aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix possible crash in ExecutorChristian Kandeler2022-10-141-2/+4
* Do not use QString::count()Christian Kandeler2022-10-141-1/+1
* Make handling of deprecated items and properties configurableChristian Kandeler2022-10-0420-67/+292
* Take into account qbs module props used by providers when cachingIvan Komissarov2022-09-164-9/+60
* clang-tidy: fix modernize-avoid-bind errorIvan Komissarov2022-08-251-1/+1
* clang-tidy: fix 'performance-implicit-conversion-in-loop'Ivan Komissarov2022-08-232-4/+4
* clang-tidy: fix 'bugprone-branch-clone' errorIvan Komissarov2022-08-231-2/+1
* Minor refactorIvan Komissarov2022-08-223-31/+32
* clang-tidy: fix 'performance-no-automatic-move' warningIvan Komissarov2022-08-1614-17/+17
* clang-tidy: fix bugprone-branch-clone in executor.cppIvan Komissarov2022-08-151-4/+2
* clang-tidy: fix a couple of narrowing-conversions errorsIvan Komissarov2022-08-151-1/+1
* Add executableSuffix to the FileInfo serviceRaphael Cotty2022-08-081-0/+12
* Merge branch '1.23' into masterIvan Komissarov2022-08-063-17/+28
|\
| * qbspkgconfig: fix handling empty variablesv1.23.1Ivan Komissarov2022-08-053-12/+14
| * qbspkgconfig: Fix incorrect iterator usagesIvan Komissarov2022-08-011-5/+14
* | Allow to get qbs settings dir from env varPetr Mikhalicin2022-07-261-2/+14
|/
* 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