summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make compound iterator test independent of orderljfa-ag2015-08-111-4/+13
* Add overload for value_initializer with nullptrljfa-ag2015-08-111-0/+1
* Rename tag_visitor to nbt_visitorljfa-ag2015-08-091-13/+13
* Implement Visitor design pattern for tagljfa-ag2015-08-091-0/+46
* Add tag::as methodljfa-ag2015-08-051-0/+3
* Create is_valid_type functionljfa-ag2015-08-041-0/+9
* Create tag::create functionljfa-ag2015-08-021-2/+3
* Add more tests for tagljfa-ag2015-08-021-0/+25
* Change semantics of empty list equalityljfa-ag2015-08-021-4/+6
* Add reset method to tag_listljfa-ag2015-08-021-1/+11
* Rename libnbt.h to nbt_tags.hljfa-ag2015-07-301-1/+1
* Change argument of list::set to valueljfa-ag2015-07-221-2/+2
* Add some missing tests for valueljfa-ag2015-07-221-0/+4
* Change how emplacing is being doneljfa-ag2015-07-221-0/+2
* Replace function-style casts with static_castljfa-ag2015-07-211-17/+17
* Add value::as method for conversionljfa-ag2015-07-181-1/+4
* Add tests for tag::get_ptr and set_ptrljfa-ag2015-07-181-0/+7
* Change some parameters to value_initializerljfa-ag2015-07-181-8/+9
* Add and change some testsljfa-ag2015-07-171-4/+11
* Overload has_key with version that takes tag_typeljfa-ag2015-07-171-0/+6
* Need to enforce operator!= tooljfa-ag2015-07-151-0/+4
* Make tag_array::data private and add accessorljfa-ag2015-07-151-4/+12
* Create tests for tag_arrayljfa-ag2015-07-151-0/+55
* Use std::equal for tag_list iterator testingljfa-ag2015-07-151-8/+5
* Declare tag_array methodsljfa-ag2015-07-151-2/+2
* Add tests for primitive numeric limitsljfa-ag2015-07-151-0/+9
* Create make_unique functionljfa-ag2015-07-151-1/+1
* Revert "Turn tag_list::of into a subtype of tag_list"ljfa-ag2015-07-151-5/+5
* Turn tag_list::of into a subtype of tag_listljfa-ag2015-07-141-4/+5
* Add one more test for list element typeljfa-ag2015-07-141-0/+1
* Create tag_list::of functionljfa-ag2015-07-121-4/+5
* Implement and test list accessors for valueljfa-ag2015-07-121-4/+7
* Add more tests for tag_listljfa-ag2015-07-121-2/+5
* Add initializer list constructors for tag_listljfa-ag2015-07-121-2/+11
* Change the notion of list equalityljfa-ag2015-07-121-0/+2
* Add tests for tag_listljfa-ag2015-07-121-1/+46
* Create tag_listljfa-ag2015-07-121-1/+1
* Create tag_compound::insert methodljfa-ag2015-07-091-1/+6
* Change signature of put to take valueljfa-ag2015-07-091-2/+2
* Remove redundand includesljfa-ag2015-07-071-1/+0
* Change return type of put and emplace to match std::mapljfa-ag2015-07-071-4/+4
* Add tests for value copyingljfa-ag2015-07-071-0/+12
* Add some tests for valueljfa-ag2015-07-051-0/+45
* Add a few logging outputs for the testsljfa-ag2015-07-051-0/+5
* Remove redundant includesljfa-ag2015-07-051-1/+0
* Fix testljfa-ag2015-07-041-3/+3
* Create value_initializerljfa-ag2015-07-031-5/+5
* Add more tests for tag_compoundljfa-ag2015-07-031-3/+26
* Remove comparison operators for tag_stringljfa-ag2015-06-291-5/+5
* Add more tests for tag_compoundljfa-ag2015-06-291-4/+18