aboutsummaryrefslogtreecommitdiff
path: root/core/sys/darwin
Commit message (Expand)AuthorAgeFilesLines
...
| * Improve type hierarchy and method namesgingerBill2022-02-121-81/+81
| * Use distinct array typesgingerBill2022-02-121-4/+1
| * Correct types in methodsgingerBill2022-02-123-708/+785
| * Move vendor:Metal to core:sys/darwin/MetalgingerBill2022-02-125-0/+9274
| * Add more objc attributesgingerBill2022-02-1114-101/+337
| * Fix typogingerBill2022-02-091-3/+3
| * Update Foundation linkinggingerBill2022-02-093-32/+32
| * Add missing calls for `Object`; Add `scoped_autoreleasepool`gingerBill2022-02-092-0/+14
| * Remove unneeded filegingerBill2022-02-091-1/+0
| * Add NSBundle, NSError, NSEnumeratorgingerBill2022-02-095-3/+275
| * Add NSNumber and NSURLgingerBill2022-02-093-7/+116
| * Begin work on `core:sys/darwin/Foundation`gingerBill2022-02-0913-0/+414
* | Fixed cyclic imports which where not neededPlatin212022-01-231-2/+0
* | Fixed package namePlatin212022-01-233-3/+3
* | Adds several system calls and the beginning of odin wrappers for themPlatin212022-01-233-0/+1157
|/
* Strip semicolons in core which were missinggingerBill2021-09-081-12/+12
* Changed foreign imports to now use the System FrameworkPlatin212020-09-271-1/+1
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+29