summaryrefslogtreecommitdiff
path: root/odb/options.cli
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03Update options documentation with view informationBoris Kolpackov1-12/+13
2011-08-22Add --table-prefix optionBoris Kolpackov1-0/+10
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-07-27Documentation fixBoris Kolpackov1-1/+1
2011-07-05Update options file to include PostgreSQLConstantin Michael1-4/+4
2011-06-29Add --include-regex and --include-regex-trace optionsBoris Kolpackov1-0/+29
This requires libcutl update.
2011-04-24Add --odb-{prologue,epilogue}-file optionsBoris Kolpackov1-0/+16
2011-03-30Add support for database-specific profilesBoris Kolpackov1-8/+17
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-2/+15
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 Kolpackov1-2/+2
2011-03-01Add support for embedded database schemasBoris Kolpackov1-6/+34
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-01Don't use CLI to handle service optionsBoris Kolpackov1-6/+0
2011-01-25Man pages proofreading fixesBoris Kolpackov1-6/+6
2011-01-20Implement support for profilesBoris Kolpackov1-4/+18
New option: --profile/-p.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Cosmetic change (rename naked pointer to raw pointer)Boris Kolpackov1-2/+2
2010-11-15Add support for custom object pointersBoris Kolpackov1-0/+23
New option: --default-pointer. New object pragma specifier: pointer.
2010-11-09Add support for standard and custom ODB compilation prologues and epiloguesBoris Kolpackov1-0/+18
2010-11-09Implement new compilation architectureBoris Kolpackov1-0/+6
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-09-15Document -I, -D, -U, -x, and -v optionsBoris Kolpackov1-0/+34
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-09-12Fix a typoBoris Kolpackov1-1/+1
2010-08-13Do not generate query support code by defaultBoris Kolpackov1-0/+6
Add the --generate-query option to explicitly request this functionality.
2010-08-03Generated code infrastructureBoris Kolpackov1-0/+114
Add prologue/epilogue support, version check, and pre/post inclusion.
2010-06-04Next chunk of functionalityBoris Kolpackov1-10/+63
2010-05-07Remove the --proprietary-license optionBoris Kolpackov1-6/+0
It is not necessary since we are not going to copyright the generated code.
2010-05-07Handle --version and --helpBoris Kolpackov1-1/+7
Also add the --proprietary license option.
2010-03-30Add code generator infrastructureBoris Kolpackov1-0/+46
2010-03-26Disable tracing by defaultBoris Kolpackov1-0/+4
Provide an option to enable it.
2010-03-26Add option file and the build infrastructureBoris Kolpackov1-0/+34