Activity for opmock

  • pogn pogn posted a comment on ticket #26

    Hi, Thank you for reporting. I'll try to have a look this week to this bug and come back to you here. Pascal

  • Anonymous posted a comment on ticket #25

    1st Patch llvm391.patch Updates for LLVM.3.9.1 includeing README and Makefile Remove all compiler warinings gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 Add -Wno-pragma-once-outside-header (this was the change I wanted)

  • Anonymous posted a comment on ticket #26

    For LLVM-10, part of the solution is to change this in opmock2.cpp: #include "clang/ADT/ArrayRef.h" ... clang::CompilerInvocation::CreateFromArgs ( *CI, ArrayRef(Args.begin(), Args.end()), *DiagsRef ); but you must also include the abstract data type library: opmock2.cpp:58:10: fatal error: 'clang/ADT/ArrayRef.h' file not found #include "clang/ADT/ArrayRef.h" ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. <builtin>: recipe for target 'opmock2.o' failed make: *** [opmock2.o] Error 1 and a simple -lclangADT...

  • Anonymous created ticket #26

    Compilation problem with clang++-10

  • pogn pogn posted a comment on ticket #25

    Hi Richard, Just included your patch. Thank you again for your contribution! (Note...

  • pogn pogn posted a comment on ticket #16

    That's a very old issue. As explained in the docs, any unit testing framework can...

  • opmock opmock released /opmock-src-2.3.tgz

  • pogn pogn committed [r22]

    Tagging the 2.3 release of opmock.

  • pogn pogn committed [r21]

    Added patch from Richard Jorgensen to compile w...

  • pogn pogn posted a comment on ticket #25

    Hi Richard, Thank you for your patch. I have a look today! Pascal

  • Richard Jorgensen Richard Jorgensen posted a comment on ticket #25

    The previous patch I sent had a bug. I failed while trying to split my changeset...

  • pogn pogn posted a comment on ticket #25

    Hi, It's true I've not change a thing in Opmock for a long time - because it basically...

  • Anonymous created ticket #25

    Opmock Status

  • Anonymous created ticket #24

    I want to make mock using opmock2 command

  • Anonymous created ticket #23

    Improvement: expectAssignAndReturn

1
MongoDB Logo MongoDB