| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-02 | audit: add --new-formula option. | Mike McQuaid | |
| Rather than nudge people to run `--strict` and then ignore some of the results sometimes (e.g. GitHub repository notability) instead add a dedicated `--new-formula` option that implies this is a one-time advisory check. | |||
| 2016-07-18 | create: path.version may be nil | Xu Cheng | |
| Fixes https://github.com/Homebrew/homebrew-core/issues/3067. | |||
| 2016-07-16 | Unify Version.create usage | Vlad Shablinsky | |
| Substitue each Version.new and HeadVersion.new with Version.create to unify Version and HeadVersion instantiation among core code. Note that this does not relate to Mac::OS::Version class. | |||
| 2016-07-13 | various: proper escape in regex | Xu Cheng | |
| 2016-06-24 | create: add --tap option (#389) | Zhiming Wang | |
| This commit adds a --tap option to the create command such that a user could create a formula in a specified tap instead of the core. | |||
| 2016-04-10 | Add all the top level comments | Max Nordlund | |
| 2016-04-03 | Update documentation after repository split. | Mike McQuaid | |
| 2015-10-30 | create: deprecate --macports and --fink | Baptiste Fontaine | |
| Closes Homebrew/homebrew#45465. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-10-28 | create: accept HEAD urls | Baptiste Fontaine | |
| Fixes Homebrew/homebrew#45310. Closes Homebrew/homebrew#45336. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-10-27 | The Formula API is no longer work-in-progress. | Mike McQuaid | |
| Feature it a bit more prominently in the documentation as a result. Closes Homebrew/homebrew#45374. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-29 | More API documentation. | Mike McQuaid | |
| And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-25 | `brew create` adds a `desc` field to the new formula | Nikolaus Wittenstein | |
| 2015-05-08 | add Formulary::path method | Xu Cheng | |
| This is a little code refactoring splited from Homebrew/homebrew#36753 The idea is to eliminate `Formula#path` outside of `formulary.rb`. And I indent to deprecate `Formula#path` method when I reimplement symlink free tap function. Closes Homebrew/homebrew#39313. | |||
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-08 | Remove another use of the direct url writer | Jack Nagel | |
| masgn is hard to grep for :/ | |||
| 2015-01-04 | Use more https in urls and updated some lost links | Viktor Szakats | |
| Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-27 | create: recommend `brew audit --strict`. | Mike McQuaid | |
| 2014-12-15 | create: remove formula include. | Mike McQuaid | |
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes Homebrew/homebrew#33211. | |||
| 2014-07-17 | Only ask for the stem once | Jack Nagel | |
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-03 | test: improve docs for when using HEAD or similar flags | Dave Cottlehuber | |
| Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-02-22 | create: make conditional more obvious | Jack Nagel | |
| 2014-02-22 | create: pull requires out of method | Jack Nagel | |
| 2014-02-22 | Update method call | Jack Nagel | |
| 2014-02-21 | Move Formula.class_s to Formulary | Jack Nagel | |
| 2014-01-07 | create: fix typos | Christian Moritz | |
| Closes Homebrew/homebrew#25709. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-01-07 | create: always use double quotes. | Mike McQuaid | |
| 2013-12-27 | Replace template’s `j1` with `deparallelize` | Josh Tilles | |
| Solely because I think `ENV.deparallelize` is *way* clearer than `ENV.j1`, at least to the uninitiated. Also, updating the template will reduce the number of `ENV.j1`s that persist because the Homebrew maintainers want clean histories of formulae. Ideally, this change should prevent any more cases from being introduced! Closes Homebrew/homebrew#25431. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-10-30 | Cleanup use of some global constants. | Mike McQuaid | |
| 2013-10-26 | create: escape example interpolation | Jack Nagel | |
| Fixes Homebrew/homebrew#23643. | |||
| 2013-10-26 | add note about test path to create template | Adam Vandenberg | |
| 2013-10-25 | create: detect name from GitHub archives. | Mike McQuaid | |
| 2013-09-23 | Clean up SoftwareSpec and Resource initializers | Jack Nagel | |
| 2013-09-17 | create: use resource for checksum detection | Jack Nagel | |
| 2013-09-16 | Rephrase conditional | Jack Nagel | |
| 2013-09-06 | Enable verbose compile command in create template. | Xiyue Deng | |
| * Add "--disable-silent-rules" option to autotools-based configure options. - Also add comments to notify user removing unrecognized configure options. * Add "-DCMAKE_VERBOSE_MAKEFILE=ON" to cmake-based configure options. | |||
| 2013-08-20 | brew create: Mention the example-formula | Samuel John | |
| 2013-08-03 | brew-create: don't break when given --set-version | Ches Martin | |
| Since 9f2782812cbaf2, specifying a version breaks with: Error: undefined method `detected_from_url?' for "1.2.2":String Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-26 | Don't use 'obj == nil' | Jack Nagel | |
| 2013-04-03 | use separate args in brew create | Adam Vandenberg | |
| 2013-02-23 | brew create: use test DSL | Mike McQuaid | |
| 2013-02-18 | Don't use deprecated form of attr | Jack Nagel | |
| The form "attr :name, true" is deprecated and causes Ruby to emit a warning in verbose mode. Using attr_{reader,writer,accessor} is more clear anyway, so do so. | |||
| 2013-02-18 | brew-create: don't insert autodetected versions. | Mike McQuaid | |
| 2012-12-27 | Respect BROWSER environment variable | Jack Nagel | |
| 2012-08-26 | create: allow --set-name and --set-version | Adam Vandenberg | |
| Closes Homebrew/homebrew#10873. Closes Homebrew/homebrew#14401. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-08-09 | create: Fix indentation for :x11 dep | Misty De Meo | |
