• Will's avatar
    Fix make_dependency_sorted_list ordering function. · 4c27b771
    Will authored
    Previous implelmentaiton only worked for a single level tree of dependencies.
    This implementations recursively determines the number of levels below a dep_file and uses this value as the key to sort by. The 'dependendency level is cached in the dep_file object to reduce the number of recursive calls.
    Will not handle circular dependencies well.
    4c27b771
Name
Last commit
Last update
docs Loading commit data...
hdlmake Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...