aboutsummaryrefslogtreecommitdiff
path: root/externals
AgeCommit message (Collapse)Author
2009-11-12added missing function from x_qlist.cHans-Christoph Steiner
svn path=/trunk/; revision=12758
2009-11-11fixed my stupid install error, sorry everyoneHans-Christoph Steiner
svn path=/trunk/; revision=12755
2009-11-10split out the objects in x_gui.c into standalone files and put the gfxstub ↵Hans-Christoph Steiner
stuff into e_gfxstub.c svn path=/trunk/; revision=12749
2009-11-10use renamed header d_math.h -> e_sqrt.hHans-Christoph Steiner
svn path=/trunk/; revision=12748
2009-11-10mark which Pd-vanilla files these are derived from so changes can be ↵Hans-Christoph Steiner
tracked. Next rename the files to mark them as changed from pd-vanilla svn path=/trunk/; revision=12747
2009-11-10renamed to list.c since x_list.c just contains the list objectHans-Christoph Steiner
svn path=/trunk/; revision=12746
2009-11-10don't fix bugs or make improvements here! it defeats the purpose!Hans-Christoph Steiner
svn path=/trunk/; revision=12745
2009-11-10split out qlist and textfile into their own filesHans-Christoph Steiner
svn path=/trunk/; revision=12744
2009-11-10x_interface.c is now fully in print.cHans-Christoph Steiner
svn path=/trunk/; revision=12743
2009-11-10fixed installHans-Christoph Steiner
svn path=/trunk/; revision=12739
2009-11-10made the [print] standalone useful by making it loadable, just copied ↵Hans-Christoph Steiner
x_interface.c and removed the 'static' from print_setup() svn path=/trunk/; revision=12738
2009-11-10make sure the setup functions are not 'static'Hans-Christoph Steiner
svn path=/trunk/; revision=12737
2009-11-10split out d_math.c into standalone objectsHans-Christoph Steiner
svn path=/trunk/; revision=12736
2009-11-10make an instant libdir by including a meta fileHans-Christoph Steiner
svn path=/trunk/; revision=12735
2009-11-10updated corelibs/vanilla build using ext13 templateHans-Christoph Steiner
svn path=/trunk/; revision=12734
2009-11-10renaming this to 'vanilla' since that's the most common name used for the ↵Hans-Christoph Steiner
core of Pd svn path=/trunk/; revision=12733
2009-11-10updated for 0.43-preHans-Christoph Steiner
svn path=/trunk/; revision=12732
2009-11-06upgrade gridflowN.N.
svn path=/trunk/; revision=12728
2009-11-06remove gridflow 0.9.5N.N.
svn path=/trunk/; revision=12727
2009-10-30made pdvjtools build using the new template that's in ext13Hans-Christoph Steiner
svn path=/trunk/; revision=12700
2009-10-18hi gridflow 0.9.5N.N.
svn path=/trunk/; revision=12611
2009-10-18bye gridflow 0.9.4N.N.
svn path=/trunk/; revision=12610
2009-09-24Updated the Makefile so that it includes my abstractionsThomas O Fredericks
svn path=/trunk/; revision=12442
2009-09-23Updated tof in MakefileThomas O Fredericks
svn path=/trunk/; revision=12436
2009-09-17added $(pd_src)/src as a place to search for pd.dll to support the new ↵Hans-Christoph Steiner
pd-devel/pd-extended build system svn path=/trunk/; revision=12388
2009-09-14perhaps this fixes minor mingw hicupdmotd
svn path=/trunk/; revision=12339
2009-09-13rolled back tclpd changes since they have been breaking the build for two weeksHans-Christoph Steiner
svn path=/trunk/; revision=12327
2009-09-11oops committed in the wrong placeN.N.
svn path=/trunk/; revision=12313
2009-09-11oops comitted in the wrong placeN.N.
svn path=/trunk/; revision=12312
2009-09-11added hu momentsN.N.
svn path=/trunk/; revision=12311
2009-09-03add two variables to Makefile (TCL_RUNTIME_VERSION and TCL_HEADERS_VERSION), ↵mescalinum
and conditionally add tclpd only if OS == linux AND tcl-dev >= 8.5 svn path=/trunk/; revision=12210
2009-09-03removing tclpd from the auto-build until there is a test for tcl85-dev vs ↵Hans-Christoph Steiner
tcl84-dev. tclpd relies on Tcl/Tk 8.5 svn path=/trunk/; revision=12199
2009-08-27missing piecedmotd
svn path=/trunk/; revision=12108
2009-08-27added iemguts (old style build template)dmotd
svn path=/trunk/; revision=12107
2009-08-27build system DESTDIR correctiondmotd
svn path=/trunk/; revision=12106
2009-06-26reverted removing iemxmlrpc from Windows build, turns out it was a bunk ↵Hans-Christoph Steiner
pthreads install, which I fixed in commit #11819 svn path=/trunk/; revision=11820
2009-06-21removed iemxmlrpc from the Windows build because it hasn't worked in two weeksHans-Christoph Steiner
svn path=/trunk/; revision=11805
2009-06-16added cyclone OPT_CFLAGS from the miXed/Makefile.commonHans-Christoph Steiner
svn path=/trunk/; revision=11785
2009-06-09I removed hdspm_mixer from the auto-build based on IOhannes' comment onHans-Christoph Steiner
pd-dev, and reordered the targets since I was there... svn path=/trunk/; revision=11729
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/; revision=11724
2009-06-08switched 'apple' lib over to new standalone MakefileHans-Christoph Steiner
svn path=/trunk/; revision=11709
2009-06-07merged in OPT_CFLAGS changes from the pd-extended 0.41.4 branchHans-Christoph Steiner
svn path=/trunk/; revision=11703
2009-06-05added changes from motex/Makefile and convert externals/Makefile to use the ↵Hans-Christoph Steiner
new ext13 one svn path=/trunk/; revision=11688
2009-06-05fixes to make this new Makefile work with the Pd-extended makefileHans-Christoph Steiner
svn path=/trunk/; revision=11687
2009-06-05checking in meta file to SVN to make the motex folder an instant libdirHans-Christoph Steiner
svn path=/trunk/; revision=11677
2009-06-05checked in meta file, tweaked Makefile, and fixed Pd-extended externals/MakefileHans-Christoph Steiner
svn path=/trunk/; revision=11675
2009-06-04updated linker flags to actually be used. -export_dynamic means -e ↵Hans-Christoph Steiner
xport_dynamic, the correct flag is --export-dynamic. Also, the ld man page recommends including -fPIC in the linker flags when using -shared svn path=/trunk/; revision=11669
2009-06-02added DL_OPEN macro for hexloaderHans-Christoph Steiner
svn path=/trunk/; revision=11631
2009-05-16win returnmusil
svn path=/trunk/; revision=11374
2009-05-14removed touch in makefile_d_fat and added the 64bit linux feature for array ↵musil
access svn path=/trunk/; revision=11360