aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Set a default hash function for all ObjectTypes.Hugo Parente Lima2012-05-031-0/+17
| | | | | | | | Fix bug PYSIDE-42 Change-Id: I1392374dcf0055309152082e674cc1e3e6472d4d Reviewed-by: Paulo Alcantara <paulo.alcantara@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Don't use inline methods in dllexported classes to keep VC++ happyJohn Ehresman2012-04-305-13/+118
| | | | | Change-Id: I2e954bedfe4699a621047a757b3dbd202655e97b Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* Use SpooledTemporaryFile in 2.6+ os.tmpfile() fails on win32 if process ↵John Ehresman2012-04-271-1/+1
| | | | | | | doesn't have admin permissions Change-Id: Ic231d5faac08360a793ce33c091eef251d7b35e4 Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
* --generator-set command line switch is working again.Hugo Parente Lima2012-03-093-3/+3
| | | | | | QtDocGenerator also working again and the directory layout was changed a bit. Reviewer: Trust me
* Merge GeneratorRunner inside Shiboken.Hugo Parente Lima2012-03-0917-7/+850
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt data/CMakeLists.txt doc/CMakeLists.txt doc/_templates/index.html doc/_templates/layout.html doc/_themes/pysidedocs/static/pysidedocs.css doc/commandlineoptions.rst doc/conf.py.in doc/contents.rst doc/images/bindinggen-development.png doc/images/boostqtarch.png tests/CMakeLists.txt
| * Use QDir::currentPath() to avoid problems with armel-Meego target.Luciano Wolf2011-04-041-1/+1
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente <hugo.lima@openbossa.org>
| * Fix bug #532 - "QNetworkSession documentation formatting broken"Luciano Wolf2011-03-042-0/+59
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
| * Added a CMake script that sets some environment variables before calling the ↵Marcelo Lira2011-02-043-8/+25
| | | | | | | | | | | | | | | | | | | | tests. This is used as a workaround to a CMake 2.6 limitation that prevents environment variables to be set for tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Neto <lauro.neto@openbossa.org>
| * Fixed the project file test to work with win32 paths.Marcelo Lira2011-01-312-2/+10
| | | | | | | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
| * Modified GeneratorRunner to support a simpler format of project file.Marcelo Lira2011-01-258-52/+113
| | | | | | | | | | The project file are now just a text file containing key/value pairs. The documentation was updated accordingly, including the man page.
| * Added a dummy generator as a source of test cases.Marcelo Lira2011-01-258-0/+355
| | | | | | | | Unit tests were added as well.
| * Add option to install testsLauro Neto2011-01-111-0/+3
| | | | | | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
| * Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-171-15/+17
| | | | | | | | | | | | | | doc strings. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
| * readded tests for qtdoc generator that were left behind when forkingMarcelo Lira2009-10-263-0/+337
| | | | | | | | from boostpythongenerator
| * forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2615-576/+0
| | | | | | | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
| * 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
| | | | | | | | | | | | of function were moved from BoostPythonGenerator to the Generator class. In other words, QtDocGenerator finally compiles and their unit test pass :-)
| * The genesis...Hugo Lima2009-08-1715-0/+576
|
* Remove ambiguous constructor from libsample's HandleHolder.Paulo Alcantara2012-03-091-1/+1
| | | | | | Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* Fix BUG #1105 - "Spyder fails with HEAD"Paulo Alcantara2012-03-094-13/+36
| | | | | | | | | | | | When handling typedef'd primitive types we don't need to create indices for them, nor converters. Instead, we must use the underlying primitive type converters. See http://bugs.pyside.org/show_bug.cgi?id=1105. Signed-off-by: Paulo Alcantara <pcacjr@gmail.com> Reviewed-by: Marcelo Lira <marcelo.lira@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.pl@gmail.com>
* Updated documentation for type converters.Marcelo Lira2012-03-082-0/+33
| | | | | | | Expanded the Complex type conversion unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Paulo Alcantara <pcacjr@gmail.com>
* 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 ↵Marcelo Lira2012-03-0813-237/+11
| | | | Converters.
* Fix conversion for HANDLE type.Hugo Parente Lima2012-03-082-59/+2
| | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>
* 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 ↵Marcelo Lira2012-03-082-5/+126
| | | | | | | given string. Also added code to register a couple of type conversions by name, a bunch of related tests, and some fixes to the converter functions.
* Register enum converters by name.Marcelo Lira2012-03-081-0/+8
| | | | Also added unit tests.
* Added functions to the new converters API to check if a type is value or object.Marcelo Lira2012-03-082-0/+62
| | | | Comes with unit tests.
* Container types now register their converters by name.Marcelo Lira2012-03-081-0/+12
| | | | | Added unit tests that query for the container types using their C++ signatures.
* Fixes code generation for typedefs of C++ primitive types.Marcelo Lira2012-03-082-0/+78
| | | | Added unit tests that query for the Python types using their names.
* Fixed generation for enum arguments with default values when avoiding the ↵Marcelo Lira2012-03-084-1/+13
| | | | | | protected hack. Also added an unit test.
* 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
| | | | | Fixes provided by Hugo Parente Lima. Unit test added.
* Updates std::list methods writer to use the new converters.Marcelo Lira2012-03-084-1/+66
| | | | Also added a couple of related unit tests.
* 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
| | | | This is only a compilation test, no Python test was provided.
* 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
| | | | Win32 fix for zero length type converter array.