aboutsummaryrefslogtreecommitdiff
path: root/externals
AgeCommit message (Collapse)Author
2012-03-11[midirealtimein] works on all platforms so ditch the 'works under MSW only' ↵Hans-Christoph Steiner
error message svn path=/trunk/; revision=16066
2012-03-11add prototypes for functions from s_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=16063
2012-03-10fixed bug where [midiout] output wrong byte values, caused by missing ↵Hans-Christoph Steiner
prototype for outmidi_byte() svn path=/trunk/; revision=16062
2012-02-20sync with x_time.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16008
2012-02-20sync with x_net.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16007
2012-02-20sync with x_interface.c from pure-data.git 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=16006
2012-02-20sync with x_misc.c from pure-data.git 0.42-1Hans-Christoph Steiner
svn path=/trunk/; revision=16005
2012-02-17bumped to v0.43.1Hans-Christoph Steiner
svn path=/trunk/; revision=15987
2012-02-17bumped to v0.43.1Hans-Christoph Steiner
svn path=/trunk/; revision=15972
2012-01-28add IEM's syslog to Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=15896
2012-01-16updated with puredata release 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=15874
2012-01-16imported changes from 0.43-1Hans-Christoph Steiner
svn path=/trunk/; revision=15873
2011-12-31add a copy of e_fft.h so that vanilla/ compiles with pd-doubleHans-Christoph Steiner
svn path=/trunk/; revision=15859
2011-12-12remove objects from d_math.c since d_math.c was re-added to Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=15814
2011-11-30reverted last commit, no need for global varsHans-Christoph Steiner
svn path=/trunk/; revision=15807
2011-11-30define bind symbols as extern since they are created in pd-extended/src/e_midi.cHans-Christoph Steiner
svn path=/trunk/; revision=15806
2011-11-21re-enabled vectorization on moonlib since is has no more type-punningHans-Christoph Steiner
svn path=/trunk/; revision=15797
2011-11-20update etags to also include .tcl filesHans-Christoph Steiner
svn path=/trunk/; revision=15796
2011-11-16temporarily remove cw_binaural from LIB_TARGETSKatja
- till it's fixed for double precision svn path=/trunk/; revision=15778
2011-11-16'float' to 't_float' changes in externals/extra/Katja
svn path=/trunk/; revision=15777
2011-11-16modified externals/Makefile to include libdir testtools/Katja
svn path=/trunk/; revision=15763
2011-11-04remove destdir before trying to install into itHans-Christoph Steiner
svn path=/trunk/; revision=15703
2011-11-03force FAT_FLAGS for tclpdHans-Christoph Steiner
svn path=/trunk/; revision=15699
2011-11-03included iemnet into Pd-extended again (does it build on Windows?)Roman Haefeli
svn path=/trunk/; revision=15697
2011-10-30removed iemnet again (failed on Windwos)Roman Haefeli
svn path=/trunk/; revision=15686
2011-10-29added iemnet againRoman Haefeli
svn path=/trunk/; revision=15679
2011-10-28removed iemnet from LIB_TARGETRoman Haefeli
It breaks builds on Windows and Mac OS X svn path=/trunk/; revision=15670
2011-10-27add iemnet to Pd-extended build systemRoman Haefeli
svn path=/trunk/; revision=15668
2011-10-23purged the unneeded remnamts of readmesdir, examplesdir, and stopped using ↵Hans-Christoph Steiner
manualsdir for libraries svn path=/trunk/; revision=15645
2011-10-23made last libs use Library Template layout for examples and purged ↵Hans-Christoph Steiner
examplesdir everywhere svn path=/trunk/; revision=15644
2011-10-22update mrpeach for 'net' changesHans-Christoph Steiner
svn path=/trunk/; revision=15641
2011-10-21included 'net' library in Pd-extendedHans-Christoph Steiner
svn path=/trunk/; revision=15640
2011-10-20for the final step in eliminating the 'flatspace' hacked collection from ↵Hans-Christoph Steiner
Pd-extended, add the 'chaos' lib as its own standalone library, but load by default since flatspace was loaded by default svn path=/trunk/; revision=15627
2011-10-18don't include OPT_CFLAGS for Gem, it sets that stuff itselfHans-Christoph Steiner
svn path=/trunk/; revision=15619
2011-10-18new 'flatgui' lib made from the GUI objects of the old 'flatspace' libHans-Christoph Steiner
svn path=/trunk/; revision=15612
2011-10-14Make the pdlua example help files install into pdlua/exmaples instead of ↵Martin Peach
pdlua, so they will be found with right-click->Help. svn path=/trunk/; revision=15597
2011-10-08remove gem and gem2pdp from Mac OS X until it builds againHans-Christoph Steiner
svn path=/trunk/; revision=15548
2011-10-08-ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before ↵Hans-Christoph Steiner
strict-aliasing svn path=/trunk/; revision=15547
2011-10-07add -fno-strict-aliasing to libs that are not C99 compliant and have ↵Hans-Christoph Steiner
type-punning svn path=/trunk/; revision=15538
2011-10-06fixed iemlib_clean to work properlyHans-Christoph Steiner
svn path=/trunk/; revision=15524
2011-10-05setup loaders-pdlua to install like a libdir; removed some cruft from old ↵Hans-Christoph Steiner
style installs svn path=/trunk/; revision=15520
2011-10-05enable setting STRIP from the global package-specific Makefile and set ↵Hans-Christoph Steiner
STRIP=echo to keep debug symbols svn path=/trunk/; revision=15506
2011-10-05include deprecated aliases q8_sqrt~ and q8_rsqrt~ in the form of Pd patchesHans-Christoph Steiner
svn path=/trunk/; revision=15503
2011-10-03updated to template/Makefile version 1.011Hans-Christoph Steiner
svn path=/trunk/; revision=15491
2011-10-03updated template/Makefile to 1.0.11Hans-Christoph Steiner
svn path=/trunk/; revision=15474
2011-10-03updated tclpd to latest template/Makefile to get working PD_INCLUDE supportHans-Christoph Steiner
svn path=/trunk/; revision=15470
2011-10-02removing loaders-tclpd from the autobuild since it doesn't install on any ↵Hans-Christoph Steiner
platform svn path=/trunk/; revision=15438
2011-10-02removed 7 year old copies of the tilde objects in pd/extra/Hans-Christoph Steiner
svn path=/trunk/; revision=15437
2011-10-01fixed stupid typoHans-Christoph Steiner
svn path=/trunk/; revision=15435
2011-10-01re-added 'plugin' to the windows buildHans-Christoph Steiner
svn path=/trunk/; revision=15434