aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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