1. 05 8月, 2016 2 次提交
  2. 04 8月, 2016 1 次提交
  3. 01 8月, 2016 1 次提交
  4. 31 7月, 2016 1 次提交
  5. 21 7月, 2016 1 次提交
  6. 24 6月, 2016 1 次提交
  7. 29 5月, 2016 2 次提交
  8. 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
  9. 16 4月, 2016 1 次提交
  10. 15 2月, 2016 1 次提交
  11. 14 2月, 2016 1 次提交
  12. 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
  13. 27 1月, 2016 4 次提交
  14. 14 12月, 2015 2 次提交
  15. 22 8月, 2015 1 次提交
  16. 22 6月, 2015 3 次提交
  17. 21 6月, 2015 10 次提交
  18. 04 6月, 2015 1 次提交
  19. 03 6月, 2015 1 次提交
  20. 28 4月, 2015 1 次提交
  21. 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
  22. 26 4月, 2015 1 次提交