1. 10 Apr, 2016 1 commit
  2. 07 Apr, 2016 1 commit
  3. 05 Apr, 2016 4 commits
  4. 03 Apr, 2016 2 commits
  5. 30 Mar, 2016 7 commits
  6. 29 Mar, 2016 1 commit
  7. 28 Mar, 2016 1 commit
    • Lv Zheng's avatar
      Use namespace std for int64_t and uint64_t · 3e76e61b
      Lv Zheng authored
      According to the c++11 standard, the declarations are within namespace
      scope of the namespace `std'. Add `std::' to avoid unnecessary
      requirement of implementations.
      3e76e61b
  8. 25 Mar, 2016 1 commit
  9. 10 Mar, 2016 1 commit
  10. 06 Mar, 2016 1 commit
  11. 04 Mar, 2016 2 commits
  12. 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
  13. 21 Feb, 2016 2 commits
  14. 20 Feb, 2016 1 commit
  15. 14 Feb, 2016 12 commits
  16. 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
  17. 10 Feb, 2016 1 commit