summaryrefslogtreecommitdiff
path: root/libs/fst/scanner.cc
AgeCommit message (Collapse)Author
2019-08-03Update utility and tools GPL boilerplate and (C) from git logRobin Gareus
2019-07-04Use exit-status macros for compatibility 2/3Robin Gareus
2017-12-02A couple of minor changes when #including <utime.h>John Emmas
2017-11-29Fix Windows builds (amend a3ec16)Robin Gareus
Since scanner.cc defines NO_OLDNAMES, utime.h needs to be included first.
2016-11-29moving POSIX_VISIBLE to the waf script partDavid Carlier
2016-11-29Making buildable under OpenBSD.David Carlier
2016-11-15consolidate VSTState functionsRobin Gareus
2016-11-15rework 8e3b6c9ac (fstwin is C code, not C++)Robin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2015-04-27case insensitive VST plugin file extension - fixes #6285Robin Gareus
2nd attempt.
2015-04-27Revert "case insensitive ".dll" for VST plugins - fixes #6285"Robin Gareus
This reverts commit c2f84af73d4812a7099ba1339ae92f2cd0536eae. strcasestr() is not compatible with mingw nor MSVC. different approach is needed.
2015-04-26case insensitive ".dll" for VST plugins - fixes #6285Robin Gareus
TODO: check portability of strcasestr()
2014-10-0564bit windows VSTsRobin Gareus
2014-05-17vst-scanner app: properly init and use libpbd's TransmitterRobin Gareus
2014-03-18fix potential uninitialized object pointer.Robin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-02-25update external VST scanner appRobin Gareus
2014-02-25prepare standalone VST scanner tool.. part oneRobin Gareus