platform/upstream/libzypp-bindings.git
13 years agoDrop debug prints
Klaus Kämpf [Sat, 13 Nov 2010 17:18:42 +0000 (18:18 +0100)]
Drop debug prints

13 years agoFix generated .cc name, its libzypp not satsolver
Klaus Kämpf [Sat, 13 Nov 2010 17:17:37 +0000 (18:17 +0100)]
Fix generated .cc name, its libzypp not satsolver

13 years agoAdd Zypp::VERSION to dynamically adapt to API changes
Klaus Kämpf [Sat, 13 Nov 2010 17:15:55 +0000 (18:15 +0100)]
Add Zypp::VERSION to dynamically adapt to API changes

Use this in Arch to flag if Arch::baseArch is available

13 years agoExtract ZYPP_VERSION from .so symlink
Klaus Kämpf [Sat, 13 Nov 2010 16:35:04 +0000 (17:35 +0100)]
Extract ZYPP_VERSION from .so symlink

13 years agoComplete the callback testing infrastructure
Klaus Kämpf [Thu, 11 Nov 2010 09:35:25 +0000 (10:35 +0100)]
Complete the callback testing infrastructure

13 years agoComplete CommitCallbacks with testcase
Klaus Kämpf [Tue, 9 Nov 2010 12:30:16 +0000 (13:30 +0100)]
Complete CommitCallbacks with testcase

This complete the initial implementation of the callbacks concept.

Currently only the 'RemoveResolvable' callback is instrumented for
Python. More to come ...

13 years agoswig output depends on .h files
Klaus Kämpf [Tue, 9 Nov 2010 12:29:29 +0000 (13:29 +0100)]
swig output depends on .h files

13 years agoAdapt to dropped -autorename
Klaus Kämpf [Tue, 9 Nov 2010 10:17:11 +0000 (11:17 +0100)]
Adapt to dropped -autorename

13 years agofix merge conflict in CMakeLists.txt
Klaus Kämpf [Tue, 9 Nov 2010 10:16:12 +0000 (11:16 +0100)]
fix merge conflict in CMakeLists.txt

13 years agoprepare for debug prints
Klaus Kämpf [Tue, 9 Nov 2010 10:14:14 +0000 (11:14 +0100)]
prepare for debug prints

13 years agoFix Target_Null for Python, drop Target_Void
Klaus Kämpf [Tue, 9 Nov 2010 10:13:45 +0000 (11:13 +0100)]
Fix Target_Null for Python, drop Target_Void

13 years agoMake load path relative to file
Klaus Kämpf [Tue, 9 Nov 2010 10:13:05 +0000 (11:13 +0100)]
Make load path relative to file

13 years agoEnable Perl testing
Klaus Kämpf [Tue, 9 Nov 2010 09:16:34 +0000 (10:16 +0100)]
Enable Perl testing

13 years agoEnable rdoc documentation
Klaus Kämpf [Tue, 9 Nov 2010 09:12:57 +0000 (10:12 +0100)]
Enable rdoc documentation

13 years agoAdd starting.pl and fix tests
Klaus Kämpf [Tue, 9 Nov 2010 09:11:35 +0000 (10:11 +0100)]
Add starting.pl and fix tests

13 years agomake it non-executable
Klaus Kämpf [Tue, 9 Nov 2010 09:05:31 +0000 (10:05 +0100)]
make it non-executable

13 years agoSet load path relative to current dir
Klaus Kämpf [Tue, 9 Nov 2010 09:04:29 +0000 (10:04 +0100)]
Set load path relative to current dir

13 years agoAdd comment on cleaned-up modules
Klaus Kämpf [Mon, 8 Nov 2010 20:05:07 +0000 (21:05 +0100)]
Add comment on cleaned-up modules

13 years agoAdd ruby_rdoc make target
Klaus Kämpf [Mon, 8 Nov 2010 20:04:31 +0000 (21:04 +0100)]
Add ruby_rdoc make target

13 years agoMore documentation
Klaus Kämpf [Mon, 8 Nov 2010 20:03:58 +0000 (21:03 +0100)]
More documentation

13 years agoDisable autorename
Klaus Kämpf [Mon, 8 Nov 2010 15:48:45 +0000 (16:48 +0100)]
Disable autorename

13 years agoEnable/disable production code
Klaus Kämpf [Mon, 8 Nov 2010 15:47:37 +0000 (16:47 +0100)]
Enable/disable production code

13 years agoExpose builtin architectures at class level
Klaus Kämpf [Mon, 8 Nov 2010 15:46:53 +0000 (16:46 +0100)]
Expose builtin architectures at class level

13 years agoEnable test during package build
Klaus Kämpf [Mon, 8 Nov 2010 15:33:01 +0000 (16:33 +0100)]
Enable test during package build

13 years agoTest the refactored Arch in conjunction with ZConfig
Klaus Kämpf [Sun, 7 Nov 2010 20:56:07 +0000 (21:56 +0100)]
Test the refactored Arch in conjunction with ZConfig

13 years agoRefactor Arch - don't expose full C++ API
Klaus Kämpf [Sun, 7 Nov 2010 20:52:27 +0000 (21:52 +0100)]
Refactor Arch - don't expose full C++ API

Completely hide the full C++ API for the 'Arch' class from SWIG.

Instead only expose some functions in a way thats useful for the
target language.

Add Ruby and Python tests.

13 years agoRuby uses to_s, not __str__
Klaus Kämpf [Sun, 7 Nov 2010 20:26:30 +0000 (21:26 +0100)]
Ruby uses to_s, not __str__

13 years agoSecond iteration of callbacks
Klaus Kämpf [Sun, 7 Nov 2010 14:51:54 +0000 (15:51 +0100)]
Second iteration of callbacks

Define CommitCallbacks class with a connect() and disconnect() to a
callbacks receiver instance.
Add (passing) Ruby and (nonpassing) Python testcase.

13 years agoFix Python load path
Klaus Kämpf [Sun, 7 Nov 2010 13:30:48 +0000 (14:30 +0100)]
Fix Python load path

13 years agoenable_testing()
Klaus Kämpf [Sun, 7 Nov 2010 13:30:34 +0000 (14:30 +0100)]
enable_testing()

13 years agoMore Ruby tests
Klaus Kämpf [Sun, 7 Nov 2010 13:25:02 +0000 (14:25 +0100)]
More Ruby tests

13 years agoremove empty python/callbacks.i
Klaus Kämpf [Sun, 7 Nov 2010 13:19:40 +0000 (14:19 +0100)]
remove empty python/callbacks.i

13 years agoInitial step towards callbacks support
Klaus Kämpf [Sat, 6 Nov 2010 21:11:06 +0000 (22:11 +0100)]
Initial step towards callbacks support

This commit introduces generic (all target languages) support for
callbacks.

Callbacks are sent to a 'callback object instance' which must be
instantiated.
Currently implemented are commit callbacks, requiring an instance
of 'CommitCallbacks'

** this is work in progress **

Next: Provide example code and tests for Python and Ruby

13 years agochanges 0.5.7
Michael Andres [Wed, 3 Nov 2010 13:43:40 +0000 (14:43 +0100)]
changes 0.5.7

13 years agoWrap GetResolvablesToInsDel
Michael Andres [Wed, 3 Nov 2010 13:43:18 +0000 (14:43 +0100)]
Wrap GetResolvablesToInsDel

13 years agochanges 0.5.6
Michael Andres [Wed, 3 Nov 2010 12:44:37 +0000 (13:44 +0100)]
changes 0.5.6

13 years agoWrap DownloadMode enum
Michael Andres [Wed, 3 Nov 2010 12:42:00 +0000 (13:42 +0100)]
Wrap DownloadMode enum

13 years agoAdd zypp::setZyppLogfile: empty string for off, '-' for stderr or file
Michael Andres [Wed, 3 Nov 2010 12:41:38 +0000 (13:41 +0100)]
Add zypp::setZyppLogfile: empty string for off, '-' for stderr or file

13 years agochanges 0.5.5
Michael Andres [Wed, 20 Oct 2010 10:06:42 +0000 (12:06 +0200)]
changes 0.5.5

13 years agoOffer interface to get/set KeyRing::defaultAccept bits.
Michael Andres [Wed, 20 Oct 2010 10:06:27 +0000 (12:06 +0200)]
Offer interface to get/set KeyRing::defaultAccept bits.

13 years agoUse just built bindings in example
Klaus Kämpf [Tue, 19 Oct 2010 11:58:06 +0000 (13:58 +0200)]
Use just built bindings in example

13 years agoTest loading of bindings
Klaus Kämpf [Tue, 19 Oct 2010 11:57:21 +0000 (13:57 +0200)]
Test loading of bindings

13 years agoIgnore backup files
Klaus Kämpf [Tue, 19 Oct 2010 11:57:04 +0000 (13:57 +0200)]
Ignore backup files

13 years agoAdd explicit type conversion for DefaultAccept
Klaus Kämpf [Tue, 19 Oct 2010 11:56:17 +0000 (13:56 +0200)]
Add explicit type conversion for DefaultAccept

14 years agoAdapt to swig 1.3.40
Michael Andres [Thu, 8 Apr 2010 14:57:40 +0000 (16:57 +0200)]
Adapt to swig 1.3.40

14 years agoLet swig understand nested class Target::DistributionLabel
Michael Andres [Wed, 24 Mar 2010 11:13:16 +0000 (12:13 +0100)]
Let swig understand nested class Target::DistributionLabel

14 years agochanges 0.5.3
Michael Andres [Mon, 7 Dec 2009 13:03:57 +0000 (14:03 +0100)]
changes 0.5.3

14 years agoPass py_sitedir from .spec file to cmake.
Michael Andres [Thu, 3 Dec 2009 14:42:36 +0000 (15:42 +0100)]
Pass py_sitedir from .spec file to cmake.

14 years agofix lib intall path on x86_64
Michael Andres [Tue, 1 Dec 2009 13:29:36 +0000 (14:29 +0100)]
fix lib intall path on x86_64

14 years agouse %{py_sitedir}
Michael Andres [Tue, 24 Nov 2009 16:14:06 +0000 (17:14 +0100)]
use %{py_sitedir}

14 years agouse %{_libdir}
Michael Andres [Tue, 24 Nov 2009 12:50:08 +0000 (13:50 +0100)]
use %{_libdir}

14 years agoFix to build on sle11-sp1
Michael Andres [Tue, 24 Nov 2009 12:40:09 +0000 (13:40 +0100)]
Fix to build on sle11-sp1

14 years agoUse ZyppCommon to build the package (does not include .git)
Michael Andres [Tue, 6 Oct 2009 12:13:51 +0000 (14:13 +0200)]
Use ZyppCommon to build the package (does not include .git)

14 years agochanges 0.5.2
Michael Andres [Tue, 22 Sep 2009 19:43:07 +0000 (21:43 +0200)]
changes 0.5.2

14 years agoRemove reference to dead zypp::ScanDBReport.
Michael Andres [Tue, 22 Sep 2009 19:42:55 +0000 (21:42 +0200)]
Remove reference to dead zypp::ScanDBReport.

14 years agoadd coolos fixes
Duncan Mac-Vicar P [Wed, 12 Aug 2009 15:40:48 +0000 (17:40 +0200)]
add coolos fixes

14 years agoAdappt to boost-1.39
Michael Andres [Mon, 3 Aug 2009 14:53:08 +0000 (16:53 +0200)]
Adappt to boost-1.39

14 years agoFix specfile data.
Michael Andres [Tue, 14 Jul 2009 12:59:00 +0000 (14:59 +0200)]
Fix specfile data.

15 years agochanges 0.5.0
Michael Andres [Wed, 3 Jun 2009 13:11:31 +0000 (15:11 +0200)]
changes 0.5.0

15 years agoFix RepoInfo::baseUrls() etc.
Klaus Kämpf [Thu, 12 Mar 2009 14:07:16 +0000 (15:07 +0100)]
Fix RepoInfo::baseUrls() etc.

Add a testcase for RepoInfo and fix the problems with UrlSet.

15 years agofix outdated python examples
Michael Andres [Fri, 20 Feb 2009 13:58:45 +0000 (14:58 +0100)]
fix outdated python examples

15 years agochanges
Michael Andres [Wed, 17 Dec 2008 13:14:04 +0000 (13:14 +0000)]
changes

15 years ago- Ignore Pathname operator<.
Michael Andres [Tue, 11 Nov 2008 14:23:29 +0000 (14:23 +0000)]
- Ignore Pathname operator<.

15 years ago- Fix makefile to build.
Michael Andres [Mon, 13 Oct 2008 12:49:13 +0000 (12:49 +0000)]
- Fix makefile to build.

15 years agoit is not distver but releasever
Duncan Mac-Vicar P [Sat, 11 Oct 2008 11:01:41 +0000 (11:01 +0000)]
it is not distver but releasever

15 years ago- Add KeyRing::DefautAccept
Michael Andres [Fri, 19 Sep 2008 12:08:47 +0000 (12:08 +0000)]
- Add KeyRing::DefautAccept

15 years agoadd ZConfig
Duncan Mac-Vicar P [Tue, 16 Sep 2008 09:19:20 +0000 (09:19 +0000)]
add ZConfig

15 years agoadd ZConfig
Duncan Mac-Vicar P [Tue, 16 Sep 2008 09:04:08 +0000 (09:04 +0000)]
add ZConfig

15 years agoadd ZConfig
Duncan Mac-Vicar P [Tue, 16 Sep 2008 09:04:07 +0000 (09:04 +0000)]
add ZConfig

15 years agofix asKind/isKind
Michael Andres [Fri, 5 Sep 2008 17:20:01 +0000 (17:20 +0000)]
fix asKind/isKind

15 years agoFix basic resolvabe attributes as needed by list_resolvables.py example.
Michael Andres [Fri, 5 Sep 2008 16:43:40 +0000 (16:43 +0000)]
Fix basic resolvabe attributes as needed by list_resolvables.py example.

15 years agoadd RepoManager::knownRepositories
Michael Andres [Fri, 5 Sep 2008 13:23:28 +0000 (13:23 +0000)]
add RepoManager::knownRepositories

15 years agoAdd missing ResPool dtor
Michael Andres [Fri, 5 Sep 2008 13:22:30 +0000 (13:22 +0000)]
Add missing ResPool dtor

15 years agoAdded lost RepoInfo and ServiceInfo.
Michael Andres [Thu, 4 Sep 2008 09:44:05 +0000 (09:44 +0000)]
Added lost RepoInfo and ServiceInfo.

15 years agocorrect perl-zypp requirements
Klaus Kaempf [Wed, 13 Aug 2008 09:07:26 +0000 (09:07 +0000)]
correct perl-zypp requirements

15 years agocleanup and document
Klaus Kaempf [Wed, 13 Aug 2008 07:26:47 +0000 (07:26 +0000)]
cleanup and document

15 years agoImprove on %files section ;-)
Klaus Kaempf [Wed, 13 Aug 2008 07:26:19 +0000 (07:26 +0000)]
Improve on %files section ;-)

15 years agofix to build
Michael Andres [Tue, 12 Aug 2008 19:09:08 +0000 (19:09 +0000)]
fix to build

15 years ago- Remove ProductInfo. We dont replace Product.
Michael Andres [Fri, 8 Aug 2008 11:44:12 +0000 (11:44 +0000)]
- Remove ProductInfo. We dont replace Product.

15 years agomore tests
Klaus Kaempf [Thu, 7 Aug 2008 16:31:57 +0000 (16:31 +0000)]
more tests

15 years agodefine string conversion
Klaus Kaempf [Thu, 7 Aug 2008 16:27:56 +0000 (16:27 +0000)]
define string conversion

15 years agoadd mb example
Klaus Kaempf [Thu, 7 Aug 2008 16:09:10 +0000 (16:09 +0000)]
add mb example

15 years agorequire/include zypp at top
Klaus Kaempf [Thu, 7 Aug 2008 16:07:36 +0000 (16:07 +0000)]
require/include zypp at top

15 years agobytecount
Klaus Kaempf [Thu, 7 Aug 2008 16:03:20 +0000 (16:03 +0000)]
bytecount

15 years agotest starting of zypp
Klaus Kaempf [Thu, 7 Aug 2008 15:55:02 +0000 (15:55 +0000)]
test starting of zypp

15 years agomake the bindings compile
Klaus Kaempf [Thu, 7 Aug 2008 13:52:46 +0000 (13:52 +0000)]
make the bindings compile
cleanup of CMakeLists.txt
add 'tests' subdir for Perl, Python, Ruby
add 'loading' test

15 years agoGeneerate bindings for RepoInfoBase and ServiceInfo
Michael Andres [Mon, 4 Aug 2008 10:29:33 +0000 (10:29 +0000)]
Geneerate bindings for RepoInfoBase and ServiceInfo

15 years ago- Remove obsolete TranslatedText
Michael Andres [Fri, 1 Aug 2008 08:25:30 +0000 (08:25 +0000)]
- Remove obsolete TranslatedText
- Add ProductInfo which is going to replace Product

15 years ago- Work around undefined symbols in libzypp. (bnc #391831)
Michael Andres [Thu, 31 Jul 2008 12:29:37 +0000 (12:29 +0000)]
- Work around undefined symbols in libzypp. (bnc #391831)
- Adapt to zypp::Service being renamed to ServiceInfo

15 years ago- new class
Jan Kupec [Wed, 30 Jul 2008 14:29:40 +0000 (14:29 +0000)]
- new class

15 years ago- fix ServiceInfo forward declaration problem
Jan Kupec [Wed, 30 Jul 2008 14:28:30 +0000 (14:28 +0000)]
- fix ServiceInfo forward declaration problem

15 years ago- Removed almost all local copies of zypp header files. This also
Michael Andres [Fri, 25 Jul 2008 18:07:37 +0000 (18:07 +0000)]
- Removed almost all local copies of zypp header files. This also
  removed some old classes no longer present in libzypp.
- Re-enabled building of python and perl bindings. (bnc #391831)

15 years agoChanges bindings to at least compile. Still several header copies to be
Michael Andres [Wed, 23 Jul 2008 12:27:53 +0000 (12:27 +0000)]
Changes bindings to at least compile. Still several header copies to be
replaced by %include. For shure also still a lot namespace issues, as
c++ namespace support was introduced in SWIG-1.3.12.

15 years agobackup
Michael Andres [Mon, 21 Jul 2008 14:20:29 +0000 (14:20 +0000)]
backup

15 years agoto cmake 2.6
Michael Andres [Thu, 17 Jul 2008 16:05:26 +0000 (16:05 +0000)]
to cmake 2.6

15 years agoRemove obsolete references to Dependencies.
Michael Andres [Mon, 14 Jul 2008 13:21:35 +0000 (13:21 +0000)]
Remove obsolete references to Dependencies.

15 years agoRemove obsolete references to Script/Message/Atom
Michael Andres [Mon, 14 Jul 2008 13:08:39 +0000 (13:08 +0000)]
Remove obsolete references to Script/Message/Atom

15 years agoso hope now it is fixed
Josef Reidinger [Fri, 20 Jun 2008 15:01:22 +0000 (15:01 +0000)]
so hope now it is fixed

15 years agoadd include for header
Josef Reidinger [Fri, 20 Jun 2008 14:46:56 +0000 (14:46 +0000)]
add include for header

15 years agofix build
Josef Reidinger [Fri, 20 Jun 2008 14:35:33 +0000 (14:35 +0000)]
fix build