summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/find
AgeCommit message (Collapse)Author
2009-01-09Change find prototype and function (output is one dimention indexation)torset
2008-11-12Header updatejofret
2008-06-26Enable make dist workjofret
2008-06-05SVN is not FTP !pmarecha
2008-06-04(no commit message)nutricato
2008-05-14Automake updated to 1.10.1jofret
2008-04-21Incorrect array boundsjofret
2008-04-11libtool updatejofret
2007-10-22Moving array functions prototypejofret
2007-08-30Updating Autotools generationjofret
2007-04-26[RELEASE] find function done.jofret
2007-04-20Auxiliary functions Autotools Management.jofret
Thanks Akim !
2007-04-18Autotools Managementjofret
2007-04-18Moving tests to each function.jofret
Enable make check.
2007-04-18Removing all Makefile.jofret
Autotools Migration.
2007-02-23* src/auxiliaryFunctions/includes :jofret
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.
2007-02-23* src/auxiliaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes.
2007-02-14* src/test/test*.c :jofret
Add some FIXME in order to remember to code some tests. * src/test/testFind.c : Testing of the find function. * src/test/testIsEmpty.c : Testing of the isEmpty function. * src/misc : Create for misc includes. * src/auxiliaryFunctions/find/notFound.h : Moved * src/misc/notFound.h : Better use here. * */*/Makefile : Modify all Makefiles. Remove -pedantic. Must be crazy to use this... * src/auxiliaryFunctions/isempty : IsEmpty functions implementation. * src/auxiliaryFunctions/isempty/{sdcz}isEmptya.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex)
2007-02-13* src/elementaryFunctions/tanh/ztanhs.c :jofret
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/tanh/ctanhs.c : Fixed with C99 Complex but Scilab computation. * src/auxiliaryFunctions/find : Find not null element in list. * src/auxiliaryFunctions/find/{sdcz}finda.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex) * src/auxiliaryFunctions/find/find.h : Interface. * src/auxiliaryFunctions/find/notFound.h : Constant if all elements are not null. Adding some other functions.