| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-21 | fix permisions on tests | Adam Vandenberg | |
| 2014-05-21 | add start and stop as generic executables | Adam Vandenberg | |
| 2014-05-21 | Prefer pathname methods over regexp matching | Jack Nagel | |
| 2014-05-21 | make `tests` an internal command | Adam Vandenberg | |
| 2014-05-20 | Remove obsolete text | Jack Nagel | |
| 2014-05-20 | Remove ENV variable that is no longer used | Jack Nagel | |
| 2014-05-20 | Don't fetch the value just to throw it away | Jack Nagel | |
| 2014-05-20 | Stop using superenv? method to dump ENV | Jack Nagel | |
| 2014-05-20 | Don't try to lock the same formula more than once | Jack Nagel | |
| Fixes #28765. | |||
| 2014-05-20 | Remove dead code | Jack Nagel | |
| 2014-05-20 | Alphabetize tap migrations | Jack Nagel | |
| 2014-05-20 | Move appswitch to homebrew-binary | Jack Nagel | |
| 2014-05-19 | blacklist: gfortran is now part of gcc | Adam Vandenberg | |
| 2014-05-19 | blacklist: remove gcc | Adam Vandenberg | |
| 2014-05-19 | Re-enable Xcode-only support on 10.9 | Jack Nagel | |
| Closes #29377. | |||
| 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 CLTDependency | Jack Nagel | |
| Closes #29379. | |||
| 2014-05-19 | Remove deprecated --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes #29380. | |||
| 2014-05-18 | Less snark | Jack Nagel | |
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes #29318. | |||
| 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-17 | Move tetgen to homebrew-science | Adam Vandenberg | |
| Closes #29336. | |||
| 2014-05-17 | only clean logs if logs exist | Adam Vandenberg | |
| Closes #29355. | |||
| 2014-05-17 | Move brew-unpack to core | Jack Nagel | |
| 2014-05-16 | Move agedu to headonly | Adam Vandenberg | |
| The checksum on the tarball is not stable. Closes #26671. | |||
| 2014-05-16 | fortran_dependency: use gcc instead of gfortran. | Mike McQuaid | |
| 2014-05-16 | add --installed to json info | Adam Vandenberg | |
| Closes #29315. | |||
| 2014-05-16 | Move storm to the boneyard | Adam Vandenberg | |
| Storm requires a specific version of jzma, which could be supplied as a resource. Pull requests will be reviewed. Closes #23283. | |||
| 2014-05-16 | Print debug messages to stderr | Geoff Nixon | |
| Closes #29294. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-15 | bottle_version: support fontforge scheme. | Mike McQuaid | |
| 2014-05-14 | cleanup: prune old build logs | Jack Nagel | |
| Closes #29231. | |||
| 2014-05-14 | Taps: cleanup regexps around Taps | Tsukasa OMOTO | |
| Closes #29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 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 | |
| 2014-05-13 | Make cc=/cxx= set HOMEBREW_CC in superenv | Jack Nagel | |
| 2014-05-13 | Remove legacy ENV accessor hack | Jack Nagel | |
| 2014-05-13 | self, not ENV | Jack Nagel | |
| 2014-05-13 | Use a case statement | Jack Nagel | |
| 2014-05-13 | Make sure the path arrays only contain strings | Jack Nagel | |
| 2014-05-13 | No need to augment path on Xcode-only 10.9 | Jack Nagel | |
| 2014-05-13 | Move method to prepare for future changes | Jack Nagel | |
| 2014-05-13 | Future-proof this conditional | Jack Nagel | |
| 2014-05-13 | download_strategy: fix Git repo updating. | Mike McQuaid | |
| Git repositories should always be updated when the ref is a branch. They should be also updated if no ref was specified or if the ref isn’t present. This stops the repo being updated if we’re building a specific revision and it is present. Additionally, this stops the update barfing on repositories where we’re using a revision and there is no upstream `master` branch. Closes #29218. | |||
| 2014-05-12 | inline this method | Adam Vandenberg | |
| 2014-05-12 | document FormulaConflict | Adam Vandenberg | |
