0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md
Stefan H.
as Stefan Hacker
More... over 13 years ago
Moved existing unittests into their own test_parser suite and added a test_generator one for the pretty printer. Work around double rounding issues and a problem with boost < 1.47.0.
Stefan H.
as Stefan Hacker
More... over 13 years ago
Added doxygen style comments and refactored the interface.
Stefan H.
as Stefan Hacker
More... almost 14 years ago
C++03 compat
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add restrictions to \u hex escapes and according tests along with some other misc tests. Use expectation points where possible throughout the grammar to create meaningful errors.
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add README.md
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add unicode and hexadezimal support with test coverage (converted all std::string to std::wstring in the process)
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Modify some tests
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add pre-compiled header to speed up compilation
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Switch from unordered_map to map to circumvent a bug in vs10 preventing equal maps to compare to equal.
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add support for escape characters and corresponding tests (no tests yet for escaped unicodes)
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Add preliminary implementation of json parser with corresponding tests. Strings lack escaping and unicode capability. Numbers might not comply with spec.
Stefan H.
as Stefan Hacker
More... almost 14 years ago
Initial commit with basic JSON types definitions and pretty printing for them
Stefan H.
as Stefan Hacker
More... almost 14 years ago