summaryrefslogtreecommitdiffstats
path: root/drivers/unix/os_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+1
|\
| * Convert line breaks to `\n` and strip line break from the end of string retur...Pāvels Nadtočajevs2024-11-231-1/+1
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\|
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+6
|\|
| * [Net] Properly rename NetSocketPosix to NetSocketUnixFabio Alessandrelli2024-11-131-2/+6
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-4/+83
|\|
| * Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-121-3/+82
| |\
| | * [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-3/+82
| * | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-101-1/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-3/+3
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-8/+8
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-3/+3
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-0/+43
* 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/+102
* Merge pull request #86936 from akx/env-utf-8Rémi Verschelde2024-03-111-3/+8
|\
| * Attempt to parse environment variables as UTF-8Aarni Koskela2024-01-071-3/+8
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-0/+2
|/
* Merge pull request #84469 from time-killer-games/patch-1Rémi Verschelde2024-01-041-1/+16
|\
| * Fix NetBSD Executable PathSamuel Venable2023-11-061-1/+16
* | Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
|/
* Linux: Disable RTLD_DEEPBIND mode for dlopen() in sanitizer buildsDavid Snopek2023-10-301-1/+7
* On Linux, favor local symbols when loading a shared libraryDavid Snopek2023-10-071-1/+5
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* 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