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 20, 2016
  2. 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
  3. 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
  4. Jun 15, 2016
  5. Jun 14, 2016
  6. Jun 13, 2016
  7. Jun 12, 2016
  8. Jun 11, 2016
    • ilovezfs's avatar
      deps should respect skip-recommended · 63675084
      ilovezfs authored
      
      For example, `brew deps libass --skip-recommended` shouldn't print
      harfbuzz because, even though libass builds with harfbuzz when harfbuzz
      is not skipped, we asked to skip recommended, of which harfbuzz is one.
      
      The corresponding change is made for `brew uses` as well.
      
      Thanks to Xu Cheng for contributing the code. Any errors are mine.
      
      Closes #129.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      63675084
  9. Jun 09, 2016
    • ilovezfs's avatar
      boneyard-formula-pr: add new command. · 11d47e83
      ilovezfs authored
      
      Add a new developer command (i.e., requires `HOMEBREW_DEVELOPER` set in
      your environment) to "boneyard" a formula, by creating one pull request
      removing the formula from its current tap and updating (or creating)
      tap_migrations.json, and another pull request importing the formula into
      homebrew/boneyard with any bottle block removed.
      
      Closes #53.
      
      Signed-off-by: default avatarilovezfs <ilovezfs@icloud.com>
      11d47e83
  10. Jun 08, 2016
  11. Jun 07, 2016
    • Martin Afanasjew's avatar
      audit: detect more 'pkgshare' candidates (#328) · af42deca
      Martin Afanasjew authored
      The new check also allows the `+` operator instead of our (still heavily
      preferred) `/` operator for path concatenation and also triggers if the
      operator is surrounded by whitespace.
      
      Also recognizes single-quoted strings and uses a back reference to
      match the closing quote for a slightly lower chance of false positives.
      
      Closes #322.
      af42deca
  12. Jun 05, 2016
  13. Jun 03, 2016
Loading