2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 02:22:09 +00:00
Commit Graph

947 Commits

Author SHA1 Message Date
Raffi Enficiaud
5e9d1e04f6 Change logs 2017-06-23 15:00:09 +02:00
Raffi Enficiaud
e1b211f254 Documentation update for the new macros
- BOOST_TEST_GLOBAL_FIXTURE explained
- BOOST_TEST_GLOBAL_INITIALIZATION explained
- changed the examples, deprecating BOOST_GLOBAL_FIXTURE
- in the logger part, introduced the fact that BOOST_TEST_GLOBAL_INITIALIZATION should be used and no assertion is supported in this case
2017-06-23 14:54:56 +02:00
Raffi Enficiaud
f12b527a81 Change log 2017-05-15 21:47:24 +02:00
Raffi Enficiaud
3b1f8e669e Changelog 2017-03-18 08:18:59 +01:00
Raffi Enficiaud
7051d361f8 Merge branch 'topic/12540-printing-types-customisation-point' into next-internal
* topic/12540-printing-types-customisation-point:
  Change log update
  Documenting the customization point
  Fixing the tests and checking everything works ok
  Test for customization points
  Customization points for printing user defined types through `boost_test_print_type`
2017-03-09 15:52:41 +01:00
Raffi Enficiaud
1f803ae342 Change log update 2017-03-09 15:47:06 +01:00
Raffi Enficiaud
e7c9464d62 Documenting the customization point 2017-03-09 15:47:05 +01:00
Raffi Enficiaud
84dbe8b027 Change log update 2017-03-06 14:31:26 +01:00
Raffi Enficiaud
5cc8efa368 JUnit: updating documentation 2017-03-06 14:31:26 +01:00
Raffi Enficiaud
1bb72301c2 Merge branch 'topic/12748-VERSION-macro-clashes' into next-internal
* topic/12748-VERSION-macro-clashes:
  Fix tests issues
  Change log update
  Change some capital variable names to lowercase

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2017-02-15 09:56:55 +01:00
Raffi Enficiaud
5ff98ad58e Merge branch 'topic/PR107-BOOST_NO_EXCEPTIONS-typos' into next-internal
* topic/PR107-BOOST_NO_EXCEPTIONS-typos:
  Change log update
  Fix typo

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2017-02-15 09:55:55 +01:00
Raffi Enficiaud
243542f9e2 Merge branch 'topic/12778-nullptr' into next-internal
* topic/12778-nullptr:
  Change log update
  nullptr support in the test tools + test

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2017-02-15 09:54:49 +01:00
Raffi Enficiaud
c431cfc685 Change log update 2017-02-15 09:22:35 +01:00
Raffi Enficiaud
1fbd28092d Change log update 2017-02-15 09:21:42 +01:00
Raffi Enficiaud
d49e190a5b Change log update 2017-02-15 09:21:29 +01:00
Adam Majer
20bcf731e2 Change some capital variable names to lowercase
Addresses issue 12748.
Now potential clashing variable name used in runtime parameters are lowercase and prepended with "btrt_".
2017-02-15 09:21:29 +01:00
Raffi Enficiaud
f935b30951 Change log 2017-02-15 09:21:16 +01:00
Norbert Wenzel
279b977ad4 Correction of the previous syntax fix
I messed up the order of the different brackets and did not preview the
markdown before pushing. I'm very sorry.
This fix is tested in Atom's Markdown preview now and really fixes the
issue.
2017-02-14 20:23:15 +01:00
Norbert Wenzel
420801e686 Fix Markdown link format 2017-02-14 19:25:19 +01:00
Raffi Enficiaud
641a6cb982 Preparing changelog for 1.64 2017-01-30 08:39:23 +01:00
Raffi Enficiaud
c743bcb4ad Fix documentation header 2017-01-29 17:19:29 +01:00
Raffi Enficiaud
ccd9b7b7c1 Addressing the issues of the inspection report
from here http://boost.cowic.de/rc/docs-inspect-develop.html#test
2016-11-19 15:06:27 +01:00
Raffi Enficiaud
99c291b916 Merge branch 'topic/12530-add-version-to-cli' into next-internal
* topic/12530-add-version-to-cli:
  Change log
  Boost.Test learned the '--version' command line argument

# Conflicts:
#	doc/closing_chapters/change_log.qbk
#	test/Jamfile.v2
2016-11-16 21:06:17 +01:00
Raffi Enficiaud
c551223338 Change log 2016-11-09 08:46:13 +01:00
Raffi Enficiaud
815c0963f1 Merge branch 'topic/11907-string-as-collection-error' into next-internal
* topic/11907-string-as-collection-error:
  Change log and doc update
  String comparison can now be used with BOOST_TEST additional compare options
  Making std::string compatible with string comparison backend

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-11-08 10:47:50 +01:00
Raffi Enficiaud
15e84d93db Merge branch 'topic/12339-remove-blinking-from-color-output' into next-internal
* topic/12339-remove-blinking-from-color-output:
  Change log
  Now underlining the fatal errors instead of blinking
2016-11-08 10:45:51 +01:00
Raffi Enficiaud
8342c296cd Merge branch 'topic/12531-run-test-with-colons' into next-internal
* topic/12531-run-test-with-colons:
  Change log and breaking change annoucement
  Apparently the name appears as "test<struct_ns__X>" in Visual (instead of "test<ns__X>" on gcc like)
  Cleaning names with colons and fixing the proper demangling on all platforms
2016-11-08 10:45:40 +01:00
Raffi Enficiaud
3904480885 Minor documentation changes 2016-11-03 00:07:17 +01:00
Raffi Enficiaud
78943c7043 Change log and breaking change annoucement 2016-11-02 22:27:18 +01:00
Raffi Enficiaud
65ae5f4401 Change log and doc update 2016-11-02 22:03:19 +01:00
Raffi Enficiaud
923a84a2dd String comparison can now be used with BOOST_TEST additional compare options
- enabling modifiers per_element and lexicographic for strings
2016-11-02 22:03:19 +01:00
Raffi Enficiaud
7f2c6baa1a Change log 2016-11-01 19:53:49 +01:00
Raffi Enficiaud
cbbacca130 Merge branch 'topic/11756-floatingpoint-exception-macros' into next-internal
* topic/11756-floatingpoint-exception-macros:
  Some cleanup on the fpe symbols
  Updated change log
  trac 11756: fix usage of floating point exception macros

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-10-31 23:20:29 +01:00
Raffi Enficiaud
75242f64c8 Merge branch 'PR/remove-gcc6-warnings' into next-internal
* PR/remove-gcc6-warnings:
  Change log update
  Fix unused parameter warnings/errors with gcc 6.
  Syntactic change silences latest gcc warnings about confusing 'if' statements.
2016-10-31 17:14:32 +01:00
Raffi Enficiaud
5d5c3e46f3 Changelog update 2016-10-31 17:13:20 +01:00
Raffi Enficiaud
59b48d9239 Change log update 2016-10-18 23:49:27 +02:00
Raffi Enficiaud
90b57d1fc3 Updated change log
Signed-off-by: Raffi Enficiaud <raffi.enficiaud@free.fr>
2016-10-18 23:36:23 +02:00
Raffi Enficiaud
02f9a561bc Doc: fix type (trac 12506) 2016-10-18 23:11:52 +02:00
Rene Rivera
78f4081973 Add, and update, documentation build targets. 2016-10-07 23:07:36 -05:00
Raffi Enficiaud
f51aeac5b8 Logger: cleaned up and improved the API
- now experiencing the same behaviour as pre 1.62
- set_stream and set_threshold_level for the loggers are now mutating all loggers, not only the active ones
- renamed function
- when adding a custom logger, it is added to the set of loggers with CUSTOM
- updated the documentation
2016-09-14 14:57:46 +02:00
Raffi Enficiaud
60c19d599f Change log update 2016-09-06 11:24:59 +02:00
Raffi Enficiaud
5c3a4032f7 Merge branch 'topic/12241-datasets-on-tuples' into next-internal
* topic/12241-datasets-on-tuples:
  Change log update
  Enabling datasets with tuples
2016-09-06 01:19:50 +02:00
Raffi Enficiaud
d0fda1a48a Loggers documentation update
- major reorganization of the output section
- making more clear what a log and what a report is
- checkpoints doc update
- links to API, improved doxygen documentation and reference
- renamed files and sections
- JUNIT additional doc
- removed useless parts
2016-09-06 01:16:26 +02:00
Raffi Enficiaud
bfb7f4de7a Updating the DATASET documentation wrt. sample named test-cases
- updating the output of the DATASET associated examples
2016-09-06 01:16:26 +02:00
Raffi Enficiaud
cd917e85d4 Datasets documentation update 2016-09-06 01:16:14 +02:00
Raffi Enficiaud
84d21451f9 Change log update 2016-09-06 00:10:33 +02:00
Raffi Enficiaud
a0fce77912 Merge branch 'topic/progress-log-to-stdout' into next-internal
* topic/progress-log-to-stdout:
  Progress display to stdout
2016-09-04 16:31:40 +02:00
Raffi Enficiaud
495d0aa8d7 Progress display to stdout 2016-09-04 16:30:39 +02:00
Raffi Enficiaud
b43983cf66 Merge branch 'topic/12378-clang-compilation-error' into next-internal
* topic/12378-clang-compilation-error:
  trac #12378: change log update
  Fix compilation with no support of std::initializer_list
2016-09-04 16:24:27 +02:00
Raffi Enficiaud
97460a965b trac #12378: change log update 2016-09-04 16:23:05 +02:00