1. 31 7月, 2016 1 次提交
  2. 21 7月, 2016 1 次提交
  3. 24 6月, 2016 1 次提交
  4. 29 5月, 2016 2 次提交
  5. 11 5月, 2016 1 次提交
    • C
      Introduce structure to the test/ directory · af76508f
      Chris Kitching 提交于
      This introduces a clear separation between test data and test
      binaries. Test data is moved into test/data, and the test binaries
      move into test/src. A new CMake script specific to building the
      tests is introduced in /test to slightly clean up the toplevel
      one.
      
      As well as tidying things up, this makes the next step trivial...
      af76508f
  6. 16 4月, 2016 1 次提交
  7. 15 2月, 2016 1 次提交
  8. 14 2月, 2016 1 次提交
  9. 12 2月, 2016 1 次提交
    • M
      Add support for afl-fuzz testing · 9e500b49
      Michael Macnair 提交于
      "make fuzz" creates a simple executable that de-serialises stdin
      and re-serialises to stdout.
      "make fuzz_testcases" extracts the smaller json test cases into
      a testcases directory.
      
      The library can then be fuzzed as follows:
          CC=afl-clang-fast make fuzz
          make fuzz_testcases
          mkdir out
          afl-fuzz -i testcases -o out ./fuzz
      9e500b49
  10. 27 1月, 2016 4 次提交
  11. 14 12月, 2015 2 次提交
  12. 22 8月, 2015 1 次提交
  13. 22 6月, 2015 3 次提交
  14. 21 6月, 2015 10 次提交
  15. 04 6月, 2015 1 次提交
  16. 03 6月, 2015 1 次提交
  17. 28 4月, 2015 1 次提交
  18. 27 4月, 2015 2 次提交
    • N
      fixed Makefile · ae2676e7
      Niels 提交于
      ae2676e7
    • N
      clean up · f874b5f0
      Niels 提交于
      - removed m_final member
      - parse_internal now takes a reference to a basic_json object to fill
      with data
      - header is automatically regenerated if re2c file is changed
      f874b5f0
  19. 26 4月, 2015 1 次提交
  20. 14 4月, 2015 1 次提交
    • D
      Fix compilation of json_unit with GCC 5 · ad6ad4ae
      Daniel Kopecek 提交于
      Addressing:
      ```
      + make json_unit
      g++ -std=c++11  -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal  -I src -I test -Dprivate=public test/unit.cpp  -o json_unit
      In file included from test/catch.hpp:65:0,
                       from test/unit.cpp:11:
      /usr/include/c++/5.0.0/sstream:300:7: error: 'struct std::__cxx11::basic_stringbuf<_CharT, _Traits, _Alloc>::__xfer_bufptrs' redeclared with different access
             struct __xfer_bufptrs
      ```
      ad6ad4ae
  21. 24 3月, 2015 1 次提交
  22. 23 3月, 2015 1 次提交
  23. 14 2月, 2015 1 次提交