| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-19 | work around missing __debug header in Xcode CLT 6.3 | Tim D. Smith | |
| uses the LLVM 3.6 debug header from: http://reviews.llvm.org/diffusion/L/browse/libcxx/tags/RELEASE_360/final/include/__debug Workaround for #38514. Closes #38735. | |||
| 2015-02-12 | Extract logging from the command class | Jack Nagel | |
| 2015-02-12 | Drop unnecessary call to compact | Jack Nagel | |
| 2015-02-12 | Get the basename and dirname once | Jack Nagel | |
| 2015-02-08 | Make compiler shim robust against missing environment variables | Jack Nagel | |
| Fixes #36217. | |||
| 2015-02-08 | Get rid of cccfg? method | Jack Nagel | |
| 2015-02-08 | Add predicate methods for compiler shim configuration | Jack Nagel | |
| 2015-02-07 | Use start_with? to simplify path sanity check | Jack Nagel | |
| 2015-02-07 | Don't prune cellar paths when cellar is in /opt | Jack Nagel | |
| Fixes #35382. | |||
| 2015-01-14 | cc: filter out -Wno-unused-but-set-variable | Misty De Meo | |
| Fixes #35750. | |||
| 2015-01-07 | Don't rely on PATH when invoking xcrun shim | Jack Nagel | |
| 2014-12-11 | zlib & sqlite3: pkgconfig support | Dominyk Tiller | |
| native pkg-config support for zlib and sqlite to elimate the need to pass flags to configure or make stages in formulae. Closes #34765. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-05 | Simplify bsdmake wrapper, take 2 | Jack Nagel | |
| 2014-12-05 | Revert "Simplify bsdmake wrapper" | Jack Nagel | |
| Fixes #34713. This reverts commit e4461afd36f04b1cd3cf56ec0636202150ce0570. | |||
| 2014-12-05 | Simplify bsdmake wrapper | Jack Nagel | |
| Since bsdmake is always specified as a dependency, our xcrun wrapper will always be able to find it, so we can get rid of this wrapper. | |||
| 2014-10-29 | Always set sysroot for Xcode-only systems | Jack Nagel | |
| Fixes #33431. | |||
| 2014-10-21 | ENV/pod2man: fix for machines upgraded to Yosemite | Manpreet Singh | |
| Yosemite is having the same issues as #24590 in the past on upgraded machine. Bump to pod2man5.18. Closes #33436. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-05 | Simplify dispatch in git wrapper | Jack Nagel | |
| 2014-10-05 | Remove last usage of StrictSubversionDownloadStrategy | Jack Nagel | |
| This strategy is only used in one formula, so we can just replace it with a dependency. It could be done with a requirement, but since this is a low-impact change (it only matters for head builds on Leopard), I'm not sure it's worth the effort. The constant is retained for compatibility, though I could find only one other reference to it on GitHub, in a formula that was removed from core almost two years ago. | |||
| 2014-10-02 | Move SCM wrappers from Contributions to ENV/scm. | Mike McQuaid | |
| Closes #32615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-09-09 | Add :osxfuse dependency to support binary install. | Johnathan Conley | |
| add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes #31975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-17 | Do not close inherited file descriptors in compiler wrapper | Jack Nagel | |
| 2014-08-15 | superenv: filter -Wno-long-double | Misty De Meo | |
| 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. | |||
| 2014-08-06 | cc: blacklist -fno-inline-functions-called-once. | Brandon Bennett | |
| Closes #31384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-18 | clang doesn't support -fuse-linker-plugin | Dan | |
| Closes #30930. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-10 | Add 10.10 pkgconfig files | Jack Nagel | |
| 2014-07-10 | Make vendored pkgconfig files match the actual library versions | Jack Nagel | |
| 2014-06-03 | Switch to "Current" Ruby framework symlink | Jack Nagel | |
| Closes #29795. Closes #29819. | |||
| 2014-06-03 | Rewrite xcrun wrapper in shell | Jack Nagel | |
| 2014-05-22 | Fix ENV.m32 under superenv | Jack Nagel | |
| 2014-05-21 | Refurbish two more flags not supported by clang | Sergei Silnov | |
| '-fno-tree-pre' and '-fno-tree-dominator-opts' Closes #29452. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-19 | Reorganize superenv include and library path setup | Jack Nagel | |
| 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. | |||
| 2014-05-14 | Allow disabling arch flag filtering | Jack Nagel | |
| Closes #17352. | |||
| 2014-05-12 | Scrub out --sysroot | Jack Nagel | |
| 2014-05-12 | There isn't a /usr/local in the SDK | Jack Nagel | |
| 2014-05-12 | superenv: remove duplicate -multiply_definedsuppress filter | Misty De Meo | |
| This reverts commit 61d8a8e029079ca1922df735683c2b5eb6a39db1. | |||
| 2014-05-11 | clang: add another unknown flag | Misty De Meo | |
| Fixes #29141. | |||
| 2014-05-10 | Fix duplicate -stdlib flags in cxxld mode | Jack Nagel | |
| When the cc wrapper is in cxxld mode, -stdlib= is added by both cxxflags and ldflags, but they are never used separately, so this results in duplicate flags. | |||
| 2014-05-10 | Move -m32 and -m64 filtering up one level | Jack Nagel | |
| These flags cannot be used behind -Xarch_<arch>, so stop filtering them there. | |||
| 2014-05-10 | Ensure HOMEBREW_ARCHFLAGS is always a string | Jack Nagel | |
| 2014-05-08 | Clang doesn't support -fno-for-scope | Jack Nagel | |
| 2014-05-08 | Always use stub tools in /usr/bin on 10.9 | Jack Nagel | |
| 2014-05-08 | clang does not support -fno-regmove | Adam Vandenberg | |
| 2014-05-06 | Remove nested conditional | Jack Nagel | |
| 2014-05-06 | Preserve -Xarch_<arch> context when filtering args | Jack Nagel | |
| 2014-05-06 | Extract body of refurbished_args loop | Jack Nagel | |
| 2014-04-29 | xcrun wrapper: rephrase comments | Jack Nagel | |
| 2014-04-29 | xcrun wrapper: reorganize so we only access ARGV once | Jack Nagel | |
| 2014-04-29 | xcrun wrapper: inline try method | Jack Nagel | |
| 2014-04-29 | xcrun wrapper: skip superenv bin when walking PATH | Jack Nagel | |
