summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix module provider search pathsIvan Komissarov2023-04-296-51/+32
* Fix Value copy constructorChristian Kandeler2023-04-282-1/+4
* ProjectTreeBuilder: Fix clang-tidy complaintsChristian Kandeler2023-04-261-4/+4
* ScriptEngine: Remove extra evaluation scopesChristian Kandeler2023-04-252-10/+22
* Fix build for configuration that enables tests, but disables unit testsChristian Kandeler2023-04-242-10/+15
* Fix export macro for some functionsChristian Kandeler2023-04-241-4/+4
* Move module file loading code into ModuleLoaderChristian Kandeler2023-04-244-226/+259
* Clean up ProjectTreeBuilder interfaceChristian Kandeler2023-04-212-123/+122
* 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
* PropertyList: Do not return undefined from toObject()Christian Kandeler2023-02-101-1/+3
* Switch JavaScript back-endChristian Kandeler2023-02-0784-5844/+5325
* RIP QMake buildIvan Komissarov2022-12-1624-999/+0
* 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