Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 18, 2017
  2. Mar 21, 2017
  3. Feb 26, 2017
  4. Jan 17, 2017
  5. Jan 04, 2017
  6. Dec 23, 2016
  7. Dec 20, 2016
    • Tom Schoonjans's avatar
      brew create: add meson support · cc09bb14
      Tom Schoonjans authored
      meson is quickly gaining popularity as build system, in combination with
      ninja. Several Gnome projects for example are currently transitioning
      from autotools to meson, mostly because it allows for Visual Studio
      builds, which is impossible to accomplish with autotools.
      
      In order to facilitate generating meson based Formulas, I added support
      for meson to brew-create.
      cc09bb14
  8. Dec 19, 2016
  9. Oct 02, 2016
  10. Sep 20, 2016
  11. Sep 12, 2016
  12. Sep 09, 2016
  13. Aug 02, 2016
    • Mike McQuaid's avatar
      audit: add --new-formula option. · 0302a6bc
      Mike McQuaid authored
      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.
      0302a6bc
  14. Jul 18, 2016
  15. Jul 16, 2016
    • Vlad Shablinsky's avatar
      Unify Version.create usage · 3fb5d70a
      Vlad Shablinsky authored
      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.
      3fb5d70a
  16. Jul 13, 2016
  17. Jun 24, 2016
    • Zhiming Wang's avatar
      create: add --tap option (#389) · cb711a2d
      Zhiming Wang authored
      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.
      cb711a2d
  18. Apr 11, 2016
  19. Apr 03, 2016
  20. Oct 30, 2015
  21. Oct 28, 2015
  22. Aug 29, 2015
  23. Aug 03, 2015
  24. May 26, 2015
  25. May 08, 2015
    • Xu Cheng's avatar
      add Formulary::path method · 8297810e
      Xu Cheng authored
      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.
      8297810e
  26. Mar 05, 2015
  27. Jan 09, 2015
  28. Jan 04, 2015
  29. Dec 28, 2014
  30. Dec 15, 2014
  31. Oct 26, 2014
  32. Jul 18, 2014
  33. Jun 23, 2014
  34. Jun 20, 2014
  35. Jun 04, 2014
  36. Feb 23, 2014
  37. Feb 21, 2014
Loading