summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation for when there is no OpenGL moduleaavit2010-11-031-0/+8
|
* Fix tst_collections::insert_remove_loop on 32bitOlivier Goffart2010-11-031-1/+1
| | | | It was working on 64bit by luck
* Fix warnings with clangOlivier Goffart2010-11-031-8/+8
| | | | | | | | | inotify_event is a type with dynamic size, it should not be stored in a QMap. (even if it is fine here because we do not use the name, but it still generates warnings). We can however store the pointer from the buffer. Reviewed-by: Gabriel
* Add member-swap to shared datatypes that don't have it.Marc Mutz2010-11-0341-0/+267
| | | | | | | For consistency. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
* Containers: add member-swapMarc Mutz2010-11-0336-0/+236
| | | | | | | Member-swap is required by the STL Sequence concept, but is also needed to write exception-safe code. Merge-request: 871 Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
* Fix license headersaavit2010-11-038-2/+323
| | | | Reviewed-by: trustme
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2aavit2010-11-023-0/+544
|\
| * QVarLenghtArray: Implement more API from QVectorOlivier Goffart2010-11-023-0/+544
| | | | | | | | | | | | | | | | | | ... for consistency and to allow easy replacement of one by the other. In particular this change allows to use QVarLenghtArray inside foreach Reviewed-by: Gabriel Task-number: QTBUG-14010
* | Merge branch 'lancelot'aavit2010-11-0281-11/+9290
|\ \ | |/ |/| | | | | | | | | First iteration of the Lancelot graphics regression autotest system. Reviewed-by: Trond Reviewed-by: aavit
| * Put more platform info in the report headersaavit2010-11-023-8/+8
| |
| * Clean up some commentsaavit2010-10-281-5/+0
| |
| * Merge branch 'lancelot' of ↵Trond Kjernåsen2010-10-277-99/+139
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/aavits-graphicsstuff into lancelot
| | * Fix getting git info on Winaavit2010-10-261-1/+10
| | |
| | * Remove historic remains of qt3 testingaavit2010-10-262-68/+65
| | |
| | * Testing auto-rebuild on serveraavit2010-10-251-1/+1
| | |
| | * Another change for running on actual serveraavit2010-10-251-6/+3
| | |
| | * Preparations for running on actual serveraavit2010-10-252-5/+9
| | |
| | * Add OS and git data to PlatformInfoaavit2010-10-184-25/+58
| | |
| * | Fixes unstability caused by a dangling pointer in GL text renderingTrond Kjernåsen2010-10-273-8/+11
| |/ | | | | | | Reviewed-by: eskil
| * Revert "Don't define highp/mediump/lowp if desktop GL has them"Trond Kjernåsen2010-10-124-16/+4
| | | | | | | | | | | | | | | | | | | | This reverts commit 6155050f68cc86c445552da61a5f240c16f5e2cd. The GL_ARB_ES2_compatibility extension does not mention the lowp, mediump or highp keywords. Task-number: QTBUG-14384 Reviewed-by: Samuel Reviewed-by: Prasanth
| * Merge branch 'master' of ../qt-stg2-master into lancelotTrond Kjernåsen2010-10-122818-47974/+271231
| |\
| * | Don't include the arthur/common.pri file.Trond Kjernåsen2010-10-081-2/+4
| | | | | | | | | | | | | | | Including the arthur/common.pri file pulls in many files we don't actually need.
| * | Add support for blacklisting/whitelisting tests on the report page.Trond Kjernåsen2010-10-065-36/+156
| | | | | | | | | | | | | | | | | | Also changed how the GL tests are run: they now render into a multisampled FBO, which seems to be more stable than to a plain GL widget.
| * | Added support for updating the baselines via the generated HTML reports.Trond Kjernåsen2010-09-305-5/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The baselineserver can now run as a CGI binary if it detects that the QUERY_STRING variable is set. Currently it only handles commands for updating the baselines for failed tests. For this to work properly the baselineserver binary needs to have the setuid bit set, so that when it's run as a CGI binary, it will have the proper rights to move files around. The server currently assumes the CGI binary is a link to the baselineserver executable named 'server.cgi' in the configured 'cgi-bin' directory.
| * | This should run on GL ES 2.0 as well.Trond Kjernåsen2010-09-201-1/+3
| | |
| * | Added support for turning off text drawing.Trond Kjernåsen2010-09-162-0/+5
| | | | | | | | | | | | | | | | | | Text drawing is the one thing that will always differ between different platforms. If we're going to do any x-platform testing of the raster engine we'll have to turn text drawing off..
| * | Server generation of HTML mismatch reports addedaavit2010-09-166-15/+178
| | |
| * | Checksumming of the script files added.aavit2010-09-132-19/+13
| | | | | | | | | | | | If the scripts themselves are modfied, it will not cause mismatch.
| * | Improved path mapping, added test mode for it. Misc improvements.aavit2010-09-105-36/+82
| | |
| * | Open up for all platformsaavit2010-09-091-2/+2
| | |
| * | Improved server logging and more robust client connection attemptaavit2010-09-095-27/+38
| | | | | | | | | | | | Also misc minor improvements all around
| * | Opened for running on Mac tooaavit2010-09-081-2/+5
| | |
| * | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-081-1/+3
| |\ \ | | | | | | | | | | | | into lancelot
| | * | Check the QT_LANCELOT_SERVER env var for the servername.Trond Kjernåsen2010-09-081-1/+3
| | | |
| * | | Shave 25% off test time by smarter qps script parsingaavit2010-09-082-3/+26
| |/ /
| * | Fix: remove baseline checksums before adding renderedaavit2010-09-083-26/+1
| | | | | | | | | | | | | | | | | | .. otherwise, the comparison will always yield true... Also a simplification: QList provides default datastreaming ops
| * | It's the GL_VERSION string that usually contains the Mesa substring.Trond Kjernåsen2010-09-071-1/+1
| | | | | | | | | | | | | | | | | | This of course differs, depending on the different backends used, but so far it seems most of the Mesa implementations have Mesa mentioned in the version string.
| * | Make it possible to have several checksums associated with one ImageItem.Trond Kjernåsen2010-09-074-20/+44
| | | | | | | | | | | | | | | Also changed the meta file from being a text file to a binary file. Nothing uses the extra checksums yet, but that should be added soon.
| * | Add another format, and blacklist some moreaavit2010-09-072-1/+22
| | |
| * | More server storage path fixingaavit2010-09-072-7/+16
| | |
| * | Improve servers storage directory structureaavit2010-09-073-10/+38
| | | | | | | | | | | | | | | - support different pixel formats for same engine - separate baselines per hostname
| * | Avoid testing on Mesaaavit2010-09-071-34/+48
| | |
| * | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-071-1/+8
| |\ \ | | | | | | | | | | | | into lancelot
| | * | We only want to test hw accelerated GL 2.0 implementations.Trond Kjernåsen2010-09-061-1/+8
| | | |
| * | | Minor style improvementsaavit2010-09-071-8/+6
| |/ /
| * | Merge branch 'lancelot' of scm.dev.nokia.troll.no:qt/aavits-graphicsstuff ↵aavit2010-09-033-16/+17
| |\ \ | | | | | | | | | | | | into lancelot
| | * | engineAsString() should've been const.Trond Kjernåsen2010-09-032-2/+2
| | | |
| | * | Move the engine->string function into ImageItem.Trond Kjernåsen2010-09-033-16/+17
| | | |
| * | | Proper checksum function implementedaavit2010-09-033-3/+777
| |/ /
| * | Data column names have apparently changed :)Trond Kjernåsen2010-09-031-1/+1
| | |