aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PYSIDE-83 Fix segfault calling shiboken.dump1.1.2Nathan Smith2012-07-042-9/+20
* Fix and test case for bug PYSIDE-72.Nathan Smith2012-07-042-2/+10
* Override all functions with the same name, not just one.John Ehresman2012-06-141-1/+0
* Update vector conversionJohn Cummings2012-06-141-8/+8
* Add typedef examples to minimalJohn Cummings2012-06-147-0/+222
* Add test files back to cmakeJohn Cummings2012-06-140-0/+0
* Don't use it->second after erasing itJohn Ehresman2012-06-141-2/+4
* Find function modifications defined in the 2nd+ base class.John Ehresman2012-06-147-9/+68
* Set a default hash function for all ObjectTypes.Hugo Parente Lima2012-05-034-0/+30
* Fix compilation when there is no libxslt installed on the system.Paulo Alcantara2012-05-031-1/+2
* Install the shiboken module to site-packagesJohn Ehresman2012-05-032-0/+13
* Fixed resolving of SOABI. SOABI is implemented on Linux, but not on WindowsRoman Lacko2012-05-021-1/+1
* Don't use inline methods in dllexported classes to keep VC++ happyJohn Ehresman2012-04-305-13/+118
* Use SpooledTemporaryFile in 2.6+ os.tmpfile() fails on win32 if process doesn...John Ehresman2012-04-271-1/+1
* Version bump to 1.1.2.Hugo Parente Lima2012-04-271-1/+1
* Disable docstring generation if tools aren't found.Hugo Parente Lima2012-04-271-2/+2
* Don't clear weakrefs if Python interpreter isn't running1.1.1Jason McCampbell (Enthought, Inc)2012-04-191-2/+7
* Use set instead of list to store childrenAndy Kittner2012-03-130-0/+0
* Use correct variable replacement syntaxAndy Kittner2012-03-131-2/+2
* Remove data dir from ApiExtrator, it doesn't need to install anything now.Hugo Parente Lima2012-03-135-56/+0
* We don't need GENERATOR_BINARY define anymore.Hugo Parente Lima2012-03-131-1/+0
* Removed all visibility macros from ApiExtractor since it's now a static lib.Hugo Parente Lima2012-03-1313-82/+68
* ApiExtractor merged into Shiboken as a static library.Hugo Parente Lima2012-03-136-91/+21
* Merge ApiExtractor into Shiboken to be used as a static library.Hugo Parente Lima2012-03-13207-1/+41665
|\
| * Move ApiExtractor into ApiExtractor directory to ease the merge into Shiboken.Hugo Parente Lima2012-03-13207-311/+0
| * Fix BUG #1086 - "generatorrunner segfault processing #include..."Paulo Alcantara2012-03-092-6/+55
| * Version bump to 0.10.11.Marcelo Lira2012-03-091-1/+1
| * Added the "<custom-type>" tag, and better requirements for function signatures.0.10.10Marcelo Lira2012-03-098-57/+82
| * Function signatures including return types are reported as invalid.Marcelo Lira2012-03-091-0/+32
| * Fixed type resolution for types inside scopes, but their names omit this info...Marcelo Lira2012-03-093-4/+55
| * Fixed typo on warning message.Marcelo Lira2012-03-091-1/+1
| * AbstractMetaTypes for object types used as values must have the Value usage p...Marcelo Lira2012-03-093-7/+40
| * Fixed compilation error for gcc versions < 4Jerzy Kozera2012-03-091-1/+1
| * Fixed insert-template tag when used inside a module level inject-code tag.Marcelo Lira2012-03-094-0/+169
| * Don't report cyclic dependency when there not a single to form a graph.Hugo Parente Lima2012-03-091-1/+1
| * Version bump to 0.10.10.Hugo Parente Lima2012-03-091-1/+1
| * Merge pull request #18 from baraujo/master0.10.9Bruno Araújo2012-03-093-6/+42
| |\
| | * Doxygen supportBruno dos Santos de Araujo2012-03-093-6/+42
| |/
| * Fix bug 1008 - "ApiExtractor Cygwin patch"Yaakov2012-03-094-2/+7
| * Bump version to 0.10.9.Hugo Parente Lima2012-03-091-1/+1
| * Version bump to 0.10.8.0.10.8Hugo Parente Lima2012-03-091-1/+1
| * Fixes setting of template argument's usage pattern.Marcelo Lira2012-03-093-1/+43
| * Fixed modifications to global functions.0.10.7Marcelo Lira2012-03-093-1/+47
| * Added improved functionality for the 'conversion-rule' tag.Marcelo Lira2012-03-097-89/+714
| * Fixes method's argument types that are templates but the template variable wa...Marcelo Lira2012-03-096-78/+203
| * AbstractMetaBuilder fixed to set base container type correctly in meta class'...Marcelo Lira2012-03-091-0/+3
| * Fix outdated info on docs.Hugo Parente Lima2012-03-091-2/+2
| * Revert "Implement getTypeIndex function for types no generated types and prim...Hugo Parente Lima2012-03-098-213/+22
| * Optimize isCppPrimitive function.Hugo Parente Lima2012-03-091-27/+7
| * Implement getTypeIndex function for types no generated types and primitive ty...Hugo Parente Lima2012-03-098-22/+213