summaryrefslogtreecommitdiff
path: root/test cases/python3/2 extmodule
Commit message (Collapse)AuthorAgeFilesLines
* Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen2019-10-201-0/+9
|
* Tests for version constraints on custom lookup dependenciesJon Turney2018-08-261-0/+4
|
* tests: test getting python module using pkg-configAnonymous Maarten2017-11-131-0/+5
|
* Add .find_python() method. Supersedes #777.Jussi Pakkanen2017-01-091-1/+3
|
* Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen2017-01-092-13/+3
|
* python3 dep: Check arch of libraries before usingNirbheek Chauhan2016-12-101-5/+9
| | | | | | | | | On Windows, we can build with both 32-bit and 64-bit compilers, but the Python is either 32-bit or 64-bit. Check the architecture of the found Python libraries and don't use them if they don't match our build_machine. Also skip the tests if the Python 3 dependency is not found.
* Python extension module finally works on Windows.Jussi Pakkanen2016-02-262-1/+7
|
* Can build Python extension on OSX.Jussi Pakkanen2016-02-211-1/+9
|
* Can build a Python extension module.Jussi Pakkanen2016-02-214-0/+78