aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
AgeCommit message (Collapse)Author
2007-07-05w32 does not know vsnprintf()! use _vsnprintf(), dude...musil
svn path=/trunk/externals/zexy/; revision=7899
2007-03-14updated the zexy help-system: all reference-patches (aka help-patches) are ↵IOhannes m zmölnig
now to be found in the ./reference/ folder and are named <path>-help.pd; removed a now superfluous class_sethelpsymbol from ./src/*.c; the ./examples/ folder is currently empty but will eventually be filled with zexy real-world examples svn path=/trunk/externals/zexy/; revision=7485
2007-03-08provide our own verbose() function, in case pd is lacking one;IOhannes m zmölnig
this is important when compiling the zexy binary against newer pd-versions but really running it on outdated versions svn path=/trunk/externals/zexy/; revision=7480
2006-01-27include "z_zexy.h" for prototype of z_zexy_setup()musil
svn path=/trunk/externals/zexy/; revision=4504
2006-01-25better setup-function detection:IOhannes m zmölnig
remove the dependency on "z_"-prefix use "setup_"-prefix for c-files containing 0x (hexloader), else use "_setup" suffix replace trailing "~" by "_tilde" svn path=/trunk/externals/zexy/; revision=4493
2006-01-24split help-strings into shorter strings (made w32's pd crash)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4484
2006-01-24made all possible (well, most) functions "static" to not interfere with ↵IOhannes m zmölnig
functions of the same name of other libraries svn path=/trunk/externals/zexy/; revision=4482
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-09-29adapted build-system to not use Make.source any longer but generate SOURCES ↵IOhannes m zmölnig
on the fly added dependency support svn path=/trunk/externals/zexy/; revision=3644
2005-06-16updated to zexy-2.1IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=3194
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
2003-12-01added [operating_system] to get the current OSIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=1203
2003-09-29excluded lp on all platforms except i386Hans-Christoph Steiner
svn path=/trunk/externals/zexy/; revision=1048
2003-08-05array16 and friends are now in the library iem16IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=826
2003-07-15added [table16] and friends for 16bit tablesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=769
2003-06-18new splashscreenIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=711
2003-05-16wrap is something like modulo for floats, although the upper and lower limit ↵IOhannes m zmölnig
can be set svn path=/trunk/externals/zexy/; revision=620
2002-10-09moved from zexy/zexy to zexysvn2git-rootGuenter Geiger
svn path=/trunk/externals/zexy/; revision=169