summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/projectupdater-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove ClangRefactoring and ClangPchManagerEike Ziller2021-06-151-542/+0
* CppTools: "CLANG-UPGRADE-CHECK: Update known language features macros."Alessandro Portale2020-11-181-0/+1
* clang: Fix include/resource dir confusionChristian Kandeler2020-08-241-3/+3
* UnitTests: Add return value to mock functionMarco Bubke2019-08-271-1/+1
* Clang: Reduce database accessesMarco Bubke2019-08-271-11/+60
* Clang: Bulk add project file paths to databaseMarco Bubke2019-08-271-0/+17
* Unittest: Fix compileChristian Stenger2019-07-241-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-181-1/+1
|\
| * Fix projectupdater unit testhjk2019-06-171-1/+1
* | Enable macro editing for the Clang indexerMarco Bubke2019-06-131-7/+37
|/
* Clang: Filter macro QT_TESTCASE_BUILDDIR outMarco Bubke2019-06-051-0/+8
* Fix projectupdater-test.cpp after FileName changeshjk2019-05-281-1/+1
* Clang: Fix system pre include search pathMarco Bubke2019-04-291-1/+0
* ClangPchManager: Remove target tripleMarco Bubke2019-04-291-2/+0
* CppTools: Add pre system include search path per projectMarco Bubke2019-04-231-10/+21
* Clang: Fix build with clang-8Ivan Donchevskii2019-04-171-0/+1
* UnitTests: More QString fixesMarco Bubke2019-04-081-57/+62
* Clang: Improve project part updatingMarco Bubke2019-04-011-12/+48
* ClangPchManager: Show extra progress for dependency buildingMarco Bubke2019-02-221-2/+4
* ClangPchManager: Do not build pch and index inactive project partsIvan Donchevskii2019-02-191-6/+17
* PchManager: Split pch tasks in project and system pch tasksMarco Bubke2019-01-211-10/+117
* ClangPchManager: Add UsedMacroFilterMarco Bubke2018-12-031-4/+4
* Clang: Add progress bars for creating PCHs and indexingMarco Bubke2018-10-081-1/+3
* Clang: Reuse thread based pipeline for pch creationMarco Bubke2018-09-241-6/+4
* ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-3/+3
* ClangRefactoring: Fix project part idMarco Bubke2018-09-121-4/+7
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-5/+5
* ClangRefactoring: Integrate generated filesMarco Bubke2018-08-141-19/+78
* ClangRefactoring: Move generated files to own messagesMarco Bubke2018-08-081-2/+13
* Clang: Use PCHs for indexingMarco Bubke2018-03-221-12/+14
* Clang: Check if the include search path has changedMarco Bubke2018-02-221-0/+21
* Clang: Introduce CompilerMacroMarco Bubke2018-02-151-3/+3
* Clang: Rename defineName in macroNameMarco Bubke2018-02-011-2/+2
* Clang: Add defineName to ProjectPartMarco Bubke2018-02-011-0/+3
* Clang: On the road to update and preprocessor supportMarco Bubke2018-01-291-19/+38
* CppTools: merge CompilerOptionsBuilder with Clang oneIvan Donchevskii2017-10-231-2/+2
* Clang: Add Symbol IndexingMarco Bubke2017-09-141-5/+6
* Utils: Convert to SmallStringView for comparisonMarco Bubke2017-08-291-7/+7
* Clang: Improve speed by content generationMarco Bubke2017-02-161-7/+2
* Clang: Handle generated filesMarco Bubke2017-02-011-6/+19
* Clang: Add ClangPchManagerMarco Bubke2017-01-301-0/+140