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. Nov 03, 2013
    • Xiyue Deng's avatar
      Add cxxstdlib_check method to request changing C++ stdlib checking. · 917b94df
      Xiyue Deng authored
      * In certain cases, a C++ software may result in linking to a different
        and incompatible C++ standard library than its dependencies and still
        works fine because it is by design. Examples include GCC, which will
        bootstrap itself and self-host after finish.
      
      * Add a cxxstdlib_check method to formula to request changing the C++
        standard library checking. Currently using "cxxstdlib_check :skip"
        will let a formula skip such checking. This should only be used on
        rare occasions and be very careful.
      
      Closes Homebrew/homebrew#23687.
      917b94df
  2. Nov 02, 2013
  3. Nov 01, 2013
  4. Oct 31, 2013
  5. Oct 30, 2013
  6. 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
  7. Oct 28, 2013
Loading