Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtCore autotests: make them paralelized. | Olivier Goffart | 2010-11-10 | 1 | -0/+1 |
| | | | | | | | | | | | The filesystem autotests are not paralized (because i was scary) For reference, script I used: cat corelib.pro | grep -v "=" | grep \\\\ | cut -f1 -d\\ | sed "s/\(.*\) /\1/" | grep -v file | xargs -I{} echo "echo CONFIG += parallel_test >> {}/{}.pro" > t . t Reviexed-by: Joao | ||||
* | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 1 | -0/+3 |
Squashed commit of the branch haralds-haralds-qt-s60-topics/topic/exceptions, which also contains the full history. Rev-By: Harald Fernengel Rev-By: Ralf Engels |