summaryrefslogtreecommitdiffstats
path: root/code/Common/DefaultIOStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
|
* Fix: Fix build for mingw10 (#5916)Kim Kulling2024-12-101-2/+2
| | | - closes https://github.com/assimp/assimp/issues/5827
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
|
* Merge branch 'master' into masterKim Kulling2022-06-241-0/+7
|\
| * fix windows 32 bit buildsGargaj2022-06-211-0/+7
| |
* | Fix GNUC check on Windows (2nd attempt)hgdagon2022-05-251-3/+3
| |
* | Fix GNUC check on Windowshgdagon2022-05-251-3/+3
|/
* Fixes for Windows/MSYS2hgdagon2022-04-071-2/+2
|
* Update copyrightsKim Kulling2022-01-101-1/+1
|
* removed useless codeKrishty2021-09-111-1/+0
| | | | In destructors, zeroing attributes or clearing containers is utterly useless.
* removed trailing spaces and tabs from source and textKrishty2021-07-291-3/+3
| | | | This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git.
* Fix crash when reading 0 bytesKim Kulling2021-04-281-2/+4
| | | - This is a valid option so crash shall not happen
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
|
* undo changeKim Kulling2020-08-031-12/+12
|
* Move functions into the correct preprocessor branchKim Kulling2020-08-031-14/+17
|
* DefaultIOStream: Remove assert on empty countRyan Styrczula2020-07-141-1/+0
| | | | | | | | | | | fwrite() is valid to call with a 0 count, and will simply return 0. See: https://en.cppreference.com/w/cpp/io/c/fwrite http://www.cplusplus.com/reference/cstdio/fwrite/ There are code paths where StreamWriter will call Tell(), which calls Flush(), which calls Write(buffer.data(), 1, buffer.size()). This can happen when nothing has yet been written to the buffer, so size is 0.
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-56/+50
|
* fix warningskkulling2020-03-111-1/+1
|
* 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.
* Fix for exporting fbx bigger than 2GBMike Samsonov2019-11-051-2/+31
|
* Reorg of code.Kim Kulling2019-06-061-0/+154