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
*
Fix attribute
ryuukk
2023-07-11
1
-2
/
+2
*
Deprecate htons, htonl, ntohl, ntohs
ryuukk
2023-07-11
1
-0
/
+2
*
Merge pull request #2642 from ryuukk/patch-4
Jeroen van Rijn
2023-07-10
1
-0
/
+8
|
\
|
*
Fix doc links
ryuukk
2023-07-10
1
-4
/
+4
|
*
Add definitions for network byte order conversion procs
ryuukk
2023-07-10
1
-0
/
+8
*
|
Add CopyFileW
ryuukk
2023-07-10
1
-0
/
+5
|
/
*
fix(poll): make interface more odinary
Rickard Andersson
2023-06-15
1
-1
/
+1
*
fix: remove redefinition of `timespec`
Rickard Andersson
2023-06-15
1
-5
/
+0
*
cleanup(os_linux/poll): use tabs everywhere
Rickard Andersson
2023-06-14
1
-12
/
+11
*
fix(os_linux): make `when` for `arm64` check correct order
Rickard Andersson
2023-06-14
1
-5
/
+1
*
fix(os_linux): call `ppoll` instead on `arm64`
Rickard Andersson
2023-06-14
1
-1
/
+16
*
feat(unix): add `poll`
Rickard Andersson
2023-06-14
1
-0
/
+29
*
Change to `"contextless" from `"c"`
gingerBill
2023-05-29
1
-22
/
+22
*
Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...
Ryhor Spivak
2023-05-24
1
-1
/
+3
*
Fix #2518
gingerBill
2023-05-18
1
-1
/
+2
*
core/sys/info: Fix the CPUID check
Yawning Angel
2023-05-16
1
-1
/
+1
*
core/sys/info: Workaround extremely rare XGETBV issues
Yawning Angel
2023-05-16
1
-1
/
+8
*
Add IsWindow to user32.odin
Matias Fernandez
2023-04-22
1
-0
/
+1
*
fix SendInput function in user32
RestartFU
2023-04-08
1
-1
/
+1
*
correct errors
Jon Lipstate
2023-04-05
1
-1
/
+1
*
Merge pull request #2423 from jon-lipstate/wsapoll
Jeroen van Rijn
2023-04-05
3
-3
/
+128
|
\
|
*
repaired autoformatter
Jon Lipstate
2023-04-04
1
-246
/
+663
|
*
retain runtime load sample
Jon Lipstate
2023-04-04
1
-1
/
+10
|
*
remove runtime signatures to prevent ffi collisions
Jon Lipstate
2023-04-04
1
-34
/
+1
|
*
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
3
-2
/
+39
|
*
additional winsock apis, doc links
Jon Lipstate
2023-04-04
1
-3
/
+108
|
*
Merge remote-tracking branch 'origin' into wsapoll
Jon Lipstate
2023-04-03
2
-22
/
+161
|
|
\
|
*
|
WSAPoll
Jon Lipstate
2023-03-28
1
-0
/
+11
*
|
|
Add creation, thread priority, and copy file flags.
Elusive Porpoise
2023-04-03
2
-6
/
+68
*
|
|
Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.
Elusive Porpoise
2023-04-03
4
-8
/
+8
|
|
/
|
/
|
*
|
Merge pull request #2428 from elusivePorpoise/pr2428
Jeroen van Rijn
2023-03-29
2
-23
/
+155
|
\
\
|
*
|
relocations and add some error consts to winmm
Elusive Porpoise
2023-03-29
2
-23
/
+155
*
|
|
Merge pull request #2426 from elusivePorpoise/pr2426
Jeroen van Rijn
2023-03-29
1
-0
/
+7
|
\
|
|
|
|
/
|
/
|
|
*
Add TIMECAPS stuff
Elusive Porpoise
2023-03-29
1
-0
/
+7
*
|
Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows package
Christian Seibold
2023-03-18
2
-0
/
+8
*
|
Merge pull request #2391 from ftphikari/master
Jeroen van Rijn
2023-03-18
3
-2
/
+171
|
\
\
|
|
/
|
/
|
|
*
sys/windows: added some functions and types for input hooks and tray icons
hikari
2023-03-18
3
-2
/
+171
*
|
add SetConsoleOuputCP
Elusive Porpoise
2023-03-15
1
-1
/
+2
|
/
*
Add `set_blocking` for network sockets
Sokus
2023-03-08
1
-0
/
+4
*
Separate out the `read_reg` into three non-parapoly procedures
gingerBill
2023-03-07
1
-61
/
+81
*
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
*
|
Merge branch 'master' into core_net_update
Colin Davidson
2023-03-02
2
-32
/
+53
|
\
\
|
*
|
Added missing Windows functions for console manipulation
Jeppe Skov
2023-02-28
2
-0
/
+21
*
|
|
more cleanup ripple
Colin Davidson
2023-03-01
2
-9
/
+14
*
|
|
more manual type carryover
Colin Davidson
2023-03-01
2
-4
/
+26
[next]