aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #6249 from laytan/fix-box2d-build-and-try-lfsgingerBill5 days3-2/+3
|\ \ \ | | | | | | | | fix box2d build and try Git LFS
| * | | fix box2d build and try git LFSlaytan6 days3-2/+3
| | | |
* | | | Merge pull request #6250 from jakubtomsu/dep-cleanupJeroen van Rijn6 days7-45/+52
|\ \ \ \ | |/ / / |/| | | Clean-up some imports and dependencies
| * | | import cleanupjakubtomsu6 days7-45/+52
|/ / /
| * / remove xxhash core:mem dependencyjakubtomsu5 days1-2/+2
|/ /
* / Fix handle_map index on `dynamic_add`gingerBill7 days1-1/+2
|/
* add vendor:curl to docsLaytan Laats8 days1-0/+1
|
* Merge pull request #6242 from heavyrain266/fix-enum-typegingerBill9 days1-5/+6
|\ | | | | vendor:directx/d3d12 fixed access violation errors
| * vendor:directx/d3d12: changed backing integers of `BARRIER*` enums and ↵Ignacy Koper9 days1-5/+6
|/ | | | | | | | bit-sets to u32 from i64 and added missing `Flags` field to `TEXTURE_BARRIER` struct Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
* Merge pull request #6228 from heavyrain266/expand-d3d12Jeroen van Rijn9 days1-0/+166
|\ | | | | added `IGraphicsCommandList7` to vendor:directx/d3d12
| * vendor:directx/d3d12: added `IGraphicsCommandList7` with enhanced barriersIgnacy Koper9 days1-0/+166
| | | | | | | | Signed-off-by: Ignacy Koper <ignacy423@gmail.com>
* | Merge pull request #6230 from Nahuel2998/fix/x11-xlib-xchangewindowattributesJeroen van Rijn11 days1-1/+1
|\ \ | | | | | | vendor/x11/xlib: Fix signature of XChangeWindowAttributes
| * | vendor/x11/xlib: Fix signature of XChangeWindowAttributesNahuel299811 days1-1/+1
|/ / | | | | | | Actually fixes #5139
* | Change LTO rules for all platformsgingerBill11 days1-2/+2
| |
* | Add docs for `-lto:<string>`; remove `-lld` and `-radlink` flags docs; with ↵dev-2026-02gingerBill11 days1-6/+26
|/ | | | `-lto` default to `-use-separate-modules` and `-linker:lld`
* Merge pull request #6226 from Nahuel2998/fix/x11-xlib-procs-returntypegingerBill12 days1-4/+4
|\ | | | | vendor/x11/xlib: Fix returntype of some procs
| * vendor/x11/xlib: Fix returntype of some procsNahuel299812 days1-4/+4
| | | | | | | | | | Returntype of a few procs was incorrectly set to i32 rather than a proc that returns i32.
* | Merge pull request #6227 from JesseRMeyer/lto-supportgingerBill12 days4-18/+49
|\ \ | |/ |/| Fix LTO on Windows
| * Merge branch 'master' into lto-supportJesse Meyer12 days50-231/+9919
| |\ | |/ |/|
* | Merge pull request #6213 from Yawning/feature/more-sececJeroen van Rijn12 days16-49/+9536
|\ \ | | | | | | crypto: More core:crypto
| * | core/crypto/ecdh: Add secp384r1Yawning Angel13 days2-0/+84
| | |
| * | core/crypto/_weierstrass: Add secp384r1Yawning Angel13 days12-41/+9445
| | |
| * | core/crypto/_fiat: Minor p256 cleanupsYawning Angel13 days2-6/+6
| | |
| * | core/crypto/_weirstrass: Cosmetic fixes (NFC)Yawning Angel14 days1-2/+1
| | |
* | | Minor optimization to `map_probe_distance`gingerBill13 days1-1/+3
| | |
* | | Merge pull request #6223 from FabzAn/pass-on-permanent_allocatorJeroen van Rijn13 days1-2/+2
|\ \ \ | | | | | | | | text/regex: Pass given allocator on in create_iterator
| * | | text/regex: Pass given allocator on in create_iteratorFabian Erdmann13 days1-2/+2
| | | |
* | | | Merge pull request #6220 from laytan/fix-lto-macosgingerBill13 days2-1/+30
|\ \ \ \ | |/ / / |/| | | fix LTO on MacOS
| * | | fix LTO on MacOSLaytan Laats13 days2-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no `-minimum-os-version` is given, ignore the `override-module` warnings. The user not using, `-minimum-os-version` opts you into linker warnings about target versions. If a `-minimum-os-version` is provided, normalize it to a full version `11` to `11.0.0` for example. The linker seems to want that when doing LTO.
* | | | support -> supportedJeroen van Rijn13 days2-2/+2
|/ / /
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill13 days7-97/+118
|\ \ \
| * \ \ Merge pull request #6218 from Kelimion/fix-6204Jeroen van Rijn13 days7-97/+118
| |\ \ \ | | | | | | | | | | Fix #6204
| | * | | Remove duplicate bufferJeroen van Rijn14 days4-12/+0
| | | | |
| | * | | Fix #6204Jeroen van Rijn14 days3-85/+118
| | | | | | | | | | | | | | | | | | | | Use temporary stack buffers and some global scratch space to remove the need for any allocator.
* | | | | Add `intrinsics.count_trailing_ones` and `intrinsics.count_leading_ones`gingerBill13 days5-0/+47
|/ / / /
* | | | Merge pull request #6217 from odin-lang/bill/threading-fixes-2026-02gingerBill14 days3-10/+8
|\ \ \ \ | | | | | | | | | | Fix to frontend threading bugs
| * | | | Comment out `t->Struct.are_offsets_being_processed.load()`gingerBill14 days1-3/+3
| | | | |
| * | | | Move `return true;` to after the if checkgingerBill14 days1-2/+2
| | | | |
| * | | | Remove unneeded mutex in `hash_exact_value`gingerBill14 days1-5/+0
| | | | |
| * | | | Add parent mutex lock for `scope_insert_with_name`gingerBill14 days1-0/+3
|/ / / /
* | | | Merge pull request #6214 from Josh8011/mastergingerBill14 days1-0/+1
|\ \ \ \ | | | | | | | | | | user32.odin add UnhookWinEvent
| * | | | user32.odin add UnhookWinEventJoshua Zimbicki14 days1-0/+1
| |/ / /
* | | | Merge pull request #6215 from odin-lang/bill/fix-data-races-2026-02gingerBill14 days12-57/+92
|\ \ \ \ | | | | | | | | | | Fix numerous data races
| * | | | Revert `mutex_lock` logicbill/fix-data-races-2026-02gingerBill14 days1-3/+3
| | | | |
| * | | | Fix `mutex_lock`gingerBill14 days1-1/+1
| | | | |
| * | | | Move `alignas` to before namegingerBill14 days1-1/+1
| | | | |
| * | | | Use mutex striping for `add_type_and_value`gingerBill14 days2-10/+29
| | | | |
| * | | | Make `Entity.parent_proc_decl` atomicgingerBill14 days3-6/+8
| | | | |
| * | | | Make `defer_use_checked` and `where_clauses_evaluated` atomicgingerBill14 days3-11/+11
| | | | |
| * | | | Make `Entity.code_gen_*` atomicgingerBill14 days1-2/+2
| | | | |