4
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated a cast to use a more appropriate type. More... almost 15 years ago
Fixed constructor initializer list order warnings/errors. More... almost 15 years ago
Removed an unused typedef. More... almost 15 years ago
Fixed a hard to debug crash on OS X related to sscanf format strings. More... almost 15 years ago
Released 0.6.0-rc2 More... almost 15 years ago
Release 0.6.0-rc2 More... almost 15 years ago
Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION More... almost 15 years ago
Value::compare() is now const and has an actual implementation with unit tests. More... almost 15 years ago
Untabified some sources More... almost 15 years ago
- Added unit tests for comparison operators (except compare()) - Fixed Value::operator <= implementation (had the semantic of operator >=). Found when addigin unit tests for comparison operators. More... almost 15 years ago
- 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. More... almost 15 years ago
Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;). More... almost 15 years ago
Released 0.6.0-rc1 More... almost 15 years ago
Need more tests on unicode More... almost 15 years ago
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. More... almost 15 years ago
Release 0.6.0-rc1 More... almost 15 years ago
Release test-0.6.0 More... almost 15 years ago
Release test-0.6.0 More... almost 15 years ago
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. More... almost 15 years ago
Added project URL. More... almost 15 years ago
Added recommended include path. More... almost 15 years ago
Added known bug reference for experimental internal map. More... almost 15 years ago
Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility. More... almost 15 years ago
Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters. More... almost 15 years ago
Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected. More... almost 15 years ago
Fixed latest readme.txt url. More... almost 15 years ago
Fixed url for scons 1.2 download. Clarify manual test run executable path. More... almost 15 years ago
Major rework of 64 integer support: 64 bits integer are only returned when explicitly request via Json::Value::asInt64(), unlike previous implementation where Json::Value::asInt() returned a 64 bits integer. More... about 15 years ago
Fixed some documentation issues pointed out by Daniel. More... about 15 years ago
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). More... about 15 years ago