summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/operationrunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
| | | | | Change-Id: If64730ba7203d1a910a426c0d9c9a738ecfeff4b Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
| | | | | Change-Id: Id55a71a6ee24b234739b6066e11e9c1f2e389f73 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Fix crash: We need the binary content throughout the whole lifetime.kh12012-11-141-6/+17
| | | | | | | | | | | | In case an operation will access the resource section the binary content maps into memory, we crashed before as the BC was constructed on the stack and the mapping got destroyed during object destruction. Make it possible the read binary content from a given file, add ctor. Change-Id: I6dcd3e08fc72538deb78a7a4b831f0cd03e5a0cf Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+165
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>