aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator
Commit message (Expand)AuthorAgeFilesLines
* Fix some Qt 6 build errorsChristian Kandeler2020-11-251-1/+1
* Use std::string_view in FileSaverIvan Komissarov2020-08-271-1/+1
* cmake: Fix target namesIvan Komissarov2020-08-205-5/+5
* Initial CMake portIvan Komissarov2020-08-176-0/+249
* Fix mingw linker issueOliver Wolff2020-07-161-0/+2
* visualstudiogenerator: fix generating projects for the new VSIvan Komissarov2020-07-061-1/+1
* Fix '-Wclazy-range-loop' warningsIvan Komissarov2020-06-082-2/+2
* ProductData: return members by const-referenceIvan Komissarov2020-06-0215-28/+16
* ProjectData: return const values/referencesIvan Komissarov2020-05-252-5/+4
* clang-tidy: Fix 'readability-*' warningsIvan Komissarov2020-04-203-4/+4
* Move some Visual Studio generator parts into libqbsmsbuildJake Petroules2020-04-1753-3796/+4
* clang-tidy: Fix 'modernize-use-bool-literals' warningsIvan Komissarov2020-04-141-2/+2
* Fix clang-tidy errorsIvan Komissarov2020-01-292-4/+3
* generators: Use constexpr arrays for iar/keil knownVersionsIvan Komissarov2020-01-0820-171/+34
* generators: Use QFlags to represent a "set" of architecturesIvan Komissarov2020-01-084-4/+4
* generators: make VersionInfo non-virtualIvan Komissarov2020-01-074-28/+0
* Fix 'performance-unnecessary-value-param' warningsIvan Komissarov2020-01-076-9/+9
* Fix 'performance-move-const-arg' warningsIvan Komissarov2019-12-094-9/+9
* Fix 'modernize-use-emplace' warningsIvan Komissarov2019-12-021-1/+1
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-282-2/+6
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-2521-61/+21
* Fix compiler warnings on macOSIvan Komissarov2019-11-202-2/+2
* 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