| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add numeric tag creation methods and corresponding tests for value ↵ | YongDo-Hyun | 10 days | 1 | -18/+1 |
| | | | | | | | assignments Signed-off-by: YongDo-Hyun <froster12@naver.com> | ||||
| * | fix: prevent widening of stored tag type in value assignment; update test ↵ | YongDo-Hyun | 10 days | 1 | -7/+2 |
| | | | | | | | output handling Signed-off-by: YongDo-Hyun <froster12@naver.com> | ||||
| * | feat: enhance error handling in ozlibstream and improve JSON escaping in ↵ | YongDo-Hyun | 10 days | 1 | -20/+21 |
| | | | | | | | json_formatter; add make_numeric_tag for cleaner tag creation Signed-off-by: YongDo-Hyun <froster12@naver.com> | ||||
| * | feat: add local test executable and improve JSON string escaping - Added ↵ | YongDo-Hyun | 10 days | 1 | -111/+69 |
| | | | | | | | 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> | ||||
| * | chore: comply with reuse | DioEgizio | 2026-02-01 | 1 | -0/+4 |
| | | | | | Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | ||||
| * | Inline some methods | ljfa-ag | 2015-08-23 | 1 | -49/+0 |
| | | |||||
| * | Rename libnbt.h to nbt_tags.h | ljfa-ag | 2015-07-30 | 1 | -1/+1 |
| | | | | | Add missing forward declaration to tagfwd.h | ||||
| * | Add noexcept at some important places | ljfa-ag | 2015-07-23 | 1 | -1/+1 |
| | | |||||
| * | Implement and test list accessors for value | ljfa-ag | 2015-07-12 | 1 | -0/+20 |
| | | |||||
| * | Make value copyable (after all) | ljfa-ag | 2015-07-07 | 1 | -5/+13 |
| | | |||||
| * | Create copy and clone functions for value and tag | ljfa-ag | 2015-07-07 | 1 | -0/+5 |
| | | |||||
| * | Fix conflicting overload of operator[] | ljfa-ag | 2015-07-05 | 1 | -0/+5 |
| | | |||||
| * | Make some value methods null-safe | ljfa-ag | 2015-07-04 | 1 | -10/+31 |
| | | |||||
| * | Readd value constructor from tag&& | ljfa-ag | 2015-07-03 | 1 | -0/+4 |
| | | |||||
| * | Implement at and operator[] for value | ljfa-ag | 2015-07-03 | 1 | -0/+15 |
| | | |||||
| * | Create and implement get/set with tag for value | ljfa-ag | 2015-07-03 | 1 | -1/+26 |
| | | |||||
| * | Preliminarily implement primitive conversion | ljfa-ag | 2015-07-03 | 1 | -0/+234 |
| | | | | | needs to be done in a better way for sure | ||||
| * | Implement cast and assignment of string for value | ljfa-ag | 2015-07-03 | 1 | -0/+16 |
| | | |||||
| * | Add get/set_ptr and operator bool to value | ljfa-ag | 2015-07-02 | 1 | -5/+19 |
| | | |||||
| * | Create tag::assign method | ljfa-ag | 2015-07-01 | 1 | -1/+3 |
| | | | | | Implement value::operator= in terms of it | ||||
| * | Change description of value::operator= | ljfa-ag | 2015-07-01 | 1 | -4/+0 |
| | | | | | Remove value constructor from tag&& | ||||
| * | Partial implementation of value | ljfa-ag | 2015-06-30 | 1 | -0/+60 |
