Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move benchmarks/qvector to benchmarks/corelib/tools/qvector | Bjørn Erik Nilsen | 2010-02-17 | 4 | -1255/+0 |
| | | | | | | Left-over after: 020830966e08239854ac207ec28663a80c6e0647. This change was done in the 4.6 branch, however the qvector bench didn't exists in the 4.6 branch. | ||||
* | Add proper license headers to these files. | Thiago Macieira | 2010-01-26 | 1 | -0/+40 |
| | | | | This makes the headers:licenseCheck test pass. | ||||
* | add a benchmark comparing QVector and std::vector performance | hjk | 2009-11-19 | 4 | -0/+1215 |
This also includes a QRawVector class template mimicing a QVector without reference counting. |