Commit Graph

583 Commits

Author SHA1 Message Date
Vladimir Batov
c1f69f34b0 excluded failing skipws wchar_t test for QNX 2014-11-22 07:18:00 +11:00
Vladimir Batov
36042f5315 revisiting docs 2014-11-21 23:21:50 +11:00
Vladimir Batov
c4958d49bc added sfinae test 2014-11-21 12:59:51 +11:00
Vladimir Batov
ea1510e7d5 removed -lrt which does not seem necessary (for gcc-4.6 anyway) and missing in mingw 2014-11-21 10:04:14 +11:00
Vladimir Batov
40dbdec258 corrected order 2014-11-21 09:57:14 +11:00
Vladimir Batov
90dd6fe68a cleanup 2014-11-19 22:28:30 +11:00
Vladimir Batov
39e048f5a9 test adjustments for msvc-14 2014-11-19 21:44:52 +11:00
Vladimir Batov
7826067b81 commented out the lines MSVC-12 fails on 2014-11-19 21:30:07 +11:00
Vladimir Batov
37f2a6d969 disabled tests for Intel compiler <=12.0 as it does not handle SFINAE properly 2014-11-19 17:26:00 +11:00
Vladimir Batov
bc2dae53c7 fixed typo 2014-11-18 21:06:49 +11:00
Vladimir Batov
4d32f07f46 added diagnostics to see why new MSVC-14 fails 2014-11-18 19:19:10 +11:00
Vladimir Batov
79d7437f65 disabling tests for Intel compiler < 12.1 not handling SFINAE properly 2014-11-17 22:02:01 +11:00
Vladimir Batov
c2a26c63cb working around clang failure 2014-11-17 21:01:21 +11:00
Vladimir Batov
6d274e6a97 disable snprintf macro for Visual Studio 14 2014-11-17 20:55:43 +11:00
Vladimir Batov
20f4b6373e working aroing glang failures 2014-11-17 20:25:48 +11:00
Vladimir Batov
b6025fae52 tmp substitution of DECLARE_HAS_MEMBER to see which line of the macro MSVC fails on 2014-11-17 10:06:14 +11:00
Vladimir Batov
5cae1e8123 trying to figure out why regression test on NA-QNX650-SP1-x86 fails 2014-11-17 09:56:25 +11:00
Vladimir Batov
54695434cc simplified has_member 2014-11-16 21:01:57 +11:00
Vladimir Batov
9d83fcf783 clenup 2014-11-16 20:53:45 +11:00
Vladimir Batov
8caa313086 removed const 2014-11-16 20:31:20 +11:00
Vladimir Batov
ab23390dbd cleanup 2014-11-16 20:14:04 +11:00
Vladimir Batov
c0549ed3b3 cleanup 2014-11-16 20:05:31 +11:00
Vladimir Batov
5054b482fa wip: deploying TTI library instead of my own traits 2014-11-16 18:00:41 +11:00
Vladimir Batov
2646dbef62 improved diagnostics to investigate steam_converter failure on NA-QNX650-SP1-x86 2014-11-16 09:33:28 +11:00
Vladimir Batov
f39931ddbd replaced strtoull with ours to avoid code duplication and to work around regression tests failures on NA-QNX650-SP1-x86 due to strtoull missing (huh?) 2014-11-16 08:46:23 +11:00
Vladimir Batov
53e03a7495 trying to work around gcc-4.2 limitations (it wants copy cntr for something passed by cref) 2014-11-16 07:43:48 +11:00
Vladimir Batov
21492987b4 splitting one generic test in to many small specific ones 2014-11-15 15:57:44 +11:00
Vladimir Batov
509eddce1b splitting one generic test in to many small specific ones 2014-11-15 09:22:46 +11:00
Vladimir Batov
0b871e4c06 splitting one generic test in to many small specific ones 2014-11-15 09:07:46 +11:00
Vladimir Batov
776d0151b8 trying to figure out why MSVC11 fails 2014-11-14 19:31:20 +11:00
Vladimir Batov
ff7b69af7c changed deployment of converters in callable tests to see if that old MSVC compilers have issues with 2014-11-14 18:30:41 +11:00
Vladimir Batov
6efa932aa5 clarified names 2014-11-14 16:58:48 +11:00
Vladimir Batov
ac088ec24c added two more callable tests to see why old MSVC fail 2014-11-13 20:42:37 +11:00
Vladimir Batov
584782324a cleanup 2014-11-13 20:11:53 +11:00
Vladimir Batov
73782b95e8 incorporated handling of boost::ref into cnv::is_cnv and, consequently, removed explicit convert api for reference_wrapper 2014-11-13 08:36:59 +11:00
Vladimir Batov
082f12bf7b incorporated handling of boost::ref into cnv::is_cnv and, consequently, removed explicit convert api for reference_wrapper 2014-11-13 08:30:16 +11:00
Vladimir Batov
3a01a9778a working around clang complaining about delayed boost::cnv::by_default declaration 2014-11-12 09:54:33 +11:00
Vladimir Batov
39b959a944 workaround for platforms with no test locales installed 2014-11-12 08:27:02 +11:00
Vladimir Batov
e43a0d1693 added missing header reported by MinGW-w64-4.5 jc-bell 2014-11-12 08:07:28 +11:00
Mike
40fa29491e Merge pull request #17 from boostorg/master
Merge pull request #15 from boostorg/develop
2014-11-11 12:37:56 +11:00
Mike
43fe9cef3b Merge pull request #15 from boostorg/develop
Develop
2014-11-11 12:28:03 +11:00
Mike
2cea9c97e3 Merge pull request #14 from danieljames/develop
Fix JSON errors.
2014-11-11 12:25:56 +11:00
Daniel James
c40bfec988 Fix JSON errors. 2014-11-11 00:18:46 +00:00
Vladimir Batov
7fa99a2cac added meta/libraries.json 2014-11-11 10:19:06 +11:00
Mike
8971cb0dd2 Merge pull request #13 from boostorg/develop
Develop
2014-09-30 09:51:38 +10:00
Vladimir Batov
411e483af9 renamed adapter to reference similar to std::vector<bool> 2014-09-14 20:36:20 +10:00
Vladimir Batov
3214025560 corrected test for gcc-4.8 2014-08-19 17:09:11 +10:00
Vladimir Batov
56c90f83a1 removed ; 2014-08-19 14:10:04 +10:00
Vladimir Batov
4a7d7c6d7c adapter to adaptor 2014-07-13 21:15:22 +10:00
Vladimir Batov
cb506175dc cleanup 2014-07-13 20:06:23 +10:00