From 4f7cd6268a0e5e737a81f56741969757d1b45a6f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 11 Sep 2011 00:50:57 +0000 Subject: [PATCH] Another TODO git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- TODO.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO.txt b/TODO.txt index 9daef449..7cd0c1d6 100644 --- a/TODO.txt +++ b/TODO.txt @@ -76,6 +76,17 @@ build.py items on the command line then use a default set of waf commands. + * Add a little code around the running of SIP that tells it to + write the generated C++ and etc. files to a tempokrary location, + and then will compare those files with the existing set in the + sip/cpp folder. If a file has changed then the new one is + copied over it, otherwise it is not touched. This will help + speed up builds by not rebuilding a file that doesn't need it. + * Maybe optionally this could also strip out the lines starting + with "#line". Those are handy when we need to step through code + in the debugger, but could cause differences in files that are + otherwise identical to their prior version. + etg/pen.py