Commit Graph

2769 Commits

Author SHA1 Message Date
Jesse Talavera-Greenberg
7c7c421a3e Add a directory to .gitignore 2016-02-09 18:09:27 -05:00
Jesse Talavera-Greenberg
bd165c4b2f Find another quoting library that MikTeX provides
- Jesus, I almost forgot about this PR
2016-02-09 18:08:41 -05:00
Hendrik Sollich
0476be3e74 fixed a typo 2016-02-09 12:41:31 +01:00
Christophe Riccio
6ee8b03063 Fixed CMake policy warning 2016-02-09 01:18:24 +01:00
Joonas Sarajärvi
f0acbbd4ac setup: detect GCC 6.0 2016-02-04 19:42:25 +02:00
Paul Konstantin Gerke
fb309e0eff Fixed: outerProduct was defined incorrectly for unmatched vecX types. E.g. outerProduct(vec2, vec4) did not succeed because the matrix return types were wrong. The computing function seemed fine. I used https://en.wikipedia.org/wiki/Outer_product as reference on what the number of columns/rows ''should'' be and fixed it so that it matches the description from wikipedia
Added: tests for outerProduct with unmatched vector dimensions (actually testing all combinations now)
2016-01-24 21:14:25 +01:00
Paul Konstantin Gerke
2c7430e9bc Fixed: operator signatures of mat2x4 and vec4 (no guaratees that I found all issues) 2016-01-24 19:34:26 +01:00
Christophe Riccio
eb4a19805a Fixed release note 2016-01-03 18:56:10 +01:00
Christophe Riccio
8f0d854605 Release 0.9.7.2 2016-01-03 18:50:08 +01:00
Christophe Riccio
8bcc4e0045 merge 0.9.7 2016-01-03 18:46:43 +01:00
Christophe Riccio
ebdb7aa45b Added unary + operator #435 2016-01-03 18:39:40 +01:00
Christophe Riccio
1709e9abca Added unary + operator #435 2016-01-03 18:37:46 +01:00
Jesse Talavera-Greenberg
7db048b851 Move dependencies from intersect.inl to intersect.hpp 2016-01-03 18:34:51 +01:00
Christophe Riccio
268af877ab Cygwin GCC doesn't have a C++11 STL library 2016-01-03 18:32:26 +01:00
Sven-Hendrik Haase
4ea72b3128 Fix docs 2016-01-03 18:31:37 +01:00
humbletim
5d46e5186d remove extraneous test block 2016-01-03 18:30:29 +01:00
Christophe Riccio
fc1e45bbde Updated readme 2016-01-03 18:30:08 +01:00
Stephen Hill
c83add59b3 Fixed various 'X is not defined' warnings 2016-01-03 18:27:12 +01:00
Stephen Hill
ba46e0500e Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
2016-01-03 18:27:00 +01:00
Stephen Hill
4bb352b628 Fixed "Declaration shadows a field" warning 2016-01-03 18:26:54 +01:00
Adrian Krupa
c9400562ec Fixed build 2016-01-03 18:25:45 +01:00
humbletim
52c9f124e3 Fixed ldexp and frexp compilation errors 2016-01-03 18:20:13 +01:00
Christophe Riccio
1936921ec7 Fixed log from GTX_lob_base build error with tests #470, #471 2016-01-03 18:11:55 +01:00
Sven-Hendrik Haase
a827b248ef Fix wrong docs
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
2016-01-03 18:11:37 +01:00
Christophe Riccio
a754ab2e7e Fixed ICC on Linux build errors #449 2016-01-03 18:10:46 +01:00
Christophe Riccio
adb03bee5c Fixed ICC on Linux build errors #449 2016-01-03 18:08:00 +01:00
Christophe Riccio
846e88a147 Updated version 2016-01-03 18:01:56 +01:00
Christophe Riccio
df39980121 Tentative fix for 64 bits on GCC 2016-01-03 17:36:31 +01:00
Christophe Riccio
7a1c042d8b Fixed ICC on Linux build errors #449 2016-01-03 17:10:24 +01:00
Christophe Riccio
2f2782d72a Fixed ICC on Linux build errors #449 2016-01-03 16:03:30 +01:00
Christophe R
8d4d9d1877 Merge pull request #466 from humbletim/master
Fixed ldexp compilation error #466
2016-01-01 14:34:04 +01:00
Christophe Riccio
e9febd9ee7 Fixed log from GTX_lob_base build error with tests #470, #471 2016-01-01 14:30:14 +01:00
Christophe Riccio
c49f4198bc Merge branch 'master' of https://github.com/g-truc/glm 2016-01-01 12:52:27 +01:00
Christophe R
d94b0b7971 Merge pull request #467 from svenstaro/patch-2
Fix wrong docs #467
2016-01-01 12:50:59 +01:00
Christophe R
80066569f8 Merge pull request #468 from selfshadow/fix-warnings
Fixed various xcode/clang warnings #468
2016-01-01 12:50:04 +01:00
Christophe Riccio
d269a92c2d Merge branch 'master' of https://github.com/g-truc/glm 2015-12-24 09:56:00 +01:00
Stephen Hill
47a2a6adfb Fixed various 'X is not defined' warnings 2015-12-23 12:19:13 -05:00
Stephen Hill
89cecd373a Fixed 'GLM_COMPILER_VC2005 is not defined' warning
This GLM compiler version isn't defined, so I just removed the legacy functions.
2015-12-23 12:18:14 -05:00
Stephen Hill
22467f00f8 Fixed "Declaration shadows a field" warning 2015-12-23 12:16:31 -05:00
Sven-Hendrik Haase
816b6b8c34 Fix wrong docs
The function this function is a helper of is using radians. In fact, glm is using radians everywhere!
2015-12-23 01:24:48 +01:00
humbletim
ac7ae32856 remove extraneous test block 2015-12-19 19:30:00 -05:00
humbletim
8c55a64fdd Fixed ldexp compilation error 2015-12-19 19:22:33 -05:00
sippeangelo
014a7f8404 This fixes #461 2015-12-16 16:03:37 +01:00
Jesse Talavera-Greenberg
0bb5ebe321 Oops, lmodern isn't in CTAN
- Replaced URL with the correct one
2015-12-08 17:10:49 -05:00
Jesse Talavera-Greenberg
375145625f Clarify package management
- Some distributions may not include all relevant LaTeX packages out of the box, but may provide an easy way to obtain them
2015-12-08 17:07:03 -05:00
Jesse Talavera-Greenberg
b2bc8cd79d Add a section on building the manual to README.md 2015-12-08 17:05:05 -05:00
Jesse Talavera-Greenberg
b542041396 Clarify the manual building requirements a bit
- You're now warned if the manual dependencies aren't available
- Target name for building only the manual provided if dependencies found
2015-12-08 16:41:45 -05:00
Jesse Talavera-Greenberg
0033f0bf2e Clean up the rest of the code samples
- Shorten some names so they stay on one line
- using namespace glm to cut down on lines (but I put a big warning about this)
2015-12-06 16:25:49 -05:00
Jesse Talavera-Greenberg
8f0bcb50c4 Merge the two Triangle Normal flavors into one code sample 2015-12-06 16:24:28 -05:00
Jesse Talavera-Greenberg
ea91a4d0bc Qualify some vec uses 2015-12-06 16:24:10 -05:00