aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Check if the directory exists before writing C++ module definition file.Hugo Parente Lima2012-03-081-0/+1
* Removed huge if block to ease the code readbility.Hugo Parente Lima2012-03-081-187/+190
* Fixed type system variable replacement for arguments removed with conversion ...Marcelo Lira2012-03-088-56/+87
* Small visual improvements on writeArgumentNames().Marcelo Lira2012-03-081-10/+7
* Disassembled ShibokenGenerator's writeCodeSnips method.Marcelo Lira2012-03-084-296/+301
* Added compilation test for value type argument in a lshift operator.Marcelo Lira2012-03-081-0/+1
* Added test for removed pointer out argument.Marcelo Lira2012-03-087-5/+72
* Removed unnecessary indentation from generated overload selector switch.Marcelo Lira2012-03-081-19/+13
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-083-47/+46
* Moved many variables names used in generated code to macros.Marcelo Lira2012-03-085-155/+150
* Revamped the virtual method writer.Marcelo Lira2012-03-084-80/+82
* I rewrote generator functions of type checking strings in ShibokenGenerator.Marcelo Lira2012-03-081-60/+55
* The rich comparison function writer now makes use of the C++ self variable wr...Marcelo Lira2012-03-082-20/+27
* Added functions to provide a cleaner enum and flags initialization.Marcelo Lira2012-03-083-65/+172
* Added the ErrorCode helper class to handle the current error code value.Marcelo Lira2012-03-082-31/+29
* Moved the generation of Python result error checking to a single function.Marcelo Lira2012-03-082-27/+16
* Sanitized CppGenerator's writeToPythonFunction() method.Marcelo Lira2012-03-081-9/+16
* Modified the generation of 'nb_bool' functions to use standard functions.Marcelo Lira2012-03-081-5/+7
* Improved coding style in the terrible writeStdListWrapperMethods method.Marcelo Lira2012-03-082-34/+39
* Added a method to retrieve a function's argument typeMarcelo Lira2012-03-084-46/+81
* Improved the code of two code generation functions for better readability.Marcelo Lira2012-03-081-30/+36
* AbstractMetaType builder now calls the metatype's own 'decideUsagePattern' me...Marcelo Lira2012-03-081-2/+1
* Renamed argument of ShibokenGenerator's getTypeIndexVariableName() method.Marcelo Lira2012-03-082-6/+4
* Centralized the generation of global and class enums in one method.Marcelo Lira2012-03-082-20/+16
* Created a method to generate method wrapper variable initialization code.Marcelo Lira2012-03-082-72/+74
* Fixed writeBaseConversion method to handle references to C++ primitives.Marcelo Lira2012-03-085-4/+70
* All Python to C++ conversions were moved to CppGenerator::writePythonToCppTyp...Marcelo Lira2012-03-082-42/+55
* More readable code on CppGenerator::writeVirtualMethodNative() method.Marcelo Lira2012-03-081-16/+12
* Improved writeInvalidPyObjectCheck() method and updated generator to make use...Marcelo Lira2012-03-082-38/+40
* Improved readability of CppGenerator::writeCopyFunction() method.Marcelo Lira2012-03-081-32/+18
* Improved CppGenerator::writeCppSelfDefinition() method and its use.Marcelo Lira2012-03-082-52/+50
* Removed signatures without definition from CppGenerator header.Marcelo Lira2012-03-081-2/+0
* Removed unused parameter from writeInvalidCppObjectCheck().Marcelo Lira2012-03-082-8/+8
* Added a function to initialize a new wrapper type and add it to a module or e...Marcelo Lira2012-03-083-75/+132
* Introduces new API to create and import Python modules.Marcelo Lira2012-03-087-12/+180
* Added test for a typedef to a primitive numerical type.Marcelo Lira2012-03-084-0/+61
* Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.Marcelo Lira2012-03-083-74/+5
* Moved the methods isObjectType() and isPointer() from ShibokenGenerator to Ge...Marcelo Lira2012-03-083-52/+18
* Fixes ShibokenGenerator::isCString(type).Marcelo Lira2012-03-081-1/+3
* Moved an enum tag on 'sample' test binding to a better position.Marcelo Lira2012-03-081-1/+1
* Moved some type system variable replacement to their own methods.Marcelo Lira2012-03-082-16/+48
* std::auto_ptr is safer than relying in an if clause at the end of the code bl...Marcelo Lira2012-03-081-6/+7
* Fix bug 941 - "Signals with QtCore.Qt types as arguments has invalid signatures"Hugo Parente Lima2012-03-081-81/+12
* Check for PYTHONVERBOSE enviroment var to print debug message on bindingRenato Filho2012-03-081-9/+11
* Updated apiextractor version dependecy.sb-1.0.5Renato Filho2012-03-081-1/+1
* Used SignalManager function to retrieve MetaObjectRenato Filho2012-03-081-1/+1
* Fix bug 939 - "Shiboken::importModule must verify if PyImport_ImportModule su...Hugo Parente Lima2012-03-081-2/+5
* Added a build option to compile and run only the minimal set of tests.Marcelo Lira2012-03-081-7/+15
* Check if need to use placement new for types that inherits QObject due to QML...Hugo Parente Lima2012-03-081-5/+12
* More convenience functions added. More refactoring. Code more readable.Marcelo Lira2012-03-084-25/+59