Skip to content
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

[devel] Fixed atomic setting of locked line in Verb #3004

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

ethouris
Copy link
Collaborator

@ethouris ethouris commented Aug 12, 2024

  1. Fixed: added atomic for lockline to avoid races when using line locking in Verb.
  2. Added empty constructors in Log class to avoid copying when returning temporary object as proxy for operator <<.
  3. Fixed invalid call to std::forward to allow variadic versions of Verb().
  4. Changed operator<< to variadic Verb version in two app files.

apps/verbose.hpp Fixed Show fixed Hide fixed
@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [apps] Area: Test applications related improvements labels Aug 13, 2024
@maxsharabayko maxsharabayko added this to the v1.5.4 milestone Aug 13, 2024
@ethouris ethouris marked this pull request as ready for review August 13, 2024 07:05
@maxsharabayko maxsharabayko merged commit 1669542 into Haivision:master Aug 13, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[apps] Area: Test applications related improvements Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants