aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/clangrefactoringbackend
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Fix unit testsMarco Bubke2020-06-304-25/+1
* Sqlite: Improve constraint supportMarco Bubke2020-05-141-1/+1
* CMake build: export less generic public includesEike Ziller2020-04-241-0/+1
* Clang: Fix build with Clang/LLVM 10Orgad Shaneh2020-02-205-20/+49
* Fix build of clangrefactoring backend on WindowsCristian Adam2019-09-231-1/+1
* Debugging: Enable Windows debugging for clang toolsCristian Adam2019-09-191-0/+2
* ClangRefactoring: Fix MSVC warningOrgad Shaneh2019-09-181-1/+1
* Fix CMake buildEike Ziller2019-08-281-1/+0
* ClangRefactoring: Improve follow symbol and usageMarco Bubke2019-08-271-4/+4
* Clang: Reduce database accessesMarco Bubke2019-08-273-5/+8
* Clang: Optimize file path cacheMarco Bubke2019-08-273-11/+11
* ClangPchManager: Use TimeStamp instead of long longMarco Bubke2019-08-271-1/+1
* ClangRefactoring: Remove file status collectionMarco Bubke2019-08-278-142/+0
* Clang: Set indexing time stamp by dependent sourcesMarco Bubke2019-08-271-9/+45
* Clang: Move transactions to storageMarco Bubke2019-08-271-2/+0
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-181-4/+4
|\
| * UnitTests: Fix compile without ClangMarco Bubke2019-07-161-4/+4
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-127-33/+41
|\|
| * ClangPchManager: Fix path for excluded include filesMarco Bubke2019-07-112-3/+3
| * ClangRefactoring: Test for non existing clientMarco Bubke2019-07-111-1/+2
| * ClangRefactoring: Make the indexer more robustMarco Bubke2019-07-111-23/+35
| * ClangRefactoring: Add WAL checkpoint at the end of the symbol storageMarco Bubke2019-07-111-0/+1
| * CMake: Fix buildOrgad Shaneh2019-07-081-5/+0
| * ClangRefactor: Avoid warningshjk2019-07-051-14/+0
| * Fix pri fileMarco Bubke2019-07-041-1/+0
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-0416-978/+13
|\|
| * Clang: Remove old codeMarco Bubke2019-07-0411-846/+0
| * Clang: Differentiate between user and non user includes for updatingMarco Bubke2019-07-044-130/+13
| * CMake build: Fix building with CMakeCristian Adam2019-07-011-2/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-289-249/+19
|\|
| * Clang: Add reset to ModifiedTimeCheckerMarco Bubke2019-06-271-6/+1
| * Clang: Watch only PCH sourcesMarco Bubke2019-06-271-1/+1
| * Clang: Update ModifiedTimeChecker in SymbolIndexerMarco Bubke2019-06-272-3/+5
| * Clang: Watch directories instead of filesMarco Bubke2019-06-275-238/+5
| * ClangRefactoring: Clear input files after collecting symbolsMarco Bubke2019-06-262-1/+7
* | ClangRefactor: Suppress warnings about unused stuffhjk2019-06-212-18/+4
|/
* CMake build: Adapt to changesEike Ziller2019-06-181-0/+1
* Clang build: Fix compilation with MSVC2017v4.10.0-beta1Cristian Adam2019-06-171-1/+1
* ClangRefactoring: Activate updating for indexingMarco Bubke2019-06-171-0/+2
* ClangRefactoring: Improve indexingMarco Bubke2019-06-1714-180/+347
* Clang: Improve updatingMarco Bubke2019-06-171-2/+5
* ClangRefactoring: Ensure that database is written to log after indexingMarco Bubke2019-06-172-9/+19
* Clang: Remove DelayedTemplateParsing settingsMarco Bubke2019-06-051-1/+0
* CMake: Add missing dependencies to clangrefactoringbackend related codeTobias Hunger2019-06-032-4/+8
* CMake: Add Threads::Threads as public dependency to clangrefactoringbackend l...Tobias Hunger2019-06-031-0/+1
* CMake build: Add unittest CMake build filesCristian Adam2019-05-292-14/+52
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* Qt Creator CMake portCristian Adam2019-05-171-0/+18
* Clang: Sprinkle some overrides over the codebaseTobias Hunger2019-05-131-3/+3
* ClangRefactoring: Remove redundant std::moveOrgad Shaneh2019-05-111-1/+1