Libnbtplusplus Versions Save

A C++ library for Minecraft's file format NBT

v2.5

6 years ago
  • (@peterix, MultiMC/libnbtplusplus@6673b6a16bf048703dbe2c127b9e274bbed866f9) Implemented long array tag from Minecraft 1.13

v2.4.1-alpha

7 years ago
  • (@RobertLeahy) Fixed ambiguity of make_unique with C++14
  • (@RobertLeahy) Fixed an unused parameter warning
  • (@minexew) Fixed building in Visual Studio
  • Fixed a typo

v2.4-alpha

8 years ago
  • Added open(), close() and reset() functions to both izlibstream and ozlibstream, allowing them to be reused
  • Fixed some doxygen comments

v2.3.1-alpha1

8 years ago
  • (@peterix) Made zlib optional and restructured the CMakeLists

v2.3.1-alpha

8 years ago
  • Enabled the library to be built as shared library
  • Added the necessary visibility exports for that
  • Fixed problems with templates when built as shared
  • Restructured the CMakeLists

v2.3-alpha

8 years ago
  • Added izlibstream and ozlibstream. These are experimental and likely to change.
  • As a result, added (for now, hard) dependency on zlib
  • Fixed compiler errors (clang is stricter than g++)
  • Small changes to the unit tests and their CMakeLists

v2.2-alpha

8 years ago
  • Switched testing framework to CxxTest
  • Made building tests optional
  • Fixed some warnings in the tests
  • Length errors on writing will set the failbit
  • Inlined some functions in the headers
  • On type mismatch, tag_list will throw invalid_argument or logic_error rather than bad_cast
  • Created stream_writer::max_array_len constant

v2.1-alpha

8 years ago

v2.0-alpha

8 years ago