aboutsummaryrefslogtreecommitdiffstats
path: root/apiextractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added the "ApiExtractor::setDropTypeEntries(QString)" method.Marcelo Lira2012-03-091-0/+7
| | | | | | | | | It gets a string of semicolon (;) separated type system entry names that will be passed to the type system parser to deal with the given entries. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Avoid removing temporary file when in DEBUG mode.Luciano Wolf2012-03-091-0/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Added methods ApiExtractor::findAbstractMetaEnum.Marcelo Lira2012-03-091-0/+53
| | | | | The new methods returns an AbstractMetaEnum for a given TypeEntry, EnumTypeEntry, FlagsTypeEntry or AbstractMetaType.
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-0/+5
| | | | | With this flag you can specify after which version the tag became valid.
* Do not set the include file on TypeEntries when the include file does not ↵Hugo Parente Lima2012-03-091-0/+1
| | | | | | exists or it's the global header.
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+1
|
* Fixed error when running generator whithout set correct global header.Renato Araujo Oliveira Filho2009-09-221-1/+1
| | | | Rev: Hugo Lima <hugo.lima@openbossa.org>
* Add the option to set the directory where all log files will be created.Hugo Lima2009-09-111-0/+7
|
* Re-order include path for using non-system Qt librariesChris Hills2009-08-271-1/+1
|
* emits an error message when no type system file is passed toMarcelo Lira2009-08-261-2/+5
| | | | | | ApiExtractor::run Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Changed acess to preprocessor file, to be reused in the same process.Renato Araujo Oliveira Filho2009-08-251-1/+1
|
* - Rewind the file pointer before runing the parser.Hugo Lima2009-08-251-4/+5
| | | | - Fixed some code style issues.
* Added a lot of helper methods to APIExtractor interfaceHugo Lima2009-08-211-0/+51
| | | | Reviewed by Setanta
* - Correctly initialize and delete the AbstractMetaBuilderHugo Lima2009-08-201-2/+8
| | | | | - Fix typo in setSuppressWarning method - Added setSilent method
* Removed all generator stuff from APIExtractor, this stuff should be moved to ↵Hugo Lima2009-08-201-195/+48
| | | | | | | | the generator, and the apiextractor library should be just what their name means, an API extractor. This break the APIExtractor source compatibility with no mercy!
* The genesis...Hugo Lima2009-08-171-0/+307