xiaoyifang
|
b855be1fbe
|
cmake: fix build on Windows Debug (#798)
* cmake: fix build on Windows Debug
* cmake: fix build on Windows Debug
* cmake: fix build on Windows Debug
* cmake: fix build on Windows Debug
|
2023-06-03 15:35:01 +08:00 |
|
YiFang Xiao
|
ba24e57913
|
fix: cmake install will install extra header files
fix #755
|
2023-05-28 15:49:07 +08:00 |
|
xiaoyifang
|
3858932ec4
|
feat!: add libzim dependency (#725)
* feat!: add libzim dependency
* 🎨 apply clang-format changes
* action: add libzim dependency to action
* feat!: change dependency folder
* action: add zim support
* feat!: add libzim support
* action: fix sonarcloud check
* doc: add libzim readme
* action: cmake build
* action: cmake check
* fix: code smell
* action: cmake check
* action: cmake on Macos
* action: cmake on Macos
* feat: use libzim to read title and description
* 🎨 apply clang-format changes
* feat: split zim file support
* feat: loadArticle refactor
* 🎨 apply clang-format changes
* 🎨 apply clang-format changes
* feat: update library and goldendict.pro
* 🎨 apply clang-format changes
* fix:word count
* 🎨 apply clang-format changes
* fix: video src url subsititue
* 🎨 apply clang-format changes
* zim: headword is not usually a valid
it is from title and url.
* fix: remove nested try catch
* zim: fix resource loading issue.
* 🎨 apply clang-format changes
* action: remove libao
* zim: process url
some old zim dictionary url does not contain namespace such as
/C/url
make the old and new zim dictionary's url consistent without the leading
../C/ etc.
* 🎨 apply clang-format changes
* zim: process url
remove leading dot and slash
such as ../-/assets ,remove ../
* 🎨 apply clang-format changes
* zim: remove resourceIndex creation
use libzim to read the resource directly.
* zim: only iterate all the articles
* 🎨 apply clang-format changes
* fix: code smell
* 🎨 apply clang-format changes
* zim: refactor method to convert url to wstring
* 🎨 apply clang-format changes
* fix:code smell
* 🎨 apply clang-format changes
* zim: update windows dependencies
* zim: add mutex lock
* 🎨 apply clang-format changes
* fix: code smell
* 🎨 apply clang-format changes
---------
Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-05-27 12:12:16 +08:00 |
|
xiaoyifang
|
c23487500b
|
opt: upgrade xapian to 1.4.22 and fix debug compilation (#714)
* opt: upgrade xapian to 1.4.22 and fix debug compilation
* fix: cmake on Windows
|
2023-05-20 10:29:20 +08:00 |
|
xiaoyifang
|
25336dc289
|
github: add cmake check support (#694)
* github: cmake check support
* fix:windows cmake build error
---------
Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com>
|
2023-05-16 20:08:32 +08:00 |
|
shenlebantongying
|
4ead97637e
|
cmake: split windows & unix library finding & linking
* they have nothing in common
|
2023-05-06 07:07:09 +08:00 |
|