commit | b378781c5d29f1f6631a64f878bd665f21f9f5ba | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Fri Nov 01 11:08:14 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Sun Nov 03 08:30:30 2024 -0500 |
tree | ad052a4b53988f5241b84693b9cade83456a9f62 | |
parent | 622596c6b2df82157f127634f56d62c7be953237 [diff] |
cmSystemTools: Cache ToNormalizedPathOnDisk actual-case lookups Prior to re-implementing `ToNormalizedPathOnDisk`, its use of KWSys's `GetActualCaseForPathCached` cached file actual-case lookups to avoid redundant filesystem access. Add caching to the actual-case lookups we do for `cm::PathResolver`.