aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-02-27Add audit check for system "xcodebuild"Jack Nagel
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
In the future we can remove the ENV munging branch from Formula#system. Closes Homebrew/homebrew#27081.
2014-02-27Set owner ivar in SoftwareSpecJack Nagel
2014-02-27Cache and reuse Dependency objectsJack Nagel
2014-02-27Eliminate mutation of Dependency objectsJack Nagel
2014-02-27Pass expansion-time build options to install_dependencyJack Nagel
2014-02-27Clean up FormulaInstaller#install_dependencyJack Nagel
2014-02-27Add set union to OptionsJack Nagel
2014-02-27Apply cyclic dependency hack unconditionallyJack Nagel
2014-02-27Remove requested? dependency magicJack Nagel
2014-02-27deps: use Dependency objects in recursive_deps_treeJack Nagel
2014-02-27deps: keep "--all" output sortedJack Nagel
2014-02-27add audit for Formula.factoryAdam Vandenberg
2014-02-27add Formula[]Adam Vandenberg
Closes Homebrew/homebrew#26930
2014-02-26doctor: tweak XQuartz check.Mike McQuaid
Sometimes (e.g. Homebrew/homebrew#27014) it may find an installed version but no prefix. In this case we still want to tell users if it's outdated.
2014-02-25fix typo in auditAdam Vandenberg
2014-02-25add audit for sconsAdam Vandenberg
2014-02-25add scons helperAdam Vandenberg
2014-02-25only get counts if neededAdam Vandenberg
2014-02-25add more documentationAdam Vandenberg
2014-02-25fix incorrect commentAdam Vandenberg
2014-02-25remove charset.alias directlyAdam Vandenberg
2014-02-24Add nil check to partially address Homebrew/homebrew#26563Jack Nagel
2014-02-24Implement fails_with_llvm compat method in terms of fails_withJack Nagel
2014-02-23Remove unused variableJack Nagel
2014-02-23update docAdam Vandenberg
2014-02-23ignore skip_clean :allAdam Vandenberg
2014-02-23Cleaner: do work in clean instead of constructorAdam Vandenberg
2014-02-23latest xcode is 5.0.2Adam Vandenberg
Closes Homebrew/homebrew#26943.
2014-02-23add doctor check for HOMEBREW_KEEP_INFOAdam Vandenberg
2014-02-23Always keep info filesAdam Vandenberg
Closes Homebrew/homebrew#26659.
2014-02-22Hoist assignment to simplify a conditionalJack Nagel
2014-02-22create: make conditional more obviousJack Nagel
2014-02-22create: pull requires out of methodJack Nagel
2014-02-22Update method callJack Nagel
2014-02-22Remove download_strategy from SoftwareSpecJack Nagel
2014-02-22bottle: detail what a new regex should match.Mike McQuaid
2014-02-22bottle_version: add x264.Mike McQuaid
2014-02-22bottle_version: improve test filenames.Mike McQuaid
2014-02-22Use reader methodJack Nagel
2014-02-22Use standard assignment since #initialize is only called onceJack Nagel
2014-02-21Eliminate nil check on path parameterJack Nagel
2014-02-21Avoid ancestors.include?, klass1 < klass2 is fasterJack Nagel
2014-02-21Cache generated class namesJack Nagel
2014-02-21Move Formula.class_s to FormularyJack Nagel
2014-02-21Remove downloader from FormulaJack Nagel
2014-02-21Remove test with too much implementation knowledgeJack Nagel
2014-02-21Move methods to a more logical placeJack Nagel
2014-02-21Access bottle directly in FormulaInstallerJack Nagel
2014-02-21Adapt to Git 1.9's `submodule foreach` changesJosh Tilles
Closes Homebrew/homebrew#26871. Signed-off-by: Jack Nagel <jacknagel@gmail.com>