summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Create copy and clone functions for value and tagljfa-ag2015-07-074-0/+21
| * Specify undefined behavior on null valuesljfa-ag2015-07-071-0/+11
| * Add some tests for valueljfa-ag2015-07-051-0/+45
| * Fix conflicting overload of operator[]ljfa-ag2015-07-052-0/+6
| * Add a few logging outputs for the testsljfa-ag2015-07-051-0/+5
| * Remove redundant includesljfa-ag2015-07-053-4/+0
| * Correct documentations for operator[]ljfa-ag2015-07-052-5/+2
| * Make some value methods null-safeljfa-ag2015-07-042-11/+33
| * Fix crtp_tag::equalsljfa-ag2015-07-041-1/+1
| * Fix testljfa-ag2015-07-041-3/+3
| * Implement value_initializerljfa-ag2015-07-045-7/+51
| * Create value_initializerljfa-ag2015-07-034-7/+71
| * Remove unneeded forward declarationsljfa-ag2015-07-031-4/+0
| * Readd value constructor from tag&&ljfa-ag2015-07-032-0/+5
| * Implement at and operator[] for valueljfa-ag2015-07-032-1/+15
| * Create and implement get/set with tag for valueljfa-ag2015-07-032-1/+29
| * 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