Commit Graph

17374 Commits

Author SHA1 Message Date
Ignacy Koper
f327bcab92 removed Haiku from core:sync, and core:thread
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:25 +02:00
Ignacy Koper
b5cb4b96fc removed Haiku from core:sys/posix package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:25 +02:00
Ignacy Koper
c01e85ca67 removed core:sys/haiku package
also removes Haiku from core:sys/info, core:os/old, core:path/filepath, core:dynlib, core:time, core:testing, and core:terminal (minor changes)

Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:24 +02:00
Ignacy Koper
22e23d354a removed Haiku from core:c/libc package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:24 +02:00
Ignacy Koper
183a4c2d7f removed Haiku from base:runtime package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:24 +02:00
Ignacy Koper
748e1ecd3f removed Haiku from vendor:directx/dxc package
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:23 +02:00
Ignacy Koper
d1915fa6f5 removed Haiku from compiler targets, and tests
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-28 19:27:23 +02:00
gingerBill
ad940e40ca Add linalg.matrix_pseudo_inverse 2026-04-28 15:41:50 +01:00
gingerBill
8da640da58 Merge pull request #6629 from odin-lang/bill/va_arg
`intrinsics.c_va_*`
2026-04-28 15:32:00 +01:00
gingerBill
1f08e81b37 Add more general matrix calls up to 8x8 2026-04-28 15:31:43 +01:00
gingerBill
162eab5052 Increase matrix maximum element count from 16 to 64, allowing for matrix[8, 8]T 2026-04-28 15:19:06 +01:00
gingerBill
2fbc83d774 Fix typos 2026-04-28 15:07:56 +01:00
gingerBill
f7c4031a61 Map the C va_* to the intrinsics 2026-04-28 15:02:42 +01:00
gingerBill
7b97530443 Add intrinsics.c_var_* 2026-04-28 15:00:53 +01:00
gingerBill
bb291cfcd0 Use a for loop when doing array casts which are too long. 2026-04-28 13:45:57 +01:00
gingerBill
d6aa1fe079 More inlining of matrix4x4 operations 2026-04-28 13:39:49 +01:00
gingerBill
c66ab0ade2 Add matrix_inverse_gauss_jordan matrix_inverse_lu_decomposition matrix_determinant_generic 2026-04-28 13:30:49 +01:00
gingerBill
6e04bb8a8b Merge pull request #6607 from andzdroid/patch-5
core/math/linalg: Fix negated quaternions in angle_from_quaternion
2026-04-28 11:11:44 +01:00
gingerBill
1f50cda5d6 Merge pull request #6623 from heavyrain266/deprecate-essence
removed Essence from supported targets
2026-04-28 11:11:09 +01:00
gingerBill
c92c6edbb6 Inline array casts 2026-04-28 11:08:46 +01:00
gingerBill
31184535a0 Merge pull request #6605 from odin-lang/bill/array-cast
Native Array Casting Semantics
2026-04-28 11:07:31 +01:00
gingerBill
7ca3b87bd8 Merge pull request #6625 from BunterSchatten/fix-lockfileex
Fix LockFileEx and UnlockFileEx
2026-04-27 13:52:31 +01:00
David Bader
e06fa11a67 Fix LockFileEx and UnlockFileEx 2026-04-27 14:42:56 +02:00
gingerBill
e06f3598f4 Merge pull request #6624 from 3rd-Party-Guy/issue/6621-recursive-type-def-assertion-fail
gh 6621
2026-04-27 11:05:31 +01:00
Ignacy Koper
3e64a72bad removed Essence from supported targets
Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
2026-04-27 11:10:48 +02:00
Nikolay Hadzhiev
f91fd92842 gh 6621 2026-04-27 10:28:35 +02:00
gingerBill
a40f275b0c Check to see if a normal type is being used in a typeid context 2026-04-27 09:23:04 +01:00
gingerBill
8ea1cbc230 Mock out vectorization of array binary arithmetic (probably not better in practice some of the time) 2026-04-24 18:19:41 +01:00
andzdroid
494ecad737 core/math/linalg: Fix negated quaternions in angle_from_quaternion 2026-04-23 21:27:50 +01:00
gingerBill
5c2efb78ac SIMD-ify [N]float -> [N]complex 2026-04-23 18:35:00 +01:00
gingerBill
b0ce87eef8 Update to use the new casting operation 2026-04-23 10:45:27 +01:00
gingerBill
a44b8b0af0 Support ([N]T)([N]U{...}) 2026-04-23 10:42:53 +01:00
gingerBill
01734dfa9b Merge pull request #6599 from 3rd-Party-Guy/issue/6594-self-ref-global-init
Fixes #6594
2026-04-22 13:44:08 +01:00
gingerBill
021c224f5c Fix alignment 2026-04-22 13:38:47 +01:00
gingerBill
cad5e42eab Merge pull request #6601 from FourteenBrush/master
Make @(rodata) on constants yield 'not supported' message (Fixes #5422)
2026-04-22 13:38:28 +01:00
FourteenBrush
44938b6b64 Make @(rodata) on constants yield 'not supported' message 2026-04-22 14:33:21 +02:00
gingerBill
489cf7d521 Merge pull request #6600 from blob1807/master
Remove accidentally 7
2026-04-22 13:24:39 +01:00
blob1807
f2c3b00885 Remove accidentally 7
Remove a miss typed seven added in commit 6e09ce9
2026-04-22 22:22:13 +10:00
gingerBill
46ed5500b1 Fix lb_convert_struct_index for struct #raw_union 2026-04-22 13:18:26 +01:00
Nikolay Hadzhiev
48e83ad003 gh 6594
prevent compiler crash from self-referential global initialisation
2026-04-22 13:14:08 +02:00
gingerBill
608709693b Fix #6590 2026-04-22 11:32:58 +01:00
gingerBill
50323b43d6 Fix #6597 2026-04-22 11:17:17 +01:00
gingerBill
a52d0280f7 Merge pull request #6525 from blob1807/win32_association_api
[win32 api] Add Reg Association API
2026-04-22 11:14:46 +01:00
gingerBill
0b2b7d2c1f Merge pull request #6596 from odin-lang/bill/support-tuple-compound-elements
Support Multiple Return Values within Compound Literal Elements
2026-04-22 10:19:21 +01:00
gingerBill
ef275c5c0e Support []int{multiple_returns(), 123} 2026-04-21 17:45:36 +01:00
gingerBill
b1e8ec5e64 Allow for Some_Struct{multiple_return_value(), 123} 2026-04-21 17:17:59 +01:00
gingerBill
0a080751e0 Merge branch 'master' of https://github.com/odin-lang/Odin 2026-04-21 16:36:09 +01:00
gingerBill
92c17b85e1 Allow assigning subtypes to unions 2026-04-21 16:35:57 +01:00
gingerBill
ec091a638a Merge pull request #6586 from Znarf64/prevent_coredump_from_systemcall
Prevent coredump when child process gets killed by signal.
2026-04-21 16:26:15 +01:00
Jeroen van Rijn
a970a5c35b Merge pull request #6573 from Yawning/feature/crypto/noise
core/crypto/noise: Import Lord-Hellgrim's noise implementation
2026-04-21 13:29:09 +02:00