Fix MSVC builds, use C89 strtol() instead of C99 strtoll()
[ardour.git] / libs / pbd / signals.cc
2019-08-03 Robin GareusUpdate core library GPL boilerplate and (C) from git log
2017-07-30 Robin GareusNO-OP: name-change (_list and _lock are also used in...
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonRemove debug output.
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...