jansson/test/suites/api
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
..
check-exports check-exports test: Filter out symbols that start with an underscore 2013-02-05 12:48:38 +02:00
CMakeLists.txt 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
run Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_array.c Enable gcc specific flags in tests correctly 2013-02-04 09:49:58 +02:00
test_copy.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_dump_callback.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_dump.c Created flag to dump escaping slash 2012-06-28 22:04:36 -04:00
test_equal.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_load_callback.c Document and tweak json_load_callback() 2012-03-26 21:53:21 +03:00
test_load.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_loadb.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_memory_funcs.c Bugfix: must cast void* to do pointer math 2012-06-06 21:09:47 +03:00
test_number.c Disallow NaN or Inf real values 2012-09-13 21:30:19 +03:00
test_object.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
test_pack.c Bugfix: Changed all use of ssize_t to size_t. 2012-06-06 08:47:17 +03:00
test_simple.c Add json_boolean() macro 2012-07-30 07:20:37 +03:00
test_unpack.c Update copyright notices for 2012 2012-03-20 20:55:55 +02:00
util.h Update copyright notices for 2012 2012-03-20 20:55:55 +02:00