Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-11 | improve test + libtool management | jofret | |
2008-04-11 | libtool management | jofret | |
2007-10-22 | Moving array functions prototype and add some C99 Compliance | jofret | |
2007-10-22 | Moving array functions prototype | jofret | |
2007-09-11 | End of prototyping all elementary functions. | jofret | |
Just need some code (wait for an internship). | |||
2007-09-11 | Adding sqrt functions. | jofret | |
Need more precision and think about type returned. | |||
2007-09-11 | Adding dummy functions to be used as prototype. | jofret | |
2007-09-11 | Take into account other functions... | jofret | |
2007-09-11 | Prototyping atan mathematical function. | jofret | |
2007-09-11 | Prototyping asinh mathematical function. | jofret | |
2007-09-11 | Prototyping ten-based logarithm mathematical function. | jofret | |
2007-09-11 | Prototyping 10 power mathematical function. | jofret | |
2007-09-11 | Prototyping acosh mathematical function. | jofret | |
2007-09-11 | Prototyping atanh mathematical function. | jofret | |
2007-08-30 | Updating Autotools generation | jofret | |
2007-04-24 | sqrt link to libMath | jofret | |
2007-04-20 | [RELEASE] Sinh is now stable. | jofret | |
2007-04-20 | [RELEASE] Cosh is now stable. | jofret | |
2007-04-20 | Adding missing test headers. | jofret | |
2007-04-20 | Log Implementation used for tangeant. | jofret | |
2007-04-20 | Forgotten some dummy include to compile without any Warning. | jofret | |
2007-04-20 | Ending Sine implementation and tests. | jofret | |
2007-04-20 | Square Root begin implementation. | jofret | |
2007-04-20 | Adding Automated tests. | jofret | |
2007-04-20 | Adding Automated tests. | jofret | |
2007-04-20 | Adding Automated tests. | jofret | |
2007-04-20 | Adding Automated tests. | jofret | |
2007-04-20 | Adding Automated tests. | jofret | |
2007-04-20 | Adding automated tests. | jofret | |
2007-03-30 | generated Makefile | jofret | |
2007-03-26 | Autotools generation | jofret | |
2007-03-25 | Autotools :-D | jofret | |
2007-03-25 | Square Root functions with autotools :D | jofret | |
2007-03-25 | Autotools | jofret | |
2007-03-25 | Autotools | jofret | |
2007-03-25 | Adding lib for installation | jofret | |
2007-03-25 | Autotools | jofret | |
2007-03-25 | Autotools | jofret | |
2007-03-25 | Adding logarithm functions with autotools | jofret | |
2007-03-23 | Autotools... | jofret | |
2007-03-23 | AutoTools !! | jofret | |
2007-03-22 | Add square root interface. | jofret | |
Neede by TAN fo complex numbers. | |||
2007-03-22 | Adding Log Interface. | jofret | |
Needed by TAN for Complex numbers. | |||
2007-03-19 | (no commit message) | jofret | |
2007-03-19 | Correction of functions profile : | jofret | |
Remove "stride" parameters. Add dioxygen style documentation. | |||
2007-03-19 | Modify prototyping : | jofret | |
StrideX and StrideY parameters are useless. Removing them ! | |||
2007-02-23 | * src/elementaryFunctions/includes : | jofret | |
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. | |||
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-12 | * src/elementaryFunctions/sinh/zsinhs.c | jofret | |
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/sinh/csinhs.c Fixed with C99 Complex but Scilab computation. Fix some mistakes |