aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* `Empty` -> `Unsupported`bill/io-error-changesgingerBill2025-11-1417-23/+23
|
* Move some of the os&os2 errors into `io.Error`; Rename Empty to UnsupportedgingerBill2025-11-143-39/+37
|
* Merge pull request #5927 from xraxra/fix-stbi-alpha-channelgingerBill2025-11-141-13/+13
|\ | | | | change STBI resize alpha_channel parameter type to c.int
| * change STBI resize alpha_channel parameter type to c.intxra2025-11-141-13/+13
| |
* | Merge pull request #5926 from wrathdoesthat/windows-LockFileExJeroen van Rijn2025-11-141-0/+19
|\ \ | |/ |/| LockFileEx/UnlockFileEx and related flags
| * LockFileEx/UnlockFileEx and related flagsWrath2025-11-131-0/+19
|/
* Merge pull request #5900 from laytan/another-thread-cancel-tryLaytan2025-11-131-15/+8
|\ | | | | removes the darwin specific paths from thread_unix
| * removes the darwin specific paths from thread_unixLaytan Laats2025-11-071-15/+8
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #5919 from slowhei/masterLaytan2025-11-121-1/+1
|\ \ | | | | | | Fix typo in NS.String_initWithCString
| * | Fix typo in NS.String_initWithCStringTohei Ichikawa2025-11-121-1/+1
|/ /
* | Merge pull request #5903 from BNTB/mastergingerBill2025-11-112-0/+10
|\ \ | | | | | | Add FreeLibraryAndExitThread in kernel32. Add EnumProcessModules in psapi (new file).
| * | Added FreeLibraryAndExitThread in kernel32. Added EnumProcessModules in ↵acyclicgraph2025-11-082-0/+10
| | | | | | | | | | | | psapi (new file).
* | | Merge pull request #5908 from slowhei/mastergingerBill2025-11-112-0/+68
|\ \ \ | | | | | | | | Fix allocation of anonymous globals
| * | | Convert test case indentation to tabsTohei Ichikawa2025-11-091-30/+30
| | | |
| * | | Add link to relevant PR to test caseTohei Ichikawa2025-11-091-0/+3
| | | |
| * | | Fix allocation of anonymous globalsTohei Ichikawa2025-11-092-0/+65
| | | |
* | | | Merge pull request #5912 from laytan/iouringgingerBill2025-11-104-6/+516
|\ \ \ \ | | | | | | | | | | sys/linux: add io uring API
| * | | | sys/linux: add io uring APILaytan2025-11-104-6/+516
|/ / / /
* | | | vendor/wgpu: update docs linkLaytan2025-11-101-3/+3
| | | | | | | | | | | | | | | | Fixes #5854
* | | | Merge pull request #5909 from korvahkh/fix-5894Jeroen van Rijn2025-11-101-6/+14
|\ \ \ \ | |/ / / |/| | | Fix #5894
| * | | Fix #5894korvahkh2025-11-101-6/+14
|/ / /
* | | Merge pull request #5904 from laytan/ubuntu-arm-ciLaytan2025-11-0810-25/+59
|\ \ \ | | | | | | | | Ubuntu arm ci and posix fixes
| * | | skip pow -25 for linux arm64 tooLaytan Laats2025-11-081-2/+2
| | | |
| * | | don't try to use amd64 lua lib on other architecturesLaytan Laats2025-11-085-9/+11
| | | |
| * | | whoopsLaytan Laats2025-11-081-2/+2
| | | |
| * | | Revert "temp log for more info about semid_ds fail"Laytan Laats2025-11-081-2/+0
| | | | | | | | | | | | | | | | This reverts commit fb50a548f75a835d0edeccc57f28df62b059d481.
| * | | fix semid_ds definition on arm64 linuxLaytan Laats2025-11-081-10/+24
| | | |
| * | | debug offsetsLaytan Laats2025-11-082-0/+10
| | | |
| * | | temp log for more info about semid_ds failLaytan Laats2025-11-081-0/+2
| | | |
| * | | fix pthread_attr_t size on arm64Laytan Laats2025-11-081-1/+9
| | | |
| * | | ci for ubuntu armLaytan Laats2025-11-081-3/+3
| |/ /
* | | Merge pull request #5902 from ↵Laytan2025-11-081-2/+1
|\ \ \ | |/ / |/| | | | | | | | harold-b/hb.no-foreign-proc-check-on-imported-objc-methods Don't check proc signature similarity for imported Objective-C methods
| * | Don't check procedure signature similarity when a foreign import proc is an ↵Harold Brenes2025-11-071-2/+1
| | | | | | | | | | | | Objective-C method.
* | | Merge pull request #5899 from laytan/fix-up-macos-ciLaytan2025-11-072-8/+7
|\ \ \ | |_|/ |/| | fix up macos ci
| * | fix up macos ciLaytan Laats2025-11-072-8/+7
|/ / | | | | | | | | | | | | 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.
* | Merge pull request #5885 from mailgerigk/mastergingerBill2025-11-071-0/+3
|\ \ | |/ |/| Add missing SetLayeredWindowAttributes constants
| * Add missing SetLayeredWindowAttributes constantsgerigk2025-11-041-0/+3
| |
* | Merge pull request #5895 from Neirokan/sjson_clone_identJeroen van Rijn2025-11-062-15/+17
|\ \ | | | | | | encoding/json: clone unquoted strings
| * | encoding/json: clone unquoted stringsNeirokan2025-11-062-15/+17
| | |
* | | Clarify `get` and `get_ptr` in `core:container/small_array`.Jeroen van Rijn2025-11-061-4/+14
| | | | | | | | | | | | See #5892.
* | | Improve error positioning for `#all_or_none`gingerBill2025-11-061-2/+8
| | |
* | | Merge pull request #5891 from odin-lang/bill/remove-no-copygingerBill2025-11-057-42/+34
|\ \ \ | | | | | | | | Remove `#no_copy`
| * | | Remove `#no_copy`gingerBill2025-11-057-42/+34
| | | |
* | | | Merge pull request #5890 from odin-lang/bill/all_or_nonegingerBill2025-11-0515-43/+184
|\| | | | |/ / |/| | `struct #all_or_none`
| * | Improve doc-writer format for `#all_or_none`bill/all_or_nonegingerBill2025-11-052-3/+64
| | |
| * | Update doc-writergingerBill2025-11-052-0/+2
| | |
| * | Add `#all_or_none`gingerBill2025-11-0513-40/+118
|/ /
* | Fix type name name canonicalization within an anonymously nested procedure ↵gingerBill2025-11-051-1/+6
| | | | | | | | in a struct.
* | Refresh vorbis lib on Windows as well.Jeroen van Rijn2025-11-051-0/+0
| |
* | Fix #5887Jeroen van Rijn2025-11-051-1/+5
| | | | | | | | By cherry picking unmerged fix in upstream https://github.com/nothings/stb/issues/1745.