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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `LPWSAOVERLAPPED_COMPLETION_ROUTINE` correctly
gingerBill
2026-01-05
1
-2
/
+15
*
Minor fixes to formatting and types
gingerBill
2026-01-02
2
-7
/
+7
*
More formatting improvements
gingerBill
2026-01-02
10
-170
/
+198
*
Improve the formatting of user32.odin
gingerBill
2026-01-02
1
-319
/
+326
*
Improve formatting; fix types; add struct field tags
gingerBill
2026-01-02
7
-1310
/
+1319
*
Improve formatting and `#raw_union` logic in `core:sys/windows`
gingerBill
2026-01-02
8
-1083
/
+1080
*
Add `raw_union_tag` support to `MINIDUMP_CALLBACK_INPUT`
gingerBill
2026-01-02
1
-13
/
+44
*
Minor formatting improvements
gingerBill
2026-01-02
2
-83
/
+83
*
Change usage of `i32` to `c_int` where appropriate
gingerBill
2026-01-02
8
-64
/
+72
*
Fix typo
gingerBill
2026-01-02
1
-1
/
+1
*
Fix some return types in core:sys/windows
gingerBill
2026-01-02
2
-5
/
+5
*
Replace uses of `c.int` with `c_int` for consistency
gingerBill
2026-01-02
3
-14
/
+11
*
Fix `GetSystemMetricsForDpi` signature
gingerBill
2026-01-02
1
-3
/
+2
*
Add user32 scroll bar related bindings, and FrameRect
bplu4t2f
2025-12-27
1
-0
/
+59
*
Add SIO_UDP_CONNRESET winsock constant
Ben Ryan
2025-11-26
1
-4
/
+6
*
Merge pull request #5936 from benjryan/wsa_defs
gingerBill
2025-11-16
1
-0
/
+24
|
\
|
*
Add WSASendTo and WSARecvFrom
Ben Ryan
2025-11-16
1
-0
/
+24
*
|
LockFileEx/UnlockFileEx and related flags
Wrath
2025-11-13
1
-0
/
+19
*
|
Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in psapi...
acyclicgraph
2025-11-08
2
-0
/
+10
|
/
*
Add missing SetLayeredWindowAttributes constants
gerigk
2025-11-04
1
-0
/
+3
*
core:sys/info: iterate over registry nodes to enumerate GPUs
Jeroen van Rijn
2025-10-10
1
-0
/
+7
*
Add `RtlNtStatusToDosError` `ERROR_MR_MID_NOT_FOUND` error
FourteenBrush
2025-09-09
1
-0
/
+1
*
Add `RtlNtStatusToDosError`
FourteenBrush
2025-09-09
1
-0
/
+1
*
Add `ERROR_NOT_FOUND`
FourteenBrush
2025-09-05
1
-0
/
+1
*
Add `CancelIoEx` to kernel32.odin
FourteenBrush
2025-09-04
1
-0
/
+1
*
Add `LPFN_GETACCEPTEXSOCKADDRS` to ws2_32.odin
FourteenBrush
2025-08-31
1
-1
/
+12
*
Fix broken wglUseFontBitmaps binding
puugz
2025-08-30
1
-1
/
+2
*
fix typo in CLSIDFromProgIDEx signature
Jon Lipstate
2025-08-29
1
-1
/
+1
*
Added getaddrinfo flags
Wrath
2025-08-12
1
-0
/
+13
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-2
/
+2
*
Fix tests for UTF-16 strings
gingerBill
2025-08-02
1
-1
/
+1
*
os2 internals -> (c)string16
gingerBill
2025-08-02
2
-2
/
+2
*
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
4
-35
/
+35
*
Add IUnknown UUID
connnnal
2025-07-17
1
-2
/
+3
*
Fix #5452
Jeroen van Rijn
2025-07-11
1
-4
/
+33
*
Fix incorrect type for FONTENUMPROCW
Jamie Dennis
2025-07-01
1
-1
/
+1
*
Fix `WAVEFORMATEX` struct size (#5356)
David Holland
2025-06-18
1
-2
/
+2
*
Added GetThreadDescription kernal32.odin
PePerRoNii
2025-06-17
1
-0
/
+1
*
Factor out buffered utf helper.
Jeroen van Rijn
2025-06-16
1
-4
/
+68
*
Re-add htonl and htons for those porting from C.
Jeroen van Rijn
2025-06-06
1
-1
/
+7
*
Deprecate old @(deprecated) things.
Jeroen van Rijn
2025-06-06
2
-14
/
+0
*
Add windows bindings to support overlapped IO
Ben Ryan
2025-06-04
3
-0
/
+16
*
MAKEFOURCC: changed BYTE to byte
Vincent Billet
2025-05-26
1
-1
/
+1
*
HRESULT_FROM_WIN32 correction
Vincent Billet
2025-05-26
2
-2
/
+2
*
Merge branch 'odin-lang:master' into badaxis/Windows-Audio&Winmm
Vincent Billet
2025-05-26
1
-2
/
+1
|
\
|
*
Add core/hyperthread count for Windows and Linux (#5216)
Jeroen van Rijn
2025-05-25
1
-2
/
+1
*
|
Retracted some winmm changes
Vincent Billet
2025-05-22
1
-209
/
+0
*
|
Reverted CoCreateInstance formatting
Vincent Billet
2025-05-22
1
-1
/
+7
*
|
COM & Audio useful bindings
Vincent Billet
2025-05-21
3
-24
/
+550
|
/
*
Merge pull request #5091 from Badaxis/badaxis/windows-scancodes
gingerBill
2025-05-08
1
-0
/
+172
|
\
[next]