aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 'modernize-loop-convert' errorIvan Komissarov2022-08-231-2/+2
* clang-tidy: fix 'performance-implicit-conversion-in-loop'Ivan Komissarov2022-08-233-7/+7
* 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-1621-28/+25
* clang-tidy: fix 'performance-trivially-destructible' errorIvan Komissarov2022-08-162-3/+0
* clang-tidy: fix bugprone-branch-clone in msp430generalsettingsgroup_v7.cppIvan Komissarov2022-08-151-2/+2
* clang-tidy: fix bugprone-branch-clone in stm8generalsettingsgroup_v3.cppIvan Komissarov2022-08-151-2/+2
* 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-152-5/+5
* clang-tidy: fix bugprone-branch-clone in mcs51generalsettingsgroup_v10.cppIvan Komissarov2022-08-141-35/+19
* GitHub actions: enable sanitizer for the Qt6 buildIvan Komissarov2022-08-091-0/+0
* 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
* | Merge 1.23 into masterIvan Komissarov2022-07-262-5/+6
|\|
| * Fix clang-tidy errorsIvan Komissarov2022-07-252-5/+6
* | Allow to get qbs settings dir from env varPetr Mikhalicin2022-07-261-2/+14
|/
* Fix clang-tidy job1.22Ivan Komissarov2022-05-202-5/+5
* 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
* | Fix compile before Qt5.15Christian Stenger2022-03-151-1/+1
* | ProjectResolver: Fix disabled dependencies with Qt6Björn Schäpers2022-02-281-1/+4
* | Fix compilation on Qt6Denis Shienkov2022-02-181-1/+1
* | baremetal: Refactor SDCC compiler detectionDenis Shienkov2022-02-171-63/+33
* | Add support for other platforms supported by Digital MarsDenis Shienkov2022-02-171-97/+143
* | Add support for other platforms supported by Open WatcomDenis Shienkov2022-02-091-46/+101
* | Add probe items in module providersRaphael Cotty2022-02-084-3/+14
* | Do not use std::string in HostOsInfoIvan Komissarov2022-02-047-57/+53
* | Long live Open Watcom toolchainDenis Shienkov2022-02-047-2/+270
* | 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-2729-134/+124
* | 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-228-25/+20
* | 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-028-19/+20
* | Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-0111-28/+28
* | 'product' variable points to 'importingProduct" in Export itemsRaphael Cotty2021-11-301-3/+0