summaryrefslogtreecommitdiffstats
path: root/drivers/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-112-0/+6
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-112-0/+6
* | Cleanup unused defines in platform codeRémi Verschelde2022-10-111-2/+2
* | SCons: Cleanup GCC warnings configurationRémi Verschelde2022-10-101-2/+2
* | Merge pull request #64815 from RandomShaper/default_cpu_countRémi Verschelde2022-10-062-6/+0
|\ \
| * | Keep a single, portable implementation of `OS::get_processor_count()`Pedro J. Estébanez2022-10-052-6/+0
* | | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-052-10/+10
|\ \ \
| * | | Remove usage of unitialized variablesRafał Mikrut2022-10-012-10/+10
| | |/ | |/|
* | | Merge pull request #64819 from RandomShaper/enhance_thread_funcsRémi Verschelde2022-10-051-1/+1
|\ \ \
| * | | Enhance portability of threadingPedro J. Estébanez2022-10-041-1/+1
* | | | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...Rémi Verschelde2022-10-047-53/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-037-53/+23
| | |/ | |/|
* / | Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-033-6/+2
|/ /
* | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-232-6/+0
* | Replace File/Directory with FileAccess/DirAccesskobewi2022-09-192-2/+2
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-162-0/+10
* Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-102-19/+5
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-292-19/+19
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-292-4/+4
* [Net] IP uses print_verbose when getaddrinfo fails.Fabio Alessandrelli2022-08-051-2/+2
* Add override keywords to DirAccess derived classesMarcel Admiraal2022-08-021-23/+23
* Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-259-14/+17
* 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-072-3/+8
* Add Desktop to file dialog drive on UnixShlomi2022-07-051-4/+13
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-054-12/+1
* Replace most uses of Map by HashMapreduz2022-05-163-8/+8
* Add OS::is_process_running function.mdavisprog2022-05-032-0/+10
* Merge pull request #60601 from touilleMan/gdextension_get_library_pathRémi Verschelde2022-05-032-2/+7
|\
| * Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-292-2/+7
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
|/
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-122-7/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-6/+6
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Remove unused GDNative codeRémi Verschelde2022-03-091-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-166-33/+44
* [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-142-10/+41
* [Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli2022-01-291-1/+1
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-172-4/+4
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-182-4/+4
* | Update copyright statements to 2022Rémi Verschelde2022-01-0314-28/+28
|/
* Add / to the unix shortcut drive listHaoyu Qiu2021-12-152-0/+17
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-093-6/+6
* Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-011-1/+2
* Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* Fix data directory of unnamed projectskobewi2021-11-181-1/+1
* Update Time documentationAaron Franke2021-10-282-6/+6
* Implement toast notifications in the editorGilles Roudière2021-10-142-2/+2
* Replaced NULL with nullptrM. Huri2021-10-121-1/+1