jansson/src
Paul Harris 3e03b07831 Add CMake build system.
Added multiple CMake-related files to project.
Supports building the library and the tests.
See CMakeLists.txt for notes on how it works.

I had to adjust 3 existing files in order to disable some configuration
that should be taken care of by cmake/automake anyway.

I also added jansson.def from a future jansson version,
to test cmake's support for .def files (which works fine).
2013-03-07 16:06:01 +01:00
..
CMakeLists.txt Add CMake build system. 2013-03-07 16:06:01 +01:00
dump.c Mark some constant data as const. 2012-12-10 08:47:00 +02:00
error.c Support building on Windows 2012-04-29 22:09:29 +03:00
hashtable.c Mark some constant data as const. 2012-12-10 08:47:00 +02:00
hashtable.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
jansson_config.h.cmake Add CMake build system. 2013-03-07 16:06:01 +01:00
jansson_config.h.in Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
jansson_private.h Support building on Windows 2012-04-29 22:09:29 +03:00
jansson.def Support building on Windows 2012-04-29 22:09:29 +03:00
jansson.h Add CMake build system. 2013-03-07 16:06:01 +01:00
load.c Add CMake build system. 2013-03-07 16:06:01 +01:00
Makefile.am Enable gcc specific flags in tests correctly 2013-02-04 09:49:58 +02:00
memory.c Support building on Windows 2012-04-29 22:09:29 +03:00
pack_unpack.c Change const pointer to array 2012-12-10 08:47:00 +02:00
strbuffer.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
strbuffer.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
strconv.c Add CMake build system. 2013-03-07 16:06:01 +01:00
utf.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
utf.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
value.c Really fix the off-by-one error in json_array_remove() 2012-12-04 21:20:59 +02:00