Menu

Code Commit Log


Commit Date  
[r248] by aaronjacobs

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

2012-01-08 23:49:55 Tree
[r247] 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 Tree
[r246] 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 Tree
[r245] by christopherdunn

Updated bug-fix list.

2011-06-24 21:15:30 Tree
[r244] by christopherdunn

bug#2407932: strpbrk() could fail for NULL pointer.

2011-06-22 21:04:41 Tree
[r243] by christopherdunn

bug#3306345: minor typo in Path::resolve() -- missing bang.

2011-06-22 08:30:21 Tree
[r242] by christopherdunn

(bug#3314841) Fixed JSON_IS_AMALGAMATION. Using os.path for OSX filename compatibility.

2011-06-22 00:43:31 Tree
[r241] by christopherdunn

More missing constructor initializers found by Coverity.

2011-06-21 23:02:06 Tree
[r240] by christopherdunn

Another simple addition for constructor initialization, PathArgument.

2011-06-21 22:08:49 Tree
[r239] by christopherdunn

Simple changes to Reader initialization, from Chromium folks. (I do not think this was submitted as a bug.)

2011-06-21 21:56:54 Tree
Older >
MongoDB Logo MongoDB