958 Commits (4badbe9c2034976f7b0bfb4171f64cd51d1955e0)
 

Author SHA1 Message Date
  Eric Haszlakiewicz f357081b57 Not all systems (e.g. osx) have malloc.h, include stdlib.h instead. 5 years ago
  Eric Haszlakiewicz 2782a6b62c Try yet again to fix the osx build, this time do set +e 5 years ago
  Eric Haszlakiewicz a86ae1df9a Another attempt at debugging the travis osx build, this time just ignore errors. 5 years ago
  Eric Haszlakiewicz 829e0829dd Wait a while before exiting travis to allow output to flush. 5 years ago
  Eric Haszlakiewicz cf8421c36d Apparently cmake is already installed on travis osx builds. Try another approach to figure out what was failing. 5 years ago
  Eric Haszlakiewicz fb0b653612 Install cmake on osx travis builds. s/make check/make test/ 5 years ago
  Eric Haszlakiewicz a3b82cbc77 Perform the travis build in a subdir, so the distcheck target works. 5 years ago
  Eric Haszlakiewicz 677a8ccf44 Switch travis to use cmake instead of autoconf. 5 years ago
  Eric Haszlakiewicz 19bbf2c069 Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
  Eric Haszlakiewicz 5e19c26cae Don't let clang-format rearrange Windows includes, since they need to be in a particular order. 5 years ago
  Eric Haszlakiewicz 9acc4e9d71 Format random_seed.c with clang-format, with key asm sections excluded. 5 years ago
  Eric Haszlakiewicz 9a494081cb Update the style guide to mention that we're using clang-format now. 5 years ago
  Eric Haszlakiewicz 31f1ab2be1
Merge pull request #555 from dota17/chang_format_3 5 years ago
  dota17 8b162c4b89 clang-format the files 5 years ago
  dota17 c117d8a8a8 add the disabling formatting coments and adjust the partial code manuly 5 years ago
  dota17 a8cec740f0 add options 5 years ago
  dota17 df7833e9a3 clang-format 5 years ago
  Eric Haszlakiewicz ed54353d84
Merge pull request #563 from robybeen/master 5 years ago
  Robert 5d9b8e0fef
Changed order of calloc args to match stdlib (2) 5 years ago
  Robert 56f81811c2
Changed order of calloc args to match stdlib 5 years ago
  Eric Haszlakiewicz 6afcf1606b
Merge pull request #562 from dota17/testcase_add 5 years ago
  dota17 3822177473 add test cases 5 years ago
  Chen c2ba379b03
Merge pull request #561 from dota17/add_badge 5 years ago
  dota17 203bacb24d add the badge in README.md and test the coveralls 5 years ago
  Chen d1650a582e
Merge pull request #541 from dota17/coveralls_final 5 years ago
  dota17 541a0b609a modify the coveralls configuration file 5 years ago
  Chen 353ef26bda
Merge pull request #558 from dota17/doc_message_modify 5 years ago
  dota17 1204a1fded modify the doc target message 5 years ago
  Eric Haszlakiewicz a06339215e
Merge pull request #556 from Jehan/wip/Jehan/fix-broken-mingw-w64 5 years ago
  Jehan b15e7ba470 Fixes various Wreturn-type and Wimplicit-fallthrough errors on Mingw-w64 5 years ago
  Eric Haszlakiewicz e94eb90f9f
Merge pull request #546 from dota17/make_unistall 5 years ago
  dota17 c14c6caa32 delete -r in uninstall 5 years ago
  Eric Haszlakiewicz a8c9284f06
Merge pull request #547 from dota17/assert_test 5 years ago
  dota17 0030e905b4 modify RELEASE 5 years ago
  dota17 e56ab0146f update testcase and delete debug -O0 build 5 years ago
  Eric Haszlakiewicz b3296e778f Follow up the PR#542: improve assert() calls, simplify code in json_object_equal(). 5 years ago
  Eric Haszlakiewicz 737aee40c4
Merge pull request #542 from dota17/adduint64_final 5 years ago
  dota17 2d44f865c3 modify json-c default build type, and fix up the assert() errors in testcase 5 years ago
  dota17 6359b79847 update json_object.c and testcase, delete json_object_uint_inc() 5 years ago
  dota17 9532f94fa4 modify partial functions and testcase, in order to support automatic conversion for int64/uint64 5 years ago
  dota17 1160c8625c Add uninstall target in cmake 5 years ago
  dota17 c816de212b modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...} 5 years ago
  Eric Haszlakiewicz 30e00cf757
Merge pull request #545 from dota17/make_doc 5 years ago
  dota17 e3b6521baa add doc target on cmake 5 years ago
  Eric Haszlakiewicz 5a2b9139f9
Merge pull request #544 from dota17/distcheck 5 years ago
  Eric Haszlakiewicz a0129c9761
Merge pull request #543 from dota17/readme 5 years ago
  dota17 77d7a99c75 Increase distcheck target in cmake 5 years ago
  Chen 0ccb296263
Update README.md 5 years ago
  dota17 f69fbd897b Added documentation for camke-configure 5 years ago
  dota17 3c3b5920f7 add uint64 data to json-c 5 years ago