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