Raffi Enficiaud
00f604f1d1
Change log
2018-02-11 16:05:04 +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
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
67845f82a0
Change log
2018-02-10 14:39:16 +01:00
Raffi Enficiaud
1a3e1f394e
Change log
2018-02-04 19:55:07 +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
Raffi Enficiaud
ed5a6b7bd6
Change log
2018-01-29 10:52:41 +01:00
Raffi Enficiaud
009ef6d554
Merge branch 'topic/13407-cygwin-crash' into next-internal
...
* topic/13407-cygwin-crash:
Change log
Fix non-initialized variable causing crash on Cygwin
2018-01-19 09:21:03 +01:00
Raffi Enficiaud
285d9ddf26
Change log
2018-01-19 09:15:12 +01:00
Raffi Enficiaud
d2468aa70e
Merge branch 'topic/13387-header-fail-compile' into next-internal
...
* topic/13387-header-fail-compile:
Change log
Fix missing includes
2018-01-18 20:47:07 +01:00
Raffi Enficiaud
bfcfe83644
Merge branch 'topic/PR125-unused-parameters' into next-internal
...
* topic/PR125-unused-parameters:
Change log
prevent 2 unused parameter warnings
2018-01-18 20:46:45 +01:00
Raffi Enficiaud
3218dabf76
Change log
2018-01-18 20:27:57 +01:00
Raffi Enficiaud
97d84abb9d
Change log
2018-01-18 15:11:59 +01:00
Raffi Enficiaud
32bf0f2d0a
Change log
2018-01-18 14:49:04 +01:00
Raffi Enficiaud
3dcba76f27
Updating the doc
2018-01-18 14:49:03 +01:00
Raffi Enficiaud
dc74e22c30
Change log
2018-01-18 14:04:03 +01:00
Raffi Enficiaud
ab9c5d734f
Ticket 13170: BOOST_AUTO_TEST_CASE_TEMPLATE without a typedef
...
- updating doc with an example using BOOST_IDENTITY_TYPE
- reworked the template test case documentation a bit
2018-01-18 14:04:03 +01:00
Raffi Enficiaud
8ef0989de7
Fix JUNIT default log level
2018-01-18 14:04:03 +01:00
Raffi Enficiaud
e599a4653e
Fix documentation list
2018-01-18 14:04:03 +01:00
Raffi Enficiaud
4e736b88e2
Documentation years update
2018-01-18 14:04:03 +01:00
Raffi Enficiaud
9f2c32e0d8
Merge branch 'topic/12597-report-tests-with-clashing-names' into develop
...
* topic/12597-report-tests-with-clashing-names:
Change log and doc update
Avoiding duplicate test cases in template and param test cases
Check for clashing names in adding test units
2018-01-18 14:03:39 +01:00
Raffi Enficiaud
18d62cf856
Change log and doc update
2018-01-02 20:58:53 +01:00
Raffi Enficiaud
77bda1ffd2
Avoiding duplicate test cases in template and param test cases
...
- fixing logging on non-existant stream
- fixing doc test cases with duplicate test cases
- updating log and report tests
2018-01-02 20:41:32 +01:00
Raffi Enficiaud
9c0f4f0698
Merge branch 'topic/12969-problems-nullptr' into next-internal
...
* topic/12969-problems-nullptr:
Change log
Fix issue when library is compiled with non C++14 options (trac 12969)
2017-12-31 00:21:43 +01:00
Raffi Enficiaud
bc53f66ac3
Change log
2017-12-31 00:18:58 +01:00
Raffi Enficiaud
6ecfe4b7cf
Change log
2017-12-29 21:07:59 +01:00
Raffi Enficiaud
5fca8b3fa8
Merge branch 'topic/PR-112-deliberate-failure-tests-not-optimized-away' into develop
...
* topic/PR-112-deliberate-failure-tests-not-optimized-away:
Change log
Added BOOST_MSVC version check to test patches
Deliberate-failure tests shouldn't be optimized
2017-12-29 20:43:28 +01:00
Raffi Enficiaud
c18b090c16
Change log
2017-12-29 20:42:32 +01:00
Raffi Enficiaud
0e63a8fe53
Merge branch 'topic/PR-122-fix-fallthrough-warnings-gcc' into develop
...
* topic/PR-122-fix-fallthrough-warnings-gcc:
Change log
Fix some fallthrough warnings with gcc >= 7.
2017-12-29 20:39:55 +01:00
Raffi Enficiaud
a3183f2f9a
Add link
2017-12-28 22:49:43 +01:00
Raffi Enficiaud
05e8eff231
Change log
2017-12-28 17:09:58 +01:00
Aaron Gorenstein
26d11fac07
Added BOOST_MSVC version check to test patches
2017-12-25 16:54:53 +01:00
Aaron Gorenstein
0f4c3f0019
Deliberate-failure tests shouldn't be optimized
...
A few tests designed to deliberately fail appeal to UB (undefined
behavior), but as the MSVC optimizer improves we will take advantage of
that to remove UB statements. In order for deliberate failures to occur,
the tests must have the optimizer turned off.
2017-12-25 16:54:53 +01:00
Raffi Enficiaud
7615362bdc
Merge branch 'topic/PR-121-warning-fix' into next-internal
...
* topic/PR-121-warning-fix:
Change log
fix compiler warning
2017-12-25 16:46:56 +01:00
Raffi Enficiaud
deb9efa2c1
Change log
2017-12-25 16:45:39 +01:00
Raffi Enficiaud
fdc68b6e6d
Merge branch 'topic/PR118-Update-VxWorks-support' into next-internal
...
* topic/PR118-Update-VxWorks-support:
Change log update
Adapt Boost.Test to VxWorks
2017-12-25 16:33:36 +01:00
Raffi Enficiaud
7040314525
Change log update
2017-12-25 16:31:40 +01:00
Raffi Enficiaud
c069394219
Change log update
2017-12-25 16:29:42 +01:00
Raffi Enficiaud
c06ac34b37
Change log update for 1.67
2017-12-25 16:26:45 +01:00
Raffi Enficiaud
c3e34389d6
Boost 1.66 change logs
2017-08-31 11:19:57 +02:00
Raffi Enficiaud
42a59be6e6
Merge branch 'topic/11471-array-sequence' into next-internal
...
* topic/11471-array-sequence:
Change log
Documentation update
Fixing array comparison semantics
C-arrays are now considered as sequences
2017-07-14 12:46:55 +02:00
Raffi Enficiaud
f17cb1be3f
Change log
2017-07-14 12:44:23 +02:00
Raffi Enficiaud
7a18764466
Documentation update
2017-07-14 12:44:14 +02:00
Raffi Enficiaud
84fa5c1dc1
Change logs
2017-07-06 11:46:15 +02:00
Raffi Enficiaud
8106d3d58e
Merge branch 'topic/12228-header-compilation-independant' into next-internal
...
* topic/12228-header-compilation-independant:
Change logs
#12228 : Adding missing headers to compile some files independantly
# Conflicts:
# doc/closing_chapters/change_log.qbk
2017-07-06 09:28:21 +02:00
Raffi Enficiaud
c072678bd1
Change logs
2017-06-27 21:14:54 +02:00
Raffi Enficiaud
f994648e2f
Change log
2017-06-27 20:56:44 +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
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