Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-06 | Bump to libzypp-bindings 0.7.4upstream/0.7.4tizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.163501submit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen/20200310.064233accepted/tizen/unified/20200311.130907accepted/tizen/6.5/unified/20211029.014520accepted/tizen/6.0/unified/hotfix/20201103.051037accepted/tizen/6.0/unified/hotfix/20201102.233931accepted/tizen/6.0/unified/20201030.110352tizen_6.5tizen_6.0_hotfixtizen_6.0sandbox/wangbiao/libzypper_bindings_upgradeaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified | biao716.wang | 3 | -29/+26 | |
Change-Id: I9f33b96eeef6ba2a2fb0d1a4784cb88f90c8de67 Signed-off-by: biao716.wang <biao716.wang@samsung.com> | |||||
2012-06-04 | port ruby bindings to version 1.9 | Josef Reidinger | 2 | -48/+48 | |
2012-02-28 | disable broken test | Josef Reidinger | 1 | -1/+1 | |
2012-02-16 | predefine class for exception in ruby, so you can catch it with rescue ↵ | Josef Reidinger | 1 | -1/+4 | |
ZYppException ( and constant is known after require ) | |||||
2012-02-14 | provide correctly provision for file. response is still not usable | tux | 1 | -6/+1 | |
2012-02-13 | first non-working code for package provision | Josef Reidinger | 1 | -0/+7 | |
2012-02-13 | extend test suite | Josef Reidinger | 1 | -8/+5 | |
2012-02-11 | use proper type and uncomment test so we demonstrate it | Josef Reidinger | 1 | -2/+6 | |
2012-02-11 | add test to show that it works | Josef Reidinger | 1 | -0/+17 | |
2011-08-12 | Further extend callbacks to cover ResolvableRemove | Klaus Kämpf | 1 | -0/+17 | |
Still incomplete due to missing type conversion for target::rpm::RemoveResolvableReport::Error | |||||
2010-12-01 | Merge branch 'master' of gitorious.org:opensuse/libzypp-bindings | Klaus Kämpf | 1 | -11/+14 | |
Fix Conflict (rdoc) | |||||
2010-11-24 | Enable rdoc generation only if rdoc is locally available | Klaus Kämpf | 1 | -1/+2 | |
2010-11-13 | Fix generated .cc name, its libzypp not satsolver | Klaus Kämpf | 1 | -12/+12 | |
2010-11-13 | Add Zypp::VERSION to dynamically adapt to API changes | Klaus Kämpf | 1 | -4/+6 | |
Use this in Arch to flag if Arch::baseArch is available | |||||
2010-11-09 | swig output depends on .h files | Klaus Kämpf | 1 | -1/+1 | |
2010-11-09 | Adapt to dropped -autorename | Klaus Kämpf | 2 | -9/+9 | |
2010-11-09 | Enable rdoc documentation | Klaus Kämpf | 1 | -0/+21 | |
2010-11-08 | Disable autorename | Klaus Kämpf | 1 | -1/+1 | |
2010-11-08 | Expose builtin architectures at class level | Klaus Kämpf | 1 | -1/+19 | |
2010-11-07 | Test the refactored Arch in conjunction with ZConfig | Klaus Kämpf | 1 | -0/+5 | |
2010-11-07 | Refactor Arch - don't expose full C++ API | Klaus Kämpf | 1 | -5/+22 | |
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. | |||||
2010-11-07 | Ruby uses to_s, not __str__ | Klaus Kämpf | 1 | -1/+1 | |
2010-11-07 | Second iteration of callbacks | Klaus Kämpf | 1 | -0/+29 | |
Define CommitCallbacks class with a connect() and disconnect() to a callbacks receiver instance. Add (passing) Ruby and (nonpassing) Python testcase. | |||||
2010-11-07 | More Ruby tests | Klaus Kämpf | 5 | -1/+5 | |
2010-11-06 | Initial step towards callbacks support | Klaus Kämpf | 1 | -0/+1 | |
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 | |||||
2009-08-03 | Adappt to boost-1.39 | Michael Andres | 1 | -1/+1 | |
2008-08-07 | more tests | Klaus Kaempf | 2 | -0/+62 | |
2008-08-07 | add mb example | Klaus Kaempf | 1 | -2/+3 | |
2008-08-07 | require/include zypp at top | Klaus Kaempf | 1 | -4/+6 | |
2008-08-07 | bytecount | Klaus Kaempf | 1 | -0/+22 | |
2008-08-07 | test starting of zypp | Klaus Kaempf | 1 | -0/+17 | |
2008-08-07 | make the bindings compile | Klaus Kaempf | 3 | -25/+41 | |
cleanup of CMakeLists.txt add 'tests' subdir for Perl, Python, Ruby add 'loading' test | |||||
2008-07-25 | - Removed almost all local copies of zypp header files. This also | Michael Andres | 1 | -1/+31 | |
removed some old classes no longer present in libzypp. - Re-enabled building of python and perl bindings. (bnc #391831) | |||||
2008-07-23 | Changes bindings to at least compile. Still several header copies to be | Michael Andres | 1 | -2/+0 | |
replaced by %include. For shure also still a lot namespace issues, as c++ namespace support was introduced in SWIG-1.3.12. | |||||
2008-07-21 | backup | Michael Andres | 1 | -1/+5 | |
2008-07-17 | to cmake 2.6 | Michael Andres | 1 | -7/+9 | |
2008-02-16 | - ruby bindings compile, but python makes swig go nuts... | Duncan Mac-Vicar P | 1 | -1/+1 | |
2007-09-25 | - include original C header files | Arvin Schnell | 1 | -0/+8 | |
2007-09-25 | - sometimes include original C header file | Arvin Schnell | 1 | -0/+16 | |
- global rename for asString - added examples | |||||
2007-08-30 | - improved makefiles | Arvin Schnell | 1 | -4/+6 | |
2007-08-24 | - include whole exception history | Arvin Schnell | 1 | -15/+5 | |
- removed broken stuff | |||||
2007-08-23 | - added to_a functions | Arvin Schnell | 1 | -6/+30 | |
2007-08-22 | - renamed ruby module to zypp | Arvin Schnell | 1 | -6/+6 | |
2007-08-18 | - tiny cmake improvement | Arvin Schnell | 1 | -2/+1 | |
2007-08-17 | - moved ruby files to vendor_ruby | Arvin Schnell | 1 | -2/+5 | |
2007-08-13 | - added exceptions | Arvin Schnell | 1 | -0/+11 | |
2007-07-31 | - restructuring | Arvin Schnell | 1 | -93/+6 | |
2007-07-31 | - use each define | Arvin Schnell | 1 | -12/+12 | |
2007-07-25 | - some work on capabilities | Arvin Schnell | 1 | -0/+16 | |
2007-07-24 | - some cleanup | Arvin Schnell | 2 | -1/+122 | |