summaryrefslogtreecommitdiff
path: root/cffi/verifier.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for sys.version >= (3, 10)Armin Rigo2021-02-191-1/+2
* Issue #351Armin Rigo2018-01-081-4/+3
* fix for importing setuptools on win32Matti Picus2017-04-201-11/+1
* Follow-up on b87441f6f36cArmin Rigo2017-01-201-3/+4
* Mark these three source files as deprecatedArmin Rigo2016-02-101-0/+3
* try to be more accuratemattip2015-10-141-1/+2
* document hack removal, leave hack in place for backward compatability with ve...mattip2015-10-131-0/+10
* Explicitly complain if we find 'typedef int... t;' in a call to verify()Armin Rigo2015-06-151-0/+4
* Simplify the structure of this function, and fix NativeIOArmin Rigo2015-01-311-21/+26
* Actually test the file contents instead of the filenameDonald Stufft2015-01-291-11/+32
* Actually check if the file exists rather than assume it doesn'tDonald Stufft2015-01-291-3/+4
* Issue #173Armin Rigo2015-01-081-1/+4
* Disossiate the version encoded in the verifier module file namesArmin Rigo2014-12-291-3/+3
* Add the keyword "relative_to=..." to verify(), as perArmin Rigo2014-12-241-2/+16
* Merge headsRomain Guillebert2014-12-171-2/+6
|\
| * Fix failing testsRomain Guillebert2014-10-211-2/+5
| * Add dlopen flags to verify on pypyRomain Guillebert2014-10-211-2/+3
* | add source_extnsion param to Verifierpodshumok/add-source_extnsion-param-to-verifier-1417477338819podshumok2014-12-011-2/+3
|/
* Add support for 'CFFI_TMPDIR' environment variablemalthe2014-09-021-1/+1
* make this not publicPhilip Jenvey2014-07-281-3/+3
* avoid deprecated imp.get_suffixes on >= 3.3Philip Jenvey2014-07-271-6/+12
* Add locking. Not really tested, apart from the absence of double locking.thread-safeArmin Rigo2013-11-091-13/+21
* Fixes #110 - Support different so suffixesDonald Stufft2013-10-061-10/+15
* Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py,Armin Rigo2013-05-201-14/+3
* More careful, even if it looks more brittle in theoryArmin Rigo2013-02-281-2/+3
* That could have been simplerStefano Rivera2013-02-231-2/+2
* Kill the _d added in Python 2 debug buildsStefano Rivera2013-02-231-1/+5
* Fix when running on pypy without cpyext.Armin Rigo2013-02-071-1/+5
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-071-14/+19
* We need to take all **kwds and stick them into the hash too.Armin Rigo2012-11-301-1/+3
* 90% of a fix for issue #40.Armin Rigo2012-11-191-1/+1
* Fix (thanks Hakan Ardo)Armin Rigo2012-09-271-1/+1
* Fix for PyPy: load the '.pypy-19.so' file even though find_module()Armin Rigo2012-09-251-0/+8
* Test and fix for setup.py's that use the 'package_dir' argumentArmin Rigo2012-09-111-1/+5
* Add the keyword argument verify(tag='foo') and document it.Armin Rigo2012-09-081-2/+3
* Allow the _cffi_crcchecksum module to be installed in a subpackage,Armin Rigo2012-09-071-2/+9
* Change the default directory in which verify() builds the C module. NowArmin Rigo2012-09-041-8/+18
* Disable encode('utf-8') on Python 2, where it makes no sense andArmin Rigo2012-09-031-1/+3
* Fix the logic: it was possible to reach the following bug (for whichArmin Rigo2012-08-131-20/+17
* Fixes fixesArmin Rigo2012-08-121-1/+3
* Fixes for 2.6 compatArmin Rigo2012-08-121-1/+1
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-121-760/+43
|\
| * Attempting to collect export_symbols correctly, as needed for WindowsArmin Rigo2012-08-111-1/+2
| * Merge the two verifiers into two VEngine classes. There is still a little bitArmin Rigo2012-08-041-430/+36
| * Skip the tail of these two tests if not building a CPython C extensionArmin Rigo2012-08-041-0/+3
| * str() -> ffi.string()Armin Rigo2012-08-041-1/+1
| * hg merge defaultArmin Rigo2012-07-281-439/+143
| |\
| | * Test and fixArmin Rigo2012-07-271-0/+12
| | * Fix the last failure in test_verify.Armin Rigo2012-07-271-5/+18
| | * Cleaning.Armin Rigo2012-07-271-51/+14