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
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
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
Raffi Enficiaud
c8d674344c
typo
2014-12-09 17:48:38 +01:00
Raffi Enficiaud
239f729a37
doxygen comments
2014-12-08 16:23:35 +01:00
Raffi Enficiaud
f77a575630
nothing
2014-11-19 08:56:21 +01: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
d62cb6db24
Typo
2014-11-13 10:12:59 +01:00
Raffi Enficiaud
f94eb5411a
Merge pull request #11 from awulkiew/fix
...
Replace unsigned int with std::list<>::size_type to eliminate warnings i...
2014-10-27 16:42:04 +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
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
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
23da147580
Remooving doxygen grouping as Quickbook mess it up
2014-08-21 01:50:49 +02:00
Raffi Enficiaud
e5bef205c5
Added some documentation to the doxygen (which now gets included in the final quickbook doc)
...
Apparently there is something wrong with the grouping of member functions, so I disable it
2014-08-20 00:51:21 +02:00
Raffi Enficiaud
66caead3a9
Merge pull request #8 from MarcelRaad/patch-1
...
Trivial warning fix for MSVC14
2014-08-18 21:25:52 +02:00
Adam Wulkiewicz
5ac950ab02
Replace unsigned int with std::list<>::size_type to eliminate warnings in MSVCx64
2014-08-06 23:52:22 +02:00
Adam Wulkiewicz
d92796e68b
Fix unused variable warnings.
2014-06-22 23:23:41 +02:00
Marcel Raad
f4a7c0c951
Trivial warning fix for MSVC14
...
warning C4456: declaration of 'c' hides previous local declaration
2014-06-16 21:58:23 +02:00
Adam Wulkiewicz
c9d4efa365
Fix unused variable warnings
2014-06-10 23:15:12 +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
Adam Wulkiewicz
39f5dd629b
Fix unused variable warnings
2014-05-18 00:52:26 +02:00
Antony Polukhin
100974c340
More correct fix for Boost.Test and RTTI-off
2014-05-05 19:57:41 +04:00
Antony Polukhin
196cd148e1
Merge branch 'develop' of https://github.com/boostorg/test into develop
2014-05-05 15:38:16 +04:00
Raffi Enficiaud
f7988b79c2
Fixing the compilation issue when the C++11 extensions are disabled.
2014-05-04 02:21:16 +02:00
Raffi Enficiaud
0527cd9b9a
doxydoc
2014-05-04 02:20:26 +02:00
Raffi Enficiaud
9422b68299
Using existing macros in boost.config to achieve the same result
2014-05-04 02:03:04 +02:00
Raffi Enficiaud
39d64d759c
Using existing macros in boost.config to achieve the same result
2014-05-04 02:01:04 +02:00
K. Noel Belcourt
63c4bac705
Add missing va_end due to early exit.
2014-05-03 11:01:05 -06:00
Raffi Enficiaud
0a8637d366
removing the warning ignore of Tim Blechmann since this is not an issue
2014-04-30 09:34:19 +02:00