Commit Graph

4 Commits

Author SHA1 Message Date
hjk
2b1c8aa877 ProjectExplorer: Introduce a alias for QList<Tasks>
Change-Id: I91391ad22b420926b0f512cac23cfe009048b218
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2019-05-28 05:51:40 +00:00
Denis Shienkov
086eb4d598 ProjectExplorer: Introduce new Task::setFile() method
This method can be useful when need to update a task file later,
after the task creation.

Change-Id: I42419e4c975e8644335a5f33a7bbf9a7c068322f
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2019-05-13 13:14:30 +00:00
Denis Shienkov
dfb0f391dd bare-metal: Refactor the plugin code a bit more
* An include files and forward declarations are sorted in an
  alphabetical order.
* Used the 'final' keywords for the methods and classes which
  not should be overridden.
* Used the 'auto' and 'explicit' keywords more.
* A class members are initialized in an initializier list.

Change-Id: Ia74783e47aff92467d696d471760b5a97bca3d7a
Reviewed-by: hjk <hjk@qt.io>
2019-05-08 11:15:07 +00:00
Denis Shienkov
e2573465a4 bare-metal: Add output parser for IAR toolchain
The IAR toolchain has a similar output format for different architectures.
This patch are tested for ARM, AVR and MCS51 architectures.

Change-Id: I55f73f9b5ffcd590f61c52fbfd177d7419463af5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2019-03-18 15:54:52 +00:00