RudeMocks

The latest news on the RudeMocks C++ mocking framework.

RudeMocks header image 2

GCC Support Added

October 14th, 2007 by Martin Ecker · No Comments

RudeMocks now also supports the MingW GCC compiler on Windows and x86 processors. Build files for the CodeBlocks IDE are provided. You will need a recent nightly snapshot to use them, though. The latest CodeBlocks release candidate will not do the trick. With GCC support, a Linux port should be fairly straightforward. Only the MemoryUnprotector class needs to be implemented for RudeMocks to run on Linux/x86.

Unfortunately, there’s no news on the virtual inheritance support front. Implementing this, especially with MSVC, has proven to be fairly difficult. The only good and clean way of supporting virtual inheritance that I’ve found so far is by having the client create a proper instance of the class using virtual inheritance and then transforming it into a mock.

Share and Enjoy

  • Facebook
  • Twitter
  • Delicious
  • Digg
  • StumbleUpon
  • Add to favorites
  • Email
  • RSS

Tags: News

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment