aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Module header now uses the visibility macro on the Python type structure decl...Marcelo Lira2009-12-081-3/+3
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-5/+5
* Do not generate the method Converter<T>::createWrapper, it'll beHugo Lima2009-12-071-10/+23
* Multiple inheritance works as desired for 99.9% of all known use cases!Hugo Lima2009-12-051-0/+7
* Remove Qt specific and useless code from header generator.Hugo Lima2009-12-021-3/+0
* Dont write "::" in include guards.Hugo Lima2009-12-021-3/+4
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-3/+8
|\
| * Shiboken retrieves a Python wrapper object from its correspondingMarcelo Lira2009-11-181-3/+8
* | Added an option to generate code without using the "#define protected public"Marcelo Lira2009-11-241-11/+20
* | Added ShibokenGenerator::shouldGenerateCppWrapper(metaClass) method.Marcelo Lira2009-11-241-6/+2
* | removed boostpythongenerator legacy commentMarcelo Lira2009-11-231-14/+0
|/
* Adapt to changes in Generator interface.Hugo Lima2009-11-181-4/+1
* removed unused method HeaderGenerator::writeVirtualDispatcher;Marcelo Lira2009-11-121-31/+0
* Add visibility policies to libshiboken and for bindings generated by shiboken...Hugo Lima2009-11-121-1/+20
* moved HeaderGenerator::writeConverterImpl to CppGenerator, i.e.Marcelo Lira2009-11-101-111/+0
* updated Python representation of C++ enums and flags (only QFlags at theMarcelo Lira2009-11-051-8/+6
* Skip generation of unecessary wrapper classes.renato araujo oliveira2009-11-031-4/+4
* improved and organized the workings of conversion templates: addedMarcelo Lira2009-11-031-55/+82
* added "PyObject* createWrapper(const T* cppobj)" to the Converter structureMarcelo Lira2009-11-011-81/+72
* modified overload method decisor to create an instance of a value-typeMarcelo Lira2009-10-301-0/+2
* modified Converter<T>::isConvertible(PyObject*) to check only if the givenMarcelo Lira2009-10-301-8/+23
* the Python check macros are generated once again since it is aMarcelo Lira2009-10-301-1/+6
* Added Converter<T>::isConvertible to replace the T_Check functions.Hugo Lima2009-10-271-19/+20
* Dont generate conversion rules for types with user definied conversion rules.Hugo Lima2009-10-271-0/+2
* Fix shiboken, so it can use the new conversion rule API from APIExtractor.Hugo Lima2009-10-261-13/+4
* Revert "modified the generator do deal with all value type conversions in"Marcelo Lira2009-10-231-12/+6
* modified the generator do deal with all value type conversions inMarcelo Lira2009-10-011-6/+12
* Fix QTextCodec and QTextCodec::ConverterState generation:Luciano Wolf2009-09-221-5/+11
* generated converters uses 'const' for all Object-Type parametersMarcelo Lira2009-09-161-2/+8
* added suport to flag-like enums (aka QFlags)Marcelo Lira2009-09-161-3/+8
* Removed useless ValueHolder template.Hugo Lima2009-09-151-8/+8
* Fix file name of class wrappers for inner classes.Hugo Lima2009-09-101-1/+1
* Do not create implicity conversions for ctors removed by typesystem.Hugo Lima2009-09-101-2/+5
* fixed some typos on license platesBruno dos Santos de Araujo2009-09-021-1/+1
* - CppGenerator and HeaderGenerator modified to take classes withMarcelo Lira2009-09-021-12/+7
* generated headers now include headers defined on type system file for primiti...Marcelo Lira2009-09-011-1/+10
* Removed inline implementations from inside Converters to avoid theHugo Lima2009-08-281-81/+92
* writes the virtual qualifier for a method on wrapper header fileMarcelo Lira2009-08-261-1/+4
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+412