Commit Graph

24 Commits

Author SHA1 Message Date
Robert Ramey
9e98df0a0d Corrected various tests.
improved build under CMake and B2
passes all tests on clang 03 and g++ 6.2
2018-11-14 14:27:46 -08:00
Robert Ramey
feb53726e1 improvements to make test_dll_exported and test_exported function as desired. 2018-11-11 18:33:06 -08:00
Frank Richter
2792359662 util/test: Fixes for rules signature change 2018-04-30 23:57:20 +02:00
Robert Ramey
8ca532a4d5 include test for singleton
update Jamfile
2018-04-30 12:46:23 -07:00
Robert Ramey
0c8a1d615a fix as described in PR #53.
fixes warnings

Seen with all versions of msvc from (at least) 9.0 up to 14.1.
Signed-off-by: Daniela Engert dani@ngrt.de

fixed pr #53, #52, #50, #49, #34, #29, #23, #25, #20, #14, #7
2017-05-24 06:32:39 -07:00
Robert Ramey
8e26bc59db fixed GCC seg fault problem 2016-10-30 20:56:03 -07:00
Robert Ramey
7c97ddd99e update jam files 2016-07-03 11:28:32 -07:00
Robert Ramey
e15ca7257f attempt to remove test_utf8_codecvt
updated jam files accordingly
2016-05-02 10:30:50 -07:00
Robert Ramey
e629008d55 changes to test_iterators and others to pass tests 2016-03-11 18:26:34 -08:00
Robert Ramey
ec0c2a2ba1 adjustment to auto link for utf8_codecvt_facit.hpp
minor improvements in map.hp
adjustment to auto link for polymorphic tests
2016-03-03 13:46:50 -08:00
Robert Ramey
c05c59ca88 explicitly set stack depth for compilers 2015-10-20 07:48:35 -07:00
Robert Ramey
2d09112b24 separated tests for map and set for C++ 11 and C++ 03 2015-09-27 21:34:21 -07:00
Robert Ramey
fb61aeea5c still trying to fix xml_warchive 2014-12-12 07:53:31 -08:00
Robert Ramey
c13b89c8f9 added missing headers to shared_ptr_helper.
note - failed to show up in tests.  probably included superfluously in other headers.
2014-08-12 09:05:54 -07:00
Robert Ramey
4156bd15e6 fixed to avoid testing of utf characters > 21 bits which aren’t required to be supported by standards.
This was creating a false test failure.
Boost’s code convert facets don’t check for this so they pass the original test.
2014-01-27 12:54:25 -08:00
Robert Ramey
f8b7769f74 increased template instantiation depth for clang to 255
[SVN r86520]
2013-10-30 03:57:39 +00:00
Robert Ramey
ac989955c8 Backout collection_type primitive. Problem showed in in tests of 64 bit compilers
tweak jamfile to supress long-long warnings in gcc


[SVN r58025]
2009-11-29 06:33:35 +00:00
Robert Ramey
5699f26aac changes to minimize warnings in library build
[SVN r57982]
2009-11-27 21:25:18 +00:00
Robert Ramey
35bd0f12dc suppress MSVC "deprecated" and "unsafe" warnings
[SVN r57705]
2009-11-16 16:22:38 +00:00
Robert Ramey
9bcaba922c Fixed warnings at highest warning level
[SVN r57698]
2009-11-16 05:17:25 +00:00
Robert Ramey
4ebd9d820a Fixed misc bugs
void cast
added dll tests
simplified VC7IDE configurations and set up test for DLLS

[SVN r54758]
2009-07-07 04:09:13 +00:00
John Maddock
4eedf9ab70 Move Boost.Config build rules into libs/config/test and fix the serialization build rules accordingly.
[SVN r44422]
2008-04-14 18:06:59 +00:00
Robert Ramey
2cbd120596 removed suppression of builds for certain platforms with shared libraries
[SVN r43880]
2008-03-27 15:53:37 +00:00
Robert Ramey
42b0c2ad3e Support serialization in DLLS
Make thread-safe
fix portable binary archives

[SVN r43717]
2008-03-19 05:17:02 +00:00