summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_why.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-15/+9
2012-06-08Add pkgset helpersDaniel Hartwig1-10/+6
2012-03-15Cleanup use of identifiers 'dep_type' and 'deptype'Daniel Hartwig1-7/+7
2012-03-02Use arch-qualified names for rdependsDaniel Hartwig1-8/+8
2012-03-02Use arch-qualified names when explaining package states, actionsDaniel Hartwig1-14/+14
2012-02-24Refactor various apt-related comparison functors to apt.hDaniel Hartwig1-54/+3
2010-07-10Split the "terminal" interface into several interfaces that each export one p...Daniel_Burrows@alumni.brown.edu1-11/+12
2010-06-03Clean up a bunch of #include blocks in src/cmdline/.Daniel Burrows1-12/+12
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-70/+236
2010-04-21Use an absolute #include to grab pkg_item.h from cmdline_why.cc.Daniel Burrows1-1/+1
2010-01-17Selectively make warnings about uninitialized variables non-fatal.Daniel Burrows1-1/+5
2009-11-18Fix several places where the "why" code dereferenced version iterators withou...Daniel Burrows1-13/+20
2009-04-25Remove a stray space in "aptitude why" output.Daniel Burrows1-2/+0
2009-03-07If find_all is "false" in find_best_justification, stop searching after we fi...Daniel Burrows1-0/+6
2009-02-23Slight hack to force the summary modes of "why" to only show dependencies at ...Daniel Burrows1-1/+30
2009-02-23Improve the ordering of the "why" summary when dependency types are shown, an...Daniel Burrows1-48/+93
2009-02-23Sanity-check that the summarizer is never called with no_summary as a display...Daniel Burrows1-0/+2
2009-02-23Add a --show-summary option that displays all the packages that would start a...Daniel Burrows1-6/+30
2009-02-23Don't crash when summarizing chains that start with a Provides.Daniel Burrows1-2/+16
2009-02-23Extract the code to generate a fragment containing a three-column rendering o...Daniel Burrows1-78/+87
2009-02-23When displaying "why" output, pre-compute the required sizes of the two left-...Daniel Burrows1-7/+19
2009-02-23Use a better name for the new function that summarizes a list of reasons.Daniel Burrows1-3/+3
2009-02-23Break the logic used to summarize the reasons that a package is required into...Daniel Burrows1-0/+220
2009-02-10Fix the error message printed by "aptitude why" with no arguments: add a newl...Daniel Burrows1-1/+1
2009-01-16Move cmdline_is_search_pattern() to aptitude::matching::is_pattern().Daniel Burrows1-1/+1
2009-01-15Don't crash when the user asks for a virtual package in "why-not". (Closes: #...Daniel Burrows1-1/+4
2009-01-13Copy verbosity in operator=.Daniel Burrows1-0/+1
2009-01-13Copy verbosity with the other fields of justification_search.Daniel Burrows1-2/+3
2008-12-25Expose the "shortest tightest strongest" logic from "aptitude why" via the fu...Daniel Burrows1-152/+171
2008-10-06Switch everything over to the new search code.Daniel Burrows1-36/+36
2008-06-10Handle target types in target::description().Daniel Burrows1-0/+2
2008-06-10Add a missing return value for an operator=.Daniel Burrows1-0/+1
2008-04-21Instead of bailing if the user asks for the justification chain of a manually...Daniel Burrows1-23/+26
2008-04-07Treat packages with remaining configuration files as not-installed when check...Daniel Burrows1-2/+2
2008-03-29Improve some of the language that's displayed when "why" finds no results.Daniel Burrows1-2/+2
2008-03-28Add support in the "why" algorithm for not following dependencies that apply ...Daniel Burrows1-0/+44
2008-03-25Fix the breakage in "why" that was accidentally introduced by my recent changes.Daniel Burrows1-4/+4
2008-03-25Move the "justification" object back into the .cc file and expose a new funct...Daniel Burrows1-7/+95
2008-03-24Expose some of the data structures used by the algorithm that computes "why" ...Daniel Burrows1-311/+62
2008-03-01Treat package names containing question marks as search patterns, just like n...Daniel Burrows1-1/+2
2008-02-14Add a variable-binding form and forms that consume and bind variables to argu...Daniel Burrows1-50/+10
2008-01-15Fix typos and unfuzzy PO(T) files preventivelyChristian Perrier1-1/+1
2007-11-15Uniformly replace ^fragment with cw::fragment, and fix through reason_fragment.Daniel Burrows1-4/+4
2007-11-15Uniformly rename many fragment-related names into cw::.Daniel Burrows1-36/+36
2007-11-15Uniformly replace 'style' with 'cw::style', and fix up everything through loa...Daniel Burrows1-6/+6
2007-11-15Fix up cmdline_why.Daniel Burrows1-21/+22
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-4/+4
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-1/+1
2007-11-14First pass over the code.Daniel Burrows1-17/+26
2007-10-30Properly thread pointers to the cache and the package records through match r...Daniel Burrows1-4/+11