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

Last commit made on 2024-02-06
Get this branch:
git clone -b bugfixes https://git.launchpad.net/~kicad/+git/glm-mirror-github
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
bugfixes
Repository:
lp:~kicad/+git/glm-mirror-github

Recent commits

9fbd684... by Christophe <email address hidden>

Only enable compiler warnings and warnings as error on unit tests

6de7909... by Christophe <email address hidden>

Updated changelog

1058d59... by Christophe <email address hidden>

Fixed C++ language auto detection build, disable C++98 warnings with Clang #1235, #1231

72aa0de... by Christophe <email address hidden>

Fix epsilon not declared in color_space.inl #1233

dcb8496... by junjie020 <email address hidden>

replace GLM_FORCE_QUAT_CTOR_XYZW to GLM_FORCE_QUAT_DATA_XYZW

38edba1... by Krzesimir Nowak

Avoid warnings about comparisons being always true

Depending on the signedness of length_t type we may either get
warnings comparison of unsigned expression in ‘>= 0’ being always true
or do insufficient checking by not checking if index is not negative.

Hide the index checking behind a macro that check the index properly.

8ebe4b5... by =?utf-8?q?Bj=C3=B6rn_Wahlstrand?= <email address hidden>

Fix compare that is always true

33b0eb9... by Christophe <email address hidden>

Updated doc

d58f9bc... by christophe <email address hidden>

GLM bumps to version 1.0.0

673a963... by Oleksii Chernykh <email address hidden>

Added description for fetching glm with cmake in readme.md