diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2013-08-06 16:12:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-08-06 20:17:13 (GMT) |
commit | 2268c41a057d948ad6773c5145ee5bf6d19ea3bf (patch) | |
tree | 9f5b1b81cdcbd0d496f331bc659b542fd9e99d9f /Tests/CMakeLists.txt | |
parent | eccb39d7f44f97d395b75b985b4e18178b72df8c (diff) | |
download | CMake-2268c41a057d948ad6773c5145ee5bf6d19ea3bf.zip CMake-2268c41a057d948ad6773c5145ee5bf6d19ea3bf.tar.gz CMake-2268c41a057d948ad6773c5145ee5bf6d19ea3bf.tar.bz2 |
Optimize custom command full-path dependency lookup
In the common case of custom command dependencies specified via full
path optimize the implementation of GetSourceFileWithOutput using a
(hash) map. This is significantly faster than the existing linear
search. In the non-full-path case fall back to the existing linear
suffix search.
Diffstat (limited to 'Tests/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions