Graph# Code
Status: Pre-Alpha
Brought to you by:
rmiesen
File | Date | Author | Commit |
---|---|---|---|
branches | 2009-02-12 | rmiesen | [r137] -- Removed GraphSharp-7A branch, again |
tags | 2009-03-26 | rmiesen | [r159] -- Created version 0.7.0 tag from r158 of /tr... |
trunk | 2009-05-20 | rmiesen | [r175] -- Removed State pattern from the Command Pac... |
CONVENTIONS | 2008-08-23 | rmiesen | [r14] -- Completed design of UI for Iteration 1 |
COPYRIGHT | 2008-10-10 | rmiesen | [r53] -- Tagged Graph component's dependencies for ... |
INSTALL | 2008-08-23 | rmiesen | [r14] -- Completed design of UI for Iteration 1 |
KNOWN_ISSUES | 2008-05-13 | rmiesen | [r8] -- Committed standard updated repository la... |
LICENSE-FDLv1_2 | 2008-05-13 | rmiesen | [r8] -- Committed standard updated repository la... |
LICENSE-GPLv2 | 2008-05-13 | rmiesen | [r8] -- Committed standard updated repository la... |
NOTE_TO_COMMITTERS | 2008-05-13 | rmiesen | [r8] -- Committed standard updated repository la... |
README | 2008-12-15 | rmiesen | [r82] -- Revised README file to include a descript... |
Organization of files: ./ The root of Graph#. Contains this document, general licensing information, todo lists, etc. ./branch/ Contains any and all special development code that would be too disruptive to put into the primary tree. ./tags Immutable branches. Will be used for things like product release versions, iterations, and other branches that are historical in nature. ./trunk/ Contains the primary (stable) branch of development. ./trunk/doc/ Contains all the development documentation, such as UML diagrams, language grammars, and other related documentation. ./trunk/src/ Contains the source code for Graph#. Source code is organized by package (ex- all source code relating to the Graph package is found in src/GraphSharp/Graph, all source code relating to the GraphFunctions package is found in src/GraphSharp/GraphFunctions, etc.) All test suites are also found here under src/GraphSharp/TortureSuites. ./trunk/src-doc/ Contains all the auto-generated source code documentation.