platform/upstream/libzypp.git
18 years ago- Added Capability iterator to ResPool.
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)

18 years agoimplement query by kind. The test is segfaulting. I reverted and still, so I suppose...
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

18 years agoignore generated
Klaus Kaempf [Wed, 25 Jan 2006 09:21:40 +0000 (09:21 +0000)]
ignore generated

18 years agousing Dep
Stefan Schubert [Wed, 25 Jan 2006 09:12:49 +0000 (09:12 +0000)]
using Dep

18 years agocompile with ma changes
Duncan Mac-Vicar P [Wed, 25 Jan 2006 09:10:31 +0000 (09:10 +0000)]
compile with ma changes

18 years ago- Changed class Dependency to behave as map<Dep,CapSet>
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.

18 years ago- Collect logical functors and FunctorRef in zypp/base/Functional.h
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;

18 years agoadded conflict in InjectSolutionAction
Stefan Schubert [Tue, 24 Jan 2006 18:28:05 +0000 (18:28 +0000)]
added conflict in InjectSolutionAction

18 years agoadded more explations for the problems
Stefan Schubert [Tue, 24 Jan 2006 17:43:07 +0000 (17:43 +0000)]
added more explations for the problems

18 years agobackup
Michael Andres [Tue, 24 Jan 2006 17:03:03 +0000 (17:03 +0000)]
backup

18 years agodone
Duncan Mac-Vicar P [Tue, 24 Jan 2006 15:58:13 +0000 (15:58 +0000)]
done

18 years agoadded more methods to source manager
Jiri Srain [Tue, 24 Jan 2006 15:51:07 +0000 (15:51 +0000)]
added more methods to source manager

18 years ago- Added some more tools for queries.
Michael Andres [Tue, 24 Jan 2006 15:35:54 +0000 (15:35 +0000)]
- Added some more tools for queries.

18 years agowohooo it works now. Nice to know we have our own string::split
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

18 years agoall pieces in there. Can get string split to work... I miss Qt :-\(
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 :-\(

18 years agofirst backup of source manager
Jiri Srain [Tue, 24 Jan 2006 13:40:45 +0000 (13:40 +0000)]
first backup of source manager

18 years agoIt is an invalid solution and not an invalid info type
Stefan Schubert [Tue, 24 Jan 2006 12:55:09 +0000 (12:55 +0000)]
It is an invalid solution and not an invalid info type

18 years agoPackage class provides path to its RPM/patchRPM/deltaRPM
Jiri Srain [Tue, 24 Jan 2006 12:00:11 +0000 (12:00 +0000)]
Package class provides path to its RPM/patchRPM/deltaRPM

18 years agouse Pathname instead of std::string
Jiri Srain [Tue, 24 Jan 2006 11:59:02 +0000 (11:59 +0000)]
use Pathname instead of std::string

18 years agoFixed compiler warning
Michael Andres [Tue, 24 Jan 2006 11:29:54 +0000 (11:29 +0000)]
Fixed compiler warning

18 years ago- fixed ResPoolManager insert/erase to follow Impl pointer.
Michael Andres [Tue, 24 Jan 2006 09:58:30 +0000 (09:58 +0000)]
- fixed ResPoolManager insert/erase to follow Impl pointer.

18 years agoadd testrun for helixparse
Klaus Kaempf [Tue, 24 Jan 2006 09:32:40 +0000 (09:32 +0000)]
add testrun for helixparse

18 years agonow a compilable version
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:16:06 +0000 (09:16 +0000)]
now a compilable version

18 years agomissing
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:15:14 +0000 (09:15 +0000)]
missing

18 years agocompile, const
Duncan Mac-Vicar P [Tue, 24 Jan 2006 09:11:06 +0000 (09:11 +0000)]
compile, const

18 years ago- Splitted access to pool::PoolImpl:
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)

18 years ago- empty Makefile.am because it's already mentioned in configure.ac
Michael Andres [Mon, 23 Jan 2006 20:22:55 +0000 (20:22 +0000)]
- empty Makefile.am because it's already mentioned in configure.ac

18 years agocompile
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:18:57 +0000 (18:18 +0000)]
compile

18 years agoprepare testsuite to use _real_ SourceImpl and Resolvable
Klaus Kaempf [Mon, 23 Jan 2006 18:09:42 +0000 (18:09 +0000)]
prepare testsuite to use _real_ SourceImpl and Resolvable

18 years agobackup
Michael Andres [Mon, 23 Jan 2006 18:04:17 +0000 (18:04 +0000)]
backup

18 years agoskeleton for product parser
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:00:46 +0000 (18:00 +0000)]
skeleton for product parser

18 years agofix linking... template specialization crazyness
Duncan Mac-Vicar P [Mon, 23 Jan 2006 18:00:07 +0000 (18:00 +0000)]
fix linking... template specialization crazyness

18 years agounneeded
Klaus Kaempf [Mon, 23 Jan 2006 16:45:46 +0000 (16:45 +0000)]
unneeded

18 years agoall moved to testsuite/solver/src/helix now
Klaus Kaempf [Mon, 23 Jan 2006 16:45:04 +0000 (16:45 +0000)]
all moved to testsuite/solver/src/helix now

18 years agomove *.cc files one level down
Klaus Kaempf [Mon, 23 Jan 2006 16:27:55 +0000 (16:27 +0000)]
move *.cc files one level down

18 years agogenerate all kinds
Klaus Kaempf [Mon, 23 Jan 2006 16:11:35 +0000 (16:11 +0000)]
generate all kinds

18 years agotaking arch from the updated too
Stefan Schubert [Mon, 23 Jan 2006 16:08:31 +0000 (16:08 +0000)]
taking arch from the updated too

18 years agoconst fixes...
Duncan Mac-Vicar P [Mon, 23 Jan 2006 13:58:54 +0000 (13:58 +0000)]
const fixes...

18 years agobackup
Klaus Kaempf [Mon, 23 Jan 2006 11:58:01 +0000 (11:58 +0000)]
backup

18 years ago5 and 6 works correctly now
Stefan Schubert [Mon, 23 Jan 2006 11:29:55 +0000 (11:29 +0000)]
5 and 6 works correctly now

18 years agothere are more than one valid entries in the table
Stefan Schubert [Mon, 23 Jan 2006 11:25:04 +0000 (11:25 +0000)]
there are more than one valid entries in the table

18 years agobackup
Michael Andres [Mon, 23 Jan 2006 09:48:42 +0000 (09:48 +0000)]
backup

18 years ago- let ResFilters and ResStore.h operate on ResObject (not Resolvable)
Michael Andres [Sun, 22 Jan 2006 23:12:13 +0000 (23:12 +0000)]
- let ResFilters and ResStore.h operate on ResObject (not Resolvable)

18 years ago- Adjusted Filters
Michael Andres [Sun, 22 Jan 2006 22:08:54 +0000 (22:08 +0000)]
- Adjusted Filters

18 years ago- added class FunctorRef (fpassing functor per reference to algorithms)
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

18 years agoFirst steps towards a real SourceImpl for the 'helix' based testcases
Klaus Kaempf [Sun, 22 Jan 2006 18:56:25 +0000 (18:56 +0000)]
First steps towards a real SourceImpl for the 'helix' based testcases

18 years agofix to compile
Michael Andres [Sun, 22 Jan 2006 15:54:13 +0000 (15:54 +0000)]
fix to compile

18 years agoundelete .cvsignore files
Klaus Kaempf [Sun, 22 Jan 2006 15:02:19 +0000 (15:02 +0000)]
undelete .cvsignore files

18 years ago- added devel configure switch zo disable building zmd (in case you
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.

18 years agoadd <reportproblems/>
Klaus Kaempf [Sun, 22 Jan 2006 14:53:14 +0000 (14:53 +0000)]
add <reportproblems/>

18 years agounneeded -> incomplete is an error
Klaus Kaempf [Sun, 22 Jan 2006 14:51:08 +0000 (14:51 +0000)]
unneeded -> incomplete is an error

18 years agoignore default info
Klaus Kaempf [Sun, 22 Jan 2006 14:44:00 +0000 (14:44 +0000)]
ignore default info

18 years agostatus change from unneeded -> incomplete is not allowed
Klaus Kaempf [Sun, 22 Jan 2006 14:41:46 +0000 (14:41 +0000)]
status change from unneeded -> incomplete is not allowed

18 years agothis is subversion
Klaus Kaempf [Sun, 22 Jan 2006 14:09:47 +0000 (14:09 +0000)]
this is subversion

18 years agoinclude Problem->Solution->Action chain
Klaus Kaempf [Sun, 22 Jan 2006 14:00:56 +0000 (14:00 +0000)]
include Problem->Solution->Action chain

18 years agofix include
Klaus Kaempf [Sun, 22 Jan 2006 14:00:28 +0000 (14:00 +0000)]
fix include

18 years ago- make ResolverInfoMisc *much* more detailed.
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

18 years agofix deptestomatic output
Klaus Kaempf [Sun, 22 Jan 2006 13:54:03 +0000 (13:54 +0000)]
fix deptestomatic output
ignore *.err in testsuite data

18 years agostdout and stderr are different
Klaus Kaempf [Sun, 22 Jan 2006 13:53:18 +0000 (13:53 +0000)]
stdout and stderr are different

18 years agoprintf -> cout
Klaus Kaempf [Sun, 22 Jan 2006 13:32:28 +0000 (13:32 +0000)]
printf -> cout

18 years agoignore generated
Klaus Kaempf [Fri, 20 Jan 2006 22:54:41 +0000 (22:54 +0000)]
ignore generated

18 years agolibzypp-devel requires libzypp-%{version}
Klaus Kaempf [Fri, 20 Jan 2006 22:51:34 +0000 (22:51 +0000)]
libzypp-devel requires libzypp-%{version}

18 years agoalso write dependencies, this completes the query_system implementation
Klaus Kaempf [Fri, 20 Jan 2006 22:50:36 +0000 (22:50 +0000)]
also write dependencies, this completes the query_system implementation

18 years agotest for CapFactory and Capability accessor functions
Klaus Kaempf [Fri, 20 Jan 2006 22:31:22 +0000 (22:31 +0000)]
test for CapFactory and Capability accessor functions

18 years agouse local includes, not globals ones
Klaus Kaempf [Fri, 20 Jan 2006 22:30:26 +0000 (22:30 +0000)]
use local includes, not globals ones

18 years agomake op and edition available, the zmd backend needs this
Klaus Kaempf [Fri, 20 Jan 2006 22:29:49 +0000 (22:29 +0000)]
make op and edition available, the zmd backend needs this

18 years agorevert accidental checkin
Klaus Kaempf [Fri, 20 Jan 2006 22:28:59 +0000 (22:28 +0000)]
revert accidental checkin

18 years agofix comment typo
Klaus Kaempf [Fri, 20 Jan 2006 21:52:54 +0000 (21:52 +0000)]
fix comment typo

18 years agoa bit doc
Klaus Kaempf [Fri, 20 Jan 2006 21:21:54 +0000 (21:21 +0000)]
a bit doc

18 years agofix destructor in sqlite3 call
Klaus Kaempf [Fri, 20 Jan 2006 20:53:52 +0000 (20:53 +0000)]
fix destructor in sqlite3 call

18 years agouse tag_epoch, tag_version, tag_release instead of tag_edition
Klaus Kaempf [Fri, 20 Jan 2006 18:44:28 +0000 (18:44 +0000)]
use tag_epoch, tag_version, tag_release instead of tag_edition

18 years agoprovide tag_epoch, tag_version, and tag_release as string
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

18 years agodisable local subscription handling, zmd is doing this
Klaus Kaempf [Fri, 20 Jan 2006 17:40:07 +0000 (17:40 +0000)]
disable local subscription handling, zmd is doing this

18 years ago/var/adm/zypp will not be used anymore
Stefan Schubert [Fri, 20 Jan 2006 17:33:51 +0000 (17:33 +0000)]
/var/adm/zypp will not be used anymore

18 years agotries to access to /var/adm/zypp
Stefan Schubert [Fri, 20 Jan 2006 17:10:46 +0000 (17:10 +0000)]
tries to access to /var/adm/zypp

18 years agoreplaced all fprintf, cout and cerr
Stefan Schubert [Fri, 20 Jan 2006 16:35:13 +0000 (16:35 +0000)]
replaced all fprintf, cout and cerr

18 years agoComparing 0:1.0.0-1 and 1.0.0-1 returns true
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

18 years agothis is better, its clocks, not seconds, so this was not always 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

18 years agomisc fixes and including the random string generation used for testing, taken from...
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

18 years agoa simple test of writing and reading the same patch 1000 times, meaduring time
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

18 years agoadd comments
Klaus Kaempf [Fri, 20 Jan 2006 11:50:17 +0000 (11:50 +0000)]
add comments

18 years agonot_used is not used anymore ;-)
Klaus Kaempf [Fri, 20 Jan 2006 11:36:59 +0000 (11:36 +0000)]
not_used is not used anymore ;-)

18 years agorevert match/compare changes from yesterday
Klaus Kaempf [Fri, 20 Jan 2006 11:23:47 +0000 (11:23 +0000)]
revert match/compare changes from yesterday

18 years agocompiles and links
Klaus Kaempf [Thu, 19 Jan 2006 21:58:21 +0000 (21:58 +0000)]
compiles and links

18 years agoOuch
Klaus Kaempf [Thu, 19 Jan 2006 21:30:10 +0000 (21:30 +0000)]
Ouch

18 years ago- removed escapedPath from url.setPathName(path)
Marius Tomaschewski [Thu, 19 Jan 2006 19:19:53 +0000 (19:19 +0000)]
- removed escapedPath from url.setPathName(path)

18 years agofirst try on ZMD backend implementation
Klaus Kaempf [Thu, 19 Jan 2006 18:34:52 +0000 (18:34 +0000)]
first try on ZMD backend implementation

18 years ago- Changed all regex exceptions.
Marius Tomaschewski [Thu, 19 Jan 2006 18:30:16 +0000 (18:30 +0000)]
- Changed all regex exceptions.

18 years agoexercise-18 works correctly now
Stefan Schubert [Thu, 19 Jan 2006 16:53:21 +0000 (16:53 +0000)]
exercise-18 works correctly now

18 years agotypo and explanation for lock
Stefan Schubert [Thu, 19 Jan 2006 16:49:46 +0000 (16:49 +0000)]
typo and explanation for lock

18 years agoactivate basic-exercises
Stefan Schubert [Thu, 19 Jan 2006 16:30:51 +0000 (16:30 +0000)]
activate basic-exercises

18 years agocorrectly compare & match epochs.
Klaus Kaempf [Thu, 19 Jan 2006 16:25:04 +0000 (16:25 +0000)]
correctly compare & match epochs.
A non-required epoch is a joker, a non-provided epoch a mismatch

18 years agoxfails
Klaus Kaempf [Thu, 19 Jan 2006 16:23:51 +0000 (16:23 +0000)]
xfails

18 years agofix epoch-remover quirk
Klaus Kaempf [Thu, 19 Jan 2006 16:23:18 +0000 (16:23 +0000)]
fix epoch-remover quirk

18 years agocomment typo
Klaus Kaempf [Thu, 19 Jan 2006 16:21:57 +0000 (16:21 +0000)]
comment typo

18 years agoignore generated
Klaus Kaempf [Thu, 19 Jan 2006 16:20:25 +0000 (16:20 +0000)]
ignore generated

18 years ago- Catched exceptions in isValidPort / isValidHost and setAuthority
Marius Tomaschewski [Thu, 19 Jan 2006 15:58:17 +0000 (15:58 +0000)]
- Catched exceptions in isValidPort / isValidHost and setAuthority
- Added exception throwing in query/path parameter map methods.

18 years ago- Documented exceptions, ...
Marius Tomaschewski [Thu, 19 Jan 2006 15:54:50 +0000 (15:54 +0000)]
- Documented exceptions, ...

18 years ago- Documented exceptions
Marius Tomaschewski [Thu, 19 Jan 2006 15:53:52 +0000 (15:53 +0000)]
- Documented exceptions

18 years ago- Recreated the lost test-ctor
Michael Andres [Thu, 19 Jan 2006 14:53:55 +0000 (14:53 +0000)]
- Recreated the lost test-ctor