User picture

dascandy

Login name dascandy logged in 7 days ago.
Email dascandy@Gmail.com
Time zone +01:00 Amsterdam

dascandy's public spaces

  • YATO

    YATO engine for 3d rendering -> Yet Another Three-d Object renderer

  • Hippo Mocks

    A port of Rhino Mocks to C++.

  • Game

    Real time strategy game in 3d

  • CodeEd

    C++-only code editor with implicit testing, coverage and profiling.

Activity in public spaces

Mar 13 06:37 Ico-ticket updated#1: Store const X & parameters in an expectation locally as if they were X.
Nov 20 06:14 Ico-changeset committed#81: Added filters and dontcares tests.
Nov 19 22:14 Ico-changeset committed#80: fixed makefile to use plain gcc again
  20:46 Ico-changeset committed#79: - Added Match handler - Added dontcare option - Fixed memory leaks - Found out real neat thing about destructors that allows a new neat feature that'll come in the next revision - Git and Windows don't play along - I'll put these in the Git repo when I have access to a *x machine. - This also most likely doesn't work on GCC (or any other as I havent tested it). Please don't treat this as a release-worthy bit of code.
Nov 02 23:01 Ico-changeset committed#78: minor fix in build, added toplevel makefile. Will check this into git in a bit
Oct 29 20:26 Ico-changeset committed#77: This puts back the functionality that classmock had. Not satisfied though, you can't test part of a class by mocking out the other half of it because original functions aren't kept in. Ideas about that are more than welcome! :-)
Oct 20 14:54 Ico-changeset committed#76: Tried to add EDG support back in. No idea whether it worked; don't have an EDG compiler.
  14:20 Ico-changeset committed#75: Fixed the 0x version to match the regular one, added warning that I've stripped the 0x version of everything but GCC support (as GCC is also the only one with variadic templates, and hence the only one I can test).
  13:21 Ico-changeset committed#74: Added GCC support. Need to remove classmock tests.
  12:29 Ico-changeset committed#73: Removed classmock, added multiple inheritance support. Need to port to GCC and 0x version.