aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-09-18jansson 2.9v2.9Petri Lehtinen1-2/+2
2016-09-11Add install targets to be optionalMatthew Johnston1-0/+3
2016-08-30jansson 2.8v2.8Petri Lehtinen1-2/+2
2016-05-30Simplify snprintf and vsnprintf checking for Visual StudioPetri Lehtinen1-10/+0
2016-02-10Fix libdir is wrong when compile with cmakeThanabodee Charoenpiriyakij1-23/+10
2015-01-13Compile simple_parse example for CMake project.Joakim Soderberg1-1/+6
2014-12-19Increase test coveragePetri Lehtinen1-2/+6
2014-12-18Make it possible to set initial hashtable sizePetri Lehtinen1-0/+2
2014-12-12Add support for coverage/coveralls.io in cmake project.Joakim Söderberg1-2/+37
2014-10-13Fix CFLAGS for static-CRT build.Christian Ullrich1-2/+2
2014-10-13Fix static CRT selection.Christian Ullrich1-1/+1
2014-10-02jansson 2.7v2.7Petri Lehtinen1-2/+2
2014-07-02CMake: Use add_definitions for compiler flagsPetri Lehtinen1-1/+1
2014-04-30Merge branch '2.6'Petri Lehtinen1-2/+28
2014-04-30Check uint16_t and uint8_t support correctlyPetri Lehtinen1-2/+28
2014-02-12Make valgrind happyv2.6Petri Lehtinen1-0/+2
2014-02-12Fix feature checks to use correct __ATOMIC flagsPetri Lehtinen1-1/+1
2014-02-12Make valgrind happyPetri Lehtinen1-0/+2
2014-02-12Fix feature checks to use correct __ATOMIC flagsPetri Lehtinen1-1/+1
2014-02-11Merge branch '2.6'Petri Lehtinen1-12/+54
2014-02-11jansson 2.6Petri Lehtinen1-2/+2
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-10/+39
2014-01-28Fix so that valgrind checks actually works with CMake.Joakim Soderberg1-9/+25
2014-01-28Make sure the private config is included.Joakim Soderberg1-1/+5
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg1-6/+7
2014-01-24Added CMake config files.Joakim Soderberg1-71/+157
2014-01-16Fix CMake build flags for MinGWPetri Lehtinen1-2/+2
2013-09-19jansson 2.5v2.5Petri Lehtinen1-2/+2
2013-06-25Update CMakeLists.txtcryptobiote1-5/+5
2013-06-20Adding option for MSVC for those who are linking statically.cryptobiote1-1/+16
2013-06-02Adjust CMakeLists.txt and .def: add _d postfix onto jansson_d.lib/dllPaul Harris1-0/+8
2013-05-06Create and install the pkg-config file jansson.pc for CMake.Joakim Soderberg1-3/+23
2013-04-24Added more detailed CMake documentation.Joakim Soderberg1-37/+83
2013-04-18Use -fPIC when possible.Joakim Soderberg1-0/+4
2013-03-14Remove trailing whitespacePetri Lehtinen1-28/+28
2013-03-14cmake: Add stripped testsPetri Lehtinen1-0/+4
2013-03-07Moved *config.h.cmake to the cmake directory.Joakim Soderberg1-2/+2
2013-03-07Skip using a debug postfix with visual studio.Joakim Soderberg1-4/+0
2013-03-07Compile tests by default.Joakim Söderberg1-38/+48
2013-03-07Consolidated the CMake project.Joakim Soderberg1-7/+109
2013-03-07Fixes for cmake for MSVC2010Paul Harris1-3/+3
2013-03-07Add CMake build system.Paul Harris1-0/+276