Commit History

Author SHA1 Message Date
  Hugo Locurcio badcfa2523 Expose `OS.read_string_from_stdin()` to the scripting API 2 years ago
  Rémi Verschelde 1426cd3b3a One Copyright Update to rule them all 2 years ago
  Rémi Verschelde b0b759e6da SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines 2 years ago
  Pedro J. Estébanez 0873cf0656 Keep a single, portable implementation of `OS::get_processor_count()` 3 years ago
  Haoyu Qiu 1be078ebcb Fix Time.get_unix_time_from_system() not including msecs 3 years ago
  mdavisprog 53fb0440d3 Add OS::is_process_running function. 4 years ago
  Rémi Verschelde a627cdafc5 Update copyright statements to 2022 3 years ago
  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