Commit Graph

15975 Commits

Author SHA1 Message Date
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
gingerBill
5bf3e0e87c Merge pull request #5891 from odin-lang/bill/remove-no-copy
Remove `#no_copy`
2025-11-05 13:55:39 +00:00
gingerBill
4f0908584b Merge pull request #5890 from odin-lang/bill/all_or_none
`struct #all_or_none`
2025-11-05 13:51:12 +00:00
gingerBill
fc2cb8fb39 Remove #no_copy 2025-11-05 13:44:14 +00:00
gingerBill
c937d38db2 Improve doc-writer format for #all_or_none 2025-11-05 13:42:19 +00:00
gingerBill
c5556aa2e0 Update doc-writer 2025-11-05 13:32:32 +00:00
gingerBill
593d2e6daa Add #all_or_none 2025-11-05 13:30:40 +00:00
gingerBill
ea5db0e048 Fix type name name canonicalization within an anonymously nested procedure in a struct. 2025-11-05 10:06:40 +00:00
Jeroen van Rijn
50350d2364 Refresh vorbis lib on Windows as well. 2025-11-05 09:20:18 +01:00
Jeroen van Rijn
4f370f66bb Fix #5887
By cherry picking unmerged fix in upstream https://github.com/nothings/stb/issues/1745.
2025-11-05 09:15:49 +01:00
gingerBill
12d8572d43 Merge pull request #5886 from laytan/32bit-typeid-fixes
fixes for 32bit with regards to typeid
2025-11-04 20:56:49 +00:00