aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #4975dev-2025-04gingerBill2025-04-031-0/+4
* Fix typogingerBill2025-04-031-1/+1
* Fix #4995gingerBill2025-04-031-10/+10
* Fix `lb_add_debug_local_variable` to use the correct procedure in LLVM 20gingerBill2025-04-031-1/+1
* Remove refactorgingerBill2025-04-031-15/+34
* Minor clean up to `lb_handle_objc_find_or_register_internal`gingerBill2025-04-031-37/+12
* Rewrite objc SEL/Class register handling codegingerBill2025-04-034-90/+96
* Merge pull request #4991 from nadako/sdl-3.2.10Jeroen van Rijn2025-04-0238-159/+531
|\
| * Update vendor:sdl3 to version 3.2.10Dan Korostelev2025-04-0238-159/+531
* | Merge pull request #4994 from harold-b/hb/linux-sys-built-tagJeroen van Rijn2025-04-021-0/+1
|\ \
| * | Add linux build tag to core/sys/linux/sys.odinHarold Brenes2025-04-021-0/+1
| |/
* | Merge pull request #4992 from laytan/llvm20-releasesLaytan2025-04-024-14/+16
|\ \ | |/ |/|
| * ci: ok, had to brew update, can we now request @20 directly?Laytan2025-04-022-8/+4
| * ci: brew update?Laytan2025-04-022-0/+4
| * ci: fix macos llvm 20Laytan2025-04-022-8/+10
| * ci: update to LLVM 20 on MacOS and Linux CI and releasesLaytan2025-04-024-14/+14
|/
* Add mutex for `lb_handle_objc_find_or_register_class`gingerBill2025-04-022-1/+10
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2025-04-021-1/+1
|\
| * Merge pull request #4990 from Kelimion/fix-4980gingerBill2025-04-021-1/+1
| |\
| | * Fix #4980Jeroen van Rijn2025-04-021-1/+1
| |/
* / Add mutex for `lb_handle_objc_find_or_register_selector`gingerBill2025-04-022-0/+8
|/
* Merge pull request #4989 from SlateyDev/patch-1Laytan2025-04-011-1/+1
|\
| * Fix depth stencil not working on wgpu wasm_js buildScott Campbell2025-04-021-1/+1
|/
* Add `mem.make_over_aligned`gingerBill2025-03-312-1/+29
* Fix indentationgingerBill2025-03-311-21/+20
* Merge pull request #4986 from hardliner66/bugfix/use_correct_size_when_resolv...gingerBill2025-03-301-1/+3
|\
| * Use the proper size for SizeOfStructSteve Biedermann2025-03-301-1/+3
* | Merge pull request #4984 from laytan/drop-net-darwin-os-depgingerBill2025-03-303-249/+291
|\ \
| * | net: drop core:os dependency for DarwinLaytan Laats2025-03-293-249/+291
| |/
* | Merge pull request #4982 from 4teapo/mastergingerBill2025-03-301-3/+3
|\ \ | |/ |/|
| * Use LLVM 20 in shell.nixteapo2025-03-281-3/+3
| * Update shell.nixteapo2025-03-281-3/+3
|/
* 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