- 17 Apr, 2016 3 commits
- 16 Apr, 2016 6 commits
- 13 Apr, 2016 3 commits
-
-
Niels authored
-
Niels authored
-
Robert Marki authored
fixes #233
-
- 11 Apr, 2016 1 commit
-
-
Niels authored
-
- 10 Apr, 2016 2 commits
- 07 Apr, 2016 1 commit
-
-
Niels authored
make serialization locale-independent (fixes #228)
-
- 05 Apr, 2016 4 commits
- 03 Apr, 2016 2 commits
- 30 Mar, 2016 7 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
-
- 10 Mar, 2016 1 commit
-
-
Raphael Isemann 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
-