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
*
Shiboken generator and libshiboken now share the same version number.
0.2.0
Hugo Lima
2010-03-23
2
-4
/
+7
*
Changed routine to create source packages.
Hugo Lima
2010-03-23
1
-3
/
+7
*
Small fixes in documentation
Lauro Neto
2010-03-23
5
-5
/
+37
*
Adding basic compile information
Lauro Neto
2010-03-23
1
-0
/
+19
*
Remove duplicated definition of libshiboken_VERSION.
Hugo Lima
2010-03-23
1
-1
/
+0
*
Fixes Converter<void*>::toPython method.
Marcelo Lira
2010-03-23
2
-0
/
+8
*
Enum's __invert__ method must use 'self' argument.
Marcelo Lira
2010-03-23
1
-1
/
+1
*
The __not__ method is not generated any more since it is not being used.
Marcelo Lira
2010-03-23
1
-1
/
+0
*
Adds tests to type system modifications regarding reference to pointer type.
Marcelo Lira
2010-03-22
4
-0
/
+153
*
Fixes virtual method writer to handle modification to return type.
Marcelo Lira
2010-03-22
1
-5
/
+11
*
Fixed virtual method callers to consider modifications to return type.
Marcelo Lira
2010-03-22
1
-1
/
+6
*
Updated ShibokenGenerator::injectedCodeHasReturnValueAttribution.
Marcelo Lira
2010-03-22
2
-9
/
+16
*
Converter<T*>::toCpp specialization now converts None to NULL pointer first.
Marcelo Lira
2010-03-22
1
-1
/
+3
*
Merge branch 'operator'
Lauro Neto
2010-03-22
13
-3
/
+209
|
\
|
*
Make sure reverse shift operators are called
Lauro Neto
2010-03-22
1
-0
/
+32
|
*
Adding greedy method to Collector
Lauro Neto
2010-03-22
4
-2
/
+28
|
*
Adding OtherObjectType to libother
Lauro Neto
2010-03-22
7
-0
/
+148
|
*
Fix SbkBaseWrapper_Check cast
Lauro Neto
2010-03-22
1
-1
/
+1
*
|
Fix pkgconfig libdir variable with lib64/ or lib32/ directories.
Hugo Lima
2010-03-22
1
-2
/
+2
*
|
Fix CppGenerator::writeMinimalConstructorCallArguments when the class has non...
Hugo Lima
2010-03-22
1
-3
/
+5
|
/
*
Fix error message for containers, replacing QList by list, QHash by dict, etc.
Hugo Lima
2010-03-22
1
-0
/
+12
*
Adds a test for a method with modifications and custom conversion rules.
Marcelo Lira
2010-03-19
3
-1
/
+28
*
Better handling of replaced types and custom conversions in the overload deci...
Marcelo Lira
2010-03-19
1
-12
/
+24
*
Adds ShibokenGenerator::buildAbstractMetaTypeFromString.
Marcelo Lira
2010-03-19
2
-3
/
+52
*
Minimal grammar fixes
Matti Airas
2010-03-19
1
-3
/
+3
*
Added a unit test to check the object-type hashability.
Hugo Lima
2010-03-19
1
-1
/
+7
*
Allow hash-function tag to be definied in object-types (Fix bug #186).
Hugo Lima
2010-03-19
4
-2
/
+12
*
sortOverload function should use not use primitive types aliases.
Hugo Lima
2010-03-18
1
-12
/
+35
*
Write enum checks before int, long and bool checks.
Hugo Lima
2010-03-18
2
-4
/
+16
*
Speed up conversions of lists from python to c++ if the list class
Hugo Lima
2010-03-18
1
-0
/
+3
*
Added ObjectTypeReferenceConverter, so object-types can be used as references.
Hugo Lima
2010-03-18
2
-0
/
+20
*
Sequence conversion are made ONLY for python sequences.
Hugo Lima
2010-03-18
1
-3
/
+7
*
Added Shiboken::isShibokenType function to check is a object have a type
Hugo Lima
2010-03-18
1
-0
/
+7
*
Just try to reduce a bit the noise in source code caused by the use of templa...
Hugo Lima
2010-03-18
1
-4
/
+2
*
Add a default implementation for SbkType, so not binded types will return a n...
Hugo Lima
2010-03-18
1
-1
/
+4
*
Move the checks to verify if an object is invalid to Shiboken::cppObjectIsInv...
Hugo Lima
2010-03-18
2
-26
/
+8
*
Renamed templates used for conversions of containers.
Hugo Lima
2010-03-18
4
-8
/
+8
*
Changed the semantic of Converter<T>::isConvertible method.
Hugo Lima
2010-03-18
6
-53
/
+126
*
Added test for conversion of lists with invalid contents.
Hugo Lima
2010-03-18
1
-0
/
+5
*
Do not incref and decref the python dict reference on python to c++ conversions.
Hugo Lima
2010-03-18
1
-5
/
+0
*
Fix reference leak in StdPair converter.
Hugo Lima
2010-03-18
1
-2
/
+2
*
Remove boost::graph dependency from Shiboken generator.
Hugo Lima
2010-03-18
2
-23
/
+27
*
Object-types are not copyable at all.
Hugo Lima
2010-03-18
1
-1
/
+1
*
added support for pure virtual methods returning void ptrs
Matti Airas
2010-03-17
7
-2
/
+30
*
bugfix: always write the return statement
Matti Airas
2010-03-17
1
-2
/
+3
*
fixed a typo in the test class name
Matti Airas
2010-03-17
1
-2
/
+2
*
Merge branch 'master' into extensibleconversions
Marcelo Lira
2010-03-04
12
-42
/
+123
|
\
|
*
Link shiboken_generator against apiextractor
Didier Raboud
2010-03-04
1
-0
/
+1
|
*
Merge remote branch 'hugopl/typediscovery2'
Hugo Lima
2010-03-03
11
-42
/
+122
|
|
\
|
|
*
Init tb_base of SbkBaseWrapperType_Type on struct declaration instead of
Hugo Lima
2010-03-03
1
-3
/
+1
[next]