aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |
* | | Merge pull request #5837 from chrishayen/epoll_packed_fixJeroen van Rijn2025-10-211-3/+19
|\ \ \ | | | | | | | | Made packed conditional on EPoll_Event to match kernel
| * | | conditional packed for EPoll_Event to match kernelChris Hayen2025-10-211-3/+19
| | | |
* | | | Merge pull request #5835 from ekliot/vendor-box2d-bindingsJeroen van Rijn2025-10-212-0/+10
|\ \ \ \ | |/ / / |/| | | `vendor:box2d` add `targetAngle` to `RevoluteJoint` struct/procs
| * | | `vendor:box2d` add `targetAngle` to `RevoluteJoint` struct/procsekliot2025-10-212-0/+10
| | | |
* | | | Merge pull request #5836 from Kelimion/ccitt_crc16Jeroen van Rijn2025-10-212-7/+80
|\ \ \ \ | |/ / / |/| | | [core:hash] Add CCITT CRC-16
| * | | [core:hash] Add CCITT CRC-16Jeroen van Rijn2025-10-212-7/+80
|/ / /
* | | Fix detached commentJeroen van Rijn2025-10-201-1/+0
| | |
* | | Merge pull request #5827 from jakubtomsu/5826-fixLaytan2025-10-181-2/+5
|\ \ \ | | | | | | | | [LLVM Backend] Prefer the type pointer over LLVMTypeRef when looking up struct_field_remapping (Fix 5826)
| * | | commentjakubtomsu2025-10-181-0/+3
| | | |
| * | | prefer Type pointer over LLVMTypeRef when doing a struct_field_remapping lookupjakubtomsu2025-10-181-2/+2
| | | |
* | | | Let custom formatter example pass -vet-tabs if copiedJeroen van Rijn2025-10-181-5/+4
|/ / /
* | | Merge pull request #5825 from KamWithK/masterJeroen van Rijn2025-10-181-1/+2
|\ \ \ | | | | | | | | Linux executable path bug fix
| * | | Fix Linux executable pathKamron Bhavnagri2025-10-181-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Fixes a bug caused by an executable named identically to the directory it is in, where then the parent of that directory is both on the path and marked as executable Avoid this via stat, as we can check we are working with a file which is executable
* | | Merge pull request #5824 from BradLewis/fix/parser-end-pos-multiline-stringJeroen van Rijn2025-10-181-4/+4
|\ \ \ | | | | | | | | Correct parser end_pos for multiline strings
| * | | Correct parser end_pos for multiline stringsBrad Lewis2025-10-171-4/+4
|/ / /
* | | Merge pull request #5823 from Malmer/fix/box2d-math-functionsJeroen van Rijn2025-10-181-2/+2
|\ \ \ | |/ / |/| | Fix source mismatches in vendor:box2d math functions
| * | Fix IsNormalized to match the corresponding procedure in box2dFredrik Malmer2025-10-181-1/+1
| | |
| * | Change box2d epsilon to math C standard libraryFredrik Malmer2025-10-181-1/+1
|/ /
* | Merge pull request #5810 from LeonardoTemperanza/masterJeroen van Rijn2025-10-151-0/+8
|\ \ | |/ |/| Fix: #load(<string-path>, <type>) produces unaligned accesses
| * Merge branch 'master' of https://github.com/LeonardoTemperanza/OdinUsername-Leon2025-10-15288-1935/+5399
| |\ | |/ |/|
* | Merge pull request #5808 from laytan/llvm-21gingerBill2025-10-1510-85/+620
|\ \ | | | | | | llvm 21 support
| * | llvm 21 supportLaytan2025-10-1410-85/+620
| | |
* | | Merge pull request #5809 from Kelimion/bitsJeroen van Rijn2025-10-143-44/+1227
|\ \ \ | | | | | | | | `core:math/bits` documentation and tests
| * | | core:math/bits: Finish docs, add `bitfield_extract` + `bitfield_insert` test.Jeroen van Rijn2025-10-142-34/+909
| | | |
| * | | core:math/bits: Add docs + tests for `rotate_left*` and `log2`Jeroen van Rijn2025-10-143-10/+318
|/ / /
* | | Merge pull request #5801 from IllusionMan1212/egl-procsgingerBill2025-10-141-1/+25
|\ \ \ | | | | | | | | vendor/egl: a few more procedures and constants
| * | | vendor/egl: a few more procedures and constantsIllusionMan12122025-10-121-1/+25
| | | |
* | | | Merge pull request #5807 from samwega/masterJeroen van Rijn2025-10-141-1/+1
|\ \ \ \ | |_|/ / |/| | | fix: typo
| * | | fix: typosamwega2025-10-141-1/+1
|/ / /
* | | Fix `track_graphemes`gingerBill2025-10-131-1/+3
| | |
* | | Merge pull request #5804 from odin-lang/bill/grapheme-iteratorgingerBill2025-10-131-172/+148
|\ \ \ | | | | | | | | Add `utf8.Grapheme_Iterator`
| * | | Add `Grapheme_Iterator`gingerBill2025-10-131-172/+148
|/ / /
* | | Merge pull request #5803 from Kelimion/fix-incidental-hangJeroen van Rijn2025-10-131-0/+1
|\ \ \ | | | | | | | | Fix hang, courtesy of cloin.
| * | | Fix hang, courtesy of cloin.Jeroen van Rijn2025-10-131-0/+1
|/ / /
* | | Merge pull request #5797 from harold-b/hb.export-linked-libsgingerBill2025-10-122-0/+73
|\ \ \ | | | | | | | | Add build flag to export the linked libraries
| * | | Fix `-export-linked-libs-file` system lib checkHarold Brenes2025-10-121-1/+1
| | | |
| * | | Use exact value to determine system linked libs with `-export-linked-libs-file`Harold Brenes2025-10-121-2/+2
| | | |
| * | | Add `-export-linked-libs-file` build flag.Harold Brenes2025-10-122-0/+73
| | | | | | | | | | | | | | | | This build flag writes a list of the libraries that were linked during the build to the specified file.
* | | | Merge pull request #5794 from alsakandari/improve-target-featuresgingerBill2025-10-123-1/+21
|\ \ \ \ | | | | | | | | | | Improve target features flag by allowing the user to disable a target feature