assimp/code/AssetLib/Obj
Laura Hermanns 727774f181
Fix compilation for MSVC14. (#5490)
- std::min/max were not defined in StackAllocator.inl; Also added explicit template arguments to break macro expansion if Windows.h is included prior and NOMINMAX macro is not present.
- Made static_assert statements compatible with C++11 in ProcessHelper.cpp.
- Removed unused string_view include in ObjFileParser.cpp.
2024-03-11 09:09:23 +01:00
..
ObjExporter.cpp -Vertex export fix 2022-09-07 23:10:31 +02:00
ObjExporter.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
ObjFileData.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ObjFileImporter.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ObjFileImporter.h Next iteration for c++11 features. 2021-09-13 22:38:20 +02:00
ObjFileMtlImporter.cpp Fix memory leak 2023-06-14 07:40:21 +02:00
ObjFileMtlImporter.h Fix includes 2022-03-12 08:03:27 +01:00
ObjFileParser.cpp Fix compilation for MSVC14. (#5490) 2024-03-11 09:09:23 +01:00
ObjFileParser.h Add bounds checks to the parsing utilities. (#5421) 2024-01-30 14:32:41 +01:00
ObjTools.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00