Commit Graph

3194 Commits

Author SHA1 Message Date
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
66caead3a9 Merge pull request #8 from MarcelRaad/patch-1
Trivial warning fix for MSVC14
2014-08-18 21:25:52 +02:00
Raffi Enficiaud
8985956c2a Merge pull request #12 from danieljames/metadata
Create metadata file.
2014-08-18 21:15:47 +02:00
Daniel James
5326645d04 Add metadata file. 2014-08-18 15:11:16 +01: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
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
Noel Belcourt
abd0397857 Merge pull request #10 from awulkiew/fix/unused
Fix unused variable warnings.
2014-06-25 13:03:56 -06: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
Noel Belcourt
7c6bf2683e Merge pull request #7 from awulkiew/fixes
Fix unused variable warnings
2014-06-10 18:23:21 -06: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
Noel Belcourt
4e142a2cdb Merge pull request #6 from awulkiew/develop
Fix unused variable warnings
2014-05-18 19:55:39 -06:00
Adam Wulkiewicz
39f5dd629b Fix unused variable warnings 2014-05-18 00:52:26 +02:00
Raffi Enficiaud
573f594e29 Addressing ticket 9272 (backlog cleaning), already fixed before 2014-05-09 21:59:35 +02:00
Noel Belcourt
1192491f51 Merge pull request #5 from apolukhin/develop
Make Boost.Test work with RTTI off

Looks reasonable, will watch develop tests to ensure no adverse issues arise.
2014-05-06 19:57:27 -06: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
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
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
1757f2bcc9 minor warnings 2014-05-04 02:03:21 +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
Raffi Enficiaud
89719b5dbe Silencing the warnings on clang for the examples 2014-05-04 01:59:31 +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
Raffi Enficiaud
f5c5f3aa3e cleanups and doxygen doc 2014-04-29 10:41:48 +02:00
Raffi Enficiaud
3c6bbbfde7 path stripping 2014-04-29 10:28:54 +02:00
Raffi Enficiaud
3d0bbe9531 erroneous include guard 2014-04-29 10:17:36 +02:00
Raffi Enficiaud
f2e8f6fda4 cleanup to test the inclusion of example files in the documentation 2014-04-29 10:14:52 +02:00
Raffi Enficiaud
3573794d0b 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.
2014-04-29 10:14:23 +02:00
Raffi Enficiaud
50e0f94cd9 doc warning on clang 2014-04-29 10:12:21 +02:00
Raffi Enficiaud
9230a5642e cleanups + doxygen style file description 2014-04-29 10:11:37 +02:00
Raffi Enficiaud
b5d8b9f0c8 silencing warnings on clang 2014-04-29 10:10:00 +02:00
Raffi Enficiaud
ec3a754b9a Adding a macro for switching between C++98 throw() and C++11 noexcept 2014-04-29 10:09:26 +02:00
Raffi Enficiaud
8d37550770 cleanup 2014-04-29 02:04:30 +02:00
Raffi Enficiaud
009c755910 fix compilation osx 2014-04-29 01:50:55 +02:00
Raffi Enficiaud
56f2636f87 cleanup 2014-04-29 01:17:37 +02:00
Raffi Enficiaud
4ab19d8853 fix warning 2014-04-29 01:16:28 +02:00
Raffi Enficiaud
13934ad16c fix warning 2014-04-29 01:15:58 +02:00
Raffi Enficiaud
0bf8e521e8 fix compilation clang 2014-04-29 01:15:44 +02:00