aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-3050-1/+4239
* Merge 1.14 into masterChristian Kandeler2019-07-261-8/+8
|\
| * Avoid some deprecation warnings for QLatin1Literal useshjk2019-07-221-8/+8
* | 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-1148-1/+4898
|/
* 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-028-30/+22
* 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
* C++ scanner: Register for rc filesChristian Kandeler2019-01-171-1/+1
* Merge 1.12 into masterChristian Kandeler2018-08-031-3/+5
|\
| * Fix OOM crash in QRC scannerJoerg Bornemann2018-08-011-3/+5
* | Remove support for in-build-dir-execution of the qbs qbs buildJoerg Bornemann2018-07-121-3/+1
|/
* C++ scanner: Properly handle UTF-8 byte order markChristian Kandeler2018-05-301-0/+10
* Rename the generator/makefile directoryChristian Kandeler2018-05-097-2/+2
* qbs build: Add convenience properties for building staticallyChristian Kandeler2018-05-091-4/+4
* Add a Makefile generatorChristian Kandeler2018-05-097-1/+498
* Do not register the C++ scanner for header filesChristian Kandeler2018-05-071-1/+1
* qmake build: Fix building plugins staticallyChristian Kandeler2018-05-031-7/+5
* Merge 1.11 into masterChristian Kandeler2018-04-051-3/+5
|\
| * Adjust Visual Studio project generator to CLI changesJoerg Bornemann2018-03-221-3/+5
* | Fix rpath of plugins in qmake buildJoerg Bornemann2018-02-281-0/+1
* | Remove CONFIG += depend_includepath from our .pro filesJoerg Bornemann2018-02-281-1/+0
* | Build qbs with C++14Christian Kandeler2018-02-151-1/+1
* | qbs build: Set cpp.cxxLanguageVersion in QbsProductChristian Kandeler2018-02-141-1/+0
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-232-3/+3
|/
* Generators: Fix some includesChristian Kandeler2018-01-121-0/+1
* Rewrite rpath handling for binaries that are a part of Qbs itselfJake Petroules2017-12-081-1/+2
* Do not use the set class outside corelibChristian Kandeler2017-12-072-7/+5
* Make Version a public classJake Petroules2017-12-011-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-302-6/+6
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-4/+6
* Use minimal visibility for plugins as well as librariesJake Petroules2017-11-281-1/+1
* Build plugins as MH_BUNDLEs on macOSJake Petroules2017-11-281-5/+9