Christopher Dunn
|
a44cffb342
|
Fixed compilation warnings. Added -Wall to linux-gcc compilation. JSON_ASSERT_MESSAGE now throws exception (but JSON_ASSERT does not).
|
2007-05-09 19:35:15 +00:00 |
|
Christopher Dunn
|
f153eaaed0
|
Fixed 2.95.3 header probs
|
2007-03-23 10:19:49 +00:00 |
|
Christopher Dunn
|
56a1d6cbf5
|
Added istream/ostream funcs/operators
|
2007-03-23 09:57:01 +00:00 |
|
Christopher Dunn
|
5674738668
|
[1611376]by reserving the max string-size when escaped chars exist, we should save some runtime.
|
2007-03-23 06:12:28 +00:00 |
|
Christopher Dunn
|
ce1f32981b
|
[1611376]writer now escapes special characters. When no special chars are present, old behavior is retained. New method might have a performance penalty b/c of operator new inside std::string. (This would not exist if the whole thing operated on ostream instead, I think.)
|
2007-03-23 05:56:39 +00:00 |
|
Baptiste Lepilleur
|
2d4dd281f1
|
- Made FastWriter output more compact.
- fixed bug in runjsontests.py script.
|
2007-03-17 22:14:59 +00:00 |
|
Baptiste Lepilleur
|
4cd8bae331
|
- reorganized repository to match standard layout
|
2007-03-15 22:11:38 +00:00 |
|