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
/
c
/
misc_win32.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
#442: memory leak in getwinerror() in py3
Armin Rigo
2020-02-06
1
-2
/
+3
*
Trying to fix ffi.dlopen() for unicode filenames on Windows
Armin Rigo
2018-02-15
1
-1
/
+6
*
Blindly attempt to detect MinGW (issue #159)
Armin Rigo
2016-10-07
1
-5
/
+0
*
fixes
Armin Rigo
2016-01-03
1
-8
/
+6
*
Generalize the code for 'local_thread_state' and move it to
Armin Rigo
2016-01-03
1
-62
/
+11
*
fix
Armin Rigo
2016-01-03
1
-3
/
+5
*
trying out with a DllMain function
Armin Rigo
2016-01-03
1
-1
/
+41
*
py3k compat
Armin Rigo
2015-12-07
1
-1
/
+1
*
more cases
Armin Rigo
2015-12-07
1
-0
/
+11
*
More attempts at fixes for multiple interpreters
Armin Rigo
2015-09-30
1
-4
/
+6
*
Issue #203: add keyword arguments to ffi.string(), ffi.buffer(),
Armin Rigo
2015-06-01
1
-4
/
+6
*
clarify
Armin Rigo
2015-05-21
1
-1
/
+1
*
Windows: pass along the result (success/error) of FreeLibrary
Armin Rigo
2015-05-20
1
-2
/
+1
*
Windows fix
Armin Rigo
2015-05-13
1
-1
/
+2
*
Add malloc.h, needed for alloca() in this file.
Armin Rigo
2014-07-01
1
-0
/
+1
*
Attempt to copy ctypes' name-mangling capability "_name@num".
Armin Rigo
2014-06-30
1
-1
/
+21
*
Unify (manually) the three blocks of #ifs for Windows. Add a comment
Armin Rigo
2014-06-24
1
-17
/
+0
*
tweak for Windows (msvc versus mingw)
Armin Rigo
2014-05-30
1
-1
/
+1
*
issue #156: _Bool type already included in VS2013
Taewook Kang
2014-05-01
1
-0
/
+2
*
Carefully write the Python 3 version of getwinerror(). I have no way to
Armin Rigo
2013-11-12
1
-0
/
+49
*
Add ffi.getwinerror().
Armin Rigo
2013-11-12
1
-0
/
+48
*
Bah, the warning was about the previous line.
Armin Rigo
2012-11-20
1
-1
/
+1
*
Remove it from here ("benign redefinition of type")
Armin Rigo
2012-11-20
1
-1
/
+0
*
Move around the _Bool declaration
Armin Rigo
2012-11-20
1
-0
/
+1
*
Windows needs the standard types
Armin Rigo
2012-11-20
1
-0
/
+14
*
Add dlerror() for windows.
Armin Rigo
2012-10-09
1
-0
/
+10
*
Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW.
Armin Rigo
2012-09-24
1
-0
/
+1
*
Windows: don't muck with LastError in b_get_errno()
Armin Rigo
2012-08-22
1
-0
/
+22
*
Found a slow leak on Win32. Don't know how to fix it :-(
Armin Rigo
2012-07-31
1
-1
/
+2
*
Tweaks
Armin Rigo
2012-07-10
1
-1
/
+3
*
Simplify code, after realizing that the front-end never calls
Armin Rigo
2012-06-16
1
-30
/
+2
*
Windows passes test_c.
Armin Rigo
2012-06-16
1
-6
/
+14
*
Compiles.
Armin Rigo
2012-06-16
1
-0
/
+104