Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-10 | bunch of micro-optimizations for depcache | David Kalnischkies | |
DepCache functions are called a lot, so if we can squeeze some drops out of them for free we should do so. Takes also the opportunity to remove some whitespace errors from these functions. Git-Dch: Ignore | |||
2015-08-10 | show or-groups in not-installed recommends and suggests lists | David Kalnischkies | |
Further abstracting our new ShowList allows to use it for containers of strings as well giving us the option to implement an or-groups display for the recommends and suggests lists which is a nice trick given that it also helps with migrating the last remaining other cases of old ShowList. |