aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-14/+2
| | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-151-1/+1
| | | | | | * Be on brand: it's macOS * line wrap
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Use a series of constants for OpenSSL version checks. N.B. I removed several qualifiers that were being used to express beta vs. release in OpenSSL version numbers. Reviewers please look closely! * Convert some python as well, also add the file * flake8 * Simplify code, remove functionality that can be expressed more simply * clean up the tests as well * more constants * wrap long lines * reflect feedback * unused * add this back?
* don't add the NXCOMPAT and DYNAMICBASE flags if the compiler isn't msvcPaul Kehrer2016-01-011-6/+21
|
* remove commoncrypto CONDITIONAL_NAMESPaul Kehrer2015-08-031-3/+0
|
* enable ASLR and NX on windows builds (affects 2.x only)Paul Kehrer2015-06-201-0/+9
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+82