aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
AgeCommit message (Expand)Author
2014-03-25cc: don't add linker arguments if only -v passed.dinkypumpkin
2014-03-24Filter -fno-delete-null-pointer-checks for clangJack Nagel
2014-03-21More flags clang dislikesJack Nagel
2014-03-20Filter out -fcheck-newJack Nagel
2014-03-19More flags that clang used to ignoreJack Nagel
2014-03-16Filter out "-mno-dynamic-no-pic"Jack Nagel
2014-03-14superenv: filter -fno-check-newMisty De Meo
2014-03-14cc: filter more flags clang hates.Mike McQuaid
2014-02-28Don't munge arguments when configure is run by makeJack Nagel
2014-01-28pod2man: Fix for machines upgraded to MavericksManpreet Singh
2014-01-27Revert "Add python superenv wrapper"Misty De Meo
2014-01-27Redo python shim script in rubyMisty De Meo
2014-01-26Add python superenv wrapperMisty De Meo
2013-12-27Apply the same filtering to -I paths as -L pathsJack Nagel
2013-12-27superenv: don't accidentally filter out HOMEBREW_TEMPJack Nagel
2013-12-27Escape prefix when interpolating into regexpJack Nagel
2013-12-04Revert "Revert "Split bsdmake wrapper out from make wrapper""Jack Nagel
2013-11-26Fix parsing of "-I foo" and "-L foo" under superenvJack Nagel
2013-11-21Avoid globals when ivars will doJack Nagel
2013-11-21Move some global methods into the context in which they usedJack Nagel
2013-11-21Remove some monkeypatchesJack Nagel
2013-11-21Use grep instead of select + matchJack Nagel
2013-11-21Allow -Wno- flags to pass throughJack Nagel
2013-11-20Remove uses of -no-cpp-precompJack Nagel
2013-11-20Simplify passing archflags to cc wrapperJack Nagel
2013-11-20Move optimization flag selection out of cc wrapperJack Nagel
2013-11-17ENV strings are already frozenJack Nagel
2013-11-17Export HOMEBREW_PREFIX to build environmentJack Nagel
2013-11-17Remove outdated TODOsJack Nagel
2013-11-17Write debug log in non-verbose modeJack Nagel
2013-11-17Replace error-prone superenv debug ouput with a separate log fileJack Nagel
2013-11-15Improve heuristic for detecting configureJack Nagel
2013-11-14Revert "Split bsdmake wrapper out from make wrapper"Jack Nagel
2013-11-13Add ant wrapper to superenvJack Nagel
2013-11-13Split bsdmake wrapper out from make wrapperJack Nagel
2013-11-12Allow changing the optimization level under superenvJack Nagel
2013-11-12Extract optflags method from cflags methodJack Nagel
2013-11-12Extract archflags method from cflags methodJack Nagel
2013-11-11Only pass cflags during configure and makeJack Nagel
2013-11-10Pass optimization and arch flags during configureJack Nagel
2013-11-10Extract cxxflags method from cflags methodJack Nagel
2013-11-09superenv: fix versioned g++ invocations.Bulat Shakirzyanov
2013-11-07superenv: add shims for gcc4.{3-9}.Mike McQuaid
2013-11-04Disable make_fuss when running configure invoked by makeJack Nagel
2013-11-03Move superenv make_fuss output back to stderrJack Nagel
2013-11-02cc: disable make_fuss during configureJack Nagel
2013-11-01cc: ensure wrapper output is always flushedJack Nagel
2013-10-26Clang standard library selection.Xiyue Deng
2013-10-26C++11 support.Xiyue Deng
2013-10-20Don't use stderr for make_fuss output.Xiyue Deng