aboutsummaryrefslogtreecommitdiffstats
path: root/overloaddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak.Renato Filho2010-07-231-1/+1
* Added methods to check if overloads contain any argument with default values.Marcelo Lira2010-06-171-0/+45
* Modified some methods on OverloadData to accept references to function lists.Marcelo Lira2010-06-171-3/+3
* Added method to OverloadData to return the list of overloads without repetition.Marcelo Lira2010-06-151-0/+16
* Fix bug #212Hugo Parente Lima2010-04-301-15/+34
* More descriptive warning message on OverloadData::sortNextOverloads().Marcelo Lira2010-03-261-4/+8
* sortOverload function should use not use primitive types aliases.Hugo Lima2010-03-181-12/+35
* Write enum checks before int, long and bool checks.Hugo Lima2010-03-181-2/+11
* Remove boost::graph dependency from Shiboken generator.Hugo Lima2010-03-181-20/+26
* Generator noew handles implicit conversions that are conversion operators.Marcelo Lira2010-03-011-1/+5
* - Fix method writeTypeCheck, so it finally correct decides when to use PyNumb...Hugo Lima2010-02-231-2/+6
* Added previousOverloadData attribute to OverloadData, so we cna walk on overl...Hugo Lima2010-02-191-2/+3
* Modified signature of OverloadData::addOverloadData.Marcelo Lira2010-02-081-5/+5
* Fixing sort overloadLauro Neto2010-02-081-4/+27
* Fixed OverloadData::invalidArgumentLengths(), so it take care of removed argu...Hugo Lima2010-02-041-4/+11
* Fixed overload function generation for fuctions with removed arguments.Renato Filho2010-02-011-2/+3
* Small refactoring to sortOverloads function, so it's a bit easier to read (IMO).Hugo Lima2010-01-201-24/+22
* Adds helpers to OverloadData to check for static and non-static methods.Marcelo Lira2010-01-191-0/+46
* Adds OverloadData::hasAllowThread() method.Marcelo Lira2010-01-151-0/+9
* Adds OverloadData::hasVarargs() which says if there is a varargs argument amo...Marcelo Lira2009-12-181-0/+10
* Fixed OverloadData::numberOfRemovedArguments(func, int finalArgPos).Marcelo Lira2009-11-261-5/+10
* Added convenience method OverloadData::isSingleArgument(overloads).Marcelo Lira2009-11-261-0/+12
* Add overload dependency on PyObjectLauro Neto2009-11-251-0/+14
* Improve overload sortingLauro Neto2009-11-251-3/+24
* Renamed OverloadData::hasDefaultValue to OverloadData::getFunctionWithDefault...Marcelo Lira2009-11-231-5/+5
* Added methods to OverloadData:Marcelo Lira2009-11-201-0/+20
* Fixed OverloadData::isFinalOccurrence method to consider removed arguments.Marcelo Lira2009-11-191-2/+7
* OverloadData does not ignore arguments which modify types.Hugo Lima2009-11-161-3/+28
* Sorting overloads topologicallyLauro Neto2009-11-101-26/+57
* Added support for reverse operators.Hugo Lima2009-11-101-6/+8
* added the method OverloadData::findNextArgWithDefault() which returnsMarcelo Lira2009-11-061-0/+19
* improved OverloadData class to sort the alternative arguments puttingMarcelo Lira2009-10-301-11/+37
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-0/+383