aboutsummaryrefslogtreecommitdiff
path: root/src/sort.c
AgeCommit message (Collapse)Author
2006-04-05use unused variablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4815
2006-01-25removed the z_..._setup() functionIOhannes m zmölnig
made the setup_...() function in 0x7c0x7c0x7e.c non-static svn path=/trunk/externals/zexy/; revision=4494
2006-01-23cleaned up code so we get hardly any warnings when compiling with "-Wall"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4473
2005-05-19hopefully fixed the makesource-process for other platformsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3025
2005-04-04added a 2nd outlet to get the indices for sortingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=2674
2005-03-22zexy-2.0:IOhannes m zmölnig
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641