2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-24 18:32:30 +00:00
Commit Graph

574 Commits

Author SHA1 Message Date
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