Index: integre/ChangeLog from Niels Van Vliet niels@lrde.epita.fr * integre/ntg/core/internal/traits.hh: Include headers so as to pass sanity check.
+2004-04-20 Niels Van Vliet niels@lrde.epita.fr + * tests/*/tests/* (82 files): Add copyright.
2004-04-13 Niels Van Vliet niels@lrde.epita.fr Index: olena/ChangeLog from Niels Van Vliet niels@lrde.epita.fr * olena/oln/convert/rgbhsl.hh: Include headers so as to pass sanity check. * olena/oln/snakes/energies.hh: Likewise. * olena/oln/utils/buffer.hh: Likewise. * olena/oln/topo/tarjan/tarjan.hh: Likewise.
+2004-04-20 Niels Van Vliet niels@lrde.epita.fr + * tests/*/tests/* (168 files): Add copyright.
2004-04-15 Giovanni Palma giovanni@lrde.epita.fr Index: tools/swilena/ChangeLog from Niels Van Vliet niels@lrde.epita.fr * swilena/python/Makefile.am: Add new line at end of file.
+2004-04-20 Niels Van Vliet niels@lrde.epita.fr + * swilena/python/Makefile.am: Remove clean-file. Add CLEANFILES.
2004-04-19 Damien Thivolle damien@lrde.epita.fr Index: integre/ntg/core/internal/traits.hh --- integre/ntg/core/internal/traits.hh Thu, 27 Nov 2003 11:26:27 +0100 burrus_n (oln/s/16_traits.hh 1.4.1.1 600) +++ integre/ntg/core/internal/traits.hh Tue, 20 Apr 2004 15:38:21 +0200 van-vl_n (oln/s/16_traits.hh 1.4.1.1 600) @@ -1,4 +1,4 @@ -// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory +// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -34,7 +34,7 @@ */
# include <ntg/core/abstract_hierarchy.hh> - +# include <string> namespace ntg {
namespace internal { Index: tools/swilena/python/Makefile.am --- tools/swilena/python/Makefile.am Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/w/2_Makefile.a 1.5 600) +++ tools/swilena/python/Makefile.am Tue, 20 Apr 2004 15:27:29 +0200 van-vl_n (oln/w/2_Makefile.a 1.5 600) @@ -9,4 +9,4 @@
include makefile.swig
-CLEANFILES = *.pyc *.cxx \ No newline at end of file +CLEANFILES = *.pyc *.cxx Index: olena/oln/convert/rgbhsl.hh --- olena/oln/convert/rgbhsl.hh Mon, 15 Mar 2004 15:32:27 +0100 van-vl_n (oln/j/36_rgbhsl.hh 1.4 600) +++ olena/oln/convert/rgbhsl.hh Tue, 20 Apr 2004 15:40:20 +0200 van-vl_n (oln/j/36_rgbhsl.hh 1.4 600) @@ -33,7 +33,7 @@ # include <oln/convert/abstract/colorconv.hh>
# include <ntg/basics.hh> -# include <ntg/color/nrgb.hh> +# include <ntg/color/rgb.hh> # include <ntg/color/hsl.hh>
# include <mlc/contract.hh> Index: olena/oln/snakes/energies.hh --- olena/oln/snakes/energies.hh Thu, 11 Mar 2004 15:41:55 +0100 van-vl_n (oln/j/22_energies.h 1.2 600) +++ olena/oln/snakes/energies.hh Tue, 20 Apr 2004 15:46:41 +0200 van-vl_n (oln/j/22_energies.h 1.2 600) @@ -28,6 +28,9 @@ #ifndef OLENA_SNAKES_ENERGIES_HH # define OLENA_SNAKES_ENERGIES_HH
+# include "node.hh" +# include <ntg/float.hh> + namespace oln {
namespace snakes { Index: olena/oln/utils/buffer.hh --- olena/oln/utils/buffer.hh Fri, 19 Mar 2004 15:52:57 +0100 palma_g (oln/k/10_buffer.hh 1.1 600) +++ olena/oln/utils/buffer.hh Tue, 20 Apr 2004 15:45:26 +0200 van-vl_n (oln/k/10_buffer.hh 1.1 600) @@ -29,6 +29,8 @@ #ifndef OLENA_OLN_UTILS_BUFFER_HH # define OLENA_OLN_UTILS_BUFFER_HH
+# include <ntg/int.hh> +# include <vector>
namespace oln { namespace utils { Index: olena/oln/topo/tarjan/tarjan.hh --- olena/oln/topo/tarjan/tarjan.hh Tue, 13 Apr 2004 17:31:32 +0200 van-vl_n (oln/m/47_tarjan.hh 1.3 600) +++ olena/oln/topo/tarjan/tarjan.hh Tue, 20 Apr 2004 15:41:29 +0200 van-vl_n (oln/m/47_tarjan.hh 1.3 600) @@ -28,7 +28,7 @@ #ifndef OLENA_TOPO_TARJAN_TARJAN_HH # define OLENA_TOPO_TARJAN_TARJAN_HH # include <oln/basics.hh> - +# include <vector> // Macros for extract information on tarjan algorithms. # define oln_tarjan_input_type(T) typename oln::topo::tarjan::tarjan_traits<T >::input_type # define oln_tarjan_output_type(T) typename oln::topo::tarjan::tarjan_traits<T >::output_type