summaryrefslogtreecommitdiffstats
path: root/code/Common/ZipArchiveIOSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Remove default destructor definitions from cpp files (#5528)Kim Kulling2024-04-071-5/+43
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Fix warning related to inconsistent-missing-destructor-override.Jackie95272023-04-011-1/+1
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-1/+1
* Explicitly default all empty dtorsAaron Gokaslan2022-08-251-2/+1
* Build fix for compiling against minizip.Robert Osfield2022-07-081-0/+2
* Add missing cast.Kim Kulling2022-03-101-1/+1
* Fix 'i >= 0' always true bugJonas Karlsson2022-03-091-2/+2
* Update copyrightsKim Kulling2022-01-101-1/+1
* Add support for spanned archivesAlex Rebert2022-01-051-30/+56
* Fix stack overflow in ZipArchiveIOSystem::MapArchiveAlex Rebert2022-01-051-1/+1
* removed useless codeKrishty2021-09-111-1/+0
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Fix build failure on LinuxDan Church2021-01-181-1/+1
* No need to allocate a full size buffer for small filesJean-Louis2020-12-241-3/+6
* Fix unzip max buffer length errorJean-Louis2020-12-241-4/+19
* Update unzip contribJean-Louis2020-12-241-10/+1
* Common: Fix GCC error invalid conversion in MINGW.Biswapriyo Nath2020-12-111-2/+2
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-2/+5
* fix 2 more warnings for vs2013.kimkulling2020-03-181-356/+345
* .clear in destructor is redundantiamAdrianIusca2020-02-181-2/+0
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Add copyright headers to ZipArchiveIOSystemRichardTea2019-07-251-0/+4
* ZipArchiveIOSystem should be sorted, fix ZipFile::Read()RichardTea2019-07-251-11/+22
* Fix GCC warnings reported by TravisRichardTea2019-07-241-2/+3
* Fix some warningsRichardTea2019-07-121-6/+7
* Add missing headerRichardTea2019-07-121-0/+1
* Create ZipArchiveIOSystemRichardTea2019-07-121-0/+521