Imported Upstream version 0.7.20
[platform/upstream/libsolv.git] / bindings /
2012-11-02 Michael Schroederadd pool_lookup_deltalocation helper so we can change...
2012-11-02 Michael Schroederadd SELECTION_WITH_SOURCE, rename SELECTION_SOURCE...
2012-10-31 Michael Schroederrename SELECTION_MAYBESRC to SELECTION_SOURCE, make...
2012-10-30 Michael Schroedermake marker handling in bindings more flexible
2012-10-30 Michael Schroederfix Selection.solvables() method
2012-10-29 Michael Schroederunify cookie generation for solv/pysolv/rbsolv/p5solv
2012-10-29 Michael Schroederadd pool_selection2str() and use it in the bindings
2012-10-29 Michael Schroederfix selection_limit_rel call for debian nevra match
2012-10-26 Michael Schroederadd pool_job2solvables and selection_solvables
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-10-23 Michael Schroederimplement pool_set_rootdir/REPO_USE_ROOTDIR instead...
2012-10-22 Michael SchroederMerge pull request #19 from nateskulic/master
2012-10-19 nate skulic- add add_rpmdb_root
2012-08-30 Michael Schroeder- add workaround for swig undefing bool
2012-08-10 Ales Kozumpliksolv.i: new perl includes <stdbool.h> and the custom...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-22 Michael Schroeder- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO...
2012-05-30 Michael Schroeder- fix compilation with older python versions
2012-05-29 Michael Schroeder- make bindings work with ruby 1.9
2012-05-21 Michael Schroeder- be a bit more tolerant about FindRuby not setting...
2012-05-03 Michael Schroeder- solv.i: fix typo, make peace with swig-2.0.6
2012-04-02 Michael Schroeder- make sure to link against the lzma library if ENABLE_...
2012-03-30 Michael Schroeder- also support mm/arch in bindings
2012-03-28 Michael Schroeder- incompatible ABI change: switch num over to unsigned...
2012-03-09 Zdeněk PavlasSafer appdata
2012-03-05 Michael Schroeder- also use extrajobflags in bindings
2012-03-02 Michael Schroeder- add idqinst parameter to pool_addfileprovides_queue...
2012-03-02 Michael Schroeder- yet another incompatible change: as everybody seems...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-28 Michael Schroeder- also export solv config to swig, thanks Zdenek Pavlas
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-20 Michael Schroeder- make pool flags private, allow self conflicts for...
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-02-01 Michael Schroeder- rename pool_addfileprovides_ids to pool_addfileprovid...
2012-01-18 Michael Schroeder- add cmake options to only build for some repository...
2012-01-18 Michael Schroeder- add Datapos lookup functions, add lookup_idarray...
2012-01-17 Michael Schroeder- remove duplicate line
2012-01-16 Michael Schroeder- make add_solvable return a XSolvable
2012-01-16 Michael Schroeder- remove access to dependency offsets again, add add_pr...
2012-01-16 Michael SchroederMerge pull request #2 from karelklic/master
2012-01-13 Karel KlicExtend bindings to support creation of custom repositor...
2012-01-11 Michael Schroeder- cleanup bindings example code a bit
2012-01-09 Michael Schroeder- hide solver internals
2011-12-22 Michael Schroeder- make repodata also start with id 1
2011-12-22 Michael Schroeder- INCOMPATIBLE CHANGE: index with repoid (thus pool...
2011-12-22 Michael Schroeder- add solv_strdup(), rename repo_freeallrepos() to...
2011-07-18 Michael Schroeder- build perl bindings with -Wno-nonnull for SLE 11 SP1
2011-07-18 Michael Schroeder- fix build on 64bit and 11.3
2011-07-18 Michael Schroederfix spec
2011-07-14 Michael Schroeder- swig bug: can't overload __str__ in perl, causes...
2011-07-13 Michael Schroeder- add support for bindings creation
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-06-20 Michael Schroeder- change transaction_init to transaction_create, add...
2011-05-24 Michael Schroeder- move bindings into bindings directory