This repository was archived by the owner on May 14, 2024. It is now read-only.
forked from rime/librime
-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting BOOST_ROOT is essential for cmake to find our own copy of Boost instead of the preinstalled Boost version in the CI image, which lacks arm64 libraries.
when trying to add blank to preedit then increase pos, might lead to input[pos - 1] out of bound. `pos` is tracking string variable `preedit`, they should be updated in sync. checking delimiters at word ending should also refer to `preedit` instead of the unchanged `input_`.
set default values for envvars SDKROOT, MACOSX_DEPLOYMENT_TARGET if not set. set CMAKE_OSX_ARCHITECTURES if building universal macOS binary. these variables are used transparently in `make xcode/thirdparty`.
that works with the updated boost build script.
For support of envvar CMAKE_OSX_ARCHITECTURES, documented since 3.10: https://cmake.org/cmake/help/latest/envvar/CMAKE_OSX_ARCHITECTURES.html
$ make build=my-build-dir prefix=/opt/my-portable-apps/usr refactor: name local variables in lower case.
有試過 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.7.0
7458d77 有人工conflict
73da07e
983deff
b40c8b4
9bee96e 有改
.travis.yml
ff7acdc
440a97c 有人工修
conflict
bb8c263
99b0033 有人工修
capnproto
conflict
16ef046
a4c018a
60958f3
8301ee6 有人工修
thirdparty.md
conflict
,無用opencc
ac37dfc
bô更新
b2abd09 feat(setup): find and load external RIME plugins as shared libs rime#431
3fa1571 更新opencc