aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change tracking: Collect timestamps along with references to importsChristian Kandeler2026-04-2310-60/+53
* Put tracked script accesses into a dedicated classChristian Kandeler2026-04-2122-237/+221
* Make sure the collected build system file paths are cleanedChristian Kandeler2026-04-212-4/+5
* Extend scanner change trackingChristian Kandeler2026-04-2011-26/+123
* Apply qVariantsEqual() recursivelyChristian Kandeler2026-04-202-3/+43
* Implement change tracking for Scanner itemsChristian Kandeler2026-04-146-0/+74
* Merge 3.2 into masterChristian Kandeler2026-03-131-3/+10
|\
| * fix mising TLS pluginsv3.2.0Ivan Komissarov2026-03-091-3/+10
* | Merge 3.2 into masterChristian Kandeler2026-02-273-16/+26
|\|
| * scriptengine: wrap artifactsScriptValues with a MutexDataIvan Komissarov2026-02-243-16/+26
* | Rewrite scanner plugin APIIvan Komissarov2026-02-257-273/+247
* | Allow to use scanner plugins from Scanner itemsIvan Komissarov2026-02-1812-145/+129
* | Merge 3.2 into masterChristian Kandeler2026-02-1313-117/+175
|\|
| * Update dmgbuild to the recent main branchIvan Komissarov2026-02-106-89/+125
| * macos: fix non-canonical path when Qbs is called via symlinkIvan Komissarov2026-02-097-28/+50
* | Set a default response file threshold for Unix hostsChristian Kandeler2026-01-261-4/+16
|/
* Fix loading integer settings valuesChristian Kandeler2026-01-225-4/+60
* Remove more fallback provider remnantsIvan Komissarov2026-01-091-1/+0
* moc scanner: do not needlessly rescan include filesIvan Komissarov2026-01-092-5/+7
* quickjs: update to v0.11.0Ivan Komissarov2026-01-056-133/+268
* Loader: Let the SubProject item override product propertiesChristian Kandeler2025-12-161-4/+7
* probe: Allow to use ToolchainInstallInfo in an unordered set containersDenis Shienkov2025-11-252-20/+87
* ModuleLoader: Take overridden properties into accountChristian Kandeler2025-11-243-12/+29
* Merge 3.1 into masterChristian Kandeler2025-10-172-2/+4
|\
| * Fix nodiscard warnings with Qt 6.10Orgad Shaneh2025-10-132-2/+4
* | Update quickjsIvan Komissarov2025-10-0611-1598/+3414
|/
* Fix case sensitivity when matching wildcardsChristian Kandeler2025-09-301-0/+2
* LSP: Guard against an empty AST pathChristian Kandeler2025-09-241-0/+2
* LSP: Fix "go to definition" for module propertiesChristian Kandeler2025-09-241-1/+7
* Re-install symbolic links only when necessaryChristian Kandeler2025-09-231-4/+12
* apple: use NSFileManager for copying filesIvan Komissarov2025-09-234-1/+100
* Do not include a full stop in the install messageChristian Kandeler2025-09-221-1/+1
* Make install messages look more like command descriptionsChristian Kandeler2025-09-171-1/+1
* Fix canonical path in TemporaryDir. AgainIvan Komissarov2025-09-161-1/+4
* Executor: Fix artifact rescuingChristian Kandeler2025-09-151-8/+11
* Report installation output the same way as command descriptionsChristian Kandeler2025-09-125-19/+45
* Tell the user which files are being installed and whereChristian Kandeler2025-09-103-9/+31
* RulesApplicator: add TransformerContext structIvan Komissarov2025-09-102-53/+69
* BuildGraphLoader: move rescue code to Transformer tooIvan Komissarov2025-09-093-28/+27
* builddata: use std::move in addRescuableArtifactDataIvan Komissarov2025-09-093-5/+6
* Executor: do not pass result via pointerIvan Komissarov2025-09-082-11/+12
* do not build quickjs as a frameworkIvan Komissarov2025-09-081-0/+3
* Remove unused variableIvan Komissarov2025-09-081-2/+0
* fix build warning on macOSIvan Komissarov2025-09-081-0/+1
* Merge 3.0 into masterChristian Kandeler2025-09-051-1/+1
|\
| * Fix check for uninitialized JSValuePino Toscano2025-08-301-1/+1
* | Fix UB when converting FILETIME on WindowsIvan Komissarov2025-09-033-13/+26
* | Fix FileTime::asDoubleIvan Komissarov2025-09-031-2/+3
* | buildgraph: move rescue code into Transformer classIvan Komissarov2025-09-023-29/+29
* | Process service: add errorString() methodRoman Telezhynskyi2025-09-011-0/+4