Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
olena
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Sachunsky
olena
Commits
d8b7e358
Commit
d8b7e358
authored
Apr 15, 2004
by
Niels van Vliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
from Niels Van Vliet <niels@lrde.epita.fr>
* NEWS: Correct English. prcs2git-id: 10.174
parent
fbcd81ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
71 deletions
+26
-71
.oln.prcs_aux
.oln.prcs_aux
+2
-2
ChangeLog
ChangeLog
+4
-0
NEWS
NEWS
+11
-13
oln.prj
oln.prj
+9
-56
No files found.
.oln.prcs_aux
View file @
d8b7e358
...
...
@@ -573,7 +573,7 @@
(olena/oln/topo/dmap.hxx 11087 1081870292 p/3_dmap.hxx 1.7.1.10)
(tools/swilena/meta/attic/swilena_image.i 1740 1039630292 o/12_swilena_im 1.1)
(integre/ntg/core/pred_succ.hh 2741 1080643246 k/8_pred_succ. 1.2)
(NEWS 9
428 1082045583 0_NEWS 1.22
)
(NEWS 9
345 1082051181 0_NEWS 1.23
)
(olena/oln/core/generate.hh 2492 1060214901 f/12_generate.h 1.18)
(olena/oln/core/point2d.hxx 2988 1081704233 c/29_point2d.hx 1.8)
(metalic/mlc/array/3d.hxx 7814 1060216643 f/18_array3d.hx 1.10)
...
...
@@ -754,7 +754,7 @@
(olena/tests/morpho/tests/extrkiller 1063 1059583756 e/31_extrkiller 1.5.1.7)
(olena/oln/topo/dmap.hh 17204 1079368854 p/2_dmap.hh 1.11)
(olena/oln/core/abstract/binary_image.hh 0 1058452443 c/24_pred_image 1.6)
(ChangeLog 174
15 1082045583 o/33_ChangeLog 1.37.1.16.1.17.1.19.1.8
)
(ChangeLog 174
94 1082051181 o/33_ChangeLog 1.37.1.16.1.17.1.19.1.9
)
(integre/tests/types/tests/int6 61 1030375252 g/46_int6 1.1)
(olena/oln/morpho/hit_or_miss.inc 12812 1079630654 42_hit_or_mis 1.23)
(olena/oln/convol/fast_gaussian.hxx 11452 1080571201 25_fast_gauss 1.7.1.8.1.11)
...
...
ChangeLog
View file @
d8b7e358
2004-04-15 Niels Van Vliet <niels@lrde.epita.fr>
* NEWS: Correct English.
2004-04-14 Damien Thivolle <damien@lrde.epita.fr>
* NEWS: Update the file.
...
...
NEWS
View file @
d8b7e358
Olena 0.10 April 15, 2004
* New documentaion system.
* New documenta
t
ion system.
Now any comment should use doxygen style (i.e. /*! ... */).
You can also put some code in comments to make them
compile at documentation generation time. It is useful to
illustrate some algorithm with concrete input and output. To
use this feature the only thing to be done is to put the
code into \code and \endcode tags. If you produce an image,
you can include it in the comments with the \image command,
using the same name you used to produce it, but with the png
extension. To make sure your image will not overwrite
another existing one, you should name it taking care of
You can also write some programs inside the comments. They are
compiled at documentation generation time. It is useful to
illustrate some algorithms with concrete input and output. To
use this feature the program has to be between \code and \endcode
tags. If you produce an image, you can include it in the comments
with the \image command, using the same name you used to produce
it, but with the png extension. To make sure your image will not
overwrite another existing one, you should name it taking care of
the namespace you are using: e.g. if you comment the function
oln::boo::bar::fun, an image should be named oln_foo_bar_fun.ppm
It can be added that two macros are provided to make abstraction
of input and output directories, they are named IMG_IN and IMG_OUT.
oln::boo::bar::fun, the image should be named oln_foo_bar_fun.ppm.
The macros IMG_IN and IMG_OUT correspond to the path of the images.
* Border behavior can be controlled with the behavior hierarchy.
If an algorithm support it, you can choose the way the image
...
...
oln.prj
View file @
d8b7e358
;; -*- Prcs -*-
(Created-By-Prcs-Version 1 3 3)
(Project-Description "Olena")
(Project-Version
oln 10 173)
(Parent-Version
oln 10 170)
(Version-Log
"Index: olena/ChangeLog
from Giovanni Palma <giovanni@lrde.epita.fr>
* tests/check/Makefile.flags: Reorder flags.
* tests/check/Makefile.check: Likewise.
* tests/check/Makefile.runtests: Likewise.
+2004-04-15 Giovanni Palma <giovanni@lrde.epita.fr>
+
* tests/morpho/tests/attr_op_cl: Disable dist closing/opening
tests.
Index: olena/tests/check/Makefile.flags
--- olena/tests/check/Makefile.flags Fri, 01 Aug 2003 02:45:53 +0200 burrus_n (oln/q/39_Makefile.f 1.4.1.1 600)
+++ olena/tests/check/Makefile.flags Thu, 15 Apr 2004 18:22:28 +0200 palma_g (oln/q/39_Makefile.f 1.4.1.1 600)
@@ -2,4 +2,4 @@
AM_CXXFLAGS = $(CXXFLAGS_OPTIMIZE) $(CXXFLAGS_STRICT_ERRORS) $(ZLIB_CXXFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/metalic/tests/check -I$(top_srcdir)/olena/tests/check
-AM_LDFLAGS = $(ZLIB_LDFLAGS)
+AM_LDFLAGS =
Index: olena/tests/check/Makefile.check
--- olena/tests/check/Makefile.check Fri, 01 Aug 2003 02:45:53 +0200 burrus_n (oln/q/40_Makefile.c 1.4 600)
+++ olena/tests/check/Makefile.check Thu, 15 Apr 2004 18:22:43 +0200 palma_g (oln/q/40_Makefile.c 1.4 600)
@@ -2,5 +2,5 @@
# This Makefile is designed to be included by olena/tests/* directories.
-LDADD = ../check/libolncheck.a
+LDADD = ../check/libolncheck.a $(ZLIB_LDFLAGS)
TESTS = $(check_PROGRAMS)
Index: olena/tests/check/Makefile.runtests
--- olena/tests/check/Makefile.runtests Tue, 05 Aug 2003 21:39:33 +0200 burrus_n (oln/u/32_Makefile.r 1.2 600)
+++ olena/tests/check/Makefile.runtests Thu, 15 Apr 2004 18:36:47 +0200 palma_g (oln/u/32_Makefile.r 1.2 600)
@@ -6,7 +6,7 @@
CPPFLAGS_RUNTESTS = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \\
-I$(top_builddir) -I$(srcdir) -I.
CXXFLAGS_RUNTESTS = $(CXXFLAGS) $(AM_CXXFLAGS)
-LDADD_RUNTESTS = ../check/libolncheck.a
+LDADD_RUNTESTS = ../check/libolncheck.a $(ZLIB_LDFLAGS)
check-runtests:
TOP_SRCDIR=$(top_srcdir) SRCDIR=$(srcdir) \\
(Project-Version oln 10 174)
(Parent-Version oln 10 173)
(Version-Log "from Niels Van Vliet <niels@lrde.epita.fr>
* NEWS: Correct English.
")
(New-Version-Log "")
(Checkin-Time
"Thu, 15 Apr 2004 19:
35:42
+0200")
(Checkin-Login
palma_g
)
(Checkin-Time "Thu, 15 Apr 2004 19:
46:21
+0200")
(Checkin-Login
van-vl_n
)
;; diff-ignore tests/data/.*pbm$
;; diff-ignore .*\.pbm$
;; diff-ignore .*\.pgm$
...
...
@@ -151,7 +110,7 @@ Index: olena/tests/check/Makefile.runtests
(Project-Keywords)
(Files
(ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.
8
600))
(ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.
9
600))
(doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.9 600))
(integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.42 600))
(metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.40 600))
...
...
@@ -184,7 +143,7 @@ Index: olena/tests/check/Makefile.runtests
(doc/ref/processing.tpl (oln/d/48_processing 1.16 600))
(Makefile.am (oln/n/32_Makefile.a 1.17.1.2.1.7 600))
(NEWS (oln/0_NEWS 1.2
2
600))
(NEWS (oln/0_NEWS 1.2
3
600))
(olena/img/face_se.pbm (oln/n/17_face_se.pb 1.1 600) :no-keywords)
(olena/img/lena256.pgm (oln/n/14_lena256.pg 1.1 600) :no-keywords)
...
...
@@ -1495,11 +1454,5 @@ Index: olena/tests/check/Makefile.runtests
(metalic/mlc/makefile.src (oln/r/3_makefile.s 1.1 600))
(olena/oln/makefile.src (oln/r/4_makefile.s 1.1 600))
)
(Merge-Parents
(10.170 complete)
(10.172 complete
(ChangeLog ChangeLog ChangeLog r) (doc/ChangeLog doc/ChangeLog doc/ChangeLog r)
(NEWS NEWS NEWS r) (doc/dev/biblio.texi doc/dev/biblio.texi doc/dev/biblio.texi r)
(doc/dev/abstract.texi doc/dev/abstract.texi doc/dev/abstract.texi r) (doc/dev/faq.texi doc/dev/faq.texi doc/dev/faq.texi r))
)
(Merge-Parents)
(New-Merge-Parents)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment