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

Miller Puckette millerpuckette at users.sourceforge.net
Sun Nov 25 01:13:15 CET 2012


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  5ebb3eccdfb45a8b3afe74c381c0e5851017976d (commit)
       via  4bf900e2e690bc821e53bef625adc1fd8c8cbc17 (commit)
       via  e9c20e1e7d43c909dec45a828d12d870b44d1a92 (commit)
       via  cd3e5006a5a9f79b9e25aec7bdfcee31d1f9a0e7 (commit)
       via  49a248b87e7374335bf61a6576c809d3de07b2ea (commit)
       via  2f83ef92f94ea7604041afe901e9330e1b626d2d (commit)
       via  a77c386e71b4659c616b5245b9bd7ecf2e2adf90 (commit)
       via  14d92f8cc1c03bc1bfad880785faa6cf2732cd7d (commit)
       via  4c9c05d37fc8c9ff316dad0d4e0ba6bbb1321313 (commit)
       via  75819aad31bedc8466858fb81fe69c97522a82ed (commit)
       via  58f8e1e30256df0c8d9086a02140ae6c3e5a823c (commit)
       via  19d368cff10b657702be48497129a342d8052cb5 (commit)
       via  cd0ea0a6c8ea151fe5f05ab07e71e32098dafe6e (commit)
       via  7ba1d5c341461dbc22391357304b9b9f0dfbfd35 (commit)
       via  087c1eb1d1ef3241941508951cdf4c77b40c7fb4 (commit)
       via  e32e4742cf4c4b9255dfee42ae69ce19a3029e0f (commit)
       via  28328827675c734b1baa8eb0dbff90a34955188f (commit)
      from  bbacad57065fc328fd530a82b173bfd229b08fa6 (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 5ebb3eccdfb45a8b3afe74c381c0e5851017976d
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Nov 24 16:09:52 2012 -0800

    fixes for compiling on MSVC

commit 4bf900e2e690bc821e53bef625adc1fd8c8cbc17
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Nov 24 14:13:39 2012 -0800

    reinstate circular buffer using s_audio_paring.c in hopes this will fix
    latency problem on mac

commit e9c20e1e7d43c909dec45a828d12d870b44d1a92
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Nov 24 12:32:29 2012 -0800

    Doh... do-it-yourself non-blocking portaudio gives 40 msec better
    latency on Mac - reinstating.  Will probably want the "right" way on linux and
    perhaps will on windows as well, so after reverting this will build out
    s_audio_pa.c to handle all THREE possibilities
    
    Revert "portaudio cleanup"
    
    This reverts commit 14d92f8cc1c03bc1bfad880785faa6cf2732cd7d.

commit cd3e5006a5a9f79b9e25aec7bdfcee31d1f9a0e7
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 22:12:05 2012 -0800

    rename makefile.msvc and fix it up slightly

commit 49a248b87e7374335bf61a6576c809d3de07b2ea
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 22:07:59 2012 -0800

    get rid of autoconf build system.  There's now a new autogen one (by
    Hans) and fallbacks: makefile.gnu, makefile.mac, makefile.nt - which
    last needs renaming to makefile.msvc

commit 2f83ef92f94ea7604041afe901e9330e1b626d2d
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 21:52:16 2012 -0800

    trying out new makefile for mac

commit a77c386e71b4659c616b5245b9bd7ecf2e2adf90
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 17:47:54 2012 -0800

    more portaudio tweaks

commit 14d92f8cc1c03bc1bfad880785faa6cf2732cd7d
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 17:36:53 2012 -0800

    portaudio cleanup

commit 4c9c05d37fc8c9ff316dad0d4e0ba6bbb1321313
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 15:04:45 2012 -0800

    another slight tweak to check io sync only 100 times / sec or so.

commit 75819aad31bedc8466858fb81fe69c97522a82ed
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 23 14:41:31 2012 -0800

    tweaked alsa code, more to come

commit 58f8e1e30256df0c8d9086a02140ae6c3e5a823c
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Nov 22 13:25:56 2012 -0800

    add OSS by default on linux in makefile.gnu

commit 19d368cff10b657702be48497129a342d8052cb5
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Nov 22 09:58:34 2012 -0800

    fix release script to use makefile.gnu for cleaning

commit cd0ea0a6c8ea151fe5f05ab07e71e32098dafe6e
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Nov 22 09:53:50 2012 -0800

    drat, move makefile.gnu back to src

commit 7ba1d5c341461dbc22391357304b9b9f0dfbfd35
Author: Miller Puckette <msp at ucsd.edu>
Date:   Thu Nov 22 09:43:51 2012 -0800

    add portaudio's Makefile.in to make autogen.sh happy -- other Makefile.ins
    are excluded by .gitignore -- what's going on here?

commit 087c1eb1d1ef3241941508951cdf4c77b40c7fb4
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Nov 21 22:03:24 2012 -0800

    portaudio fixes for linux; and added new linux makefile in preparation for
    taking out "old" src/autoconf build system.  (The "new" build system doesn't
    work for me yet but anyway I think there should be a fallback of some sort).
    
    The "new" linux makefile uses an installed portaudio library and not the
    portaudio sources in the pd tree; if this turns out to work well for the
    other platforms as well it would be good to clean out all the portadio
    stuff.

commit e32e4742cf4c4b9255dfee42ae69ce19a3029e0f
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Fri Nov 2 16:20:06 2012 -0400

    remove test of deprecated jack_client_new and replace with jack_client_open
    
    jack_client_new() has been deprecated by Jack, and its only used in Pd to
    test whether the jack library/framework has been loaded.  This makes the
    test use the jack_client_new() replacement: jack_client_open().  Also,
    the error message

commit 28328827675c734b1baa8eb0dbff90a34955188f
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sat Nov 17 14:51:23 2012 -0800

    add "openBSD" to some header tests

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

Summary of changes:
 linux/make-release                         |    2 +-
 msw/send-msw.sh                            |    2 +-
 portaudio/Makefile.in                      |  257 +++++++++++++++++++
 portaudio/src/os/win/pa_win_coinitialize.c |  144 +++++++++++
 portaudio/src/os/win/pa_win_coinitialize.h |   94 +++++++
 src/config.h.in                            |    5 -
 src/configure.in                           |  383 ----------------------------
 src/d_array.c                              |    6 +-
 src/d_osc.c                                |   12 +-
 src/g_array.c                              |    1 -
 src/install-sh                             |  251 ------------------
 src/makefile.clean                         |    3 -
 src/{makefile.in => makefile.gnu}          |  126 ++++------
 src/{makefile.in => makefile.mac}          |  123 +++++-----
 src/{makefile.nt => makefile.msvc}         |   23 +-
 src/s_audio_alsa.c                         |  100 +++++++-
 src/s_audio_jack.c                         |    3 +-
 src/s_audio_pa.c                           |  123 +++++++---
 src/x_misc.c                               |    2 +-
 19 files changed, 814 insertions(+), 846 deletions(-)
 create mode 100644 portaudio/Makefile.in
 create mode 100644 portaudio/src/os/win/pa_win_coinitialize.c
 create mode 100644 portaudio/src/os/win/pa_win_coinitialize.h
 delete mode 100644 src/config.h.in
 delete mode 100644 src/configure.in
 delete mode 100644 src/install-sh
 delete mode 100644 src/makefile.clean
 copy src/{makefile.in => makefile.gnu} (68%)
 rename src/{makefile.in => makefile.mac} (70%)
 rename src/{makefile.nt => makefile.msvc} (92%)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list