aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2015-02-07Always respect build options when invoking post_installJack Nagel
2015-02-07Use a local instead of an instance variableJack Nagel
2015-01-22Remove unnecessary early returnJack Nagel
2015-01-22Hide "Patching" message when there aren't any patchesJack Nagel
2015-01-22Use formula patches accessorJack Nagel
2015-01-20Expose bottle details on the formula objectJack Nagel
2015-01-12Omit post-install warning unless formula defines itJack Nagel
2015-01-09formula: set HOME to testpath in tests.Mike McQuaid
2015-01-04Include selected spec in Formula#inspectJack Nagel
2015-01-04Make active_spec protectedJack Nagel
2015-01-04Doc most DSL methods as write-onlyJack Nagel
2015-01-04Fix markupJack Nagel
2015-01-04Top-level DSL methods only manipulate the stable specJack Nagel
2014-12-30Use block-form of File.openJack Nagel
2014-12-30Log build environment on failureJack Nagel
2014-12-30Always dump full configurationJack Nagel
2014-12-27One less external call to #active_specJack Nagel
2014-12-26Decouple applying patches from staging the sourceJack Nagel
2014-12-26Finally stop exposing url on FormulaJack Nagel
2014-12-26Unroll validation loopJack Nagel
2014-12-26Overriding #initialize is not supported, so drop late validationJack Nagel
2014-12-26formula: add/improve more API docs.Mike McQuaid
2014-12-26Fix method redefinition warningJack Nagel
2014-12-22The class-level keg_only_reason is private APIJack Nagel
2014-12-22Use "@api private" instead of "@private"Jack Nagel
2014-12-20Typo in skip_clean? documentationBaptiste Fontaine
2014-12-12Formula#install has public visibilityJack Nagel
2014-12-12Formula#exec_cmd: coerce arg to string before start_with?Tim D. Smith
2014-12-10Formula#exec_cmd: recognize setuptools shim and refurbish argsTim D. Smith
2014-12-10Formula#system: hide python setup.py shim in ohaiTim D. Smith
2014-12-08formula.rb: make some methods private.Mike McQuaid
2014-12-08formula.rb: add install method.Mike McQuaid
2014-12-08Document Formula attributes.Mike McQuaid
2014-12-06Remove {start,stop}doc as we're using Yard now.Mike McQuaid
2014-11-06Remove outdated commentJack Nagel
2014-10-29Add predicate methods for specs and stop testing internalsJack Nagel
2014-10-21Point to a tap when installing or fetching.Mike McQuaid
2014-10-19formula: add spec deprecated_option DSL.Mike McQuaid
2014-10-19Provide a method to access test fixturesJack Nagel
2014-10-10Remove redundant commentsJack Nagel
2014-09-24Generate RDoc documentation.Mike McQuaid
2014-09-18Remove fails_with? from the formula instanceJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel
2014-09-18Remove workaround for old debuggerJack Nagel
2014-09-13Pass the ENV hash into the BuildError constructorJack Nagel
2014-09-07Fix file descriptor leak in Formula#systemJack Nagel
2014-09-07Avoid intermediate arrayJack Nagel
2014-09-05Remove unnecessary closed? guardJack Nagel
2014-09-05Less code in begin blockJack Nagel
2014-09-05Ensure log file is closedJack Nagel