| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `iOS` subtarget to `iPhone` for consistency. | Harold Brenes | 2025-07-14 | 1 | -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 Laats | 2025-05-08 | 1 | -2/+0 |
| | | | | | variants on MacOS | ||||
| * | 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 |
| | | |||||
| * | Fix types | gingerBill | 2024-05-24 | 1 | -2/+2 |
| | | |||||
| * | Fix enum definition for `bit_set` use | gingerBill | 2024-05-24 | 1 | -10/+4 |
| | | |||||
| * | darwin: fix minimum os version check not being inclusive | Laytan Laats | 2024-05-02 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -0/+309 |