aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-2222-99/+86
* | 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-152-2/+2
* | Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-159-28/+19
* | Merge branch '1.21' into masterIvan Komissarov2021-11-0311-45/+31
|\|
| * qmake: fix Qt6 buildIvan Komissarov2021-11-032-1/+8