Raffi Enficiaud
e8cb2b2ee8
Allowing documentation for random
2015-01-04 20:05:22 +01:00
Raffi Enficiaud
c240fef20a
Doxygen
2015-01-04 17:26:54 +01:00
Raffi Enficiaud
c45e93ab64
doxygen
2015-01-04 17:26:42 +01:00
Raffi Enficiaud
f82d365df7
doxygen
2015-01-04 17:26:27 +01:00
Raffi Enficiaud
9b1cea44cd
doxygen
2015-01-04 17:14:44 +01:00
Raffi Enficiaud
df89d25c37
Merge branch 'develop' of https://github.com/boostorg/test into develop
...
# By Gennadiy Rozental
# Via Gennadiy Rozental
* 'develop' of https://github.com/boostorg/test :
fixed bugg related to resetting generator based datasets
2015-01-04 15:52:07 +01:00
Raffi Enficiaud
d1d6dcee0a
doxygen (+ fixes)
2015-01-04 15:47:42 +01:00
Gennadiy Rozental
589a96a615
fixed bugg related to resetting generator based datasets
2015-01-04 06:03:48 -05: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
Gennadiy Rozental
bae7136af2
apply test unit fixtures in reverse order
2015-01-04 04:00:12 -05:00
Raffi Enficiaud
b10d9fa422
Corrected information on the sign of the step
2015-01-02 15:55:13 +01:00
Raffi Enficiaud
752e158a80
Link to the availability macro of zips
2014-12-31 11:27:16 +01:00
Gennadiy Rozental
f9b4e092f0
Make a context error message correct in case of information entries
2014-12-30 21:07:31 -05:00
Raffi Enficiaud
e028332196
Merge branch 'feature/quickbookdoc' into develop
...
Reworked documentation of boost.test in quickbook, and some minor fixes all around the code.
* feature/quickbookdoc: (397 commits)
Updating the change log
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
some more accurate info in dox
Cleaning the doxygen for xrange() an random()
Ending the change log
slight advance on datasets
A template/macro for the examples Adding examples
Removing outdated information
Updating the copyright information of the files
Updating the copyright headers for the test organisation part
Cleaning some links
Adding the fixtures to the test org reference cleaning a bit the links
Advances on the reference of the test org
Reference of the test org (on going)
Trying again this overload stuff in doxygen, but cannot get rid of the warnings
ongoing progress
ongoing progress
Some stuff about arity
Fixing test in case variadic macros are not supported
Updating the change log from trac
...
Conflicts:
include/boost/test/data/monomorphic/generators/random.hpp
test/test_datasets_src/test_collection.cpp
test/test_datasets_src/test_random.cpp
2014-12-30 16:54:40 +01:00
Raffi Enficiaud
d3443819ee
some more accurate info in dox
2014-12-30 03:05:10 +01:00
Raffi Enficiaud
eb618f942c
Cleaning the doxygen for xrange() an random()
2014-12-30 02:56:02 +01:00
Raffi Enficiaud
9c27985804
Trying again this overload stuff in doxygen, but cannot get rid of the warnings
2014-12-28 14:59:17 +01:00
Raffi Enficiaud
d79269dd2f
Closing doxygen doc
2014-12-28 00:39:08 +01:00
Raffi Enficiaud
581db08ce8
indicating overload to doxygen
2014-12-28 00:18:28 +01:00
Raffi Enficiaud
3260c2caa3
Fixing the overloads of xrange
2014-12-27 15:47:29 +01:00
Raffi Enficiaud
b1a31dece0
Also a : after fatal error for fatal errors. Changing the unit test accordingly
2014-12-22 22:43:05 +01:00
Raffi Enficiaud
398a540c38
Splitting the tests into smaller units
...
Guarding the tests with appropriate and more accurate cxx11 macros
Providing macros about the functionalities of boost.test.dataset
2014-12-17 18:37:53 +01:00
Raffi Enficiaud
701a393a6d
cherry pick
2014-12-17 17:52:32 +01:00
Raffi Enficiaud
9079d0529b
Wrong gard
2014-12-17 17:34:39 +01:00
Raffi Enficiaud
840a0a356a
Using overloads as suggested on the mailing list:
...
WARNING: the syntax
/*!
* @overload
*/
does not work on Doxygen side
2014-12-17 10:01:17 +01:00
Raffi Enficiaud
76ad98a2de
Removing some warnings from doxygen
2014-12-17 08:34:32 +01:00
Raffi Enficiaud
852f656d00
Dealing with the incomplete type error of GCC
2014-12-16 21:29:41 +01:00
Raffi Enficiaud
16621abd38
Also the include part
2014-12-16 21:29:41 +01:00
Raffi Enficiaud
f475329391
Narrowing the possible deficiencies of the compiler
2014-12-16 21:29:41 +01:00
Raffi Enficiaud
7ec43654a3
Trying to work out the deficiencies of dox+quickbook
2014-12-16 16:00:58 +01:00
Raffi Enficiaud
b4a3455b26
Dealing with the incomplete type error of GCC
2014-12-16 15:56:12 +01:00
Raffi Enficiaud
c9c64437ef
Trying overload
2014-12-16 15:16:48 +01:00
Raffi Enficiaud
a613fe0439
full namespace definition
2014-12-16 14:42:32 +01:00
Raffi Enficiaud
9edbb86116
Having also the print_helper for contexts
2014-12-16 14:29:33 +01:00
Raffi Enficiaud
db9381ff3a
comment
2014-12-16 12:16:46 +01:00
Raffi Enficiaud
5550316fa2
Also the include part
2014-12-16 12:15:50 +01:00
Raffi Enficiaud
06ab9abeb1
Narrowing the possible deficiencies of the compiler
2014-12-15 21:36:00 +01:00
Raffi Enficiaud
7a7bb38be0
Merge branch 'develop' into feature/quickbookdoc
...
Conflicts:
include/boost/test/data/monomorphic/generators/random.hpp
test/test_datasets_src/test_random.cpp
2014-12-11 13:14:38 +01:00
Raffi Enficiaud
187988e2f3
Removing deprecation warnings
2014-12-11 13:11:33 +01:00
Raffi Enficiaud
02f7f6d8d4
Applying partial pull request #13 of mkurdej
2014-12-11 13:03:47 +01:00
Raffi Enficiaud
adaaf1d816
Merge branch 'develop' into feature/quickbookdoc
...
Conflicts:
example/unit_test_example_14.cpp
include/boost/test/execution_monitor.hpp
include/boost/test/tools/assertion.hpp
include/boost/test/tools/old/impl.hpp
include/boost/test/utils/runtime/cla/detail/argument_value_usage.hpp
include/boost/test/utils/runtime/cla/parser.hpp
test/Jamfile.v2
Just to keep feature/quickbookdoc updated
2014-12-11 12:01:31 +01:00
Raffi Enficiaud
10d0582c25
Licenses warnings
2014-12-11 10:58:59 +01:00
Raffi Enficiaud
d456b0489f
license warning
2014-12-11 10:53:23 +01:00
Raffi Enficiaud
5b352b4990
tabs
2014-12-11 10:51:19 +01:00
Jürgen Hunold
2dc5bcc80c
Fix: clang trunk: "error: declaration of T shadows template parameter"
...
Regression introduced by 0871200fcf
2014-12-11 07:50:43 +01:00
Raffi Enficiaud
8d06b9e3de
disabling the printing using the proper functions
2014-12-10 18:13:49 +01:00
Raffi Enficiaud
baea4959e2
Fixing decltype problems on Visual 2013 (bis)
2014-12-10 18:08:50 +01:00
Raffi Enficiaud
0871200fcf
Fixing decltype problems on Visual 2013
2014-12-10 16:41:50 +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