summaryrefslogtreecommitdiff
path: root/drivers/unix/os_unix.h
AgeCommit message (Expand)Author
2023-01-16OS: Add `unset_environment`, better validate inputRémi Verschelde
2023-01-12Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde
2023-01-11Improve documentation for `OS.read_string_from_stdin()`Hugo Locurcio
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-21Fix reading Unicode from stdio.bruvzg
2022-10-11Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde
2022-10-11Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred
2022-10-06Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde
2022-10-05Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez
2022-10-03Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde
2022-09-23SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-03Add OS::is_process_running function.mdavisprog
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-02-14[OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-10-28Update Time documentationAaron Franke
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-17Add override keywords to core/os.h derived classes.Marcel Admiraal
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-09-29Use monotonic clock for get_ticks_usecFabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-27Revert "Try closing gracefully before terminating process"Rémi Verschelde
2018-08-20Try closing gracefully before terminating processMarcin Zawiejski
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-21Return and repair file loggingRuslan Mustakov