aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gnumakeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CompileOutput: Flush other parsers on make error detectionOrgad Shaneh2017-08-281-0/+2
* Remove spaces in initializer listsTim Jenssen2017-02-221-3/+3
* Replace occurrences of QStringList() << patternChristian Stenger2017-02-091-8/+7
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-9/+6
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-3/+1
* ProjectExplorer: Remove metatype registration macro usageNikita Baryshnikov2016-02-081-2/+0
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Tasks: Make the linking of compile output to Tasks more robustDaniel Teske2015-04-211-6/+7
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-2/+2
|/ /
* / GnuMakeParser: Use QRegularExpressionDaniel Teske2014-09-251-15/+15
|/
* MakeParser: Better parsing based on gnumake manualTobias Hunger2014-03-041-30/+63
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename share/dumper to share/debugger and {l,g}bridge to {lldb,gdb}bridgehjk2013-09-261-2/+2
* Remove some useless Core::Id(...) and ProjectExplorer::Tobias Hunger2013-08-201-6/+6
* Add soft assertions for regexp patternsOrgad Shaneh2013-07-191-0/+5
* MakeParser: Do not show "Warning" as errorOrgad Shaneh2013-07-111-1/+1
* OutputParser: Allow to flush pending tasks.Tobias Hunger2013-05-061-9/+9
* IOutputParser: Make sure to not cut too much outputTobias Hunger2013-04-031-2/+2
* MakeParser: Handle more warningsTobias Hunger2013-02-131-2/+20
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-041-5/+5
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-34/+35
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-23/+24
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-1/+1
* Fix unit testTobias Hunger2011-06-301-1/+1
* debugger: rename gdbmacros* to dumper*hjk2011-06-291-2/+2
* Parser: Make parser test engine more strictTobias Hunger2011-05-181-5/+5
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-1/+1
* Update license.hjk2011-04-131-14/+13
* simplify unnecessarily platform-dependent tempdir determinationOswald Buddenhagen2011-03-111-6/+1
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Output parsers: Make target specific code pseudo genericdt2010-12-061-4/+9
* | Task: Make sure file contains non-native separatorsTobias Hunger2010-10-251-1/+1
|/
* Parser debugging/testing improvementsTobias Hunger2010-09-151-0/+19
* Handle more make errorsTobias Hunger2010-09-081-3/+16