Commit Graph

16178 Commits

Author SHA1 Message Date
gingerBill
70affd7e44 Disable global variable initialization into separate functions to circumvent an LLVM bug 2025-12-19 16:23:48 +00:00
Jeroen van Rijn
2260f461ba Merge pull request #6035 from janga-perlind/darwin-bindings
More bindings for darwin
2025-12-19 06:45:48 +00:00
Lucas Perlind
b97e1fff9e More bindings for darwin 2025-12-19 13:34:45 +11:00
Laytan
3567c64d7a Fix spacing in RUNTIME_LINKAGE declaration 2025-12-17 22:56:08 +01:00
gingerBill
51438ed0c0 Redefine RUNTIME_LINKAGE when -no-entry-point is set in certain circumstances. 2025-12-17 10:46:43 +00:00
gingerBill
32f459e152 Change target triple of freestanding_amd64_win64 to x86_64-pc-windows-msvc to fix a bug with LLVM's code generation 2025-12-17 10:36:42 +00:00
gingerBill
e0e38afe60 With -use-single-module make some procedures use internal linkage rather than weak linkage 2025-12-17 10:27:28 +00:00
gingerBill
a0bcc73663 Only call get_args() if args is actually used by using an indirect value 2025-12-16 15:09:21 +00:00
gingerBill
548e4f3373 Add translate_by_grapheme: bool field 2025-12-16 14:42:40 +00:00
Laytan
77606168b9 Merge pull request #6012 from A1029384756/master
[tz_unix] added additional search paths to match musl
2025-12-15 19:06:16 +01:00
A1029384756
916ec44ad1 [tz_unix] add lookup for TZDIR environment variable 2025-12-15 12:36:54 -05:00
gingerBill
cf5987d519 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-12-15 17:06:01 +00:00
gingerBill
9d6deb9dbf Use "strong" linkage on Windows for some glfw procedures 2025-12-15 17:05:55 +00:00
gingerBill
c8bea7f23e Merge pull request #6026 from BigBoyBarney/curl-fix
Fix minor issues within `curl` bindings
2025-12-15 16:17:37 +00:00
Sylphrena
83dd218cbd Fix minor issues withing curl bindings 2025-12-15 17:03:24 +01:00
gingerBill
750d99019c Add strings.builder_replace and strings.builder_replace_all 2025-12-15 11:21:54 +00:00
gingerBill
c5a54a0e52 Do naive compound literal comparison for $ parameters to parapoly procedures 2025-12-15 10:41:50 +00:00
gingerBill
aed11c4619 Remove debug string 2025-12-15 10:19:59 +00:00
gingerBill
7d46684030 Correct UAF bugs caused by doing defer shrink 2025-12-15 09:52:54 +00:00
gingerBill
ae314a4c6b Propagate array arithmetic fix 2025-12-15 09:43:29 +00:00
gingerBill
dfbbe7ce78 Merge branch 'master' of https://github.com/odin-lang/Odin 2025-12-15 09:42:15 +00:00
gingerBill
56876e32da Present constant array arithmetic error correctly 2025-12-15 09:42:08 +00:00
gingerBill
ca69703082 Merge pull request #6009 from odin-lang/bill/xar
`core:container/xar` - Exponential Array
2025-12-14 08:21:20 +00:00
gingerBill
fc51998e35 Update kb_text_shape to v2.05 2025-12-14 08:20:35 +00:00
gingerBill
a66b84372a Improve docs and add Iterator 2025-12-12 14:41:01 +00:00
A1029384756
7b635c031f [tz_unix] added additional search paths to match musl 2025-12-11 23:13:38 -05:00
gingerBill
d43b00bb10 Add basic docs 2025-12-12 01:44:31 +00:00
gingerBill
23ddb8dd3f Add push_back_elem_and_get_ptr 2025-12-12 01:00:11 +00:00
gingerBill
a2d361f17d Add basic docs 2025-12-12 00:40:03 +00:00
gingerBill
1e88cd6697 Add container/xar to examples/all 2025-12-12 00:39:16 +00:00
gingerBill
9bd2186c8a core:container/xar 2025-12-12 00:35:40 +00:00
gingerBill
ab9a05ed2d Remove contextless from slice.swap_with_slice 2025-12-11 14:54:03 +00:00
gingerBill
23c6d5dccb Add "contextless" where possible in core:slice 2025-12-11 14:49:55 +00:00
gingerBill
a48d28e2b3 Merge pull request #5984 from dozn/patch-4
Change Return Type of `sdl2.GetWindowFlags` from `u32` to Existing `WindowFlags` `bit_set`
2025-12-11 14:42:47 +00:00
gingerBill
dbd542f321 Update radlink.exe to v0.9.24 2025-12-11 11:11:53 +00:00
Jeroen van Rijn
6aedcf94d9 Merge pull request #6008 from Tetralux/tetra/fix-lz4
[compress/lz4] Ensure libc is linked on Windows
2025-12-11 00:15:30 +00:00
Tetralux
f9dc92ef40 [compress/lz4] Ensure libc is linked on Windows 2025-12-10 22:40:32 +00:00
Jeroen van Rijn
3fc0320449 Merge pull request #5741 from FourteenBrush/patch-4
Make `linux.IO_Vec.base` a multipointer
2025-12-10 18:09:01 +00:00
gingerBill
8610acb48f Fix typo 2025-12-10 12:56:34 +00:00
gingerBill
b18b0fdcb3 Remove fallthrough to prefer a single case 2025-12-10 12:54:17 +00:00
gingerBill
a72bdbb43d Use a single case rather than fallthrough 2025-12-10 12:05:53 +00:00
gingerBill
19915d4311 Merge pull request #6004 from laytan/box2d-3.1.1
Box2d 3.1.1
2025-12-10 10:42:47 +00:00
Jeroen van Rijn
fefc4b9978 Merge pull request #6005 from reshen/patch-1
Fixing code example, trace_ctx variable was renamed
2025-12-09 21:15:08 +00:00
Reshen
973d368c4c Fixing code example, trace_ctx variable was renamed
`trace_ctx` should actually be `global_trace_ctx`, as declared on line 10
2025-12-09 11:43:55 -08:00
WisonYe
45b4fb1565 Freebsd: Fixed 'write' syscall to cause 'ESPIPE' on the pipe fd. (#5575) 2025-12-09 19:19:13 +01:00
Laytan Laats
7c4b8a9afc vendor/wgpu: handle nil better in wgpu.js 2025-12-09 18:57:49 +01:00
jimhub
effdacd13b Fix function signature for memmove to prevent errors when compiling C++ while targeting wasm (#5996) 2025-12-09 17:28:32 +01:00
laytan
d6b631095c vendor/box2d: update Windows binaries to 3.1.1 2025-12-09 15:37:00 +01:00
Laytan Laats
3fc42f0466 vendor/box2d: update MacOS binaries to 3.1.1 2025-12-09 16:15:07 +01:00
Laytan Laats
b34fdd6260 vendor/box2d: update to 3.1.1 2025-12-09 16:06:37 +01:00