about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2011-11-02configure: abort early on --helpBrian Anderson-0/+6
2011-11-02configure: support --target-triples and --only-gcc.Elly Jones-11/+2
2011-11-02Change the error message when no LLVM is foundBrian Anderson-2/+1
2011-11-02configure: add --llvm-rootElly Jones-7/+10
2011-11-02configure: add support for --prefix=<prefix>Elly Jones-1/+27
2011-11-02virtualize rustllvm construction per target tripleNiko Matsakis-1/+7
2011-11-02virtualize the runtime per target triple.Niko Matsakis-2/+12
2011-11-02enable building with different target archNiko Matsakis-2/+5
2011-11-02start going back to an i386 buildNiko Matsakis-1/+1
2011-10-29Document CFG_ONLY_GCCBrian Anderson-0/+1
2011-10-29Prioritize GCC over Clang if CFG_ONLY_GCC is set.Austin Seipp-1/+1
2011-10-27Add std docs to the build processBrian Anderson-0/+1
2011-10-25Begin documenting std and add doc generation using naturaldocsBrian Anderson-1/+2
2011-10-23Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-configAustin Seipp-0/+1
2011-10-15Add LLVM 3.1svn to supported versionsBrian Anderson-1/+1
2011-10-02Lots of build system cleanup and documentationBrian Anderson-0/+5
2011-09-30Have 'make install' do something close to usefulBrian Anderson-1/+6
2011-09-30Change the directory for target libsBrian Anderson-7/+7
2011-09-26Fix configure script to use valgrind againBrian Anderson-1/+1
2011-09-23Update to libuv commit 3ca382.Erick Tryzelaar-4/+0
2011-09-23More steps to arch-specific target libs (#474)Graydon Hoare-3/+43
2011-09-21Expand our own config.guess-like logic in configure, rather than only asking ...Graydon Hoare-1/+50
2011-09-21Add target_triple to session::options. Use host triple by default, accept --t...Graydon Hoare-14/+13
2011-09-13Add build-system mechanisms for running benchmarks under 'perf'.Graydon Hoare-1/+3
2011-08-05Munge libuv makefiles sufficiently to build out of tree.Graydon Hoare-0/+5
2011-08-05build: Don't error out if clang is too old. Instead, build with GCC.Patrick Walton-1/+6
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-1/+1
2011-07-24The Big Test Suite OverhaulBrian Anderson-2/+1
2011-07-23Add an NSIS script for building a win32 installer. Closes #522.Graydon Hoare-1/+2
2011-07-22Update configure script to make the task-perf output directory.Eric Holk-1/+1
2011-07-20Add support for building with a static libstd for testing static crate support.Rafael Ávila de Espíndola-0/+1
2011-07-12Move stdtest output files up a directory. Issue #428Brian Anderson-2/+1
2011-07-06Add a stdtest crate to hold the standard library testsBrian Anderson-1/+2
2011-06-27Some work on reviving the mingw-cross build. Not working yet.Graydon Hoare-2/+3
2011-06-17Move creation of stageN/lib directories to the configure scriptBrian Anderson-0/+1
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-2/+2
2011-06-13Handle missing git in build env.Graydon Hoare-1/+1
2011-05-27Enabling valgrind on OSX. It appears to work now.Eric Holk-1/+1
2011-05-20Make sure we're using clang >=3.0svn.Erick Tryzelaar-0/+17
2011-05-20Use CFG_LLVM_ROOT's llvm-config if it exists.Erick Tryzelaar-9/+14
2011-05-18Re-export CFG_LLVM_ROOT to reconfiguring.Graydon Hoare-0/+1
2011-05-13Remove rustboot from the repository.Graydon Hoare-6/+0
2011-05-13Add support for 'T' transition snapshots, which are identical to S snapshots ...Graydon Hoare-0/+6
2011-05-09build: Search for clang++. Tinderboxes don't have it.Patrick Walton-1/+1
2011-05-08build: Use clang to compile the runtime if availablePatrick Walton-1/+7
2011-05-08build: `uname -m` is a lie on 64-bit Darwin. Add a workaround.Patrick Walton-0/+10
2011-05-05build: Disable valgrind by default on the Mac. Our suppressions file doesn't ...Patrick Walton-0/+9
2011-05-05Make ocamlc and optional dependency.Ralph Giles-1/+1
2011-05-04build: Whitespace police in configure. Puts out burning tinderbox.Patrick Walton-3/+3
2011-05-04build: Build intrinsics.bcPatrick Walton-0/+7