aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin/sync.odin
Commit message (Collapse)AuthorAgeFilesLines
* Rename `iOS` subtarget to `iPhone` for consistency.Harold Brenes2025-07-141-15/+5
| | | | | Add `ODIN_PLATFORM_SUBTARGET_IOS` builtin constant which evaluated to `true` when the platform is `Darwin` and the subtarget it either `iPhone` or `iPhoneSimulator`
* os2: better copy_directory, and add native copy_file and copy_directory ↵Laytan Laats2025-05-081-2/+0
| | | | variants on MacOS
* fix wrong ulock timeout calculation, add version check for iosLaytan Laats2024-09-171-2/+6
|
* Fix core sync test deadlock on darwinpkova2024-09-171-0/+7
|
* Fix typesgingerBill2024-05-241-2/+2
|
* Fix enum definition for `bit_set` usegingerBill2024-05-241-10/+4
|
* darwin: fix minimum os version check not being inclusiveLaytan Laats2024-05-021-2/+2
|
* add `ODIN_` prefix to the new constantLaytan Laats2024-03-181-2/+2
|
* darwin: use new wait on address API if possibleLaytan Laats2024-03-151-0/+309