Age | Commit message (Expand) | Author |
2005-12-15 | eased cross-compilation | IOhannes m zmölnig |
2005-11-14 | enlarging the mtx_rowr(i)fft column size again from N/2 to N/2+1. | Franz Zotter |
2005-10-24 | make errors findable with "last error" | IOhannes m zmölnig |
2005-10-23 | compiled it on w32 (but normally we can use the cross-compiler and autoconf!) | IOhannes m zmölnig |
2005-10-23 | fixed errors with vc7 (variable decleration not at beginning of block) | IOhannes m zmölnig |
2005-10-23 | ran with "-Wall" and fixed naughtinesses | IOhannes m zmölnig |
2005-10-18 | added methods for 1-row and 1-col right-side matrices | IOhannes m zmölnig |
2005-10-18 | fixed processing with float at hot-inlet | IOhannes m zmölnig |
2005-10-17 | remade mtx_sub generic; | IOhannes m zmölnig |
2005-10-17 | fixed bugs in mtx_binop_generic; | IOhannes m zmölnig |
2005-10-17 | made code more readable for me | IOhannes m zmölnig |
2005-10-14 | removed a bit of verbosity | IOhannes m zmölnig |
2005-10-14 | found and fixed bug in object-destruction | IOhannes m zmölnig |
2005-10-13 | better check for strip and friends | IOhannes m zmölnig |
2005-10-13 | added warning-post about future changes | IOhannes m zmölnig |
2005-10-13 | fixed bug that prevented this object from loading on some systems. | IOhannes m zmölnig |
2005-10-12 | fixed bug that disabled this object on osX | IOhannes m zmölnig |
2005-10-07 | don't include c-files (iemmatrix.c used to include iemmatrix_sources.c) | IOhannes m zmölnig |
2005-09-26 | adding matrix concatenation external. two matrices can be concatenated to on... | Franz Zotter |
2005-09-26 | added symbolic creation arguments or mode parameters "row" "col" ["mtx"] to ... | Franz Zotter |
2005-09-22 | the setup wrapper didn't contain a proper function call. | Franz Zotter |
2005-09-22 | a post message for debugging was removed | Franz Zotter |
2005-09-22 | re-newed column and row-wise operation selector. now [mode row(, | Franz Zotter |
2005-09-20 | changed the formerly called "dimension" to "mode". | Franz Zotter |
2005-09-20 | removed mtx_semipivot (was just lying around and got committed accidentally) | IOhannes m zmölnig |
2005-09-20 | changed checks for STRIP (but really look at how we did that in Gem) | IOhannes m zmölnig |
2005-09-20 | reflect newly added files | IOhannes m zmölnig |
2005-09-20 | added more objects by fz | IOhannes m zmölnig |
2005-09-19 | added a bunch of new objects (from f.zotter); | IOhannes m zmölnig |
2005-09-19 | more fabs() instead of abs() | IOhannes m zmölnig |
2005-09-19 | functions to get elementwise minimum/maximum of 2 matrices | IOhannes m zmölnig |
2005-09-19 | removed verbosity | IOhannes m zmölnig |
2005-09-19 | better use fabs() than abs() when dealing with floats... | IOhannes m zmölnig |
2005-09-19 | automatic adding of new source-files to the main setup function | IOhannes m zmölnig |
2005-09-19 | distclean now provides a makefile that does "./configure&&make" | IOhannes m zmölnig |
2005-09-19 | added iemtx_*_setup() functions | IOhannes m zmölnig |
2005-09-19 | new objects | IOhannes m zmölnig |
2005-09-19 | generic code (with loads of preprocessor-magic) for binops | IOhannes m zmölnig |
2005-09-15 | automatic dependency generation | IOhannes m zmölnig |
2005-06-27 | added [mtx_dbtorms] and [mtx_rmstodb] | IOhannes m zmölnig |
2005-06-27 | - removed the debug-message in the dsp_add() routine | IOhannes m zmölnig |
2005-06-16 | MSVCC makefile fixed some files | musil |
2005-06-16 | this special makefile is no longer needed as configure can now handle mingw | IOhannes m zmölnig |
2005-06-14 | added [mtx_exp] and [mtx_log] | IOhannes m zmölnig |
2005-06-13 | deleted; we now use configure.ac | IOhannes m zmölnig |
2005-06-09 | more support for mingw (just give the "host" at configure-time) | IOhannes m zmölnig |
2005-05-20 | added -fPIC | IOhannes m zmölnig |
2005-05-17 | now using configure.ac instead of configure.in (which is deprecated) | IOhannes m zmölnig |
2005-05-11 | modified configure in get MinGW-crosscompilation (for w32) work | IOhannes m zmölnig |
2005-05-11 | output a righthand bang if inversion fails | IOhannes m zmölnig |