aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-10-05 16:44:37 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-10-17 21:07:56 +0300
commit639e679564f8401a6aa5d9233cda0c1618c40fd3 (patch)
treecf2e09a590081f9bc53982cc3edf7a5c405d365e /TODO
parent842df807e704d07410fbff166e957478154ef3e6 (diff)
Add msvc-filter utility
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index b6589bd..d00a278 100644
--- a/TODO
+++ b/TODO
@@ -6,15 +6,10 @@
@@ Had to rename Windows.h to windows.h; /showIncludes seem to retain naming
from #include directive. Also WinBase.h, WinUser.h, WinNls.h, ... nsed?
-@@ Requires bash 4, GNU sed 4.2.2 or later (-z), realpath dirpath
+@@ Requires bash 4, realpath dirpath
@@ Still need wineserver for /EP, etc. otherwise long pause.
@@ 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. Test result: sed/winepath results in ~x5
- slowdown.