summaryrefslogtreecommitdiff
path: root/cffi/commontypes.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid cyclic imports by moving exceptions to a separate moduleRonan Lamy2017-01-201-4/+5
* Expand the error messageArmin Rigo2016-05-101-2/+5
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-031-4/+4
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-200/+24
* typoArmin Rigo2015-01-091-1/+1
* Clarify the error we get if we try to use TCHAR & friends before callingArmin Rigo2015-01-071-0/+12
* issue #172Armin Rigo2015-01-071-8/+0
* Crash with a clear error message in case of built-in but unsupportedArmin Rigo2013-07-301-1/+3
* Add all standard Windows types (as per a list from some official-lookingArmin Rigo2013-02-101-2/+236
* - add missing fileArmin Rigo2013-02-101-0/+12