summaryrefslogtreecommitdiffstats
path: root/src/libcola/connected_components.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin1-160/+0
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron1-30/+58
changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2013-09-27cppcheck: performance + variable typeKris De Gussem1-4/+4
(bzr r12603)
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton1-1/+1
(bzr r11888)
2006-07-17minor performance improvementTim Dwyer1-5/+7
(bzr r1428)
2006-07-17remove debug messagesTim Dwyer1-9/+10
(bzr r1426)
2006-07-17remove overlaps between connected componentsTim Dwyer1-0/+44
(bzr r1425)
2006-07-17Constraints are now properly divided up between the connected componentsTim Dwyer1-4/+22
(bzr r1424)
2006-07-16Layout algorithm is now applied to each connected component in the Tim Dwyer1-0/+67
selection separately. Previously, behaviour of layout on disconnected graphs was... undefined! (bzr r1421)