Fix MSVC builds, use C89 strtol() instead of C99 strtoll()
[ardour.git] / libs / pbd / spinlock.cc
2019-08-03 Robin GareusUpdate core library GPL boilerplate and (C) from git log
2019-07-29 John EmmasAnother try at fixing our 'spinlock_t' compatibility
2019-07-29 Robin GareusPartially undo 6d4b94df13 for MSVC and C++98 compat
2019-07-28 Robin GareusReduce compiler warnings when boost uses std-atomics
2019-07-28 Robin GareusYet another spinlock init hack for g++8 std::atomics
2019-07-28 Robin GareusAnother attempt at improving spinlock init
2017-10-26 Robin GareusAdd a RAII SpinLock (using boost's spinlock)