| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor copy&paste of raise dup constant into method | mozbugbox | 2014-04-03 | 1 | -15/+9 |
| * | "010" is not valid oct in python3. Fix it. | mozbugbox | 2014-04-03 | 1 | -1/+9 |
| * | Handle define constant by "#define DOT 0x1FF" | mozbugbox | 2014-04-02 | 2 | -6/+24 |
| * | ffi.include update _int_constant and prevent duplicated const declreusable-enum-values | mozbugbox | 2014-04-02 | 1 | -0/+10 |
| * | Make int constant available in the following declaration. | mozbugbox | 2014-04-01 | 1 | -0/+6 |
| * | Update exception args instead of use print on re-raise FFIError | mozbugbox | 2014-04-01 | 1 | -1/+1 |
| * | Move try ... except outside of a for loop | mozbugbox | 2014-04-01 | 1 | -7/+7 |
| * | Write out buggy line when exception during _internal_parse | mozbugbox | 2014-03-31 | 1 | -27/+42 |
| * | Two "decrefs" that are very theoretically missing (but it's not like | Armin Rigo | 2014-03-01 | 1 | -0/+2 |
| * | Upgrade the version number. (One test in test_version is known to fail) | Armin Rigo | 2014-02-28 | 1 | -2/+2 |
| * | Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX | Armin Rigo | 2014-02-28 | 1 | -8/+13 |
| * | Handle the case where someone has made `import weakref` return a weird proxy.alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444 | Alex Gaynor | 2014-02-05 | 1 | -2/+3 |
| * | Issue 131: support ffi.cdef("...", packed=True) | Armin Rigo | 2014-01-14 | 4 | -5/+19 |
| * | Kill is_{signed,unsigned}_type() | Armin Rigo | 2013-12-15 | 2 | -44/+32 |
| * | Update to version 0.8.1 | Armin Rigo | 2013-11-24 | 1 | -2/+2 |
| * | Add ffi.getwinerror(). | Armin Rigo | 2013-11-12 | 1 | -0/+3 |
| * | Issue #116: give out a warning when we're doing that | Armin Rigo | 2013-11-10 | 1 | -8/+11 |
| * | Issue #118: improve the detection and error message, jumping | Armin Rigo | 2013-11-10 | 2 | -9/+31 |
| * | Due to a CPython bug, we cannot use setdefault() here | Armin Rigo | 2013-11-10 | 1 | -3/+10 |
| * | Bah, setdefault() is not atomic on WeakValueDictionary. | Armin Rigo | 2013-11-10 | 1 | -2/+9 |
| * | Small tweaks | Armin Rigo | 2013-11-10 | 2 | -7/+9 |
| * | Test and fix: a remaining deadlock | Armin Rigo | 2013-11-09 | 1 | -1/+2 |
| * | Merge the 'thread-safe' branch: adds locks in a few hopeful places. | Armin Rigo | 2013-11-09 | 5 | -59/+130 |
| |\ |
|
| | * | Add locking. Not really tested, apart from the absence of double locking.thread-safe | Armin Rigo | 2013-11-09 | 5 | -59/+118 |
| | * | hg merge default | Armin Rigo | 2013-11-09 | 1 | -0/+12 |
| | |\ |
|
| | | * | Add the basic file exporting locks | Armin Rigo | 2013-11-09 | 1 | -0/+12 |
| * | | | Update the version number | Armin Rigo | 2013-11-09 | 1 | -2/+2 |
| |/ / |
|
| * | | Clean up. (May also fix an obscure bug...) | Armin Rigo | 2013-11-09 | 2 | -29/+25 |
| |/ |
|
| * | Fix vengine_cpy too. | Armin Rigo | 2013-11-08 | 1 | -8/+36 |
| * | Fix vengine_gen for global arrays with [...]. | Armin Rigo | 2013-11-08 | 1 | -1/+21 |
| * | Fix some tests | Armin Rigo | 2013-11-08 | 3 | -10/+14 |
| * | Add a test, now passing. Fixes in the front-end. | Armin Rigo | 2013-11-08 | 2 | -9/+16 |
| * | in-progress | Armin Rigo | 2013-11-08 | 2 | -11/+15 |
| * | Issue #113: Test and fix: Values of anonymous enums are not exposed | Armin Rigo | 2013-10-26 | 1 | -0/+6 |
| * | Strip the C line of whitespace in error reporting. | Armin Rigo | 2013-10-24 | 1 | -1/+1 |
| * | Docstring fix | Armin Rigo | 2013-10-21 | 1 | -1/+1 |
| * | Support partial unions in a way very similar to partial structs. | Armin Rigo | 2013-10-17 | 4 | -15/+10 |
| * | Fixes #110 - Support different so suffixes | Donald Stufft | 2013-10-06 | 3 | -21/+26 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 2 | -11/+4 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 2 | -2/+8 |
| * | 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 | 1 | -2/+2 |
| * | Bah, fix | Armin Rigo | 2013-08-02 | 1 | -1/+2 |
| * | Update the version | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Accept short, long, signed, unsigned as prefixes of a real type (usually | Armin Rigo | 2013-07-30 | 1 | -7/+20 |
| * | Crash with a clear error message in case of built-in but unsupported | Armin Rigo | 2013-07-30 | 1 | -1/+3 |
| * | Tweak the error message | Armin Rigo | 2013-07-14 | 1 | -2/+2 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 2 | -4/+10 |
| * | Fix the front-end to work (but still show $ signs) | Armin Rigo | 2013-06-19 | 2 | -3/+5 |
| * | Propagate the original OSError, which contains information returned by | Armin Rigo | 2013-06-04 | 1 | -2/+2 |