Commit History

Author SHA1 Message Date
  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
  Juan Linietsky 65f3a953de Remove SIGCHILD handle in OS_Unix, interferes with pclose() 6 years ago
  Fabio Alessandrelli 0bcf0314f7 Fix jump over uninitialized value in OS Unix/X11 6 years ago
  Pedro J. Estébanez 9c3ddf05cb Revert accidental commits 6 years ago
  Pedro J. Estébanez fb37284c02 Create class for shared memory blocks [wip] 6 years ago
  Rémi Verschelde 5fc86026ca Fix typos with codespell 6 years ago
  Ignacio Etcheverry 9bd9d21358 Fix OS_Unix::set_environment 6 years ago