aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-05-21fix permisions on testsAdam Vandenberg
2014-05-21add start and stop as generic executablesAdam Vandenberg
2014-05-21Prefer pathname methods over regexp matchingJack Nagel
2014-05-21make `tests` an internal commandAdam Vandenberg
2014-05-20Remove obsolete textJack Nagel
2014-05-20Remove ENV variable that is no longer usedJack Nagel
2014-05-20Don't fetch the value just to throw it awayJack Nagel
2014-05-20Stop using superenv? method to dump ENVJack Nagel
2014-05-20Don't try to lock the same formula more than onceJack Nagel
Fixes #28765.
2014-05-20Remove dead codeJack Nagel
2014-05-20Alphabetize tap migrationsJack Nagel
2014-05-20Move appswitch to homebrew-binaryJack Nagel
2014-05-19blacklist: gfortran is now part of gccAdam Vandenberg
2014-05-19blacklist: remove gccAdam Vandenberg
2014-05-19Re-enable Xcode-only support on 10.9Jack Nagel
Closes #29377.
2014-05-19Set sysroot for non-clang compilers on 10.9Jack 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-19Reorganize superenv include and library path setupJack 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-19Remove CLTDependencyJack Nagel
Closes #29379.
2014-05-19Remove deprecated --use-{gcc,llvm,clang}Jack Nagel
Closes #29380.
2014-05-18Less snarkJack Nagel
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes #29318.
2014-05-18Remove hardcoded reference to ENVJack Nagel
2014-05-18Add accessor for HOMEBREW_CCJack Nagel
2014-05-18ENV.cc= and ENV.cxx= are privateJack Nagel
2014-05-18Use a case statementJack Nagel
2014-05-17Move tetgen to homebrew-scienceAdam Vandenberg
Closes #29336.
2014-05-17only clean logs if logs existAdam Vandenberg
Closes #29355.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-16Move agedu to headonlyAdam Vandenberg
The checksum on the tarball is not stable. Closes #26671.
2014-05-16fortran_dependency: use gcc instead of gfortran.Mike McQuaid
2014-05-16add --installed to json infoAdam Vandenberg
Closes #29315.
2014-05-16Move storm to the boneyardAdam Vandenberg
Storm requires a specific version of jzma, which could be supplied as a resource. Pull requests will be reviewed. Closes #23283.
2014-05-16Print debug messages to stderrGeoff Nixon
Closes #29294. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-15bottle_version: support fontforge scheme.Mike McQuaid
2014-05-14cleanup: prune old build logsJack Nagel
Closes #29231.
2014-05-14Taps: cleanup regexps around TapsTsukasa OMOTO
Closes #29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14Allow disabling arch flag filteringJack Nagel
Closes #17352.
2014-05-13Use a case statementJack Nagel
2014-05-13Check value of compiler rather than HOMEBREW_CCJack Nagel
2014-05-13Make cc=/cxx= set HOMEBREW_CC in superenvJack Nagel
2014-05-13Remove legacy ENV accessor hackJack Nagel
2014-05-13self, not ENVJack Nagel
2014-05-13Use a case statementJack Nagel
2014-05-13Make sure the path arrays only contain stringsJack Nagel
2014-05-13No need to augment path on Xcode-only 10.9Jack Nagel
2014-05-13Move method to prepare for future changesJack Nagel
2014-05-13Future-proof this conditionalJack Nagel
2014-05-13download_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-12inline this methodAdam Vandenberg
2014-05-12document FormulaConflictAdam Vandenberg