index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build_odin.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a POSIX-compliant equality operator.
Muhammad
2024-03-11
1
-2
/
+2
*
Merge pull request #3230 from avanspector/haiku
gingerBill
2024-03-08
1
-0
/
+5
|
\
|
*
Get Odin to compile on Haiku
Slendi
2024-02-15
1
-0
/
+5
*
|
reduce dynamic library dependencies for macos release
Laytan Laats
2024-02-29
1
-2
/
+1
|
/
*
Add os.args to demo.
Jeroen van Rijn
2023-11-27
1
-1
/
+1
*
Check for llvm-config14 on unix
evertonse
2023-11-21
1
-0
/
+2
*
Fix Linux release pipeline which expects to bundle libLLVM*.so
jcmdln
2023-10-16
1
-2
/
+5
*
Remove [[ for POSIX shell support
jcmdln
2023-10-15
1
-2
/
+2
*
Allow running in POSIX shells
jcmdln
2023-10-14
1
-2
/
+2
*
Fix typo in GIT_SHA collection
jcmdln
2023-10-14
1
-1
/
+1
*
Don't implicitly try 'llvm-config-14', try fallback or set LLVM_CONFIG; Resto...
jcmdln
2023-10-14
1
-13
/
+13
*
Hoist GIT_SHA discovery
jcmdln
2023-10-14
1
-5
/
+5
*
Remove extra newlines
jcmdln
2023-10-14
1
-2
/
+0
*
Ensure user defined LLVM_CONFIG is respected
jcmdln
2023-10-14
1
-7
/
+11
*
Hunt for supported 'llvm-config' executable
jcmdln
2023-10-14
1
-2
/
+18
*
Fix typos in references to OS_ARCH, OS_NAME
jcmdln
2023-10-14
1
-2
/
+2
*
Refactor to improve handling of LLVM_VERSION checks
jcmdln
2023-10-14
1
-154
/
+52
*
Fix MAX_LLVM_VERSION panic messages
jcmdln
2023-10-12
1
-2
/
+2
*
Support LLVM >=17.0.1 on Darwin and Linux
jcmdln
2023-10-11
1
-2
/
+4
*
Fix dropped "dev-" prefix from version tag
Hasan Yasin Ozturk
2023-07-31
1
-1
/
+1
*
Set version date to commit date instead of build date
Hasan Yasin Ozturk
2023-07-31
1
-4
/
+7
*
Update build_odin.sh to better support optimisation on Arm CPUs
Simon Rowe
2023-05-28
1
-1
/
+8
*
Revert "Fix: header directories in Unix build script"
Colin Davidson
2023-05-08
1
-3
/
+1
*
add redirect to /dev/null
Jan Prukner
2023-04-25
1
-1
/
+1
*
Fix which command check
Jan Prukner
2023-04-24
1
-1
/
+1
*
Fix: header directories in Unix build script
Peter Lef
2023-04-16
1
-1
/
+3
*
build_odin.sh: fix typo introduced in detection of llvm-config-11-64
Meghan
2023-04-12
1
-1
/
+1
*
Fix: `Unable to find LLVM-config` on Ubuntu
TryAngle
2023-04-11
1
-0
/
+2
*
Only try to parse git hash if .git is present
Jeroen van Rijn
2023-04-11
1
-2
/
+7
*
build_odin.sh - fix build on darwin arm64
kamil-beker
2023-04-08
1
-11
/
+13
*
move to work-stealing threadpool
Colin Davidson
2022-12-28
1
-1
/
+1
*
Panic if LLVM > 14.
Jeroen van Rijn
2022-10-27
1
-0
/
+12
*
Detect `which` and complain if not found.
Jeroen van Rijn
2022-10-25
1
-0
/
+8
*
Change llvm-copy-to-zip path to use real one, instead of link
Felipe Lavratti
2022-09-28
1
-1
/
+5
*
Changed nightly build for linux to include the llvm library file
Felipe Lavratti
2022-09-21
1
-1
/
+2
*
FreeBSD: Autodetect LLVM version.
Jeroen van Rijn
2022-09-03
1
-1
/
+13
*
fix some typos
cui fliter
2022-08-05
1
-1
/
+1
*
Merge pull request #1876 from mohd-akram/build-config-opts
gingerBill
2022-08-01
1
-21
/
+33
|
\
|
*
Allow passing config options to build script
Mohamed Akram
2022-07-08
1
-21
/
+33
*
|
Updated shabang in build_odin.sh so it runs on OpenBSD
Ronald1985
2022-07-22
1
-1
/
+1
|
/
*
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
1
-2
/
+2
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-2
/
+2
*
Give build/run/check/test/doc a `-file` flag.
Jeroen van Rijn
2022-04-05
1
-1
/
+1
*
core out Makefile, add freebsd building
Colin Davidson
2022-03-14
1
-0
/
+10
*
normalize version parser
Colin Davidson
2022-03-09
1
-1
/
+1
*
lower minimum llvm version
Colin Davidson
2022-03-09
1
-1
/
+1
*
more build tweaks?
Colin Davidson
2022-03-09
1
-0
/
+1
*
refix make, adjust build for CI weirdness
Colin Davidson
2022-03-09
1
-6
/
+10
*
Try to find llvm-config-11 on goofy misconfigured CI box
Colin Davidson
2022-03-09
1
-0
/
+9
*
clean up osx semver handling in build
Colin Davidson
2022-03-09
1
-3
/
+5
[next]