Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unique ptr #82

Open
wants to merge 7 commits into
base: cpp11
Choose a base branch
from
Open

Commits on Jul 8, 2017

  1. Support Unique Ptr Mocks in Hippomocks

    This allows creating default unique_ptr<T> mock objects.
    
    Signed-off-by: Andreas Pokorny <[email protected]>
    APokorny committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    25d08c3 View commit details
    Browse the repository at this point in the history
  2. Add Support for unique_ptr with deleter functions

    This assumes that the destructor of "base" is actually called.
    
    Signed-off-by: Andreas Pokorny <[email protected]>
    APokorny committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    054df95 View commit details
    Browse the repository at this point in the history
  3. Add tee utility

    Solves the common case of capturing an object to formulate expectations while forwarding exclusive ownership to the class under test
    
    Signed-off-by: Andreas Pokorny <[email protected]>
    APokorny committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    ad4bb62 View commit details
    Browse the repository at this point in the history
  4. Cleanup test and fix warning

    Signed-off-by: Andreas Pokorny <[email protected]>
    APokorny committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    335f46f View commit details
    Browse the repository at this point in the history
  5. Visual studio parse error

    APokorny committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    7fa00d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Update project files

    APokorny committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    fc1f9e2 View commit details
    Browse the repository at this point in the history
  2. one more project file

    APokorny committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    672ca9e View commit details
    Browse the repository at this point in the history