aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Enable new patch implementation with compatibility layerJack Nagel
2014-03-13New patch implementation and DSLJack Nagel
2014-03-10Remove used options check from install_bottle?Jack Nagel
2014-03-10Make bottle implementation more genericJack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-07add opt shortcuts to formulaAdam Vandenberg
2014-03-07document formula path helpersAdam Vandenberg
2014-03-05OopsJack Nagel
2014-03-05Prepare bottle tooling for formula revisionsJack Nagel
2014-03-05Encode formula revision in installation prefixJack Nagel
2014-03-05Enable tracking of formula revisionsJack Nagel
2014-03-01Compare pathnames directlyJack Nagel
2014-03-01Make conditional more obviousJack Nagel
2014-02-28Use Formula.pathJack Nagel
2014-02-28Remove deprecation notice from system "xcodebuild"Jack Nagel
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2014-02-27add Formula[]Adam Vandenberg
2014-02-24Add nil check to partially address Homebrew/homebrew#26563Jack Nagel
2014-02-23update docAdam Vandenberg
2014-02-23ignore skip_clean :allAdam Vandenberg
2014-02-22Hoist assignment to simplify a conditionalJack Nagel
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-21Move Formula.class_s to FormularyJack Nagel
2014-02-21Remove downloader from FormulaJack Nagel
2014-02-21Move methods to a more logical placeJack Nagel
2014-02-20Delegate downloader to active_spec instead of storing it in an ivarJack Nagel
2014-02-19Push expand_path call down into FromPathLoaderJack Nagel
2014-02-15Formula#system: simplify xcodebuild special caseJack Nagel
2014-02-15Formula#system: remove unnecessary string castsJack Nagel
2014-01-29don't trigger VCS when patchingAdam Vandenberg
2014-01-20PythonDependency: massive refactoring.Mike McQuaid
2014-01-04formula: fix whitespace.Mike McQuaid
2013-12-22Drop unnecessary string conversion in skip_cleanJack Nagel
2013-12-14tap: change core formula tap naming.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-11Set bottle version rather than re-parse it from the URLJack Nagel
2013-12-09keg_only_reason and cc_failures are not DSL methodsJack Nagel
2013-12-09Use accessors to silence uninitalized ivar warningsJack Nagel
2013-12-08formula: don't print verify message, use resource.Mike McQuaid
2013-12-08formula, resource: output when verifying checksum.Mike McQuaid
2013-12-05Use BottleCollector in Bottle SoftwareSpecMisty De Meo
2013-12-03Adjust fails_with syntax for non-Apple compilersMisty De Meo
2013-11-29Flush stdout before leaving Formula#systemJack Nagel
2013-11-17Replace error-prone superenv debug ouput with a separate log fileJack Nagel
2013-11-02Remove intermediate exception in Formula#systemJack Nagel
2013-11-02Add cxxstdlib_check method to request changing C++ stdlib checking.Xiyue Deng
2013-10-31fetch: clear partial downloads when --force is givenJack Nagel