index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug#142.
Hugo Lima
2010-02-24
5
-5
/
+58
*
Adds a 'new' function to the SbkBaseWrapperType meta type.
Marcelo Lira
2010-02-24
1
-1
/
+21
*
Remove FindShiboken.cmake file in favor of ShibokenConfig and Version .cmake ...
Hugo Lima
2010-02-24
5
-23
/
+33
*
Fixed QMetaObject.className return value.
Renato Filho
2010-02-24
1
-2
/
+4
*
The C++ pointer for a Python wrapper is now acquired using a Converter.
Marcelo Lira
2010-02-24
2
-5
/
+2
*
The special cast function can now cast a pointer to all ancestor classes.
Marcelo Lira
2010-02-24
1
-4
/
+3
*
Adds method ShibokenGenerator::getAllAncestors(metaClass)
Marcelo Lira
2010-02-24
2
-1
/
+15
*
Fixed support for innerclass.
Renato Filho
2010-02-24
2
-4
/
+68
*
Remove inplace operators of flags
Lauro Neto
2010-02-23
2
-27
/
+3
*
Adding default value for enum/flag constructor
Lauro Neto
2010-02-23
2
-4
/
+9
*
Fixing Enum '~' invert operator
Lauro Neto
2010-02-23
1
-3
/
+3
*
Write hash function for types with hash function specified in typesystem.
Hugo Lima
2010-02-23
2
-1
/
+18
*
Add writeToCppConversion overload with AbstractMetaClass instead of AbstractM...
Hugo Lima
2010-02-23
2
-0
/
+8
*
Add hash function for Str and proper unit test.
Hugo Lima
2010-02-23
4
-1
/
+56
*
Pass QStrings by const references instead of by value.
Hugo Lima
2010-02-23
2
-13
/
+11
*
Add support for "signed short" type (needed in QtCore.QTextStream)
Luciano Wolf
2010-02-23
1
-0
/
+1
*
- Fix method writeTypeCheck, so it finally correct decides when to use PyNumb...
Hugo Lima
2010-02-23
3
-20
/
+18
*
The C++-like enum values are now registered inside the related enums.
Marcelo Lira
2010-02-23
2
-0
/
+13
*
Remove warning in injected code related to comparison between signed and unsi...
Hugo Lima
2010-02-22
1
-1
/
+1
*
Remove warnings related to comparison between signed and unsigned integer exp...
Hugo Lima
2010-02-22
1
-21
/
+41
*
Fix memory corruption due to missing parenthesis in ternary operator
Anderson Lizardo
2010-02-22
1
-1
/
+1
*
Adds the convenience method 'isPairContainer' to ShibokenGenerator.
Marcelo Lira
2010-02-20
3
-9
/
+12
*
Adds the convenience method 'isCString' to ShibokenGenerator.
Marcelo Lira
2010-02-20
3
-9
/
+16
*
The C string converter now transforms a Python None in a C null pointer.
Marcelo Lira
2010-02-20
1
-1
/
+5
*
Adds test for C++ 'const char*' argument receiving a Python None as a null po...
Marcelo Lira
2010-02-20
2
-0
/
+52
*
Message for signature errors treats C++ null pointer as Python None.
Marcelo Lira
2010-02-20
1
-2
/
+7
*
All enums are now extensible to match the C++ casting behaviour.
Marcelo Lira
2010-02-20
5
-14
/
+43
*
Fix bug on overload resolution when the generator needs to decide if
Hugo Lima
2010-02-19
1
-7
/
+17
*
Added more tests for bugs found in overload resolution.
Hugo Lima
2010-02-19
3
-1
/
+23
*
Added previousOverloadData attribute to OverloadData, so we cna walk on overl...
Hugo Lima
2010-02-19
2
-2
/
+5
*
Fixing array deallocation in example
Lauro Neto
2010-02-19
2
-2
/
+2
*
Adding test for sequenceToIntArray
Lauro Neto
2010-02-19
4
-0
/
+65
*
Adding sequenceToIntArray helper function
Lauro Neto
2010-02-19
2
-0
/
+45
*
Some optimizations and code cleanup on conversion code for std containers.
Hugo Lima
2010-02-18
1
-11
/
+7
*
other binding does not link against sample binding.
Hugo Lima
2010-02-18
2
-3
/
+2
*
Converter<T> doesn't inherits ConverterBase, to avoid uneeded template instan...
Hugo Lima
2010-02-18
1
-1
/
+1
*
User definied converters are written outside Shiboken namespace.
Hugo Lima
2010-02-18
6
-3
/
+11
*
Add some comments on the generated global header.
Hugo Lima
2010-02-18
1
-0
/
+2
*
Write all converters on global header to avoid the module from exporting any ...
Hugo Lima
2010-02-18
4
-83
/
+83
*
Adds test for cast operator for a class in a different module.
Marcelo Lira
2010-02-18
8
-1
/
+159
*
libother now uses its own library export macros instead of libsample ones.
Marcelo Lira
2010-02-18
2
-2
/
+54
*
Fixes method call error messages for constructors.
Marcelo Lira
2010-02-18
1
-2
/
+5
*
Write a verbose error messages when the function arguments don't match.
Hugo Lima
2010-02-18
5
-3
/
+89
*
The generator takes "default ownership" modifications into account.
Marcelo Lira
2010-02-17
1
-0
/
+5
*
Do not export Sbk*Type variables.
Hugo Lima
2010-02-12
7
-34
/
+136
*
Do not declare and export *_New functions on global header.
Hugo Lima
2010-02-12
1
-4
/
+0
*
Deallocator for classes with private destructor now calls reference clearing ...
Marcelo Lira
2010-02-12
1
-0
/
+1
*
Fixes the type checking for class' fields of primitive numeric types.
Marcelo Lira
2010-02-12
1
-1
/
+1
*
Removed tests related to reference keeping from black list.
Marcelo Lira
2010-02-12
1
-1
/
+1
*
Updates the code written to support reference keeping.
Marcelo Lira
2010-02-12
1
-42
/
+9
[next]