index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
headergenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
1
-610
/
+0
*
Anonymous enums now supported.
Marcelo Lira
2010-09-20
1
-0
/
+4
*
Fix code generation for modified constructors.
Luciano Wolf
2010-09-13
1
-4
/
+6
*
Fix bug#316 - "QAbstractItemModel.createIndex is broken"
Hugo Parente Lima
2010-09-01
1
-17
/
+1
*
Get ride of PyMODINIT_FUNC, since it doesn't correctly set the visibility rul...
Hugo Parente Lima
2010-08-19
1
-18
/
+0
*
Fix bug 294 - "If the function must return a QFlags<T> and you return T, an e...
Hugo Parente Lima
2010-08-17
1
-1
/
+3
*
Use isValuetype to verify if the class has copy constructor.
Renato Filho
2010-08-12
1
-1
/
+1
*
C++ wrapper code is generated for functions whose visibility was modified to ...
Marcelo Lira
2010-08-04
1
-1
/
+2
*
Fixed protected hack generation to work with new libapiextracotr api.
Renato Filho
2010-07-15
1
-1
/
+1
*
Create specializations for createWrapper function when a class inherits QObject.
Hugo Parente Lima
2010-06-29
1
-0
/
+21
*
Added Converter<T>::checkType.
Hugo Parente Lima
2010-06-09
1
-0
/
+1
*
Added support for protected fields when not using the "protected hack".
Marcelo Lira
2010-06-03
1
-0
/
+21
*
Fixes code generation for classes with private destructors.
Marcelo Lira
2010-06-02
1
-3
/
+21
*
Generator improved to handle protected enums without the protected hack.
Marcelo Lira
2010-06-02
1
-7
/
+36
*
API fixes.
Renato Filho
2010-05-18
1
-2
/
+6
*
Add namespaces to the array of type indexes.
Hugo Parente Lima
2010-04-22
1
-2
/
+1
*
Write converters for classes inside namespaces.
Hugo Parente Lima
2010-04-22
1
-20
/
+8
*
Minor tweaks in global header generation.
Hugo Parente Lima
2010-04-22
1
-92
/
+83
*
Add include headers of global enums.
Hugo Parente Lima
2010-04-22
1
-29
/
+14
*
Added ObjectTypeReferenceConverter, so object-types can be used as references.
Hugo Lima
2010-03-18
1
-0
/
+7
*
Changed the semantic of Converter<T>::isConvertible method.
Hugo Lima
2010-03-18
1
-12
/
+29
*
Generator now writes code to support extended conversions.
Marcelo Lira
2010-03-02
1
-1
/
+25
*
Refactored and documented base Converters.
Marcelo Lira
2010-03-02
1
-3
/
+5
*
Removed unnecessary code from HeaderGenerator::writeTypeConverterImpl.
Marcelo Lira
2010-03-01
1
-55
/
+51
*
Generator noew handles implicit conversions that are conversion operators.
Marcelo Lira
2010-03-01
1
-7
/
+20
*
Fix bug #142 by eliminating the CppCopier::copy function and adding it to a f...
Hugo Lima
2010-02-26
1
-3
/
+2
*
The C++ pointer for a Python wrapper is now acquired using a Converter.
Marcelo Lira
2010-02-24
1
-4
/
+0
*
User definied converters are written outside Shiboken namespace.
Hugo Lima
2010-02-18
1
-2
/
+1
*
Add some comments on the generated global header.
Hugo Lima
2010-02-18
1
-0
/
+2
*
Write all converters on global header to avoid the module from exporting any ...
Hugo Lima
2010-02-18
1
-6
/
+82
*
Do not export Sbk*Type variables.
Hugo Lima
2010-02-12
1
-13
/
+49
*
Do not declare and export *_New functions on global header.
Hugo Lima
2010-02-12
1
-4
/
+0
*
Fixes generation of binding reimplementation of modified virtual methods.
Marcelo Lira
2010-02-09
1
-2
/
+5
*
Do not try to call constructors created on typesystem by add-function tag.
Hugo Lima
2010-02-08
1
-1
/
+6
*
Implement ShibokenGenerator::isCopyable based on BoostPythonGenerator
Anderson Lizardo
2010-02-04
1
-1
/
+1
*
Fix indentation problems on code injections.
Hugo Lima
2010-02-03
1
-2
/
+0
*
Fixed declaration of inline function on header without implementation.
Renato Filho
2010-02-02
1
-1
/
+1
*
Fixed added constructor generation.
Renato Filho
2010-02-01
1
-0
/
+3
*
Export converters when needed.
Hugo Lima
2010-01-26
1
-2
/
+7
*
Write cptr macro for inner classes.
Hugo Lima
2010-01-26
1
-2
/
+4
*
Add protected hack to global header.
Hugo Lima
2010-01-26
1
-0
/
+4
*
Write CopyCppObject function for inner classes.
Hugo Lima
2010-01-26
1
-0
/
+1
*
Fixing includes
Lauro Neto
2010-01-26
1
-1
/
+1
*
Implemented support for classname on MetaObject.
renato
2009-12-30
1
-2
/
+1
*
Generated module headers now include headers of required modules.
Marcelo Lira
2009-12-29
1
-0
/
+8
*
Wrapper classes of QObjects store a pointer to their own meta object, a dynam...
Hugo Lima
2009-12-28
1
-3
/
+12
*
Replaces SbkCopyCppObject template function with the CppObjectCopier template...
Marcelo Lira
2009-12-22
1
-3
/
+8
*
Add metaObject() method to every class derived from QObject when
Hugo Lima
2009-12-16
1
-0
/
+3
*
Write SbkType<T> function implementation for inner classes.
Hugo Lima
2009-12-16
1
-0
/
+1
*
All wrapped classes now inherit from the SbkBaseWrapper of the metatype SbkBa...
Marcelo Lira
2009-12-14
1
-2
/
+2
[next]