assimp/code/AssetLib
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
..
3DS Fix Double Precision errors/warnings 2021-08-31 12:59:31 +02:00
3MF Remove not used attribute 2021-08-29 18:41:07 +02:00
AC Remove TODO. Typo fix. 2021-05-17 10:29:06 +01:00
AMF more const in format detection 2021-09-11 23:23:05 +02:00
ASE more const in format detection 2021-09-11 23:23:05 +02:00
Assbin mingw build fix 2021-08-19 13:50:26 +02:00
Assjson Add export property for assimp json exporter to write compressed json (without whitespaces). 2021-08-27 18:17:27 +02:00
Assxml removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
B3D Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
BVH more const in format detection 2021-09-11 23:23:05 +02:00
Blender more const in format detection 2021-09-11 23:23:05 +02:00
C4D removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
COB more const in format detection 2021-09-11 23:23:05 +02:00
CSM more const in format detection 2021-09-11 23:23:05 +02:00
Collada more const in format detection 2021-09-11 23:23:05 +02:00
DXF more const in format detection 2021-09-11 23:23:05 +02:00
FBX more const in format detection 2021-09-11 23:23:05 +02:00
HMP removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
IFC more const in format detection 2021-09-11 23:23:05 +02:00
Irr more const in format detection 2021-09-11 23:23:05 +02:00
LWO removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
LWS removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
M3D Fix M3D import crash and memory leak. 2021-08-24 07:26:20 +02:00
MD2 Merge branch 'master' into md2orient 2021-05-12 13:07:27 +02:00
MD3 Merge branch 'master' into md3Tuning 2021-05-20 20:25:30 +02:00
MD4 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD5 more const in format detection 2021-09-11 23:23:05 +02:00
MDC removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
MDL removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
MMD more const in format detection 2021-09-11 23:23:05 +02:00
MS3D more const in format detection 2021-09-11 23:23:05 +02:00
NDO more const in format detection 2021-09-11 23:23:05 +02:00
NFF Improve use of logging 2021-05-13 12:05:31 +01:00
OFF more const in format detection 2021-09-11 23:23:05 +02:00
Obj Merge branch 'master' into issue_3398 2021-08-28 13:56:50 +02:00
Ogre more const in format detection 2021-09-11 23:23:05 +02:00
OpenGEX more const in format detection 2021-09-11 23:23:05 +02:00
Ply more const in format detection 2021-09-11 23:23:05 +02:00
Q3BSP Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
Q3D more const in format detection 2021-09-11 23:23:05 +02:00
Raw Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
SIB Merge branch 'master' into fix-sib-string-waste 2021-05-20 19:58:11 +02:00
SMD removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
STEPParser style fix – initializing and assigning empty std::string properly 2021-07-29 14:23:52 +02:00
STL more const in format detection 2021-09-11 23:23:05 +02:00
Step StepExporter support polygon mesh 2021-07-28 16:32:27 +08:00
Terragen more const in format detection 2021-09-11 23:23:05 +02:00
Unreal No need to distinguish formatting log functions. 2021-05-13 10:25:27 +01:00
X Merge branch 'master' into trim-trailing-whitespace 2021-08-06 09:40:03 +02:00
X3D removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
XGL more const in format detection 2021-09-11 23:23:05 +02:00
glTF Add missing diagnostic push 2021-08-11 18:57:21 -04:00
glTF2 Fixed typo 2021-09-02 10:07:28 +01:00