This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".
The branch, master has been updated
via 5dadaf43c9206823b434d11c6cc6c6e6be020dc3 (commit)
via 648b2c413ce006b1ab2342ed04e4c28df0cde9b4 (commit)
via 64046fb625b932d914433ae466b87a26a702e1e5 (commit)
via 356fa6abd89d9056c1740226dcfbb2c16cd2a808 (commit)
via aafa7ab9093e3cd2aa83428ec39e74d39e6c6767 (commit)
via eb4c94468208b484a2ccad14b0d9bdb0de2400de (commit)
from 5a526189ea6744ceb4c15684da574d4019b0e2d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5dadaf43c9206823b434d11c6cc6c6e6be020dc3
Author: Pure Data User <pd(a)farg2574.(none)>
Date: Mon Feb 6 11:18:53 2012 -0500
(Win32) use SetDllDirectory() so that externals can load DLLs included in the same dir
- use SetDllDirectory() sets a path for loading DLLs from. It was introduced
in Windows XP SP1, so we have -DWINVER=0x0502 as the minimum supported version
- switch order of dlopen()/LoadLibrary() #ifdef block so that Win32 always uses
the Win32 SetDllDirectory()/LoadLibrary() call, even if libdl is present
commit 648b2c413ce006b1ab2342ed04e4c28df0cde9b4
Author: Pure Data User <pd(a)farg2574.(none)>
Date: Mon Feb 6 11:18:00 2012 -0500
update src/makefile.mingw to set -DWINVER=0x0502 for ASIO and SetDllDirectory()
commit 64046fb625b932d914433ae466b87a26a702e1e5
Author: Pure Data User <pd(a)farg2574.(none)>
Date: Mon Feb 6 11:17:02 2012 -0500
Update new build system for Windows builds with ASIO and SetDllDirectory()
- set WINVER for ASIO and for Pd s_loader.c SetDllDirectory()
- remove -DMSW since its not needed anymore
- use AM_CPPFLAGS since it applies to both C and C++
commit 356fa6abd89d9056c1740226dcfbb2c16cd2a808
Author: msp <msp(a)fuzz.(none)>
Date: Sun Feb 19 18:10:51 2012 -0800
fix pd_guiprefs.tcl to match the coding style of the rest of the GUI
- added 'else' keyword
- put all procs into the ::pd_guiprefs:: namespace
- used ::pdwindow::error and ::pdwindow:debug instead of puts
commit aafa7ab9093e3cd2aa83428ec39e74d39e6c6767
Author: msp <msp(a)fuzz.(none)>
Date: Sun Feb 19 18:08:33 2012 -0800
escape ' single-quote chars for Mac OS X defaults system used in GUI Prefs
when writing using 'defaults write' use regular "" for quoting,
when reading from the 'defaults read' output, it'll be with ''
commit eb4c94468208b484a2ccad14b0d9bdb0de2400de
Author: msp <msp(a)fuzz.(none)>
Date: Sun Feb 19 18:05:58 2012 -0800
put tclreg.dll in propoer directory. Are there others yet to surface?
-----------------------------------------------------------------------
Summary of changes:
msw/pdprototype.tgz | Bin 2705843 -> 2703612 bytes
portaudio/Makefile.am | 13 ++++++----
src/Makefile.am | 8 +++---
src/makefile.mingw | 14 ++++++-----
src/s_loader.c | 46 +++++++++++++++++++++++++-----------
tcl/pd_guiprefs.tcl | 61 ++++++++++++++++++++++++++++---------------------
6 files changed, 87 insertions(+), 55 deletions(-)
hooks/post-receive
--
pure-data