summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* NOISSUE reformat libnbtplusplus to new MeshMC clang format rulesMehmet Samet Duman3 days20-1495/+1814
* NOISSUE fix declarationsMehmet Samet Duman7 days1-7/+7
* feat: add numeric tag creation methods and corresponding tests for value assi...YongDo-Hyun9 days1-0/+10
* Merge pull request #11 from DioEgizio/reuseAlexandru Ionut Tripon2026-02-2521-0/+126
|\
| * chore: comply with reuseDioEgizio2026-02-0121-0/+126
* | change(tag_list::ctor): rename "type" to "content_type"Octol1ttle2026-02-251-1/+1
|/
* Limit recursion, attempt 2TheKodeToad2023-11-051-0/+1
* Move templated methods to headerPhilipp David2022-03-241-0/+104
* Fix building on windows with clang and msvcgazelleguardian2022-03-223-6/+2
* Implement tag 12 (array of 64bit long) and fix testsPetr Mrázek2020-06-075-1/+9
* Explicitly instantiate and export templates in headerljfa2015-09-222-3/+15
* Add exports for shared libraries. Closes #7ljfa2015-09-2213-67/+71
* Make the inflate_streambuf rewind the inputljfa2015-09-211-0/+5
* Add hint for default compression levelljfa2015-09-211-2/+2
* Remove redundant explicitljfa2015-09-211-1/+1
* Create zlib_streambuf base classljfa2015-09-214-31/+50
* Make close honor the exceptions maskljfa2015-09-211-1/+1
* Create ozlibstream::close methodljfa2015-09-211-0/+4
* Fix derp...ljfa-ag2015-09-201-0/+1
* Merge branch 'zlibstream'ljfa-ag2015-09-202-16/+20
|\
| * Implement ozlibstreamljfa-ag2015-09-201-1/+1
| * Changes to deflate_streambuf and ozlibstream constructorsljfa-ag2015-09-162-16/+20
* | Fix indentation in commentsljfa-ag2015-09-202-20/+19
* | Merge branch 'zlibstream'ljfa-ag2015-09-153-22/+7
|\|
| * Moving and copying is disabled for ozlibstream tooljfa-ag2015-09-151-9/+0
| * Fix base constructor calls of i/ostreamljfa-ag2015-09-152-8/+4
| * Handle nullptr message in zlib_errorljfa-ag2015-09-151-1/+3
| * Copying and moving is implicitly disabled anywayljfa-ag2015-09-151-4/+0
* | Merge branch 'zlibstream'ljfa-ag2015-09-153-11/+116
|\|
| * Add more doxygen to inflate_streambufljfa-ag2015-09-151-2/+15
| * Check for errors in input streamljfa-ag2015-09-151-0/+1
| * Change zlib_error to take message and codeljfa-ag2015-09-151-2/+4
| * Use different windowBits value to avoid zlib bugljfa-ag2015-09-151-1/+1
| * Add implementation of inflate_streambuf (still broken though)ljfa-ag2015-09-151-0/+2
| * Add preliminary header for izlibstreamljfa-ag2015-09-141-0/+80
| * Put zlib_error into its own fileljfa-ag2015-09-142-11/+18
* | Fix ambiguities and missing default constructorljfa2015-09-131-0/+1
|/
* Preliminary header for ozlibstreamljfa-ag2015-09-101-0/+111
* Remove include guard from nbt_tags.hljfa-ag2015-09-101-5/+0
* Create constant for maximum list and array lengthljfa-ag2015-09-051-1/+3
* Change some exception types thrown by tag_listljfa-ag2015-09-051-10/+8
* More inlining. Closes #3ljfa-ag2015-09-024-24/+24
* Remove unneeded semicolonljfa-ag2015-08-301-1/+1
* Remove some unused parameter namesljfa-ag2015-08-231-22/+22
* Inline some methodsljfa-ag2015-08-236-45/+51
* Add io::read_tag and write_tag functionsljfa2015-08-132-0/+32
* Fix missing std:: for nullptr_tljfa2015-08-121-1/+1
* Add tests for writing bigtestljfa-ag2015-08-121-1/+0
* Implement write_payload and write_tagljfa-ag2015-08-123-2/+7
* Add write_payload methods to stream_writer and tagsljfa-ag2015-08-127-3/+42