summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/UserTuple.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a Memoizer metaclass to collect the logic for caching values in one ↵Steven Knight2004-12-291-185/+0
| | | | location. Convert by-hand caching to use of Memoizer. (Kevin Quick)
* Performance optimization when caching include files for a search path. ↵Steven Knight2004-09-211-0/+185
(Eric Frias)