From 20a0a1c7f783913404f1fdc7fa8c3e502de07bf2 Mon Sep 17 00:00:00 2001 From: srz-zumix Date: Sat, 18 Apr 2015 20:54:51 +0900 Subject: [PATCH] update r819 --- CHANGES | 10 ++ doc/Doxyfile | 2 +- doc/cover.html | 6 +- doc/primer.html | 44 +++++- doc/wandbox.html | 9 +- include/impl/iutest_env.ipp | 40 ++++- include/internal/iutest_file.hpp | 58 +++++++- include/internal/iutest_stream.hpp | 36 ++++- include/internal/iutest_string.hpp | 10 ++ include/iutest.hpp | 26 +++- include/iutest_env.hpp | 7 +- include/iutest_ver.hpp | 10 +- test/CommonMakefile.in | 1 + test/iutest_filter_file_tests.cpp | 228 +++++++++++++++++++++++++++++ test/iutest_unit_tests.cpp | 7 + 15 files changed, 467 insertions(+), 27 deletions(-) create mode 100644 test/iutest_filter_file_tests.cpp diff --git a/CHANGES b/CHANGES index af3691174c..cacea6b862 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ -------------------------------------------------- +Changes for 1.12.0: + +** 追加 +* --iutest_filter=@filter.txt のようにファイルからフィルター指定できるように対応 +* twilio 対応 + +** 修正 +* バグ修正 + +-------------------------------------------------- Changes for 1.11.1: ** 修正 diff --git a/doc/Doxyfile b/doc/Doxyfile index b0c43a73d0..ac8331c1c0 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = iutest # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.11.1.0 +PROJECT_NUMBER = 1.11.99.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/cover.html b/doc/cover.html index a1a72f8e62..8fbbb715bb 100644 --- a/doc/cover.html +++ b/doc/cover.html @@ -52,7 +52,7 @@

IUTEST

-Iris Unit Test Framework : 2014 / 11 / 29
+Iris Unit Test Framework : 2015 / 04 / 18

͂߂

@@ -119,7 +119,7 @@

LICENSE

This software is released under the new BSD License,
-Copyright (c) 2011-2014, Takazumi-Shirayanagi
+Copyright (c) 2011-2015, Takazumi-Shirayanagi
 
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
@@ -149,7 +149,7 @@ 

LICENSE


-
Copyright (c) 2011-2014, Takazumi-Shirayanagi, All rights reserved.
+
Copyright (c) 2011-2015, Takazumi-Shirayanagi, All rights reserved.
diff --git a/doc/primer.html b/doc/primer.html index dbc9dc9d2e..47ec699f4e 100644 --- a/doc/primer.html +++ b/doc/primer.html @@ -111,6 +111,13 @@
  • Google Test [h
  • +
  • eXg̃tB^O + +
  • Matcher