| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for 'T' transition snapshots, which are identical to S snapshots ↵ | Graydon Hoare | 2011-05-13 | 1 | -0/+6 |
| | | | | | except they tell the makefile to stop at stage1. | ||||
| * | build: Search for clang++. Tinderboxes don't have it. | Patrick Walton | 2011-05-09 | 1 | -1/+1 |
| | | |||||
| * | build: Use clang to compile the runtime if available | Patrick Walton | 2011-05-08 | 1 | -1/+7 |
| | | |||||
| * | build: `uname -m` is a lie on 64-bit Darwin. Add a workaround. | Patrick Walton | 2011-05-08 | 1 | -0/+10 |
| | | |||||
| * | build: Disable valgrind by default on the Mac. Our suppressions file doesn't ↵ | Patrick Walton | 2011-05-05 | 1 | -0/+9 |
| | | | | | even begin to cover the huge stream of errors that dyld generates. | ||||
| * | Make ocamlc and optional dependency. | Ralph Giles | 2011-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Since moving to a downloadable snapshot for stage0, it's been possible to complete the build without compiling code written in ocaml. However, the configure script still required it to be present. This commit changes detection failure to a non-fatal condition, allowing the build to complete on systems without an ocaml compiler. An info message is also made conditional. | ||||
| * | build: Whitespace police in configure. Puts out burning tinderbox. | Patrick Walton | 2011-05-04 | 1 | -3/+3 |
| | | |||||
| * | build: Build intrinsics.bc | Patrick Walton | 2011-05-04 | 1 | -0/+7 |
| | | |||||
| * | Attempt to shift build to stage0-from-snapshots. | Graydon Hoare | 2011-05-03 | 1 | -0/+1 |
| | | |||||
| * | Shift stages around; stage0/rustc depends on stage0/libstd.so. | Graydon Hoare | 2011-04-30 | 1 | -1/+1 |
| | | |||||
| * | Add support for --disable-optimize | Graydon Hoare | 2011-04-08 | 1 | -0/+1 |
| | | |||||
| * | Add support for --enable-foo and --disable-foo flags to configure, that ↵ | Graydon Hoare | 2011-03-30 | 1 | -8/+77 |
| | | | | | Makefile.in respects. | ||||
| * | Auto-reconfigure on Makefile.in or configure change. | Graydon Hoare | 2011-03-25 | 1 | -0/+3 |
| | | |||||
| * | More bandaids for win32. | Graydon Hoare | 2011-03-23 | 1 | -13/+5 |
| | | |||||
| * | build: Fix minor typo in "cp" output | Patrick Walton | 2011-03-23 | 1 | -1/+1 |
| | | |||||
| * | More miserable win32 configury fixes. Getting closer. | Graydon Hoare | 2011-03-23 | 1 | -0/+5 |
| | | |||||
| * | Silly typo. | Graydon Hoare | 2011-03-23 | 1 | -2/+2 |
| | | |||||
| * | Guard texi2pdf on tex probe as well. OSX package systems are real permissive. | Graydon Hoare | 2011-03-23 | 1 | -0/+1 |
| | | |||||
| * | Someday I'll have a talk with the person who thought backslashes were wise ↵ | Graydon Hoare | 2011-03-23 | 1 | -8/+20 |
| | | | | | in win32. | ||||
| * | Repair some fallout from pcwalton's last few build changes. | Graydon Hoare | 2011-03-21 | 1 | -5/+16 |
| | | |||||
| * | Support CFG_LLVM_ROOT since CMake-built LLVM has no llvm-config | Patrick Walton | 2011-03-21 | 1 | -8/+24 |
| | | |||||
| * | Include benchmark dirs in test build dirs. | Graydon Hoare | 2011-03-21 | 1 | -1/+2 |
| | | |||||
| * | Fix typo. | Graydon Hoare | 2011-03-20 | 1 | -1/+1 |
| | | |||||
| * | Begin porting rules for testsuite execution. | Graydon Hoare | 2011-03-20 | 1 | -16/+3 |
| | | |||||
| * | Minor clarification. | Graydon Hoare | 2011-03-19 | 1 | -1/+1 |
| | | |||||
| * | Truncate long lines in configure output. | Graydon Hoare | 2011-03-19 | 1 | -1/+7 |
| | | |||||
| * | Separate scan for commands used during configure. | Graydon Hoare | 2011-03-19 | 1 | -0/+11 |
| | | |||||
| * | Probe for python, git, makeinfo and texi2pdf, but not sed. | Graydon Hoare | 2011-03-19 | 1 | -2/+5 |
| | | |||||
| * | Probe for llvm libdir as well. | Graydon Hoare | 2011-03-19 | 1 | -0/+2 |
| | | |||||
| * | Make the llvmext dir in builddir from configure. | Graydon Hoare | 2011-03-18 | 1 | -1/+2 |
| | | |||||
| * | Yet more painstaking configure/make logic. | Graydon Hoare | 2011-03-17 | 1 | -29/+87 |
| | | |||||
| * | Move Makefile.in and configure to top level, BOOT_-qualify names, various ↵ | Graydon Hoare | 2011-03-17 | 1 | -0/+75 |
| tweaks. | |||||