summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make Module::name read-onlyChristian Kandeler2023-04-211-1/+5
* Clean up ModuleProviderLoader interfaceChristian Kandeler2023-04-214-71/+86
* Merge branch '2.0' into masterRichard Weickelt2023-04-202-1/+2
|\
| * Fix compiler warningChristian Kandeler2023-04-171-0/+1
| * Fix build with Qt6.5Björn Schäpers2023-04-141-1/+1
* | Clean up ProbesResolver interfaceChristian Kandeler2023-04-205-42/+56
* | Rewrite ModuleLoaderChristian Kandeler2023-04-2045-4811/+5266
|/
* jsengine: do not allow QByteArray as a type for js variantIvan Komissarov2023-04-101-0/+2
* apple: fix validAfter/validBefore datetimesIvan Komissarov2023-04-091-2/+2
* apple: fix sha1 typeIvan Komissarov2023-04-091-2/+2
* Prevent dangling JS valuesChristian Kandeler2023-03-066-21/+31
* docker: update Windows imageIvan Komissarov2023-02-211-4/+0
* PropertyList: Do not return undefined from toObject()Christian Kandeler2023-02-101-1/+3
* Switch JavaScript back-endChristian Kandeler2023-02-07107-5847/+75393
* RIP QMake buildIvan Komissarov2022-12-1662-1608/+0
* JSON interface: Bump API levelChristian Kandeler2022-10-191-1/+1
* Fix possible crash in ExecutorChristian Kandeler2022-10-141-2/+4
* Do not use QString::count()Christian Kandeler2022-10-142-3/+3
* Make handling of deprecated items and properties configurableChristian Kandeler2022-10-0428-67/+363
* 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