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
*
Add comment to ole32.odin and types.odin.
Jeroen van Rijn
21 hours
2
-0
/
+4
*
Revert "Add missing platform guards."
Jeroen van Rijn
21 hours
2
-2
/
+0
*
Add missing platform guards.
Jeroen van Rijn
22 hours
2
-0
/
+2
*
Add more Windows endpoints
blob1807
23 hours
5
-7
/
+33
*
Add `VirtualAlloc2` and `MapViewOfFile3`
gingerBill
4 days
1
-0
/
+73
*
import cleanup
jakubtomsu
6 days
1
-3
/
+1
*
Merge pull request #6214 from Josh8011/master
gingerBill
13 days
1
-0
/
+1
|
\
|
*
user32.odin add UnhookWinEvent
Joshua Zimbicki
13 days
1
-0
/
+1
*
|
Use `contextless`
gingerBill
13 days
1
-2
/
+4
*
|
Merge pull request #5816 from jakubtomsu/win32-rawinput-and-barriers
gingerBill
13 days
3
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
forgot to use tabs, as always
jakubtomsu
2025-10-16
2
-10
/
+10
|
*
barriers, rawinput macros
jakubtomsu
2025-10-16
3
-0
/
+33
*
|
Merge pull request #6093 from bplu4t2f/master
gingerBill
2026-01-30
3
-2
/
+78
|
\
\
|
*
|
Add more win32 bindings
bplu4t2f
2026-01-24
3
-2
/
+78
*
|
|
add windows.ReadDirectoryChangesExW
Leo Zurbriggen
2026-01-27
2
-0
/
+18
|
/
/
*
|
nbio(windows): use one IOCP for all event loops
laytan
2026-01-17
2
-0
/
+6
*
|
nbio: add package
Laytan Laats
2026-01-11
6
-9
/
+106
*
|
Move `WSAEVENT` to types.odin
dev-2026-01
gingerBill
2026-01-05
2
-1
/
+2
*
|
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
[next]