Define SYSTEM_LIBRARIES in main CMakeLists.txt
[platform/upstream/libsolv.git] / src /
2013-03-27 Michael SchroederMerge pull request #26 from dirkmueller/master
2013-03-27 Dirk MuellerSupport aarch64
2013-03-26 Michael SchroederMerge pull request #25 from andreas-schwab/master
2013-03-26 Andreas SchwabFix misuses of memset
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-03-22 Michael Schroederturn splitprovides off when doing the alreadyrecommende...
2013-03-20 Michael Schroederimprove pool_solvable2str output if the evr or arch...
2013-03-06 Michael Schroedercleanup code now that the vendorcheck callback is in...
2013-03-06 Michael Schroederget rid of the ugly policy callbacks while we're breaki...
2013-03-06 Michael Schroedershuffle some ids now that we break the ABI
2013-03-06 Michael Schroederfix dataiterator returning random data in some cases
2013-02-27 Michael Schroederfix test so that we no longer flatten when there's...
2013-02-25 Michael Schroedersupport RPM_ADD_WITH_CHANGELOG in repo_add_rpmdb
2013-02-25 Michael Schroederadd other.xml support to repomd parser
2013-02-12 Michael Schroedercosmetics: always return 0 in selection_make if the...
2013-02-12 Michael Schroederfix stupid typo introduced when refactoring selection_f...
2013-02-05 Michael Schroederfurther optimize solver_reenablepolicyrules
2013-02-04 Michael Schroederoptimize code a bit to make analyze_unsolvable faster
2013-02-04 Michael Schroederdo not call pool_freewhatprovides in pool_add_fileconfl...
2013-02-04 Michael Schroederdon't free obsoletes/obsoetes_data in solver cleanup
2013-02-04 Michael Schroedermake it possible to re-run an existing solver (re-using...
2013-01-15 Michael Schroederdo not ignore disabled/considered flags for src packages
2013-01-14 Michael Schroedertrivial_installable: check vendor of affected package...
2013-01-11 Michael Schroedersupport "pooljobs", fixed jobs set in the pool
2013-01-03 Michael Schroederfix trivial installable requires handling [bnc#795267]
2012-12-18 Michael Schroederdon't access r->p after solver_addrule is called, as...
2012-12-18 Michael Schroedersimplify transaction_obs_pkg a bit
2012-12-17 Michael Schroedercosmetics: fix comments
2012-12-17 Michael Schroederfind_problemrule: don't look at the learnt rule multipl...
2012-12-13 Michael Schroedersmall optimization: make whatprovidesdata + 2 always...
2012-12-10 Michael Schroederimplement special install/erase namespace provides...
2012-12-05 Michael Schroederrename selection_limit to selection_filter, add flags...
2012-12-04 Michael Schroedersupport cleandeps in targeted up/dup cases, add tests
2012-12-03 Michael Schroedermake cleandeps do less reinstalls, fix cleandeps reset bug
2012-12-03 Michael Schroederfix typos in comments, fix queue free
2012-11-30 Michael Schroedersmall optimization for targeted dup
2012-11-30 Michael Schroederanother targeted dup fix, add testcases
2012-11-29 Michael Schroederfree tmp repodata when repo_solv returns an error
2012-11-29 Michael Schroederfix targeted dup, we also have to add the obsoleters...
2012-11-29 Michael Schroederadd SOLVER_TARGETED and SOLVER_FLAG_NO_AUTOTARGET flags
2012-11-29 Michael Schroedersimplify datamatcher code, use datamatcher_checkbasenam...
2012-11-28 Michael Schroederspeed up filelist matching by pre-matching the basename...
2012-11-28 Michael Schroederfurther simplify code: use -1 as 'free' in mapped array...
2012-11-28 Michael Schroederreduce memory by splitting the pages array into two...
2012-11-28 Michael Schroedersimplily repopage handling quite a bit
2012-11-27 Michael Schroederoptimize repopagestore_load_page_range
2012-11-27 Michael Schroedermake FOR_RULELITERALS safe against whatprovides realloc
2012-11-26 Michael Schroeder- save memory in localpool case
2012-11-23 Michael Schroedersupport medianr in lookup_deltalocation, change lookup_...
2012-11-23 Michael Schroederoptimize string handling in repo_add_solv a bit
2012-11-22 Michael Schroedermake sure we have at least id 0 and 1 in a local pool...
2012-11-22 Michael Schroedermore cleanup
2012-11-22 Michael Schroedersmall code cleanups
2012-11-20 Michael Schroedersolver_samerule -> solver_rulecmp
2012-11-20 Michael Schroederdo not add identical choice rules
2012-11-20 Michael Schroedermake FORCEBEST work with targeted up/dup
2012-11-19 Michael Schroederfix typo caught by testcase
2012-11-19 Michael Schroederimplement SOLVER_FORCRBEST for install/up/dup
2012-11-16 Michael Schroederfix policy_is_illegal function. Hmm...
2012-11-16 Michael Schroederdo not reinstall identical packages in targeted update
2012-11-16 Michael Schroederunify update targets list
2012-11-15 Michael Schroederimplement update to specific update targets
2012-11-15 Michael Schroederimplement dup on single packages
2012-11-15 Michael Schroederimprove magic epoch promotion code to work better when...
2012-11-14 Michael Schroederimplement magic epoch promotion for nevra selections
2012-11-13 Michael Schroederfix rpmdbid handling in repo_unset and repo_set_num
2012-11-13 Michael Schroederrefactor a bit
2012-11-13 Michael Schroedersupport REPO_NO_LOCATION, rename "set_deleted" to the...
2012-11-06 Michael Schroederadd repodata_set_deltalocation and use it in the parsers
2012-11-06 Michael Schroederrename repodata_delete to repodata_set_deleted, add...
2012-11-05 Michael SchroederAdd Solvable.Dataiterator constructor, add missing...
2012-11-02 Michael Schroederfix delta location suffix
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-31 Michael Schroederfix .src matching .src and .nosrc packages
2012-10-31 Michael Schroedermake it possible to select src packages via .src or...
2012-10-29 Michael Schroederset SOLVER_SETREPO and SOLVER_SETVENDOR flags in repo...
2012-10-29 Michael Schroederoops, fix selection2str()
2012-10-29 Michael Schroederjoin selection strings with ' + ', not ' | '
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 Schroedersupport SOLVER_SOLVABLE_REPO and SOLVER_SOLVABLE_ALL...
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 Schroederhelp gcc inliner a bit
2012-10-23 Michael Schroedersupport repository:repomd:size, cleanup code a bit
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-18 Michael Schroederfix encoding of big values
2012-10-08 Michael Schroederuse evrid2vrstr inline function
2012-10-08 Michael Schroederadd repodata_set_sourcepkg and solvable_lookup_sourcepk...
2012-10-05 Michael Schroederfix repo_lookup_deparray() corner case when looking...
2012-06-27 Michael Schroeder- revert repo_lookup_checksum change, the ids should...
2012-06-27 Michael Schroeder- check type in lookup_bin_checksum, make it possible...
2012-06-27 Michael Schroeder- put SOLVABLE_PKGID, SOLVABLE_HDRID, SOLVABLE_LEADSIGI...
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- fix typo in repodata_merge_attrs
2012-06-25 Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-06-22 Michael Schroederoops, export pool_setdisttype...
next