aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
AgeCommit message (Expand)Author
2013-10-06build: fix typoMisty De Meo
2013-10-06Track the OS's default C++ stdlibMisty De Meo
2013-10-06Only track C++ stdlibs for C++ codeMisty De Meo
2013-09-17Move CompilerSelector logic into build env setupMisty De Meo
2013-09-01Check dependencies for a compatible C++ stdlibMisty De Meo
2013-09-01Tab: track C++ stdlib in useMisty De Meo
2013-09-01Move Tab creation into build processMisty De Meo
2013-08-19Move common stuff to extend/ENV.rbJack Nagel
2013-08-19Make Superenv activation explicitJack Nagel
2013-07-22Handle optional build-time deps correctlyJack Nagel
2013-06-12Remove unused variableJack Nagel
2013-06-10Cast deps to formula before passing them to superenvJack Nagel
2013-06-03Allow explicit conversion of requirements to depsJack Nagel
2013-05-25build: expand dependencies only onceJack Nagel
2013-05-25build: expand requirements only onceJack Nagel
2013-05-25build: make deps an attribute of BuildJack Nagel
2013-05-25build: move build methods into a classJack Nagel
2013-05-20CompilerSelector: raise when no compatible compilerMisty De Meo
2013-05-20build: use ARGV.interactive? instead of .flag?Jack Nagel
2013-04-02Isolate compiler selector testsJack Nagel
2013-03-16Decouple CompilerSelector from ENVJack Nagel
2013-03-12Switch compilers when no build is specifiedJack Nagel
2013-03-09Rename these collections for clarityJack Nagel
2013-03-02Save a subshell hereJack Nagel
2013-02-09build: ignore non-explicit build-time dependenciesJack Nagel
2013-01-31build: accept X11 proxies as X11 depsJack Nagel
2013-01-26Replace usages of recursive_deps with recursive_dependenciesJack Nagel
2013-01-21build: reorganize #install for readabilityJack Nagel
2013-01-09Set userpaths before processing requirement ENV modificationsJack Nagel
2012-12-26Allow requirements to specify env optionsJack Nagel
2012-11-11Teach Pathname how to scan for metafilesAdam Vandenberg
2012-11-11Use a class for FORMULA_META_FILESAdam Vandenberg
2012-10-28debrew: formula debugging for homebrewCamillo Lugaresi
2012-10-23Make --ignore-dependencies work againAdam Vandenberg
2012-09-25Clean up and improve build-error output and logsMax Howell
2012-09-24Fix fixopt and fixopt error handlingMax Howell
2012-09-24Attempt to fix opt-paths for all depsMax Howell
2012-09-23superenv: Remove HOMEBREW_PREFIX/bin from PATHMax Howell
2012-09-14Support env :std, :userpathsAdam Vandenberg
2012-09-13Install plists in FormulaInstaller, not build.rbMax Howell
2012-09-13ghc requires std-envMax Howell
2012-09-13Auctex needs user path; Fixes #14699Max Howell
2012-09-13Apply userpaths after superenv-setupMax Howell
2012-09-09Fix code that chmods metafilesAdam Vandenberg
2012-09-09Install plists by defaultAdam Vandenberg
2012-09-03Prevent possible bug in build's optlinkMax Howell
2012-09-02Process requirements before keg-only deps under stdenvJack Nagel
2012-09-01Blacklist graphviz: don't use superenvMax Howell
2012-08-31Fixes #14594; superenv recursively finds X11 reqMax Howell
2012-08-31Revert the user-PATH fixMax Howell