Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-21 | the 'extensions' section is no longer relevant here | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16730 | |||
2012-04-19 | switch to using @loader_path in dylibs to result in shorter paths, so we ↵ | Hans-Christoph Steiner | |
don't run into the error 'install_name_tool: changing install names can't be redone for: libvorbisenc.2.dylib (for architecture ppc) because larger updated load commands do not fit (the program must be relinked)' svn path=/trunk/; revision=16127 | |||
2012-04-18 | include src/ as alias to include/ since Miller's Pd.app has headers there | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16126 | |||
2012-01-29 | force use of built-in sed so testing works with or w/o fink or macports sed | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15903 | |||
2012-01-28 | hard-coded 'en' localization since that's the built-in language of Pd and ↵ | Hans-Christoph Steiner | |
Mac OS X seems to need to that set to work properly svn path=/trunk/; revision=15899 | |||
2012-01-27 | embed the included languages into the Info.plist to enable per-app language ↵ | Hans-Christoph Steiner | |
selection svn path=/trunk/; revision=15894 | |||
2011-12-12 | add -Wstrict-aliasing=2 to everything to try to catch all type-punning | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15815 | |||
2011-11-16 | streamlined global debug flags and added -fno-inline-functions for valgrind | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15771 | |||
2011-10-20 | for 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-18 | added new 'flatgui' to default load list to replace old 'flatspace' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15613 | |||
2011-10-12 | make 64-bit builds on 10.6 compatible with 10.5 using -mmacosx-version-min=10.5 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15575 | |||
2011-10-05 | remove -mmacosx-version-min so that the build defaults to the system that ↵ | Hans-Christoph Steiner | |
its being built on svn path=/trunk/; revision=15507 | |||
2011-10-05 | enable 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-04 | turned on debug symbols -g and set up gcc 4.x optimization flags | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15495 | |||
2011-09-26 | set global lib load list back to 0.42.5 style | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15346 | |||
2011-09-25 | add -f to ln to force creation of links so that install targets can install ↵ | Hans-Christoph Steiner | |
over existing builds (Closes #3413815 from Jacob Lee) svn path=/trunk/; revision=15344 | |||
2011-04-07 | removed the Gem-exclusion logic | IOhannes m zmölnig | |
if it needs to be done, then it should be done in externals/Makefile svn path=/trunk/; revision=15067 | |||
2011-02-22 | removed libdir since its in 'startup' and added vanilla/list since it must ↵ | Hans-Christoph Steiner | |
be pre-loaded to work svn path=/trunk/; revision=14943 | |||
2011-01-19 | add prefix=/. to fix bug installing docs and removed --disable-fat since its ↵ | Hans-Christoph Steiner | |
obsolete svn path=/trunk/; revision=14755 | |||
2011-01-11 | added new 'extra' libdir to default libraries since its not built with ↵ | Hans-Christoph Steiner | |
Pd-extended anymore svn path=/trunk/; revision=14708 | |||
2010-12-15 | try a config stripped of almost all libraries | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14649 | |||
2010-12-13 | updated Scripts link to point to 'tcl' folder | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14630 | |||
2010-12-13 | remove link that is now installed by pd-extended | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14614 | |||
2010-12-12 | updated libraries to load by default and added pd-extended.bat for MS Windows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14591 | |||
2010-09-07 | also spoof m_pd.h until pd-vanilla has include layout for Mac OS X and Windows | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13993 | |||
2010-09-07 | since Pd-vanilla on Mac OS X doesn't have an 'include/pd' folder, ↵ | Hans-Christoph Steiner | |
Pd-extended will mimic Pd-vanilla's include/pd until Pd-vanilla gets one svn path=/trunk/; revision=13986 | |||
2010-06-14 | set up Spotlight Importer build so it builds for the platform its on | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13647 | |||
2010-06-11 | added kludge to omit building Gem when building on Mac OS X 10.6 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13643 | |||
2010-04-09 | make 'pdextended' symlink to 'pd' executable | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13414 | |||
2010-04-07 | renamed Mac OS X preferences root from org.puredata.pd to ↵ | Hans-Christoph Steiner | |
org.puredata.pdextended so that Pd-extended has separate prefs from Pd-vanilla svn path=/trunk/; revision=13402 | |||
2010-04-07 | fixed up echo statements for cleaned logging | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13401 | |||
2010-04-04 | missed a 'pdp_help_hack' line to remove | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13372 | |||
2010-04-03 | - moved pdp_help_hack stuff to the specific pdp/3dp/pidip targets | Hans-Christoph Steiner | |
- changed pdp/3dp/pidip to install in a more libdir-like way svn path=/trunk/; revision=13365 | |||
2010-03-10 | converted freeverb folder to have the same name as the object, therefore it ↵ | Hans-Christoph Steiner | |
doesn't need to be loaded as a library svn path=/trunk/; revision=13201 | |||
2010-01-26 | set up 10.6 builds to do 64-bit | Hans-Christoph Steiner | |
svn path=/trunk/; revision=13098 | |||
2010-01-21 | remove the rsrc file stuff since its been deprecated since Mac OS X 10.4 and ↵ | Hans-Christoph Steiner | |
is no longer included in Mac OS X 10.6 svn path=/trunk/; revision=13058 | |||
2009-11-04 | added one more pass to catch dylibs that depend on dylibs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12721 | |||
2009-09-20 | more DESTDIR fixes, looks like a complete build on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12414 | |||
2009-09-16 | more DESTDIR fixes | Hans-Christoph Steiner | |
svn path=/trunk/; revision=12379 | |||
2009-06-08 | since the Universal/Fat flags and OPT_CFLAGS can clash, specify them both ↵ | Hans-Christoph Steiner | |
here so they can managed globally svn path=/trunk/; revision=11710 | |||
2009-06-05 | fixed up doc_format to remove .svn and removed old strip_hack; fixed Pd.app ↵ | Hans-Christoph Steiner | |
perms; added configure flags to Gem to try to get artlookit working svn path=/trunk/; revision=11690 | |||
2009-06-05 | removed old 10.3 cruft and cleaned up OPT_CFLAGS stuff | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11689 | |||
2009-05-21 | 10.4 is the minimum supported version for the Pd-extended 0.42 release | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11476 | |||
2009-05-03 | upgraded Mac OS X build machines to libquicktime 1.1.1 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=11218 | |||
2009-04-09 | - hard-coded user install paths outlined in this FAQ entry. This makes it so | Hans-Christoph Steiner | |
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991 | |||
2009-02-17 | added .mxt, .mxb, .help since Pd-extended can now open these Max/MSP file ↵ | Hans-Christoph Steiner | |
types thanks to cyclist svn path=/trunk/; revision=10788 | |||
2009-02-06 | updated to GPL v3 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10746 | |||
2009-02-02 | removed crufty old README | Hans-Christoph Steiner | |
svn path=/trunk/; revision=10710 | |||
2009-01-26 | - fixed AppMain.tcl link for non pd-devel builds | Hans-Christoph Steiner | |
- readded spotlight_importer, I mistakenly deleted it svn path=/trunk/; revision=10645 | |||
2009-01-25 | - changed the "Scripts" folder to being a link to "bin" so that when | Hans-Christoph Steiner | |
AppMain.tcl is run from the Pd.app, it'll find the rest of the *.tcl files without and special tricks. - test if AppMain.tcl exists, like with pd-devel, if not create a symlink called AppMain.tcl to pd.tk for pd-vanilla and pd-extended svn path=/trunk/; revision=10637 |