summaryrefslogtreecommitdiff
path: root/lldb/scripts/analyze-project-deps.py
AgeCommit message (Expand)Author
2023-09-14[lldb] Format Python files in scripts and utils (#66053)David Spickett
2020-07-16Harmonize Python shebangserge-sans-paille
2020-06-30[lldb/Scripts]Pavel Labath
2019-03-21Use list comprehension instead of map/filter to prepare Python2/3 compatSerge Guelton
2018-12-06Make scripts/analyzer-project-deps compatible with python3Pavel Labath
2017-06-29Make scripts/analyze-project-deps.py executablePavel Labath
2017-03-22[analyze deps] Show incoming and outgoing counts on island members.Zachary Turner
2017-03-22[analyze deps] Also show cycle islands.Zachary Turner
2017-03-21[deps script] Sort cycles by the difficulty of breaking.Zachary Turner
2017-03-20[analyze-project-deps.py] Add the ability to list all cycles.Zachary Turner
2017-03-06A few improvements to deps analysis scripts.Zachary Turner
2017-03-06Fix line endings of deps analysis script.Zachary Turner
2017-03-04Fix a bug in the dep analysis script.Zachary Turner
2017-03-03Add a script to dump out all project inter-dependencies.Zachary Turner