Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / examples / rbsolv
2018-11-30 DongHun KwakImported Upstream version 0.6.28 98/194198/1 upstream/0.6.28
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2014-04-03 Michael SchroederINCOMPATIBLE bindings change: modernize Dataiterator...
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-09-20 Michael Schroederbindings: add stringification shortcut for problems
2013-06-07 Michael Schroederbindings consistency: rename new/keptpackages to new...
2013-06-05 Michael Schroederok, no local in current perl code. Also, use ls instead...
2013-06-04 Michael SchroederMake 'dep' attribute in Ruleinfo return an object,...
2013-05-17 Michael Schroederallow SOLVID_META queries through SOLVID_POS
2013-04-24 Michael Schroederuse add_rpmdb_reffp in examples
2013-04-24 Michael Schroederadd SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flag
2013-04-23 Michael Schroederremove "ref" argument from add_rpmdb() in the bindings
2013-02-04 Michael Schroederreuse solver in examples
2012-12-06 Michael Schroedercosmetics: print number of problems in examples
2012-12-05 Michael SchroederAdd Dep.Rel() method and a couple of Selection constructors
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-11-27 Michael Schroedercleanup example code
2012-11-27 Michael SchroederSelection: rename addsimple method to add_raw in the...
2012-11-26 Michael SchroederAlready use LOCALPOOL when converting filelist/language...
2012-11-21 Michael Schroederuse "isemptyupdate" method to check for updates with...
2012-11-16 Michael Schroederdon't write incomplete repos in "solv", like with py...
2012-11-05 Michael Schroedermore swig trickery: add a "DepId" type that can take...
2012-11-02 Michael Schroedermake FILE objects autoclose the fd in the destructor
2012-11-02 Michael Schroedermake pool.setarch() do the right thing
2012-11-02 Michael Schroederget rid of the ugly load_if_changed method
2012-11-02 Michael Schroedersmall cleanup: move incomplete check into writecachedrepo
2012-10-30 Michael Schroederbeautify examples a bit
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
2012-10-29 Michael Schroederfix autorefresh flag in pysolv, support metadata_expire...
2012-10-25 Michael Schroeder- retabify (untabify for pysolv)
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-08 Michael Schroederonly call add_products if the method exists
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-01-18 Michael Schroeder- add Datapos lookup functions, add lookup_idarray...
2012-01-13 Michael Schroeder- add dup versions for the allow* flags, make dup autom...
2012-01-11 Michael Schroeder- cleanup bindings example code a bit
2012-01-10 Michael Schroeder- change splitprovides so that they only work on packag...
2012-01-09 Michael Schroeder- hide solver internals
2011-07-13 Michael Schroeder- add support for bindings creation
2011-05-02 Michael Schroeder- commit current state of binding and examples
2011-03-16 Michael Schroeder- finish rbsolv
2011-03-16 Michael Schroeder- finish rbsolv repository handling
2011-03-16 Michael Schroeder- added TransactionClass, more rbsolv porting
2011-03-15 Michael Schroederrbsolv: implement repo download and load callback
2011-03-14 Michael Schroeder- more ruby code, better array handling in solv.i
2011-03-10 Michael Schroederstart ruby bindings and example solver