]> git.lizzy.rs Git - rust.git/history - configure
port over the tests to use the new API
[rust.git] / configure
2012-01-06 Graydon HoareStop configure early if git or subconfigures fail.
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 User Jyyoufreebsd support
2011-12-14 Graydon HoareMerge pull request #1292 from boggle/fix1291
2011-12-14 Stefan PlantikowChanges to configure (Fix for #1291)
2011-12-10 Austin SeippDisable unused features in the LLVM build.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-12-04 Brian Andersonconfigure: LLVM 3.0 no longer supported
2011-12-03 Niko Matsakisadd --host-triple
2011-11-30 Niko Matsakisuse 64-bit as host if on 64-bit CPU
2011-11-29 Niko Matsakisupdate io test to use tmp directory, and update configu...
2011-11-29 Niko Matsakismisc fixes
2011-11-29 Niko Matsakisbasic builds function
2011-11-29 Brian Andersonconfigure: Add --disable-manage-submodules switch
2011-11-16 Brian AndersonVarious fixes for x86_64 on linux
2011-11-16 Niko Matsakismore consistent naming convention
2011-11-16 Niko Matsakisreverse sense of check
2011-11-16 Niko Matsakismake CFG_OPTIMIZE_CXX an option
2011-11-16 Niko Matsakisadd default for --debug-llvm option
2011-11-16 Niko Matsakisfinish up the shim approach
2011-11-09 Niko Matsakisfix handling of target-triples: use a comma to separate...
2011-11-05 Brian Andersonconfigure: Handle absolute source paths when configurin...
2011-11-05 Brian Andersonconfigure: Quote the git command
2011-11-05 Brian AndersonCleanup configure script
2011-11-05 Brian Andersonconfigure: Use i686 as the CPU type instead of i386
2011-11-05 Brian AndersonParameterize the LLVM build over the target triples
2011-11-05 Brian AndersonCleanup LLVM build rules after rebase onto x64 changes
2011-11-05 Brian AndersonBegin remove old LLVM configuration code
2011-11-05 Brian AndersonLLVM build cleanup
2011-11-05 Brian AndersonUse LLVM directly from the build directory
2011-11-05 Brian AndersonTie the LLVM build into ours
2011-11-05 Brian AndersonCall LLVM's configure script from ours
2011-11-05 Brian AndersonAdd submodule management to configure script
2011-11-03 Brian Andersonconfigure: change --only-gcc to --enable-clang to make...
2011-11-02 Brian Andersonconfigure: cleanup
2011-11-02 Brian Andersonconfigure: abort early on --help
2011-11-02 Elly Jonesconfigure: support --target-triples and --only-gcc.
2011-11-02 Brian AndersonChange the error message when no LLVM is found
2011-11-02 Elly Jonesconfigure: add --llvm-root
2011-11-02 Elly Jonesconfigure: add support for --prefix=<prefix>
2011-11-02 Niko Matsakisvirtualize rustllvm construction per target triple
2011-11-02 Niko Matsakisvirtualize the runtime per target triple.
2011-11-02 Niko Matsakisenable building with different target arch
2011-11-02 Niko Matsakisstart going back to an i386 build
2011-10-29 Brian AndersonDocument CFG_ONLY_GCC
2011-10-29 Austin SeippPrioritize GCC over Clang if CFG_ONLY_GCC is set.
2011-10-27 Brian AndersonAdd std docs to the build process
2011-10-26 Brian AndersonBegin documenting std and add doc generation using...
2011-10-23 Austin SeippMake sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT...
2011-10-15 Brian AndersonAdd LLVM 3.1svn to supported versions
2011-10-02 Brian AndersonLots of build system cleanup and documentation
2011-10-01 Brian AndersonHave 'make install' do something close to useful
2011-10-01 Brian AndersonChange the directory for target libs
2011-09-26 Brian AndersonFix configure script to use valgrind again
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-23 Graydon HoareMore steps to arch-specific target libs (#474)
2011-09-21 Graydon HoareExpand our own config.guess-like logic in configure...
2011-09-21 Graydon HoareAdd target_triple to session::options. Use host triple...
2011-09-13 Graydon HoareAdd build-system mechanisms for running benchmarks...
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Graydon HoareMunge libuv makefiles sufficiently to build out of...
2011-08-05 Patrick Waltonbuild: Don't error out if clang is too old. Instead...
2011-08-02 Brian AndersonAdd dedicated pretty-printer tests with new pp-exact...
2011-07-24 Brian AndersonThe Big Test Suite Overhaul
2011-07-23 Graydon HoareAdd an NSIS script for building a win32 installer....
2011-07-23 Eric HolkUpdate configure script to make the task-perf output...
2011-07-20 Rafael Ávila de... Add support for building with a static libstd for testi...
2011-07-12 Brian AndersonMove stdtest output files up a directory. Issue #428
2011-07-06 Brian AndersonAdd a stdtest crate to hold the standard library tests
2011-06-27 Graydon HoareSome work on reviving the mingw-cross build. Not workin...
2011-06-18 Brian AndersonMove creation of stageN/lib directories to the configur...
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-13 Graydon HoareHandle missing git in build env.
2011-05-27 Eric HolkEnabling valgrind on OSX. It appears to work now.
2011-05-20 Erick TryzelaarMake sure we're using clang >=3.0svn.
2011-05-20 Erick TryzelaarUse CFG_LLVM_ROOT's llvm-config if it exists.
2011-05-18 Graydon HoareRe-export CFG_LLVM_ROOT to reconfiguring.
2011-05-14 Graydon HoareRemove rustboot from the repository.
2011-05-14 Graydon HoareAdd support for 'T' transition snapshots, which are...
2011-05-09 Patrick Waltonbuild: Search for clang++. Tinderboxes don't have it.
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-09 Patrick Waltonbuild: `uname -m` is a lie on 64-bit Darwin. Add a...
2011-05-06 Patrick Waltonbuild: Disable valgrind by default on the Mac. Our...
2011-05-05 Ralph GilesMake ocamlc and optional dependency.
2011-05-05 Patrick Waltonbuild: Whitespace police in configure. Puts out burning...
2011-05-05 Patrick Waltonbuild: Build intrinsics.bc
2011-05-03 Graydon HoareAttempt to shift build to stage0-from-snapshots.
2011-04-30 Graydon HoareShift stages around; stage0/rustc depends on stage0...
2011-04-08 Graydon HoareAdd support for --disable-optimize
2011-03-30 Graydon HoareAdd support for --enable-foo and --disable-foo flags...
2011-03-25 Graydon HoareAuto-reconfigure on Makefile.in or configure change.
2011-03-23 Graydon HoareMore bandaids for win32.
2011-03-23 Patrick Waltonbuild: Fix minor typo in "cp" output
2011-03-23 Graydon HoareMore miserable win32 configury fixes. Getting closer.
2011-03-23 Graydon HoareSilly typo.
2011-03-23 Graydon HoareGuard texi2pdf on tex probe as well. OSX package system...
2011-03-23 Graydon HoareSomeday I'll have a talk with the person who thought...
2011-03-22 Graydon HoareRepair some fallout from pcwalton's last few build...
next