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

Remove #include <condition_variable> from Log.hpp [12720] #2281

Merged
merged 2 commits into from
Dec 17, 2021

Conversation

richiware
Copy link
Member

Log.hpp header file is used everywhere. It's include <condition_variable> and <mutex>. This is incompatible with making a C# wrapper. This PR moves these included headers to Log.cpp.

Signed-off-by: Ricardo González <ricardo@richiware.dev>
@richiware richiware changed the title Remove #include <condition_variable> from Log.hpp Remove #include <condition_variable> from Log.hpp [12720] Oct 20, 2021
Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, look at the CI results. There are warnings in several Ubuntu builds.

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
@richiware
Copy link
Member Author

@richiprosima Please test this

@richiware
Copy link
Member Author

Done

@MiguelCompany
Copy link
Member

@richiprosima Please test aarch64

@JLBuenoLopez JLBuenoLopez added this to the v2.5.0 milestone Dec 16, 2021
@JLBuenoLopez
Copy link
Contributor

@richiprosima please test Windows

Copy link
Contributor

@JLBuenoLopez JLBuenoLopez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MiguelCompany MiguelCompany merged commit 7e68d98 into master Dec 17, 2021
@MiguelCompany MiguelCompany deleted the bugfix/avoid-condition-variable-include branch December 17, 2021 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants