aboutsummaryrefslogtreecommitdiff
path: root/build_odin.sh
Commit message (Expand)AuthorAgeFilesLines
* darwin: fix sysroot retrieval for some systemsLaytan Laats2024-05-301-2/+2
* revert `$(llvm-config --bindir)/clang++` to get the cpp compilerLaytan Laats2024-05-261-1/+7
* Attempt to automatically resolve the sysroot on build_odin.sh on macOSHarold Brenes2024-05-161-1/+10
* Merge branch 'master' into netbsdAndreas T Jonsson2024-05-101-7/+9
|\
| * llvm-18: cleanupLaytan Laats2024-05-071-1/+1
| * llvm-18: fix linking the compiler with clang-18Laytan Laats2024-05-071-1/+1
| * llvm 18: general unix and darwin specificsLaytan Laats2024-05-071-7/+8
| * build: uses correct `clang++` binary for non-standard versionsSu3h7aM2024-05-031-1/+2
* | Merged with masterAndreas T Jonsson2024-05-021-5/+5
|\|
| * Fix wrong llvm-config in build script for FreeBSDFeoramund2024-04-261-5/+5
* | Initial commit of NetBSD portAndreas T Jonsson2024-04-161-0/+4
|/
* Use a POSIX-compliant equality operator.Muhammad2024-03-111-2/+2
* Merge pull request #3230 from avanspector/haikugingerBill2024-03-081-0/+5
|\
| * Get Odin to compile on HaikuSlendi2024-02-151-0/+5
* | reduce dynamic library dependencies for macos releaseLaytan Laats2024-02-291-2/+1
|/
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+1
* Check for llvm-config14 on unixevertonse2023-11-211-0/+2
* Fix Linux release pipeline which expects to bundle libLLVM*.sojcmdln2023-10-161-2/+5
* Remove [[ for POSIX shell supportjcmdln2023-10-151-2/+2
* Allow running in POSIX shellsjcmdln2023-10-141-2/+2
* Fix typo in GIT_SHA collectionjcmdln2023-10-141-1/+1
* Don't implicitly try 'llvm-config-14', try fallback or set LLVM_CONFIG; Resto...jcmdln2023-10-141-13/+13
* Hoist GIT_SHA discoveryjcmdln2023-10-141-5/+5
* Remove extra newlinesjcmdln2023-10-141-2/+0
* Ensure user defined LLVM_CONFIG is respectedjcmdln2023-10-141-7/+11
* Hunt for supported 'llvm-config' executablejcmdln2023-10-141-2/+18
* Fix typos in references to OS_ARCH, OS_NAMEjcmdln2023-10-141-2/+2
* Refactor to improve handling of LLVM_VERSION checksjcmdln2023-10-141-154/+52
* Fix MAX_LLVM_VERSION panic messagesjcmdln2023-10-121-2/+2
* Support LLVM >=17.0.1 on Darwin and Linuxjcmdln2023-10-111-2/+4
* Fix dropped "dev-" prefix from version tagHasan Yasin Ozturk2023-07-311-1/+1
* Set version date to commit date instead of build dateHasan Yasin Ozturk2023-07-311-4/+7
* Update build_odin.sh to better support optimisation on Arm CPUsSimon Rowe2023-05-281-1/+8
* Revert "Fix: header directories in Unix build script"Colin Davidson2023-05-081-3/+1
* add redirect to /dev/nullJan Prukner2023-04-251-1/+1
* Fix which command checkJan Prukner2023-04-241-1/+1
* Fix: header directories in Unix build scriptPeter Lef2023-04-161-1/+3
* build_odin.sh: fix typo introduced in detection of llvm-config-11-64Meghan2023-04-121-1/+1
* Fix: `Unable to find LLVM-config` on UbuntuTryAngle2023-04-111-0/+2
* Only try to parse git hash if .git is presentJeroen van Rijn2023-04-111-2/+7
* build_odin.sh - fix build on darwin arm64kamil-beker2023-04-081-11/+13
* move to work-stealing threadpoolColin Davidson2022-12-281-1/+1
* Panic if LLVM > 14.Jeroen van Rijn2022-10-271-0/+12
* Detect `which` and complain if not found.Jeroen van Rijn2022-10-251-0/+8
* Change llvm-copy-to-zip path to use real one, instead of linkFelipe Lavratti2022-09-281-1/+5
* Changed nightly build for linux to include the llvm library fileFelipe Lavratti2022-09-211-1/+2
* FreeBSD: Autodetect LLVM version.Jeroen van Rijn2022-09-031-1/+13
* fix some typoscui fliter2022-08-051-1/+1
* Merge pull request #1876 from mohd-akram/build-config-optsgingerBill2022-08-011-21/+33
|\
| * Allow passing config options to build scriptMohamed Akram2022-07-081-21/+33