aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add updated PNG exampleJeroen van Rijn7 days2-0/+138
|
* Address wasi errorsJeroen van Rijn7 days2-1/+1
|
* core:os -> core:os/os for core:math/bigJeroen van Rijn7 days1-8/+7
|
* core:os -> core:os/os for core:imageJeroen van Rijn7 days8-417/+62
|
* Convert `core:encoding/hxa`Jeroen van Rijn7 days4-12/+10
|
* Reenable `core:encoding/ini` testsJeroen van Rijn7 days2-3/+3
|
* `core:os` -> `core:os/os` for CSV, INI, and XMLJeroen van Rijn7 days4-33/+41
| | | | | Also had to vendor `core:encoding/ini` into `core:os/os2` for the user directories on *nix, as it used that package to read `~/.config/user-dirs.dirs`, causing an import cycle.
* Stub out `core:os/os2` for js_wasmJeroen van Rijn7 days10-0/+409
|
* fix conflictJeroen van Rijn7 days1-11/+30
|
* add vendor:curl to docsLaytan Laats8 days1-0/+1
|
* Merge pull request #6242 from heavyrain266/fix-enum-typegingerBill8 days1-5/+6
|\ | | | | vendor:directx/d3d12 fixed access violation errors
| * vendor:directx/d3d12: changed backing integers of `BARRIER*` enums and ↵Ignacy Koper8 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 Rijn10 days1-1/+1
|\ \ | | | | | | vendor/x11/xlib: Fix signature of XChangeWindowAttributes
| * | vendor/x11/xlib: Fix signature of XChangeWindowAttributesNahuel299810 days1-1/+1
|/ / | | | | | | Actually fixes #5139
* | Change LTO rules for all platformsgingerBill10 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-returntypegingerBill11 days1-4/+4
|\ | | | | vendor/x11/xlib: Fix returntype of some procs
| * vendor/x11/xlib: Fix returntype of some procsNahuel299811 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-supportgingerBill11 days4-18/+49
|\ \ | |/ |/| Fix LTO on Windows
| * Merge branch 'master' into lto-supportJesse Meyer11 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 Angel12 days2-0/+84
| | |
| * | core/crypto/_weierstrass: Add secp384r1Yawning Angel12 days12-41/+9445
| | |
| * | core/crypto/_fiat: Minor p256 cleanupsYawning Angel12 days2-6/+6
| | |
| * | core/crypto/_weirstrass: Cosmetic fixes (NFC)Yawning Angel13 days1-2/+1
| | |
* | | Minor optimization to `map_probe_distance`gingerBill12 days1-1/+3
| | |
* | | Merge pull request #6223 from FabzAn/pass-on-permanent_allocatorJeroen van Rijn12 days1-2/+2
|\ \ \ | | | | | | | | text/regex: Pass given allocator on in create_iterator
| * | | text/regex: Pass given allocator on in create_iteratorFabian Erdmann12 days1-2/+2
| | | |
* | | | Merge pull request #6220 from laytan/fix-lto-macosgingerBill12 days2-1/+30
|\ \ \ \ | |/ / / |/| | | fix LTO on MacOS
| * | | fix LTO on MacOSLaytan Laats12 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 Rijn12 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 Rijn13 days4-12/+0
| | | | |
| | * | | Fix #6204Jeroen van Rijn13 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-02gingerBill13 days3-10/+8
|\ \ \ \ | | | | | | | | | | Fix to frontend threading bugs
| * | | | Comment out `t->Struct.are_offsets_being_processed.load()`gingerBill13 days1-3/+3
| | | | |
| * | | | Move `return true;` to after the if checkgingerBill13 days1-2/+2
| | | | |
| * | | | Remove unneeded mutex in `hash_exact_value`gingerBill13 days1-5/+0
| | | | |
| * | | | Add parent mutex lock for `scope_insert_with_name`gingerBill13 days1-0/+3
|/ / / /
* | | | Merge pull request #6214 from Josh8011/mastergingerBill13 days1-0/+1
|\ \ \ \ | | | | | | | | | | user32.odin add UnhookWinEvent
| * | | | user32.odin add UnhookWinEventJoshua Zimbicki13 days1-0/+1
| |/ / /
* | | | Merge pull request #6215 from odin-lang/bill/fix-data-races-2026-02gingerBill13 days12-57/+92
|\ \ \ \ | | | | | | | | | | Fix numerous data races
| * | | | Revert `mutex_lock` logicbill/fix-data-races-2026-02gingerBill13 days1-3/+3
| | | | |
| * | | | Fix `mutex_lock`gingerBill13 days1-1/+1
| | | | |
| * | | | Move `alignas` to before namegingerBill13 days1-1/+1
| | | | |
| * | | | Use mutex striping for `add_type_and_value`gingerBill13 days2-10/+29
| | | | |