summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+7
* 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-291-0/+47
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* Clang: Sprinkle some overrides over the codebaseTobias Hunger2019-05-131-3/+3
* ClangRefactoring: Remove redundant std::moveOrgad Shaneh2019-05-111-1/+1
* ClangRefactoring: Fix indexingMarco Bubke2019-04-291-1/+1
* Clang: Fix system pre include search pathMarco Bubke2019-04-293-19/+39
* Clang: Reindex without PCHs if error are occurringMarco Bubke2019-04-231-23/+44
* ClangRefactoring: Move command line generation in worker threadMarco Bubke2019-04-231-16/+23
* ClangRefactoring: Move transaction in fetchPrecompiledHeaderMarco Bubke2019-04-231-8/+3
* Clang: Refactor fetchPrecompiledHeaderMarco Bubke2019-04-231-14/+5
* Clang: Fix build with clang-8Ivan Donchevskii2019-04-172-3/+6