Feoramund
|
bb6cbf6559
|
Fix SDL constants
|
2024-07-03 15:22:39 -04:00 |
|
Jeroen van Rijn
|
f6892d2236
|
Fix help text.
|
2024-07-03 19:30:25 +02:00 |
|
gingerBill
|
075384b2bb
|
Fix #soa assignment bug
|
2024-07-03 00:33:13 +01:00 |
|
gingerBill
|
7e6acdf800
|
Merge pull request #3855 from laytan/master
Fix two LLVM assertion failures
|
2024-07-02 22:16:49 +01:00 |
|
gingerBill
|
8b49549fd3
|
Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopens
wasm: support `vendor:stb/truetype` and `vendor:fontstash`
|
2024-07-02 22:14:54 +01:00 |
|
Jeroen van Rijn
|
0ceae51223
|
Merge pull request #3862 from laytan/fix-empty-webgpu-link-errors
vendor/wgpu: fix linker errors with empty project
|
2024-07-02 23:05:34 +02:00 |
|
Laytan Laats
|
761a50e145
|
vendor/wgpu: fix linker errors with empty project
|
2024-07-02 22:37:02 +02:00 |
|
Laytan Laats
|
5399093050
|
make preopens a slice and remove bad current_dir
|
2024-07-02 20:17:24 +02:00 |
|
Laytan Laats
|
0ef5191540
|
use slice.ptr_swap instead of alloca
|
2024-07-02 20:11:44 +02:00 |
|
Laytan Laats
|
10c68a8951
|
wasm: support vendor:stb/truetype and vendor:fontstash
|
2024-07-02 16:03:42 +02:00 |
|
Laytan Laats
|
4e18e1b191
|
wasi: make os.open work with absolute paths
|
2024-07-02 15:29:24 +02:00 |
|
Laytan Laats
|
6f1cc8071c
|
wasm: add foreign import and linking of wasm object files
|
2024-07-02 15:28:08 +02:00 |
|
Jeroen van Rijn
|
0697fd0101
|
Merge pull request #3857 from flysand7/tlhelp-modentry
[sys/windows]: Fix the type declaration for MODULEENTRY32W
|
2024-07-02 12:42:18 +02:00 |
|
flysand7
|
62d107bea5
|
[sys/windows]: Fix the type declaration for MODULEENTRY32W
|
2024-07-02 21:34:54 +11:00 |
|
Laytan Laats
|
7233149096
|
fix llvm assertion failure when const initializer is not the same type
|
2024-07-02 01:25:52 +02:00 |
|
Laytan Laats
|
c822f0b8c8
|
fix llvm assertion about metadata on non-instruction
|
2024-07-02 01:14:50 +02:00 |
|
Jeroen van Rijn
|
d912c6e320
|
Merge pull request #3849 from Feoramund/zero-mantissa
Don't factor trailing zeroes into mantissa division
|
2024-07-01 20:53:07 +02:00 |
|
Jeroen van Rijn
|
f7243eac74
|
Force cl.exe to parse Odin source as utf-8.
|
2024-07-01 20:48:00 +02:00 |
|
Jeroen van Rijn
|
c2ab2bf25a
|
Add UTF-8 BOM for ucg.c, because reasons.
|
2024-07-01 20:23:48 +02:00 |
|
gingerBill
|
b4ca044ae0
|
Merge pull request #3846 from Feoramund/add-more-net-tests
Add more `core:net` tests
dev-2024-07
|
2024-07-01 17:56:07 +01:00 |
|
gingerBill
|
a2b23de0a7
|
Sanity check for a nullptr
|
2024-07-01 12:24:46 +01:00 |
|
gingerBill
|
42ff711114
|
Fix #3515
|
2024-07-01 12:22:18 +01:00 |
|
gingerBill
|
544959326b
|
Add intrinsics.type_struct_has_implicit_padding #3844
|
2024-07-01 12:13:35 +01:00 |
|
gingerBill
|
942f3f5220
|
Add non_zero_* variants for #soa dynamic array
|
2024-07-01 12:04:29 +01:00 |
|
gingerBill
|
8ddfcf174d
|
Add #soa support to append directly
|
2024-07-01 11:51:28 +01:00 |
|
gingerBill
|
4086a62167
|
Fix showing error when not meant to
|
2024-07-01 11:50:35 +01:00 |
|
gingerBill
|
3a43928184
|
Add #no_broadcast to append_soa
|
2024-07-01 11:47:33 +01:00 |
|
gingerBill
|
7f6fe91896
|
Add #soa forms to reserve, clear, and resize
|
2024-07-01 11:37:21 +01:00 |
|
gingerBill
|
11617af8f5
|
Add support for make(#soa[]T) etc
|
2024-07-01 11:34:50 +01:00 |
|
gingerBill
|
4a2b87672c
|
Unify #soa code for structs and arrays
|
2024-07-01 11:11:06 +01:00 |
|
gingerBill
|
fb0b95bcad
|
Merge pull request #3760 from Feoramund/refactor-show-error-on-line
Refactor `show_error_on_line`
|
2024-07-01 11:03:29 +01:00 |
|
gingerBill
|
1a4edad63e
|
Merge pull request #3848 from laytan/wasm-c-abi-indirect-multifield-struct
make structs with multiple fields always return indirect in wasm c abi
|
2024-07-01 11:02:49 +01:00 |
|
Feoramund
|
8cd7fd95a3
|
Don't factor trailing zeroes into mantissa division
This should fix issues where `N00 / (pow+2)` results in a different number
than `N / pow`.
|
2024-06-30 22:18:25 -04:00 |
|
Laytan Laats
|
ef6a73c7ef
|
fix not setting cc before using it in abi computations
|
2024-07-01 01:30:44 +02:00 |
|
Laytan Laats
|
e3dde8caf8
|
make structs with multiple fields always return indirect in wasm c abi
|
2024-07-01 00:50:10 +02:00 |
|
Feoramund
|
8e64265aed
|
Replace unneeded transmute
|
2024-06-30 16:39:22 -04:00 |
|
Feoramund
|
1e7dfd0e34
|
Add more core:net tests
- UDP send & read
- DNS resolution
- Nonblocking socket option
|
2024-06-30 16:39:22 -04:00 |
|
gingerBill
|
13ace1dac9
|
Merge pull request #3839 from flysand7/tlhelp-fix
[sys/windows]: Fix the value for TH32CS_SNAPPROCESS constant
|
2024-06-30 20:15:33 +01:00 |
|
Jeroen van Rijn
|
efd933e221
|
Merge pull request #3842 from karl-zylinski/fix-poly-bitset-size
Fix for bit_set[$T] proc params always being generated as i8
|
2024-06-30 21:10:42 +02:00 |
|
Karl Zylinski
|
e0face1ac8
|
Make types like bit_set[$T] have their upper and lower bits overwritten by upper/lower from the source types when checking if polymorphic type is assignable. This fixes an issue where an i8 was always generated for bit_sets with generic elements, because it couldn't figure out upper/lower when check_bit_set_type was run. Fixes #2860
|
2024-06-30 20:36:51 +02:00 |
|
Jeroen van Rijn
|
4fbd22b668
|
Merge pull request #3840 from H0mTanks/master
Add missing enum member for WSAEWOULDBLOCK in TCP_Send_Error for windows.
|
2024-06-30 11:29:31 +02:00 |
|
h0mtanks
|
2b615b09f0
|
fixed whitespace
|
2024-06-30 13:47:11 +05:30 |
|
h0mtanks
|
d1603ebac4
|
added missing would_block enum member
|
2024-06-30 13:42:55 +05:30 |
|
flysand7
|
561b96b20d
|
[sys/windows]: Fix the value for TH32CS_SNAPPROCESS constant
|
2024-06-30 13:34:08 +11:00 |
|
gingerBill
|
afe24a0d4d
|
Merge pull request #3838 from flysand7/windows-tlhelp
[core/windows]: Bind tlhelp.h functions from kernel32.dll
|
2024-06-30 02:52:35 +01:00 |
|
flysand7
|
2737ccab3d
|
[core/windows]: Bind tlhelp.h functions from kernel32.dll
|
2024-06-30 12:35:42 +11:00 |
|
Feoramund
|
8ed5cb283b
|
Re-implement the error squiggles with visual width
|
2024-06-29 18:55:12 -04:00 |
|
Feoramund
|
8b305a4c67
|
Add UCG library to Odin compiler
|
2024-06-29 18:42:56 -04:00 |
|
gingerBill
|
80592f0f51
|
Add -disallow-do in CI
|
2024-06-29 22:50:23 +01:00 |
|
gingerBill
|
af3401631a
|
Remove the -disallow-do aspect from -strict-style
|
2024-06-29 22:48:43 +01:00 |
|