summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ready to mergewin32-stdcallArmin Rigo2015-10-060-0/+0
* remove the debug printfsArmin Rigo2015-10-062-24/+24
* FixArmin Rigo2015-10-061-2/+3
* fixArmin Rigo2015-10-061-2/+4
* Parse __cdecl and __stdcall in the built-in parserArmin Rigo2015-10-064-25/+71
* Fix remaining testsArmin Rigo2015-10-062-75/+103
* more of the sameArmin Rigo2015-10-061-4/+4
* Aargh, WINAPI is not a macro??Armin Rigo2015-10-061-9/+21
* more test fixesArmin Rigo2015-10-061-7/+25
* Another passing testArmin Rigo2015-10-061-6/+33
* Fix testArmin Rigo2015-10-061-38/+31
* start to fix testsArmin Rigo2015-10-062-27/+27
* Support directly __stdcall or WINAPI (or __cdecl, ignored) insideArmin Rigo2015-10-064-32/+42
* This doesn't work anywayArmin Rigo2015-10-061-4/+0
* in-progress, but found a problemArmin Rigo2015-10-066-36/+288
* check that the function types are really incompatibleArmin Rigo2015-10-051-0/+7
* forgot pdbArmin Rigo2015-10-051-1/+0
* non-windows fixesArmin Rigo2015-10-053-9/+13
* Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or...Armin Rigo2015-10-055-24/+65
* fix msvc warningArmin Rigo2015-10-051-2/+2
* A branch to implement "__stdcall" more completely on Windows. Initial testsArmin Rigo2015-10-053-1/+99
* ARM is documented to have 'unsigned int' as the wchar_t typeArmin Rigo2015-10-052-4/+4
* Call a better functionArmin Rigo2015-10-041-1/+1
* Fix tests to run on more 32-bit x86esArmin Rigo2015-10-012-0/+6
* test fixArmin Rigo2015-09-301-1/+1
* Make the type objects mortalArmin Rigo2015-09-302-6/+46
* One more placeArmin Rigo2015-09-301-3/+5
* More attempts at fixes for multiple interpretersArmin Rigo2015-09-304-19/+29
* Maybe a fix for multiple interpretersArmin Rigo2015-09-301-19/+24
* hg merge qualtypesArmin Rigo2015-09-3013-101/+285
|\
| * ready for mergequaltypesArmin Rigo2015-09-300-0/+0
| * A noteArmin Rigo2015-09-301-0/+3
| * add a passing testArmin Rigo2015-09-301-0/+13
| * DocumentationArmin Rigo2015-09-302-0/+15
| * Seems that "__restrict" is recognized in all gcc modes I could try,Armin Rigo2015-09-301-1/+1
| * fixesArmin Rigo2015-09-302-3/+12
| * Fix the verify() for const fields too, because it's very easyArmin Rigo2015-09-303-2/+14
| * Add more passing testsArmin Rigo2015-09-301-0/+39
| * Tests and fixes for "const" fieldsArmin Rigo2015-09-303-5/+45
| * in-progress: add qualifiers through model.py, cparser.py, and recompiler.pyArmin Rigo2015-09-309-98/+151
| * A branch to finally fix issues #126/#64Armin Rigo2015-09-300-0/+0
|/
* document usefulness of ffi.buffer() for reading a struct from a socketmattip2015-09-291-5/+12
* More of the sameArmin Rigo2015-09-271-3/+3
* The symbol "myprintf" seems to conflict on some machines. Use aArmin Rigo2015-09-271-3/+3
* Test and fix: don't crash if there is a partial enum in the cdef()Armin Rigo2015-09-262-2/+12
* Issue #223Armin Rigo2015-09-261-6/+47
* come on Py3Armin Rigo2015-09-261-1/+1
* Probably need to save/restore the current exception hereArmin Rigo2015-09-251-0/+8
* Py3 fixArmin Rigo2015-09-251-1/+1
* Issue #221: forbid values from enums with "..." from being accessedArmin Rigo2015-09-234-2/+20