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
/
darwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
1
-0
/
+11
|
\
|
*
fix wrong ulock timeout calculation, add version check for ios
Laytan Laats
2024-09-17
1
-2
/
+6
|
*
Fix core sync test deadlock on darwin
pkova
2024-09-17
1
-0
/
+7
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
|
/
*
fix EventMaskAny definition
Laytan Laats
2024-09-12
1
-2
/
+2
*
remove deprecation, technically deprecated but widely used
Laytan Laats
2024-09-05
1
-1
/
+4
*
More Objective-C Runtime bindings.
Vitalii Kravchenko
2024-09-03
2
-18
/
+100
*
Remove unused import.
Jeroen van Rijn
2024-08-28
1
-2
/
+0
*
Minor cleanup of CFString.odin
gingerBill
2024-08-27
1
-150
/
+143
*
Fix `-vet-tabs` issues
gingerBill
2024-08-24
3
-161
/
+161
*
Merge pull request #4120 from laytan/posix-process
gingerBill
2024-08-22
1
-0
/
+24
|
\
|
*
os2: process API for Darwin and most of it for BSDs
Laytan Laats
2024-08-22
1
-0
/
+24
*
|
A couple of foundation binding. Vet tabs.
Vitalii Kravchenko
2024-08-21
2
-2
/
+16
|
/
*
Merge pull request #4075 from yay/more-foundation-bindings
Laytan
2024-08-16
6
-24
/
+104
|
\
|
*
More Foundation bindings.
Vitalii Kravchenko
2024-08-16
6
-24
/
+104
*
|
Merge pull request #3280 from beaumccartney/shm_syscalls
Laytan
2024-08-15
2
-16
/
+58
|
\
\
|
*
|
shm_open: comment with notes abt permissions
Beau McCartney
2024-03-19
1
-0
/
+5
|
*
|
sys_shm_open: fchmod the returned descriptor to get correct perms
Beau McCartney
2024-03-16
1
-0
/
+4
|
*
|
sys_open() calls _sys_open_mode() to get a permission flags integer
Beau McCartney
2024-03-15
1
-16
/
+1
|
*
|
darwin: sys_shm_open() helper
Beau McCartney
2024-03-15
1
-0
/
+17
|
*
|
helper function to convert Open_Flags bitset to a u32
Beau McCartney
2024-03-15
1
-0
/
+23
|
*
|
darwin: syscall wrappers for shm_open() and shm_unlink()
Beau McCartney
2024-03-15
1
-0
/
+8
*
|
|
os2: nice != priority
Laytan Laats
2024-08-14
1
-0
/
+26
*
|
|
os2: initial implementation for Darwin&BSDs, process API is only thing incomp...
Laytan Laats
2024-08-14
1
-0
/
+142
|
|
/
|
/
|
*
|
darwin: add setAllowedFileTypes binding for open panels
Laytan Laats
2024-08-06
1
-0
/
+4
*
|
darwin: remove syscall usage (without -no-crt) to comply to Apple guidelines
Laytan Laats
2024-07-08
3
-0
/
+12
*
|
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-551
/
+551
*
|
More style improvements
gingerBill
2024-06-29
1
-1
/
+1
*
|
Add `vendor:wgpu`
Laytan Laats
2024-06-12
1
-0
/
+4
*
|
Fix types
gingerBill
2024-05-24
1
-2
/
+2
*
|
Fix enum definition for `bit_set` use
gingerBill
2024-05-24
1
-10
/
+4
*
|
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/darwin: fix sysctl and sysctlbyname syscalls
Laytan Laats
2024-04-30
1
-3
/
+3
|
/
/
*
|
sys/darwin/foundation: fix Application->sendEvent signature
Laytan Laats
2024-04-24
1
-1
/
+1
*
|
Core Foundation and Security vendor libraries.
Vitalii Kravchenko
2024-04-13
7
-133
/
+648
*
|
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
*
|
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
|
/
*
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
|
*
Make RUsage more inline with macos man page
Ian Simonson
2024-03-13
1
-19
/
+20
|
*
Add getrusage syscall for mac/darwin
Ian Simonson
2024-03-13
2
-0
/
+28
*
|
Fix syscall_munmap in darwin
Ian Simonson
2024-03-13
1
-1
/
+1
|
/
*
implement part of core foundation framework bindings for err message
Laytan Laats
2024-02-13
3
-0
/
+104
*
use `Security.framework` with `SecRandomCopyBytes` for rand_bytes on darwin
Laytan Laats
2024-02-13
1
-0
/
+24
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
1
-1
/
+1
[next]