| Commit | Date | |
|---|---|---|
| 2011-05-01 20:38:07 | Tree | |
| 2011-05-01 20:36:55 | Tree | |
|
[r165]
by
blep
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. The amalgated sources are generated by concatenating JsonCpp source in the correct order and defining macro JSON_IS_AMALGATED to prevent inclusion of other headers. Sources and header has been modified to prevent any inclusion when this macro is defined. The script amalgate.py handle the generation. |
2011-05-01 20:13:40 | Tree |
| 2011-05-01 18:33:46 | Tree | |
| 2011-05-01 17:24:16 | Tree | |
| 2011-05-01 16:42:18 | Tree | |
|
[r161]
by
blep
Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility. |
2011-05-01 16:27:55 | Tree |
|
[r160]
by
blep
Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters. |
2011-05-01 15:47:38 | Tree |
|
[r159]
by
blep
Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected. Modified runjsontests.py to allow test that expect failure in jsoncpp test suite. |
2011-05-01 15:40:47 | Tree |
| 2011-05-01 15:09:16 | Tree |