Activity for Epps

  • Epps Epps modified a comment on discussion General Discussion

    Hi, I got <error id="syntaxError" severity="error" msg="syntax error" verbose="syntax error" file0="Test.cpp"> <location file="Test.cpp" line="121" column="3"/> </error> Code: TYPED_TEST(CIntervalSetTestInt, CompleteTest) { using MyParamType = typename TestFixture::MyParamType; CIntervalSetTestInt<MyParamType>::DoTest(); } If i compare "googletest.cfg" against http://google.github.io/googletest/reference/testing.htm there are missing many Macros as also in this case the "TYPED_TEST" It would be great...

  • Epps Epps posted a comment on discussion General Discussion

    Hi, I got <error id="syntaxError" severity="error" msg="syntax error" verbose="syntax error" file0="Test.cpp"> <location file="Test.cpp" line="121" column="3"> </location></error> Code: TYPED_TEST(CIntervalSetTestInt, CompleteTest) { using MyParamType = typename TestFixture::MyParamType; CIntervalSetTestInt<myparamtype>::DoTest(); }</myparamtype> If i compare "googletest.cfg" against http://google.github.io/googletest/reference/testing.htm there are missing many Macros as also in this case the "TYPED_TEST"...

  • Epps Epps posted a comment on discussion General Discussion

    That's right, the note data is available as location. Sorry, I had misunderstood the XML struture. Thanks for looking over it and sorry again.

  • Epps Epps posted a comment on discussion General Discussion

    Hello, I noticed that we don't see all finds from CPPCHeck in our CI because all lines of the category "note" don't appear in the XML file. Is there a way to force all results to be written to the XML file?

  • Epps Epps posted a comment on ticket #1215

    "Preventing infinite Loops" is exactly what i need. Thank you, didn't find by myself....

  • Epps Epps created ticket #1215

    Save loop with Trigger

1