summaryrefslogtreecommitdiff
path: root/swig
AgeCommit message (Expand)AuthorFilesLines
2017-06-19define BOOST_CONSTEXPR in 'zypp.i' file as 'boost' package upgradetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170828.100006submit/tizen_4.0/20170811.094300submit/tizen/20170619.061432accepted/tizen/unified/20170629.085517accepted/tizen/4.0/unified/20170828.222952accepted/tizen/4.0/unified/20170816.011148tizen_4.0_tvtizen_4.0accepted/tizen_4.0_unifiedSoonKyu Park1-0/+2
2017-06-07Rebase for zypper 0.6.1Anas Nashif6-5/+72
2014-03-14use std=c++11Michael Andres1-0/+1
2014-01-24Adapt to libzypp changes.Michael Andres1-3/+3
2014-01-19disabled broken dump testsMichael Andres1-9/+12
2013-12-02Adjust Repository.iMichael Andres1-1/+1
2013-11-15- Add VendorSupportOptions bindingsB S Srinidhi2-0/+3
2013-11-06fix Changelog wrapper for pythonMichael Andres1-0/+3
2013-11-06Wrap zypp::Changelog classMichael Andres2-0/+12
2013-11-06add isKind/asKind methods for ResObjectMichael Andres1-0/+6
2013-11-05Fix no attribute access via PoolItem::resolvableMichael Andres1-0/+9
2013-05-10Add legacy GetResolvablesToInsDel class (removed from libzypp in favor of tra...Michael Andres3-2/+107
2013-05-02fix const pointer lost its namespaceGui Chen5-2/+18
2013-04-30Try to disable stuff swig seems to be unable to parse (rvalue references, noe...Michael Andres1-5/+11
2013-04-29Compile with -std=c++11Michael Andres1-0/+1
2013-01-28work around swig problem creating two different types for intrusive_ptrupstream/0.5.14BASE-SuSE-Code-12_3-BranchMichael Schroeder5-16/+16
2012-06-05disable python problems test as it segfaults on factory and require python ex...Josef Reidinger1-1/+1
2012-06-04port ruby bindings to version 1.9Josef Reidinger3-49/+48
2012-02-28disable broken testJosef Reidinger1-1/+1
2012-02-28Merge changes made to SLE11 to be included in trunkJosef Reidinger8-22/+87
2012-02-24fix build for perl to handle also callback symbols theretux1-8/+10
2012-02-24fix missing return statementtux1-1/+1
2012-02-24have more relaxed rules in test of dump functionalitytux1-1/+1
2012-02-24we know that in SLE11 is fresh enough version of libzypp so remove unless checktux1-4/+0
2012-02-24SLE11 still contain only swig 1.3.36 so work also with old swigtux1-0/+12
2012-02-16predefine class for exception in ruby, so you can catch it with rescue ZYppEx...Josef Reidinger1-1/+4
2012-02-15fix last part of rpm providing and add example that demonstrate such function...Josef Reidinger1-2/+18
2012-02-14provide correctly provision for file. response is still not usabletux2-7/+11
2012-02-13first non-working code for package provisionJosef Reidinger3-0/+14
2012-02-13extend test suiteJosef Reidinger1-8/+5
2012-02-13Example and tests for callbacks in PythonKlaus Kämpf1-0/+54
2012-02-11use proper type and uncomment test so we demonstrate itJosef Reidinger2-6/+10
2012-02-11add test to show that it worksJosef Reidinger1-0/+17
2012-02-11fix iteration with filter by kindJosef Reidinger1-1/+1
2011-10-18Add arch armv7hl, armv7nhl, armv7thl, armv7tnhlMichael Andres1-3/+20
2011-10-12Fix random data returned in a functionMichael Andres1-18/+25
2011-08-30Add support for install callbacksKlaus Kämpf3-15/+188
2011-08-30Add removal_finish and removal_problem, with docsKlaus Kämpf1-0/+24
2011-08-12Further extend callbacks to cover ResolvableRemoveKlaus Kämpf4-44/+397
2011-08-11Extend documentation in commit_callbacks.pyKlaus Kämpf1-11/+83
2011-08-09Fix the 'remove start' callback'Klaus Kämpf2-4/+25
2011-01-04Add ARM architecture constantsKlaus Kämpf1-0/+32
2010-12-22fix python repoinfo testsuiteDominik Heidler1-1/+1
2010-12-11DistributionLabel came after version 6.31.0Klaus Kämpf2-1/+6
2010-12-08Temporarely disable testKlaus Kämpf1-1/+1
2010-12-06Fix test, look at Package onlyKlaus Kämpf1-1/+1
2010-12-06Export Package/Resolvable attributesKlaus Kämpf3-2/+30
2010-12-06Complete the test, add code to start the targetKlaus Kämpf1-4/+6
2010-12-06Fix Problems iterator in PythonKlaus Kämpf3-4/+43
2010-12-06Complete callbacks support (Python, Ruby)Klaus Kämpf1-30/+62