Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-06 | hopefully better tests for universal binary support | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=11243 | |||
2009-04-09 | cleaned up autoconf a bit; put the FAT-check into a function AC_CHECK_FAT() | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10994 | |||
2009-04-07 | removed spurious "cat config.log" in the checks | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10971 | |||
2009-04-07 | added checks for fat-binaries; LATER check whether this actually works | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10970 | |||
2009-04-07 | removed all the occurences of "icc" - this has not been used in ages | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10969 | |||
2009-04-01 | evaluate "uname" once and for all | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10946 | |||
2009-04-01 | removed the entire "-export_dynamic" thing; why did this ever work? | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=10942 | |||
2008-04-14 | added option for disabling "-export_dynamic" and | IOhannes m zmölnig | |
disabled it by default on w32. let's see what happens... svn path=/trunk/externals/zexy/; revision=9698 | |||
2007-10-22 | removed zexyconf.h as it was too easy to enable the wrong stuff when not | IOhannes 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-03-14 | updated 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 | |||
2006-11-03 | ... | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=6218 | |||
2006-10-22 | added checks for regex-lib | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=6153 | |||
2006-10-16 | drop INCLUDES; integrate it into CFLAGS/CPPFLAGS | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=6116 | |||
2006-10-11 | on 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-02 | removed redundant tests. | IOhannes m zmölnig | |
hopefully a bit more stable in detecting w32-setups svn path=/trunk/externals/zexy/; revision=6061 | |||
2006-09-28 | removed 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-28 | hopefully a bit better checks (needs some more testing) | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=6041 | |||
2006-06-06 | no backslash escaping of ">" since it is already escaped via quotes | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=5176 | |||
2006-06-06 | added 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-01-24 | fixed enable/disable-flags | IOhannes m zmölnig | |
put INCLUDES into CFLAGS (in order to have an effect in AC_CHECK_HEADERS() svn path=/trunk/externals/zexy/; revision=4483 | |||
2006-01-07 | check whether the compiler supports SSE | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4376 | |||
2006-01-07 | use AC_CHECK_CFLAGS to check for -fPIC and -mms-bitfields | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4375 | |||
2005-12-21 | test for the existance of m_pd.h and halt on error | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4265 | |||
2005-12-15 | added "--with-pd" flag (to specify paths for both INCLUDE and LIBS) | IOhannes m zmölnig | |
added "--disable-PIC" flag (to disable compilation with PIC (gives loads of warnings with mingw) svn path=/trunk/externals/zexy/; revision=4223 | |||
2005-12-14 | added check for alloca.h (though not really needed...) | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=4214 | |||
2005-11-29 | moved configuration from compiler-arguments into zexyconf.h | IOhannes m zmölnig | |
only build regex if there is a regex.h in the system svn path=/trunk/externals/zexy/; revision=4080 | |||
2005-11-19 | try to use -fPIC when compiling | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3972 | |||
2005-10-27 | better make-system | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3775 | |||
2005-09-29 | adapted 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-09-28 | added support for accessing the parallel-port via device-files (/dev/parport0) | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3641 | |||
2005-06-16 | removed "strip" from darwin-builds | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3197 | |||
2005-06-09 | checking for additional libraries needed by mingw | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3149 | |||
2005-06-09 | added support for mingw-xcompiler | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3137 | |||
2005-05-19 | another attempt to fix the configure for osX | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3026 | |||
2005-05-18 | re-added the configure-flag for icc | IOhannes m zmölnig | |
svn path=/trunk/externals/zexy/; revision=3017 | |||
2005-05-17 | added configure.ac | IOhannes m zmölnig | |
configure.in is no deprecated! svn path=/trunk/externals/zexy/; revision=2993 |