Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / tests / zypp / PoolQuery_test.cc
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
2011-10-20 Duncan Mac-Vicar Pfix build after for_ was changed to use auto.
2011-10-10 Michael Andresmake g++ happy
2010-07-27 Michael AndresFix bug in PoolQuery::addDependency
2010-07-27 Michael SchroederMerge branch 'master' of gitorious.org:opensuse/libzypp
2010-07-07 Michael Andresimprove testcase
2010-07-07 Michael AndresAdd PoolQuery for name, edition AND architecture in...
2009-09-03 Michael AndresFix PoolQuery comparison (bnc #528755)
2009-07-02 Michael AndresAdapt to satsolvers improved dataiterator handling.
2009-05-29 Michael AndresImprove PoolQuery to allow queries on dependencies...
2009-04-27 Michael AndresRewrote PoolQuery::Iterator (adapt to AttrMatcher,...
2008-11-21 Duncan Mac-Vicar Pcpack dies with this dir name
2008-10-27 Michael Andresremove debug data
2008-10-22 Michael Andresfix testcases
2008-10-22 Michael Andresfix specfile
2008-10-13 Jan Kupec- renamed data dir due to bug in CPack
2008-10-11 Jan Kupec- use TestSetup instead of direct use of .solv files
2008-05-23 Jan Kupec- fixme note
2008-05-23 Josef Reidingerimprove serialization of version in PoolQuery.
2008-05-23 Jan Kupec- PoolQuery::setEdition() added in order to be able...
2008-05-05 Jan Kupec- support multiple search strings (ORed)
2008-04-29 Jan Kupec- don't throw in begin() if the specified repo is not...
2008-04-29 Jan Kupec- two tests added, speedup
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 Josef ReidingerPoolQuery: improve recovery from file. something not...
2008-04-10 Jan Kupec- enable regex matching for different per-attribute...
2008-04-10 Josef Reidingerfix operator== for PoolQuery. add !=
2008-04-10 Jan Kupec- enabled different per-attribute query srtrings (one...
2008-04-10 Jan Kupec- enable per-attribute string setting (same value)
2008-04-10 Jan Kupec- derive from SolvIterMixin
2008-04-09 Jan Kupec- check whether regex compiled allright if matchRegex()
2008-04-09 Michael MatzSome changes I had still in queue. Using a different...
2008-04-09 Jan Kupec- fix multi-attribute search using dataiterator_match
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-07 Jan Kupec- exact/glob and case-insensitive matching for multi...
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- fix the ResultIterator stop rule
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-03-11 Michael Andresfixed testcases
2008-02-23 Michael MatzLet's make the tests also compile with boost 1.33 ...
2008-02-16 Duncan Mac-Vicar P- rework the testsuite after new boost in factory broke it.
2008-02-15 Duncan Mac-Vicar Pdisable while I fix boost breakage
2008-02-15 Stephan Kulowmove into trunk
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...