aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-22tweaked sed rules so that they would work with MinGW's very crippled sed. ↵Hans-Christoph Steiner
The PD_VERSION stuff is still in need of some serious tweaking svn path=/trunk/; revision=4014
2005-11-22broke up objects_install line because MinGW was complaining that the command ↵Hans-Christoph Steiner
line was too long svn path=/trunk/; revision=4013
2005-11-21created Pd-0.38.4-extendedRC3.app releaseHans-Christoph Steiner
svn path=/trunk/; revision=4012
2005-11-21fixed minor bugs on Debian and added cyclone, pddp, and toxy as libdirsHans-Christoph Steiner
svn path=/trunk/; revision=4009
2005-11-21turned the pddp support objects into a libdir and moved them to the ↵Hans-Christoph Steiner
abstractions repository svn path=/trunk/; revision=4005
2005-11-21turned the pddp support objects into a libdir and moved them to the ↵Hans-Christoph Steiner
abstractions repository; kept [pddp_open] in place since I don't want to change it to work and its going away anyhow svn path=/trunk/; revision=4004
2005-11-21added in a patch to demonstrate [trigger]'s odditiesHans-Christoph Steiner
svn path=/trunk/; revision=4003
2005-11-21cleaned up playnow loose ends and added in new contentHans-Christoph Steiner
svn path=/trunk/; revision=4001
2005-11-21added chart of all functional printf patternsHans-Christoph Steiner
svn path=/trunk/; revision=4000
2005-11-21a few tweaks to make sure everything is assemblingHans-Christoph Steiner
svn path=/trunk/; revision=3995
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3994
2005-11-21Lots of changes, got the first complete(-ish) build with the new extendedHans-Christoph Steiner
build system. I left as much of the old functionality in place as possible, definitely were it was being used. But there are some changes that break backwards compatibility, thought they should be noticed by few, and be easy to fix going forward. Some highlights: - centralized patch system (packages/patches with targets patch_pd and unpatch_pd) - easily redirected builds, using INSTALL_PREFIX and all of the *_DEST variables. This makes building packages like Pd.app, .deb, .rpm, etc. much easier. - libdir format: basically a libdir is a directory that has both the objects and the help files together in one folder. It can be added using -lib or the StartUp preferences, or you can access them via geiger namespaces, i.e. [mylibrary/myobject]. - special characters allow in setup function/file names for objects. This makes objects like [||~] possible without having to be in a library. Now they can be either .pd files or individual .pd_darwin files (thanks IOhannes for the patch). svn path=/trunk/; revision=3993
2005-11-20renamed files so that they will work well in the Help browserHans-Christoph Steiner
svn path=/trunk/; revision=3988
2005-11-20first functional version of the libdir patch. Its quite simple so I can't ↵Hans-Christoph Steiner
imagine many problems with it. It works well on my machine ;) svn path=/trunk/; revision=3987
2005-11-19*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3981
2005-11-19added Buffer.resize exampleThomas Grill
add Buffer.resize method svn path=/trunk/; revision=3980
2005-11-19this script downloads the archives of all the Pd lists and puts them in the ↵Hans-Christoph Steiner
Mailbox format used by Apple Mail svn path=/trunk/; revision=3979
2005-11-19added print and diff capabilities so you can see the files and any changes ↵Hans-Christoph Steiner
that have been made svn path=/trunk/; revision=3978
2005-11-19after I documented this script on the developers' docs, I added anonymous ↵Hans-Christoph Steiner
login and make devsymlinks to the script svn path=/trunk/; revision=3977
2005-11-19wrote script which checks out everything from CVS into a folder called ↵Hans-Christoph Steiner
pure-data following the 'Standard Developer's Layout' doc svn path=/trunk/; revision=3976
2005-11-19created a script to automatically generate a PDDP_META file using some ↵Hans-Christoph Steiner
guesses for meta types. It creates all of the meta fields in a subpatch called [pd PDDP_META] svn path=/trunk/; revision=3975
2005-11-19now colorizes all object namesHans-Christoph Steiner
svn path=/trunk/; revision=3970
2005-11-18forgot two bits of emacs cruftHans-Christoph Steiner
svn path=/trunk/; revision=3966
2005-11-18clean targets sorted and tested. There are now standard clean targets based ↵Hans-Christoph Steiner
on the destinations which are part of Makefile.buildlayout svn path=/trunk/; revision=3965
2005-11-18clean targets sorted and tested. There are now standard clean targets based ↵Hans-Christoph Steiner
on the destinations which are part of Makefile.buildlayout svn path=/trunk/; revision=3964
2005-11-18it builds everything that the previous one did, plus the doc/makefile was ↵Hans-Christoph Steiner
folded into this one; next, make it actually do the C compiling instead of having the separate makefiles for each platform svn path=/trunk/; revision=3961
2005-11-17created a basic Pd mode for emacs; just some syntax colorizationHans-Christoph Steiner
svn path=/trunk/; revision=3960
2005-11-17first test case for IOhannes' loaderHEX patchHans-Christoph Steiner
svn path=/trunk/; revision=3959
2005-11-17switched <> to "" in include statement to standardize all these filesHans-Christoph Steiner
svn path=/trunk/; revision=3958
2005-11-17had to break backwards compatibility in terms of where the files end upHans-Christoph Steiner
svn path=/trunk/; revision=3955
2005-11-17got things linking without having the whole pd.dll included using strip. ↵Hans-Christoph Steiner
MinGW is more UNIX that Mac OS X! ;) Crazy... svn path=/trunk/; revision=3954
2005-11-17got the basic framework working for compiling on each platform. Now its ↵Hans-Christoph Steiner
time to standardize the externals/build/*/makefile's svn path=/trunk/; revision=3953
2005-11-17abstractions and externals/build/doc are now working as part of the ↵Hans-Christoph Steiner
centralized build system; also added is a way to specify Makefile.biuldlayout from the main Makefile, so then it doesn't realy matter if the other copies of Makefile.buildlayout get out of sync svn path=/trunk/; revision=3952
2005-11-17got everything working properly with the centralized build systemHans-Christoph Steiner
svn path=/trunk/; revision=3951
2005-11-16got everything working properly with the centralized build system; it should ↵Hans-Christoph Steiner
still be backwards compatible svn path=/trunk/; revision=3950
2005-11-16ported doc makefile to new build system while retaining backwards compatibilityHans-Christoph Steiner
svn path=/trunk/; revision=3949
2005-11-16made a unique name for the build layout Makefile to make it distinct from ↵Hans-Christoph Steiner
other Makefiles svn path=/trunk/; revision=3948
2005-11-16various tweaks and hacks to get things compiling with MinGW; Some still ↵Hans-Christoph Steiner
don't compile, like net*, ogg*, comport, and shell svn path=/trunk/; revision=3947
2005-11-16only copy ggee help files, since vbap.pd might cause problems with the VBAP ↵Hans-Christoph Steiner
externals, and vbap.pd isn't used anyway svn path=/trunk/; revision=3946
2005-11-16added MYLIBRARY_NAME variablesHans-Christoph Steiner
svn path=/trunk/; revision=3945
2005-11-16simplified ASCII/hex examplesHans-Christoph Steiner
svn path=/trunk/; revision=3944
2005-11-16added HELP destination separate from DOCS destinationHans-Christoph Steiner
svn path=/trunk/; revision=3942
2005-11-16renamed _DST to _DEST for the sake of clarityHans-Christoph Steiner
svn path=/trunk/; revision=3941
2005-11-16added parazit and the nqpolysHans-Christoph Steiner
svn path=/trunk/; revision=3940
2005-11-16a quick hack to allow + - * . ^ in setup functionsHans-Christoph Steiner
svn path=/trunk/; revision=3932
2005-11-16fixed a few bugs, including the one that was scattering -p around, the one ↵Hans-Christoph Steiner
that crashed Pd when it found a blank directory while building the Hlpe menu svn path=/trunk/; revision=3931
2005-11-16added gyre, nusmuk; started adding rradical; make shared Makefile.dirs file ↵Hans-Christoph Steiner
which has all of the common targets and locations svn path=/trunk/; revision=3930
2005-11-16added %X pattern for hex conversionHans-Christoph Steiner
svn path=/trunk/; revision=3928
2005-11-16added correct name to headerHans-Christoph Steiner
svn path=/trunk/; revision=3927
2005-11-16added %c ASCII conversion exampleHans-Christoph Steiner
svn path=/trunk/; revision=3926