aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-10-20doctor: exempt android-ndk from check_openssl_linksTim D. Smith
Closes Homebrew/homebrew#33415.
2014-10-20Less code in begin blockJack Nagel
2014-10-20Handle broken symlinks in resolve_any_conflictsJack Nagel
Fixes Homebrew/homebrew#33328.
2014-10-20Return early from resolve_any_conflicts for non-symlinksJack Nagel
2014-10-20Fix filesystem leak in keg testsJack Nagel
2014-10-20Drop questionable CLT adviceJack Nagel
If an outdated Xcode is installed, it really needs to be updated if possible. Otherwise things that depend on Xcode at build time will have that dependency satisfied, but will fail to compile. The CLT is enough if it is installed by itself, in which case Xcode dependencies will not be satisfied.
2014-10-20doctor: Xcode 6.1 is in the App StoreLinus Unnebäck
Closes Homebrew/homebrew#33397. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-10-20add audit check for system OpenSSL linkageTim D. Smith
2014-10-20Drop pointless use of CannotInstallFormulaErrorJack Nagel
These are not caught anywhere, just raise the string. Missed in 1b3b61ff08a4ee5979838f7dbc171e9b38e83f7c.
2014-10-20bottle_version: handle libpano.Mike McQuaid
2014-10-19Use curl -d to pass query parameters in the bottle download strategyJack Nagel
Fixes Homebrew/homebrew#33355.
2014-10-19doctor: clarify 10.10 Xcode situation.Mike McQuaid
2014-10-19formula_installer: tweak argument migration warn.Mike McQuaid
Make it clear that we've done the right thing and this message is just for informational purposes.
2014-10-19formula_installer: warn on deprecated options.Mike McQuaid
2014-10-19tab: remap deprecated options in tabs.Mike McQuaid
If a deprecated option is found in a tab, rename it to the new option.
2014-10-19formula: add spec deprecated_option DSL.Mike McQuaid
2014-10-19Add deprecated_option to software_spec.Mike McQuaid
Allows remapping one option name to another and updates build options and flags accordingly.
2014-10-19Add DeprecatedOption class.Mike McQuaid
Used to capture options that are being renamed.
2014-10-19brew-test-bot: set HOME.Mike McQuaid
Stop dumping files in the real HOME and allow Jenkins to handle workspace cleanup instead.
2014-10-19cleanup: only clean cache if it exists.Mike McQuaid
Closes Homebrew/homebrew#33297.
2014-10-19gifsicle 1.86Stian Eikeland
Closes Homebrew/homebrew#33307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-19Provide a method to access test fixturesJack Nagel
Formulae should not require knowledge of Homebrew's internal directory structure, and we should be able to alter it without modifying individual formulae.
2014-10-18Deprecate insecure download strategiesJack Nagel
2014-10-18Use YARD for API documentation.Mike McQuaid
Massive TODO. We'll get there eventually...
2014-10-17Pull conditional out of begin blockJack Nagel
2014-10-17Move some code to the pour methodJack Nagel
2014-10-17xcode: check clang exists to confim install.Mike McQuaid
2014-10-17We don't need a Pathname just to stat the directoryJack Nagel
2014-10-17brew-test-bot: always repair taps when tapping.Mike McQuaid
2014-10-17formula_cellar_checks: Ruby 1.8 compatible check.Mike McQuaid
2014-10-17formula_cellar_checks: check exists before glob.Mike McQuaid
Closes Homebrew/homebrew#33242.
2014-10-17audit: call puts once instead of problems.size + 2 timesJack Nagel
2014-10-17audit: loop over deps onceJack Nagel
2014-10-17Audit devel and head depsJack Nagel
2014-10-16brew-test-bot: fix pull request URLs.Mike McQuaid
2014-10-16brew-test-bot: use Jenkins PR plugin provided URL.Mike McQuaid
2014-10-16brew-test-bot: fix tap directory naming.Mike McQuaid
2014-10-16brew-test-bot: truncate output to 1MB.Mike McQuaid
2014-10-15Exempt libtool and svn from the shadowed headers checkJack Nagel
2014-10-15Hide install receipt key namesJack Nagel
2014-10-13Reorganize post-install checks so we can share more codeJack Nagel
2014-10-13Remove repeated conditionalJack Nagel
The post-install audit methods are not run for keg-only installs, so we don't need to repeat the conditional here.
2014-10-13Simplify post-install audit outputJack Nagel
2014-10-13Remove audit whitelistJack Nagel
This is currently unnecessary.
2014-10-11doctor: warn about libcurl.frameworkTim D. Smith
Closes Homebrew/homebrew#33076.
2014-10-11Revert "Allow debugging patch failures"Jack Nagel
This reverts commit 988601624568a951d86bd00cf441d18681b4b500.
2014-10-11Revert "Don't raise in mach_data so the debugger doesn't catch it"Jack Nagel
This reverts commit 4f8a3e2113c2e7b88600ff6371f9f70579c55509.
2014-10-11Revert "Handle read(n) returning nil"Jack Nagel
This reverts commit 578cb637594d32b86322be29205329d700ad75ca.
2014-10-10Pull cache creation out of begin blockJack Nagel
2014-10-10Remove redundant commentsJack Nagel