summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.HEADmasterEric Haszlakiewicz2023-03-281-1/+0
* Bump up the minimum cmake version to 3.9.Eric Haszlakiewicz2023-02-231-32/+18
* Merge pull request #804 from yrashk/cmp-0042Eric Hawicz2022-12-271-1/+8
|\
| * Problem: cmake 3.25.1 warns about CMP0042 not being setYurii Rashkovskii2022-12-231-1/+8
* | Problem: modern CMake warns about version 2.8Yurii Rashkovskii2022-12-231-2/+5
|/
* Issue #705: disable locale handling when building for a uClibc system because...Eric Haszlakiewicz2022-07-301-0/+12
* Fix issue #775 - use a loop instead of list(TRANSFORM ...) to support cmake <...Eric Haszlakiewicz2022-06-271-1/+11
* Specify dependent libraries, including -lbsd, in a more consistent way so lin...Eric Haszlakiewicz2022-05-301-2/+15
* Include the tests and apps directories at the _end_, since order in theEric Haszlakiewicz2022-05-301-10/+10
* Update the master branch to version 16.99Eric Haszlakiewicz2022-04-141-3/+3
* Fix typosTobias Stoeckmann2022-03-061-1/+1
* Cause the cmake include dirs to also have ${CMAKE_INSTALL_INCLUDEDIR}/json-c,...Eric Haszlakiewicz2021-12-221-1/+1
* Add target include dirs for static library as wellRobert Bielik2021-11-111-0/+5
* * don't assume includedirDeX772021-10-151-1/+2
* Setted cmake "uninstall" target to exist in unix like operating systems onlyPawday2021-07-261-6/+9
* Only define an "uninstall" target if it's not already defined (e.g. by projec...Eric Haszlakiewicz2021-07-251-4/+6
* If inttypes.h is present, use it, even on Windows.Eric Haszlakiewicz2021-06-131-1/+4
* Merge pull request #696 from ssrlive/masterEric Hawicz2021-05-011-0/+4
|\
| * To avoid target exe file export JSON functions.ssrlive2021-03-021-0/+4
* | json_pointer: allow the feature to be disabledAlexandru Ardelean2021-04-161-3/+12
|/
* Add a DISABLE_EXTRA_LIBS option to skip using libbsd, per @neheb's request on...Eric Haszlakiewicz2021-02-151-1/+2
* Iesue #692: use arc4random() if it's available (in libc on BSD systems, and l...Eric Haszlakiewicz2021-01-131-0/+11
* fix compilation with clangRosen Penev2020-12-171-1/+1
* Use getrandom() if available in json_c_get_random_seedAlan Coopersmith2020-07-311-0/+4
* Update the master branch to version 0.15.99Eric Haszlakiewicz2020-07-261-3/+3
* Issue #594 - provide an OVERRIDE_GET_RANDOM_SEED cmake variable to override j...Eric Haszlakiewicz2020-07-221-0/+2
* build: Add symbol versions to all exported symbolsSimon McVittie2020-07-011-0/+16
* Merge pull request #632 from json-c/json_object-splitEric Hawicz2020-06-201-0/+6
|\
| * Fix typo in previous commit to check for SSIZE_T on MSVC.Eric Haszlakiewicz2020-06-071-2/+2
| * Change CMakeLists.txt to look for SSIZE_T on MSVC too.Eric Haszlakiewicz2020-06-071-0/+5
| * Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-071-0/+1
* | Issue #508: `-fPIC` to link libjson-c.a with libsMicah Snyder2020-06-141-0/+8
* | Issue #626: Restore compatibility with cmake 2.8 by adjusting quoting and exp...Eric Haszlakiewicz2020-05-301-8/+16
|/
* CMake: Fix grammar: written -> wrote.Björn Esser2020-05-181-2/+2
* doc: Move Doxyfile into doc subdirBjörn Esser2020-05-181-18/+1
* CMake: Fix out-of-tree build for Doxygen documentation.Björn Esser2020-05-181-4/+5
* CMake: Re-format config-option block and re-order it alphabetically.Björn Esser2020-05-181-5/+5
* CMake: Add an option to disable the use of thread-local storage.Björn Esser2020-05-181-7/+10
* Issue #600: don't rename the static library on Windows, it _needs_ to have a ...Eric Haszlakiewicz2020-05-101-0/+2
* Issue #598: avoid building static libraries twice.Eric Haszlakiewicz2020-05-101-1/+1
* cmake: change variable namehofnarr2020-05-081-3/+3
* cmake: add list for build targetshofnarr2020-05-081-2/+3
* updatedota172020-05-071-6/+1
* support to build both static and shared librariesdota172020-05-061-0/+20
* The json_parse command line app doesn't build on Windows, disable it.Eric Haszlakiewicz2020-04-211-0/+2
* Add an apps directory, and a json_parse program to parse an input file and re...Eric Haszlakiewicz2020-04-211-0/+6
* Issue #471: always create directories with mode 0755, regardless of umask.Eric Haszlakiewicz2020-04-211-0/+11
* Issue #585: don't install config.hEric Haszlakiewicz2020-04-211-1/+1
* Update the master branch to version 0.0.14.99Eric Haszlakiewicz2020-04-191-3/+3
* CMakeLists: do not enforce strict prototypes on Windows.Jehan2020-04-151-1/+3