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

Add NativeThreadInfo and blend in Message #3333

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

osmeest
Copy link

@osmeest osmeest commented Jun 29, 2021

  • test with PatternFormatter

+ use in Message
+ test with PatternFormatter
@aleks-f
Copy link
Member

aleks-f commented May 30, 2022

few things missing here:

  • redirect pul to devel branch
  • add new files to Makefile
  • add new files to VS90 project and regenerate all VS projects/solutions using Progen

@@ -133,6 +134,11 @@ void Message::init()
_tid = pThread->id();
_thread = pThread->name();
}
else {
Copy link
Contributor

Choose a reason for hiding this comment

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

it should be formatted as

}
else
{

@matejk matejk deleted the branch pocoproject:main April 15, 2024 11:20
@matejk matejk closed this Apr 15, 2024
@matejk matejk reopened this Apr 22, 2024
@matejk matejk changed the base branch from master to main April 22, 2024 07:02
#elif defined(POCO_VXWORKS)
#include "NativeThreadInfo_VX.cpp"
#else
#include "NativeThreadInfo_POSIX.cpp"

Check notice

Code scanning / CodeQL

Include header files only Note

The #include pre-processor directive should only be used to include header files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants