diff options
author | Steven Knight <knight@baldmt.com> | 2006-05-02 19:51:22 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-05-02 19:51:22 (GMT) |
commit | 470d89673983026fd911fcd9bb9f696fb79b3ae7 (patch) | |
tree | 75069c3685e54237da0db0e0f8ac7dcd089c88da /www | |
parent | 491d649e3da71cf8fae42d9416072c2c0450c738 (diff) | |
download | SCons-470d89673983026fd911fcd9bb9f696fb79b3ae7.zip SCons-470d89673983026fd911fcd9bb9f696fb79b3ae7.tar.gz SCons-470d89673983026fd911fcd9bb9f696fb79b3ae7.tar.bz2 |
Add issues from the mailing list.
Diffstat (limited to 'www')
-rw-r--r-- | www/roadmap.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index 5e9b9c3..f7d0799 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -62,6 +62,10 @@ to accomplish the following: (not SConscript) files. </li> <li> + Hooks for supporting tool-generated dependency information + (like <tt>gcc -M</tt>) + </li> + <li> Improved performance (we hope) </li> </ul> @@ -84,6 +88,14 @@ Additional features and bug fixes. First official, stable release. No 1.x release will (knowingly) break compatibility or cause a rebuild on upgrade. +The following features have been suggested as prerequisites +for a fully-feature 1.0 release: + <ul> + <li> + C/C++ dependency scanning that acts like a real C preprocessor + (computed file names, #ifdef analysis) + </li> + </ul> </td> </tr> <tr> |