Imported Upstream version 0.7.8
[platform/upstream/libsolv.git] / ext / testcase.c
2020-11-27 DongHun KwakImported Upstream version 0.7.8 upstream/0.7.8
2020-11-27 DongHun KwakImported Upstream version 0.7.7 upstream/0.7.7
2019-09-10 DongHun KwakImported Upstream version 0.7.5 upstream/0.7.5
2019-09-10 DongHun KwakImported Upstream version 0.7.4 upstream/0.7.4
2019-09-10 DongHun KwakImported Upstream version 0.7.3 upstream/0.7.3
2019-09-10 DongHun KwakImported Upstream version 0.7.2 upstream/0.7.2
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2019-09-10 DongHun KwakImported Upstream version 0.6.36 upstream/0.6.36
2018-11-30 DongHun KwakImported Upstream version 0.6.31 01/194201/1 upstream/0.6.31
2018-11-30 DongHun KwakImported Upstream version 0.6.30 00/194200/1 upstream/0.6.30
2018-11-30 DongHun KwakImported Upstream version 0.6.29 99/194199/1 upstream/0.6.29
2018-11-30 DongHun KwakImported Upstream version 0.6.28 98/194198/1 upstream/0.6.28
2018-11-30 DongHun KwakImported Upstream version 0.6.27 97/194197/1 upstream/0.6.27
2018-11-30 DongHun KwakImported Upstream version 0.6.25 95/194195/1 upstream/0.6.25
2018-11-30 DongHun KwakImported Upstream version 0.6.24 94/194194/1 upstream/0.6.24
2016-10-27 DongHun KwakImported Upstream version 0.6.23 22/94122/1 upstream/0.6.23
2016-10-27 DongHun KwakImported Upstream version 0.6.21 20/94120/1 upstream/0.6.21
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.15 14/94114/1 upstream/0.6.15
2016-10-27 DongHun KwakImported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.9 08/94108/1 upstream/0.6.9
2016-10-27 DongHun KwakImported Upstream version 0.6.5 04/94104/1 upstream/0.6.5
2014-05-15 Michael Schroederadd the SOLVER_FLAG_FOCUS_INSTALLED solver flag
2014-04-16 Michael Schroederadd KEEP_ORPHANS and BREAK_ORPHANS solver flags
2014-04-07 Michael Schroedersupport "notbyuser" in testcases
2014-03-31 Michael Schroedersupport new dupallow flags in testcases (thanks Honza)
2014-03-05 Michael Schroedertestcase: support filtering in unneeded check, support...
2014-02-12 Michael Schroederrefactor testcase_str2dep
2014-02-03 Michael Schroedertestcase: support "haiku" disttype
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2014-01-08 Michael Schroederfix a couple of minor problems found with cppcheck
2013-11-14 Michael SchroederCreate a real type for a checksum handle
2013-10-18 Michael Schroedersupport :any in testcases
2013-10-16 Michael Schroederremove trailing whitespace
2013-09-20 Michael Schroedersplit DEP_PRE into DEP_PRE_IN and DEP_PRE_UN
2013-07-05 Michael Schroederfix testcase handling of haiku's compat deps
2013-07-01 Michael Schroedersupport haiku's compat deps in the testcase parser
2013-06-13 Michael Schroederfix archpolicy handling of '>'
2013-06-04 Michael Schroederadd POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the...
2013-06-03 Michael Schroederadd POOL_FLAG_ADDFILEPROVIDESFILTERED option to make...
2013-04-26 Michael Schroederbring libsolv in line with currrent rpm's multiversion...
2013-04-19 Michael SchroederMerge pull request #29 from weinhold/upstream
2013-04-18 Ingo WeinholdHaiku: The notation for the pre-release version part...
2013-04-17 Michael Schroedermake sure releases start numeric for haiku
2013-03-22 Michael Schroederrename "NOOBSOLETES" to "MULTIVERSION"
2013-02-28 Michael Schroederrefactor a bit, add possibility to test the selection...
2012-12-11 Michael Schroedersupport special namespace privides install/erase jobs...
2012-11-30 Michael Schroederanother targeted dup fix, add testcases
2012-11-29 Michael Schroederadd SOLVER_FLAG_NO_AUTOTARGET to testcase code
2012-11-19 Michael Schroederimplement '--best' in solv demo
2012-06-27 Michael SchroederMerge pull request #15 from akozumpl/pullreq
2012-06-25 Michael Schroeder- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)
2012-06-22 Michael Schroeder- set disttype before setting the architecture so that...
2012-06-22 Michael Schroeder- name sure to record all namespace ids in testcases
2012-06-22 Michael Schroeder- fix testcase writing bugs
2012-04-13 Michael Schroeder- rename "susetags" in testcases to "testtags", because...
2012-04-13 Michael Schroeder- support <inline> repositories (because we can), fix...
2012-04-11 Michael Schroeder- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcases
2012-03-26 Michael Schroeder- add "allownamechange" flag for completeness
2012-03-23 Michael Schroeder- don't call pool_solvid2str in testcase_solvid2str
2012-03-22 Michael Schroeder- support distepoch handling in release, used by the...
2012-03-13 Michael Schroeder- silence gcc -Wformat
2012-03-09 Michael Schroeder- use our own susetags parser, even if ENABLE_SUSEREPO...
2012-03-01 Michael Schroeder- rename repo_add_solv_flags to repo_add_solv. Should...
2012-02-29 Michael Schroeder- fix argc comparison
2012-02-29 Michael Schroedersupport RESULT_UNNEEDED in testcases
2012-02-24 Michael Schroeder- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to...
2012-02-22 Michael Schroeder- also put poolflags in testcases, support <inline...
2012-02-22 Michael Schroeder- support testcases with multiple solver jobs
2012-02-21 Michael Schroeder- allow <> dep in susetags, special case pattern: in...
2012-02-20 Michael Schroeder- fix testcasedir handling
2012-02-20 Michael Schroeder- fix copy&paste error
2012-02-20 Michael Schroeder- make file list conversion twice as fast by adding...
2012-02-16 Michael Schroeder- fix filelist handling in repo_susetags and testcase
2012-02-15 Michael Schroeder- commit current state of testcase
2012-02-14 Michael Schroeder- commit current state of testcase support
2012-02-09 Michael Schroeder- start testcase reading/writing support