summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch, ready to mergeadd-float-dotdotdotArmin Rigo2015-08-280-0/+0
* Extra testArmin Rigo2015-08-281-0/+2
* DocumentArmin Rigo2015-08-282-2/+16
* Test the various cases, fix issues with rounding, etc.Armin Rigo2015-08-288-27/+83
* Add support for `typedef float... foo_t`.Max Belanger2015-08-275-3/+40
* Move this potential failure earlierArmin Rigo2015-08-271-4/+3
* Document issue #217Armin Rigo2015-08-261-0/+7
* Issue #217: use memcpy() instead of manually copying the data. OnArmin Rigo2015-08-261-3/+1
* Be more explicitArmin Rigo2015-08-221-0/+6
* hg merge release-1.2Armin Rigo2015-08-221-1/+1
|\
* | 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