-
Notifications
You must be signed in to change notification settings - Fork 72
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fleece
updated
22 files
+7 −0 | API/fleece/FLEncoder.h | |
+21 −0 | API/fleece/Fleece.hh | |
+9 −0 | Fleece.xcodeproj/project.pbxproj | |
+191 −0 | Fleece/API_Impl/FLEncoder.cc | |
+106 −60 | Fleece/API_Impl/Fleece+ImplGlue.hh | |
+15 −202 | Fleece/API_Impl/Fleece.cc | |
+181 −314 | Fleece/Core/Builder.cc | |
+31 −3 | Fleece/Core/Builder.hh | |
+5 −0 | Fleece/Core/Encoder.hh | |
+355 −0 | Fleece/Core/JSLexer.hh | |
+5 −0 | Fleece/Core/Value.cc | |
+1 −1 | Fleece/Core/Value.hh | |
+16 −3 | Fleece/Mutable/HeapValue.cc | |
+7 −2 | Fleece/Mutable/HeapValue.hh | |
+8 −1 | Fleece/Mutable/ValueSlot.hh | |
+8 −0 | Fleece/Support/Fleece.exp | |
+23 −2 | Fleece/Support/JSONEncoder.cc | |
+18 −16 | Fleece/Support/JSONEncoder.hh | |
+4 −0 | ObjC/Encoder+ObjC.mm | |
+155 −2 | Tests/BuilderTests.cc | |
+24 −0 | Tests/MutableTests.cc | |
+1 −0 | cmake/platform_base.cmake |