summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * fix: simplify control character check in JSON formattingYongDo-Hyun9 days1-1/+1
| * feat: add numeric tag creation methods and corresponding tests for value assi...YongDo-Hyun9 days6-58/+96
| * fix: reset value before each assignment in test_value.cpp for clarityYongDo-Hyun9 days1-0/+4
| * fix: prevent widening of stored tag type in value assignment; update test out...YongDo-Hyun9 days3-10/+8
| * feat: enhance error handling in ozlibstream and improve JSON escaping in json...YongDo-Hyun9 days3-22/+23
| * fix: ensure .vscode directory is ignored correctly in .gitignoreYongDo-Hyun9 days1-1/+1
| * feat: add local test executable and improve JSON string escaping - Added opti...YongDo-Hyun9 days9-117/+243
| * Merge pull request #11 from DioEgizio/reuseAlexandru Ionut Tripon2026-02-2560-0/+712
| |\
| | * chore: comply with reuseDioEgizio2026-02-0160-0/+712
| * | Merge pull request #13 from Octol1ttle/masterTheKodeToad2026-02-251-1/+1
| |\ \ | | |/ | |/|
| | * change(tag_list::ctor): rename "type" to "content_type"Octol1ttle2026-02-251-1/+1
| |/
| * Merge pull request #8 from Trial97/masterTheKodeToad2025-04-161-1/+1
| |\
| | * chore:increment cmake versionTrial972025-04-161-1/+1
| |/
| * Merge pull request #3 from TheKodeToad/max-depth-attempt2TheKodeToad2023-11-062-0/+6
| |\
| | * Small tweakTheKodeToad2023-11-061-1/+1
| | * Limit recursion, attempt 2TheKodeToad2023-11-052-0/+6
| |/
| * Merge pull request #1 from pandaninjas/masterSefa Eyeoglu2023-07-221-2/+2
| |\
| | * Remove unused parameter in json_formatter.cppPandaNinjas2023-06-071-2/+2
| |/
| * Merge pull request #3 from oynqr/build/ltoSefa Eyeoglu2022-04-153-135/+104
| |\
| | * Move templated methods to headerPhilipp David2022-03-243-135/+104
| |/
| * Merge pull request #2 from oynqr/build/ltoSefa Eyeoglu2022-03-225-16/+17
| |\
| | * Retab CMakeLists.txtPhilipp David2022-03-221-8/+8
| | * Bump cmake requirement for LTOPhilipp David2022-03-221-1/+1
| | * Fix building on windows with clang and msvcgazelleguardian2022-03-225-7/+8
| |/
| * Fix not building on GentooPetr Mrázek2020-06-071-0/+1
| * Implement tag 12 (array of 64bit long) and fix testsPetr Mrázek2020-06-0716-59/+283
| * fix cmake install command to not install .a files on windowsPetr Mrázek2018-01-271-1/+5
| * Add cmake install commandPetr Mrázek2018-01-221-0/+5
| * Allow renaming the library file from a parent projectPetr Mrázek2016-12-281-6/+12
| * Bump cmake to 3.1 and use the new CXX_STANDARD settingsPetr Mrázek2015-09-281-2/+2
| * Fix CMake CMP0063 warning when building staticPetr Mrázek2015-09-231-3/+6
| * Make zlib optional, adapt for includingPetr Mrázek2015-09-234-14/+40
| * Fix CMake CMP0063 warningljfa-ag2015-09-221-2/+4
| * Use target-specific CMake commands (thanks jandal)ljfa2015-09-221-4/+3
| * Only search CxxTest when NBT_BUILD_TESTS is onljfa2015-09-222-2/+3
| * Explicitly instantiate and export templates in headerljfa2015-09-223-19/+15
| * Add exports for shared libraries. Closes #7ljfa2015-09-2215-70/+79
| * Add option for building shared library (#7)ljfa2015-09-221-1/+6
| * Maaaaaybe the WIP can be removed nowljfa2015-09-211-1/+1
| * Version bumpljfa2015-09-212-61/+1
| * Make the inflate_streambuf rewind the inputljfa2015-09-214-1/+33
| * Add hint for default compression levelljfa2015-09-211-2/+2
| * Add tests for reading and writing gzipped tagsljfa2015-09-213-2/+31
| * Remove redundant explicitljfa2015-09-211-1/+1
| * Create zlib_streambuf base classljfa2015-09-217-42/+54
| * Make close honor the exceptions maskljfa2015-09-213-8/+38
| * Add test for writing to a closed ozlibstreamljfa2015-09-211-0/+12
| * More assertionsljfa2015-09-211-0/+4
| * Create ozlibstream::close methodljfa2015-09-213-2/+19
| * Fix derp...ljfa-ag2015-09-201-0/+1