Cleanup and remove deprecated interface methods
[platform/upstream/libzypp.git] / zypp / PoolQuery.h
2009-06-04 Michael AndresCleanup and remove deprecated interface methods
2009-05-29 Michael AndresImprove PoolQuery to allow queries on dependencies...
2009-05-28 Michael AndresPredicate support in PoolQueryMatcher.
2009-05-28 Michael AndresPrepare support for additional (non string) predicates...
2009-04-27 Michael AndresRewrote PoolQuery::Iterator (adapt to AttrMatcher,...
2008-11-20 Michael Andrescleanup and fix includes
2008-08-13 Duncan Mac-Vicar P- add flags to retrieve the flags (it is useless to...
2008-05-27 Jan Kupec- comments
2008-05-23 Jan Kupec- PoolQuery::setEdition() added in order to be able...
2008-04-29 Jan Kupec- don't throw in begin() if the specified repo is not...
2008-04-25 Josef Reidingerchange confusing return state of caseSensitive in PoolQuery
2008-04-22 Josef Reidingerchange locks api -
2008-04-14 Jan Kupec- attribute(SolvAttr) getter added
2008-04-12 Jan Kupec- Resolvable::Kind -> ResKind
2008-04-12 Jan Kupec- get rid of Impl * in the PoolQueryIterator, copy...
2008-04-11 Jan Kupec- use str::regex wrapper instead of ::regex_t
2008-04-11 Jan Kupec- make use of LookupAttr::iterator for the common stuff
2008-04-11 Josef Reidingercomplete serialize/recovery PoolQuery
2008-04-10 Jan Kupec- don't hold const CompiledAttrMap & in PoolQueryIterator
2008-04-10 Josef Reidingerfix operator== for PoolQuery. add !=
2008-04-10 Jan Kupec- derive from SolvIterMixin
2008-04-09 Jan Kupec- begin(), end() made const
2008-04-08 Jan Kupec- multiple repositories filter reenabled
2008-04-08 Jan Kupec- by kind filter reenabled
2008-04-08 Josef Reidingeradd comparing to PoolQuery
2008-04-08 Jan Kupec- move ResultIterator out and down
2008-04-08 Jan Kupec- getters added
2008-04-07 Jan Kupec- enable glob matching + test case
2008-04-07 Jan Kupec- by-status filter re-enabled
2008-04-07 Jan Kupec- hide sat/repo.h
2008-04-06 Jan Kupec- PoolQuery backup
2008-04-04 Michael Andresfixed include guards and reamed internal includes
2008-04-01 Josef Reidingerinitial implementation of serialize/recovery PoolQuery...
2008-02-15 Stephan Kulowmove into trunk
2008-02-08 Duncan Mac-Vicar Padd addRepo filter
2008-02-08 Duncan Mac-Vicar P- move the callback from constructor to query()
2008-02-08 Duncan Mac-Vicar P- first version of PoolQuery, based on JKupec Query...