summaryrefslogtreecommitdiff
path: root/apt-private/private-output.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-07implement --full in apt searchDavid Kalnischkies1-2/+2
2014-06-18show our broken packages message in 'apt' solverDavid Kalnischkies1-1/+2
2014-03-21enable fvisibility=hidden for our private libraryDavid Kalnischkies1-9/+12
While it is a huge undertaking to enable it for our public libraries as basically everything we exported so far could be seen as public interface our private library is new and under our full control, so we can do whatever we like with it. The benefits are not that big in return of course, but it reduces the size a bit, so thats great nontheless. Git-Dch: ignore
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-4/+1
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
2014-01-24show APT-Sources in apt showMichael Vogt1-4/+0
2014-01-23include "Archive-Origin" in the apt show outputMichael Vogt1-1/+5
2013-11-25do not show summary in "apt list"Michael Vogt1-1/+2
2013-08-12squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt1-0/+49
experimental