Commit | Date | |
---|---|---|
[r278]
by
christopherdunn
Comment reading/write improvements This patch fixes some aspects of reading and writing comments: https://sourceforge.net/p/jsoncpp/patches/25/ |
2014-04-19 21:19:24 | Tree |
[r277]
by
christopherdunn
JSON_ASSERT -> JSON_ASSERT_MESSAGE This way, assertions can produce exceptions. |
2014-04-19 06:37:23 | Tree |
[r276]
by
aaronjacobs
Added missing includes for std::istream. Thanks to Quentin Fiard for the report. |
2014-01-29 00:13:38 | Tree |
2013-09-23 14:10:39 | Tree | |
2013-08-08 23:08:28 | Tree | |
2013-08-08 00:39:32 | Tree | |
[r272]
by
aaronjacobs
Replaced the complex implementation of valueToString(double). The previous one was confusing and prone to buffer overflows, and didn't The major change is that we don't always print a decimal point now. |
2013-08-08 00:39:12 | Tree |
[r271]
by
aaronjacobs
Added more floating point tests. The first demonstrates a bug that I will soon fix. |
2013-08-08 00:37:39 | Tree |
2013-08-08 00:13:10 | Tree | |
[r269]
by
aaronjacobs
Switched away from sprintf, which is prone to buffer overflows. Most reasonable platforms have this function. If you're here because |
2013-08-06 23:12:56 | Tree |