<kenaan>
arigo cffi/cffi b21780fe49f6 /: Merged in vyskocilm/cffi (pull request #80) Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error prone
<kenaan>
vyskocilm cffi/cffi 4e8e9cab26fd /cffi/: Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error prone Add pkg-config wrapper, which is the cross...
<kenaan>
vyskocilm cffi/cffi 47a70ef16876 /cffi/pkgconfig.py: Improve documentation of pkgconfig_kwargs
<kenaan>
vyskocilm cffi/cffi c195b130abef /cffi/pkgconfig.py: can't link with libraries expects -pthreads or similar flags read extra_compile_args and extra_link_args fom...
<kenaan>
vyskocilm cffi/cffi e23bbddde57b /cffi/api.py: drop debug print
<kenaan>
vyskocilm cffi/cffi 95044035f313 /testing/cffi1/test_pkgconfig.py: add test for pkg-config integration
<kenaan>
vyskocilm cffi/cffi b72192c28e05 /: code not compatible with python3 use bytes instead of strings
<kenaan>
vyskocilm cffi/cffi 09ffc07bbde2 /: Increase testing coverage and refactor method names Making `pkgconfig.call` function accessible, tests can m...
<kenaan>
vyskocilm cffi/cffi 48ca9a578dac /: merge with latest tip
<kenaan>
vyskocilm cffi/cffi e0251d298a40 /: Real test of a pkgconfig integration Fix encoding errors Given testing Python program ``` from cffi import ...
<kenaan>
vyskocilm cffi/cffi 428261c7ae2c /cffi/pkgconfig.py: fix encoding of `--libs-only-l` it's about file system names
<kenaan>
vyskocilm cffi/cffi 58d9217d4315 /: Exception based flow Now the with non pkg-config backup would be ``` module_name = "_czmq" source = "#includ...
<kenaan>
vyskocilm cffi/cffi 59a7c949248b /cffi/pkgconfig.py: Document version pinning for pkgconfig
<kenaan>
vyskocilm cffi/cffi 93d6970fc206 /cffi/: Define and raise specific hierarchy of exceptions * PkgConfigNotFound - not installed * PkgConfi...
<kenaan>
vyskocilm cffi/cffi d2065033e33b /cffi/pkgconfig.py: P: cffi must be compatible with 3.2 S: can't use u prefixes, as it is syntax error there
<kenaan>
vyskocilm cffi/cffi 703ab36069d0 /cffi/: Reduce number of exceptions
oberstet has quit [Ping timeout: 245 seconds]
oberstet has joined #pypy
antocuni has joined #pypy
dddddd has joined #pypy
<kenaan>
arigo cffi/cffi bafc95c0591a /: Tweaks to the pkgconfig support
<kenaan>
arigo cffi/cffi cfa9cfaf529e /: Change the API and document it.
<cfbolz>
arigato: do you have an opinion on what to do with the math-improvements branch?
<mattip>
antocuni: if I understand correctly, cffi 1.12 has not really been released yet, so the release notes should say something about "almost 1.12" or so
<antocuni>
mattip: but lib_pypy/cffi.egg-info/PKG-INFO says 1.12
<antocuni>
so I suppose it will be the same as cffi 1.12, as soon as cffi itself is released?
<antocuni>
if that's the case, it's probably enough to release cffi before pypy
<mattip>
depends, I saw some commits go by today about using pkg-config, I don't know if that is part of 1.12 or not