| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A redo of pull request 19: dynamically determine if the C compiler | Armin Rigo | 2013-09-25 | 1 | -0/+12 |
| | | | | | | supports "__thread" or not on this platform. Done slightly more simply in setup.py. | ||||
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 1 | -1/+1 |
| | | |||||
| * | Update the version | Armin Rigo | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | We started to add bug fixes to libffi_msvc. | Armin Rigo | 2013-07-28 | 1 | -4/+1 |
| | | |||||
| * | added a long description for pypi.alex_gaynor/added-a-long-description-for-pypi-1374279083916 | Alex Gaynor | 2013-07-20 | 1 | -0/+12 |
| | | |||||
| * | Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc. | Armin Rigo | 2013-07-18 | 1 | -1/+0 |
| | | |||||
| * | Check in win64.obj, thanks Matti :-) | Armin Rigo | 2013-07-18 | 1 | -5/+6 |
| | | |||||
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 1 | -1/+1 |
| | | |||||
| * | Move the development to 0.6 | Armin Rigo | 2013-02-08 | 1 | -1/+1 |
| | | |||||
| * | Bump the version to 0.5. | Armin Rigo | 2012-12-04 | 1 | -1/+1 |
| | | |||||
| * | Upgrade the version number. | Armin Rigo | 2012-11-28 | 1 | -1/+1 |
| | | |||||
| * | Update the version number to 0.4.1, but keep 0.4 everywhere else, as it | Armin Rigo | 2012-11-25 | 1 | -1/+1 |
| | | | | | just fixes installation issues. Write it down in the docs. | ||||
| * | Prepare for the version 0.4 (not released yet!). | Armin Rigo | 2012-09-24 | 1 | -1/+1 |
| | | |||||
| * | Add zip_safe=False to avoid issues. | Armin Rigo | 2012-09-20 | 1 | -0/+1 |
| | | |||||
| * | Backed out changeset f6d372be7f59 | Ronny Pfannschmidt | 2012-09-19 | 1 | -17/+19 |
| | | | | | turns out not having setup.py install deps is worse | ||||
| * | remove setuptools dependency, use conditional c extension list instead | Ronny Pfannschmidt | 2012-09-19 | 1 | -19/+17 |
| | | |||||
| * | Add three missing vars in this Extension(). They were only | Armin Rigo | 2012-09-07 | 1 | -1/+5 |
| | | | | | in setup_base.py. | ||||
| * | Fix setup.py for cross-compilation (thanks Sarvi). | Armin Rigo | 2012-08-25 | 1 | -4/+14 |
| | | |||||
| * | remove the hiding of pkg-config errors in setup.py, should fix issue #21 | Ronny Pfannschmidt | 2012-08-24 | 1 | -1/+1 |
| | | |||||
| * | pycparser 2.08 has been fixed. Thanks! | Armin Rigo | 2012-08-15 | 1 | -3/+1 |
| | | |||||
| * | "hgdistver" is not needed any more. | Armin Rigo | 2012-08-13 | 1 | -3/+0 |
| | | |||||
| * | Write the version explicitly, and test it too. | Armin Rigo | 2012-08-13 | 1 | -1/+1 |
| | | |||||
| * | pycparser 2.08 no longer contains lextab.py/yacctab.py | Armin Rigo | 2012-08-13 | 1 | -1/+3 |
| | | | | | out of the box, which looks like a bug. It works in 2.07. | ||||
| * | hg merge default, and try to resolve all conflicts. | Armin Rigo | 2012-08-12 | 1 | -11/+11 |
| |\ | | | | | | | Not tested so far. | ||||
| | * | Tweak the default include_dirs if pkg-config is not available. | Armin Rigo | 2012-07-31 | 1 | -11/+11 |
| | | | | | | | | | | | The two detault paths are for my old Gentoo box, and for OS/X Lion & Mountain Lion. | ||||
| * | | An attempt to port cffi to python3. | Amaury Forgeot d'Arc | 2012-07-29 | 1 | -2/+2 |
| |/ | | | | Most tests are passing, yeah! | ||||
| * | Trying to use pkg-config to more systematically get installation | Armin Rigo | 2012-07-21 | 1 | -11/+31 |
| | | | | | information about libffi. | ||||
| * | More tests for MSVC's struct return type. Add a workaround similar | Armin Rigo | 2012-06-29 | 1 | -1/+4 |
| | | | | | to the one present in ctypes. | ||||
| * | Rename: _ffi_backend => _cffi_backend | Armin Rigo | 2012-06-27 | 1 | -2/+2 |
| | | |||||
| * | Blindly add win64 support. | Armin Rigo | 2012-06-23 | 1 | -2/+9 |
| | | |||||
| * | setup.py: use pkg-config for libffi include dir | Scott Tsai | 2012-06-19 | 1 | -0/+14 |
| | | | | | | | | | | | Some Linux distros don't install ffi.h in the default header search path. This patch tries to use pkg-config(1) to find the correct include dir and does nothing if either pkg-config or libffi.pc isn't available. Distros that need this include Fedora, Red Hat and apparently Archlinux. Should fix cffi bitbucket issue#2. Tested on Fedora 17, Ubuntu 10.04 and Ubuntu 12.04. | ||||
| * | add license | Maciej Fijalkowski | 2012-06-18 | 1 | -0/+2 |
| | | |||||
| * | a fix | Maciej Fijalkowski | 2012-06-18 | 1 | -0/+1 |
| | | |||||
| * | Move things around to avoid duplication of code. I hope "if | Armin Rigo | 2012-06-18 | 1 | -4/+4 |
| | | | | | __name__=='__main__'" works in setup.py. | ||||
| * | Copy-pasted :-( | Armin Rigo | 2012-06-18 | 1 | -1/+20 |
| | | |||||
| * | fix URL and description | Maciej Fijalkowski | 2012-06-18 | 1 | -2/+2 |
| | | |||||
| * | ups, fix the name | Maciej Fijalkowski | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | authors and license | Maciej Fijalkowski | 2012-06-18 | 1 | -0/+4 |
| | | |||||
| * | we no longer require platformer | Maciej Fijalkowski | 2012-06-18 | 1 | -1/+0 |
| | | |||||
| * | Split setup.py into a part in setup_base.py that can be used | Armin Rigo | 2012-06-17 | 1 | -15/+1 |
| | | | | | even without having installed 'setuptools' previously. | ||||
| * | Work in progress on porting to Windows. | Armin Rigo | 2012-06-16 | 1 | -3/+22 |
| | | |||||
| * | Add the library to setup.py. | Armin Rigo | 2012-05-31 | 1 | -1/+2 |
| | | |||||
| * | extra whitespace | Alex Gaynor | 2012-05-31 | 1 | -0/+1 |
| | | |||||
| * | use setuptools feature to automatically build the c extension on cpython | Ronny Pfannschmidt | 2012-05-29 | 1 | -3/+13 |
| | | |||||
| * | Start working on a verifier | fijal | 2012-05-23 | 1 | -0/+4 |
| | | |||||
| * | simple setup.py + tox.ini | Ronny Pfannschmidt | 2012-05-17 | 1 | -0/+13 |
