index
:
pyside/apiextractor.git
4.8
dev
fromGit static_content test Obsolete Project. Merged into pyside/shiboken. fromGit static_content test
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
abstractmetalang.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced Nokia copyrights in header
HEAD
dev
4.8
Teemu Kaukoranta
2013-05-23
1
-1
/
+1
*
AbstractMetaTypes for object types used as values must have the Value usage p...
Marcelo Lira
2012-03-09
1
-7
/
+9
*
Fix bug 731 - "Can't specify more than a single 'since' argument"
Hugo Parente Lima
2012-03-09
1
-1
/
+1
*
AbstractMetaClasses now hold the instantiation types for the templates they i...
Marcelo Lira
2012-03-09
1
-0
/
+26
*
Copied AbstractMetaBuilder::decideUsagePattern() method to AbstractMetaType.
Marcelo Lira
2012-03-09
1
-0
/
+87
*
Fix bug 851 - "Shiboken recognizes dereference operator overload as times ope...
Hugo Parente Lima
2012-03-09
1
-1
/
+6
*
Add AbstractMetaFunction::isCallOperator() method.
Hugo Parente Lima
2012-03-09
1
-1
/
+6
*
Skip functions added on base classes.
Renato Filho
2012-03-09
1
-1
/
+6
*
Turn some regex static, so we don't need to compile them in every function call.
Hugo Parente Lima
2012-03-09
1
-2
/
+2
*
Add more cache stuff to speed up the generation process.
Hugo Parente Lima
2012-03-09
1
-39
/
+40
*
Added the 'AbstractMetaField::isModifiedRemoved' method.
Marcelo Lira
2012-03-09
1
-0
/
+17
*
Implemented support to added functions for TypeAlias.
renatofilho
2012-03-09
1
-0
/
+3
*
Fixed AbstractMetaClassList::findEnumValue to search for the enum in all clas...
Marcelo Lira
2012-03-09
1
-7
/
+14
*
Fixed AbstractMetaClass::findEnumValue method.
Marcelo Lira
2012-03-09
1
-1
/
+1
*
Fixed function modification propagation.
Renato Filho
2012-03-09
1
-2
/
+3
*
If a class have a non final method doesn't mean that class is polymorphic.
Hugo Parente Lima
2012-03-09
1
-1
/
+1
*
Detect operator() as operator overload.
Renato Filho
2012-03-09
1
-0
/
+1
*
Does not consider private operators.
Renato Filho
2012-03-09
1
-9
/
+9
*
Fixed memory leak.
Renato Filho
2012-03-09
1
-48
/
+48
*
Fix bug#260 - "Can't modify argument name of a function added with add-functi...
Hugo Parente Lima
2012-03-09
1
-48
/
+4
*
Removed unused global variable.
Hugo Parente Lima
2012-03-09
1
-3
/
+1
*
Fix bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"
Hugo Parente Lima
2012-03-09
1
-1
/
+1
*
Only display warning for unnamed arguments when this argument has
Renato Filho
2012-03-09
1
-1
/
+2
*
Enable warning for arguments without name.
Renato Filho
2012-03-09
1
-0
/
+18
*
Added methods to AbstractMetaClass to verify the presence of protected members.
Marcelo Lira
2012-03-09
1
-5
/
+14
*
Implemented support to flag "since" on typesystem.
Renato Filho
2012-03-09
1
-1
/
+1
*
Merge remote branch 'luck/fixprivctor'
Luciano Wolf
2012-03-09
1
-0
/
+1
|
\
|
*
Update class info once a default ctor is added.
Luciano Wolf
2012-03-09
1
-0
/
+1
*
|
TypeDatabase class moved to its own header/cpp.
Hugo Parente Lima
2012-03-09
1
-0
/
+1
|
/
*
Adds convenience methods regarding copy constructors to AbstractMetaClass.
Marcelo Lira
2012-03-09
1
-0
/
+50
*
Fixes attributes for default constructors and class' "isPolymorphic" flag.
Marcelo Lira
2012-03-09
1
-3
/
+4
*
Meta type minimal signature should place reference symbol after pointer symbols.
Marcelo Lira
2012-03-09
1
-2
/
+2
*
External conversion operators are now part of a class' implicit conversions.
Marcelo Lira
2010-02-26
1
-4
/
+7
*
Fix AbstractMetaFunction::implicitConversions.
Hugo Lima
2010-02-08
1
-2
/
+3
*
Do not count user added constructor when searching for implicity conversions.
Hugo Lima
2010-02-03
1
-1
/
+7
*
Fixed implicitly conversion retrieve values, for accept constructors with def...
Renato Filho
2010-01-29
1
-1
/
+1
*
Fix AbstractMetaClass::has* methods, so they only check your own methods.
Hugo Lima
2010-01-26
1
-8
/
+8
*
Add helper method AbstractMetaClassList::findClass(const TypeEntry* typeEntry).
Hugo Lima
2010-01-26
1
-0
/
+9
*
When a constructor able to trigger implicity conversions is removed
Hugo Lima
2010-01-20
1
-1
/
+1
*
Fix AbstractMetaClass->isPolymorphic method, it was returning false for QEven...
Hugo Lima
2010-01-15
1
-4
/
+4
*
Adds normalizedSignature static method to TypeDatabase.
Marcelo Lira
2009-12-16
1
-2
/
+2
*
Modifications in ancestors are not returned if the current class reimplements...
Marcelo Lira
2009-12-16
1
-1
/
+1
*
Modified AbstractMetaFunction::hasSignatureModifications to check for functio...
Marcelo Lira
2009-12-16
1
-0
/
+2
*
Adds support for module level 'add-function' tag.
Marcelo Lira
2009-12-16
1
-5
/
+15
*
Add public visibility for more classes.
Hugo Lima
2009-11-16
1
-1
/
+1
*
Added convenience method AbstractMetaFunction::injectedCodeSnips.
Hugo Lima
2009-10-30
1
-0
/
+15
*
Added convenience method AbstractMetaClass::findFunction.
Hugo Lima
2009-10-30
1
-4
/
+10
*
Add method AbstractMetaFunction::isCastOperator.
Hugo Lima
2009-10-16
1
-0
/
+5
*
Check for constructors in isVirtual function.
Renato Araujo Oliveira Filho
2009-09-09
1
-1
/
+1
*
AbstractMetaClass::name() and AbstractMetaType::name() now return only
Marcelo Lira
2009-08-25
1
-2
/
+1
[next]