aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump the shiboken version due to BIC changes in commits:Hugo Parente Lima2010-09-091-2/+2
* Bump the required versions for ApiExtractor and GeneratorRunner.Hugo Parente Lima2010-09-091-2/+2
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-09105-2106/+846
* Retore thread state in the first line before the C++ call to avoid any otherHugo Parente Lima2010-09-081-32/+40
* Avoid call functions when an error occurs on argument conversion.Renato Filho2010-09-033-0/+9
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-032-52/+30
* Make the ownership transfer to CPP in native virtual functions.Renato Filho2010-09-021-1/+2
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-015-36/+22
* Use the correct path separator on Windows.Hugo Parente Lima2010-08-312-2/+8
* Fix linker problems on MSVC.Hugo Parente Lima2010-08-311-4/+4
* Impleted auto code for classes derived from list container.Renato Filho2010-08-307-0/+177
* Release the python threads inside of injected code.Renato Filho2010-08-301-28/+31
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-3011-63/+194
* Add -Wno-strict-aliasing to debug and release builds using GCC.Hugo Parente Lima2010-08-301-2/+2
* Generated original_name with "*" for object classes.Renato Filho2010-08-262-3/+10
* Move gilstate implementation to a sparated file.Renato Filho2010-08-253-3/+59
* Doc for new inject code rule.Renato Filho2010-08-251-1/+7
* Accepts inject conde on virtual functions before call c++ code.Renato Filho2010-08-251-0/+9
* Verify if the arg received on invalidateWrapper, is Py_None or NULL.Renato Filho2010-08-251-1/+1
* Move ThreadStateSaver implementation from the header to a cpp file.Renato Filho2010-08-253-12/+72
* Fix bug#308 - "Confusing error for wrong argument types"Hugo Parente Lima2010-08-241-3/+10
* Included vector header on generated files.Renato Filho2010-08-231-0/+1
* Fixed CMake config file for libshiboken.Renato Filho2010-08-231-1/+1
* Removed generation of #warning in cpp files move this message to generator re...Renato Filho2010-08-201-2/+1
* Avoid create arguments parser to function without default arguments.Renato Filho2010-08-201-20/+24
* 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