aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
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
2013-10-31Generate logs in verbose modeStefan
2013-10-30git-etc: remove all code.Mike McQuaid
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-30Formula: add tap? method.Mike McQuaid
2013-10-30global: add more tap regexes.Mike McQuaid
2013-10-22Remove "double negative" conditionJack Nagel
2013-10-22Eagerly initialize formula specsJack Nagel
2013-10-19HOMEBREW_GIT_ETC: fix nil etc bug.Mike McQuaid
2013-10-19formula: fix git_etc bash_completion handling.Mike McQuaid
2013-10-10git_etc: update based on bottle etc/var changes.Mike McQuaid
2013-10-10formula: add bottle_prefix method.Mike McQuaid
2013-10-10InstallRenamed: don't overwrite etc files; rename.Mike McQuaid
2013-10-04Check types in Formula#==Jack Nagel
2013-09-27Bottle: set version from stable spec.Mike McQuaid
2013-09-26Simplify setup for local bottle installationJack Nagel
2013-09-22Group DSL methods that delegate to the stable specJack Nagel
2013-09-21Allow explicitly requiring universal depsJack Nagel
2013-09-21Move dependencies to SoftwareSpecJack Nagel
2013-09-21Move options to SoftwareSpecJack Nagel
2013-09-21Give this condition a more revealing nameJack Nagel
2013-09-17Make spec-scoped resources override top-level resourcesJack Nagel
2013-09-17Make top-level resources apply to all specsJack Nagel
2013-09-17Track initialized specsJack Nagel
2013-09-17Move formula resources to SoftwareSpecJack Nagel
2013-09-17Reimplement SoftwareSpec on top of ResourceJack Nagel
2013-09-17Decouple Resource from SoftwareSpecJack Nagel
2013-09-16Cater to download strategies not yielding a fileSamuel Cochran
2013-09-14Move SoftwareSpec to a separate fileJack Nagel
2013-09-13Stop exposing the download strategy from FormulaJack Nagel
2013-09-13head DSL can accept a blockJack Nagel
2013-09-12Use SoftwareSpec directly when using a stable blockJack Nagel
2013-09-11Implement ResourcesAdam Vandenberg