aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add `##` and `##=` operatorsgingerBill2025-03-314-2/+54
* Command `package` -> `bundle`gingerBill2025-03-283-21/+27
* Merge pull request #4970 from odin-lang/bill/android-subtargetgingerBill2025-03-287-76/+683
|\
| * Fix another typogingerBill2025-03-271-1/+1
| * Fix typosgingerBill2025-03-271-2/+2
| * Use working directory for `aapt` commandsgingerBill2025-03-273-22/+104
| * Handle android flags to be more "optional"gingerBill2025-03-271-6/+12
| * Fix flags for `odin package <platform>`gingerBill2025-03-271-4/+14
| * Use `u64` for the command kind just in casegingerBill2025-03-272-5/+5
| * `odin package android`gingerBill2025-03-273-58/+72
| * Begin work on `odin package-android` commandgingerBill2025-03-264-255/+295
| * Disable `-build-mode:exe` for `-subtarget:android`gingerBill2025-03-261-2/+2
| * Improve bodge for android execute buildgingerBill2025-03-262-3/+14
| * Really bodgy android packing system for `odin build`gingerBill2025-03-263-4/+202
| * Remove `_PATH` on android environment variablesgingerBill2025-03-262-52/+72
| * Migrate `ODIN_ANDROID_*` constants to `build_settings.cpp`; `-minimum-os-vers...gingerBill2025-03-262-36/+77
| * Fix typosgingerBill2025-03-261-2/+2
| * Add `-show-more-timings` for Android stuffgingerBill2025-03-261-0/+9
| * Allow `check` for `-subtarget:android`gingerBill2025-03-261-6/+12
| * Very very rudimentary support for `-target:linux_arm64 -subtarget:android`gingerBill2025-03-264-13/+199
| * Make things rely less on `#if` guardsgingerBill2025-03-261-33/+17
* | Improve `or_else` type inference logicgingerBill2025-03-271-6/+7
* | Fix linker invocation on OpenBSD.Dave Voutila2025-03-271-0/+7
* | Merge pull request #4974 from harold-b/hb.fix-syscall-memory-depgingerBill2025-03-271-0/+10
|\ \ | |/ |/|
| * Add `~{memory}` clobber to syscall intrinsics for platforms where it was not ...Harold Brenes2025-03-261-0/+10
* | Use `store`gingerBill2025-03-241-17/+20
* | Use `store` over `memcpy`gingerBill2025-03-241-6/+6
* | Fix #4949gingerBill2025-03-241-0/+7
* | Fix #4952gingerBill2025-03-242-6/+46
* | Fix #4962gingerBill2025-03-241-5/+9
* | fix off by one temp cstring and put objc names on permanent allocator to be safeLaytan Laats2025-03-212-7/+3
* | drop llvm 19 feature/microarch tableLaytan Laats2025-03-201-526/+0
* | few llvm 20 changesLaytan Laats2025-03-194-13/+1099
* | Fix typo in passesgingerBill2025-03-181-1/+1
* | Fix typogingerBill2025-03-181-1/+1
* | Add new LLVM 20 passesgingerBill2025-03-182-791/+1196
* | Update to LLVM 20.1.0gingerBill2025-03-1829-228/+713
* | Use `::` rather than `$` to try and fix mac SEL stuffgingerBill2025-03-121-4/+3
* | Merge pull request #4927 from voutilad/openbsd-futexgingerBill2025-03-111-3/+3
|\ \
| * | Fix futex(8) usage on OpenBSD.Dave Voutila2025-03-111-3/+3
* | | Remove debug printgingerBill2025-03-111-2/+0
* | | Fix object name generationgingerBill2025-03-111-2/+3
|/ /
* | Fix #3955gingerBill2025-03-071-0/+5
* | Fix #4244gingerBill2025-03-071-2/+1
* | Fix #4573gingerBill2025-03-071-0/+6
* | Fix #4803gingerBill2025-03-071-1/+5
* | Fix #4866gingerBill2025-03-071-0/+1
* | Fix #4909gingerBill2025-03-061-0/+5
* | Fix #4914gingerBill2025-03-061-0/+8
* | Fix object name generation to previous behaviourgingerBill2025-03-061-23/+50