dota17
6bf6a9e248
add the list of issues& prs closed
5 years ago
Eric Haszlakiewicz
a9114392b4
Merge pull request #524 from dota17/addTestCase_obj_token
Increase coverage
5 years ago
Eric Haszlakiewicz
04bb0fca73
Merge pull request #581 from Jehan/wip/Jehan/no-strict-prototypes-windows
CMakeLists: do not enforce strict prototypes on Windows.
5 years ago
dota17
b14363ae32
remove unsuitable case
5 years ago
Jehan
8c33d1c3c9
CMakeLists: do not enforce strict prototypes on Windows.
On Windows, or at least when cross-built with Mingw-w64, build fails
because strict prototype fails on an included file (thus nothing we can
do about in json-c code):
> from /home/jehan/dev/src/json-c/json_util.c:44:
> /home/jehan/.local/share/crossroad/roads/w64/json-c/include/minwindef.h:196:3: error: function declaration isn't a prototype [-Werror=strict-prototypes]
> 196 | typedef INT_PTR (WINAPI *FARPROC) ();
> | ^~~~~~~
> /home/jehan/.local/share/crossroad/roads/w64/json-c/include/minwindef.h:197:3: error: function declaration isn't a prototype [-Werror=strict-prototypes]
> 197 | typedef INT_PTR (WINAPI *NEARPROC) ();
> | ^~~~~~~
> /home/jehan/.local/share/crossroad/roads/w64/json-c/include/minwindef.h:198:3: error: function declaration isn't a prototype [-Werror=strict-prototypes]
> 198 | typedef INT_PTR (WINAPI *PROC) ();
> | ^~~~~~~
Let's just disable the errors for Windows build.
5 years ago
Eric Haszlakiewicz
7fb8d56458
Merge pull request #580 from besser82/topic/besser82/fix_cmake_tests
Fix CMake tests for enforced strict prototypes.
5 years ago
Björn Esser
053eaa61d7
Fix CMake tests for enforced strict prototypes.
5 years ago
Eric Haszlakiewicz
ab5425a6a6
Merge pull request #527 from dota17/arraylist_test
Arraylist testcase
5 years ago
Eric Haszlakiewicz
511edb51a4
Merge pull request #579 from besser82/topic/besser82/strict-prototypes
Enforce strict prototypes.
5 years ago
dota17
2876fcc137
clang-format two test_util_file.c and test_object_iterator.c
5 years ago
chenguoping
8096125618
Increased the test coverage of json_util.c from 76% to 90.3%.
5 years ago
chenguoping
f56c5c1a60
Increased the test coverage of json_object_iterator.c from 0% to 100%
5 years ago
dota17
74bbe349c4
clang-format test1.c
5 years ago
chenguoping
110c60fcdd
fix valgrind errors
5 years ago
chenguoping
76e1472808
testcase for array_list
5 years ago
Björn Esser
d0dc3489dc
Enforce strict prototypes.
5 years ago
Eric Haszlakiewicz
4742a2ab1d
Merge pull request #578 from besser82/topic/besser82/pkgconfig_install
CMake: Install pkgconfig file in proper location by default
5 years ago
Björn Esser
165e6f58fc
CMake: Install pkgconfig file in proper location by default
The default location for pkconfig files on most systems is:
${CMAKE_INSTALL_LIBDIR}/pkgconfig
Thus the file should get installed in there by default.
5 years ago
Eric Haszlakiewicz
8269f90956
Merge pull request #577 from besser82/topic/besser82/json_c_version_test_verbose_on_fail
Be verbose on failing json_c_version test.
5 years ago
Björn Esser
5e699f7f73
Be verbose on failing json_c_version test.
5 years ago
Eric Haszlakiewicz
c58d56ab7c
Merge pull request #576 from besser82/topic/besser82/increase_coverage
Test coverage for json_c_version.
5 years ago
Eric Haszlakiewicz
d52f1ff2c1
Merge pull request #575 from besser82/topic/besser82/cosmetics
Small cosmetics.
5 years ago
Björn Esser
d47fb12e85
Test coverage for json_c_version.
5 years ago
Björn Esser
73a2ed115a
Remove multiple trailing newlines at EOF.
5 years ago
Björn Esser
fd0ae5aba6
gitignore: Add build folder.
5 years ago
Björn Esser
78cd37fb18
Clean trailing white-space.
5 years ago
Björn Esser
37355cf0e6
Fix line terminators to be UNIX.
5 years ago
Eric Haszlakiewicz
270dc2f999
Update README.md to remove autoconf instructions in favor of cmake.
5 years ago
Eric Haszlakiewicz
0734c5303d
Merge pull request #572 from besser82/topic/besser82/cmake_fixes
Small fixes to CMakeLists
5 years ago
Chen
69ceb38f2f
Merge pull request #573 from besser82/topic/besser82/coverage
Fix coveralls submission.
5 years ago
Björn Esser
0dac15c1ca
Fix coveralls submission.
coveralls-cpp is dead and does not work anymore.
Fortunately there is coveralls-lcov available.
5 years ago
Björn Esser
e756777c92
CMake: Check whether BSYMBOLIC is supported by the linker.
Linking with '-Bsymbolic-functions' is supported for ELF-binaries, only.
5 years ago
Björn Esser
58670ec64e
CMake: Build Doxygen documentation out-of-tree.
5 years ago
Björn Esser
a989651bd4
CMake: Fix appending of linker flags.
There was a typo in `CMAKE_SHARED_LINKER_FLAGS`.
5 years ago
Eric Haszlakiewicz
61392c867f
List the set of contributors since the 0.13 branch
5 years ago
Eric Haszlakiewicz
0a070ef312
Fix one more assert("!invalid cint_type") to use json_abort(...) instead.
5 years ago
Eric Haszlakiewicz
545464322b
Issue #568 : fix the strtoll and strtoull handing so config.h ends up creating defines for those only when needed, which should exclude mingw environments.
5 years ago
Eric Haszlakiewicz
b64bdfe381
Remove autoconf files from .gitignore.
5 years ago
Eric Haszlakiewicz
0c60125211
Update the oss-fuzz build script to try to get it to work with cmake.
5 years ago
Eric Haszlakiewicz
95737df9d4
Remove autoconf machinery, we're using cmake now. Update the release checklist to account for that, plus fill in other tasks and clean it up a bit.
5 years ago
Eric Haszlakiewicz
96ab2f6596
osx builds also need -DDISABLE_BSYMBOLIC=ON
5 years ago
Eric Haszlakiewicz
96bb334650
I have NFC why osx fails when "set -e" is in effect, but leave it off and clean up the rest of the debuging code in the travis config.
5 years ago
Eric Haszlakiewicz
f357081b57
Not all systems (e.g. osx) have malloc.h, include stdlib.h instead.
5 years ago
Eric Haszlakiewicz
2782a6b62c
Try yet again to fix the osx build, this time do set +e
5 years ago
Eric Haszlakiewicz
a86ae1df9a
Another attempt at debugging the travis osx build, this time just ignore errors.
5 years ago
Eric Haszlakiewicz
829e0829dd
Wait a while before exiting travis to allow output to flush.
5 years ago
Eric Haszlakiewicz
cf8421c36d
Apparently cmake is already installed on travis osx builds. Try another approach to figure out what was failing.
5 years ago
Eric Haszlakiewicz
fb0b653612
Install cmake on osx travis builds. s/make check/make test/
5 years ago
Eric Haszlakiewicz
a3b82cbc77
Perform the travis build in a subdir, so the distcheck target works.
5 years ago
Eric Haszlakiewicz
677a8ccf44
Switch travis to use cmake instead of autoconf.
5 years ago