summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Collapse)AuthorFilesLines
2018-11-30Imported Upstream version 0.6.29upstream/0.6.29DongHun Kwak2-1/+25
Change-Id: I9bac0213cb8a171344b94297e08c1c52595c0abe Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.28upstream/0.6.28DongHun Kwak3-4/+15
Change-Id: I7eea26ff3eb092805c915018606cc185fa47e21f Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.27upstream/0.6.27DongHun Kwak2-3/+9
Change-Id: I4feccd10bd9fe0514ff13520136e962b6c093175 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak1-0/+51
Change-Id: I4c41182d0968927b2dc78980b41c0b7c2e931a4a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.24upstream/0.6.24DongHun Kwak4-4/+52
Change-Id: I68f4d40b704c1ccd2a86576a3c03687922f023aa Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.21upstream/0.6.21DongHun Kwak1-0/+9
Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.18upstream/0.6.18DongHun Kwak1-0/+25
Change-Id: I592f8068e36a01effad5f86c7f5063b4d0bcd213 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.14upstream/0.6.14DongHun Kwak3-3/+3
Change-Id: I3e83c4ddc30f8d8cfa6f965a85ecca72781d89e4 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-0/+1
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak5-82/+674
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak1-0/+1
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.9upstream/0.6.9DongHun Kwak1-0/+113
Change-Id: Icf4a1aa6525f6c2bfc9da6f3ba1609728f39a073 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.8upstream/0.6.8DongHun Kwak1-18/+18
Change-Id: I831fe431b1bc73eb9fb9300b07abe823d806d843 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.6upstream/0.6.6DongHun Kwak1-10/+13
Change-Id: I39261d63e28e2f057203bd11bd6b1cbb83523fab Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+10
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2014-06-23support -X option in rpmmd2solv, make add_autopattern available in bindingsMichael Schroeder1-0/+8
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-0/+3
Setting this flag means that the solver will prefer picking a package version that fits the other installed packages over updating installed packages.
2014-04-08make repodata_stringify return the result stringMichael Schroeder1-3/+2
This is in preparation of stringify no longer patching the str element in the kv.
2014-04-04do not count problem resolution install jobs as userinstalledMichael Schroeder1-2/+3
2014-04-04more swig trickery: automaticall free the pool, add a disown methodMichael Schroeder1-4/+23
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder1-35/+63
Use attributes instead of methods to access the matched data (except for Datapos constructors). Also, while we're breaking the API, drop the solvid argument from the Dataiterator constructors. Add different constructors for the special cases. Also fix and document Datamatcher's 'binary' attribute.
2014-03-31make the __iter__ methods in the python bindings return selfMichael Schroeder1-24/+8
The old code returned a new iterator object, which broke the skip_solvable method. I hope the new way does not break anything.
2014-03-26support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindingsMichael Schroeder1-0/+4
2014-03-05revert pyhton3 part that was commit by mistake in #ab8b3dedMichael Schroeder1-7/+0
2014-03-04bindings: don't let str(Datamatch) change the strings, instead create a copyMichael Schroeder1-2/+3
Also always set the SEARCH_FILES and SEARCH_CHECKSUMS flags.
2014-03-04bindings: make Dataterator match/flags optionalMichael Schroeder1-4/+4
Also document the solvable.Dataiterator method.
2014-03-03fix Datamatcher's idstr() method when calld for dirsMichael Schroeder1-1/+5
2014-02-27fix Pool_repo_iterator and Repo_solvable_iterator in perl bindingsMichael Schroeder2-3/+13
A perliter() call was missing.
2014-01-24fix for old swig versionsMichael Schroeder1-0/+3
2014-01-09add identical and evrcmp methods for solvablesMichael Schroeder1-0/+11
2013-11-20tweak python version detection, add Datamatch.binary()Michael Schroeder2-28/+54
Also no longer misuse swig's cdata typemap.
2013-11-19fix Chksum.add() method also for perl/rubyMichael Schroeder1-27/+27
2013-11-19port to python3Michael Schroeder2-0/+47
2013-11-18rename repo_find_pubkeys to repo_find_all_pubkeys, add repo_find_pubkeyMichael Schroeder1-7/+1
2013-11-18split repo_find_pubkeys from repo_verify_sigdataMichael Schroeder1-0/+13
2013-11-14Create a real type for a checksum handleMichael Schroeder1-5/+4
Should be completely compatible, as the handle was of type "void *" before.
2013-10-29bindings: sig verification only works with ENABLE_PGPVRFYMichael Schroeder1-0/+2
2013-10-29support signature verification in bindingsMichael Schroeder1-2/+36
2013-10-16remove trailing whitespaceMichael Schroeder1-10/+10
2013-09-23add problem2str() convenience function to APIMichael Schroeder1-6/+1
2013-09-20bindings: add stringification shortcut for problemsMichael Schroeder1-0/+11
Also fixes bugs in the rbsolv example.
2013-09-04add solv_depmarker function to simplify the bindingsMichael Schroeder1-28/+2
2013-08-23remove unused res varMichael Schroeder1-1/+1
2013-08-21add solver->describe_decision() methodMichael Schroeder1-0/+26
2013-08-21add unset() method for solvablesMichael Schroeder1-0/+5
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-3/+5
2013-06-17refactor a bitMichael Schroeder1-2/+4
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-8/+16
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder1-0/+25
We keep the old methods available for now to be backward compatible.
2013-06-06get rid of an unneeded %renameMichael Schroeder1-1/+0