
* green/HelloWorld/Makefile.am : Remove Makefile. * green/HelloWorld/HelloWorld.cc : Remove source. * green/HelloWorld/Print.cc : Remove source. * green/HelloWorld : Remove directory. * green/hello_world : New directory. * green/hello_world/Makefile.am : New Makefile. * green/hello_world/hello_world.cc : New source. * green/hello_world/print.cc : New source. --- trunk/milena/sandbox/ChangeLog | 42 ++++++++++++++++++++ .../green/{HelloWorld => hello_world}/Makefile.am | 0 .../HelloWorld.cc => hello_world/hello_world.cc} | 0 .../{HelloWorld/Print.cc => hello_world/print.cc} | 0 4 files changed, 42 insertions(+), 0 deletions(-) rename trunk/milena/sandbox/green/{HelloWorld => hello_world}/Makefile.am (100%) rename trunk/milena/sandbox/green/{HelloWorld/HelloWorld.cc => hello_world/hello_world.cc} (100%) rename trunk/milena/sandbox/green/{HelloWorld/Print.cc => hello_world/print.cc} (100%) diff --git a/trunk/milena/sandbox/ChangeLog b/trunk/milena/sandbox/ChangeLog index 010a2b9..baf6b54 100644 --- a/trunk/milena/sandbox/ChangeLog +++ b/trunk/milena/sandbox/ChangeLog @@ -1,3 +1,45 @@ +2009-08-04 Yann Jacquelet <jacquelet@lrde.epita.fr> + + Integrate LRDE code writting rules in my learning programs. + + * green/Otsu/Makefile.am : Remove Makefile. + * green/Otsu/Otsu.cc : Remove source. + * green/Otsu : Remove directory. + + * green/otsu : New directory. + * green/otsu/Makefile.am : New Makefile. + * green/otsu/otsu.cc : New source (substituate float by double). + +2009-08-04 Yann Jacquelet <jacquelet@lrde.epita.fr> + + Integrate LRDE code writting rules in my own otsu code. + + * green/Otsu/Makefile.am : Remove Makefile. + * green/Otsu/Otsu.cc : Remove source. + * green/Otsu : Remove directory. + + * green/otsu : New directory. + * green/otsu/Makefile.am : New Makefile. + * green/otsu/otsu.cc : New source (substituate float by double). + + +2009-08-04 Yann Jacquelet <jacquelet@lrde.epita.fr> + + Integrate LRDE code writting rules in the fraction c++ type. + + * green/Fraction/Makefile.am : Remove Makefile. + * green/Fraction/main.cc : Remove source. + * green/Fraction/frac.hh : Remove source. + * green/Fraction/frac.cc : Remove source. + * green/Fraction : Remove directory. + + * green/fraction : New directory. + * green/fraction/Makefile.am : New Makefile. + * green/fraction/sign_prod.hh : New source. + * green/fraction/gcd.hh : New source. + * green/fraction/frac.hh : New source. + * green/fraction/frac.cc : New source. + 2009-08-03 Fabien Freling <fabien.freling@lrde.epita.fr> Implement support for 2D tiled images and other drafts. diff --git a/trunk/milena/sandbox/green/HelloWorld/Makefile.am b/trunk/milena/sandbox/green/hello_world/Makefile.am similarity index 100% rename from trunk/milena/sandbox/green/HelloWorld/Makefile.am rename to trunk/milena/sandbox/green/hello_world/Makefile.am diff --git a/trunk/milena/sandbox/green/HelloWorld/HelloWorld.cc b/trunk/milena/sandbox/green/hello_world/hello_world.cc similarity index 100% rename from trunk/milena/sandbox/green/HelloWorld/HelloWorld.cc rename to trunk/milena/sandbox/green/hello_world/hello_world.cc diff --git a/trunk/milena/sandbox/green/HelloWorld/Print.cc b/trunk/milena/sandbox/green/hello_world/print.cc similarity index 100% rename from trunk/milena/sandbox/green/HelloWorld/Print.cc rename to trunk/milena/sandbox/green/hello_world/print.cc -- 1.5.6.5