summaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)AuthorFilesLines
2013-02-07import 0.2.4 from tarAnas Nashif1-0/+44
2012-12-10implement special install/erase namespace provides hackMichael Schroeder1-0/+1
2012-12-05Add Dep.Rel() method and a couple of Selection constructorsMichael Schroeder1-0/+55
2012-12-05rename selection_limit to selection_filter, add flags to make selection_make ...Michael Schroeder1-4/+7
2012-12-04support cleandeps in targeted up/dup cases, add testsMichael Schroeder1-1/+5
2012-11-27fix EXTEND calls in perl bindingsMichael Schroeder1-3/+3
2012-11-27Selection: rename addsimple method to add_raw in the bindingsMichael Schroeder1-1/+1
2012-11-23support medianr in lookup_deltalocation, change lookup_location to return med...Michael Schroeder1-2/+2
2012-11-15implement update to specific update targetsMichael Schroeder1-0/+6
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-1/+2
2012-11-05add generic Solvable.add_deparray method to bindingsMichael Schroeder1-2/+16
2012-11-05more swig trickery: add a "DepId" type that can take a Dep pointer or an IdMichael Schroeder1-44/+46
2012-11-05do some wild swig trickery instead of relying on undocumented glibc functionsMichael Schroeder1-27/+81
2012-11-05Add Solvable.Dataiterator constructor, add missing SEARCH_ definitions, add D...Michael Schroeder1-3/+18
2012-11-02make FILE objects autoclose the fd in the destructorMichael Schroeder1-13/+35
2012-11-02make pool.setarch() do the right thingMichael Schroeder1-1/+10
2012-11-02add pool_lookup_deltalocation helper so we can change the way the location is...Michael Schroeder1-1/+23
2012-11-02add SELECTION_WITH_SOURCE, rename SELECTION_SOURCE to SELECTION_SOURCE_ONLYMichael Schroeder1-1/+2
2012-10-31rename SELECTION_MAYBESRC to SELECTION_SOURCE, make it just select src/nosrc ...Michael Schroeder1-0/+1
2012-10-30make marker handling in bindings more flexibleMichael Schroeder1-12/+20
2012-10-30fix Selection.solvables() methodMichael Schroeder1-1/+1
2012-10-29unify cookie generation for solv/pysolv/rbsolv/p5solvMichael Schroeder1-0/+9
2012-10-29add pool_selection2str() and use it in the bindingsMichael Schroeder1-5/+5
2012-10-29fix selection_limit_rel call for debian nevra matchMichael Schroeder1-2/+1
2012-10-26add pool_job2solvables and selection_solvablesMichael Schroeder1-22/+10
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder1-2/+113
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-30/+19
2012-10-19- add add_rpmdb_rootnate skulic1-0/+6
2012-08-30- add workaround for swig undefing boolMichael Schroeder1-0/+5
2012-08-10solv.i: new perl includes <stdbool.h> and the custom typedefs cause gcc errors.Ales Kozumplik1-4/+1
2012-06-22- add ENABLE_BZIP2_COMPRESSION and ENABLE_CUDFREPO to support some cudf testsMichael Schroeder1-0/+3
2012-05-30- fix compilation with older python versionsMichael Schroeder1-1/+2
2012-05-29- make bindings work with ruby 1.9Michael Schroeder1-2/+10
2012-05-21- be a bit more tolerant about FindRuby not setting RUBY_VENDORARCH_DIRMichael Schroeder1-3/+3
2012-05-03- solv.i: fix typo, make peace with swig-2.0.6Michael Schroeder1-4/+4
2012-04-02- make sure to link against the lzma library if ENABLE_LZMA_COMPRESSION is setMichael Schroeder1-0/+3
2012-03-30- also support mm/arch in bindingsMichael Schroeder1-0/+25
2012-03-28- incompatible ABI change: switch num over to unsigned long long and store si...Michael Schroeder1-2/+2
2012-03-09Safer appdataZdeněk Pavlas1-1/+1
2012-03-05- also use extrajobflags in bindingsMichael Schroeder1-3/+4
2012-03-02- add idqinst parameter to pool_addfileprovides_queue so that it can also ret...Michael Schroeder1-1/+1
2012-03-02- yet another incompatible change: as everybody seems to use repo_write_stdke...Michael Schroeder1-3/+3
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-3/+3
2012-02-28- also export solv config to swig, thanks Zdenek PavlasMichael Schroeder3-3/+3
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder1-1/+1
2012-02-20- make pool flags private, allow self conflicts for rpm, add pool_set/get_flagsMichael Schroeder2-0/+8
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-30/+35
2012-02-01- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...Michael Schroeder1-7/+2
2012-01-18- add cmake options to only build for some repository typesMichael Schroeder1-21/+35
2012-01-18- add Datapos lookup functions, add lookup_idarray/deparray for XSolvablesMichael Schroeder1-0/+84