aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-12 11:18:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-12 11:18:07 +0200
commit265bbf04645fcdf4adce5db2e9fabfe5aacdc19a (patch)
treeec58a429a3c11f1b41685ba7bbfc68ed2ffe0073 /TODO
parented7104094b14109ab5cbf8b696e01eebadb764dd (diff)
Add script for adding lower-case symlinks for upper-case headers
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index d451bc7..cab7a67 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,7 @@
@@ What about 64-bit? cl-64 or some such?
@@ There is link POSIX command. link.exe? cl-14.exe?
+
+@@ The /showIncludes run is very slow most likely due to the sed-based path
+ processing (but verify). Perhaps we should rewrite it in C++ with
+ translated path caching, etc.