summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Memoize.py
Commit message (Expand)AuthorAgeFilesLines
* Handle situations where the inspect module can't tell Memoizer what the sourc...Steven Knight2005-03-181-1/+1
* Fix --debug=memoizer so it actually prints some stats on Python 2.x.Steven Knight2005-01-131-33/+37
* More performance improvements?Steven Knight2005-01-121-17/+138
* Apply Memoizer to cache more return values from various methods. (Kevin Quick)Steven Knight2004-12-311-12/+27
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-0/+682