Commit Graph

461 Commits

Author SHA1 Message Date
Robert Ramey
c8cb85339d corrected test in the absence of C++11 support for smart pointers 2014-02-22 11:11:29 -08:00
Robert Ramey
ed0ba055c8 correction for shared_ptr_helper and test_unique_ptr 2014-02-20 08:33:32 -08:00
Robert Ramey
fb559afd0d fix various trac items 2014-02-19 13:11:33 -08:00
Robert Ramey
3c9fe377f3 merge develop to master 2014-02-17 18:55:24 -08:00
Robert Ramey
a5f7c7850b added test_unique_ptr.cpp 2014-02-17 14:21:33 -08:00
Robert Ramey
484874f0c2 Merge branch 'stl_pointers' into develop 2014-02-17 12:30:00 -08:00
Robert Ramey
7f604fa7ff minor corrections to pass full suite of test 2014-02-17 12:28:07 -08:00
Robert Ramey
606093112f both std and boost versions of shared / weak pointer passing tests 2014-02-16 21:38:28 -08:00
Robert Ramey
c9443fba24 intermediate version 2014-02-16 00:06:04 -08:00
Robert Ramey
f5168e15a4 new shared_ptr_helper
passed a couple of tests
removed naked-... versions of archive classes
2014-02-15 14:47:26 -08:00
Robert Ramey
f7ad9e8d07 fixed shared_helper implementation 2014-02-13 15:55:05 -08:00
Robert Ramey
679c9ee7ef minor adjustments to testing 2014-02-13 09:17:33 -08:00
Robert Ramey
75f09afc89 moved shared_helper to mixin of common base
updated shared_ptr serialization accordingly
2014-02-13 08:52:58 -08:00
Robert Ramey
c19a1e737e tweak test 2014-02-09 21:22:21 -08:00
Robert Ramey
59e822de4a fixed tests to condition on C11 compatibility 2014-02-07 20:47:44 -08:00
Robert Ramey
da757049e5 misc fixes in tests to condition of C++11 support
another fix for S Kelly fiasco.
2014-02-07 10:01:12 -08:00
Robert Ramey
2140063d82 added support for missing collections in the standard library
forward_list
array
stack
queue
priority_queue
2014-02-06 13:12:39 -08:00
Robert Ramey
5244401101 fix for cycle error 2014-01-30 23:07:47 -08: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
b454953f27 merge trunk to release
[SVN r86727]
2013-11-16 20:13:39 +00:00
Robert Ramey
7ee0f95b23 corrected usage of codecvt_utf8
[SVN r86618]
2013-11-11 15:41:01 +00:00
Robert Ramey
f29bdab128 changed codecvt_utf8 so that serialization uses the standard one if available. If there is no standard one available, it uses the one in boost/utility.
[SVN r86609]
2013-11-11 01:55:39 +00:00
Robert Ramey
3812a98455 fix up of issues created by removal of support for older compilers
[SVN r86589]
2013-11-08 21:23:37 +00:00
Robert Ramey
61e32a782b corrected # digits
corrected tests which compare floating point numbers to require max 1 digit difference

[SVN r86500]
2013-10-28 15:36:41 +00:00
Robert Ramey
599c58825b correct rounding
fix memory leak for constructor failure in load_construct_data
fix another bug in loading pointers

[SVN r86487]
2013-10-27 20:50:26 +00:00
John Maddock
127db4d189 Remove all references to now defunct (and removed) header.
[SVN r86438]
2013-10-26 10:13:38 +00:00
Robert Ramey
d57978411e corrected test_array.cpp
[SVN r86217]
2013-10-09 17:04:12 +00:00
Robert Ramey
875a37f915 fixed memory leak on load_object_ptr and other changes
[SVN r86156]
2013-10-04 00:36:37 +00:00
Stephen Kelly
f260c15935 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Robert Ramey
3d7ac026c6 sync with release branch
[SVN r84077]
2013-04-28 20:23:10 +00:00
Robert Ramey
c809abe05d merge to release
[SVN r82352]
2013-01-04 16:39:43 +00:00
Robert Ramey
225b1e326b update test_utf8_codecvt test to use std::istream_iterator.
update other tests for improvements in base64_from_binary
tweak test_complex to play nice with PGI library.

[SVN r82200]
2012-12-24 18:12:43 +00:00
Robert Ramey
de0b48247d adjustment for PGI compiler header
[SVN r82199]
2012-12-24 17:59:38 +00:00
Robert Ramey
204b817694 tweak to permit pgi compiler to pass
[SVN r81944]
2012-12-14 18:14:38 +00:00
Robert Ramey
4fda311951 altered test to use std::istream_iterator rather than serialization version of same
[SVN r81881]
2012-12-12 19:06:51 +00:00
Robert Ramey
d7a32be2ed made tests and documentation consistent with correct exception throw specs
[SVN r81848]
2012-12-11 05:36:04 +00:00
Robert Ramey
de0d30d99c merge to release
[SVN r79994]
2012-08-13 01:42:43 +00:00
Robert Ramey
1dba4d5027 fixes for static/dll library build/test
[SVN r79981]
2012-08-12 16:47:07 +00:00
Robert Ramey
ca8cb19e53 adjustment for QNX
altered Jamfiles to fix test with DLLS on static builds

[SVN r79951]
2012-08-10 01:39:53 +00:00
Robert Ramey
bae58915cf Merged trunk to release
[SVN r77575]
2012-03-26 22:34:17 +00:00
Robert Ramey
5f8f8dcbc8 moved #include <boost/limits.hpp> higher in the include
[SVN r76954]
2012-02-09 05:50:29 +00:00
Robert Ramey
35cbf61982 some tests included <limits> rather than <boost/limits.hpp>
This made tests for platforms which don't have <limits> fail - specifically PGI.
So we fixed those tests to use <boost/limits.hpp>

[SVN r76945]
2012-02-07 20:53:56 +00:00
Gennadiy Rozental
c37657d102 eliminated unit_test/test_tools
[SVN r74730]
2011-10-05 09:49:27 +00:00
Robert Ramey
42275e1769 merge to release
[SVN r71426]
2011-04-22 23:42:29 +00:00
Robert Ramey
a343776194 correct bug in test
[SVN r71165]
2011-04-10 17:26:06 +00:00
Robert Ramey
7c7b067dfe Merge from trunk to release
[SVN r68305]
2011-01-19 18:31:02 +00:00
Robert Ramey
6d9926c138 shorten names of temporary files
[SVN r67439]
2010-12-23 22:34:54 +00:00
Robert Ramey
2fe3c19dec tests now require filesystem v3
[SVN r67345]
2010-12-19 17:36:00 +00:00
Robert Ramey
f568824c94 fix for testing - avoid mktemp.
Note, Now depends on boost file system and boost system !!!

[SVN r67306]
2010-12-18 19:28:20 +00:00
Robert Ramey
16b1306c1d merge to release branch
[SVN r66421]
2010-11-06 20:03:52 +00:00
Robert Ramey
bc7ba5556f fix compatibility with archive versions 1.41-, 1.42, 1.43,1.44+
[SVN r66106]
2010-10-19 19:43:09 +00:00
Robert Ramey
2660621c3a Merge to release
[SVN r63797]
2010-07-09 21:30:08 +00:00
Robert Ramey
7357aa1736 Merge to release
[SVN r63784]
2010-07-09 18:23:21 +00:00
Robert Ramey
17459ea306 Corrections to demos
[SVN r63181]
2010-06-21 06:24:42 +00:00
Douglas Gregor
79b58f23f8 Include <cmath> where it is needed
[SVN r63073]
2010-06-18 00:15:27 +00:00
Robert Ramey
570e6b0dba improved diagnostic for failures
[SVN r62855]
2010-06-12 16:03:44 +00:00
Robert Ramey
cf3617d933 Improved test failure reporting for class A test class.
[SVN r62807]
2010-06-11 16:24:41 +00:00
Robert Ramey
ebb81606ed Removed unused includes
[SVN r62788]
2010-06-11 04:13:56 +00:00
Robert Ramey
e8ee93c383 Added missing new test
tweaked plugin test for windows

[SVN r62386]
2010-06-02 18:42:11 +00:00
Robert Ramey
32aa5a642b Separate version types into library_version_type, version_type (classes) and item_version_type.
[SVN r62359]
2010-05-31 21:18:44 +00:00
Robert Ramey
8c98a0eb8f changed name from test_plugin to test_dll_plugin
[SVN r61364]
2010-04-18 17:13:17 +00:00
Robert Ramey
a07cb16f28 Merge trunk to release
[SVN r60484]
2010-03-11 16:43:40 +00:00
Robert Ramey
d0c8cd746d cosmetic change?
[SVN r60482]
2010-03-11 16:33:41 +00:00
Robert Ramey
e853dca178 suppress test_plugin as I can't figure out how to get boost build to run it
[SVN r60434]
2010-03-10 18:01:33 +00:00
Robert Ramey
71cddc2dd8 fixed test_exported in Jamfile.v2
[SVN r60374]
2010-03-09 04:39:49 +00:00
Robert Ramey
4184e23788 update tests for latest changes
[SVN r60277]
2010-03-07 03:13:32 +00:00
Robert Ramey
7646d1fdc8 move recent changes to release branch
[SVN r59942]
2010-02-26 05:28:56 +00:00
Robert Ramey
cf0b272984 added copyright notices
[SVN r59461]
2010-02-03 21:47:58 +00:00
Robert Ramey
bc5cd95615 Fix plugin test/demo
[SVN r58519]
2009-12-23 18:29:49 +00:00
Robert Ramey
8a9193f4a5 Fix plugin test/demo
[SVN r58518]
2009-12-23 18:28:48 +00:00
Jürgen Hunold
42e859eb24 Fix tests by re-adding missing "compile" rule.
[SVN r58512]
2009-12-23 13:35:25 +00:00
Robert Ramey
c01113966d Fix plugin test/demo
[SVN r58508]
2009-12-23 07:23:08 +00:00
Robert Ramey
be26dfbcf9 Merge from trunk to release
[SVN r58389]
2009-12-14 23:48:21 +00:00
Robert Ramey
26490f7fa1 1. Fixed memory leak in shared_ptr loading
2. Fixed error in polymorphic archive implementation

[SVN r58271]
2009-12-10 17:42:29 +00:00
Robert Ramey
4773b7d2a2 1. Fixed memory leak in shared_ptr loading
2. Fixed error in polymorphic archive implementation

[SVN r58258]
2009-12-10 00:30:51 +00:00
Robert Ramey
4d360d1082 Merge changes to release branch
[SVN r58151]
2009-12-05 06:34:10 +00:00
Robert Ramey
09bf7cb705 Revert changes intended for trunk
[SVN r57701]
2009-11-16 05:32:31 +00:00
Robert Ramey
9bcaba922c Fixed warnings at highest warning level
[SVN r57698]
2009-11-16 05:17:25 +00:00
Robert Ramey
a145a34048 Fixed warnings at highest warning level
[SVN r57667]
2009-11-15 00:37:15 +00:00
Robert Ramey
9f32d335a0 Fixes for minor and/or obscure bugs
[SVN r57134]
2009-10-24 16:07:47 +00:00
Troy D. Straszheim
1545aeb160 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
f0a7a8e6cf rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Robert Ramey
98af5f7b9e add non-polymorphic pointer test
[SVN r56924]
2009-10-16 15:53:52 +00:00
Robert Ramey
8aaf2b217e Address complaints for Inspect
[SVN r56740]
2009-10-12 16:30:44 +00:00
Robert Ramey
56daebbd49 Merge trunk to release
[SVN r56316]
2009-09-20 02:18:02 +00:00
Robert Ramey
7802ccb7b1 Added missing test
[SVN r56243]
2009-09-16 15:24:42 +00:00
Robert Ramey
d5cdd7e294 Formalize compiler time errors and warnings
[SVN r56224]
2009-09-15 20:23:51 +00:00
Robert Ramey
0a4bb11b4f enhanced test
[SVN r56149]
2009-09-11 17:58:57 +00:00
Robert Ramey
4ca7dfddab moved code from header to library to reduce code bloat
[SVN r55791]
2009-08-26 20:47:01 +00:00
Robert Ramey
a42b068bd6 Improved implemenation of boost_serializer_map
Improved support for serialization of types in DLLS
New exception for violations of ODR when using DLLS
Fix error in recent update of export.hpp
Added class names to exception messages

[SVN r55738]
2009-08-23 19:27:10 +00:00
Robert Ramey
1100ce5678 Fix error in export functionality:
a) set key when etf record is constructed.
b) make corrections in no_rtti type system
c) make no_rtti type system more robust and self-diagnosing

[SVN r55676]
2009-08-20 05:32:59 +00:00
David Deakins
a1d25c5a56 Even though Windows CE has BOOST_NO_STDC_NAMESPACE defined (since STLport doesn't always move everything to std::), numeric_limits and w_int are not in the global namespace.
[SVN r55584]
2009-08-14 17:06:30 +00:00
Robert Ramey
690652f8ce Fixed test again
[SVN r55420]
2009-08-05 16:39:42 +00:00
Robert Ramey
dafa8cede3 Fix test so that it doesn't emit warning
[SVN r55412]
2009-08-04 21:51:05 +00:00
Robert Ramey
e8d8d44405 Merge trunk to release
[SVN r55350]
2009-08-01 23:32:25 +00:00
Robert Ramey
770f6ee7d2 Fix test_no_rtti test
extended_type_info system not based on type_id

[SVN r55325]
2009-07-31 21:04:56 +00:00
Troy D. Straszheim
2c01069b6a Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Troy D. Straszheim
0332a80302 Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Robert Ramey
21bdd6f441 eliminate MSVC runtime trap when assign short to char
[SVN r54988]
2009-07-16 21:22:20 +00:00
Robert Ramey
3923751555 Adjustment of test to header
[SVN r54961]
2009-07-15 06:45:13 +00:00
Robert Ramey
b0a32ca65f Add missing header include
[SVN r54960]
2009-07-15 06:44:25 +00:00
Robert Ramey
767a09d95b Fix error for platorms which don't use decl
[SVN r54822]
2009-07-08 22:56:38 +00:00
Robert Ramey
91a1214de0 Fixed misc bugs
Added missing test
void cast
added dll tests
simplified VC7IDE configurations and set up test for DLLS

[SVN r54775]
2009-07-07 17:57:23 +00:00
Robert Ramey
702cb3dbd2 Fixed misc bugs
void cast
added dll tests

[SVN r54755]
2009-07-07 04:04:18 +00:00
Robert Ramey
e7039f7b67 add test for protected inheritance
[SVN r53079]
2009-05-18 06:27:16 +00:00
Douglas Gregor
b2e0023850 Fix serialization tests with CMake
[SVN r52894]
2009-05-11 03:29:54 +00:00
Troy D. Straszheim
54ee54aac5 Merge cmake files release -> trunk.
[SVN r52866]
2009-05-09 22:57:30 +00:00
Douglas Gregor
1d2265ad7d Fix CMake tests for the serialization library, hopefully for real this time
[SVN r52845]
2009-05-08 00:22:19 +00:00
Douglas Gregor
073de38daf Try to fix CMake testing for the Serialiation library
[SVN r52844]
2009-05-07 23:56:23 +00:00
Robert Ramey
5ee6792fcc Added test_bitset.cpp source
[SVN r52653]
2009-04-28 17:32:28 +00:00
Robert Ramey
6adbf03e2a Add tests for std::bitset
[SVN r52640]
2009-04-27 23:12:28 +00:00
Robert Ramey
ec8494e6cd Merge changes from trunk to release
[SVN r52111]
2009-04-01 16:12:12 +00:00
Robert Ramey
de46678177 permit new operator overload
[SVN r51981]
2009-03-26 02:02:17 +00:00
Robert Ramey
23240a500e corrections for some SUN compilers
[SVN r51946]
2009-03-23 17:55:51 +00:00
Robert Ramey
f7c9d4d0c2 fix for virtual base classes
[SVN r51906]
2009-03-22 19:07:34 +00:00
Robert Ramey
119c47922f checked in new type trait - is_virtual_base_of.hpp
changes to speed up void cast

[SVN r51676]
2009-03-09 23:41:43 +00:00
Troy D. Straszheim
005bf3051b merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00
Robert Ramey
07e02d371c Divided test_no_rtti into separate compilation units
[SVN r50622]
2009-01-16 06:41:52 +00:00
Robert Ramey
79a3ea4e3a include wcslen and w_int in global namespace
[SVN r50549]
2009-01-12 06:25:48 +00:00
Michael A. Jackson
93e0f25093 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
bd53f9b877 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Robert Ramey
6e1a9716f4 Merge serialization library from trunk to release-read
[SVN r49158]
2008-10-07 05:34:46 +00:00
Robert Ramey
eac5e7897c Fixed bas64 for text files
Fixed location of test archives

[SVN r48788]
2008-09-15 06:09:09 +00:00
Robert Ramey
4a5a0ee40e updated test for text binary
[SVN r48718]
2008-09-11 03:49:39 +00:00
Robert Ramey
967934453c 1. Moved pfto, state_saver, strong_typedef, smart_cast, static_warning into serialization Library.vcproj
2. created copy of original throw exception for use in the serialization Library.vcproj
3. addressed error maintenance of static type table which shows up on GCC
4. fixed internal names in xml_grammar so as not to conflict with likely preprocessor macros.
5. streamlined xml_grammar so as not to depend upon on non-thread safe component.


[SVN r48575]
2008-09-04 16:44:57 +00:00
John Maddock
4ad47886f9 Merge Boost.Config changes from Trunk.
[SVN r47435]
2008-07-15 10:41:52 +00:00
Matthias Troyer
ec218d2f78 Merged laste changes from the trunk
[SVN r47210]
2008-07-08 06:06:53 +00:00
Robert Ramey
d7701256ad suppress bogus warning for unused argument
[SVN r47118]
2008-07-05 19:19:50 +00:00
Matthias Troyer
a980481e7c Moved Serialization and MPI fixes and updates from trunk to release branch
[SVN r46743]
2008-06-26 19:25:44 +00:00
Robert Ramey
c348e8683e Addressing "Inspect" complaints
[SVN r46725]
2008-06-26 17:04:10 +00:00
Matthias Troyer
21f245cf5c Fixed tabs
[SVN r46709]
2008-06-26 10:45:51 +00:00
Robert Ramey
32ff2ca0dd Attempt to resolve problems with instantiation on Intel Platforms
[SVN r46622]
2008-06-23 03:48:31 +00:00
Robert Ramey
d8d37ecd1b included cstddef to define null_deleter
added BOOST_USED in export.hpp to accommodate Intel compilers

[SVN r46598]
2008-06-22 01:10:52 +00:00
Matthias Troyer
36a93f9328 Added serialization support for boost::array
[SVN r46411]
2008-06-15 17:46:18 +00:00
Robert Ramey
b405eb615c remove unnecessary friend ostream which prevents compilation with stdxxx
[SVN r46393]
2008-06-14 17:48:02 +00:00
Matthias Troyer
980b86303e Added array test for 2-dimensional arrays
[SVN r46386]
2008-06-14 11:31:27 +00:00
Robert Ramey
01f9d42a23 correct test to throw legal exception
[SVN r46242]
2008-06-08 16:05:15 +00:00
Robert Ramey
c763c57fa9 miscellaneous adjustments in to address trunk test failures
[SVN r46226]
2008-06-07 23:49:23 +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
fe3857afaa change BOOST_IS_ABSTRACT to BOOST_ASSUME_ABSTRACT
[SVN r44095]
2008-04-07 17:07:00 +00:00
Robert Ramey
3297e43087 remove supperfluous abstract.hpp header
[SVN r44083]
2008-04-06 20:05:56 +00:00
Robert Ramey
f81a766b70 enhanced test to detect more errors
[SVN r44082]
2008-04-06 20:04:20 +00:00
Robert Ramey
23e0f37d37 change BOOST_IS_ABSTRACT to BOOST_ASSUME_ABSTRACT
[SVN r44081]
2008-04-06 20:03:59 +00:00
Marshall Clow
575443f8e1 Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
[SVN r43992]
2008-04-02 01:42:32 +00:00
Robert Ramey
dcb9c9dd50 updated comments to reflect the fact portable binary is unsupported
[SVN r43954]
2008-03-31 15:45:38 +00:00
Dave Abrahams
014543ff72 Undo the header re-ordering workaround now that the actual bug is fixed.
See ticket:1711, comment 24


[SVN r43953]
2008-03-30 18:25:26 +00:00
Robert Ramey
f0be07eff3 added test to check warnings on type trait
[SVN r43883]
2008-03-27 17:12:22 +00:00
Robert Ramey
4c9a03dcb7 removed EXIT_SUCCESS
[SVN r43825]
2008-03-24 15:46:09 +00:00
Robert Ramey
aff3ebb25a made test_static_warning compile only
[SVN r43808]
2008-03-23 19:10:31 +00:00
Robert Ramey
5c6f9a495c made test compile only
[SVN r43807]
2008-03-23 19:09:51 +00:00
Robert Ramey
11bd878431 adjusted header order for export.hpp to see if this will make gcc 4.x tests pass.
[SVN r43806]
2008-03-23 18:36:00 +00:00
Robert Ramey
40ca5515f1 added include <ostream> for friend operators
[SVN r43748]
2008-03-21 16:40:06 +00:00
Robert Ramey
dc153d5e7b Support serialization in DLLS
Make thread-safe
fix portable binary archives

[SVN r43706]
2008-03-18 16:32:48 +00:00
Robert Ramey
0530d1fcaa Support serialization in DLLS
Make thread-safe
fix portable binary archives

[SVN r43692]
2008-03-18 05:47:10 +00:00
Robert Ramey
66b1028d4c Support serialization in DLLS
Make thread-safe
fix portable binary archives

[SVN r43691]
2008-03-18 05:01:57 +00:00
Matthias Troyer
e4efa8cf47 removed warning
[SVN r42274]
2007-12-24 07:06:11 +00:00
David Deakins
23b6906d8c Added a primitive tmpnam function for WinCE (which does not supply any kind of tmpnam in its CRT)
[SVN r41384]
2007-11-25 21:53:26 +00:00
Matthias Troyer
7d0480231d Added support for std::complex to serialization
[SVN r41077]
2007-11-14 07:00:02 +00:00
Douglas Gregor
58e92cc397 Don't use BOOST_TEST_DONT_PRINT_LOG_VALUE if it isn't defined
[SVN r39245]
2007-09-13 19:31:03 +00:00
Vladimir Prus
30e6e9dcba Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
Robert Ramey
752acdafee fixup to support lightweight testing
[SVN r38245]
2007-07-16 17:20:34 +00:00
Robert Ramey
6f6ccc2e44 elminate dependency on boost test
[SVN r38244]
2007-07-16 17:19:29 +00:00
Robert Ramey
23db071843 added BOOST_CHECK
[SVN r36444]
2006-12-17 22:09:31 +00:00
Robert Ramey
eda61aea60 move to lightweight test framework
[SVN r36433]
2006-12-16 21:12:07 +00:00
Robert Ramey
9be8f7c2ee moved to lightweight testing framework
[SVN r36420]
2006-12-16 06:07:09 +00:00
Robert Ramey
4488fddadf moved to lightweight test system
[SVN r36419]
2006-12-16 06:03:48 +00:00
Matthias Troyer
b933c57ea4 *** empty log message ***
[SVN r36329]
2006-12-11 06:32:28 +00:00
Robert Ramey
92f636b6ed correct error in main
[SVN r35996]
2006-11-10 21:16:29 +00:00
Vladimir Prus
d8e47b3a1f Allow building of shared versions of some Boost.Test libraries.
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.

Patch from Juergen Hunold.


[SVN r35989]
2006-11-10 19:09:56 +00:00
Robert Ramey
13f72ef7c4 test_tools.hpp
[SVN r35853]
2006-11-05 16:40:05 +00:00
Robert Ramey
33814c1296 corrections to tests
[SVN r35481]
2006-10-04 05:50:14 +00:00
Robert Ramey
320ebce20f include test_exec_monitor rather than test_tools. This makes autolinking work
[SVN r35393]
2006-09-28 17:19:28 +00:00
Matthias Troyer
0b13678ee0 *** empty log message ***
[SVN r34367]
2006-06-22 07:21:23 +00:00
Dave Abrahams
3b585d5049 Lift header ordering restrictions in Serialization library
[SVN r34106]
2006-05-26 21:38:16 +00:00
Matthias Troyer
3af3d629bf *** empty log message ***
[SVN r33884]
2006-05-01 04:31:26 +00:00
Matthias Troyer
f2f7b5eb64 Added testing of array-optimized binary archives and merged changes from RC_1_34_0
[SVN r33883]
2006-05-01 00:08:10 +00:00
Vladimir Prus
6012811e90 Set up dependency from 'load' tests to corresponding 'save' tests.
[SVN r33360]
2006-03-17 07:36:47 +00:00
Vladimir Prus
cbd1a7c55f Provide test_main in test_inclusion.cpp, as this test links with
boost test execution monitor.


[SVN r33333]
2006-03-13 14:29:32 +00:00
Vladimir Prus
eca551f216 The 'test_inclusion' test is not 'run', not 'compile', just as in V1.
[SVN r33248]
2006-03-07 08:40:31 +00:00
Robert Ramey
727f4bed80 add to test to test two-phase lookup
[SVN r33224]
2006-03-06 02:59:53 +00:00
Robert Ramey
8deb3b2d2d correct test for hash sets and maps
[SVN r33154]
2006-02-27 16:31:23 +00:00
Robert Ramey
98808cff3a check for undesired autolink
[SVN r33077]
2006-02-22 16:22:08 +00:00
Robert Ramey
8fae67f824 correct test for undesired autolink
[SVN r33076]
2006-02-22 16:21:27 +00:00
Robert Ramey
09b1872b31 correct test for undesired autolink
[SVN r33075]
2006-02-22 16:16:24 +00:00
Robert Ramey
e64568d9f3 correct hash tests
[SVN r33074]
2006-02-22 16:15:48 +00:00
Robert Ramey
acd0330a2c add default distructor for class to quiet comeau complaint
[SVN r32853]
2006-02-12 05:57:05 +00:00
Robert Ramey
4c3277a4a0 tweak rounding error
[SVN r32573]
2006-02-04 22:21:32 +00:00
Robert Ramey
3c63b452be update exceptions support
[SVN r32572]
2006-02-04 22:19:53 +00:00
Robert Ramey
ecc2bacb3a update boost test macro
[SVN r32571]
2006-02-04 22:18:52 +00:00
Robert Ramey
e1dd4b8997 supress printing of A
[SVN r32570]
2006-02-04 22:18:02 +00:00
Robert Ramey
8354dfa5a3 include comment so that bjam recognizes dependency
[SVN r32569]
2006-02-04 22:16:43 +00:00
Robert Ramey
952c14aeb9 fix msvc version
[SVN r32568]
2006-02-04 22:16:01 +00:00
Vladimir Prus
34a3f29dcf Add Jamfile.v2
[SVN r32498]
2006-02-01 16:11:57 +00:00
Robert Ramey
db18e22b35 reconcilation with release 1.33.1
[SVN r31982]
2005-12-11 06:26:04 +00:00
John Maddock
454aeece14 Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Robert Ramey
fada037a5b tweak save/load test sequence - for comeau to static link
[SVN r30554]
2005-08-12 17:25:52 +00:00
Robert Ramey
422625c5b2 add no_exceptions header
[SVN r30552]
2005-08-12 17:20:56 +00:00
Robert Ramey
d534e6ceef added default constructor
[SVN r30551]
2005-08-12 17:19:06 +00:00
Robert Ramey
c919c4a6eb add test_inclusion
[SVN r30227]
2005-07-23 01:21:37 +00:00
Robert Ramey
d723141be6 initial checkin
[SVN r30226]
2005-07-23 01:19:22 +00:00