lemon-stable.org
author alpar
Fri, 15 Sep 2006 12:23:16 +0000
branchlemon-1.0
changeset 2658 ecd07e5330b0
parent 2654 0048a1aa96f9
permissions -rw-r--r--
dim2.h is considered stable
     1 The LEMON-STABLE project  -*- mode: org; -*-
     2 
     3 #+TYP_TODO: TODO Ákos Alpár Attila Balázs Márk Jácint Péter ALL DONE
     4 
     5 * TODO Release 0.6 before any major changes in svn-trunk
     6 ** Do we really need it?
     7 * DONE Separate GLEMON from LEMON
     8 ** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk
     9 ** TODO Probably the main lemon trunk should also be renamed to
    10    https://hugo.cs.elte.hu/svn/lemon/trunk
    11 * DONE Change to single makefile
    12 * DONE Set up a compilation environment in branches/lemon-1.0
    13 ** Copy from the trunk
    14 ** Comment out the missing files
    15 * TODO Revise/Clarify/Extend the naming conventions
    16 ** setXYZ/getXYZ issue
    17 ** class-local variables vs. access functions to them
    18 ** standard naming rules for function/template parameters
    19 ** template<class X> vs. template<typename X>
    20 * TODO Revise doc (globally)
    21 ** Revise the module structures
    22 ** Revise 'Related Pages'
    23 *** Intro/Tutorials
    24 **** What are missing?
    25 **** Aren't there some duplications?
    26 *** TODO Which include file is needed for a cartain macro?
    27 **** Say GRAPH_TYPEDEFS?
    28 
    29 * Revise Basic components
    30 ** Graph Structures
    31 *** ALL Directed Graphs
    32 **** DONE Do we need concepts other than StaticGraph?
    33 ***** If don't, rename StaticGraph to Graph
    34 **** Attila Revise doc
    35 **** TODO Revise check files
    36 **** DONE Disable copy constr's
    37 **** Concept doc:
    38 ***** TODO NodeMap, EdgeMap
    39 ***** TODO Why id() is not in the concept?
    40 ***** TODO maxNodeNum(), maxEdgeNum?
    41 *** TODO Undirected Graph
    42 **** Revise doc
    43 **** Revise check files
    44 *** TODO Bipartite Graphs
    45 **** Revise doc
    46 **** Revise check files
    47 ** Exceptions
    48 *** Ákos Revise error.h
    49 *** TODO Document if a function may throw an exception
    50 **** Use \exception for that
    51 ** TODO Put ListUGraph into a separate header file
    52 * TODO Revise Tools
    53 ** Graph Adaptors
    54 *** Revise doc
    55 *** Revise check files
    56 ** Map Structures
    57 *** Special Maps
    58 *** Map Adaptors
    59 ** Graph I/O
    60 *** Change @uedgeset to @edgeset
    61 ** Graph Drawing
    62 ** xy
    63 *** Doesn't follow the naming convention
    64 *** Should normSquare() be a member function?
    65 *** What about bezier.h
    66 *** What about linear transformations?
    67 *** What about xyz.h?
    68 * TODO Revise Algorithms
    69 * TODO Revise repository maintenance files
    70 ** Péter Related files
    71 *** AUTHORS
    72 *** ChangeLog
    73 *** COPYING
    74 *** INSTALL
    75 *** LICENSE
    76 *** NEWS
    77 *** README
    78 * TODO Revise demos
    79 ** What are missing?
    80 ** What are superfluous?
    81 ** Documentation
    82 ** Add links from the doc of a data struct/alg to the related demo
    83 *** Create a \demo macro similar to \sa