aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cmake files used by other projects to detect Shiboken.Hugo Parente Lima2010-06-233-5/+5
* Implementad generation of objects without namespace if namespace wasRenato Filho2010-06-231-2/+2
* Fix bug: "Debug build fails to run the tests (doesn't work) [_Py_AddToAllObje...Hugo Parente Lima2010-06-211-0/+11
* Add unit test for bug#237.Hugo Parente Lima2010-06-211-0/+48
* Removed missing local include path for hash library.Renato Filho2010-06-181-2/+1
* Find installed google hash library.Renato Filho2010-06-181-1/+9
* Fixes the build-tests by including the library postfixes in the programRenato Filho2010-06-182-2/+2
* Updated documentation.Marcelo Lira2010-06-171-1/+1
* Adds support for named arguments in function calls.Marcelo Lira2010-06-173-36/+180
* Fixes minor error in ternary expression.Marcelo Lira2010-06-171-2/+2
* Adds a method to tell if multiple Python arguments must be used in the code.Marcelo Lira2010-06-172-1/+13
* Added methods to check if overloads contain any argument with default values.Marcelo Lira2010-06-172-0/+52
* Modified some methods on OverloadData to accept references to function lists.Marcelo Lira2010-06-172-6/+6
* Added method fullPythonFunctionName(func) to ShibokenGenerator.Marcelo Lira2010-06-173-13/+20
* Created unit tests for named arguments.Renato Filho2010-06-173-4/+104
* Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.Renato Filho2010-06-172-2/+2
* Create getType function on TypeResolver.Renato Filho2010-06-172-0/+30
* Add libother directory to LD_LIBRARY_PATH, shiboken can be compiled with CMAK...Hugo Parente Lima2010-06-171-1/+1
* Fix bug#237 - "core dump when call wrong constructor inside of a class"Hugo Parente Lima2010-06-163-1/+43
* chmod -x on all tests.Hugo Parente Lima2010-06-1668-0/+0
* Overload decisor code modified to separate the decision and caller parts.Marcelo Lira2010-06-152-77/+214
* Added method to OverloadData to return the list of overloads without repetition.Marcelo Lira2010-06-152-0/+18
* Added method to guess scope of function argument default values.Marcelo Lira2010-06-152-0/+109
* Adds a test for function call that triggers an implicit conversion.Marcelo Lira2010-06-151-0/+6
* Added test function with an integer argument that have an enum as default value.Marcelo Lira2010-06-153-0/+14
* Shiboken::cppObjectIsInvalid(PyObject*) now returns false when the argument i...Marcelo Lira2010-06-151-1/+1
* Fix problems on MacOSX due to uninitialized variables and mixing of int, uint...Hugo Parente Lima2010-06-157-25/+23
* MSVC complains about the missing operator< in Str when we use it on a std::list.Hugo Parente Lima2010-06-142-0/+6
* Fixed checkType of int and floating point converters.Hugo Parente Lima2010-06-101-2/+2
* Automatically register all primitive types on TypeResover.Hugo Parente Lima2010-06-104-20/+28
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-096-29/+92
* CppGenerator now considers user defined default constructors for primitive ty...Marcelo Lira2010-06-081-1/+5
* Bump version to 0.3.3.Renato Filho2010-06-071-1/+1
* ShibokenGenerator::filterFunctions method becomes static.sb-0.3.2Marcelo Lira2010-06-031-1/+1
* Avoid crashing CppGenerator if the module entry couldn't be retrieved.Marcelo Lira2010-06-031-1/+3
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-039-10/+85
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-025-6/+71
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-027-32/+177
* Adds protected enum test cases.Marcelo Lira2010-06-014-1/+57
* Fixes generation of classes with protected virtual destructors.Marcelo Lira2010-05-311-1/+7
* Use external CXX_FLAGS on compilation flags.Renato Filho2010-05-281-2/+2