assimp/code/AssetLib/IFC
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
..
IFCBoolean.cpp Replace swear words in IFCBoolean.cpp 2021-06-16 18:58:41 +02:00
IFCCurve.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCGeometry.cpp Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
IFCLoader.cpp more const in format detection 2021-09-11 23:23:05 +02:00
IFCLoader.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
IFCMaterial.cpp Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
IFCOpenings.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCProfile.cpp Improve use of logging 2021-05-13 12:05:31 +01:00
IFCReaderGen1_2x3.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCReaderGen2_2x3.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCReaderGen_2x3.h Disable MSVC warnings on all MSVC 2020-07-17 14:58:51 +01:00
IFCReaderGen_4.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCReaderGen_4.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFCUtil.cpp Improve use of logging 2021-05-13 12:05:31 +01:00
IFCUtil.h Fix code insertion duplication 2021-06-22 14:28:46 -04:00