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
Raffi Enficiaud
dfcf469beb
decorator mention
2015-05-21 18:11:08 +02:00
Raffi Enficiaud
dffa9b5729
Moving and refactoring expected_failures
2015-05-21 18:07:42 +02:00
Raffi Enficiaud
06744f250f
depends_on decorator refactored
2015-05-21 17:44:33 +02:00
Raffi Enficiaud
5c40d588f0
Moving precondition to a more suitable place
2015-05-21 17:22:06 +02:00
Raffi Enficiaud
e47b92beb7
typo
2015-05-21 17:09:59 +02:00
Raffi Enficiaud
9253d55dcf
ran->run
2015-05-21 17:09:49 +02:00
Raffi Enficiaud
5156be91ee
decorator label
2015-05-21 17:04:45 +02:00
Raffi Enficiaud
a21c36b282
decorator timeout
2015-05-21 16:32:18 +02:00
Raffi Enficiaud
62e964d4ba
Proper sections for enabled/disabled/enable_if
...
Changed the strategy for the narration though.
2015-05-21 16:24:39 +02:00
Raffi Enficiaud
c2b713f58f
ras
2015-05-21 14:15:41 +02:00
Raffi Enficiaud
d62c4f8057
Moving and renaming the tutorial part
2015-05-21 13:39:56 +02:00
Raffi Enficiaud
4067f7d2d2
Starting the split of the decorators into topics
...
Addressing some of the issues of Gennadiy and Andrzej
2015-05-21 10:00:29 +02:00
Raffi Enficiaud
bffd6dd679
Information is not plural
2015-05-21 09:39:02 +02:00
Gennadiy Rozental
3d8da0c03e
changed examples styling
2015-05-21 02:48:32 -04:00
Raffi Enficiaud
db788d01a7
allows it
2015-05-21 01:47:46 +02:00
Raffi Enficiaud
38a10b5cca
Renamed Users-guide to howtoread
...
Moved it under the intro
2015-05-21 01:23:16 +02:00
Raffi Enficiaud
6c3a6811a1
reworked the declaration and organization part
2015-05-21 01:15:22 +02:00
Andrzej Krzemienski
2237015f41
Doc: chages in Advanced Usages
2015-05-21 00:31:47 +02:00
Raffi Enficiaud
cc8481b5f4
Testing tools title change
2015-05-20 13:46:59 +02:00
Raffi Enficiaud
fef38e6aea
BOOST_TEST title change
2015-05-20 13:46:32 +02:00
Raffi Enficiaud
7375b932e3
moving the technical details
2015-05-20 13:38:35 +02:00
Raffi Enficiaud
60a0295892
bitwise in ref
2015-05-20 13:33:15 +02:00
Raffi Enficiaud
59752b7006
tag->manipulators
...
bitwise comparison
c-string comparison
bitwise implementation detail
2015-05-20 11:41:36 +02:00
Raffi Enficiaud
e4e07792f9
Moving the runtime parameters to the reference section
...
Updating all the links and linking to sections instead
2015-05-20 10:55:15 +02:00
Raffi Enficiaud
1671873d6d
Moving reference header under the reference section
2015-05-20 10:28:49 +02:00
Raffi Enficiaud
3881afec1e
Merge branch 'doc_new_organization' into develop
...
Conflicts:
doc/test_organization/parametric_test_case_generation.qbk
Clarified TOC
2015-05-20 09:44:35 +02:00
Raffi Enficiaud
c4d84a8245
typo
2015-05-19 22:43:40 +02:00
Raffi Enficiaud
c1854a311f
file missing
2015-05-19 22:34:47 +02:00
Raffi Enficiaud
1050cef3a4
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-19 22:16:11 +02:00
Raffi Enficiaud
dfa3823a18
rephrasing and links
2015-05-19 20:55:00 +02:00
Raffi Enficiaud
3d3a0a2488
change log
2015-05-19 20:36:42 +02:00
Raffi Enficiaud
43dab2a3cc
change log
2015-05-19 20:14:49 +02:00
Andrzej Krzemienski
0a52e6c424
Doc: progress in Advanced Scenarios sect
2015-05-19 19:57:57 +02:00
Raffi Enficiaud
dd4d9d90e3
Updating the references of the test output
2015-05-19 17:51:52 +02:00
Raffi Enficiaud
e66dcfce21
Moving the test output reference to the end
2015-05-19 17:49:21 +02:00
Raffi Enficiaud
905a2360a4
File rename
2015-05-19 17:41:23 +02:00
Raffi Enficiaud
e24d7623c8
Fixing the references
2015-05-19 17:39:30 +02:00
Raffi Enficiaud
5023e2a7b7
Moving the tests management reference to the end, splitting the summary
2015-05-19 17:36:38 +02:00
Raffi Enficiaud
ba30f15178
File rename
2015-05-19 17:29:32 +02:00
Raffi Enficiaud
40da1fbbde
Moving the summary to the section
2015-05-19 17:26:24 +02:00
Raffi Enficiaud
401834ac96
Follow up the move
2015-05-19 17:21:26 +02:00
Raffi Enficiaud
4fe56ce0c6
Moving the reference of the testing tools to the end
...
Reorganizing a bit
2015-05-19 17:19:16 +02:00
Raffi Enficiaud
52bf4ea31f
Making the TOC more concise
2015-05-19 17:18:41 +02:00
Raffi Enficiaud
bf08f61956
removing a level of TOC by removing "Users guide" from the parent
2015-05-19 17:08:15 +02:00
Raffi Enficiaud
1d127a4e22
Placing the code above the output in the examples
2015-05-19 16:45:24 +02:00
Raffi Enficiaud
6b23e1a735
Some more details
2015-05-19 15:57:29 +02:00
Raffi Enficiaud
1f1fa0a94d
lexicographic comparison
2015-05-19 15:48:33 +02:00
Raffi Enficiaud
a1f41372f5
renamed files
...
part on container comparison using natural operator
part on per-element comparison
2015-05-19 15:22:37 +02:00
Raffi Enficiaud
e554eaa9cc
reworked the expression evaluation chain
2015-05-18 17:26:17 +02:00
Raffi Enficiaud
769b6db9e1
sync
2015-05-18 16:45:54 +02:00
Raffi Enficiaud
9dd6aeb23f
Some more doc about composition and types of subexpressions
2015-05-12 11:46:47 +02:00
Raffi Enficiaud
ba83a70db2
Updated examples for BOOST_TEST
...
Updated doc for possible statements
More explanations on the expression chain, left/right asymetry and precedence rule
2015-05-12 00:52:54 +02:00
Raffi Enficiaud
9f34d0b23f
shortening the lines of the file
2015-05-12 00:24:08 +02:00
Raffi Enficiaud
0224e5ef96
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-11 19:21:18 +02:00
Raffi Enficiaud
df62ab15ee
Slight advances on BOOST_TEST
...
Adding the boost_test examples to the tests
2015-05-11 19:21:10 +02:00
Raffi Enficiaud
f220b9ec0d
Merge pull request #55 from akrzemi1/develop
...
Doc: tolerance in BOOST_TEST
2015-05-11 19:19:24 +02:00
Raffi Enficiaud
4ac68bf95a
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-11 18:29:54 +02:00
Raffi Enficiaud
34c2d87fac
nothing special
2015-05-11 18:29:42 +02:00
Raffi Enficiaud
95d744d1ad
Some BOOST_CHECK remaining
2015-05-11 18:12:50 +02:00
Raffi Enficiaud
07bc7b9a06
Updating the examples for datasets (+1 squashed commits)
...
Squashed commits:
[39fea4e] Adding examples to the build
Update example 63
2015-05-11 18:08:47 +02:00
Raffi Enficiaud
600341cb93
Renaming the dataset example files
2015-05-11 18:08:45 +02:00
Raffi Enficiaud
f5b052d93f
Changing the examples to use BOOST_TEST
2015-05-11 18:08:44 +02:00
Raffi Enficiaud
d9994ba9bb
Infinite size with appropriate macro
2015-05-11 18:08:41 +02:00
Raffi Enficiaud
efc8d826c3
Moving the data driven test case before parameterized test cases.
2015-05-11 18:08:39 +02:00
Andrzej Krzemienski
8d09bc9023
Doc: tolerance in BOOST_TEST
2015-05-11 17:36:48 +02:00
Raffi Enficiaud
58ddeb87ec
Some typos
2015-05-11 15:34:22 +02:00
Raffi Enficiaud
567908006e
files removed
2015-05-09 23:16:22 +02:00
Raffi Enficiaud
64b483b5e6
Fix ref
2015-05-09 01:28:03 +02:00
Raffi Enficiaud
0974a6b4a4
BOOST_TEST doc updates
...
- floating point comparison
- composition rule for the BOOST_TEST
- container comparison
2015-05-09 01:25:16 +02:00
Raffi Enficiaud
b822e0301f
Additional test for float containers
2015-05-09 00:12:31 +02:00
Raffi Enficiaud
52c0af84d9
some more reference
2015-05-08 23:55:38 +02:00
Raffi Enficiaud
c04cc94707
removing a level
2015-05-08 23:50:55 +02:00
Raffi Enficiaud
37eed4e7f6
Adding some more files to doxygen
2015-05-08 23:50:04 +02:00
Raffi Enficiaud
7aadb4239f
Fixing the test on float collections
2015-05-08 22:53:21 +02:00
Raffi Enficiaud
26c60f011e
Merge branch 'develop' of https://github.com/boostorg/test into develop
2015-05-08 22:42:38 +02:00
Andrzej Krzemienski
1b4355d283
Doc: placeholder for custom test runners
2015-05-08 18:09:49 +02:00
Andrzej Krzemienski
2c46480865
Doc: described custom entry points
2015-05-08 16:07:56 +02:00
Raffi Enficiaud
29d3f090ec
Fixing the test
2015-05-06 12:10:25 +02:00
Raffi Enficiaud
8752dda4c2
Output update
2015-05-06 02:06:29 +02:00
Raffi Enficiaud
ce20c17d9c
renaming
2015-05-06 02:03:32 +02:00
Raffi Enficiaud
993a806c69
Update of the compare sequence
2015-05-06 02:01:10 +02:00
Raffi Enficiaud
858af1caac
Update of the acceptable statements
2015-05-06 00:55:09 +02:00
Andrzej Krzemieński
bba02cde8c
Doc: Wrong example in output_test_stream
2015-05-05 16:44:32 +02:00
Andrzej Krzemienski
9bc26206fe
Doc: decorators and test case template
2015-05-04 23:44:28 +02:00
Andrzej Krzemienski
cda704b8b6
Doc: decorator and data-driven test cases
2015-05-04 22:44:03 +02:00
Raffi Enficiaud
50e4347ea7
misleading sentence
2015-05-04 01:39:15 +02:00
Raffi Enficiaud
240e6afd88
subsection for building the UTF
2015-05-04 01:37:44 +02:00
Raffi Enficiaud
2a71044485
fixes
2015-05-04 01:32:30 +02:00
Raffi Enficiaud
23246f5277
links / warnings
2015-05-04 01:25:17 +02:00
Raffi Enficiaud
5d04bdd933
Fix changelog
2015-05-04 01:07:05 +02:00
Raffi Enficiaud
bfc7a4bcdf
Some cleanups and fixes
2015-05-04 01:06:34 +02:00
Raffi Enficiaud
8c59eb6862
reworked documentation
2015-05-04 00:37:55 +02:00
Raffi Enficiaud
0689628585
optional message
2015-05-04 00:05:12 +02:00
Raffi Enficiaud
dfc16df91c
some more doc
2015-05-02 20:24:08 +02:00
Raffi Enficiaud
f26f458d78
tighters in x
2015-05-02 20:23:52 +02:00
Raffi Enficiaud
d09784e6d9
Fix example output
2015-05-02 10:04:40 +02:00
Raffi Enficiaud
158641b98d
examples for floating point comparison
2015-05-02 10:03:01 +02:00
Raffi Enficiaud
f55899065e
BOOST_TEST for strings
2015-05-01 19:43:50 +02:00
Raffi Enficiaud
d6f5e48b56
BOOST_TEST collection support
2015-04-30 01:14:33 +02:00
Raffi Enficiaud
432a605451
Going to the line
2015-04-30 00:34:19 +02:00