summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Create Host service and update FileInfoRaphael Cotty2022-02-0115-125/+469
* | Use Host and FileInfo serviceRaphael Cotty2022-01-31126-201/+357
* | Fix buildIvan Komissarov2022-01-281-2/+2
* | Use std::transform where it is possibleDenis Shienkov2022-01-2729-134/+124
* | Factorize out probe code from module loaderRaphael Cotty2022-01-227-232/+410
* | Doc: Update copyright year to 2022 in the online footerLeena Miettinen2022-01-191-1/+1
* | Doc: Use the new way to prevent autolinkingLeena Miettinen2022-01-192-7/+4
* | Add wrapper 'content' div to QDoc conf for Hugo siteJan Blackquill2022-01-121-0/+3
* | Fix detection of MSVC environment for cross-compilersDenis Shienkov2022-01-071-1/+18
* | tests: Make sure we handle prefix cases where libPath have arch tripletMarius Gripsgard2021-12-311-1/+3
* | Replace std::erase && std::remove_if chains with Internal::remove_ifDenis Shienkov2021-12-228-25/+20
* | Document how to append files to base properties in derived typesMitch Curtis2021-12-152-0/+33
* | Fix typo in codesign::certificatePassword property typeDenis Shienkov2021-12-151-1/+1
* | Merge branch '1.21' into masterIvan Komissarov2021-12-1330-34/+165
|\ \ | |/
| * Fix CI for building releasev1.21.0Raphael Cotty2021-12-133-3/+2
| * cpp Module: Implement runtimeLibrary property for MinGWBjörn Schäpers2021-11-293-2/+5
| * Add changelog for the 1.21.0 releaseIvan Komissarov2021-11-111-0/+56
| * Fix size_t -> uint conversion warnings with Qt 6Orgad Shaneh2021-11-0823-30/+99
| * qmake: fix public dependency on scriptengineIvan Komissarov2021-11-052-1/+4
| * qmake: fix build with clang on MacIvan Komissarov2021-11-041-1/+1
* | Convenience products: Make installDebugInformation consistentChristian Kandeler2021-12-134-1/+13
* | Docker/github action: update mirrors and use Qtc 5.0.3Raphael Cotty2021-12-104-11/+10
* | Ignore weak symbols when re-linking in non-strict modeChristian Kandeler2021-12-068-3/+117
* | Replace missing std::all_of with Internal::all_ofDenis Shienkov2021-12-022-3/+2
* | Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-028-19/+20
* | Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-0152-119/+120
* | 'product' variable points to 'importingProduct" in Export itemsRaphael Cotty2021-11-304-16/+4
* | Fix buildChristian Kandeler2021-11-301-0/+1
* | Fix Clang-Tidy & Clazy 'bugprone-unhandled-self-assignment' warningsDenis Shienkov2021-11-293-0/+18
* | Fix Clang-Tidy & Clazy 'readability-redundant-access-specifiers' warningsDenis Shienkov2021-11-291-1/+1
* | Fix Clang-Tidy & Clazy 'readability-use-anyofallof' warningsDenis Shienkov2021-11-299-46/+42
* | Fix Clang-Tidy & Clazy 'readability-qualified-auto' warningsDenis Shienkov2021-11-291-1/+1
* | Get rid of forever in favor to for(;;)Denis Shienkov2021-11-293-3/+3
* | Fix compilation with Qt less than 5.15.2Denis Shienkov2021-11-291-3/+11
* | Fix Clang-Tidy & Clazy 'readability-redundant-string-cstr' warningsDenis Shienkov2021-11-231-1/+1
* | QtQuick compiler: we can end with .mjs tooJan Blackquill2021-11-221-1/+1
* | Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-2222-99/+86
* | Add qt6 static docker imageRaphael Cotty2021-11-213-0/+235
* | Fix Clang-Tidy & Clazy 'clazy-qstring-ref' warningsDenis Shienkov2021-11-191-2/+3
* | Fix Clang-Tidy & Clazy 'clazy-range-loop' warningsDenis Shienkov2021-11-192-2/+3
* | Fix Clang-Tidy & Clazy 'clazy-qenums' warningsDenis Shienkov2021-11-193-3/+3
* | Fix Clang-Tidy & Clazy 'clazy-unused-non-trivial-variable' warningsDenis Shienkov2021-11-172-2/+1
* | Fix Clang-Tidy & Clazy 'clang-analyzer.unix.MismatchedDeallocator' warningsDenis Shienkov2021-11-161-2/+2
* | Fix Clang-Tidy & Clazy 'clazy-incorrect-emit' warningsDenis Shienkov2021-11-161-1/+1
* | Fix Clang-Tidy & Clazy 'clazy-qfileinfo-exists' warningsDenis Shienkov2021-11-163-5/+5
* | Fix Clang-Tidy & Clazy 'clazy-overloaded-signal' warningsDenis Shienkov2021-11-163-6/+6
* | Fix descriptions for JS commandsDenis Shienkov2021-11-1558-130/+130
* | Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-159-28/+19
* | Qt support: Use cpp.systemIncludePaths for Qt headersChristian Kandeler2021-11-109-13/+12
* | Qt Support: Update "external" modules readingRaphael Cotty2021-11-081-69/+123