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
*
[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
|
/
*
Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL`
gingerBill
2022-08-22
1
-2
/
+2
*
Change LPCSTR to LPCWSTR in windows _W procedures
Jimmy "Keeba" Lefevre
2022-06-27
1
-2
/
+2
*
sys/windows: add registry functions and create winerror.odin
hikari
2022-06-03
1
-1
/
+0
*
fix git dummy move
jason
2022-05-16
1
-2
/
+1
*
merge from upstream and convert to ^File types
jason
2022-05-16
1
-4
/
+62
|
\
|
*
Remove `A` calls in favour of `W` calls
gingerBill
2022-05-12
1
-1
/
+2
|
*
Add more libraries
gingerBill
2022-05-12
1
-1
/
+2
|
*
Update sys/windows to be closer to the soon to be deleted sys/win32
gingerBill
2022-05-12
1
-3
/
+1
|
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
1
-0
/
+5
|
*
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
1
-0
/
+5
|
*
Adding some proc bindings, struct definitions, and constant values.
Aaron Glazer
2022-05-08
1
-0
/
+12
|
*
Ctrl-C handler on Windows.
Jeroen van Rijn
2022-05-08
1
-0
/
+15
[next]