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