| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixctypesdef | Armin Rigo | 2012-08-14 | 1 | -2/+2 |
| * | Add two demos of ffi.ctypesdef(): this is approximately what I'd | Armin Rigo | 2012-08-13 | 2 | -0/+153 |
| * | In this branch we will try to expose cffi.model in a way strongly | Armin Rigo | 2012-08-13 | 0 | -0/+0 |
| * | Update status. | Armin Rigo | 2012-08-13 | 1 | -2/+5 |
| * | Skip the ffi.buffer() tests with the ctypes backend on top of PyPy. | Armin Rigo | 2012-08-13 | 2 | -4/+22 |
| * | Improve the test portability. | Armin Rigo | 2012-08-13 | 1 | -9/+17 |
| * | Add a test for the precision of 'long double'. | Armin Rigo | 2012-08-13 | 1 | -0/+24 |
| * | Update the doc to mention that it also mostly works on PyPy. | Armin Rigo | 2012-08-13 | 1 | -11/+10 |
| * | Complete for the behavior we get with RTLD_NOW. | Armin Rigo | 2012-08-13 | 1 | -1/+1 |
| * | Copy here from backend_tests | Armin Rigo | 2012-08-12 | 1 | -0/+6 |
| * | Additional test for this case | Armin Rigo | 2012-08-12 | 1 | -0/+10 |
| * | Remove this skip, which is no longer true. | Armin Rigo | 2012-08-12 | 1 | -7/+0 |
| * | Compatibility with PyPy: support running on top of a narrow CPython | Armin Rigo | 2012-08-12 | 1 | -18/+19 |
| * | "Seems to work" non-statement. | Armin Rigo | 2012-08-12 | 1 | -1/+2 |
| * | Python 3 documentation. | Armin Rigo | 2012-08-12 | 1 | -8/+27 |
| * | Python 3 syntax in this one demo. | Armin Rigo | 2012-08-12 | 1 | -7/+7 |
| * | A test and fix about 'long double' with vengine_cpy. | Armin Rigo | 2012-08-12 | 3 | -5/+33 |
| * | hg merge 'python3-port': support Python 3.x as well. Thanks Amaury for | Armin Rigo | 2012-08-12 | 16 | -429/+707 |
| |\ |
|
| | * | Close the branch about to be mergedpython3-port | Armin Rigo | 2012-08-12 | 0 | -0/+0 |
| | * | Keep the original usages of the macro PyString_AS_STRING as a macro, | Armin Rigo | 2012-08-12 | 1 | -13/+14 |
| | * | Better error message. | Armin Rigo | 2012-08-12 | 1 | -2/+2 |
| | * | Python 2.x compat | Armin Rigo | 2012-08-12 | 1 | -2/+4 |
| | * | Fixes fixes | Armin Rigo | 2012-08-12 | 4 | -7/+10 |
| | * | Fix | Armin Rigo | 2012-08-12 | 1 | -5/+13 |
| | * | hack hack hack | Armin Rigo | 2012-08-12 | 6 | -66/+54 |
| | * | Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3. | Armin Rigo | 2012-08-12 | 2 | -95/+125 |
| | * | hg merge default | Armin Rigo | 2012-08-12 | 2 | -1/+16 |
| | |\
| |/
|/| |
|
| * | | More regularily in casts to floats. | Armin Rigo | 2012-08-12 | 2 | -1/+16 |
| | * | Start to tweak test_c for 3.3. | Armin Rigo | 2012-08-12 | 1 | -3/+9 |
| | * | Fixes | Armin Rigo | 2012-08-12 | 1 | -12/+16 |
| | * | Tests pass on Linux Python 2.6 | Armin Rigo | 2012-08-12 | 3 | -4/+6 |
| | * | Fixes for 2.6 compat | Armin Rigo | 2012-08-12 | 2 | -18/+22 |
| | * | hg merge default | Armin Rigo | 2012-08-12 | 1 | -0/+1 |
| | |\
| |/
|/| |
|
| * | | Add a missing test | Armin Rigo | 2012-08-12 | 1 | -0/+1 |
| | * | hg merge default, and try to resolve all conflicts. | Armin Rigo | 2012-08-12 | 28 | -1429/+2929 |
| | |\
| |/
|/| |
|
| * | | Don't try to call the missing function from the test: it just fails | Armin Rigo | 2012-08-12 | 1 | -3/+3 |
| * | | intermediate checkin | Armin Rigo | 2012-08-12 | 1 | -6/+14 |
| * | | Test and fix (thanks nphg) | Armin Rigo | 2012-08-12 | 2 | -2/+10 |
| * | | Fix the documentation: the module file names are no longer based | Armin Rigo | 2012-08-12 | 1 | -3/+4 |
| * | | Try to fix the tests on OS/X, mainly by skipping the ABI tests that | Armin Rigo | 2012-08-12 | 1 | -5/+7 |
| * | | Add two tests, one passing and one (probably definitely) skipped. | Armin Rigo | 2012-08-12 | 2 | -0/+29 |
| * | | Bah. Can't put the skip() in setup_method(), because test_ffi_backend | Armin Rigo | 2012-08-11 | 1 | -3/+7 |
| * | | This test runs twice (in two subclasses), so we need to avoid the file | Armin Rigo | 2012-08-11 | 1 | -2/+3 |
| * | | Pom pom pom | Armin Rigo | 2012-08-11 | 1 | -0/+11 |
| * | | Bah, handle_t is some kind of keyword on Windows. Can't use it in the | Armin Rigo | 2012-08-11 | 1 | -4/+4 |
| * | | A #define for the use of snprintf below. | Armin Rigo | 2012-08-11 | 1 | -0/+1 |
| * | | Fix for test_vgen:test_nonstandard_integer_types on Windows. | Armin Rigo | 2012-08-11 | 1 | -1/+11 |
| * | | A test, passing on Linux, checking that all nonstandard | Armin Rigo | 2012-08-11 | 1 | -0/+14 |
| * | | Windows tests start to pass with this hack. | Armin Rigo | 2012-08-11 | 1 | -0/+6 |
| * | | Attempting to collect export_symbols correctly, as needed for Windows | Armin Rigo | 2012-08-11 | 3 | -4/+24 |