aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/commandline.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow CommandLine construction with "Raw" argumentsMarcus Tillmanns7 days1-0/+5
* Utils: Add CommandLine::addCommandLineWithOrMarcus Tillmanns7 days1-0/+1
* Utils: Allow nested initializers in CommandLineMarcus Tillmanns2025-05-271-3/+9
* Utils: Dissolve ProcessArgs::ConstIteratorhjk2025-03-111-14/+3
* Utils: Simplify ProcessArgshjk2025-03-111-17/+4
* Utils: Simplify splitting command line argumentsDavid Schulz2025-03-051-3/+3
* Merge remote-tracking branch 'origin/15.0' into 16.0Eike Ziller2025-01-171-0/+3
|\
| * Utils: Add overloads for CommandLine with osTypeMarcus Tillmanns2025-01-161-0/+3
* | Utils: Add CommandLine::toLocal()Jarek Kobus2025-01-071-0/+1
|/
* Utils: Remove default argument for ProcessArgs::expandMacros()hjk2024-10-211-2/+1
* Utils: Remove AbstractMacroExpanderMarcus Tillmanns2024-10-211-2/+5
* Utils: Fix struct vs. class declaration of RunResultAlessandro Portale2024-07-261-1/+2
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+7
* CommandLine: Add a c'tor accepting a list of various typesJarek Kobus2024-05-161-0/+16
* Utils: Replace QVector with QListJarek Kobus2023-07-201-1/+0
* Utils: Move the CommandLine destructor out-of-linehjk2023-03-241-0/+2
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* Subversion: Mask credentials in command line everywhereOrgad Shaneh2023-01-171-0/+7
* Utils: Make CommandLine related operators hidden friendshjk2023-01-061-11/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add "addCommandLine..." functionsMarcus Tillmanns2022-11-221-0/+3
* Utils: Allow Os Type selection for CommandLineMarcus Tillmanns2022-10-181-0/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Introduce FilePath::displayName()hjk2022-06-021-0/+1
* Utils: Add CommandLine::prependArgs convenience functionshjk2022-05-251-2/+4
* Utils: More forward declarations / drop unused headers [A-C]Jarek Kobus2022-05-241-1/+1
* ProjectExplorer: Normalize DeviceProcess::start() signaturehjk2022-02-141-0/+1
* CommandLine: implement debug streaming operatorJarek Kobus2021-11-171-0/+4
* Core: Use Utils::CommandLine in ExecuteFilterhjk2021-08-241-0/+3
* Utils: Drop OsType parameter from CommandLine functionshjk2021-08-241-4/+5
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+0
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-0/+10
* Utils: Rename cmd parameter to args in prepareArgshjk2021-08-061-2/+1
* Utils: Use Utils::CommandLine as input for ProcessArgs::prepareCommandhjk2021-08-061-2/+2
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+2
* Utils: Remove one ProcessArgs::expandMacros overloadhjk2021-07-061-2/+0
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-0/+165