gingerBill
21116a7b47
Use SIP hash as name canonicalization hash
...
Replaces fnv64a
2025-11-18 12:33:48 +00:00
gingerBill
784f320e12
Fix indentation in comments
2025-11-18 12:11:29 +00:00
gingerBill
3e0f9cace6
Merge pull request #5936 from benjryan/wsa_defs
...
Add WSASendTo and WSARecvFrom
2025-11-16 22:25:08 +00:00
gingerBill
fd0fda5e34
Merge pull request #5937 from laytan/skip-collision-panic-when-package-names-arent-unique
...
skip collision panic when package names aren't unique
2025-11-16 22:23:26 +00:00
Laytan
eb089a1c98
skip collision panic when package names aren't unique
2025-11-16 15:06:30 +01:00
Laytan
614e98f230
Merge pull request #5934 from BradLewis/fix/oob-parser
...
Fix out of bounds access when parsing end_pos
2025-11-16 14:24:07 +01:00
Ben Ryan
a5d9c87ac5
Add WSASendTo and WSARecvFrom
2025-11-16 23:56:54 +11:00
Brad Lewis
4267f1eb56
Fix out of bounds access when parsing end_pos
2025-11-15 19:28:31 -05:00
gingerBill
93fa00c191
Use _get_platform_error() where more appropriate
2025-11-14 21:08:32 +00:00
gingerBill
360d93bfa1
Merge pull request #5928 from odin-lang/bill/io-error-changes
...
Move some OS General_Error values to io.Error
2025-11-14 14:59:03 +00:00
gingerBill
e4fcebe4bf
Empty -> Unsupported
2025-11-14 11:17:38 +00:00
gingerBill
51536fecf4
Move some of the os&os2 errors into io.Error; Rename Empty to Unsupported
2025-11-14 11:08:24 +00:00
gingerBill
bd21b2cf49
Merge pull request #5927 from xraxra/fix-stbi-alpha-channel
...
change STBI resize alpha_channel parameter type to c.int
2025-11-14 10:54:26 +00:00
Jeroen van Rijn
2afe0322ac
Merge pull request #5926 from wrathdoesthat/windows-LockFileEx
...
LockFileEx/UnlockFileEx and related flags
2025-11-14 09:48:01 +01:00
xra
b5700e4c4c
change STBI resize alpha_channel parameter type to c.int
2025-11-14 16:18:43 +09:00
Wrath
a43cee934e
LockFileEx/UnlockFileEx and related flags
2025-11-13 23:36:16 -05:00
Laytan
4bfcc5ca5f
Merge pull request #5900 from laytan/another-thread-cancel-try
...
removes the darwin specific paths from thread_unix
2025-11-13 21:21:18 +01:00
Laytan
c4262ccc77
Merge pull request #5919 from slowhei/master
...
Fix typo in NS.String_initWithCString
2025-11-12 19:05:34 +01:00
Tohei Ichikawa
8d9806817d
Fix typo in NS.String_initWithCString
2025-11-12 09:29:28 -05:00
gingerBill
ae45b8b38e
Merge pull request #5903 from BNTB/master
...
Add FreeLibraryAndExitThread in kernel32. Add EnumProcessModules in psapi (new file).
2025-11-11 21:22:16 +00:00
gingerBill
33341c47a1
Merge pull request #5908 from slowhei/master
...
Fix allocation of anonymous globals
2025-11-11 21:08:11 +00:00
gingerBill
68272c0c6c
Merge pull request #5912 from laytan/iouring
...
sys/linux: add io uring API
2025-11-10 19:23:58 +00:00
Laytan
3db76bc367
sys/linux: add io uring API
2025-11-10 20:03:57 +01:00
Laytan
ad9dc4d31b
vendor/wgpu: update docs link
...
Fixes #5854
2025-11-10 19:40:52 +01:00
Jeroen van Rijn
dc57773ba8
Merge pull request #5909 from korvahkh/fix-5894
...
Fix #5894
2025-11-10 15:34:29 +01:00
korvahkh
f454bbd73c
Fix #5894
2025-11-10 07:54:42 -06:00
Tohei Ichikawa
6450459008
Convert test case indentation to tabs
2025-11-09 22:07:09 -05:00
Tohei Ichikawa
411a163827
Add link to relevant PR to test case
2025-11-09 22:02:37 -05:00
Tohei Ichikawa
d6b5a3139a
Fix allocation of anonymous globals
2025-11-09 21:07:28 -05:00
Laytan
b4d193b365
Merge pull request #5904 from laytan/ubuntu-arm-ci
...
Ubuntu arm ci and posix fixes
2025-11-08 22:02:07 +01:00
Laytan
58a66c3017
Merge pull request #5902 from harold-b/hb.no-foreign-proc-check-on-imported-objc-methods
...
Don't check proc signature similarity for imported Objective-C methods
2025-11-08 22:00:39 +01:00
Laytan Laats
7aeed8b205
skip pow -25 for linux arm64 too
2025-11-08 21:52:50 +01:00
Laytan Laats
171a8d1589
don't try to use amd64 lua lib on other architectures
2025-11-08 21:45:01 +01:00
Laytan Laats
090def7870
whoops
2025-11-08 21:30:16 +01:00
Laytan Laats
8f2a268c2f
Revert "temp log for more info about semid_ds fail"
...
This reverts commit fb50a548f7 .
2025-11-08 21:27:06 +01:00
Laytan Laats
a852b6512c
fix semid_ds definition on arm64 linux
2025-11-08 21:26:29 +01:00
Laytan Laats
0a091063ce
debug offsets
2025-11-08 21:20:09 +01:00
acyclicgraph
5869ef29d9
Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in psapi (new file).
2025-11-08 21:13:12 +01:00
Laytan Laats
fb50a548f7
temp log for more info about semid_ds fail
2025-11-08 20:26:11 +01:00
Laytan Laats
0b0caab1d2
fix pthread_attr_t size on arm64
2025-11-08 20:25:56 +01:00
Laytan Laats
2c7b4130eb
ci for ubuntu arm
2025-11-08 19:53:50 +01:00
Harold Brenes
3a07a32411
Don't check procedure signature similarity when a foreign import proc is an Objective-C method.
2025-11-07 21:38:34 -05:00
Laytan
d25839dd8c
Merge pull request #5899 from laytan/fix-up-macos-ci
...
fix up macos ci
2025-11-07 22:30:31 +01:00
Laytan Laats
8fe976a989
fix up macos ci
...
macos-13 was recently made an arm runner, and now being removed afaik.
Move to macos-15-intel which should be the go to for intel MacOS now.
Also use macos-latest in line with ubuntu-latest for the arm version.
2025-11-07 21:47:10 +01:00
Laytan Laats
71afb8e7a5
removes the darwin specific paths from thread_unix
...
I know I left a note there about deadlocks but it doesn't seem to happen
anymore, especially now that the test runner creates cancellation points.
Also, what was this `can_set_thread_cancel_state` for? It does not make
sense to me that it enables cancellation, and then does it again later.
With the comment it seems like it should be `.DISABLE` to first disable
and then wait for the thread to start. But even that seems weird, why
do you need to do that? I removed it.
2025-11-07 21:40:25 +01:00
gingerBill
1fb60c4348
Merge pull request #5885 from mailgerigk/master
...
Add missing SetLayeredWindowAttributes constants
2025-11-07 13:04:39 +00:00
Jeroen van Rijn
40437b52eb
Merge pull request #5895 from Neirokan/sjson_clone_ident
...
encoding/json: clone unquoted strings
2025-11-06 18:26:46 +01:00
Neirokan
8cdf7ade48
encoding/json: clone unquoted strings
2025-11-06 19:24:58 +03:00
Jeroen van Rijn
91409cb37e
Clarify get and get_ptr in core:container/small_array.
...
See #5892 .
2025-11-06 15:21:56 +01:00
gingerBill
4ce01854d5
Improve error positioning for #all_or_none
2025-11-06 09:37:16 +00:00