summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* md5/sha1release-1.2Armin Rigo2015-08-201-2/+2
* hg merge defaultArmin Rigo2015-08-207-12/+13
|\
| * Release 1.2.1Armin Rigo2015-08-206-9/+9
| * Merged in felixonmars/cffi/fix-zdist-test (pull request #63)Armin Rigo2015-08-200-0/+0
| |\
| * | fix python 3.x compatibility for test_zdistfix-zdist-testFelix Yan2015-08-201-3/+4
| |/
| * hg merge release-1.2Armin Rigo2015-08-190-0/+0
| |\ |/ /
* | Add md5/sha1Armin Rigo2015-08-191-2/+2
* | Modify the filenameArmin Rigo2015-08-191-1/+1
* | Windows test fixArmin Rigo2015-08-191-1/+4
* | hg merge defaultArmin Rigo2015-08-198-34/+87
|\ \ | |/
| * Issue #216: add "defined(__hpux)" for alloca.hArmin Rigo2015-08-132-2/+2
| * From https://github.com/pyca/cryptography/pull/2156: add the pre_run()Armin Rigo2015-08-012-3/+25
| * Use section titles that start with a letter: docutils used to turn linksArmin Rigo2015-07-311-16/+16
| * Support "\" escapes in a #defineArmin Rigo2015-07-302-2/+16
| * Handle line continuations in the "//" commentsArmin Rigo2015-07-302-1/+19
| * Issue #214: parse function declarations like "int foo(void_t);" whereArmin Rigo2015-07-302-5/+9
| * clean upArmin Rigo2015-07-171-5/+0
* | Make a release branch (but don't release right now)Armin Rigo2015-07-100-0/+0
|/
* backout d8df9b34d5c and keep using readthedocs as the default docArmin Rigo2015-07-092-5/+4
* In non-C++ mode, we need a warning to be turned into an errorArmin Rigo2015-07-091-0/+3
* Silence a gcc warningArmin Rigo2015-07-091-2/+3
* Add "content" directives to the main pagesArmin Rigo2015-07-093-0/+6
* Point to the bitbucket wiki.Armin Rigo2015-07-092-4/+5
* TweaksArmin Rigo2015-07-093-7/+7
* Doc fixesArmin Rigo2015-07-092-2/+3
* Drop the ".. versionchanged" and ".. versionadded", which was not veryArmin Rigo2015-07-092-70/+56
* Issue #213: in case we'd give the error message "initializer for ctypeArmin Rigo2015-07-092-6/+42
* Document ffi.new_allocator()Armin Rigo2015-07-062-1/+29
* Python 3 compatibilityArmin Rigo2015-07-063-5/+6
* Explicitly protect against variables that end up resolving at address NULL,Armin Rigo2015-07-063-5/+40
* Port the new_allocator() work from pypyArmin Rigo2015-07-065-32/+349
* Found a simpler and more efficient way to implement any ffi.gc().Armin Rigo2015-07-065-152/+119
* Found a simpler way to implement the in-line ffi.gc() on top of theArmin Rigo2015-07-063-23/+8
* Expand the explanation of the hackArmin Rigo2015-07-051-3/+8
* Document 'onerror'.Armin Rigo2015-07-052-1/+33
* Minor clean upArmin Rigo2015-07-051-24/+24
* Generalize the test for pypyArmin Rigo2015-07-041-2/+2
* Show a semi-hackish way to get at the value of the arguments when theArmin Rigo2015-07-041-2/+5
* 'onerror' can also return a custom value to returnArmin Rigo2015-07-042-7/+43
* New argument "onerror" on ffi.callback()Armin Rigo2015-07-047-15/+131
* Use the logic in cgc.c to implement ffi.gc() also for the pure PythonArmin Rigo2015-07-044-2/+29
* Issue #115: document the assignments where we store a list or a dict.Armin Rigo2015-07-041-2/+27
* Bump the version number to 1.2.0Armin Rigo2015-07-036-10/+10
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-0310-62/+180
* Write a test for issue #212Armin Rigo2015-07-031-0/+12
* Mention there are more argsArmin Rigo2015-07-021-0/+2
* Issue #209: check for dereferencing NULL pointersArmin Rigo2015-06-303-7/+30
* Issue #207: fix for anonymous enums with ffi.include()Armin Rigo2015-06-292-0/+13
* ffi.include(ffi) doesn't make sense and hangs right nowArmin Rigo2015-06-292-0/+6
* Test and fix: Python 3.5 (at least the current beta) is unhappyArmin Rigo2015-06-262-0/+7