Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / bindings / solv.i
2012-05-03 Michael Schroeder- solv.i: fix typo, make peace with swig-2.0.6
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-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- fix build on 64bit and 11.3
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