aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependency_collector.rb
AgeCommit message (Expand)Author
2015-04-09Prioritize TapDependency in parse_string_specTim D. Smith
2015-03-19add :python3 to LANGUAGE_MODULESTanachat Nilanon
2015-01-22Add `depends_on :gpg`Xu Cheng
2014-12-05Try to match unused symbol deps lastJack Nagel
2014-11-07tuntap: recommend upstream signed binary.Dominyk Tiller
2014-11-05Add `depend_on :apr`Jack Nagel
2014-09-09Add :osxfuse dependency to support binary install.Johnathan Conley
2014-07-21dependency_collector: add :java symbolMike McQuaid
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-07-02Don't expose the dependency cache data structureJack Nagel
2014-07-01Always use class.name to build inspect stringsJack Nagel
2014-05-30Remove build flag from ant depJack Nagel
2014-05-23Try to match unused symbol deps lastJack Nagel
2014-05-19Remove CLTDependencyJack Nagel
2014-04-03Remove special behavior of autotools symbol depsJack Nagel
2014-04-02Add fast path for CVS depJack Nagel
2014-03-22dependency_collector: use ArgumentError exception.Mike McQuaid
2014-03-09dependency_collector: pass second tag as import.Mike McQuaid
2014-03-05Remove special X11 proxy depsJack Nagel
2014-02-28Add TapDependencyJack Nagel
2014-02-27Cache and reuse Dependency objectsJack Nagel
2014-01-20PythonDependency: massive refactoring.Mike McQuaid
2013-12-04Homebrew CVS is required for Xcode 5+Jack Nagel
2013-11-29support .lz archivesAdam Vandenberg
2013-11-18Implement inferred CVS dependencyJack Nagel
2013-11-04Remove special cases in build-time dep auditJack Nagel
2013-10-28Add ant dependencyJack Nagel
2013-10-15Avoid the need to defensively flatten tags arrayJack Nagel
2013-09-28Infer dependencies from download strategies and URLsJack Nagel
2013-09-14Rename PythonInstalled to PythonDependency.Mike McQuaid
2013-09-13Stop mutating dependency specificationsJack Nagel
2013-07-16Allow specifying version in depends_on :pythonSamuel John
2013-06-26Add syntax sugar for MPIDependencyJack Nagel
2013-06-26Print inspected values in dependency collector errorsJack Nagel
2013-06-25Rename Fortran requirement to fix option generationJack Nagel
2013-06-24Add :fortran requirementAdam Vandenberg
2013-06-18Python module deps, ext. python fix and 10.6 fixSamuel John
2013-06-16Add minimum OS X version requirementAdam Vandenberg
2013-06-08Add :ld64 dependencyMisty De Meo
2013-06-03Python 2.x and 3.x supportSamuel John
2013-05-06Reduce allocations in dependency constructionJack Nagel
2013-05-06TypeError is appropriate hereJack Nagel
2013-05-06Check Requirement before DependencyJack Nagel
2013-05-06Extract string and class logic from parse_specJack Nagel
2013-04-18Don't accept Formula objects as dep specsJack Nagel
2013-04-17Reorder dep spec types by frequencyJack Nagel
2013-04-17Add :hg build requirement.Adam Vandenberg
2013-04-16Reduce repeated array inclusion checkJack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
2013-04-02Move x86_64 Requirement into coreJack Nagel