summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Issue #585: don't install config.hEric Haszlakiewicz2020-04-211-1/+1
* Bump version to 0.14 and shared library version to 5.0.0Eric Haszlakiewicz2020-04-191-3/+3
* CMakeLists: do not enforce strict prototypes on Windows.Jehan2020-04-151-1/+3
* Fix CMake tests for enforced strict prototypes.Björn Esser2020-04-141-2/+2
* Enforce strict prototypes.Björn Esser2020-04-131-0/+1
* CMake: Install pkgconfig file in proper location by defaultBjörn Esser2020-04-121-1/+1
* Clean trailing white-space.Björn Esser2020-04-111-1/+1
* CMake: Check whether BSYMBOLIC is supported by the linker.Björn Esser2020-04-101-1/+14
* CMake: Build Doxygen documentation out-of-tree.Björn Esser2020-04-101-2/+2
* CMake: Fix appending of linker flags.Björn Esser2020-04-101-1/+1
* Issue #568: fix the strtoll and strtoull handing so config.h ends up creating...Eric Haszlakiewicz2020-04-091-24/+21
* Add includes and split off json_types.h to help ensure that headers can be in...Eric Haszlakiewicz2020-04-061-0/+1
* modify the doc target messagedota172020-03-191-1/+1
* Merge pull request #546 from dota17/make_unistallEric Haszlakiewicz2020-03-101-0/+6
|\
| * delete -r in uninstalldota172020-03-111-1/+1
| * Add uninstall target in cmakedota172020-02-271-0/+6
* | Merge pull request #547 from dota17/assert_testEric Haszlakiewicz2020-03-031-0/+7
|\ \
| * | modify RELEASEdota172020-03-031-1/+1
| * | update testcase and delete debug -O0 builddota172020-03-021-3/+2
| * | modify json-c default build type, and fix up the assert() errors in testcasedota172020-02-291-0/+8
| |/
* | Merge pull request #542 from dota17/adduint64_finalEric Haszlakiewicz2020-03-011-0/+11
|\ \ | |/ |/|
| * add uint64 data to json-cdota172020-02-251-0/+11
* | add doc target on cmakedota172020-02-261-0/+18
* | Increase distcheck target in cmakedota172020-02-251-0/+19
|/
* Set cmake policy CMP0075, to have check_include_file use the value of CMAKE_R...Eric Haszlakiewicz2019-12-061-0/+6
* Add a few missing features to the cmake setup that are present in configure.ac:Eric Haszlakiewicz2019-11-261-3/+45
* Set the soversion in the cmake built library, and arrange for the file name t...Eric Haszlakiewicz2019-11-251-0/+3
* Fix test_util_file for VS2013 too, but skip all the tests for anything older ...Eric Haszlakiewicz2019-11-231-1/+3
* Get the cmake build a bit closer to the autoconf one: include json_visit.h, a...Eric Haszlakiewicz2019-11-231-4/+10
* Build and run the tests as part of the cmake build.Eric Haszlakiewicz2019-11-231-3/+14
* Install CMake module filesmyd73492019-05-181-11/+26
* Installation directories empty with CMake in pkg-config.Jehan2019-01-261-0/+6
* Switch to building a dynamic lib by default. Tweak language in the README.md...Eric Haszlakiewicz2018-12-111-0/+2
* Allow use json-c cmake as subprojectIvan Romanov2018-10-201-46/+52
* Re-add creation and installation of the json-c.pc file to the cmake build.Eric Haszlakiewicz2018-09-011-0/+6
* fix c flag loss during cmake buildingchangyong guo2018-08-141-1/+1
* The real CMake supportUnmanned Player2018-07-241-122/+228
* cmake: Bump required versionAlexander Dahl2018-07-121-1/+1
* Explain why we're not setting the output name for static libraries when on Wi...Eric Haszlakiewicz2018-06-231-0/+3
* Merge pull request #415 from sgbihu/masterEric Haszlakiewicz2018-06-231-0/+2
|\
| * Resolve windows name conflictLiang, Gao2018-05-211-0/+2
* | install json_object_iterator.h header fileKeith Holman2018-06-071-0/+1
* | Always create debug info (pdb file) even for release builds.Eric Haszlakiewicz2018-05-271-0/+5
|/
* Update the master branch to version 0.13.99Eric Haszlakiewicz2017-12-091-1/+1
* Use cmake to create the json-c.pc file, as suggested by PR#362.Eric Haszlakiewicz2017-10-091-1/+14
* Issue #173, follow up to using strtoll to allow this to work on older Windows...Eric Haszlakiewicz2017-10-031-9/+29
* Split the list of cmake headers into public and private ones, and only instal...Eric Haszlakiewicz2017-09-171-9/+13
* Issue #359: Use consistent spacing in CMakeLists.txtEric Haszlakiewicz2017-09-061-3/+3
* set JSON_C_HEADERS full file nameHaffon2017-09-071-1/+1
* Merge pull request #1 from json-c/masterHaffon2017-08-301-0/+1
|\