COMMITS
/ build_odin.sh March 17, 2026
N
Update build_odin.shm to support LLVM 22
Nathan Chere committed
February 19, 2026
L
improve llvm version picking
Laytan Laats committed
October 14, 2025
L
llvm 21 support
Laytan committed
May 13, 2025
J
Re-enable demo on *nix
Jeroen van Rijn committed
J
Parse odin version date out of HEAD commit if available
Jeroen van Rijn committed
April 2, 2025
L
ci: update to LLVM 20 on MacOS and Linux CI and releases
Laytan committed
March 19, 2025
L
few llvm 20 changes
Laytan Laats committed
January 24, 2025
L
fix duplicate linker warning on macos
Laytan Laats committed
January 6, 2025
A
Merge branch 'odin-lang:master' into master
avanspector committed
January 2, 2025
D
add default -I and -L paths for OpenBSD
Despereaux Polacre committed
November 27, 2024
G
Merge pull request #4440 from 0dminnimda/support_llvm19
gingerBill committed
November 5, 2024
S
Fix: build_odin.sh always runs demo regardless of argument
Satoshi Soma committed
November 1, 2024
0
Update version in more places
0dminnimda committed
October 31, 2024
0
Fix a mistake in build_odin.sh
0dminnimda committed
0
Add support for llvm version 19
0dminnimda committed
October 5, 2024
M
Fix build for linux aarch64 architectures
Moritz committed
August 18, 2024
L
query brew for llvm-config location if possible
Laytan Laats committed
August 10, 2024
L
fix debug compiler build message not ending output with a newline
Laytan Laats committed
August 9, 2024
J
echo -> printf for build_odin.sh message
Jeroen van Rijn committed
August 8, 2024
L
add debug build message and align more with build.bat
Laytan Laats committed
August 7, 2024
J
Don't copy LLVM shared object on Linux
Jeroen van Rijn committed
July 10, 2024
J
Compile demo with -vet -strict-style.
Jeroen van Rijn committed
May 29, 2024
L
darwin: fix sysroot retrieval for some systems
Laytan Laats committed
May 26, 2024
L
revert `$(llvm-config --bindir)/clang++` to get the cpp compiler
Laytan Laats committed
May 16, 2024
H
Attempt to automatically resolve the sysroot on build_odin.sh on macOS
Harold Brenes committed
May 10, 2024
A
Merge branch 'master' into netbsd
Andreas T Jonsson committed
April 23, 2024
L
llvm-18: cleanup
Laytan Laats committed
April 22, 2024
L
llvm-18: fix linking the compiler with clang-18
Laytan Laats committed
March 19, 2024
L
llvm 18: general unix and darwin specifics
Laytan Laats committed
April 30, 2024
S
build: uses correct `clang++` binary for non-standard versions
Su3h7aM committed
May 2, 2024
A
Merged with master
Andreas T Jonsson committed
April 26, 2024
F
Fix wrong llvm-config in build script for FreeBSD
Feoramund committed
April 16, 2024
A
Initial commit of NetBSD port
Andreas T Jonsson committed
March 11, 2024
M
Use a POSIX-compliant equality operator.
Muhammad committed
March 8, 2024
G
Merge pull request #3230 from avanspector/haiku
gingerBill committed
February 29, 2024
L
reduce dynamic library dependencies for macos release
Laytan Laats committed
February 15, 2024
S
Get Odin to compile on Haiku
Slendi committed
November 27, 2023
J
Add os.args to demo.
Jeroen van Rijn committed
November 21, 2023
E
Check for llvm-config14 on unix
evertonse committed
October 16, 2023
J
Fix Linux release pipeline which expects to bundle libLLVM*.so
jcmdln committed
October 15, 2023
J
Remove [[ for POSIX shell support
jcmdln committed
J
Allow running in POSIX shells
jcmdln committed
October 14, 2023
J
Fix typo in GIT_SHA collection
jcmdln committed
J
J
Hoist GIT_SHA discovery
jcmdln committed
J
Remove extra newlines
jcmdln committed
J
Ensure user defined LLVM_CONFIG is respected
jcmdln committed
J
Hunt for supported 'llvm-config' executable
jcmdln committed
J
Fix typos in references to OS_ARCH, OS_NAME
jcmdln committed