aboutsummaryrefslogtreecommitdiff
path: root/boost/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Add --table-prefix optionBoris Kolpackov1-1/+1
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-03-27Don't run fake db driver for SQLiteBoris Kolpackov1-2/+2
By default embedded schema is used.
2011-03-21Factor out database macro setupBoris Kolpackov1-5/+1
2011-03-21Fix issues with build outside source directoryBoris Kolpackov1-3/+3
2011-02-25Add support for examples in subdirectoriesBoris Kolpackov1-1/+1
Move the schema example to schema/custom.
2011-02-17Link to boost data_time library in boost exampleBoris Kolpackov1-2/+5
2011-02-04Add Boost profile exampleBoris Kolpackov1-0/+132