Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Some tests added
|
|
|
|
* Huge unit test, seems to be stable
|
|
|
|
|
|
|
|
|
|
Removed : delegate to AutoTools.
* src/type/Makefile.am :
Automake file.
* src/type/Makefile.in :
Automake generated file : ./configure needed.
* src/type/testFloatComplex.c :
Test Float Complex generation :
Assert + AutoCheck through AutoTools.
* src/type/testDoubleComplex.c :
Test Double Complex generation :
Assert + AutoCheck through AutoTools.
|
|
_REMOVED_ : All declarations are put in
src/type/doubleComplex.h .
* src/type/floatComplexC99.h :
_REMOVED_ : All declarations are put in
src/type/floatComplex.h .
Standard C99 must _NOT_ override my own interfaces.
Encapsulate some declarations.
Complex representation is now accessed through a Bridge
during compilation.
|
|
|
|
Will probably be improved later...
|