Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-24 | only try to install Gem videos into media/ if they exist | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16489 | |||
2012-10-24 | on MinGW, move media_install symlinking to the Inno Setup packaging: MinGW's ↵ | Hans-Christoph Steiner | |
ln is cp, so you can't ln a file that doesn't exist svn path=/trunk/; revision=16488 | |||
2012-10-24 | when launching Pd-extended on Windows from zip via pd-extended.bat, using ↵ | Hans-Christoph Steiner | |
'Lucida Console' as default font svn path=/trunk/; revision=16487 | |||
2012-10-23 | new and improved zip package that doesn't need admin to generate, based on ↵ | Hans-Christoph Steiner | |
'innounp' aka Inno Setup Unpacker svn path=/trunk/; revision=16484 | |||
2012-10-23 | use zip from MinGW instead of Cygwin, now that you can get it from mingw-get | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16483 | |||
2012-10-23 | use PROGRAMFILES variable instead of hard-coded path so things work on ↵ | Hans-Christoph Steiner | |
machines in other languages besides English svn path=/trunk/; revision=16482 | |||
2012-10-23 | make Inno Setup get the required fonts from SVN rather than relying on ↵ | Hans-Christoph Steiner | |
people to install the fonts in their system svn path=/trunk/; revision=16481 | |||
2012-10-23 | simplify rsyncing of Tcl libs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16480 | |||
2012-10-23 | fix bindir installs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16479 | |||
2012-10-23 | fix libcurl ABI version | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16478 | |||
2012-10-23 | add some more codec DLLs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16476 | |||
2012-10-22 | update list of included DLLs to include more libs based on current MinGW setup | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16462 | |||
2012-10-22 | replace cp with rsync in order to prevent .svn and other SCM files from ↵ | Hans-Christoph Steiner | |
being included in the final distro package svn path=/trunk/; revision=16461 | |||
2012-10-20 | when building from scratch, unzip asiosdk2.2.zip into pd/asio | Hans-Christoph Steiner | |
svn path=/trunk/; revision=16446 | |||
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 | make the Pd headers available in the standard locations | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15618 | |||
2011-10-18 | added new 'flatgui' to default load list to replace old 'flatspace' | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15613 | |||
2011-10-08 | -ftree-vectorize forces -fstrict-aliasing so disable tree-vectorize before ↵ | Hans-Christoph Steiner | |
strict-aliasing svn path=/trunk/; revision=15547 | |||
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-10-03 | recurse into pd/startup when building the Windows installer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15486 | |||
2011-09-28 | move pd-settings.reg to bin/ so that its easy to tell that pd-extended.bat ↵ | Hans-Christoph Steiner | |
is the thing to run svn path=/trunk/; revision=15379 | |||
2011-09-26 | included pd-extended.bat in installer and .zip | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15348 | |||
2011-09-26 | add -noprefs to pd-extended.bat so that it only loads libs from the command ↵ | Hans-Christoph Steiner | |
line flags, not the registry svn path=/trunk/; revision=15347 | |||
2011-09-26 | set global lib load list back to 0.42.5 style | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15346 | |||
2011-09-22 | centralize loader startup installing and set pdlua to start automatically | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15343 | |||
2011-09-19 | include tcllib 1.13 for things like base64, etc. | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15313 | |||
2011-09-19 | include tkdnd 2.2 in the Pd-extended package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15308 | |||
2011-09-15 | make pentium4 the minimum CPU so we can use SSE2 (p4 arrived in 2000). | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15295 | |||
2011-09-13 | include pthreadVC.dll from pd-vanilla to support libs that use it | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15292 | |||
2011-09-08 | oops, typo, forgot the c in libstdc++-6.dll | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15291 | |||
2011-09-07 | added libstd++-6.dll to package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15290 | |||
2011-09-05 | added some new DLLs needed from builds using MinGW's gcc 4.5 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15285 | |||
2011-08-16 | removed some ancient history, circa 2003 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15220 | |||
2011-08-16 | removed very out of date windows batch files | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15219 | |||
2011-06-28 | add the 'startup' folder contents to the Windows installer and therefore ↵ | Hans-Christoph Steiner | |
.zip too svn path=/trunk/; revision=15119 | |||
2011-06-28 | run the zip command in the cygwin sh to make sure its in its native env | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15118 | |||
2011-06-27 | fixed stupid recursive variable in $(zippackagefolder) | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15117 | |||
2011-06-27 | make zip only have a single folder of depth | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15114 | |||
2011-06-26 | added zip: target to create a zip from the contents of the Inno installer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15111 | |||
2011-06-26 | remove Ok dialog since its unneeded and interferes with automating the ↵ | Hans-Christoph Steiner | |
installer to make the zip package svn path=/trunk/; revision=15110 | |||
2011-04-19 | copy libdir.dll into place, stop the ln -s trickery | Hans-Christoph Steiner | |
svn path=/trunk/; revision=15081 | |||
2011-04-16 | move libdir ln -s statement since on MinGW ln is actually cp, and the target ↵ | Hans-Christoph Steiner | |
needs to be there first svn path=/trunk/; revision=15072 | |||
2011-04-13 | create pd/startup and include libdir.dll; add notes.txt to Help Browser; ↵ | Hans-Christoph Steiner | |
install tcllib into its own tcllib1.13 folder svn path=/trunk/; revision=15070 | |||
2011-03-28 | install tcllib in the package since its needed for base64 for including ↵ | Hans-Christoph Steiner | |
images inline svn path=/trunk/; revision=15052 | |||
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-20 | updated installer for 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14764 | |||
2011-01-19 | updated ancient README | Hans-Christoph Steiner | |
svn path=/trunk/; revision=14758 |