aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/boost/boosttesttreeitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-9/+5
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-4/+6
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-5/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-6/+6
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-4/+4
* Autotest: some FilePath::toFileInfo cleanupDavid Schulz2021-06-101-2/+2
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-9/+6
* AutoTest: Free TestTreeItem from CppTools dependencyBernhard Beschow2021-04-121-3/+10
* AutoTest: Improve type safety in TestParseResultBernhard Beschow2021-02-041-1/+1
* AutoTest: Introduce ITestToolChristian Stenger2020-11-161-5/+4
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-8/+8
* AutoTest: Introduce ITestTreeItemChristian Stenger2020-11-161-1/+1
* AutoTest: Use base of framework inside TestTreeItemChristian Stenger2020-11-091-1/+2
* AutoTest: Improve matching test results to tree itemChristian Stenger2020-09-251-3/+3
* AutoTest: Support gathering failed testsChristian Stenger2020-09-161-3/+18
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-5/+5
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-1/+1
* AutoTest: Fix enabled state of framework rootChristian Stenger2020-03-091-0/+3
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-0/+6
|\
| * AutoTest: Fix handling of parameterized boost testsChristian Stenger2019-10-171-0/+6
* | AutoTest: Fix gathering Boost test casesChristian Stenger2019-10-231-12/+16
|/
* AutoTest: Add support for templated boost testsChristian Stenger2019-06-071-3/+14
* AutoTest: Add basic boost test supportChristian Stenger2019-05-201-0/+354