- 26 May, 2011 5 commits
-
-
Baptiste Lepilleur authored
Fixed MSVS 2003, 2005 and 2008 tests execution by normalizing floating-point string representation using helper normalizeFloatingPointStr().
-
Baptiste Lepilleur authored
- Worked-around unit test failure with MSVS* by "forcing" all floating-point numbers to be loaded from memory instead of FPU registers.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
* isFoo methods determine exact representability. * asFoo methods cause casting when safe. * isConvertibleTo indicates whether casting is safe. See NEWS.txt for details.
-
Aaron Jacobs authored
capabilities (and simplifying its implementation) in the process.
-
- 25 May, 2011 14 commits
-
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
NEWS.txt for more details.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
comprehensive.
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
-
Aaron Jacobs authored
isFoo methods.
-
Aaron Jacobs authored
-
- 02 May, 2011 2 commits
-
-
Baptiste Lepilleur authored
-
Baptiste Lepilleur authored
- Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;). Added new JSON_FAIL macro. Commented unused parameters.
-
- 24 Dec, 2010 2 commits
-
-
Baptiste Lepilleur authored
Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float).
-
Baptiste Lepilleur authored
Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously
-
- 20 Apr, 2010 1 commit
-
-
Baptiste Lepilleur authored
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction.
-
- 23 Feb, 2010 1 commit
-
-
Baptiste Lepilleur authored
- 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.
-
- 21 Nov, 2009 1 commit
-
-
Baptiste Lepilleur authored
- added unit tests for Value.isXYZ() and iteration over Value members to compute size
-