Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
76e5e29e
Commit
76e5e29e
authored
Dec 25, 2015
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overworked exceptions and tests (#160)
parent
8620583c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
595 additions
and
201 deletions
+595
-201
README.md
README.md
+2
-2
src/json.hpp
src/json.hpp
+57
-33
src/json.hpp.re2c
src/json.hpp.re2c
+57
-33
test/unit.cpp
test/unit.cpp
+479
-133
No files found.
README.md
View file @
76e5e29e
...
...
@@ -42,8 +42,8 @@ to the files you want to use JSON objects. That's it. Do not forget to set the n
Though it's 2015 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
-
GCC 4.9 -
5.2
(and possibly later)
-
Clang 3.4 - 3.
7
(and possibly later)
-
GCC 4.9 -
6.0
(and possibly later)
-
Clang 3.4 - 3.
8
(and possibly later)
-
Microsoft Visual C++ 14.0 RC (and possibly later)
I would be happy to learn about other compilers/versions.
...
...
src/json.hpp
View file @
76e5e29e
This diff is collapsed.
Click to expand it.
src/json.hpp.re2c
View file @
76e5e29e
This diff is collapsed.
Click to expand it.
test/unit.cpp
View file @
76e5e29e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment