aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/buildablehelperlibrary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Enhance Process::exitMessage()Christian Kandeler2025-04-171-1/+1
* Qt Version: Allow usage of qtpaths additionally to qmakeCristian Adam2025-03-131-1/+1
* Utils: Accommodate cross-platform qmake setupsAndrii Semkiv2024-11-011-5/+2
* Restore a clean system environmentChristian Kandeler2024-10-281-0/+2
* QtSupport: Detect all Qt versions in PATHChristian Kandeler2024-09-131-26/+28
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-4/+4
* Utils: Replace two deprecated uses of .count()hjk2023-06-061-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Drop a direct use of QFileInfohjk2022-09-051-3/+2
* Utils: Replace FilePath part settershjk2022-09-011-3/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-1/+1
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* Revert "QtSupport: Add support to register Qt versions via qtpaths"Christian Kandeler2022-06-011-94/+98
* QtSupport: Add support to register Qt versions via qtpathsAlessandro Portale2022-06-011-98/+94
* Utils: More forward declarations / drop unused headers [A-C]Jarek Kobus2022-05-241-0/+1
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+0
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-3/+1
* Utils: Add optional recursion for file system iterationhjk2022-01-181-0/+1
* Utils: Remove some unused code from BuildableLibraryhjk2021-08-231-169/+0
* Utils: Remove unused function BuildableHelperLibrary::copyFileshjk2021-08-111-36/+0
* Utils: FilePathify BuildableLibraryhjk2021-08-101-19/+19
* Utils: De-noise BuildableLibrary a bithjk2021-08-091-18/+10
* Utils: Merge FileUtils::removeRecursively() into FilePathhjk2021-07-021-1/+1
* Utils: FilePathify BuildableHelperLibraryhjk2021-07-011-30/+30
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Make QtcProcess::{setW,w}orkingDirectory use FilePathhjk2021-06-031-1/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+4
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-7/+7
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+0
* Utils: Replace some SynchronousProcess use in BuildableHelperLibraryhjk2021-05-031-10/+10
* Account for qmake.bat script for Qt 6 targetsAssam Boudjelthia2020-10-151-1/+7
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-4/+4
* Utils: Use QRegularExpression in BuildableHelperLibraryhjk2020-06-111-9/+9
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-4/+4
* Utils: SimplifyNikolai Kosjar2019-11-011-3/+1
* QtSupport: Simplify detection of qmake executable in PATH on WindowsOrgad Shaneh2019-10-221-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-2/+2
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-17/+17
* Utils: Replace FileName::FileName(QFileInfo) by a named constructorhjk2019-05-131-1/+1
* QtVersionManager: Find all Qt installations in PATHChristian Kandeler2019-03-151-22/+46
* Utils: Do not blindly assume qmake* is an executableChristian Stenger2018-02-071-1/+1
* Utils: Do not assume qtchooser target as validChristian Stenger2018-02-051-1/+2