Harold Brenes
|
219b0fe535
|
Replace system:System.framework imports with system:System
This makes the linker work for both macOS and iOS targets
|
2025-07-13 15:45:21 -04:00 |
|
Feoramund
|
929cc48703
|
Merge Darwin signals into other UNIX-likes
They're all the same.
|
2024-06-28 19:03:43 -04:00 |
|
Feoramund
|
95c2e020ff
|
Share libc signal definitions with more platforms
I confirmed that these 3 platforms share the same signal definitions
from these sources.
Haiku: https://github.com/haiku/haiku/blob/master/headers/posix/signal.h
OpenBSD: https://github.com/openbsd/src/blob/master/sys/sys/signal.h
NetBSD: http://fxr.watson.org/fxr/source/sys/signal.h?v=NETBSD
|
2024-06-02 14:34:30 -04:00 |
|
gingerBill
|
3d7d347192
|
Convert ODIN_OS and ODIN_ARCH to use enums rather than use strings
|
2022-01-20 19:56:05 +00:00 |
|
gingerBill
|
f09638318f
|
Add support for darwin to core:c/libc
|
2021-11-16 21:19:08 +00:00 |
|
gingerBill
|
9980f81062
|
Add other constants to c and libc
|
2021-09-10 16:14:39 +01:00 |
|
gingerBill
|
0434281f73
|
Strip semicolons; Make odin strip-semicolon replace .. with ..= if used as a binary operator
|
2021-09-06 20:15:59 +01:00 |
|
vassvik
|
102d080a31
|
Fix core:c/libc Windows compilation errors by linking to the right libraries.
Fix some name typos and missing types in Windows.
Add explicit cast on MB_CUR_MAX
|
2021-08-28 13:27:41 +02:00 |
|
Dale Weiler
|
791d7f764b
|
cleanup
|
2021-08-22 10:05:27 -04:00 |
|
Dale Weiler
|
389b50f735
|
libc projection
|
2021-08-22 09:48:34 -04:00 |
|