summaryrefslogtreecommitdiff
path: root/doc/libsolv-bindings.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.0upstream/0.7.0DongHun Kwak1-21/+56
2018-12-04Imported Upstream version 0.6.35upstream/0.6.35DongHun Kwak1-1/+21
Change-Id: Ib7359aa10c08c1469105fbd6a82ea922f46f8b51 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.33upstream/0.6.33DongHun Kwak1-2/+9
Change-Id: I87909fa92d6ffc652ed1fd963141f2ea08ab4e2d Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.31upstream/0.6.31DongHun Kwak1-13/+105
Change-Id: I6009e95508e9937392b83a003dab4f30cf3a9b1b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.29upstream/0.6.29DongHun Kwak1-12/+33
Change-Id: I9bac0213cb8a171344b94297e08c1c52595c0abe Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.28upstream/0.6.28DongHun Kwak1-0/+12
Change-Id: I7eea26ff3eb092805c915018606cc185fa47e21f Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak1-6/+38
Change-Id: I4c41182d0968927b2dc78980b41c0b7c2e931a4a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.21upstream/0.6.21DongHun Kwak1-0/+10
Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-21/+21
Change-Id: Ifaa897b8285aab537e27433f14a18f11a4817c17 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-0/+5
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-4/+78
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.6upstream/0.6.6DongHun Kwak1-13/+13
Change-Id: I39261d63e28e2f057203bd11bd6b1cbb83523fab Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-0/+15
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-04more swig trickery: automaticall free the pool, add a disown methodMichael Schroeder1-5/+16
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder1-45/+73
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-26support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindingsMichael Schroeder1-3/+16
2014-03-04bindings: make Dataterator match/flags optionalMichael Schroeder1-2/+26
Also document the solvable.Dataiterator method.
2014-01-21document describe_decisionMichael Schroeder1-6/+55
2014-01-09add identical and evrcmp methods for solvablesMichael Schroeder1-0/+16
2013-09-24fix unbalanced ===Michael Schroeder1-1/+1
2013-09-20bindings: add stringification shortcut for problemsMichael Schroeder1-0/+9
Also fixes bugs in the rbsolv example.
2013-08-21add unset() method for solvablesMichael Schroeder1-0/+7
2013-07-02fix spelling errorsMichael Schroeder1-5/+5
2013-06-14finish libsolv-pool manpageMichael Schroeder1-353/+352
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-35/+42
2013-06-13start with the libsolv-pool manpageMichael Schroeder1-1/+1
2013-06-11the manpage generator automatically capitalizes...Michael Schroeder1-27/+27
2013-06-10install manpagesMichael Schroeder1-1/+1
2013-06-10spellcheckMichael Schroeder1-33/+33
2013-06-07add libsolv-constantids manpageMichael Schroeder1-1/+1
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder1-8/+8
We keep the old methods available for now to be backward compatible.
2013-06-06finish bindings documentation. Hooray!Michael Schroeder1-77/+258
2013-06-05adapt to modern perl and use barewords for hash keysMichael Schroeder1-67/+67
2013-06-05document that swig's stringifcation for perl does not workMichael Schroeder1-7/+7
2013-06-04document the Repodata and Repopos classes a bitMichael Schroeder1-2/+221
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr ↵Michael Schroeder1-14/+23
attributes to TransactionClass and remove old fromdep()/todep() methods
2013-06-04Document Transaction and TransactionclassMichael Schroeder1-1/+304
2013-06-04add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviourMichael Schroeder1-3/+8
Sigh. I hope that's the last time rpm changes the way it handles obsoletes.
2013-06-03document Solver, Problem, Rule, Ruleinfo, Solution, Solutionelement classesMichael Schroeder1-4/+608
2013-06-03document POOL_FLAG_ADDFILEPROVIDESFILTEREDMichael Schroeder1-0/+7
2013-05-28document the update target annomalyMichael Schroeder1-2/+11
2013-05-28document Selection and Job classesMichael Schroeder1-2/+384
2013-05-28document Dataiterator and DatamatchMichael Schroeder1-10/+202
2013-05-27define and document the pool flagsMichael Schroeder1-0/+51
2013-05-27add documentation for the Solvable classMichael Schroeder1-2/+188
2013-05-17update bindings documentationMichael Schroeder1-260/+194
2013-05-16fix ruby class methods in docMichael Schroeder1-4/+4
2013-05-16start with the bindings documentationMichael Schroeder1-0/+1150