1. 10 Mar, 2016 1 commit
  2. 06 Mar, 2016 1 commit
  3. 04 Mar, 2016 2 commits
  4. 02 Mar, 2016 1 commit
    • Annihil's avatar
      Corrected readme · 78a02035
      Annihil authored
      Internally, the elements in a map are always sorted by its key following a specific strict weak ordering criterion indicated by its internal comparison object (of type Compare).
      With string type, the default comparator is alphabetical order, and thus two come after three.
      78a02035
  5. 21 Feb, 2016 2 commits
  6. 20 Feb, 2016 1 commit
  7. 14 Feb, 2016 12 commits
  8. 12 Feb, 2016 1 commit
    • Michael Macnair's avatar
      Add support for afl-fuzz testing · 9e500b49
      Michael Macnair authored
      "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
  9. 10 Feb, 2016 3 commits
  10. 09 Feb, 2016 1 commit
  11. 07 Feb, 2016 4 commits
  12. 05 Feb, 2016 4 commits
  13. 31 Jan, 2016 2 commits
  14. 30 Jan, 2016 5 commits