Commit Graph

1147 Commits

Author SHA1 Message Date
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
Raffi Enficiaud
d8b26e3030 Bitwise comparison example, floating point comparison example 2015-04-30 00:34:04 +02:00
Raffi Enficiaud
6dece80a9c Trying to fix floating point test tolerance 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fedc04ce56 Fixing path in output 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
32c40cc01a Fixing the doc 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
5edf00c6e5 forward iterable concept in the documentation
some text on collections for BOOST_TEST, with links to is_forward_iterable
2015-04-29 22:14:34 +02:00
Raffi Enficiaud
4a18af4538 documentation on flagging a specific (floating point) type as using the tolerance based scheme 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
e6eac1e544 ras 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
a291a5a7b9 minor update floating point part 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fb38b59908 some more doc about manipulators 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
b613ff637e ras 2015-04-29 22:14:33 +02:00
Raffi Enficiaud
bdfb3c3904 general definition of BOOST_TEST in the TOC
more detailed requirements
parts on floating point with links to doxygen
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
626d853996 updated years 2015-04-29 22:14:33 +02:00
Raffi Enficiaud
9bd1d597ab some more comments on BOOST_TEST 2015-04-29 22:14:33 +02:00
Raffi Enficiaud
5d1294065f Resurrecting finally this topic
Some comments about bitwise comparisons
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
54aa77b858 slight advances:
- now in the cmake of the examples, possibility to specify files that need C++11 features/compilation
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
cd5e6c6821 fixing the test 2015-04-29 22:14:33 +02:00
Raffi Enficiaud
a85e8bafc6 separating the examples for floating point 2015-04-29 22:14:32 +02:00
Raffi Enficiaud
3e1851f669 renaming again 2015-04-29 22:14:32 +02:00
Raffi Enficiaud
068836b68c renaming the file to avoid collisions 2015-04-29 22:14:32 +02:00
Raffi Enficiaud
cc1278c5ca slight advance 2015-04-29 22:14:32 +02:00
Andrzej Krzemienski
5771676f4f Doc: fixed decorator examples 2015-04-29 16:21:12 +02:00
Andrzej Krzemienski
f5f3f23df3 Docs: improved expected_failures description 2015-04-29 11:47:27 +02:00
Andrzej Krzemienski
1e59e49145 docs: fixed decorator-fixture interaction 2015-04-29 00:23:02 +02:00
Andrzej Krzemienski
44e72fb068 doc: rewritten decorator introduction 2015-04-28 15:54:45 +02:00
Raffi Enficiaud
4caf136196 Fix link 2015-04-22 21:51:15 +02:00
Raffi Enficiaud
5323295b21 Merge branch 'develop' into local/new_filtering_merge
* develop: (23 commits)
  Correcting the quickbook as well
  Some more doxygen
  Bugfix: non exact types are floats
  Now testing the multiprecision library with the automatic support for approximate types
  FP test with new API as well
  Fixing the tests for compilers not supporting variadic macros
  Fixing the compilation issues due to unrecognized compiler options
  Following the changes of the bounds in the floating point comparisons
  Fixing the tests
  != comparison for floats is not strong
  Updating the documentations of the floating point comparison part. Links to doxygen Some more doxygen doc of the code
  cherry picking the update of the Jamfile, especially the support to SHORT_NAMES in doxygen
  updated doc
  empty lines removed
  simplified tolerance_based metafunction and close_at_tolerance; updated docs
  Fixing the issues when instantiating std::numeric_limits with an array (MSVC complains when T is of an array type)
  silencing a warning
  Fix tests
  fix MSVC-12 tests
  cherry picking 56fa327 leaving the old API for now (in all case) leaving the Jamfile as it is, as not all gcc variants of the dashboard support c++11.
  ...

Conflicts:
	include/boost/test/tools/assertion.hpp
	include/boost/test/tools/detail/tolerance_manip.hpp
	test/test_files/test_tools_test.pattern
2015-04-22 20:24:32 +02:00
Raffi Enficiaud
1d88ca9193 Correcting the quickbook as well 2015-04-22 15:00:47 +02:00
Raffi Enficiaud
79931ded96 Merge branch 'develop' into tractickets/11054-multiprecision_test_fixes-doc
Conflicts:
	include/boost/test/tools/floating_point_comparison.hpp
2015-04-09 12:16:59 +02:00
Raffi Enficiaud
287cd60bc4 Updating the documentations of the floating point comparison part.
Links to doxygen
Some more doxygen doc of the code
2015-03-31 12:59:33 +02:00
Raffi Enficiaud
ccf9321399 cherry picking the update of the Jamfile, especially the support to SHORT_NAMES in doxygen 2015-03-31 12:58:54 +02:00
Raffi Enficiaud
9e0d1750c6 updated doc 2015-03-31 12:40:55 +02:00
Raffi Enficiaud
63a3421e06 Merge branch 'develop' into local/new_filtering_merge 2015-03-30 17:39:07 +02:00
Raffi Enficiaud
8a7af50889 one more ticket 2015-03-29 11:02:09 +02:00
Raffi Enficiaud
cdf32e8124 update change log
still surrounding with __SUN__
2015-03-27 18:44:35 +01:00
Raffi Enficiaud
40439a6593 Merge branch 'develop' into local/new_filtering_merge
* develop: (62 commits)
  Fixing tests on GCCs
  Fixing test on GCCs
  Fixing the tests of this file for GCCs
  Fix collection test on Gccs
  Adding support for C++11 to old gcc compilers as well Fixing issues with arrays
  Fixing counter for r-value ref supported but std::vector still lacking the proper constructor
  Once for all the "Mismatch at" instead of "Mismatch in" for every type of collection
  silence a warning in gcc 4.5
  Revert "introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types"
  Revert "introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types"
  introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types
  introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types
  remove executable from header
  remove executable form header
  fix MSVC-12 tests
  ENABLE new test tools fix few leftovers from implementation of new FPV comparisons restore test case in test_fp_comparisons.cpp
  test to clear the error on CrystaX runners
  some doc
  const of the elements of the table
  Trying to fix the array problem on Clang 3.4
  ...

Conflicts:
	doc/examples.qbk
	doc/test_organization/decorators.qbk
	doc/test_organization/parametric_test_case_generation.qbk
	include/boost/test/data/monomorphic/fwd.hpp
	include/boost/test/data/monomorphic/generators/random.hpp
	include/boost/test/data/monomorphic/singleton.hpp
	include/boost/test/tools/floating_point_comparison.hpp
	test/test_files/test_tools_test.pattern
2015-03-25 22:19:11 +01:00
Andrzej Krzemienski
151c84804b docs: finished documenting the filtering algorithm 2015-03-24 14:11:30 +01:00
Raffi Enficiaud
0f34822448 Merge branch 'tractickets/11054-multiprecision_test_fixes-doc' into develop
* tractickets/11054-multiprecision_test_fixes-doc:
  Adding a test case for the floating points in multiprecision
  changelog
  close_at_tolerance : getting rid of redundant lines
  casting for compliance with multiprecision expression templates
  messages with the assertions
2015-03-18 23:36:59 +01:00
Raffi Enficiaud
ba0d1f1168 Revert "change log"
This reverts commit f8a4f57a56.
2015-03-18 23:35:49 +01:00
Raffi Enficiaud
a14e078531 making the change log look nicer 2015-03-18 16:54:50 +01:00
Raffi Enficiaud
cb499fe951 forgot to report this change log 2015-03-18 16:51:58 +01:00
Raffi Enficiaud
d9c9be686d changelog 2015-03-17 22:41:05 +01:00
Raffi Enficiaud
653aae587f Merge branch 'local/11107-msvc_warnings_virtual_dtor' into develop
* local/11107-msvc_warnings_virtual_dtor:
  change log
  fixing the warnings from the logs (thanks Jürgen)
2015-03-17 13:57:20 +01:00
Raffi Enficiaud
1bf1ac008d ras 2015-03-17 00:44:17 +01:00
Raffi Enficiaud
1e0d808d7e more precise link to the equations 2015-03-17 00:15:39 +01:00
Raffi Enficiaud
95269d7812 fixing the equations 4 and 5 2015-03-17 00:02:51 +01:00
Raffi Enficiaud
f8a4f57a56 change log 2015-03-16 23:50:32 +01:00
Andrzej Krzemienski
33854f7ac6 doc: updates in filtering description 2015-03-05 16:54:28 +01:00
Andrzej Krzemienski
2ed00e2caf Doc: progress in test filtering description and decorators 2015-03-04 20:28:17 +01:00
Andrzej Krzemienski
85434a58aa Doc: decorator precondition 2015-03-03 22:49:29 +01:00
Gennadiy Rozental
46e441d0c3 remove executable bit 2015-02-11 14:22:13 -05:00
Andrzej Krzemienski
7f101fe69d Doc: added decorator description 2015-02-09 16:55:38 +01:00
Andrzej Krzemienski
2c63c92f6d Docs: described new enabled, disabled and enable_if decorators 2015-02-03 23:00:04 +01:00
Raffi Enficiaud
df16d5c97e Some text about the value of the log message, to continue 2015-02-03 10:15:50 +01:00
Raffi Enficiaud
bec441ff3d new line EOF 2015-02-03 02:59:03 +01:00
Raffi Enficiaud
206c6a4dbd some more doc on BOOST_TEST 2015-02-03 02:55:46 +01:00
Raffi Enficiaud
b0e75f2ea0 some better links 2015-02-03 02:55:06 +01:00
Raffi Enficiaud
d4238f470a Some typos 2015-02-03 02:46:52 +01:00
Raffi Enficiaud
6747ff0d1a License 2015-02-03 02:15:31 +01:00
Raffi Enficiaud
9ab1660bce File endings 2015-02-03 02:14:31 +01:00
Raffi Enficiaud
6af8385be9 Licenses
File endings
2015-02-03 02:14:06 +01:00
Raffi Enficiaud
a964366d5a Some cleanup over the snippet files
Adding the licenses as suggested by the introspection tool
2015-02-03 02:10:30 +01:00
Raffi Enficiaud
57e1b2b7b0 a link 2015-02-03 01:24:56 +01:00
Andrzej Krzemienski
6d7daf6b45 docs: updated decorators doc to match develop 2015-02-03 00:00:45 +01:00
Raffi Enficiaud
80b2905589 Comments from Gennadiy 2015-02-02 10:21:42 +01:00
Raffi Enficiaud
7cda8fea8a Fixing the example link 2015-02-02 10:17:10 +01:00
Raffi Enficiaud
18324da558 some blabla 2015-01-31 16:43:14 +01:00
Raffi Enficiaud
83c4cbffe8 Working a bit on BOOST_TEST macro 2015-01-29 00:40:07 +01:00
Andrzej Krzemienski
caf9c72bd1 docs: implementing suggestions from Raffi 2015-01-22 22:32:38 +01:00
Andrzej Krzemienski
8fddd8fa06 Contexts explained... 2015-01-20 17:51:03 +01:00
Raffi Enficiaud
f78a14e608 Merge branch 'develop' of http://github.com/boostorg/test into develop 2015-01-15 09:52:20 +01:00
Raffi Enficiaud
7c15f6c8ad BOOST_TEST macro 2015-01-15 09:51:27 +01:00
Raffi Enficiaud
1a72ac2680 Reverting the merge ef4fb45163 from the branch tractickets/7397 2015-01-14 20:50:33 +01:00
Raffi Enficiaud
daef934776 small fix 2015-01-12 16:46:58 +01:00
Raffi Enficiaud
c174df5bf7 Some more doc and updated change log 2015-01-12 15:24:43 +01:00
Raffi Enficiaud
ef4fb45163 Merge branch 'tractickets/7397' into develop
* tractickets/7397:
  Remove --suppress_timer_output. Update test rules to allow passing arguments
  Update has_time() to take into consideration --deprecated_timer_format
  Add suppress_timer_output option to allow pattern matching of test output
  Add Boost.Timer as a dependent library for the single_header_test
  correct dependencies Boost.Timer and Boost.System
  Add quickbook entries for deprecated_timer_format
  Replace BOOST_TEST_USE_DEPRECATED_TIMER macro with --deprecated_timer_format
  Fixes for #7397
2015-01-12 14:54:22 +01:00
Raffi Enficiaud
77adce1159 Additional example for the cmake 2015-01-12 14:42:02 +01:00
jamie
d442454b21 Remove --suppress_timer_output. Update test rules to allow passing arguments 2015-01-12 12:19:38 +00:00
jamie
ab760e7c0f Merge remote-tracking branch 'upstream/develop' into ticket_7397 2015-01-11 15:49:13 +00:00
jamie
c53deefca8 Add suppress_timer_output option to allow pattern matching of test output 2015-01-11 15:49:04 +00:00
Andrzej Krzemienski
2958bfab3f Doc: cleared confusion between test unit and tests case 2015-01-10 12:51:35 +01:00
Andrzej Krzemienski
e37f058d88 Documented running tests by label 2015-01-09 22:14:26 +01:00
Andrzej Krzemienski
6e9345d2b6 Doc: aded reference to decorators 2015-01-09 21:43:26 +01:00
Andrzej Krzemienski
44eefc24ca Doc: decorator examples use a template
Also added entry in the reference
2015-01-09 21:15:15 +01:00
Raffi Enficiaud
40091a45fa Stub for BOOST_TEST 2015-01-09 15:55:37 +01:00
Raffi Enficiaud
c95d18f8e3 some content about contexts 2015-01-09 15:52:54 +01:00
Raffi Enficiaud
18a1efad86 testing contexts 2015-01-09 15:33:29 +01:00
Raffi Enficiaud
2ac45469fb Copyright update
example69 on contexts
2015-01-09 15:01:45 +01:00
Raffi Enficiaud
3de8755479 A cmakefile to ease the generation of the examples 2015-01-09 14:56:22 +01:00
Raffi Enficiaud
625576a0d4 value generating logic
some mistakes in the quickbook
2015-01-09 13:33:36 +01:00
Raffi Enficiaud
d0c2f30c6c Explaining the operations on datasets better 2015-01-09 13:07:13 +01:00
Raffi Enficiaud
a84da012ac Updating the doc for join 2015-01-09 10:50:43 +01:00
Raffi Enficiaud
27445f3763 Updated README 2015-01-09 10:50:10 +01:00
Raffi Enficiaud
b75d8692fc fix link 2015-01-09 01:24:36 +01:00
Raffi Enficiaud
ea90fa2b8d Finishing example68
Adding it as an example
Referring to it from the data-driven section
2015-01-09 01:21:13 +01:00
Raffi Enficiaud
8fe0aca385 Finishing a Fibonacci example 2015-01-09 01:15:18 +01:00
Raffi Enficiaud
a6a839043e Some more doxygen documentation 2015-01-09 00:49:23 +01:00
Raffi Enficiaud
9c1a706b1b Merge pull request #24 from akrzemi1/develop
Merge for decorators
2015-01-08 22:00:41 +01:00
Andrzej Krzemienski
07ac55ca2b Doc: some decorators referenced 2015-01-08 21:10:24 +01:00
Raffi Enficiaud
53736d6731 element->sample 2015-01-08 17:57:40 +01:00
Raffi Enficiaud
9d37963bc6 One more example 2015-01-08 17:57:27 +01:00
Raffi Enficiaud
dba27e5d71 Less clumsy english 2015-01-08 17:51:18 +01:00
Raffi Enficiaud
230f040ddc Fix links 2015-01-08 17:37:16 +01:00
Raffi Enficiaud
c6c87f4fbd Readme on how to get started with the doc 2015-01-08 17:35:39 +01:00
Raffi Enficiaud
eed7e98857 Merging some parts of the parameter test case with the dataset. Introducing scalability and composition 2015-01-08 17:34:26 +01:00
Raffi Enficiaud
28ff670377 some fixes 2015-01-08 17:33:48 +01:00
Raffi Enficiaud
264cc81641 Explaining better the datasets 2015-01-08 17:33:14 +01:00
Raffi Enficiaud
e2813b70ab More description in the macro
Adding context section
2015-01-08 17:32:33 +01:00
Raffi Enficiaud
45c743a688 Stub for context 2015-01-08 17:31:57 +01:00
Raffi Enficiaud
c10b2cdd28 Emphasizing the fact that the macros are set by the UTF 2015-01-08 17:02:53 +01:00
Raffi Enficiaud
9e82b06cda Typos 2015-01-08 14:02:32 +01:00
Raffi Enficiaud
2d92f44014 Typos 2015-01-08 14:01:46 +01:00
jamie
c84cab1f05 Add quickbook entries for deprecated_timer_format 2015-01-07 19:27:37 +00:00
Andrzej Krzemienski
253d9a2020 docs: more on decorators 2015-01-07 19:00:49 +01:00
Raffi Enficiaud
64d76d56f2 Small mistake 2015-01-06 20:12:54 +01:00
Raffi Enficiaud
888372e7f8 Doxygen is really broken 2015-01-06 14:51:30 +01:00
Raffi Enficiaud
41ae615663 Adding examples for containers 2015-01-06 03:51:06 +01:00
Raffi Enficiaud
84e5ac0f2e C array datasets 2015-01-06 03:20:59 +01:00
Raffi Enficiaud
a8efc14d2d Singleton end 2015-01-06 03:12:07 +01:00
Raffi Enficiaud
cc0181371d Singleton 2015-01-06 03:04:33 +01:00
Raffi Enficiaud
4a4c198a90 A little more doxygen 2015-01-06 02:54:52 +01:00
Raffi Enficiaud
c4f65294e4 Beautification 2015-01-06 01:24:03 +01:00
Raffi Enficiaud
f028f36916 New RT parameter list_content description
Adding a change log with major features
2015-01-06 01:23:49 +01:00
Raffi Enficiaud
b730bcbc1e reference the decorator page 2015-01-06 01:22:36 +01:00
Raffi Enficiaud
0934695d1e Grid done 2015-01-06 00:48:03 +01:00
Raffi Enficiaud
15d51fb46f Updating the example 64 for grids 2015-01-06 00:35:16 +01:00
Raffi Enficiaud
7c12ef85ab updating the change log, last checked one is #4389 2015-01-06 00:23:23 +01:00
Raffi Enficiaud
b51e44ed97 Making another pass on the change log, still on going (last reviewed is #3978) 2015-01-06 00:13:32 +01:00
Raffi Enficiaud
9031843f92 Merge branch 'develop' of https://github.com/boostorg/test into develop
# By Andrzej Krzemienski
# Via Andrzej Krzemienski (1) and Raffi Enficiaud (1)
* 'develop' of https://github.com/boostorg/test:
  Docs: added stub section for decorators
2015-01-05 23:45:12 +01:00
Andrzej Krzemienski
f3b0a6d7f6 Docs: added stub section for decorators 2015-01-05 23:28:23 +01:00
Raffi Enficiaud
819b13157a Doxygen documentation 2015-01-04 20:44:51 +01:00
Raffi Enficiaud
5b0d961a74 Fixing the links 2015-01-04 18:52:27 +01:00
Raffi Enficiaud
88dea9799e slight advances on singletons 2015-01-04 17:27:25 +01:00
Raffi Enficiaud
67bf1af206 Do not forget about singletons 2015-01-04 15:51:29 +01:00
Raffi Enficiaud
aaaf93365e Merge branch 'develop' of https://github.com/boostorg/test into develop
# By Gennadiy Rozental
# Via Gennadiy Rozental
* 'develop' of https://github.com/boostorg/test:
  ongoing progress
  apply test unit fixtures in reverse order
2015-01-04 10:56:26 +01:00
Raffi Enficiaud
64d1fd19af some blabla on the initialization macros 2015-01-04 10:56:20 +01:00
Gennadiy Rozental
a6b435780d Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-01-04 04:02:44 -05:00
Gennadiy Rozental
14a236b6c0 ongoing progress 2015-01-04 04:02:27 -05:00
Andrzej Krzemienski
f5d0005757 typeo in docs: 5mn --> 5min 2015-01-03 19:45:01 +01:00
Raffi Enficiaud
6eab70d0b6 Example of cartesian product using a range, does not work 2015-01-03 15:26:07 +01:00
Raffi Enficiaud
b10d9fa422 Corrected information on the sign of the step 2015-01-02 15:55:13 +01:00
Raffi Enficiaud
14a2e63589 some more availability macros in the doc 2014-12-31 11:48:44 +01:00
Raffi Enficiaud
752e158a80 Link to the availability macro of zips 2014-12-31 11:27:16 +01:00
Raffi Enficiaud
7f1744bc40 to rework example 64 2014-12-31 03:05:22 +01:00
Raffi Enficiaud
fe9fe957fb Fixing the images 2014-12-31 02:20:33 +01:00
Raffi Enficiaud
feb2a3cb0a license 2014-12-31 01:40:58 +01:00
Raffi Enficiaud
83a4ea0eb6 Fixing the docbook target
Fixing the gitignore
2014-12-31 01:40:05 +01:00
Raffi Enficiaud
84457c6ac2 Fixing the documentation generation
Removing the docbook folder
removed +x from the text file
2014-12-31 00:41:33 +01:00
Raffi Enficiaud
bc2cd6cfaa Moving the new documentation to doc/
Moving the old documentation to old_doc/
2014-12-30 23:50:30 +01:00
Gennadiy Rozental
1af0def01b Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc
Conflicts:
	doc/v2/test.qbk
	doc/v2/test_organization/reference.qbk
2014-12-30 12:26:20 -05:00
Gennadiy Rozental
bd2c0e7f7b deleted img; more progress 2014-12-30 11:55:03 -05:00
Raffi Enficiaud
93d59899db Updating the change log 2014-12-30 15:22:12 +01:00
Raffi Enficiaud
a2d83e66ed Fixed the width of some example
Now a working example on random sequences, with nice failures
Re-organisation of the dataset part:
- xrange ok
- random ok
2014-12-30 03:46:16 +01:00
Raffi Enficiaud
70497bc37c Ending the change log 2014-12-30 01:57:38 +01:00
Raffi Enficiaud
80c3815fcc slight advance on datasets 2014-12-29 17:16:11 +01:00
Raffi Enficiaud
55e1bf31da A template/macro for the examples
Adding examples
2014-12-29 17:15:57 +01:00
Raffi Enficiaud
c2fa4970a4 Removing outdated information 2014-12-29 16:56:03 +01:00
Raffi Enficiaud
2b3cc32984 Updating the copyright information of the files 2014-12-29 16:28:02 +01:00
Raffi Enficiaud
3d2278c015 Updating the copyright headers for the test organisation part 2014-12-29 16:03:25 +01:00
Raffi Enficiaud
725e91caba Cleaning some links 2014-12-29 16:00:41 +01:00
Raffi Enficiaud
4a3f3a2569 Adding the fixtures to the test org reference
cleaning a bit the links
2014-12-29 15:48:32 +01:00
Raffi Enficiaud
11ea923f8b Advances on the reference of the test org 2014-12-29 15:01:15 +01:00
Raffi Enficiaud
1b3d1477ef Reference of the test org (on going) 2014-12-29 09:19:41 +01:00
Gennadiy Rozental
f1eea3fd39 small improvements 2014-12-28 17:00:40 -05:00
Gennadiy Rozental
b699bf6715 ongoing progress 2014-12-28 06:30:17 -05:00
Gennadiy Rozental
921c140ab4 ongoing progress 2014-12-28 05:46:49 -05:00
Gennadiy Rozental
f70f7d9359 ongoing progress 2014-12-28 05:31:26 -05:00
Raffi Enficiaud
ce52a2a5e7 Some stuff about arity 2014-12-28 02:07:11 +01:00
Raffi Enficiaud
31abd54093 Updating the change log from trac 2014-12-28 01:51:59 +01:00
Raffi Enficiaud
a9e68443e8 Adding a caution in doc closing the reopened ticket #5553 2014-12-28 01:38:17 +01:00
Raffi Enficiaud
34ad1f81f0 Fixing several problems with quickbook (formatting code)
Adding negation of the test-name-expression, ticket #5262

to test further
2014-12-28 01:13:46 +01:00
Raffi Enficiaud
7d301099a1 Link 2014-12-28 00:38:52 +01:00
Raffi Enficiaud
7c11f4fe57 Adding copyright to the files 2014-12-28 00:37:08 +01:00
Raffi Enficiaud
26e94d2268 A page containing the examples 2014-12-28 00:36:18 +01:00
Raffi Enficiaud
d51a438b53 Links to test_suite::add 2014-12-28 00:19:51 +01:00
Raffi Enficiaud
54e4de785e Links to test_suite::add 2014-12-28 00:19:30 +01:00
Raffi Enficiaud
493b7e8d02 me too 2014-12-28 00:17:55 +01:00
Raffi Enficiaud
e090d60fe1 A reference on the dataset macro + updating the links 2014-12-27 15:47:18 +01:00
Raffi Enficiaud
007915cb73 Adding fixes 2014-12-22 22:37:08 +01:00
Raffi Enficiaud
1a1060c663 Updating for tests with doxygen and random function overloads 2014-12-17 10:04:03 +01:00
Raffi Enficiaud
57c45f34e1 minor doc update 2014-12-16 16:02:05 +01:00
Raffi Enficiaud
a9d0f6ebe1 Small notice on fwd iterable for C++11 2014-12-16 15:17:03 +01:00
Raffi Enficiaud
9edbb86116 Having also the print_helper for contexts 2014-12-16 14:29:33 +01:00
Raffi Enficiaud
971328c29f nothing 2014-12-15 13:52:55 +01:00
Raffi Enficiaud
9a9e5f8125 removed the x flag some file permissions 2014-12-12 00:53:38 +01:00
Raffi Enficiaud
30bce3283a Licenses and ending line as suggested by the warnings (maybe the initial year is wrong)
Making the examples compile (not using the quickbook macros)
2014-12-12 00:49:59 +01:00
Raffi Enficiaud
d4c46818ae Small stuff on joins 2014-12-09 21:14:00 +01:00
Raffi Enficiaud
76e3c238f1 some slight advance on zips 2014-12-09 21:05:26 +01:00
Raffi Enficiaud
da9303bc48 new example + fix width 2014-12-09 21:05:03 +01:00
Raffi Enficiaud
648835806e Working on the stl part
Apparently this is not working as expected. At least the macro BOOST_TEST_DONT_PRINT_LOG_VALUE is not respected during the instanciation of the dataset
2014-12-09 18:07:35 +01:00
Raffi Enficiaud
fc67d77d3d Documentation on ranges should be ok now
Added an example. The context should be changed if any feedback is given by Gennadiy
2014-12-09 17:48:26 +01:00
Raffi Enficiaud
81c5aef777 Working on datasets 2014-12-09 14:56:33 +01:00
Raffi Enficiaud
83dbfe73dc Adding an example on datasets + ignores 2014-12-09 14:56:03 +01:00
Raffi Enficiaud
cb524664f4 link 2014-12-09 13:36:00 +01:00
Raffi Enficiaud
c2f42c516a Some more reference of the logs
Removed warnings
2014-12-09 13:28:18 +01:00
Raffi Enficiaud
5a37f9810d Reference for the output part 2014-12-09 12:07:20 +01:00
Raffi Enficiaud
713f52d131 disabling 2014-12-09 11:46:54 +01:00
Raffi Enficiaud
9c6d58d542 Adding some more information about building boost:test on win32/64 (shared/static) 2014-12-09 11:46:47 +01:00
Raffi Enficiaud
22169f8d68 Cleaning a bit the test suite with manual registration 2014-12-09 11:46:16 +01:00
Raffi Enficiaud
5882c7d189 Adding reference on test organisation 2014-12-09 11:45:58 +01:00
Raffi Enficiaud
91c2088c60 Fix end of section 2014-12-09 10:54:24 +01:00
Raffi Enficiaud
c61a818a69 Reference on test org: gathering the macros there 2014-12-09 10:14:09 +01:00
Raffi Enficiaud
138e50be73 Cleanups and typos 2014-12-09 10:13:48 +01:00
Raffi Enficiaud
21d9d6e410 Build instructions, types 2014-12-09 10:00:37 +01:00
Raffi Enficiaud
b6a2c393ec Typos 2014-12-09 10:00:19 +01:00
Raffi Enficiaud
1097472353 Fix the define command 2014-12-08 16:27:05 +01:00
Raffi Enficiaud
cb2dd91326 Haven't seen that these files disappeared in fact, committing my changes anyway 2014-12-08 16:24:59 +01:00
Raffi Enficiaud
f1fb5fafdd Moved from the 5mn starter, using cmake for shared version 2014-12-08 16:24:18 +01:00
Raffi Enficiaud
13ffb750ba Different title 2014-12-08 16:23:52 +01:00
Raffi Enficiaud
55df679b4a A new file containing reference on the test organisation 2014-12-08 16:23:26 +01:00
Raffi Enficiaud
e9267feca3 Some details about build/configuration macros 2014-12-08 16:23:05 +01:00
Raffi Enficiaud
ce08860f9a Adding some links in the usage variant. The destination of the links are about to change
Adding an "how to build" which is also important in the header-only version as the tar shipped by boost might not have the boost header tree.
2014-12-08 16:22:36 +01:00
Raffi Enficiaud
8bf814db2e Changing a bit the 5mn starter guide 2014-12-08 16:21:36 +01:00
Raffi Enficiaud
5341d9d46c easier with BOOST_TEST_MAIN only 2014-12-08 16:21:13 +01:00
Raffi Enficiaud
bc4707db8e changes to have the variant without link issues 2014-12-03 09:14:32 +01:00
Raffi Enficiaud
4432d1a184 removing +x from text files 2014-11-25 12:32:49 +01:00
Raffi Enficiaud
f535f52c64 Removing doxygen auto generated file as well
Fixing -x on text files
2014-11-25 12:30:10 +01:00
Raffi Enficiaud
627914cbd2 Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc
# By Gennadiy Rozental
# Via Gennadiy Rozental
* 'feature/quickbookdoc' of https://github.com/boostorg/test:
  Ignore generate dfiles for now
  Clean up after the merge
  delete generated files for now
  Usage Variant and more structure changes
  Usage Variant and more structure changes
  Usage Variant and more structure changes
2014-11-25 12:17:45 +01:00
Raffi Enficiaud
34c6ba086a some more about datasets 2014-11-25 12:14:02 +01:00
Gennadiy Rozental
32e75390d7 Clean up after the merge 2014-11-25 05:55:17 -05:00
Gennadiy Rozental
46893bb4a5 delete generated files for now 2014-11-25 05:29:08 -05:00
Gennadiy Rozental
9be5895df9 Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc 2014-11-25 05:26:47 -05:00
Gennadiy Rozental
4b33e777d2 Usage Variant and more structure changes 2014-11-24 04:12:05 -05:00
Gennadiy Rozental
0504f746bf Usage Variant and more structure changes 2014-11-24 04:09:55 -05:00
Gennadiy Rozental
818a3f77eb Usage Variant and more structure changes 2014-11-24 04:08:09 -05:00
Raffi Enficiaud
19c9419724 RAS 2014-11-24 09:15:57 +01:00
Raffi Enficiaud
81c0eb1bea some advance on datasets 2014-11-23 21:11:44 +01:00
Raffi Enficiaud
bcbfeb2daf some advance on datasets 2014-11-23 17:39:04 +01:00
Raffi Enficiaud
6740ae3798 Changing the reference of the build section
Adding some references to the intro
Fixing the doc for the cmake part
2014-11-23 00:48:43 +01:00
Raffi Enficiaud
90019c8874 fix the cmake example 2014-11-22 23:41:36 +01:00
Raffi Enficiaud
8cc7beccf8 new version of the doc 2014-11-22 01:41:30 +01:00
Raffi Enficiaud
73c8fbac07 introverting the 2 parts, which makes a nice connexion with the "how to read the doc" 2014-11-22 01:34:47 +01:00
Raffi Enficiaud
68196f61d2 some closing blabla 2014-11-22 01:30:54 +01:00
Raffi Enficiaud
9617233c0e woups 2014-11-22 01:27:20 +01:00
Raffi Enficiaud
69a1f7eed3 5mn starter guide
some links on the widely used macros
2014-11-22 01:18:37 +01:00
Raffi Enficiaud
353d879ef6 Some links but suddenly cannot build on win 2014-11-21 23:29:57 +01:00
Raffi Enficiaud
1d5c7270e1 a cmake example, to be tested 2014-11-19 12:01:23 +01:00
Raffi Enficiaud
f77a575630 nothing 2014-11-19 08:56:21 +01:00
Raffi Enficiaud
a895293674 Starting the 5mn primer 2014-11-18 18:11:22 +01:00
Raffi Enficiaud
bc04fcb1d0 some more links 2014-11-18 17:34:41 +01:00
Raffi Enficiaud
be61e39d6a Renaming the doxygen rule 2014-11-18 17:32:30 +01:00
Gennadiy Rozental
b00312020a Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc 2014-11-18 00:18:47 -05:00
Gennadiy Rozental
dcb0805ae9 after review 2014-11-18 00:16:30 -05:00
Gennadiy Rozental
ced5d625dc after review 2014-11-18 00:12:29 -05:00
Gennadiy Rozental
a342334b37 after review 2014-11-18 00:10:27 -05:00
Raffi Enficiaud
01af9ad4b3 Some more doc for random 2014-11-13 13:44:16 +01:00
Raffi Enficiaud
ddbf1cfd0b Some more dox, unable to address overloaded functions 2014-11-13 12:47:40 +01:00
Raffi Enficiaud
be7b0a6185 Some doxygen cleanup and fixes 2014-11-13 12:14:15 +01:00
Raffi Enficiaud
83c43e345c Fixing the use of doxygen 2014-11-13 11:38:48 +01:00
Raffi Enficiaud
6e7d3aa792 Some additional information on the datasets 2014-10-26 14:35:13 +01:00
Raffi Enficiaud
d6a2da6e05 Some more docs on datasets + doxygen stuff 2014-10-14 00:44:57 +02:00
Raffi Enficiaud
e907d9350d Some advance on the datasets 2014-09-10 00:53:49 +02:00
Raffi Enficiaud
c20cafcf80 Adding dataset files, cleaning some doxygen documentation 2014-08-26 15:49:13 +02:00
Raffi Enficiaud
3fac3af705 Changing a bit the way TOC looks
Working on the datasets
2014-08-25 00:24:41 +02:00
Raffi Enficiaud
9482670531 Adding some titles 2014-08-25 00:17:42 +02:00
Raffi Enficiaud
475bc34c77 Title and links 2014-08-24 23:59:49 +02:00
Raffi Enficiaud
25e1ef3fce Adding a section (in progress) on the tests generations 2014-08-24 23:59:23 +02:00
Raffi Enficiaud
730b211b3d Renaming titles
Creating links + cleaning
2014-08-24 23:30:03 +02:00
Raffi Enficiaud
d955f77d44 RAS 2014-08-24 23:29:12 +02:00
Raffi Enficiaud
2e3da902b0 Merge branch 'feature/quickbookdoc-fixcompilationissues' into feature/quickbookdoc
* feature/quickbookdoc-fixcompilationissues: (23 commits)
  Fixing the compilation issue when the C++11 extensions are disabled.
  doxydoc
  minor warnings
  Using existing macros in boost.config to achieve the same result
  Using existing macros in boost.config to achieve the same result
  Silencing the warnings on clang for the examples
  removing the warning ignore of Tim Blechmann since this is not an issue
  cleanups and doxygen doc
  path stripping
  erroneous include guard
  cleanup to test the inclusion of example files in the documentation
  silencing warnings on clang: these ones are super annoying by default on tests, the C++11 extensions on gcc toolchain are on. I remove this and make it explicitly available for the test_datasets_cxx11 test only.
  doc warning on clang
  cleanups + doxygen style file description
  silencing warnings on clang
  Adding a macro for switching between C++98 throw() and C++11 noexcept
  cleanup
  fix compilation osx
  cleanup
  fix warning
  ...

Conflicts:
	include/boost/test/auto_unit_test.hpp
2014-08-24 23:00:42 +02:00
Raffi Enficiaud
0f126b3e71 Last version of the docs 2014-08-24 22:53:04 +02:00
Raffi Enficiaud
5cf75a828a Splitting the file 2014-08-24 22:40:40 +02:00
Raffi Enficiaud
e64568919b Renaming 2014-08-24 17:06:03 +02:00
Raffi Enficiaud
78ae715e5b Moving and renaming 2014-08-24 17:03:12 +02:00
Raffi Enficiaud
6f6974131d Moving and renaming 2014-08-24 17:02:01 +02:00
Raffi Enficiaud
a5721753e8 Renaming 2014-08-24 16:57:37 +02:00
Raffi Enficiaud
1c9a81df71 RAS 2014-08-24 16:55:22 +02:00
Raffi Enficiaud
51670b5f5e renaming 2014-08-24 16:55:14 +02:00
Raffi Enficiaud
1fbe153ad3 Renaming 2014-08-24 16:54:28 +02:00
Raffi Enficiaud
31f477acc8 Renaming files 2014-08-24 16:52:36 +02:00
Raffi Enficiaud
cba889013b Last version of the generated docs 2014-08-24 16:50:01 +02:00
Raffi Enficiaud
2b85c1db8b Finalising the internal links of the EM 2014-08-24 16:48:46 +02:00
Raffi Enficiaud
7a1a469493 Some link fixes
Some cleanups of the PEM and EM + adding some internal links
2014-08-24 16:32:08 +02:00
Raffi Enficiaud
529d307173 Link to file + last version 2014-08-21 02:02:37 +02:00
Raffi Enficiaud
7b3e91e8f2 Last version of the compiled doc files 2014-08-21 01:51:11 +02:00
Raffi Enficiaud
e263eac319 Update of the execution monitor doc 2014-08-21 01:49:07 +02:00
Raffi Enficiaud
e13f95d797 Xcode cut some part of the initial commit 2014-08-21 01:42:50 +02:00
Raffi Enficiaud
240540f6fe Including the new docs in the Jam and the main 2014-08-21 01:21:40 +02:00
Raffi Enficiaud
dfc29c9e43 Some very tiny description of the macros 2014-08-21 01:21:08 +02:00
Raffi Enficiaud
be66746992 Testing a link to existing macro 2014-08-21 01:20:49 +02:00
Raffi Enficiaud
683639fa10 Cleaning the execution monitor, removing all reference doc from the file since already documented in doxygen 2014-08-21 01:20:31 +02:00
Raffi Enficiaud
4083d47637 Last version of the generated files 2014-08-20 03:13:21 +02:00
Raffi Enficiaud
de4e9fd0ce cosmetic changes 2014-08-20 03:12:22 +02:00
Raffi Enficiaud
1f5db0390f Cleaning of the module initialisation part. 2014-08-20 03:12:01 +02:00
Raffi Enficiaud
389907b09d Some introductory material for the building 2014-08-20 02:23:12 +02:00
Raffi Enficiaud
ff60f8dc88 Last version of the generated files 2014-08-20 01:55:21 +02:00
Raffi Enficiaud
4bb8af497a Cleaning some links
Impersonating sentences
2014-08-20 01:37:29 +02:00
Raffi Enficiaud
f34919780b Sectioning 2014-08-20 01:36:02 +02:00
Raffi Enficiaud
f08318c89f New title, splitting files a little 2014-08-20 01:35:23 +02:00
Raffi Enficiaud
0382cf12b0 Link to reference header 2014-08-20 01:15:10 +02:00
Raffi Enficiaud
0a4fbffc79 Another reference file 2014-08-20 01:14:35 +02:00
Raffi Enficiaud
c20eb5a708 Some relevant links to the reference documentation 2014-08-20 00:51:55 +02:00
Raffi Enficiaud
2a61fa13dc Working on this module init thing 2014-08-20 00:49:55 +02:00
Raffi Enficiaud
fcdc42cf47 Moving things and renaming sections 2014-08-20 00:49:30 +02:00
Raffi Enficiaud
207f49bf37 the macro BOOST_TEST_MODULE branches now to the reference of the building application section 2014-08-20 00:49:08 +02:00
Raffi Enficiaud
f3326c58d5 test module macro 2014-08-20 00:48:16 +02:00
Raffi Enficiaud
6fd0720eff Release note has its own section now 2014-08-20 00:47:43 +02:00
Raffi Enficiaud
0449d2aad2 Adding files to the doxygen 2014-08-20 00:47:23 +02:00
Raffi Enficiaud
1c1e9bce09 Still refactoring a bit the introduction and the building of UTF applications 2014-08-19 04:04:27 +02:00
Raffi Enficiaud
531bef4d0b change log update 2014-08-19 03:31:09 +02:00
Raffi Enficiaud
64a1635d6f Some more stuff about dynamic variant 2014-08-19 03:30:53 +02:00
Raffi Enficiaud
ebb90b2082 Trac ticket 10318 2014-08-18 21:35:09 +02:00
Raffi Enficiaud
a03f00e847 Last version of the generated files 2014-07-06 16:11:15 +02:00
Raffi Enficiaud
ea941a8a50 Cleaning a bit the links in the usage variant and init functions. Cleaning also a bit the macros links 2014-07-06 16:10:41 +02:00
Raffi Enficiaud
b9e8c6cbe4 Playing with doxygen+quickbook
some typos in the dox documentation
2014-06-03 15:59:17 +02:00
Raffi Enficiaud
c58849c50a Testing the doxygen ability of Jam/quickbook 2014-06-03 14:21:38 +02:00
Raffi Enficiaud
573f594e29 Addressing ticket 9272 (backlog cleaning), already fixed before 2014-05-09 21:59:35 +02:00
Raffi Enficiaud
7f87348b15 htmls update 2014-05-05 09:29:22 +02:00
Raffi Enficiaud
da1f4f4b66 module initialisation has not been ported yet. 2014-05-05 09:28:30 +02:00
Raffi Enficiaud
c1c28a5614 Moving things around 2014-05-04 15:09:17 +02:00
Raffi Enficiaud
7fa0bad0a0 Moving things around 2014-05-04 15:08:24 +02:00
Raffi Enficiaud
3c6bbbfde7 path stripping 2014-04-29 10:28:54 +02:00
Raffi Enficiaud
2dfe4f9d80 update quickbook generated documentation 2014-04-28 14:53:43 +02:00
Raffi Enficiaud
2e7d65bbd3 trac ticket 9537: const_string_test example fails
this time this is the correct commit
cleaned the file a bit
2014-04-20 15:48:56 +02:00
Raffi Enficiaud
9be77bcda7 fixed the wrong ticket, now have to work on 9537 2014-04-20 15:16:06 +02:00
Raffi Enficiaud
cbc58704c3 Dropped the change log by mistake 2014-04-20 15:15:14 +02:00
Raffi Enficiaud
101444f3da trac ticket 9537: const_string_test example fails
moved the change log to another file
updated the change log
2014-04-20 15:09:03 +02:00
Raffi Enficiaud
364ca99d45 including some fixed issues from trac 2014-04-20 06:41:06 +02:00
Raffi Enficiaud
c31c548b4d removing some open issues 2014-04-20 06:40:40 +02:00
Raffi Enficiaud
ec5261ddd8 New sections ids 2014-04-20 06:40:23 +02:00
Raffi Enficiaud
f360b4d9d9 Separated the log levels section + fixed link 2014-04-20 06:33:22 +02:00
Raffi Enficiaud
b7dc516818 test doxygen 2014-04-13 20:37:48 +02:00
Raffi Enficiaud
9611117843 changing the title, sounds more sexy 2014-04-12 23:56:39 +02:00
Raffi Enficiaud
5458376c94 renaming files 2014-04-12 23:45:20 +02:00
Raffi Enficiaud
0851910529 moving the progression display 2014-04-12 23:40:57 +02:00
Raffi Enficiaud
32da880b59 moving content to specific files 2014-04-12 23:34:57 +02:00
Raffi Enficiaud
1a220c4a0a separating fp numbers 2014-04-12 23:30:24 +02:00
Raffi Enficiaud
2bbd636e45 moving files, renaming titles 2014-04-12 23:25:51 +02:00
Raffi Enficiaud
3ff2037a06 moving the tutorials into a subfolder 2014-04-12 23:17:45 +02:00
Raffi Enficiaud
a9c6b08306 tentative component part 2014-04-12 23:12:06 +02:00
Raffi Enficiaud
a21703277e new titles 2014-04-12 23:11:45 +02:00
Raffi Enficiaud
02a1996603 new links for the current status page 2014-04-12 23:11:11 +02:00
Raffi Enficiaud
b126c46ef1 moving the testing tool reference to another reference section 2014-04-12 23:02:28 +02:00
Raffi Enficiaud
1276f5a4fb generating the new htmls 2014-03-17 14:36:35 +01:00
Raffi Enficiaud
faaecfec2a moving the assertions to specific sections (final) 2014-03-17 14:35:15 +01:00
Raffi Enficiaud
648e19c8a8 advances in defining new sections for macros 2014-03-16 21:22:18 +01:00
Raffi Enficiaud
602de5287e advances in defining new sections for macros 2014-03-16 21:14:15 +01:00
Gennadiy Rozental
c212fc171f Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc 2014-03-13 00:20:31 -04:00
Gennadiy Rozental
be80c8cb03 more doxygen comments 2014-03-13 00:20:00 -04:00
Raffi Enficiaud
a96941ec13 new generation of the htmls 2014-03-10 22:00:29 +01:00
Raffi Enficiaud
3d471e55b6 moving BOOST_EQUAL and BOOST_EQUAL_COLLECTION into appropriate section + update references 2014-03-10 21:57:19 +01:00
Raffi Enficiaud
11c7c13508 moving BOOST_<level> and BOOST_<level>_BITWISE_EQUAL 2014-03-10 21:48:15 +01:00
Raffi Enficiaud
3f83ca56ae moving parts of the UTF tools into another files in order to clarify the structure of the main testing tool file 2014-03-10 21:36:55 +01:00
Raffi Enficiaud
d55c59a773 moving the floating points testing into another file in order to clarify the structure of the main testing tool file 2014-03-10 21:29:07 +01:00
Raffi Enficiaud
b245cd0b4f adding a new file 2014-03-10 21:28:18 +01:00
Raffi Enficiaud
51104d6cba moving some parts into other parts:
- portability into the design notes
- the empty release notes

renaming the file introduction to how_to_read_this_documentation
2014-03-10 20:56:44 +01:00
Raffi Enficiaud
002e4e33a3 new auto generation of the doc 2014-03-10 14:31:23 +01:00
Raffi Enficiaud
f98b853475 moving fixtures into test organization 2014-03-10 14:30:27 +01:00
Raffi Enficiaud
5571873624 moving fixtures 2014-03-10 14:20:46 +01:00
Raffi Enficiaud
5ae485cd0c fixing examples pathes 2014-03-10 14:19:16 +01:00
Raffi Enficiaud
7708210e1e subfolders 2014-03-10 14:17:25 +01:00
Raffi Enficiaud
289905c7ee new section and cross-ref 2014-03-10 14:16:04 +01:00
Raffi Enficiaud
30c612e324 new auto generation of the doc 2014-03-10 14:06:46 +01:00
Raffi Enficiaud
2894963f25 some fixes and links 2014-03-10 14:04:53 +01:00
Raffi Enficiaud
5d5a80bdd6 new section macros 2014-03-10 14:04:20 +01:00
Raffi Enficiaud
1526902821 moving the content of test suites and cases to appropriate files 2014-03-10 14:04:00 +01:00
Raffi Enficiaud
750b1af94c nez files for test cases and suites 2014-03-10 14:03:39 +01:00
Raffi Enficiaud
a9e9d001a0 Merge branch 'feature/quickbookdoc' of https://github.com/boostorg/test into feature/quickbookdoc 2014-03-10 13:11:40 +01:00
Gennadiy Rozental
15547961d0 few minor edits 2014-03-10 01:34:18 -04:00
Raffi Enficiaud
a742aa3fac fixed some links in the pem 2014-03-08 20:24:14 +01:00
Raffi Enficiaud
78f1f5d872 moving the intro of the usage into an intro section
updated HTMLs
2014-03-04 02:38:38 +01:00
Raffi Enficiaud
4254de0957 program execution monitor 2014-03-04 02:37:07 +01:00
Raffi Enficiaud
792b5e00f5 fixing source code 2014-03-04 02:35:58 +01:00
Raffi Enficiaud
7d77e0de71 what happened ?? 2014-03-04 02:08:49 +01:00
Raffi Enficiaud
d3291f9061 typo 2014-03-04 02:07:27 +01:00
Raffi Enficiaud
2462918f2e splitting the runtime parameters into a summary and a reference section included later 2014-03-04 02:07:02 +01:00
Raffi Enficiaud
72bad3e98a cleanups 2014-03-04 01:36:33 +01:00
Raffi Enficiaud
984bbc3eba fixing the links for floating points algorithms 2014-03-04 01:35:31 +01:00
Raffi Enficiaud
22c81188ab adding a link for testing tools
cleanup
2014-03-04 01:17:19 +01:00
Raffi Enficiaud
e5e53a4dca aligning things 2014-03-04 01:16:08 +01:00
Raffi Enficiaud
f8729b2f72 link for glossary 2014-03-04 01:15:25 +01:00
Raffi Enficiaud
b0ae05519b link for faq 2014-03-04 01:14:32 +01:00
Raffi Enficiaud
75f11c88bf fixing the section links 2014-03-04 01:13:21 +01:00
Raffi Enficiaud
185c20bee2 nicer code and indentation 2014-03-04 00:51:37 +01:00
Raffi Enficiaud
c2126a43fe some new links for log level parameters and section
fixed an issue with TOC and BOOST_PASSPOINT etc
some typos
2014-03-04 00:51:04 +01:00
Raffi Enficiaud
4e269ae078 removed unused lines 2014-03-04 00:49:42 +01:00
Raffi Enficiaud
a170890620 I like aligned stuff because I am a psychopath 2014-03-04 00:49:12 +01:00
Raffi Enficiaud
59b0643751 update copyright date 2014-03-04 00:48:29 +01:00
Raffi Enficiaud
03785ab3fc update copyright date 2014-03-04 00:47:59 +01:00
Gennadiy Rozental
2cdc0ebcfa Doxygen file 2014-03-03 01:21:41 -05:00
Gennadiy Rozental
53e392f667 Updated copyright message 2014-03-03 01:16:29 -05:00
Raffi Enficiaud
1c450d7165 advances about the program execution monitor 2014-02-24 20:59:45 +01:00
Raffi Enficiaud
ca71f72069 some small advances 2014-02-24 20:05:03 +01:00
Raffi Enficiaud
99edc93190 some cleanups in the FAQ 2014-02-24 11:40:18 +01:00
Raffi Enficiaud
c4183c82d8 runtime configuration 2014-02-23 23:10:31 +01:00
Raffi Enficiaud
c55811fd3e example 26 2014-02-23 22:59:39 +01:00
Raffi Enficiaud
4696a962f1 PEM 2014-02-23 22:51:58 +01:00
Raffi Enficiaud
7449a9f309 example 25 2014-02-23 22:49:42 +01:00
Raffi Enficiaud
f7858d8c5a example 24 2014-02-23 22:45:43 +01:00
Raffi Enficiaud
8997ba46da deprecation warning for the minimal testing facility 2014-02-23 22:42:21 +01:00
Raffi Enficiaud
ce751a7dd2 advance 2014-02-23 11:01:12 +01:00
Raffi Enficiaud
154a0e0af4 cleanups 2014-02-22 23:54:16 +01:00
Raffi Enficiaud
3b0a8336b2 Translating the program execution monitor 2014-02-19 23:04:29 +01:00
Raffi Enficiaud
2a90f137ba drawings :) 2014-02-13 17:56:05 +01:00
Raffi Enficiaud
2d57304288 cleanup of the generated htmls 2014-02-11 17:32:01 +01:00
Raffi Enficiaud
b123e5f1ff link fix 2014-02-11 12:41:33 +01:00
Raffi Enficiaud
51fa27e982 save pattern: needs clarification 2014-02-11 12:34:23 +01:00
Raffi Enficiaud
59a10faa90 removing alternative stacks 2014-02-11 12:24:51 +01:00
Raffi Enficiaud
3bac85703e report sink 2014-02-11 12:23:57 +01:00
Raffi Enficiaud
edc1da2639 log sink parameter 2014-02-11 12:19:57 +01:00
Raffi Enficiaud
3045647050 floating point exceptions 2014-02-11 12:02:28 +01:00
Raffi Enficiaud
aafeba5934 alternative stack 2014-02-11 11:59:07 +01:00
Raffi Enficiaud
080ff253d3 detect memory leaks 2014-02-11 11:55:00 +01:00
Raffi Enficiaud
2222a1674a some cautions on the seed value 2014-02-11 11:51:06 +01:00
Raffi Enficiaud
67efd602bc random order of the tests 2014-02-11 11:46:27 +01:00
Raffi Enficiaud
978b0e7d0b link to the non-existant test-report section 2014-02-11 11:42:21 +01:00
Raffi Enficiaud
b94d1eff5c cleanups 2014-02-11 11:41:55 +01:00
Raffi Enficiaud
a04f4279b4 report level + links 2014-02-11 11:02:57 +01:00
Raffi Enficiaud
f0be5bffb0 fixing the link for usage recommandations 2014-02-11 10:59:15 +01:00
Raffi Enficiaud
916e3bb9fa parameter result code 2014-02-11 10:58:11 +01:00
Raffi Enficiaud
84a5054516 output format and report format
This is not clear though why output and report are different, and what information they carry in fact
2014-02-11 10:52:59 +01:00
Raffi Enficiaud
89c0aa76ff cleaning example 32
links to checkpoint and passpoint
fixing links
2014-02-11 10:52:16 +01:00
Raffi Enficiaud
59a7f281a5 testing tools macro 2014-02-11 10:27:08 +01:00
Raffi Enficiaud
0550b9f1ae anchor link to test_output section
modified the testing tools references to a macro
some cleanups
2014-02-11 10:26:55 +01:00
Raffi Enficiaud
d301c36950 doc of run_test
link to the appropriate part of the documentation for the format specification
modified the related macro accordingly
2014-02-11 10:26:01 +01:00
Raffi Enficiaud
fc805fd210 cleanup 2014-02-11 10:25:06 +01:00
Raffi Enficiaud
7eee8b8723 nicer ? 2014-02-11 10:19:06 +01:00
Raffi Enficiaud
e5fa6cfd59 fixing links to FAQ and tutorial 2014-02-11 10:18:49 +01:00
Raffi Enficiaud
ff0e400218 log level to quickbook
added links to the parameter macros
2014-02-11 10:10:47 +01:00
Raffi Enficiaud
a727001352 link to runtime configuration
macro
fix in the faq
2014-02-11 10:10:01 +01:00
Raffi Enficiaud
50cc745b56 anchor to the output stream testing
macro
fix the link in the faq
2014-02-11 10:07:01 +01:00
Raffi Enficiaud
2888ffb192 typo 2014-02-11 10:04:36 +01:00
Raffi Enficiaud
8c4c8d69ab linking to fixtures 2014-02-11 10:03:28 +01:00
Raffi Enficiaud
5a7637bb90 adding anchors 2014-02-11 10:02:05 +01:00
Raffi Enficiaud
b207a3acb2 snippet6 deleted 2014-02-11 09:59:45 +01:00
Raffi Enficiaud
b3bf3c3166 just experienced that this comment is valuable: fixture creation/deletion for each test case 2014-02-07 15:27:14 +01:00
Raffi Enficiaud
9ff4b0df3a Continuing the reference parameters section
changes the format: a summary table and separate sections for each elements
fixed/improved some links
2014-02-07 10:08:15 +01:00
Raffi Enficiaud
6a72f3e0bd just a new generation of the htmls, runtime elements should be fixed 2014-02-06 15:40:28 +01:00
Raffi Enficiaud
e880cec30c fixing some issues with the running tests specifications
WARNING quick book is escaping things there, SHOULD BE FIXED
2014-02-06 15:39:54 +01:00
Raffi Enficiaud
163bb9f6b2 new generated htmls 2014-02-06 15:23:58 +01:00
Raffi Enficiaud
1abd6fec66 fixing the images 2014-02-06 15:23:27 +01:00
Raffi Enficiaud
231321da27 fixing the closing tags 2014-02-06 15:23:10 +01:00
Raffi Enficiaud
a97278271e update of the macros (added links)
including the usage recommendations
update of the parameters
2014-02-06 15:13:27 +01:00
Raffi Enficiaud
dd18d77ec0 Adding the usage recommandation, to be tested 2014-02-06 15:12:37 +01:00
Raffi Enficiaud
01512dab05 Beginning the port of the runtime configuration
Splitting into 2 files for the testcases selection and the references of the command line arguments
removed the snippet 18 and copied it into the documentation directly
2014-02-06 15:12:17 +01:00
Raffi Enficiaud
3cd85edec3 adding a link to the progress 2014-02-06 15:11:00 +01:00
Raffi Enficiaud
019b95f231 adding a link to boost_test_message 2014-02-06 15:10:40 +01:00
Raffi Enficiaud
9c0e755484 Getting back to the macro to be specified at the highest level 2014-02-06 15:08:56 +01:00
Raffi Enficiaud
b34d2b9adc fixed links 2014-02-06 13:38:02 +01:00
Raffi Enficiaud
0f5e6cf42b doc fix 2014-02-06 12:04:44 +01:00
Raffi Enficiaud
00857fc000 new generation of the doc 2014-02-06 12:04:00 +01:00
Raffi Enficiaud
aae3d8eafa fix ] 2014-02-06 11:58:57 +01:00
Raffi Enficiaud
e887b52c54 moving files 2014-02-06 11:49:24 +01:00
Raffi Enficiaud
5e23d6c9b7 correcting some typos
splitting files
porting btl.xml completely (forewords, aknowledgmenets, portability, release notes, open issues)
fixing some links
minimal testing reoganization
2014-02-06 11:42:00 +01:00
Raffi Enficiaud
860c32d483 links correction in the faq 2014-02-04 02:05:10 +01:00
Raffi Enficiaud
41cc82855f some more links and fixes 2014-02-04 01:51:38 +01:00
Raffi Enficiaud
9d68118d67 update the htmls 2014-02-04 01:40:29 +01:00
Raffi Enficiaud
8f2064fa10 some more links and cleanups 2014-02-04 01:39:48 +01:00
Raffi Enficiaud
a71e5ef0d6 some more links 2014-02-04 01:28:53 +01:00
Raffi Enficiaud
290ac802b4 fixing some more links
moving master test suite into a section
2014-02-04 01:13:19 +01:00
Raffi Enficiaud
5b430f4aff pre formatted string to remove the warning 2014-02-04 00:56:50 +01:00
Raffi Enficiaud
372737e301 moving the macros containing the hyperlinks to a more appropriate place 2014-02-04 00:56:09 +01:00
Raffi Enficiaud
2815e8ba42 update of the pages 2014-02-02 09:29:50 +01:00
Raffi Enficiaud
f8b6805c95 advances 2014-02-02 02:37:39 +01:00
Raffi Enficiaud
e5ab8d447f advances on the test organization 2014-02-02 02:06:26 +01:00
Raffi Enficiaud
34e177873d advances 2014-02-01 20:39:27 +01:00
Raffi Enficiaud
1204b49fa8 advances on template test cases 2014-01-31 17:06:17 +01:00
Raffi Enficiaud
ed3293a221 advances on examples 2014-01-31 16:33:52 +01:00
Raffi Enficiaud
2a554ed697 advances 2014-01-31 16:13:16 +01:00
Raffi Enficiaud
9fd1dee0da beginning the translation of tests organisation into quickbook 2014-01-31 10:11:19 +01:00
Raffi Enficiaud
cf67dc8a89 typos 2014-01-29 01:21:25 +01:00
Raffi Enficiaud
7c3295145e compilation + minor fixes
some links are lacking. This is partly due to the macro expansion of quick book (macro definition should be moved in the top doc).
2014-01-29 00:56:00 +01:00
Raffi Enficiaud
62b3a9a660 finishing the porting of the testing tools
now testing
2014-01-29 00:04:54 +01:00
Raffi Enficiaud
9734c0e783 advance on the testing tools 2014-01-28 23:48:41 +01:00
Raffi Enficiaud
5674c529a8 advances on porting the testing tools 2014-01-28 23:20:00 +01:00
Raffi Enficiaud
edac6a9b61 advance on the testing tools 2014-01-28 22:51:59 +01:00
Raffi Enficiaud
c104ea1b16 arithmetic testing 2014-01-28 11:17:48 +01:00
Raffi Enficiaud
75ed904aff advance on the testing tools 2014-01-28 10:21:07 +01:00
Raffi Enficiaud
ee98b75fd5 minimal testing facility 2014-01-28 00:16:47 +01:00
Raffi Enficiaud
a207f85aaf faq 2014-01-27 14:31:55 +01:00
Raffi Enficiaud
015998e9c8 macro 2014-01-27 14:12:06 +01:00
Raffi Enficiaud
04536bed4c adding glossary
fixing some hyperlinks
2014-01-27 14:08:15 +01:00
Raffi Enficiaud
5454d96308 cleanup 2014-01-27 10:59:45 +01:00
Raffi Enficiaud
9ada5f58e2 fixtures part 2014-01-27 10:43:35 +01:00
Raffi Enficiaud
cf8330dba9 some small fixes 2014-01-27 02:49:33 +01:00
Raffi Enficiaud
8808c349b8 tutorial tdd 2014-01-27 02:40:16 +01:00
Raffi Enficiaud
6ad9a84a7a small update 2014-01-27 02:19:52 +01:00
Raffi Enficiaud
3ecddf0a9a updating the generated HTML 2014-01-27 02:17:10 +01:00
Raffi Enficiaud
7d6adb82cc updating the snippets 2014-01-27 02:16:48 +01:00
Raffi Enficiaud
0efd9f3c64 adding tutorial part 2014-01-27 02:16:31 +01:00
Raffi Enficiaud
9e5df44e69 finalised the output/report part 2014-01-27 01:35:49 +01:00
Raffi Enficiaud
9077a6ddda advance + fix on the doc 2014-01-25 09:24:44 +01:00
Raffi Enficiaud
bf4440b309 advance on test output 2014-01-24 17:19:51 +01:00
Raffi Enficiaud
7f94b7b143 advance on testing tools 2014-01-24 17:09:44 +01:00
Raffi Enficiaud
b44d9a6937 fixed typos and learning a bit this quickbook 2014-01-24 16:42:27 +01:00
Raffi Enficiaud
ff652b2d2c advance on the different variants 2014-01-24 16:23:12 +01:00
Raffi Enficiaud
8ab695ba24 advance 2014-01-24 13:52:39 +01:00
Raffi Enficiaud
3d8ac50a0a users guide 2014-01-24 12:19:10 +01:00
Raffi Enficiaud
6d5c19e833 fixing some issues, finalising the port of utf.xml 2014-01-24 01:14:40 +01:00
Raffi Enficiaud
92dd013a5e typo 2014-01-24 00:02:57 +01:00
Raffi Enficiaud
2947c58df8 adding a new folder for the quick book doc
trying to figure out how bjam works with this kind of simple configuration
2014-01-23 23:52:01 +01:00
Gennadiy Rozental
bd6850ccc3 some cleanup
[SVN r81191]
2012-11-05 06:03:48 +00:00
Gennadiy Rozental
601e292135 some cleanup
[SVN r81190]
2012-11-05 05:56:05 +00:00
Gennadiy Rozental
03024e6a7a fixed epigraph style
[SVN r81189]
2012-11-05 05:00:59 +00:00
Gennadiy Rozental
bba1206b70 reworked glossary
[SVN r81188]
2012-11-05 04:54:38 +00:00
Gennadiy Rozental
ebf76187ce generated html
[SVN r81187]
2012-11-05 04:11:12 +00:00
Gennadiy Rozental
2fceee12de docs fixes
[SVN r81186]
2012-11-05 03:53:27 +00:00
Steven Watanabe
37aa46b518 Fix calculation of the module directory.
[SVN r81025]
2012-10-20 16:34:45 +00:00
Gennadiy Rozental
624ece42fd moved
[SVN r75028]
2011-10-18 05:08:27 +00:00
Gennadiy Rozental
dbec26921f latest state of sources
Fixes #4982

[SVN r75007]
2011-10-17 11:13:55 +00:00
Gennadiy Rozental
161ba86c4a new files
[SVN r74960]
2011-10-16 05:26:57 +00:00