aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
AgeCommit message (Collapse)Author
2015-08-28one-true indentationIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=17537
2012-12-19fixing unicode charactersIOhannes m zmölnig
now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706
2012-01-17updated copyright date and bannerIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15880
2011-09-27fixed closing commentsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15363
2011-09-21encoding fixesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15332
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=15327
2010-08-18UTF-8IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=13828
2009-03-19fixed warningsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10873
2008-09-02fixed bug #2073844 (splashscreen problems)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=10273
2008-01-03run with "-pedantic" and "-std=c99": removed warningsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9113
2008-01-03use t_float/t_sample instead of "float" and where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=9111
2007-10-31win32 fixesmusil
svn path=/trunk/externals/zexy/; revision=8915
2007-10-22removed zexyconf.h as it was too easy to enable the wrong stuff when notIOhannes m zmölnig
using copnfigure (e.g. in ./externals/build/src) instead we just do it ordinarily: configure will define HAVE_CONFIG_H in Make.config, and if this is set we include zexyconf.h, else we don't svn path=/trunk/externals/zexy/; revision=8857
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