3 files changed
+3
-3
lines changed- .clang-format-4
- .gitignore-1
- bee/filewatch/filewatch.h+1-1
- bee/filewatch/filewatch_linux.cpp+1-2
- bee/filewatch/filewatch_osx.cpp+1-2
- bee/filewatch/filewatch_win.cpp+2-4
- bee/lua/binding.h+20-40
- bee/lua/file.cpp+28-28
- bee/lua/file.h+8
- bee/lua/luaref.cpp+1-1
- bee/lua/luaref.h+1
- bee/lua/module.h
- bee/lua/narrow.h+1-2
- bee/net/bpoll.h-4
- bee/net/bpoll_osx.cpp+163-165
- bee/net/endpoint.cpp+5-10
- bee/net/ip.h+2-4
- bee/net/socket.cpp+24-30
- bee/nonstd/charconv.h+1-2
- bee/nonstd/expected.h+1-2
- bee/subprocess/common.h+2-2
- bee/subprocess/subprocess_posix.cpp+2-4
- bee/subprocess/subprocess_win.cpp+5-10
- bee/sys/file_handle.cpp+24-24
- bee/sys/file_handle.h+45-44
- bee/sys/file_handle_bsd.cpp+6-6
- bee/sys/file_handle_linux.cpp+36-36
- bee/sys/file_handle_osx.cpp+26-26
- bee/sys/file_handle_posix.cpp+33-33
- bee/sys/file_handle_win.cpp+88-88
- bee/sys/path.h+10
- bee/sys/path_bsd.cpp+50
- bee/sys/path_linux.cpp+14
- bee/sys/path_osx.cpp+17
- bee/sys/path_posix.cpp+24
- bee/sys/path_win.cpp+41
- bee/thread/atomic_sync.cpp+3-6
- bee/utility/flatmap.h+29-36
- bee/utility/path_helper.cpp-172
- bee/utility/path_helper.h-11
- bee/utility/path_view.h+11
- bee/win/afd/afd.cpp+4-8
- bee/win/afd/poller_fd.cpp+2-4
- bee/win/cwtf8.h+8-16
- binding/lua_debugging.cpp+1-1
- binding/lua_epoll.cpp+8-8
- binding/lua_filesystem.cpp+134-159
- binding/lua_filewatch.cpp+1-1
- binding/lua_platform.cpp+1-1
- binding/lua_select.cpp+8-15
- binding/lua_serialization.cpp+1-1
- binding/lua_socket.cpp+4-7
- binding/lua_subprocess.cpp+8-14
- binding/lua_thread.cpp+3-5
- binding/lua_time.cpp+2-3
- binding/port/lua_windows.cpp+2-2
- bootstrap/bootstrap_init.cpp+1-1
- bootstrap/forward_lua.c-1
- bootstrap/forward_lua.lua-48
- bootstrap/main.cpp+6-6
- compile/common.lua+6-10
- .gitignore+1
- bee.lua+1-1
- compile/lua/forward_lua.lua+50
- compile/ninja/android.ninja+25-21
- compile/ninja/freebsd.ninja+26-22
- compile/ninja/linux.ninja+27-22
- compile/ninja/macos.ninja+26-22
- compile/ninja/mingw.ninja+37-33
- compile/ninja/msvc.ninja+38-33
- compile/ninja/netbsd.ninja+27-23
- compile/ninja/openbsd.ninja+26-22
- doc/luamake.lua+249
- make.lua+7-18
- scripts/pathutil.lua+13-32
- scripts/workspace.lua+1-1
- scripts/writer.lua+3-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments