| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
