forked from koreader/koreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
koreader/koreader-base#1894 koreader/koreader-base#1908 koreader/koreader-base#1909 koreader/koreader-base#1904 koreader/koreader-base#1910 koreader/koreader-base#1911 koreader/koreader-base#1912 koreader/koreader-base#1901 koreader/koreader-base#1913 koreader/koreader-base#1680 koreader/koreader-base#1915 koreader/koreader-base#1916 koreader/koreader-base#1914
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule base
updated
24 files
+1 −1 | .busted | |
+9 −0 | .github/workflows/build.yml | |
+1 −1 | Makefile | |
+497 −21 | blitbuffer.c | |
+9 −3 | blitbuffer.h | |
+9 −0 | cmake/CMakeLists.txt | |
+339 −13 | ffi/blitbuffer.lua | |
+4 −2 | ffi/framebuffer_mxcfb.lua | |
+31 −10 | ffi/mupdf.lua | |
+0 −11 | ffi/util.lua | |
+8 −1 | ffi/zipwriter.lua | |
+2 −2 | thirdparty/cmake_modules/koreader_targets.cmake | |
+7 −0 | thirdparty/czmq/CMakeLists.txt | |
+61 −0 | thirdparty/ffi-cdecl/CMakeLists.txt | |
+9 −0 | thirdparty/ffi-cdecl/ffi-cdecl.patch | |
+118 −0 | thirdparty/ffi-cdecl/ffi-cdecl.sh.in | |
+5 −2 | thirdparty/freetype2/CMakeLists.txt | |
+22 −0 | thirdparty/freetype2/fix_meson_bzip2_option.patch | |
+2 −2 | thirdparty/fribidi/CMakeLists.txt | |
+1 −1 | thirdparty/kpvcrlib/crengine | |
+2 −2 | thirdparty/luajit/CMakeLists.txt | |
+2 −0 | thirdparty/mupdf/CMakeLists.txt | |
+369 −0 | thirdparty/mupdf/css_color_names.patch | |
+6 −2 | thirdparty/zlib/CMakeLists.txt |