- 27 Mar, 2015 1 commit
-
-
Niels authored
-
- 26 Mar, 2015 1 commit
-
-
Niels authored
-
- 24 Mar, 2015 6 commits
- 23 Mar, 2015 4 commits
- 22 Mar, 2015 4 commits
- 02 Mar, 2015 1 commit
-
-
Aaron Burghardt authored
-
- 01 Mar, 2015 10 commits
-
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
-
Aaron Burghardt authored
Moved buffer management into the lexer class and implemented YYFILL so that streams are read incrementally.
-
- 28 Feb, 2015 2 commits
-
-
Joshua C. Randall authored
Now uses std::snprintf() to generate a "%.15g" formatted string for JSON values of type number_float. 15 decimals digits are enough to round-trip an IEEE 754 double from string->double->string and get an identical result. std::snprintf is called twice. Once to determine the required buffer size and then again after allocating a buffer of that size. Note that the buffer size *could* be hardcoded for better performance. "%.15g" should result in strings of maximum length 23, plus one character for the terminating null for a buffer size of 24.
-
Joshua C. Randall authored
-
- 25 Feb, 2015 1 commit
-
-
Niels authored
-
- 24 Feb, 2015 1 commit
-
-
Niels authored
-
- 22 Feb, 2015 4 commits
- 21 Feb, 2015 1 commit
-
-
Niels authored
-
- 18 Feb, 2015 4 commits