aboutsummaryrefslogtreecommitdiffstats
path: root/generator/overloaddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't create cyclic graphs when there are QString, PySequence and PyObjects i...sb-1.0.2Hugo Parente Lima2012-03-081-1/+2
* Write graph info on temp dir when some a cyclic graph is found.Hugo Parente Lima2012-03-081-1/+10
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-081-4/+22
* Fix bug regarding to two overloads like: foo(char) and foo(const char*)Hugo Parente Lima2012-03-081-9/+14
* Overloaded call decision now consider inheritance: inheritor is checked befor...Marcelo Lira2012-03-081-14/+25
* Fix bug613 - "QSvgRenderer chooses QByteArray overload when given a file path"Hugo Parente Lima2012-03-081-1/+5
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-081-9/+14
* The overload decisor must put enums before types implicitly convertible from ...Marcelo Lira2012-03-081-0/+23
* Fix the fix that was previously reverted in d8e2d87f.Marcelo Lira2012-03-081-1/+18
* Revert "Fixed overload decisor sorting to put QStrings after pointers to wrap...renatofilho2012-03-081-17/+0
* Fixed overload functions with QVariant.renatofilho2012-03-081-1/+8
* Removed debug statements mistakenly commited.Marcelo Lira2012-03-081-4/+0
* Fixed overload decisor sorting to put QStrings after pointers to wrapped obje...Marcelo Lira2012-03-081-0/+14
* Updated the overload sorting to handle convertible types inside containers.Marcelo Lira2012-03-081-67/+177
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-0/+788