summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preliminarily implement primitive conversionljfa-ag2015-07-031-0/+234
* Implement cast and assignment of string for valueljfa-ag2015-07-031-0/+16
* Reorder and change documentation for valueljfa-ag2015-07-031-6/+17
* Remove useless explicitljfa-ag2015-07-031-1/+1
* Add more tests for tag_compoundljfa-ag2015-07-031-3/+26
* Fix tag_compound::emplaceljfa-ag2015-07-031-1/+1
* Add get/set_ptr and operator bool to valueljfa-ag2015-07-023-11/+30
* Give meaningful fail message for wrong primitiveljfa-ag2015-07-011-1/+4
* Also define get_type with CRTPljfa-ag2015-07-016-22/+14
* Implement CRTP for tagljfa-ag2015-07-016-69/+72
* Minor reformattingljfa-ag2015-07-013-6/+3
* Clarify move-assignmentljfa-ag2015-07-011-1/+1
* Create tag::assign methodljfa-ag2015-07-017-1/+33
* Change description of value::operator=ljfa-ag2015-07-012-10/+11
* Overload operator== for each tag individuallyljfa-ag2015-07-015-3/+44
* Implement operator== for tagljfa-ag2015-06-302-0/+39
* Partial implementation of valueljfa-ag2015-06-303-4/+65
* Create move_clone methodljfa-ag2015-06-306-0/+25
* Make tag classes finalljfa-ag2015-06-303-3/+3
* Change interfaces of tag_compound and value once againljfa-ag2015-06-303-17/+58
* Implement tag_compoundljfa-ag2015-06-292-0/+78
* Fix tag_compound and valueljfa-ag2015-06-292-2/+3
* Implement tag_stringljfa-ag2015-06-292-1/+81
* Remove comparison operators for tag_stringljfa-ag2015-06-292-8/+5
* Add more tests for tag_compoundljfa-ag2015-06-291-4/+18
* Update Requirements.mdljfa-ag2015-06-281-0/+7
* Clarify fail messages on EXPECT_EXCEPTIONljfa-ag2015-06-281-2/+2
* Iterators typedefs for tag_compoundljfa-ag2015-06-281-4/+3
* Add at method to valueljfa-ag2015-06-282-3/+12
* Rename nbt_value to valueljfa-ag2015-06-282-30/+30
* Reword doxygen comment for nbt_valueljfa-ag2015-06-281-4/+2
* Revise test_tag_compound regarding comparisonljfa-ag2015-06-281-13/+6
* Add doxygen comment for equalsljfa-ag2015-06-281-0/+4
* Specify default move constructor for nbt_valueljfa-ag2015-06-281-1/+3
* Add operator== and equals for tagljfa-ag2015-06-285-1/+19
* Small change of wordingljfa-ag2015-06-271-1/+1
* Create nbt_value and further refine tag_compoundljfa-ag2015-06-273-57/+141
* Create preliminary tag_compound testsljfa-ag2015-06-271-1/+31
* Use Javadoc-like tags everywhereljfa-ag2015-06-261-3/+3
* Make doxygen ignore the detailsljfa-ag2015-06-261-0/+2
* Minor comment changesljfa-ag2015-06-252-2/+2
* Create preliminary tag_compoundljfa-ag2015-06-252-0/+137
* Add to test_get_typeljfa-ag2015-06-231-6/+11
* Create tag_string.hljfa-ag2015-06-234-3/+84
* Add methods and tests to tag_primitiveljfa-ag2015-06-232-0/+38
* Add missing includeljfa-ag2015-06-231-0/+2
* Add GNU LGPLljfa-ag2015-06-238-0/+953
* Add tests for get_typeljfa-ag2015-06-212-4/+15
* Add tag_primitiveljfa-ag2015-06-214-2/+104
* Add tag.hljfa-ag2015-06-216-1/+79