aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/fileapireader.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Add project CMake settings supportCristian Adam2024-05-281-1/+2
* Remove PluginManager::futureSynchronizer()Eike Ziller2024-05-211-3/+1
* CMake: Don't ignore writable testMarcus Tillmanns2024-04-041-2/+2
* CMakePM: Refactor CMakeLists|Cache.txt as constantsCristian Adam2024-01-291-3/+4
* CMake: Fall back to reading CMakeCache.txtMarcus Tillmanns2024-01-081-0/+2
* CMakePM: clang-tidy fix for 'move-const-arg'Cristian Adam2023-10-201-2/+2
* FileApiReader: Make shutdown fasterJarek Kobus2023-10-061-4/+7
* FileApiReader: Make stopping fasterJarek Kobus2023-10-061-1/+4
* CMakePM: Add "[cmake] " prefix to all output messagesCristian Adam2023-10-051-4/+5
* CMakePM: Add CMake Profiler actionCristian Adam2023-09-211-1/+8
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-251-2/+5
|\
| * CMakePM: Only set cmake reply fileWatcher after CMake has runCristian Adam2023-08-241-2/+5
* | DAP: Fix windows supportArtem Sokolovskii2023-08-081-3/+9
* | Debugger: use TemporaryDirectory for CMake debuggerCristian Adam2023-07-281-2/+3
* | DAP: Add CMake debug to the debug panelArtem Sokolovskii2023-07-141-2/+13
* | CMake: Use current pattern to access main settings pagehjk2023-07-071-2/+1
|/
* 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