Jiri Srain [Wed, 25 Jan 2006 14:41:37 +0000 (14:41 +0000)]
changed WAR -> MIL
Jiri Srain [Wed, 25 Jan 2006 13:51:05 +0000 (13:51 +0000)]
group all atoms inside one <atoms> element
Jiri Srain [Wed, 25 Jan 2006 13:46:36 +0000 (13:46 +0000)]
fixed schema for patches - all atoms can be inside one <atoms> element
Jiri Srain [Wed, 25 Jan 2006 13:35:53 +0000 (13:35 +0000)]
let source manager add an existing source
Jiri Srain [Wed, 25 Jan 2006 13:27:34 +0000 (13:27 +0000)]
updated SourceFactory
Jiri Srain [Wed, 25 Jan 2006 13:15:11 +0000 (13:15 +0000)]
push resolvables from sources to object pool
Jiri Srain [Wed, 25 Jan 2006 12:32:13 +0000 (12:32 +0000)]
Added example using SourceManager
Jiri Srain [Wed, 25 Jan 2006 12:31:53 +0000 (12:31 +0000)]
- made SourceManager singleton
- removed source-related methods from SourceManager interface
Duncan Mac-Vicar P [Wed, 25 Jan 2006 10:43:14 +0000 (10:43 +0000)]
query by name. No partial match yet
Michael Andres [Wed, 25 Jan 2006 10:27:22 +0000 (10:27 +0000)]
- Added Capability iterator to ResPool.
- Added compare functions compareByN, compareByNVR, compareByNVRA
based on Resolvable::constPtr. (Resolvable.h)
Duncan Mac-Vicar P [Wed, 25 Jan 2006 09:34:21 +0000 (09:34 +0000)]
implement query by kind. The test is segfaulting. I reverted and still, so I suppose it is the YOU parser, I will give a look after I implement query by name and text
Klaus Kaempf [Wed, 25 Jan 2006 09:21:40 +0000 (09:21 +0000)]
ignore generated
Stefan Schubert [Wed, 25 Jan 2006 09:12:49 +0000 (09:12 +0000)]
using Dep
Duncan Mac-Vicar P [Wed, 25 Jan 2006 09:10:31 +0000 (09:10 +0000)]
compile with ma changes
Michael Andres [Wed, 25 Jan 2006 00:00:21 +0000 (00:00 +0000)]
- Changed class Dependency to behave as map<Dep,CapSet>
- Changed class Resolvable: Acess to dependency CapSets now via
const CapSet & Resolvable::dep( Dep which_r ) const;
- adapted everything below zypp/ to the changes above.
Michael Andres [Tue, 24 Jan 2006 21:51:29 +0000 (21:51 +0000)]
- Collect logical functors and FunctorRef in zypp/base/Functional.h
- Common algorithms like invokeOnEach go into zypp/base/Algorithm.h
- New enumeration class of dependency types: class Dep
static const Dep Dep::PROVIDES;
static const Dep Dep::PREREQUIRES;
static const Dep Dep::REQUIRES;
static const Dep Dep::CONFLICTS;
static const Dep Dep::OBSOLETES;
static const Dep Dep::RECOMMENDS;
static const Dep Dep::SUGGESTS;
static const Dep Dep::FRESHENS;
Stefan Schubert [Tue, 24 Jan 2006 18:28:05 +0000 (18:28 +0000)]
added conflict in InjectSolutionAction
Stefan Schubert [Tue, 24 Jan 2006 17:43:07 +0000 (17:43 +0000)]
added more explations for the problems
Michael Andres [Tue, 24 Jan 2006 17:03:03 +0000 (17:03 +0000)]
backup
Duncan Mac-Vicar P [Tue, 24 Jan 2006 15:58:13 +0000 (15:58 +0000)]
done
Jiri Srain [Tue, 24 Jan 2006 15:51:07 +0000 (15:51 +0000)]
added more methods to source manager
Michael Andres [Tue, 24 Jan 2006 15:35:54 +0000 (15:35 +0000)]
- Added some more tools for queries.
Duncan Mac-Vicar P [Tue, 24 Jan 2006 15:28:39 +0000 (15:28 +0000)]
wohooo it works now. Nice to know we have our own string::split
Duncan Mac-Vicar P [Tue, 24 Jan 2006 14:43:17 +0000 (14:43 +0000)]
all pieces in there. Can get string split to work... I miss Qt :-\(
Jiri Srain [Tue, 24 Jan 2006 13:40:45 +0000 (13:40 +0000)]
first backup of source manager
Stefan Schubert [Tue, 24 Jan 2006 12:55:09 +0000 (12:55 +0000)]
It is an invalid solution and not an invalid info type
Jiri Srain [Tue, 24 Jan 2006 12:00:11 +0000 (12:00 +0000)]
Package class provides path to its RPM/patchRPM/deltaRPM
Jiri Srain [Tue, 24 Jan 2006 11:59:02 +0000 (11:59 +0000)]
use Pathname instead of std::string
Michael Andres [Tue, 24 Jan 2006 11:29:54 +0000 (11:29 +0000)]
Fixed compiler warning
Michael Andres [Tue, 24 Jan 2006 09:58:30 +0000 (09:58 +0000)]
- fixed ResPoolManager insert/erase to follow Impl pointer.
Klaus Kaempf [Tue, 24 Jan 2006 09:32:40 +0000 (09:32 +0000)]
add testrun for helixparse
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:16:06 +0000 (09:16 +0000)]
now a compilable version
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:15:14 +0000 (09:15 +0000)]
missing
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:11:06 +0000 (09:11 +0000)]
compile, const
Michael Andres [Mon, 23 Jan 2006 23:35:48 +0000 (23:35 +0000)]
- Splitted access to pool::PoolImpl:
zypp::ResPool: Interface for queries and ResStatus manipulation
(exposed in ZYpp)
zypp::ResPoolManager: Interface for changing the pools content
(used by ZYppImpl)
Michael Andres [Mon, 23 Jan 2006 20:22:55 +0000 (20:22 +0000)]
- empty Makefile.am because it's already mentioned in configure.ac
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:18:57 +0000 (18:18 +0000)]
compile
Klaus Kaempf [Mon, 23 Jan 2006 18:09:42 +0000 (18:09 +0000)]
prepare testsuite to use _real_ SourceImpl and Resolvable
Michael Andres [Mon, 23 Jan 2006 18:04:17 +0000 (18:04 +0000)]
backup
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:00:46 +0000 (18:00 +0000)]
skeleton for product parser
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:00:07 +0000 (18:00 +0000)]
fix linking... template specialization crazyness
Klaus Kaempf [Mon, 23 Jan 2006 16:45:46 +0000 (16:45 +0000)]
unneeded
Klaus Kaempf [Mon, 23 Jan 2006 16:45:04 +0000 (16:45 +0000)]
all moved to testsuite/solver/src/helix now
Klaus Kaempf [Mon, 23 Jan 2006 16:27:55 +0000 (16:27 +0000)]
move *.cc files one level down
Klaus Kaempf [Mon, 23 Jan 2006 16:11:35 +0000 (16:11 +0000)]
generate all kinds
Stefan Schubert [Mon, 23 Jan 2006 16:08:31 +0000 (16:08 +0000)]
taking arch from the updated too
Duncan Mac-Vicar P [Mon, 23 Jan 2006 13:58:54 +0000 (13:58 +0000)]
const fixes...
Klaus Kaempf [Mon, 23 Jan 2006 11:58:01 +0000 (11:58 +0000)]
backup
Stefan Schubert [Mon, 23 Jan 2006 11:29:55 +0000 (11:29 +0000)]
5 and 6 works correctly now
Stefan Schubert [Mon, 23 Jan 2006 11:25:04 +0000 (11:25 +0000)]
there are more than one valid entries in the table
Michael Andres [Mon, 23 Jan 2006 09:48:42 +0000 (09:48 +0000)]
backup
Michael Andres [Sun, 22 Jan 2006 23:12:13 +0000 (23:12 +0000)]
- let ResFilters and ResStore.h operate on ResObject (not Resolvable)
Michael Andres [Sun, 22 Jan 2006 22:08:54 +0000 (22:08 +0000)]
- Adjusted Filters
Michael Andres [Sun, 22 Jan 2006 19:21:07 +0000 (19:21 +0000)]
- added class FunctorRef (fpassing functor per reference to algorithms)
- moved logigal functors into zypp/base/LogicalFilters.h
- updated doc on filters and functors
Klaus Kaempf [Sun, 22 Jan 2006 18:56:25 +0000 (18:56 +0000)]
First steps towards a real SourceImpl for the 'helix' based testcases
Michael Andres [Sun, 22 Jan 2006 15:54:13 +0000 (15:54 +0000)]
fix to compile
Klaus Kaempf [Sun, 22 Jan 2006 15:02:19 +0000 (15:02 +0000)]
undelete .cvsignore files
Michael Andres [Sun, 22 Jan 2006 14:58:12 +0000 (14:58 +0000)]
- added devel configure switch zo disable building zmd (in case you
one temporarily can't update to requires sqlite)
- Added ctor from Resovable::conPtr to NVR, NVRA, NVRAD
- base/Iterator.h make some of the iterators provided by the boost
iterator library available in zypp.
Klaus Kaempf [Sun, 22 Jan 2006 14:53:14 +0000 (14:53 +0000)]
add <reportproblems/>
Klaus Kaempf [Sun, 22 Jan 2006 14:51:08 +0000 (14:51 +0000)]
unneeded -> incomplete is an error
Klaus Kaempf [Sun, 22 Jan 2006 14:44:00 +0000 (14:44 +0000)]
ignore default info
Klaus Kaempf [Sun, 22 Jan 2006 14:41:46 +0000 (14:41 +0000)]
status change from unneeded -> incomplete is not allowed
Klaus Kaempf [Sun, 22 Jan 2006 14:09:47 +0000 (14:09 +0000)]
this is subversion
Klaus Kaempf [Sun, 22 Jan 2006 14:00:56 +0000 (14:00 +0000)]
include Problem->Solution->Action chain
Klaus Kaempf [Sun, 22 Jan 2006 14:00:28 +0000 (14:00 +0000)]
fix include
Klaus Kaempf [Sun, 22 Jan 2006 13:59:52 +0000 (13:59 +0000)]
- make ResolverInfoMisc *much* more detailed.
- remove the strings inside, generate on demand in accessor
- prepare for Problem->Solution->Action interface required by UI
Klaus Kaempf [Sun, 22 Jan 2006 13:54:03 +0000 (13:54 +0000)]
fix deptestomatic output
ignore *.err in testsuite data
Klaus Kaempf [Sun, 22 Jan 2006 13:53:18 +0000 (13:53 +0000)]
stdout and stderr are different
Klaus Kaempf [Sun, 22 Jan 2006 13:32:28 +0000 (13:32 +0000)]
printf -> cout
Klaus Kaempf [Fri, 20 Jan 2006 22:54:41 +0000 (22:54 +0000)]
ignore generated
Klaus Kaempf [Fri, 20 Jan 2006 22:51:34 +0000 (22:51 +0000)]
libzypp-devel requires libzypp-%{version}
Klaus Kaempf [Fri, 20 Jan 2006 22:50:36 +0000 (22:50 +0000)]
also write dependencies, this completes the query_system implementation
Klaus Kaempf [Fri, 20 Jan 2006 22:31:22 +0000 (22:31 +0000)]
test for CapFactory and Capability accessor functions
Klaus Kaempf [Fri, 20 Jan 2006 22:30:26 +0000 (22:30 +0000)]
use local includes, not globals ones
Klaus Kaempf [Fri, 20 Jan 2006 22:29:49 +0000 (22:29 +0000)]
make op and edition available, the zmd backend needs this
Klaus Kaempf [Fri, 20 Jan 2006 22:28:59 +0000 (22:28 +0000)]
revert accidental checkin
Klaus Kaempf [Fri, 20 Jan 2006 21:52:54 +0000 (21:52 +0000)]
fix comment typo
Klaus Kaempf [Fri, 20 Jan 2006 21:21:54 +0000 (21:21 +0000)]
a bit doc
Klaus Kaempf [Fri, 20 Jan 2006 20:53:52 +0000 (20:53 +0000)]
fix destructor in sqlite3 call
Klaus Kaempf [Fri, 20 Jan 2006 18:44:28 +0000 (18:44 +0000)]
use tag_epoch, tag_version, tag_release instead of tag_edition
Klaus Kaempf [Fri, 20 Jan 2006 18:44:11 +0000 (18:44 +0000)]
provide tag_epoch, tag_version, and tag_release as string
catch execptions inside tag_edition
Klaus Kaempf [Fri, 20 Jan 2006 17:40:07 +0000 (17:40 +0000)]
disable local subscription handling, zmd is doing this
Stefan Schubert [Fri, 20 Jan 2006 17:33:51 +0000 (17:33 +0000)]
/var/adm/zypp will not be used anymore
Stefan Schubert [Fri, 20 Jan 2006 17:10:46 +0000 (17:10 +0000)]
tries to access to /var/adm/zypp
Stefan Schubert [Fri, 20 Jan 2006 16:35:13 +0000 (16:35 +0000)]
replaced all fprintf, cout and cerr
Stefan Schubert [Fri, 20 Jan 2006 14:22:08 +0000 (14:22 +0000)]
Comparing 0:1.0.0-1 and 1.0.0-1 returns true
Duncan Mac-Vicar P [Fri, 20 Jan 2006 14:11:38 +0000 (14:11 +0000)]
this is better, its clocks, not seconds, so this was not always true
Duncan Mac-Vicar P [Fri, 20 Jan 2006 13:29:26 +0000 (13:29 +0000)]
misc fixes and including the random string generation used for testing, taken from KDE KApplication
Duncan Mac-Vicar P [Fri, 20 Jan 2006 13:28:42 +0000 (13:28 +0000)]
a simple test of writing and reading the same patch 1000 times, meaduring time
Klaus Kaempf [Fri, 20 Jan 2006 11:50:17 +0000 (11:50 +0000)]
add comments
Klaus Kaempf [Fri, 20 Jan 2006 11:36:59 +0000 (11:36 +0000)]
not_used is not used anymore ;-)
Klaus Kaempf [Fri, 20 Jan 2006 11:23:47 +0000 (11:23 +0000)]
revert match/compare changes from yesterday
Klaus Kaempf [Thu, 19 Jan 2006 21:58:21 +0000 (21:58 +0000)]
compiles and links
Klaus Kaempf [Thu, 19 Jan 2006 21:30:10 +0000 (21:30 +0000)]
Ouch
Marius Tomaschewski [Thu, 19 Jan 2006 19:19:53 +0000 (19:19 +0000)]
- removed escapedPath from url.setPathName(path)
Klaus Kaempf [Thu, 19 Jan 2006 18:34:52 +0000 (18:34 +0000)]
first try on ZMD backend implementation
Marius Tomaschewski [Thu, 19 Jan 2006 18:30:16 +0000 (18:30 +0000)]
- Changed all regex exceptions.
Stefan Schubert [Thu, 19 Jan 2006 16:53:21 +0000 (16:53 +0000)]
exercise-18 works correctly now
Stefan Schubert [Thu, 19 Jan 2006 16:49:46 +0000 (16:49 +0000)]
typo and explanation for lock
Stefan Schubert [Thu, 19 Jan 2006 16:30:51 +0000 (16:30 +0000)]
activate basic-exercises