aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependencies.rb
AgeCommit message (Expand)Author
2012-11-08Factor out MySQL and Postgres requirementsJack Nagel
2012-10-25Allow requirements to record tagsJack Nagel
2012-10-25Move requirement subclasses to a separate fileJack Nagel
2012-10-15Manage Requirements using ComparableSetMisty De Meo
2012-10-02Replace mentions of easy_install by pipsamueljohn
2012-09-10Clarify that brew does not provide XQuartzCharlie Sharpsteen
2012-08-24XCodeDependency: Clarify that Xcode.app is neededCharlie Sharpsteen
2012-08-22Don't use XQuartz for e.g. :libpng on 10.8.Mike McQuaid
2012-08-18Deprecate MacOS.version? style methodsJack Nagel
2012-08-17Add special :xcode dependencyAdam Vandenberg
2012-08-14Recursively expand requirements in FormulaInstallerJack Nagel
2012-08-12Make Set available globallyJack Nagel
2012-08-09Document dependencies.rbAdam Vandenberg
2012-08-08Add modular x11 dependencies.Mike McQuaid
2012-08-07Allow multiple unsatisfied fatal requirementsAdam Vandenberg
2012-08-01Move X11 machinery into MacOS::XQuartz namespaceJack Nagel
2012-07-30Add conflicts_with DSL methodMisty De Meo
2012-07-28dependencies.rb: Add MPI compiler RequirementCharlie Sharpsteen
2012-07-27Deduplicate requirementsJack Nagel
2012-07-27Requirement: add modify_build_environment methodJack Nagel
2012-07-25Use new Xcode moduleJack Nagel
2012-07-10Add :bsdmake dependencyAdam Vandenberg
2012-07-10All symbols for autotools dependenciesAdam Vandenberg
2012-07-10Refactor dependencies in preparation for autotools symbol supportAdam Vandenberg
2012-07-01Better error message for unknown dep symbolCamillo Lugaresi
2012-07-01Add depends_on :libpng as an alias to :x11Camillo Lugaresi
2012-07-01Simplify DependencyCollector#addCamillo Lugaresi
2012-07-01depends_on :x11 syntax supportCamillo Lugaresi
2012-05-01Fix Ruby warnings.Mike McQuaid
2012-04-11Implement <=> for DependencyJack Nagel
2012-03-20Fix Dependency equalityAdam Vandenberg
2012-03-20Allow a different package and import name for language deps.Adam Vandenberg
2012-03-10New external dependency implementation.Adam Vandenberg