Commit Graph

50050 Commits

Author SHA1 Message Date
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
5bd92e0708 Don't use "long long" with gcc 3.0's shipped library, because it does
not define operator<<(ostream&, long long) overloads.


[SVN r10095]
2001-05-11 17:04:56 +00:00
Jens Maurer
9fe9e39e04 don't test "long long" with gcc 3.0's shipped library
[SVN r10094]
2001-05-11 16:55:31 +00:00
Jeremy Siek
b5635b8724 added BidirectionalGraphConcept check
[SVN r10093]
2001-05-11 16:05:16 +00:00
Jeremy Siek
7994439a00 added in_degree()
[SVN r10092]
2001-05-11 16:04:35 +00:00
John Maddock
f3d2321b60 Added missing BOOST_RE_CALL modifier
[SVN r10091]
2001-05-11 11:30:32 +00:00
John Maddock
cf42cf080a Added some missing BOOST_RE_CALL macros
[SVN r10090]
2001-05-11 11:28:11 +00:00
John Maddock
b8e0c296b9 Fixes for STLPort 4.1b6,
and for gcc on platforms with <sys/type.h>


[SVN r10089]
2001-05-11 10:50:06 +00:00
John Maddock
bdb35ee56c Fix for Sun 5.1 compiler
[SVN r10088]
2001-05-11 10:48:29 +00:00
John Maddock
48a1bfcd94 Preprocessor fix for VC6 + STLPort 4.1b6
[SVN r10087]
2001-05-11 10:47:57 +00:00
Jeremy Siek
8d2283051b changed comment
[SVN r10086]
2001-05-11 03:54:59 +00:00
Beman Dawes
6d71081d51 Clarify rationale for noncopyability
[SVN r10085]
2001-05-10 16:00:49 +00:00
Jeremy Siek
7f3cd086ff fixed property_map for filtered_graph
[SVN r10084]
2001-05-10 08:26:26 +00:00
Jens Maurer
db76fdfe5d upgraded to DEC C++ 6.3-008
[SVN r10083]
2001-05-09 21:32:01 +00:00
Jens Maurer
3a88c27982 HPPA is big-endian
[SVN r10082]
2001-05-09 21:14:35 +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
460a9b2f23 HP-UX needs special attention because ULONG_LONG_MAX is not fully usable
[SVN r10080]
2001-05-09 21:07:20 +00:00
Jens Maurer
f8e750b9d6 mersenne_twister: add note regarding seed() overloads
[SVN r10079]
2001-05-09 17:39:26 +00:00
Jens Maurer
8acef9ce1d delete const pointer
[SVN r10078]
2001-05-09 17:38:30 +00:00
Jeremy Siek
1894863377 few fixes
[SVN r10077]
2001-05-09 05:14:16 +00:00
Jeremy Siek
9c8eed477b some fixes to associative_property_map
[SVN r10076]
2001-05-09 05:12:13 +00:00
Jeremy Siek
77b4e8b3b0 removed excess template parameters from the strong_components() with
all defaults


[SVN r10075]
2001-05-09 03:00:40 +00:00
Jeremy Siek
69244988e2 tweaked a comment
[SVN r10074]
2001-05-08 21:07:15 +00:00
Jeremy Siek
965a618098 mored vertex_root here
[SVN r10073]
2001-05-08 20:30:06 +00:00
Jeremy Siek
11f95acdd6 moved vertex_root_t
[SVN r10072]
2001-05-08 20:29:46 +00:00
Jeremy Siek
b111b5488c added link to girth and roget components
[SVN r10071]
2001-05-08 20:29:09 +00:00
Jeremy Siek
7d144e3958 new file
[SVN r10070]
2001-05-08 20:26:31 +00:00
Jens Maurer
c2ca61c1d1 various changes avoided Sun CC internal compiler errors
[SVN r10069]
2001-05-08 20:02:43 +00:00
Jens Maurer
cd006ba671 gcc on HP-UX doesn't have WCHAR_MIN and WCHAR_MAX
[SVN r10068]
2001-05-08 18:15:32 +00:00
Jens Maurer
6cbe11018d int64_t may not be defined on HP-UX when using gcc
[SVN r10067]
2001-05-08 18:14:14 +00:00
John Maddock
319ca465fd removed spurious semicolon
[SVN r10066]
2001-05-08 11:37:04 +00:00
John Maddock
a011c057b5 Sun 5.1 fix
[SVN r10065]
2001-05-08 11:36:19 +00:00
John Maddock
8023f6801e reorganised regex config setup
[SVN r10064]
2001-05-08 11:24:35 +00:00
John Maddock
3c9538b76d Updated regression tests results
[SVN r10063]
2001-05-08 11:21:45 +00:00
John Maddock
b3ccc6e7c5 Updated docs - added VC6 bug warning
[SVN r10062]
2001-05-08 11:17:44 +00:00
John Maddock
bd2364bc64 Updated/stricter test program
[SVN r10061]
2001-05-08 11:17:05 +00:00
John Maddock
495434fdc2 Fixes for Sun C++ 5.1
[SVN r10060]
2001-05-08 11:16:35 +00:00
John Maddock
5e3c66fad2 Fixes for VC6 + compressed_pair
[SVN r10059]
2001-05-08 11:13:28 +00:00
John Maddock
f8869e9749 Fixed more wchar_t problems
[SVN r10058]
2001-05-08 11:11:30 +00:00
John Maddock
f4024d338c sun 5.1 config fixes - see comments for details
[SVN r10057]
2001-05-08 11:08:12 +00:00
Jeremy Siek
c3b57caf63 dummy_cons -> static_object<detail::dummy_constructor>::get()
[SVN r10056]
2001-05-07 21:28:32 +00:00
Jeremy Siek
768b198160 removed comment about variant 2 of bfs
[SVN r10055]
2001-05-07 21:27:19 +00:00
Jeremy Siek
ba3709ef06 updated call to breadth first search
[SVN r10054]
2001-05-07 21:26:49 +00:00
Jeremy Siek
f0823ba4dc fixed constness of property maps to not depend on the constness of
the property map object itself


[SVN r10053]
2001-05-07 21:26:16 +00:00
Jens Maurer
83ea63ca93 use explicit typecast for mersenne_twister seeding
[SVN r10052]
2001-05-07 21:24:23 +00:00
Jens Maurer
dfc1ab7b6d add HP-UX workaround
[SVN r10051]
2001-05-07 21:21:13 +00:00
Jens Maurer
aaac221907 add Dinkumware 3.06 library for MSVC and Intel C++
[SVN r10050]
2001-05-07 21:20:18 +00:00