Compare commits
110 Commits
PR_lua-res
...
master
Author | SHA256 | Date | |
---|---|---|---|
|
7adacdeb92 | ||
|
ff2d531f00 | ||
|
9e4982222e | ||
|
62d9fa3d6b | ||
|
8e005b0393 | ||
|
864a316ffb | ||
|
7d66de1dba | ||
|
eb91502088 | ||
|
3a2d13765b | ||
|
10a2af337c | ||
|
952e0b96c7 | ||
|
d54d6a7c2f | ||
|
dd9a0d12a0 | ||
|
0fd0d78722 | ||
|
cbd79cbba8 | ||
|
a865ff638f | ||
|
9fd91d3d1a | ||
|
e51c1e1174 | ||
|
42e8ed16d8 | ||
|
1bd1d32788 | ||
|
1cc2d3a8ab | ||
|
a143e9362e | ||
|
9e501704c2 | ||
|
3feed99baa | ||
|
06a1e232d1 | ||
|
49194c20d8 | ||
|
e74052ad36 | ||
|
1deefec00d | ||
|
f8380db32e | ||
|
c24ee30abe | ||
|
eb1796ae34 | ||
|
07ca0f1424 | ||
|
b3a78094bc | ||
|
d0cfcb7df9 | ||
|
9b5551d72c | ||
|
7bd5bb3ee1 | ||
|
8e1d1775ba | ||
cfb15bede2
|
|||
|
7f41e6b67f | ||
|
2e03b71dae | ||
|
d2a6642652 | ||
|
74c909b86e | ||
|
7e7fb6fb34 | ||
|
db06618050 | ||
|
09dc0d0c91 | ||
|
acf8644439 | ||
|
a6229e3d48 | ||
|
9ad04cf11c | ||
|
9c23cceb87 | ||
|
d9ba3ed5d6 | ||
|
f0071fe218 | ||
|
7eb68911d4 | ||
|
5747f46ae0 | ||
|
982a4224de | ||
|
d9b1b9a476 | ||
|
7b4e4cdc64 | ||
|
5634df2fd3 | ||
|
b4cf11e9ad | ||
|
c0601f5255 | ||
|
6dc0eb3ea3 | ||
|
bf4c254bbd | ||
|
37bc9a116d | ||
|
63694a819f | ||
|
c88e2ce23f | ||
|
18b4b1662e | ||
|
2efb08a56f | ||
|
1969c03f17 | ||
|
a436a67b4e | ||
|
2c7cde2beb | ||
|
ef8200015b | ||
|
25fb455802 | ||
|
32b7b3f448 | ||
|
6734e54414 | ||
|
e6d5f3d391 | ||
|
06fb7fbb64 | ||
|
aed73de516 | ||
|
34621949b9 | ||
|
4441afd720 | ||
|
4954832a7e | ||
|
a62f455d67 | ||
|
b8140b98d2 | ||
|
8f91f01892 | ||
|
fcf7e10328 | ||
|
3737992487 | ||
|
fc8c17f653 | ||
|
90852ebf80 | ||
|
eed332cd3f | ||
|
04dcdb93e3 | ||
|
0e419a8ad6 | ||
|
d169ad5ed9 | ||
|
3d2c863b39 | ||
|
30557d9ffc | ||
|
c47bf33f4f | ||
|
fe7d0e9c87 | ||
|
9af2bc6566 | ||
|
1558dab0a4 | ||
|
0274a87095 | ||
|
2bb32c0be5 | ||
|
8594fbfc8d | ||
|
39c487c0de | ||
|
8478548602 | ||
|
5da9f840de | ||
|
131cc510c8 | ||
|
e5feb44387 | ||
|
1464513e31 | ||
|
ec60efc7a8 | ||
|
29bb72e605 | ||
|
375a003dea | ||
|
362cc3881c | ||
|
d6925065ed |
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -55,9 +55,6 @@
|
||||
[submodule "lua-fluent"]
|
||||
path = lua-fluent
|
||||
url = https://src.opensuse.org/lua/lua-fluent.git
|
||||
[submodule "lua-language-server"]
|
||||
path = lua-language-server
|
||||
url = https://src.opensuse.org/lua/lua-language-server.git
|
||||
[submodule "lua-ldbus"]
|
||||
path = lua-ldbus
|
||||
url = https://src.opensuse.org/lua/lua-ldbus.git
|
||||
@@ -244,9 +241,6 @@
|
||||
[submodule "lua-inspect"]
|
||||
path = lua-inspect
|
||||
url = https://src.opensuse.org/lua/lua-inspect.git
|
||||
[submodule "lua-rpm-macros"]
|
||||
path = lua-rpm-macros
|
||||
url = https://src.opensuse.org/lua/lua-rpm-macros.git
|
||||
[submodule "lua51-bit32"]
|
||||
path = lua51-bit32
|
||||
url = https://src.opensuse.org/lua/lua51-bit32.git
|
||||
@@ -259,3 +253,9 @@
|
||||
[submodule "lua-interpreter"]
|
||||
path = lua-interpreter
|
||||
url = https://src.opensuse.org/lua/lua-interpreter.git
|
||||
[submodule "lua55"]
|
||||
path = lua55
|
||||
url = https://src.opensuse.org/lua/lua55.git
|
||||
[submodule "lua-language-server"]
|
||||
path = lua-language-server
|
||||
url = https://src.opensuse.org/lua/lua-language-server.git
|
||||
|
4
_config
4
_config
@@ -8,4 +8,6 @@ Substitute: lua-devel lua51-devel
|
||||
Substitute: liblua5_3 liblua5_3-5
|
||||
|
||||
Substitute: liblua5_2 liblua5_2-5
|
||||
%endif
|
||||
%endif
|
||||
|
||||
BuildFlags: excludebuild:lua51-bit32
|
||||
|
Submodule lua-alt-getopt updated: bc19cd1c97...0da3fa0fac
Submodule lua-cjson updated: 1ccba48da9...5f717a405d
Submodule lua-interpreter updated: 654a24dd5f...749fb6d930
Submodule lua-language-server updated: 37bbb279a9...c72aff841b
Submodule lua-lua-ev updated: e00df79a5c...cc0bb968fa
Submodule lua-luadbi updated: f20f0cdb2f...f5e8f92060
Submodule lua-luaexpat updated: f7036a296d...988e752b2b
Submodule lua-lualdap updated: 30448ee777...72159ea94f
Submodule lua-luautf8 updated: 87b665022c...49264d8bae
2
lua-luv
2
lua-luv
Submodule lua-luv updated: fa250baa8f...956c6b7557
Submodule lua-macros updated: d00296369e...efd19cb701
Submodule lua-resty-mysql updated: 02b4b7d426...96b499a4e2
Submodule lua-rpm-macros deleted from 58fd89db66
2
lua51
2
lua51
Submodule lua51 updated: 795929b13f...955a9b64ac
Submodule lua51-bit32 updated: 398daab851...19d3ed534c
2
lua53
2
lua53
Submodule lua53 updated: 9dbf3ccff3...6a7064402c
2
lua54
2
lua54
Submodule lua54 updated: b832770e08...e748694fd6
1
lua55
Submodule
1
lua55
Submodule
Submodule lua55 added at bd11caef4e
2
luajit
2
luajit
Submodule luajit updated: 0eca886cbd...0777392b5a
2
luajit2
2
luajit2
Submodule luajit2 updated: f14ef0d82f...1c7789ada1
2
wxlua
2
wxlua
Submodule wxlua updated: 290c807da7...917226db66
Submodule zerobranestudio updated: 1582c30cf8...0bdc58d203
Reference in New Issue
Block a user