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 0e3798b76ded156b1d4e4584f16c25675b496bc9 (commit)
via 1be72191ddc9c6b2bf27f8c69faa5fba6d9092f6 (commit)
from 69b444ad7d777817c6ffa6c69884b722c370d87e (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 0e3798b76ded156b1d4e4584f16c25675b496bc9
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Sun Mar 9 21:23:18 2014 -0700
Add Mac build support files. The Wish shell might have some
copyright restrictions so if you want to build Pd for distribution
you might have to use your own local version of that.
also tried to update windows compilation for Fedora 20 version of
mingw (new pthreads library naming) but this doesn't seem to work yet.
commit 1be72191ddc9c6b2bf27f8c69faa5fba6d9092f6
Author: Miller Puckette <msp(a)ucsd.edu>
Date: Thu Mar 6 14:48:20 2014 -0800
bidirectional netsend/netreceive connections (TCP ony)
-----------------------------------------------------------------------
Summary of changes:
doc/5.reference/netreceive-help.pd | 60 +++---
doc/5.reference/netsend-help.pd | 44 +++--
linux/git-add-pd.sh | 2 +-
mac/README.txt | 10 +
mac/build-mac64 | 44 ++++
mac/build-macosx | 44 ++++
mac/stuff/Info.plist | 37 ++++
mac/stuff/pd-file.icns | Bin 0 -> 35389 bytes
mac/stuff/pd.icns | Bin 0 -> 2772 bytes
mac/stuff/wish-shell.tgz | Bin 0 -> 18255 bytes
src/makefile.mingw | 2 +-
src/x_net.c | 403 ++++++++++++++++++++----------------
12 files changed, 417 insertions(+), 229 deletions(-)
create mode 100644 mac/README.txt
create mode 100644 mac/build-mac64
create mode 100755 mac/build-macosx
create mode 100644 mac/stuff/Info.plist
create mode 100644 mac/stuff/pd-file.icns
create mode 100644 mac/stuff/pd.icns
create mode 100644 mac/stuff/wish-shell.tgz
hooks/post-receive
--
pure-data