50 Commits (ba547e3895397e3710e7eb14faafbabbd7e3a077)

Author SHA1 Message Date
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 6a50231698 Expose a single process_wait()
5 years ago
Romain Vimont b8edcf52b0 Simplify process_wait()
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 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 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 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 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