aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* ScriptEngine: Suppress another warning on MSVCOrgad Shaneh2022-05-171-2/+2
* Merge remote-tracking branch 'origin/1.21' into 1.22Christian Kandeler2022-04-071-1/+0
|\
| * Remove bogus reset of build graph's "dirty" flagChristian Kandeler2022-01-131-1/+0
* | Fix/suppress compiler warnings with Qt6/MSVCOrgad Shaneh2022-03-253-3/+4
* | ProjectResolver: Fix disabled dependencies with Qt6Björn Schäpers2022-02-281-1/+4
* | Add probe items in module providersRaphael Cotty2022-02-084-3/+14
* | Do not use std::string in HostOsInfoIvan Komissarov2022-02-044-49/+48
* | Add support for new MSVC2022 toolset version in VisualStudioVersionInfoDenis Shienkov2022-02-021-2/+3
* | Fix auto-detection for MSVC2022Denis Shienkov2022-02-021-0/+2
* | Create Host service and update FileInfoRaphael Cotty2022-02-017-0/+239
* | Use std::transform where it is possibleDenis Shienkov2022-01-2717-76/+81
* | Factorize out probe code from module loaderRaphael Cotty2022-01-227-232/+410
* | Fix detection of MSVC environment for cross-compilersDenis Shienkov2022-01-071-1/+18
* | Replace std::erase && std::remove_if chains with Internal::remove_ifDenis Shienkov2021-12-224-8/+8
* | Merge branch '1.21' into masterIvan Komissarov2021-12-1326-32/+104
|\|
| * 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
* | Replace missing std::all_of with Internal::all_ofDenis Shienkov2021-12-021-2/+1
* | Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-026-15/+16
* | Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-013-6/+6
* | 'product' variable points to 'importingProduct" in Export itemsRaphael Cotty2021-11-301-3/+0
* | Fix buildChristian Kandeler2021-11-301-0/+1
* | Fix Clang-Tidy & Clazy 'bugprone-unhandled-self-assignment' warningsDenis Shienkov2021-11-292-0/+6
* | Fix Clang-Tidy & Clazy 'readability-use-anyofallof' warningsDenis Shienkov2021-11-297-36/+34
* | 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 'llvm-else-after-return' warningsDenis Shienkov2021-11-2215-79/+65
* | 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-171-1/+0
* | Fix Clang-Tidy & Clazy 'clazy-incorrect-emit' warningsDenis Shienkov2021-11-161-1/+1
* | Fix Clang-Tidy & Clazy 'clazy-qfileinfo-exists' warningsDenis Shienkov2021-11-162-4/+4
* | Fix Clang-Tidy & Clazy 'clazy-overloaded-signal' warningsDenis Shienkov2021-11-163-6/+6
* | Fix descriptions for JS commandsDenis Shienkov2021-11-151-1/+1
* | Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-154-11/+9
* | Merge branch '1.21' into masterIvan Komissarov2021-11-0310-41/+27
|\|
| * qmake: fix Qt6 buildIvan Komissarov2021-11-032-1/+8
| * Fix linking with gcc 8Christian Stenger2021-11-033-3/+3
| * pkgconfig: fix variables in the merged packageIvan Komissarov2021-11-011-0/+1
| * pkgconfig: propagate variables to JSIvan Komissarov2021-11-011-0/+9
| * pkgconfig: Rename vars to variablesIvan Komissarov2021-11-013-6/+6
| * Do not migrate profiles dir in Settings anymoreIvan Komissarov2021-10-261-31/+0
* | Merge branch '1.21' into masterIvan Komissarov2021-10-2615-55/+430
|\|
| * Split libDirs and extraPaths variablesIvan Komissarov2021-10-263-6/+12
| * Correctly propagate fallbackEnabled propertyIvan Komissarov2021-10-253-1/+9
| * pkgconfig: Implement early dependency mergingIvan Komissarov2021-10-254-0/+233
| * Fix typoIvan Komissarov2021-10-211-1/+1