aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/macroexpander.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add setting for a default working directoryChristian Kandeler2025-05-071-2/+6
* Utils: Fix an occurrence of the old IPlugin::initialize() signaturehjk2025-04-171-1/+1
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-3/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* ProjectExplorer: Provide project-specific vars in build dir templateChristian Kandeler2025-04-111-11/+24
* Drop a few unneeded #includeshjk2025-03-041-2/+0
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Utils: Allow remote paths in MacroExpander::registerFileVariablehjk2024-12-191-2/+2
* Utils: Add reason why MacroExpander::expand(FilePath) does what it doeshjk2024-11-071-1/+7
* MacroExpander: Return error from expandArgs and handle themMarcus Tillmanns2024-10-221-4/+6
* Utils: Remove AbstractMacroExpanderMarcus Tillmanns2024-10-211-6/+121
* Revert "Utils: Expand FilePaths per part, not as a full string"Marcus Tillmanns2024-10-181-4/+1
* ProjectExplorer: Display build configuration specific variables againhjk2024-10-181-0/+5
* Utils: Expand FilePaths per part, not as a full stringhjk2024-07-191-1/+4
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-1/+1
* Fix i18n issuesEike Ziller2024-02-211-1/+1
* Utils: Replace QVector with QListJarek Kobus2023-07-201-2/+2
* Fix some more *::count() deprecation warningshjk2023-06-071-1/+1
* Doc: Add missing \a commands to MacroExpander docsLeena Miettinen2023-05-301-4/+14
* Utils: Treat FilePath with variables as user input when expandingAlessandro Portale2023-05-241-1/+1
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-0/+1
* Process: Rename QtcProcessPrivate -> ProcessPrivateJarek Kobus2023-05-101-1/+1
* MacroExpander: Fix Path and FilePath on WindowsOrgad Shaneh2023-04-201-2/+2
* Utils: Remove unnecessary codeMarcus Tillmanns2023-04-041-7/+7
* Utils: Change macro expander to use FilePathMarcus Tillmanns2023-04-041-35/+39
* Utils: Tr::trAlessandro Portale2023-02-011-11/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Pass context object to lambda connectionsJarek Kobus2022-12-071-1/+1
* Utils: Fix expansion of macros in FilePathhjk2022-11-291-4/+2
* Utils: Read env variable using qtc function in MacroExpanderPiotr Mućko2022-09-011-2/+4
* Utils: Replace FilePath part settershjk2022-09-011-5/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Port some FilePath part accessors to QStringViewhjk2022-08-221-2/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-3/+0
* Utils: Remove one ProcessArgs::expandMacros overloadhjk2021-07-061-1/+7
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-7/+7
* Utils: Simplify and extend MacroExpander::expand(FilePath)hjk2021-06-011-6/+5
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-1/+1
* Utils: Move ProcessArgs class into filepair of its ownhjk2021-05-111-1/+2
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Utils: Make MacroExpander work with remote file nameshjk2021-04-281-0/+5
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-1/+1
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-2/+3
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-151-0/+5
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-0/+23
* Utils: ModernizeAlessandro Portale2018-07-201-7/+5
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-1/+1