From 062cd07342edc2b003555e90dd2cee0514b9f64a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:55 +0100 Subject: Add BanditCpp 1.1.4 test harness --- .../snowhouse/snowhouse/snowhouse.h | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h (limited to 'vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h') diff --git a/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h b/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h new file mode 100644 index 00000000..4c36968e --- /dev/null +++ b/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h @@ -0,0 +1,24 @@ +#ifndef _SNOWHOUSE_H_JK_2013_06_28 +#define _SNOWHOUSE_H_JK_2013_06_28 + +#define SNOWHOUSE_VERSION "1.0.2" + +#include +#include +#include +#include +#include +#include +#include +#include + +#include "stringize.h" +#include "constraints/constraints.h" +#include "fluent/fluent.h" +#include "assertionexception.h" +#include "assert.h" +#include "assertmacro.h" +#include "exceptions.h" + +#endif + -- cgit v1.2.3 From 7b9f4e4e8169ca2fad3a1c7ca03f07ecfc46678e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 1 Aug 2015 16:35:25 +0200 Subject: Bandit 2.0.0 --- .../assertion_frameworks/snowhouse/snowhouse/snowhouse.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h') diff --git a/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h b/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h index 4c36968e..38214aa7 100644 --- a/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h +++ b/vendor/bandit/bandit/assertion_frameworks/snowhouse/snowhouse/snowhouse.h @@ -1,7 +1,16 @@ #ifndef _SNOWHOUSE_H_JK_2013_06_28 #define _SNOWHOUSE_H_JK_2013_06_28 -#define SNOWHOUSE_VERSION "1.0.2" +#define SNOWHOUSE_VERSION "2.1.0" + +#if __cplusplus > 199711L +#ifdef _MSC_VER +// Visual Studio (including 2013) does not support the noexcept keyword +#define _ALLOW_KEYWORD_MACROS +#define noexcept +#endif +#endif + #include #include -- cgit v1.2.3