aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/clangsupport
Commit message (Expand)AuthorAgeFilesLines
* Fix build of Clang code model and CppEditor with Qt 6Eike Ziller2020-09-212-1/+2
* Clang 10 build fixCristian Adam2020-09-102-2/+2
* clang: Fix include/resource dir confusionChristian Kandeler2020-08-241-1/+1
* Some Qt6 portinghjk2020-07-221-1/+1
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-07-013-0/+9
|\
| * ClangRefactoring: Remove not used pch filesMarco Bubke2020-06-303-0/+9
* | ClangCodeModel: Do not offer dubious fix-itChristian Kandeler2020-06-111-0/+6
* | Merge remote-tracking branch 'origin/qds-1.59'Eike Ziller2020-06-081-9/+7
|\|
| * Sqlite: Improve constraint supportMarco Bubke2020-05-141-9/+7
* | ClangCodeModel: Show value in tool tips, if possibleChristian Kandeler2020-05-261-0/+6
* | CMake: copy clang and resource files only if necessaryAlexis Murzeau2020-05-111-20/+6
|/
* CMake build: Fix copying of Clang headers to buildEike Ziller2020-05-061-4/+1
* CMake build: export less generic public includesEike Ziller2020-04-241-0/+2
* Work around QLocalSocket::error deprecationhjk2020-02-192-2/+16
* CMake Build: Exclude Dependencies component from ALLCristian Adam2020-02-131-0/+3
* CMake Build: Use install component DependenciesCristian Adam2020-02-121-4/+7
* CMake Build: Fix clang binaries installation on LinuxCristian Adam2020-02-071-8/+21
* CMake Build: Proper handling of clang include / binary directoriesCristian Adam2020-02-071-2/+42
* ClangSupport: Fix memory leakChristian Kandeler2020-01-221-0/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* ClangSupport: Clean up destructorsTobias Hunger2019-12-0510-28/+4
* ClangSupport: Delete move constructor/assignment operatorTobias Hunger2019-12-051-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-3/+3
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-3/+3
* | Fix CMake build by adding missing library dependenciesMilian Wolff2019-08-301-0/+1
* | ClangSupport: Fix missing overridesEike Ziller2019-08-282-2/+2
* | Clang: Fix iterator mismatchMarco Bubke2019-08-271-1/+1
* | ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-272-6/+7
* | Clang: Reduce database accessesMarco Bubke2019-08-2710-35/+89
* | CLang: Add ProjectPartNameIdMarco Bubke2019-08-272-0/+56
* | Clang: Make ProjectPartId StringCache friendlyMarco Bubke2019-08-271-0/+18
* | CLang: Improve locking in StringCacheMarco Bubke2019-08-271-11/+36
* | Clang: Move StringCacheEntry in extra fileMarco Bubke2019-08-273-16/+53
* | Clang: Bulk add project file paths to databaseMarco Bubke2019-08-275-6/+33
* | Clang: Improve file path cacheMarco Bubke2019-08-273-14/+104
* | Clang: Use no mutex in copyable file path cacheMarco Bubke2019-08-273-15/+45
* | Clang: Optimize file path cacheMarco Bubke2019-08-278-138/+190
* | Clang: Sort file path idsMarco Bubke2019-08-271-0/+2
* | ClangPchManager: Watch unchanged PCHsMarco Bubke2019-08-273-3/+31
* | Clang: Add fetchTimeStamps to PrecompiledHeaderStorageMarco Bubke2019-08-271-0/+13
* | Clang: Improve updating of PCHsMarco Bubke2019-08-272-20/+17
* | Clang: Remove reset from ModifiedTimeCheckerMarco Bubke2019-08-271-36/+2
* | Clang: Return zero as time stamp if file does not existsMarco Bubke2019-08-271-1/+4
* | Clang: Improve modified timer checkerMarco Bubke2019-08-272-5/+5
* | Clang: Return source ids in orderMarco Bubke2019-08-271-2/+4
* | Clang: Move transactions to storageMarco Bubke2019-08-271-4/+24
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-261-2/+4
|\|
| * Clang: Fix clang installation macrosNikolai Kosjar2019-08-231-2/+4
* | Utils::Environment: Consider target OS type when sortingChristian Kandeler2019-08-221-1/+1
* | Utils::Environment: Use expanded valuesChristian Kandeler2019-08-201-1/+1