2
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add test that checks that the compositor always gets the last-posted buffer. add another similar test that will wait very often and tests that the compositor gets the right buffer More... almost 12 years ago
simplify the way the synchronizer requests a wait More... almost 12 years ago
correct initial state and a missed cv notify More... almost 12 years ago
remove buggy test More... almost 12 years ago
get all tests to pass More... almost 12 years ago
get the second test to pass More... almost 12 years ago
get first multithread test to pass More... almost 12 years ago
start getting tests to pass with new method More... almost 12 years ago
Platform dependent build, defaulting to LLVM More... almost 12 years ago
Added graphics platform unit tests. More... almost 12 years ago
Added the graphics CMake file. More... almost 12 years ago
Created an LlvmBufferAllocator to get the test passing. More... almost 12 years ago
Started adding platform specific graphics support for buffer allocation. More... almost 12 years ago
Close server cleanly from test process when all clients have completed More... almost 12 years ago
ensure that the compositor has ran a grab before checking expectation More... almost 12 years ago
cleanup trailing whitespace More... almost 12 years ago
cleanup change to makefile More... almost 12 years ago
Add missing file More... almost 12 years ago
Code cleanup More... almost 12 years ago
comment out line that disables memory checks on leaks More... almost 12 years ago
fix memory leak message temporarily with a AllowLeak() from gmock. re-enable second test More... almost 12 years ago
Sort of working - but with muddled output More... almost 12 years ago
rename SynchronizedThread (its not a thread anymore, just a Synchronizer object) More... almost 12 years ago
clean up Synchronizer class further. Make separate interfaces for a controller thread and a spawned thread. add a ScopedThread class for managing thread lifetimes. Remove templating from SynchronizedThread More... almost 12 years ago
fix names More... almost 12 years ago
add different interface to SynchronizedThread for controllers and for children More... almost 12 years ago
correct flaw in condition_variable logic that could result in a missed signal More... almost 12 years ago
move synchronizer to the unit test directory. add some consts where appropriate. rename tests and synchronizer function names to make them more illustrative. eliminate mutex member variable from BufferSwapperDouble More... almost 12 years ago
Separate out intentionally failing tests More... almost 12 years ago
Some tests intended to fail More... almost 12 years ago