#278: Move milena/tests/tools/* to build-aux/
-------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: cleanup |
-------------------------+------------------------
I believe there are other tools/generators elsewhere (including in
Scribo). It is probably a good idea to move them to `build-aux/` as well.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/278>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#134: Overhaul the generation of the documentation
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: enhancement | Status: new
Priority: major | Milestone: Olena 1.0ß
Component: Milena | Version: 1.0
Keywords: doc |
-------------------------+--------------------------------------------------
Changes introduced in r1606 downgraded many features that were present
before! In particular, source:trunk/milena/doc/Doxyfile.in has been
downgraded from Doxygen version 1.5.2 to Doxygen 1.5.1 (why!?).
Let's start again on a sound basis. The best way is probably to reused
`Doxyfile.in` from a previous revision (e.g,
source:trunk/milena/doc/Doxyfile.in#1476), and add current features (e.g.,
double documentation generation).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/134>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#276: Add a build target using BSD Make on TeamCity
-------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: minor | Milestone: Olena 2.2
Component: Olena | Version: 2.0
Keywords: |
-------------------------+------------------------
I.e., instead of GNU Make. Motivation: see #211.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/276>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#275: Overhaul the documentation's build system
-------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: |
-------------------------+------------------------
The build system under `milena/doc` (and probably `scribo/doc`) is too
complex, even if it is way sounder than before. Simplify the whole thing
(including custom generators).
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/275>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#213: Fix the build system to have « make -j » work
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 2.0
Keywords: |
----------------------+-----------------------------------------------------
We cannot safely use parallel make (`make -j`''n'') with current build
system, mainly because of `milena/doc/*`. Once this part is revamped,
ensure `make -j2` (or more) works.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/213>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
#274: Overhaul the tutorial
-------------------------+------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone: Olena 2.1
Component: Milena | Version: 2.0
Keywords: |
-------------------------+------------------------
Milena's tutorial is good, but it needs to be updated and polished to be
become truly great.
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/274>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
#203: Document commit procedures
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: levill_r
Type: task | Status: new
Priority: critical | Milestone:
Component: Trac | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
There are just too many mistakes in commits. The LRDE Guidelines warns
about many of them, but IMHO it is not enough.
A draft summary:
* Read comments from other about your patches (and patch proposals), and
take them into account.
* Use tools, but don't be fooled by them (know their limits): Vcs, `svn-
wrapper`, etc. A flaw in a tool is not an excuse for a dirty patch.
* Learn what a (good) !ChangeLog entry is.
* Kwow why !ChangeLogs matter (whatever their form), both technically
and legally.
* Learn how to fix !ChangeLogs correctly.
* Resist to the temptation to commit too fast.
* Don't break things: run `make` (and possibly `make check`) before
committing.
* Do not commit too many things at once: one idea/one task = one
commit.
* Reread you patches before sending them.
* Use ispell (when writing documentation).
* Learn how to use `git-svn` (or `git`, if it is available) instead of
`svn`.
* Learn from others: some tools take time to understand and master (Make,
Autoconf, Automake, shells, etc.).
Olena Teammates shall print and read this page once complete.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/203>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next has been updated
via bb6ddb7e8f323fa072b903b81b87d81f410734b3 (commit)
via abdd5eb7842021c807fe66dd46e4d6aca9911d5b (commit)
from 010f8aa5fa3a09d58bb4a872f199384e18b51974 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 27 ++++++++
milena/apps/generic-skel/Makefile.am | 67 ++++++++++++--------
milena/apps/generic-skel/test-mixed.in | 6 +-
milena/apps/mesh-segm-skel/Makefile.am | 42 ++++++++----
.../mesh-complex-max-curv-1-collapse.cc | 2 +-
.../mesh-complex-max-curv-2-collapse.cc | 2 +-
milena/apps/mesh-segm-skel/test-mixed.in | 8 +--
7 files changed, 103 insertions(+), 51 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform