Bugs item #38, was opened at 25/06/2004 15:58
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=38&group_id=7
Category: Sugar
Group: None
Status: Open
Resolution: None
Priority: 1
Submitted By: Niels van Vliet (van-vl_n)
Assigned to: Nobody (None)
Summary: Traits for color conversion
Initial Comment:
A traits for color conversion:
Given 2 colors, returns the functor needed.
Ex1:
ntg::rgb_8, ntg::hsi<9> => oln::convert::f_rgb_to_hsi<8, 9>()
Why not:
Ex2:
ntg::hsl_8, ntg::hsi<9>
=> oln::convert::f_rgb_to_hsi<8, 9>()
(oln::convert::f_hsl_to_rgb<9, 9>())
[I am not sure about the values 8 and 9]
See color_space.cc and in tools to apply changes and news 10.196.
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=38&group_id=7
Bugs item #32, was opened at 14/06/2004 10:25
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=32&group_id=7
Category: Olena
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Simon Odou (odou_s)
Assigned to: Giovanni Palma (palma_g)
Summary: MD5 avec image de float ne compile pas
Initial Comment:
Le MD5 ne fonctionne pas sur les images de flottants car :
typetraits<double> et typetraits<float> dans ntg/real/builtin_float.hh ne définissent pas 'size' comme c'est le cas pour les entiers. La macro ntg_bits empêche alors le programme de compiler.
Si on ajoute cette taille, le programme ne compile toujours pas.
Le fichier olena/oln/utils/buffer.hxx essaye plusieurs opérations binaires (and, décalage, ...) sur le 'ntg_storage_type' des flottants. Or celui-ci n'est autre que 'self'.
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=32&group_id=7
Bugs item #29, was opened at 09/06/2004 13:16
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=29&group_id=7
Category: Olena
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: build problem (doxygen version)
Initial Comment:
$ ./configure
[...]
checking for doxygen... doxygen
checking for doxygen >= 1.3.4... old
configure: error: Doxygen 1.3.4 or newer is required, run ./configure with --without-doc to disable the doc build
$ doxygen --version
1.3.7
happens on debian stable and testing. now of course who needs the documentation
with a source code this clear ? :)
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.lrde.epita.fr/tracker/?func=detail&atid=103&aid=29&group_id=7
impossible de placer un breakpoint dans mlc/contract.hh
car ce fichier n'apparaît pas sous ddd
(après compil avec -ggdb ou -ggdb3 et, bien sûr, sans -DNDEBUG)