3133 Commits (e60e9bd8d138f8f703bc94cecd7ade85d061987b)
 

Author SHA1 Message Date
Vladimír Vondruš e60e9bd8d1 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 41abb78230 Advertise MSVC 2013 support. 13 years ago
Vladimír Vondruš 0743ab5b50 We don't need no GLEW. 13 years ago
Vladimír Vondruš 1bc8c92d15 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš bdfab39a89 external: use GCC-specific flags only for GCC/Clang. 13 years ago
Vladimír Vondruš 14ea7dd072 DebugTools: fix linking on Windows. 13 years ago
Vladimír Vondruš c2a2ca88e4 SceneGraph: fix assertion expression. 13 years ago
Vladimír Vondruš e3bf8070b5 Don't return after std::abort(). 13 years ago
Vladimír Vondruš 219429aeba No need to have const members in AbstractShaderProgram::Attribute. 13 years ago
Vladimír Vondruš e4cf804ec4 Use proper numeric literals. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 013894a264 MSVC 2013 compatibility: we need to include all the dependencies. 13 years ago
Vladimír Vondruš 530bb1fc1f MSVC 2013 compatibility: that thing doesn't like typename here. 13 years ago
Vladimír Vondruš 90d85a43db Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 49b3c9121e external: updated std::optional with fixed MSVC 2013 port. 13 years ago
Vladimír Vondruš 2c711a1bb6 MSVC 2013 compatibility: need to explicitly specify POD constructor. 13 years ago
Vladimír Vondruš b1d708b4fb MSVC 2013 compatibility: can't have anonymous typed enum in template class. 13 years ago
Vladimír Vondruš 51e8e546a2 MSVC 2013 compatibility: workarounds for friend function declarations. 13 years ago
Vladimír Vondruš 74fcce641a MSVC 2013 compatibility: more {}-related workarounds. 13 years ago
Vladimír Vondruš 3d3eb8cc8f MSVC 2013 compatibility: workarounds for {}-related compiler crashes. 13 years ago
Vladimír Vondruš 1004d33c7c MSVC 2013 compatibility: workaround for "can't deduce T" bug. 13 years ago
Vladimír Vondruš 6f2485a326 MSVC 2013 compatibility: no Unicode character/string literals. 13 years ago
Vladimír Vondruš e3168b6a02 MSVC 2013 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš cb00fdce57 MSVC 2013 compatibility: some explicit typing is needed. 13 years ago
Vladimír Vondruš 413bd4639e MSVC 2013 compatibility: constexpr-related issues. 13 years ago
Vladimír Vondruš 25c8c87c1f SceneGraph: fixed floating-point literals in test. 13 years ago
Vladimír Vondruš 4e0f8ff097 SceneGraph: remove integer TranslationTransformation template instance. 13 years ago
Vladimír Vondruš e38be052a0 SceneGraph: need to mark the instances with extern template on Windows. 13 years ago
Vladimír Vondruš 6a3103e03e SceneGraph: no need to mark the templates with export macros. 13 years ago
Vladimír Vondruš 3b666d85f4 SceneGraph: instantiate everything consistently on one place. 13 years ago
Vladimír Vondruš 9cb3d17ad9 SceneGraph: fix function signature. 13 years ago
Vladimír Vondruš ddc466a796 SceneGraph: use proper library for tests where graceful assert is wanted. 13 years ago
Vladimír Vondruš eb877b31ba SceneGraph: removed *Transformation::move(). 13 years ago
Vladimír Vondruš 13351f9371 Install all *TestLib libraries on Windows. 13 years ago
Vladimír Vondruš 658839446c No need to explicitly specify default template parameter. 13 years ago
Vladimír Vondruš 8f12f2a844 Math: simplified internal Vector constructor. 13 years ago
Vladimír Vondruš b6f99db0ad MSVC 2013 compatibility: need explicit typing for addTests(). 13 years ago
Vladimír Vondruš 581ce482ea MSVC 2013 compatibility: more workarounds for array-initialization bug. 13 years ago
Vladimír Vondruš 82a8510877 external: updated std::optional with MSVC 2013 compatibility. 13 years ago
Vladimír Vondruš 37e4c9f406 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 6469427f97 Updated std::optional from Optional repository. 13 years ago
Vladimír Vondruš 545e07c85b Math: use proper suffixes for floating-point literals. 13 years ago
Vladimír Vondruš e2180ee85b MSVC 2013 compatibility: work around array-initialization bug. 13 years ago
Vladimír Vondruš 974f68a030 MSVC 2013 compatibility: worked around some initializer list bug. 13 years ago
Vladimír Vondruš e01e56dade MSVC 2013 compatibility: apparently can't have multiply defined aliases. 13 years ago
Vladimír Vondruš 4c4dc8ae75 MSVC 2013 compatibility: no rvalue references for *this. 13 years ago
Vladimír Vondruš d720330425 MSVC 2013 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš 2b5f71b52d MSVC 2013 compatibility: no Unicode char/string literals. 13 years ago
Vladimír Vondruš 2292469155 MSVC 2013 compatibility: constexpr-related issues. 13 years ago