438 Commits (ae66b243690871f2daea5ae4b2a4669081d7c556)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 80c1f69b9e Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
  Eric Haszlakiewicz 10d50aadf2 Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behavior it checks for, and we don't provide a rpl_malloc() implementation anyway. 10 years ago
  James Myatt 82030cd0af Travis: add osx and clang builds 10 years ago
  James Myatt 88dedb8824 Travis: skip install step 10 years ago
  James Myatt f786feac0a Add Travis build script 10 years ago
  James Myatt 17e11e2c92 Appveyor: Allow failing builds against newest toolset 10 years ago
  James Myatt f6f8436e97 Add initial version of Appveyor build script 10 years ago
  James Myatt 3f012eb0f8 Fix build in Visual Studio 10 years ago
  Anmol Sarma 467102fa78 Remove superfluous NULL checks 10 years ago
  Anmol Sarma f37b0a10a5 Fix possible memory leak 10 years ago
  Eric Haszlakiewicz 12916e229c Merge pull request #196 from rgerhards/improve-performance 10 years ago
  Rainer Gerhards c4f8cc34df more efficient handling for smalls strings inside json_object 10 years ago
  Rainer Gerhards 1ae4b50bde remove unneeded data items from hashtable code 10 years ago
  Rainer Gerhards 8f8d03df46 add perllike hash function for strings 10 years ago
  Rainer Gerhards 2d549662be add json_object_object_add_ex() API 10 years ago
  Rainer Gerhards d8e44dc685 reduce duplicate hash computation in json_object_object_add() 10 years ago
  Eric Haszlakiewicz 1757a31750 Fix doc for json_object_new_boolean() to indicate the correct value for TRUE (1). 10 years ago
  Eric Haszlakiewicz d4f8f92eb0 Squash deprecated function warning by replacing json_object_object_get calls with json_object_object_get_ex in test_cast. 10 years ago
  Eric Haszlakiewicz 93b1fe63e5 Add back in the __attribute__((__unused__)) that was lost in the previous commit. 10 years ago
  Eric Haszlakiewicz a8bbefbbb4 Merge pull request #183 from cryogen/master 10 years ago
  Eric Haszlakiewicz 55530bfc0f Merge pull request #186 from Virtual-Instruments/master 10 years ago
  Jacob Alexander e8a302017f Syntax error 10 years ago
  Eric Haszlakiewicz b594c34f57 Merge pull request #174 from haata/master 10 years ago
  Jacob Alexander 92d4cf15f0 Adding JSON_C_TO_STRING_PRETTY_TAB flag 10 years ago
  Eric Haszlakiewicz cd8bd7f617 Tell the compiler we're intentionally ignoring the return value from __sync_val_compare_and_swap(). 10 years ago
  Stuart Walsh 75d7409c4e Fix uninitialised variable compile warning, and also fix unused-when-used warning 10 years ago
  Eric Haszlakiewicz cbedf2f7ca Merge pull request #149 from cicku/patch-2 10 years ago
  Eric Haszlakiewicz e4fce5d6ae Merge pull request #171 from Nzbuu/vs2010_build 10 years ago
  Eric Haszlakiewicz e1eb298de1 Merge pull request #182 from tpetazzoni/libm-fix 10 years ago
  Eric Haszlakiewicz 82a1316f76 Merge pull request #180 from yegorich/silent 10 years ago
  Thomas Petazzoni 93582ad85e Link against libm when needed 10 years ago
  Yegor Yefremov 36b0169ed6 Enable silent build by default 10 years ago
  Mark Swoope cdca9d3c8e Added array_list_del_idx and json_object_array_del_idx 10 years ago
  James Myatt 736f4b3581 Build random_seed.c as well 10 years ago
  James Myatt 9d3d8d6fc0 Add x64 build configurations 10 years ago
  James Myatt e1a3f33a26 Set CompileAsCpp flag (Required for vs2010/winsdk71) 10 years ago
  James Myatt d5baa0381f Update VS project to include current source files 10 years ago
  James Myatt 18b3c49296 Use more appropriate casts 10 years ago
  James Myatt bf32650c83 Add missing include file to random_seed 10 years ago
  James Myatt 720d566d03 Define macros from inttypes.h when not available 10 years ago
  James Myatt 9be71700eb json_tokener requires INF and NAN 10 years ago
  James Myatt 72310c87a5 Define INFINITY and NAN when missing 10 years ago
  James Myatt 0137103f4b Include config.h in linkhash so that HAVE_ENDIAN_H is defined (if available) 10 years ago
  James Myatt a74f6b2867 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
  Eric Haszlakiewicz 68d856f618 Merge pull request #168 from bugness-chl/master 10 years ago
  Eric Haszlakiewicz 7e3a6c6b9d Merge pull request #163 from sixlettervariables/fix-win32-build-problems 10 years ago
  Eric Haszlakiewicz da62fca305 Merge pull request #144 from mhei/master 10 years ago
  Eric Haszlakiewicz 484ca368f0 Slight style tweaks to the bsearch changest. 10 years ago
  Eric Haszlakiewicz a500c1f0b5 Merge pull request #155 from LeSpocky/bsearch 10 years ago
  Eric Haszlakiewicz 9db3099572 Merge pull request #156 from jubalh/master 10 years ago