jsoncpp/src/test_lib_json
Aaron Jacobs 32ffb931e7 Replaced the complex implementation of valueToString(double).
The previous one was confusing and prone to buffer overflows, and didn't
work correctly with 16-decimal-digit numbers. The new one simply uses
snprintf with a standard format string.

The major change is that we don't always print a decimal point now.
Fortunately, JSON doesn't distinguish between integers and reals.
2013-08-08 00:39:12 +00:00
..
CMakeLists.txt Added missing source file to CMakeLists.txt. 2013-05-09 15:21:06 +00:00
jsontest.cpp - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. 2013-05-09 18:42:33 +00:00
jsontest.h - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. 2013-05-09 18:42:33 +00:00
main.cpp Replaced the complex implementation of valueToString(double). 2013-08-08 00:39:12 +00:00
sconscript - changed SVN EOL properties so that HTML file are in Unix format, Visual Studio solution are always in Windows format, and sources are in native format. 2010-02-23 08:23:41 +00:00