assimp/code/AssetLib/Collada
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
..
ColladaExporter.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
ColladaExporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ColladaHelper.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
ColladaHelper.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ColladaLoader.cpp more const in format detection 2021-09-11 23:23:05 +02:00
ColladaLoader.h trigger build 2021-02-03 21:17:57 +01:00
ColladaParser.cpp Merge branch 'master' into issue_3398 2021-08-28 13:56:50 +02:00
ColladaParser.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00