aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-284-4/+4
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-0/+1
|\
| * Register AutotoolsProject as handler for Makefiles againFabian Vogt2024-01-241-0/+1
* | ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-2/+2
* | Utils/all: Move mime constants into a central placehjk2023-11-083-12/+9
* | TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-073-3/+3
* | TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-073-6/+15
* | AutoTools: Remove dependency from CppEditorhjk2023-11-062-2/+1
* | ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-062-4/+6
|/
* Tr: Fix lupdate issuesEike Ziller2023-10-181-1/+2
* ExtensionSystem: Stop reworking initialization order systemhjk2023-08-311-7/+13
* VariousPlugins: Fix forward declarationsJarek Kobus2023-08-171-1/+3
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-3/+3
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-17/+17
* AbstractProcessStep: Use task tree for all subclassesJarek Kobus2023-07-143-9/+9
* ConfigureStep: Employ task tree for runningJarek Kobus2023-07-131-18/+23
* AutoreconfStep: Employ task tree for runningJarek Kobus2023-07-131-14/+19
* AutogenStep: Employ task tree for runningJarek Kobus2023-07-131-21/+26
* Autotools: Use string aspect directly in configure stephjk2023-07-071-34/+28
* Autotools: Streamline plugin setuphjk2023-07-064-77/+49
* AutoTools: Use direct aspect registration in AutoreconfStephjk2023-07-041-47/+43
* Autotools: Self-register aspect in AutogenStephjk2023-06-011-8/+8
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* | ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-1/+2
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+3
|/
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* Proliferate Tr::tr in various placesAlessandro Portale2023-02-101-2/+3
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* AutoTools: Simplify build step implementationshjk2023-01-244-51/+24
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0620-20/+20
* MakefileParser: Replace foreach with range-based for loopsJarek Kobus2022-11-241-15/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Bookmark: Clean up translationshjk2022-09-301-1/+3
* AutoTools: Move to Tr::trhjk2022-09-3017-130/+93
* Use SPDX license identifiersLucie Gérard2022-08-2620-518/+40
* AutotoolsBuildSystem: Avoid using sender()Jarek Kobus2022-07-264-37/+23
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* macros: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-031-3/+3
* CMake: Qt Creator Static build supportCristian Adam2022-04-291-0/+1
* Remove qmake build filesEike Ziller2022-01-202-31/+0
* Autotools: setup configure command if it did not existPetar Perisin2022-01-031-5/+18
* Fix SUBDIRS parsing in autotoolsPetar Perisin2021-12-212-4/+8
* AutoTools: Remove unused AutoToolsOpenProjectWizardhjk2021-09-275-173/+0
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-015-7/+7
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-173-5/+3