assimp/code
Ryan Styrczula 84e342acd7 DefaultIOStream: Remove assert on empty count
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.
2020-07-14 10:39:18 -04:00
..
AssetLib Merge branch 'master' into master 2020-07-13 20:35:24 +02:00
CApi replace NULL and avoid ai_assert with more than 2 tests. 2020-06-23 21:05:42 +02:00
Common DefaultIOStream: Remove assert on empty count 2020-07-14 10:39:18 -04:00
Material replace NULL and avoid ai_assert with more than 2 tests. 2020-06-23 21:05:42 +02:00
PostProcessing Ensure asserts are defined where expected. 2020-07-02 14:53:29 +01:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Allow assert handling to be replaced. 2020-06-23 11:55:51 +01:00