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 22b17b26fe66acf349d49668589e1371386f7347 (commit) via 5eac083792b8de4e774cd8df18eeb824eff79553 (commit) via 9ded6b1e78f0347653859af8a335e4543f26498d (commit) from 54191834ebf004eae8803266bb30bf46c7e0aeac (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 22b17b26fe66acf349d49668589e1371386f7347 Author: Miller Puckette msp@ucsd.edu Date: Tue Jun 18 13:30:16 2013 -0700
got pd~ working in MS Windows. Still need to make a more efficient binary format for communications, and do something to prevent deadlocks.
commit 5eac083792b8de4e774cd8df18eeb824eff79553 Author: Miller Puckette msp@ucsd.edu Date: Sat Jun 15 21:58:20 2013 -0700
back out of volatile declarations as now it looks like we don't need to use shared memory after all.
commit 9ded6b1e78f0347653859af8a335e4543f26498d Author: Miller Puckette msp@ucsd.edu Date: Sat Jun 15 19:08:00 2013 -0700
try to make s_audio_pa.c able to work with shared memory in preparation for using it for a windows version of pd~ object
-----------------------------------------------------------------------
Summary of changes: extra/makefile.subdir | 5 +- extra/pd~/makefile | 6 + extra/pd~/pd~-subprocess.pd | 8 +- extra/pd~/pd~.c | 233 ++++++++++++++++++++++++++++++------------- extra/stdout/stdout.c | 9 ++ msw/build-nt.bat | 4 +- src/g_editor.c | 1 - src/m_pd.h | 1 + src/makefile.gnu | 2 +- src/s_audio_pa.c | 51 +++++----- src/s_audio_paring.c | 110 +++++++++++++------- src/s_audio_paring.h | 65 ++++-------- src/s_inter.c | 7 +- src/s_loader.c | 36 +++++-- src/s_stuff.h | 8 +- 15 files changed, 336 insertions(+), 210 deletions(-)
hooks/post-receive