lp:~kicad/+git/glm-mirror-github

Owned by KiCad
Get this repository:
git clone https://git.launchpad.net/~kicad/+git/glm-mirror-github
Members of KiCad can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
master 2024-04-12 08:35:07 UTC
Use [[deprecated]] when CXX standard is at least 14

Author: Tobbi-bugs
Author Date: 2024-04-08 19:13:08 UTC

Use [[deprecated]] when CXX standard is at least 14

Fixes #1269

memcpy_value_ptr 2024-03-07 17:54:34 UTC
Add value_ptr method for vec1 types

Author: Tom Kneiphof
Author Date: 2024-03-07 17:54:34 UTC

Add value_ptr method for vec1 types

unit-test-disabled-by-default 2024-03-06 13:17:19 UTC
Disable unit tests by default to avoid C.I. time out

Author: Christophe
Author Date: 2024-03-05 14:47:05 UTC

Disable unit tests by default to avoid C.I. time out

fix-simd-normalize 2024-02-09 14:17:38 UTC
Fix SIMD normalize precision by default

Author: Christophe
Author Date: 2024-02-09 08:34:10 UTC

Fix SIMD normalize precision by default

EXT_packing 2024-02-09 13:22:15 UTC
gni

Author: Christophe
Author Date: 2024-02-09 13:22:15 UTC

gni

fix-simd-smooth 2024-02-08 20:46:37 UTC
Fixed SIMD smoothstep

Author: Christophe
Author Date: 2024-02-08 20:46:37 UTC

Fixed SIMD smoothstep

simd-improvements 2024-02-06 20:21:31 UTC
Merge branch 'b5' of github.com:laurentcau/glm into simd-improvements

Author: Christophe
Author Date: 2024-02-06 20:21:31 UTC

Merge branch 'b5' of github.com:laurentcau/glm into simd-improvements

bugfixes 2024-02-06 15:09:19 UTC
Only enable compiler warnings and warnings as error on unit tests

Author: Christophe
Author Date: 2024-02-06 15:06:52 UTC

Only enable compiler warnings and warnings as error on unit tests

doc-1.0.0 2024-01-24 13:40:22 UTC
Updated doc

Author: Christophe
Author Date: 2024-01-24 13:40:22 UTC

Updated doc

simd 2024-01-03 13:24:23 UTC
Simd improvement

Author: Laurent Caumont
Author Date: 2023-12-22 16:24:37 UTC

Simd improvement

- Add simd aligned_vec3 (and sse aligned_dvec3 - 2 x xmm)
- Fast packed_vec3 <=> aligned_vec3 and packed_vec4 <=> aligned_vec4 conversion
- Fast aligned_vec3 <=> aligned_vec4 conversion
- Optimized aligned_mat x aligned_mat and aligned_mat x aligned_vec
- Inverse aligned_mat3 simd version (actually slower than ssid on my computer even it has 30% less instruction ?)

modules 2023-12-30 22:20:43 UTC
Merge

Author: Christophe
Author Date: 2023-12-30 22:20:43 UTC

Merge

enable-cuda-swizzle 2023-12-30 22:08:40 UTC
Merge branch 'enable-cuda-swizzle' of https://github.com/theHamsta/glm into e...

Author: Christophe
Author Date: 2023-12-30 22:08:40 UTC

Merge branch 'enable-cuda-swizzle' of https://github.com/theHamsta/glm into enable-cuda-swizzle

platforms 2023-12-26 10:22:43 UTC
Run on multiple platforms to test multiple compiler versions

Author: christophe
Author Date: 2023-12-26 10:22:43 UTC

Run on multiple platforms to test multiple compiler versions

ci-msvc 2023-12-26 09:20:05 UTC
gne

Author: christophe
Author Date: 2023-12-26 09:20:05 UTC

gne

ext_missing_header 2023-12-25 18:12:34 UTC
Add missing extensions in ext.hpp

Author: christophe
Author Date: 2023-12-25 18:12:34 UTC

Add missing extensions in ext.hpp

unrestricted_scalar 2023-12-25 10:35:42 UTC
Add GLM_FORCE_UNRESTRICTED_SCALAR_TYPES

Author: christophe
Author Date: 2023-12-25 10:35:10 UTC

Add GLM_FORCE_UNRESTRICTED_SCALAR_TYPES

clean-ci 2023-12-22 13:51:54 UTC
Remove dead files

Author: christophe
Author Date: 2023-12-22 11:33:13 UTC

Remove dead files

fix-ci-trigger 2023-12-22 11:17:17 UTC
Trying to make sure external contributor trigger C.I.

Author: christophe
Author Date: 2023-12-22 11:17:17 UTC

Trying to make sure external contributor trigger C.I.

ci-less 2023-12-22 10:31:18 UTC
Avoid duplicated C.I. runs

Author: christophe
Author Date: 2023-12-22 10:31:18 UTC

Avoid duplicated C.I. runs

revert-quat 2023-12-22 09:08:48 UTC
gni

Author: christophe
Author Date: 2023-12-22 09:08:48 UTC

gni

constexpr-matrix 2023-12-21 18:27:49 UTC
Merge branch 'constexpr_matrix' of https://github.com/LucasChollet/glm into c...

Author: Christophe
Author Date: 2023-12-21 18:27:49 UTC

Merge branch 'constexpr_matrix' of https://github.com/LucasChollet/glm into constexpr-matrix

constexpr 2023-12-21 18:25:04 UTC
Merge branch 'constexpr' of https://github.com/RohacekD/glm into constexpr

Author: Christophe
Author Date: 2023-12-21 18:25:04 UTC

Merge branch 'constexpr' of https://github.com/RohacekD/glm into constexpr

test 2023-12-21 17:14:20 UTC
Nan is not supported with C++98

Author: Christophe
Author Date: 2023-12-21 17:06:43 UTC

Nan is not supported with C++98

version 2023-12-21 16:18:08 UTC
Remove invalid change

Author: christophe
Author Date: 2023-12-21 16:18:08 UTC

Remove invalid change

alignof 2023-12-21 15:17:56 UTC
Enable alignof C++11 and onwards instead of CXXMS #1093

Author: christophe
Author Date: 2023-12-21 13:23:29 UTC

Enable alignof C++11 and onwards instead of CXXMS #1093

fix-namespace 2023-12-21 14:56:19 UTC
Fix vec1 types redefinition

Author: christophe
Author Date: 2023-12-21 14:56:19 UTC

Fix vec1 types redefinition

fix-gtc-matrix-transform 2023-12-21 13:18:52 UTC
Fix GTC_matrix_transform test for C++98

Author: christophe
Author Date: 2023-12-21 13:18:52 UTC

Fix GTC_matrix_transform test for C++98

fix-build-test-indep-lib 2023-12-21 12:35:52 UTC
Fix lib build dependent of test build

Author: christophe
Author Date: 2023-12-21 12:35:52 UTC

Fix lib build dependent of test build

fix-doc 2023-12-20 22:52:50 UTC
Fix doc typo

Author: Christophe
Author Date: 2023-12-20 22:52:50 UTC

Fix doc typo

fix-bitcount-test-version 2023-12-20 22:28:36 UTC
Fix bitCount test version

Author: Christophe
Author Date: 2023-12-20 22:28:36 UTC

Fix bitCount test version

more-c-i 2023-12-20 21:34:34 UTC
More C.I. tests

Author: Christophe
Author Date: 2023-12-20 21:33:45 UTC

More C.I. tests

add-github-actions 2023-12-20 21:11:57 UTC
gni

Author: Christophe
Author Date: 2023-12-20 21:11:57 UTC

gni

github-ci 2023-12-19 18:58:30 UTC
c.i.: Add github actions

Author: Christophe
Author Date: 2023-12-16 09:59:34 UTC

c.i.: Add github actions

fix-library-build 2023-11-09 11:00:05 UTC
cmake: Fix static and dynamic library build using requeted C++ version and SIMD

Author: Christophe
Author Date: 2023-11-09 11:00:05 UTC

cmake: Fix static and dynamic library build using requeted C++ version and SIMD

travis-update 2021-05-10 12:11:17 UTC
Use default clang version of distribution

Author: Christophe
Author Date: 2021-05-10 12:11:17 UTC

Use default clang version of distribution

revert-1012-master 2021-03-06 16:12:03 UTC
Revert "Fix quaternion orientation in `glm::decompose`"

Author: Christophe
Author Date: 2021-03-06 16:12:03 UTC

Revert "Fix quaternion orientation in `glm::decompose`"

build_only_master 2020-11-30 19:06:23 UTC
Build appveyor C.I. only on master branch

Author: Christophe
Author Date: 2020-11-30 19:06:23 UTC

Build appveyor C.I. only on master branch

GLM_EXT_matrix_integer 2020-11-30 17:10:55 UTC
Added *GLM_EXT_matrix_integer* with tests

Author: Christophe
Author Date: 2020-11-30 17:10:55 UTC

Added *GLM_EXT_matrix_integer* with tests

ext_packing 2020-11-24 10:53:36 UTC
Initial experiments for EXT packing extension

Author: Christophe
Author Date: 2020-11-24 10:53:36 UTC

Initial experiments for EXT packing extension

matrix-int 2020-04-12 13:27:00 UTC
Fixed grammar #990

Author: christophe
Author Date: 2020-04-12 13:27:00 UTC

Fixed grammar #990

cmake3 2019-11-02 16:57:32 UTC
Move dedicated install/uninstaller script inside cmake directory

Author: Christophe Riccio
Author Date: 2019-11-02 16:57:32 UTC

Move dedicated install/uninstaller script inside cmake directory

integer 2019-07-12 17:40:59 UTC
Fixed build

Author: Christophe
Author Date: 2019-07-12 17:40:59 UTC

Fixed build

stable 2019-04-02 09:28:25 UTC
Fixed GLM version

Author: Christophe Riccio
Author Date: 2019-04-02 09:28:25 UTC

Fixed GLM version

revert-878-master 2019-03-13 10:36:50 UTC
Revert "CMakeLists.txt: remove libraries"

Author: Christophe
Author Date: 2019-03-13 10:36:50 UTC

Revert "CMakeLists.txt: remove libraries"

packing 2018-10-01 16:48:40 UTC
Added packing experiments

Author: Christophe Riccio
Author Date: 2018-10-01 16:48:40 UTC

Added packing experiments

color 2018-09-30 08:45:17 UTC
Initial experiments for color extension

Author: Christophe Riccio
Author Date: 2018-09-30 08:45:17 UTC

Initial experiments for color extension

dev 2018-09-27 09:44:08 UTC
Fixed build

Author: Christophe Riccio
Author Date: 2018-09-27 09:44:08 UTC

Fixed build

split 2018-08-05 14:55:36 UTC
Added *vec1 tests

Author: Christophe Riccio
Author Date: 2018-08-05 14:55:36 UTC

Added *vec1 tests

0.9.8 2018-05-07 12:22:45 UTC
Updated GLM version

Author: Christophe Riccio
Author Date: 2018-05-07 12:22:45 UTC

Updated GLM version

gcc-shadow-warnings 2017-01-04 20:29:37 UTC
Updated readme

Author: Christophe Riccio
Author Date: 2017-01-04 20:29:37 UTC

Updated readme

dim 2017-01-03 01:29:03 UTC
Fixed build

Author: Christophe Riccio
Author Date: 2017-01-03 01:29:03 UTC

Fixed build

heterogeneous-op 2016-11-12 19:47:53 UTC
Experiment for issue #532

Author: Christophe Riccio
Author Date: 2016-11-12 19:47:53 UTC

Experiment for issue #532

manual 2016-11-01 14:52:47 UTC
Removed Word manual

Author: Christophe Riccio
Author Date: 2016-11-01 14:52:47 UTC

Removed Word manual

static_len 2016-11-01 07:43:35 UTC
vector/matrix component length() static #565

Author: Christophe Riccio
Author Date: 2016-11-01 07:43:35 UTC

vector/matrix component length() static #565

0.9.8-align 2016-09-18 17:09:30 UTC
Added test for GCC

Author: Christophe Riccio
Author Date: 2016-09-18 17:09:30 UTC

Added test for GCC

0.9.7 2016-07-16 18:20:38 UTC
GLM 0.9.7.6 release

Author: Christophe Riccio
Author Date: 2016-07-16 18:20:38 UTC

GLM 0.9.7.6 release

type_trait 2016-04-30 12:59:56 UTC
Use GLM coding convensions

Author: Christophe Riccio
Author Date: 2016-04-30 12:59:56 UTC

Use GLM coding convensions

gtx_area 2015-10-07 20:47:51 UTC
Merge branch 'jtg/area' of https://github.com/JesseTG/glm into gtx_area

Author: Christophe Riccio
Author Date: 2015-10-07 20:47:51 UTC

Merge branch 'jtg/area' of https://github.com/JesseTG/glm into gtx_area

static-const 2015-10-07 20:32:59 UTC
Merge branch 'static-const' of https://github.com/g-truc/glm into static-const

Author: Christophe Riccio
Author Date: 2015-10-07 20:32:59 UTC

Merge branch 'static-const' of https://github.com/g-truc/glm into static-const

float_normalize 2015-09-25 01:14:25 UTC
Added compNormalize function to GTX_component_wise

Author: Christophe Riccio
Author Date: 2015-09-25 01:14:25 UTC

Added compNormalize function to GTX_component_wise

cmake 2015-07-24 23:44:12 UTC
Merge branch 'master' of https://github.com/shaxbee/glm into cmake

Author: Christophe Riccio
Author Date: 2015-07-24 23:44:12 UTC

Merge branch 'master' of https://github.com/shaxbee/glm into cmake

hash 2015-07-24 23:27:06 UTC
Merge branch 'master' of https://github.com/plasmacel/glm into hash

Author: Christophe Riccio
Author Date: 2015-07-24 23:27:06 UTC

Merge branch 'master' of https://github.com/plasmacel/glm into hash

union 2015-07-18 23:20:20 UTC
Improved packing code to give vectorization a chance

Author: Christophe Riccio
Author Date: 2015-07-18 23:20:20 UTC

Improved packing code to give vectorization a chance

0.9.6 2015-02-15 15:32:26 UTC
Updated readme for 0.9.6.4

Author: Christophe Riccio
Author Date: 2015-02-15 15:32:26 UTC

Updated readme for 0.9.6.4

GTC_type_aligned 2014-11-23 11:54:44 UTC
Completed GTC_type_aligned #266 #257

Author: Christophe Riccio
Author Date: 2014-11-23 11:54:44 UTC

Completed GTC_type_aligned #266 #257

GTC_integer 2014-11-20 23:50:47 UTC
Optimized sign for vector types #271

Author: Christophe Riccio
Author Date: 2014-11-20 23:50:47 UTC

Optimized sign for vector types #271

0.9.5 2014-11-14 20:05:42 UTC
Merge pull request #268 from g-truc/revert-264-fast_trigonometry

Author: Christophe Riccio
Author Date: 2014-11-14 20:05:42 UTC

Merge pull request #268 from g-truc/revert-264-fast_trigonometry

Revert "More precision for fastCos and fastSin "

revert-264-fast_trigonometry 2014-11-14 20:05:29 UTC
Revert "More precision for fastCos and fastSin "

Author: Christophe Riccio
Author Date: 2014-11-14 20:05:29 UTC

Revert "More precision for fastCos and fastSin "

bitfield 2014-11-12 22:11:32 UTC
Merge branch 'trivial' into bitfield

Author: Christophe Riccio
Author Date: 2014-11-12 22:11:32 UTC

Merge branch 'trivial' into bitfield

trivial 2014-11-12 21:48:15 UTC
Fixed bitfieldInsert and bitfieldExtract

Author: Christophe Riccio
Author Date: 2014-11-12 21:48:15 UTC

Fixed bitfieldInsert and bitfieldExtract

vectorize 2014-11-01 22:35:10 UTC
Fixed GCC build

Author: Christophe Riccio
Author Date: 2014-11-01 22:35:10 UTC

Fixed GCC build

0.9.5-broken 2014-09-01 02:25:40 UTC
Fix 'nextafter*' for android build issue. #217

Author: Christophe Riccio
Author Date: 2014-09-01 02:25:40 UTC

Fix 'nextafter*' for android build issue. #217

angle 2013-12-25 22:36:11 UTC
Merge

Author: Christophe Riccio
Author Date: 2013-12-25 22:36:11 UTC

Merge

0.9.4 2013-12-18 17:36:54 UTC
Back ported to GLM 0.9.4 of glm::oriented[angle] not supporting GLM_FORCE_RAD...

Author: Christophe Riccio
Author Date: 2013-12-18 17:36:54 UTC

Back ported to GLM 0.9.4 of glm::oriented[angle] not supporting GLM_FORCE_RADIANS #143

cxx11 2013-05-27 14:55:24 UTC
Merge branch '0.9.5' into cxx11

Author: Christophe Riccio
Author Date: 2013-05-27 14:55:24 UTC

Merge branch '0.9.5' into cxx11

amp 2013-03-25 23:26:41 UTC
C++ AMP test

Author: Christophe Riccio
Author Date: 2013-03-25 23:26:41 UTC

C++ AMP test

0.9.3 2012-08-22 17:22:06 UTC
Experiment to do

Author: Christophe Riccio
Author Date: 2012-08-22 17:22:06 UTC

Experiment to do

0.9.2 2011-11-22 18:55:32 UTC
Fixed outerProduct

Author: Christophe Riccio
Author Date: 2011-11-22 18:55:32 UTC

Fixed outerProduct

0.9.1 2011-05-07 15:20:26 UTC
Fixed reverse

Author: Christophe Riccio
Author Date: 2011-05-07 15:20:26 UTC

Fixed reverse

0.9.0 2011-02-12 23:35:50 UTC
Updated dowload sizes

Author: Christophe Riccio
Author Date: 2011-02-12 23:35:50 UTC

Updated dowload sizes

0.8.4 2010-04-29 14:54:48 UTC
Fixed Ticket 135

Author: Christophe Riccio
Author Date: 2010-04-29 14:54:48 UTC

Fixed Ticket 135

181 of 81 results
This repository contains Public information 
Everyone can see this information.