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

Miller Puckette millerpuckette at users.sourceforge.net
Mon Apr 25 17:18:53 CEST 2016


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  ac7f7b0b8b04c87b06e749f02a4bf5ef4ca16033 (commit)
       via  b3bf3f7059aec3fa62ff0f03acf99421914991b6 (commit)
       via  be9f22f405f2b3f66a9fc57867a9df50e30971b8 (commit)
      from  fbe4b81e2e934a78f0566d1f6d310458fdc0378f (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 ac7f7b0b8b04c87b06e749f02a4bf5ef4ca16033
Author: Miller Puckette <msp at ucsd.edu>
Date:   Mon Apr 25 08:18:24 2016 -0700

    Fixed bug in clone numbering of subpatches

commit b3bf3f7059aec3fa62ff0f03acf99421914991b6
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Apr 25 14:42:20 2016 +0200

    centrally prevent double loading of fully qualified classnames.
    
    rather than duplicating the sys_putonloadlist()/sys_onloadlist() code
    in each loader, we just do it once.
    
    we also do it in a place, where we actually know the full objectname as
    given by the user (e.g. "/foo/bar") rather than as a split-up pair of
    path ("/foo/") and a classname ("bar").
    this allows will prevent double loading of "/tmp/foo" and "/tmp/foo",
    while at the same time allowing us to load both "/foo/pizza" and "/baz/pizza".
    
    afaict, this only gets triggered when loading *directly* (via [declare])

commit be9f22f405f2b3f66a9fc57867a9df50e30971b8
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Apr 25 13:58:25 2016 +0200

    fixed loading of abstractions via absolute filename
    
    class_new() uses some magic to *also* register the "long" path
    (if that was given to instantiate the object), but class_addcreator()
    lacked this.
    The easiest way to get this behaviour for abstractions, is to use class_new()
    as well.
    however, this generates a new class for each abstraction (name), which we
    will never use. to prevent a glaring memleak, we keep track of all those
    classpointers via a linked list.

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

Summary of changes:
 src/g_clone.c  |    4 ++--
 src/s_loader.c |   38 +++++++++++++++++++++++++++++---------
 2 files changed, 31 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list