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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced Nokia copyrights in header
HEAD
dev
4.8
Teemu Kaukoranta
2013-05-23
71
-71
/
+71
*
Added the "<custom-type>" tag, and better requirements for function signatures.
Marcelo Lira
2012-03-09
3
-36
/
+34
*
Fixed type resolution for types inside scopes, but their names omit this info...
Marcelo Lira
2012-03-09
2
-0
/
+36
*
AbstractMetaTypes for object types used as values must have the Value usage p...
Marcelo Lira
2012-03-09
2
-0
/
+31
*
Fixed insert-template tag when used inside a module level inject-code tag.
Marcelo Lira
2012-03-09
3
-0
/
+161
*
Fixes setting of template argument's usage pattern.
Marcelo Lira
2012-03-09
2
-1
/
+42
*
Fixed modifications to global functions.
Marcelo Lira
2012-03-09
2
-0
/
+38
*
Added improved functionality for the 'conversion-rule' tag.
Marcelo Lira
2012-03-09
2
-4
/
+180
*
Fixes method's argument types that are templates but the template variable wa...
Marcelo Lira
2012-03-09
5
-5
/
+47
*
Revert "Implement getTypeIndex function for types no generated types and prim...
Hugo Parente Lima
2012-03-09
6
-167
/
+4
*
Implement getTypeIndex function for types no generated types and primitive ty...
Hugo Parente Lima
2012-03-09
6
-4
/
+167
*
Added setTargetLangPackage and targetLangPackage methods to PrimitiveTypeEntry.
Marcelo Lira
2012-03-09
1
-2
/
+2
*
Included the unsigned types in TypeEntry::isCppPrimitive() method list of types.
Marcelo Lira
2012-03-09
2
-0
/
+43
*
Fix bug 731 - "Can't specify more than a single 'since' argument"
Hugo Parente Lima
2012-03-09
7
-11
/
+12
*
AbstractMetaClasses now hold the instantiation types for the templates they i...
Marcelo Lira
2012-03-09
2
-1
/
+53
*
Added default constructor option for value types.
Marcelo Lira
2012-03-09
3
-0
/
+94
*
Added a test for operator methods removal.
Marcelo Lira
2012-03-09
3
-0
/
+152
*
Fixed TypeEntry::isCppPrimitive() to process typedefs and "long long" type.
Marcelo Lira
2012-03-09
3
-0
/
+108
*
Added revision attribute to type entries tags and flags-revision to enum-type...
Hugo Parente Lima
2012-03-09
3
-0
/
+101
*
Fixed conversion operators type resolution for references to types.
Marcelo Lira
2012-03-09
2
-0
/
+60
*
Add support to template types as arguments on user added functions.
Hugo Parente Lima
2012-03-09
2
-0
/
+18
*
Added support for module extra includes.
Marcelo Lira
2012-03-09
3
-0
/
+117
*
Use QDir::currentPath() to avoid problems with armel-Meego target.
Luciano Wolf
2012-03-09
2
-2
/
+2
*
Added tests for template containers used as arguments for functions.
Marcelo Lira
2012-03-09
2
-0
/
+75
*
Added a depth counter to avoid segmentation faults when discarding type entries.
Marcelo Lira
2012-03-09
2
-0
/
+30
*
Added a test for dropped type system entries.
Marcelo Lira
2012-03-09
4
-1
/
+153
*
Global functions can now be renamed.
Marcelo Lira
2012-03-09
2
-0
/
+26
*
Use QCoreApplication instead of QApplication for TestModifyDocumentation.
Hugo Parente Lima
2012-03-09
1
-2
/
+9
*
Avoid crash reported on http://bugreports.qt.nokia.com/browse/QTBUG-16868
Hugo Parente Lima
2012-03-09
1
-4
/
+1
*
Un-hardcode test resources path
Lauro Neto
2012-03-09
3
-2
/
+9
*
Add support to fix bug#493 - "__eq__ and friends not implemented for QKeyEven...
Hugo Parente Lima
2012-03-09
1
-1
/
+16
*
Make installed tests executable
Lauro Neto
2012-03-09
1
-1
/
+1
*
Add option to install the tests binaries.
Lauro Neto
2012-03-09
1
-0
/
+3
*
Added unit test to field removal.
Marcelo Lira
2012-03-09
3
-0
/
+93
*
Implemented support to added functions for TypeAlias.
renatofilho
2012-03-09
2
-0
/
+28
*
Added a better support for resolution of enum value attribution.
Marcelo Lira
2012-03-09
2
-0
/
+74
*
Private enums are now accepted in the type system database.
Marcelo Lira
2012-03-09
2
-0
/
+44
*
Improved resolution of enum value attributions.
Marcelo Lira
2012-03-09
2
-2
/
+54
*
Fixed AbstractMetaBuilder to handle enum values receiving boolean values.
Marcelo Lira
2012-03-09
1
-3
/
+40
*
Argument types that are arrays with specified sizes are correctly recognized.
Marcelo Lira
2012-03-09
3
-0
/
+159
*
Added tests for global enums.
Marcelo Lira
2012-03-09
2
-0
/
+38
*
Updates tests to use nesting of type declarations.
Marcelo Lira
2012-03-09
5
-17
/
+147
*
Added tests for anonymous enums.
Marcelo Lira
2012-03-09
2
-0
/
+31
*
Fixed function modification propagation.
Renato Filho
2012-03-09
2
-0
/
+87
*
Created function to discovery when a class implement a container type.
Renato Filho
2012-03-09
3
-0
/
+97
*
If a class have a non final method doesn't mean that class is polymorphic.
Hugo Parente Lima
2012-03-09
2
-0
/
+33
*
Make libxml2 and libxslt optional dependencies.
Hugo Parente Lima
2012-03-09
1
-1
/
+3
*
Fixed memory leak.
Renato Filho
2012-03-09
1
-2
/
+2
*
Fix bug#260 - "Can't modify argument name of a function added with add-functi...
Hugo Parente Lima
2012-03-09
2
-0
/
+28
*
Added test for a class inheriting from a container template.
Marcelo Lira
2012-03-09
2
-0
/
+37
[next]