84 Commits (aef6b00a6276c82cd97327817aba680833d15df1)

Author SHA1 Message Date
Vladimír Vondruš 8f27da9dfd Set library soversion to 1.0, version to 0. 8 years ago
Vladimír Vondruš 28475e1bd8 Doc++ 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 1ec14c678b Local Doxygen ignores for symbol export macros. 8 years ago
Vladimír Vondruš eee9cbb353 MeshTools: updates for the new documentation theme. 8 years ago
Vladimír Vondruš b109d520a9 MeshTools: doc++ 9 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Émile Grégoire dae1e8e9cf Started adding folders for Visual Studio. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 4509dbb1b1 Don't use deprecated Corrade functionality. 9 years ago
Vladimír Vondruš db3ef59ddc MeshTools: don't use deprecated functionality. 9 years ago
Vladimír Vondruš aaa38d3570 MeshTools: got rid of <limits> dependency in removeDuplicates(). 9 years ago
Vladimír Vondruš 09836c7115 MeshTools: shorten the benchmark name to avoid too wide CTest output. 10 years ago
Vladimír Vondruš aff85ce925 MeshTools: port the dead benchmark code to Corrade TestSuite. 10 years ago
Vladimír Vondruš ae954c70fc MeshTools: update outdated documentation. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš ce075752e9 MeshTools: removed unneeded enable_if. 10 years ago
Vladimír Vondruš d1714bfd1e Context::current() now returns reference instead of pointer. 10 years ago
Vladimír Vondruš d36f45ac98 Fixed compiler warnings when building with CORRADE_NO_ASSERT. 10 years ago
Vladimír Vondruš 9bc98c3f10 CMake subproject support, part 2: export MAGNUM_* variables. 11 years ago
Vladimír Vondruš 540e36b2e3 MeshTools: fix the fix for CORRADE_NO_ASSERT build. 11 years ago
Vladimír Vondruš 2f770bb210 MeshTools: fix warnings in build with CORRADE_NO_ASSERT. 11 years ago
Vladimír Vondruš 1ad5f330b0 MeshTools: silence conversion warning on MSVC. 11 years ago
Vladimír Vondruš 7949ed9700 MeshTools: fix linker errors on Windows. 11 years ago
Vladimír Vondruš 4389a58cce MeshTools: added compressIndicesAs(). 11 years ago
Vladimír Vondruš 9e766ec352 MeshTools: const++. 11 years ago
Vladimír Vondruš 792500d463 MeshTools: simplify internal implementation of compressIndices(). 11 years ago
Vladimír Vondruš d51f29c57f Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 7e675acaeb MeshTools: removed deprecated removeDuplicates() overload. 11 years ago
Vladimír Vondruš 0896297493 MeshTools: removed deprecated interleave() overload. 11 years ago
Vladimír Vondruš b6051944e6 MeshTools: removed deprecated compressIndices() overload. 11 years ago
Vladimír Vondruš e09c2f7a87 MeshTools: removed deprecated combineIndexedArrays() overload. 11 years ago
Vladimír Vondruš 43ccdb6d31 MeshTools: fix test on build without assertions. 11 years ago
Vladimír Vondruš 3e2a91d27a Cleaned up old Doxygen workarounds. 11 years ago
Vladimír Vondruš 64bc2393d1 Math: made dot(), angle(), *lerp() and cross() free functions. 11 years ago
Vladimír Vondruš 65a2e5677a Properly use the "Std Swap Two Step". 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš f81124e220 MeshTools: avoid global state in Tipsify test. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš ba88567710 Remove redundant `inline` keyword. 11 years ago
Vladimír Vondruš 4caeb30f7b Shaders: there's never enough documentation. 11 years ago
Vladimír Vondruš 1c29242e35 MeshTools: fix typo. 12 years ago
Vladimír Vondruš 05b7cacca6 MeshTools: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 1cfb5b0eaf Moved Attribute class out of AbstractShaderProgram enum. 12 years ago
Vladimír Vondruš 1fc92ac61c No need to install static test libraries on Windows. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš dc312cda0d Implemented indexed buffer binding. 12 years ago