diff options
| author | Marius Kintel <marius@kintel.net> | 2012-02-04 00:43:53 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2012-02-15 00:32:37 (GMT) | 
| commit | b9d218e13760f21be5aa94c15631d63b29439e18 (patch) | |
| tree | f01d1e16766b5af06939aa531e84b40bcf6f2f31 /doc | |
| parent | 44ff85399011ea1bd3eb812ce97d312ccc4f32eb (diff) | |
Initial implementation of ModuleCache and dependency tracking of used modules
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/TODO.txt | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/doc/TODO.txt b/doc/TODO.txt index 60078e2..5bb66af 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -256,8 +256,13 @@ o Caching    - Test that caching is actually performed (speedup + same results)    - Test the modifier characters correctly influence the cache (also when      added/removed) +  - Test the individual caches +    - PolySetCache +    - CGALCache +    - nodecache +    - ModuleCache  o other tests    - export    - cmd-line tests    - leaf nodes having children, e.g. cube() cylinder(); -  - dependency tracking +  - dependency tracking (use and include) | 
