Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/Files.cpp @ 541:0e32c328b02a tip
age | author | description |
---|---|---|
2020-03-03 | Chris Cannam | Show error code if library can't be loaded |
2018-06-11 | Chris Cannam | Header for getenv |
2018-06-11 | Chris Cannam | Use VAMP_PATH_32 environment variable instead of VAMP_PATH, when running in a 32-bit process within 64-bit Windows (WoW64) |
2018-06-08 | Chris Cannam | Wide-char environment variable lookup |
2016-11-18 | Chris Cannam | Revert to C++98 -- this library is not supposed to use C++11 |
2016-11-02 | Chris Cannam | Add plugin enumeration options (for use by piper server, needs testing) enumerate-options |
2016-10-28 | Chris Cannam | Correct use of multibyte-widechar conversion routines |
2016-04-14 | Chris Cannam | Fix compiler warnings, and fix potential mangling of utf8 when downcasing (this is still a nasty and incomplete way to do it though) |
2015-06-16 | Chris Cannam | Build tweaks for OS/X |
2015-06-16 | Chris Cannam | Win32 compile fix |
2015-06-16 | Chris Cannam | And a further win32 fix |
2015-05-20 | Chris Cannam | Initial draft of C API for plugin loading vh |