Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / PoolQuery.h
2019-09-02 DongHun KwakImported Upstream version 16.3.2 upstream/16.3.2
2019-09-02 DongHun KwakImported Upstream version 14.47.1 upstream/14.47.1
2019-09-02 DongHun KwakImported Upstream version 14.46.0 upstream/14.46.0
2012-04-11 Michael AndresRename zypp::sat::AttrMatcher to zypp::StrMatcher ...
2011-10-10 Michael AndresUse libsolv includes and adjust documentation
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-07 Michael AndresAdd PoolQuery for name, edition AND architecture in...
2009-11-02 Michael AndresProvide dumpOn for PoolQuery.
2009-10-30 Michael AndresNew class PoolItemBest: Find the best candidates e...
2009-09-03 Michael AndresFix PoolQuery comparison (bnc #528755)
2009-06-25 Michael AndresEnhance PoolQueryIterator to allow detailed inspection...
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...