aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/productinstaller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use pass-by-value and moveIvan Komissarov2019-03-071-8/+8
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-2/+2
* Make ResolvedProject::products a vectorJoerg Bornemann2018-04-271-1/+1
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-1/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-6/+7
* Allow "conflicting" artifacts referencing the same file, to be installedJake Petroules2017-11-171-5/+12
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-1/+1
* Fix problems with drive root paths on WindowsJake Petroules2017-08-231-2/+5
* Initialize qbs.installRoot in the qbs moduleChristian Kandeler2017-06-011-0/+2
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-2/+2
* Prevent files from getting installed outside the install rootChristian Kandeler2017-03-011-0/+6
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-2/+3
* Change style of #includes of Qt headersJake Petroules2017-01-041-2/+2
* Replace PropertyFinder with simple functionJoerg Bornemann2017-01-021-1/+0
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-2/+2
* Update license headersIikka Eklund2016-08-291-14/+23
* Improve error message for installing multiple files to the same pathJake Petroules2016-08-171-1/+3
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Avoid copies of node containersJoerg Bornemann2016-05-191-1/+1
|/
* Merge 1.4 into master.Christian Kandeler2015-08-281-5/+4
|\
| * Fix qbs run when used in conjunction with qbs.installSourceBase.Jake Petroules2015-08-251-5/+4
* | Error out when attempting to install multiple files to the same path.Jake Petroules2015-08-061-0/+10
* | Merge branch 1.4 into master.Christian Kandeler2015-07-311-3/+5
|\|
| * Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+2
| * Make installSourceBase work with absolute paths.Jake Petroules2015-07-271-3/+3
* | Merge remote-tracking branch 'origin/1.4'Joerg Bornemann2015-05-191-1/+3
|\|
| * Fix deprecation notice for recursively copying directory artifacts.Jake Petroules2015-05-111-1/+3
* | Don't recursively copy directory artifacts.Jake Petroules2015-05-151-4/+4
|/
* Add deprecation notice for recursively copying directory artifacts.Jake Petroules2015-05-081-0/+6
* update license headersJoerg Bornemann2015-03-021-2/+2
* Make installation logging in dry run builds on debug level.Jake Petroules2015-02-271-2/+2
* support installation of directory treesJoerg Bornemann2015-02-031-3/+24
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* Fix run environment setup.Jake Petroules2014-08-281-7/+1
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-1/+1
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+189