• Will's avatar
    Fix make_dependency_sorted_list ordering function. · d9d42f1f
    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.
    d9d42f1f
Name
Last commit
Last update
..
action Loading commit data...
fetch Loading commit data...
tools Loading commit data...
util Loading commit data...
.gitignore Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
_version.py Loading commit data...
dep_file.py Loading commit data...
dep_solver.py Loading commit data...
dependable_file.py Loading commit data...
env.py Loading commit data...
global_mod.py Loading commit data...
makefile_writer.py Loading commit data...
manifest_parser.py Loading commit data...
module.py Loading commit data...
module_pool.py Loading commit data...
new_dep_solver.py Loading commit data...
srcfile.py Loading commit data...
vhdl_parser.py Loading commit data...
vlog_parser.py Loading commit data...