aboutsummaryrefslogtreecommitdiff
path: root/base
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into orca-devgingerBill2024-03-191-0/+4
|\
| * Add `#row_major matrix[R, C]T`gingerBill2024-03-191-0/+4
| | | | | | | | | | As well as `#column_major matrix[R, C]T` as an alias for just `matrix[R, C]T`. This is because some libraries require a row_major internal layout but still want to be used with row or major oriented vectors.
* | Attempt at getting orca working somehow with the `@(link_suffix)`gingerBill2024-03-181-11/+0
| |
* | Use `oc_bridge_log` for pseudo `_stderr_write`gingerBill2024-03-181-9/+16
| |
* | Update `_stderr_write` for orcagingerBill2024-03-181-7/+20
| |
* | push orca target and old bindingsskytrias2024-03-184-1/+27
|/
* Change `return` to `panic`gingerBill2024-03-131-1/+1
|
* Fix typo due to deletiongingerBill2024-03-131-1/+1
|
* Add infinite loop check and early out in `map_insert_hash_dynamic`gingerBill2024-03-131-3/+13
|
* Add builtin `map_upsert`gingerBill2024-03-111-7/+9
|
* Merge pull request #3199 from JamesDSource/soagingerBill2024-03-091-1/+94
|\ | | | | Add into_dynamic_soa, unordered_remove_soa, and ordered_remove_soa
| * Fix syntax mistake againJames Duran2024-02-161-1/+1
| | | | | | | | Sorry for being blind
| * Fix Syntax MistakeJames Duran2024-02-161-1/+1
| |
| * Make into_dynamic_soa more concise and remove builtin tag from itJames Duran2024-02-161-8/+4
| |
| * Added into_dynamic_soa, unordered_remove_soa, and ordered_remove_soaJames Duran2024-02-141-1/+98
| |
* | Incorrect write syscall on Darwin - fixes stderr output.Ralph Caraveo2024-03-081-1/+1
| | | | | | | | | | On macos, Odin was previously swallowing errors that would be reported via stderr. I've confirmed with @laytan on Discord that this fixes the issue.
* | Merge branch 'odin-lang:master' into haikuavanspector2024-02-291-2/+2
|\ \
| * | Change type info table to be initializable constantlygingerBill2024-02-271-2/+2
| | | | | | | | | | | | []Type_Info -> []^Type_Info
* | | Update entry_unix.odinavanspector2024-02-251-1/+1
| | |
* | | fix runtime and libcavanspector2024-02-251-2/+2
| | |
* | | Update os_specific_haiku.odinavanspector2024-02-251-1/+1
| | |
* | | fix core and libcavanspector2024-02-251-1/+1
| | |
* | | add haiku to base:runtime and core:c/libcavanspector2024-02-251-0/+21
|/ /
* | Add field tags to `bit_field`gingerBill2024-02-221-0/+1
| |
* | Add general support for `bit_field`sgingerBill2024-02-221-0/+22
| |
* | Begin work adding `bit_field`gingerBill2024-02-222-0/+23
|/
* Add `#load_directory(path: string) > []runtime.Load_Directory_File`gingerBill2024-02-091-0/+8
|
* Remove invalid allocator assignment to sliceZac Nowicki2024-02-081-1/+0
| | | | `T` is `#soa[]$E`, which does not carry an allocator.
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-062-0/+65
|
* Merge pull request #3161 from laytan/fix-no-crt-darwingingerBill2024-02-031-17/+6
|\ | | | | fix -no-crt on Darwin
| * fix -no-crt on DarwinLaytan Laats2024-02-021-17/+6
| |
* | `RUNTIME_REQUIRE :: false`gingerBill2024-02-021-1/+1
| |
* | Add `contextless` where missinggingerBill2024-02-023-7/+8
|/
* Fix dummy codegingerBill2024-01-311-2/+2
|
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-299-16/+16
|
* Fix #3150gingerBill2024-01-292-0/+2
|
* Remove `incl` and `excl`gingerBill2024-01-291-33/+0
|
* Add matrix related intrinsics to dummy filegingerBill2024-01-291-0/+6
|
* Move core:(builtin|intrinsics) to base:gingerBill2024-01-292-0/+444
|
* Improve foreign variable fuzzy type checkinggingerBill2024-01-282-1/+3
|
* Fix typogingerBill2024-01-281-0/+2
|
* Fix typo of `_heap_resize`gingerBill2024-01-281-5/+5
|
* Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-282-18/+21
|
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-285-87/+44
|
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-2810-108/+190
|
* Make //+privategingerBill2024-01-281-0/+1
|
* `-default-to-panic-allocator`gingerBill2024-01-281-0/+5
|
* Remove `core:os` dependency for `runtime.os_write` on linuxgingerBill2024-01-282-0/+23
|
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-2816-15/+32
|
* Move matrix related procedures to the different `linalg` packagesgingerBill2024-01-281-283/+0
|