aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Invalidate remaining instances when shutting downsb-0.4.0Lauro Neto2010-08-031-0/+8
* Modified tests using Point and assertNotEqual to use assert_(not a == b).Marcelo Lira2010-08-032-2/+2
* Revert "Created operator != or __ne__ in Point class, to avoid tests errors ...Marcelo Lira2010-08-032-7/+0
* Added custom code to VoidHolder.gimmeMeSomeVoidPointer().Marcelo Lira2010-08-031-1/+11
* Modified the void* converter to deal with all pointers as coming from Python.Marcelo Lira2010-08-031-14/+5
* Objects of the BaseWrapper type must call a deallocator.Marcelo Lira2010-08-031-1/+1
* Added a case for VoidHolder test that uses a native Python object.Marcelo Lira2010-08-031-1/+9
* Created operator != or __ne__ in Point class, to avoid tests errors with Pyt...Renato Filho2010-08-022-0/+7
* Bump version due to ABI changes.Lauro Neto2010-08-021-2/+2
* Uses insert to append items to std::list.Renato Filho2010-08-021-1/+3
* Fixed reference leak on shiboken make tuple.Renato Filho2010-07-292-13/+21
* Dealloc dict object on wrapper destructor.Renato Filho2010-07-291-0/+1
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-275-31/+24
* BindingManager destructor now asserts if the wrapper map is empty.Marcelo Lira2010-07-272-0/+24
* Fixed build to completely avoid debug symbols when compiling in release mode.Marcelo Lira2010-07-271-0/+1
* Fix char* converterRenato Filho2010-07-277-36/+81
* Fix elasticnodes segfault.Luciano Wolf2010-07-231-1/+1
* Fixed memory leak.Renato Filho2010-07-232-2/+5
* Added a custom cmake file to help finding Python debug provisions.Marcelo Lira2010-07-212-1/+25
* Fix error message, avoiding segfaults when dealing with primitive types.Luciano Wolf2010-07-211-1/+4
* Fix bug #252.Luciano Wolf2010-07-201-0/+4
* Fixed inject code to works on windows.Renato Filho2010-07-191-1/+2
* Moved python detection to root CMakelist.Renato Filho2010-07-192-3/+2
* Use correct python library in debug mode.Renato Filho2010-07-194-14/+23
* Removed "lib" prefix from shiboken plugin.Renato Filho2010-07-191-0/+1
* Fixed protected hack generation to work with new libapiextracotr api.Renato Filho2010-07-151-1/+1
* Fix segfault when dealing with converter(void *).Luciano Wolf2010-07-141-1/+1
* Enable support for NativePointer type (eg.: void *, QChar *, etc)Luciano Wolf2010-07-132-2/+9
* Use 60 secs to default test timeout.Renato Filho2010-07-131-1/+4
* Fixed wrong overload decisor generated code.Marcelo Lira2010-07-134-11/+102
* Use list on keep reference map.Renato Filho2010-07-092-9/+52
* Create referenceMap on demand.Renato Filho2010-07-094-39/+25
* Fixed ref leak on list cpp conversion.Renato Filho2010-07-091-1/+1
* Increase required versions of ApiExtractor and GeneratorRunner.Hugo Parente Lima2010-07-091-2/+2
* Remove old code inherited from boost python generator.Hugo Parente Lima2010-07-091-12/+1
* Adapt to recent changed in ApiExtractor API.Hugo Parente Lima2010-07-092-14/+14
* Implemented support to properties.Renato Filho2010-07-084-18/+65
* Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2010-07-063-1/+52
* Fix Converter<bool>::toCpp, to correctly convert number to boolean values.Hugo Parente Lima2010-07-061-1/+1
* Store class orignal name to future use.Renato Filho2010-07-053-1/+6
* Add support for static fields.Hugo Parente Lima2010-07-024-1/+27
* Do not write setters for const fields.Hugo Parente Lima2010-07-012-6/+8
* Added test for finding type scope in cases involving inheritance.Marcelo Lira2010-06-292-0/+44
* Create specializations for createWrapper function when a class inherits QObject.Hugo Parente Lima2010-06-291-0/+21
* Fix bug#256 - "PySide does not support signals with containers."Hugo Parente Lima2010-06-293-1/+21
* Fix overload decisor written on constructors.Hugo Parente Lima2010-06-252-5/+5
* Fixed scope for class fields.Renato Filho2010-06-251-5/+3
* Generate cpp file with "using namespace ..." if class inside ofRenato Filho2010-06-252-17/+42
* Do not export init_CLASSNAME functions.Hugo Parente Lima2010-06-251-8/+5
* Don't use PyAPI_FUNC in cpp files.Catalin Iacob2010-06-231-1/+1