summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix Mingw buildtopilski2017-07-301-0/+1
* | 1.make it can been compiled with Visual Studio 2010Haffon2017-08-221-0/+3
|/
* Merge pull request #312 from Tailmon/masterEric Haszlakiewicz2017-07-081-0/+15
|\
| * Fix CMake Build process for MinGW and MSYS2Pablo Sanabria2017-03-261-0/+15
* | build,cmake: set C_STANDARD 99 property to libjson-c-staticAlexandru Ardelean2017-06-191-0/+1
* | build,cmake: rename libjson-c-static.a to libjson-c.aAlexandru Ardelean2017-06-191-0/+1
* | build,cmake: generate both static and shared libjsonAlexandru Ardelean2017-05-031-1/+8
* | build,cmake: add _GNU_SOURCE to CFLAGSAlexandru Ardelean2017-05-031-1/+1
|/
* vasprintf_compat.h: spin-off this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-221-0/+1
* strdup_compat.h: re-spin this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-221-0/+1
* Revert "compat/strdup.h: move common compat check for strdup() to own file"Emmanuele Bassi2016-11-071-1/+0
* json_pointer: add first revisionAlexandru Ardelean2016-11-041-0/+2
* compat/strdup.h: move common compat check for strdup() to own fileAlexandru Ardelean2016-11-031-0/+1
* Changed CMake variables and adding output for debuggingSteve Gerbino2016-09-261-2/+3
* Target C99 standards to get rid of warningsSteve Gerbino2016-09-261-0/+2
* Modified the execute_process commandsSteve Gerbino2016-09-251-2/+2
* Changed PROJECT_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR to fix building when u...Steve Gerbino2016-09-251-2/+2
* Modified CMakeLists.txt to use autotools to generate configuration for Unix s...Steve Gerbino2016-09-251-13/+10
* Lowered CMake required version so that Travis CI is able to build, moved incl...Steve Gerbino2016-09-251-3/+3
* Trailing slash seems necessary in the install command to get contentsSteve Gerbino2016-09-251-1/+1
* Forget DESTINATION in CMake install commandSteve Gerbino2016-09-251-1/+1
* We need to also install the generated configuration filesSteve Gerbino2016-09-251-0/+1
* Fixed typo in CMakeList.txt FILES_MATCHINGSteve Gerbino2016-09-251-1/+1
* Added install instructions for CMakeSteve Gerbino2016-09-251-0/+6
* Resolves json-c/json-c#271 by adding MacOS configuration files and modifies C...Steve Gerbino2016-09-251-9/+15
* Add CmakefileRandy Armstrong2016-08-241-0/+54