summaryrefslogtreecommitdiff
path: root/apt-private/makefile
Commit message (Collapse)AuthorAgeFilesLines
* use wildcard to get files in our library makefilesDavid Kalnischkies2014-04-111-10/+2
| | | | | | | | The explicit listing is a pain every time you want to add a file to the list and serves no propose as we list all files there anyway, so this is not only easier but also documents this fact. Git-Dch: Ignore
* enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-211-0/+1
| | | | | | | | | | 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
* move EditSources into its own fileMichael Vogt2013-11-281-1/+1
|
* add basic "edit-sources" commandMichael Vogt2013-11-251-1/+1
|
* move install-progress.{cc,h} to apt-pkgMichael Vogt2013-10-221-1/+1
|
* move iprogress.{cc,h} to private-progress.{cc,h} until its fully stableMichael Vogt2013-10-211-1/+1
|
* put fetch errors in 'source' on our errorstackDavid Kalnischkies2013-10-031-1/+1
| | | | | | | | | refactor the fetching process so that it looks more like the others we have in the hope that we can reuse code in the future. This is a soft interface change as 'source' previously printed errors directly on stderr, while it will now push it onto our usual error stack.
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+28
experimental