4ddcdc031b
- Based on C++11's `mutex` - No more need to allocate-deallocate or check for null - No pointer anymore, just a member variable - Platform-specific implementations no longer needed - Simpler for `NO_THREADS` - `BinaryMutex` added for special cases as the non-recursive version - `MutexLock` now takes a reference. At this point the cases of null `Mutex`es are rare. If you ever need that, just don't use `MutexLock`. - `ScopedMutexLock` is dropped and replaced by `MutexLock`, because they were pretty much the same. |
||
---|---|---|
.. | ||
pluginscript_instance.cpp | ||
pluginscript_instance.h | ||
pluginscript_language.cpp | ||
pluginscript_language.h | ||
pluginscript_loader.cpp | ||
pluginscript_loader.h | ||
pluginscript_script.cpp | ||
pluginscript_script.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |