2025-08-21 15:12 CEST

spring: develop e4071ef3 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
jK jK develop 2016-12-01 18:02:05 develop efc1aaf3
Changeset much SpringThreading stuff:
* move OS specific files to rts/System/Platform/${OS}/*
* fix spring::condition_variable when spring::mutex is not std::mutex
* add spring::signal, it's like a condition_variable but wakes up all waiting treads at once and not just one by one
mod - CMakeLists.txt Diff ] File ]
mod - rts/System/CMakeLists.txt Diff ] File ]
add - rts/System/Platform/Mac/Signal.cpp Diff ] File ]
add - rts/System/Platform/Mac/Signal.h Diff ] File ]
add - rts/System/Platform/Win/CriticalSection.cpp Diff ] File ]
add - rts/System/Platform/Win/Future.h Diff ] File ]
rm - rts/System/Threading/CriticalSection.cpp Diff ] File ]
mod - rts/System/Threading/SpringThreading.h Diff ] File ]