bruvzg
|
59085d5051
[Windows] Improve console handling and execute.
|
3 years ago |
kobewi
|
a58736f129
Fix data directory of unnamed projects
|
3 years ago |
Hugo Locurcio
|
9be9304238
Improve the console error logging appearance
|
5 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Pedro J. Estébanez
|
76d5ab8b9a
Restore needed null check in OS_Unix::execute()
|
4 years ago |
Pedro J. Estébanez
|
6d89f675b1
Modernize Thread
|
4 years ago |
Pedro J. Estébanez
|
8f6a636ae7
Modernize Semaphore
|
4 years ago |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 years ago |
Pedro J. Estébanez
|
b450036120
Modernize RWLock
|
4 years ago |
Lorenz Junglas
|
c7f2f9fa1f
Fix nanosleep usage
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Fabio Alessandrelli
|
f73c9e555f
Remove now unused FileAccessBuffered.
|
4 years ago |
Pedro J. Estébanez
|
3ec62c82a3
Implement no-window mode for X11 and MacOS
|
4 years ago |
Ev1lbl0w
|
126d08e33d
Fix wrong exit code being returned
|
4 years ago |
Rémi Verschelde
|
b73a9109ab
NetBSD: Implement OS_Unix::get_executable_path()
|
4 years ago |
Marcel Admiraal
|
5f1dd48496
Replace calls to gmtime with gmtime_r and localtime with localtime_r.
|
5 years ago |
bruvzg
|
b0aabf2c03
[macOS] Fix crash on failed `fork`.
|
5 years ago |
Mateo Dev .59
|
d6c94fd527
os: execute parse the command output from utf8
|
5 years ago |
Hugo Locurcio
|
785af45d8e
Disable colored console output when standard output isn't a TTY
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
bruvzg
|
7b64340eb0
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` for macOS CI.
|
5 years ago |
Kanabenki
|
add91724e6
Fix casting to uint64_t when returning unix system time
|
5 years ago |
Ruslan Mullayanov
|
b4c927b514
Added an exit code to the blocking mode of OS::execute
|
6 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
9a77d748c0
Fixes minor issues found by static analyzer
|
6 years ago |
hbina085
|
f78baa5f93
added a const keyword for a methods that return constant literal...
|
6 years ago |
Juan Linietsky
|
cd4449e7ab
Add FileAccess::set_unix_permissions for Unix platforms
|
6 years ago |