Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | Imported Upstream version 0.6.11upstream/0.6.11 | DongHun Kwak | 2 | -11/+3 | |
Change-Id: Ia7fcc570c551205421c68cc6feb2ecfd3c97e149 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.7upstream/0.6.7 | DongHun Kwak | 2 | -8/+9 | |
Change-Id: I4903b1e04cf23c0c38f633e48a06732764ee6444 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2016-10-27 | Imported Upstream version 0.6.6upstream/0.6.6 | DongHun Kwak | 42 | -34/+1707 | |
Change-Id: I39261d63e28e2f057203bd11bd6b1cbb83523fab Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com> | |||||
2014-05-15 | add the SOLVER_FLAG_FOCUS_INSTALLED solver flag | Michael Schroeder | 1 | -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-04 | more swig trickery: automaticall free the pool, add a disown method | Michael Schroeder | 2 | -9/+35 | |
2014-04-03 | INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classes | Michael Schroeder | 2 | -91/+175 | |
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-26 | support SOLVER_FLAG_DUP_ALLOW* flags in solver_set_flags and bindings | Michael Schroeder | 2 | -6/+39 | |
2014-03-04 | bindings: make Dataterator match/flags optional | Michael Schroeder | 2 | -6/+84 | |
Also document the solvable.Dataiterator method. | |||||
2014-01-21 | update constantids. | Michael Schroeder | 2 | -11/+27 | |
2014-01-21 | document describe_decision | Michael Schroeder | 2 | -14/+135 | |
2014-01-09 | add identical and evrcmp methods for solvables | Michael Schroeder | 2 | -2/+48 | |
2013-10-15 | Deprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION. Fix spelling bugs. | Michael Schroeder | 2 | -16/+16 | |
2013-09-24 | fix unbalanced === | Michael Schroeder | 2 | -2/+2 | |
2013-09-24 | fix two small glitches in xcode filter | Michael Schroeder | 2 | -10/+11 | |
2013-09-20 | bindings: add stringification shortcut for problems | Michael Schroeder | 6 | -14/+38 | |
Also fixes bugs in the rbsolv example. | |||||
2013-08-21 | add unset() method for solvables | Michael Schroeder | 2 | -3/+25 | |
2013-07-02 | fix spelling errors | Michael Schroeder | 2 | -11/+11 | |
2013-06-18 | minor docu fixes | Michael Schroeder | 2 | -10/+10 | |
2013-06-14 | finish libsolv-pool manpage | Michael Schroeder | 8 | -554/+677 | |
2013-06-14 | bindings: add pool.errstr, make add_rpm/... return Solvable objects | Michael Schroeder | 2 | -72/+94 | |
2013-06-13 | start with the libsolv-pool manpage | Michael Schroeder | 4 | -4/+2046 | |
2013-06-13 | fix archpolicy handling of '>' | Michael Schroeder | 1 | -1/+1 | |
2013-06-12 | add a section about pointer validity | Michael Schroeder | 2 | -2/+39 | |
2013-06-11 | the manpage generator automatically capitalizes... | Michael Schroeder | 9 | -68/+72 | |
2013-06-10 | install manpages | Michael Schroeder | 4 | -2/+9 | |
2013-06-10 | spellcheck | Michael Schroeder | 9 | -90/+98 | |
2013-06-07 | rename old libsolv doc to libsolv-history | Michael Schroeder | 4 | -177/+255 | |
2013-06-07 | make REPOSITORY_REVISION a simple string | Michael Schroeder | 3 | -8/+9 | |
2013-06-07 | add libsolv-constantids manpage | Michael Schroeder | 3 | -1/+1578 | |
2013-06-07 | bindings consistency: rename new/keptpackages to new/keptsolvables | Michael Schroeder | 2 | -18/+18 | |
We keep the old methods available for now to be backward compatible. | |||||
2013-06-06 | finish bindings documentation. Hooray! | Michael Schroeder | 3 | -143/+670 | |
2013-06-05 | adapt to modern perl and use barewords for hash keys | Michael Schroeder | 3 | -143/+145 | |
2013-06-05 | document that swig's stringifcation for perl does not work | Michael Schroeder | 1 | -7/+7 | |
2013-06-04 | document the Repodata and Repopos classes a bit | Michael Schroeder | 2 | -4/+627 | |
2013-06-04 | forgot to run run manpage converter... | Michael Schroeder | 1 | -27/+44 | |
2013-06-04 | Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr ↵ | Michael Schroeder | 1 | -14/+23 | |
attributes to TransactionClass and remove old fromdep()/todep() methods | |||||
2013-06-04 | Document Transaction and Transactionclass | Michael Schroeder | 2 | -2/+774 | |
2013-06-04 | add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviour | Michael Schroeder | 2 | -6/+16 | |
Sigh. I hope that's the last time rpm changes the way it handles obsoletes. | |||||
2013-06-03 | document Solver, Problem, Rule, Ruleinfo, Solution, Solutionelement classes | Michael Schroeder | 2 | -8/+1490 | |
2013-06-03 | document POOL_FLAG_ADDFILEPROVIDESFILTERED | Michael Schroeder | 2 | -2/+14 | |
2013-05-28 | document the update target annomaly | Michael Schroeder | 2 | -3/+16 | |
2013-05-28 | document Selection and Job classes | Michael Schroeder | 2 | -6/+884 | |
2013-05-28 | document Dataiterator and Datamatch | Michael Schroeder | 2 | -20/+548 | |
2013-05-27 | define and document the pool flags | Michael Schroeder | 2 | -0/+92 | |
2013-05-27 | add documentation for the Solvable class | Michael Schroeder | 2 | -6/+573 | |
2013-05-17 | update bindings documentation | Michael Schroeder | 2 | -314/+215 | |
2013-05-16 | fix ruby class methods in doc | Michael Schroeder | 2 | -8/+8 | |
2013-05-16 | start with the bindings documentation | Michael Schroeder | 6 | -100/+3376 | |
2011-10-21 | libsolv: doc updates | Jan Engelhardt | 1 | -45/+30 | |
doc: write style * avoid use of contracted forms * remove extra paragraph above .SSs * grammar fixes Signed-off-by: Michael Schroeder <mls@suse.de> | |||||
2011-05-24 | add libsolv.3 man page | Michael Schroeder | 1 | -0/+119 | |