openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
JSON-CPP
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 10 hours
ago.
Mar 11, 2025 — Mar 11, 2026
Showing page 46 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated a cast to use a more appropriate type.
Aaron Jacobs
More...
almost 15 years ago
Fixed constructor initializer list order warnings/errors.
Aaron Jacobs
More...
almost 15 years ago
Removed an unused typedef.
Aaron Jacobs
More...
almost 15 years ago
Fixed a hard to debug crash on OS X related to sscanf format strings.
Aaron Jacobs
More...
almost 15 years ago
Released 0.6.0-rc2
Baptiste Lepilleur
More...
almost 15 years ago
Release 0.6.0-rc2
Baptiste Lepilleur
More...
almost 15 years ago
Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION
Baptiste Lepilleur
More...
almost 15 years ago
Value::compare() is now const and has an actual implementation with unit tests.
Baptiste Lepilleur
More...
almost 15 years ago
Untabified some sources
Baptiste Lepilleur
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.
Baptiste Lepilleur
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.
Baptiste Lepilleur
More...
almost 15 years ago
Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;).
Baptiste Lepilleur
More...
almost 15 years ago
Released 0.6.0-rc1
Baptiste Lepilleur
More...
almost 15 years ago
Need more tests on unicode
Baptiste Lepilleur
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.
Baptiste Lepilleur
More...
almost 15 years ago
Release 0.6.0-rc1
Baptiste Lepilleur
More...
almost 15 years ago
Release test-0.6.0
Baptiste Lepilleur
More...
almost 15 years ago
Release test-0.6.0
Baptiste Lepilleur
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.
Baptiste Lepilleur
More...
almost 15 years ago
Added project URL.
Baptiste Lepilleur
More...
almost 15 years ago
Added recommended include path.
Baptiste Lepilleur
More...
almost 15 years ago
Added known bug reference for experimental internal map.
Baptiste Lepilleur
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.
Baptiste Lepilleur
More...
almost 15 years ago
Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters.
Baptiste Lepilleur
More...
almost 15 years ago
Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected.
Baptiste Lepilleur
More...
almost 15 years ago
Fixed latest readme.txt url.
Baptiste Lepilleur
More...
almost 15 years ago
Fixed url for scons 1.2 download. Clarify manual test run executable path.
Baptiste Lepilleur
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.
Baptiste Lepilleur
More...
about 15 years ago
Fixed some documentation issues pointed out by Daniel.
Baptiste Lepilleur
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).
Baptiste Lepilleur
More...
about 15 years ago
←
1
2
…
42
43
44
45
46
47
48
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree