SHA256
8
0
forked from pool/cglm

22 Commits

Author SHA256 Message Date
4568a1526e Accepting request 1166506 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1166506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=10
2024-04-10 15:49:20 +00:00
Ferdinand Thiessen
3c91eec41f Accepting request 1166190 from home:jgwang:branches:devel:libraries:c_c++
Update to version 0.9.4

OBS-URL: https://build.opensuse.org/request/show/1166190
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=21
2024-04-09 19:44:07 +00:00
15ca6cb6fb Accepting request 1158908 from devel:libraries:c_c++
- update to 0.9.2:
  * aabb2d and euler to quat
  * new subtraction family of vector functions
  * and many others improvements and bugfixes

OBS-URL: https://build.opensuse.org/request/show/1158908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=9
2024-03-18 15:46:48 +00:00
83f506c7a6 - update to 0.9.2:
* aabb2d and euler to quat
  * new subtraction family of vector functions
  * and many others improvements and bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=19
2024-03-18 08:23:51 +00:00
236416536e Accepting request 1124355 from devel:libraries:c_c++
- update to 0.9.1:
  * Now we have **mat2x3**, **mat2x4**, **mat3x2**, **mat3x4**,
    **mat4x2** and **mat4x3** types and its functions
  * README: add build docs for WebAssembly
  * io: fix test runner.c implicit declaration glm_arch_print
  * https://github.com/recp/cglm/pull/309: fix and improve
    CGLM_USE_ANONYMOUS_STRUCT definition with more robust
    compiler version check
  * suppress sign conversion warnings
  * Implement missing 3D
    Affine Transforms in the Struct API
  * drop "-Werror" to allow skip warnings on production build
  * more robust __builtin_assume_aligned detection
  * reduce glms_mat[4|3|2]_make()'s dest parameter
  * fix and improve printing arch name in tests
  * make GLM_TESTS_NO_COLORFUL_OUTPUT work on non-test print
    colors too
  * Now we have WASM 128 SIMD support
  * `CGLM_OMIT_NS_FROM_STRUCT_API`, omits CGLM_STRUCT_API_NS
    (glms_) namespace  completely if there is sub namespace e.g
    mat4_, vec4_ ... **DEFAULT** is not defined
  * `CGLM_STRUCT_API_NS`: define name space for struct api,
    **DEFAULT** is `glms`
  * `CGLM_STRUCT_API_NAME_SUFFIX`: define name suffix,
    **DEFAULT** is empty e.g `defining it as #define
    CGLM_STRUCT_API_NAME_SUFFIX  s` will add `s` suffix to
    `mat4_mul -> mat4s_mul`

OBS-URL: https://build.opensuse.org/request/show/1124355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=8
2023-11-09 20:35:30 +00:00
33bf947e4e - update to 0.9.1:
* Now we have **mat2x3**, **mat2x4**, **mat3x2**, **mat3x4**,
    **mat4x2** and **mat4x3** types and its functions
  * README: add build docs for WebAssembly
  * io: fix test runner.c implicit declaration glm_arch_print
  * https://github.com/recp/cglm/pull/309: fix and improve
    CGLM_USE_ANONYMOUS_STRUCT definition with more robust
    compiler version check
  * suppress sign conversion warnings
  * Implement missing 3D
    Affine Transforms in the Struct API
  * drop "-Werror" to allow skip warnings on production build
  * more robust __builtin_assume_aligned detection
  * reduce glms_mat[4|3|2]_make()'s dest parameter
  * fix and improve printing arch name in tests
  * make GLM_TESTS_NO_COLORFUL_OUTPUT work on non-test print
    colors too
  * Now we have WASM 128 SIMD support
  * `CGLM_OMIT_NS_FROM_STRUCT_API`, omits CGLM_STRUCT_API_NS
    (glms_) namespace  completely if there is sub namespace e.g
    mat4_, vec4_ ... **DEFAULT** is not defined
  * `CGLM_STRUCT_API_NS`: define name space for struct api,
    **DEFAULT** is `glms`
  * `CGLM_STRUCT_API_NAME_SUFFIX`: define name suffix,
    **DEFAULT** is empty e.g `defining it as #define
    CGLM_STRUCT_API_NAME_SUFFIX  s` will add `s` suffix to
    `mat4_mul -> mat4s_mul`

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=17
2023-11-09 08:37:20 +00:00
da15be6acf Accepting request 1065952 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1065952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=7
2023-02-16 15:55:33 +00:00
Ferdinand Thiessen
bcee2c51a2 Accepting request 1065950 from home:susnux:branches:devel:libraries:c_c++
- Update to version 0.8.9
  * Adding initialization macros for ivec types
  * Make implicit double promotion/casting explicit

OBS-URL: https://build.opensuse.org/request/show/1065950
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=15
2023-02-15 12:35:35 +00:00
685c3af6a2 Accepting request 1060059 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1060059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=6
2023-01-21 18:11:31 +00:00
a37b46c6b0 Accepting request 1045117 from home:dirkmueller:Factory
- update to v0.8.8:
  New features:
  * new abs functions for vec2, ivec2, ivec3, ivec4
  Bugfixes and Improvements:
  * fix assertion in test_clamp on x86
  * fix missing abs declaration on Emscripten
  * switch CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR for cmake.pc
  * see previous releases for more

OBS-URL: https://build.opensuse.org/request/show/1045117
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=13
2023-01-20 22:49:25 +00:00
4bbb66f112 Accepting request 1039752 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1039752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=5
2022-12-03 09:04:02 +00:00
ffe9ad24f1 Accepting request 1036856 from home:mia:branches:devel:libraries:c_c++
- Update to version 0.8.7
  * fix build: add missing struct affine functions and headers
- Changes in 0.8.6:
New features:
  * new affine transform and project functions
    gh#recp/cglm#260
  * add basic ivec functions
    gh#recp/cglm#251
Bugfixes and improvements:
  * added missing include in io.h which adds GLM_MAX macro
    gh#recp/cglm#257
  * update README to show that integer types are supported
    gh#recp/cglm#254
  * fix grammatical errors in docs index
    gh#recp/cglm#247
  * some improvements including build files
- Changes in 0.8.5:
  * update GLM_FLT_EPSILON to use 1e-5 instead of 1e-
  * implement a few complex routines
  * header containing sse3 intrinsics is pmmintrin.h
  * add missing ivec types
  * extend unions for struct api
  * fix glm_pickmatrix()'s param type
  * fix a bug in glm_lookat_lh
  * fix bug in view_lh.h
  * some improvements including build files

OBS-URL: https://build.opensuse.org/request/show/1036856
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=11
2022-12-03 07:46:17 +00:00
99dd9064d0 Accepting request 977682 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/977682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=4
2022-05-17 15:24:38 +00:00
Ferdinand Thiessen
62d814e78f Accepting request 977681 from home:susnux:branches:devel:libraries:c_c++
Update to version 0.8.5

OBS-URL: https://build.opensuse.org/request/show/977681
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=9
2022-05-17 08:55:22 +00:00
6ad3f20617 Accepting request 897926 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/897926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=3
2021-06-07 20:43:43 +00:00
Ferdinand Thiessen
bb99133040 Accepting request 897594 from home:susnux:branches:devel:libraries:c_c++
Update to version 0.8.3

OBS-URL: https://build.opensuse.org/request/show/897594
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=7
2021-06-07 03:54:41 +00:00
5d3cafd3ac Accepting request 892310 from devel:libraries:c_c++
Exclude ix86, as it will fail (optimized for SSE, not available on ix86)

OBS-URL: https://build.opensuse.org/request/show/892310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=2
2021-05-12 17:31:51 +00:00
Ferdinand Thiessen
bdf529488b OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=5 2021-05-11 22:49:29 +00:00
Ferdinand Thiessen
0733ba7e5a OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=4 2021-05-11 22:48:59 +00:00
51b3f7e89f Accepting request 890368 from devel:libraries:c_c++
I would like to maintain cglm in factory.

OBS-URL: https://build.opensuse.org/request/show/890368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglm?expand=0&rev=1
2021-05-04 20:01:13 +00:00
Ferdinand Thiessen
de06d52f38 Accepting request 890218 from home:jengelh:branches:devel:libraries:c_c++
- Trim boasting from description.
- Run fdupes.

OBS-URL: https://build.opensuse.org/request/show/890218
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=2
2021-05-04 12:55:07 +00:00
4f6c0bf0b4 Accepting request 890199 from home:susnux:branches:devel:libraries:c_c++
I would like to have cglm in Factory

OBS-URL: https://build.opensuse.org/request/show/890199
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cglm?expand=0&rev=1
2021-05-04 05:44:27 +00:00