| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-25 | ENV.deparallelize: add block form for temporary change | Misty De Meo | |
| Closes #39026. | |||
| 2015-04-20 | Don't use deprecated API | Jack Nagel | |
| 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-07 | Don't prune cellar paths when cellar is in /opt | Jack Nagel | |
| Fixes #35382. | |||
| 2015-01-04 | Use more https in urls and updated some lost links | Viktor Szakats | |
| Closes #35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-01-03 | Remove unnecessary encoding comments | Jack Nagel | |
| These files do not contain any non-ASCII characters. | |||
| 2014-12-29 | Preserve backtrace from original exception | Jack Nagel | |
| 2014-12-17 | Unset LIBRARY_PATH before builds | Jack Nagel | |
| See https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Closes Homebrew/homebrew-versions#592. | |||
| 2014-10-29 | Always set sysroot for Xcode-only systems | Jack Nagel | |
| Fixes #33431. | |||
| 2014-09-18 | Call reset in the superclass implementation of setup_build_environment | Jack Nagel | |
| 2014-09-18 | Make --cc override the compiler selector | Jack Nagel | |
| 2014-09-18 | Replace CompilerQueue with predetermined priority lists | Jack Nagel | |
| 2014-09-18 | Remove fails_with? from the formula instance | Jack Nagel | |
| 2014-09-11 | Use only strings in ENV.x11 | Jack Nagel | |
| 2014-09-11 | The build environment should only deal with strings | Jack Nagel | |
| 2014-09-11 | Don't directly assign Pathname objects to environment variables | Jack Nagel | |
| Fixes #32234. | |||
| 2014-09-07 | Clear GOBIN in environment setup | Jack Nagel | |
| Closes #32014. | |||
| 2014-08-24 | Fix redefinition of x11 reader method in superenv | Jack Nagel | |
| 2014-08-18 | Don't overwrite optimization flag map in ENV.clang | Jack Nagel | |
| 2014-08-09 | Pull effective arch detection into a method | Jack Nagel | |
| 2014-08-06 | Use opt_bin | Jack Nagel | |
| 2014-08-03 | Add another TODO | Jack Nagel | |
| 2014-08-03 | Remove an is_a check | Jack Nagel | |
| 2014-07-18 | Check nil? || empty? instead of to_s.empty? | Jack Nagel | |
| 2014-07-18 | Drop pointless to_s call | Jack Nagel | |
| 2014-07-13 | No need to cache lookup that is only done once | Jack Nagel | |
| 2014-07-03 | stop Xcode tools from overriding deps when CLT is not installed | Camillo Lugaresi | |
| Closes #30641. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-02 | Move constants so we don't have to load all of ENV to get them | Jack Nagel | |
| 2014-06-22 | Use a more descriptive variable name | Jack Nagel | |
| 2014-06-22 | Use Pathname#split | Jack Nagel | |
| 2014-06-22 | Move the compiler-selecting methods to ENV/shared | Shaun Jackman | |
| Closes #30210. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-10 | Stop caching Superenv.bin | Jack Nagel | |
| It is not a hotspot and causes an ordering dependency in the tests. | |||
| 2014-06-03 | Use a || b | Jack Nagel | |
| 2014-06-03 | Treat HOMEBREW_CC the same as --cc | Shaun Jackman | |
| Closes #29762. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-03 | HOMEBREW_CC: Remove COMPILER_ALIASES | Shaun Jackman | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-28 | Place X11 ahead of OpenGL when X11 is active | Jack Nagel | |
| Fixes #29651. | |||
| 2014-05-26 | Share code for sanitizing ENV between both build environments | Jack Nagel | |
| 2014-05-22 | Add ENV.m64 to superenv | Jack Nagel | |
| 2014-05-22 | Fix ENV.m32 under superenv | Jack Nagel | |
| 2014-05-19 | Set sysroot for non-clang compilers on 10.9 | Jack Nagel | |
| Although the correct sysroot is built into Apple's tools on 10.9, we need to continue setting it for custom compilers. | |||
| 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-19 | Remove deprecated --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes #29380. | |||
| 2014-05-18 | Remove hardcoded reference to ENV | Jack Nagel | |
| 2014-05-18 | Add accessor for HOMEBREW_CC | Jack Nagel | |
| 2014-05-18 | ENV.cc= and ENV.cxx= are private | Jack Nagel | |
| 2014-05-18 | Use a case statement | Jack Nagel | |
| 2014-05-14 | Allow disabling arch flag filtering | Jack Nagel | |
| Closes #17352. | |||
| 2014-05-13 | Use a case statement | Jack Nagel | |
| 2014-05-13 | Check value of compiler rather than HOMEBREW_CC | Jack Nagel | |
