Commit Graph

156 Commits

Author SHA1 Message Date
Raffi Enficiaud
d67b643309 Merge branch 'topic/GH-223-cannot-filter-template-test-cases' into next-internal
* topic/GH-223-cannot-filter-template-test-cases:
  Change log
  Documentation updates
  Normalizing test names accross several compilers
  Sanitizing template test cases that contain ',' in their name
2019-10-31 08:55:59 +01:00
Raffi Enficiaud
ae01c8387c Documentation updates
- section about command line argument filtering for template test cases
- many typos fixes
- remove reference to bjam
2019-10-31 08:54:50 +01:00
Raffi Enficiaud
d283016282 Documentation update 2019-10-30 08:15:57 +01:00
Raffi Enficiaud
bee1a4076b Removing references to deprecated headers
- doc changes
- unit test changes
2019-07-21 13:49:25 +02:00
Raffi Enficiaud
ed83dc53c9 Updates on what is a sequence. 2019-03-24 17:41:37 +01:00
Raffi Enficiaud
2963322055 Merge branch 'doc/various-updates-cleanups' into next-internal
* doc/various-updates-cleanups:
  Nicer change log
  Typo
  Change log PR-190
  Repointing former SGI links
  Correcting BOOST_TEST messages in the scope of the Contexts documentation
  Fixing floating point dead link
  Removing the need for samples from datasets
  Change log with TOC
2019-02-27 23:27:13 +01:00
Raffi Enficiaud
d37cc27dad Documentation updates 2019-02-27 15:13:56 +01:00
Raffi Enficiaud
fac1f77164 Repointing former SGI links 2019-02-15 13:39:54 +01:00
Raffi Enficiaud
b00085ed54 Correcting BOOST_TEST messages in the scope of the Contexts documentation 2019-02-15 13:39:54 +01:00
Raffi Enficiaud
89aeac71ac Fixing floating point dead link 2019-02-15 13:39:54 +01:00
Raffi Enficiaud
80d342a806 Relaxed tolerance based comparisons
It is now possible to compare a type that is tolerance based together
with a type that is not necessarily tolerance based but still
arithmetic.

Doc update and tests.
2019-02-08 01:32:54 +01:00
Raffi Enficiaud
b3e34e94b6 Change log and documentation update 2018-02-10 20:31:09 +01:00
Raffi Enficiaud
7a18764466 Documentation update 2017-07-14 12:44:14 +02:00
Raffi Enficiaud
bf703c2628 Fixing the relational/comparison operators for floating points
- simplifying the logic behind the operations
- minor doc fixes
- tests output change slightly due to the fact that <= and >= are now going through the
  floating point comparison
2017-06-27 20:54:55 +02: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
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
32d032539f Doc: updating the expected exceptions message 2016-02-17 00:01:42 +01:00
Raffi Enficiaud
fc8d2ea49b Small details about containers requirements for comparison operations
This closes the comments on the ticket #11625.
2016-02-15 10:08:44 +01:00
Marek Kurdej
8196154b34 Fix documentation: replace __BOOST_<level>__ with __BOOST_LEVEL__. 2016-02-12 13:57:34 +01:00
Raffi Enficiaud
5ba23e34df Better use of BOOST_TEST_CONTEXT 2016-01-09 21:22:35 +01:00
Raffi Enficiaud
c5b3c2dcc4 Merge branch 'topic/doc-collection-enhancement' into develop
* topic/doc-collection-enhancement:
  fixup! quickbook reference
2015-10-27 21:29:04 +01:00
Raffi Enficiaud
29a6abf8e4 fixup! quickbook reference 2015-10-27 21:28:45 +01:00
Raffi Enficiaud
7645cc01b0 Merge branch 'topic/doc-list-labels-content-update' into develop
* topic/doc-list-labels-content-update:
  fix
  cleanup
  Doc: list_content/list_label enhancement
  small bug with DOT output fixed
  Better message in case of precondition failed
  example for list_content
  Doc: General content on list_labels/list_content switch Doc: reference updates Doc: shorter lines

Conflicts:
	doc/testing_tools/boost_test_universal_macro.qbk
2015-10-27 17:03:38 +01:00
Raffi Enficiaud
9fc4215abb Merge branch 'topic/new-cla-cleaned' into develop
* topic/new-cla-cleaned:
  Updated changelog
  Allow some foreign token in between boost.test arguemnts for backward compatibility
  Copyright updates
  Doc: change log update
  C++03 compatibility
  Doc: updates for new cla
  Parameters updates for new cla
  Cleanup: utils namespace
  New CLA cont.
  Named parameters refactoring + tests
  New CLA
2015-10-27 17:00:49 +01:00
Raffi Enficiaud
066dc2a646 Doc: default to __UTF__ lexicographical compare for containers with extended diagnostic
- doc of BOOST_TEST_SPECIALIZED_COLLECTION_COMPARE
- example
2015-10-27 15:38:43 +01:00
Raffi Enficiaud
bb1e85bc9d fix 2015-10-27 14:34:38 +01:00
Raffi Enficiaud
c54743e06d Merge branch 'topic/new-cla-cleaned' into topic/doc-list-labels-content-update
* topic/new-cla-cleaned:
  Allow some foreign token in between boost.test arguemnts for backward compatibility
  Copyright updates
  Doc: change log update
  C++03 compatibility
  Doc: updates for new cla
  Parameters updates for new cla
  Cleanup: utils namespace
  New CLA cont.
  Named parameters refactoring + tests
  New CLA

Conflicts:
	doc/runtime_configuration/runtime_config_reference.qbk
2015-10-27 10:15:18 +01:00
Daniel James
0577489ea5 Remove extra close bracket. 2015-10-26 21:03:43 +00:00
Raffi Enficiaud
d7d95289bf Doc: General content on list_labels/list_content switch
Doc: reference updates
Doc: shorter lines
2015-10-20 15:00:41 +02:00
Gennadiy Rozental
c40207eb98 Doc: updates for new cla 2015-10-20 15:00:24 +02:00
Gennadiy Rozental
b011e02349 copyright update 2015-10-19 14:14:43 +02:00
Raffi Enficiaud
ae8273dfcf Doc: some indication on the support level of BOOST_TEST 2015-10-15 22:21:20 +02:00
Raffi Enficiaud
447b6d6b30 line endings 2015-09-17 15:09:04 +02:00
Raffi Enficiaud
2c6dcdb247 Exception correctness testing section
- clarify the reference section
- emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions
- full example for API testing
- renaming cpp files
- adding examples
2015-09-17 15:07:48 +02:00
Marek Kurdej
aeb67a50ca Fixed typos. Used U.S. spelling consistently. 2015-07-10 15:09:52 +02:00
Andrzej Krzemieński
af10d01b72 doc: "singular" --> "single" 2015-07-08 23:13:01 +02:00
Raffi Enficiaud
a4eb4d98af lines too long 2015-07-06 14:28:36 +02:00
Raffi Enficiaud
cf1f504e4b nothing 2015-07-06 14:28:36 +02:00
Raffi Enficiaud
7f7b17f17b Fixing clumsy english 2015-07-06 14:28:36 +02:00
Raffi Enficiaud
0381a286df Some more on collections and comparisons 2015-07-03 10:31:24 +02:00
Raffi Enficiaud
3667eb3d0c Starting addressing comments on the collection part 2015-07-03 10:31:24 +02:00
Andrzej Krzemienski
d72c4d8a3a Doc: debug-friendly assertion variants 2015-06-30 00:42:42 +02:00
Gennadiy Rozental
9b58f32cf2 pushed new example naming scheme into qbk files 2015-06-13 01:41:41 -04:00
Raffi Enficiaud
4b2d2c420d A bit of more documentation on output_test_streams 2015-06-03 01:35:46 +02:00
Andrzej Krzemienski
76c8516e5a Doc: FP fixes 2015-06-02 22:18:07 +02:00
Andrzej Krzemienski
d8441c92b2 Doc: improved FP comparison description 2015-06-02 22:18:05 +02:00
Raffi Enficiaud
1d5892ca52 cleanup 2015-06-01 16:26:51 +02:00
Raffi Enficiaud
3d904ffa07 typo 2015-05-29 10:32:16 +02:00
Raffi Enficiaud
3d9974cc92 More about workarounds 2015-05-29 10:32:08 +02:00