summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* releasing package libgraph-perl version 1:0.9713-1 into distribution unstabledebian/1%0.9713-1archive/debian/1%0.9713-1gregor herrmann2020-12-22
* Make (build) dependency on libscalar-list-utils-perl versioned.gregor herrmann2020-12-22
* Update debian/changeloggregor herrmann2020-12-22
* Update upstream source from tag 'upstream/0.9713'gregor herrmann2020-12-22
|\
| * New upstream version 0.9713gregor herrmann2020-12-22
| |\
| | * 0.9713Ed J2020-12-19
| | * fix bit-vector error, improve TC tests and diagnosticsEd J2020-12-19
| | * simplify biconnected codeEd J2020-12-19
| | * use bit-vector for same_biconnected_componentsEd J2020-12-19
| | * simplify _biconnectivity_computeEd J2020-12-19
| | * TCM simplifyEd J2020-12-19
| | * connected_components tidy-upsEd J2020-12-18
| | * strongly_connected_graph tidy-upsEd J2020-12-18
| | * strongly_connected_components use hash not just arraysEd J2020-12-18
| | * exercise "start" option for DFS algorithmsEd J2020-12-18
| | * SPT_Dijkstra pass _root_opt results to compute funcEd J2020-12-18
| | * more checking SPT_Dijkstra_root set rightEd J2020-12-18
| | * zap redundant checkingEd J2020-12-18
| | * exercise first_root code-ref for TraversalEd J2020-12-18
| | * _heap_walk not call _root_opt itselfEd J2020-12-18
| | * more &callsEd J2020-12-18
| | * Traversal DRYEd J2020-12-18
| | * use _opt_unknown everywhereEd J2020-12-18
| | * TCM records path successor, not predecessorEd J2020-12-17
| | * TCM more concise data-settingEd J2020-12-16
| | * ignore profiling filesEd J2020-12-16
| | * TCM distances initialised at start so always definedEd J2020-12-15
| | * TCM more meaningful var-names: u and w outside, v iterate betweenEd J2020-12-15
| | * use bitwise op not string comparison for updateEd J2020-12-15
| | * previous De Morgan shows can skip earlierEd J2020-12-15
| | * shortcut reduces indentEd J2020-12-15
| | * TCM zap unreachable codeEd J2020-12-15
| | * TCM less redundant var namesEd J2020-12-15
| | * replace increasingly-obsolete TCM commentsEd J2020-12-15
| | * TCM simplify by setting diagonal if reflexiveEd J2020-12-15
| | * BitMatrix transpose optionEd J2020-12-15
| | * test more, fix AdjacencyMapEd J2020-12-14
| | * simplify __attr and __argEd J2020-12-14
| | * all AdjacencyMap store _i as array-refsEd J2020-12-14
| | * get_paths_by_ids stop flattening 1-elt array-refsEd J2020-12-14
| | * simplify pathsEd J2020-12-14
| | * paths always returns array-refsEd J2020-12-14
| | * move has_path to AdjacencyMapEd J2020-12-14
| | * move __attr to AdjacencyMapEd J2020-12-14
| | * move del_path to AdjacencyMapEd J2020-12-14
| | * vertices not _UNORDUNIQEd J2020-12-14
| | * move set_path to AdjacencyMapEd J2020-12-14
| | * __set_path tweaksEd J2020-12-14
| | * __strval tweaksEd J2020-12-14
| | * has_path tweaksEd J2020-12-14