aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | | | Fix indentationgingerBill2025-10-301-1/+1
| | | | | | | | | |
| | | | | * | | | | Add missing importgingerBill2025-10-301-0/+1
| | | | | | | | | |
| | | | | * | | | | Add tests/vendor/curlgingerBill2025-10-302-0/+42
| | | | | | | | | |
| | | | | * | | | | Improve foreign imports for `vendor:curl`gingerBill2025-10-301-1/+26
| | | | | | | | | |
| | | | | * | | | | Merge branch 'master' into vendor/curlgingerBill2025-10-30355-4503/+12108
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | `constant_truncate` -> `constant_trunc` to be consistent with other intrinsicsgingerBill2025-10-303-11/+11
| | | | | | | | | |
| * | | | | | | | | Add suggestion for `T[]` to be `[]T` if a type is allowed in that parsing ↵gingerBill2025-10-301-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | context
| * | | | | | | | | Add `intrinsics.constant_(floor|truncate|ceil|round)`gingerBill2025-10-304-1/+60
| | | | | | | | | |
| * | | | | | | | | Fix declaration of `type_is_bit_field`gingerBill2025-10-302-14/+14
|/ / / / / / / / /
* | | | | | | | | Just retry again with `lb_generate_missing_procedures`gingerBill2025-10-291-0/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #5861 from NickDriscoll/hlsl-halfgingerBill2025-10-292-2/+784
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add support for `half` types to `core:math/linalg/hlsl`
| * | | | | | | | | Add half support to all proc groups and add ashalf proc groupNick Driscoll2025-10-282-2/+759
| | | | | | | | | |
| * | | | | | | | | Add all half scalar, vector, and matrix typesNick Driscoll2025-10-281-0/+25
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5860 from harold-b/hb.fix-export-link-libs-fileJeroen van Rijn2025-10-291-11/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix `-export-linked-libs-file` issue where it multiple libraries in a single foreign export.
| * | | | | | | | Fix `-export-linked-libs-file` issue where it multiple libraries in a single ↵Harold Brenes2025-10-281-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | foreign export.
* | | | | | | | | Change `^i16` to `cstring16` where appropriategingerBill2025-10-281-16/+16
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Minor change to misc/shell.batgingerBill2025-10-281-1/+1
| | | | | | | |
* | | | | | | | Remove `core:encoding/ini` dependency in `user_posix.odin`gingerBill2025-10-281-12/+12
| | | | | | | |
* | | | | | | | Add `#caller_location` to `os2.read_entire_file`gingerBill2025-10-281-10/+7
| | | | | | | |
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-274-13/+34
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #5856 from A1029384756/masterLaytan2025-10-272-12/+19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [core:os/os2] zeroed `n` value on failed file operations
| | * | | | | | | | [core:os/os2] zeroed `n` value on failed file operationsA10293847562025-10-272-12/+19
| |/ / / / / / / /
| * | | | | | | | Merge branch 'master' of github.com:odin-lang/OdinJeroen van Rijn2025-10-272-3/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Make Karl Zylinski happyJeroen van Rijn2025-10-272-1/+15
| | | | | | | | | |
* | | | | | | | | | Fix indentationgingerBill2025-10-271-2/+2
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-10-272-3/+12
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #5848 from Meliketoaste/egl_attrib_fixgingerBill2025-10-271-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Update GetPlatformDisplay and CreatePlatformWindowSurface to take in intptr_t/int instead of i32
| | * | | | | | | | Update GetPlatformDisplay and CreatePlatformWindowSurface to take in ↵Meliketoaste2025-10-251-2/+2
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | intptr_t/int inistead of i32
| * | | | | | | | Fix #5852Jeroen van Rijn2025-10-271-1/+10
| | | | | | | | |
* | | | | | | | | Change `static_assert` for `OrderedInsertPtrMapEntry`gingerBill2025-10-271-1/+2
|/ / / / / / / /
* | | | | | | | Just use a method insteadgingerBill2025-10-271-9/+15
| | | | | | | |
* | | | | | | | One more time with a different cast?gingerBill2025-10-271-2/+2
| | | | | | | |
* | | | | | | | Try C-cast with reintepret castgingerBill2025-10-271-1/+1
| | | | | | | |
* | | | | | | | Use `reinterpret_cast`gingerBill2025-10-271-1/+1
| | | | | | | |
* | | | | | | | Try to make `PtrMap` work for 32-bit compilersgingerBill2025-10-272-8/+27
| | | | | | | |
* | | | | | | | Improve error message for missing `&` in some parapoly messagesgingerBill2025-10-271-0/+6
|/ / / / / / /
* | | | | | | Make `time.components_to_time` #optional_okJeroen van Rijn2025-10-231-1/+1
| | | | | | |
* | | | | | | Merge pull request #5844 from cstrachan88/masterLaytan2025-10-231-3/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix #5843
| * | | | | | | Fix #5843Courtney Strachan2025-10-231-3/+9
|/ / / / / / /
* | | | | | | Merge pull request #5812 from Kelimion/data-alignmentgingerBill2025-10-222-2/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Set minimum #load(file, type) alignment to 16 bytes
| * | | | | | | Set minimum #load(file, type) alignment to 16 bytesJeroen van Rijn2025-10-152-2/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5811 from wrathdoesthat/mastergingerBill2025-10-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix orca linking path
| * | | | | | | Merge branch 'odin-lang:master' into masterwrathdoesthat2025-10-151-0/+8
| |\| | | | | |
| * | | | | | | Fix orca linking pathWrath2025-10-151-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #5813 from lmbarros/lmb/box2d-callbacks-signaturesgingerBill2025-10-221-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix return types for vendor:box2d callbacks
| * | | | | | | | Fix return types for vendor:box2d callbacksLeandro Motta Barros2025-10-151-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #5814 from laytan/wgpu-27.0.2.0gingerBill2025-10-227-17/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vendor/wgpu: update to 27.0.2.0
| * | | | | | | | vendor/wgpu: update to 27.0.2.0Laytan2025-10-157-17/+43
| |/ / / / / / /
* | | | | | | | Add target triple and LLVM code mode debug prints (#5839)Jeroen van Rijn2025-10-222-0/+7
| | | | | | | |
* | | | | | | | Fix #5831gingerBill2025-10-221-0/+7
| | | | | | | |