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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the changes with C99-style arrays.
c99-array
Armin Rigo
2013-11-08
1
-8
/
+26
*
Fix test.
Armin Rigo
2013-11-08
1
-1
/
+1
*
Fix vengine_cpy too.
Armin Rigo
2013-11-08
1
-8
/
+36
*
Fix vengine_gen for global arrays with [...].
Armin Rigo
2013-11-08
2
-2
/
+27
*
Fix some tests
Armin Rigo
2013-11-08
4
-18
/
+22
*
Add a test, now passing. Fixes in the front-end.
Armin Rigo
2013-11-08
3
-9
/
+26
*
Allow varsized arrays to appear at a non-last position in case of a
Armin Rigo
2013-11-08
2
-1
/
+40
*
Implementation: support a few extra ways to give initialization arguments to ...
Armin Rigo
2013-11-08
2
-79
/
+240
*
in-progress
Armin Rigo
2013-11-08
2
-11
/
+15
*
Some target tests
Armin Rigo
2013-11-06
1
-11
/
+50
*
Adding more direct support for C99-style arrays inside structs
Armin Rigo
2013-11-06
0
-0
/
+0
*
Issue #113: Test and fix: Values of anonymous enums are not exposed
Armin Rigo
2013-10-26
2
-0
/
+21
*
Strip the C line of whitespace in error reporting.
Armin Rigo
2013-10-24
2
-2
/
+2
*
Add PyPy support for big-endian bitfields
Armin Rigo
2013-10-23
1
-2
/
+0
*
Document the workaround for taking pointers to functions.
Armin Rigo
2013-10-21
1
-0
/
+11
*
Docstring fix
Armin Rigo
2013-10-21
1
-1
/
+1
*
Added Homebrew instructions
Armin Rigo
2013-10-21
1
-4
/
+17
*
Support partial unions in a way very similar to partial structs.
Armin Rigo
2013-10-17
5
-15
/
+40
*
Fix the test for 77da9e592d23.
Armin Rigo
2013-10-10
1
-2
/
+2
*
Fixes #110 - Support different so suffixes
Donald Stufft
2013-10-06
3
-21
/
+26
*
(arigo, fijal, jerith) More complicated (and better) juggling of compiler arg...
Jeremy Thurgood
2013-10-05
1
-7
/
+10
*
A redo of pull request 19: dynamically determine if the C compiler
Armin Rigo
2013-09-25
3
-6
/
+15
*
Two tests from the mailing list, and fixes: bogus "const" detection,
Armin Rigo
2013-09-14
4
-11
/
+41
*
issue 102: allow ffi.typeof() to work on functions taking a struct
Armin Rigo
2013-09-11
3
-2
/
+18
*
Tweak: like this, pypy-shadowstack crashes systematically
Armin Rigo
2013-09-03
1
-0
/
+1
*
Fix bitfields on big-endian machines
Armin Rigo
2013-09-01
2
-8
/
+61
*
In this case, we must call backend.load_library() with a path
Armin Rigo
2013-08-07
1
-1
/
+3
*
Update the version number to 0.7.2
Armin Rigo
2013-08-02
5
-5
/
+6
*
Bah, fix
Armin Rigo
2013-08-02
1
-1
/
+2
*
Remove this temporary warning
Armin Rigo
2013-08-01
1
-2
/
+0
*
Update the version
Armin Rigo
2013-08-01
5
-7
/
+9
*
Fix for win64
Armin Rigo
2013-08-01
1
-1
/
+6
*
Fix the doc
Armin Rigo
2013-08-01
1
-1
/
+2
*
Add a warning
Armin Rigo
2013-08-01
1
-1
/
+3
*
The Win64 problem with the .asm was fixed by checking in the .obj file.
Armin Rigo
2013-08-01
1
-5
/
+6
*
Removed tag release-0.1
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.2
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.2.1
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.3
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.4
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.4.1
Armin Rigo
2013-08-01
0
-0
/
+0
*
Removed tag release-0.4.2
Armin Rigo
2013-08-01
0
-0
/
+0
*
Remove the hg tags. We're using hg branches 'release-*' nowadays.
Armin Rigo
2013-08-01
0
-0
/
+0
*
Don't care too much about the ctypes backend
Armin Rigo
2013-08-01
1
-0
/
+2
*
Write "status of Win64".
Armin Rigo
2013-08-01
1
-0
/
+3
*
Py3k fix
Armin Rigo
2013-08-01
1
-2
/
+2
*
hg merge win64
Armin Rigo
2013-08-01
3
-5
/
+15
|
\
|
*
Close branch, ready to merge
win64
Armin Rigo
2013-08-01
0
-0
/
+0
|
*
I have seriously no clue how Win64 ctypes work
Armin Rigo
2013-08-01
1
-2
/
+2
|
*
Backed out changeset a0bbd364d7a2
Armin Rigo
2013-08-01
1
-3
/
+0
[next]