50 Commits (eaf4afaad9c4217c04f053860d7e587ead8b49ca)

Author SHA1 Message Date
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
Romain Vimont dfed1b250e Replace SDL types by C99 standard types
7 years ago
Romain Vimont aeda583a2c Update code style
7 years ago
Romain Vimont 477c0a2cab Create process with wide chars on Windows
7 years ago
Romain Vimont 9160d465ec Add feature test macro to declare kill()
7 years ago
Romain Vimont c20245630e Factorize Windows command building
7 years ago
yuchenlin 27bed948d4 Use specific error for missing binary on Windows
7 years ago
Romain Vimont 55d33ddd5f Do not handle system-specific values in command.c
7 years ago
yuchenlin 6d2d803003 Notify adb missing
7 years ago
Romain Vimont 536b31829a Separate multi-words filenames by '_'
7 years ago
Romain Vimont 1846d2f078 Prevent killing unexpected process
8 years ago
Romain Vimont a63dd47f2d Make CreateProcess() flags depend on "noconsole"
8 years ago
Romain Vimont f5cf6c1b2c Include source root directory
8 years ago
Romain Vimont 6db22ef339 Log socket errors
8 years ago
Romain Vimont 9b056f5091 Replace SDL_net by custom implementation
8 years ago
Romain Vimont 518d6d5dcd Prevent new window opening with CreateProcess()
8 years ago
Romain Vimont 3ed80a1fac Define macros wrappers for logs
8 years ago
Romain Vimont ad41bacb48 Fix "terminate process" on Windows
8 years ago
Romain Vimont 66b7a99db6 Fix includes windows-specific source
8 years ago
Romain Vimont 95591d2938 Move platform specific to sys/
8 years ago