From f15db5015bf8b901adfbfbcdb89aff9bf2123df7 Mon Sep 17 00:00:00 2001 From: jofret Date: Fri, 23 Feb 2007 17:08:57 +0000 Subject: Huge Work about Complex Interfaces !!! Now done... Some rest is needed... Have a nice week-end SVN :-P !!! --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index c67d7168..6844db3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2007-02-23 Bruno JOFRET + + * src/test/*.c : + Better dependancies with includes. + * src/test/Makedile : + Changing includes / headers / link. + * src/misc : + _MOVED_ : Becoming includes. + * src/includes : + For general headers includings. + * src/auxiliaryFunctions/includes : + Add includes directory for profiling functions. + * src/auxiliaryFunctions/*/*.h : + Moving headers to includes. + * src/auxiliaryFunctions/*/*.c : + Better dependancies with includes. + * src/auxiliaryFunctions/*/Makedile : + Changing includes / headers / link. + * src/elementaryFunctions/includes : + Add includes directory for profiling functions. + * src/elementaryFunctions/*/*.h : + Moving headers to includes. + * src/elementaryFunctions/*/*.c : + Better dependancies with includes. + * src/elementaryFunctions/*/Makedile : + Changing includes / headers / link. + * src/type/doubleComplexC99.h : + _REMOVED_ : All declarations are put in + src/type/doubleComplex.h . + * src/type/floatComplexC99.h : + _REMOVED_ : All declarations are put in + src/type/floatComplex.h . + 2007-02-15 Bruno JOFRET * src/test/testIsEmpty.c : -- cgit