Commit Graph

3194 Commits

Author SHA1 Message Date
Raffi Enficiaud
0401bf8948 Change log 2018-06-20 20:14:37 +02:00
Raffi Enficiaud
2974245af9 Declaring all variables for floating point exceptions for the unsupported case 2018-06-20 20:11:17 +02:00
nk
ce0db6c0a1 Fix exception_api.run-fail.cpp doc example 2018-06-20 15:46:36 +02:00
Raffi Enficiaud
86585459e2 Merge branch 'topic/13525-compilation-error-GCC-4-6-3' into develop
* topic/13525-compilation-error-GCC-4-6-3:
  Change log
  Guarding template test case with tuples declaration better
2018-06-19 08:41:26 +02:00
Raffi Enficiaud
65c33821b4 Change log 2018-04-27 18:08:28 +02:00
Raffi Enficiaud
9bd8ff4dd0 Guarding template test case with tuples declaration better 2018-04-27 18:07:04 +02:00
Raffi Enficiaud
20844f203d Change log prep for 1.68 / 3.8 2018-04-27 18:06:13 +02:00
Raffi Enficiaud
413b2f6601 Merge branch 'develop'
* develop:
  Change log
  Change Windows.h include to all-lowercase.
2018-03-31 23:40:44 +02:00
Raffi Enficiaud
35c9acf5bd Merge branch 'PR/136-Windows-h-all-lowercase' into develop
* PR/136-Windows-h-all-lowercase:
  Change log
  Change Windows.h include to all-lowercase.
2018-03-31 23:40:01 +02:00
Raffi Enficiaud
d821856915 Change log 2018-03-28 13:42:30 +02:00
Reimar Döffinger
a0c4c81318 Change Windows.h include to all-lowercase.
Otherwise cross-compiling with MinGW on Linux
will fail.
2018-03-26 21:19:57 +02:00
Raffi Enficiaud
4a5f98ba60 Merge branch 'develop'
* develop:
  Change logs
  Fix stdcerr file creation on shutdown.
  Fixing sentence
  Additional links
2018-03-22 00:33:48 +01:00
Raffi Enficiaud
eeca2865bf Merge branch 'topic/doc-updates' into develop
* topic/doc-updates:
  Fixing sentence
  Additional links
2018-03-20 22:45:52 +01:00
Raffi Enficiaud
39aef8a54d Merge branch 'PR/134-fixing-stdcerr-file-creation-at-shutdown' into develop
* PR/134-fixing-stdcerr-file-creation-at-shutdown:
  Change logs
  Fix stdcerr file creation on shutdown.
2018-03-20 22:45:29 +01:00
Raffi Enficiaud
a04f6ee101 Change logs 2018-03-20 12:01:19 +01:00
Andrey Semashev
efdefe17f5
Fix stdcerr file creation on shutdown. 2018-03-20 13:50:43 +03:00
Jonnahtan Saltarin
7f1a9ee8c7 Fixing sentence 2018-03-12 23:38:00 +01:00
Raffi Enficiaud
19065d280d Additional links 2018-02-20 20:25:36 +01:00
Raffi Enficiaud
125df7dabe Merge branch 'develop'
* develop:
  Change log
  Adding extensive tests
  Framework now removes references to the streams at shutdown
2018-02-20 20:23:26 +01:00
Raffi Enficiaud
b0b81c4b2e Merge branch 'topic/13371-logstream-use-after-destroy' into next-internal
* topic/13371-logstream-use-after-destroy:
  Change log
  Adding extensive tests
  Framework now removes references to the streams at shutdown
2018-02-20 09:12:39 +01:00
Raffi Enficiaud
7bfbbfc8d6 Change log 2018-02-19 23:31:02 +01:00
Raffi Enficiaud
40ee9bae08 Adding extensive tests
- modifying a bit the API of the unit_test_log to retrieve the stream
- defining a test that checks after the framework executed that the streams
  are correct
2018-02-19 23:30:05 +01:00
Raffi Enficiaud
908368f279 Framework now removes references to the streams at shutdown
- Adding explicit shutdown for loggers and result reports in the shutdown
- Callback for clearing the loggers / report streams
2018-02-14 11:14:22 +01:00
Raffi Enficiaud
7a703a07f7 Merge branch 'develop'
* develop:
  Explicit mention of the test file
  Change log
  Change log
  Moving the report generation before the global configuration shutdown
  static_cast instead of reinterpret_cast
  Change log
  Closing some missing JUNIT tags
  GCC: restricts the use of variadic-macros on the command line
2018-02-14 10:36:50 +01:00
Raffi Enficiaud
2d614eac67 Merge branch 'topic/13435-report-generation-before-observer-shutdown' into develop
* topic/13435-report-generation-before-observer-shutdown:
  Explicit mention of the test file

# Conflicts:
#	test/Jamfile.v2
2018-02-13 09:04:27 +01:00
Raffi Enficiaud
2dfe7935a9 Explicit mention of the test file 2018-02-13 08:07:47 +01:00
Raffi Enficiaud
4779a6b91a Merge branch 'develop'
* develop:
  Change log and documentation update
  Fixing VS compilation issues
  Change log
  Increasing the arity of BOOST_DATA_TEST_CASE by switching to std::bind
  forward_iterable: const_iterator infered by the type returned by begin
  Change log
  Sanitizing chars in test case names that collide with runtime filters reserved chars
  Change log
  Silence 'unused variable' warning
  Change log
  Fix clang [-Wc++11-narrowing] error
2018-02-12 09:16:36 +01:00
Raffi Enficiaud
801754362e Merge branch 'topic/13435-report-generation-before-observer-shutdown' into next-internal
* topic/13435-report-generation-before-observer-shutdown:
  Change log
  Moving the report generation before the global configuration shutdown
2018-02-12 00:48:21 +01:00
Raffi Enficiaud
3f70773a41 Merge branch 'topic/13058-warning-reinterpret-cast' into next-internal
* topic/13058-warning-reinterpret-cast:
  Change log
  static_cast instead of reinterpret_cast
2018-02-12 00:47:53 +01:00
Raffi Enficiaud
a3bd1ec427 Change log 2018-02-12 00:47:37 +01:00
Raffi Enficiaud
d72c4a7e3f Change log 2018-02-12 00:46:04 +01:00
Raffi Enficiaud
b2b30fda1c Moving the report generation before the global configuration shutdown
- adding dedicated test
2018-02-12 00:46:03 +01:00
Raffi Enficiaud
74ec7e1890 static_cast instead of reinterpret_cast 2018-02-11 19:10:06 +01:00
Raffi Enficiaud
3f0df4c351 Merge branch 'topic/fixup-compilation-error-old-gcc' into next-internal
* topic/fixup-compilation-error-old-gcc:
  GCC: restricts the use of variadic-macros on the command line
2018-02-11 18:50:10 +01:00
Raffi Enficiaud
28d856037c Merge branch 'topic/13398-JUNIT-closing-tags' into next-internal
* topic/13398-JUNIT-closing-tags:
  Change log
  Closing some missing JUNIT tags
2018-02-11 18:49:59 +01:00
Raffi Enficiaud
00f604f1d1 Change log 2018-02-11 16:05:04 +01:00
Raffi Enficiaud
6a3ef6d693 Closing some missing JUNIT tags
- Check the JUNIT build_info
2018-02-11 16:04:53 +01:00
Raffi Enficiaud
e44f91cfd9 GCC: restricts the use of variadic-macros on the command line 2018-02-11 14:57:08 +01:00
Raffi Enficiaud
c4d0aa6587 Merge branch 'topic/13181-collection-compare-missing-typename' into next-internal
* topic/13181-collection-compare-missing-typename:
  Change log and documentation update
  Fixing VS compilation issues
  forward_iterable: const_iterator infered by the type returned by begin
2018-02-10 20:33:12 +01:00
Raffi Enficiaud
b3e34e94b6 Change log and documentation update 2018-02-10 20:31:09 +01:00
Raffi Enficiaud
3fb63194cd Fixing VS compilation issues
- VS2012 does not work well with decltype
- VS2013 has a buggy initialization_list that is detected in later updates and lead to a compilation error
2018-02-10 20:31:08 +01:00
Raffi Enficiaud
bb95cdcc42 Merge branch 'topic/12596-sanitize-metacharacters-test-names' into next-internal
* topic/12596-sanitize-metacharacters-test-names:
  Change log
  Sanitizing chars in test case names that collide with runtime filters reserved chars
2018-02-10 20:28:35 +01:00
Raffi Enficiaud
292251e499 Merge branch 'topic/13443-datatestcase-higher-arity' into next-internal
* topic/13443-datatestcase-higher-arity:
  Change log
  Increasing the arity of BOOST_DATA_TEST_CASE by switching to std::bind
2018-02-10 20:28:08 +01:00
Raffi Enficiaud
67845f82a0 Change log 2018-02-10 14:39:16 +01:00
Raffi Enficiaud
dcfe8b2005 Increasing the arity of BOOST_DATA_TEST_CASE by switching to std::bind
std::bind compatible with boost::function allows for truly variadic.
2018-02-10 14:39:09 +01:00
Raffi Enficiaud
9f0291a6f1 forward_iterable: const_iterator infered by the type returned by begin
- fixing computation of size for types that have only begin/end
- adding test on the new type requirements
2018-02-04 20:42:53 +01:00
Raffi Enficiaud
1a3e1f394e Change log 2018-02-04 19:55:07 +01:00
Raffi Enficiaud
e3e2a191cf Sanitizing chars in test case names that collide with runtime filters reserved chars
- Additional sanitizing logic for chars that appears on runtime filters
- Not sanitizing spaces anymore
- Remove leading and trailing spaces on test names
2018-02-04 19:53:31 +01:00
Raffi Enficiaud
7f70eff592 Merge branch 'topic/PR127-silence-unused-variable-warning' into next-internal
* topic/PR127-silence-unused-variable-warning:
  Change log
  Silence 'unused variable' warning
2018-01-31 23:42:33 +01:00
Raffi Enficiaud
e3071c7fdc Change log 2018-01-31 22:48:05 +01:00