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 239c4ca68eed6421e5b1fc02b5684a4e41cc07c4 (commit)
via 0d00dfb36217d9b2a3721cdd69f3458457c143a5 (commit)
via ad1aaee3e0084bfc3a5cc1e16dde09617d8c6d96 (commit)
from 000b76119254b84b32af35438793260774f3e953 (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 239c4ca68eed6421e5b1fc02b5684a4e41cc07c4
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed May 13 13:56:00 2015 -0700
Fix for compiling on Mac using automake
commit 0d00dfb36217d9b2a3721cdd69f3458457c143a5
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Wed May 13 13:44:28 2015 -0700
'struct extern' only needed for microsoft compiler, and then only
if c, not c++. Also, took out one unneeded declaration in d_osc.c
commit ad1aaee3e0084bfc3a5cc1e16dde09617d8c6d96
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Tue May 5 14:23:42 2015 -0700
Fixes to enhance pdlib in windows - put O_BINARY flag back in when opening
files in windows (this had been done by setting a global flag in s_main.c
but that's not appropriate if we're a plug-in). Also, a function to shut
down the GUI. This isn't finishedyet (the GUI can't then be restaerd a
second time) but it's enough so that one can shut the GUI down when unloading
a plug-in that had to start one.
-----------------------------------------------------------------------
Summary of changes:
portmidi/Makefile.am | 4 +++-
src/d_osc.c | 2 +-
src/m_pd.h | 13 ++++++++-----
src/s_inter.c | 14 ++++++++++++++
src/s_path.c | 4 ++--
5 files changed, 28 insertions(+), 9 deletions(-)
hooks/post-receive
--
pure-data