Split headers to improve compilation time #670

This commit is contained in:
Christophe Riccio
2018-08-01 18:24:31 +02:00
parent 428a468d13
commit e1d21258e7
54 changed files with 1439 additions and 640 deletions

View File

@@ -65,6 +65,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Redesigned constexpr support which excludes both SIMD and constexpr #783
- Added detection of Visual C++ 2017 toolsets
- Added identity functions #765
- Split headers to improve compilation time #670
#### Fixes:
- Fixed build problems due to printf and std::clock_t #778