summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-09-15 23:54:59 (GMT)
committerEvan Martin <martine@danga.com>2011-09-15 23:54:59 (GMT)
commit9d3b116de4f7ff4cbac3214b58875f525c0cc1b8 (patch)
treef92f1c39456da8da1062c9ec6492c7f7b546b409 /todo
parentbbc111010163fab044a4782b771fdd6dfa289c66 (diff)
downloadNinja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.zip
Ninja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.tar.gz
Ninja-9d3b116de4f7ff4cbac3214b58875f525c0cc1b8.tar.bz2
delete todo; I converted it into bugs on github
Diffstat (limited to 'todo')
-rw-r--r--todo22
1 files changed, 0 insertions, 22 deletions
diff --git a/todo b/todo
deleted file mode 100644
index 423ee64..0000000
--- a/todo
+++ /dev/null
@@ -1,22 +0,0 @@
-necessary
-=========
-
-delete halfway-built output files when interrupted
-
-frosting
-========
-
-when we've been waiting for commands for more than a second
-with no output, print some "still waiting for xyz" text
-
-if command line for an output changed, no need to even stat
-the output, just mark it for rebuilding immediately.
-
-"explain" mode that shows why we're building a file
-
-"one file" mode that builds only outputs of a single file
-
-adjust to system load dynamically
-
-compute etas on builds using logged timing info
- how does parallelization fit in?