aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* baremetal: Fix typo in option to enable C++ language for IARDenis Shienkov2019-07-031-2/+2
* qbs build: Fix GCC 9 warnings triggered by Qt headersChristian Kandeler2019-07-021-3/+13
* Fix compiling with project.withExamples:true on MacIvan Komissarov2019-07-011-1/+3
* Adapt to upstream introduction of std::hash<QString>hjk2019-07-011-0/+2
* Add sanity check to socket launcherChristian Kandeler2019-06-281-0/+1
* Add support for gRPC to the protobuf.cpp moduleIvan Komissarov2019-06-2713-9/+556
* Enable project.withExamples in TravisIvan Komissarov2019-06-271-0/+1
* Fix TestBlackboxApple::infoPlist for tvos/ios/watchos platformsIvan Komissarov2019-06-261-5/+32
* Assume that libc++ is present on iOS if cpp.minimumIosVersion is not setIvan Komissarov2019-06-261-2/+2
* Fix TestBlackboxApple::xcode for tvos/ios/watchos platformsIvan Komissarov2019-06-262-8/+40
* Add PathProbe::candidateFilter propertyIvan Komissarov2019-06-269-13/+49
* Allow PathProbe to search multiple filesIvan Komissarov2019-06-2528-56/+348
* Use QBS_LIBRARY_DIRNAME instead of hardcoding "lib"Davide Pesavento2019-06-251-1/+2
* Respect QMAKE_LFLAGS set by the userDavide Pesavento2019-06-251-1/+1
* Android: Fix build with NDKr20BogDan Vatra2019-06-171-1/+1
* Merge "Merge 1.13 into master"The Qt Project2019-06-173-3/+5
|\
| * Merge 1.13 into masterChristian Kandeler2019-06-143-3/+5
| |\
| | * Add Visual Studio 2019 support1.13Joerg Bornemann2019-06-073-3/+5
| | * Version bumpChristian Kandeler2019-05-281-1/+1
* | | Fix javac version detectionIvan Komissarov2019-06-143-5/+19
* | | Document the Qt.quickcontrols2 moduleChristian Kandeler2019-06-141-0/+3
|/ /
* | Enable Travis CI to build and test QbsRichard Weickelt2019-06-131-0/+31
* | Fix project.withDocumentation:false buildIvan Komissarov2019-06-121-2/+5
* | 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