aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* --generator-set command line switch is working again.Hugo Parente Lima2012-03-093-3/+3
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-0917-7/+850
|\
| * Use QDir::currentPath() to avoid problems with armel-Meego target.Luciano Wolf2011-04-041-1/+1
| * Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-042-0/+59
| * Added a CMake script that sets some environment variables before calling the ...Marcelo Lira2011-02-043-8/+25
| * Fixed the project file test to work with win32 paths.Marcelo Lira2011-01-312-2/+10
| * Modified GeneratorRunner to support a simpler format of project file.Marcelo Lira2011-01-258-52/+113
| * Added a dummy generator as a source of test cases.Marcelo Lira2011-01-258-0/+355
| * Add option to install testsLauro Neto2011-01-111-0/+3
| * Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-171-15/+17
| * readded tests for qtdoc generator that were left behind when forkingMarcelo Lira2009-10-263-0/+337
| * forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2615-576/+0
| * Fixed typo in tests CMakesLists.Renato Araujo Oliveira Filho2009-08-251-1/+1
| * Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-253-6/+6
| * The genesis...Hugo Lima2009-08-1715-0/+576
* Remove ambiguous constructor from libsample's HandleHolder.Paulo Alcantara2012-03-091-1/+1
* Fix BUG #1105 - "Spyder fails with HEAD"Paulo Alcantara2012-03-094-13/+36
* Updated documentation for type converters.Marcelo Lira2012-03-082-0/+33
* Added a generation/compilation test for container types.Marcelo Lira2012-03-081-1/+4
* Declares Python types using the new "<custom-type>" tag.Marcelo Lira2012-03-081-0/+6
* Added a compilation test for containers of object types used as values.Marcelo Lira2012-03-081-0/+3
* Removed commented section of test file.Marcelo Lira2012-03-081-11/+1
* Removed the last pieces of code generation that uses the old template Convert...Marcelo Lira2012-03-0813-237/+11
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
* Remove occurrences of Shiboken::makeTuple from test bindings.Marcelo Lira2012-03-081-6/+14
* Added adapter class SpecificConverter to provide type conversion based on a g...Marcelo Lira2012-03-082-5/+126
* Register enum converters by name.Marcelo Lira2012-03-081-0/+8
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-082-0/+62
* Container types now register their converters by name.Marcelo Lira2012-03-081-0/+12
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-082-0/+78
* Fixed generation for enum arguments with default values when avoiding the pro...Marcelo Lira2012-03-084-1/+13
* Added the API exporting macro to the protected test classes.Marcelo Lira2012-03-081-6/+6
* Make converter branch work on a Python3.2 setup.Hugo Parente Lima2012-03-083-22/+78
* Fix crash in PySequence converters.Hugo Parente Lima2012-03-082-6/+9
* Fixes SBK_CONVERTER macro and SbkEnumType structure.Marcelo Lira2012-03-082-2/+10
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-084-1/+66
* Updated custom code for ByteArray's read/write buffer protocol.Marcelo Lira2012-03-081-1/+1
* Modifies HANDLE test to fix win32 linking problem.Marcelo Lira2012-03-083-12/+39
* Fixed code generation for functions arguments that use object types as values.Marcelo Lira2012-03-081-0/+1
* Added unit test for bug 969.Hugo Parente Lima2012-03-085-0/+55
* Added a test for a typedef of a pointer to a struct.Marcelo Lira2012-03-084-2/+54
* Fixes win32 symbol exporting for instantiated template classes.Marcelo Lira2012-03-081-3/+8
* Shiboken exits with error for not handled pointers to primitive types.Marcelo Lira2012-03-083-0/+51
* Added test for implicit conversion with primitive type.Marcelo Lira2012-03-082-3/+8
* Added test for instantiated container type used as primitive-type.Marcelo Lira2012-03-084-1/+109
* New conversions for containers.Marcelo Lira2012-03-0811-24/+205
* New converters for user added primitive types.Marcelo Lira2012-03-083-10/+84
* Implemented new type converters, but only for wrapper types.Marcelo Lira2012-03-082-6/+70
* Added an enum test to libminimal.Marcelo Lira2012-03-083-1/+10
* Fix Windows build of shiboken module.Hugo Parente Lima2012-03-081-0/+2