Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-21 | Remove common_ from all table_prefix arguments in common tests | Constantin Michael | 1 | -1/+1 | |
2011-10-21 | Add common tests for Oracle | Constantin Michael | 1 | -1/+1 | |
Due to the 30 character limit imposed by Oracle on identifiers, some of the common tests code and/or makefiles had to be modified. | |||||
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -1/+2 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 1 | -3/+3 | |
2011-02-25 | Add support for tests in subdirectories | Boris Kolpackov | 1 | -1/+1 | |
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-12-09 | Add lazy pointer support | Boris Kolpackov | 1 | -0/+108 | |
Built-in support is provided for raw, auto, and tr1 shared/weak pointers. New test: common/lazy-ptr. |