assimp/code
Krishty 5895c0c22c more const in format detection
BaseImporter::SearchFileHeaderForToken() expected a pointer to a non-const token list. This was probably an oversight, as nobody would realistically expect the function to change the list. Furthermore, it prevented token lists from being compiled to read-only memory, in some cases even causing the compiler to generate thread-safe initialization.

The list is now const and all callers declare their token lists static const, thus compiling them to read-only memory.
2021-09-11 23:23:05 +02:00
..
AssetLib more const in format detection 2021-09-11 23:23:05 +02:00
CApi use const chars 2021-05-04 10:57:30 +02:00
Common more const in format detection 2021-09-11 23:23:05 +02:00
Material Fixes issues our internal compliance and code quality tool found: 2021-08-30 14:59:17 +01:00
Pbrt Hunter fixes for stb_image 2021-07-07 17:01:19 -04:00
PostProcessing Merge branch 'master' into master 2021-09-07 11:39:34 +02:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt closes https://github.com/assimp/assimp/issues/3398: Add support for embedded textures 2021-08-12 21:13:07 +02:00