aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc: Describe possible build options for QBSIvan Komissarov2019-05-201-0/+139
* 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
* doc: add example how to use multiplexingIvan Komissarov2019-05-171-0/+6
* bare-metal: Implement cpp.compilerIncludePaths for KEIL toolchainDenis Shienkov2019-05-163-0/+23
* Use std::vector in ItemPoolhjk2019-05-162-5/+4
* bare-metal: Implement cpp.compilerDefinesByLanguage for KEIL toolchainDenis Shienkov2019-05-153-10/+32
* bare-metal: Implement cpp.compilerDefinesByLanguage for SDCC toolchainDenis Shienkov2019-05-142-1/+7
* bare-metal: Implement cpp.compilerIncludePaths for SDCC toolchainDenis Shienkov2019-05-143-0/+36
* bare-metal: Use preferred architecture to dump macrosDenis Shienkov2019-05-143-5/+16
* Add test for precompiled header and redefined macroIvan Komissarov2019-05-116-0/+87
* bare-metal: Implement cpp.compilerIncludePaths for IAR toolchainDenis Shienkov2019-05-103-0/+55
* doc: Add link to the Target Platforms page from qbs.targetPlatformIvan Komissarov2019-05-102-0/+5
* doc: Reorganize qbs.targetOS and qbs.targetPlatformIvan Komissarov2019-05-101-24/+30
* bare-metal: Implement cpp.compilerDefinesByLanguage for IAR toolchainDenis Shienkov2019-05-103-7/+25
* Merge 1.13 into masterChristian Kandeler2019-05-1014-24/+100
|\
| * Fix TestBlackboxQt::staticQtPluginLinking()Christian Kandeler2019-05-083-3/+18
| * Fix building iOS-simulator apps when qbs.architecture is undefinedIvan Komissarov2019-05-071-1/+1
| * Qt: Do not link static plugins into static librariesChristian Kandeler2019-05-074-3/+16
| * Fix qbsConfig test on MacosIvan Komissarov2019-05-023-4/+8
| * Fix reading *.prl file in qml.jsIvan Komissarov2019-05-021-1/+4
| * Fix compilation errorIvan Komissarov2019-04-301-3/+3
| * Fix lexyaccOutputs with outdated BisonIvan Komissarov2019-04-292-8/+35
| * Print LC_BUILD_VERSION instead of LC_VERSION_MIN_MACOSXIvan Komissarov2019-04-262-4/+18
* | Use = default in ProjectData and friendsIvan Komissarov2019-05-091-55/+15
* | Use std::unique_ptr in PropertyMapIvan Komissarov2019-05-082-20/+9
* | doc: Fix the section about docker containersIvan Komissarov2019-05-071-4/+8
* | Update and optimize the Docker infrastructureRichard Weickelt2019-05-073-11/+22
* | doc: Add Building Qbs with Qbs sectionIvan Komissarov2019-05-061-2/+42
* | Add missing move ctors to ProjectData and friendsIvan Komissarov2019-05-062-1/+44
* | baremetal: Add example for SDCC toolchain for 8051 architectureDenis Shienkov2019-05-062-5/+19
* | Add scripts to build Qbs and run autotestsRichard Weickelt2019-05-062-0/+179
* | doc: Make the difference between targetPlatform and targetOS clearerIvan Komissarov2019-05-061-9/+78
* | doc: Add protobuf.cpp exampleIvan Komissarov2019-05-061-0/+19
* | 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-0347-329/+329
* | Fix uninitialized variablesIvan Komissarov2019-05-0251-185/+155
* | Android: add Qt.android_support.extraLibsBogDan Vatra2019-05-022-0/+19
* | Android: Set a buildable default package nameBogDan Vatra2019-04-291-1/+6
* | Update Debian Stretch Docker imageRichard Weickelt2019-04-296-88/+265
* | Android: Nuke mips[64] abi supportBogDan Vatra2019-04-263-18/+6
* | Default to the minimum supported NDK API versionBogDan Vatra2019-04-264-8/+14
* | bare-metal: Add example for CC2540 USB dongleDenis Shienkov2019-04-268-1/+468
* | Increase minimum required Qt versionChristian Kandeler2019-04-263-4/+4
* | Merge 1.13 into masterChristian Kandeler2019-04-265-7/+17
|\|
| * Do not check for minimumMacosVersion when not specifiedIvan Komissarov2019-04-251-3/+6
| * Fix Windows build with QtScript-less Qt againDavid Schulz2019-04-251-1/+1