aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Remove unused variablesChristian Stenger2023-11-231-1/+0
* AutoTest: Speed up scanning for testsChristian Stenger2023-09-081-0/+26
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-5/+5
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-2/+2
* AutoTest: Further optimize TestCodeParser::scanForTests()Jarek Kobus2023-04-251-1/+1
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-9/+9
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-7/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-8/+8
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
* AutoTest: Guard simultaneous access to header cacheEike Ziller2021-07-071-0/+3
* AutoTest: Cache PCH lookupsChristian Stenger2021-06-081-7/+25
* AutoTest: Take precompiled headers into accountChristian Stenger2021-06-071-0/+37
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-9/+6
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-2/+5
* AutoTest: Use working copy of own parserBernhard Beschow2021-01-221-6/+3
* AutoTest: Use ITestFramework * instead of its id in some caseshjk2020-03-161-1/+2
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-2/+0
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Autotest: extract cpp document lookup into cpp test parserDavid Schulz2019-05-131-0/+5
* AutoTest: Adapt to changed handling of CppToolsChristian Stenger2018-02-231-0/+1
* AutoTest: Fix wrong behavior when rescan is triggeredChristian Stenger2018-01-161-1/+2
* AutoTest: Modernize codeChristian Stenger2017-02-171-1/+1
* AutoTest: Avoid fetching WorkingCopy from multiple threadsChristian Stenger2016-06-201-0/+80