aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-17Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-1/+3
2013-08-14Add support for object sectionsBoris Kolpackov1-1/+2
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-1/+4
2013-06-03Use database name in options and driver files (autotools part)Boris Kolpackov1-1/+1
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-16Minor fixBoris Kolpackov1-1/+1
2012-10-17Add example for prepared query usageBoris Kolpackov1-0/+1
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+3
2012-09-01Add 'access' and 'pimpl' examplesBoris Kolpackov1-0/+2
These illustrate the use of accessor/modifier functions and expressions as well as virtual data members.
2012-04-25New example, inheritance/polymorphismBoris Kolpackov1-8/+9
Also move the inheritance example to inheritance/reuse.
2012-03-02New example that shows C++11 support, build infrastructure for C++11Boris Kolpackov1-5/+17
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-17Autotools and VC++ build support for SQL ServerBoris Kolpackov1-1/+2
2011-11-24Add Oracle to automake and Visual Studio buildConstantin Michael1-1/+1
2011-11-02Add example for optimistic concurrency supportBoris Kolpackov1-0/+1
2011-09-27Add view exampleBoris Kolpackov1-1/+1
2011-07-23Add db.options and db-driver.bat files to distConstantin Michael1-1/+2
2011-07-21Enable Qt and Boost profile examples for PostgreSQLConstantin Michael1-8/+0
2011-07-14Temporarily disable Qt and Boost policy examples for PostgreSQLConstantin Michael1-4/+10
2011-07-13Add PostgreSQLConstantin Michael1-2/+4
2011-04-26Add inheritance exampleBoris Kolpackov1-1/+9
2011-04-22Add Qt profile exampleConstantin Michael1-2/+4
2011-03-01Add support for embedded database schemasBoris Kolpackov1-1/+1
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-25Add support for examples in subdirectoriesBoris Kolpackov1-1/+1
Move the schema example to schema/custom.
2011-02-04Add Boost profile exampleBoris Kolpackov1-4/+6
2011-01-19Add schema exampleBoris Kolpackov1-1/+1
It shows how to map persistent classes to a custom database schema.
2011-01-13Add composite, relationship, and inverse examplesBoris Kolpackov1-8/+11
All add the TR1 <memory> test for the latter two examples.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-30Add container exampleBoris Kolpackov1-1/+1
2010-09-23Add INSTALL fileBoris Kolpackov1-1/+1
2010-09-23Add query exampleBoris Kolpackov1-1/+1
2010-09-23Add the mapping exampleBoris Kolpackov1-1/+1
It shows how to map between C++ value types and SQL types
2010-09-14Add hello exampleBoris Kolpackov1-3/+2
2010-09-14Establish base build systemBoris Kolpackov1-0/+49