libui/examples
Mariusz Kasolik 4b20c5b045 examples/cpp-multithreaded: fixed locks and timeThread terminate conditions
C++ unique_lock created through constructor with an argument creates already locked lock. The lock is unlocked with destructor.

condition_variable::wait_for returns true when await at least specified timeout false otherwise. There is no guarantee that it returns false when notified, therefore thread exit is done through extra flag 'running'.
2018-10-29 08:26:05 +01:00
..
controlgallery Expanded the control gallery a bit further. 2016-06-17 11:34:42 -04:00
cpp-multithread examples/cpp-multithreaded: fixed locks and timeThread terminate conditions 2018-10-29 08:26:05 +01:00
datetime Fixed the datetime example 2018-05-13 13:00:42 -04:00
drawtext Removed the margins from the drawtext example. It looks better this way. 2018-03-18 15:39:44 -04:00
histogram Added a color well to the histogram example. 2016-05-15 21:02:35 -04:00
timer Add uiTimer() API and example 2018-04-16 17:28:12 -07:00
CMakeLists.txt Cleaned up from the previous merge and added it to the README. 2018-05-13 12:05:09 -04:00
example.manifest And added compatibility manifests to the examples too. 2015-12-31 20:12:14 -05:00
example.static.manifest Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00
resources.rc Fixed static linking on Windows. 2016-05-29 18:35:06 -04:00