Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-05 | Rand header | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-10-22 | Correct Warnings for ISO C99 compliance | jofret | |
2007-10-22 | Correct Warnings for ISO C99 compliance | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-10-22 | Disable some computation for the moment | jofret | |
2007-10-22 | Moving prototype | jofret | |
2007-08-30 | Updating Autotools generation | jofret | |
2007-08-30 | Complex pythag function | jofret | |
2007-08-30 | Update pythag function | jofret | |
2007-05-07 | Is Nan : New function | jofret | |
Must improve nan so far as complex numbers are concerned ! | |||
2007-04-27 | [RELEASE] isEmpty functions ! (with simple low case name) | jofret | |
2007-04-27 | Naming of the functions... | jofret | |
2007-04-27 | Pythag function implementation | jofret | |
2007-04-27 | [RELEASE] Absolute Value | jofret | |
2007-04-27 | [RELEASE] Absolute Value | jofret | |
2007-04-26 | [RELEASE] find function done. | jofret | |
2007-04-24 | Absolute Value implementation | jofret | |
2007-04-23 | Oups just forgot the header... | jofret | |
2007-04-23 | Adding Pythag function, must be used as often as possible. | jofret | |
2007-04-20 | Auxiliary functions Autotools Management. | jofret | |
Thanks Akim ! | |||
2007-04-20 | Adding abs function. | jofret | |
Mandatory for log. | |||
2007-04-20 | Adding abs function. | jofret | |
Mandatory for log. | |||
2007-04-20 | Adding abs | jofret | |
2007-04-18 | Adding Autotools Management. | jofret | |
2007-04-18 | Autotools Management | jofret | |
2007-04-18 | Moving tests to each function. | jofret | |
Enable make check. | |||
2007-04-18 | Removing all Makefile. | jofret | |
Autotools Migration. | |||
2007-03-30 | Adding other Auxiliary functions. | jofret | |
2007-03-20 | Doxygen documentation | jofret | |
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-15 | (no commit message) | jofret | |
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. | |||
2007-02-13 | Stupid Implementation... | jofret | |
Must have been removed early !! | |||
2007-02-08 | Modify some unexpected calls... | jofret | |
2007-02-08 | * src/auxiliaryFunctions/sign : | jofret | |
Signe of a float or double. * src/auxiliaryFunctions/sign/sign.h : Interface * src/auxiliaryFunctions/sign/{sd}signs.c : Implementation : s(float) d(double) Sign module and lib |