| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | The API mode is faster. Put this forward more. | Armin Rigo | 2017-02-09 | 2 | -17/+28 |
| | | |||||
| * | ffi.addressof(lib, "name") now also works in in-line mode | Armin Rigo | 2017-02-07 | 1 | -0/+4 |
| | | |||||
| * | Make 'ffi.buffer' be the type of minibuffers returned by cffi, and | Armin Rigo | 2017-02-04 | 2 | -0/+10 |
| | | | | | 'ffi.buffer()' now calls the constructor. | ||||
| * | Expand the warning box | Armin Rigo | 2017-01-28 | 1 | -6/+14 |
| | | |||||
| * | issue300: return _Bool as Python booleans; related fixes | Armin Rigo | 2017-01-23 | 2 | -5/+28 |
| | | |||||
| * | bump version number to 1.10.0 | Armin Rigo | 2017-01-23 | 2 | -3/+3 |
| | | |||||
| * | Change the Windows-friendly version to be both Windows- and | Armin Rigo | 2017-01-23 | 1 | -5/+17 |
| | | | | | POSIX-friendly (previously it *only* compiled on Windows) | ||||
| * | Tweaks the docs | Armin Rigo | 2017-01-04 | 2 | -17/+22 |
| | | |||||
| * | merge strbuf-as-buffer | Richard Plangger | 2017-01-04 | 5 | -13/+39 |
| |\ | |||||
| | * | document | Armin Rigo | 2017-01-02 | 1 | -0/+3 |
| | | | |||||
| | * | Fill in whatsnew | Armin Rigo | 2016-12-27 | 1 | -3/+8 |
| | | | |||||
| | * | typo | Armin Rigo | 2016-12-25 | 1 | -1/+1 |
| | | | |||||
| | * | update version number to 1.9.2 | Armin Rigo | 2016-12-22 | 2 | -5/+5 |
| | | | |||||
| | * | Document explicit calls to lib.malloc() | Armin Rigo | 2016-12-22 | 1 | -2/+20 |
| | | | |||||
| | * | typos | Armin Rigo | 2016-12-12 | 1 | -2/+2 |
| | | | |||||
| * | | update whatsnew entry | Richard Plangger | 2017-01-03 | 1 | -0/+2 |
| | | | |||||
| * | | kill invalid_input_buffer_type, update docs to state that now only unicode ↵ | Richard Plangger | 2017-01-03 | 1 | -3/+2 |
| |/ | | | | objects are forbidden | ||||
| * | add warning | Armin Rigo | 2016-12-09 | 1 | -1/+1 |
| | | |||||
| * | Document 'FILE *' | Armin Rigo | 2016-12-09 | 2 | -3/+34 |
| | | |||||
| * | Document issue #295 | Armin Rigo | 2016-12-08 | 1 | -0/+13 |
| | | |||||
| * | Windows fixes in the example | Armin Rigo | 2016-12-07 | 1 | -1/+19 |
| | | |||||
| * | Document should_clear_after_alloc a bit more | Armin Rigo | 2016-11-28 | 1 | -1/+15 |
| | | |||||
| * | md5/sharelease-1.9 | Armin Rigo | 2016-11-12 | 1 | -3/+3 |
| | | |||||
| * | update to 1.9.1 | Armin Rigo | 2016-11-12 | 2 | -5/+5 |
| | | |||||
| * | md5/sha | Armin Rigo | 2016-11-12 | 1 | -3/+3 |
| | | |||||
| * | Update the docs to the style r"""...C source...""" | Armin Rigo | 2016-11-11 | 4 | -15/+19 |
| | | |||||
| * | Backed out changeset dc390236b9c6 | Armin Rigo | 2016-11-07 | 1 | -1/+4 |
| | | | | | Sphynx bug (infinite recursion) | ||||
| * | Reorganize (thanks matti) | Armin Rigo | 2016-11-07 | 1 | -4/+1 |
| | | |||||
| * | Bump version number to 1.9.0 | Armin Rigo | 2016-11-02 | 2 | -3/+3 |
| | | |||||
| * | Add a note | Armin Rigo | 2016-10-29 | 1 | -1/+3 |
| | | |||||
| * | Decided to fix ffi.sizeof() too. Update the documentation. | Armin Rigo | 2016-10-27 | 2 | -3/+32 |
| | | |||||
| * | Revert b84710ae130a again. Ensure we get a warning for every opaque | Armin Rigo | 2016-10-20 | 1 | -15/+7 |
| | | | | | | enum, but then fall back to 'unsigned int'. See documentation for motivation. | ||||
| * | Of course when I finally turned the warning in an error (18cdf37d6b26) I | Armin Rigo | 2016-10-20 | 1 | -0/+15 |
| | | | | | get bug reports about it. Write down some details about it in whatsnew. | ||||
| * | update to 1.8.4 and add whatsnew | Armin Rigo | 2016-09-20 | 3 | -5/+13 |
| | | |||||
| * | md5/sharelease-1.8 | Armin Rigo | 2016-09-17 | 1 | -3/+3 |
| | | |||||
| * | Docs: remove "char *" from the special casing in the reference | Armin Rigo | 2016-09-15 | 1 | -3/+3 |
| | | |||||
| * | Document the new warning | Armin Rigo | 2016-09-15 | 1 | -0/+13 |
| | | |||||
| * | bump version number to 1.8.3 | Armin Rigo | 2016-09-15 | 2 | -5/+5 |
| | | |||||
| * | md5/sha | Armin Rigo | 2016-09-06 | 1 | -3/+3 |
| | | |||||
| * | Update and document v1.8.2 | Armin Rigo | 2016-09-06 | 3 | -2/+11 |
| | | |||||
| * | Un-document the removal of the ctypes backend | Armin Rigo | 2016-09-03 | 1 | -4/+0 |
| | | |||||
| * | Bump version number to 1.8.1 | Armin Rigo | 2016-09-03 | 2 | -2/+2 |
| | | |||||
