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

Miller Puckette millerpuckette at users.sourceforge.net
Wed May 17 20:13:17 CEST 2017


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  e5f4657b6db7b8b77d35851c553c5154099c65ee (commit)
       via  f38b6b62826bc9b61dea81ad191d1ceaac792c05 (commit)
       via  f78f3643b8263788d65dd12cae6dadf4d4696c06 (commit)
       via  3e986194b172abd0c96049250dc8dfe090d6c842 (commit)
       via  7f8e1177863bd84a7902d619debacb4d2f632508 (commit)
      from  3b9e05cd05b683ab3988151e7caf1657645c5cea (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 e5f4657b6db7b8b77d35851c553c5154099c65ee
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed May 17 11:12:41 2017 -0700

    chased down more thread-safety problems

commit f38b6b62826bc9b61dea81ad191d1ceaac792c05
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed May 17 10:37:12 2017 -0700

    more static variables moved to Pd instance structure

commit f78f3643b8263788d65dd12cae6dadf4d4696c06
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue May 16 12:27:42 2017 -0700

    another round of thread-safety edits

commit 3e986194b172abd0c96049250dc8dfe090d6c842
Merge: 7f8e117 3b9e05c
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue May 16 11:53:27 2017 -0500

    Merge /home/msp/msp/pd

commit 7f8e1177863bd84a7902d619debacb4d2f632508
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Dec 21 17:36:57 2016 -0500

    Jonathan Wilkes's crach bug fix for ALSA midi

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

Summary of changes:
 src/d_delay.c     |   2 +-
 src/d_fft_fftsg.c |  52 +++---
 src/d_fft_fftw.c  |  14 +-
 src/d_math.c      |   1 +
 src/d_osc.c       |   2 +
 src/d_ugen.c      |  28 ++--
 src/g_array.c     |   4 +-
 src/g_canvas.c    |  14 +-
 src/g_canvas.h    |  13 +-
 src/g_editor.c    | 230 +++++++++++++------------
 src/g_graph.c     |  15 +-
 src/g_io.c        |  23 ---
 src/g_rtext.c     |   3 -
 src/g_scalar.c    |   2 +-
 src/g_template.c  | 494 ++++++++++++++++++++++++++++++------------------------
 src/g_text.c      |   4 +-
 src/m_class.c     |   8 +-
 src/m_imp.h       |   4 +-
 src/m_pd.h        |   8 +-
 src/s_midi_alsa.c |  12 +-
 20 files changed, 502 insertions(+), 431 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list