2023-09-22 22:17:21 by Paolo Vincenzo Olivo | Files touched by this commit (1) |
Log message:
lua-language-server: requires FORCE_CXX_STD
|
2023-07-18 16:11:18 by Nia Alarie | Files touched by this commit (35) |
Log message:
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
|
2023-05-31 16:32:35 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
lua54-language-server: update to 3.6.21.
## 3.6.21
`2023-5-24`
* `FIX` disable ffi plugin
## 3.6.20
`2023-5-23`
* `NEW` support connecting by socket with `--socket=PORT`
* `FIX` [#2113]
|
2023-05-18 00:25:06 by nikita | Files touched by this commit (1) |
Log message:
lua-language-server: require gcc 7
|
2023-05-16 16:35:45 by nikita | Files touched by this commit (1) |
Log message:
lua-language-server: maybe fix build on EL Linux.
(which encounters errors with -std=c++17)
|
2023-05-12 23:37:32 by Nikita | Files touched by this commit (1) |
Log message:
lua-language-server: patch out randomly failing filewatch test, add clang build \
dependency.
|
2023-04-28 18:10:41 by Nikita | Files touched by this commit (3) | |
Log message:
lua-language-server: update to version 3.6.19
Changelog (taken from \
https://github.com/LuaLS/lua-language-server/releases/tag/3.6.19):
3.6.19 Latest
19906a9
What's Changed
Readme refresh by @carsakiller in #2028
Add desc of skynet.task api by @Gowa2017 in #2024
更新 by @CppCXY in #2043
Add optional diagnostic warning about any global element by \
@AndreaWalchshoferSCCH in #2040
add support for musl version in github actions by @ericwq in #2049
update for feature_request_102 by @CppCXY in #2052
fix: add links to too many files warning by @carsakiller in #2080
update and fix issue by @CppCXY in #2075
Check for missing @param and @return annotations by @wetzlmaier in #2078
|
2023-04-13 14:28:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
lua-language-server: no more -Werror
Code not safe enough on all compilers
|
2023-03-31 10:16:41 by Nikita | Files touched by this commit (1) |
Log message:
lua-langua-server: patch the hardcoded /usr/pkg in 3rd.
|
2023-03-30 20:41:01 by Nikita | Files touched by this commit (4) | |
Log message:
lua-language-server: update to version 3.6.18
Import from wip, packaged by wiz/nikita
Changelog:
3.6.18
What's Changed
更新 by @CppCXY in #1995
Make functions in string api accept numbers by @C3pa in #2016
3rd: meta add bee by @fesily in #2021
3.6.17
What's Changed
fix #1969 by @CppCXY in #1970
Don't override lm.bindir and lm.EXE_DIR in make.lua by @neeshy in #1977
fix issues by @CppCXY in #1987
add: description for config.addonManager.enable by @carsakiller in #1989
3.6.14
What's Changed
fix #1969 by @CppCXY in #1970
Don't override lm.bindir and lm.EXE_DIR in make.lua by @neeshy in #1977
fix issues by @CppCXY in #1987
add: description for config.addonManager.enable by @carsakiller in #1989
3.6.13
3.6.12
What's Changed
更新 by @CppCXY in #1918
fix #1919 by @CppCXY in #1920
fix #1921 by @CppCXY in #1923
add: addon manager setting to template by @carsakiller in #1931
README updates by @carsakiller in #1937
更新 by @CppCXY in #1939
更新 by @CppCXY in #1954
Array of a class type does not get completion #1940 by @jharajeev55 in #1962
Improve math.abs annotation by @C3pa in #1961
meta: newproxy can accept a userdata value by @Bilal2453 in #1959
3.6.11
What's Changed
Small improvements in make.sh by @atk91 in #1890
更新 by @CppCXY in #1894
更新修复一些issue by @CppCXY in #1908
3.6.10
What's Changed
chore: update links to point to organization by @carsakiller in #1874
更新编译 by @CppCXY in #1877
|