aboutsummaryrefslogtreecommitdiff
path: root/qt/common/containers
AgeCommit message (Collapse)AuthorFilesLines
2015-02-06Update copyrightBoris Kolpackov6-6/+6
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov2-2/+10
2013-07-08Add support for Visual Studio 2005Boris Kolpackov2-0/+6
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov2-32/+26
Only possible in the development build system at this stage.
2013-06-13Handle --database option directly in automake and VC++ projectsBoris Kolpackov2-8/+8
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov2-2/+2
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-11QList::swap(Qlist) is only available since Qt 4.8Boris Kolpackov1-0/+2
2013-02-09Update copyright yearBoris Kolpackov6-6/+6
2013-02-07Add Qt5 VC project/solution filesBoris Kolpackov2-10/+20
2013-02-05Add support for change-tracking containersBoris Kolpackov8-10/+811
ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking.
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+3
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov1-0/+5
2012-01-29Update copyright yearBoris Kolpackov3-3/+3
2012-01-29Remove author field from file headerBoris Kolpackov3-3/+0
Too much effort to maintain.
2011-12-01Instantiate QCoreApplication in Qt tests/examplesBoris Kolpackov1-0/+4
It performs Qt initialization/finalization and without it bad things will happen (like deleting TLS keys that don't belong to Qt).
2011-11-11Shorten table prefixes to help OracleBoris Kolpackov1-1/+1
2011-10-21Remove common_ from all table_prefix arguments in common testsConstantin Michael1-1/+1
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-1/+2
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov1-9/+9
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does.
2011-04-24Fix test descriptionBoris Kolpackov1-1/+1
2011-04-22Add qt/container implementation testsConstantin Michael4-0/+912