730 Commits (812ce393e7bb3a31b6f834c86055da2edcb15b45)
 

Author SHA1 Message Date
  amiya-elear 812ce393e7
add conanfile.py 6 years ago
  deekshith-elear 2fd29fd24c
Provides conan recipe file to build artifacts (#3) 6 years ago
  vishal-elear c2a59e6f7d
Add -fPIC compilation flag 6 years ago
  Elear Solutions Dev 674aa562a5 add android build script 6 years ago
  Ashish Bajaj 0d5d8b573b Merge branch 'elear-master' into json-c-0.13 6 years ago
  Elear Solutions Dev 5300fb3af0 remove tab 7 years ago
  Elear Solutions Dev 8edd9a381f add the right base build folder 7 years ago
  Elear Solutions Dev b35c8ee3a0 added -fPIC for static library generation 7 years ago
  himanshushinde aaf5656e7b Solved repl_realloc issue 7 years ago
  Ubuntu 68803bada6 Adding android configure script and removing cached files which are present in gitignore 7 years ago
  Elear Solutions Dev 3a08217352 update gitignore with temp files 7 years ago
  Elear Solutions Dev d58416d11f remove autogen files 7 years ago
  Elear Solutions Dev 5cc0daae3e added buildroot patches 7 years ago
  Eric Haszlakiewicz 985c46fec3 Update docs for the 0.13.1 release. 7 years ago
  Eric Haszlakiewicz 991e128df5 Bump version to 0.13.1, and re-generate autoconf and automake files. 7 years ago
  Eric Haszlakiewicz 914527d091 Eliminate ACLOCAL_AMFLAGS, since it changes how libtool files are generated too significantly. 7 years ago
  Eric Haszlakiewicz 861c1a8286 Update the change log for the 0.13.1 release. 7 years ago
  Eric Haszlakiewicz 0f814e52dd Issue #396: check for toolchain compatibilty with _REENTRANT before adding it to CFLAGS. 7 years ago
  Chris Wolfe 33e166a685 pull in fuzzers, add CI scripts later 7 years ago
  Jonathan Wiens d222b13758 Avoid uninitialized variable warnings 7 years ago
  Eric Haszlakiewicz 4d814600d7 Bump the major version of the .so library generated up to 4.0 to avoid conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release. 7 years ago
  Eric Haszlakiewicz a70466ebbf PR#394: fix breakage with VS build. 7 years ago
  Eric Haszlakiewicz 8270e83552 PR#394: don't always append the ".0" if the double value rounds to zero because some custom formats *will* include it (e.g. %.2f). 7 years ago
  Eric Haszlakiewicz eb55c83600
Merge pull request #392 from besser82/json-c-0.13 7 years ago
  Björn Esser 3e89278476
Makefile: Add ACLOCAL_AMFLAGS 7 years ago
  Björn Esser 99ea93338d
json_object: Avoid invalid free (and thus a segfault) when ref_count gets < 0 7 years ago
  Rikard Falkeborn b5a3eff582 Fix non-GNUC define for JSON_C_CONST_FUNCTION 7 years ago
  Eric Haszlakiewicz 1882e3c425
Merge pull request #390 from besser82/json-c-0.13 7 years ago
  Eric Haszlakiewicz 8baf437817
Apply gcc's "const" attribute to the json_c_object_sizeof() function as an optimizer hint. Also, rename that function from json_object_sizeof(). 7 years ago
  Björn Esser 10fe00650c
json_object: Add size_t json_object_sizeof() 7 years ago
  Eric Haszlakiewicz 2849650f11 Regenerate Makefile.in with private headers excluded from install. 7 years ago
  Eric Haszlakiewicz b484ff0b6d Merge d447fbc from master to json-c-0.13, to avoid installing private headers. 7 years ago
  Eric Haszlakiewicz d447fbca77 Don't include private headers when installing. 7 years ago
  Eric Haszlakiewicz 17374f345d Add generated docs for the 0.13 release. 7 years ago
  Eric Haszlakiewicz 0c991854a1 Save autoconf/automake generated files for the new 0.13 release. 7 years ago
  Eric Haszlakiewicz 1f3bc5f20c Bump the version up to 0.13 7 years ago
  Eric Haszlakiewicz d582d3ae5a Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 7 years ago
  Eric Haszlakiewicz 8c82f0e5c3 Squash doxygen warnings, and make a few slight improvements to the docs. 7 years ago
  Eric Haszlakiewicz 219025727d Upgrade doxygen's Doxyfile to version 1.8.8 7 years ago
  Eric Haszlakiewicz f2f103b986 Add a brief overview of each file to the docs. 7 years ago
  Eric Haszlakiewicz d6d81e6ece Adjust the description of json_object_iterator a bit. 7 years ago
  Eric Haszlakiewicz c01635e03e Rearrange README.md a bit and make it work better in the doxygen generated docs. 7 years ago
  Eric Haszlakiewicz ae242720b6 Add a couple more issues to the list of those closed for 0.13 7 years ago
  Eric Haszlakiewicz 11ab365324 Deprecated a few typedefs, add docs on json_object_iter, move json_number_chars and json_hex-chars to json_object_private.h. 7 years ago
  Eric Haszlakiewicz a47eafe868 Cast to int64_t instead of long in test_int_add to fix the test on 32-bit platforms. 7 years ago
  Eric Haszlakiewicz 0e7ec2ffcd Add cast to int on tolower() to fix warnings about array subscripts. 7 years ago
  Eric Haszlakiewicz aedd36ac8b Make sure to include the "*" on function pointer arguments to avoid a warnings from VS2015. See also PR#384. 7 years ago
  Eric Haszlakiewicz 95015d474e
Merge pull request #384 from ssrlive/patch-1 7 years ago
  ssrlive 2643658b6f
Update json_object.c 7 years ago
  ssrlive 7709cb1355
Fix a VS 2015 compiler warning. 7 years ago