summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Move the key for reading compounds as wellljfa-ag2015-08-061-1/+1
| * Move input_error out from stream_readerljfa-ag2015-08-065-15/+15
| * Add tag::as methodljfa-ag2015-08-054-6/+30
| * Remove unnecessary suffixesljfa-ag2015-08-052-23/+23
| * Extend bigtest with tag_list (end) and tag_int_arrayljfa-ag2015-08-054-4/+8
| * Make tag_list::read_payload handle lists of tag_endljfa-ag2015-08-053-6/+21
| * Fix read_testljfa-ag2015-08-051-1/+1
| * Implement read_payload for all tagsljfa-ag2015-08-0510-0/+99
| * Implement stream_reader::read_payloadljfa-ag2015-08-054-1/+16
| * Create test for reading the bigtest fileljfa-ag2015-08-052-0/+52
| * Use bigtest_uncompressed insteadljfa-ag2015-08-052-1/+1
| * Use "using" for inheriting input_error constructorsljfa-ag2015-08-051-3/+1
| * Add bigtest.nbt fileljfa-ag2015-08-052-0/+3
| * Correct doxygen on read_numljfa-ag2015-08-041-1/+2
| * Implement stream_readerljfa-ag2015-08-044-4/+81
| * Small changes to stream_reader documentationljfa-ag2015-08-041-2/+14
| * Add tests for stream_readerljfa-ag2015-08-043-2/+80
| * Lay foundations for stream_reader classljfa-ag2015-08-043-0/+108
| * Create is_valid_type functionljfa-ag2015-08-043-0/+20
| * Create endian enum and read/write functions with specified endianljfa-ag2015-08-042-8/+36
| * Make tag_list constructor from type explicitljfa-ag2015-08-031-1/+1
| * Use stof and stod instead of strtof and strtodljfa-ag2015-08-021-2/+2
| * Create tag::create functionljfa-ag2015-08-023-2/+32
| * Add more tests for tagljfa-ag2015-08-021-0/+25
| * Change semantics of empty list equalityljfa-ag2015-08-023-8/+8
| * Add reset method to tag_listljfa-ag2015-08-023-4/+35
| * Rename libnbt.h to nbt_tags.hljfa-ag2015-07-306-9/+11
| * Get rid of unneeded bitwise andsljfa-ag2015-07-281-28/+28
| * Meh, we do need to instantiate operator== after allljfa-ag2015-07-282-2/+9
| * Implement endian stream i/o for doubleljfa-ag2015-07-282-0/+46
| * Implement endian stream i/o for floatljfa-ag2015-07-282-0/+76
| * Fix derp with unsigned intsljfa-ag2015-07-281-4/+4
| * Cast values in init-list to uint8_tljfa-ag2015-07-281-28/+28
| * Add check if stream has failedljfa-ag2015-07-281-0/+4
| * Add tests for signed integersljfa-ag2015-07-281-0/+52
| * Implement endian stream i/o for integersljfa-ag2015-07-283-42/+246
| * Create endian_str.h and testljfa-ag2015-07-283-0/+167
| * Rename Requirements.md to PRD.mdljfa2015-07-271-0/+0
| * Change constructors of tag_stringljfa-ag2015-07-232-3/+4
| * Add noexcept at some important placesljfa-ag2015-07-239-24/+24
| * Specify undefined behavior if list is brokenljfa-ag2015-07-221-1/+6
| * Change argument of list::set to valueljfa-ag2015-07-223-6/+6
| * Fix missing castljfa-ag2015-07-221-1/+1
| * Add missing switch caseljfa-ag2015-07-221-0/+1
| * Add some missing tests for valueljfa-ag2015-07-221-0/+4
| * Change how emplacing is being doneljfa-ag2015-07-223-3/+5
| * Add a few commentsljfa-ag2015-07-223-2/+9
| * Add operator<< for tag_typeljfa-ag2015-07-222-1/+26
| * Replace function-style casts with static_castljfa-ag2015-07-211-17/+17
| * Elaborate on use and rationale of value and value_initializerljfa-ag2015-07-182-4/+41