Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-24 | Merge pull request #719 from WilhelmWiens/json_dumps_avoidDuplicatingStringHEADmaster | Petri Lehtinen | 3 | -6/+9 | |
Json dumps avoid duplicating string | |||||
2025-07-24 | Merge pull request #718 from WilhelmWiens/fixCommentsInHashtable | Petri Lehtinen | 1 | -6/+5 | |
Hashtable.h fix comments | |||||
2025-07-17 | Removed duplicate prototype for jsonp_strndup | Wilhelm Wiens | 1 | -1/+0 | |
2025-07-17 | Remove unused function jsonp_strdup | Wilhelm Wiens | 2 | -3/+0 | |
2025-07-17 | optimization: steal pointer from strbuffer | Wilhelm Wiens | 1 | -2/+9 | |
2025-07-17 | Hashtable.h fix comments | Wilhelm Wiens | 1 | -6/+5 | |
2025-07-14 | Merge pull request #717 from WilhelmWiens/Realloc | Petri Lehtinen | 14 | -26/+429 | |
Add realloc | |||||
2025-07-09 | In hashtable_do_rehash user precalculated bucket size | Wilhelm Wiens | 1 | -1/+1 | |
2025-07-09 | rename typedef for realloc function pointer to json_realloc_t | Wilhelm Wiens | 1 | -1/+1 | |
2025-07-09 | add null check in secure_malloc for memory allocation | Wilhelm Wiens | 2 | -0/+4 | |
2025-07-08 | add realloc in json_array | Wilhelm Wiens | 1 | -20/+8 | |
2025-07-08 | add realloc in stringbuffer | Wilhelm Wiens | 1 | -4/+1 | |
2025-07-08 | Add realloc tests | Wilhelm Wiens | 5 | -0/+328 | |
2025-07-08 | Add realloc | Wilhelm Wiens | 5 | -1/+87 | |
2025-07-06 | Merge pull request #657 from WilhelmWiens/ReuseKeyLengthInPackUnpack_c | Petri Lehtinen | 1 | -3/+5 | |
Optimized pack_unpack.c reuse key length | |||||
2025-07-06 | Merge pull request #658 from WilhelmWiens/OptimizeDump_C | Petri Lehtinen | 1 | -11/+10 | |
Optimized dump.c Move indentation check out of loop (do_dump) | |||||
2025-06-14 | Optimized dump.c Move indentation check out of loop (do_dump) | Wilhelm Wiens | 1 | -11/+10 | |
2025-06-14 | Optimized pack_unpack.c reuse key length | Wilhelm Wiens | 1 | -3/+5 | |
2025-04-04 | Merge pull request #692 from Andrew-Au/cmake_update/revised/merge | Petri Lehtinen | 1 | -7/+18 | |
Use target-based cmake settings | |||||
2025-04-04 | Set minimum cmake version to 3.10 | Petri Lehtinen | 1 | -1/+1 | |
2025-03-23 | Merge pull request #712 from akheron/fix-lint | Petri Lehtinen | 3 | -4/+4 | |
Fix code formatting | |||||
2025-03-23 | Fix code formattingfix-lint | Petri Lehtinen | 3 | -4/+4 | |
2025-03-23 | Merge pull request #710 from akheron/fix-readthedocs | Petri Lehtinen | 1 | -0/+9 | |
Add readthedocs config | |||||
2025-03-23 | Add readthedocs configfix-readthedocs | Petri Lehtinen | 1 | -0/+9 | |
2025-03-23 | jansson 2.14.1v2.14.1 | Petri Lehtinen | 6 | -8/+8 | |
2024-07-10 | Use target-based cmake settings | Andrew White | 1 | -7/+18 | |
- Update minimum required to CMake version 3.5 (versions older than 3.5 are deprecated as of 3.27) - update add_definitions to target_compile_definitions - use target_include_directories for public library includes - add jansson::jansson alias | |||||
2024-03-31 | Merge pull request #686 from akheron/readme-badges | Petri Lehtinen | 1 | -7/+3 | |
Update badges in README | |||||
2024-03-31 | Update badges in README | Petri Lehtinen | 1 | -7/+3 | |
2024-03-31 | Merge pull request #680 from akheron/dtoa | Petri Lehtinen | 20 | -29/+6489 | |
Use `dtoa()` for optimal encoding of reals | |||||
2024-03-25 | Update CHANGES | Petri Lehtinen | 1 | -0/+6 | |
2024-03-25 | Update LICENSE to add an exception for `src/dtoa.c` | Petri Lehtinen | 1 | -1/+25 | |
2024-03-25 | Add more tests | Petri Lehtinen | 6 | -6/+6 | |
2024-03-25 | Test with and without dtoa in CI | Petri Lehtinen | 1 | -3/+4 | |
2024-03-25 | Fix tests | Petri Lehtinen | 7 | -1/+19 | |
2024-03-25 | Fix compiler warnings | Petri Lehtinen | 1 | -8/+9 | |
2024-03-25 | Rename a symbol to avoid collision on Windows | Petri Lehtinen | 1 | -1/+1 | |
2024-03-25 | Use dtoa for double to string conversion | Petri Lehtinen | 8 | -21/+6431 | |
2024-03-25 | Merge pull request #685 from akheron/simplify-tests | Petri Lehtinen | 14 | -18/+2 | |
Simplify tests even more | |||||
2024-03-25 | Simplify tests even more | Petri Lehtinen | 14 | -18/+2 | |
Drop the useless `export` lines from `env` files. | |||||
2024-03-21 | Merge pull request #683 from akheron/refactor-tests | Petri Lehtinen | 10 | -180/+45 | |
Refactor tests | |||||
2024-03-21 | Update CHANGES | Petri Lehtinen | 1 | -0/+4 | |
2024-03-21 | Show ctest output on failure in CI | Petri Lehtinen | 1 | -2/+2 | |
2024-03-21 | Refactor tests to work better with CMake | Petri Lehtinen | 6 | -175/+33 | |
2024-03-15 | Improve clang-format scripts | Petri Lehtinen | 2 | -3/+6 | |
2024-03-08 | Merge pull request #677 from akheron/ditch-localeconv | Petri Lehtinen | 7 | -48/+29 | |
Use sprintf() to determine locale's decimal point | |||||
2024-03-08 | Use sprintf() to determine locale's decimal point | Petri Lehtinen | 7 | -48/+29 | |
This should fix thread safety of encoding and decoding, since localeconv() is not tread safe after all. | |||||
2024-03-08 | Merge pull request #679 from ↵ | Petri Lehtinen | 1 | -1/+1 | |
akheron/dependabot/github_actions/github-actions-cb1dee63db Bump the github-actions group with 1 update | |||||
2024-03-07 | Bump the github-actions group with 1 update | dependabot[bot] | 1 | -1/+1 | |
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2024-03-07 | Merge pull request #672 from pnacht/add-dependabot | Petri Lehtinen | 3 | -6/+21 | |
Add dependabot, update GitHub Actions | |||||
2024-03-07 | Merge branch 'master' into add-dependabot | Petri Lehtinen | 1 | -15/+1 | |