https://svn.lrde.epita.fr/svn/oln/prototypes/proto-1.0
ChangeLog | 9 +++++++++
oln/makefile.src | 9 +++++++--
tests/sanity/includes.test | 3 ++-
3 files changed, 18 insertions(+), 3 deletions(-)
Index: olena/ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Update the test machinery.
* tests/sanity/includes.test: Ignore files whose path contains an
`internal' subdirectory.
* oln/makefile.src (OLN_DEP): Add core/abstract/image_entry.hh,
core/abstract/qiter.hh and core/typedefs.hh.
Property changes on: olena
___________________________________________________________________
Name: svn:ignore
- Makefile
Makefile.in
+ Makefile
Makefile.in
diffs.patch
Index: olena/tests/sanity/includes.test
--- olena/tests/sanity/includes.test (revision 134)
+++ olena/tests/sanity/includes.test (working copy)
@@ -12,7 +12,8 @@
if test $# = 0; then
find "$PATH_TO_OLN_SRCDIR/oln" -name "${1-*}.hh" \
- -a ! -path '*/obsolete/*' -type f -print |
+ -a ! -path '*/obsolete/*' -type f \
+ -a ! -path '*/internal/*' -type f -print |
sed "s,$PATH_TO_OLN_SRCDIR/,,g"
else
echo "$@"
Index: olena/oln/makefile.src
--- olena/oln/makefile.src (revision 134)
+++ olena/oln/makefile.src (working copy)
@@ -16,14 +16,14 @@
config/system.hh \
convert/nbh_to_se.hh \
convert/value_to_point.hh \
-
+ \
core/1d/array1d.hh \
core/1d/dpoint1d.hh \
core/1d/fwd_piter1d.hh \
core/1d/image1d.hh \
core/1d/point1d.hh \
core/1d/size1d.hh \
-
+ \
core/2d/array2d.hh \
core/2d/bkd_piter2d.hh \
core/2d/dpoint2d.hh \
@@ -35,12 +35,14 @@
core/2d/point2d.hh \
core/2d/size2d.hh \
core/2d/window2d.hh \
+ \
core/3d/array3d.hh \
core/3d/dpoint3d.hh \
core/3d/fwd_piter3d.hh \
core/3d/image3d.hh \
core/3d/point3d.hh \
core/3d/size3d.hh \
+ \
core/abstract/data_storage.hh \
core/abstract/dpoint.hh \
core/abstract/image.hh \
@@ -48,6 +50,7 @@
core/abstract/image_constness.hh \
core/abstract/image_dimension.hh \
core/abstract/image_entry.hh \
+ core/abstract/image_entry.hh \
core/abstract/image_like_.hh \
core/abstract/image_neighbness.hh \
core/abstract/image_operator.hh \
@@ -62,6 +65,7 @@
core/abstract/piter.hh \
core/abstract/point.hh \
core/abstract/qiter.hh \
+ core/abstract/qiter.hh \
core/abstract/regular_niter.hh \
core/abstract/size.hh \
core/abstract/window.hh \
@@ -90,6 +94,7 @@
core/pw/plus.hh \
core/pw/times.hh \
core/typedefs.hh \
+ core/typedefs.hh \
fancy/iota.hh \
fancy/print.hh \
io/gz_stream.hh \
Property changes on: metalic
___________________________________________________________________
Name: svn:ignore
- Makefile
Makefile.in
+ Makefile
Makefile.in
diffs.patch