aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding index attr to parent exampleLauro Neto2009-11-271-1/+1
* Modified the AbstractMetaFunction class to have a separated flag toMarcelo Lira2009-11-244-7/+46
* Merge commit 'mainline/master'renato araujo oliveira2009-11-246-3/+147
|\
| * Install FindApiExtractor.cmake in the correct directory when usingHugo Lima2009-11-241-1/+1
| * Added methods to set and check for protected and virtual destructorMarcelo Lira2009-11-245-2/+146
* | Bump version to 0.3.3renato araujo oliveira2009-11-241-1/+1
* | updated changelog.renato araujo oliveira2009-11-241-1/+257
|/
* Fix topological sort for args with default expression 0 and value type.renato araujo oliveira2009-11-231-0/+3
* - Fixes flags used with msvc.Hugo Lima2009-11-231-2/+2
* Fixes various bugs on FindApiExtractor.cmake found when trying to compileHugo Lima2009-11-201-7/+12
* Export AbstractMetaField class.Hugo Lima2009-11-201-2/+1
* Do not export global variables used only in typesystem.cpp.Hugo Lima2009-11-203-56/+60
* Fix install command, so it works on windows.Hugo Lima2009-11-201-2/+8
* Export a minimal set of classes in ReportHandler interface, to speep upHugo Lima2009-11-202-111/+118
* Do not exit with a assertion failure when the typesystem was not found.Hugo Lima2009-11-191-1/+4
* Do not attempt to write/read a file when the file name is a empty string.Hugo Lima2009-11-181-0/+3
* Fix windows macros for dll export/import.Hugo Lima2009-11-181-2/+2
* Removed unused parser file.Hugo Lima2009-11-182-296/+0
* Fix apiextractor unit tests.Hugo Lima2009-11-162-9/+9
* Add public visibility for more classes.Hugo Lima2009-11-162-13/+13
* Remove CustomTypeEntry classHugo Lima2009-11-161-18/+0
* Remove JObjectWrapperTypeEntry classHugo Lima2009-11-161-24/+0
* Remove QThreadTypeEntry classHugo Lima2009-11-161-23/+0
* The type system parser now reuses TypeSystemTypeEntry for the any moduleMarcelo Lira2009-11-161-2/+5
* fixed the appending of code injection to the module;Marcelo Lira2009-11-141-1/+4
* APIExtractor is a huge amount of legacy code inherited from QtScriptGenerator,Hugo Lima2009-11-1310-27/+49
* Documentation for container-type tag into typesystem.Luciano Wolf2009-11-091-1/+16
* - All reverse operators are now properly tagged as "reverse operator".Hugo Lima2009-11-094-4/+108
* Remove the stream argument when modifying <</>>Lauro Neto2009-11-091-3/+7
* Use isStream instead of hardcoding QDataStreamLauro Neto2009-11-092-4/+13
* Adding support to attribute stream in TypeEntryLauro Neto2009-11-092-1/+15
* Add m_stream attribute to AbstractMetaClassLauro Neto2009-11-092-1/+16
* The AbstractMetaBuilder::traverseFunction method for added functionsMarcelo Lira2009-11-091-0/+1
* Propagate generate flag for child typesystems.renato araujo oliveira2009-11-061-2/+2
* Add "()" to the function signature of functions without parenteses.Hugo Lima2009-11-031-1/+3
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-304-3/+47
* Added convenience method AbstractMetaClass::findFunction.Hugo Lima2009-10-302-4/+11
* Fix a crash when the function signature provided by add-function tag does notHugo Lima2009-10-293-11/+25
* Updated documentation of conversion-rule for argument-modification.Hugo Lima2009-10-292-1/+37
* conversion-rule tag now works inside value-type and object-type tags.Marcelo Lira2009-10-265-15/+130
* Added documentation for tag conversion-rule.Hugo Lima2009-10-232-1/+27
* Added functions aren't marked as virtual anymore.Hugo Lima2009-10-222-0/+6
* Fixed the openbossa logo on the pysidedocs theme.Hugo Lima2009-10-212-0/+5
* Added documentation for the new class "AddedFunction"Marcelo Lira2009-10-211-0/+20
* Added support for add-function tag into typesystem.Hugo Lima2009-10-217-53/+166
* Implemented a signature parser for the AddedFunction class.Hugo Lima2009-10-215-18/+213
* improved AddedFunction struct with more informations;Marcelo Lira2009-10-212-5/+89
* added AddFunction struct to type system collection of objects;Marcelo Lira2009-10-212-0/+52
* Added an entry for AddFunction tag in the StackElement enumHugo Lima2009-10-211-19/+20
* Removed code that always add _d as debug postfix, debug postfix is usefull fo...Hugo Lima2009-10-211-4/+1