aboutsummaryrefslogtreecommitdiff
path: root/core/sync/primitives_darwin.odin
Commit message (Collapse)AuthorAgeFilesLines
* Replace system:System.framework imports with system:SystemHarold Brenes2025-07-131-1/+1
| | | | This makes the linker work for both macOS and iOS targets
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-2/+2
| | | | file tag syntax.
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-1/+1
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Remove unused importsgingerBill2022-04-301-1/+0
|
* Unify implementation for *nix platformsgingerBill2022-04-301-38/+0
|
* Rename package name to `sync`gingerBill2022-03-311-1/+1
|
* Replace `sync` with `sync2`gingerBill2022-03-301-0/+57