summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated apt package from CI setup.Stefan Behnel2023-04-031-1/+1
* CI: Use ccache in Github Actions also for the non-Linux jobs (GH-4972)0dminnimda2023-01-051-6/+27
* Fix windows tests and make some Windows CI builds "must pass" (#5175)da-woods2022-12-311-1/+4
* Remove Emacs Cython mode file that was moved to its own repo: https://github....Stefan Behnel2022-11-301-312/+0
* Use setuptools>60 for CPython 3.12+, skip unicode test on PyPy and 3.12+ (GH-...Matti Picus2022-11-291-0/+5
* Merge branch '0.29.x'da-woods2022-11-261-0/+10
|\
| * Avoid triggering type-check assert for cyfuncs [0.29.x] (#5031)da-woods2022-11-261-0/+10
| * Disable parallel builds in the 0.29.x branch since they currently misbehave a...Stefan Behnel2022-01-251-2/+2
| * [0.29.x only] Ignore docs build failures. Currently fails due to incompatible...Stefan Behnel2021-11-161-1/+1
| * Add Github Actions workflow scripts.Stefan Behnel2021-11-161-0/+176
* | Clean up issues with dataclasses and inheritance (#5046)da-woods2022-11-121-9/+6
* | cython, cythonize commands print a specific error when file does not exist (#...Matus Valo2022-11-081-1/+3
* | Fix recursive repr on cdef dataclasses (#5045)da-woods2022-09-271-10/+16
* | Recategorise a few dataclass testsda-woods2022-09-241-2/+4
* | Handle dataclass 0 and 1 item hashes consistently with Python (#4959)da-woods2022-09-241-12/+0
* | Allow empty args to dataclass and field directives (#4957)da-woods2022-09-241-4/+1
* | Fix arguments like `init=False` being ignored in dataclasses (#4958)da-woods2022-09-241-7/+7
* | Remove dataclass tests that used mutability (#5026)da-woods2022-09-131-4/+6
* | Try to use test_dataclass from CPython (#4955)da-woods2022-09-102-0/+4717
* | ci-run.sh: run msvc build with multiple processes (GH-4977)0dminnimda2022-09-051-1/+1
* | Revert "CI: Silence an annoying C compiler command line warning."Stefan Behnel2022-08-131-2/+1
* | CI: Silence an annoying C compiler command line warning.Stefan Behnel2022-08-121-1/+2
* | ci-run.sh: Simplify by compacting two conditions into one (GH-4961)0dminnimda2022-08-071-4/+2
* | CI: Remove "time" command that does not exist on Windows.Stefan Behnel2022-08-051-1/+1
* | CI: Fix syntax problem in build script.Stefan Behnel2022-08-031-2/+4
* | Use -O3 C compiler flags only for the Cython build, not for the test file com...Stefan Behnel2022-08-031-2/+3
* | CI: Bring all file size output together at the end of the build part to help ...Stefan Behnel2022-08-031-2/+3
* | Sort build log output to make the list of Cython's extension modules easier t...Stefan Behnel2022-08-031-1/+1
* | CI: log how long it takes to build Cython for each of the configurations.Stefan Behnel2022-08-031-1/+1
* | Print ext module sizes in CI build.Stefan Behnel2022-08-031-0/+1
* | Use "compile all" CI builds to create generic wheels to allow comparing their...Stefan Behnel2022-08-031-1/+4
* | Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-281-2/+11
* | Add `uio.pxd` and update some posix pxds (GH-4526)GalaxySnail2021-12-251-0/+41
* | Pin setuptools<60 to resolve CI build failures due to incorrect C compiler fl...Matti Picus2021-12-211-1/+1
* | [cython-mode.el] Fix endless loop reported in #3218 and other bugs around it ...Johannes Mueller2021-11-111-8/+17
* | Use newer test dependencies in Py3.6+. (Excluding 3.10 for now to give the pr...Stefan Behnel2021-10-251-1/+1
* | Introduce new shell syntax for ci-run.sh to improve Windows support (GH-4400)0dminnimda2021-10-221-28/+31
* | Improve ci-run.sh (GH-4398)0dminnimda2021-10-071-23/+66
* | Add CI jobs that compile more Cython modules with "--cython-compile-all", to ...Stefan Behnel2021-07-261-1/+2
* | Add a script for backing up Github issues.Stefan Behnel2021-07-161-0/+142
* | Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-061-0/+5
* | Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-1/+1
* | CI: Fix typo in script.Stefan Behnel2021-05-251-1/+1
* | CI: Always install latest pip version on recent Python 3 versions.Stefan Behnel2021-05-251-4/+8
* | Add CI jobs that test with GCC 11.Stefan Behnel2021-05-251-4/+6
* | Avoid compiling Cython and installing gcc etc. in code style CI job since if'...Stefan Behnel2021-05-251-1/+1
* | Include docs build in CI code style check.Stefan Behnel2021-05-251-1/+4
* | Add a coverage test job with a compiled Cython package to compare plain Pytho...Stefan Behnel2021-05-141-2/+5
* | Add test job for code coverage analysis (GH-4157)Zhenbo Li2021-05-141-1/+1
* | Use a dedicated test requirements file for Py3.4/5.Stefan Behnel2021-05-141-2/+3