0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused parameter attr for tag function More... over 10 years ago
Merge pull request #18 from TheMadButcher/patch-1 More... almost 11 years ago
Possible buffer overrun More... almost 11 years ago
Tests updated, more verbose now; More... almost 11 years ago
Merge pull request #17 from TheMadButcher/master More... almost 11 years ago
Fixed issue with & in XML element values More... almost 11 years ago
Update README.textile More... almost 11 years ago
Merge pull request #13 from TheMadButcher/master More... almost 11 years ago
Added JSONTaggedXML More... almost 11 years ago
Added JSONTaggedXML More... almost 11 years ago
Update jsonxx.h More... almost 11 years ago
Update jsonxx.cc More... almost 11 years ago
fixed forward declaration of jsonxx::value (thanks @ambethia) More... almost 11 years ago
Update README.textile More... almost 11 years ago
Removed deprecated static ::parse() methods, plus all parse_*() functions are normalized in implementation now (thanks masuk); README and tests updated More... almost 11 years ago
- Legacy C++ support ; Removed deprecated Object::<< and Array::<< operators; Settings::Strict{true/false} changed to Settings::Parser{Strict/Permissive}; Comments added; README updated; increased version More... almost 11 years ago
Added jsonxx::Settings::Assertions and JSONXX_ASSERT(...); tests & readme updated More... almost 11 years ago
bugfixed case when 'jsonxx::Object() << "key" << jsonxx::Object()'; tests updated More... almost 11 years ago
Stricter C++ code (should work in older compilers); Memory leaks fixed; Test updated when comparing 'double' vs 'long double' in some architectures; README updated; More... almost 11 years ago
Merge pull request #10 from r-lyeh/master More... about 11 years ago
Update README.textile More... about 11 years ago
Update README.textile More... about 11 years ago
Merge branch 'master' of https://github.com/r-lyeh/jsonxx More... about 11 years ago
* Code: both C++11 and legacy C++ friendly. * Tests: added is_asserting() function. More... about 11 years ago
Update README.textile More... about 11 years ago
Update README.textile More... about 11 years ago
Update README.textile More... about 11 years ago
* New: support for C++ comments inside JSON documents when permissive parsing is enabled. More... about 11 years ago
Merge branch 'master' of https://github.com/r-lyeh/jsonxx More... about 11 years ago
* New: String parser: support for Unicode escaped characters. * Fix: better string escaping when writing documents. * Chg: optimizations on micro allocations when writing documents. * Add: few more tests. More... about 11 years ago