From cbcddf4a9aaac9d47122c7906cfb44a6f69c66c0 Mon Sep 17 00:00:00 2001 From: Paul Merrill Date: Sat, 9 Jul 2011 18:35:09 -0700 Subject: [PATCH] updated TODO --- TODO.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/TODO.txt b/TODO.txt index 05cadbc..3f1421c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -22,17 +22,9 @@ ITEMS * Add brief or brief+long Doxygen Documentation to all public and private classes, functions, structs, and enums. -* Replace popt with Boost's Program_Options command line parser. - * Fix the input duplication bug. -* Figure out how to replace "arg" in the command line with a description of - the required arguments. - -* Good automatic formatting and indentation in CommandLineOptions. - -* Cache pre-loaded Images, Samples. - * Create our own C++ wrapper of libxml2 so we can use std::strings to avoid memory leaks. +* Expire items in resource cache. -- 2.11.4.GIT