Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-04 | Add ARM architecture constants | Klaus Kämpf | 1 | -0/+32 | |
2010-12-22 | fix python repoinfo testsuite | Dominik Heidler | 1 | -1/+1 | |
2010-12-11 | DistributionLabel came after version 6.31.0 | Klaus Kämpf | 2 | -1/+6 | |
2010-12-08 | Temporarely disable test | Klaus Kämpf | 1 | -1/+1 | |
2010-12-06 | Fix test, look at Package only | Klaus Kämpf | 1 | -1/+1 | |
2010-12-06 | Export Package/Resolvable attributes | Klaus Kämpf | 3 | -2/+30 | |
2010-12-06 | Complete the test, add code to start the target | Klaus Kämpf | 1 | -4/+6 | |
2010-12-06 | Fix Problems iterator in Python | Klaus Kämpf | 3 | -4/+43 | |
2010-12-06 | Complete callbacks support (Python, Ruby) | Klaus Kämpf | 1 | -30/+62 | |
2010-12-06 | Reorder .i includes, fixes the build | Klaus Kämpf | 1 | -5/+5 | |
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 | Drop debug prints | Klaus Kämpf | 1 | -0/+2 | |
2010-11-13 | Fix generated .cc name, its libzypp not satsolver | Klaus Kämpf | 3 | -14/+14 | |
2010-11-13 | Add Zypp::VERSION to dynamically adapt to API changes | Klaus Kämpf | 3 | -30/+38 | |
Use this in Arch to flag if Arch::baseArch is available | |||||
2010-11-11 | Complete the callback testing infrastructure | Klaus Kämpf | 1 | -6/+106 | |
2010-11-09 | Complete CommitCallbacks with testcase | Klaus Kämpf | 2 | -4/+35 | |
This complete the initial implementation of the callbacks concept. Currently only the 'RemoveResolvable' callback is instrumented for Python. More to come ... | |||||
2010-11-09 | swig output depends on .h files | Klaus Kämpf | 4 | -3/+3 | |
2010-11-09 | Adapt to dropped -autorename | Klaus Kämpf | 2 | -9/+9 | |
2010-11-09 | fix merge conflict in CMakeLists.txt | Klaus Kämpf | 2 | -4/+40 | |
2010-11-09 | prepare for debug prints | Klaus Kämpf | 1 | -0/+3 | |
2010-11-09 | Fix Target_Null for Python, drop Target_Void | Klaus Kämpf | 1 | -4/+1 | |
2010-11-09 | Make load path relative to file | Klaus Kämpf | 5 | -5/+27 | |
2010-11-09 | Enable Perl testing | Klaus Kämpf | 1 | -0/+3 | |
2010-11-09 | Enable rdoc documentation | Klaus Kämpf | 1 | -0/+21 | |
2010-11-09 | Add starting.pl and fix tests | Klaus Kämpf | 3 | -2/+3 | |
2010-11-09 | make it non-executable | Klaus Kämpf | 1 | -1/+2 | |
2010-11-09 | Set load path relative to current dir | Klaus Kämpf | 1 | -1/+2 | |
2010-11-08 | Add comment on cleaned-up modules | Klaus Kämpf | 1 | -0/+2 | |
2010-11-08 | Add ruby_rdoc make target | Klaus Kämpf | 1 | -0/+17 | |
2010-11-08 | More documentation | Klaus Kämpf | 1 | -4/+38 | |
2010-11-08 | Disable autorename | Klaus Kämpf | 1 | -1/+1 | |
2010-11-08 | Enable/disable production code | Klaus Kämpf | 1 | -1/+5 | |
2010-11-08 | Expose builtin architectures at class level | Klaus Kämpf | 3 | -1/+64 | |
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 | 4 | -19/+165 | |
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 | 6 | -33/+116 | |
Define CommitCallbacks class with a connect() and disconnect() to a callbacks receiver instance. Add (passing) Ruby and (nonpassing) Python testcase. | |||||
2010-11-07 | Fix Python load path | Klaus Kämpf | 2 | -2/+5 | |
2010-11-07 | enable_testing() | Klaus Kämpf | 1 | -0/+2 | |
2010-11-07 | More Ruby tests | Klaus Kämpf | 5 | -1/+5 | |
2010-11-07 | remove empty python/callbacks.i | Klaus Kämpf | 1 | -3/+0 | |
2010-11-06 | Initial step towards callbacks support | Klaus Kämpf | 6 | -3/+317 | |
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 | |||||
2010-11-03 | Wrap GetResolvablesToInsDel | Michael Andres | 2 | -2/+9 | |
2010-11-03 | Wrap DownloadMode enum | Michael Andres | 1 | -1/+2 | |
2010-11-03 | Add zypp::setZyppLogfile: empty string for off, '-' for stderr or file | Michael Andres | 1 | -0/+16 | |
2010-10-20 | Offer interface to get/set KeyRing::defaultAccept bits. | Michael Andres | 1 | -9/+12 | |
2010-10-19 | Add explicit type conversion for DefaultAccept | Klaus Kämpf | 1 | -0/+6 | |
2010-04-08 | Adapt to swig 1.3.40 | Michael Andres | 3 | -25/+5 | |
2010-03-24 | Let swig understand nested class Target::DistributionLabel | Michael Andres | 1 | -1/+12 | |