-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create test for concurrency and fix possible issues found #27
Labels
Milestone
Comments
Merged
using |
Raffaello
added a commit
that referenced
this issue
Apr 30, 2020
Raffaello
added a commit
that referenced
this issue
Apr 30, 2020
Open
it is still missing to run multiple threads accessing the same terminal, but it is not the aim of this issue for the current version at the moment. |
Raffaello
added a commit
that referenced
this issue
May 1, 2020
* fix #29. add patch number to versioning * fix #32 * remove cmake library obj as redundant * simplified cmake * add generated cmake version file #33 * fix #33. typo in var usage * refacto test, partial fix #30: blinking cursor tests * cursor shape snapshot tests. fix #30 * enforce display cursor when changing status. Fix #26 * add noexcept to _busy method #26 * [WIP] remove mutex and replaced with atomic operations. * cleanups #26 * more cleanups #26 * fix linux/GCC build * fix cmake configuration with SDL2-static lib * helgrind test and related data races fixes #27 * remove atomic array and replace reads/writes with a mutex. Fixes #27 * rename WITH_* to BUILD_* were approprioate in cmake config. Fixes #35 * dependent option TEST_DUMP_SNAPSHOT. Fixes #36 * review examples. Fixes #34 * codacy code review * keep unused var declaration * rename _busy method to _setBusy, add isIdle method and test. #26 * Update CMakeLists.txt * code rev, fix wrong cmake option logic WITH_SDL2_STATIC * Apply suggestions from code review * Apply suggestions from code review * Update sdl2-vga-terminal/examples/CMakeLists.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
until now waiting an event before doing anything, was not really triggering anything about concurrency concern.
write some concurrency test around the aspect involving the timer variables.
The text was updated successfully, but these errors were encountered: