Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-28 | Moving source code | jofret | |
2009-04-23 | rename directories with _ | cornet | |
remove dependency on fortran runtime add run_tests project | |||
2009-04-22 | add tests projects for auxiliaryFunctions | cornet | |
2009-02-13 | modify isempty headers which make the c files usseless | torset | |
2009-02-04 | Update : make check seems ok | torset | |
2009-02-04 | Update isempty to avoid error message once again | torset | |
2009-02-04 | Update isempty to avoid error message | torset | |
2009-02-04 | Update | torset | |
2009-01-22 | update | torset | |
2009-01-20 | it seems all modifications are ok | torset | |
2009-01-09 | Change in isempty because of the change of find | torset | |
2009-01-09 | Change in isempty because of the change of find | torset | |
2008-11-12 | Header update | 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-14 | Automake updated to 1.10.1 | jofret | |
2008-04-11 | libtool update | jofret | |
2007-10-22 | Correct Warnings for ISO C99 compliance | jofret | |
2007-08-30 | Updating Autotools generation | jofret | |
2007-04-27 | [RELEASE] isEmpty functions ! (with simple low case name) | jofret | |
2007-04-20 | Auxiliary functions Autotools Management. | jofret | |
Thanks Akim ! | |||
2007-04-18 | Adding 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-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) |