summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Remove uses of `vformat()` with no placeholdersHugo Locurcio2023-06-281-1/+1
* [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-1/+204
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-6/+13
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-7/+3
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-7/+3
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix reading Unicode from stdio.bruvzg2022-12-211-4/+2
* [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...bruvzg2022-11-161-1/+1
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-3/+3
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+4
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+4
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-061-4/+0
|\ \
| * | Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-051-4/+0
* | | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-041-2/+1
|\ \ \
| * | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-2/+1
| |/ /
* / / Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-2/+0
|/ /
* / SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-5/+0
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+8
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-17/+4
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-5/+5
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-3/+3
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-1/+6
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+9
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+6
* Remove unused GDNative codeRémi Verschelde2022-03-091-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+5
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-141-0/+40
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-2/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Fix data directory of unnamed projectskobewi2021-11-181-1/+1
* Update Time documentationAaron Franke2021-10-281-4/+4
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-4/+0
* Add Time singletonAaron Franke2021-06-111-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-5/+4
* Modernize RWLockPedro J. Estébanez2021-01-191-3/+0
* Merge pull request #45157 from madmiraal/fix-44514Rémi Verschelde2021-01-131-2/+4
|\
| * Raise SIGKILL instead of CRASH_NOW in child process when fork failsMarcel Admiraal2021-01-131-2/+4
* | Fix OS::execute() and OS::create_process() command line argument CharStrings ...bruvzg2021-01-131-6/+16
|/
* Merge pull request #44514 from madmiraal/split-os-executeRémi Verschelde2021-01-121-42/+50
|\
| * Split OS::execute into two methodsMarcel Admiraal2021-01-091-42/+50
* | Merge pull request #42740 from lolleko/fix-nanosleep-usageRémi Verschelde2021-01-111-2/+5
|\ \ | |/ |/|
| * Fix nanosleep usageLorenz Junglas2020-10-121-2/+5
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2