Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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:

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

_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

The #include pre-processor directive should only be used to include header files.
@matejk matejk modified the milestones: Release 1.15.0, Release 1.16 Oct 22, 2025
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.

6 participants