Sign in
chromium
/
external
/
jsoncpp
Clone this repo:
Branches
master
79afe06
fix stdexcept
by christopherdunn
· 11 years ago
master
f4c7824
Fixed a test that causes a crash when exceptions are disabled.
by aaronjacobs
· 11 years ago
11d5ff5
Added structured error reporting to Reader.
by aaronjacobs
· 11 years ago
23304aa
Added features that allow the reader to accept common non-standard JSON.
by aaronjacobs
· 11 years ago
2bb2531
vim modeline
by christopherdunn
· 11 years ago
6921bf1
Comment reading/write improvements
by christopherdunn
· 11 years ago
2c9407e
JSON_ASSERT -> JSON_ASSERT_MESSAGE
by christopherdunn
· 11 years ago
69466ba
Added missing includes for std::istream.
by aaronjacobs
· 11 years ago
227473a
Fixed broken build on VS 2012
by blep
· 11 years ago
523ce86
Fixed some snprintf-related build breakages in Visual Studio.
by aaronjacobs
· 11 years ago
dda8bcc
Updated two calls to sprintf that I missed in r269.
by aaronjacobs
· 11 years ago
14ce6f7
Replaced the complex implementation of valueToString(double).
by aaronjacobs
· 11 years ago
54e8ee9
Added more floating point tests.
by aaronjacobs
· 11 years ago
95b925c
Added further floating point tests.
by aaronjacobs
· 11 years ago
1183bd0
Switched away from sprintf, which is prone to buffer overflows.
by aaronjacobs
· 11 years ago
77080da
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
by blep
· 12 years ago
4c64846
- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
by blep
· 12 years ago
df596e4
Added simple batch build script for CMake.
by blep
· 12 years ago
7b03538
Added missing source file to CMakeLists.txt.
by blep
· 12 years ago
369a2eb
by blep
· 12 years ago
More »