- 30 Mar, 2016 2 commits
- 29 Mar, 2016 1 commit
-
-
Niels authored
Use namespace std for int64_t and uint64_t
-
- 28 Mar, 2016 1 commit
-
-
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.
-
- 25 Mar, 2016 1 commit
-
-
Niels authored
-
- 06 Mar, 2016 1 commit
-
-
Niels authored
-
- 04 Mar, 2016 2 commits
- 02 Mar, 2016 1 commit
-
-
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.
-
- 21 Feb, 2016 2 commits
- 20 Feb, 2016 1 commit
-
-
Jett LaRue authored
-
- 14 Feb, 2016 12 commits
- 12 Feb, 2016 1 commit
-
-
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
-
- 10 Feb, 2016 3 commits
- 09 Feb, 2016 1 commit
-
-
Niels authored
-
- 07 Feb, 2016 4 commits
- 05 Feb, 2016 4 commits
- 31 Jan, 2016 2 commits
- 30 Jan, 2016 1 commit
-
-
Niels authored
-