Standardize matcher headers to use .hpp suffix

This commit is contained in:
Martin Hořeňovský
2020-03-01 19:59:18 +01:00
parent 64d7f9b98a
commit c2daf468bb
22 changed files with 33 additions and 33 deletions

View File

@@ -72,13 +72,13 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/catch_interfaces_testcase.h
${SOURCES_DIR}/catch_leak_detector.h
${SOURCES_DIR}/catch_list.h
${SOURCES_DIR}/matchers/catch_matchers.h
${SOURCES_DIR}/matchers/catch_matchers.hpp
${SOURCES_DIR}/matchers/catch_matchers_exception.hpp
${SOURCES_DIR}/matchers/catch_matchers_floating.h
${SOURCES_DIR}/matchers/catch_matchers_floating.hpp
${SOURCES_DIR}/matchers/catch_matchers_generic.hpp
${SOURCES_DIR}/matchers/catch_matchers_string.h
${SOURCES_DIR}/matchers/catch_matchers_string.hpp
${SOURCES_DIR}/matchers/catch_matchers_templates.hpp
${SOURCES_DIR}/matchers/catch_matchers_vector.h
${SOURCES_DIR}/matchers/catch_matchers_vector.hpp
${SOURCES_DIR}/catch_message.h
${SOURCES_DIR}/catch_meta.hpp
${SOURCES_DIR}/catch_objc.hpp

View File

@@ -16,7 +16,7 @@
#include <catch2/catch_interfaces_registry_hub.h>
#include <catch2/internal/catch_capture_matchers.h>
#include <catch2/catch_run_context.h>
#include <catch2/matchers/catch_matchers_string.h>
#include <catch2/matchers/catch_matchers_string.hpp>
namespace Catch {

View File

@@ -3,7 +3,7 @@
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <catch2/internal/catch_capture_matchers.h>
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/catch_interfaces_registry_hub.h>
namespace Catch {

View File

@@ -3,7 +3,7 @@
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
namespace Catch {

View File

@@ -7,7 +7,7 @@
#ifndef TWOBLUECUBES_CATCH_MATCHERS_EXCEPTION_HPP_INCLUDED
#define TWOBLUECUBES_CATCH_MATCHERS_EXCEPTION_HPP_INCLUDED
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
namespace Catch {
namespace Matchers {

View File

@@ -5,7 +5,7 @@
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <catch2/matchers/catch_matchers_floating.h>
#include <catch2/matchers/catch_matchers_floating.hpp>
#include <catch2/catch_enforce.h>
#include <catch2/catch_polyfills.hpp>
#include <catch2/catch_to_string.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef TWOBLUECUBES_CATCH_MATCHERS_FLOATING_H_INCLUDED
#define TWOBLUECUBES_CATCH_MATCHERS_FLOATING_H_INCLUDED
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
namespace Catch {
namespace Matchers {

View File

@@ -8,7 +8,7 @@
#define TWOBLUECUBES_CATCH_MATCHERS_GENERIC_HPP_INCLUDED
#include <catch2/catch_common.h>
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/catch_meta.hpp>
#include <string>

View File

@@ -3,7 +3,7 @@
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#include <catch2/matchers/catch_matchers_string.h>
#include <catch2/matchers/catch_matchers_string.hpp>
#include <catch2/catch_string_manip.h>
#include <catch2/catch_tostring.h>

View File

@@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_CATCH_MATCHERS_STRING_H_INCLUDED
#define TWOBLUECUBES_CATCH_MATCHERS_STRING_H_INCLUDED
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
#include <string>

View File

@@ -2,7 +2,7 @@
#define TWOBLUECUBES_CATCH_MATCHERS_TEMPLATES_HPP_INCLUDED
#include <catch2/catch_common.h>
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/catch_stringref.h>
#include <array>

View File

@@ -8,7 +8,7 @@
#ifndef TWOBLUECUBES_CATCH_MATCHERS_VECTOR_H_INCLUDED
#define TWOBLUECUBES_CATCH_MATCHERS_VECTOR_H_INCLUDED
#include <catch2/matchers/catch_matchers.h>
#include <catch2/matchers/catch_matchers.hpp>
#include <catch2/catch_approx.h>
#include <algorithm>