aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
AgeCommit message (Expand)Author
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
2014-04-21Add newlines between methodsJack Nagel
2014-04-21Write the positive case firstJack Nagel
2014-04-21Make obvious that what we care about is the presence of sdkrootJack Nagel
2014-04-21Make obvious that this is a nested conditionalJack Nagel
2014-04-21Filter list before mapping itJack Nagel
2014-04-20Remove last monkeypatchJack Nagel
2014-04-20Remove nil split monkeypatchJack Nagel
2014-04-20Remove unused methodJack Nagel
2014-04-20Use original value when building the flagJack Nagel
2014-04-20Remove to_flags monkeypatchJack Nagel
2014-04-20Remove "cleanpath" monkeypatchJack Nagel
2014-04-20Use File.expand_pathJack Nagel
2014-04-20Delay loading Pathname until we absolutely need itJack Nagel
2014-04-20Use a multiline conditional to make this code more readableJack Nagel
2014-04-20Stop loading a bunch of monkeypatches every time xcrun is invokedJack Nagel
2014-04-20Use File.expand_pathJack Nagel
2014-04-20Remove obsolete DEVELOPER_DIR hacksJack Nagel
2014-04-11Remove -fno-reorder-blocks for clangJack Nagel
2014-03-28Remove -fcaller-saves and -fthread-jumps for clangJack Nagel
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