aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...Marcelo Lira2012-03-083-3/+6
* Fix bug613 - "QSvgRenderer chooses QByteArray overload when given a file path"Hugo Parente Lima2012-03-081-1/+5
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-084-9/+31
* Created unit test for enum.__repr__ function.Renato Araujo Oliveira Filho2012-03-081-0/+10
* Fixed enum __repr__ function.Renato Araujo Oliveira Filho2012-03-082-9/+33
* Added the "%CPPTYPE" type system variable.Marcelo Lira2012-03-082-0/+16
* Type system %TYPE variable is now available for class wide custom code.Marcelo Lira2012-03-082-2/+3
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-085-11/+11
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-082-2/+35
* Fix bug#640 - "(elasticnode) Crash in example elasticnodes.py"Hugo Parente Lima2012-03-081-3/+4
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-087-7/+96
* Fix bug#636 - "Unable to navigate back to the main site from the generated do...Hugo Parente Lima2012-03-082-5/+3
* Update module version dependency.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Updated apiextractor and generatorrunner version dependency.sb-1.0.0-beta4Renato Araujo Oliveira Filho2012-03-081-3/+3
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-082-1/+29
* Added test for module reloading.Marcelo Lira2012-03-082-0/+52
* Add Shiboken::Object::isValid(SbkObject* pyObj, bool throwPyError = true) fun...Hugo Parente Lima2012-03-082-1/+16
* Added more test cases for protected attributes.Marcelo Lira2012-03-082-7/+51
* Fix windows compilation.Renato Araujo Oliveira Filho2012-03-082-7/+20
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-083-9/+36
* Updated Shiboken documentation with advice about duck punching and virtual me...Marcelo Lira2012-03-083-0/+74
* Optimized setParent function.Renato Araujo Oliveira Filho2012-03-082-2/+12
* Append python name to libshiboken output fileLauro Neto2012-03-085-28/+48
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-085-0/+119
* The overload decisor must put enums before types implicitly convertible from ...Marcelo Lira2012-03-081-0/+23
* Fix SbkType name when setting exception in virtualLauro Neto2012-03-081-1/+1
* Add test for invalid type returning from virtualsLauro Neto2012-03-081-0/+57
* Initialize ShibokenObject private data.Renato Araujo Oliveira Filho2012-03-081-0/+3
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-084-1/+22
* Use sleep function to give time to process breath.sb-1.0.0-beta3Renato Araujo Oliveira Filho2012-03-081-1/+10
* Release the gil for every C++ function call, ignoring allow-thread attribute ...Hugo Parente Lima2012-03-081-17/+2
* Added test case for Bug #572.Marcelo Lira2012-03-082-0/+49
* A convertible check must be done on named arguments as it is done on regular ...Marcelo Lira2012-03-081-1/+8
* Added a Linux man page for Shiboken.Marcelo Lira2012-03-082-1/+79
* Add support for operator overload injection.Hugo Parente Lima2012-03-084-18/+38
* Use QByteArray instead of QString to save 1 pico second :-)Hugo Parente Lima2012-03-081-2/+2
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2012-03-084-7/+40
* Fix test after changes to SequenceToArgcArgvLauro Neto2012-03-081-1/+1
* Put __file__ on argv only when a empty list is given.Hugo Parente Lima2012-03-081-14/+22
* Don't generate type resolvers using the const keyword.Hugo Parente Lima2012-03-081-4/+1
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-088-7/+158
* Avoid compiler warning about unhandled constant in switch block.Hugo Parente Lima2012-03-081-0/+3
* Fix typoHugo Parente Lima2012-03-081-1/+1
* Fix bug#554 - "Inner classes don't work and give us a segfault"Hugo Parente Lima2012-03-082-4/+43
* Used Qt4.7 code to normalize types for all previous Qt version.Renato Araujo Oliveira Filho2012-03-084-6/+323
* Removed '&' from type registration.Renato Araujo Oliveira Filho2012-03-081-3/+3
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-089-15/+201
* Fixed signal register function.Renato Araujo Oliveira Filho2012-03-081-2/+5
* Fix Py_DEBUG detection on Windows.Hugo Parente Lima2012-03-081-1/+1
* Minor changed in CMakeLists.txtHugo Parente Lima2012-03-081-5/+4