aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/msvc2tasks.pl
Commit message (Collapse)AuthorAgeFilesLines
* Set execute permission on all scripts.Friedemann Kleint2016-04-071-0/+0
| | | | | Change-Id: I406665390406dca324c2c98dda37540b22a065df Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* msvc2tasks.pl: Add support for clang-cl.exe and match errors, too.Friedemann Kleint2016-02-031-9/+32
| | | | | | | | | Move regexp filtering into subroutine for clarity. Task-number: QTCREATORBUG-15641 Task-number: QTBUG-50804 Change-Id: I2b78e82f41b83c64053b350b241f3c14246eb417 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-0/+25
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* msvc2tasks.pl: Adapt to MSVC2015.Friedemann Kleint2015-05-221-1/+1
| | | | | | | | | The format of the compiler warnings changed: c:\foo.cpp(395) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning) c:\foo.cpp(395): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning) Change-Id: Iaa04d8fedbb0a3da2802be1c860d54fefb7bfe5d Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Add msvc2tasks.pl for converting MSVC warning logs into .tasks files.Friedemann Kleint2014-01-211-0/+27
Change-Id: Ief673c06f0456fe1055447383c9fbef5a112d69c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>