Commit Graph

1147 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
Raffi Enficiaud
03d859bec0 Change log 2016-09-04 16:17:43 +02:00
Raffi Enficiaud
7c84d4f0a7 Change log and doc update 2016-08-18 22:24:27 +02:00
Raffi Enficiaud
8567c2ae8a Merge branch 'topic/8707-8834-junit-several-loggers' into develop
* topic/8707-8834-junit-several-loggers:
  Change log update
  Documentation
  JUnit default output stream
  Logger tests: overriding the output_stream_logger matching algorithm and changing the format of the messages sent by the framework
  Combined logger: CLA handling and stream/log level per formatter
  Junit logger: integration into the set of loggers
  JUnit logger: implementation
  Multiple logger: entry in progress now being per logger as well
  Multiple logger: now enabling a logger by its format
  Multiple logger: breaking changes in the API in order to be able to add a logger per format on the fly
  Loggers: now handling abort signal as well
  Multiple loggers: having several loggers at the same time
  Algorithm: replace all strings with/out wildcards
  output_test_stream: being able to override the match_pattern method by making it virtual (+ other functions)
  output_test_stream: improved messages on error
  Framework: fixing the time associated to each test unit
  issues with VS placeholders
2016-08-18 01:47:55 +02:00
Raffi Enficiaud
c642b50c4b Merge branch 'topic/trac-11859-run-parameters' into develop
* topic/trac-11859-run-parameters:
  Changelog and doc update
  runtime parameter: now using ':' as a separator for each --run_param
2016-08-18 01:46:27 +02:00
Raffi Enficiaud
76a8380506 Change log update 2016-08-18 01:44:40 +02:00
Raffi Enficiaud
51b52fefee Change log update 2016-08-18 01:36:51 +02:00
Raffi Enficiaud
b9d5c892cd Documentation 2016-08-18 01:30:07 +02:00
Raffi Enficiaud
a7c3116882 Combined logger: CLA handling and stream/log level per formatter
- new CLA argument for being able to specify a logger with repetition, as well as its log level and stream
- the specification of the logger are: logger_name[:log_level[:log_sink]]
- empty token are kept: 'logger_name::' is a valid spec
- now being able to specify a stream per format: modification of the stream helper
- the output stream of a particular format now accepts the name of the stream instead of the name of the associated param on the command line
2016-08-18 01:30:07 +02:00
Raffi Enficiaud
e7f3e09a1a Multiple logger: breaking changes in the API in order to be able to add a logger per format on the fly
- in particular, changes the order of the formatter registration
- follow up unit tests changes wrt. breaking changes in the API
2016-08-18 00:14:23 +02:00
Raffi Enficiaud
6f7ea98604 Changelog and doc update 2016-08-17 01:25:23 +02:00
Raffi Enficiaud
e8521499fd Merge branch 'topic/trac-12103-gcc-bug-for-getchar' into next-internal
* topic/trac-12103-gcc-bug-for-getchar:
  Changelog
  Fix for uClibc and gcc <= 4.8.2

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-05-27 10:34:54 +02:00
Raffi Enficiaud
84ea93dbc6 Merge branch 'topic/trac-12024-nonexisting-__cxa_demangle-android' into next-internal
* topic/trac-12024-nonexisting-__cxa_demangle-android:
  Changelog
  Use boost/core/demangle instead of a direct GNU API use

# Conflicts:
#	doc/closing_chapters/change_log.qbk
#	include/boost/test/impl/execution_monitor.ipp
2016-05-27 10:33:27 +02:00
Raffi Enficiaud
31bebaf066 Merge branch 'topic/trac-11128-bb10-qnx-failures' into next-internal
* topic/trac-11128-bb10-qnx-failures:
  Changelog
  Add missing using for QNX

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-05-27 10:29:51 +02:00
Raffi Enficiaud
7221208094 Merge branch 'topic/PR99-fix-crashes-with-RTTI-off-on-MSVC' into next-internal
* topic/PR99-fix-crashes-with-RTTI-off-on-MSVC:
  Changelog
  Fix crashes with RTTI-off on MSVC

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-05-27 10:28:57 +02:00
Raffi Enficiaud
b7492a43cd Added documentation and change log 2016-05-27 09:55:28 +02:00
Raffi Enficiaud
b16159b228 Changelog 2016-05-26 22:19:43 +02:00
Raffi Enficiaud
7639b700b7 Changelog 2016-05-26 22:18:37 +02:00
Raffi Enficiaud
ed6c618b6c Changelog 2016-05-26 22:17:24 +02:00
Raffi Enficiaud
7289abebc9 Changelog 2016-05-26 22:15:08 +02:00
Raffi Enficiaud
7dac08d253 Change log skeleton 2016-05-23 23:33:35 +02:00
Raffi Enficiaud
884ca80c81 Fix change log 2016-04-04 10:09:56 +02:00
Raffi Enficiaud
8812b05992 Merge branch 'topic/fix-rvalue-references-in-tuple-packing' into develop
* topic/fix-rvalue-references-in-tuple-packing:
  Change log update
  MSVC12 fix: replacing broken std::is_copy_constructible by boost::is_copy_constructible
2016-03-20 19:35:11 +01:00
Raffi Enficiaud
c5c2a899ca Change log update 2016-03-20 19:27:47 +01:00
Raffi Enficiaud
93d7b12a09 Merge branch 'master' into develop 2016-03-20 11:34:57 +01:00
Raffi Enficiaud
e475c58157 Change log update 2016-03-20 11:32:50 +01:00
Raffi Enficiaud
f1fd74a2d4 Doc: update wrt. latest changes 2016-03-19 08:40:25 +01:00
Raffi Enficiaud
97883a5d80 Merge branch 'topic/trac-11983-xml-escape-in-report' into develop 2016-02-20 11:00:50 +01:00
Raffi Enficiaud
bfaf02fa28 Merge branch 'topic/BOOST_DATA_TEST_CASE_F' into develop
Conflicts:
	doc/closing_chapters/change_log.qbk
2016-02-20 11:00:36 +01:00
Raffi Enficiaud
8e1d24188d Merge branch 'topic/doc-improvements' into develop 2016-02-20 10:59:22 +01:00
Raffi Enficiaud
585acec903 Doc: BOOST_DATA_TEST_CASE_F changelog entry 2016-02-18 21:43:18 +01:00
Raffi Enficiaud
1de443e788 Doc: BOOST_DATA_TEST_CASE details about the variadic arity support 2016-02-18 21:43:17 +01:00
Raffi Enficiaud
cf4389137c Doc: BOOST_DATA_TEST_CASE_F documentation 2016-02-18 21:43:17 +01:00
Raffi Enficiaud
127598c290 Changelog update 2016-02-18 08:34:56 +01:00
Raffi Enficiaud
32d032539f Doc: updating the expected exceptions message 2016-02-17 00:01:42 +01:00
Raffi Enficiaud
c43e1e478e Doc: addressing minor typos
Closing ticket #11965
2016-02-15 10:13:57 +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
7459d3d4dc Change log update 2016-02-02 09:31:28 +01:00
Raffi Enficiaud
2fc4f35f42 Random parameter: updated documentation 2016-02-02 09:30:32 +01:00
Raffi Enficiaud
634722127a Merge branch 'topic/warning-removal-from-pedantic' into develop
* topic/warning-removal-from-pedantic:
  some warnings in pedantic mode
2016-01-27 23:41:39 +01:00
Raffi Enficiaud
ef36191365 Merge branch 'topic/various-doc-improvement' into develop
* topic/various-doc-improvement:
  Dates update
  Better wording and links
2016-01-27 23:40:43 +01:00
Raffi Enficiaud
a0718239eb Dates update 2016-01-27 08:40:16 +01:00
Raffi Enficiaud
f30bf818ec Better wording and links 2016-01-27 00:07:33 +01:00
Raffi Enficiaud
1d72b5f7c5 some warnings in pedantic mode 2016-01-26 22:45:00 +01:00
Raffi Enficiaud
618933d1e8 Merge branch 'topic/data-variadic-template' into develop
* topic/data-variadic-template:
  change log update
  Documentation on how to control the arity
  fixup test cases
  Making it truly variadic
  Fixing the arity problem of the dataset test cases
  new headers
  initial version

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-01-24 22:14:14 +01:00
Raffi Enficiaud
c65fdc5e55 Merge branch 'topic/trac-08905-ignores-return-value-from-WaitForSingleObject' into develop
* topic/trac-08905-ignores-return-value-from-WaitForSingleObject:
  Updating the changelog
  Closing the handles and the hkeys properly and testing the start of the debugger

# Conflicts:
#	doc/closing_chapters/change_log.qbk
2016-01-24 22:12:21 +01:00
Raffi Enficiaud
d0b5fc5951 change log update 2016-01-24 01:02:14 +01:00
Raffi Enficiaud
9260f54650 Documentation on how to control the arity 2016-01-24 01:01:03 +01:00
Raffi Enficiaud
a916f51836 fixup test cases 2016-01-24 01:01:03 +01:00
Raffi Enficiaud
39da6d85c4 Updating the changelog 2016-01-21 13:19:40 +01:00
Raffi Enficiaud
541c6be2e7 Change log 2016-01-21 13:16:02 +01:00
Raffi Enficiaud
337ba52188 Merge branch 'topic/doc-updates' into develop
* topic/doc-updates:
  Forgot about this ticket
  typo bullets
  Better use of BOOST_TEST_CONTEXT
2016-01-21 10:48:22 +01:00
zerotypos-found
ce9b0d7198 Fix typo in doc. 2016-01-19 15:04:24 +09:00
Raffi Enficiaud
98512e8e4f Forgot about this ticket 2016-01-13 10:25:41 +01:00
Raffi Enficiaud
ab0657869f typo bullets 2016-01-11 22:28:46 +01:00
Raffi Enficiaud
5ba23e34df Better use of BOOST_TEST_CONTEXT 2016-01-09 21:22:35 +01:00
Raffi Enficiaud
9a396fc7c8 change log for the next version 2016-01-09 21:15:43 +01:00
Raffi Enficiaud
04bbc67a3f Changelog update 2015-11-09 00:32:09 +01:00
Raffi Enficiaud
da0f86dea7 Changelog update 2015-11-03 14:29:24 +01:00
Raffi Enficiaud
0e5f4d3fb2 Changelog update 2015-11-03 14:02:49 +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
53bf7d7272 Updated changelog 2015-10-27 14:41:56 +01:00
Raffi Enficiaud
bb1e85bc9d fix 2015-10-27 14:34:38 +01:00
Raffi Enficiaud
1af827aa26 cleanup 2015-10-27 14:34:38 +01:00
Raffi Enficiaud
24ba456f9b Doc: list_content/list_label enhancement
- Adding the example and a visual output (DOT) and textual output
- Adding the legend
- SVGs are not rendered properly by quickbook, so the text contains a PNG
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
Gennadiy Rozental
d3d6c42dfe small bug with DOT output fixed 2015-10-20 15:00:42 +02:00
Raffi Enficiaud
71bde4c4f3 example for list_content 2015-10-20 15:00:42 +02: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
e0d428f433 Copyright updates 2015-10-20 15:00:24 +02:00
Raffi Enficiaud
6b7296ef37 Doc: change log update 2015-10-20 15:00:24 +02:00
Gennadiy Rozental
c40207eb98 Doc: updates for new cla 2015-10-20 15:00:24 +02:00
Gennadiy Rozental
576854bd1c Parameters updates for new cla 2015-10-20 15:00:23 +02:00
Raffi Enficiaud
7d5f9a4335 Merge branch 'topic/dataset-API-improvement' into develop 2015-10-20 07:51:46 +02:00
Raffi Enficiaud
99fa24aa6d Merge branch 'topic/copyright-update' into develop 2015-10-20 07:51:14 +02:00
Raffi Enficiaud
2500c002b2 Merge branch 'topic/trac-11478-exception-poor-message' into develop 2015-10-20 07:50:59 +02:00
Raffi Enficiaud
b22ba1ce13 Changelog and documentation update for topic 2015-10-19 14:47:49 +02:00
Raffi Enficiaud
9dead6da67 Dataset: avoid the use of virtual functions 2015-10-19 14:47:49 +02:00
Gennadiy Rozental
b011e02349 copyright update 2015-10-19 14:14:43 +02:00
Raffi Enficiaud
4fdae39a94 change log update 2015-10-19 14:12:19 +02:00
Raffi Enficiaud
3451b7da66 Markdown on github 2015-10-19 14:08:16 +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
c99f9b591f Change log update 2015-10-07 00:59:09 +02:00
Raffi Enficiaud
635a98c91e Preparing change log 2015-10-07 00:47:43 +02:00
Raffi Enficiaud
450c1927b9 Fixing doc file links (check on the website) 2015-09-18 17:19:29 +02:00
Raffi Enficiaud
29f2adc11a remove non-sense 2015-09-17 15:27:55 +02:00
Raffi Enficiaud
e41a29bb32 Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain). 2015-09-17 15:11:46 +02:00
Raffi Enficiaud
cfbb2958d5 Updating the README for the doc
Trying to integrate the boost.test logo to the doc
2015-09-17 15:09:30 +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
BenWiederhake
cbc7db5472 Documentation enhancement: missing linebreak. 2015-08-17 22:33:50 +02:00
BenWiederhake
fcded0798d Documentation enhancement 2015-08-17 22:33:02 +02:00
Raffi Enficiaud
48d3418a05 Change log update 2015-07-21 23:41:49 +02:00
Marek Kurdej
aeb67a50ca Fixed typos. Used U.S. spelling consistently. 2015-07-10 15:09:52 +02:00
Marek Kurdej
9221afcefe Fix typo checkoint -> checkpoint. 2015-07-10 14:34:33 +02:00
Andrzej Krzemieński
af10d01b72 doc: "singular" --> "single" 2015-07-08 23:13:01 +02:00
Raffi Enficiaud
73d8bf0369 Change log update of the develop branch 2015-07-08 09:54:25 +02:00
Raffi Enficiaud
2a09f41176 Merge branch 'master' into develop
* master: (54 commits)
  Closing issue 7894
  Some more changelog
  Making the release name appear as well
  Change log update
  Removed postponed issue
  Update of the change log
  Change log already addressed
  Thread: merge [81791]-tools dir missing
  Spirit: merging from trunk upto rev. 61489
  Merge r62426 from ^/trunk ------------------------------------------------------------------------ r62426 | jhunold | 2010-06-04 16:31:54 +0200 (Fr, 04 Jun 2010) | 2 lines
  Reverted an accidental commit.
  Merged changes from trunk (rev. 62450). Fixes #3876.
  merge into release
  merge into release
  merge memory fix. Fixes #2889
  rm cmake from the release branch before it goes out broken.  Policy dictates that you never commit to release, you commit to trunk and merge to release.
  Add basic copyright/license to keep cmake out of the inspection report
  Trunk version of Boost.Test finally being released
  Fixed broken merges from last commit; kept boost::next and boost::prior changes to BGL that went in by accident in that commit, though
  Fixed almost all tab and min/max issues found by inspect tool
  ...

Conflicts:
	doc/closing_chapters/change_log.qbk
2015-07-08 09:51:58 +02:00
Raffi Enficiaud
b30768e2dc Closing issue 7894 2015-07-08 09:44:18 +02:00
Raffi Enficiaud
2e8c56868d Some more changelog 2015-07-07 21:53:47 +02:00
Raffi Enficiaud
36ca8e5d16 Making the release name appear as well 2015-07-07 21:30:57 +02:00
Raffi Enficiaud
c22741c71a Change log update 2015-07-07 20:48:32 +02:00
Raffi Enficiaud
8b546cf981 Removed postponed issue 2015-07-07 11:39:01 +02:00
Raffi Enficiaud
20e692c945 Removed postponed issue 2015-07-07 11:38:42 +02:00
Raffi Enficiaud
671e95bf8b Update of the change log 2015-07-07 11:23:18 +02:00
Raffi Enficiaud
3936886cab Change log already addressed 2015-07-07 11:22:52 +02:00
Raffi Enficiaud
aebb325861 Update of the change log 2015-07-07 11:22:26 +02:00
Raffi Enficiaud
2473dc21d9 Merge branch 'local/doc_collection' into develop
* local/doc_collection:
  lines too long
  nothing
  Fixing clumsy english
  Some more on collections and comparisons
  Starting addressing comments on the collection part
2015-07-06 14:28:53 +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
d826b6b3cc Change log already addressed 2015-07-06 14:08:01 +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
0d3e74fb8d more warnings cleanup 2015-06-27 18:19:29 -04:00
Gennadiy Rozental
743c67845f Avoid some warnings 2015-06-27 17:54:32 -04:00
Marek Kurdej
01294f9738 Fix type fixure -> fixture. 2015-06-23 16:55:36 +02:00
Gennadiy Rozental
b1833b69d9 test module name standartization 2015-06-14 02:55:24 -04:00
Gennadiy Rozental
9b58f32cf2 pushed new example naming scheme into qbk files 2015-06-13 01:41:41 -04:00
Gennadiy Rozental
d3ef083c6d fixed example 2015-06-12 22:47:21 -04:00
Gennadiy Rozental
16fd8be5ad example renamed 2015-06-12 05:37:21 -04:00
Gennadiy Rozental
80e548963c . 2015-06-11 04:23:12 -04:00
Gennadiy Rozental
fd1aa4c25f test reorganization 2015-06-05 17:38:15 -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
1f1b9d71c3 Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-06-01 16:57:10 +02:00
Raffi Enficiaud
1d5892ca52 cleanup 2015-06-01 16:26:51 +02:00
Raffi Enficiaud
46ecc7ce48 Making the changelog a bit nicer 2015-06-01 09:29:36 +02:00
Raffi Enficiaud
a3a9c42474 Closing 11359 2015-05-29 23:26:12 +02:00
Raffi Enficiaud
30d582258d Updating change log 2015-05-29 11:01:57 +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
Raffi Enficiaud
d0909211dc BOOST_TEST doc reorg continued 2015-05-29 10:14:16 +02:00
Raffi Enficiaud
b4cd80f2d4 Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-05-29 09:46:04 +02:00
Andrzej Krzemienski
a377413dbb Doc: adapting FP types for tolerance ops 2015-05-29 00:08:32 +02:00
Raffi Enficiaud
b9cc7d89ca Merging the part 'acceptable statements' with BOOST_TEST 2015-05-28 21:40:39 +02:00
Raffi Enficiaud
4dca1f76ff Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-05-28 21:39:49 +02:00
Andrzej Krzemienski
3210b62226 Doc: improving FP tolerance section 2015-05-28 20:42:37 +02:00
Raffi Enficiaud
0bb43b3674 Some more about assertion severity levels 2015-05-28 14:26:09 +02:00
Raffi Enficiaud
36dc6a9622 Refactoring entry documentation and assertion severity levels 2015-05-27 17:12:04 +02:00
Raffi Enficiaud
b1e4140119 Additional links 2015-05-27 13:52:53 +02:00
Raffi Enficiaud
8abfb00918 about statements and acceptable expressions. Should be merged with the BOOST_TEST page 2015-05-27 13:49:13 +02:00
Raffi Enficiaud
c187025740 some boost_test rewrite 2015-05-27 13:48:43 +02:00
Raffi Enficiaud
0dcc3a7339 Feedback from Paul A. Bristow about BOOST_TEST(true && true) 2015-05-27 13:17:33 +02:00
Raffi Enficiaud
dae2b8eaa2 Little more on the reported information 2015-05-27 13:11:02 +02:00
Raffi Enficiaud
89393bf61c Copyright changes 2015-05-27 13:06:52 +02:00
Raffi Enficiaud
cd4bb00fcc Weird English on assertion security levels 2015-05-27 13:04:29 +02:00
Raffi Enficiaud
7310274bdd more on the changelog 2015-05-27 12:04:43 +02:00
Raffi Enficiaud
420b4accd4 Mentioning the other flavours of BOOST_TEST on the reference/summary page 2015-05-27 12:04:41 +02:00
Raffi Enficiaud
e9f77a93b1 mks -> us (microseconds) 2015-05-26 13:55:48 +02:00
Raffi Enficiaud
4d3e36bed5 typo 2015-05-26 11:46:31 +02:00
Raffi Enficiaud
ee939357e4 Fix links 2015-05-26 06:41:35 +02:00
Gennadiy Rozental
1c4e5dcea6 Merge pull request #65 from akrzemi1/develop
FPT() --> FPT(0)bb
2015-05-25 16:18:37 -04:00
Gennadiy Rozental
4dd5720db6 move FPC theory under "theory" subsection of FPC description 2015-05-25 16:13:21 -04:00
Andrzej Krzemienski
89871800b9 Doc: removed backslash in decorator_01.output 2015-05-25 21:32:56 +02:00
Gennadiy Rozental
d4ad280e7b . 2015-05-25 15:32:32 -04:00
Gennadiy Rozental
b54597c6b8 . 2015-05-25 15:31:01 -04:00
Raffi Enficiaud
6825c30039 Dead link on the Fibonacci example. To be ressurrected in another form 2015-05-25 15:19:43 +02:00
Raffi Enficiaud
4b5f371e19 web link: output format 2015-05-25 15:16:21 +02:00
Raffi Enficiaud
f17a8b1386 oudated? 2015-05-25 15:15:15 +02:00
Raffi Enficiaud
8c91c1d8d9 webwisdom warning 2015-05-25 15:14:08 +02:00
Gennadiy Rozental
cfa7ee3df7 fixture updated 2015-05-25 04:07:44 -04:00
Gennadiy Rozental
75515e8100 decorators updated 2015-05-25 02:46:06 -04:00
Gennadiy Rozental
d15f4c4f52 interaction based testing is killed (for now) 2015-05-24 18:40:56 -04:00
Raffi Enficiaud
4b4becd77a Fixing --link= to link= 2015-05-24 21:46:44 +02:00
Raffi Enficiaud
0b43284ed8 removed unexplainable mention 2015-05-24 17:11:38 +02:00
Gennadiy Rozental
6c6769ae71 nullary test case documentation update; web wisdom page added 2015-05-24 05:58:57 -04:00
Gennadiy Rozental
e8e20defe9 improved flip side description for static lib 2015-05-24 02:43:01 -04:00
Raffi Enficiaud
dfdfbb6f44 fix link 2015-05-23 23:33:16 +02:00
Raffi Enficiaud
5b0c4a64e6 Merge pull request #64 from akrzemi1/develop
Doc: more on test case ordering
2015-05-23 10:15:32 +02:00
Gennadiy Rozental
bec860b3d9 decorator description slightly updated; examples fixed 2015-05-23 02:07:50 -04:00
Gennadiy Rozental
1a3893dae0 eliminated BOOST_CHECK on context description page; normalized all examples output to test.cpp(nn): 2015-05-23 01:16:39 -04:00
Gennadiy Rozental
8716300874 typo 2015-05-23 00:36:44 -04:00
Gennadiy Rozental
ca5e4f3328 copyright updated to "year" Boost.Test team 2015-05-23 00:34:24 -04:00
Gennadiy Rozental
e80d648e9c super = 2015-05-23 00:07:30 -04:00
Gennadiy Rozental
52ff1e77f7 intro/tutorials update 2015-05-22 23:09:46 -04:00
Andrzej Krzemienski
2120d8bbae Doc: more on test case ordering 2015-05-22 22:32:08 +02:00
Raffi Enficiaud
6d72d13800 Merge branch 'develop' of http://github.com/boostorg/test into develop 2015-05-22 20:09:29 +02:00
Andrzej Krzemienski
2266d872f5 Doc: simpler introduction
THe Introduction is now shorter. I removed one tutorial (it is in a non-included qbk file), and moved another one into Practical Usage Recommendations.
2015-05-22 18:06:46 +02:00
Raffi Enficiaud
9fbce934b0 Grouping specific comparison methods together
Attempt for reporting refactoring
2015-05-22 17:29:38 +02:00
Raffi Enficiaud
bfdc9e3dad Splitting BOOST_TEST documentation into topics (part 1) 2015-05-22 17:18:02 +02:00
Raffi Enficiaud
da1d6f6d69 Summary for decorators
Moving the tolerance decorator to the reference of the testing tools (+1 squashed commits)

Squashed commits:

[92f308a] Summary for decorators
2015-05-22 16:43:42 +02:00
Raffi Enficiaud
896dced090 Expected failures API now part of the "writing test" reference 2015-05-22 16:18:53 +02:00
Raffi Enficiaud
a85aeca630 Renamed summary 2015-05-22 16:18:16 +02:00
Raffi Enficiaud
273582082a Renamed reference section 2015-05-22 16:08:21 +02:00
Raffi Enficiaud
05c76da99f Moving the reference doc of adv usage scenarios
Rename ref of adv usage scenarios
2015-05-22 16:08:20 +02:00
Raffi Enficiaud
fc0e055b1b tutorial integrated now 2015-05-22 15:58:11 +02:00
Raffi Enficiaud
3fa9cdcae0 ras 2015-05-22 13:39:24 +02:00
Raffi Enficiaud
6fd8a36502 Changing the ref header for outputs 2015-05-22 13:39:17 +02:00
Raffi Enficiaud
04d7243dd3 Changing summaries 2015-05-22 13:38:55 +02:00
Raffi Enficiaud
74470185c9 Refactoring fixtures 2015-05-22 13:34:08 +02:00
Andrzej Krzemienski
d7849bd594 Doc: more changes to Adv Scenarios 2015-05-21 23:52:18 +02:00
Andrzej Krzemienski
027bfd3b44 Doc: more updates in Advanced Usages 2015-05-21 18:11:37 +02:00