Douglas Gregor
392f5fa635
Fix handling of empty graphs
...
[SVN r35420]
2006-09-29 15:33:12 +00:00
Douglas Gregor
bf2f7f86fa
Fix parameter name
...
[SVN r35419]
2006-09-29 15:30:07 +00:00
Douglas Gregor
cc4f49d760
Fix parameter name
...
[SVN r35419]
2006-09-29 15:30:07 +00:00
Douglas Gregor
0d2d95b2f2
Do the DLL import/export dance for the GraphViz reader
...
[SVN r35336]
2006-09-26 13:10:59 +00:00
Douglas Gregor
58e287d115
Do the DLL import/export dance for the GraphViz reader.
...
[SVN r35335]
2006-09-26 12:52:08 +00:00
Douglas Gregor
e505bf99db
Test and fix serialization code
...
[SVN r35257]
2006-09-21 17:02:14 +00:00
Douglas Gregor
d34d447b68
Test and fix serialization code
...
[SVN r35257]
2006-09-21 17:02:14 +00:00
Douglas Gregor
a03ed0e26d
Work around compiler optimizer bugs
...
[SVN r35225]
2006-09-20 13:55:16 +00:00
Dave Abrahams
9233499dbc
Take advantage of BOOST_CONCEPT_USAGE for defining usage requirements:
...
Using this macro is better than simply defining a destructor because
usage patterns will be tested whenever associated types are accessed.
[SVN r35199]
2006-09-19 13:41:30 +00:00
Douglas Gregor
f4b0928c2d
Work around Sun CC bug
...
[SVN r35100]
2006-09-13 20:49:10 +00:00
Douglas Gregor
04fea004d9
Work around Sun CC bug
...
[SVN r35100]
2006-09-13 20:49:10 +00:00
Douglas Gregor
bc49236ccc
Work around MSVC 6, 7 bug
...
[SVN r35099]
2006-09-13 20:41:28 +00:00
Jeremy Siek
73b6ddc2d4
fixed has_cycle_dfs
...
[SVN r35026]
2006-09-06 17:26:48 +00:00
Daniel James
d4db30f9d3
Merge tab removal.
...
[SVN r34995]
2006-08-29 20:59:37 +00:00
Daniel James
3a07fe7c22
Remove tabs.
...
[SVN r34994]
2006-08-29 20:55:58 +00:00
Douglas Gregor
a7c753ded9
Move initialize_vertex before setting properties
...
[SVN r34862]
2006-08-10 13:45:12 +00:00
Douglas Gregor
ac847ac715
Move initialize_vertex before setting properties
...
[SVN r34862]
2006-08-10 13:45:12 +00:00
Douglas Gregor
47214f4fdc
Move initialize_vertex after setting properties
...
[SVN r34861]
2006-08-10 13:41:30 +00:00
Douglas Gregor
ec2dcfddbb
Move initialize_vertex after setting properties
...
[SVN r34861]
2006-08-10 13:41:30 +00:00
Douglas Gregor
ec7156274d
Give bundle_property_map a default constructor
...
[SVN r34812]
2006-08-03 18:30:26 +00:00
Douglas Gregor
9badc94845
Give bundle_property_map a default constructor
...
[SVN r34811]
2006-08-03 18:29:44 +00:00
Douglas Gregor
39b29f3d79
Give bundle_property_map a default constructor
...
[SVN r34811]
2006-08-03 18:29:44 +00:00
Douglas Gregor
65f63fecc1
Documentation fixes, from David Baird
...
[SVN r34810]
2006-08-03 18:20:43 +00:00
Douglas Gregor
7c5f9daa62
Documentation fixes, from David Baird
...
[SVN r34810]
2006-08-03 18:20:43 +00:00
Gennaro Prota
62cc164059
(merge from head)
...
fixed almost all issues reported by the inspect tool in boost/graph/
[SVN r34732]
2006-07-25 23:12:38 +00:00
Gennaro Prota
fc6ec3f791
fixed almost all issues reported by the inspect tool in boost/graph/
...
[SVN r34731]
2006-07-25 21:14:19 +00:00
Gennaro Prota
560f485326
(merge from head)
...
tab removal
[SVN r34730]
2006-07-25 14:27:40 +00:00
Gennaro Prota
b47cf53fcb
tab removal
...
[SVN r34729]
2006-07-25 14:19:27 +00:00
Gennaro Prota
5898cc5bae
(merge from head)
...
removed unnamed namespace reported by inspect tool
[SVN r34716]
2006-07-24 21:58:09 +00:00
Gennaro Prota
0d30a51129
removed unnamed namespace reported by inspect tool
...
[SVN r34715]
2006-07-24 21:56:37 +00:00
Douglas Gregor
1035ddac56
Work around MSVC 7.0 bug
...
[SVN r34656]
2006-07-21 20:25:50 +00:00
Douglas Gregor
ce0f796b84
Work around VC7 bugs
...
[SVN r34456]
2006-07-03 18:03:34 +00:00
Rene Rivera
1b3a6936a2
Don't build old viz parser unless explicitly asked for. (merge from head)
...
[SVN r34442]
2006-07-02 16:43:58 +00:00
Rene Rivera
ad8a07eb09
Don't build old viz parser unless explicitly asked for.
...
[SVN r34441]
2006-07-02 16:39:51 +00:00
Douglas Gregor
b659351ea7
Fix locations of default constructors
...
[SVN r34422]
2006-06-28 20:00:27 +00:00
Douglas Gregor
ff7a5d1282
Deal with GCC problems in updated concepts library
...
[SVN r34418]
2006-06-27 15:01:14 +00:00
Douglas Gregor
cfe0e0b552
Include a main function
...
[SVN r34417]
2006-06-27 15:00:29 +00:00
Douglas Gregor
50b1f74b93
Fix parameter to add_vertices
...
[SVN r34414]
2006-06-27 13:53:47 +00:00
Douglas Gregor
bf73135721
Fix parameter to add_vertices
...
[SVN r34413]
2006-06-27 13:46:36 +00:00
Caleb Epstein
826f7a33d8
boost/graph/{king_ordering,cuthill_mckee_ordering}.hpp: Fix for typedef conflict with DS macro on Solaris (merge from RC_1_34_0)
...
[SVN r34356]
2006-06-19 14:50:30 +00:00
Caleb Epstein
1b468cb8aa
boost/graph/{king_ordering,cuthill_mckee_ordering}.hpp: Fix for typedef conflict with DS macro on Solaris
...
[SVN r34355]
2006-06-19 14:49:21 +00:00
Douglas Gregor
fcd3996f0e
Be consistent about initialize_vertex calls
...
[SVN r34135]
2006-06-02 15:52:46 +00:00
Douglas Gregor
05a7299c0e
Be consistent about initialize_vertex calls
...
[SVN r34135]
2006-06-02 15:52:46 +00:00
Douglas Gregor
e5848fee44
directed_category need only be convertible to one of directed_tag or undirected_tag
...
[SVN r34133]
2006-06-02 14:27:15 +00:00
Douglas Gregor
fb06d7e38e
directed_category need only be convertible to one of directed_tag or undirected_tag
...
[SVN r34133]
2006-06-02 14:27:15 +00:00
Dave Abrahams
ebb6697936
Strip off "Concept" suffix on concept checking classes.
...
[SVN r33908]
2006-05-02 15:06:06 +00:00
Dave Abrahams
77e5f0701d
Make it so the test will actually test something in release mode builds.
...
[SVN r33872]
2006-04-30 03:42:14 +00:00
Dave Abrahams
53f5645393
Fixes for concept checking; use destructors for checking classes, misc cleanup.
...
[SVN r33862]
2006-04-29 20:27:14 +00:00
Jeremy Siek
6b24966483
added info about iterators
...
[SVN r33815]
2006-04-25 15:37:53 +00:00
Jeremy Siek
ac1e867af4
added edges_size_type to adjacency_list_traits
...
[SVN r33767]
2006-04-22 13:41:55 +00:00