aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GitHub actions: add job for building release archivesv1.20.0Ivan Komissarov2021-08-271-9/+78
* Add changelog for the 1.20.0 releaseIvan Komissarov2021-08-241-0/+62
* CMake build: Fix build with Qt Creator and CMake < 3.18Eike Ziller2021-08-171-1/+2
* Qt support: Understand QT_INSTALL_PREFIX in prl filesChristian Kandeler2021-08-161-0/+1
* CMake build: Look for QtScript quietlyEike Ziller2021-08-161-1/+1
* Documentation: Add "c++20" as possible value for cxxLanguageVersionChristian Kandeler2021-08-121-1/+1
* MSVC: Understand "c++20" as language versionChristian Kandeler2021-08-061-1/+1
* cmake: smarter treatment of minimum_versionIvan Komissarov2021-08-051-1/+5
* cmake: fix setting MACOSX_RPATH propIvan Komissarov2021-08-051-0/+7
* Remove `import qbs` from all project filesDenis Shienkov2021-08-04147-233/+13
* msvc: fix passing /Zc:__cplusplus flagIvan Komissarov2021-08-034-0/+33
* QtScript: set cxx standard to c++17Ivan Komissarov2021-08-023-4/+0
* Add Qt6 build with QbsIvan Komissarov2021-08-011-0/+10
* qt6: fix build with Qt >= 6.1Ivan Komissarov2021-07-313-5/+15
* Fix typo in MSVC toolchain when handling cpp.linkerWrapper propertyDenis Shienkov2021-07-311-2/+2
* Build scriptengine as a shared objectIvan Komissarov2021-07-305-51/+23
* Android: fix link with static stlRaphael Cotty2021-07-301-0/+1
* docker: Update Qt version to 6.1.2Ivan Komissarov2021-07-301-3/+3
* cmake: fix QtC buildIvan Komissarov2021-07-292-4/+2
* Always build with project file updates supportIvan Komissarov2021-07-2719-72/+11
* Do not modify the global state after running providerIvan Komissarov2021-07-275-51/+36
* Wrap ModuleProviderInfoList in a structIvan Komissarov2021-07-2712-23/+38
* Merge "Merge branch '1.19' into 1.20" into 1.20The Qt Project2021-07-2710-18/+78
|\
| * Merge branch '1.19' into 1.20Ivan Komissarov2021-07-2710-18/+78
| |\
| | * Add changelog for the 1.19.2 release1.19Ivan Komissarov2021-07-261-0/+5
| | * baremetal: Revert usage of toWindowsSeparators() for KEIL C51/251/166v1.19.2Denis Shienkov2021-06-281-13/+17
| | * codesign: Add additional signing flags at end of commandDenis Shienkov2021-06-161-4/+7
| | * codesign: Add new codesign.timestampAlgorithm propertyDenis Shienkov2021-06-164-0/+29
| | * codesign: Fix checking if product is a frameworkIvan Komissarov2021-06-143-3/+7
| | * Bump version to 1.19.2Ivan Komissarov2021-06-141-1/+1
| | * Add changelog for the 1.19.1 releaseIvan Komissarov2021-06-141-0/+12
| | * doc: Add missing note about "qcc" toolchainv1.19.1Ivan Komissarov2021-06-031-0/+3
* | | Use the fallback mode from parametersIvan Komissarov2021-07-271-1/+3
|/ /
* | Long live Digital Mars toolchainDenis Shienkov2021-07-2715-20/+1241
* | Fix some gcc warningsChristian Kandeler2021-07-261-2/+2
* | Give more details on a property values mismatchChristian Kandeler2021-07-221-2/+17
* | Switch qbs-benchmarker to QbsIvan Komissarov2021-07-032-4/+11
* | Add hashing functions for QVariantIvan Komissarov2021-07-022-0/+74
* | Separate Cpp.{assembler|compiler}Output{Tags|Artifacts}Denis Shienkov2021-06-295-17/+35
* | Fix usage of Cpp.collectMiscAssemblerArguments() functionDenis Shienkov2021-06-296-21/+7
* | Account for more QML-related binaries being in libexecMitch Curtis2021-06-284-4/+10
* | Add unittests for the new hashing functionsIvan Komissarov2021-06-282-0/+47
* | Don't use download.qt.io by defaultIvan Komissarov2021-06-241-1/+1
* | Add hashing functions for tuplesIvan Komissarov2021-06-232-0/+59
* | Implement Persistence::store/load functions for tuplesIvan Komissarov2021-06-221-0/+27
* | add .vscode to .gitignoreIvan Komissarov2021-06-161-0/+1
* | cmake: fix build on mac with unit testsIvan Komissarov2021-06-151-1/+1
* | cmake: fix build with unittests and external QtScriptIvan Komissarov2021-06-151-0/+3
* | Make property cpp.compilerExtension as sharedDenis Shienkov2021-06-146-9/+1
* | baremetal: Introduce new toolchainDetails propertyDenis Shienkov2021-06-139-431/+242