summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* feat: Update test/test_value.hYongDo-Hyun9 days1-1/+1
* feat: Update test/test_value.hYongDo-Hyun9 days1-1/+1
* feat: Update test/test_value.hYongDo-Hyun9 days1-1/+1
* feat: Update test/test_value.hYongDo-Hyun9 days1-1/+1
* feat: add numeric tag creation methods and corresponding tests for value assi...YongDo-Hyun9 days3-40/+37
* fix: reset value before each assignment in test_value.cpp for clarityYongDo-Hyun9 days1-0/+4
* fix: prevent widening of stored tag type in value assignment; update test out...YongDo-Hyun9 days2-3/+6
* feat: add local test executable and improve JSON string escaping - Added opti...YongDo-Hyun9 days3-2/+62
* chore: comply with reuseDioEgizio2026-02-0120-0/+80
* Implement tag 12 (array of 64bit long) and fix testsPetr Mrázek2020-06-077-50/+216
* Make zlib optional, adapt for includingPetr Mrázek2015-09-233-6/+19
* Only search CxxTest when NBT_BUILD_TESTS is onljfa2015-09-221-0/+2
* Make the inflate_streambuf rewind the inputljfa2015-09-212-0/+21
* Add tests for reading and writing gzipped tagsljfa2015-09-213-2/+31
* Create zlib_streambuf base classljfa2015-09-211-1/+0
* Make close honor the exceptions maskljfa2015-09-211-7/+23
* Add test for writing to a closed ozlibstreamljfa2015-09-211-0/+12
* More assertionsljfa2015-09-211-0/+4
* Create ozlibstream::close methodljfa2015-09-211-1/+6
* Merge branch 'zlibstream'ljfa-ag2015-09-201-17/+99
|\
| * Add more tests for deflatingljfa-ag2015-09-201-0/+58
| * Implement ozlibstreamljfa-ag2015-09-201-0/+20
| * Change operator>> to read for test_inflate_corruptljfa-ag2015-09-161-4/+6
| * Change stringbuf to string for bigtestljfa-ag2015-09-161-13/+15
* | Merge branch 'zlibstream'ljfa-ag2015-09-152-0/+17
|\|
| * Moving and copying is disabled for ozlibstream tooljfa-ag2015-09-151-0/+1
| * Add test for inflating zlib dataljfa-ag2015-09-152-0/+16
* | 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-154-0/+118
|\|
| * Add tests for corrupted input dataljfa-ag2015-09-153-4/+25
| * Add tests for different buffer sizesljfa-ag2015-09-151-16/+58
| * Enable exceptions flag in testljfa-ag2015-09-151-1/+2
| * Change test a bitljfa-ag2015-09-151-2/+4
| * Add zlib dependencyljfa-ag2015-09-141-1/+1
| * Add test case for izlibstreamljfa-ag2015-09-142-0/+52
* | Fix ambiguities and missing default constructorljfa2015-09-131-8/+8
|/
* Change some exception types thrown by tag_listljfa-ag2015-09-051-10/+10
* Fix sign-compare warnings in testsljfa-ag2015-09-023-14/+14
* Remove microtest.hljfa-ag2015-09-022-34/+0
* 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-203-498/+478
* Set failbit on ostream in case of errorljfa2015-08-131-2/+18
* Add io::read_tag and write_tag functionsljfa2015-08-132-9/+7
* Add tests for writing bigtestljfa-ag2015-08-121-5/+45
* Add tests for writing tag payloadsljfa-ag2015-08-121-0/+114
* Add basic tests for stream_writer in little endianljfa-ag2015-08-121-0/+24
* Implement basic stream_writer methodsljfa-ag2015-08-121-0/+1