summaryrefslogtreecommitdiff
path: root/ext/testcase.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.20upstream/0.6.20DongHun Kwak1-0/+17
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-1/+1
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak1-12/+13
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak1-3/+4
2016-10-27Imported Upstream version 0.6.11upstream/0.6.11DongHun Kwak1-11/+226
2016-10-27Imported Upstream version 0.6.9upstream/0.6.9DongHun Kwak1-210/+458
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-2/+38
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder1-0/+1
2014-04-16add KEEP_ORPHANS and BREAK_ORPHANS solver flagsMichael Schroeder1-0/+2
2014-04-07support "notbyuser" in testcasesMichael Schroeder1-0/+1
2014-03-31support new dupallow flags in testcases (thanks Honza)Michael Schroeder1-0/+4
2014-03-05testcase: support filtering in unneeded check, support setting of result flag...Michael Schroeder1-14/+42
2014-02-12refactor testcase_str2depMichael Schroeder1-15/+46
2014-02-03testcase: support "haiku" disttypeMichael Schroeder1-0/+1
2014-01-08fix a couple of minor problems found with cppcheckMichael Schroeder1-1/+3
2013-11-14Create a real type for a checksum handleMichael Schroeder1-3/+3
2013-10-18support :any in testcasesMichael Schroeder1-0/+5
2013-10-16remove trailing whitespaceMichael Schroeder1-13/+13
2013-09-20split DEP_PRE into DEP_PRE_IN and DEP_PRE_UNMichael Schroeder1-0/+1
2013-07-05fix testcase handling of haiku's compat depsMichael Schroeder1-7/+13
2013-07-01support haiku's compat deps in the testcase parserMichael Schroeder1-4/+9
2013-06-13fix archpolicy handling of '>'Michael Schroeder1-3/+10
2013-06-04add POOL_FLAG_IMPLICITOBSOLETEUSESCOLORS to match the current rpm behaviourMichael Schroeder1-0/+1
2013-06-03add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides onl...Michael Schroeder1-0/+1
2013-04-26bring libsolv in line with currrent rpm's multiversion handlingMichael Schroeder1-0/+1
2013-04-18Haiku: The notation for the pre-release version part changedIngo Weinhold1-3/+0
2013-04-17make sure releases start numeric for haikuMichael Schroeder1-0/+3
2013-03-22rename "NOOBSOLETES" to "MULTIVERSION"Michael Schroeder1-1/+2
2013-02-28refactor a bit, add possibility to test the selection codeMichael Schroeder1-50/+156
2012-12-11support special namespace privides install/erase jobs in testcasesMichael Schroeder1-1/+19
2012-11-30another targeted dup fix, add testcasesMichael Schroeder1-0/+1
2012-11-29add SOLVER_FLAG_NO_AUTOTARGET to testcase codeMichael Schroeder1-2/+3
2012-11-19implement '--best' in solv demoMichael Schroeder1-0/+1
2012-06-25- add SOLVER_ORUPDATE and SOLVER_FORCEBEST (see solver.h)Michael Schroeder1-0/+2
2012-06-22- set disttype before setting the architecture so that the noarch id is correctMichael Schroeder1-4/+5
2012-06-22- name sure to record all namespace ids in testcasesMichael Schroeder1-2/+3
2012-06-22- fix testcase writing bugsMichael Schroeder1-3/+33
2012-04-13- rename "susetags" in testcases to "testtags", because we just support a sub...Michael Schroeder1-7/+6
2012-04-13- support <inline> repositories (because we can), fix mem leakMichael Schroeder1-74/+123
2012-04-11- support SOLVER_FLAG_KEEP_EXPLICIT_OBSOLETES in testcasesMichael Schroeder1-0/+1
2012-03-26- add "allownamechange" flag for completenessMichael Schroeder1-0/+1
2012-03-23- don't call pool_solvid2str in testcase_solvid2strMichael Schroeder1-3/+7
2012-03-22- support distepoch handling in release, used by the M&M distrosMichael Schroeder1-0/+1
2012-03-13- silence gcc -WformatMichael Schroeder1-3/+3
2012-03-09- use our own susetags parser, even if ENABLE_SUSEREPO is set.Michael Schroeder1-18/+2
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-0/+6
2012-02-29- fix argc comparisonMichael Schroeder1-1/+1
2012-02-29support RESULT_UNNEEDED in testcasesMichael Schroeder1-0/+14
2012-02-24- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...Michael Schroeder1-1/+1
2012-02-22- also put poolflags in testcases, support <inline> resultsMichael Schroeder1-26/+144