log PyPlugScanner.cpp @ 120:a38d318c85a9 tip

age author description
2019-12-18 Chris Cannam MSVC fixes default tip
2019-02-26 Chris Cannam Skip directly over anything with null metatype - can happen with plugins whose init methods are not conformant (but that otherwise load OK as code)
2019-02-12 Chris Cannam Set sys.argv - avoiding Python code blowing up if it checks sys.argv[0] without checking sys.argv exists first. Patch due to Johan Pauwels
2019-01-16 Chris Cannam Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation
2019-01-14 Chris Cannam If a module appears to redefine one of our own types, refuse to load it. Also clear out the class dict for all refused modules now, so that we don't get stale names on the next scan due to not having cleared the module on unload
2019-01-10 Chris Cannam d_name can't be NULL; it's an array
2014-11-17 Chris Cannam More fixes
2009-10-11 fazekasgy Extended README, added .pyo support vampy-2.0
2009-10-05 fazekasgy new branch Vampy2final vampy2final
2009-09-22 cannam * Remove nonportable and unnecessary opendir features test (originally
2009-08-18 fazekasgy cleaned up vampy preloading, no functional change. tried python preload, did not work.
2009-08-17 cannam * Rearrange Python plugin construction.
2008-06-13 fazekasgy more examples and some bug fixes
2008-06-11 cannam * housekeeping: VAMP -> Vamp throughout (not an acronym)
2008-03-14 cannam * Add global mutex to PyPlugin -- all plugin method calls are strictly
2008-03-11 fazekasgy Added VAMP-Python binding project vampy