Sign in
chromium
/
external
/
jsoncpp
/
jsoncpp
Clone this repo:
Branches
master
1afff03
fix stdexcept
by christopherdunn
· 10 years ago
master
552b542
Fixed a test that causes a crash when exceptions are disabled.
by aaronjacobs
· 10 years ago
98cbf58
Added structured error reporting to Reader.
by aaronjacobs
· 10 years ago
ea0765f
Added features that allow the reader to accept common non-standard JSON.
by aaronjacobs
· 10 years ago
08e2541
vim modeline
by christopherdunn
· 10 years ago
f67bde2
Comment reading/write improvements
by christopherdunn
· 10 years ago
919ff13
JSON_ASSERT -> JSON_ASSERT_MESSAGE
by christopherdunn
· 10 years ago
c647e37
Added missing includes for std::istream.
by aaronjacobs
· 11 years ago
4c35b76
Fixed broken build on VS 2012
by blep
· 11 years ago
ddf395d
Fixed some snprintf-related build breakages in Visual Studio.
by aaronjacobs
· 11 years ago
63b3699
Updated two calls to sprintf that I missed in r269.
by aaronjacobs
· 11 years ago
269cbe3
Replaced the complex implementation of valueToString(double).
by aaronjacobs
· 11 years ago
8845455
Added more floating point tests.
by aaronjacobs
· 11 years ago
195805d
Added further floating point tests.
by aaronjacobs
· 11 years ago
e2d57bb
Switched away from sprintf, which is prone to buffer overflows.
by aaronjacobs
· 11 years ago
c9eedfc
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
by blep
· 11 years ago
be6509c
- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
by blep
· 11 years ago
1236c7e
Added simple batch build script for CMake.
by blep
· 11 years ago
5ae67cf
Added missing source file to CMakeLists.txt.
by blep
· 11 years ago
4a0294e
by blep
· 11 years ago
More »