aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-19fixed symbolic link creation (stripped paths)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7508
2007-03-19added an aliasing "system": only the master objects are kept in CVS;IOhannes m zmölnig
aliases are copied (or linked) from the master objects svn path=/trunk/externals/zexy/; revision=7507
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
2007-03-08added regex supportIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7479
2007-03-07added [matchbox] an object to search a list (with pattern matching) in a ↵IOhannes m zmölnig
"box" of lists svn path=/trunk/externals/zexy/; revision=7475
2007-03-07increased minor version, for bugfixesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7473
2007-03-06increased the headroom for converting the buffer from the text-format to a ↵IOhannes m zmölnig
binbuf-readable one; LATER see how this is done in [textfile] svn path=/trunk/externals/zexy/; revision=7472
2007-03-06simplifiedIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7471
2007-03-06made msgfile_bang reentrantIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=7470
2006-12-12added "dump" and "clear" messagesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6816
2006-11-12reduced warnings by properly declaring functions and avoidance ofIOhannes m zmölnig
variable shadowing svn path=/trunk/externals/zexy/; revision=6269
2006-11-12comments looked like comments in comments...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6268
2006-11-10fixed install-paths (forgot "pd/lib")IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6252
2006-11-06try to ignore some filesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6220
2006-11-03...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6218
2006-10-23added $(DESTDIR) to the install-pathsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6155
2006-10-22added checks for regex-libIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6153
2006-10-19protect zexyconf.h against re-inclusion;IOhannes m zmölnig
use the protection in zexy.h (so we can force zexyconf.h to not be included) svn path=/trunk/externals/zexy/; revision=6143
2006-10-18this file got updated accidentially;IOhannes m zmölnig
in this version (which shouldn't change), nothing optional is defined, so it should allow to build zexy on any platform (with less features) svn path=/trunk/externals/zexy/; revision=6131
2006-10-17always use zexyconf.h;IOhannes m zmölnig
if someone wants to build zexy with their own build-system, they will have to provide a dummy or think of something else themselves svn path=/trunk/externals/zexy/; revision=6126
2006-10-16drop INCLUDES; integrate it into CFLAGS/CPPFLAGSIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6116
2006-10-11on failfing to find m_pd.h output the entire config.log;IOhannes m zmölnig
more verbosity on adding /path/to/pd svn path=/trunk/externals/zexy/; revision=6092
2006-10-10use pd_error() to make errors findable;IOhannes m zmölnig
changed behaviour of "read" message (no more appending of file to current buffer) added "read2" message (appends file to current buffer == old "read" behaviour) svn path=/trunk/externals/zexy/; revision=6091
2006-10-04fixed AC_CHECK_CFLAG test (use .c instead of .c++)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6074
2006-10-04added LATER...IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6073
2006-10-02removed redundant tests.IOhannes m zmölnig
hopefully a bit more stable in detecting w32-setups svn path=/trunk/externals/zexy/; revision=6061
2006-09-28removed the new osx>=10.3 linking magic in favour of the bundle_loader ↵IOhannes m zmölnig
flat-namespeace svn path=/trunk/externals/zexy/; revision=6042
2006-09-28hopefully a bit better checks (needs some more testing)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6041
2006-09-25reduced even more logic to make it even simplerIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6023
2006-09-25less magic (less errorprone)IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6022
2006-09-25changed t_float to t_sample where appropriateIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=6021
2006-08-30smaller banner when compiling as single externalsIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5788
2006-07-05added the "$$" method also for reading (though not strictly necessary);IOhannes m zmölnig
removed (#if 0) clauses svn path=/trunk/externals/zexy/; revision=5357
2006-06-28changed [l2s] argument incompatibly: the argument is now the delimiterIOhannes m zmölnig
(analogous to [s2l]) instead of the default list to be converted. while this is an incompatible change, i noticed that the argument handling was broken anyhow (produced rather random results, even in the help-file!) and since nobody noticed i guess the arguments are not used anyhow.... svn path=/trunk/externals/zexy/; revision=5310
2006-06-28the default regex is now ".*" which matches anything instead of NO regexIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5309
2006-06-27added a new writing mode: '$$' which converts occurences of "$$" to "\$", in ↵IOhannes m zmölnig
order to be able to write pd-patches which make use of arguments svn path=/trunk/externals/zexy/; revision=5306
2006-06-21proper freeing of allocated buffersIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5280
2006-06-20[blockshuffle~] for shuffling samples in a blockIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5271
2006-06-20made additional outlets: outlet1=1/0 (whether we have at least 1 match or ↵IOhannes m zmölnig
not); outlet2=info about the matches; outlet3=number of matches svn path=/trunk/externals/zexy/; revision=5268
2006-06-20added a BUGS.txt file; added unit-test for [s2l]; added Makefile for unit ↵IOhannes m zmölnig
tests; added "tests" target to the src/Makefile which calls the unit-tests svn path=/trunk/externals/zexy/; revision=5266
2006-06-08fixed searchIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5179
2006-06-07hopefully fixed a bug discovered by p8r: 1st line was not read (or rather ↵IOhannes m zmölnig
"output"); i guess this has more to do withpd>0=0.39 but you never no...; more testing needs to be done! svn path=/trunk/externals/zexy/; revision=5178
2006-06-06no backslash escaping of ">" since it is already escaped via quotesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5176
2006-06-06seperated SOURCES into HELPERSOURCES (non-objects) and OJBECTSOURCES (real ↵IOhannes m zmölnig
objects), in order to not build (e.g.) "z_zexy.pd_linux" when splitting the library into externals svn path=/trunk/externals/zexy/; revision=5175
2006-06-06added build (and configure) target for compilation as single externals (as ↵IOhannes m zmölnig
opposed to 1 big library) svn path=/trunk/externals/zexy/; revision=5174
2006-05-19rudimentary help-messages on receiving "help"IOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5091
2006-04-28vs.net project filesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5016
2006-04-28removed ZEXY_USEVAR() since vs.net didn't like itIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=5015
2006-04-05added setup-routines for the alias-namesIOhannes m zmölnig
svn path=/trunk/externals/zexy/; revision=4816