summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-30When advancing an enumerator, return "false" when it falls off the end.Daniel Burrows1-1/+1
2010-04-30Ok, go ahead and specialize archives_text on the inter-archive string.Daniel Burrows4-5/+9
2010-04-30Reuse the archives_text code in pkg_columnizer and pkg_ver_columnizer.Daniel Burrows4-18/+19
2010-04-30Make sure the list of archives generated by archives_text() is unique and sor...Daniel Burrows1-4/+13
2010-04-29Tidy up the area code and factor out generic stuff into generic/util.Daniel Burrows8-311/+449
2010-04-29Add some stub files sketching out the classes that I want to exist.Daniel Burrows4-1/+94
2010-04-29Create a new directory under "gtk" to hold the toplevel UI code.Daniel Burrows7-6/+32
2010-04-26Return File nodes from aptitude's top-level source directory, not filename st...Daniel Burrows1-2/+2
2010-04-26Return the list of all aptitude's sources from the top-level SConscript file,...Daniel Burrows1-3/+7
2010-04-25Use the new Install builder to write installation rules for aptitude's execut...Daniel Burrows1-0/+5
2010-04-25Explicitly distribute the build files in SCons*.Daniel Burrows11-0/+33
2010-04-25Start adding support for a 'dist' rule that builds a distributed archive.Daniel Burrows5-0/+27
2010-04-25Add a "programs" dummy target that builds just the programs in src/.Daniel Burrows3-0/+6
2010-04-24If the GTK+ frontend is being built, make sure to build its sources and link ...Daniel Burrows1-5/+22
2010-04-24Fix several places where gui.h is included as a nonlocal header.Daniel Burrows2-4/+3
2010-04-24Try to build and run unit tests, and only build aptitude by default.Daniel Burrows1-0/+1
2010-04-23Fix the path to refcounted_base that's used to compile the resolver test.Daniel Burrows1-1/+1
2010-04-22Merge with desktop.Daniel Burrows3-8/+17
2010-04-22Fix the dependencies of the problem resolver tester to include the one file i...Daniel Burrows1-1/+3
2010-04-22Move the definition of pkg_hier_dump into the directory where it lives.Daniel Burrows2-5/+8
2010-04-22Fix the list of dependencies for pkg_hier_dump.Daniel Burrows1-2/+2
2010-04-22Don't try to build headers into the problem resolver test code.Daniel Burrows1-1/+3
2010-04-22Write a generic routine to filter headers out of a list of sources.Daniel Burrows1-3/+3
2010-04-22Only include non-headers in the list of sources for aptitude.Daniel Burrows1-2/+4
2010-04-22Merge with laptop.Daniel Burrows12-24/+246
2010-04-21Explicitly make pkg_hier_dump controlled by programs_env, not that it does an...Daniel Burrows1-5/+5
2010-04-21Sort the toplevel aptitude sources.Daniel Burrows1-13/+13
2010-04-21Add a missing suffix to view_changelog.h.Daniel Burrows1-1/+1
2010-04-21Add a missing namespace declaration for cw in apt.cc.Daniel Burrows1-0/+2
2010-04-21Use an absolute #include to grab pkg_item.h from cmdline_why.cc.Daniel Burrows1-1/+1
2010-04-21Add SConscript files for the rest of the source.Daniel Burrows10-9/+229
2010-04-21Deal with the breaking API change to boost::fusion::fold.Daniel Burrows1-2/+2
2010-04-21Fix dpkg_terminal to not directly reference log4cxx.Daniel Burrows1-2/+2
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows21-153/+159
2010-04-20Experiment with SCons a bit.Daniel Burrows3-0/+168
2010-04-20Allow "conflict" to be specified as a safety level again, with its old behavi...Daniel Burrows4-49/+181
2010-04-20Allow add_child and remove_child to emit value-changed signals even when the ...Daniel Burrows1-22/+14
2010-04-19Uniformly treat NULL pointers to incremental expressions as incremental expre...Daniel Burrows2-11/+22
2010-04-19Fix a line that couldn't possibly have compiled.Daniel Burrows1-2/+2
2010-04-19Hopefully fix a crashing bug in the resolver. (Closes: #578344)Daniel Burrows1-2/+10
2010-04-18Include parsers.h in the list of distributed source.Daniel Burrows1-0/+1
2010-04-18Alphabetize a switch statement.Daniel Burrows1-6/+6
2010-04-18Fix a ForTranslators comment that's out of date (old command-line option name).Daniel Burrows1-2/+2
2010-04-18Add support for grouping versions by their source package AND source version.Daniel Burrows2-0/+52
2010-04-18Improve the header printed for package grouping.Daniel Burrows1-1/+1
2010-04-18Put more thought into the return value of "aptitude versions".Daniel Burrows1-3/+13
2010-04-18Emit an error if the user asked to see the versions of a package that doesn't...Daniel Burrows1-0/+9
2010-04-17Add support for grouping versions according to the archive in which they occur.Daniel Burrows2-2/+37
2010-04-17Alphabetize the parsing code for --group-by.Daniel Burrows1-5/+5
2010-04-17Fix the error message emitted when --group-by's argument can't be parsed.Daniel Burrows1-1/+1