Index: tools/swilena/ChangeLog
from Niels Van Vliet <niels(a)lrde.epita.fr>
* tools/swilena/meta/swilena_structelt.i: Fix a bug.
* tools/swilena/doc/swilena.texi: Fix a bug.
* tools/swilena/python/Makefile.am: Add clean_local.
Index: tools/swilena/doc/swilena.texi
--- tools/swilena/doc/swilena.texi Mon, 26 Jan 2004 04:27:21 +0100
astrid (oln/n/40_swilena.te 1.1.1.4 600)
+++ tools/swilena/doc/swilena.texi Sat, 10 Apr 2004 17:39:25 +0200
van-vl_n (oln/n/40_swilena.te 1.1.1.4 600)
@@ -45,7 +45,9 @@
@node Introduction
@chapter Introduction
-
+@menu
+* Using Swilena for Olena development::
+@end menu
Swilena aims at providing interpreted languages access to the Olena
image software processing library. In order to reach this goal,
it relies on SWIG to create interfaces to Olena in different languages.
@@ -104,7 +106,10 @@
Currently, the source tree only knows about Python and Ruby, but this
may evolve in the future.
-@unnumberedsubsec Using Swilena for Olena development
+@c FIXME: The section should be unnumbered (using @unnumberedsubsec).
+@node Using Swilena for Olena development
+@section Using Swilena for Olena development
+
Obviously, Swilena provides the developer with a programming framework
around Olena that has much shorter development cycles: new algorithms
Index: tools/swilena/meta/swilena_structelt.i
--- tools/swilena/meta/swilena_structelt.i Sat, 27 Sep 2003 19:02:23
+0200 burrus_n (oln/s/28_swilena_st 1.3 600)
+++ tools/swilena/meta/swilena_structelt.i Sat, 10 Apr 2004 18:09:41
+0200 van-vl_n (oln/s/28_swilena_st 1.3 600)
@@ -22,13 +22,6 @@
// accessors & operations
- T operator-() const; // senseless for neighborhoods
- %extend
- {
- T neg() const // senseless for neighborhoods
- { return -(*self); }
- }
-
EXTEND_DESCRIBE(T)
%enddef
Index: tools/swilena/python/Makefile.am
--- tools/swilena/python/Makefile.am Mon, 10 Nov 2003 14:12:17 +0100
burrus_n (oln/w/2_Makefile.a 1.1 600)
+++ tools/swilena/python/Makefile.am Sat, 10 Apr 2004 18:15:25 +0200
van-vl_n (oln/w/2_Makefile.a 1.1 600)
@@ -8,3 +8,6 @@
python_PYTHON = swilena_display.py swilena_all1d.py swilena_all2d.py
swilena_all3d.py
include makefile.swig
+
+clean-local:
+ rm -f *.pyc *.cxx