index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
samplebinding
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modified tests using Point and assertNotEqual to use assert_(not a == b).
Marcelo Lira
2010-08-03
2
-2
/
+2
*
Added custom code to VoidHolder.gimmeMeSomeVoidPointer().
Marcelo Lira
2010-08-03
1
-1
/
+11
*
Added a case for VoidHolder test that uses a native Python object.
Marcelo Lira
2010-08-03
1
-1
/
+9
*
Create a new copy from object when convert from PyObject to const ref.
Renato Filho
2010-07-27
1
-9
/
+0
*
BindingManager destructor now asserts if the wrapper map is empty.
Marcelo Lira
2010-07-27
1
-0
/
+13
*
Fix char* converter
Renato Filho
2010-07-27
2
-6
/
+10
*
Fixed inject code to works on windows.
Renato Filho
2010-07-19
1
-1
/
+2
*
Use correct python library in debug mode.
Renato Filho
2010-07-19
1
-1
/
+1
*
Fixed wrong overload decisor generated code.
Marcelo Lira
2010-07-13
1
-0
/
+51
*
Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"
Hugo Parente Lima
2010-07-06
1
-0
/
+42
*
Add support for static fields.
Hugo Parente Lima
2010-07-02
1
-0
/
+3
*
Added test for finding type scope in cases involving inheritance.
Marcelo Lira
2010-06-29
1
-0
/
+43
*
Fixes the build-tests by including the library postfixes in the program
Renato Filho
2010-06-18
1
-1
/
+1
*
Created unit tests for named arguments.
Renato Filho
2010-06-17
1
-0
/
+67
*
Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.
Renato Filho
2010-06-17
1
-1
/
+1
*
chmod -x on all tests.
Hugo Parente Lima
2010-06-16
68
-0
/
+0
*
Adds a test for function call that triggers an implicit conversion.
Marcelo Lira
2010-06-15
1
-0
/
+6
*
Added test function with an integer argument that have an enum as default value.
Marcelo Lira
2010-06-15
1
-0
/
+6
*
Added Converter<T>::checkType.
Hugo Parente Lima
2010-06-09
1
-1
/
+1
*
Added support for protected fields when not using the "protected hack".
Marcelo Lira
2010-06-03
3
-1
/
+15
*
Fixes code generation for classes with private destructors.
Marcelo Lira
2010-06-02
1
-0
/
+17
*
Generator improved to handle protected enums without the protected hack.
Marcelo Lira
2010-06-02
2
-5
/
+33
*
Adds protected enum test cases.
Marcelo Lira
2010-06-01
3
-1
/
+43
*
Added tests for user added functions declared inside namespaces.
Hugo Parente Lima
2010-04-30
2
-0
/
+9
*
Adding test for #212 - Overloads with enums
Lauro Neto
2010-04-30
1
-1
/
+13
*
Merge remote branch 'luck/fixprivctor'
Luciano Wolf
2010-04-23
4
-0
/
+82
|
\
|
*
Support to "only private constructor available" case.
Luciano Wolf
2010-04-21
4
-0
/
+82
*
|
Use qualified class name when callign a method like self->ClassName::method().
Hugo Parente Lima
2010-04-22
2
-1
/
+3
*
|
Added support for enums inside classes inside namespaces.
Hugo Parente Lima
2010-04-22
2
-0
/
+2
*
|
Add test for classes and inner classes inside namespaces.
Hugo Parente Lima
2010-04-22
4
-2
/
+46
*
|
Add declaration of global functions on sample typesystem.
Hugo Parente Lima
2010-04-22
1
-3
/
+24
*
|
Fixed argument policy propagate.
Renato Filho
2010-04-22
1
-1
/
+11
|
/
*
Remove warnings about "deprecated conversion from string constant to 'char*'".
Hugo Parente Lima
2010-04-12
1
-1
/
+1
*
Better error messages when reimplementing virtual methods.
Hugo Parente Lima
2010-04-08
1
-1
/
+9
*
Add another test case to multi_cpp_test.py
Hugo Parente Lima
2010-04-08
1
-0
/
+30
*
Adding test for mixed Python/C++ mult. inheritance
Lauro Neto
2010-04-08
1
-0
/
+71
*
Adding multiple inheritance + virtual method test
Lauro Neto
2010-04-08
1
-0
/
+83
*
Added unit test for crash with references, None types and comparison functions.
Hugo Parente Lima
2010-04-05
1
-1
/
+6
*
Added some simple tests about multiple inheritance from two C++ objects.
Hugo Lima
2010-03-30
1
-0
/
+70
*
Adds test case for libsample's Size class copy constructor.
Marcelo Lira
2010-03-26
2
-7
/
+14
*
Fixes Converter<void*>::toPython method.
Marcelo Lira
2010-03-23
1
-0
/
+6
*
Adds tests to type system modifications regarding reference to pointer type.
Marcelo Lira
2010-03-22
2
-0
/
+137
*
Adding greedy method to Collector
Lauro Neto
2010-03-22
1
-2
/
+15
*
Adds a test for a method with modifications and custom conversion rules.
Marcelo Lira
2010-03-19
1
-1
/
+17
*
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
1
-1
/
+1
*
Write enum checks before int, long and bool checks.
Hugo Lima
2010-03-18
1
-2
/
+5
*
Renamed templates used for conversions of containers.
Hugo Lima
2010-03-18
3
-3
/
+3
*
Changed the semantic of Converter<T>::isConvertible method.
Hugo Lima
2010-03-18
2
-6
/
+15
*
Added test for conversion of lists with invalid contents.
Hugo Lima
2010-03-18
1
-0
/
+5
[next]