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

Queue library #25

Merged
merged 8 commits into from
Apr 14, 2024
Merged

Queue library #25

merged 8 commits into from
Apr 14, 2024

Conversation

dfbakin
Copy link
Member

@dfbakin dfbakin commented Mar 23, 2024

Test

Main changes

  • Located lock-free queue to a separate package
  • Added tests for correctness and stability -- passed without fixes
  • Tried to link shared library out of template header file -- in progress

@dfbakin dfbakin added the refactoring Codestyle / minor changes label Mar 23, 2024
@dfbakin dfbakin self-assigned this Mar 23, 2024
@dfbakin dfbakin marked this pull request as ready for review March 23, 2024 17:53
@dfbakin dfbakin requested a review from dasimagin March 23, 2024 17:53
packages/lock_free_queue/CMakeLists.txt Outdated Show resolved Hide resolved
packages/lock_free_queue/CMakeLists.txt Outdated Show resolved Hide resolved
packages/lock_free_queue/CMakeLists.txt Outdated Show resolved Hide resolved
packages/camera/CMakeLists.txt Outdated Show resolved Hide resolved
fix: added header-only include location correctly
@dfbakin dfbakin merged commit bdc53cf into master Apr 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Codestyle / minor changes
Development

Successfully merging this pull request may close these issues.

2 participants