[PD-cvs] [git]pure-data branch, master, updated. 5e2b022d4fe53d9ed8b73682f02e172f38089219

Miller Puckette millerpuckette at users.sourceforge.net
Sun May 11 08:43:49 CEST 2014


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  5e2b022d4fe53d9ed8b73682f02e172f38089219 (commit)
       via  3dd8e8bec394d62cb1d9f126b5691299ab57827c (commit)
       via  b209e95d43cce51fb3567b4b1e1f30a5dacc92cf (commit)
       via  160b0f0cfb9c7d145733f4c40e9e6260fb485cc0 (commit)
      from  affb3e2f040c1c061229da17d54a973ab75f1c52 (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 5e2b022d4fe53d9ed8b73682f02e172f38089219
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun May 11 08:29:02 2014 +0200

    took next-time argument out of sched_tick() (since there's only one
    "reasonable" value to use anyhow).

commit 3dd8e8bec394d62cb1d9f126b5691299ab57827c
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun May 11 08:20:59 2014 +0200

    gave up on duplicatng symbol table in pdnstance structure (so that
    multiple Pd instances in same address space have to share symbols).
    Made the list-of-all-canvases and dsp on/off state per-instance.  Instancing
    seems to work now wth minor mods to pd_wrapper/z_libpd.c in pdlib.

commit b209e95d43cce51fb3567b4b1e1f30a5dacc92cf
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat May 10 13:20:23 2014 +0200

    take symbol table and creator objects out of "pdinstance" struct -
    it wasn't as easy as I thought to "localize" the symbol table.

commit 160b0f0cfb9c7d145733f4c40e9e6260fb485cc0
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri May 9 16:18:36 2014 +0200

    better interface to pd instance structure in m_pd.h

-----------------------------------------------------------------------

Summary of changes:
 extra/pd~/pdsched.c |    2 +-
 src/g_array.c       |    5 +-
 src/g_canvas.c      |   36 +-
 src/g_canvas.h      |    1 -
 src/g_editor.c      |    8 +-
 src/g_template.c    |    5 +-
 src/g_text.c        |    2 +-
 src/m_binbuf.c      |   13 +-
 src/m_class.c       |   40 +-
 src/m_imp.h         |    9 +-
 src/m_pd.c          |   34 +-
 src/m_pd.h          |   12 +
 src/m_sched.c       |   11 +-
 src/s_stuff.h       |    2 +-
 src/tags            | 6370 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/x_text.c        |    3 +-
 16 files changed, 6479 insertions(+), 74 deletions(-)
 create mode 100644 src/tags


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list