index
:
delta/python-packages/cffi.git
AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197
HERE-in-paths
Luke-Rogers/add-license-to-trove-classifiers-1578493878065
adapt-tests-for-python3.11
add-float-dotdotdot
alex_gaynor/added-a-long-description-for-pypi-1374279083916
alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444
auto-types
bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737
binary_enum
buffer_richcompare
build-with-xcode-only
c99-array
calculate_variable_array_length
cffi-1.0
cffi-1.0.0b3
char16_char32_t
cmacros
complx/indexrst-edited-online-with-bitbucket-1403535394739
cpy-extension
create-tmp-homedir
ctypesdef
define-integer-constant
demo-cleanup
doc
doc-improvements
doc-index
doc-set_source
edbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587
eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984
embedding-pypy-win32
enum-as-int
ffi_closure_alloc
find-vcvars
fix-attribute-error-test-3.10
fix-multiple-sources-arguments
fix-typo
fix-zdist-test
fix/sinl
fix/unaligned-access
fix_filelike_flush
fix_missing_ffi_lib
hppa
int128
issue547
jasonandersonmyers/fix-broken-link-to-weave-1397835057617
less-partial-curses-demo
library-module
license_files
linux-only
load-from-exe-dir
macos11
master
memset
methane/homebrew-makes-symlink-for-current-versi-1412966022079
msvcrt
new_struct_allocated_size
ofekmeister/windows-support-py_limited_api-1534700268692
openvms
osx-tests
osx_use_homebrew
parse_constant_plus
podshumok/add-source_extnsion-param-to-verifier-1417477338819
project-links
py.code
py.test
py3.8-interp-dict
python3-port
python3.11.0b4
qualtypes
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
release-1.0
release-1.1
release-1.10
release-1.11
release-1.12
release-1.13
release-1.14
release-1.15
release-1.2
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
release-1.9
reusable-enum-values
setuptools_test_macos_fix
shortername
sirtom67/float_complex
slicing
split-verify
static-callback
static-callback-embedding
strbuf-as-buffer
the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138
thread-safe
tmpdir-from-environ
typos
update_libffi_arm64
verifier2
warn-no-ref-kept
wchar_t
win32
win32-callback
win32-ownlib
win32-stdcall
win32-zintegration
win64
windows
windows-tls
foss.heptapod.net: pypy/cffi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cffi
/
_cffi_include.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
another attempt at Py_LIMITED_API on Windows on CPython >= 3.5
Armin Rigo
2020-08-13
1
-12
/
+41
*
Issue #440
Armin Rigo
2020-01-19
1
-0
/
+48
*
Tweak the '-Wno-*' arguments passed to gcc during tests
Armin Rigo
2019-11-07
1
-2
/
+2
*
On Windows, we still can't use Py_LIMITED_API for bad reasons.
Armin Rigo
2019-02-16
1
-35
/
+12
*
Redo 164e526a5515 and 14ce6985e1c3.
Armin Rigo
2018-08-24
1
-3
/
+36
*
[windows] Support Py_LIMITED_API
Ofek Lev
2018-08-19
1
-10
/
+0
*
Don't define py_limited_api at all on Windows, for now.
Armin Rigo
2018-01-13
1
-1
/
+2
*
Issue #355
Armin Rigo
2018-01-13
1
-29
/
+11
*
Only do that dance if _MSC_VER is defined
Armin Rigo
2018-01-08
1
-5
/
+5
*
Issue #350: more mess on Windows with Py_LIMITED_API
Armin Rigo
2018-01-08
1
-3
/
+30
*
Issue #337
Armin Rigo
2017-09-30
1
-3
/
+3
*
Issue #300
Armin Rigo
2017-07-21
1
-0
/
+1
*
Didn't figure out how to cleanly define charN_t inside _cffi_include.h.
Armin Rigo
2017-06-04
1
-5
/
+0
*
Fix: the type char32_t is defined by the standard as always unsigned
Armin Rigo
2017-06-02
1
-1
/
+1
*
tweaks
Armin Rigo
2017-05-31
1
-8
/
+8
*
in-progress
Armin Rigo
2017-05-31
1
-1
/
+50
*
(dstufft) Don't overwrite a user-specified value for Py_LIMITED_API, if
Armin Rigo
2017-04-11
1
-1
/
+1
*
Don't pollute the namespace with 'CTypeDescrObject'
Armin Rigo
2016-11-05
1
-9
/
+10
*
If we say Py_LIMITED_API and we're compiling with a debug version of
Armin Rigo
2016-09-03
1
-0
/
+16
*
Avoid a combination where we end up with two incompatible "typedef xxx
Armin Rigo
2016-08-06
1
-1
/
+3
*
Seems that as a #define, this hack breaks if a future header does
Armin Rigo
2016-08-06
1
-1
/
+1
*
Use Py_LIMITED_API in the generated C extension modules, because doing
Armin Rigo
2016-07-19
1
-14
/
+0
*
Test and fix: the "bool" type in C++
Armin Rigo
2016-06-05
1
-0
/
+6
*
Issue #245: __stdcall not generated correctly on extern "Python" functions
Armin Rigo
2016-02-04
1
-0
/
+6
*
in-progress
Armin Rigo
2015-12-02
1
-1
/
+2
*
First version
Armin Rigo
2015-12-01
1
-1
/
+2
*
update the code to use 'extern "Python"'
Armin Rigo
2015-11-18
1
-2
/
+2
*
tweak the pypy-only generated code
Armin Rigo
2015-11-15
1
-1
/
+2
*
tweak tweak tweak until we can at least read the function pointer out of
Armin Rigo
2015-11-13
1
-2
/
+6
*
Test the various cases, fix issues with rounding, etc.
Armin Rigo
2015-08-28
1
-3
/
+4
*
Add support for `typedef float... foo_t`.
Max Belanger
2015-08-27
1
-0
/
+5
*
Issue #216: add "defined(__hpux)" for alloca.h
Armin Rigo
2015-08-13
1
-1
/
+1
*
Tweaks and minor fixes
Armin Rigo
2015-05-30
1
-1
/
+1
*
Issues 69, 73: add the syntax "typedef int... foo_t;".
Armin Rigo
2015-05-30
1
-6
/
+4
*
Performance: no real need to call PyArg_ParseTuple() here
Armin Rigo
2015-05-26
1
-6
/
+19
*
Silence some warnings with gcc 5.1: if T is a type smaller than 'int',
Armin Rigo
2015-05-26
1
-2
/
+3
*
Fix comments
Armin Rigo
2015-05-22
1
-1
/
+2
*
Defines the macro _CFFI_ before including Python.h.
Armin Rigo
2015-05-22
1
-0
/
+1
*
Best-effort attempt at supporting C++. There is still one issue shown
Armin Rigo
2015-05-17
1
-2
/
+9
*
the big Moving Files Around step
Armin Rigo
2015-05-12
1
-0
/
+202