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
/
abstractmetabuilder.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
*
Added the "<custom-type>" tag, and better requirements for function signatures.
Marcelo Lira
2012-03-09
1
-2
/
+19
*
Fixed typo on warning message.
Marcelo Lira
2012-03-09
1
-1
/
+1
*
Don't report cyclic dependency when there not a single to form a graph.
Hugo Parente Lima
2012-03-09
1
-1
/
+1
*
Fixes setting of template argument's usage pattern.
Marcelo Lira
2012-03-09
1
-0
/
+1
*
Fixed modifications to global functions.
Marcelo Lira
2012-03-09
1
-1
/
+9
*
Fixes method's argument types that are templates but the template variable wa...
Marcelo Lira
2012-03-09
1
-73
/
+156
*
AbstractMetaBuilder fixed to set base container type correctly in meta class'...
Marcelo Lira
2012-03-09
1
-0
/
+3
*
Fix bug 731 - "Can't specify more than a single 'since' argument"
Hugo Parente Lima
2012-03-09
1
-24
/
+0
*
AbstractMetaClasses now hold the instantiation types for the templates they i...
Marcelo Lira
2012-03-09
1
-4
/
+1
*
Copied AbstractMetaBuilder::decideUsagePattern() method to AbstractMetaType.
Marcelo Lira
2012-03-09
1
-84
/
+1
*
Fix PySide code generation.
Hugo Parente Lima
2012-03-09
1
-1
/
+2
*
Check inconsistencies for enums and disable generation of private entities.
Hugo Parente Lima
2012-03-09
1
-46
/
+65
*
Fixed conversion operators type resolution for references to types.
Marcelo Lira
2012-03-09
1
-0
/
+5
*
Don't compute function modification from API versions greater than the curren...
Hugo Parente Lima
2012-03-09
1
-0
/
+4
*
Add support to template types as arguments on user added functions.
Hugo Parente Lima
2012-03-09
1
-2
/
+29
*
Add support for adding reverse operators with add-function tag.
Hugo Parente Lima
2012-03-09
1
-16
/
+46
*
Remove GCC 4.6 warnings on abstractmetabuilder.cpp and parser.cpp
Hugo Parente Lima
2012-03-09
1
-4
/
+0
*
Fixed AbstractMetaType::cppSignature() method.
Marcelo Lira
2012-03-09
1
-1
/
+6
*
Removed unused variable.
Marcelo Lira
2012-03-09
1
-1
/
+0
*
Moved down AbstractMetaType creation line to avoid possible memory leak.
Marcelo Lira
2012-03-09
1
-1
/
+1
*
Global functions can now be renamed.
Marcelo Lira
2012-03-09
1
-0
/
+2
*
Fixed polymorphic value for classes.
Renato Araujo Oliveira Filho
2012-03-09
1
-0
/
+4
*
Add support to fix bug#493 - "__eq__ and friends not implemented for QKeyEven...
Hugo Parente Lima
2012-03-09
1
-2
/
+6
*
Discards class' fields removed in the type system binding description.
Marcelo Lira
2012-03-09
1
-1
/
+1
*
Implemented support to added functions for TypeAlias.
renatofilho
2012-03-09
1
-0
/
+9
*
Better qproperty function check
Lauro Neto
2012-03-09
1
-5
/
+11
*
Change "or" to "||".
Hugo Parente Lima
2012-03-09
1
-1
/
+1
*
Add toStringCapability attribute to AbstractMetaClass.
Hugo Parente Lima
2012-03-09
1
-4
/
+1
*
Added a better support for resolution of enum value attribution.
Marcelo Lira
2012-03-09
1
-6
/
+25
*
Private enums are now accepted in the type system database.
Marcelo Lira
2012-03-09
1
-8
/
+11
*
Improved resolution of enum value attributions.
Marcelo Lira
2012-03-09
1
-40
/
+37
*
Avoid check ifr include file exists during the generation.
renatofilho
2012-03-09
1
-2
/
+1
*
Fixed AbstractMetaBuilder to handle enum values receiving boolean values.
Marcelo Lira
2012-03-09
1
-17
/
+25
*
Fixes compiler warning on AbstractMetaBuilder.
Marcelo Lira
2012-03-09
1
-1
/
+1
*
Fixes segmentation fault caused by bad handling of global enums.
Marcelo Lira
2012-03-09
1
-15
/
+15
*
Argument types that are arrays with specified sizes are correctly recognized.
Marcelo Lira
2012-03-09
1
-3
/
+21
*
The AbstractMetaBuilder::figureOutEnumValues method now operates over global ...
Marcelo Lira
2012-03-09
1
-0
/
+10
*
Anonymous enums now supported.
Marcelo Lira
2012-03-09
1
-1
/
+15
*
Created function to discovery when a class implement a container type.
Renato Filho
2012-03-09
1
-0
/
+1
*
Fixed error during the property functions parser.
Renato Filho
2012-03-09
1
-1
/
+2
*
Fix wrong behaviour of topological sort.
Luciano Wolf
2012-03-09
1
-2
/
+4
*
Fixed memory leak.
Renato Filho
2012-03-09
1
-17
/
+40
*
Fix bug#260 - "Can't modify argument name of a function added with add-functi...
Hugo Parente Lima
2012-03-09
1
-2
/
+29
*
Namespaces must be traversed recursively as they should.
Marcelo Lira
2012-03-09
1
-16
/
+56
*
Guarantees that namespaces and inner classes will not be repeated.
Marcelo Lira
2012-03-09
1
-2
/
+10
*
Fixes usage of std::unique method.
Marcelo Lira
2012-03-09
1
-0
/
+1
*
Class members are traversed after the classes themselves.
Marcelo Lira
2012-03-09
1
-4
/
+33
*
Type translation now looks in the class' parent scope.
Marcelo Lira
2012-03-09
1
-4
/
+20
*
Fixed namespace resolution name.
Renato Filho
2012-03-09
1
-1
/
+14
[next]