aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-12-15one more define under windowsmusil
2006-12-154 more files to compilemusil
2006-12-15delete one semicolonmusil
2006-12-08use zexy's build-system, which generates Make.config rather thanIOhannes m zmölnig
2006-12-01copied over from zexy to get all the goodies for compiler-flags testingIOhannes m zmölnig
2006-11-13include stdlib.h for calloc()IOhannes m zmölnig
2006-11-12reduced compiler warnings by properly declaring functions and avoiding variab...IOhannes m zmölnig
2006-11-12more fixes of variable shadowin; proper function declarationIOhannes m zmölnig
2006-11-12fixed variable shadowingIOhannes m zmölnig
2006-08-28added a few element wise operationsFranz Zotter
2006-08-23mtx_conv should work properly now, I tested it.Franz Zotter
2006-08-23mtx_conv:comments removedFranz Zotter
2006-08-23mtx_conv: one or two dimensional convolution for matrices. help-patchFranz Zotter
2006-08-14corrected bug in mtx_abs:Franz Zotter
2006-08-14corrections to mtx_fill:Franz Zotter
2006-08-09bug corrected: the new "size" command was crashing with uninitialized matrix.Franz Zotter
2006-08-09forgot to check in corrections:Franz Zotter
2006-08-09i added a "size" command to the base object that resizes the matrixFranz Zotter
2006-07-26added help for mtx_:Franz Zotter
2006-07-26mtx_sort: output order correction: from right to left.Franz Zotter
2006-07-25install abstractions when doing "make install";IOhannes m zmölnig
2006-07-25removed the helpsymbol uglinessIOhannes m zmölnig
2006-07-25no idea...IOhannes m zmölnig
2006-07-25hopefully made it a bit more secure...IOhannes m zmölnig
2006-07-25we no longer support a different help-file location for pd<0.37; now everythi...IOhannes m zmölnig
2006-07-19added help symbols to the externalsFranz Zotter
2006-06-06removed unused variablesIOhannes m zmölnig
2006-04-09added mtx_bsplineIOhannes m zmölnig
2006-04-09an n-dimensional b-spline interpolatorIOhannes m zmölnig
2006-03-29code cleanupIOhannes m zmölnig
2006-03-29renamed "list" mode to "element"IOhannes m zmölnig
2006-03-29code cleanupIOhannes m zmölnig
2006-03-29removed class_sethelpsymbol where possibleIOhannes m zmölnig
2006-03-29fixed help-patchIOhannes m zmölnig
2006-03-11oops, forgot to close #ifdefIOhannes m zmölnig
2006-03-11moved definitions of float-intrinsics for osX<10.3 to iemmatrix.hIOhannes m zmölnig
2006-03-09added all .c-files (since wildcard-macro does not work with nmake)musil
2005-12-15merged functionality for [mtx_min] and [mtx_max] into [mtx_minmax] and rebuiltIOhannes m zmölnig
2005-12-15eased cross-compilationIOhannes m zmölnig
2005-11-14enlarging the mtx_rowr(i)fft column size again from N/2 to N/2+1.Franz Zotter
2005-10-24make errors findable with "last error"IOhannes m zmölnig
2005-10-23compiled it on w32 (but normally we can use the cross-compiler and autoconf!)IOhannes m zmölnig
2005-10-23fixed errors with vc7 (variable decleration not at beginning of block)IOhannes m zmölnig
2005-10-23ran with "-Wall" and fixed naughtinessesIOhannes m zmölnig
2005-10-18added methods for 1-row and 1-col right-side matricesIOhannes m zmölnig
2005-10-18fixed processing with float at hot-inletIOhannes m zmölnig
2005-10-17remade mtx_sub generic;IOhannes m zmölnig
2005-10-17fixed bugs in mtx_binop_generic;IOhannes m zmölnig
2005-10-17made code more readable for meIOhannes m zmölnig
2005-10-14removed a bit of verbosityIOhannes m zmölnig