summaryrefslogtreecommitdiff
path: root/setup_base.py
Commit message (Expand)AuthorAgeFilesLines
* test for pushing to heptapodArmin Rigo2020-11-281-0/+1
* FixArmin Rigo2015-05-061-1/+1
* Disable compiling _cffi_backend.c with pypy.Armin Rigo2012-11-011-1/+2
* Trying to use pkg-config to more systematically get installationArmin Rigo2012-07-211-0/+4
* Add a "requires" line to setup_base.py.Armin Rigo2012-07-191-0/+1
* Add a 'packages' section to setup_base.py.Armin Rigo2012-07-091-1/+2
* More tests for MSVC's struct return type. Add a workaround similarArmin Rigo2012-06-291-1/+2
* Rename: _ffi_backend => _cffi_backendArmin Rigo2012-06-271-1/+1
* Move things around to avoid duplication of code. I hope "ifArmin Rigo2012-06-181-20/+1
* Copy verbatim libffi_msvc from CPython 2.6.Armin Rigo2012-06-181-1/+1
* A clear error message for Win32.Armin Rigo2012-06-181-0/+4
* Split setup.py into a part in setup_base.py that can be usedArmin Rigo2012-06-171-0/+29