summaryrefslogtreecommitdiff
path: root/cffi/pkgconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to the pkgconfig supportArmin Rigo2019-01-311-55/+71
* Reduce number of exceptionsMichal Vyskocil2019-01-111-7/+2
* P: cffi must be compatible with 3.2Michal Vyskocil2019-01-101-5/+5
* Define and raise specific hierarchy of exceptionsMichal Vyskocil2019-01-101-4/+29
* Document version pinning for pkgconfigMichal Vyskocil2019-01-091-1/+1
* Exception based flowMichal Vyskocil2019-01-091-13/+10
* fix encoding of `--libs-only-l` it's about file system namesMichal Vyskocil2019-01-081-1/+1
* Real test of a pkgconfig integrationMichal Vyskocil2019-01-081-10/+12
* Increase testing coverage and refactor method namesMichal Vyskocil2019-01-081-45/+52
* code not compatible with python3Michal Vyskocil2017-05-251-1/+1
* can't link with libraries expects -pthreads or similar flagsMichal Vyskocil2017-05-251-1/+6
* Improve documentation of pkgconfig_kwargsMichal Vyskocil2017-05-251-3/+12
* Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error proneMichal Vyskocil2017-05-221-0/+65