-
Notifications
You must be signed in to change notification settings - Fork 233
Pull requests: boostorg/graph
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
clears gcc -Wsign-compare
warning
#514
opened Jun 22, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
Replace the deprecated
std::random_shuffle with std::shuffle
warning
#513
opened Jun 22, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
fix: silence -Wunused-local-typedef and -Wunused-variable in four examples
warning
#512
opened Jun 22, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
fix: remove dead test variables
warning
#511
opened Jun 22, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
fix: lambda capture 'this' is not used
warning
#510
opened Jun 22, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
doc: landing page code cleanup
docs
#509
opened Jun 20, 2026 by
Becheler
Collaborator
Loading…
9 of 15 tasks
Fix: labeled_graph pointer specialization remove_vertex not removing label
data structure
priority: low
Nice to have. Will be picked up when time allows, or never.
biconnected_components: bug in case of multiple edges in biconnected component
#435
opened Aug 13, 2025 by
GlebGrishuhin
Loading…
Add a benchmark for the Lengauer-Tarjan dominator tree algorithm
#406
opened Dec 19, 2024 by
samolisov
Contributor
Loading…
Fix the O(n^3) performance issue in type of issue related to algorithms
performance
Performant use of time and space.
priority: medium
Important but not blocking. Should be addressed soon, can wait a release or two.
is_connected utility function
algorithm
#397
opened Nov 12, 2024 by
Wavetrace
Contributor
Loading…
Make filtered_graph conditionally model the underlying graph
#396
opened Nov 8, 2024 by
tsnorri
Contributor
Loading…
Apply std::remove_const before passing Graph to graph_traits in filtered_graph
#395
opened Nov 8, 2024 by
tsnorri
Contributor
Loading…
Split CMake identities: superproject and 'developer'
#392
opened Oct 31, 2024 by
jeremy-murphy
Collaborator
Loading…
new planar_vertex_six_coloring() algorithm with examples, tests and doc
#387
opened Oct 2, 2024 by
Hermann-SW
Contributor
Loading…
Fix creation of nested subgraphs by vertex descriptors
#379
opened Jun 10, 2024 by
reuther-genisys
Loading…
Add user callback to
vf2_subgraph_mono to potentially stop search before each check.
#280
opened Dec 14, 2021 by
cqc-alec
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.