aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed shiboken library name on windows.Hugo Parente Lima2010-08-201-2/+4
* Fixed config file to work on windows.Renato Filho2010-08-201-1/+7
* Fixed install dir on windows.Renato Filho2010-08-201-1/+4
* Get ride of PyMODINIT_FUNC, since it doesn't correctly set the visibility rul...Hugo Parente Lima2010-08-195-33/+9
* Fixed tests enviroment vars.Renato Filho2010-08-191-2/+2
* Fix mem leak in shiboken tests.Hugo Parente Lima2010-08-191-5/+16
* use MSVC flag to detect the compiler on hash library.Renato Filho2010-08-191-1/+1
* Use .pyd to python modules on windows.Renato Filho2010-08-192-0/+6
* Remove definition of NOCOLOR constant.Hugo Parente Lima2010-08-191-1/+1
* Fix problems with dllimport/dllexport in some shiboken functions/variables.Hugo Parente Lima2010-08-193-18/+17
* Fixed module initialization export.Renato Filho2010-08-191-1/+1
* Fixed tests to run on windows.Renato Filho2010-08-192-30/+27
* Include python headers befor use Python macros.Renato Filho2010-08-191-3/+4
* Fixed libsample export to avoid warnings on windows.Renato Filho2010-08-191-3/+3
* Fix flags used when compiling using MSVC.Renato Filho2010-08-191-1/+1
* Use CMake DEFINES to export symbols.Renato Filho2010-08-193-7/+9
* Used the define MSVC in goggle hash to compile with native windows API.Renato Filho2010-08-191-1/+1
* fixed tests exported symbols.Renato Filho2010-08-1842-192/+190
* Fixed bug on named args parser.Renato Filho2010-08-171-1/+2
* Fix bug 294 - "If the function must return a QFlags<T> and you return T, an e...Hugo Parente Lima2010-08-172-3/+5
* Implement support to signal connection on constructor using named arguments.Renato Filho2010-08-161-9/+26
* Create unit test to function with ambiguous signature in Python side.Renato Filho2010-08-166-1/+124
* Adds support for property setting in QObject derived constructors.Marcelo Lira2010-08-131-15/+51
* Use isValuetype to verify if the class has copy constructor.Renato Filho2010-08-121-1/+1
* Register wrapper class on type resolver.Hugo Parente Lima2010-08-121-0/+4
* Created unit test to operator().Renato Filho2010-08-114-0/+56
* Fix debug build when no debug symbols was found for Python libs.Hugo Parente Lima2010-08-111-1/+2
* Use 0 as default value to Valuepointer.Renato Filho2010-08-101-1/+1
* Modified one more test to use assert_(not a == b) instead of assertNotEqualKalev Lember2010-08-041-1/+1
* C++ wrapper code is generated for functions whose visibility was modified to ...Marcelo Lira2010-08-042-3/+5
* Added function to check if a function visibility was changed to private.Marcelo Lira2010-08-042-1/+12
* Bump to version 0.4.1.Renato Filho2010-08-031-1/+1
* 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