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. Oct 31, 2013
  2. Oct 30, 2013
  3. Oct 29, 2013
    • Jack Nagel's avatar
      Add ant dependency · 076df32b
      Jack Nagel authored
      Closes Homebrew/homebrew#23484.
      Closes Homebrew/homebrew#23494.
      Closes Homebrew/homebrew#23681.
      076df32b
  4. Oct 28, 2013
  5. Oct 27, 2013
    • Xiyue Deng's avatar
      Make stdenv handling less intrusive. · ea2dd613
      Xiyue Deng authored
      * Don't encode "-Qunused-arguments", as this is only supported in Clang
        and will break building when C/C++ compiler is switched during the
        process, e.g. building gcc. The warning is harmless without
        "-Werror".
      ea2dd613
    • Xiyue Deng's avatar
      Clang standard library selection. · 15e5fe43
      Xiyue Deng authored
      * Add new ENV function for selecting stdlib for Clang.
        - The selection is no-op for non-system-clang compilers.
        - Both superenv and stdenv are handled.
      * Add new HOMEBREW_CCCFG flag and ccwrapper handling.
      15e5fe43
    • Xiyue Deng's avatar
      C++11 support. · f2132c47
      Xiyue Deng authored
      * Add options and ENV method to specify building in C++11 mode.
        - Set C++ compiler flags to enable C++11 mode.
        - To add options to support C++11 mode, a formula can now use
      
            option :cxx11
      
          to provide "--c++11" option, and detect and enable C++11 support in
          install method using
      
            ENV.cxx11 if build.cxx11?
      
      Closes Homebrew/homebrew#22453.
      f2132c47
    • Misty De Meo's avatar
      detect_cxx_stdlibs: use mach_o_files · 0e6df1c3
      Misty De Meo authored
      0e6df1c3
    • Misty De Meo's avatar
      Move bottle stdlib tracking post-pour · 2775a4b1
      Misty De Meo authored
      This allows us to track the actual stdlib in use, and prevents warnings
      for bottles with no C++ code.
      2775a4b1
    • Misty De Meo's avatar
      Move stdlib tracking postinstall · 36573930
      Misty De Meo authored
      This moves stdlib tracking after the install completes, which allows
      the tracking to have access to the actual stdlib in use.
      
      This unfortunately means that builds can error out *after* a build,
      resulting in wasted time; however, it reduces false positives, and the
      overall user experience is still likely to be better this way.
      36573930
    • Misty De Meo's avatar
      brew-unpack: use #length == 1, not #one? · 71fcefc6
      Misty De Meo authored
      Array#one? wasn't yet defined in Ruby 1.8.6. In this case the block form
      isn't being used, so Array.length == 1 is a simple replacement.
      
      Fixes mistydemeo/tigerbrew#123.
      71fcefc6
    • Jack Nagel's avatar
      create: escape example interpolation · 91dfb608
      Jack Nagel authored
      Fixes Homebrew/homebrew#23643.
      91dfb608
    • Adam Vandenberg's avatar
      6857e2ed
  6. Oct 26, 2013
  7. Oct 25, 2013
  8. Oct 24, 2013
Loading