816 Commits (ac26ea9c5bb42bd19aa466acea830a90435d65de)
 

Author SHA1 Message Date
  Eric Haszlakiewicz ac26ea9c5b Add a test for serializing the double value -1.0. 5 years ago
  Eric Haszlakiewicz ddd049045d
Merge pull request #505 from grdowns/vcpkg-instructions 6 years ago
  grdowns 7ef51239a9 Update dependencies 6 years ago
  grdowns 760c1e284c Add vcpkg installation instructions 6 years ago
  Eric Haszlakiewicz eae040a84a Issue #488: use JSON_EXPORT on functions so they are properly exported on Windows. 6 years ago
  Eric Haszlakiewicz 374ffe87c6 Issue #463: fix newlocale() call to use LC_NUMERIC_MASK instead of LC_NUMERIC, and remove incorrect comment. 6 years ago
  Eric Haszlakiewicz 05b41b159e Add a json_tokener_get_parse_end() function to replace direct access of tok->char_offset. 6 years ago
  Eric Haszlakiewicz 087534c030 Minor cleanup of includes in a couple of tests. 6 years ago
  Eric Haszlakiewicz d0b87ee87b Add an explicit cast to double to squash a -Wimplicit-int-float-conversion warning. 6 years ago
  Eric Haszlakiewicz a91aa5e35d
Merge pull request #499 from andy5995/travis_valgrind 6 years ago
  andy5995 509600a7f7
add xenial default clang with CHECK enabled 6 years ago
  andy5995 4f69529a04
add missing dist 6 years ago
  andy5995 dd08b70e46
manually use apt-get to install packages on bionic 6 years ago
  andy5995 dd0eef6aab
add tests on bionic beaver 6 years ago
  andy5995 163db3f6d0 revert toolchain back to "test" 6 years ago
  andy5995 1da4b23235 change key 6 years ago
  andy5995 a49f1dee8a use "non-test" ppa 6 years ago
  andy5995 897b49f475 remove useless condition that shows logs 6 years ago
  andy5995 b140c473d1 install doxygen so 'make distcheck' can succeed 6 years ago
  andy5995 6288be340c test for more compilers 6 years ago
  andy5995 57e79e1d0b show the logs if tests fail 6 years ago
  andy5995 50e7fff0f3 .travis.yml:install valgrind 6 years ago
  Eric Haszlakiewicz c8e1b59ae5
Merge pull request #495 from andy5995/README_typos 6 years ago
  andy5995 1c7e891e44
"make its use in" [skip ci] 6 years ago
  Eric Haszlakiewicz 4a94ddbd8b
Merge pull request #500 from andy5995/add_missing_test_deps 6 years ago
  andy5995 e2f46b9f79
partial revert (make use) [skip ci] 6 years ago
  Eric Haszlakiewicz 68abf12afa Issue #498: Fix a memory leak bug introduced in test_double_serializer in 485f2a02 by adding a json_object_put call. 6 years ago
  Eric Haszlakiewicz 48984dbd42
Merge pull request #496 from andy5995/pointer_doc 6 years ago
  andy5995 8ab8df1170
test/Makefile.am:add missing deps for test1 and test2 6 years ago
  andy5995 a9c34d5531
json_pointer.h:suggest minor grammar improvement for pointer doc 6 years ago
  andy5995 3969487376
README.md:fix 2 typos 6 years ago
  Eric Haszlakiewicz 07ea04e651
Merge pull request #491 from ploxiln/disable_werror 6 years ago
  Pierce Lopez 634900d270 tests: appease -Wwrite-strings 6 years ago
  Pierce Lopez 44605744dc build: fix compiler option -Wwrite-strings 6 years ago
  Pierce Lopez 21c886534f build: add --disable-werror option to configure 6 years ago
  Eric Haszlakiewicz 2b1903cc69
Merge pull request #485 from myd7349/fix-cmake-module 6 years ago
  Eric Haszlakiewicz 485f2a02c7 Issue #486: append a missing ".0" to negative double values too. 6 years ago
  myd7349 c2036ab9fc Install CMake module files 6 years ago
  Eric Haszlakiewicz 3e81b4abe3
Merge pull request #474 from Jehan/fix-pc-file-cmake 6 years ago
  Jehan c46a0636c6 Installation directories empty with CMake in pkg-config. 6 years ago
  Eric Haszlakiewicz f1713b3f62
Merge pull request #473 from besser82/fixup/docs_utf8 6 years ago
  Björn Esser 259d5078c4
Clean trailing white-spaces in ChangeLog. 6 years ago
  Björn Esser 6b0745ea1f
Convert ChangeLog to valid UTF-8 encoding. 6 years ago
  Eric Haszlakiewicz 39c9fa0a2b
Merge pull request #468 from rkalidas/compiler-fixes 6 years ago
  Rubasri Kalidas 3003161eff Fix compiler warnings 6 years ago
  Eric Haszlakiewicz 6460446aa6 Switch to building a dynamic lib by default. Tweak language in the README.md slightly. Inspired by PR#452. 6 years ago
  Eric Haszlakiewicz ee4691c9fb
Merge pull request #453 from darjankrijan/master 6 years ago
  Darjan Krijan 9c4b07faec Removed newly created test case and incorporated it into test1.test and test2.test 6 years ago
  Darjan Krijan 7a9075c16b Added test cases for spaced pretty and pretty_tab used together 6 years ago
  Eric Haszlakiewicz 240627f260
Merge pull request #454 from ramiropolla/json_object_private 6 years ago