Commit Graph

164 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Andrzej Krzemienski
6d7daf6b45 docs: updated decorators doc to match develop 2015-02-03 00:00:45 +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
77adce1159 Additional example for the cmake 2015-01-12 14:42:02 +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
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
a84da012ac Updating the doc for join 2015-01-09 10:50:43 +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
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
15d51fb46f Updating the example 64 for grids 2015-01-06 00:35:16 +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
7f1744bc40 to rework example 64 2014-12-31 03:05:22 +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
08e1d794ed removed old docs
[SVN r47770]
2008-07-25 01:53:12 +00:00
Beman Dawes
fa17488859 Fix broken links
[SVN r43715]
2008-03-19 01:42:03 +00:00
Gennadiy Rozental
0958a0a7e7 in progress
[SVN r33190]
2006-03-01 16:57:33 +00:00
Gennadiy Rozental
1dbb7870c0 *** empty log message ***
[SVN r33177]
2006-02-28 20:13:11 +00:00
Gennadiy Rozental
470273247c in progress
[SVN r33126]
2006-02-26 20:13:01 +00:00
Gennadiy Rozental
06fa5a5857 in progress
[SVN r33124]
2006-02-26 19:38:21 +00:00
Gennadiy Rozental
06e7e97366 in progress
[SVN r33093]
2006-02-23 19:29:10 +00:00
Gennadiy Rozental
3f7299d33a update in progress
[SVN r32494]
2006-02-01 08:03:57 +00:00
Gennadiy Rozental
aa182409ae *** empty log message ***
[SVN r32052]
2005-12-14 06:18:50 +00:00
Gennadiy Rozental
2dd5c916e4 Mostly test tools docs update
[SVN r29977]
2005-07-11 07:12:18 +00:00
Gennadiy Rozental
66f162b38e no message
[SVN r23780]
2004-07-19 11:47:34 +00:00
Gennadiy Rozental
21cc4d85ce major update to the docs
[SVN r21952]
2004-01-26 10:13:35 +00:00
Gennadiy Rozental
c53868d48b Licence update
[SVN r20696]
2003-11-06 07:32:30 +00:00
Gennadiy Rozental
85b47f641c bin instead of ascii
[SVN r20600]
2003-11-02 08:08:49 +00:00
Gennadiy Rozental
73b5476566 licence update
[SVN r20502]
2003-10-27 07:13:32 +00:00
Gennadiy Rozental
8ee41f3ba4 New Version
[SVN r18711]
2003-06-09 08:07:03 +00:00