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 261ed0aeac1aa68feb8f689359c550f9f1463545 (commit)
via 052018870e7874f48d744cd4800a6a04c1f301c7 (commit)
via 0032fcbaa8191c163a54d9e4c19dccec489bb2c8 (commit)
via d46abab76981bc3619757ea726d62679c42dcad9 (commit)
via 9612e62f5b8ecb329730e762b4f689a917864155 (commit)
via 224ab93d312f279ef8603a8d855645fa8bd44ec6 (commit)
via ef9a5fc6a2494ade5d048527df8406041d8a017c (commit)
via 153c8c9a18acb4b89bd9242f5c5dc9d03eece4e8 (commit)
via f1881dfd46851e539cfd8b9ffac50dcd38d27f4c (commit)
from 271d4a1d751b3047613d4fe036a1eded003cec2a (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 261ed0aeac1aa68feb8f689359c550f9f1463545
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Mon Apr 30 14:39:17 2012 -0400
fix file extensions for Android and GNU/Linux on i386 and ARM.
commit 052018870e7874f48d744cd4800a6a04c1f301c7
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Sun Apr 15 11:17:44 2012 -0400
support loading [classname] from classname/classname.pd to match classname/classname.pd_linux support
commit 0032fcbaa8191c163a54d9e4c19dccec489bb2c8
Author: IOhannes m zmoelnig <zmoelnig(a)iem.at>
Date: Mon Feb 27 13:44:17 2012 +0100
use tagged LF for verbose() and friends
traditionally, verbose(), error(), bug(),... got their terminating LF by calling
endpost() since endpost() will output the LF 'untagged' (agnostic of the
log-level), this looks ugly when filtering-by-loglevel is applied on the
gui-side (the contents gets filtered but the the LFs bypass the filter) this
patch appens LF to the message and prints everything with the same loglevel.
also note that i the verbose-level offset is now set to '3' in relation to the
logpost-level (used to be '4').
this means that verbose(0, "foo"); will now already be visible when filtering
for 'debug' messages, which makes it (imo) much more useful.
commit d46abab76981bc3619757ea726d62679c42dcad9
Author: msp <msp(a)stripe.(none)>
Date: Fri Aug 31 16:53:40 2012 -0700
aha, that was why.
commit 9612e62f5b8ecb329730e762b4f689a917864155
Author: msp <msp(a)stripe.(none)>
Date: Fri Aug 31 16:52:41 2012 -0700
Don't know why this didn't get in the previous commit...
commit 224ab93d312f279ef8603a8d855645fa8bd44ec6
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 ef9a5fc6a2494ade5d048527df8406041d8a017c
Author: Hans-Christoph Steiner <hans(a)eds.org>
Date: Thu Feb 2 23:05:48 2012 -0500
implement File->Save As..., Edit->Copy, and Edit->Select All for the Pd Window
commit 153c8c9a18acb4b89bd9242f5c5dc9d03eece4e8
Author: msp <msp(a)stripe.(none)>
Date: Thu Aug 30 12:14:11 2012 -0700
patch from Chrissie Caulfield so that sample rate gets set earlier
for pd -nogui (so that delay lines can know how much memory they need)
commit f1881dfd46851e539cfd8b9ffac50dcd38d27f4c
Author: msp <msp(a)stripe.(none)>
Date: Thu Aug 30 11:42:58 2012 -0700
fix for bug 3558508 - symbols in receives of number boxes
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
linux/git-add-pd.sh | 2 +-
portaudio/Makefile.am | 4 ++++
src/m_class.c | 8 ++++++--
src/s_audio.c | 1 +
src/s_loader.c | 13 +++++++++----
src/s_print.c | 11 ++++++-----
tcl/dialog_gatom.tcl | 23 +++++++++++++----------
tcl/pd_menucommands.tcl | 8 ++++++++
tcl/pd_menus.tcl | 2 +-
tcl/pdwindow.tcl | 15 ++++++++++++++-
11 files changed, 64 insertions(+), 25 deletions(-)
hooks/post-receive
--
pure-data