Age | Commit message (Collapse) | Author |
|
Better management with Autotools.
Make check is now available !!
|
|
|
|
Better dependancies with includes.
* src/test/Makedile :
Changing includes / headers / link.
|
|
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)
|
|
Add som tests.
|