- Jun 17, 2013
-
-
Petri Lehtinen authored
Fixes #126.
-
- Jun 12, 2013
-
-
Petri Lehtinen authored
Only run the imprecision part if json_int_t is long long, otherwise the imprecision cannot be tested against json_int_t. Also, convert the double value to json_int_t before checking the imprecision, because otherwise the json_int_t is converted to double and the imprecision happens in the "wrong direction".
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Implemented a decode option to only decode numbers to reals
-
- Jun 11, 2013
-
-
Jason Choy authored
-
Jason Choy authored
-
Jason Choy authored
-
- Jun 10, 2013
-
-
Petri Lehtinen authored
Adjust CMakeLists.txt and .def: add _d postfix onto jansson_d.lib/dll
-
- Jun 09, 2013
-
-
Jason Choy authored
-
Jason Choy authored
-
- Jun 07, 2013
-
-
Petri Lehtinen authored
Added missing return valua check in test
-
Jason Choy authored
-
- Jun 02, 2013
-
-
Paul Harris authored
Had to remove the "LIBRARY" line from jansson.def, which was optional, and was overriding CMake's desire for a specific name.
-
- May 21, 2013
-
-
Petri Lehtinen authored
Fixes #119.
-
- May 13, 2013
-
-
Petri Lehtinen authored
Added json_array_foreach(), parallelling json_object_foreach()
-
Daniel Griscom authored
-
Daniel Griscom authored
-
Daniel Griscom authored
-
Daniel Griscom authored
-
- May 07, 2013
-
-
Petri Lehtinen authored
Cmake pkgconfig
-
- May 06, 2013
-
-
Joakim Soderberg authored
Use the same jansson.pc.in file as the ./configure script does to generate the jansson.pc file for pkg-config. Also make an install rule for this.
-
Joakim Soderberg authored
The cmake sphinx find script version parsing assumes a format of 1.2.3, but sphinx version can be 1.2b3 as well, so parse those correctly as well.
-
- Apr 29, 2013
-
-
Andrei Epure authored
Signed-off-by:Andrei Epure <epure.andrei@gmail.com>
-
Andrei Epure authored
In the "/* perform the same update again */" area the error message should be "unable to update an non-empty object" instead of "unable to update an empty object". Signed-off-by:Andrei Epure <epure.andrei@gmail.com>
-
Petri Lehtinen authored
Additional CMake documentation + Fpic cmake support
-
- Apr 25, 2013
-
-
Joakim Soderberg authored
-
- Apr 24, 2013
-
-
Joakim Soderberg authored
- Also added better FindSphinx support so that we can detect the version and not have a fatal error if it's too old. - Added support for building latex documentation with -DBUILD_LATEX. Off by default. - Added suppor for building man pages with -DBUILD_MAN. On by default (unless sphins is too old to support it).
-
- Apr 18, 2013
-
-
Joakim Soderberg authored
So that we can link the library statically to shared libraries.
-
- Apr 15, 2013
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Next time, remember to check with -Werror first...
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Apr 12, 2013
-
-
Garner Lee authored
-
- Apr 02, 2013
-
-
Petri Lehtinen authored
Fixes redefined warnings ("_GNU_SOURCE")
-
- Apr 01, 2013
-
-
Petri Lehtinen authored
-