summaryrefslogtreecommitdiff
path: root/odb/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-02-01Pass profile paths to plugin; handle profile optionsBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-28Qualify all unqualified name components in pointer typesBoris Kolpackov1-0/+1
This this necessary since they may not resolve in the typedef that we generate in namespace odb.
2010-11-19Fix bug in option passing between driver and pluginBoris Kolpackov1-0/+1
This requires new option description functionality from CLI.
2010-11-09Implement new compilation architectureBoris Kolpackov1-0/+1
Instead of compiling the header directly, g++ is now invoked to compile stdin. At the same time the odb driver pipes the original header to g++. This new approach allows us to add some source code before and/or after the original header.
2010-11-01Factor assignment of database type to separate passBoris Kolpackov1-0/+1
2010-10-27Implement support for composite value typesBoris Kolpackov1-0/+3
New test: common/composite.
2010-10-22Implement inclusion of dependant -odb headersBoris Kolpackov1-0/+1
New test: tracer/include.
2010-09-14Support fall-back dependency trackingBoris Kolpackov1-3/+2
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-09-13Filter out duplicate filesBoris Kolpackov1-1/+1
2010-09-12Distribute generated code from out_baseBoris Kolpackov1-3/+7
2010-09-12Don't version-control generated codeBoris Kolpackov1-2/+3
2010-09-02Add automake build system supportBoris Kolpackov1-4/+21
2010-08-19Add validator passBoris Kolpackov1-0/+1
Detect members with anonymous types.
2010-07-30Add support for the rest of database operationsBoris Kolpackov1-0/+1
2010-07-22Next chunk of functionalityBoris Kolpackov1-5/+18
Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context.
2010-06-04Next chunk of functionalityBoris Kolpackov1-11/+38
2010-04-02Move parser into a separate set of filesBoris Kolpackov1-0/+1
2010-04-02Implement pragma supportBoris Kolpackov1-0/+1
2010-04-02Detect odb-enabled classes and generate c-tor implementationBoris Kolpackov1-1/+2
2010-03-30Use odb prefix for inclusionBoris Kolpackov1-3/+7
2010-03-30Add code generator infrastructureBoris Kolpackov1-1/+4
2010-03-29Implement semantic graph traversal mechanismBoris Kolpackov1-0/+10
2010-03-26Add option file and the build infrastructureBoris Kolpackov1-3/+18
2010-03-25Add support for union, enum, class/union templateBoris Kolpackov1-6/+11
2010-03-23Semantic graph and parsing codeBoris Kolpackov1-1/+8
Currently covers/handles namespace, class definitions (including bases and data members), and typedefs in namespace-scopes.
2010-03-09Check for g++ with support for pluginsBoris Kolpackov1-1/+1
2010-03-09Establish the build systemBoris Kolpackov1-15/+90
2010-03-09Reorganize the directory structureBoris Kolpackov1-0/+23