summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/spinlock.h
AgeCommit message (Expand)Author
2019-09-26Another try at C++11/boost spinlock initializationRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-07-31Fix C++11 NSDMIRobin Gareus
2019-07-29Another try at fixing our 'spinlock_t' compatibilityJohn Emmas
2019-07-28Prevent spinlock copy constructionRobin Gareus
2019-07-28Another attempt at improving spinlock initRobin Gareus
2019-07-28Follow up d8ae3fdRobin Gareus
2019-07-27MSVC requires an already initialized object to initialize our boost::detail::...John Emmas
2019-07-26Correctly initialize spintlock_tRobin Gareus
2017-10-26Add a RAII SpinLock (using boost's spinlock)Robin Gareus