[2641] | 1 | The LEMON-STABLE project -*- mode: org; -*- |
---|
| 2 | |
---|
[2645] | 3 | #+TYP_TODO: TODO Ákos Alpár Attila Balázs Márk Jácint Péter ALL DONE |
---|
[2641] | 4 | |
---|
[2642] | 5 | * TODO Release 0.6 before any major changes in svn-trunk |
---|
| 6 | ** Do we really need it? |
---|
[2645] | 7 | * DONE Separate GLEMON from LEMON |
---|
[2641] | 8 | ** It should go to https://hugo.cs.elte.hu/svn/glemon/trunk |
---|
[2645] | 9 | ** TODO Probably the main lemon trunk should also be renamed to |
---|
[2641] | 10 | https://hugo.cs.elte.hu/svn/lemon/trunk |
---|
[2645] | 11 | * DONE Change to single makefile |
---|
[2654] | 12 | * DONE Set up a compilation environment in branches/lemon-1.0 |
---|
[2641] | 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 | * Revise Basic components |
---|
| 27 | ** Graph Structures |
---|
| 28 | *** ALL Directed Graphs |
---|
[2645] | 29 | **** Balázs Do we need concepts other than StaticGraph? |
---|
[2641] | 30 | ***** If don't, rename StaticGraph to Graph |
---|
[2645] | 31 | **** Attila Revise doc |
---|
[2654] | 32 | **** TODO Revise check files |
---|
| 33 | **** DONE Disable copy constr's |
---|
| 34 | **** Concept doc: |
---|
| 35 | ***** TODO NodeMap, EdgeMap |
---|
| 36 | ***** TODO Why id() is not in the concept? |
---|
| 37 | ***** TODO maxNodeNum(), maxEdgeNum? |
---|
[2641] | 38 | *** TODO Undirected Graph |
---|
| 39 | **** Revise doc |
---|
| 40 | **** Revise check files |
---|
| 41 | *** TODO Bipartite Graphs |
---|
| 42 | **** Revise doc |
---|
| 43 | **** Revise check files |
---|
[2653] | 44 | ** Exceptions |
---|
| 45 | *** Ákos Revise error.h |
---|
| 46 | *** TODO Document if a function may throw an exception |
---|
| 47 | **** Use \exception for that |
---|
[2645] | 48 | ** TODO Put ListUGraph into a separate header file |
---|
[2641] | 49 | * TODO Revise Tools |
---|
| 50 | ** Graph Adaptors |
---|
| 51 | *** Revise doc |
---|
| 52 | *** Revise check files |
---|
| 53 | ** Map Structures |
---|
| 54 | *** Special Maps |
---|
| 55 | *** Map Adaptors |
---|
| 56 | ** Graph I/O |
---|
[2644] | 57 | *** Change @uedgeset to @edgeset |
---|
[2641] | 58 | ** Graph Drawing |
---|
| 59 | ** xy |
---|
| 60 | *** Doesn't follow the naming convention |
---|
[2642] | 61 | *** Should normSquare() be a member function? |
---|
| 62 | *** What about bezier.h |
---|
| 63 | *** What about linear transformations? |
---|
| 64 | *** What about xyz.h? |
---|
[2641] | 65 | * TODO Revise Algorithms |
---|
| 66 | * TODO Revise repository maintenance files |
---|
[2646] | 67 | ** Péter Related files |
---|
[2641] | 68 | *** AUTHORS |
---|
| 69 | *** ChangeLog |
---|
| 70 | *** COPYING |
---|
| 71 | *** INSTALL |
---|
| 72 | *** LICENSE |
---|
| 73 | *** NEWS |
---|
| 74 | *** README |
---|
| 75 | * TODO Revise demos |
---|
| 76 | ** What are missing? |
---|
| 77 | ** What are superfluous? |
---|
| 78 | ** Documentation |
---|
| 79 | ** Add links from the doc of a data struct/alg to the related demo |
---|
| 80 | *** Create a \demo macro similar to \sa |
---|