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. Sep 17, 2018
  2. Sep 04, 2018
  3. Sep 03, 2018
    • Mike McQuaid's avatar
      Homebrew/.rubocop: tweak rules. · 80d75bc0
      Mike McQuaid authored
      Adjust the rules based on the current codebase. Remove various enable,
      disables and default values that are unnecessary. Add more comments
      explaining why. Make minor changes needed to enable a few more rules.
      Unverified
      80d75bc0
  4. Aug 18, 2018
  5. May 19, 2018
  6. Mar 25, 2018
  7. Mar 21, 2018
  8. Mar 13, 2018
  9. Jan 23, 2018
  10. Jan 14, 2018
    • Mike McQuaid's avatar
      Deprecate default_formula Requirement DSL · b70b5429
      Mike McQuaid authored
      This has been a nightmare in terms of the complexity to our dependency
      system and the whack-a-mole required on bugs. If a Requirement resolves
      to a Formula it should just use `depends_on "formula"` instead. This
      matches the effective behaviour all users of bottles (the vast majority
      of users and installs) and what we're doing in Homebrew/homebrew-core.
      b70b5429
  11. Oct 08, 2017
  12. Sep 10, 2017
  13. Jul 16, 2017
  14. Jan 12, 2017
  15. Oct 31, 2016
    • Mike McQuaid's avatar
      build: write options to file. · 3396d479
      Mike McQuaid authored
      These can be useful for later inspection or upload by `gist-logs` if
      there's a failed install and it's unclear from logs alone what options
      were used.
      3396d479
  16. Sep 23, 2016
  17. Sep 17, 2016
  18. Aug 26, 2016
  19. Aug 22, 2016
    • Mike McQuaid's avatar
      Make -no_weak_imports opt-in. · 602fb0e5
      Mike McQuaid authored
      The experiment to add `-no_weak_imports` unconditionally has been a bit
      of a failure. It's broken more than it's fixed and I don't think we can
      have this as a default for Xcode 8.
      
      Add `ENV.no_weak_imports` to be used by formulae authors and make
      `ENV.no_weak_imports a no-op (for now).
      
      We may reconsider this behaviour in future.
      602fb0e5
  20. Aug 20, 2016
  21. Jul 08, 2016
  22. Apr 19, 2016
  23. Jan 21, 2016
  24. Jan 15, 2016
  25. Nov 24, 2015
  26. Aug 28, 2015
  27. Aug 03, 2015
  28. Jun 26, 2015
    • Jack Nagel's avatar
      Decouple detect_stdlibs from ENV · e40b7352
      Jack Nagel authored
      I want to decouple from the global ENV constant as much as possible so
      that eventually we can change the build environment implementation.
      detect_stdlibs only cares about the compiler, not the whole ENV.
      e40b7352
  29. Jun 19, 2015
  30. Jun 16, 2015
  31. May 29, 2015
  32. Apr 17, 2015
  33. Apr 15, 2015
  34. Apr 09, 2015
  35. Mar 27, 2015
  36. Dec 27, 2014
Loading