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 "Pd-extended".
The branch, patch_series has been updated
via d99d09eed1509b75a63feb4dbc015898988a36e8 (commit)
via 6d0c6c655c846625d3cc9c6b520a1e01908743ae (commit)
via 04745a8a84cf7bbe136a793112bb8954b3b3459f (commit)
via a1622c5951fbb5ba9283e9f9bbcf792a5e35f5f2 (commit)
via 6296c50352c0de46f82eebdf7e07a504389a79d5 (commit)
from 4619390b6264e12a2416141df377a677fbf01d56 (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 d99d09eed1509b75a63feb4dbc015898988a36e8
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Mon Feb 6 12:02:56 2012 -0500
update loader post messages to post at appropriate levels (debug, error, etc)
commit 6d0c6c655c846625d3cc9c6b520a1e01908743ae
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 04745a8a84cf7bbe136a793112bb8954b3b3459f
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 a1622c5951fbb5ba9283e9f9bbcf792a5e35f5f2
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 6296c50352c0de46f82eebdf7e07a504389a79d5
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Sun Feb 5 12:50:51 2012 -0500
REBASE into 'implement File->Save As..., Edit->Copy, and Edit->Select All...'
- moved filehandling to proc in pdwindow.tcl
- saved complete log stored in ::pdwindow::logbuffer
- added version info to header on log
-----------------------------------------------------------------------
Summary of changes:
asio/Makefile.am | 4 ++-
configure.ac | 2 +-
portaudio/Makefile.am | 14 ++++++-----
src/Makefile.am | 8 +++---
src/makefile.mingw | 11 ++++++---
src/s_loader.c | 56 +++++++++++++++++++++++++++++-----------------
tcl/pd_menucommands.tcl | 7 +-----
tcl/pdwindow.tcl | 15 +++++++++++-
8 files changed, 73 insertions(+), 44 deletions(-)
hooks/post-receive
--
Pd-extended