aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager/makefileparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-3/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* MakefileParser: Replace foreach with range-based for loopsJarek Kobus2022-11-241-15/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* AutoTools: Move to Tr::trhjk2022-09-301-4/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-26/+2
* Fix SUBDIRS parsing in autotoolsPetar Perisin2021-12-211-4/+7
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Use atomic_bool and drop QMutex lockingJarek Kobus2021-02-191-4/+0
* Autotools: Also read _HEADERS variablehjk2020-10-081-2/+2
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Autotools: Introduce AutotoolsBuildSystemTobias Hunger2019-08-291-4/+3
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-081-4/+19
|\
| * Fix include paths with subfolderRaoul Hecky2019-02-071-4/+19
* | AutotoolsProjectManager: ModernizeAlessandro Portale2018-11-041-5/+5
|/
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-7/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Autotools: ModernizeTobias Hunger2016-02-041-14/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-20/+15
* AutoTools: Handle line continuationsTobias Hunger2015-07-091-2/+9
* AutoTools: Improve parsing of CPPFLAGSTobias Hunger2015-07-091-4/+16
* AutoTools: Handle "-I /some/path" as well as "-I/some/path"Tobias Hunger2015-07-091-1/+14
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Convert to new connect apiMontel Laurent2015-01-301-1/+1
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Autotools: added parsing defines and C/C++ flags from MakefileSergey Shambir2013-05-141-11/+91
* Autotools: fixed crash in Debug buildSergey Shambir2013-03-051-1/+1
* Autotools: fixed parsing var assignment without space before =Sergey Shambir2013-02-081-18/+32
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* autotools: Plug small memory leakMathias Hasselmann2012-11-081-1/+4
* Adjust license headershjk2012-10-051-24/+21
* autotools: Skip empty parts in target listsMathias Hasselmann2012-08-201-1/+1
* Clean up includes in autotools-plugin.Friedemann Kleint2012-07-251-0/+1
* Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-04-161-5/+10
|\
| * Fix file descriptor and memory leak in autotools pluginVictor Ostashevsky2012-04-151-5/+10
* | Compile autotools-plugin with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-04-031-7/+7
|/
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Minor Krazy cleanup in autotools.Friedemann Kleint2011-11-301-1/+1
* autotools: minor cleanuphjk2011-11-301-4/+0
* Add AutotoolsProjectManager pluginPatricia Santana Cruz2011-11-301-0/+454