Commit Graph

18 Commits

Author SHA256 Message Date
Dominique Leuenberger
5c0f9ca394 Accepting request 961120 from science
OBS-URL: https://build.opensuse.org/request/show/961120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=14
2022-03-13 19:25:05 +00:00
2cee5c0dd6 Accepting request 960674 from home:lkocman:branches:science
- Add back dropped reference for bsc#1135667

OBS-URL: https://build.opensuse.org/request/show/960674
OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=14
2022-03-11 18:01:47 +00:00
0d1a3da4a9 - Added glm-pkgconfig.patch to create glm.pc file
(fixes bsc#1135667)

OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=13
2022-03-10 09:48:21 +00:00
Dominique Leuenberger
06e3116dd3 Accepting request 900939 from science
OBS-URL: https://build.opensuse.org/request/show/900939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=13
2021-06-24 16:22:07 +00:00
Matthias Mailänder
0d9fcee763 Accepting request 900879 from home:alois:branches:science
- Update to version 0.9.9.8
  Features:
  * Added GLM_EXT_vector_intX* and GLM_EXT_vector_uintX* 
    extensions
  * Added GLM_EXT_matrix_intX* and GLM_EXT_matrix_uintX* 
    extensions
  Improvements:
  * Added clamp, repeat, mirrorClamp and mirrorRepeat function 
    to GLM_EXT_scalar_commond and GLM_EXT_vector_commond
    extensions with tests
  Fixes:
  * Fixed unnecessary warnings from matrix_projection.inl 
  * Fixed quaternion slerp overload which interpolates with 
    extra spins 
  * Fixed for glm::length using arch64 
  * Fixed singularity check for quatLookAt 
  version 0.9.9.7
  Improvements:
  * Improved Neon support with more functions optimized 
  * Added CMake GLM interface 
  * Added fma implementation based on std::fma 
  * Added missing quat constexpr 
  * Added GLM_FORCE_QUAT_DATA_WXYZ to store quat data as w,x,y,z 
    instead of x,y,z,w 
  Fixes:
  * Fixed equal ULP variation when using negative sign 
  * Fixed for intersection ray/plane and added related tests 
  * Fixed ARM 64bit detection 
  * Fixed GLM_EXT_matrix_clip_space warnings 
  * Fixed Wimplicit-int-float-conversion warnings with clang 10+ 
  * Fixed EXT_matrix_clip_space perspectiveFov
  version 0.9.9.6
  Features:
  * Added Neon support to glm 
  * Added SYCL support 
  * Added EXT_scalar_integer extension with power of two and 
    multiple scalar functions
  * Added EXT_vector_integer extension with power of two and 
    multiple vector functions
  Improvements:
  * Added missing genType check for bitCount and bitfieldReverse 
  Fixes:
  * Fixed for g++6 where -std=c++1z sets __cplusplus to 201500 
    instead of 201402 
  * Fixed hash hashes qua instead of tquat 
  * Fixed .natvis as structs renamed 
  * Fixed ldexp and frexp declaration 
  * Fixed missing const to quaternion conversion operators 
  * Fixed EXT_scalar_ulp and EXT_vector_ulp API coding style
  * Fixed quaternion componant order: w, {x, y, z} 
  * Fixed GLM_HAS_CXX11_STL broken on Clang with Linux 
  * Fixed Clang or GCC build due to wrong GLM_HAS_IF_CONSTEXPR 
    definition 
  * Fixed CUDA 9 build 
- Drop glm-cmake-config.patch (no longer applies)
- Add glm-0.9.9.8-install.patch (courtesy of Fedora),
  glm-0.9.9.8-pkgconfig.patch and
  glm-0.9.9.8-fix_tests_big-endian.patch

OBS-URL: https://build.opensuse.org/request/show/900879
OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=11
2021-06-19 14:45:12 +00:00
Yuchen Lin
12a6954bad Accepting request 697769 from science
OBS-URL: https://build.opensuse.org/request/show/697769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=12
2019-04-28 17:58:46 +00:00
Ana Guerrero
536f65922e Accepting request 697481 from home:manfred-h
- Ensure glmConfig.cmake gets installed:
  * glm-cmake-config.patch

OBS-URL: https://build.opensuse.org/request/show/697481
OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=9
2019-04-25 07:42:14 +00:00
Dominique Leuenberger
b57878a547 Accepting request 694882 from science
OBS-URL: https://build.opensuse.org/request/show/694882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=11
2019-04-19 16:35:47 +00:00
018f8ec577 Accepting request 694862 from devel:libraries:c_c++
Update to version 0.9.9.5

OBS-URL: https://build.opensuse.org/request/show/694862
OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=7
2019-04-17 01:24:41 +00:00
Dominique Leuenberger
d84b8e2fbb Accepting request 689723 from science
OBS-URL: https://build.opensuse.org/request/show/689723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=10
2019-04-02 07:17:38 +00:00
Dirk Stoecker
de1317a4a3 Accepting request 689009 from home:mnhauke
- Fix typo in patch glm-cmake-config.patch
- Correct License

- Reenable disabled tests (fixed by upstream)
  * core_func_exponential
  * gtc_packing
  * gtc_integer
  * gtx_common

OBS-URL: https://build.opensuse.org/request/show/689009
OBS-URL: https://build.opensuse.org/package/show/science/glm?expand=0&rev=5
2019-03-29 07:33:00 +00:00
Dominique Leuenberger
72dce56f4e Accepting request 688281 from science
- Upstream does not package a dedicated LICENSE file.
  Make a note the license terms are included in manual.md
- Use %fdupes macro also for docs/api/
- Update to version 0.9.9.4
  See https://github.com/g-truc/glm/releases for the changelog
- Update patch:
  * glm-cmake-config.patch
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/688281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=9
2019-03-27 15:13:56 +00:00
Dominique Leuenberger
219d436d98 Accepting request 405475 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/405475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=8
2016-07-01 07:55:40 +00:00
Dominique Leuenberger
1e7a6dc685 Accepting request 378294 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/378294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=7
2016-03-29 07:52:58 +00:00
Stephan Kulow
9d66a6403c Accepting request 252446 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/252446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=6
2014-09-28 17:55:28 +00:00
Stephan Kulow
dcf4a8b437 Accepting request 234276 from devel:libraries:c_c++
- Version bump to 0.9.5.3
- Add a patch to disable gtc_packing test that fails on some i586
  systems:
  * glm-0.9.5.3-no_gtc_packing_test.patch
- Add %fdupes to reduce size (forwarded request 234273 from fstrba)

OBS-URL: https://build.opensuse.org/request/show/234276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=4
2014-05-16 16:08:18 +00:00
Stephan Kulow
4707d1f60a Accepting request 185434 from devel:libraries:c_c++
- convert sources to UNIX format using dos2unix
- fix build on non x86 architectures (glm-nonx86.patch) (forwarded request 185423 from k0da)

OBS-URL: https://build.opensuse.org/request/show/185434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=2
2013-08-06 04:55:50 +00:00
Stephan Kulow
c08ac22588 Accepting request 183934 from devel:libraries:c_c++
required by gource, sr#182604
replace of sr#182978

OBS-URL: https://build.opensuse.org/request/show/183934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glm?expand=0&rev=1
2013-07-22 10:59:26 +00:00