Age | Commit message (Expand) | Author |
2012-10-23 | new and improved zip package that doesn't need admin to generate, based on 'i... | Hans-Christoph Steiner |
2012-10-23 | use zip from MinGW instead of Cygwin, now that you can get it from mingw-get | Hans-Christoph Steiner |
2012-10-23 | use PROGRAMFILES variable instead of hard-coded path so things work on machin... | Hans-Christoph Steiner |
2012-10-23 | simplify rsyncing of Tcl libs | Hans-Christoph Steiner |
2012-10-23 | fix bindir installs | Hans-Christoph Steiner |
2012-10-23 | fix libcurl ABI version | Hans-Christoph Steiner |
2012-10-23 | add some more codec DLLs | Hans-Christoph Steiner |
2012-10-22 | update list of included DLLs to include more libs based on current MinGW setup | Hans-Christoph Steiner |
2012-10-22 | replace cp with rsync in order to prevent .svn and other SCM files from being... | Hans-Christoph Steiner |
2012-10-20 | when building from scratch, unzip asiosdk2.2.zip into pd/asio | Hans-Christoph Steiner |
2011-12-12 | add -Wstrict-aliasing=2 to everything to try to catch all type-punning | Hans-Christoph Steiner |
2011-11-16 | streamlined global debug flags and added -fno-inline-functions for valgrind | Hans-Christoph Steiner |
2011-10-18 | make the Pd headers available in the standard locations | Hans-Christoph Steiner |
2011-10-08 | -ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before st... | Hans-Christoph Steiner |
2011-10-05 | enable setting STRIP from the global package-specific Makefile and set STRIP=... | Hans-Christoph Steiner |
2011-10-04 | turned on debug symbols -g and set up gcc 4.x optimization flags | Hans-Christoph Steiner |
2011-09-28 | move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat is... | Hans-Christoph Steiner |
2011-09-22 | centralize loader startup installing and set pdlua to start automatically | Hans-Christoph Steiner |
2011-09-19 | include tcllib 1.13 for things like base64, etc. | Hans-Christoph Steiner |
2011-09-19 | include tkdnd 2.2 in the Pd-extended package | Hans-Christoph Steiner |
2011-09-15 | make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000). | Hans-Christoph Steiner |
2011-09-13 | include pthreadVC.dll from pd-vanilla to support libs that use it | Hans-Christoph Steiner |
2011-09-08 | oops, typo, forgot the c in libstdc++-6.dll | Hans-Christoph Steiner |
2011-09-07 | added libstd++-6.dll to package | Hans-Christoph Steiner |
2011-09-05 | added some new DLLs needed from builds using MinGW's gcc 4.5 | Hans-Christoph Steiner |
2011-06-28 | run the zip command in the cygwin sh to make sure its in its native env | Hans-Christoph Steiner |
2011-06-27 | fixed stupid recursive variable in $(zippackagefolder) | Hans-Christoph Steiner |
2011-06-27 | make zip only have a single folder of depth | Hans-Christoph Steiner |
2011-06-26 | added zip: target to create a zip from the contents of the Inno installer | Hans-Christoph Steiner |
2011-04-19 | copy libdir.dll into place, stop the ln -s trickery | Hans-Christoph Steiner |
2011-04-16 | move libdir ln -s statement since on MinGW ln is actually cp, and the target ... | Hans-Christoph Steiner |
2011-04-13 | create pd/startup and include libdir.dll; add notes.txt to Help Browser; inst... | Hans-Christoph Steiner |
2011-03-28 | install tcllib in the package since its needed for base64 for including image... | Hans-Christoph Steiner |
2010-12-12 | updated libraries to load by default and added pd-extended.bat for MS Windows | Hans-Christoph Steiner |
2010-06-09 | include libdl i.e. dlopen() in Pd-extended for easy porting from UNIX | Hans-Christoph Steiner |
2010-04-13 | removed some cruft related to pddplink | Hans-Christoph Steiner |
2010-04-13 | zexy's [matchbox] and [regex] need libgnurx-0.dll, so include it in the package | Hans-Christoph Steiner |
2009-09-16 | more DESTDIR fixes and also included 'tcl8', 'dde1.3' and 'reg1.2' Tcl librar... | Hans-Christoph Steiner |
2009-06-15 | set CC as gcc globally since MinGW seems to lack a 'cc' command... I wonder h... | Hans-Christoph Steiner |
2009-06-14 | oops, missed one DESTDIR fix | Hans-Christoph Steiner |
2009-06-14 | updated for Tcl/Tk 8.5 and better DESTDIR support | Hans-Christoph Steiner |
2008-03-08 | added FFTW3 and Lua DLLs to the package | Hans-Christoph Steiner |
2008-03-02 | The newly updated 'make depend' section in makefile.mingw means that you need | Hans-Christoph Steiner |
2007-06-13 | quick hack to install the pddplink files in a place where they will be found ... | Hans-Christoph Steiner |
2007-05-16 | switched DLLs to install into system32 to reduce chances of DLL Hell | Hans-Christoph Steiner |
2006-12-14 | gripd is no longer supported by its author, and the old binaries don't really... | Hans-Christoph Steiner |
2006-12-06 | added program versions to test target so they are in the build logs | Hans-Christoph Steiner |
2006-10-21 | cleaned up version handling to make more sense; removed some obsolete chmods | Hans-Christoph Steiner |
2006-10-18 | changed distclean targets to prevent seemingly endless loops; this stuff defi... | Hans-Christoph Steiner |
2006-10-18 | minor build and clean tweaks | Hans-Christoph Steiner |