Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-12 | made standard shortcut target so I don't have to remember the names of the ↵ | Hans-Christoph Steiner | |
different package types svn path=/trunk/; revision=4193 | |||
2005-12-12 | added targets for testing the final destinations that are currently set | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4192 | |||
2005-12-06 | fixed a number of minor bugs, including Frank's patches; added test_location ↵ | Hans-Christoph Steiner | |
target to check where everything will end up svn path=/trunk/; revision=4159 | |||
2005-12-04 | make distclean now cleans up autoconf cruft, preventing this error: | Hans-Christoph Steiner | |
Can't locate object method "path" via package "Autom4te::Request" svn path=/trunk/; revision=4134 | |||
2005-12-02 | generalized locations so that UNIX-style dir layout can also be used in ↵ | Hans-Christoph Steiner | |
addition to the Windows/MacOSX-style dir layout; fixed random bugs; added more the clean targets svn path=/trunk/; revision=4120 | |||
2005-11-30 | preparing for RC6, bug fixes and tweaks, things are look ing good | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4086 | |||
2005-11-29 | added readme and separated out installation Makefile generation; this ↵ | Hans-Christoph Steiner | |
directory should realy be called 'unix_make' since it would work on any UNIX-ish system svn path=/trunk/; revision=4083 | |||
2005-11-28 | everything and the kitchen sink has been added, hope it doesn't cause crashes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4074 | |||
2005-11-28 | linux/win menu fixes, discovered during linux RC5 build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4067 | |||
2005-11-28 | - finally got a Linux Pd-extended release out, RC5 | Hans-Christoph Steiner | |
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4064 | |||
2005-11-27 | lots of build bug fixes and additions, including pixeltango and lots of ↵ | Hans-Christoph Steiner | |
binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5 svn path=/trunk/; revision=4051 | |||
2005-11-26 | minor tweak to get things compiling on GNU/Linux | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4037 | |||
2005-11-26 | updated names to be more GNU-like and easier to read | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4036 | |||
2005-11-26 | added in Jamie's dlopn patch so I can use his binaries; fixed a number of ↵ | Hans-Christoph Steiner | |
bugs reported on the list; added platform-specific noncvs handling svn path=/trunk/; revision=4035 | |||
2005-11-23 | notes and fixes from josh's test session | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4026 | |||
2005-11-23 | copy the extendedRC4 buildlayout to all the right places | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4022 | |||
2005-11-23 | up to extended-RC4 now | Hans-Christoph Steiner | |
svn path=/trunk/; revision=4021 | |||
2005-11-23 | added target to compile Info.plist and used the common $(PACKAGE_NAME) ↵ | Hans-Christoph Steiner | |
instead of local variables svn path=/trunk/; revision=4020 | |||
2005-11-23 | oops forgot this one, its just a sketch, but its a start. pd-inno.iss ↵ | Hans-Christoph Steiner | |
compilation works for the most part svn path=/trunk/; revision=4019 | |||
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 |