about summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
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
2011-05-03Attempt to shift build to stage0-from-snapshots.Graydon Hoare-0/+1
2011-04-30Shift stages around; stage0/rustc depends on stage0/libstd.so.Graydon Hoare-1/+1
2011-04-08Add support for --disable-optimizeGraydon Hoare-0/+1
2011-03-30Add support for --enable-foo and --disable-foo flags to configure, that Makef...Graydon Hoare-8/+77
2011-03-25Auto-reconfigure on Makefile.in or configure change.Graydon Hoare-0/+3
2011-03-23More bandaids for win32.Graydon Hoare-13/+5
2011-03-23build: Fix minor typo in "cp" outputPatrick Walton-1/+1
2011-03-23More miserable win32 configury fixes. Getting closer.Graydon Hoare-0/+5
2011-03-23Silly typo.Graydon Hoare-2/+2
2011-03-23Guard texi2pdf on tex probe as well. OSX package systems are real permissive.Graydon Hoare-0/+1
2011-03-23Someday I'll have a talk with the person who thought backslashes were wise in...Graydon Hoare-8/+20
2011-03-21Repair some fallout from pcwalton's last few build changes.Graydon Hoare-5/+16
2011-03-21Support CFG_LLVM_ROOT since CMake-built LLVM has no llvm-configPatrick Walton-8/+24
2011-03-21Include benchmark dirs in test build dirs.Graydon Hoare-1/+2
2011-03-20Fix typo.Graydon Hoare-1/+1
2011-03-20Begin porting rules for testsuite execution.Graydon Hoare-16/+3
2011-03-19Minor clarification.Graydon Hoare-1/+1
2011-03-19Truncate long lines in configure output.Graydon Hoare-1/+7
2011-03-19Separate scan for commands used during configure.Graydon Hoare-0/+11