Mercurial > hg > svcore
log plugin/PluginScan.cpp @ 1325:3aea4f7617bb 3.0-integration
age | author | description |
---|---|---|
2016-11-22 | Chris Cannam | Avoid compiler warning 3.0-integration |
2016-11-16 | Chris Cannam | Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types 3.0-integration |
2016-11-04 | Chris Cannam | Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself) piper |
2016-11-03 | Chris Cannam | Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. piper |