-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b8355e
commit 6502639
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ThorsSerializer
updated
13 files
+2 −2 | src/Serialize/CustomSerialization.tpp | |
+27 −128 | src/Serialize/JsonManualLexer.cpp | |
+1 −10 | src/Serialize/JsonManualLexer.h | |
+0 −24 | src/Serialize/JsonParser.cpp | |
+1 −1 | src/Serialize/JsonPrinter.h | |
+2 −0 | src/Serialize/ParserConfig.h | |
+70 −33 | src/Serialize/ParserInterface.h | |
+40 −11 | src/Serialize/StringInput.h | |
+0 −20 | src/Serialize/ThorsSerializerUtil.h | |
+0 −177 | src/Serialize/Traits.h | |
+3 −11 | src/Serialize/UnicodeIterator.h | |
+7 −7 | src/Serialize/test/CornerCaseTest.cpp | |
+6 −6 | src/Serialize/test/UnicodeIteratorTest.cpp |