aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Options: Add missed move-ctorsIvan Komissarov2019-02-204-0/+12
* Fix allocating temp QString on each iterationIvan Komissarov2019-02-201-1/+1
* bare-metal: Add possibility to create the KEIL toolchain profileDenis Shienkov2019-02-191-0/+66
* bare-metal: Don't set the IAR's qbs.architecture if it is emptyDenis Shienkov2019-02-191-1/+2
* Remove usages of deprecated QString::nullOrgad Shaneh2019-02-191-3/+3
* bare-metal: Add possibility to create the IAR toolchain profileDenis Shienkov2019-02-181-0/+67
* setup-qt: Fix detection for 32-bit MSVCChristian Kandeler2019-02-131-1/+3
* Set the default platform toolset for VS 2019 to v142Joerg Bornemann2019-02-121-3/+8
* Detect Qt via a module providerChristian Kandeler2019-02-1239-4687/+368
* Module providers: Always remember that a provider was runChristian Kandeler2019-02-111-2/+6
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-1111-31/+63
* Qt: Allow users to explicitly tag files as mocableChristian Kandeler2019-01-291-1/+11
* ModuleLoader: Do not validate property bindings in non-present modulesChristian Kandeler2019-01-241-0/+21
* Introduce module providersChristian Kandeler2019-01-2327-24/+460
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-186-17/+27
* C++ scanner: Register for rc filesChristian Kandeler2019-01-171-1/+1
* Scanner item: Do not re-use the searchPaths value for other inputsChristian Kandeler2019-01-154-3/+21
* Qt support: Use gold linker if Qt is configured that wayChristian Kandeler2019-01-1410-0/+19
* Darwin support: Work around issue with canonical pathsChristian Kandeler2019-01-111-1/+10
* Merge 1.12 into masterChristian Kandeler2019-01-113-2/+6
|\
| * ModuleLoader: Fix possible crash in verbose mode1.12Christian Kandeler2019-01-071-2/+4
| * Make setup-toolchains and setup-android behave like setup-qtChristian Kandeler2018-12-182-0/+2