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
a3473fda
Unverified
Commit
a3473fda
authored
8 years ago
by
Théo DELRIEU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add detail/serializer.hpp
parent
c117515e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
797 additions
and
769 deletions
+797
-769
Makefile
Makefile
+2
-1
src/detail/serializer.hpp
src/detail/serializer.hpp
+794
-0
src/json.hpp
src/json.hpp
+1
-768
No files found.
Makefile
View file @
a3473fda
...
...
@@ -20,7 +20,8 @@ SRCS = ${SRCDIR}/json.hpp \
${SRCDIR}
/detail/iterators/json_reverse_iterator.hpp
\
${SRCDIR}
/detail/parsing/output_adapters.hpp
\
${SRCDIR}
/detail/parsing/binary_reader.hpp
\
${SRCDIR}
/detail/parsing/binary_writer.hpp
${SRCDIR}
/detail/parsing/binary_writer.hpp
\
${SRCDIR}
/detail/serializer.hpp
# main target
all
:
...
...
This diff is collapsed.
Click to expand it.
src/detail/serializer.hpp
0 → 100644
View file @
a3473fda
This diff is collapsed.
Click to expand it.
src/json.hpp
View file @
a3473fda
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