aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilationdatabaseprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* CompilationDBProjectManager: Handle relative sysrootChristian Kandeler2019-06-041-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-285-33/+33
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-3/+3
* CMake build: Add new files in compilation database pluginEike Ziller2019-05-231-0/+1
* CompilationDbProjectmanager: Fix build for older compilersChristian Kandeler2019-05-231-2/+2
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-5/+4
* CompilationDbProjectManager: Sanitize project parsingChristian Kandeler2019-05-238-180/+383
* Utils: Make FileName::canonicalPath a memberhjk2019-05-201-4/+2
* Qt Creator CMake portCristian Adam2019-05-171-0/+16
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-6/+3
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-2/+2
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-4/+1
* CompilationDatabase: enable the listing of non-cpp filesThomas Otto2019-05-023-3/+56
* CompilationDatabase: Asjust the sysroot and target handlingIvan Donchevskii2019-04-303-22/+36
* CompilationDatabase: Allow the second root nodeIvan Donchevskii2019-04-291-11/+31
* CompilationDatabase: Allow to set custom build step and run commandIvan Donchevskii2019-04-293-1/+93
* CompilationDatabase: Properly detect relative pathsIvan Donchevskii2019-04-261-3/+1
* CompilationDatabase: Fix few bugs and plugin testsIvan Donchevskii2019-04-263-15/+37
* RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-231-0/+1
* CompilationDatabase: Force QString implicit sharingIvan Donchevskii2019-04-163-13/+24
* CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-054-17/+138
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-212-7/+25
|\
| * CompilationDatabase: Refresh the tree on the JSON file updateIvan Donchevskii2019-03-152-7/+25
* | ProjectExplorer: Un-protect ProjectNode constructorhjk2019-02-261-8/+1
* | ProjectExplorer: Use a setter for the Node's typehjk2019-02-261-2/+1
* | ProjectExplorer: Replace FolderNode ctor display argumenthjk2019-02-261-1/+2
* | ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-6/+2
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-4/+4
|/
* CppTools: Simplify ProjectUpdateInfoNikolai Kosjar2019-01-101-5/+6
* CppProjectUpdater: Remove unread attributeBernhard Beschow2019-01-061-1/+1
* CompilationDatabase: Fix directory hierarchyMichael Weghorn2018-12-191-10/+5
* CompilationDatabase: Don't translate qWarningRobert Loehning2018-11-141-2/+1
* CompilationDatabase: Speed up parsing project fileIvan Donchevskii2018-11-073-50/+79
* CompilationDatabase: Use QJsonDocument for separate objectsIvan Donchevskii2018-11-051-6/+31
* CompilationDatabase: Add folders to Project viewIvan Donchevskii2018-11-051-27/+85
* CompilationDatabase: Fix command line parsingIvan Donchevskii2018-11-022-4/+13
* CompilationDatabase: Create target in the same threadIvan Donchevskii2018-11-021-2/+3
* CompilationDatabase: Add target to the compilation database projectIvan Donchevskii2018-11-021-0/+3
* CompilationDatabase: Support both code modelsIvan Donchevskii2018-11-0114-178/+790
* CompilationDatabase: Fix escaped quotes handlingIvan Donchevskii2018-11-011-2/+4
* CompilationDatabase: Fix opening relative file pathsIvan Donchevskii2018-10-291-7/+13
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-1/+1
* Add qbs files for CompilationDatabaseProjectManagerNikolai Kosjar2018-10-081-0/+19
* fix dependenciesTim Jenssen2018-09-201-3/+2
* Plugins: Add compilation database pluginIvan Donchevskii2018-09-198-0/+550