summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Create ozlibstream::close methodljfa2015-09-213-2/+19
| | | | | | | | Set failbit on output stream on failure
| * Fix derp...ljfa-ag2015-09-201-0/+1
| |
| * Merge branch 'zlibstream'ljfa-ag2015-09-205-34/+208
| |\
| | * Add more tests for deflatingljfa-ag2015-09-201-0/+58
| | |
| | * Implement ozlibstreamljfa-ag2015-09-204-1/+109
| | |
| | * Changes to deflate_streambuf and ozlibstream constructorsljfa-ag2015-09-162-16/+20
| | |
| | * Change operator>> to read for test_inflate_corruptljfa-ag2015-09-161-4/+6
| | | | | | | | | | | | | | | operator>>(streambuf*) seems to be weird when it comes to exceptions, and it behaves differently on g++ and clang
| | * Change stringbuf to string for bigtestljfa-ag2015-09-161-13/+15
| | | | | | | | | | | | Enable exceptions for badbit as well
| | * Fix CMake not finding zlibljfa-ag2015-09-161-1/+1
| | |
| * | Fix indentation in commentsljfa-ag2015-09-202-20/+19
| | |
| * | Merge branch 'zlibstream'ljfa-ag2015-09-156-23/+25
| |\|
| | * Moving and copying is disabled for ozlibstream tooljfa-ag2015-09-152-9/+1
| | |
| | * Fix base constructor calls of i/ostreamljfa-ag2015-09-153-9/+5
| | | | | | | | | | | | Add missing noexcept
| | * Add test for inflating zlib dataljfa-ag2015-09-152-0/+16
| | |
| | * Handle nullptr message in zlib_errorljfa-ag2015-09-151-1/+3
| | |
| | * Copying and moving is implicitly disabled anywayljfa-ag2015-09-151-4/+0
| | |
| * | Make test_visitor more accurateljfa-ag2015-09-151-35/+24
| | |
| * | Make sure testfiles are copied for all tests that need themljfa-ag2015-09-151-3/+10
| | |
| * | Merge branch 'zlibstream'ljfa-ag2015-09-159-12/+332
| |\|
| | * Add tests for corrupted input dataljfa-ag2015-09-153-4/+25
| | |
| | * Add tests for different buffer sizesljfa-ag2015-09-151-16/+58
| | |
| | * Add more doxygen to inflate_streambufljfa-ag2015-09-151-2/+15
| | |
| | * Check for errors in input streamljfa-ag2015-09-152-1/+8
| | |
| | * Enable exceptions flag in testljfa-ag2015-09-151-1/+2
| | |
| | * Change zlib_error to take message and codeljfa-ag2015-09-152-5/+8
| | |
| | * Use different windowBits value to avoid zlib bugljfa-ag2015-09-151-1/+1
| | |
| | * No output doesn't necessarily mean EOFljfa-ag2015-09-151-2/+4
| | |
| | * Add implementation of inflate_streambuf (still broken though)ljfa-ag2015-09-153-0/+89
| | |
| | * Change test a bitljfa-ag2015-09-151-2/+4
| | |
| | * Add zlib dependencyljfa-ag2015-09-142-2/+3
| | | | | | | | | | | | Todo: make it optional
| | * Add test case for izlibstreamljfa-ag2015-09-142-0/+52
| | |
| | * Add preliminary header for izlibstreamljfa-ag2015-09-141-0/+80
| | |
| | * Put zlib_error into its own fileljfa-ag2015-09-142-11/+18
| | |
| * | Fix ambiguities and missing default constructorljfa2015-09-132-8/+9
| |/ | | | | | | Compiler errors that g++ didn't report
| * Preliminary header for ozlibstreamljfa-ag2015-09-101-0/+111
| |
| * Remove include guard from nbt_tags.hljfa-ag2015-09-101-5/+0
| |
| * Create constant for maximum list and array lengthljfa-ag2015-09-053-4/+6
| |
| * Change some exception types thrown by tag_listljfa-ag2015-09-053-25/+23
| |
| * More inlining. Closes #3ljfa-ag2015-09-028-78/+24
| |
| * Fix sign-compare warnings in testsljfa-ag2015-09-023-14/+14
| |
| * Remove microtest.hljfa-ag2015-09-022-34/+0
| |
| * Remove unneeded semicolonljfa-ag2015-08-301-1/+1
| |
| * Remove some unused parameter namesljfa-ag2015-08-231-22/+22
| |
| * Inline some methodsljfa-ag2015-08-2313-268/+52
| |
| * Make write_test use CxxTestljfa-ag2015-08-203-258/+249
| |
| * Make read_test use CxxTestljfa-ag2015-08-203-230/+217
| |
| * Make endian_str_test use CxxTestljfa-ag2015-08-203-183/+176
| |
| * Make nbttest use CxxTestljfa-ag2015-08-204-500/+482
| |
| * Make building tests optionalljfa-ag2015-08-201-2/+6
| |
| * Set failbit on ostream in case of errorljfa2015-08-134-2/+31
| |