summaryrefslogtreecommitdiff
path: root/test/nbttest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add at method to valueljfa-ag2015-06-281-3/+3
* Revise test_tag_compound regarding comparisonljfa-ag2015-06-281-13/+6
* Add operator== and equals for tagljfa-ag2015-06-281-1/+1
* Create nbt_value and further refine tag_compoundljfa-ag2015-06-271-9/+23
* Create preliminary tag_compound testsljfa-ag2015-06-271-1/+31
* Add to test_get_typeljfa-ag2015-06-231-6/+11
* Create tag_string.hljfa-ag2015-06-231-0/+21
* Add methods and tests to tag_primitiveljfa-ag2015-06-231-0/+17
* Add GNU LGPLljfa-ag2015-06-231-0/+19
* Add tests for get_typeljfa-ag2015-06-211-3/+14
* Add tag.hljfa-ag2015-06-211-0/+9