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 09, 2014
  2. Aug 18, 2014
  3. Aug 16, 2014
    • Misty De Meo's avatar
      superenv: filter -Wno-long-double · cb7b9945
      Misty De Meo authored
      This flag was supported in gcc-4.0, but not later GCCs or clang.
      It pops up in older python-configs, and may also come up in other
      contexts.
      
      Fixes mistydemeo/tigerbrew#213.
      cb7b9945
  4. Aug 06, 2014
  5. Jul 19, 2014
  6. Jul 11, 2014
  7. Jun 04, 2014
  8. Jun 03, 2014
  9. May 22, 2014
  10. May 20, 2014
    • Jack Nagel's avatar
      Reorganize superenv include and library path setup · 613292e3
      Jack Nagel authored
      I found the dual use of CMAKE_*_PATH variables to make it difficult to
      reason about this code. Now a separate set of variables are used to
      communicate with the cc wrapper, and less work is performed in the
      wrapper itself.
      
      We no longer pass the SDK include path as a -isystem directory on
      Xcode-only setups. Doing so is redundant with `--sysroot` and has other
      side effects, namely changing the include path search order, which can
      break compilation of some software (e.g. qemu).
      
      On Xcode-only 10.9, we can additionally omit `--sysroot`, as the correct
      paths are built into the tools.
      
      A new variable, HOMEBREW_SYSROOT, is used to this information to the
      wrapper. It will be unset on Xcode-only 10.9. HOMEBREW_SDKROOT will
      continue to be set, as it is used for other things besides setting the
      include search path.
      613292e3
  11. May 14, 2014
  12. May 13, 2014
  13. May 12, 2014
  14. May 11, 2014
  15. May 09, 2014
  16. May 07, 2014
  17. Apr 30, 2014
  18. Apr 25, 2014
  19. Apr 22, 2014
  20. Apr 21, 2014
Loading