Commit Graph

50050 Commits

Author SHA1 Message Date
Dave Abrahams
a8fa406a0a Added iterator_traits_test.cpp
[SVN r8677]
2001-01-21 06:04:25 +00:00
Dave Abrahams
ef74209159 Initial Checkin
[SVN r8676]
2001-01-21 06:02:08 +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
Dave Abrahams
e827e4f238 Suppress an expected warning for MSVC
Added a test to prove that we can use void with is_same<>
      Removed "press any key to exit" as it interferes with testing in large
      batches.


[SVN r8673]
2001-01-21 05:56:57 +00:00
Dave Abrahams
d86b8aedde A first attempt at clarifying the documentation
[SVN r8672]
2001-01-21 05:48:55 +00:00
Dave Abrahams
3b44a729ae Check BOOST_NO_LIMITS instead of __MINGW32__ where appropriate
[SVN r8671]
2001-01-21 05:45:45 +00:00
Dave Abrahams
eaf3013c11 removed use of <limits> for portability to raw GCC
[SVN r8670]
2001-01-21 05:37:41 +00:00
Dave Abrahams
543b228c22 Fixed a warning for MSVC
Added changelog


[SVN r8669]
2001-01-21 05:35:13 +00:00
Dave Abrahams
fb8142b69f Added warning suppression and changelog
[SVN r8668]
2001-01-21 05:33:10 +00:00
Dave Abrahams
09b5856a1f BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS moved here from cast.hpp
Added missing BOOST_NO_STRINGSTREAM which some boost code seemed to depend on


[SVN r8667]
2001-01-21 05:30:47 +00:00
Dave Abrahams
12e3abfe59 A bug fix that I failed to check in long ago for the use of strstream
[SVN r8666]
2001-01-21 05:29:26 +00:00
Dave Abrahams
e073bb0625 Fixed is_same<T,U> so it would work with T == void or U == void
Suppressed some warnings in from_not_void_conversion<> for MSVC
Fixed a spelling error


[SVN r8665]
2001-01-21 05:23:36 +00:00
Dave Abrahams
87877c1c73 Initial checkin
[SVN r8664]
2001-01-21 05:18:41 +00:00
Dave Abrahams
ab54882e8b BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS to config.hpp.
Removed unused BOOST_EXPLICIT_TARGET macro.
Moved boost::detail::type to boost/type.hpp.
Made it compile with stock gcc again


[SVN r8663]
2001-01-21 05:07:11 +00:00
Dave Abrahams
36573016ab Added changelog
[SVN r8662]
2001-01-21 05:02:37 +00:00
Dave Abrahams
6aa6887d07 Initial Checkin
[SVN r8661]
2001-01-21 00:16:10 +00:00
Beman Dawes
184a9a7dc5 Fix for STLport on MSVC
[SVN r8660]
2001-01-20 22:58:11 +00:00
Dave Abrahams
7616db2c8f Replaced boolalpha use with something that the stock gcc library can handle.
[SVN r8659]
2001-01-20 22:36:49 +00:00
Dave Abrahams
7c66945c11 Fixed what seemed like glaring bugs (illegal access to private members, missing template parameters).
[SVN r8658]
2001-01-20 21:59:55 +00:00
Beman Dawes
c3af7ef1d1 Refresh to match FTP site
[SVN r8657]
2001-01-20 19:35:48 +00:00
John Maddock
f297127013 regex: fixes for Como in strict mode
[SVN r8655]
2001-01-20 12:57:47 +00:00
John Maddock
371d84ed01 minor fixes for expected errors
[SVN r8654]
2001-01-20 12:28:08 +00:00
John Maddock
887a23721a regex: Irix fixes and point release
[SVN r8653]
2001-01-20 12:23:51 +00:00
Jens Maurer
7bee3e858d change calls to iterator_init() to this->iterator_init(),
because the member function is in a dependent base class


[SVN r8652]
2001-01-20 00:11:11 +00:00
Jens Maurer
8de8d6d010 bugfix: added destructor definition with empty exception specification
[SVN r8651]
2001-01-20 00:09:14 +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
Jens Maurer
ce9e8acfe4 moved global variables in front of reference in test_align
[SVN r8648]
2001-01-19 19:27:09 +00:00
Jeremy Siek
625b525044 added property map checks for vertex_index and edge_index
into concept_checks.cpp


[SVN r8647]
2001-01-19 18:20:10 +00:00
Jeremy Siek
26bcf9f3d2 added get() shortcut for edge_list to edge_list.hpp
added ReadablePropertyGraphConcept to graph_concepts.hpp


[SVN r8646]
2001-01-19 18:19:09 +00:00
Beman Dawes
8e5b9af19e Add win32 Intel compiler
[SVN r8645]
2001-01-19 18:14:13 +00:00
Jeremy Siek
3368f7319a removed unnecessary access of ::Directed type from edge_property_map
[SVN r8644]
2001-01-19 16:29:42 +00:00
Jeremy Siek
35b6b7669e added get() function for edge_index property to edge_list classes
[SVN r8643]
2001-01-19 16:28:51 +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
f7261163aa restricted Windows/gcc exclusion of int64_t to Cygwin, because
MingW seems to work


[SVN r8641]
2001-01-18 22:44:28 +00:00
Beman Dawes
143d2e1737 Conditions for BOOST_NO_STDC_NAMESPACE under MSVC with STLport were not quite right.
[SVN r8640]
2001-01-18 21:28:50 +00:00
Beman Dawes
fbc0f13cd0 Broken iterator fix needs to apply to the Intel compiler too, because it uses the MSVC library
[SVN r8639]
2001-01-18 21:20:42 +00:00
John Maddock
194927147c regex: minor fixes
[SVN r8638]
2001-01-18 12:13:00 +00:00
Jeremy Siek
4bda91c664 added examine_vertex() to fill the old spot of discover_vertex()
[SVN r8637]
2001-01-18 04:07:48 +00:00
Jeremy Siek
b7e073cbd8 BFS added examine_vertex
[SVN r8635]
2001-01-18 04:06:40 +00:00
Jeremy Siek
889ed4cbca discover_vertex -> examine_vertex
[SVN r8634]
2001-01-18 04:04:58 +00:00
Jeremy Siek
5a45a6f150 added on_examine_vertex
[SVN r8633]
2001-01-18 04:04:23 +00:00
Jeremy Siek
47c65b3e85 discover_vertex() -> examine_vertex()
[SVN r8632]
2001-01-18 04:01:36 +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
Jeremy Siek
9494bc988d got it working
[SVN r8629]
2001-01-17 19:02:25 +00:00
Jeremy Siek
862e3ab187 new file
[SVN r8628]
2001-01-17 19:01:30 +00:00
Jeremy Siek
75cf31cf2e first discover_vertex needs to take s
[SVN r8627]
2001-01-17 18:54:56 +00:00
Jeremy Siek
29b7fe10fa indenting
[SVN r8626]
2001-01-17 18:14:06 +00:00
Jeremy Siek
66d615a80f untabify
[SVN r8625]
2001-01-17 05:53:23 +00:00