aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-05Update NEWS file1.3.0Boris Kolpackov1-3/+13
2011-04-05Bump version to 1.3.0Boris Kolpackov5-11/+11
2011-04-05Cosmetic changesBoris Kolpackov1-2/+2
2011-04-05Add SQLite section to Boost profile docsConstantin Michael1-2/+76
2011-04-04Add chapter TOC for each part descriptionBoris Kolpackov1-3/+28
2011-04-03Add support for GCC 4.6Boris Kolpackov2-4/+12
2011-04-03Squash warningBoris Kolpackov1-1/+1
2011-03-31Update NEWS fileBoris Kolpackov1-0/+6
2011-03-31Bump version to 1.3.0.b1Boris Kolpackov4-7/+7
2011-03-31Add SQLite chapterBoris Kolpackov1-29/+593
2011-03-30Add support for database-specific profilesBoris Kolpackov5-61/+127
2011-03-28Mark parameter in create_schema as potentially unusedBoris Kolpackov1-1/+3
This can happen if more than one class is mapped to the same table.
2011-03-28Fix bug in NULL pointer handling codeBoris Kolpackov1-2/+3
2011-03-25Make queries without by-reference parameters immutableBoris Kolpackov1-2/+9
This makes it possible to share such queries between multiple threads without the need for synchronization.
2011-03-25Further generalization work for SQLite supportBoris Kolpackov5-12/+37
2011-03-24Generalization work for MySQL and SQLite supportBoris Kolpackov16-254/+432
2011-03-21Rename sqlite::binding to sqlite::bindBoris Kolpackov1-4/+4
2011-03-21Implement grow test for SQLiteBoris Kolpackov1-25/+1
2011-03-21Remove unnecessary codeBoris Kolpackov1-5/+5
2011-03-21Add support for SQLite type system, adjust code generatorsBoris Kolpackov11-1173/+264
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov14-52/+2607
2011-03-21Create indexes in separate SQL statementsBoris Kolpackov4-31/+59
This is more vendor-neutral.
2011-03-21Fix bug in database enum parsingBoris Kolpackov1-4/+2
2011-03-21Suppress empty linesBoris Kolpackov1-12/+15
2011-03-21Separate auto increment from database typeBoris Kolpackov4-23/+24
2011-03-21Set context::object in all common traversersBoris Kolpackov2-4/+18
2011-03-21Move the rest of generators to new ctor-less contextBoris Kolpackov13-270/+271
2011-03-21Move tracer to new ctor-less contextBoris Kolpackov10-144/+113
2011-03-21Move type processor to relational/Boris Kolpackov6-1167/+1170
2011-03-21Cache current context in static variableBoris Kolpackov5-21/+56
2011-03-21Cosmetic changes (function renames)Boris Kolpackov3-9/+12
2011-03-21Cosmetic changesBoris Kolpackov5-53/+53
2011-03-21Move to new "virtual functions in context" modelBoris Kolpackov5-36/+51
2011-03-21Add default_ctor() to semantics::class_Boris Kolpackov4-8/+14
Use it in the code generators instead of calling the GCC AST macro.
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov40-3527/+4478
The common part (in relational/) still has some MySQL-specific parts. Also, add the notion of the current context which is used to avoid explicitly passing the context object to every generator's c-tor.
2011-03-15Handle paths with spaces on Windows1.2.0Boris Kolpackov1-20/+21
2011-03-15Bump version to 1.2.0Boris Kolpackov5-11/+11
2011-03-15Updates to NEWS fileBoris Kolpackov1-24/+30
2011-03-14Update NEWS to reflect boost profile additionsConstantin Michael2-5/+18
Insert boost profile chapter into manual TOC
2011-03-14Handle MySQL types spelled in lower caseBoris Kolpackov1-3/+4
2011-03-14Add upcase(string) function to contextBoris Kolpackov2-1/+18
2011-03-14Add Boost profile docsConstantin Michael1-8/+231
2011-03-09Cosmetic changesBoris Kolpackov1-0/+5
2011-03-08Language changesBoris Kolpackov1-17/+18
2011-03-07Start Part III, ProfilesBoris Kolpackov1-20/+111
2011-03-07Divide manual into multiple partsBoris Kolpackov1-25/+65
Change Chapter 10 to Part II and make the MySQL Database section into a chapter. Also add page breaks after each chapter.
2011-03-01Move profile option higher up in list of optionsBoris Kolpackov1-16/+19
2011-03-01Add short option aliases for --generate-query and --generate-schemaBoris Kolpackov2-2/+4
2011-03-01Add support for embedded database schemasBoris Kolpackov25-427/+1146
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-25Rename schema example to schema/customBoris Kolpackov1-2/+2