The LEMON-STABLE project -*- mode: org; -*- #+TYP_TODO: TODO Ákos Alpár Balázs Márk Jácint ALL DONE * TODO Release 0.6 before any major changes in svn-trunk ** Do we really need it? * Ákos Separate GLEMON from LEMON ** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk ** Probably the main lemon trunk should also be renamed to https://hugo.cs.elte.hu/svn/lemon/trunk * Ákos Change to single makefile * Ákos Set up a compilation environment in branches/lemon-1.0 ** Copy from the trunk ** Comment out the missing files * TODO Revise/Clarify/Extend the naming conventions ** setXYZ/getXYZ issue ** class-local variables vs. access functions to them ** standard naming rules for function/template parameters ** template vs. template * TODO Revise doc (globally) ** Revise the module structures ** Revise 'Related Pages' *** Intro/Tutorials **** What are missing? **** Aren't there some duplications? * Revise Basic components ** Graph Structures *** ALL Directed Graphs **** Do we need concepts other than StaticGraph? ***** If don't, rename StaticGraph to Graph **** Revise doc **** Revise check files *** TODO Undirected Graph **** Revise doc **** Revise check files *** TODO Bipartite Graphs **** Revise doc **** Revise check files * TODO Revise Tools ** Graph Adaptors *** Revise doc *** Revise check files ** Map Structures *** Special Maps *** Map Adaptors ** Graph I/O *** Change @uedgeset @edgeset ** Graph Drawing ** xy *** Doesn't follow the naming convention *** Should normSquare() be a member function? *** What about bezier.h *** What about linear transformations? *** What about xyz.h? * TODO Revise Algorithms * TODO Revise repository maintenance files ** Related files *** AUTHORS *** ChangeLog *** COPYING *** INSTALL *** LICENSE *** NEWS *** README * TODO Revise demos ** What are missing? ** What are superfluous? ** Documentation ** Add links from the doc of a data struct/alg to the related demo *** Create a \demo macro similar to \sa