summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlist
Commit message (Collapse)AuthorAgeFilesLines
* Containers: add member-swapMarc Mutz2010-11-031-0/+7
| | | | | | | 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 C++0x initializer lists tests.Olivier Goffart2010-09-221-1/+1
| | | | | | It was using the wrong macro Reviewed-by: Thierry
* C++0x: being able to create a list with the {,,,} notationOlivier Goffart2010-09-031-0/+16
| | | | Reviewed-by: Joao
* Add unit tests for a number of QList methods.Robin Burchell2010-04-271-0/+489
| | | | | | | | Granted, if this breaks, it will be noticed quickly - but it is desirable to catch such problems at test time rather than in production. Merge-request: 575 Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
* test qlist some moreOswald Buddenhagen2010-03-031-0/+34
|
* optimize QList::mid()Oswald Buddenhagen2010-02-161-0/+10
| | | | | | | | | instead of append()ing each element separately, reserve enough space and do a low-level node copy. obviously, the gain for small simple types is the biggest. Reviewed-by: joao Reviewed-by: denis
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Long live Qt 4.5!Lars Knoll2009-03-233-0/+139