aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/complex.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
* posix: add packageLaytan Laats2024-08-141-2/+2
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Correcting libc pow bindings134195962022-09-211-2/+2
| | | | | | Adding tests that libc pow(f) functions - have two arguments - behave as expected for simple inputs.
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-2/+2
|
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-0/+2
|
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if ↵gingerBill2021-09-061-48/+48
| | | | used as a binary operator
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-281-1/+5
| | | | | Fix some name typos and missing types in Windows. Add explicit cast on MB_CUR_MAX
* cleanupDale Weiler2021-08-221-1/+1
|
* libc projectionDale Weiler2021-08-221-0/+78