| Commit message (Expand) | Author | Age | Files | Lines |
| * | Experimental serialisation of cffi.model types into Python code that instanti...split-verify | Jeremy Thurgood | 2013-10-07 | 2 | -5/+99 |
| * | Bootstrapping documentation | Stefano Rivera | 2013-10-07 | 1 | -0/+15 |
| * | Port setuptools tests to FFIBuilder | Stefano Rivera | 2013-10-07 | 12 | -77/+102 |
| * | Port distutils_package_2 to FFIBuilder | Stefano Rivera | 2013-10-07 | 5 | -26/+35 |
| * | We'd want to ship ffibuilder in the sdist | Stefano Rivera | 2013-10-07 | 1 | -0/+1 |
| * | Support ext_package | Stefano Rivera | 2013-10-07 | 1 | -6/+9 |
| * | Port test_distutils_package_1 to FFIBuilder | Stefano Rivera | 2013-10-07 | 6 | -27/+38 |
| * | Allow specifying a parent package | Stefano Rivera | 2013-10-07 | 1 | -15/+23 |
| * | More whitespace | Stefano Rivera | 2013-10-06 | 1 | -1/+1 |
| * | Port distutils_module to FFIBuilder | Stefano Rivera | 2013-10-06 | 4 | -24/+32 |
| * | Create lib_dir if it doesn't exist | Stefano Rivera | 2013-10-06 | 1 | -0/+2 |
| * | Avoid setting force_generic_engine twice | Stefano Rivera | 2013-10-06 | 1 | -2/+2 |
| * | Add verifier_distutils_module, so that we can transition all the other zinteg... | Stefano Rivera | 2013-10-06 | 3 | -0/+31 |
| * | PEP-8 order the test_zintegration imports | Stefano Rivera | 2013-10-06 | 1 | -1/+6 |
| * | I think this is the most horrible thing I have written in months, but... pick... | Jeremy Thurgood | 2013-10-06 | 1 | -3/+6 |
| * | Fix (and test) ffi proxy functions. | Jeremy Thurgood | 2013-10-06 | 2 | -70/+89 |
| * | Add cffi.packaging module which has everything you need for your setup.py | Stefano Rivera | 2013-10-06 | 1 | -0/+21 |
| * | Better API for generated module. | Jeremy Thurgood | 2013-10-06 | 2 | -32/+127 |
| * | Move FFIBuilder into its own module. | Jeremy Thurgood | 2013-10-06 | 3 | -73/+75 |
| * | Collect built filepaths. | Jeremy Thurgood | 2013-10-06 | 2 | -4/+27 |
| * | Clean up a few things, fix python3 compat. | Jeremy Thurgood | 2013-10-06 | 2 | -19/+15 |
| * | FFIBuilder implementation. | Jeremy Thurgood | 2013-10-05 | 4 | -1/+146 |
| * | (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg... | Jeremy Thurgood | 2013-10-05 | 1 | -7/+10 |
| * | A redo of pull request 19: dynamically determine if the C compiler | Armin Rigo | 2013-09-25 | 3 | -6/+15 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 4 | -11/+41 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 3 | -2/+18 |
| * | Tweak: like this, pypy-shadowstack crashes systematically | Armin Rigo | 2013-09-03 | 1 | -0/+1 |
| * | Fix bitfields on big-endian machines | Armin Rigo | 2013-09-01 | 2 | -8/+61 |
| * | In this case, we must call backend.load_library() with a path | Armin Rigo | 2013-08-07 | 1 | -1/+3 |
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 5 | -5/+6 |
| * | Bah, fix | Armin Rigo | 2013-08-02 | 1 | -1/+2 |
| * | Remove this temporary warning | Armin Rigo | 2013-08-01 | 1 | -2/+0 |
| * | Update the version | Armin Rigo | 2013-08-01 | 5 | -7/+9 |
| * | Fix for win64 | Armin Rigo | 2013-08-01 | 1 | -1/+6 |
| * | Fix the doc | Armin Rigo | 2013-08-01 | 1 | -1/+2 |
| * | Add a warning | Armin Rigo | 2013-08-01 | 1 | -1/+3 |
| * | The Win64 problem with the .asm was fixed by checking in the .obj file. | Armin Rigo | 2013-08-01 | 1 | -5/+6 |
| * | Removed tag release-0.1 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.2 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.2.1 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.3 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.4 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.4.1 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.4.2 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Remove the hg tags. We're using hg branches 'release-*' nowadays. | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Don't care too much about the ctypes backend | Armin Rigo | 2013-08-01 | 1 | -0/+2 |
| * | Write "status of Win64". | Armin Rigo | 2013-08-01 | 1 | -0/+3 |
| * | Py3k fix | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | hg merge win64 | Armin Rigo | 2013-08-01 | 3 | -5/+15 |
| |\ |
|
| | * | Close branch, ready to mergewin64 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |