Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved support for IBM operating systems | David McCann | 2020-05-14 | 1 | -5/+5 |
| | | | | Fix compiler errors and warnings when building on IBM operating systems such as AIX and IBM i. | ||||
* | clang-format the files | dota17 | 2020-04-03 | 1 | -16/+21 |
| | |||||
* | add the disabling formatting coments and adjust the partial code manuly | dota17 | 2020-04-03 | 1 | -24/+28 |
| | |||||
* | update testcase and delete debug -O0 build | dota17 | 2020-03-02 | 1 | -3/+1 |
| | |||||
* | modify json-c default build type, and fix up the assert() errors in testcase | dota17 | 2020-02-29 | 1 | -0/+5 |
| | |||||
* | update pointer test case | dota17 | 2020-01-02 | 1 | -0/+27 |
| | |||||
* | Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character ↵ | Eric Haszlakiewicz | 2019-11-23 | 1 | -2/+2 |
| | | | | escapes, define __func__ and omit unistd.h if needed. | ||||
* | PR #336: since we can't use function overriding (due to problems with it on | Eric Haszlakiewicz | 2017-07-15 | 1 | -0/+3 |
| | | | | | OSX) always include the _json_c_strerror function but only enable it with a flag during tests. | ||||
* | build: make `strerror()` override-able | Alexandru Ardelean | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | If we want to override `strerror()` in libjson-c to make tests consistent across platforms, we need to do it build-wide as configure/build option. Apple linkers make it really hard to override functions at link-time, and this seems to be locked down on travis-ci.org [ for security reasons I assume ]. While I got it to work locally, it did not work when running on travis. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||||
* | Change a memcpy that should be a memmove within json_pointer_get, and fix ↵ | Eric Haszlakiewicz | 2016-12-18 | 1 | -4/+10 |
| | | | | memory leaks in of one the json_pointer tests. | ||||
* | test_json_pointer: update test with a few printf variants | Alexandru Ardelean | 2016-11-22 | 1 | -1/+12 |
| | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||||
* | tests: add test_json_pointer test | Alexandru Ardelean | 2016-11-04 | 1 | -0/+272 |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> |