mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Remove remaining references to Boost.Mock
This commit is contained in:
parent
01013cce2f
commit
1083954cfe
5 changed files with 3 additions and 18 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -3,11 +3,7 @@
|
||||||
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
#
|
#
|
||||||
# Copyright Antony Polukhin 2014.
|
# Copyright Antony Polukhin 2014.
|
||||||
|
# Copyright Alexander Grund 2020.
|
||||||
#
|
|
||||||
# See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file
|
|
||||||
# and how it can be used with Boost libraries.
|
|
||||||
#
|
|
||||||
|
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
|
@ -49,10 +45,6 @@ before_install:
|
||||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
|
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
|
||||||
- gcc --version
|
- gcc --version
|
||||||
|
|
||||||
# Set this to the name of your Boost library
|
|
||||||
# Autodetect library name by using the following code: - PROJECT_TO_TEST=$(basename $(pwd))
|
|
||||||
- PROJECT_TO_TEST=$(basename $(pwd))
|
|
||||||
|
|
||||||
# Files, which coverage results must be ignored (files from other projects). Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp'
|
# Files, which coverage results must be ignored (files from other projects). Example: - IGNORE_COVERAGE='*/boost/progress.hpp */filesystem/src/path.cpp'
|
||||||
- IGNORE_COVERAGE='*/boost-local/*'
|
- IGNORE_COVERAGE='*/boost-local/*'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Boost.Mock
|
|
||||||
#
|
|
||||||
# Copyright Mathieu Champlon 2012
|
# Copyright Mathieu Champlon 2012
|
||||||
#
|
#
|
||||||
# Distributed under the Boost Software License version 1.0. (See
|
# Distributed under the Boost Software License version 1.0. (See
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,7 @@
|
||||||
|
|
||||||
[article Turtle
|
[article Turtle
|
||||||
[quickbook 1.5]
|
[quickbook 1.5]
|
||||||
[/ [authors [Champlon, Mathieu]] ]
|
[authors [Champlon, Mathieu]]
|
||||||
[authors [,A C++ mock object library for Boost]]
|
|
||||||
[copyright 2008-2014 Mathieu Champlon]
|
[copyright 2008-2014 Mathieu Champlon]
|
||||||
[license
|
[license
|
||||||
Distributed under the [@http://www.boost.org/LICENSE_1_0.txt Boost Software License, Version 1.0].
|
Distributed under the [@http://www.boost.org/LICENSE_1_0.txt Boost Software License, Version 1.0].
|
||||||
|
|
@ -16,8 +15,6 @@
|
||||||
[/ [purpose A C++ mock object library for Boost] ]
|
[/ [purpose A C++ mock object library for Boost] ]
|
||||||
]
|
]
|
||||||
|
|
||||||
[note Turtle is not an official Boost library.]
|
|
||||||
|
|
||||||
[/
|
[/
|
||||||
[section:introduction Introduction]
|
[section:introduction Introduction]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ Automatic redirection failed, please go to
|
||||||
<a href="doc/html/index.html">doc/html/index.html</a>
|
<a href="doc/html/index.html">doc/html/index.html</a>
|
||||||
<hr>
|
<hr>
|
||||||
<tt>
|
<tt>
|
||||||
Boost.Mock<br>
|
Turtle<br>
|
||||||
<br>
|
<br>
|
||||||
Copyright Mathieu Champlon 2012<br>
|
Copyright Mathieu Champlon 2012<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Boost.Mock
|
|
||||||
#
|
|
||||||
# Copyright Mathieu Champlon 2012
|
# Copyright Mathieu Champlon 2012
|
||||||
#
|
#
|
||||||
# Distributed under the Boost Software License version 1.0. (See
|
# Distributed under the Boost Software License version 1.0. (See
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue