Commit 9cf163c
committed
Merge branch 'master' of https://github.com/LuaLS/lua-language-server into HEAD
File tree
5 files changed
+8
-14
lines changed- 3rd
- meta/template
- script/provider
5 files changed
+8
-14
lines changed- .clang-format+1
- .clang-format-ignore+1
- 3rd/fmt/fmt/chrono.h+7-5
- 3rd/fmt/fmt/color.h+11-29
- 3rd/fmt/fmt/core.h+40-121
- 3rd/fmt/fmt/format.h+60-29
- 3rd/fmt/fmt/os.h+470
- 3rd/fmt/fmt/ostream.h+2-43
- 3rd/fmt/fmt/ranges.h+5-13
- 3rd/fmt/fmt/std.h+9-5
- 3rd/lua/ldebug.c+2-2
- 3rd/lua/llex.c+1-1
- 3rd/lua/llimits.h+1-1
- 3rd/lua/lparser.c+4-4
- 3rd/lua/lstrlib.c+1-1
- 3rd/lua/lua.c+1-1
- 3rd/lua/lua.h+2-2
- 3rd/lua/luac.c+1-3
- 3rd/lua/utf8_crt.c-1
- bee/error.cpp+13-11
- bee/error.h+1-1
- bee/filewatch/filewatch.h+10-8
- bee/filewatch/filewatch_linux.cpp+5-5
- bee/filewatch/filewatch_osx.cpp+10-11
- bee/filewatch/filewatch_win.cpp+21-21
- bee/net/endpoint.cpp+27-32
- bee/net/endpoint.h+14-17
- bee/net/socket.cpp+245-167
- bee/net/socket.h+21-18
- bee/nonstd/expected.h+18-11
- bee/nonstd/format.h+9
- bee/platform/version.cpp+12-11
- bee/platform/version.h+1-1
- bee/platform/win/module_version.h+6-6
- bee/platform/win/module_version_win.cpp+6-5
- bee/platform/win/unicode_win.cpp+8-8
- bee/platform/win/unlink.h+1-1
- bee/platform/win/unlink_win.cpp+4-4
- bee/subprocess/common.h+13-11
- bee/subprocess/process_select.cpp+48
- bee/subprocess/process_select.h+13
- bee/subprocess/subprocess_posix.cpp+105-91
- bee/subprocess/subprocess_posix.h+17-19
- bee/subprocess/subprocess_win.cpp+154-137
- bee/subprocess/subprocess_win.h+37-38
- bee/thread/setname.cpp+74
- bee/thread/setname.h+1-70
- bee/thread/simplethread.h+4-4
- bee/thread/simplethread_posix.cpp+11-9
- bee/thread/simplethread_win.cpp+10-8
- bee/thread/spinlock.cpp+47
- bee/thread/spinlock.h+3-43
- bee/utility/dynarray.h+2-4
- bee/utility/file_handle.cpp+8-8
- bee/utility/file_handle.h+17-17
- bee/utility/file_handle_bsd.cpp+1-1
- bee/utility/file_handle_linux.cpp+2-2
- bee/utility/file_handle_osx.cpp+2-2
- bee/utility/file_handle_posix.cpp+4-4
- bee/utility/file_handle_win.cpp+15-14
- bee/utility/path_helper.cpp+10-10
- bee/utility/path_helper.h+1-2
- bee/utility/zstring_view.h+7-8
- binding/binding.h+2-2
- binding/lua_filesystem.cpp+19-23
- binding/lua_serialization.cpp+7-2
- binding/lua_socket.cpp+7-7
- binding/lua_subprocess.cpp+70-14
- binding/lua_thread.cpp+1-1
- bootstrap/main.cpp+32-12
- bootstrap/progdir.cpp-24
- compile/config.lua+4-1
- test/test.lua+2
- test/test_subprocess.lua+39-3
- api/init.lua+295-3
- api/lovr/data/AnimationProperty.lua+5-1
- api/lovr/data/Blob/getString.lua+16-2
- api/lovr/data/ModelData/getAnimationProperty.lua+3-1
- api/lovr/data/ModelData/getBlendShapeCount.lua+21
- api/lovr/data/ModelData/getBlendShapeName.lua+27
- api/lovr/graphics/Model/getBlendShapeCount.lua+21
- api/lovr/graphics/Model/getBlendShapeName.lua+27
- api/lovr/graphics/Model/getBlendShapeWeight.lua+46
- api/lovr/graphics/Model/setBlendShapeWeight.lua+45
- api/lovr/graphics/Pass/cone.lua+12
- api/lovr/graphics/Pass/roundrect.lua+104
- api/lovr/headset/isFocused.lua+1
- api/lovr/headset/isPassthroughEnabled.lua+27
- api/lovr/headset/setPassthroughEnabled.lua+32
- api/lovr/math/Mat4/reflect.lua+29
- api/lovr/math/Vectors/init.lua+31-10
- api/lovr/physics/World/getTags.lua+24
- api/lovr/system/getMousePosition.lua+26
- api/lovr/system/getMouseX.lua+22
- api/lovr/system/getMouseY.lua+22
- api/lovr/system/isMouseDown.lua+32
- api/lovr/thread/Channel/push.lua+2-1
- guides/Compiling.md+7
- guides/Shaders.md+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
300 | 299 | | |
301 | | - | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
1226 | 1226 | | |
1227 | 1227 | | |
1228 | 1228 | | |
1229 | | - | |
1230 | 1229 | | |
1231 | 1230 | | |
1232 | 1231 | | |
| |||
1257 | 1256 | | |
1258 | 1257 | | |
1259 | 1258 | | |
1260 | | - | |
1261 | | - | |
1262 | 1259 | | |
1263 | 1260 | | |
1264 | 1261 | | |
| |||
1267 | 1264 | | |
1268 | 1265 | | |
1269 | 1266 | | |
1270 | | - | |
1271 | 1267 | | |
1272 | 1268 | | |
1273 | 1269 | | |
| |||
1298 | 1294 | | |
1299 | 1295 | | |
1300 | 1296 | | |
1301 | | - | |
1302 | | - | |
1303 | 1297 | | |
1304 | 1298 | | |
1305 | 1299 | | |
| |||
1339 | 1333 | | |
1340 | 1334 | | |
1341 | 1335 | | |
1342 | | - | |
1343 | 1336 | | |
1344 | 1337 | | |
1345 | 1338 | | |
| |||
0 commit comments