aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid use of pkg_config for search for libraries.Renato Araujo Oliveira Filho2009-09-101-5/+4
| | | | | | Fixes Bug #39. Reviewed by Luciano Miguel Wolf <luciano.wolf@openbossa.org>
* Created ChangeLog file.Renato Araujo Oliveira Filho2009-09-101-0/+120
|
* Added more tests for AbstractMetaClass and AbstractMetaEnumHugo Lima2009-09-108-47/+431
|
* Check for constructors in isVirtual function.Renato Araujo Oliveira Filho2009-09-091-1/+1
| | | | | | Fixes Bug #46. Reviewed by Hugo Parente
* Do not link with boost::graph library.Hugo Lima2009-09-081-1/+1
| | | | Fix bug#37
* Bump version to 0.3.1Lauro Neto2009-09-021-2/+3
| | | | | The previous commit bumped to a wrong version. This commit also adds micro version.
* Bump version to 0.4 (current development version)Lauro Neto2009-09-021-1/+1
|
* Bump version to 0.3.sb-0.3Lauro Neto2009-09-011-1/+1
|
* moved setInclude, addExtraIncludes and related methods from ComplexTypeEntryMarcelo Lira2009-09-012-35/+34
| | | | | to TypeEntry, this way they will be also available on PrimitiveTypeEntry; the type system format now accepts the 'include' tag
* Re-order include path for using non-system Qt librariesChris Hills2009-08-271-1/+1
|
* Create a new method to AbstractType: isValuePointer.Renato Araujo Oliveira Filho2009-08-262-7/+12
| | | | | | Separeted value pointers from native pointer for help generators. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Merge commit 'setanta/unspecifiedtypesystemfile'Renato Araujo Oliveira Filho2009-08-261-2/+5
|\
| * 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>
* | Use name instead of fullname for classes in namespacesLauro Neto2009-08-251-4/+3
| | | | | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* | Fix loading of xml files for classes in namespacesLauro Neto2009-08-251-1/+2
| |
* | AbstractMetaClass::name() and AbstractMetaType::name() now return onlyMarcelo Lira2009-08-253-6/+7
|/ | | | the name of the class/type without namespace/scope information
* Changed acess to preprocessor file, to be reused in the same process.Renato Araujo Oliveira Filho2009-08-251-1/+1
|
* Merged mainline with no_generator branch.Hugo Lima2009-08-252-3/+6
|\
| * Fixed apiextractor version, so it now creates the symlinks for ↵Hugo Lima2009-08-241-13/+4
| | | | | | | | | | | | libapiextractor.so.0 and libapiextractor.so.0.x Reviewed by Lauro Moura
| * Do not continue when an error occur in reading the typesystem fileHugo Lima2009-08-211-1/+3
| |
| * - Fix compilation when using restritive security flags -WformatHugo Lima2009-08-211-1/+1
| | | | | | | | | | | | | | | | - Werror=format-security in gcc Thanks Helio Castro. fixes bug#8
| * Allow defining the 'lib' dir (eg. 'lib64').Carlos Gonçalves2009-08-211-2/+5
| | | | | | | | | | | | This is required by some distributions such as openSUSE, where 64-bit libraries are installed in lib64 directories and 32-bit libraries in the lib directories.
* | - Rewind the file pointer before runing the parser.Hugo Lima2009-08-251-4/+5
| | | | | | | | - Fixed some code style issues.
* | Backport: Fixed apiextractor version, so it now creates the symlinks for ↵Hugo Lima2009-08-241-13/+4
| | | | | | | | libapiextractor.so.0 and libapiextractor.so.0.x
* | Added a lot of helper methods to APIExtractor interfaceHugo Lima2009-08-212-0/+63
| | | | | | | | Reviewed by Setanta
* | Added typedefs to QList<const PrimitiveTypeEntry*> andHugo Lima2009-08-201-2/+2
| | | | | | | | QList<const ContainerTypeEntry*>.
* | - Correctly initialize and delete the AbstractMetaBuilderHugo Lima2009-08-202-3/+10
| | | | | | | | | | - Fix typo in setSuppressWarning method - Added setSilent method
* | Add missing include directives in the C++ parser code.Hugo Lima2009-08-202-0/+8
| |
* | Removed all generator stuff from APIExtractor, this stuff should be moved to ↵Hugo Lima2009-08-208-811/+66
|/ | | | | | | | 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!
* Adding target 'dist' using git-archive.Lauro Neto2009-08-191-4/+10
|
* updated API Extractor version to 0.2sb-0.2Marcelo Lira2009-08-181-1/+1
|
* fixed API Extractor version on documentationMarcelo Lira2009-08-181-2/+2
|
* The genesis...Hugo Lima2009-08-17121-0/+33614