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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update user32.odin
Hyp-X
2022-08-01
1
-0
/
+1
*
Minor clean up of wasi_api.odin
gingerBill
2022-07-25
1
-259
/
+171
*
Add `MAKE_WORD`
gingerBill
2022-07-21
1
-0
/
+4
*
Disallow `proc() do stmt` and only allow `proc() { stmt }`
gingerBill
2022-07-18
1
-1
/
+1
*
Merge pull request #1826 from englerj/windows-bindings
gingerBill
2022-06-28
2
-8
/
+75
|
\
|
*
Fix tab spacing.
Josh Engler
2022-06-12
1
-25
/
+25
|
*
Merge branch 'master' into windows-bindings
Josh Engler
2022-06-11
9
-41
/
+1058
|
|
\
|
*
|
- Added EnumDisplaySettingsW and friends.
Josh Engler
2022-06-03
2
-9
/
+80
*
|
|
Change LPCSTR to LPCWSTR in windows _W procedures
Jimmy "Keeba" Lefevre
2022-06-27
1
-2
/
+2
*
|
|
sys/windows: add constants and macro
hikari
2022-06-17
2
-1
/
+17
*
|
|
sys/windows: add RegSetKeyValueW
hikari
2022-06-16
1
-0
/
+9
*
|
|
sys/windows: add GetTextExtentPoint32W
hikari
2022-06-11
1
-0
/
+1
*
|
|
sys/windows: add a couple of constants
hikari
2022-06-10
1
-0
/
+3
|
|
/
|
/
|
*
|
sys/windows: add functions and constants
hikari
2022-06-09
3
-0
/
+221
*
|
sys/windows: add macro
hikari
2022-06-08
1
-0
/
+2
*
|
Merge branch 'odin-lang:master' into master
ftphikari
2022-06-08
2
-3
/
+19
|
\
|
|
*
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
2
-3
/
+19
*
|
sys/windows: add interfaces from shobjidl_core.h
hikari
2022-06-08
1
-0
/
+462
*
|
sys/windows: fix formatting
hikari
2022-06-07
2
-3
/
+4
*
|
sys/windows: fix file picker dialog
hikari
2022-06-07
3
-3
/
+59
*
|
sys/windows: add several functions and constants
hikari
2022-06-03
3
-0
/
+63
*
|
sys/windows: add RegSetValueExW
hikari
2022-06-03
1
-0
/
+9
*
|
sys/windows: add registry functions and create winerror.odin
hikari
2022-06-03
4
-34
/
+241
|
/
*
Remove old code
gingerBill
2022-05-28
2
-100
/
+0
*
Add enums for getting Scancodes from WM_KEYDOWN
Cedric Hutchings
2022-05-22
1
-0
/
+8
*
fix git dummy move
jason
2022-05-16
1
-2
/
+1
*
merge from upstream and convert to ^File types
jason
2022-05-16
38
-2208
/
+992
|
\
|
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
3
-3
/
+3
|
*
Adding flag values for FormatMessageW and LocalAlloc/etc.
Aaron Glazer
2022-05-12
1
-3
/
+15
|
*
Remove duplication
gingerBill
2022-05-12
1
-12
/
+4
|
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
2
-3
/
+85
|
*
Remove `core:sys/win32`
gingerBill
2022-05-12
13
-2162
/
+3
|
*
Add `GetAddrInfoExW`
gingerBill
2022-05-12
2
-0
/
+40
|
*
Remove `A` calls in favour of `W` calls
gingerBill
2022-05-12
6
-123
/
+33
|
*
Add more libraries
gingerBill
2022-05-12
5
-12
/
+169
|
*
Update sys/windows to be closer to the soon to be deleted sys/win32
gingerBill
2022-05-12
6
-7
/
+260
|
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
6
-46
/
+53
|
*
Update error handling for os2 on windows
gingerBill
2022-05-12
1
-0
/
+1
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-05-12
4
-2
/
+41
|
|
\
|
|
*
Implement pthread_cancel.
Jeroen van Rijn
2022-05-11
4
-2
/
+41
|
*
|
Fill in most of os2/file_windows.odin
gingerBill
2022-05-12
2
-0
/
+6
|
|
/
|
*
Adding some proc bindings, struct definitions, and constant values.
Aaron Glazer
2022-05-08
3
-0
/
+46
|
*
Ctrl-C handler on Windows.
Jeroen van Rijn
2022-05-08
2
-1
/
+16
|
*
sys/windows: fix RGB macro again
hikari
2022-05-06
1
-1
/
+1
|
*
sys/win32: fix RGB macro
hikari
2022-05-06
2
-4
/
+2
|
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
1
-1
/
+1
|
*
Merge pull request #1758 from ftphikari/master
gingerBill
2022-05-02
2
-0
/
+274
|
|
\
|
|
*
sys/windows: remove A variant for one SystemParametersInfoW
hikari
2022-05-01
1
-1
/
+0
|
|
*
sys/windows: add a couple procedures and tons of constants
hikari
2022-04-30
2
-0
/
+275
|
*
|
Update arch enum
gingerBill
2022-05-01
1
-1
/
+1
|
|
/
[next]