| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace system:System.framework imports with system:System | Harold Brenes | 2025-07-13 | 1 | -1/+1 |
| | | | | | This makes the linker work for both macOS and iOS targets | ||||
| * | Haiku: small fixes across core | avanspector | 2025-01-10 | 1 | -0/+15 |
| | | |||||
| * | Fix more JS stuff | gingerBill | 2024-09-22 | 1 | -0/+10 |
| | | |||||
| * | posix: add package | Laytan Laats | 2024-08-14 | 1 | -4/+17 |
| | | |||||
| * | Fix `libc.aligned_alloc` for Windows (thanks Microsoft(!)) | gingerBill | 2022-09-22 | 1 | -3/+16 |
| | | |||||
| * | Fix `libc.aligned_alloc` on Windows | gingerBill | 2022-09-22 | 1 | -0/+13 |
| | | |||||
| * | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings | gingerBill | 2022-01-20 | 1 | -5/+5 |
| | | |||||
| * | Add support for darwin to `core:c/libc` | gingerBill | 2021-11-16 | 1 | -1/+19 |
| | | |||||
| * | libc changes: unify c and libc types; Add `[^]T` where appropriate | gingerBill | 2021-09-10 | 1 | -9/+9 |
| | | |||||
| * | Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if ↵ | gingerBill | 2021-09-06 | 1 | -46/+46 |
| | | | | | used as a binary operator | ||||
| * | Fix core:c/libc Windows compilation errors by linking to the right libraries. | vassvik | 2021-08-28 | 1 | -2/+6 |
| | | | | | | Fix some name typos and missing types in Windows. Add explicit cast on MB_CUR_MAX | ||||
| * | cleanup | Dale Weiler | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | libc projection | Dale Weiler | 2021-08-22 | 1 | -0/+105 |