aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/kernel32.odin
Commit message (Expand)AuthorAgeFilesLines
* Added missing Windows functions for console manipulationJeppe Skov2023-02-281-0/+3
* FindFirstChangeNotification series of callsElusive Porpoise2023-02-271-0/+7
* more windows kerfuffleColin Davidson2023-01-061-1/+1
* fix more things?Colin Davidson2023-01-051-1/+1
* fix windows structsColin Davidson2023-01-051-7/+10
* name raw unionColin Davidson2023-01-051-10/+11
* use raw_union?Colin Davidson2023-01-051-1/+1
* add get core countColin Davidson2023-01-051-0/+44
* sys/windows: add CreateWaitableTimerExWhikari2022-12-021-0/+6
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-261-0/+10
* Fix typogingerBill2022-10-261-1/+1
* Add `GetSystemTimePreciseAsFileTime`gingerBill2022-10-261-0/+1
* sys/windows: add free disk space function bindinghikari2022-10-101-0/+7
* Add a few Fiber functions to kernel32.odinmatias2022-10-031-1/+12
* [sys/windows] Add DCB structure, SetCommState, GetCommStateTetralux2022-09-221-0/+144
* Merge branch 'master' into sysinfoJeroen van Rijn2022-09-011-16/+24
|\
| * Kernel32: Add more window bindings and improve consistencyLucas Perlind2022-09-011-14/+22
* | [sys/info] Initial version.Jeroen van Rijn2022-09-011-0/+18
|/
* Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`gingerBill2022-08-221-2/+2
* Change LPCSTR to LPCWSTR in windows _W proceduresJimmy "Keeba" Lefevre2022-06-271-2/+2
* sys/windows: add registry functions and create winerror.odinhikari2022-06-031-1/+0
* fix git dummy movejason2022-05-161-2/+1
* merge from upstream and convert to ^File typesjason2022-05-161-4/+62
|\
| * Remove `A` calls in favour of `W` callsgingerBill2022-05-121-1/+2
| * Add more librariesgingerBill2022-05-121-1/+2
| * Update sys/windows to be closer to the soon to be deleted sys/win32gingerBill2022-05-121-3/+1
| * Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-0/+5
| * Fill in most of os2/file_windows.odingingerBill2022-05-121-0/+5
| * Adding some proc bindings, struct definitions, and constant values.Aaron Glazer2022-05-081-0/+12
| * Ctrl-C handler on Windows.Jeroen van Rijn2022-05-081-0/+15
| * sys/windows: add some procedureshikari2022-04-191-0/+7
| * sys/windows: add procedures and typeshikari2022-04-151-0/+14
* | merge upstream/masterCiD-2022-04-081-1/+10
|\|
| * sys/windows: fixed calling conventions, added several bindingshikari2022-03-231-1/+10
* | Start filling in the file_windows.odin proceduresgingerBill2022-02-211-0/+1
|/
* add GetModuleHandleAJonas Welle2021-10-161-0/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-114/+114
* Disallow `using` on an enum declaration.gingerBill2021-08-051-3/+11
* Allow `core:sys/windows` to build on Windows onlyJeroen van Rijn2021-07-151-0/+1
* Minimize unneeded castsgingerBill2021-03-031-4/+4
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-1/+1
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-2/+3
* Add kernel32 memory apigingerBill2021-02-111-0/+436
* Correct sys/win32 to match sys/windowsgingerBill2021-02-041-0/+2
* Add experimental `-insert-semicolon` functionality to tokenizer and parsergingerBill2020-11-011-2/+1
* Update packages os, path, and filepathgingerBill2020-09-261-0/+4
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+2
* Fix new `package path`gingerBill2020-07-101-0/+7
* Update sys/windows; Add sync.Blocking_Mutex (windows only at the moment)gingerBill2020-06-271-0/+3
* Add more exception handling stuff to sys/windowsgingerBill2020-06-261-1/+5