C++ mock object library for Boost http://turtle.sourceforge.net
Find a file
Dirk Faust d140e31f6f Remove boost deprecations
Fixes:

boost/test/floating_point_comparison.hpp:14:124: note: #pragma message: This header is deprecated. Use This header is deprecated. Please use <boost/test/tools/floating_point_comparison.hpp> instead. instead.
boost/detail/sp_typeinfo.hpp:23:54: note: #pragma message: This header is deprecated. Use <boost/core/typeinfo.hpp> instead.
2019-12-20 07:18:51 +01:00
build Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
doc Made example method actually protected 2019-04-11 11:04:52 +02:00
include/turtle Remove boost deprecations 2019-12-20 07:18:51 +01:00
test Implement and use simple singleton 2018-11-22 14:41:11 +01:00
.gitattributes Added docker files for gcc and clang development environments 2018-04-08 15:16:49 +02:00
.gitignore Added Visual Studio Code configuration folder to gitignore 2018-03-12 08:33:59 +01:00
.travis.yml Fix unused variable warning in non-threadsafe builds 2018-11-29 08:43:49 +01:00
appveyor.yml Update target environments 2018-11-24 17:15:58 +01:00
index.html Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamfile.v2 Changed layout to match boost 2015-03-06 06:41:12 +01:00
Jamroot.jam Changed layout to match boost 2015-03-06 06:41:12 +01:00
LICENSE_1_0.txt Changed layout to match boost 2015-03-06 06:41:12 +01:00
README.md Added appveyor build script 2018-03-09 06:42:08 +01:00

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.

Build Status Build status Coverage Status