Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-14 | util: clean up attrdict and import multiattrdict into m5.util | Nathan Binkert | |
2009-09-22 | multiattrdict: make multilevel nesting work properly | Nathan Binkert | |
2009-09-22 | attrdict: add pickle support to attrdict | Nathan Binkert | |
2009-07-02 | attrdict: correct delattr | Nathan Binkert | |
2008-10-10 | python: Add a utility for nested attribute dicts. | Nathan Binkert | |
Change attrdict so that attributes that begin with an underscore don't go into the dict. | |||
2008-06-14 | python: Move various utility classes into a new m5.util package so | Nathan Binkert | |
they're all in the same place. This also involves having just one jobfile.py and moving it into the utils directory to avoid duplication. Lots of improvements to the utility as well. --HG-- rename : src/python/m5/attrdict.py => src/python/m5/util/attrdict.py rename : util/pbs/jobfile.py => src/python/m5/util/jobfile.py rename : src/python/m5/util.py => src/python/m5/util/misc.py rename : src/python/m5/multidict.py => src/python/m5/util/multidict.py rename : util/stats/orderdict.py => src/python/m5/util/orderdict.py |