https://svn.lrde.epita.fr/svn/oln/trunk
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Start the Olena subproject.
* Makefile.am (SUBDIRS): Add olena.
* olena/Makefile.am, olena/oln/Makefile.am,
* olena/tests/Makefile.am: New files.
* configure.ac: Configure them.
* TODO: Update.
Makefile.am | 2 +-
TODO | 26 ++++++++------------------
configure.ac | 1 +
olena/Makefile.am | 3 +++
4 files changed, 13 insertions(+), 19 deletions(-)
Index: TODO
--- TODO (revision 457)
+++ TODO (working copy)
@@ -1,27 +1,17 @@
See also the TODO in oln-proto-1.0 and oln-proto-stl-style
-* Metalic
-** Modules
-Split Metalic into several modules:
+* Release process
+This is to be done later, before the release of the whole project or
+of one or some of its components.
+
+** Tests output
+The tests should print nothing on the stantard output, nor on the
+standard error.
- mlc : core Metalic tools
- stc : static inheritance
- xtd : meta-functions and operator traits (for built-in types)
- dyn : static-dynamic bridge (work of Damien Thivolle and Nicolas
- Pouillard)
-
-** Static inheritance
-
-*** mlc/properties -- Roland
-
-
-* Olena
-
-
-* Integre
Local Variables:
mode: outline
+ispell-local-dictionary: "american"
End:
Index: configure.ac
--- configure.ac (revision 457)
+++ configure.ac (working copy)
@@ -62,6 +62,7 @@
extended/xtd/Makefile
static/Makefile
static/stc/Makefile
+ olena/Makefile
])
# Checks for library functions.
Index: Makefile.am
--- Makefile.am (revision 457)
+++ Makefile.am (working copy)
@@ -1,3 +1,3 @@
## Process this file through Automake to produce Makefile.in -*- Makefile -*-
-SUBDIRS = build-aux metalic extended static
+SUBDIRS = build-aux metalic extended static olena
Index: olena/Makefile.am
--- olena/Makefile.am (revision 0)
+++ olena/Makefile.am (revision 0)
@@ -0,0 +1,3 @@
+## Process this file through Automake to create Makefile.in -*- Makefile -*-
+
+SUBDIRS =