Revision: 40895
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40895&view=rev
Author:   davidloman
Date:     2010-10-01 17:30:52 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
Update //TODO list

Modified Paths:
--------------
    rt^3/trunk/TODO

Modified: rt^3/trunk/TODO
===================================================================
--- rt^3/trunk/TODO     2010-10-01 17:28:42 UTC (rev 40894)
+++ rt^3/trunk/TODO     2010-10-01 17:30:52 UTC (rev 40895)
@@ -1,19 +1,20 @@
 This is a basic developer notepad for keeping notes on development
 activities and ideas.  Until the first 1.0 release, this is not a
 traditional formalized TODO list of pending development actions
-intended for the general public.
+intended for the general public.  Please use the //TODO notation since
+IDEs like Eclipse can auto generate a list of all //TODO tags in the entire
+codebase.
 
+//TODO Core Interface requires the use of brlcad-config to generate 
'brlcadversion.h' via cmake.  brlcad-config is not present on windows brlcad 
builds, thus coreInterface will not build on windows.
 
-* Core Interface requires the use of brlcad-config to generate 
'brlcadversion.h' via cmake.  brlcad-config is not present on windows brlcad 
builds, thus coreInterface will not build on windows.
+//TODO Check for const-ness from top to bottom
 
-* Check for const-ness from top to bottom
+//TODO Look at /src/GE/exception and see if anything is actually using those 
files.  If not, remove them.
 
-* Look at /src/GE/exception and see if anything is actually using those files. 
 If not, remove them.
+//TODO Replace QT's signals 'n' slots functionality with a simpler in house 
version that utilizes the JobManager.  Signals and Slots requires a 
QCoreApplication.exec() to be blocked for it to work.  Hampers current design 
goals.
 
-* Replace QT's signals 'n' slots functionality with a simpler in house version 
that utilizes the JobManager.  Signals and Slots requires a 
QCoreApplication.exec() to be blocked for it to work.  Hampers current design 
goals.
+//TODO Add in 'CLEAN' target to CMAKE.  Will require tracking all the 
CmakeLists.txt files via global cmake var.
 
-* Add in 'CLEAN' target to CMAKE.  Will require tracking all the 
CmakeLists.txt files via global cmake var.
-
 //Older stuff
 * put together basic application components:
        - argument handler
@@ -36,7 +37,6 @@
 
        - openexr
 
-
 * consider utilizing the following libraries
 
        - OpenMP


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to