Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base
Submodule base updated 83 files
+4 −0 .ci/lint_script.sh
+16 −30 .circleci/config.yml
+1 −0 .cmakelintrc
+44 −32 .github/workflows/build.yml
+41 −14 Makefile
+20 −37 Makefile.defs
+48 −24 cmake/CMakeLists.txt
+1 −4 cmake/crengine/CMakeLists.txt
+15 −25 cmake/koreader/CMakeLists.txt
+4 −5 cre.cpp
+47 −25 djvu.c
+1 −1 ffi/koptcontext.lua
+11 −14 ffi/mupdf.lua
+272 −0 thirdparty/cmake_modules/koenv.sh
+0 −8 thirdparty/cmake_modules/komake.sh
+0 −16 thirdparty/cmake_modules/koninja.sh
+322 −0 thirdparty/cmake_modules/koreader_external_project.cmake
+5 −1 thirdparty/cmake_modules/koreader_targets.cmake
+8 −214 thirdparty/cmake_modules/koreader_thirdparty_common.cmake
+0 −216 thirdparty/cmake_modules/koreader_thirdparty_git.cmake
+1 −1 thirdparty/cmake_modules/koreader_thirdparty_libs.cmake
+0 −18 thirdparty/cmake_modules/mk-source-deps.sh
+0 −18 thirdparty/cmake_modules/patch-wrapper.sh
+3 −3 thirdparty/cpu_features/CMakeLists.txt
+10 −15 thirdparty/curl/CMakeLists.txt
+7 −13 thirdparty/czmq/CMakeLists.txt
+12 −20 thirdparty/djvulibre/CMakeLists.txt
+13 −12 thirdparty/dropbear/CMakeLists.txt
+3 −9 thirdparty/fbink/CMakeLists.txt
+6 −3 thirdparty/freetype2/CMakeLists.txt
+4 −4 thirdparty/fribidi/CMakeLists.txt
+4 −4 thirdparty/gettext/CMakeLists.txt
+4 −5 thirdparty/giflib/CMakeLists.txt
+0 −0 thirdparty/giflib/overlay/CMakeLists.txt
+8 −7 thirdparty/glib/CMakeLists.txt
+6 −5 thirdparty/harfbuzz/CMakeLists.txt
+3 −9 thirdparty/kobo-usbms/CMakeLists.txt
+1 −0 thirdparty/kpvcrlib/CMakeLists.txt
+8 −8 thirdparty/leptonica/CMakeLists.txt
+4 −4 thirdparty/libiconv/CMakeLists.txt
+5 −11 thirdparty/libjpeg-turbo/CMakeLists.txt
+5 −10 thirdparty/libk2pdfopt/CMakeLists.txt
+0 −22 thirdparty/libk2pdfopt/build.cmake
+5 −5 thirdparty/libpng/CMakeLists.txt
+4 −4 thirdparty/libunibreak/CMakeLists.txt
+5 −5 thirdparty/libwebp/CMakeLists.txt
+7 −13 thirdparty/libzmq/CMakeLists.txt
+2 −8 thirdparty/lj-wpaclient/CMakeLists.txt
+4 −12 thirdparty/lodepng/CMakeLists.txt
+0 −0 thirdparty/lodepng/overlay/CMakeLists.txt
+5 −5 thirdparty/lpeg/CMakeLists.txt
+2 −8 thirdparty/lua-Spore/CMakeLists.txt
+2 −8 thirdparty/lua-htmlparser/CMakeLists.txt
+5 −11 thirdparty/lua-rapidjson/CMakeLists.txt
+7 −12 thirdparty/luajit/CMakeLists.txt
+2 −8 thirdparty/luajson/CMakeLists.txt
+3 −9 thirdparty/luasec/CMakeLists.txt
+9 −14 thirdparty/luasocket/CMakeLists.txt
+2 −2 thirdparty/lunajson/CMakeLists.txt
+8 −12 thirdparty/lunasvg/CMakeLists.txt
+7 −15 thirdparty/lunasvg/extended.patch
+4 −6 thirdparty/lunasvg/xtended/CMakeLists.txt
+8 −14 thirdparty/minizip/CMakeLists.txt
+0 −0 thirdparty/minizip/overlay/CMakeLists.txt
+26 −25 thirdparty/mupdf/CMakeLists.txt
+2 −8 thirdparty/nanosvg/CMakeLists.txt
+20 −0 thirdparty/openlipclua/CMakeLists.txt
+3 −3 thirdparty/openssh/CMakeLists.txt
+8 −8 thirdparty/openssl/CMakeLists.txt
+8 −14 thirdparty/popen-noshell/CMakeLists.txt
+0 −0 thirdparty/popen-noshell/overlay/CMakeLists.txt
+5 −5 thirdparty/sdcv/CMakeLists.txt
+7 −7 thirdparty/sdl2/CMakeLists.txt
+4 −4 thirdparty/sqlite/CMakeLists.txt
+6 −6 thirdparty/tar/CMakeLists.txt
+9 −9 thirdparty/tesseract/CMakeLists.txt
+18 −1 thirdparty/tesseract/cmake_tweaks.patch
+10 −15 thirdparty/turbo/CMakeLists.txt
+3 −3 thirdparty/utf8proc/CMakeLists.txt
+11 −3 thirdparty/zlib/CMakeLists.txt
+3 −3 thirdparty/zstd/CMakeLists.txt
+6 −12 thirdparty/zsync2/CMakeLists.txt
+22 −0 utils/libcheck/liblipc.ld

0 comments on commit c856019

Please sign in to comment.