| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test cases/python3/3 cython: fix dependency files | Gerion Entrup | 2020-02-10 | 1 | -0/+1 |
| | | | | | | The Cython generation depends on cstorer.pxd as well, so add that as dependency. | ||||
| * | Disable extension module tests with Python 3.8 and VS2015. | Jussi Pakkanen | 2019-10-20 | 2 | -0/+15 |
| | | |||||
| * | Tests for version constraints on custom lookup dependencies | Jon Turney | 2018-08-26 | 1 | -0/+4 |
| | | |||||
| * | tests/python/4: Test that custom target depends add PATH | Nirbheek Chauhan | 2017-12-02 | 7 | -0/+142 |
| | | |||||
| * | tests: test getting python module using pkg-config | Anonymous Maarten | 2017-11-13 | 1 | -0/+5 |
| | | |||||
| * | python3: Fix tests on Windows as it uses 'Lib' and 'Include' | Guillaume Poirier-Morency | 2017-08-18 | 1 | -4/+5 |
| | | |||||
| * | python3: Add tests for platform-dependant paths and cover include path | Guillaume Poirier-Morency | 2017-08-17 | 1 | -1/+12 |
| | | |||||
| * | python3: Add tests for sysconfig_path() and language_version() | Patrick Griffis | 2017-03-30 | 1 | -0/+10 |
| | | |||||
| * | Add .find_python() method. Supersedes #777. | Jussi Pakkanen | 2017-01-09 | 5 | -16/+10 |
| | | |||||
| * | Created a Python 3 module for simpler building of Python extension modules. | Jussi Pakkanen | 2017-01-09 | 4 | -16/+6 |
| | | |||||
| * | python3 dep: Check arch of libraries before using | Nirbheek Chauhan | 2016-12-10 | 2 | -9/+12 |
| | | | | | | | | | | 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. | ||||
| * | Allow tests to mark themselves as skipped during runtime. | Jussi Pakkanen | 2016-11-09 | 1 | -1/+1 |
| | | |||||
| * | Python extension module finally works on Windows. | Jussi Pakkanen | 2016-02-26 | 3 | -1/+18 |
| | | |||||
| * | Skip cython test if it does not exist. | Jussi Pakkanen | 2016-02-21 | 1 | -7/+12 |
| | | |||||
| * | Can build Python extension on OSX. | Jussi Pakkanen | 2016-02-21 | 1 | -1/+9 |
| | | |||||
| * | Fix cython to work on platforms other than latest Ubuntu. | Jussi Pakkanen | 2016-02-21 | 2 | -8/+2 |
| | | |||||
| * | Added Cython sample project. | Jussi Pakkanen | 2016-02-21 | 7 | -0/+110 |
| | | |||||
| * | Can build a Python extension module. | Jussi Pakkanen | 2016-02-21 | 4 | -0/+78 |
| | | |||||
| * | Added plain Python sample project. | Jussi Pakkanen | 2016-02-21 | 6 | -0/+37 |
