aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraphloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* BuildGraphLoader: Be more transparent about why we re-resolveChristian Kandeler2024-02-161-20/+35
* Language server: Add completion supportChristian Kandeler2024-02-081-6/+9
* Consolidate expansion and modification test in SourceWildcardRichard Weickelt2023-11-011-19/+5
* Merge 2.2 into masterChristian Kandeler2023-10-271-1/+3
|\
| * BuildGraphLoader: Reset expanded build config dataChristian Kandeler2023-10-161-1/+3
* | Remove dependency of SourceWildCards on ResolvedGroupRichard Weickelt2023-10-161-1/+1
|/
* Loader: Merge the remains of ProjectTreeBuilder into ProjectResolverChristian Kandeler2023-05-311-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-21/+21
* Remove Loader classChristian Kandeler2023-05-091-9/+9
* Loader: Move out the setupProjectFilePath() methodChristian Kandeler2023-05-051-2/+1
* Loader: Remove unnecessary search paths forwarding machineryChristian Kandeler2023-05-051-1/+0
* Introduce loader/ subdirectoryChristian Kandeler2023-05-041-2/+2
* Rewrite ModuleLoaderChristian Kandeler2023-04-201-2/+2
* Use std::transform where it is possibleDenis Shienkov2022-01-271-4/+2
* Replace missing std::any_of with Internal::any_ofDenis Shienkov2021-12-021-3/+1
* Fix Clang-Tidy & Clazy 'readability-use-anyofallof' warningsDenis Shienkov2021-11-291-6/+4
* Fix Clang-Tidy & Clazy 'clazy-qstring-arg' warningsDenis Shienkov2021-11-151-2/+2
* Wrap ModuleProviderInfoList in a structIvan Komissarov2021-07-271-2/+2
* Give more details on a property values mismatchChristian Kandeler2021-07-221-2/+17
* Avoid an unnecessary copy operationRichard Weickelt2019-12-191-6/+6
* Apply 'modernize-make-unique' fix-itIvan Komissarov2019-11-281-1/+2
* Apply modernize-loop-convert fix-itIvan Komissarov2019-05-211-4/+3
* Use pass-by-value and moveIvan Komissarov2019-03-071-2/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* Module providers: Fix some change tracking problemsChristian Kandeler2019-02-111-6/+18
* Introduce module providersChristian Kandeler2019-01-231-0/+2
* Do not reset the product build data due to source file metadata changesChristian Kandeler2018-07-051-4/+59
* Store the "out of date" flag per transformer rather than per artifactChristian Kandeler2018-06-291-1/+1
* Make RescuableArtifactData::children a std::vectorJoerg Bornemann2018-06-141-1/+1
* Mark parent artifacts explicitly as out of dateChristian Kandeler2018-05-181-0/+1
* Fix size_t/int size difference warningsJoerg Bornemann2018-05-081-17/+21
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-23/+24
* BuildGraphLoader: Reset the project's "dirty" flagChristian Kandeler2018-04-271-0/+1
* Make lists of SourceArtifactPtr vectorsJoerg Bornemann2018-04-261-3/+1
* Make {TopLevelProject|ResolvedProduct}::probes vectorsJoerg Bornemann2018-04-261-1/+1
* Make ResolvedProduct::groups a vectorJoerg Bornemann2018-04-261-1/+1
* Print debug output when the project's "dirty" flag is writtenChristian Kandeler2018-04-261-2/+2
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-0/+4
* Track accesses to product.artifactsChristian Kandeler2018-02-161-0/+4
* Move transformer change tracking out of the build graph loaderChristian Kandeler2018-02-161-40/+19
* Save the build data of disabled productsChristian Kandeler2018-02-151-1/+3
* Move transformer change tracking to a dedicated set of filesChristian Kandeler2018-01-311-209/+8
* Implement change tracking for the product.dependencies arrayChristian Kandeler2018-01-291-0/+12
* Re-use product, module and project script valuesChristian Kandeler2018-01-261-17/+34
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-12/+12
* Remove as many dynamic_casts as possibleChristian Kandeler2017-11-301-5/+6
* Consider imported files when tracking changes to Probe.configureChristian Kandeler2017-11-301-0/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-3/+3
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-7/+9
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-2/+2