#43: Fix the initialization of all global constants.
------------------------+---------------------------------------------------
Reporter: garrigues | Owner: Olena Team
Type: defect | Status: reopened
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Resolution: | Keywords:
------------------------+---------------------------------------------------
Description changed by levill_r:
Old description:
> * Use extern const ref, not static (really?)
> * Move implementation into another file (e.g., `foo.hcc`)
> * Provide a `globals.hcc` including all `.hcc` files (convenience
> shortcut).
> * Tell users (a entry in the FAQ would be useful) to include each
> needed `.hcc` file '''once''' per program.
New description:
* Use extern const ref, not static (really?)
* Move implementation into another file (e.g., `foo.hcc`)
* Provide a `globals.hcc` including all `.hcc` files (convenience
shortcut).
* Tell users (a entry in the FAQ would be useful) to include each
needed `.hcc` file '''once''' per program.
Don't forget to grep the uses of macro `MLN_WO_GLOBAL_VARS` in the code.
--
--
Ticket URL: <https://trac.lrde.org/olena/ticket/43#comment:6>
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 exp/next-build-ok has been updated
via 396cb06881fb4ce584e9c9fdfe3bd49ea2e565be (commit)
from 6713b18ae5ff02fd54f2496881ccb1118c02f45c (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 -----------------------------------------------------------------
396cb06 Fix namespace ambiguities.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 8 ++++++++
.../binarization/internal/first_pass_functor.hh | 6 +++---
.../scribo/binarization/sauvola_threshold_image.hh | 2 +-
scribo/scribo/subsampling/integral_single_image.hh | 8 ++++----
4 files changed, 16 insertions(+), 8 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform