Peter Dimov
9eba5b39e6
Moved the old shared_ptr tests into shared_ptr_basic_test.cpp
...
[SVN r16401]
2002-11-25 12:12:45 +00:00
Peter Dimov
f94619f0cb
-Wno-non-virtual-dtor added for shared_ptr tests on GCC.
...
[SVN r16399]
2002-11-25 11:49:01 +00:00
Peter Dimov
69897be6ae
get_deleter_test added; associated fixes.
...
[SVN r16373]
2002-11-22 16:29:51 +00:00
Peter Dimov
fa629a013e
enable_shared_from_this_test.cpp added.
...
[SVN r16328]
2002-11-19 17:11:33 +00:00
Douglas Gregor
c2f6b6c132
Support assignment from 0, construction from 0, and comparison to zero.
...
[SVN r16174]
2002-11-09 16:02:47 +00:00
John Maddock
a1dadd3ec8
Modified type traits tests to use new sub-rule (caution probably experimental at present).
...
[SVN r16173]
2002-11-09 13:01:33 +00:00
Dave Abrahams
ba6fc8b9da
CodeWarrior workarounds
...
[SVN r16136]
2002-11-06 19:40:46 +00:00
Douglas Gregor
65c7dc605c
- Added sig member template support for Boost.Lambda, with testcase (Michael Hohmuth)
...
- Removed the assignment-to-zero attempt
- Added bad_function_call exception (using boost::throw_exception)
[SVN r16102]
2002-11-04 18:19:01 +00:00
Beman Dawes
6e867b59ed
Comment out threads test_condition
...
[SVN r16062]
2002-11-02 19:36:11 +00:00
John Maddock
9aa2817b15
More type traits updates, may actually get these right at some point :-)
...
[SVN r16050]
2002-11-02 11:33:12 +00:00
John Maddock
01191a0b58
updated type traits test files.
...
[SVN r16022]
2002-10-30 12:34:33 +00:00
John Maddock
081dfb499a
removed tricky_incomplete_type_test
...
added is_stateless test.
[SVN r16012]
2002-10-29 12:13:22 +00:00
Beman Dawes
abad8b0873
Add Borland ack for contributing BCB
...
[SVN r16009]
2002-10-29 00:28:44 +00:00
John Maddock
9fe19ed5f1
Added is_polymorphic.
...
[SVN r15987]
2002-10-26 11:44:42 +00:00
Rene Rivera
00dbd5efdf
Fixed ommisions for changes to some libraries.
...
[SVN r15984]
2002-10-25 16:29:54 +00:00
John Maddock
294b8d1bdc
Merged changes from release branch.
...
[SVN r15976]
2002-10-24 10:58:08 +00:00
John Maddock
09d8c9b002
Added new type traits tests,
...
Created "utility" group.
[SVN r15975]
2002-10-24 10:19:04 +00:00
Markus Schöpflin
66b88adac6
Fixed spelling of my name. :-)
...
[SVN r15955]
2002-10-18 15:56:20 +00:00
Toon Knapen
3cda4ad091
added links to cvs trunk status reports for IBM VisualAge
...
[SVN r15954]
2002-10-18 12:58:47 +00:00
Beman Dawes
94d93981d2
Replaced by new version of regression status reporting
...
[SVN r15937]
2002-10-15 21:08:24 +00:00
Jörg Walter
bf3f470449
Moved ublas test suite.
...
[SVN r15458]
2002-09-19 20:34:08 +00:00
Beman Dawes
97803285f1
Initial commit
...
[SVN r15451]
2002-09-19 15:57:44 +00:00
Beman Dawes
bda3b5e39a
1.29.0 runup
...
[SVN r15450]
2002-09-19 15:57:05 +00:00
Jörg Walter
658b5c2627
Added ublas test-suite.
...
[SVN r15446]
2002-09-19 08:20:57 +00:00
Beman Dawes
78220a06d1
add ublas test
...
[SVN r15440]
2002-09-18 15:39:57 +00:00
Jeff Garland
ae434f7bb0
fix date_time tests after library name change
...
[SVN r15380]
2002-09-16 14:45:06 +00:00
Beman Dawes
8e1fa2ec91
new preprocessor tests
...
[SVN r15235]
2002-09-09 13:21:45 +00:00
Jeff Garland
9b0826bc5e
add additional date_time tests
...
[SVN r15158]
2002-09-04 20:02:54 +00:00
Beman Dawes
59c32add1c
add missing date_time <define>s
...
[SVN r15119]
2002-08-30 19:47:53 +00:00
Beman Dawes
320fd470d0
add date_time
...
[SVN r15116]
2002-08-30 16:58:51 +00:00
Jaakko Järvi
84b6e382da
added tuple test suite
...
[SVN r14965]
2002-08-19 21:43:57 +00:00
Jeremy Siek
647b1ef3af
added disjoint_sets and property_map tests
...
[SVN r14949]
2002-08-19 01:34:15 +00:00
Jeremy Siek
76e0f18b3a
added property map concept check test
...
[SVN r14947]
2002-08-18 19:24:47 +00:00
Beman Dawes
35833570ec
Add more array tests
...
[SVN r14945]
2002-08-17 17:23:20 +00:00
Gennadiy Rozental
fc6956d304
corrected inclusion
...
[SVN r14936]
2002-08-16 18:40:05 +00:00
Peter Dimov
107c491c1d
Switched to <boost/detail/lightweight_test.hpp> for testing.
...
[SVN r14932]
2002-08-16 16:41:16 +00:00
Gennadiy Rozental
744fb1f1b6
Boost.Test added to regression test
...
[SVN r14915]
2002-08-16 08:08:55 +00:00
William E. Kempf
155b2d821c
Added test_xtime
...
[SVN r14913]
2002-08-15 23:35:44 +00:00
Douglas Gregor
2e4e8904b2
add utility/addressof_test.cpp test
...
[SVN r14893]
2002-08-15 15:32:13 +00:00
Jaakko Järvi
9cc541d8e0
added a (/#(/&¤#="#¤ space
...
[SVN r14849]
2002-08-14 20:02:43 +00:00
Jeremy Siek
fa81e62310
added test_exec_monitor library to dynamic_bitset. Hope that works, but I don't know how to check whether it did or not
...
[SVN r14845]
2002-08-14 19:15:59 +00:00
Jeremy Siek
4a4a079c67
added dynamic_bitset tests
...
[SVN r14844]
2002-08-14 18:47:08 +00:00
William E. Kempf
07396d5758
Fixed thread testing
...
[SVN r14819]
2002-08-13 19:20:27 +00:00
Beman Dawes
580d33f103
Boost.Test V2 fixes
...
[SVN r14784]
2002-08-12 13:35:53 +00:00
Beman Dawes
96eb583406
Fixes for Boost.Test version 2
...
[SVN r14773]
2002-08-10 21:56:45 +00:00
Beman Dawes
3ef741968d
Accomodate new version of Boost.Test
...
[SVN r14766]
2002-08-10 15:30:03 +00:00
Peter Dimov
d59c8c3ac7
Added mem_fn_derived_test, shared_ptr_test, shared_ptr_assign_fail.
...
[SVN r14698]
2002-08-05 15:34:55 +00:00
Douglas Gregor
2bf6814a72
Add Boost.Function deprecated syntax test
...
[SVN r14688]
2002-08-05 06:20:49 +00:00
Douglas Gregor
6663c88049
Added function_traits_test.cpp
...
[SVN r14674]
2002-08-05 02:01:57 +00:00
Beman Dawes
bddcdc23a9
Add always_show_run_output option
...
[SVN r14633]
2002-07-28 15:58:09 +00:00
Douglas Gregor
1c82161193
Jamfile:
...
- Add more Boost.Function testcases
- Add Boost.Signals testcases
[SVN r14585]
2002-07-24 13:25:17 +00:00
John Maddock
2413abb51d
Removed BeOS compiler status: BeOS has been discontinued.
...
[SVN r14569]
2002-07-23 10:34:42 +00:00
Vesa Karvonen
5c5c153ae0
Added trivial preprocessor test
...
[SVN r14218]
2002-06-20 18:34:24 +00:00
Dave Abrahams
fa4dbe6dc7
Factored out testing rules
...
[SVN r14156]
2002-06-16 20:39:26 +00:00
Dave Abrahams
377b93b568
Make ios_state_test work with Metrowerks
...
[SVN r14006]
2002-05-22 13:21:45 +00:00
Dave Abrahams
615629487a
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
Ronald Garcia
e79077a76e
Added test cases for Boost.MultiArray.
...
[SVN r13993]
2002-05-21 15:08:44 +00:00
Dave Abrahams
4a3a0276dc
Merged from RC_1_28_0
...
[SVN r13944]
2002-05-16 00:56:42 +00:00
Toon Knapen
aac162e36d
merged from RC_1_28_0
...
[SVN r13902]
2002-05-15 08:07:19 +00:00
Jens Maurer
43d0621b0a
add lambda and ios_state tests
...
[SVN r13821]
2002-05-11 15:26:26 +00:00
Jens Maurer
37e5263206
upgrade to Intel C++ 6.0 on Linux
...
[SVN r13816]
2002-05-11 08:06:40 +00:00
Beman Dawes
174ac0b5b7
before RC_1_28_0 branch
...
[SVN r13790]
2002-05-09 18:06:32 +00:00
Beman Dawes
6015874c6f
Add io_state_test
...
[SVN r13765]
2002-05-09 01:04:34 +00:00
Beman Dawes
d6d193d355
reflect renaming of lambda test files with too long names
...
[SVN r13764]
2002-05-08 22:45:29 +00:00
Beman Dawes
fbdb939a79
Add Lambda tests
...
[SVN r13723]
2002-05-07 17:05:06 +00:00
Beman Dawes
128954b41b
add lambda tests
...
[SVN r13720]
2002-05-07 13:01:44 +00:00
Beman Dawes
0885bf4d55
update win32/como
...
[SVN r13692]
2002-05-06 18:47:55 +00:00
Jens Maurer
71c768455d
add shared_ptr and mem_fn_derived tests
...
[SVN r13560]
2002-04-24 13:06:40 +00:00
Jens Maurer
7fdfd18e68
add mem_fn_derived, shared_ptr_test
...
[SVN r13556]
2002-04-23 20:16:11 +00:00
Jens Maurer
a6724e05e7
fixed mem_fn_derived tests, added shared_ptr tests
...
[SVN r13547]
2002-04-22 21:53:33 +00:00
Jens Maurer
11748cefab
add shared_ptr and mem_fn_derived tests
...
regex tests now fail for Comeau
[SVN r13546]
2002-04-22 21:51:35 +00:00
Jens Maurer
e2b2da5ca8
add shared_ptr and mem_fn_derived tests
...
[SVN r13545]
2002-04-22 21:48:15 +00:00
Peter Dimov
d8019fe222
Added more mem_fn, shared_ptr tests.
...
[SVN r13432]
2002-04-10 16:04:53 +00:00
Dave Abrahams
a3f8a506ba
Fixes for Beman
...
[SVN r13405]
2002-04-09 03:58:51 +00:00
Jens Maurer
652966a28f
rerun
...
[SVN r13403]
2002-04-08 21:14:06 +00:00
Beman Dawes
984f320199
Refine, simplify, regex test names
...
[SVN r13380]
2002-04-06 19:57:53 +00:00
Beman Dawes
7364030d5f
Alter regex test names to make more explict for HTML table generator
...
[SVN r13378]
2002-04-05 20:25:28 +00:00
Dave Abrahams
038f8b38c3
support explicit test naming
...
[SVN r13377]
2002-04-05 18:56:05 +00:00
Beman Dawes
d4768f0361
add bkmk
...
[SVN r13376]
2002-04-05 17:02:19 +00:00
Dave Abrahams
7f23db22c0
cleanup
...
[SVN r13349]
2002-04-02 21:12:25 +00:00
Dave Abrahams
74255851d9
Updated comments
...
[SVN r13343]
2002-04-01 22:38:27 +00:00
Jens Maurer
136548ede5
smart pointer failures with strict compilers are fixed
...
[SVN r13143]
2002-03-09 09:14:26 +00:00
Jens Maurer
65098fee92
smart_ptr fixed
...
[SVN r13116]
2002-03-06 20:25:05 +00:00
Jens Maurer
20dbf8d23a
fixed smart_ptr tests for KCC
...
[SVN r13115]
2002-03-06 20:14:58 +00:00
Jens Maurer
74dea100cc
patch applied to Sun CC
...
[SVN r13102]
2002-03-05 20:42:00 +00:00
Jens Maurer
f892ff39f3
smart_ptr now works with the HP compiler
...
[SVN r13099]
2002-03-05 19:48:58 +00:00
Jens Maurer
31c5b68460
update Linux to gcc 3.0.4
...
[SVN r13079]
2002-03-04 19:55:29 +00:00
John Maddock
bc5f8ec005
Added multithreaded support for config_test
...
Added extra tests and lib dependencies for regex tests
[SVN r13075]
2002-03-04 12:46:32 +00:00
Jens Maurer
047a70efc4
add -lpthread for IRIX linking
...
[SVN r13053]
2002-03-03 21:41:39 +00:00
John Maddock
b564c6ca90
Changed "if [-a"
...
to "if [-f"
as the latter is portable (and POSIX standard)
while the former is bash specific.
[SVN r13045]
2002-03-03 11:30:46 +00:00
Dave Abrahams
aecf60707e
Updates to work on Linux
...
[SVN r12981]
2002-02-28 12:35:05 +00:00
Dave Abrahams
d510482ddd
handle run and library paths for tests
...
[SVN r12978]
2002-02-28 06:09:12 +00:00
Dave Abrahams
16958907dd
bug fixes for supporting library dependencies
...
[SVN r12974]
2002-02-28 05:21:49 +00:00
Dave Abrahams
381b9fd589
added optional run test name
...
[SVN r12958]
2002-02-27 19:18:11 +00:00
Dave Abrahams
c9122cb8bf
Added threads test
...
[SVN r12947]
2002-02-27 02:11:58 +00:00
Dave Abrahams
9c49e1699d
Merged test-development into the HEAD
...
[SVN r12892]
2002-02-22 06:27:23 +00:00
Jens Maurer
b8c4d55a0f
added preprocessor tests, some fixes
...
[SVN r12830]
2002-02-15 21:28:16 +00:00
Jens Maurer
0d0944b273
added preprocessor tests, broke smart_ptr
...
[SVN r12829]
2002-02-15 21:15:43 +00:00
Jens Maurer
d7c2abd199
added tests, smart_ptr now fails
...
[SVN r12828]
2002-02-15 21:13:30 +00:00
Jens Maurer
d93d41e838
added more preprocessor tests, some fixes
...
[SVN r12827]
2002-02-15 21:11:49 +00:00
Jens Maurer
12417b123e
new tests, broken shared pointer
...
[SVN r12826]
2002-02-15 21:08:10 +00:00
Toon Knapen
081e069078
*** empty log message ***
...
[SVN r12753]
2002-02-08 11:38:35 +00:00
Beman Dawes
d05111a14e
After tokenizer fix
...
[SVN r12748]
2002-02-07 13:33:58 +00:00
Darin Adler
1ab180166b
Fix atomic_count.hpp includes, convert Macintosh newlines to Unix ones,
...
since Metrowerks supports either and the rest of Boost uses Unix ones.
[SVN r12683]
2002-02-04 08:00:20 +00:00
Aleksey Gurtovoy
4ec3b87d9a
added ref_ct_test.cpp and ref_test.cpp test entries
...
[SVN r12523]
2002-01-27 13:10:20 +00:00
Dave Abrahams
5c4d9dd95e
added fake target for individual tests
...
[SVN r12508]
2002-01-25 15:46:32 +00:00
Dave Abrahams
1f20b6391c
added ref_test
...
[SVN r12482]
2002-01-24 16:53:36 +00:00
Vesa Karvonen
d55c9d75f8
Added libs/preprocessor/test/list_test.hpp
...
[SVN r12432]
2002-01-22 10:20:48 +00:00
Dave Abrahams
0b086a0a03
added binary_search_test
...
[SVN r12391]
2002-01-21 01:29:38 +00:00
Vesa Karvonen
f4fefbf110
Added libs/preprocessor/test/for_test.cpp
...
[SVN r12372]
2002-01-20 17:33:21 +00:00
John Maddock
381f21f16f
Updated test run
...
[SVN r12289]
2002-01-13 11:58:52 +00:00
Jens Maurer
d8022547d7
fixes to type_traits
...
[SVN r12263]
2002-01-09 21:51:33 +00:00
Jens Maurer
29503ffe75
object_type_traits now working with IRIX CC
...
[SVN r12262]
2002-01-09 21:42:12 +00:00
Dave Abrahams
c23fc10ebb
Add Joerg's fixes
...
[SVN r12253]
2002-01-09 02:38:50 +00:00
Dave Abrahams
5a53a49187
Suppressed some warnings for Borland
...
[SVN r12252]
2002-01-09 02:34:15 +00:00
Jens Maurer
57b6f1ae1c
upgrade Linux to gcc 3.0.3
...
[SVN r12201]
2002-01-02 20:40:13 +00:00
Jens Maurer
20f6b1698f
add more preprocessor tests
...
[SVN r12185]
2002-01-01 08:57:07 +00:00
Jens Maurer
8561be7ac5
added more preprocessor tests
...
upgrade to gcc 3.0.3
[SVN r12175]
2001-12-31 14:38:42 +00:00
Vesa Karvonen
396bbbcb38
Split preprocessor unit test
...
[SVN r12160]
2001-12-28 08:43:45 +00:00
Beman Dawes
2e521b257a
Win32 Metrowerks and STLport version updates
...
[SVN r12143]
2001-12-24 14:43:24 +00:00
Jens Maurer
d098a2f7dc
add links to timing results
...
[SVN r12120]
2001-12-18 22:36:10 +00:00
Jens Maurer
868b8250af
HTML fixes
...
common_factor_test added
[SVN r12070]
2001-12-16 16:57:09 +00:00
Dave Abrahams
139ec4c6d6
Added common_factor_test
...
[SVN r12046]
2001-12-13 18:28:05 +00:00
Beman Dawes
ab998fae1f
Update Win32 gcc version
...
[SVN r12032]
2001-12-13 16:18:03 +00:00
Jens Maurer
77f12ccfea
bind_test now works with IRIX CC
...
[SVN r12019]
2001-12-12 21:28:12 +00:00
Jens Maurer
3578d8028a
added common_factor_test
...
reworked HTML
fix for iterator_adaptor_test
[SVN r12007]
2001-12-10 20:48:58 +00:00
Beman Dawes
d6f2fcb735
Reduce #errors on Win32 for Comeau and Intel
...
[SVN r12006]
2001-12-10 20:30:56 +00:00
Beman Dawes
a9a4802c55
Add non-unix timing
...
[SVN r12005]
2001-12-10 19:06:55 +00:00
Jens Maurer
aec6f96de4
make --diff work again after HTML updates
...
[SVN r12004]
2001-12-10 17:30:50 +00:00
Jens Maurer
f3a88ec547
add common_factor_test
...
rework HTML header
[SVN r11980]
2001-12-08 08:42:44 +00:00
Jens Maurer
fbe8d3c58b
add common_factor_test
...
rework HTML heading
[SVN r11940]
2001-12-05 22:02:30 +00:00
Jens Maurer
cc30bc16fd
add common_factor_test
...
preprocessor test is compile-only
integer_test now fails, for unknown reason
[SVN r11937]
2001-12-05 21:45:56 +00:00
Vesa Karvonen
03d47f416e
preprocessor_test.cpp is compile only test
...
[SVN r11892]
2001-12-03 22:37:45 +00:00
Dave Abrahams
a59bdf1515
Re-enabled the void returns workarounds for MSVC, since they pass with VC6sp4. Added the void returns test to status/Jamfile.
...
Modified Files:
boost/mem_fn.hpp status/Jamfile
[SVN r11863]
2001-12-02 21:51:14 +00:00
Jens Maurer
3ba722c1ac
add common_factor_test.cpp
...
[SVN r11862]
2001-12-02 19:59:38 +00:00
Jens Maurer
7ff156b6af
removing sys/resource.h was a bad idea
...
[SVN r11860]
2001-12-02 19:54:37 +00:00
Jens Maurer
d5d4ad1149
add errno.h for errno
...
remove sys/resource.h, because it confuses Tru64 cxx
[SVN r11859]
2001-12-02 19:52:52 +00:00
Jens Maurer
bbe70254ff
wait4 is unsupported on some platforms, use wait3
...
[SVN r11858]
2001-12-02 19:44:23 +00:00
Jens Maurer
cdb479458d
fix HTML
...
[SVN r11856]
2001-12-02 19:14:02 +00:00
Jens Maurer
448d8a4dad
fix generated HTML
...
remove note on hand-crafted <limits> file
[SVN r11855]
2001-12-02 19:13:18 +00:00
Jens Maurer
4ed4b72b7b
add timing output on Unix
...
[SVN r11844]
2001-12-01 08:53:33 +00:00
Beman Dawes
e6c6075ca9
release
...
[SVN r11841]
2001-11-30 18:24:41 +00:00
Beman Dawes
c4f287342d
Make HTML heading more compact (for printing)
...
[SVN r11837]
2001-11-30 17:36:23 +00:00
Toon Knapen
79bbf44f9d
update just prior to 1.26 release
...
[SVN r11822]
2001-11-30 08:20:52 +00:00
Jens Maurer
81f5737342
function_test now passes on IRIX CC
...
[SVN r11815]
2001-11-29 21:47:27 +00:00
Beman Dawes
097b1076cb
Update Win32 CodeWarrior to version 7.0
...
[SVN r11792]
2001-11-28 01:54:20 +00:00
Jens Maurer
986f4b3fa0
added PREPROCESSOR library
...
[SVN r11790]
2001-11-27 20:56:31 +00:00
Jens Maurer
3af214e4e0
add PREPROCESSOR library
...
[SVN r11782]
2001-11-25 22:50:30 +00:00
Jens Maurer
aeba6c7b86
re-configured HP aCC compiler
...
[SVN r11775]
2001-11-23 20:41:01 +00:00
Dave Abrahams
f133a25b50
Minor change to add argument checking
...
[SVN r11752]
2001-11-21 02:15:32 +00:00
Jens Maurer
4732bbbd85
change tabs to spaces
...
[SVN r11740]
2001-11-19 22:18:37 +00:00
Dave Abrahams
26b8abe8bc
added bind suite
...
[SVN r11683]
2001-11-14 19:51:15 +00:00
Dave Abrahams
7561c2e5c5
Modified Files:
...
index.htm - fixed reference to CVS repository
libs/python/build/Jamfile - first stab at metrowerks Pro7 support
status/Jamfile - added RUN_ALL_TESTS variables to force tests to run
tools/build/boost-build.jam - fix BOOST_BUILD_INSTALLATION setting
tools/build/metrowerks-tools.jam - command file support
tools/build/msvc-tools.jam - permanent command file support
tools/build/intel-win32-tools.jam - made it an extension of msvc-tools.jam
tools/build/gcc-tools.jam - made FINDLIBS change submitted by Toon Knapen
tools/build/jam_src/variable.c - changed command-line/env. variable
interpretation so that
surrounding them with quotes causes
no breaking at spaces.
These files were converted from tabs to spaces:
boost/python/conversions.hpp
boost/python/reference.hpp boost/python/detail/base_object.hpp
boost/python/detail/functions.hpp
boost/python/detail/wrap_python.hpp libs/python/test/comprehensive.cpp
tools/build/boost-base.jam
tools/build/como-tools.jam
[SVN r11652]
2001-11-10 22:16:01 +00:00
Beman Dawes
57f6d09086
1.25.1 final commit
...
[SVN r11620]
2001-11-07 01:28:42 +00:00
Jens Maurer
67e641113b
updated to SunCC 6.u2 (C++ 5.3)
...
[SVN r11616]
2001-11-06 19:40:26 +00:00
Jens Maurer
c513014dac
update to HP aCC A.03.33
...
pthreads exhibit problem in gcc
[SVN r11573]
2001-11-04 21:58:09 +00:00
Jens Maurer
62e10ad4cb
typo
...
[SVN r11572]
2001-11-04 21:57:09 +00:00
Jens Maurer
655e23a679
type_traits worsened
...
[SVN r11571]
2001-11-04 21:55:45 +00:00
Jens Maurer
eaa04829ad
pthreads doesn't work yet
...
[SVN r11569]
2001-11-04 21:53:02 +00:00
Jeremy Siek
2ccb3d8d63
added suppression for long long for KCC
...
[SVN r11560]
2001-11-04 03:37:59 +00:00
Jens Maurer
1d3136ad76
enable pthreads on Alpha takes more than -pthread; remove for now
...
[SVN r11517]
2001-11-01 21:56:15 +00:00
Jens Maurer
d8686a9004
special functions work with more compilers
...
[SVN r11515]
2001-11-01 21:38:07 +00:00
Jens Maurer
5c3d740165
updated SunCC to 6.u2 (C++ 5.3)
...
[SVN r11496]
2001-10-31 19:43:05 +00:00
Jens Maurer
3973e57af7
revert to gcc 3.0.1 on Linux, because 3.0.2 has a bug that breaks pool_alloc
...
[SVN r11492]
2001-10-31 19:35:23 +00:00
Jens Maurer
bfe15bde2f
call_traits_test fixed
...
[SVN r11482]
2001-10-30 22:40:45 +00:00
Jens Maurer
ede5d6c0fc
upgrade HP aCC to A.03.33
...
[SVN r11478]
2001-10-30 22:32:08 +00:00
Jens Maurer
20b3c235f8
upgraded to Solaris 2.8
...
[SVN r11474]
2001-10-30 21:10:31 +00:00
Jens Maurer
e2c0fce5f6
remove KCC 3.4g
...
call_traits_test now fails
[SVN r11473]
2001-10-30 21:09:45 +00:00
John Maddock
91b0e8b006
Updated BeOS test results.
...
[SVN r11469]
2001-10-30 11:40:54 +00:00
Jens Maurer
9dbb33ec7d
remove KCC 3.4g from Solaris config
...
[SVN r11450]
2001-10-26 17:12:54 +00:00
Jens Maurer
a7b33ff53e
enable POSIX realtime functions on Compaq Tru64
...
[SVN r11438]
2001-10-25 05:21:46 +00:00
Jens Maurer
4a3407c298
upgrade to libcomo beta 15
...
[SVN r11436]
2001-10-25 04:26:41 +00:00
Jens Maurer
a517632ae5
need to use -D_POSIX_C_SOURCE=199309L with como strict mode and -D__STRICT_ANSI__ to get POSIX realtime functions
...
[SVN r11435]
2001-10-25 04:21:34 +00:00
Jens Maurer
89553b5963
need -lrt for POSIX realtime functions on Solaris
...
[SVN r11431]
2001-10-24 06:05:03 +00:00
Jens Maurer
af931b4349
Linux: add -lrt to find POSIX realtime functions
...
[SVN r11430]
2001-10-24 05:58:51 +00:00
Jens Maurer
ceb2dd4c2a
libcomo on Linux updated to version 15
...
[SVN r11423]
2001-10-23 15:33:28 +00:00
Dave Abrahams
fe406a164a
Added test suites to easily run all of the tests for a library
...
Added iterator_adaptor examples to the tests
[SVN r11379]
2001-10-12 22:23:50 +00:00
Darin Adler
3a74c4b1b1
New test results.
...
[SVN r11366]
2001-10-08 21:18:30 +00:00
Dave Abrahams
95d7a69fa9
regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions.
...
Jamfile:
subincludes for thread, python libs, and status for regression tests
Jamrules:
Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects
libs/regex/build/Jamfile
Take advantage of correct BOOST_ROOT setting
libs/python/build/Jamfile
Search for python executable; don't try to build anything if it can't be found.
don't build tests by default
improved comments, organization, and naming.
status/Jamfile
Fixed references to config test files
Failed tests now leave their stdout results in <testname>.error instead of removing it
No test targets are dependencies of 'all' anymore
Added comments
Reorganized
tools/build/Jambase
Meant to check this in long ago.
tools/build/allyourbase.jam
Fixed SHELL_EXPORT setting, added SHELL_SET
removed 'test' from the dependencies of 'all'; tests no longer run by default.
Fixed the direction of slashes for Windows when ALL_LOCATE_TARGET is used.
Added path-global rule for declaring path variables which may be relative
rule in-invocation-subdir returns true if the current subproject is the one
from which Jam was invoked
rule protect-subdir is now used to protect subproject variables
rule tokens-to-simple-path converts path tokens to a simplified path.
tools/build/boost-base.jam
Fixed bugs
tools/build/jam_src/makedebugjam.bat
Fixed a bug which prevented a final debug build
tools/build/jam_src/search.c
Fixed a bug of mine which caused LOCATE to be ignored (!).
[SVN r11348]
2001-10-06 18:19:15 +00:00
John Maddock
a0e30404f4
Updated BeOS to use STLport 4.5
...
[SVN r11345]
2001-10-05 11:19:49 +00:00
Jens Maurer
f6d45ef476
always use -D_ISOC99_SOURCE with Intel C++ on Linux
...
[SVN r11336]
2001-10-03 17:18:25 +00:00
Beman Dawes
47f84ffb56
Final 1.25.0 commit
...
[SVN r11316]
2001-10-01 16:59:11 +00:00
Beman Dawes
2dd56571d4
Add status table entry for Mac OS X
...
[SVN r11312]
2001-10-01 00:14:03 +00:00
John Maddock
07ad812ebf
Updated results (new config)
...
[SVN r11306]
2001-09-30 10:25:35 +00:00
Darin Adler
99a8203b3e
Mac OS results and some more updates to the command lines for Mac OS.
...
[SVN r11305]
2001-09-28 23:50:21 +00:00
Darin Adler
2a20df5e5c
More compilers for Mac OS.
...
[SVN r11303]
2001-09-28 17:38:59 +00:00
Jens Maurer
1c63f70c70
quaternion, octonion, special functions update by Hubert Holin
...
[SVN r11295]
2001-09-27 18:27:06 +00:00
Jens Maurer
4adac1669c
quaternion, octonion, special functions update by Hubert Holin
...
[SVN r11294]
2001-09-27 18:18:46 +00:00
Jens Maurer
4ed9d7bc57
improved configuration
...
[SVN r11287]
2001-09-26 21:37:23 +00:00
Jens Maurer
3f42119b7e
fix internal HTML links
...
[SVN r11286]
2001-09-26 21:33:51 +00:00
Jens Maurer
57310c6792
improved configuration
...
[SVN r11283]
2001-09-26 21:20:33 +00:00
Dave Abrahams
5de7e58234
Added calls to set-target-variables where they were missing.
...
[SVN r11240]
2001-09-24 22:24:40 +00:00
Jens Maurer
19cd3d03d1
fixed integer_traits
...
[SVN r11236]
2001-09-24 19:51:31 +00:00
Jens Maurer
f3cce6e509
integrated new config scheme
...
[SVN r11229]
2001-09-24 17:42:28 +00:00
Jens Maurer
dd4844b4ee
integrated new config system
...
[SVN r11228]
2001-09-24 17:26:16 +00:00
Jens Maurer
d927612372
integrated new config system
...
worked around icc segfaults
[SVN r11227]
2001-09-24 17:23:47 +00:00
Jens Maurer
daec2b26d0
add new config framework
...
[SVN r11219]
2001-09-23 18:10:37 +00:00
Jens Maurer
0f805bcb50
add links to Ralf W. Grosse-Kunstleve's "people" section
...
[SVN r11218]
2001-09-23 18:05:38 +00:00
Beman Dawes
e49c72938a
Rework page in response to questions from Greg Comeau
...
[SVN r11215]
2001-09-22 21:51:17 +00:00
Jens Maurer
32b60a9ef7
re-run with new config system
...
<boost/cstdint.hpp> fixed
[SVN r11204]
2001-09-22 15:01:16 +00:00
Darin Adler
7e1325f9fe
Add command lines for testing under Mac OS X.
...
[SVN r11196]
2001-09-22 02:57:32 +00:00
Darin Adler
7ad95929a5
Distinguish Mac OS 9 and Mac OS X.
...
[SVN r11195]
2001-09-22 02:56:56 +00:00
Darin Adler
56d392edb2
Remove spurious space.
...
[SVN r11194]
2001-09-22 02:56:11 +00:00
Beman Dawes
26886c6f7d
Add Borland -tWM switch so works for Boost.Threads
...
[SVN r11183]
2001-09-21 11:59:09 +00:00
Jens Maurer
5ec5db6424
icc-linux: preprocess first, then compile (avoids internal segmentation faults)
...
[SVN r11180]
2001-09-20 20:41:06 +00:00
Dave Abrahams
397289e0a0
Fixed boost-test to allow dependencies in the list of sources.
...
[SVN r11172]
2001-09-20 18:03:26 +00:00
Dave Abrahams
e5b94b7b4d
Added the ability to specify requirements for any test
...
[SVN r11169]
2001-09-20 14:54:48 +00:00
Jens Maurer
f482701127
add -pthread to Compaq C++ invocation
...
[SVN r11144]
2001-09-18 22:02:02 +00:00
Beman Dawes
57695effae
Fix broken links and other HTML changes related to new config system
...
[SVN r11142]
2001-09-18 21:24:51 +00:00
John Maddock
c627363296
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
Jens Maurer
e37166fc9f
fixed integer_traits on gcc 2.95.x
...
[SVN r11137]
2001-09-17 21:07:53 +00:00
Jens Maurer
83c8a9ff49
re-run with STLport 4.5
...
[SVN r11136]
2001-09-17 19:07:01 +00:00
Jens Maurer
725b664930
add build date for Intel C++
...
[SVN r11134]
2001-09-17 18:46:18 +00:00
Jens Maurer
a609569dce
lexical_cast_test fixed on MIPSpro / STLport
...
[SVN r11129]
2001-09-14 20:21:07 +00:00
Jens Maurer
7c2579ab62
Intel C++ (Linux) build information added
...
[SVN r11123]
2001-09-14 16:50:10 +00:00
Jens Maurer
7df6b69ea6
move regression logs from FTP to SourceForge HTTP site
...
[SVN r11117]
2001-09-13 20:23:40 +00:00
Jens Maurer
43903f1243
avoid file-scope const variables (helps with SunCC)
...
[SVN r11116]
2001-09-13 19:56:58 +00:00
Jens Maurer
05fc5ce525
added Intel C++ 5.0.1 (release) (non-commercial, personal license)
...
[SVN r11115]
2001-09-13 18:14:59 +00:00
Jens Maurer
b7f151eaef
added Intel C++ 5.0.1 (release) (non-commercial, personal license)
...
[SVN r11113]
2001-09-13 17:56:54 +00:00
Jens Maurer
bd2fb89037
add SunCC with STLport 4.5
...
[SVN r11105]
2001-09-12 17:57:37 +00:00
Jens Maurer
0cdf9c8bba
add aCC with STLport 4.5
...
[SVN r11099]
2001-09-11 21:26:52 +00:00
Jens Maurer
308b9bd64a
remove instantiation files on Linux to avoid compiler confusion
...
[SVN r11098]
2001-09-11 19:20:06 +00:00
Jens Maurer
7b0ee99b57
test SunCC with STLport 4.5
...
[SVN r11091]
2001-09-10 21:44:00 +00:00
Jens Maurer
55e4921e43
upgraded Linux and IRIX to STLport 4.5
...
[SVN r11090]
2001-09-10 21:35:18 +00:00
Jens Maurer
1c5c6fac89
enable STLport 4.5 with aCC on HP-UX
...
[SVN r11089]
2001-09-10 20:52:46 +00:00
Jens Maurer
fee73d468f
added bind_test, mem_fn_test
...
[SVN r11068]
2001-09-08 10:41:54 +00:00
Jens Maurer
7fc4fec880
added bind_test, mem_fn_test
...
[SVN r11062]
2001-09-07 18:03:09 +00:00
Jens Maurer
fa1a465184
added bind_test, memfn_test
...
[SVN r11061]
2001-09-07 18:00:18 +00:00
Jens Maurer
c7e62fc36d
re-run after adjustment for re-location of tie()
...
[SVN r11055]
2001-09-06 19:23:29 +00:00
Jeremy Siek
6695f19194
added case for MacOS X native c++ compiler
...
[SVN r11042]
2001-09-06 04:01:05 +00:00
Peter Dimov
1153f06fb6
Added bind and mem_fn tests
...
[SVN r11023]
2001-09-04 22:02:07 +00:00
Jens Maurer
8393ad5d9b
re-run after fixed tuple library
...
[SVN r11020]
2001-09-04 16:07:24 +00:00
Jens Maurer
c295faa820
re-run after "tuple" integration
...
[SVN r10971]
2001-08-30 19:39:40 +00:00
Jens Maurer
04bd5a6a22
re-run with "tuple" library fixes
...
[SVN r10970]
2001-08-30 19:31:05 +00:00
Jens Maurer
9fe6288edf
added gcc 3.0.1 results
...
[SVN r10921]
2001-08-23 20:49:39 +00:00
Jens Maurer
722e86ba44
upgraded to gcc 3.0.1
...
[SVN r10920]
2001-08-23 20:42:21 +00:00
Jens Maurer
2389f2668b
tuple_test got fixed
...
upgraded to gcc 3.0.1
[SVN r10919]
2001-08-23 20:37:20 +00:00
Jens Maurer
38deee7c57
upgraded gcc on IRIX and HP-UX to 3.0.1
...
[SVN r10917]
2001-08-23 19:11:32 +00:00
Jens Maurer
c79b934712
upgraded Linux to gcc 3.0.1
...
added Solaris gcc 3.0.1
[SVN r10908]
2001-08-22 22:00:12 +00:00
Beman Dawes
c323e9e792
Final 1.24.0 runup commit
...
[SVN r10903]
2001-08-20 14:01:12 +00:00
Jens Maurer
e8991c7430
quaternions now work for two compilers
...
[SVN r10897]
2001-08-19 17:10:50 +00:00
John Maddock
04d44fb1df
Updated BeOS results
...
[SVN r10892]
2001-08-19 11:05:54 +00:00
Jens Maurer
1d684fd2f8
added tuple library
...
[SVN r10880]
2001-08-16 18:59:08 +00:00
Jens Maurer
fc29e32fbf
avoid "Access control is not specified" warning with MIPSpro compiler
...
[SVN r10857]
2001-08-14 20:34:40 +00:00
Jens Maurer
aba32a835e
added tuple library
...
[SVN r10856]
2001-08-14 20:14:25 +00:00
Jens Maurer
ebdd4b14f6
added tuple library
...
[SVN r10855]
2001-08-13 20:49:21 +00:00
Beman Dawes
b124a44418
Add tuple_test_bench.cpp
...
[SVN r10853]
2001-08-13 16:08:17 +00:00
Beman Dawes
4f54b6ea26
Fix beos glitch which stopped Win32 compilers from running
...
[SVN r10852]
2001-08-13 16:02:50 +00:00
John Maddock
92f9a0cb5a
Updated BeOS settings
...
[SVN r10849]
2001-08-13 11:33:37 +00:00
John Maddock
e6c576eb68
Updated BeOS results
...
[SVN r10848]
2001-08-13 11:32:25 +00:00
Jens Maurer
4f052f1808
fix typo
...
[SVN r10844]
2001-08-12 21:15:27 +00:00
Jens Maurer
8ed3abf6b1
added gcc 3.0
...
[SVN r10837]
2001-08-10 18:28:16 +00:00
Jens Maurer
340f1268b4
add gcc 3.0 for IRIX
...
[SVN r10836]
2001-08-10 16:11:30 +00:00
Jens Maurer
17179b1d15
re-run, more failures in quaternions and octonions
...
[SVN r10815]
2001-08-08 17:40:57 +00:00
Jens Maurer
4558879f78
re-run with new 6.3-012 compiler
...
[SVN r10814]
2001-08-08 17:14:40 +00:00
Jens Maurer
fef3abb10a
upgraded cxx on Alpha from 6.3-008 to 6.3-012
...
[SVN r10813]
2001-08-08 16:53:41 +00:00
Jens Maurer
8771226db1
add gcc 2.95.3 for IRIX
...
[SVN r10812]
2001-08-08 16:44:59 +00:00
Darin Adler
e35ecc8bab
Spell things consistently. Add some bits of Mac stuff to the tests.
...
Use std::size_t where needed.
[SVN r10800]
2001-08-07 17:22:02 +00:00
Jens Maurer
f5752f9ea8
function_test fixes for SunCC
...
[SVN r10793]
2001-08-06 20:15:03 +00:00
Beman Dawes
99ef587c39
Oops - forgot second line for Win32 gcc template depth
...
[SVN r10733]
2001-07-31 23:49:55 +00:00
Beman Dawes
8a1ea91100
Win32 increase to -ftemplate-depth-40 for gcc
...
[SVN r10732]
2001-07-31 23:37:33 +00:00
Beman Dawes
2043b32f15
Add Comeau under Win32
...
[SVN r10696]
2001-07-23 17:45:57 +00:00
Dave Abrahams
eef7b422a9
Initial checkin
...
[SVN r10694]
2001-07-22 17:11:12 +00:00
Beman Dawes
ad6541041c
Add Comeau under Win32
...
[SVN r10679]
2001-07-20 20:28:15 +00:00
Beman Dawes
7ad4ffa058
Added "and" between table and messages links so they were more obviously separate. Corrected spelling of cooperation.
...
[SVN r10673]
2001-07-20 16:12:35 +00:00
Jens Maurer
55c1e7206c
special_functions works now
...
[SVN r10628]
2001-07-15 20:17:44 +00:00
Jens Maurer
fa02111068
add link to compiler messages for HP-UX
...
[SVN r10598]
2001-07-12 17:50:55 +00:00
Beman Dawes
d583f8974c
Change absolute URL's to relative
...
[SVN r10594]
2001-07-12 15:31:15 +00:00
Toon Knapen
81136146d6
Added link to compiler message for IBM/Aix
...
[SVN r10587]
2001-07-11 10:23:49 +00:00
Jens Maurer
569af0c85e
fix href bug in table heading
...
[SVN r10570]
2001-07-08 21:56:21 +00:00
Beman Dawes
fc171d635c
Fix Linux KAI HTML missing href="..."
...
[SVN r10565]
2001-07-08 17:22:04 +00:00
Beman Dawes
7765e717ad
1.23.0 final
...
[SVN r10561]
2001-07-06 20:31:01 +00:00
Beman Dawes
fd556f6359
Fix broken hyperlink
...
[SVN r10558]
2001-07-06 19:46:11 +00:00
Jens Maurer
f1bfe79b16
fixed bug so "any" works with gcc 3.0
...
[SVN r10546]
2001-07-05 21:08:09 +00:00
Jens Maurer
221f38fc7c
added "any"
...
[SVN r10538]
2001-07-05 17:53:50 +00:00
Jens Maurer
72600ab54e
added "any"
...
[SVN r10537]
2001-07-05 17:45:17 +00:00
Jens Maurer
777eeccc38
added "any"
...
[SVN r10536]
2001-07-05 17:29:41 +00:00
Toon Knapen
593017a07e
added Aix regression test
...
[SVN r10533]
2001-07-05 09:37:12 +00:00
Toon Knapen
057fd56c1d
also added RTTI support for Aix during linking
...
[SVN r10532]
2001-07-05 09:28:43 +00:00
Toon Knapen
28779047b7
added RTTI support for Aix
...
[SVN r10531]
2001-07-05 06:56:47 +00:00
uid30850
a72463fc50
added "any"
...
[SVN r10530]
2001-07-04 21:56:27 +00:00
uid30850
446203e322
added "any"
...
[SVN r10526]
2001-07-04 21:44:55 +00:00
Beman Dawes
48b25c6ff6
Added libs/any/any_test.cpp
...
[SVN r10514]
2001-07-03 14:20:31 +00:00
Jens Maurer
51b58cf66c
various fixes helped
...
[SVN r10501]
2001-07-01 15:55:18 +00:00
Jens Maurer
f9fe5533ed
added gcc 3.0
...
[SVN r10500]
2001-07-01 15:52:29 +00:00
Jens Maurer
266f93a7aa
toolfwd.hpp added
...
[SVN r10499]
2001-07-01 15:50:28 +00:00
Jens Maurer
f5afb676ab
added gcc 3.0
...
[SVN r10495]
2001-07-01 14:26:38 +00:00
Jens Maurer
4d668a5391
now using HP-UX 11.0, aCC 3.31
...
[SVN r10494]
2001-07-01 14:17:07 +00:00
Jens Maurer
716f0ba29a
Use HP-UX 11.0
...
[SVN r10493]
2001-07-01 14:02:24 +00:00
Jens Maurer
9b266ce758
added KCC 4.0e
...
[SVN r10492]
2001-07-01 14:01:52 +00:00
Jens Maurer
e9ee198cf8
use HP-UX 11.0, account provided by HP
...
[SVN r10477]
2001-06-28 21:00:31 +00:00
Jens Maurer
0d5ff64ead
add KAI C++ compiler
...
[SVN r10476]
2001-06-28 20:41:17 +00:00
Jens Maurer
c69ada2191
add KAI to acknowledgements
...
[SVN r10475]
2001-06-28 20:39:53 +00:00
John Maddock
2718a1713c
Updated regression tests
...
[SVN r10442]
2001-06-27 10:33:05 +00:00
Jens Maurer
e5b5b0aca5
refer to boost provided <cXXX> wrappers
...
[SVN r10435]
2001-06-26 18:44:02 +00:00
Jens Maurer
ae20e395b5
quaternions, octonions, special_functions added by Hubert Holin
...
[SVN r10416]
2001-06-24 17:51:09 +00:00
Jens Maurer
84478a07cb
added octonions, quaternions, special_functions (by Hubert Holin)
...
[SVN r10415]
2001-06-24 17:33:23 +00:00
Jens Maurer
99888427ac
added quaternions, octonions, special_functions (by Hubert Holin)
...
fixed Boost.Function (BOOST_NO_STD_ALLOCATOR required for MIPSpro/STLport)
[SVN r10414]
2001-06-24 17:31:46 +00:00
Jens Maurer
cb4642266c
fix "tokenizer" regressions (missing "typename"s)
...
[SVN r10413]
2001-06-24 17:29:13 +00:00
Jens Maurer
94d3e6914f
added quaternions, octonions, special_functions by Hubert Holin
...
[SVN r10410]
2001-06-24 15:35:39 +00:00
Jens Maurer
1f4a66c778
Special functions, octonions, quaternions by Hubert Holin
...
[SVN r10405]
2001-06-23 08:12:29 +00:00
Jens Maurer
82a48038a1
function library added
...
[SVN r10381]
2001-06-21 21:20:00 +00:00
Jens Maurer
4bbe72ddf9
function library
...
[SVN r10380]
2001-06-21 21:17:40 +00:00
Jens Maurer
f0e5603b95
added function library
...
[SVN r10379]
2001-06-21 21:16:51 +00:00
Jens Maurer
09400de3d7
added gcc 3.0
...
[SVN r10375]
2001-06-21 17:37:28 +00:00
Beman Dawes
a0421913db
added run libs/function/test/function_test.cpp
...
[SVN r10367]
2001-06-21 16:05:37 +00:00
Jens Maurer
355b5db911
added gcc 3.0
...
[SVN r10359]
2001-06-19 16:42:38 +00:00
Jens Maurer
4fa7afb173
added tokenizer
...
[SVN r10349]
2001-06-15 20:40:12 +00:00
Jens Maurer
82db39083c
added tokenizer
...
[SVN r10348]
2001-06-15 20:13:35 +00:00
Jens Maurer
d043f1363a
added tokenizer
...
[SVN r10347]
2001-06-15 19:56:07 +00:00
Beman Dawes
1301e867cd
Tokenizer examples added
...
[SVN r10329]
2001-06-14 16:09:29 +00:00
Jens Maurer
9364b4e928
use std:: for getenv
...
[SVN r10325]
2001-06-14 10:41:42 +00:00
Jens Maurer
e678052b10
switched to MIPSpro 7.3.1.2
...
[SVN r10317]
2001-06-12 22:18:53 +00:00
Jens Maurer
07b5c5d4fc
MIPSpro CC (on IRIX) upgraded to 7.3.1.2
...
[SVN r10310]
2001-06-11 20:01:19 +00:00
Beman Dawes
c3008fc981
Upgrade MS VC++ 6.0 to SP5
...
[SVN r10254]
2001-06-01 17:53:18 +00:00
Jens Maurer
f9e45f24d7
free -> fee in copyright notice
...
[SVN r10246]
2001-05-30 16:28:09 +00:00
John Maddock
d18f0c6e8c
regex point release (minor compatiblity fixes)
...
[SVN r10245]
2001-05-30 11:36:49 +00:00
Beman Dawes
8dcbaf4339
1.22.0 final comit (hopefully!)
...
[SVN r10238]
2001-05-28 15:00:59 +00:00
John Maddock
b5c1fc0bbe
updated regression test results
...
[SVN r10233]
2001-05-27 11:01:27 +00:00
Beman Dawes
857eee7ea1
1.22.0 runup
...
[SVN r10229]
2001-05-25 19:47:37 +00:00
Jens Maurer
9c27e750ec
added checked_delete_test and noncopyable_test
...
[SVN r10224]
2001-05-24 21:16:27 +00:00
Jens Maurer
259bbc8dec
checked_delete_test, noncopyable_test
...
[SVN r10205]
2001-05-23 21:42:59 +00:00
Jens Maurer
917b24f770
re-run after adding noncopyable_test, checked_delete_test etc.
...
[SVN r10201]
2001-05-23 17:00:49 +00:00
Beman Dawes
c28f61c910
Smart pointer and utility changes related to adding checked_delere and checked_array_delete
...
[SVN r10189]
2001-05-22 18:58:21 +00:00
Jens Maurer
c1195b1847
added crc_test
...
[SVN r10128]
2001-05-18 22:03:53 +00:00
Beman Dawes
8861b211f4
Add crc_test.cpp
...
[SVN r10118]
2001-05-16 19:40:56 +00:00
Beman Dawes
6b13348a9e
Latest tests, now including Intel compiler
...
[SVN r10112]
2001-05-14 20:28:30 +00:00
Beman Dawes
0a96918572
Add official Intel support including logo
...
[SVN r10111]
2001-05-14 20:12:40 +00:00
Jens Maurer
639717c591
Comeau now at libcomo beta10
...
[SVN r10106]
2001-05-13 18:16:17 +00:00
Jens Maurer
6e17226357
regex now works with SunCC on Solaris
...
[SVN r10099]
2001-05-12 07:37:00 +00:00
Jens Maurer
2389070863
regex_test now works on Alpha
...
[SVN r10098]
2001-05-11 20:58:00 +00:00
Jens Maurer
43c6aa9492
fixed paths for Solaris 64bit compiler configuration
...
[SVN r10097]
2001-05-11 20:56:06 +00:00
Jens Maurer
43602ea18c
on Solaris with SunCC, delete the template instantiation cache before linking
...
[SVN r10096]
2001-05-11 17:18:58 +00:00
Jens Maurer
db76fdfe5d
upgraded to DEC C++ 6.3-008
...
[SVN r10083]
2001-05-09 21:32:01 +00:00
Jens Maurer
68d54b2fd6
update HP aCC warning disable
...
update DEC Alpha to 6.3-008 (now has native <cXXX> includes)
[SVN r10081]
2001-05-09 21:08:51 +00:00
Jens Maurer
c2ca61c1d1
various changes avoided Sun CC internal compiler errors
...
[SVN r10069]
2001-05-08 20:02:43 +00:00
John Maddock
3c9538b76d
Updated regression tests results
...
[SVN r10063]
2001-05-08 11:21:45 +00:00
Jens Maurer
48e325c34a
adjust HP aCC compiler version display
...
[SVN r10048]
2001-05-07 21:14:19 +00:00
Jens Maurer
b20a9ae2bc
changed "config_test" to "run"
...
[SVN r10035]
2001-05-06 18:38:06 +00:00
Jens Maurer
94c5b690d4
run config_test.cpp
...
[SVN r10030]
2001-05-05 20:42:37 +00:00
Jens Maurer
eb83375191
updated compiler configuration for HP aCC
...
[SVN r10028]
2001-05-05 20:38:07 +00:00
Beman Dawes
20101551fb
Final 1.21.2 commit
...
[SVN r9982]
2001-04-25 14:10:56 +00:00
Beman Dawes
1394fb3862
Change all eGroups references to YahooGroups
...
[SVN r9979]
2001-04-25 00:24:50 +00:00
Jens Maurer
041daa740c
added hyperlinks to table column headings
...
[SVN r9803]
2001-04-16 15:53:59 +00:00
Jens Maurer
049253b0ef
added hyperlinks in table column headings
...
[SVN r9802]
2001-04-16 15:53:25 +00:00
Jens Maurer
ec79c0dfcb
fixed flawes in the regression test suite
...
[SVN r9801]
2001-04-16 15:50:25 +00:00
Beman Dawes
f63aff6247
After numerous additions and changes
...
[SVN r9800]
2001-04-16 15:22:06 +00:00
Jens Maurer
cfd34c4d34
added hyperlinks to compiler vendors
...
timer is now fixed for gcc
[SVN r9799]
2001-04-16 14:07:12 +00:00
Jens Maurer
44e94370f8
add acknowledgements
...
[SVN r9798]
2001-04-16 13:58:31 +00:00
Jens Maurer
37feb47d21
fix Solaris think-o
...
[SVN r9797]
2001-04-16 13:54:04 +00:00
Beman Dawes
fe1965af26
Corrected Metrowerks version number
...
[SVN r9794]
2001-04-16 12:58:57 +00:00
Jens Maurer
2696e1e5b7
added hyperlinks to the column headings
...
[SVN r9790]
2001-04-16 12:46:43 +00:00
Jens Maurer
e8a2ced834
using strict IEEE comparisons makes limits_test work
...
[SVN r9786]
2001-04-15 19:29:10 +00:00
Jens Maurer
48eab85a61
IRIX: enable IEEE-conformant NaN and infinity handling
...
[SVN r9785]
2001-04-15 18:25:09 +00:00
John Maddock
5d370c1621
*** empty log message ***
...
[SVN r9783]
2001-04-15 10:18:39 +00:00
Jens Maurer
21b4cef5e3
fixed limits_test.cpp
...
[SVN r9782]
2001-04-14 20:55:54 +00:00
Jens Maurer
6daa10f7c0
re-run
...
[SVN r9781]
2001-04-14 20:54:58 +00:00
Jens Maurer
10882abcd1
added is_function and limits tests
...
[SVN r9778]
2001-04-14 12:54:43 +00:00
Jens Maurer
dc3d5ce7ab
fix directory for regex regression test data
...
[SVN r9775]
2001-04-13 07:46:56 +00:00
John Maddock
ef961f1ead
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
John Maddock
60b06d295f
reworked regex directory structure to match boost requirements.
...
[SVN r9752]
2001-04-10 11:44:47 +00:00
John Maddock
b9c09422fa
Updated limits.hpp for BeOS support
...
[SVN r9696]
2001-04-03 11:26:20 +00:00
John Maddock
0f5093a251
fixed config.hpp to detect missing <limits> header
...
[SVN r9692]
2001-04-02 11:35:49 +00:00
John Maddock
9fdccc7c9b
Added boost-wide <limits> woraround
...
[SVN r9688]
2001-04-01 11:59:18 +00:00
Jens Maurer
5ac2889ac5
re-run after various updates
...
[SVN r9651]
2001-03-27 20:26:15 +00:00
Jens Maurer
ab00ef2681
update
...
[SVN r9650]
2001-03-27 20:24:42 +00:00
Jens Maurer
f460608b0e
re-run after various changes
...
[SVN r9649]
2001-03-27 20:23:29 +00:00
Jens Maurer
acec1b46e7
upgraded to gcc 2.95.3, como 4.2.45.2
...
[SVN r9648]
2001-03-27 20:22:11 +00:00
Jens Maurer
787e883880
upgrade to glibc 2.2.2
...
[SVN r9647]
2001-03-27 20:20:07 +00:00
John Maddock
da3d86cd5a
corrected entry for is_function test
...
[SVN r9646]
2001-03-27 11:16:48 +00:00
John Maddock
5c7afbc7cf
added regression test for is_function
...
[SVN r9644]
2001-03-27 10:52:02 +00:00
Beman Dawes
a61932f2d6
Add IBM Visual Age compiler, from Toon Knapen
...
[SVN r9612]
2001-03-20 12:51:49 +00:00
Beman Dawes
522a9f05fe
1.21.1 run up
...
[SVN r9560]
2001-03-14 15:36:53 +00:00
Beman Dawes
0704c489ce
Minor fixes
...
[SVN r9541]
2001-03-11 13:45:46 +00:00
John Maddock
840e767a1a
Beos status update
...
[SVN r9538]
2001-03-10 11:24:54 +00:00
Beman Dawes
29a324a67c
Final 1.21.0 commit
...
[SVN r9524]
2001-03-09 14:58:06 +00:00
Beman Dawes
d125ee6965
1.21.0 runup
...
[SVN r9509]
2001-03-08 21:15:12 +00:00
Jeremy Siek
51ba642376
added indirect and transform iterator tests
...
[SVN r9504]
2001-03-08 20:47:36 +00:00
Beman Dawes
b63f02b98d
1.21.0 run up
...
[SVN r9502]
2001-03-08 20:35:52 +00:00
Jeremy Siek
72fdab7a8c
added iter_traits_gen_test
...
[SVN r9489]
2001-03-08 16:34:13 +00:00
Beman Dawes
9d667e168d
Getting close to release
...
[SVN r9407]
2001-03-04 15:09:15 +00:00
John Maddock
cd70d774fc
Updated regression tests
...
[SVN r9403]
2001-03-04 13:03:51 +00:00
John Maddock
2e88be3904
BeOS status update
...
[SVN r9391]
2001-03-03 11:27:40 +00:00
Beman Dawes
82bcbd89b6
Add Test Library regression tests
...
[SVN r9369]
2001-03-01 00:47:19 +00:00
John Maddock
76aaf19109
Beos updated compiler status
...
[SVN r9323]
2001-02-25 12:04:10 +00:00
Jens Maurer
80b1c8dbce
removed type_traits_test, added type_traits/*_test
...
[SVN r9308]
2001-02-21 22:02:09 +00:00
Jens Maurer
5e04e81546
removed type_traits_test, added type_traits/*_test
...
[SVN r9307]
2001-02-21 19:39:04 +00:00
Jens Maurer
1c3ac646df
removed type_traits_test.cpp, added type_traits/*_test.cpp
...
[SVN r9298]
2001-02-20 18:05:59 +00:00
Jens Maurer
2ede7c7fcd
removed type_traits_test, added type_traits/*_test
...
[SVN r9297]
2001-02-20 18:03:35 +00:00
Jens Maurer
63ba7d5140
Compaq C++ needs "-lm" for linking
...
[SVN r9295]
2001-02-20 17:51:39 +00:00
John Maddock
45a4687c3d
added revised type traits tests, and removed defunct type_traits_test.cpp
...
[SVN r9271]
2001-02-19 12:55:25 +00:00
Jens Maurer
7af613f495
re-run after upgrades of regex and type_traits
...
[SVN r9266]
2001-02-18 23:36:50 +00:00
Jens Maurer
defb837694
re-run after major type_traits updates and subsequent fixes
...
[SVN r9260]
2001-02-18 19:27:27 +00:00
Jens Maurer
8ee68f3691
iterator_adaptors etc. are working again
...
[SVN r9257]
2001-02-18 19:01:16 +00:00
John Maddock
f6fd860cfa
regex Intel C++ fix...
...
[SVN r9251]
2001-02-18 12:03:08 +00:00
Jens Maurer
abc89a8fc1
change "-ptall" to "-ptused" to avoid superfluous template instantiations
...
[SVN r9243]
2001-02-17 21:54:27 +00:00
Jens Maurer
f4a23431c1
removed libs/utility/iter_adaptor_fail_expected3.cpp
...
[SVN r9195]
2001-02-13 19:28:42 +00:00
Jens Maurer
dcf11a989e
removed libs/utility/iter_adaptor_fail_expected3.cpp
...
iterator_adaptor_test.cpp fails because const and non-const iterators
of std::deque fail to compare
[SVN r9194]
2001-02-13 19:27:57 +00:00
Jens Maurer
35b88319ae
removed libs/utility/iter_adaptor_fail_expected3.cpp
...
regex and wregex now work
iterator_adaptor_test fails because const and non-const iterators of std::deque
fail to compare
[SVN r9193]
2001-02-13 19:25:54 +00:00
Jens Maurer
abc8b57d92
removed iter_adaptor_fail_expected3.cpp
...
[SVN r9172]
2001-02-12 19:23:18 +00:00
Jeremy Siek
f038b75fc8
removed iter adaptor fail expected 3, no longer needed
...
[SVN r9153]
2001-02-12 04:58:04 +00:00
Beman Dawes
0a9be37609
Fix 1.20.2 boo-boos
...
[SVN r9072]
2001-02-10 14:52:06 +00:00
Beman Dawes
6dead9f4a9
All final 1.20.2 changes, including fixing broken hyperlinks
...
[SVN r9071]
2001-02-10 14:42:14 +00:00
Jens Maurer
d1f5a1ac89
fixed iterator_adaptor and graph
...
[SVN r9040]
2001-02-08 20:15:31 +00:00
Jens Maurer
76bd6a6e9e
fixed iterator_adaptor and rational_test
...
[SVN r9039]
2001-02-08 20:13:19 +00:00
Jens Maurer
7200176f0e
undo previous change
...
[SVN r9038]
2001-02-08 20:01:17 +00:00
Jens Maurer
1c7b070759
distinguish compile and run failures
...
[SVN r9037]
2001-02-08 19:57:41 +00:00
Beman Dawes
886a65eb04
Define BOOST_INCLUDE_MAIN for Win32 compilers for initial testing of Boost Test Library
...
[SVN r9036]
2001-02-08 19:17:51 +00:00
Jens Maurer
68882696fb
fixes to counting_iterator and iterator_adaptor
...
[SVN r9035]
2001-02-08 18:18:25 +00:00
Jens Maurer
79130b89ff
fixed regex on KCC 3.4g for Solaris
...
[SVN r9010]
2001-02-07 20:39:57 +00:00
Jens Maurer
24d60bb059
additional failures with iterator adaptors
...
[SVN r9009]
2001-02-07 18:16:29 +00:00
Jens Maurer
1b77bbf407
re-run
...
[SVN r9008]
2001-02-07 18:15:35 +00:00
Jens Maurer
a60762711e
re-run with changed iterator adaptors
...
[SVN r9007]
2001-02-07 18:14:34 +00:00
Jens Maurer
584ae36f72
re-run with rational_test.cpp and various bug fixes
...
[SVN r9006]
2001-02-07 17:57:20 +00:00
John Maddock
82da2cc3aa
beos status update
...
[SVN r8999]
2001-02-07 11:21:36 +00:00
Jens Maurer
430e73122c
re-run after various fixes
...
[SVN r8998]
2001-02-07 06:50:19 +00:00
Jens Maurer
6c623c1a6c
re-run after various portability and bug fixes
...
[SVN r8997]
2001-02-07 06:47:42 +00:00
Beman Dawes
f1097c5d3a
Tweak Intel for stricter error checking
...
[SVN r8973]
2001-02-06 16:44:53 +00:00
Jens Maurer
ecde942dcb
added rational_test.cpp
...
[SVN r8971]
2001-02-06 06:34:20 +00:00
Jens Maurer
71289ac640
added rational_test.cpp
...
[SVN r8952]
2001-02-05 21:44:07 +00:00
Jens Maurer
5ea3b4aa88
re-run after counting_iterator integration
...
switched order of KCC 4.0a and 3.4g (recent one first)
[SVN r8949]
2001-02-05 21:09:29 +00:00
Jens Maurer
cc64f6d272
re-run after counting_iterator integration
...
[SVN r8948]
2001-02-05 20:55:55 +00:00
Jens Maurer
6948a80805
re-run after counting_iterator integration and config update
...
[SVN r8947]
2001-02-05 20:55:14 +00:00
Jens Maurer
b469f89ab0
add -Wall -W for gcc on Linux
...
[SVN r8944]
2001-02-05 19:30:28 +00:00
John Maddock
650229d1df
Modified static assert test types
...
[SVN r8941]
2001-02-05 12:39:14 +00:00
Jens Maurer
9d29305a81
added KAI C++ 4.0a
...
[SVN r8921]
2001-02-04 16:58:12 +00:00
Jens Maurer
d41fb3bb29
fix cut&paste goof-up
...
[SVN r8920]
2001-02-04 16:44:36 +00:00
Jens Maurer
2d6942e6c5
added KCC 4.0a for Solaris
...
[SVN r8917]
2001-02-04 16:15:12 +00:00
Jens Maurer
5f2eefee88
re-run after update to counting iterator
...
switch to glibc 2.2.1
[SVN r8916]
2001-02-04 16:04:30 +00:00
Jens Maurer
cb7a4b40e8
switch to glibc 2.2.1 on Linux
...
output return code of sub-processes if != 0
[SVN r8915]
2001-02-04 16:03:49 +00:00
John Maddock
637363fe00
beos status update
...
[SVN r8887]
2001-02-03 11:26:38 +00:00
Jens Maurer
c072a94f0a
re-run after additional workarounds
...
[SVN r8886]
2001-02-02 22:37:28 +00:00
Jens Maurer
0dea41f59a
KAI C++ on Sun needs explicit -lm
...
[SVN r8876]
2001-02-02 21:27:43 +00:00
Jens Maurer
0b921e0948
prefix "Boost" to the HTML title for context-free identification
...
[SVN r8869]
2001-02-02 20:07:04 +00:00
Beman Dawes
17353776b2
Minor changes and integration with test policy and regression test suite pages
...
[SVN r8830]
2001-01-31 14:35:05 +00:00
Dave Abrahams
7253199e3c
made it compile with Borland
...
[SVN r8824]
2001-01-31 03:11:30 +00:00
Jens Maurer
8a441ebcc4
re-run
...
[SVN r8820]
2001-01-30 22:32:27 +00:00
Jens Maurer
722e095346
add HP/UX support
...
[SVN r8819]
2001-01-30 22:32:26 +00:00
Jens Maurer
88790aab36
added HP/UX configurations
...
[SVN r8818]
2001-01-30 22:32:25 +00:00
Jens Maurer
856cdfc33b
added HP/UX
...
[SVN r8817]
2001-01-30 22:32:24 +00:00
Beman Dawes
953aecd81e
Minor web page updates
...
[SVN r8810]
2001-01-29 18:37:10 +00:00
John Maddock
344bc03de1
added compiler log file link
...
[SVN r8806]
2001-01-28 12:31:21 +00:00
John Maddock
6606c5970f
regression.cpp: Minor change to get the regression test rpogram functioning under cygwin.
...
[SVN r8779]
2001-01-27 11:33:04 +00:00
Beman Dawes
50662625ab
Add GCC and Cygwin version info
...
[SVN r8773]
2001-01-26 15:17:45 +00:00
Jens Maurer
a58aa3c5f5
re-run with counting_iterator_test.cpp
...
[SVN r8764]
2001-01-24 23:12:51 +00:00
Jens Maurer
c805efaa5f
re-run with counting_iterator_test
...
[SVN r8763]
2001-01-24 23:11:31 +00:00
Jens Maurer
fa790e05ac
re-run with counting_iterator_test.cpp and fixes to numeric_traits_test.cpp
...
[SVN r8761]
2001-01-24 22:34:43 +00:00
Dave Abrahams
798703a774
Added counting_iterator_test.cpp
...
[SVN r8758]
2001-01-24 18:38:47 +00:00
Beman Dawes
bd5fd83c0a
Refresh after adding GCC
...
[SVN r8744]
2001-01-23 22:07:26 +00:00
Jens Maurer
6cf93dc71f
no highlighting at all without --diff option
...
[SVN r8730]
2001-01-23 17:40:22 +00:00
John Maddock
7bf7619577
regex: fixed makefiles to clean *.pch files.
...
[SVN r8728]
2001-01-23 12:28:36 +00:00
Jens Maurer
0b1293c9a1
added --diff option to highlight changes viz. the previous run
...
[SVN r8725]
2001-01-22 23:06:03 +00:00
Jens Maurer
fa7bda63c5
added numeric_traits_tests.cpp, fixed failures with Comeau C++/strict mode
...
[SVN r8720]
2001-01-22 21:34:13 +00:00
Jens Maurer
bf71511f04
added numeric_traits_tests.cpp
...
[SVN r8719]
2001-01-22 21:33:13 +00:00
Jens Maurer
027b235514
change Compaq C++ 6.0 to 6.2 in informational message
...
[SVN r8718]
2001-01-22 21:26:49 +00:00
Jens Maurer
d5b3088316
added numeric_traits_tests.cpp
...
[SVN r8717]
2001-01-22 21:26:07 +00:00
Jens Maurer
3e466a3dcf
re-run with numeric_traits_tests.cpp
...
[SVN r8716]
2001-01-22 21:23:13 +00:00
Jens Maurer
d62bf750f6
add references to the compiler message files on Soureforge anonymous ftp
...
[SVN r8715]
2001-01-22 21:20:24 +00:00
Jens Maurer
97708f58c6
remove "-instances=static" from Solaris 64bit configuration; not needed
...
[SVN r8713]
2001-01-22 20:49:23 +00:00
Jeremy Siek
034c491378
added changelog note
...
[SVN r8708]
2001-01-22 16:49:28 +00:00
Dave Abrahams
91cdb04918
Added numeric_traits_test.cpp
...
[SVN r8707]
2001-01-22 05:09:44 +00:00
Jens Maurer
a85acda365
re-run with additional iterator tests
...
[SVN r8698]
2001-01-21 22:20:01 +00:00
Jens Maurer
e104bbc3b9
added 64bit mode for Solaris
...
[SVN r8697]
2001-01-21 22:17:18 +00:00
Jens Maurer
11c0ad573b
re-run with iterator_test* and 64bit output
...
[SVN r8696]
2001-01-21 22:14:49 +00:00
Jens Maurer
f124a75b6d
re-run wth iterator_traits_test*
...
[SVN r8694]
2001-01-21 21:19:45 +00:00
Jens Maurer
9c3b50d6cd
added Linux Comeau in strict_warnings mode
...
[SVN r8693]
2001-01-21 21:05:39 +00:00
Jens Maurer
2d76195b4b
added Comeau in strict_warnings mode
...
[SVN r8692]
2001-01-21 21:05:10 +00:00
Jeremy Siek
6101e943d8
added new iter adaptor fail expected tests
...
[SVN r8689]
2001-01-21 20:31:53 +00:00
Jens Maurer
b6c44c0bd4
Restored alphabetic ordering.
...
[SVN r8686]
2001-01-21 20:15:20 +00:00
John Maddock
223ea1ade7
regex: regression test fixes
...
[SVN r8679]
2001-01-21 12:58:24 +00:00
Dave Abrahams
a8fa406a0a
Added iterator_traits_test.cpp
...
[SVN r8677]
2001-01-21 06:04:25 +00:00
Dave Abrahams
d7fdd7e537
Turned on STLPort debug mode and turned off incremental linking for vc6
...
builds. Added cygwin build. Waiting for a fix for cygwin/stlport to add that
[SVN r8675]
2001-01-21 05:59:31 +00:00
Beman Dawes
c3af7ef1d1
Refresh to match FTP site
...
[SVN r8657]
2001-01-20 19:35:48 +00:00
Jens Maurer
f33daeddd1
re-run after gcc/Solaris -pedantic -> -ansi command line fix
...
[SVN r8650]
2001-01-19 19:40:45 +00:00
Jens Maurer
ed23df59b4
changed gcc/Solaris flags from -pedantic to -ansi
...
The former makes the preprocessor forget about the LL suffix
[SVN r8649]
2001-01-19 19:40:08 +00:00
Beman Dawes
8e5b9af19e
Add win32 Intel compiler
...
[SVN r8645]
2001-01-19 18:14:13 +00:00
Jens Maurer
13514274ef
re-run after John Maddock's regex fix
...
[SVN r8642]
2001-01-18 23:25:19 +00:00
Jens Maurer
ef710ff9fe
added Solaris 2.7 regression tests
...
[SVN r8631]
2001-01-17 21:44:07 +00:00
Jens Maurer
95198879a3
Move regression tests and results to new top-level directory "status"
...
[SVN r8630]
2001-01-17 21:22:00 +00:00