aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator
Commit message (Expand)AuthorAgeFilesLines
* Fix static buildChristian Kandeler2019-10-1015-15/+15
* Refactor the map file generation propertyDenis Shienkov2019-10-016-6/+6
* baremetal: Change order for input parameters of addOptionsGroup() methodDenis Shienkov2019-09-2329-373/+372
* baremetal: Long live the IAR EW project generator for MSP430Denis Shienkov2019-08-2817-1/+2111
* baremetal: Remove unused method in IAREW STM8 generatorDenis Shienkov2019-08-201-1/+0
* baremetal: Fix typo at data model detection in IAREW STM8 generatorDenis Shienkov2019-08-201-1/+1
* baremetal: Long live the KEIL UV project generator for ARMDenis Shienkov2019-08-2030-36/+1912
* Use different names for virtual functions in INodeVisitorIvan Komissarov2019-08-168-16/+16
* baremetal: Call missed AvrCompilerSettingsGroup::buildCodePage() methodDenis Shienkov2019-08-011-0/+1
* baremetal: Long live the IAR EW project generator for STM8Denis Shienkov2019-08-0118-0/+2082
* baremetal: Share common generators codeDenis Shienkov2019-07-3197-2230/+957
* baremetal: Long live the KEIL UV project generator for 8051Denis Shienkov2019-07-3049-1/+4238
* Add additional namespaces and ifdef guard prefixesDenis Shienkov2019-07-2237-177/+312
* baremetal: Long live the IAR EW project generator for 8051Denis Shienkov2019-07-1816-0/+2585
* Fix compilation errors with MSVC2015Denis Shienkov2019-07-151-0/+12
* baremetal: Long live the IAR EW project generator for AVRDenis Shienkov2019-07-1116-0/+2418
* baremetal: Long live the IAR EW project generator for ARMDenis Shienkov2019-07-1147-1/+4897
* Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-211-4/+0
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-202-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-0319-29/+29
* Fix uninitialized variablesIvan Komissarov2019-05-025-8/+8
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-067-29/+52
* Return initializer list where it is possibleDenis Shienkov2019-02-262-19/+7
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-253-9/+9
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-237-27/+27
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-1/+1
* Rename the generator/makefile directoryChristian Kandeler2018-05-096-1/+1
* Add a Makefile generatorChristian Kandeler2018-05-096-1/+497
* Merge 1.11 into masterChristian Kandeler2018-04-051-3/+5
|\
| * Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-232-3/+3
|/
* Generators: Fix some includesChristian Kandeler2018-01-121-0/+1
* Do not use the set class outside corelibChristian Kandeler2017-12-072-7/+5
* Make Version a public classJake Petroules2017-12-011-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+6
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-223-8/+8
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-1/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-2026-30/+30
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* Merge 1.10 into masterChristian Kandeler2017-10-201-1/+2
|\
| * Fix the build with MinGWJake Petroules2017-10-161-1/+2
* | Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-1319-23/+40
|/
* Convert FileSaver to use a standard C++ interfaceJake Petroules2017-09-187-76/+114
* Use qbsjson in the VisualStudioGuidPool implementationJake Petroules2017-09-113-20/+24
* Provide a logger instance to the generatorsJake Petroules2017-06-221-4/+4
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-1377-0/+6302