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. Jun 29, 2016
    • Martin Afanasjew's avatar
      bin/brew: rename 'chdir' to 'quiet_cd' · 359b67c6
      Martin Afanasjew authored
      This is inspired by `quiet_system` with basically the same implication
      (suppress output), making the name a lot less confusing and avoiding a
      clash with the `chdir` function defined in `Library/brew.sh`.
      359b67c6
  2. Jun 28, 2016
  3. Jun 27, 2016
  4. Jun 26, 2016
  5. 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
    • Martin Afanasjew's avatar
      bottle: avoid raising exception in ensure block · e2e35def
      Martin Afanasjew authored
      The `ensure` block can be reached before the tab is modified (and thus
      before `original_tab` gets populated). Avoid raising an exception when
      attempting to restore a tab that hasn't been modified yet, e.g. because
      relocating some of the Mach-O binaries failed.
      e2e35def
  6. Jun 23, 2016
  7. Jun 22, 2016
  8. Jun 21, 2016
  9. Jun 20, 2016
  10. Jun 17, 2016
    • ilovezfs's avatar
      bump-formula-pr: remove formula revision · 96cbce01
      ilovezfs authored
      
      If we're bumping the formula's stable version, then we also must reset
      the formula revision to zero.
      
      Note that if and only if a revision is being removed, this commit will
      enforce the convention that there should be a blank line before a simple
      head spec if and only if there is a formula revision. Any preexisting
      violation of the convention (in particular, a blank line before a simple
      head spec in the absence of a formula revision) won't be proactively
      corrected since we'd not be removing a formula revision in that case.
      
      Closes #369.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      96cbce01
    • ilovezfs's avatar
      bump-formula-pr: reflect new version in dry-run · cc0ca731
      ilovezfs authored
      
      - simulate version change for dry-run
      - make sure we're using :devel version if called with --devel
      
      Closes #318.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      cc0ca731
  11. Jun 16, 2016
    • msbit's avatar
      ENV: mark gcc-6 as supporting C++11 (#349) · 01e8e180
      msbit authored
      Add SharedEnvExtension#gcc_with_cxx11_support? to centralise the
      logic for checking whether a compiler is known to support C++11.
      
      Update logic to accept GCC 4.8 and above (including 6). Thereby also
      address oversight in #163 where support for GCC 6 was added without
      updating the C++11 compiler whitelist.
      
      Add tests for Superenv#cxx11.
      
      Closes #346.
      01e8e180
    • Mike McQuaid's avatar
      update.sh: quieten checkout. · 62dd4b14
      Mike McQuaid authored
      62dd4b14
  12. Jun 15, 2016
Loading