assimp/code/Common
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
..
AssertHandler.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
AssertHandler.h Allow assert handling to be replaced. 2020-06-23 11:55:51 +01:00
Assimp.cpp Disable diagnostic for LogStream comparator 2021-08-11 19:32:26 -04:00
BaseImporter.cpp more const in format detection 2021-09-11 23:23:05 +02:00
BaseProcess.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
BaseProcess.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Bitmap.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
CreateAnimMesh.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
DefaultIOStream.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
DefaultIOSystem.cpp Fixes issues our internal compliance and code quality tool found: 2021-08-30 14:59:17 +01:00
DefaultLogger.cpp Merge branch 'master' into patch-1 2021-05-27 08:35:29 +02:00
DefaultProgressHandler.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Exceptional.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Exporter.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FileLogStream.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FileSystemFilter.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFF.h Fix references in cmake file. 2019-06-09 18:43:56 +02:00
Importer.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
Importer.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
ImporterRegistry.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
PolyTools.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
PostStepRegistry.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
RemoveComments.cpp Fix possible overrun 2021-08-27 14:04:00 +02:00
SGSpatialSort.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SceneCombiner.cpp Increasing length of mDataLength if rewriting the texture index increases magnitutde of index. 2021-06-04 16:32:46 -05:00
ScenePreprocessor.cpp Fixes issues our internal compliance and code quality tool found: 2021-08-30 14:59:17 +01:00
ScenePreprocessor.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
ScenePrivate.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SkeletonMeshBuilder.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SpatialSort.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
StandardShapes.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
StdOStreamLogStream.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Subdivision.cpp No need to distinguish formatting log functions. 2021-05-13 10:25:27 +01:00
TargetAnimation.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
TargetAnimation.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Version.cpp updated version string (if anyone cares) 2021-04-19 07:37:12 +02:00
VertexTriangleAdjacency.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
VertexTriangleAdjacency.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
Win32DebugLogStream.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
ZipArchiveIOSystem.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
assbin_chunks.h Renamed WriteDumb.cpp to WriteDump.cpp 2020-01-30 16:40:34 -05:00
material.cpp Standardise Clearcoat, Sheen and Transmission 2021-06-14 15:11:41 +01:00
scene.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
simd.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
simd.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00