- Apr 01, 2024
-
-
Petri Lehtinen authored
Update badges in README
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Use `dtoa()` for optimal encoding of reals
-
- Mar 26, 2024
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Simplify tests even more
-
Petri Lehtinen authored
Drop the useless `export` lines from `env` files.
-
- Mar 22, 2024
-
-
Petri Lehtinen authored
Refactor tests
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Mar 16, 2024
-
-
Petri Lehtinen authored
-
- Mar 09, 2024
-
-
Petri Lehtinen authored
Use sprintf() to determine locale's decimal point
-
Petri Lehtinen authored
This should fix thread safety of encoding and decoding, since localeconv() is not tread safe after all.
-
- Mar 08, 2024
-
-
Petri Lehtinen authored
Bump the github-actions group with 1 update
-
dependabot[bot] authored
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>
-
Petri Lehtinen authored
Add dependabot, update GitHub Actions
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Ditch coveralls
-
Petri Lehtinen authored
-
- Dec 07, 2023
-
-
Pedro Kaj Kjellerup Nacht authored
Signed-off-by:Pedro Kaj Kjellerup Nacht <pnacht@google.com>
-
Pedro Kaj Kjellerup Nacht authored
Signed-off-by:Pedro Kaj Kjellerup Nacht <pnacht@google.com>
-
- Jun 28, 2023
-
-
Petri Lehtinen authored
-
- Mar 30, 2023
-
-
Petri Lehtinen authored
Remove unused ${SOURCE_DIR}/include include path
-
- Mar 29, 2023
-
-
Peter Tissen authored
The directory `${CMAKE_CURRENT_SOURCE_DIR}/include` is never created or used. Except in case of an in-source build but then `${CMAKE_CURRENT_BINARY_DIR}/include` would be the same, so it would only duplicate the correct entry. Not sure if the intermediary `JANSSON__INCLUDE_DIRS` is still necessary but I thought I'd change as little as possible. The reason for eliminating this is that when you use CLion and sync into a docker container it will try to copy all include dirs back. Non-existant paths cause warnings every time.
-
- Jan 12, 2023
-
-
Petri Lehtinen authored
fix typo
-
- Jan 10, 2023
-
-
lilinjie authored
Signed-off-by:lilinjie <lilinjie@uniontech.com>
-
- Aug 24, 2022
-
-
Petri Lehtinen authored
hashtable: change to ifdef
-
- Aug 23, 2022
-
-
Rosen Penev authored
All other usages use ifdef.
-
- Aug 10, 2022
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Add a missing json_decref in the example
-
Petri Lehtinen authored
-
- May 03, 2022
-
-
Petri Lehtinen authored
Fix overwriting linker flags
-
- Apr 28, 2022
-
-
Thomas Heinrichs authored
-