69 Commits (0049893e10b98a8cd1bca7b0d022d64d40ff7f3f)

Author SHA1 Message Date
Romain Vimont 61b6324ee9 Remove LOGC()
4 years ago
Chih-Hsuan Yen d049671908 Fix adb server hang
4 years ago
Romain Vimont 64a04b8d4a Fix process execution on Windows 7
4 years ago
Romain Vimont 86c91e183d Log CreateProcessW() error code on Windows
4 years ago
Romain Vimont f801d8b312 Expose flags for process execution
4 years ago
Romain Vimont b9b8b6aab8 Simplify Windows process inheritance configuration
4 years ago
Romain Vimont 3653fb6b15 Add OutOfMemory log helper
4 years ago
Romain Vimont 007f616302 Add missing includes
4 years ago
Romain Vimont ba547e3895 Configure feature test macros in meson
4 years ago
Romain Vimont 9cb14b5166 Inherit only specific handles on Windows
4 years ago
Romain Vimont 9cb8766220 Factorize resource release after CreateProcess()
4 years ago
Romain Vimont fd4ec784e0 Remove useless assignments on error
4 years ago
Romain Vimont 52cebe1597 Fix Windows sc_pipe function names
4 years ago
Romain Vimont 057c7a4df4 Move str_util to str
4 years ago
Romain Vimont 979ce64dc0 Improve string util API
4 years ago
Romain Vimont aa011832c1 Improve process API
4 years ago
Romain Vimont 7e93abcf6d Factorize common impl of process_execute()
4 years ago
Romain Vimont fcc04f967b Improve file API
4 years ago
Romain Vimont d4c262301f Move functions from process to file
4 years ago
Romain Vimont eaf4afaad9 Add command execution with redirection
4 years ago
Wirtos_new a9d9cbf8b5 Replace VLA by dynamic allocation
5 years ago
Romain Vimont 710e80aa0d Return build_cmd() success via a boolean
5 years ago
Romain Vimont 30e619d37f Replace SDL_strdup() by strdup()
5 years ago
Romain Vimont b566700bfd Kill process with SIGKILL signal
5 years ago
Romain Vimont 6a50231698 Expose a single process_wait()
5 years ago
Romain Vimont b8edcf52b0 Simplify process_wait()
5 years ago
Romain Vimont ab912c23e7 Define feature test macros in common.h
5 years ago
Romain Vimont 59feb2a15c Group common includes into common.h
5 years ago
Romain Vimont d580ee30f1 Separate process wait and close
5 years ago
Romain Vimont 821c175730 Rename process_simple_wait to process_wait
5 years ago
Romain Vimont 4bd9da4c93 Split command into process and adb
5 years ago
Romain Vimont 05e8c1a3c5 Call CloseHandle() after wait on Windows
5 years ago
Romain Vimont a46733906a Replace noconsole binary by a wrapper script
5 years ago
Romain Vimont a5f4f58295 Remove duplicate include
5 years ago
Romain Vimont d60ac65b32 Merge branch 'master' into dev
5 years ago
jianzhang4 d6078cf202 Fix build errors for macOS
5 years ago
Romain Vimont bd9f656933 Fix feature test macro
5 years ago
Romain Vimont ea46d3ab68 Add missing include string.h
6 years ago
yangfl d3281f4b67 Show a friendly hint for adb installation
6 years ago
Romain Vimont a8ceaf5284 Fix include order
6 years ago
Romain Vimont db6252e52b Simplify net.c
6 years ago
Yu-Chen Lin 78a320a763 Fix utf-8 char path in windows
6 years ago
Romain Vimont 73e8ec1b35 Remove path argument from cmd_execute()
6 years ago
Romain Vimont 8dc11a0286 Fix warnings on Windows
6 years ago
Romain Vimont 06104a701b Fix windows build
6 years ago
Romain Vimont dfd0707a29 Move utilities to util/
6 years ago
Romain Vimont 1f8ba1ca79 Include config.h everywhere
6 years ago
Romain Vimont 056e47e752 Replace "cannot" by "could not"
7 years ago
Romain Vimont 2755bfc255 Improve portable builds
7 years ago
Romain Vimont 3bc1c51b91 Always use SDL_malloc() and SDL_free()
7 years ago