Menu

Code Commit Log


Commit Date  
[r282] by aaronjacobs

Fixed a test that causes a crash when exceptions are disabled.

While I was at it, corrected whitespace too.

2014-04-23 23:57:59 Tree
[r281] by aaronjacobs

Added structured error reporting to Reader.

This allows applications for interactively viewing or editing JSON to do
a better job of highlighting errors. Also added offset accessors to
Value, offering the same sort of functionality even for non-errors.

Thanks to Zach Clifford (zacharyc@...) for the patch.

2014-04-23 23:41:12 Tree
[r280] by aaronjacobs

Added features that allow the reader to accept common non-standard JSON.

This is a version of patch #17, from Clay Wood:

http://sourceforge.net/p/jsoncpp/patches/17/

2014-04-23 23:28:23 Tree
[r279] by christopherdunn

vim modeline

http://vim.wikia.com/wiki/Modeline_magic

2014-04-19 21:41:03 Tree
[r278] by christopherdunn

Comment reading/write improvements

This patch fixes some aspects of reading and writing comments:
- Multiple C++-style comments before a Json value had extra newlines appended to them. This patch removes the addition of those newlines.
- Comments written before Json values in the StyledWriter were not indented to match the indentation level of the value. This patch adds indentation to comments.
- Fixed inconsistency in newlines following C- and C++-style comments being saved as part of the comment. All newlines at the end of a comment are now removed.
- Added an additional test of 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.
https://sourceforge.net/p/jsoncpp/bugs/67/

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
[r275] by blep

Fixed broken build on VS 2012

2013-09-23 14:10:39 Tree
[r274] by aaronjacobs

Fixed some snprintf-related build breakages in Visual Studio.

2013-08-08 23:08:28 Tree
[r273] by aaronjacobs

Updated two calls to sprintf that I missed in r269.

2013-08-08 00:39:32 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.