| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fix: correct exception handling in ozlibstream::close method | YongDo-Hyun | 9 days | 1 | -9/+8 | |
| | | | | | | | | | Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | fix: improve exception handling in ozlibstream::close to prevent masking errors | YongDo-Hyun | 9 days | 1 | -13/+19 | |
| | | | | | | | | | Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | fix: simplify control character check in JSON formatting | YongDo-Hyun | 9 days | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | feat: add numeric tag creation methods and corresponding tests for value ↵ | YongDo-Hyun | 9 days | 6 | -58/+96 | |
| | | | | | | | | | | | | | assignments Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | fix: reset value before each assignment in test_value.cpp for clarity | YongDo-Hyun | 9 days | 1 | -0/+4 | |
| | | | | | | | | | Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | fix: prevent widening of stored tag type in value assignment; update test ↵ | YongDo-Hyun | 9 days | 3 | -10/+8 | |
| | | | | | | | | | | | | | output handling Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | feat: enhance error handling in ozlibstream and improve JSON escaping in ↵ | YongDo-Hyun | 9 days | 3 | -22/+23 | |
| | | | | | | | | | | | | | json_formatter; add make_numeric_tag for cleaner tag creation Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | fix: ensure .vscode directory is ignored correctly in .gitignore | YongDo-Hyun | 9 days | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | feat: add local test executable and improve JSON string escaping - Added ↵ | YongDo-Hyun | 9 days | 9 | -117/+243 | |
| | | | | | | | | | | | | | option to build a local test executable for value assignments. - Enhanced JSON string formatting by escaping special characters. - Updated README with build instructions and prerequisites. - Modified .gitignore to include .vscode directory. - Added file read/write tests in format_test.cpp. - Refactored value assignment logic to reduce code duplication. Signed-off-by: YongDo-Hyun <froster12@naver.com> | |||||
| | * | Merge pull request #11 from DioEgizio/reuse | Alexandru Ionut Tripon | 2026-02-25 | 60 | -0/+712 | |
| | |\ | | | | | | | chore: comply with reuse | |||||
| | | * | chore: comply with reuse | DioEgizio | 2026-02-01 | 60 | -0/+712 | |
| | | | | | | | | | | | | | Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||||
| | * | | Merge pull request #13 from Octol1ttle/master | TheKodeToad | 2026-02-25 | 1 | -1/+1 | |
| | |\ \ | | |/ | |/| | change(tag_list::ctor): rename "type" to "content_type" | |||||
| | | * | change(tag_list::ctor): rename "type" to "content_type" | Octol1ttle | 2026-02-25 | 1 | -1/+1 | |
| | |/ | | | | | | | | | Fixes compiler warning caused by `type` constructor parameter shadowing `type` static constexpr value Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> | |||||
| | * | Merge pull request #8 from Trial97/master | TheKodeToad | 2025-04-16 | 1 | -1/+1 | |
| | |\ | | | | | | | chore:increment cmake version | |||||
| | | * | chore:increment cmake version | Trial97 | 2025-04-16 | 1 | -1/+1 | |
| | |/ | | | | | | | Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||||
| | * | Merge pull request #3 from TheKodeToad/max-depth-attempt2 | TheKodeToad | 2023-11-06 | 2 | -0/+6 | |
| | |\ | | | | | | | Limit recursion, attempt 2 | |||||
| | | * | Small tweak | TheKodeToad | 2023-11-06 | 1 | -1/+1 | |
| | | | | | | | | | | Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||||
| | | * | Limit recursion, attempt 2 | TheKodeToad | 2023-11-05 | 2 | -0/+6 | |
| | |/ | ||||||
| | * | Merge pull request #1 from pandaninjas/master | Sefa Eyeoglu | 2023-07-22 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | Remove unused parameter in json_formatter.cpp | PandaNinjas | 2023-06-07 | 1 | -2/+2 | |
| | |/ | ||||||
| | * | Merge pull request #3 from oynqr/build/lto | Sefa Eyeoglu | 2022-04-15 | 3 | -135/+104 | |
| | |\ | | | | | | | Move templated methods to header | |||||
| | | * | Move templated methods to header | Philipp David | 2022-03-24 | 3 | -135/+104 | |
| | |/ | ||||||
| | * | Merge pull request #2 from oynqr/build/lto | Sefa Eyeoglu | 2022-03-22 | 5 | -16/+17 | |
| | |\ | | | | | | | Fix building with LTO | |||||
| | | * | Retab CMakeLists.txt | Philipp David | 2022-03-22 | 1 | -8/+8 | |
| | | | | ||||||
| | | * | Bump cmake requirement for LTO | Philipp David | 2022-03-22 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Fix building on windows with clang and msvc | gazelleguardian | 2022-03-22 | 5 | -7/+8 | |
| | |/ | | | | | | | Signed-off-by: Philipp David <pd@3b.pm> | |||||
| | * | Fix not building on Gentoo | Petr Mrázek | 2020-06-07 | 1 | -0/+1 | |
| | | | | | | | | | Originally from https://github.com/Barteks2x | |||||
| | * | Implement tag 12 (array of 64bit long) and fix tests | Petr Mrázek | 2020-06-07 | 16 | -59/+283 | |
| | | | ||||||
| | * | fix cmake install command to not install .a files on windows | Petr Mrázek | 2018-01-27 | 1 | -1/+5 | |
| | | | ||||||
| | * | Add cmake install command | Petr Mrázek | 2018-01-22 | 1 | -0/+5 | |
| | | | ||||||
| | * | Allow renaming the library file from a parent project | Petr Mrázek | 2016-12-28 | 1 | -6/+12 | |
| | | | | | | | | | You can set NBT_NAME to something. Otherwise it defaults to 'nbt++'. | |||||
| | * | Bump cmake to 3.1 and use the new CXX_STANDARD settings | Petr Mrázek | 2015-09-28 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix CMake CMP0063 warning when building static | Petr Mrázek | 2015-09-23 | 1 | -3/+6 | |
| | | | ||||||
| | * | Make zlib optional, adapt for including | Petr Mrázek | 2015-09-23 | 4 | -14/+40 | |
| | | | ||||||
| | * | Fix CMake CMP0063 warning | ljfa-ag | 2015-09-22 | 1 | -2/+4 | |
| | | | ||||||
| | * | Use target-specific CMake commands (thanks jandal) | ljfa | 2015-09-22 | 1 | -4/+3 | |
| | | | ||||||
| | * | Only search CxxTest when NBT_BUILD_TESTS is on | ljfa | 2015-09-22 | 2 | -2/+3 | |
| | | | ||||||
| | * | Explicitly instantiate and export templates in header | ljfa | 2015-09-22 | 3 | -19/+15 | |
| | | | | | | | | | and move defintions of tag_array::at to header | |||||
| | * | Add exports for shared libraries. Closes #7 | ljfa | 2015-09-22 | 15 | -70/+79 | |
| | | | ||||||
| | * | Add option for building shared library (#7) | ljfa | 2015-09-22 | 1 | -1/+6 | |
| | | | | | | | | | No export headers yet though | |||||
| | * | Maaaaaybe the WIP can be removed now | ljfa | 2015-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Version bump | ljfa | 2015-09-21 | 2 | -61/+1 | |
| | | | | | | | | | Remove PRD.md | |||||
| | * | Make the inflate_streambuf rewind the input | ljfa | 2015-09-21 | 4 | -1/+33 | |
| | | | ||||||
| | * | Add hint for default compression level | ljfa | 2015-09-21 | 1 | -2/+2 | |
| | | | ||||||
| | * | Add tests for reading and writing gzipped tags | ljfa | 2015-09-21 | 3 | -2/+31 | |
| | | | ||||||
| | * | Remove redundant explicit | ljfa | 2015-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Create zlib_streambuf base class | ljfa | 2015-09-21 | 7 | -42/+54 | |
| | | | ||||||
| | * | Make close honor the exceptions mask | ljfa | 2015-09-21 | 3 | -8/+38 | |
| | | | ||||||
| | * | Add test for writing to a closed ozlibstream | ljfa | 2015-09-21 | 1 | -0/+12 | |
| | | | ||||||
| | * | More assertions | ljfa | 2015-09-21 | 1 | -0/+4 | |
| | | | ||||||
