summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2015-07-28recent changes to search for gcc/clang on freebsd and this fixes #14381Dave Huseby-4/+2
2015-07-28Auto merge of #27173 - mark-buer:split-android-ndks, r=alexcrichtonbors-14/+21
2015-07-28Splits Android NDK path configuration.Mark Buer-14/+21
2015-07-27Auto merge of #27250 - alexcrichton:ucrt, r=brsonbors-3/+18
2015-07-26Standardize on non-zero checks for configureSteven Stewart-Gallus-25/+25
2015-07-23configure: Add support for VS 2015Alex Crichton-3/+18
2015-07-20fix `configure`: allow both `--enable-debug` and `--disable-debuginfo`Felix S. Klock II-4/+17
2015-07-16Rollup merge of #27028 - Gankro:travis, r=alexcrichtonManish Goregaokar-11/+23
2015-07-15Ratchet up travis to build stage1 and our own LLVM.Alexis Beingessner-11/+23
2015-07-13verify Apple LLVM versions independently, since the "based on LLVM" version i...Ryan Pendleton-23/+38
2015-07-01Add netbsd amd64 supportAlex Newman-0/+4
2015-06-27mk: Add support for i686-pc-windows-msvcAlex Crichton-13/+47
2015-06-24stupid missing dollar signDave Huseby-1/+1
2015-06-24adding fallback to clang if gcc not availableDave Huseby-10/+12
2015-06-24allowing fallback to clang on freebsd when neededDave Huseby-0/+10
2015-06-24support llvm version 3.7 in configureSébastien Marie-1/+1
2015-06-22Put CFG_BUILD triples into CFG_HOST triples.OGINO Masanori-0/+8
2015-06-13mk: Build crates with relative paths to rustcUlrik Sverdrup-0/+2
2015-06-03configure: Fix LLVM output dir on MSVCAlex Crichton-10/+15
2015-06-03Auto merge of #25984 - Manishearth:rollup, r=Manishearthbors-8/+4
2015-06-03Rollup merge of #25971 - richo:configurable-python, r=alexcrichtonManish Goregaokar-1/+4
2015-06-03Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichtonManish Goregaokar-7/+0
2015-06-03Auto merge of #25938 - wca:fix-clang-check-compatibility, r=alexcrichtonbors-4/+6
2015-06-02configure: Allow specifying your python with --pythonRicho Healey-1/+4
2015-06-01Auto merge of #25858 - alexcrichton:disable-os-tls, r=brsonbors-0/+1
2015-05-30remove duplicate "don't"Andrew Foote-1/+1
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-0/+1
2015-05-26Remove redundant compiler check. Allow CC overrideKubilay Kocak-5/+0
2015-05-23Use case..esac instead of [[.Will Andrews-4/+6
2015-05-23Don't force FreeBSD to use clang.Will Andrews-7/+0
2015-05-23Rollup merge of #25722 - nickdesaulniers:configureClang37, r=brsonOliver Schneider-1/+1
2015-05-22allow clang 3.7 to be used when configuring Fixes #25720Nick Desaulniers-1/+1
2015-05-22configure: Fix printing of commands from `run`Geoffrey Thomas-1/+1
2015-05-22configure: Clarify error message about missing dependenciesGeoffrey Thomas-2/+2
2015-05-20use posix command to extract first 8 charsSébastien Marie-2/+2
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-10/+98
2015-05-19mk: Enable building LLVM targeting MSVCAlex Crichton-1/+33
2015-05-19configure: Start adding MSVC supportAlex Crichton-5/+60
2015-05-14Auto merge of #25208 - lfairy:version-hash, r=brsonbors-2/+16
2015-05-12Very hacky MSVC hacks.Ricky Taylor-4/+5
2015-05-09Auto merge of #24859 - richo:valgrind-tests, r=brsonbors-6/+22
2015-05-08configure: display correct version for md5sumChris Wong-2/+2
2015-05-08Generate CFG_FILENAME_EXTRA from the versionChris Wong-0/+14
2015-05-07Expand OS X versions referenced in configure messageCarol Nichols-1/+1
2015-04-30Auto merge of #24902 - bombless:configure, r=pnkfelixbors-1/+1
2015-04-30Mention --enable-optimize for --enable-debugYork Xiang-1/+1
2015-04-29add `--enable-debuginfo-tests`, analogous to `--disable-optimize-tests`.Felix S. Klock II-0/+1
2015-04-28Auto merge of #24777 - alexcrichton:musl, r=brsonbors-0/+8
2015-04-27configure: Fail iff valgrind is explicitly requested but not availableRicho Healey-2/+8
2015-04-28Auto merge of #24835 - rprichard:rfail-full, r=alexcrichtonbors-0/+1