summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use manylinux2014 instead of the EOL manylinux1 docker images to build legacy...Stefan Behnel2022-07-311-2/+2
* Add manylinux_2_28 wheel builds.Stefan Behnel2022-07-281-0/+2
* Add musllinux AArch64 wheen build.Stefan Behnel2022-05-171-0/+1
* Revert "Try to resolve build failures by switching back to CPython's distutil...Stefan Behnel2021-12-211-1/+0
* Try to resolve build failures by switching back to CPython's distutils instea...Stefan Behnel2021-12-211-0/+1
* Merge branch '0.29.x'Stefan Behnel2021-12-061-28/+37
|\
| * Clean up CFLAGS/LDFLAGS setup in wheel build.Stefan Behnel2021-12-061-3/+3
| * Add more wheel targets and use the normal Makefile wheel build for everything.Stefan Behnel2021-12-061-8/+21
* | Build Linux wheels for recent Python versions from a newer GLIBC-2.24 docker ...Stefan Behnel2021-07-221-13/+26
* | Add "make checks" target to run code checks.Stefan Behnel2020-08-101-0/+3
* | Build Cython in parallel on "make local".Stefan Behnel2020-05-301-2/+3
* | Add makefile target to build Cython for profiling.Stefan Behnel2020-05-291-0/+3
* | Build manylinux2010 wheels instead of older manylinux1 (GH-3355)Alexey Stepanov2020-04-091-2/+2
* | Merge branch '0.29.x'Stefan Behnel2020-02-141-1/+1
|\ \ | |/
| * Add Makefile target to generate a universal Py2/3 wheel when not compiling Cy...Stefan Behnel2020-02-141-0/+6
| * Make it clearer what "make repo" is meant for.Stefan Behnel2020-02-121-0/+1
* | Add Makefile target to generate a universal Py2/3 wheel when not compiling Cy...Stefan Behnel2020-02-131-0/+6
* | Make it clearer what "make repo" is meant for.Stefan Behnel2020-01-271-0/+1
* | Clean up compiled modules that are directly in the Cython package on "make cl...Stefan Behnel2019-01-191-0/+1
|/
* Make Makefile a little more generic to simplify code copying from other proje...Stefan Behnel2018-08-311-5/+6
* Add Makefile targets for sdist build.Stefan Behnel2018-03-131-0/+5
* Fix Makefile output.Stefan Behnel2017-09-151-1/+1
* Apply auditwheel and avoid conflicting wheel changes in 32/64 bits.Stefan Behnel2017-08-291-2/+7
* Add manylinux wheel building target to Makefile.Stefan Behnel2017-08-291-0/+16
* Delete trailing spacesmathbunnyru2017-01-121-3/+3
* Rename BUILD to TEST_TMP for bazel support.Robert Bradshaw2016-09-161-1/+1
* allow passing test options into "make test"Stefan Behnel2016-08-181-1/+2
* extend "make clean"0.21.1Stefan Behnel2014-10-181-0/+1
* Makefile: checkout all missing files for repo targetBrandon Casey2011-08-241-1/+1
* Makefile: improve repo creation target, avoid := notationBrandon Casey2011-08-241-8/+5
* Fix make repo.Robert Bradshaw2011-02-241-1/+4
* Update "make repo" to use git.Robert Bradshaw2011-01-181-10/+9
* removed 'test3' make target - 'make PYTHON=python3 test' now works out of the...Stefan Behnel2010-07-281-4/+0
* fix Makefile, clean more *.py[co] filesLisandro Dalcin2010-03-111-1/+1
* Also copy .hgignoreRobert Bradshaw2009-11-231-0/+1
* Makefile target for repo.Robert Bradshaw2009-11-221-0/+13
* Better makefile clean.Robert Bradshaw2009-10-241-5/+5
* build and install "Cython.Runtime.refnanny", use it as a fallback if a bare "...Lisandro Dalcin2009-02-031-0/+1
* update clean target in makefileLisandro Dalcin2008-12-201-1/+4
* Makefile fixStefan Behnel2008-08-031-2/+2
* Makefile enhancements.kirr@landau.phys.spbu.ru2008-08-021-0/+6
* missing cleanup in 'make clean'Stefan Behnel2008-07-271-0/+1
* status output from 'make test' targetStefan Behnel2008-07-101-2/+2
* S5 theme for Cython, 'make s5' target to build slides in Doc/s5Stefan Behnel2008-06-281-0/+3
* removed unused 'make version' target: there should be one place where the ver...Stefan Behnel2008-06-101-5/+0
* 'make test3' target to build with the default python version and run the test...Stefan Behnel2008-05-161-0/+4
* collection of regression tests (based on Greg's test suite)Stefan Behnel2007-12-311-0/+7
* buildfile changesRobert Bradshaw2007-09-071-1/+1
* More Pyrex/SageX --> Cython changesWilliam Stein2007-07-281-8/+2
* Initial versionWilliam Stein2007-07-281-0/+18