summary refs log tree commit diff
path: root/configure
AgeCommit message (Expand)AuthorLines
2012-01-19Teach configure to search for multiple commands-with-similar-names. Add Natur...Graydon Hoare-16/+17
2012-01-18configure: Don't use pandoc < 1.8. Closes #1513Brian Anderson-0/+17
2012-01-18Refactor the doc building rules a bit, sensitize them to the presence or abse...Graydon Hoare-0/+2
2012-01-17Improve the node-doc-building logic.Graydon Hoare-0/+5
2012-01-17build the tutorial if node.js is availableGrahame Bowland-0/+1
2012-01-17build: Check and set perf --log-fd optionHaitao Li-0/+10
2012-01-15Register snapshotsBrian Anderson-6/+0
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-3/+18
2012-01-14Fix clang option in configure scriptReuben Morais-1/+1
2012-01-12Revert "build: Build libraries in the bin directory on win32"Brian Anderson-18/+3
2012-01-12Revert "Register snapshots"Brian Anderson-0/+6
2012-01-12Merge remote-tracking branch 'brson/win32'Brian Anderson-3/+12
2012-01-12Begin shift over to using pandoc, markdown and llnextgen for reference manual...Graydon Hoare-3/+3
2012-01-12Register snapshotsBrian Anderson-6/+0
2012-01-12build: Build libraries in the bin directory on win32Brian Anderson-3/+18
2012-01-11Revert "build: Build libraries in the bin directory on win32"Brian Anderson-12/+3
2012-01-11build: Build libraries in the bin directory on win32Brian Anderson-3/+12
2012-01-08Allow Clang 3.1Reuben Morais-1/+1
2012-01-07configure: Disable git submodule management when there is no .git dirBrian Anderson-0/+14
2012-01-05Stop configure early if git or subconfigures fail.Graydon Hoare-0/+9
2012-01-01freebsd supportUser Jyyou-1/+1
2011-12-14Changes to configure (Fix for #1291)Stefan Plantikow-1/+6
2011-12-09Disable unused features in the LLVM build.Austin Seipp-1/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-2/+2
2011-12-04configure: LLVM 3.0 no longer supportedBrian Anderson-1/+1
2011-12-02add --host-tripleNiko Matsakis-1/+11
2011-11-30use 64-bit as host if on 64-bit CPUNiko Matsakis-3/+1
2011-11-29update io test to use tmp directory, and update configure to create itNiko Matsakis-1/+1
2011-11-29misc fixesNiko Matsakis-3/+8
2011-11-29basic builds functionNiko Matsakis-11/+13
2011-11-28configure: Add --disable-manage-submodules switchBrian Anderson-0/+7
2011-11-16Various fixes for x86_64 on linuxBrian Anderson-7/+21
2011-11-16more consistent naming conventionNiko Matsakis-2/+3
2011-11-16reverse sense of checkNiko Matsakis-2/+2
2011-11-16make CFG_OPTIMIZE_CXX an optionNiko Matsakis-0/+1
2011-11-16add default for --debug-llvm optionNiko Matsakis-1/+1
2011-11-16finish up the shim approachNiko Matsakis-4/+12
2011-11-08fix handling of target-triples: use a comma to separate hostsNiko Matsakis-0/+2
2011-11-05configure: Handle absolute source paths when configuring LLVMBrian Anderson-4/+8
2011-11-05configure: Quote the git commandBrian Anderson-2/+2
2011-11-05Cleanup configure scriptBrian Anderson-35/+46
2011-11-05configure: Use i686 as the CPU type instead of i386Brian Anderson-2/+2
2011-11-05Parameterize the LLVM build over the target triplesBrian Anderson-56/+77
2011-11-05Cleanup LLVM build rules after rebase onto x64 changesBrian Anderson-6/+7
2011-11-05Begin remove old LLVM configuration codeBrian Anderson-105/+61
2011-11-05LLVM build cleanupBrian Anderson-2/+6
2011-11-05Use LLVM directly from the build directoryBrian Anderson-9/+5
2011-11-05Tie the LLVM build into oursBrian Anderson-4/+12
2011-11-05Call LLVM's configure script from oursBrian Anderson-6/+50
2011-11-05Add submodule management to configure scriptBrian Anderson-1/+35