aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disabled GCC optimization flags by default.Renato Filho2010-05-281-12/+13
* Fix Shiboken version number to generate documentation.Luciano Wolf2010-05-271-2/+2
* Fixed declaration of class SimpleFile.Renato Filho2010-05-262-30/+56
* Fixed use of constructor for code snip.Renato Filho2010-05-261-2/+2
* Fix segfault in function return modification.Renato Filho2010-05-241-2/+6
* Cosmetic changes.Hugo Parente Lima2010-05-212-41/+47
* Add a call to PySide::initQtMetaType for every type when the pyside extension...Hugo Parente Lima2010-05-201-1/+9
* Moved creation of MetaObject before injection code on constructor.Renato Filho2010-05-191-7/+9
* API fixes.Renato Filho2010-05-1818-148/+169
* Export signals to the generated cpp files.Luciano Wolf2010-05-172-2/+46
* generate code necessary to register signal and slot.Renato Filho2010-05-171-1/+11