summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* A redo of pull request 19: dynamically determine if the C compilerArmin Rigo2013-09-251-0/+12
* Update the version number to 0.7.2Armin Rigo2013-08-021-1/+1
* Update the versionArmin Rigo2013-08-011-1/+1
* We started to add bug fixes to libffi_msvc.Armin Rigo2013-07-281-4/+1
* added a long description for pypi.alex_gaynor/added-a-long-description-for-pypi-1374279083916Alex Gaynor2013-07-201-0/+12
* Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc.Armin Rigo2013-07-181-1/+0
* Check in win64.obj, thanks Matti :-)Armin Rigo2013-07-181-5/+6
* Bump the version number of 0.7.Armin Rigo2013-05-221-1/+1
* Move the development to 0.6Armin Rigo2013-02-081-1/+1
* Bump the version to 0.5.Armin Rigo2012-12-041-1/+1
* Upgrade the version number.Armin Rigo2012-11-281-1/+1
* Update the version number to 0.4.1, but keep 0.4 everywhere else, as itArmin Rigo2012-11-251-1/+1
* Prepare for the version 0.4 (not released yet!).Armin Rigo2012-09-241-1/+1
* Add zip_safe=False to avoid issues.Armin Rigo2012-09-201-0/+1
* Backed out changeset f6d372be7f59Ronny Pfannschmidt2012-09-191-17/+19
* remove setuptools dependency, use conditional c extension list insteadRonny Pfannschmidt2012-09-191-19/+17
* Add three missing vars in this Extension(). They were onlyArmin Rigo2012-09-071-1/+5
* Fix setup.py for cross-compilation (thanks Sarvi).Armin Rigo2012-08-251-4/+14
* remove the hiding of pkg-config errors in setup.py, should fix issue #21Ronny Pfannschmidt2012-08-241-1/+1
* pycparser 2.08 has been fixed. Thanks!Armin Rigo2012-08-151-3/+1
* "hgdistver" is not needed any more.Armin Rigo2012-08-131-3/+0
* Write the version explicitly, and test it too.Armin Rigo2012-08-131-1/+1
* pycparser 2.08 no longer contains lextab.py/yacctab.pyArmin Rigo2012-08-131-1/+3
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-121-11/+11
|\
| * Tweak the default include_dirs if pkg-config is not available.Armin Rigo2012-07-311-11/+11
* | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-291-2/+2
|/
* Trying to use pkg-config to more systematically get installationArmin Rigo2012-07-211-11/+31
* More tests for MSVC's struct return type. Add a workaround similarArmin Rigo2012-06-291-1/+4
* Rename: _ffi_backend => _cffi_backendArmin Rigo2012-06-271-2/+2
* Blindly add win64 support.Armin Rigo2012-06-231-2/+9
* setup.py: use pkg-config for libffi include dirScott Tsai2012-06-191-0/+14
* add licenseMaciej Fijalkowski2012-06-181-0/+2
* a fixMaciej Fijalkowski2012-06-181-0/+1
* Move things around to avoid duplication of code. I hope "ifArmin Rigo2012-06-181-4/+4
* Copy-pasted :-(Armin Rigo2012-06-181-1/+20
* fix URL and descriptionMaciej Fijalkowski2012-06-181-2/+2
* ups, fix the nameMaciej Fijalkowski2012-06-181-1/+1
* authors and licenseMaciej Fijalkowski2012-06-181-0/+4
* we no longer require platformerMaciej Fijalkowski2012-06-181-1/+0
* Split setup.py into a part in setup_base.py that can be usedArmin Rigo2012-06-171-15/+1
* Work in progress on porting to Windows.Armin Rigo2012-06-161-3/+22
* Add the library to setup.py.Armin Rigo2012-05-311-1/+2
* extra whitespaceAlex Gaynor2012-05-311-0/+1
* use setuptools feature to automatically build the c extension on cpythonRonny Pfannschmidt2012-05-291-3/+13
* Start working on a verifierfijal2012-05-231-0/+4
* simple setup.py + tox.iniRonny Pfannschmidt2012-05-171-0/+13