platform/upstream/libzypp.git
18 years agoadded preliminary commit function for target
Jiri Srain [Mon, 30 Jan 2006 07:57:37 +0000 (07:57 +0000)]
added preliminary commit function for target

18 years ago- eliminated Source(typedef) which is in fact Source_Ref.
Michael Andres [Mon, 30 Jan 2006 01:50:37 +0000 (01:50 +0000)]
- eliminated Source(typedef) which is in fact Source_Ref.
- backup

18 years ago- Fixed provision or Source_Ref's "nullimpl". As it's a reference type,
Michael Andres [Mon, 30 Jan 2006 00:27:29 +0000 (00:27 +0000)]
- Fixed provision or Source_Ref's "nullimpl". As it's a reference type,
  the former 'nullimpl' is now 'Source_Ref::noSource'.

18 years agofix regular expressions to work everywhere
Duncan Mac-Vicar P [Sun, 29 Jan 2006 23:36:54 +0000 (23:36 +0000)]
fix regular expressions to work everywhere

18 years ago- explicitly define operator== and < (for use in std::container) based on pimpl.
Michael Andres [Sun, 29 Jan 2006 23:17:56 +0000 (23:17 +0000)]
- explicitly define operator== and < (for use in std::container) based on pimpl.
  Fixed pimpl to be a smart_pointer, not RW wrapped.

18 years ago- fixed typo
Michael Andres [Sun, 29 Jan 2006 23:13:29 +0000 (23:13 +0000)]
- fixed typo

18 years ago- provide operator== for BitField
Michael Andres [Sun, 29 Jan 2006 23:12:51 +0000 (23:12 +0000)]
- provide operator== for BitField
- fixed operator== for ResStatus. Made provided contants actually const.

18 years agoactually 'cd' to the right directory
Klaus Kaempf [Sun, 29 Jan 2006 19:58:44 +0000 (19:58 +0000)]
actually 'cd' to the right directory

18 years agofurther adaption to final API
Klaus Kaempf [Sun, 29 Jan 2006 19:58:18 +0000 (19:58 +0000)]
further adaption to final API
filter out "Authors"

18 years agodoc
Klaus Kaempf [Sun, 29 Jan 2006 19:36:05 +0000 (19:36 +0000)]
doc

18 years agodebug
Klaus Kaempf [Sun, 29 Jan 2006 19:32:37 +0000 (19:32 +0000)]
debug

18 years agomark uninstallable as such
Klaus Kaempf [Sun, 29 Jan 2006 19:32:12 +0000 (19:32 +0000)]
mark uninstallable as such

18 years agospread multiple items over several lines
Klaus Kaempf [Sun, 29 Jan 2006 19:08:22 +0000 (19:08 +0000)]
spread multiple items over several lines

18 years agocheck the poolItem status for installed/uninstalled
Klaus Kaempf [Sun, 29 Jan 2006 19:06:45 +0000 (19:06 +0000)]
check the poolItem status for installed/uninstalled

18 years agoimplement 'virtual dumpOn()' for QueueItem also
Klaus Kaempf [Sun, 29 Jan 2006 19:05:19 +0000 (19:05 +0000)]
implement 'virtual dumpOn()' for QueueItem also

18 years agoget the to-be status of the candidate
Klaus Kaempf [Sun, 29 Jan 2006 18:49:57 +0000 (18:49 +0000)]
get the to-be status of the candidate

18 years agolook at current, not future status when counting depending on installed/uninstalled
Klaus Kaempf [Sun, 29 Jan 2006 18:40:28 +0000 (18:40 +0000)]
look at current, not future status when counting depending on installed/uninstalled

18 years agoupgrade to the candidate, not the installed one ...
Klaus Kaempf [Sun, 29 Jan 2006 18:39:58 +0000 (18:39 +0000)]
upgrade to the candidate, not the installed one ...
more debug

18 years agouse virtual dumpOn() in operator<< to output derived objects
Klaus Kaempf [Sun, 29 Jan 2006 18:20:04 +0000 (18:20 +0000)]
use virtual dumpOn() in operator<< to output derived objects

18 years agoshow the complete context chain
Klaus Kaempf [Sun, 29 Jan 2006 18:19:23 +0000 (18:19 +0000)]
show the complete context chain

18 years agoresfilter::byEdition<CompareByGT> is broken, implement workaround
Klaus Kaempf [Sun, 29 Jan 2006 17:17:40 +0000 (17:17 +0000)]
resfilter::byEdition<CompareByGT> is broken, implement workaround

18 years agofix debug
Klaus Kaempf [Sun, 29 Jan 2006 17:17:04 +0000 (17:17 +0000)]
fix debug

18 years ago- Added missing DEFINE_PTR_TYPE(SourceImpl) to prevent need to expose
Michael Andres [Sun, 29 Jan 2006 17:12:28 +0000 (17:12 +0000)]
- Added missing DEFINE_PTR_TYPE(SourceImpl) to prevent need to expose
  SourceImpl.h in public headers.

18 years agooutput item lists in alphabetical order, not in ResPool order
Klaus Kaempf [Sun, 29 Jan 2006 16:53:25 +0000 (16:53 +0000)]
output item lists in alphabetical order, not in ResPool order

18 years agoonly look for installed by name, dont check edition
Klaus Kaempf [Sun, 29 Jan 2006 16:26:43 +0000 (16:26 +0000)]
only look for installed by name, dont check edition

18 years agoreset parser data at begin of each resolvable
Klaus Kaempf [Sun, 29 Jan 2006 15:50:37 +0000 (15:50 +0000)]
reset parser data at begin of each resolvable

18 years agooutput content, not pointer
Klaus Kaempf [Sun, 29 Jan 2006 15:41:15 +0000 (15:41 +0000)]
output content, not pointer

18 years agopull Resolver to toplevel API
Klaus Kaempf [Sun, 29 Jan 2006 15:35:45 +0000 (15:35 +0000)]
pull Resolver to toplevel API

18 years agoonly string NOT starting with "/" are named/versioned caps
Klaus Kaempf [Sun, 29 Jan 2006 15:34:08 +0000 (15:34 +0000)]
only string NOT starting with "/" are named/versioned caps

18 years agodrop debug
Klaus Kaempf [Sun, 29 Jan 2006 15:12:00 +0000 (15:12 +0000)]
drop debug

18 years agouse ResPool references instead of pointer
Klaus Kaempf [Sun, 29 Jan 2006 15:11:41 +0000 (15:11 +0000)]
use ResPool references instead of pointer

18 years agoadapt to ZYpp and Target()
Klaus Kaempf [Sun, 29 Jan 2006 13:23:32 +0000 (13:23 +0000)]
adapt to ZYpp and Target()

18 years agodefine LOGGROUP
Klaus Kaempf [Sun, 29 Jan 2006 12:12:54 +0000 (12:12 +0000)]
define LOGGROUP

18 years agothis is a valid source
Klaus Kaempf [Sun, 29 Jan 2006 12:12:33 +0000 (12:12 +0000)]
this is a valid source

18 years agoadd 'bool valid()' to check for default/nullimpl vs. real impl
Klaus Kaempf [Sun, 29 Jan 2006 12:12:05 +0000 (12:12 +0000)]
add 'bool valid()' to check for default/nullimpl vs. real impl

18 years agodont show the pointer, show content
Klaus Kaempf [Sun, 29 Jan 2006 12:05:21 +0000 (12:05 +0000)]
dont show the pointer, show content

18 years agoreduce debug
Klaus Kaempf [Sun, 29 Jan 2006 11:28:30 +0000 (11:28 +0000)]
reduce debug

18 years agoreturn url as Url and path as Pathname
Klaus Kaempf [Sun, 29 Jan 2006 10:46:30 +0000 (10:46 +0000)]
return url as Url and path as Pathname

18 years agotoString -> asString
Klaus Kaempf [Sun, 29 Jan 2006 09:25:30 +0000 (09:25 +0000)]
toString -> asString

18 years agotoString -> asString for Url objects
Klaus Kaempf [Sun, 29 Jan 2006 09:24:37 +0000 (09:24 +0000)]
toString -> asString for Url objects

18 years agotoString() -> asString()
Klaus Kaempf [Sun, 29 Jan 2006 09:20:44 +0000 (09:20 +0000)]
toString() -> asString()

18 years agoignore generated
Klaus Kaempf [Sat, 28 Jan 2006 22:39:28 +0000 (22:39 +0000)]
ignore generated

18 years agodrop 'test'
Klaus Kaempf [Sat, 28 Jan 2006 22:38:11 +0000 (22:38 +0000)]
drop 'test'

18 years agoback to "deptestomatic" since is correlates to the "data..." directory
Klaus Kaempf [Sat, 28 Jan 2006 22:37:38 +0000 (22:37 +0000)]
back to "deptestomatic" since is correlates to the "data..." directory

18 years agofirst tests for ResolverProblem and ProblemSolution
Klaus Kaempf [Sat, 28 Jan 2006 22:36:29 +0000 (22:36 +0000)]
first tests for ResolverProblem and ProblemSolution

18 years agovery, very simple tests
Klaus Kaempf [Sat, 28 Jan 2006 22:35:38 +0000 (22:35 +0000)]
very, very simple tests

18 years agouse real type
Klaus Kaempf [Sat, 28 Jan 2006 22:31:40 +0000 (22:31 +0000)]
use real type

18 years agoignore generated
Klaus Kaempf [Sat, 28 Jan 2006 22:30:40 +0000 (22:30 +0000)]
ignore generated

18 years agoignore generated
Klaus Kaempf [Sat, 28 Jan 2006 22:29:49 +0000 (22:29 +0000)]
ignore generated

18 years agouse real name
Klaus Kaempf [Sat, 28 Jan 2006 22:25:53 +0000 (22:25 +0000)]
use real name

18 years agoProvide url for source
Stanislav Visnovsky [Sat, 28 Jan 2006 19:08:10 +0000 (19:08 +0000)]
Provide url for source

18 years agobackup checkin
Klaus Kaempf [Sat, 28 Jan 2006 18:45:26 +0000 (18:45 +0000)]
backup checkin

18 years agomore on states
Klaus Kaempf [Sat, 28 Jan 2006 18:44:42 +0000 (18:44 +0000)]
more on states

18 years ago"source" -> "channel" in output
Klaus Kaempf [Sat, 28 Jan 2006 18:38:15 +0000 (18:38 +0000)]
"source" -> "channel" in output

18 years agoinit _pool correctly
Klaus Kaempf [Sat, 28 Jan 2006 18:20:15 +0000 (18:20 +0000)]
init _pool correctly

18 years agoreduce debug
Klaus Kaempf [Sat, 28 Jan 2006 18:19:56 +0000 (18:19 +0000)]
reduce debug

18 years agodefine LOGGROUP
Klaus Kaempf [Sat, 28 Jan 2006 18:08:50 +0000 (18:08 +0000)]
define LOGGROUP

18 years agouse normal DBG
Klaus Kaempf [Sat, 28 Jan 2006 18:04:36 +0000 (18:04 +0000)]
use normal DBG

18 years agoremove the ==/!= operators from Source.h
Klaus Kaempf [Sat, 28 Jan 2006 17:30:56 +0000 (17:30 +0000)]
remove the ==/!= operators from Source.h

add ZMD related source values (zmdname, zmddescription, priority, priority_unsubscribed)
and provide default implementations

18 years agomore verbose output
Klaus Kaempf [Sat, 28 Jan 2006 17:23:11 +0000 (17:23 +0000)]
more verbose output

18 years agofeed Source_Ref to Resolvables created from HelixSource
Klaus Kaempf [Sat, 28 Jan 2006 15:58:55 +0000 (15:58 +0000)]
feed Source_Ref to Resolvables created from HelixSource

18 years agopass initial status (installed/uninstalled) all way through
Klaus Kaempf [Sat, 28 Jan 2006 14:44:16 +0000 (14:44 +0000)]
pass initial status (installed/uninstalled) all way through

18 years agocompare sources
Klaus Kaempf [Sat, 28 Jan 2006 14:43:31 +0000 (14:43 +0000)]
compare sources

18 years agoallow for output of 'null' PoolItem
Klaus Kaempf [Sat, 28 Jan 2006 14:42:58 +0000 (14:42 +0000)]
allow for output of 'null' PoolItem

18 years agokeep the 'to-be' state in the context. The solver computes different
Klaus Kaempf [Sat, 28 Jan 2006 14:42:26 +0000 (14:42 +0000)]
keep the 'to-be' state in the context. The solver computes different
scenarious without modifying the PoolItem status first.
When we have a solution (or one is choosen if we have multiple
solutions), the solutions context status is written back to the pool

18 years agoaccessors, compare
Klaus Kaempf [Sat, 28 Jan 2006 14:39:49 +0000 (14:39 +0000)]
accessors, compare

18 years agoshow alias on <<
Klaus Kaempf [Sat, 28 Jan 2006 14:37:43 +0000 (14:37 +0000)]
show alias on <<

18 years agoinitialize baseclass SourceImpl correctly
Klaus Kaempf [Sat, 28 Jan 2006 10:47:04 +0000 (10:47 +0000)]
initialize baseclass SourceImpl correctly

18 years agomake output readable
Klaus Kaempf [Sat, 28 Jan 2006 10:34:26 +0000 (10:34 +0000)]
make output readable

18 years agoreduce logging
Klaus Kaempf [Sat, 28 Jan 2006 09:32:06 +0000 (09:32 +0000)]
reduce logging

18 years agoname -> alias
Klaus Kaempf [Sat, 28 Jan 2006 08:54:47 +0000 (08:54 +0000)]
name -> alias

18 years agocorrected svn:ignore
Michael Andres [Fri, 27 Jan 2006 23:33:57 +0000 (23:33 +0000)]
corrected svn:ignore

18 years agoprint pool
Klaus Kaempf [Fri, 27 Jan 2006 18:45:47 +0000 (18:45 +0000)]
print pool

18 years ago"Source &" -> "Source_Ref"
Klaus Kaempf [Fri, 27 Jan 2006 18:25:35 +0000 (18:25 +0000)]
"Source &" -> "Source_Ref"

18 years ago- removed deprecated setDeps() memeber, as solver/temporary
Michael Andres [Fri, 27 Jan 2006 18:19:11 +0000 (18:19 +0000)]
- removed deprecated setDeps() memeber, as solver/temporary
  no longer needs it.

18 years ago"Source &" -> "Source_Ref"
Klaus Kaempf [Fri, 27 Jan 2006 18:18:30 +0000 (18:18 +0000)]
"Source &" -> "Source_Ref"

18 years agocompiles and links
Klaus Kaempf [Fri, 27 Jan 2006 18:15:33 +0000 (18:15 +0000)]
compiles and links

18 years agonow lets fill the data
Duncan Mac-Vicar P [Fri, 27 Jan 2006 18:09:33 +0000 (18:09 +0000)]
now lets fill the data

18 years agoremoved m4 option
Stefan Schubert [Fri, 27 Jan 2006 18:08:50 +0000 (18:08 +0000)]
removed m4 option

18 years agook, it matches all tags now
Duncan Mac-Vicar P [Fri, 27 Jan 2006 17:59:35 +0000 (17:59 +0000)]
ok, it matches all tags now

18 years agoAdded translation mechanism
Stefan Schubert [Fri, 27 Jan 2006 17:59:30 +0000 (17:59 +0000)]
Added translation mechanism

18 years agoarghhh dumb bug. now it works.
Duncan Mac-Vicar P [Fri, 27 Jan 2006 17:53:07 +0000 (17:53 +0000)]
arghhh dumb bug. now it works.

18 years ago- Provide notify texts and size in ResObject.
Michael Andres [Fri, 27 Jan 2006 17:49:51 +0000 (17:49 +0000)]
- Provide notify texts and size in ResObject.

18 years agoa test program
Duncan Mac-Vicar P [Fri, 27 Jan 2006 17:35:08 +0000 (17:35 +0000)]
a test program

18 years agoput this in the right directory...
Duncan Mac-Vicar P [Fri, 27 Jan 2006 17:34:40 +0000 (17:34 +0000)]
put this in the right directory...

18 years agoAbout to rename Source to Source_Ref.
Michael Andres [Fri, 27 Jan 2006 15:35:10 +0000 (15:35 +0000)]
About to rename Source to Source_Ref.

18 years agoalready using config.h
Stefan Schubert [Fri, 27 Jan 2006 15:24:55 +0000 (15:24 +0000)]
already using config.h

18 years agomore tests
Jiri Srain [Fri, 27 Jan 2006 15:14:19 +0000 (15:14 +0000)]
more tests

18 years agoadded implementation of target classes, which are container for target
Jiri Srain [Fri, 27 Jan 2006 15:10:04 +0000 (15:10 +0000)]
added implementation of target classes, which are container for target
storages (currently RPM is only added, XML not yet)

18 years agofix to compile & link
Klaus Kaempf [Fri, 27 Jan 2006 15:03:43 +0000 (15:03 +0000)]
fix to compile & link

18 years agoadded missing implementation of methods.
Michael Andres [Fri, 27 Jan 2006 14:50:28 +0000 (14:50 +0000)]
added missing implementation of methods.

18 years agoprepare for size calculation
Klaus Kaempf [Fri, 27 Jan 2006 14:50:02 +0000 (14:50 +0000)]
prepare for size calculation

18 years agorevert last change
Klaus Kaempf [Fri, 27 Jan 2006 14:48:46 +0000 (14:48 +0000)]
revert last change

18 years agore-add Selection :-(
Klaus Kaempf [Fri, 27 Jan 2006 14:48:09 +0000 (14:48 +0000)]
re-add Selection :-(

18 years agocompiles now
Klaus Kaempf [Fri, 27 Jan 2006 14:38:44 +0000 (14:38 +0000)]
compiles now

18 years agosome massage to make it work
Stanislav Visnovsky [Fri, 27 Jan 2006 14:08:24 +0000 (14:08 +0000)]
some massage to make it work

18 years agoproofreaded text added
Stefan Schubert [Fri, 27 Jan 2006 13:54:17 +0000 (13:54 +0000)]
proofreaded text added

18 years agoadd operator bool() to test for a valid Source&
Klaus Kaempf [Fri, 27 Jan 2006 13:48:00 +0000 (13:48 +0000)]
add operator bool() to test for a valid Source&

18 years agoremove extra qualification
Klaus Kaempf [Fri, 27 Jan 2006 13:34:37 +0000 (13:34 +0000)]
remove extra qualification

18 years agoimproved message text; desired by HuHa
Stefan Schubert [Fri, 27 Jan 2006 13:33:05 +0000 (13:33 +0000)]
improved message text; desired by HuHa