This repository was archived by the owner on May 7, 2025. It is now read-only.
3 files changed
+98
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
Submodule readium-sdk updated 85 files
- Platform/Android/2
- Platform/Android/build.xml+98
- Platform/Android/jni/iri.cpp+5-2
- Platform/Android/jni/package.cpp+6-2
- Platform/Android/jni/resource_stream.cpp+7-3
- Platform/Android/proguard-project.txt+20
- Platform/Apple/RDServices/Main/RDContainer.h+45
- Platform/Apple/RDServices/Main/RDContainer.mm+88
- Platform/Apple/RDServices/Main/RDMediaOverlaysSmilModel.h+49
- Platform/Apple/RDServices/Main/RDMediaOverlaysSmilModel.mm+154
- Platform/Apple/RDServices/Main/RDNavigationElement.h+44
- Platform/Apple/RDServices/Main/RDNavigationElement.mm+98
- Platform/Apple/RDServices/Main/RDPackage.h+78
- Platform/Apple/RDServices/Main/RDPackage.mm+346
- Platform/Apple/RDServices/Main/RDPackageResource.h+67
- Platform/Apple/RDServices/Main/RDPackageResource.mm+138
- Platform/Apple/RDServices/Main/RDPackageResourceConnection.h+38
- Platform/Apple/RDServices/Main/RDPackageResourceConnection.m+103
- Platform/Apple/RDServices/Main/RDPackageResourceDataResponse.h+36
- Platform/Apple/RDServices/Main/RDPackageResourceDataResponse.m+43
- Platform/Apple/RDServices/Main/RDPackageResourceResponse.h+42
- Platform/Apple/RDServices/Main/RDPackageResourceResponse.m+102
- Platform/Apple/RDServices/Main/RDPackageResourceServer.h+45
- Platform/Apple/RDServices/Main/RDPackageResourceServer.m+99
- Platform/Apple/RDServices/Main/RDSmilData.h+46
- Platform/Apple/RDServices/Main/RDSmilData.mm+228
- Platform/Apple/RDServices/Main/RDSpineItem.h+46
- Platform/Apple/RDServices/Main/RDSpineItem.mm+159
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDData.h+14
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDData.m+158
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDNumber.h+12
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDNumber.m+88
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDRange.h+56
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Categories/DDRange.m+104
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h+45
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m+195
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPConnection.h+119
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPConnection.m+2.7k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPLogging.h+136
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPMessage.h+48
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPMessage.m+113
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPResponse.h+149
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPServer.h+205
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/HTTPServer.m+772
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h+65
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m+529
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h+33
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m+86
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h+23
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m+211
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h+75
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m+405
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h+13
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m+79
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h+52
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m+292
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPErrorResponse.h+9
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPErrorResponse.m+38
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h+25
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m+237
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h+12
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m+73
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/WebSocket.h+105
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Core/WebSocket.m+791
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaAsyncSocket/About.txt+4
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h+1.1k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m+7.4k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/About.txt+33
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDASLLogger.h+41
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDASLLogger.m+99
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h+102
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m+727
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDFileLogger.h+334
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDFileLogger.m+1.4k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDLog.h+601
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDLog.m+1.1k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDTTYLogger.h+167
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/DDTTYLogger.m+1.5k
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.h+65
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.m+191
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.h+116
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.m+251
- Platform/Apple/RDServices/ThirdParty/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/README.txt+7
- ePub3/ePub/property.cpp+11-2
- ePub3/utilities/future.h+2-2
0 commit comments