https://svn.lrde.epita.fr/svn/oln/trunk/olena
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Add missing files to Olena's distribution.
* oln/Makefile.am (nobase_oln_HEADERS): Add core/2d/aliases.hh,
core/2d/dpointd2.hh, core/2d/grid2d.hh, core/2d/image2d.hh,
core/2d/point2d.hh, core/abstract/bbox.hh,
core/abstract/dpoint.hh, core/abstract/dpoint_nd.hh,
core/abstract/entry.hh, core/abstract/image_hierarchies.hh,
core/abstract/image_type.hh, core/abstract/image_type_integre.hh,
core/abstract/iter.hh, core/abstract/point.hh,
core/abstract/point_nd.hh, core/abstract/pset_bboxed.hh,
core/abstract/pset_cnx.hh, core/abstract/pset_fixed.hh,
core/abstract/pset.hh, core/abstract/pset_hierarchies.hh,
core/abstract/pset_ra.hh, core/abstract/topo.hh,
core/abstract/topo_hierarchies.hh, core/abstract/topo_ra.hh,
core/abstract/topo_with_bbox.hh, core/gen/bbox.hh,
core/gen/bbox_topo.hh, core/gen/bkd_piter.hh,
core/gen/fwd_piter.hh, core/image_entry.hh, core/pset_entry.hh,
core/traits.hh, core/traits_id.hh, core/topo_entry.hh,
core/type.hh and basics2d.hh
Remove core/abstract/image_abstractions.hh,
core/abstract/image_entry.hh, core/abstract/image_typeness.hh, and
core/abstract/image_typeness_integre.hh.
* oln/basics2d.hh: Fix copyright header.
Makefile.am | 49 ++++++++++++++++++++++++++++++++++++++++++-------
basics2d.hh | 3 ++-
2 files changed, 44 insertions(+), 8 deletions(-)
Index: oln/Makefile.am
--- oln/Makefile.am (revision 534)
+++ oln/Makefile.am (working copy)
@@ -1,24 +1,59 @@
## Process this file through Automake to create Makefile.in -*- Makefile -*-
olndir = $(includedir)/oln
+
nobase_oln_HEADERS = \
core/1d/grid1d.hh \
\
core/2d/grid2d.hh \
+ core/2d/aliases.hh \
+ core/2d/dpointd2.hh \
+ core/2d/grid2d.hh \
+ core/2d/image2d.hh \
+ core/2d/point2d.hh \
\
core/3d/grid3d.hh \
\
+ core/abstract/internal/image_impl.hh \
+ \
core/abstract/any.hh \
+ core/abstract/bbox.hh \
+ core/abstract/dpoint.hh \
+ core/abstract/dpoint_nd.hh \
+ core/abstract/entry.hh \
core/abstract/grid.hh \
- core/abstract/image.hh \
- core/abstract/image_abstractions.hh \
- core/abstract/image_entry.hh \
core/abstract/image_dimension.hh \
- core/abstract/image_typeness.hh \
- core/abstract/image_typeness_integre.hh \
+ core/abstract/image.hh \
+ core/abstract/image_hierarchies.hh \
+ core/abstract/image_type.hh \
+ core/abstract/image_type_integre.hh \
+ core/abstract/iter.hh \
+ core/abstract/point.hh \
+ core/abstract/point_nd.hh \
+ core/abstract/pset_bboxed.hh \
+ core/abstract/pset_cnx.hh \
+ core/abstract/pset_fixed.hh \
+ core/abstract/pset.hh \
+ core/abstract/pset_hierarchies.hh \
+ core/abstract/pset_ra.hh \
+ core/abstract/topo.hh \
+ core/abstract/topo_hierarchies.hh \
+ core/abstract/topo_ra.hh \
+ core/abstract/topo_with_bbox.hh \
\
- core/abstract/internal/image_impl.hh \
+ core/gen/bbox.hh \
+ core/gen/bbox_topo.hh \
+ core/gen/bkd_piter.hh \
+ core/gen/fwd_piter.hh \
\
core/case.hh \
+ core/image_entry.hh \
core/macros.hh \
- core/typedefs.hh
+ core/pset_entry.hh \
+ core/traits.hh \
+ core/traits_id.hh \
+ core/topo_entry.hh \
+ core/typedefs.hh \
+ core/type.hh \
+ \
+ basics2d.hh
Index: oln/basics2d.hh
--- oln/basics2d.hh (revision 534)
+++ oln/basics2d.hh (working copy)
@@ -1,4 +1,5 @@
-// Copyright (C) 2001, 2002, 2003, 2004, 2006 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 EPITA Research and
+// Development Laboratory
//
// This file is part of the Olena Library. This library is free
// software; you can redistribute it and/or modify it under the terms