| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More tweaks | Armin Rigo | 2018-01-08 | 1 | -11/+17 |
| | | |||||
| * | try to clarify set_source() requires str(<code that implements functions>) | Matti Picus | 2017-12-29 | 1 | -5/+10 |
| | | |||||
| * | Document for issue 340 | Armin Rigo | 2017-10-13 | 1 | -0/+5 |
| | | |||||
| * | released cffi 1.11.2v1.11.2 | Armin Rigo | 2017-10-09 | 1 | -3/+3 |
| | | |||||
| * | Bump version number to 1.11.2 | Armin Rigo | 2017-10-08 | 3 | -5/+11 |
| | | |||||
| * | Update md5/sha sumsv1.11.1 | Armin Rigo | 2017-10-04 | 1 | -3/+3 |
| | | |||||
| * | more tweaks | Armin Rigo | 2017-10-04 | 1 | -0/+2 |
| | | |||||
| * | tweaks in whatsnew | Armin Rigo | 2017-10-04 | 1 | -3/+3 |
| | | |||||
| * | Mention the fix 989d98a58c95 | Armin Rigo | 2017-09-27 | 1 | -0/+2 |
| | | |||||
| * | Update version to 1.11.1 | Armin Rigo | 2017-09-27 | 2 | -5/+5 |
| | | |||||
| * | Document 4b0741f26fcd | Armin Rigo | 2017-09-27 | 1 | -0/+5 |
| | | |||||
| * | Prepare for the next minor release | Armin Rigo | 2017-09-21 | 1 | -0/+6 |
| | | |||||
| * | md5/sha and link fix(?) | Armin Rigo | 2017-09-16 | 1 | -4/+4 |
| | | |||||
| * | Typo | Armin Rigo | 2017-09-16 | 1 | -1/+1 |
| | | |||||
| * | Update the doc, as suggested on python-cffi | Armin Rigo | 2017-09-15 | 1 | -2/+29 |
| | | |||||
| * | Add note here about __restrict__ | Armin Rigo | 2017-09-01 | 1 | -0/+4 |
| | | |||||
| * | Write down an explicit example of what not to do | Armin Rigo | 2017-08-31 | 1 | -0/+3 |
| | | |||||
| * | Expand the docs about wchar_t/char16_t/char32_t | Armin Rigo | 2017-08-31 | 2 | -14/+68 |
| | | |||||
| * | Another note about performance, this time in whatsnew.rst | Armin Rigo | 2017-08-12 | 1 | -0/+4 |
| | | |||||
| * | Another note about performance | Armin Rigo | 2017-08-12 | 1 | -1/+3 |
| | | |||||
| * | Mention that ffi.dlopen(None) does not work on Python 3 on Windows. | Armin Rigo | 2017-08-12 | 1 | -0/+4 |
| | | |||||
| * | Document ffi.gc(..., size) | Armin Rigo | 2017-08-02 | 2 | -12/+41 |
| | | |||||
| * | Mention the embedding problem on Debian that was discussed in issue #264. | Armin Rigo | 2017-07-21 | 1 | -0/+9 |
| | | |||||
| * | Issue #300 | Armin Rigo | 2017-07-21 | 1 | -0/+3 |
| | | | | | | Hopefully fix the remaining cases where a _Bool return value was not correctly converted to a Python bool, but still gave a Python int. | ||||
| * | Apply the patch of issue 321 if __NetBSD__ is defined. | Armin Rigo | 2017-07-08 | 2 | -6/+6 |
| | | |||||
| * | Document NetBSD | Armin Rigo | 2017-07-01 | 1 | -0/+11 |
| | | |||||
| * | Expand this paragraph | Armin Rigo | 2017-06-23 | 1 | -10/+20 |
| | | |||||
| * | Some test fixes for Python 3 on Windows | Armin Rigo | 2017-06-19 | 1 | -1/+4 |
| | | |||||
| * | Issue #316 | Armin Rigo | 2017-06-16 | 1 | -0/+12 |
| | | | | | Call MessageBox() more generally on most stderr outputs from cffi | ||||
| * | Document issue #319 | Armin Rigo | 2017-06-16 | 1 | -0/+6 |
| | | |||||
| * | Didn't figure out how to cleanly define charN_t inside _cffi_include.h. | Armin Rigo | 2017-06-04 | 2 | -5/+17 |
| | | | | | So for now, don't. | ||||
| * | Mention that 0.10.1 is only inside PyPy 5.8.0 | Armin Rigo | 2017-06-02 | 1 | -0/+2 |
| | | |||||
| * | Document the signedness of charN_t | Armin Rigo | 2017-06-02 | 1 | -2/+9 |
| | | |||||
| * | Document char16_t and char32_t | Armin Rigo | 2017-06-02 | 4 | -16/+33 |
| | | |||||
| * | Update the version to 1.11 | Armin Rigo | 2017-05-31 | 2 | -6/+6 |
| | | |||||
| * | Whatsnew | Armin Rigo | 2017-05-31 | 1 | -0/+9 |
| | | |||||
| * | Documentation | Armin Rigo | 2017-05-30 | 2 | -23/+34 |
| | | |||||
| * | tweaks | Armin Rigo | 2017-05-29 | 1 | -2/+2 |
| | | |||||
| * | Try to systematically include the line number | Armin Rigo | 2017-05-09 | 2 | -1/+10 |
| | | |||||
| * | Issue 314 | Armin Rigo | 2017-05-09 | 1 | -0/+10 |
| | | | | | | Fix the line numbers by discovering that ``# NUMBER "LINE"`` is supported by pycparser and using it. | ||||
| * | md5/sharelease-1.10 | Armin Rigo | 2017-03-21 | 1 | -3/+3 |
| | | |||||
| * | update the whatsnew | Armin Rigo | 2017-03-21 | 1 | -10/+13 |
| | | |||||
| * | tweaks | Armin Rigo | 2017-03-11 | 1 | -1/+2 |
| | | |||||
| * | move the 'use cases' before the 'how-to' section | Armin Rigo | 2017-03-11 | 1 | -15/+15 |
| | | |||||
| * | mention static linking of the produced C file | Armin Rigo | 2017-03-11 | 1 | -11/+32 |
| | | |||||
| * | Write a paragraph about __pypy__.add_memory_pressure() | Armin Rigo | 2017-03-10 | 1 | -0/+53 |
| | | |||||
| * | Document the missing add_memory_pressure in PyPy <= 5.6 | Armin Rigo | 2017-03-10 | 2 | -17/+29 |
| | | |||||
| * | typo | Armin Rigo | 2017-03-07 | 1 | -1/+1 |
| | | |||||
| * | Document more explicitly the difference between CompiledFFI and FFI. | Armin Rigo | 2017-02-28 | 1 | -0/+8 |
| | | |||||
| * | issue #255: comparing primitive cdatas | Armin Rigo | 2017-02-19 | 2 | -7/+14 |
| | | |||||
