Menu

/trunk/jsoncpp/include/json/assertions.h Commit Log


Commit Date  
[r283] (HEAD) (1.3 kB) by christopherdunn

fix stdexcept

https://sourceforge.net/p/jsoncpp/bugs/68/

2014-05-13 09:49:25 View
Download
[r248] (1.3 kB) by aaronjacobs

Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors.

2012-01-08 23:49:55 View
Download
[r247] (1.2 kB) by aaronjacobs

Got rid of several unnecessary includes of <iostream>.

Including <iostream> causes the file to be polluted with a static
initializer for the __ioinit symbol. This can harm binary startup time.
For more info, see here:

http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html

2011-12-22 03:18:24 View
Download
[r246] (995 Bytes) by aaronjacobs

Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden.

This allows users to override it with their compiler invocation. For example:

g++ -D JSON_USE_EXCEPTION=0 ...

2011-09-14 08:41:37 View
Download
[r218] (1.0 kB) by aaronjacobs

Added line breaks to make error messages easier to read.

2011-05-25 04:59:57 View
Download
[r202] (987 Bytes) by aaronjacobs

Fixed a missing include error.

2011-05-24 06:27:36 View
Download
[r198] (946 Bytes) by aaronjacobs

Centralized assertion macros and made them obey JSON_USE_EXCEPTION.

2011-05-24 01:03:22 View
Download