summaryrefslogtreecommitdiff
path: root/swig
AgeCommit message (Expand)AuthorFilesLines
2024-02-29Fix build error for swig 4.2.1HEADtizenJinWang An1-2/+2
2023-08-09change python version to 3.xwang biao6-35/+35
2020-03-06Bump 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_unifiedbiao716.wang15-78/+164
2018-06-30Apply upstream commit to adopt boost-1.65.1 upgradetizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen_5.0/20181101.000007submit/tizen/20180630.115537accepted/tizen/unified/20180702.062927accepted/tizen/5.5/unified/wearable/hotfix/20201027.100934accepted/tizen/5.5/unified/mobile/hotfix/20201027.074246accepted/tizen/5.5/unified/20191031.011822accepted/tizen/5.0/unified/20181102.030942tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedSoonKyu Park2-1/+18
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