aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV/4.3
AgeCommit message (Expand)Author
2015-02-12Extract logging from the command classJack Nagel
2015-02-12Drop unnecessary call to compactJack Nagel
2015-02-12Get the basename and dirname onceJack Nagel
2015-02-08Make compiler shim robust against missing environment variablesJack Nagel
2015-02-08Get rid of cccfg? methodJack Nagel
2015-02-08Add predicate methods for compiler shim configurationJack Nagel
2015-02-07Use start_with? to simplify path sanity checkJack Nagel
2015-02-07Don't prune cellar paths when cellar is in /optJack Nagel
2015-01-14cc: filter out -Wno-unused-but-set-variableMisty De Meo
2015-01-07Don't rely on PATH when invoking xcrun shimJack Nagel
2014-12-05Simplify bsdmake wrapper, take 2Jack Nagel
2014-12-05Revert "Simplify bsdmake wrapper"Jack Nagel
2014-12-05Simplify bsdmake wrapperJack Nagel
2014-10-29Always set sysroot for Xcode-only systemsJack Nagel
2014-10-21ENV/pod2man: fix for machines upgraded to YosemiteManpreet Singh
2014-10-02Move SCM wrappers from Contributions to ENV/scm.Mike McQuaid
2014-08-17Do not close inherited file descriptors in compiler wrapperJack Nagel
2014-08-15superenv: filter -Wno-long-doubleMisty De Meo
2014-08-06cc: blacklist -fno-inline-functions-called-once.Brandon Bennett
2014-07-18clang doesn't support -fuse-linker-pluginDan
2014-06-03Switch to "Current" Ruby framework symlinkJack Nagel
2014-06-03Rewrite xcrun wrapper in shellJack Nagel
2014-05-22Fix ENV.m32 under superenvJack Nagel
2014-05-21Refurbish two more flags not supported by clangSergei Silnov
2014-05-19Reorganize superenv include and library path setupJack Nagel
2014-05-14Allow disabling arch flag filteringJack Nagel
2014-05-12Scrub out --sysrootJack Nagel
2014-05-12There isn't a /usr/local in the SDKJack Nagel
2014-05-12superenv: remove duplicate -multiply_definedsuppress filterMisty De Meo
2014-05-11clang: add another unknown flagMisty De Meo
2014-05-10Fix duplicate -stdlib flags in cxxld modeJack Nagel
2014-05-10Move -m32 and -m64 filtering up one levelJack Nagel
2014-05-10Ensure HOMEBREW_ARCHFLAGS is always a stringJack Nagel
2014-05-08Clang doesn't support -fno-for-scopeJack Nagel
2014-05-08Always use stub tools in /usr/bin on 10.9Jack Nagel
2014-05-08clang does not support -fno-regmoveAdam Vandenberg
2014-05-06Remove nested conditionalJack Nagel
2014-05-06Preserve -Xarch_<arch> context when filtering argsJack Nagel
2014-05-06Extract body of refurbished_args loopJack Nagel
2014-04-29xcrun wrapper: rephrase commentsJack Nagel
2014-04-29xcrun wrapper: reorganize so we only access ARGV onceJack Nagel
2014-04-29xcrun wrapper: inline try methodJack Nagel
2014-04-29xcrun wrapper: skip superenv bin when walking PATHJack Nagel
2014-04-24Blacklist more flags that clang does not supportJack Nagel
2014-04-21Print the attempted command when xcrun wrapper failsJack Nagel
2014-04-21Use File::PATH_SEPARATOR since we use it everywhere elseJack Nagel
2014-04-21Fix typoJack Nagel
2014-04-21Add some comments to the cc wrapperJack Nagel
2014-04-21Only interpolate constant regexps onceJack Nagel
2014-04-21Remove code that doesn't do anythingJack Nagel