Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-23 | added todos from ITP machine | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4018 | |||
2005-11-22 | generated first Windows release, but using a Pd core compiled by miller. ↵ | Hans-Christoph Steiner | |
Compiling Pd on win is a massive pain in the butt. Some bug fixes svn path=/trunk/; revision=4017 | |||
2005-11-22 | tweaked 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-21 | created Pd-0.38.4-extendedRC3.app release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4012 | |||
2005-11-21 | a few tweaks to make sure everything is assembling | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3995 | |||
2005-11-21 | Lots of changes, got the first complete(-ish) build with the new extended | Hans-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-20 | first 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-18 | forgot two bits of emacs cruft | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3966 | |||
2005-11-18 | clean 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-17 | got 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-17 | abstractions 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-16 | made 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-16 | added HELP destination separate from DOCS destination | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3942 | |||
2005-11-16 | renamed _DST to _DEST for the sake of clarity | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3941 | |||
2005-11-16 | a quick hack to allow + - * . ^ in setup functions | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3932 | |||
2005-11-16 | fixed 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-15 | fixed up recursion so it only needs to be called once; added ↵ | Hans-Christoph Steiner | |
image/sound/movie launching support svn path=/trunk/; revision=3912 | |||
2005-11-12 | cleaned up the help menu; fixed the browser/openpanel item so that it works ↵ | Hans-Christoph Steiner | |
with symlinks rather than copying the whole thing; made the nested menu function recursive svn path=/trunk/; revision=3880 | |||
2005-11-10 | added all included libs to start on load | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3876 | |||
2005-11-10 | added spec file from nando, gleaned from him during ICMC05 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3875 | |||
2005-11-09 | update | Jamie Tittle | |
svn path=/trunk/; revision=3864 | |||
2005-09-01 | fixes to compile current HEAD using tcl/tk 8.4.10, flext buildsystem works, ↵ | Jamie Tittle | |
osx 10.3+ svn path=/trunk/; revision=3472 | |||
2005-09-01 | added resource file which, when added to pd via 'Rez -t APPL mac.r -o pd', ↵ | Jamie Tittle | |
makes pd/gem window focusable svn path=/trunk/; revision=3471 | |||
2005-07-25 | - updated build system for Pd-0.38.4-extended-RC2 | Hans-Christoph Steiner | |
- got optional Jack linking working using "weak" linking - updated Pd version grabbing regexps and added extended version to "about pd.." dialog svn path=/trunk/; revision=3377 | |||
2005-06-09 | added minor font/anti-aliasing tweak; removed old patches | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3152 | |||
2005-06-09 | changed comment to be more human readable | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3148 | |||
2005-06-09 | cleaned up build system, tweaked flext build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3135 | |||
2005-06-09 | changed Jack linking to 'weak' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3134 | |||
2005-06-08 | updates for flext build | Thomas Grill | |
svn path=/trunk/; revision=3132 | |||
2005-06-06 | added context to patches | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3123 | |||
2005-06-06 | - fixed typo in DESTDIR (there was a space after "installroot") | Hans-Christoph Steiner | |
- added generated config files to darwin_app_externals_flext_clean target svn path=/trunk/; revision=3116 | |||
2005-06-05 | updates for flext and flext-based externals | Thomas Grill | |
svn path=/trunk/; revision=3115 | |||
2005-06-03 | removed jack compilation; added lots of abstractions and objects writen in Pd | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3110 | |||
2005-05-22 | successful builds now; numerous minor fixes; added krzysztof's new pddp objects | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3053 | |||
2005-05-20 | removed cruft from first stab at building from TclTk disk image | Hans-Christoph Steiner | |
svn path=/trunk/; revision=3039 | |||
2005-04-20 | added Thomas' new flext target | Hans-Christoph Steiner | |
svn path=/trunk/; revision=2798 | |||
2005-04-20 | made the Pd-0.38-2hcs0 release based on the Pd.app from Ben Bogard/PixelTANGO | Hans-Christoph Steiner | |
svn path=/trunk/; revision=2797 | |||
2005-04-19 | builds into a prebuilt Pd.app, but I still don't have the build working with ↵ | Hans-Christoph Steiner | |
Tcl 8.4.9; removed some obsolete cruft from various other packaging attempts svn path=/trunk/; revision=2786 | |||
2005-04-07 | removed Pd-for-UNIX.pkg stuff since I have thought of a much better way to ↵ | Hans-Christoph Steiner | |
do it; started updating build system to work with Miller's Pd.app/AppMain.tcl code as of 0.38 svn path=/trunk/; revision=2693 | |||
2005-04-04 | made new patch for building with pd-0.38; removed obsolete patches; ↵ | Hans-Christoph Steiner | |
../Makefile now properly unpatches, so I removed the stupid script svn path=/trunk/; revision=2678 | |||
2004-10-01 | added Gem targets and modified flext | Hans-Christoph Steiner | |
svn path=/trunk/; revision=2060 | |||
2004-09-02 | fixed makefile version bug; generalized Wish Shell.app location | Hans-Christoph Steiner | |
svn path=/trunk/; revision=1995 | |||
2004-09-01 | macosx style app | N.N. | |
svn path=/trunk/; revision=1990 | |||
2004-08-31 | macosx app style | N.N. | |
svn path=/trunk/; revision=1989 | |||
2004-08-31 | macosx app style | N.N. | |
svn path=/trunk/; revision=1988 | |||
2004-08-31 | macosx style app | N.N. | |
svn path=/trunk/; revision=1987 | |||
2004-08-30 | first attempts at building a package using PackageMaker from the command line | Hans-Christoph Steiner | |
svn path=/trunk/; revision=1977 | |||
2004-08-22 | cleaned up icons and created a MacOS X-style file icon | Hans-Christoph Steiner | |
svn path=/trunk/; revision=1967 | |||
2004-08-14 | first working version of Pd.app, released as a test release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=1955 | |||
2004-04-11 | explained namimg scheme | Hans-Christoph Steiner | |
svn path=/trunk/; revision=1597 |