aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the address sanitizer work in DockerRichard Weickelt2019-06-074-1/+16
* Avoid a Qt deprecation warninghjk2019-06-051-6/+5
* Fix some warnings about null pointersIvan Komissarov2019-06-045-6/+8
* Add run-analyzer.sh scriptIvan Komissarov2019-06-042-0/+288
* Do not use pathSuffixes in IncludeProbeIvan Komissarov2019-06-031-1/+4
* Fix build with namespaced QtChristian Stenger2019-06-033-0/+6
* Fix doc for qbs.installPrefixIvan Komissarov2019-05-291-1/+1
* Add pkgconfig.sysroot propertyIvan Komissarov2019-05-274-0/+49
* C/C++: Prevent adjacent duplicate libsChristian Kandeler2019-05-272-1/+10
* Merge "Merge 1.13 into master"The Qt Project2019-05-2410-22/+63
|\
| * Merge 1.13 into masterChristian Kandeler2019-05-2310-22/+63
| |\
| | * Add change log for 1.13.1v1.13.1Christian Kandeler2019-05-231-0/+9
| | * Qt Support: Properly handle host libsChristian Kandeler2019-05-231-1/+13
| | * Qt Support: Fix dependency de-duplicationChristian Kandeler2019-05-231-10/+12
| | * Fix module provider bug in IDE modeChristian Kandeler2019-05-233-3/+15
| | * Transformer: Fix wrong variable nameOrgad Shaneh2019-05-211-2/+2
| | * Do not override properties that are present in user plistIvan Komissarov2019-05-161-1/+2
| | * Fix generation of the default Info.plist when building for iOSIvan Komissarov2019-05-162-4/+9
| | * Documentation: Fix two typosChristian Kandeler2019-05-131-1/+1
* | | Fix build errors when cross-building Qbs with MinGW on LinuxRichard Weickelt2019-05-243-3/+3
|/ /
* | Use validateFunc property in protobuf modulesIvan Komissarov2019-05-223-14/+22
* | 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-219-44/+36
* | Apply modernize-use-auto fix-itIvan Komissarov2019-05-2012-36/+36
* | Remove unused property in protobufbaseIvan Komissarov2019-05-201-1/+0
* | Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-203-5/+8
* | 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