aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Write graph nodes using quotes on Graph::dump.Hugo Parente Lima2012-03-091-1/+1
* Bump version to 0.5.0, due to ABI breackage.Hugo Parente Lima2012-03-091-2/+2
* Do not set the include file on TypeEntries when the include file does not exi...Hugo Parente Lima2012-03-093-19/+35
* Fix constness of TypeDatabase methods.Hugo Parente Lima2012-03-092-39/+39
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-0912-666/+797
* Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-099-19/+194
* Include class moved to its own .h/.cpp file.Hugo Parente Lima2012-03-095-63/+137
* Removed methods includeFile and setIncludeFile from AbstractMetaAttribute.Hugo Parente Lima2012-03-092-16/+12
* Set the include file for enums.Hugo Parente Lima2012-03-091-6/+11
* Fixed constness of Include::isValid.Hugo Parente Lima2012-03-091-1/+1
* Added qHash, operator<<(QTextStream,Include) and operator== to class Include.Hugo Parente Lima2012-03-092-1/+22
* Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2012-03-091-3/+9
* Added ContainerTypeEntry::typeName() method.Hugo Parente Lima2012-03-092-0/+35
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-093-1/+62
* Do not add an operator function to a class from a referred type system.Marcelo Lira2012-03-091-2/+3
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-095-14/+206
* Value type classes now have implicit copy constructors added when needed.Marcelo Lira2012-03-092-4/+43
* Marks user added constructors with one argument of a custom type as explicit.Marcelo Lira2012-03-091-2/+5
* Adds convenience methods regarding copy constructors to AbstractMetaClass.Marcelo Lira2012-03-092-0/+53
* Tests if added constructor with custom type creates an implicit converter.Marcelo Lira2012-03-091-1/+9
* Fixes attributes for default constructors and class' "isPolymorphic" flag.Marcelo Lira2012-03-091-3/+4
* An inner class should not be polymorphic just because his enclosing class is.Marcelo Lira2012-03-092-0/+24
* Changed routine to build source packages.Hugo Lima2012-03-092-583/+7
* Bump version to 0.4.1Hugo Lima2012-03-091-1/+1
* Bump version to 0.4.0Hugo Lima2012-03-091-2/+2
* Meta type minimal signature should place reference symbol after pointer symbols.Marcelo Lira2012-03-094-2/+92
* Remove some java-oriented stuff from ApiExtractor inherited from QtJambi gene...Hugo Lima2012-03-092-39/+6
* Pass QHash by reference for dumpDot method.Hugo Lima2010-03-192-2/+2
* Fixed error checking about already existing conversion rules.Marcelo Lira2010-03-181-5/+4
* Fix conversionoperator test code.Hugo Lima2010-03-041-5/+6
* Disable debug output about typesystem on conversionoperatortest.Hugo Lima2010-03-031-3/+3
* Remove Boost::graph dependence from ApiExtractor by using our own codeHugo Lima2010-03-038-45/+333
* Don't add external conversion operators that were removed on type system file.Marcelo Lira2010-03-013-8/+61
* Adds the AbstractMetaBuilder::setupExternalConversions(metaClass) method.Marcelo Lira2010-02-262-3/+14
* External conversion operators are now part of a class' implicit conversions.Marcelo Lira2010-02-264-5/+41
* Added method AbstractMetaBuilder::fixReturnTypeOfConversionOperator(func).Marcelo Lira2010-02-265-0/+143
* AbstractMetaClasses now store a collection of external conversions.Marcelo Lira2010-02-261-0/+19
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
* Remove FindApiExtractor.cmake file in favor of ApiExtractorConfig and Version...Hugo Lima2010-02-244-28/+27
* Fix add-function tag when adding a global function.Hugo Lima2010-02-095-18/+48
* Remove debug output from unit test.Hugo Lima2010-02-091-2/+1
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-095-20/+138
* Fix AbstractMetaFunction::implicitConversions.Hugo Lima2010-02-086-3/+168
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-082-2/+5
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-085-4/+95
* Do not count user added constructor when searching for implicity conversions.Hugo Lima2010-02-031-1/+7
* Added tests for ownership modification.Hugo Lima2010-02-023-0/+94
* Allow a class to multiple inherit from various object-types.Hugo Lima2010-02-014-9/+109
* Fixed implicitly conversion retrieve values, for accept constructors with def...Renato Filho2010-01-291-1/+1
* Fix AbstractMetaClass::has* methods, so they only check your own methods.Hugo Lima2010-01-261-8/+8