summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMake: Allow parser to run remotelyhjk2022-10-041-12/+16
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakeProjectManager: Check for generic ninja error messageChristian Kandeler2022-06-151-0/+7
* CMakePM: Add CMake warning parsing supportCristian Adam2021-09-081-2/+45
* Utils: Fix output formatter "new searchDir found" signallingAlessandro Portale2021-02-171-1/+1
* CMakePM: Replace some QRegExp by QRegularExpressionChristian Stenger2020-06-161-18/+20
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-6/+5
* Merge output formatters and output parsersChristian Kandeler2020-04-231-7/+19
* ProjectExplorer: Split up the IOutputParser classChristian Kandeler2020-04-161-6/+6
* CMake: Fix GCC warningOrgad Shaneh2020-04-141-0/+1
* Output parsers: Replace the chaining approachChristian Kandeler2020-04-091-21/+20
* IOutputParser: Replace std{Out,Err} with a single parameterized functionChristian Kandeler2020-04-081-3/+7
* Output parsers: Generalize the search directory conceptChristian Kandeler2020-04-071-2/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-50/+49
* CMake: Do not pass on normal CMake output to other parsersTobias Hunger2019-10-091-0/+7
* CMake: Make CMakeParser work againTobias Hunger2019-07-251-2/+14
* Utils: Rename FileName to FilePathhjk2019-05-281-14/+14
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-12/+12
* CMake: Improve parsing of "CMake Error at" messagesTobias Hunger2017-06-211-1/+15
* CMake: Export CMakeParserTobias Hunger2017-02-231-3/+2
* CMake: Better error parsingTobias Hunger2016-04-271-0/+17
* CMake: Remove debug outputTobias Hunger2016-02-121-3/+0
* CMakeParser: Remove sub-parser setup from CMakeParserTobias Hunger2016-02-121-3/+0
* CMake: Parse cmake syntax errorsTobias Hunger2016-02-121-22/+91
* CMake: Fix WS issueTobias Hunger2016-02-081-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-2/+1
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-1/+5
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-3/+2
* Use the canonical version of defining string literalshjk2013-09-271-4/+2
* CMake: Put cmake errors into category "Build system"Tobias Hunger2013-08-201-8/+8
* Add soft assertions for regexp patternsOrgad Shaneh2013-07-191-0/+4
* Cmake: Added cmake errors parserNikita Baryshnikov2013-07-171-0/+204