assimp/code/Common
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
..
AssertHandler.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Assimp.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Base64.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
BaseImporter.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
BaseProcess.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
BaseProcess.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Bitmap.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Compression.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Compression.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
CreateAnimMesh.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
DefaultIOStream.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
DefaultIOSystem.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
DefaultLogger.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
DefaultProgressHandler.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Exceptional.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Exporter.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
FileLogStream.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
FileSystemFilter.h Fix Heap-buffer-overflow READ in Assimp::FileSystemFilter::Cleanup 2023-06-14 07:40:28 +02:00
IFF.h Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
IOSystem.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Importer.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Importer.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ImporterRegistry.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Maybe.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
PolyTools.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
PostStepRegistry.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
RemoveComments.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
SGSpatialSort.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
SceneCombiner.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ScenePreprocessor.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ScenePreprocessor.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ScenePrivate.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
SkeletonMeshBuilder.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
SpatialSort.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
StackAllocator.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
StackAllocator.inl Fix compilation for MSVC14. (#5490) 2024-03-11 09:09:23 +01:00
StandardShapes.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
StbCommon.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
StdOStreamLogStream.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Subdivision.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
TargetAnimation.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
TargetAnimation.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Version.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
VertexTriangleAdjacency.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
VertexTriangleAdjacency.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
Win32DebugLogStream.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
ZipArchiveIOSystem.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
assbin_chunks.h Renamed WriteDumb.cpp to WriteDump.cpp 2020-01-30 16:40:34 -05:00
material.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
scene.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
simd.cpp Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00
simd.h Add 2024 to copyright infos (#5475) 2024-02-23 22:30:05 +01:00