index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
sys
/
windows
/
kernel32.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more win32 console APIs
Waldemar Schiefer
2024-05-09
1
-0
/
+2
*
Keep -vet happy
gingerBill
2024-04-28
1
-1
/
+1
*
Add stack frame procedures for `core:sys/windows`
gingerBill
2024-04-28
1
-0
/
+2
*
Merge pull request #3373 from laytan/add-some-windows-wsa-symbols
gingerBill
2024-04-04
1
-0
/
+4
|
\
|
*
add some wsa based additions to `core:sys/windows`
Laytan Laats
2024-04-04
1
-0
/
+4
*
|
Add windows.SetEvent
gerigk
2024-04-04
1
-0
/
+1
|
/
*
Flags for GlobalAlloc
Thomas la Cour
2024-03-03
1
-0
/
+19
*
Add more window procedures
Lucas Perlind
2024-02-09
1
-0
/
+1
*
Change `stdcall` -> `system`
gingerBill
2024-01-17
1
-20
/
+20
*
Merge pull request #2952 from Pingar5/master
Jeroen van Rijn
2023-11-24
1
-1
/
+12
|
\
|
*
Add various missing windows procedures
Brennen Shaughnessy
2023-11-22
1
-1
/
+12
*
|
Add WaitFor* Ex variants
jakubtomsu
2023-10-28
1
-0
/
+8
|
/
*
[core:sys/windows] Added SuspendThread
hikari
2023-09-08
1
-0
/
+1
*
[core:sys/windows] Added couple of procedures
hikari
2023-09-07
1
-0
/
+14
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
1
-1
/
+1
*
Adhere to `-vet-style`
gingerBill
2023-08-08
1
-3
/
+3
*
Add CopyFileW
ryuukk
2023-07-10
1
-0
/
+5
*
Fix #2518
gingerBill
2023-05-18
1
-1
/
+2
*
correct errors
Jon Lipstate
2023-04-05
1
-1
/
+1
*
Merge pull request #2423 from jon-lipstate/wsapoll
Jeroen van Rijn
2023-04-05
1
-0
/
+13
|
\
|
*
repaired autoformatter
Jon Lipstate
2023-04-04
1
-246
/
+663
|
*
Revert "remove keyedevent"
Jon Lipstate
2023-04-04
1
-0
/
+2
|
*
remove duplicate
Jon Lipstate
2023-04-04
1
-665
/
+242
|
*
add non Ex variant
Jon Lipstate
2023-04-04
1
-0
/
+2
|
*
remove keyedevent
Jon Lipstate
2023-04-04
1
-2
/
+0
|
*
iocp support
Jon Lipstate
2023-04-04
1
-0
/
+17
*
|
Add creation, thread priority, and copy file flags.
Elusive Porpoise
2023-04-03
1
-0
/
+66
*
|
Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.
Elusive Porpoise
2023-04-03
1
-1
/
+2
|
/
*
Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows package
Christian Seibold
2023-03-18
1
-0
/
+2
*
add SetConsoleOuputCP
Elusive Porpoise
2023-03-15
1
-1
/
+2
*
Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributes
gingerBill
2023-03-04
1
-0
/
+19
|
\
|
*
Add win32 SetConsoleTextAttributes for setting cmd prompt colors
Daniel
2023-01-25
1
-0
/
+19
*
|
Added missing Windows functions for console manipulation
Jeppe Skov
2023-02-28
1
-0
/
+3
*
|
FindFirstChangeNotification series of calls
Elusive Porpoise
2023-02-27
1
-0
/
+7
|
/
*
more windows kerfuffle
Colin Davidson
2023-01-06
1
-1
/
+1
*
fix more things?
Colin Davidson
2023-01-05
1
-1
/
+1
*
fix windows structs
Colin Davidson
2023-01-05
1
-7
/
+10
*
name raw union
Colin Davidson
2023-01-05
1
-10
/
+11
*
use raw_union?
Colin Davidson
2023-01-05
1
-1
/
+1
*
add get core count
Colin Davidson
2023-01-05
1
-0
/
+44
*
sys/windows: add CreateWaitableTimerExW
hikari
2022-12-02
1
-0
/
+6
*
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
gingerBill
2022-10-26
1
-0
/
+10
*
Fix typo
gingerBill
2022-10-26
1
-1
/
+1
*
Add `GetSystemTimePreciseAsFileTime`
gingerBill
2022-10-26
1
-0
/
+1
*
sys/windows: add free disk space function binding
hikari
2022-10-10
1
-0
/
+7
*
Add a few Fiber functions to kernel32.odin
matias
2022-10-03
1
-1
/
+12
*
[sys/windows] Add DCB structure, SetCommState, GetCommState
Tetralux
2022-09-22
1
-0
/
+144
*
Merge branch 'master' into sysinfo
Jeroen van Rijn
2022-09-01
1
-16
/
+24
|
\
|
*
Kernel32: Add more window bindings and improve consistency
Lucas Perlind
2022-09-01
1
-14
/
+22
*
|
[sys/info] Initial version.
Jeroen van Rijn
2022-09-01
1
-0
/
+18
|
/
[next]