assimp/code/AssetLib/Blender
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
..
BlenderBMesh.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BlenderBMesh.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BlenderCustomData.cpp Build formatting into DeadlyImportError 2020-08-18 16:32:34 +01:00
BlenderCustomData.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BlenderDNA.cpp Merge branch 'master' into MalcolmTyrrell/loggingImprovements 2021-05-17 13:32:02 +01:00
BlenderDNA.h [blender] Disable creation of "dna.txt" 2021-05-05 19:30:29 -04:00
BlenderDNA.inl No need to distinguish formatting log functions. 2021-05-13 10:25:27 +01:00
BlenderIntermediate.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BlenderLoader.cpp more const in format detection 2021-09-11 23:23:05 +02:00
BlenderLoader.h removed dead code 2021-04-23 15:15:21 +02:00
BlenderModifier.cpp No need to distinguish formatting log functions. 2021-05-13 10:25:27 +01:00
BlenderModifier.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
BlenderScene.cpp Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BlenderScene.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BlenderSceneGen.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BlenderTessellator.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BlenderTessellator.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00