26 Commits (eee9cbb3534d6668e1ec8f2fcd8832fa9def526e)

Author SHA1 Message Date
Vladimír Vondruš eee9cbb353 MeshTools: updates for the new documentation theme. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš ce075752e9 MeshTools: removed unneeded enable_if. 10 years ago
Vladimír Vondruš d36f45ac98 Fixed compiler warnings when building with CORRADE_NO_ASSERT. 10 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š d51f29c57f Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 0896297493 MeshTools: removed deprecated interleave() overload. 11 years ago
Vladimír Vondruš 3e2a91d27a Cleaned up old Doxygen workarounds. 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š 05b7cacca6 MeshTools: removed autolink-preventing % noise. 12 years ago
Vladimír Vondruš 69d02ee7ee doc: strict ordering of sections in detailed documentation. 12 years ago
Vladimír Vondruš 7d0726e5a5 Doc++ 12 years ago
Vladimír Vondruš 51a14b9e0b MeshTools: deprecate mesh/buffer-modifying vertex/index tools. 12 years ago
Vladimír Vondruš bfa2a42638 Don't differentiate between vertex and index count in Mesh. 12 years ago
Vladimír Vondruš 6910281731 MeshTools: be const-correct. 12 years ago
Vladimír Vondruš dc4f667f7b MeshTools: added interleaveInto(). 12 years ago
Vladimír Vondruš 4fe1ecd447 MeshTools: use zero-initialized array in interleave(). 12 years ago
Vladimír Vondruš 06b3508719 MeshTools: refactored implementation of interleave(). 12 years ago
Vladimír Vondruš b666044a47 Actually make use of Color[34]ub typedefs. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 1d789ef55e MeshTools: added TODOs. 13 years ago
Vladimír Vondruš 80332478b6 MeshTools: be more explicit in what needs to be done on mesh afterwards. 13 years ago
Vladimír Vondruš 8cafb555dc MeshTools: code cleanup. 13 years ago
Vladimír Vondruš 794c934dc1 Shotgun documentation updates. 13 years ago
Vladimír Vondruš f1ac932660 Extract Buffer::Usage enum out of Buffer class. 13 years ago
Vladimír Vondruš 4da0f4497f MeshTools: return Containers::Array also from interleave(). 13 years ago
Vladimír Vondruš 277dabc90e MeshTools: use std:: prefix everywhere. 13 years ago
Vladimír Vondruš c7ef09d5dc MeshTools: don't allocate and memcpy zeros in interleave(). 13 years ago
Vladimír Vondruš 5a8d654433 Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
Vladimír Vondruš 2ea5b4c9ce Reducing pointer chasings, part 3b: less pointer passing in MeshTools. 13 years ago
Vladimír Vondruš 9311d80614 MeshTools: better assertion message for interleave(). 13 years ago
Vladimír Vondruš a7f5bef038 Getting rid of <>, part 1: Color classes. 13 years ago
Vladimír Vondruš 5bf61ceb74 *Tools: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 98781b5052 Support for gaps in MeshTools::interleave(). 14 years ago
Vladimír Vondruš 21acb3edc6 Mesh rework, part 1: better vertex attribute management. 14 years ago
Vladimír Vondruš 0145343d59 Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
Vladimír Vondruš b3517eda01 Doc: crosslinking MeshTools and relevant Mesh functions. 14 years ago
Vladimír Vondruš 55d9b5ae84 MeshTools::interleave(): specialization for only one attribute array. 14 years ago
Vladimír Vondruš 30032a5971 Don't confuse vertices and vertex positions. 14 years ago
Vladimír Vondruš c451b22392 Revert "Documentation: organizing the classes into "modules"." 14 years ago
Vladimír Vondruš 7f55f30ced CORRADE_ASSERT() now needs semicolon after. 14 years ago
Vladimír Vondruš 45d1cb1225 Anonymized unused function parameters. 14 years ago