summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/fileapireader.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix setting additional project files for file watchingEike Ziller2023-05-081-8/+0
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* CMakePM: Add new / existing source files to projectCristian Adam2023-04-201-0/+7
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* CMakeProjectManager: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-5/+5
* Some fixes in translated stringsEike Ziller2023-02-151-5/+5
* Move some FileSystemWatcher usages to FilePathhjk2023-01-271-2/+2
* CMake: Move settings storage closer to class implementationhjk2023-01-231-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakePM: Make "Autorun CMake" a global settingCristian Adam2023-01-051-1/+4
* CMakeProcess: Do some cleanupJarek Kobus2022-11-171-2/+2
* CMake: Remove the restriction that the reply file cannot be remotehjk2022-10-071-1/+0
* CMake: Move to Tr::trhjk2022-09-301-7/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Remove unneeded #include in projectexplorer.hhjk2022-07-271-0/+1
* CMakeProcess: Don't use QTimer for checking the canceled stateJarek Kobus2022-05-161-0/+1
* CMakeProcess: Fix stopping the CMake processJarek Kobus2022-05-161-1/+1
* CMakePM: Rename "Additional CMake parameters" to "... options"Cristian Adam2022-02-031-2/+2
* CMakePM: Refactor "Initial Parameters" as a tab bar itemCristian Adam2022-01-171-6/+7
* CMakePM: Add ability to stop CMake run in SettingsCristian Adam2022-01-071-0/+6
* CMakePM: Scan files only on CMake configuration failureCristian Adam2021-10-011-22/+14
* CMakePM: Remove <Headers> virtual project nodeCristian Adam2021-09-271-4/+0
* CMakePM: Add issue icon and tooltip description on project failureCristian Adam2021-09-231-5/+11
* CMakePM: Display <File System> tree node only on failureCristian Adam2021-09-221-8/+5
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-2/+1
* CMakePM: Do not treat generated files as project filesCristian Adam2021-09-021-6/+14
* CMake: Make CMakeConfig a proper classhjk2021-07-211-1/+1
* Utils: Implement FilePath::removeRecursivelyhjk2021-06-291-2/+2
* Utils: Implement FilePath::rename()hjk2021-06-281-2/+1
* CMake: Do not create file system node in main threadEike Ziller2021-06-231-3/+5
* CMake: Use FilePath in FileApi{Reader,Parser}hjk2021-06-161-9/+3
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-06-111-2/+0
|\
| * CMakePM: Do not emit error signal in destructor while project is parsedCristian Adam2021-06-101-2/+0
* | CMakePM: Always create build directoriesCristian Adam2021-06-101-13/+13
* | CMake: Use Utils::FilePath in fileapi parser and readerhjk2021-06-091-20/+21
* | Don't leave m_rootProjectNode in moved-out stateJarek Kobus2021-06-091-10/+4
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-06-091-4/+10
|\ \ | |/
| * CMakePM: Do backup/restore configuration for all casesv4.15.1Cristian Adam2021-06-081-4/+4
| * CMakePM: Clear and setup file watcher before and after backup configurationCristian Adam2021-06-081-0/+6
* | CMake: Simplify CMakeProcess::finished signaturehjk2021-06-081-4/+1
|/
* CMake: cancel file api parsingEike Ziller2021-06-011-4/+7
* CMakePM: Save cmake parameters in qtcsettings.cmake also for initial runCristian Adam2021-06-011-0/+23
* CMakePM: stop file api reader future on stop()Eike Ziller2021-05-311-23/+31
* CMakePM: Treat empty build as empty when importing CMake buildsCristian Adam2021-03-101-1/+1
* CMakePM: Do not issue error message when CMakeCache.txt is missingCristian Adam2021-03-051-3/+4
* CMakeProjectManager: Make backup of CMake configuration before starting CMakeCristian Adam2021-02-181-1/+36
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-2/+15
* CMakePM: Start integrating ctestChristian Stenger2020-11-091-0/+8
* CMakeProjectManager: Add File System virtual folderDmitriy Purgin2020-11-091-7/+14
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-27/+43