Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-30 | Update tests | torset | |
2008-11-17 | Change tests file | torset | |
2008-11-14 | Change tests file | torset | |
2008-11-13 | change repertory for the multiplication and division and made the modifs in ↵ | torset | |
the files using them. | |||
2008-09-09 | moving addition and subtraction to operations | jofret | |
2008-06-26 | Enable make dist work | jofret | |
2008-06-05 | SVN is not FTP ! | pmarecha | |
2008-06-04 | (no commit message) | nutricato | |
2008-05-23 | Correct dependancies | jofret | |
2008-05-14 | Automake updated to 1.10.1 | jofret | |
2008-05-05 | License update | jofret | |
2008-04-25 | Add Scilab algorithm emulation | jofret | |
2008-04-18 | Double vs Float better management. Enable psycho warnings. | jofret | |
2008-04-11 | libtool management | jofret | |
2007-10-22 | Moving array functions prototype and add some C99 Compliance | jofret | |
2007-08-30 | Updating Autotools generation | jofret | |
2007-04-20 | Forgotten some dummy include to compile without any Warning. | jofret | |
2007-04-20 | Adding automated tests. | jofret | |
2007-03-30 | generated Makefile | jofret | |
2007-03-26 | Autotools generation | jofret | |
2007-03-25 | Adding lib for installation | jofret | |
2007-03-23 | Autotools... | jofret | |
2007-03-23 | AutoTools !! | jofret | |
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-01-31 | * src/elementaryFunctions/*.c : | jofret | |
Remove Multi Complex definition. * src/type/doubleComplex.h : Used as C99 Complex interface or hand-made complex. * src/type/floatComplex.h : Used as C99 Complex interface or hand-made complex. * src/*/Makefile : Add -std=c99 flag for native c99 complex compilation. * src/elementaryFunctions/exp : Exponential functions. * src/test/testExp.c : Add some Exponential functions tests. | |||
2007-01-05 | ArcCosine and ArcSine functions in basic cases. | jofret | |