Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC: Support cLanguageVersion | Orgad Shaneh | 2022-08-01 | 4 | -8/+42 |
* | Support c17 and c2x values for cLanguageVersion | Orgad Shaneh | 2022-08-01 | 5 | -10/+28 |
* | qbspkgconfig: Fix incorrect iterator usages | Ivan Komissarov | 2022-08-01 | 1 | -5/+14 |
* | Add changelog for 1.23.1 | Christian Kandeler | 2022-07-30 | 1 | -0/+9 |
* | Qt support: Adapt to change in location of the qscxmlc tool | Christian Kandeler | 2022-07-29 | 1 | -2/+3 |
* | Bump version | Christian Kandeler | 2022-07-29 | 1 | -1/+1 |
* | GitHub actions: Update macOS jobs | Ivan Komissarov | 2022-07-28 | 1 | -20/+20 |
* | Fix install-qt.sh | Ivan Komissarov | 2022-07-27 | 1 | -2/+2 |
* | Fix linux baremetal tests | Ivan Komissarov | 2022-07-27 | 3 | -5/+0 |
* | Fix protobuf on macos 11 | Ivan Komissarov | 2022-07-25 | 1 | -0/+1 |
* | Fix clang-tidy errors | Ivan Komissarov | 2022-07-25 | 2 | -5/+6 |
* | doc: Fix documentation of PkgConfigProbe propertiesv1.23.0 | Thorbjørn Lindeijer | 2022-07-19 | 1 | -2/+2 |
* | Qt support: Fix static builds | Christian Kandeler | 2022-07-07 | 4 | -5/+17 |
* | qbs build: Fix use of warning flag | Christian Kandeler | 2022-07-04 | 1 | -1/+3 |
* | Add changelog for 1.23.0 | Christian Kandeler | 2022-06-24 | 1 | -0/+16 |
* | Fix Android build-tools detection, if it was installed via cmdline-tools | Max Bespalov | 2022-06-23 | 1 | -13/+9 |
* | Fix compilation of .jar files declared in the product | Max Bespalov | 2022-06-23 | 1 | -0/+7 |
* | Qt support: Add /permissive- flag with MSVC | Christian Kandeler | 2022-06-03 | 2 | -1/+11 |
* | Merge 1.22 into master | Christian Kandeler | 2022-05-20 | 4 | -8/+8 |
|\ | |||||
| * | Fix clang-tidy job1.22 | Ivan Komissarov | 2022-05-20 | 2 | -5/+5 |
| * | ScriptEngine: Suppress another warning on MSVC | Orgad Shaneh | 2022-05-17 | 1 | -2/+2 |
| * | cmake: Fix syntax of regex | Dmitry Shachnev | 2022-05-09 | 1 | -1/+1 |
* | | Merge 1.22 into master | Christian Kandeler | 2022-04-20 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Fix install of QCH and HTML documentationv1.22.1 | Dmitry Shachnev | 2022-04-20 | 2 | -1/+3 |
* | | Merge "Merge 1.22 into master" | The Qt Project | 2022-04-14 | 7 | -10/+22 |
|\ \ | |||||
| * \ | Merge 1.22 into master | Christian Kandeler | 2022-04-08 | 7 | -10/+22 |
| |\ \ | | |/ | |||||
| | * | Update changelog | Christian Kandeler | 2022-04-08 | 1 | -2/+11 |
| | * | Merge "Merge remote-tracking branch 'origin/1.21' into 1.22" into 1.22 | The Qt Project | 2022-04-08 | 3 | -3/+5 |
| | |\ | |||||
| | | * | Merge remote-tracking branch 'origin/1.21' into 1.22 | Christian Kandeler | 2022-04-07 | 3 | -3/+5 |
| | | |\ | |||||
| | | | * | Bump version to 1.21.11.21 | Ivan Komissarov | 2022-01-25 | 1 | -1/+1 |
| | | | * | Doc: align JSON API ErrorInfo with code | Robin Farine | 2022-01-24 | 1 | -1/+1 |
| | | | * | Qt support: Fix QtQuick compiler path for Qt 6 | Christian Kandeler | 2022-01-19 | 1 | -1/+4 |
| | | | * | Remove bogus reset of build graph's "dirty" flag | Christian Kandeler | 2022-01-13 | 1 | -1/+0 |
| | * | | | Documentation: Adapt to introduction of "exportingProduct" | Christian Kandeler | 2022-04-07 | 2 | -4/+5 |
| | |/ / | |||||
| | * | | Fix build for android when the project has file named "version" | Dmitrii Kolpakov | 2022-04-06 | 1 | -1/+1 |
* | | | | Add module for providing AddressSanitizer support | Christian Kandeler | 2022-04-11 | 5 | -7/+165 |
|/ / / | |||||
* | | | Merge 1.22 into master | Christian Kandeler | 2022-04-04 | 15 | -54/+92 |
|\ \ \ | |/ / | |||||
| * | | Add changelog for 1.22.1 | Christian Kandeler | 2022-04-04 | 1 | -0/+7 |
| * | | Fix Xcode support for 13.3 | Christian Kandeler | 2022-04-04 | 4 | -39/+55 |
| * | | Bump version | Christian Kandeler | 2022-03-31 | 1 | -1/+1 |
| * | | Qt support: Fix wrong lib file path deduction for "external" modules | Christian Kandeler | 2022-03-30 | 1 | -3/+3 |
| * | | Fix building release packages | Ivan Komissarov | 2022-03-29 | 1 | -1/+1 |
| * | | Qt support: Consider QT_INSTALL_PREFIX when reading .prl files | Christian Kandeler | 2022-03-25 | 4 | -2/+6 |
| * | | Qt support: Fix static builds against Qt 6 | Christian Kandeler | 2022-03-25 | 2 | -4/+14 |
| * | | Fix/suppress compiler warnings with Qt6/MSVC | Orgad Shaneh | 2022-03-25 | 3 | -3/+4 |
| * | | Fix compile before Qt5.15 | Christian Stenger | 2022-03-15 | 1 | -1/+1 |
* | | | Merge 1.22 into master | Christian Kandeler | 2022-03-05 | 22 | -230/+582 |
|\ \ \ | |/ / | |||||
| * | | Add changelog for 1.22.0v1.22.0 | Christian Kandeler | 2022-03-01 | 1 | -0/+31 |
| * | | baremetal: Add test to check the SDCC compiler probe | Denis Shienkov | 2022-02-28 | 2 | -0/+30 |
| * | | baremetal: Add test to check the Digital Mars compiler probe | Denis Shienkov | 2022-02-28 | 3 | -0/+34 |