Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-28 | Moving source code | jofret | |
2009-04-22 | add tests projects for auxiliaryFunctions | cornet | |
2009-04-22 | add string project + build release mode | cornet | |
TO DO add tests | |||
2009-04-22 | build with visual studio (dynamic libraries) | cornet | |
2009-04-21 | introduces Visual studio 2008 express solution (scilab2c_f2c.sln) | cornet | |
type moved to a dll on windows | |||
2009-04-21 | Oups... Remove the wrong include | jofret | |
2009-04-21 | Unit test doubleComplex | jofret | |
2009-04-21 | Unit test floatComplex | jofret | |
2009-04-21 | Windows project | jofret | |
2009-04-21 | Windows compiler requires thos cast. | jofret | |
2009-04-21 | Remove useless include | jofret | |
2009-04-21 | remove useless include | jofret | |
2009-04-21 | including stdbool is useless under windows | jofret | |
2009-04-21 | Change uint to unsigned int to avoid wired new Windows compiler trouble | jofret | |
2009-02-18 | Add real and imag interfaces | torset | |
2009-01-20 | it seems all modifications are ok | torset | |
2009-01-16 | Update with Scilab2C modifs (maybe some errors) | torset | |
2008-12-11 | Updates changes due to insertion of determ | torset | |
2008-11-13 | change repertory for the multiplication and division and made the modifs in ↵ | torset | |
the files using them. | |||
2008-09-09 | Remove addition and subtraction -> dedicated to operations module | jofret | |
2008-06-19 | Enable division and tests | jofret | |
2008-06-16 | - Array extraction complete | jofret | |
- Some tests added | |||
2008-06-16 | Adding Real and Imaginary part extraction. | jofret | |
2008-06-05 | SVN is not FTP ! | pmarecha | |
2008-06-04 | (no commit message) | nutricato | |
2008-05-30 | Tests matrix creation | jofret | |
2008-05-14 | Automake updated to 1.10.1 | jofret | |
2008-05-14 | * Adding floatComplexMatrix creation | jofret | |
* Huge unit test, seems to be stable | |||
2008-05-13 | Adding double complex matrix constructor | jofret | |
2008-04-18 | Enable warnings | jofret | |
2008-04-11 | libtool management | jofret | |
2007-10-22 | C99 compliance, or even ISO C 89 one... | jofret | |
2007-10-22 | Add some floatComplex operators | jofret | |
2007-08-30 | Updating Autotools generation | jofret | |
2007-08-30 | Adding Complex operation | jofret | |
2007-04-20 | Cleaning debug stuff. | jofret | |
2007-03-30 | Autotools new compilation process | jofret | |
2007-03-26 | test autotools migration | jofret | |
2007-03-23 | Too tired... need rest :-S | jofret | |
2007-03-23 | * src/type/Makefile : | jofret | |
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. | |||
2007-02-27 | Both use of C99 and hand made Complex structure. | jofret | |
2007-02-23 | * src/type/doubleComplexC99.h : | jofret | |
_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. | |||
2007-02-23 | Remove multi definition of complex in headers. | jofret | |
Move to simple header one. | |||
2007-02-06 | * src/type : | jofret | |
Add C99 compatibility. Float implementation. * src/elementaryFunctions/cos/zcoss.c Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/cos/ccoss.c Fixed with C99 Complex but Scilab computation. | |||
2007-02-02 | Double C99 Complex implementation | jofret | |
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. | |||
2006-12-07 | Begin basic library | jofret | |
Cos | |||
2006-12-07 | complex modification | jofret | |
2006-12-07 | float complex structure | jofret | |
2006-12-07 | little Makefile mistake | jofret | |