fendevel
eeb7e775f3
webgl: Add bindings, fix Tex*Image*D
2026-02-28 00:37:34 +00:00
gingerBill
4581f57953
Merge pull request #6320 from Faker-09/handle_map_duplicate_assignment
...
In handle_map.dynamic_add(), remove redundant assignment
2026-02-23 13:49:02 +00:00
Jeroen van Rijn
d3b8ab7475
Merge pull request #6319 from fnky/vendor/curl/fix-urlapi
...
`vendor:curl`: Fix `what` argument for url_set
2026-02-22 22:07:04 +01:00
fnky
ae45458193
Remove pointer from part arg
2026-02-22 19:31:09 +01:00
Jeroen van Rijn
93d4e56e0b
Merge pull request #6317 from Faker-09/bytes_loc
...
core:bytes add loc := #caller_location
2026-02-22 16:52:10 +01:00
Shane Shrybman
0ffd740583
core:bytes add loc := #caller_location
2026-02-22 10:18:04 -05:00
Jeroen van Rijn
5d94c01e47
Disable LLVMTailCallKindMustTail under LLVM 18
2026-02-21 23:29:32 +01:00
Jeroen van Rijn
1f18672110
Merge pull request #6312 from xandaron/add-win32-functions
...
added 2 user32 functions
2026-02-21 14:51:27 +01:00
Jeroen van Rijn
13e0f7cc35
Merge pull request #6314 from Kelimion/update_unicode_xml
...
Update unicode xml
2026-02-21 14:14:59 +01:00
Jeroen van Rijn
82b3917300
Update unicode.xml to 17
2026-02-21 14:02:41 +01:00
Alex Davis
9359cfa39e
added 2 user32 functions
2026-02-21 10:15:31 +00:00
Jeroen van Rijn
ac11491979
Update generated table
2026-02-21 01:55:07 +01:00
Jeroen van Rijn
98b65f2c2e
Update unicode generator + test
2026-02-21 01:54:17 +01:00
Jeroen van Rijn
11d2d37277
Better.
2026-02-20 19:31:50 +01:00
Jeroen van Rijn
3299981433
core:sys/info: Fix GPU enumeration loop
2026-02-20 19:25:17 +01:00
Jeroen van Rijn
b6f064100a
Merge pull request #6309 from Faker-09/xar_iter_reset
...
core:container/xar reset iterators for easy reuse
2026-02-20 19:12:33 +01:00
Shane Shrybman
94fa423cac
Reset the xar freelist iterators' index to 0 for easy reuse
2026-02-20 12:06:38 -05:00
Shane Shrybman
baaea5c1e6
Reset the xar iterator index to 0 for easy reuse
2026-02-20 11:28:50 -05:00
Jeroen van Rijn
8d641afdce
Merge pull request #6306 from Kelimion/download_assets
...
Tweak asset downloader output
2026-02-20 14:33:59 +01:00
Jeroen van Rijn
be8c3a82b0
Tweak asset downloader output
2026-02-20 14:16:05 +01:00
Jeroen van Rijn
91d5b5539c
Make download_assets.py less spammy.
2026-02-19 22:03:01 +01:00
Laytan
b132ea5047
Merge pull request #6304 from laytan/build-script-llvm-detection-improvement
...
improve llvm version picking
2026-02-19 22:00:03 +01:00
Laytan Laats
a0692cd40b
improve llvm version picking
...
In arch, the `llvm` package points to the latest version of LLVM, this
installs `llvm-config` but not a `llvm-config-21` link. This meant that
we would check all our lower supported versions before falling back to
the default `llvm-config`.
This change makes sure that if `llvm-config` exists we check against the
major version (by using `llvm-config --version`) and make sure we have
the highest llvm version we support.
2026-02-19 21:47:44 +01:00
Jeroen van Rijn
d05523c23c
Merge pull request #6239 from Yawning/feature/ecdsa
...
core:crypto/ecdsa: Add ECDSA support
2026-02-19 21:15:17 +01:00
Yawning Angel
4ef6300eb3
core/crypto/ed25519: Add private_key_generate
2026-02-20 04:10:54 +09:00
Yawning Angel
7e7515d7d9
core/crypto/ecdsa: Add ECDSA support
2026-02-20 04:10:54 +09:00
Yawning Angel
49ab240c45
core/crypto/_weierstrass: Add Shamir-Strauss
2026-02-20 03:59:34 +09:00
Yawning Angel
ffa6fc2a67
core/crypto/_weierstrass: Add scalar field inversion
2026-02-20 03:59:34 +09:00
gingerBill
aea6274a10
Fix _mkdir_all for wasi
2026-02-19 14:54:34 +00:00
gingerBill
b643b0b1a9
Fix _copy_directory_all_native
2026-02-19 14:05:49 +00:00
gingerBill
cf3ac07a7e
Fix copy_directory_all
2026-02-19 14:00:38 +00:00
gingerBill
26a4b2bfef
Fix perm: int to perm: Permissions
2026-02-19 13:58:02 +00:00
gingerBill
d4b2d527d4
Merge branch 'master' of https://github.com/odin-lang/Odin
2026-02-19 13:51:31 +00:00
gingerBill
7c9ac5a777
Try to improve the error handling for procedure groups
2026-02-19 13:51:20 +00:00
Jeroen van Rijn
109d68d022
Merge pull request #6303 from hstormo/hms-12-fix
...
core/time: Correct 12-hour clock string
2026-02-19 02:49:31 +01:00
Håkon Stormo
686cba8ca2
Fix to_string_hms_12
2026-02-19 02:32:00 +01:00
Jeroen van Rijn
76f5c39d9b
Merge pull request #6301 from laytan/remove-process-close-add-process-terminate
...
os: remove `process_close` and add `process_terminate`
2026-02-18 20:35:39 +01:00
Laytan
dfb09d1299
Merge pull request #6231 from lucypero/fix/atomic-typo
...
Fix typo in atomic.odin documentation
2026-02-18 20:28:02 +01:00
Laytan Laats
7a7d7560b6
os: remove sys/unix dep on Linux
2026-02-18 20:16:55 +01:00
Laytan Laats
e87e3fba1b
os: remove process_close and add process_terminate
...
`process_wait` (optionally prefaced with a `process_kill`) can be used
to properly close and free resources of the process.
`process_terminate` was added because `process_kill` is a forceful
exit, we were missing a way to request the process to terminate.
2026-02-18 20:15:07 +01:00
Jeroen van Rijn
06a56c5edd
Merge pull request #6300 from jakubtomsu/more-import-cleanup
...
More import cleanup and simplification
2026-02-18 12:15:24 +01:00
jakubtomsu
73a62f672a
Merge branch 'odin-lang:master' into more-import-cleanup
2026-02-18 10:59:00 +01:00
Jeroen van Rijn
53c6c8a556
Merge pull request #6299 from Faker-09/xar_return
...
Add missing return values on xar iterators
2026-02-18 10:21:33 +01:00
Shane Shrybman
45ac966901
Add missing return values on xar iterators
2026-02-17 22:51:39 -05:00
Jeroen van Rijn
9ee09d7f2b
Merge pull request #6297 from krnowak/krnowak/fix-tools-and-examples
...
Fix some tools and examples after core:os update and using-stmt feature
2026-02-17 23:20:54 +01:00
Krzesimir Nowak
a90f2ad3a0
Print errors in tools and examples to stderr
2026-02-17 23:08:32 +01:00
jakubtomsu
a48a4b98ce
remove FORCE_DWORD enum elements
2026-02-17 22:51:23 +01:00
Krzesimir Nowak
47775214d6
Fix some tools and examples after core:os update and using-stmt feature
2026-02-17 21:58:08 +01:00
Shane Shrybman
0deacb6871
In handle_map.dynamic_add(), 'item' has been appended to the xar so this additional assignment is unneeded.
2026-02-17 15:31:17 -05:00
Jeroen van Rijn
c666dbf7c2
Merge pull request #6296 from Faker-09/xar_flase_typo
...
Fix typo in xar.array_linear_search() return
2026-02-17 20:43:59 +01:00