aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/projectbuilddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std:: containers in ProjectBuildDataIvan Komissarov2019-05-221-8/+9
* Use pass-by-value and moveIvan Komissarov2019-03-071-1/+1
* Add const-references for non trivial types in range-for loopsIvan Komissarov2019-02-201-2/+2
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-201-1/+1
* Speed up the removeFromRuleNodes() functionChristian Kandeler2018-07-181-8/+2
* Fix excessive logging outputChristian Kandeler2018-07-121-6/+2
* Merge 1.12 into masterChristian Kandeler2018-07-061-2/+2
|\
| * Remove quotes and escaping from debug logsOrgad Shaneh2018-07-031-2/+2
* | Get rid of the code marking a rule for re-applicationChristian Kandeler2018-06-251-5/+1
|/
* Consider Transformer::explicitlyDependsOn when disconnecting artifactsChristian Kandeler2018-06-201-0/+1
* Add new property explicitlyDependsOnFromDependenciesAlexandru Croitor2018-05-091-2/+3
* Fix size_t/int size difference warningsJoerg Bornemann2018-05-081-1/+1
* Properly handle Rule.excludedInputsChristian Kandeler2018-04-301-2/+3
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-3/+3
* Print debug output when the project's "dirty" flag is writtenChristian Kandeler2018-04-261-2/+15
* Fix false positives in change tracking of exported modulesChristian Kandeler2018-04-121-4/+6
* Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-1/+1
* Merge 1.11 into masterChristian Kandeler2018-02-161-1/+3
|\
| * Fix connection to rules of dependenciesChristian Kandeler2018-02-151-1/+3
* | Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-6/+3
* | Merge 1.11 into masterChristian Kandeler2018-02-021-1/+1
|\|
| * Project loading: Remove unneeded set insertionsChristian Kandeler2018-01-261-1/+1
* | Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-12/+9
|/
* Remove as many dynamic_casts as possibleChristian Kandeler2017-11-301-21/+22
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-1/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-4/+4
* Share ScriptFunction objects between productsChristian Kandeler2017-11-231-1/+1
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-2/+2
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-2/+2
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* Add missing override keywordsJoerg Bornemann2017-09-191-2/+2
* Remove unused member of CreateRuleNodesJoerg Bornemann2017-08-031-4/+3
* Make it possible to add file tags to generated artifactsJoerg Bornemann2017-08-031-0/+1
* Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-031-9/+2
* Use categorized logging for the build graphJoerg Bornemann2017-08-021-32/+21
* Remove dead codeJoerg Bornemann2017-07-271-8/+0
* Make Rule.auxiliaryInputs consider outputs of rules in dependenciesChristian Kandeler2017-06-301-2/+9
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-5/+5
* Switch to a new multiplexing approachJoerg Bornemann2017-05-231-0/+1
* Fix error message about conflicting artifactsChristian Kandeler2017-03-081-1/+1
* Use range-based for loops instead of iteratorsChristian Kandeler2017-02-231-2/+2
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-13/+13
* Reduce overcautious rule connectionsJoerg Bornemann2017-02-061-88/+39
* Make scanning information persistentChristian Kandeler2017-01-101-0/+2
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-10/+9
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-6/+3
* Fully templatize the PersistentPool classChristian Kandeler2016-12-151-5/+3
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-2/+2