platform/upstream/libzypp.git
19 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

19 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

19 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'.

19 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

19 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.

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

19 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.

19 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

19 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"

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

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

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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

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

19 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

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

19 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.

19 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

19 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

19 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

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

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

19 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

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

19 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

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

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

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

19 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

19 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

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

19 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

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

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

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

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

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

19 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

19 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

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

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

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

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

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

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

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

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

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

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

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

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

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

19 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

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

19 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

19 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

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

19 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

19 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

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

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

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

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

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

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

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

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

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

19 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.

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

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

19 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

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

19 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

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

19 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.

19 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.

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

19 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...

19 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.

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

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

19 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)

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

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

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

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

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

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

19 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

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

19 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&

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

19 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