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
*
Merge pull request #3506 from IllusionMan1212/windows-hid
gingerBill
2024-05-10
3
-24
/
+791
|
\
|
*
core/sys/windows: added various procedures and constants related to the hid l...
IllusionMan1212
2024-05-07
3
-24
/
+791
*
|
Merge pull request #3560 from wschiefer/add-more-win32-console-apis
gingerBill
2024-05-10
1
-0
/
+2
|
\
\
|
*
|
Add more win32 console APIs
Waldemar Schiefer
2024-05-09
1
-0
/
+2
*
|
|
fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4...
Laytan
2024-05-09
1
-15
/
+15
|
/
/
*
|
sys/linux: Pass size to epoll_create
Hiroaki Nakamura
2024-05-06
1
-1
/
+1
*
|
Merge pull request #3536 from laytan/linux-fix-open-bits
gingerBill
2024-05-05
1
-16
/
+35
|
\
\
|
*
|
sys/linux: fix open bits
Laytan Laats
2024-05-05
1
-16
/
+35
*
|
|
Merge pull request #3528 from laytan/fix-some-sync-issues
gingerBill
2024-05-03
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
darwin: fix minimum os version check not being inclusive
Laytan Laats
2024-05-02
1
-2
/
+2
|
|
/
*
|
[sys/linux]: Fix bit numbers for open flags
flysand7
2024-05-01
1
-18
/
+21
*
|
sys/info: add missing `@(private)`'s
Laytan Laats
2024-04-30
5
-5
/
+5
*
|
sys/info: update doc.odin
Laytan Laats
2024-04-30
1
-12
/
+15
*
|
sys/info: retrieve better CPU description on Darwin
Laytan Laats
2024-04-30
1
-6
/
+21
*
|
sys/info: add feature detection for Darwin and Linux ARM
Laytan Laats
2024-04-30
3
-14
/
+206
*
|
sys/info: improve platform_linux
Laytan Laats
2024-04-30
1
-45
/
+57
*
|
sys/info: remove unneccesary build tags
Laytan Laats
2024-04-30
5
-5
/
+0
*
|
sys/unix: add sysctlbyname for darwin
Laytan Laats
2024-04-30
1
-9
/
+18
*
|
sys/darwin: fix sysctl and sysctlbyname syscalls
Laytan Laats
2024-04-30
1
-3
/
+3
*
|
sys/info: add easy way of getting the MacOS version
Laytan Laats
2024-04-30
2
-4
/
+11
|
/
*
Keep -vet happy
gingerBill
2024-04-28
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-28
1
-0
/
+1
|
\
|
*
Add SetMenu
Yunky
2024-04-27
1
-0
/
+1
*
|
Add stack frame procedures for `core:sys/windows`
gingerBill
2024-04-28
3
-0
/
+44
|
/
*
sys/darwin/foundation: fix Application->sendEvent signature
Laytan Laats
2024-04-24
1
-1
/
+1
*
Merge pull request #3434 from flysand7/sys-linux-fixes
gingerBill
2024-04-15
1
-4
/
+4
|
\
|
*
[sys/linux]: Fix syscall calls for open and fstat
flysand7
2024-04-15
1
-4
/
+4
*
|
Merge pull request #3428 from mgavioli/fix_core_docs
gingerBill
2024-04-15
1
-64
/
+64
|
\
\
|
*
|
Fix the format of some `doc.odin` files of the `core` library which did not m...
Maurizio M. Gavioli
2024-04-14
1
-64
/
+64
|
|
/
*
/
[sys/linux]: Fix signature on wait4 syscall
flysand7
2024-04-15
1
-2
/
+2
|
/
*
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
7
-133
/
+648
*
add movefile flags
wrapperup
2024-04-09
1
-1
/
+7
*
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
gingerBill
2024-04-08
32
-0
/
+3488
*
Update "core:runtime" to "base:runtime"
Lucas Perlind
2024-04-07
1
-1
/
+1
*
Merge pull request #3373 from laytan/add-some-windows-wsa-symbols
gingerBill
2024-04-04
2
-15
/
+46
|
\
|
*
add some wsa based additions to `core:sys/windows`
Laytan Laats
2024-04-04
2
-15
/
+46
*
|
Merge pull request #3371 from mailgerigk/windows-setevent
gingerBill
2024-04-04
1
-0
/
+1
|
\
\
|
*
|
Add windows.SetEvent
gerigk
2024-04-04
1
-0
/
+1
|
|
/
*
/
Remove dead newline
gingerBill
2024-04-04
1
-1
/
+0
|
/
*
correct newly found vets
Laytan Laats
2024-04-03
1
-2
/
+2
*
Fixed windows.COINIT.MULTITHREADED declaration. It's supposed to be 0 rather ...
Dragos Popescu
2024-03-31
1
-1
/
+16
*
add MacOS 14.4.1 to sys/info and odin report
Laytan Laats
2024-03-28
1
-1
/
+2
*
Merge pull request #3283 from laytan/darwin-new-wait-on-address-api
gingerBill
2024-03-27
2
-0
/
+318
|
\
|
*
add `ODIN_` prefix to the new constant
Laytan Laats
2024-03-18
1
-2
/
+2
|
*
darwin: use new wait on address API if possible
Laytan Laats
2024-03-15
2
-0
/
+318
*
|
update macOS releases for `core:sys/info` and `odin report`
Laytan Laats
2024-03-20
1
-0
/
+5
|
/
*
Merge pull request #3272 from iansimonson/add_getrusage_darwin
gingerBill
2024-03-14
2
-1
/
+27
|
\
|
*
Use c.long rather than int
Ian Simonson
2024-03-14
2
-15
/
+17
|
*
Fix __darwin_suseconds_t definition
Ian Simonson
2024-03-14
1
-1
/
+1
|
*
No need for timeval definition
Ian Simonson
2024-03-13
1
-5
/
+0
[next]