aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
AgeCommit message (Collapse)AuthorFilesLines
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