summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
...
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | | FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-071-0/+1
|/ /
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-252-2/+2
* | Add GDNative Framework loading and export support.bruvzg2021-05-241-1/+0
* | Add symlink API to the DirAccess (on macOS and Linux).bruvzg2021-05-221-0/+5
* | Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-174-25/+25
* | Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* | Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* | Modernize ThreadPedro J. Estébanez2021-01-292-155/+0
* | Modernize RWLockPedro J. Estébanez2021-01-192-150/+0
* | Update copyright statements to 2021Rémi Verschelde2021-01-018-16/+16
* | Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-232-7/+5
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-074-4/+4
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-032-93/+96
* Fix Directory Open CheckNathan Franke2020-07-061-1/+5
* fix(Directory): remove erasing printNathan Franke2020-05-281-4/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-143-0/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-148-69/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-144-25/+12
* Replace NULL with nullptrlupoDharkael2020-04-023-13/+13
* Fix res:// trimmed to s:// on WindowsPedro J. Estébanez2020-04-011-1/+7
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-052-156/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-032-156/+0
* | Improve UX of drive lettersPedro J. Estébanez2020-03-032-3/+7
|/
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-164/+0
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-112-3/+3
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-0112-24/+24
* Handle missing file properly when checking for case mismatchPouleyKetchoupp2019-11-101-1/+1
* FileAccessWindows: Add errno include for MinGWRémi Verschelde2019-08-211-0/+1
* Support for file not found in ConfigFile::Load and handle a few specific casesPouleyKetchoupp2019-08-211-3/+10
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-2/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-124-16/+0
* Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-2/+2
* Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio2019-06-031-3/+1
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-072-0/+12
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Merge pull request #27589 from Chaosus/fix_fileRémi Verschelde2019-04-082-0/+34
|\
| * Fix File opened with READ_WRITE on WindowsChaosus2019-04-052-0/+34
* | Capitalise drive lettersTwarit2019-03-101-1/+1
|/
* Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+0
* Remove some windows printsJuan Linietsky2019-03-021-2/+2
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-122-119/+0
* Fix code style issuesRémi Verschelde2019-01-262-18/+17
* Fix compilation on UWPHein-Pieter van Braam2019-01-261-3/+3
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-212-0/+32
* Replace CreateThread with QueueUserWorkItemMarcin Zawiejski2019-01-191-7/+4