summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+5
|\
| * [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-1/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-1/+1
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-1/+1
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-0/+8
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+2
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-1/+3
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-1/+1
|\
| * Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio2023-01-111-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Fix reading Unicode from stdio.bruvzg2022-12-211-2/+0
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-111-0/+2
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-111-0/+2
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-061-2/+0
|\ \
| * | Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-051-2/+0
* | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-1/+1
|/ /
* / SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-1/+0
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-161-0/+2
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-2/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-2/+2
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+1
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-1/+1
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-141-10/+1
* 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
|/
* Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* Update Time documentationAaron Franke2021-10-281-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-1/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords to core/os.h derived classes.Marcel Admiraal2020-12-171-25/+25
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-071-1/+1
* Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added OS.get_system_time_msecs()volzhs2018-12-201-0/+1