mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
C++ mock object library for Boost
http://turtle.sourceforge.net
This fixes an issue with auto_ptr. As shown by missing coverage the actual copy/move ctors are not required as C++11 emplace functions can be used. Furthermore some places using shared_ptr could be replaced by unique_ptr leading to better performance. |
||
|---|---|---|
| .github/workflows | ||
| doc | ||
| include/turtle | ||
| scripts | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| CMakeLists.txt | ||
| Config.cmake.in | ||
| index.html | ||
| Jamroot.jam | ||
| LICENSE_1_0.txt | ||
| README.md | ||
| version.hpp.cmake | ||
Turtle
Turtle is a C++ mock object library based on Boost with a focus on usability, simplicity and flexibility.
Distributed under the Boost Software License, Version 1.0.
Boost and a C++11 compatible compiler is required.
