summaryrefslogtreecommitdiffstats
path: root/code/PostProcessing/ProcessHelper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Whitespace (#6063)krishty2025-03-261-1/+0
| | | | | | | | | | | | * Fix Whitespace No functional changes. This commit removes trailing spaces, undesired line breaks, and formatting screwups. * Remove more useless line breaks in license (500 out of 630 license copies do NOT use double line breaks here) --------- Co-authored-by: Krishty <krishty@krishty.com> Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Fix compilation for MSVC14. (#5490)Laura Hermanns2024-03-111-2/+2
| | | | | - 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.
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Add bounds checks to the parsing utilities. (#5421)Kim Kulling2024-01-301-2/+3
| | | | | | | | | | | | | | | | | | | | | * Add bounds checks to the parsing utilities. * Fix merge conflicts in ACLoader. * Fix loaders * Fix unittest of AC-Loader. * Remove dead code. * Md5Parser fixes * Fix md5-parsing * Fix Merge conflict * Fix merge conflicts. * Md5: Fix warning: missing return statement.
* Refactoring: Reuse code from GeometryUtilsKim Kulling2023-05-041-4/+3
|
* Apply some more modernize-use-emplaceAaron Gokaslan2022-09-021-1/+1
|
* Apply modernize-use-emplace clang-tidy ruleAaron Gokaslan2022-08-231-1/+1
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-116/+96
|
* Fixed TextureTypeToString defined multiple times.Marc-Antoine Lortie2020-02-061-40/+0
| | | | | | | - Moved TextureTypeToString to it's own file. - Added new file to CMakeLists.txt. - Added 6 missing values in TextureTypeToString. - Added 6 missing aiTextureType enum values in assimp_cmd/Info.cpp.
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
| | | | | | | | | | Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, assimp team". Changed copyright end year to 2020 in every reference "Copyright (c) 2006-XXXX, ASSIMP Development Team". Changed copyright end year to 2020 in LICENCE.rtf. Changed copyright end year in CMakeFiles.txt files and any other places referencing Assimp with a copyright start and end year.
* Reorg of code.Kim Kulling2019-06-061-0/+443