summaryrefslogtreecommitdiffstats
path: root/code/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update tinyusdz git hash (fix USD animation) (#6034)Steve M2025-03-171-2/+2
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-3/+7
* add EXCLUDE_FROM_ALL (#5959)Pichas2025-01-221-0/+1
* Introduce VRML format (.wrl and .x3dv) 3D model support (#5857)Steve M2024-12-301-0/+65
* Update tinyusdz (#5849)Steve M2024-11-011-2/+2
* Simplify re-enabling M3D build support (#5835)Steve M2024-10-231-11/+10
* Update CMakeLists.txt (#5782)Kim Kulling2024-09-171-1/+1
* Kimkulling/mark blender versions as not supported (#5370)Kim Kulling2024-09-051-2/+1
* Allow usage of pugixml from a superproject (#5752)Tobias Rittig, Ph.D.2024-09-031-1/+4
* Fix to judge 'multi-configuration' correctly (#5720)OGAWA KenIchi2024-08-291-1/+1
* Added AND condition in poly2tri dll_symbol.h to only define macros fo… (#5693)mkuritsu2024-08-131-1/+1
* [USD] Integrate "tinyusdz" project (#5628)Steve M2024-07-121-0/+130
* Disabled maybe-uninitialized error for AssetLib/Obj/ObjFileParser.cpp as it s...Daniel Simon2024-05-261-3/+11
* Temporary fix for GCC 13+ build issue -Warray-bounds (#5577)Daniel Simon2024-05-191-0/+8
* add some ASSIMP_INSTALL checks (#5545)Zeun2024-04-161-12/+13
* CMake: Allow linking draco statically if ASSIMP_BUILD_DRACO_STATIC is set. (#...Alex Rønne Petersen2024-04-081-1/+1
* Update CMakeLists.txt (#5531)v5.4.0Kim Kulling2024-04-071-1/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Add bounds checks to the parsing utilities. (#5421)Kim Kulling2024-01-301-0/+4
* utf8 header not foundTárcio Vinícius2023-11-061-1/+1
* link to external minizip with full pathMartin Aumüller2023-11-061-1/+6
* Mosfet80 clipper update (#5220)Kim Kulling2023-09-091-12/+12
* Use correct PDB pathsAnyOldName32023-08-231-16/+20
* Fix Memcpy-param-overlap in unzReadCurrentFile: bump zlib to 1.2.13Alex2023-06-141-1/+0
* Merge branch 'master' into msvc-clang-unused-functionKim Kulling2023-05-241-1/+3
|\
| * Merge branch 'master' into masterKim Kulling2023-05-241-0/+2
| |\
| | * Merge branch 'master' into FlorianBorn71-SmallAllocationFixInFBXLoaderKim Kulling2023-05-151-6/+0
| | |\
| | * \ Merge branch 'SmallAllocationFixInFBXLoader' of https://github.com/FlorianBor...Kim Kulling2023-05-151-0/+2
| | |\ \
| | | * \ Merge branch 'master' into SmallAllocationFixInFBXLoaderKim Kulling2022-09-081-15/+29
| | | |\ \
| | | * | | Stack allocator is now inlineFlorian Born2022-04-211-1/+1
| | | * | | All allocation changesFlorian Born2022-04-201-0/+2
| * | | | | Fix librt linkMathieu Westphal2023-05-051-1/+1
| | |_|_|/ | |/| | |
* / | | | Fix warning related to unused-function.Jackie95272023-05-031-1/+0
|/ / / /
* | | | Remove unused -Wno-missing-noreturn.Jackie95272023-04-291-1/+0
* | | | Remove unused -Wno-deprecated-copy-with-user-provided-dtor.Jackie95272023-04-291-1/+0
* | | | Remove unused -Wno-deprecated-copy-with-dtor.Jackie95272023-04-291-1/+0
* | | | Merge branch 'master' into msvc-clang-missing-variable-declarationsKim Kulling2023-04-261-2/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into msvc-clang-deprecated-copy-with-dtorKim Kulling2023-04-261-7/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into msvc-clang-inconsistent-missing-destructor-overrideKim Kulling2023-04-261-8/+0
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' into deprecated-copy-with-user-provided-dtorKim Kulling2023-04-261-7/+0
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'master' into msvc-clang-missing-noreturnKim Kulling2023-04-251-6/+0
| | | | |\ \ \ \
| | | | | * | | | Remove -Wno-unreachable-code-break.Jackie95272023-04-191-1/+0
| | | | * | | | | Fix warning related to missing-noreturn.Jackie95272023-04-011-1/+0
| | | * | | | | | Remove unused -Wno-deprecated-copy-with-user-provided-dtor.Jackie95272023-04-011-1/+0
| | | |/ / / / /
| | * / / / / / Fix warning related to inconsistent-missing-destructor-override.Jackie95272023-04-011-1/+0
| | |/ / / / /
| * | | | | | Merge branch 'master' into msvc-clang-deprecated-copy-with-dtorKim Kulling2023-04-011-1/+0
| |\ \ \ \ \ \
| * | | | | | | Remove -Wno-deprecated-copy-with-dtor.Jackie95272023-04-011-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Remove -Wno-missing-variable-declarations.Jackie95272023-04-191-1/+0
| |_|/ / / / |/| | | | |
* | | | | | Remove -Wno-unreachable-code-return.Jackie95272023-04-051-1/+0
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' into msvc-clang-unreachable-codeKim Kulling2023-04-041-3/+0
|\ \ \ \ \