aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use diferent path separators for windows and unices.Hugo Parente Lima2010-08-311-1/+5
* Removed lib prefix from generators plugin.sb-0.6.0Renato Filho2010-07-191-6/+5
* Flush report messages at the end of program.Renato Filho2010-06-091-0/+1
* Implemented support to api-version.Renato Filho2010-05-261-0/+4
* Use ":" as path splitter on all platforms, this unique behaviour will simplif...Hugo Parente Lima2010-05-211-6/+1
* Change the application name on help message, besides the copyright year.Hugo Lima2010-03-221-3/+3
* Fixing includes and include dirsLauro Neto2010-01-261-1/+1
* Change the getGenerators signature, because on some platforms a function expo...Hugo Lima2009-11-241-2/+2
* Delete all generators at exit.Hugo Lima2009-11-181-0/+1
* Creates the output directory if it doesn't exists.Hugo Lima2009-11-181-0/+6
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-261-2/+2
* reinterpert_cast replaced by a C-style cast, to avoid compiler errors on some...Hugo Lima2009-10-021-1/+1
* Write logs in the outputdirectory instead of the current working directory.Hugo Lima2009-09-111-2/+2
* Fix typo: GENERATORRUNNER_PUGIN_DIR => GENERATORRUNNER_PLUGIN_DIRHugo Lima2009-09-081-1/+1
* When the user passes an absolute path as the plugin name,Hugo Lima2009-09-041-1/+6
* - Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.inHugo Lima2009-09-031-4/+3
* Installs generator plugins in its own directory.Lauro Neto2009-09-031-1/+3
* the generator runner exits with an error code if the call toMarcelo Lira2009-08-261-1/+2
* Plugins always ends with _generator in their namesHugo Lima2009-08-251-1/+1
* Removed redundant PATHSPLITTER macro, using the already definied PATH_SPLITTE...Hugo Lima2009-08-251-7/+2
* Added boostpython as a generator plugin.Hugo Lima2009-08-251-1/+0
* The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-251-20/+180
* The genesis...Hugo Lima2009-08-171-0/+52