aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid a Qt deprecation warninghjk2019-06-051-6/+5
* Fix some warnings about null pointersIvan Komissarov2019-06-045-6/+8
* Fix build with namespaced QtChristian Stenger2019-06-033-0/+6
* Merge "Merge 1.13 into master"The Qt Project2019-05-244-5/+17
|\
| * Merge 1.13 into masterChristian Kandeler2019-05-234-5/+17
| |\
| | * Fix module provider bug in IDE modeChristian Kandeler2019-05-233-3/+15
| | * Transformer: Fix wrong variable nameOrgad Shaneh2019-05-211-2/+2
* | | Fix build errors when cross-building Qbs with MinGW on LinuxRichard Weickelt2019-05-243-3/+3
|/ /
* | Use std:: containers in ProjectBuildDataIvan Komissarov2019-05-226-26/+33
* | Fix readability-static-definition-in-anonymous-namespace warningsIvan Komissarov2019-05-215-59/+43
* | Apply modernize-loop-convert fix-itIvan Komissarov2019-05-218-42/+34
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-2011-30/+30
* | Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-202-2/+2
* | Use std::unordered_map for m_storageIndiceshjk2019-05-201-6/+6
* | bare-metal: Improve the KEIL toolchain auto detectionDenis Shienkov2019-05-175-62/+265
* | bare-metal: Improve the IAR toolchain auto detectionDenis Shienkov2019-05-175-64/+270
* | bare-metal: Improve the SDCC toolchain auto detectionDenis Shienkov2019-05-175-64/+244
* | Use std::vector in ItemPoolhjk2019-05-162-5/+4
* | Merge 1.13 into masterChristian Kandeler2019-05-102-2/+4
|\|
| * Fix qbsConfig test on MacosIvan Komissarov2019-05-022-2/+4
* | Use = default in ProjectData and friendsIvan Komissarov2019-05-091-55/+15
* | Use std::unique_ptr in PropertyMapIvan Komissarov2019-05-082-20/+9
* | Add missing move ctors to ProjectData and friendsIvan Komissarov2019-05-062-1/+44
* | Do not allow to enter leading and trailing spaces in qbs-config-uiIvan Komissarov2019-05-061-0/+44
* | Add missing virtual destructorsIvan Komissarov2019-05-036-0/+7
* | Apply fix-its for the missing override keywordIvan Komissarov2019-05-0342-320/+320
* | Fix uninitialized variablesIvan Komissarov2019-05-0247-177/+147
* | Merge 1.13 into masterChristian Kandeler2019-04-263-2/+9
|\|
| * Fix Windows build with QtScript-less Qt againDavid Schulz2019-04-251-1/+1
| * Fix windows archive creationChristian Kandeler2019-04-161-0/+7
| * Adjust chocolatey.qbs to qbs 1.12Joerg Bornemann2019-04-161-1/+1
* | qbs-setup-qt is not needed anymoreBogDan Vatra2019-04-251-25/+1
* | Fix building dmg when path contains non-latin charactersIvan Komissarov2019-04-241-1/+6
* | Fix tests on non-latin systemsIvan Komissarov2019-04-231-2/+2
* | bare-metal: Add SDCC toolchain supportDenis Shienkov2019-04-101-0/+65
* | Add support for the clang-cl compilerIvan Komissarov2019-04-1014-41/+456
* | Merge 1.13 into masterChristian Kandeler2019-03-1810-21/+28
|\|
| * setup-qt: Fix magic MSVC version number used for compatibility checkChristian Kandeler2019-03-181-1/+1
| * Fix version detection for MSVC 2017David Schulz2019-03-153-4/+5
| * Fix some warningshjk2019-03-046-16/+22
* | Fix crashChristian Kandeler2019-03-111-1/+1
* | Use pass-by-value and moveIvan Komissarov2019-03-0758-125/+143
* | Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-0637-104/+183
|/
* Return initializer list where it is possibleDenis Shienkov2019-02-2663-345/+319
* Fix build with Qt5.9 on macOSChristian Stenger2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-2583-475/+475
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-2330-119/+119
* Use 'const auto' keywords more at objects allocationsDenis Shienkov2019-02-2320-202/+202
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-213-4/+4
* Add const-references for non trivial types in range-for loopsIvan Komissarov2019-02-202-5/+5