aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/kernel32.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-121-0/+45
|\
| * [sys/windows] Add advapi bindings, process-related functions and context-rela...flysand72024-07-121-0/+45
* | post rebaseThomas la Cour2024-07-111-25/+5
* | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-111-158/+54
|\|
| * Add GetNumberOfConsoleInputEventsJeroen van Rijn2024-06-201-0/+5
| * Merge pull request #3787 from jasonKercher/more-windows-commJeroen van Rijn2024-06-191-81/+25
| |\
| | * move DCB to types.odin; add more bindings for comm functionsjason2024-06-191-80/+9
| | * Merge remote-tracking branch 'origin/master' into more-windows-commjason2024-06-191-109/+59
| | |\
| | * | save before merging from upstreamjason2024-06-191-2/+17
| * | | Fix d3d11 IInfoQueue_VTable & Add LoadLibraryExWFabian Sperber2024-06-191-0/+1
| | |/ | |/|
| * | Merge pull request #3750 from Kelimion/dcb_bitfieldJeroen van Rijn2024-06-151-109/+30
| |\ \
| | * | Update kernel32 struct DCB.Jeroen van Rijn2024-06-131-109/+30
| | |/
| * | Merge branch 'odin-lang:master' into masterFrancisTheCat2024-06-141-0/+13
| |\|
| * | Improved win32 bindings according to Kelimions suggestions with enums and bit...Franz Höltermann2024-06-141-3/+18
| * | Merge branch 'master' of https://github.com/odin-lang/OdinFranz Höltermann2024-06-111-2/+2
| |\ \
| * | | Added some missing functions to core/sys/windowsFranz Höltermann2024-06-111-0/+14
* | | | Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-06-131-0/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | add COMMTIMEOUTS, get/setCommTimeoutsjasonkercher2024-06-121-0/+13
| | |/ | |/|
* / | more windows stuffThomas la Cour2024-06-111-3/+46
|/ /
* / Fix type of two Win32 functionsLaurent Dufresne2024-06-031-2/+2
|/
* Add more win32 console APIsWaldemar Schiefer2024-05-091-0/+2
* Keep -vet happygingerBill2024-04-281-1/+1
* Add stack frame procedures for `core:sys/windows`gingerBill2024-04-281-0/+2
* Merge pull request #3373 from laytan/add-some-windows-wsa-symbolsgingerBill2024-04-041-0/+4
|\
| * add some wsa based additions to `core:sys/windows`Laytan Laats2024-04-041-0/+4
* | Add windows.SetEventgerigk2024-04-041-0/+1
|/
* Flags for GlobalAllocThomas la Cour2024-03-031-0/+19
* Add more window proceduresLucas Perlind2024-02-091-0/+1
* Change `stdcall` -> `system`gingerBill2024-01-171-20/+20
* Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-241-1/+12
|\
| * Add various missing windows proceduresBrennen Shaughnessy2023-11-221-1/+12
* | Add WaitFor* Ex variantsjakubtomsu2023-10-281-0/+8
|/
* [core:sys/windows] Added SuspendThreadhikari2023-09-081-0/+1
* [core:sys/windows] Added couple of procedureshikari2023-09-071-0/+14
* Require parentheses for `#align(N)`gingerBill2023-08-151-1/+1
* Adhere to `-vet-style`gingerBill2023-08-081-3/+3
* Add CopyFileWryuukk2023-07-101-0/+5
* Fix #2518gingerBill2023-05-181-1/+2
* correct errorsJon Lipstate2023-04-051-1/+1
* Merge pull request #2423 from jon-lipstate/wsapollJeroen van Rijn2023-04-051-0/+13
|\
| * repaired autoformatterJon Lipstate2023-04-041-246/+663
| * Revert "remove keyedevent"Jon Lipstate2023-04-041-0/+2
| * remove duplicateJon Lipstate2023-04-041-665/+242
| * add non Ex variantJon Lipstate2023-04-041-0/+2
| * remove keyedeventJon Lipstate2023-04-041-2/+0
| * iocp supportJon Lipstate2023-04-041-0/+17
* | Add creation, thread priority, and copy file flags.Elusive Porpoise2023-04-031-0/+66
* | Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.Elusive Porpoise2023-04-031-1/+2
|/
* Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows packageChristian Seibold2023-03-181-0/+2
* add SetConsoleOuputCPElusive Porpoise2023-03-151-1/+2