aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | xar: fix exampleLaytan Laats2026-01-111-2/+3
| | | | | | | | | |
| * | | | | | | | | rbtree: fix pointer usagesLaytan Laats2026-01-112-26/+16
| | | | | | | | | |
| * | | | | | | | | runtime: use `alloc_non_zeroed` in `new_clone`; zeroing is not neededLaytan Laats2026-01-111-1/+1
| | | | | | | | | |
| * | | | | | | | | net: implement OpenBSD and NetBSD support & add stubs for other targets & ↵Laytan Laats2026-01-1126-335/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup
| * | | | | | | | | ci: don't check BSD or ARM targets on Linux amd64 because they have their ↵Laytan Laats2026-01-111-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own run
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-163-1/+20
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #6119 from slowhei/mastergingerBill2026-01-163-1/+20
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix assertion error when imported proc groups are passed as proc arguments
| | * | | | | | | | | | Fix test name, add PR link, use tabsTohei Ichikawa2026-01-101-3/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Fix assertion error when imported proc groups are passed as proc argumentsTohei Ichikawa2026-01-103-1/+19
| | | | | | | | | | | |
* | | | | | | | | | | | Fix typo in strings.equal_foldgingerBill2026-01-161-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #6136 from odin-lang/bill/disable-exceptionsgingerBill2026-01-163-0/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | `-disable-unwind`
| * | | | | | | | | | | `-disable-unwind`gingerBill2026-01-153-0/+13
|/ / / / / / / / / / /
* | | | | | | | | | | Add `@(no_sanitize_thread)`gingerBill2026-01-155-1/+10
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6135 from odin-lang/bill/must-tailgingerBill2026-01-159-62/+144
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | `#must_tail`
| * | | | | | | | | | | Add `preserve/most` and `preserve/all`bill/must-tailgingerBill2026-01-153-0/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Add `#must_tail` to odin/parsergingerBill2026-01-152-5/+21
| | | | | | | | | | | |
| * | | | | | | | | | | Add `#must_tail` and `"preserve/none"` calling conventiongingerBill2026-01-156-44/+21
| | | | | | | | | | | |
| * | | | | | | | | | | Add `#must_tail` (similar syntax to `#force_inline`gingerBill2026-01-156-24/+105
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #6125 from Wassimulator/patch-2gingerBill2026-01-141-1/+32
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add init and fini callback procs to thread pools
| * | | | | | | | | | | use ^Thread instead of index in init and finiWassim Alhajomar2026-01-141-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | cleanupWassim Alhajomar2026-01-121-1/+32
| | | | | | | | | | | |
* | | | | | | | | | | | Remove old dead directory `core:sys/win32`gingerBill2026-01-141-3/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6133 from WongSoft/fix-low-priority-thread-unixgingerBill2026-01-141-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [core:thread] Ensure creating a low priority thread with SCHED_OTHER policy does not assert
| * | | | | | | | | | | | Ensure creating a low priority thread does not assert with SCHED_OTHER policyNathan Wong2026-01-131-1/+5
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #6131 from FrancisTheCat/mastergingerBill2026-01-141-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Add warning for `size_of(&x)` expressions
| * | | | | | | | | | | Fix indentationFranz Hoeltermann2026-01-141-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Add warning for `size_of(&x)` expressionsFranz2026-01-141-0/+10
|/ / / / / / / / / / /
* | | | | | | | | | | Remove duplicate assingment of array.allocator = allocator in ↵Faker-092026-01-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _make_dynamic_array_len_cap(...) (#6095)
* | | | | | | | | | | Add NSWindow layout information method bindings to darwin/Foundation (#6040)Jacob Evelyn2026-01-131-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds bindings for `NSWindow`'s ["Getting Layout Information"](https://developer.apple.com/documentation/appkit/nswindow?language=objc#Getting-Layout-Information) methods to the `core:sys/darwin/Foundation` package. Co-authored-by: Jacob Evelyn <j@cob.land>
* | | | | | | | | | | Fix darwin/Foundation/NSScreen type property bindings (#6038)Jacob Evelyn2026-01-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the `darwin/Foundation` package's `NSScreen` bindings to treat Objective-C "type properties" as class methods rather than instance methods. As a result, we can now access these properties like this: ```odin import NS "core:sys/darwin/Foundation" main :: proc() { NS.Screen.mainScreen() } ``` instead of this: ```odin import NS "core:sys/darwin/Foundation" main :: proc() { (^NS.Screen)(nil).mainScreen() } ``` This commit also adds a binding for `NSScreen`'s `screensHaveSeparateSpaces` type property, which was previously missing from the `darwin/Foundation` package. Co-authored-by: Jacob Evelyn <j@cob.land>
* | | | | | | | | | | optimized slice filling in xoshiro/pcg_random_generator_proc (#6001)Xotchkass2026-01-132-18/+26
| | | | | | | | | | |
* | | | | | | | | | | Implement more Linux syscalls. (#6083)Znarf2026-01-134-14/+186
| | | | | | | | | | |
* | | | | | | | | | | Adds static linking to non-windows platforms (#6057)Fabrice2026-01-131-1/+15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6127 from paulpage/paulpage-orca-updateLaytan2026-01-131-110/+142
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Update Orca bindings
| * | | | | | | | | | remove unneeded manual definitionsPaul Page2026-01-121-14/+0
| | | | | | | | | | |
| * | | | | | | | | | Update Orca bindingsPaul Page2026-01-121-96/+142
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2026-01-1110-112/+113
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #6120 from ske2004/fix-regression-6118gingerBill2026-01-101-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix regression for #6118 in #6104
| | * | | | | | | | | Fix regression in #6118ske2026-01-101-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #6115 from bbogdan-ov/target-flag-usage-examplegingerBill2026-01-091-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Show `-target` flag usage examples in the help
| | * | | | | | | | | Show `-target` flag usage examples in the helpbogdanov2026-01-081-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #6114 from dayllenger/mastergingerBill2026-01-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix TGA header detection
| | * | | | | | | | | | Fix TGA header detectionViktor2026-01-081-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #6117 from konodin/generic-curl-linkinggingerBill2026-01-091-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | Link Curl the same for all UNIX oses
| | * | | | | | | | | Link Curl the same for all UNIX oseskonodin2026-01-081-4/+4
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #6116 from konodin/freebsd-ipv6-einvalLaytan2026-01-081-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Fix `EINVAL` binding to IPv6 on FreeBSD
| | * | | | | | | | Fix `EINVAL` binding to IPv6 on FreeBSDkonodin2026-01-081-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #6110 from ske2004/fix-constant-conversion-checksgingerBill2026-01-072-25/+14
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Fix constant conversion checks (#6104)
| | * | | | | | | Fix constant conversion checks (#6104)ske2026-01-072-25/+14
| |/ / / / / / /
| * | | | | | | Merge pull request #6099 from figuerom16/mastergingerBill2026-01-061-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vendor:compress/lz4 wasn't finding lz4 for Non-Windows targets.