summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.9.0Armin Rigo2015-03-031-1/+1
* OS X with Homebrew: set PKG_CONFIG_PATHosx_use_homebrewMarc Abramowitz2015-01-271-0/+12
* Issue #141: if compiling with __thread fails, try to compile withoutArmin Rigo2015-01-021-0/+12
* Prepare release 0.8.6Armin Rigo2014-07-051-1/+1
* Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", butArmin Rigo2014-07-051-1/+1
* Update to 0.8.4Armin Rigo2014-07-051-1/+1
* A workaround by Alex Gaynor for a bug in distutils that shows up on OS/XArmin Rigo2014-07-051-0/+2
* prepare for 0.8.3Armin Rigo2014-07-051-1/+1
* (Lisandro Dalcin, part of issue 141)Armin Rigo2014-03-191-17/+6
* Use the word 'Note' to make it sound less ominousArmin Rigo2014-03-151-5/+5
* Reindent this code to the more standard 4 spaces.Armin Rigo2014-03-061-43/+43
* Patch by Alex_Gaynor: remove usage of "Feature", which is deprecated.Armin Rigo2014-03-061-18/+14
* Upgrade the version number. (One test in test_version is known to fail)Armin Rigo2014-02-281-1/+1
* Add trove classifiersArmin Rigo2014-01-071-1/+10
* Issue 123: force __thread off on OS/X, for now.Armin Rigo2014-01-071-0/+5
* Update to version 0.8.1Armin Rigo2013-11-241-1/+1
* Bah. "print >> sys.stderr, ..." is syntactically valid on Python 3,Armin Rigo2013-11-181-2/+2
* Add a note to avoid people getting confused by the error message.Armin Rigo2013-11-181-0/+1
* Remove 'check__thread.o' as soon as it is created (if it's there).Armin Rigo2013-11-171-0/+4
* Update the version numberArmin Rigo2013-11-091-1/+1
* 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