- 04 Jun, 2015 1 commit
-
-
Niels authored
-
- 03 Jun, 2015 2 commits
- 02 Jun, 2015 3 commits
- 30 May, 2015 1 commit
-
-
Niels authored
-
- 12 May, 2015 2 commits
-
-
Niels authored
Fix typos
-
AQNOUCH Mohammed authored
-
- 10 May, 2015 6 commits
-
-
Niels authored
-
Niels authored
-
Niels authored
Replace `default_callback` function with `nullptr` and check for null…
-
Niels authored
-
Aaron Burghardt authored
Replace `default_callback` function with `nullptr` and check for null callback function before calling it. This is cleaner and better performing.
-
Niels authored
-
- 09 May, 2015 11 commits
-
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
support enum
-
Niels authored
-
Niels authored
-
Niels authored
-
Niels authored
-
易思龙 authored
construct enum type to basic_json (proxy by int type) ``` enum { t = 0 }; json j = json::array(); j.push_back(t); j.push_back(json::object({ {"game_type", t} })); ```
-
- 06 May, 2015 6 commits
- 04 May, 2015 3 commits
-
-
Niels authored
-
Niels authored
Fix performance regression introduced with the parsing callback feature.
-
Aaron Burghardt authored
-
- 03 May, 2015 5 commits