[PD-cvs] [git]Pd-extended branch pure-data updated. bbacad57065fc328fd530a82b173bfd229b08fa6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Nov 15 05:46:24 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 "Pd-extended".

The branch, pure-data has been updated
       via  bbacad57065fc328fd530a82b173bfd229b08fa6 (commit)
       via  007dca37fb53309a273953590a16b3b762e1faf1 (commit)
       via  288245e6382c7d391049cc87158ad6e0314f470d (commit)
       via  b1c081453ed3f393edddfa742f2a6348f9a45d1e (commit)
       via  dd876813bce7e0b62a50c100349fefce91b6cc15 (commit)
       via  295f6e6916b9313f1bdd633da7b7fcc303de00a4 (commit)
       via  b70ec3464dad8c6f87b090c561c7d52918f3410a (commit)
       via  29e9e85fb3f3a74431271b1c24f9198d0af8cf0e (commit)
       via  2b5e5d1cfc44ad0f08c433fca401dd744c694daf (commit)
      from  3e51f13d38fcc3c9aec0edbde37ceb716a84f2f8 (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 bbacad57065fc328fd530a82b173bfd229b08fa6
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Nov 4 18:29:12 2012 -0800

    supplied missing file in portaudio so mac target will compile

commit 007dca37fb53309a273953590a16b3b762e1faf1
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Nov 4 14:21:37 2012 -0800

    fix bug in vline~ misunderstanding logicaltime when reblocked

commit 288245e6382c7d391049cc87158ad6e0314f470d
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Nov 2 08:28:56 2012 -0700

    fix for portaudio update

commit b1c081453ed3f393edddfa742f2a6348f9a45d1e
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Oct 31 20:14:33 2012 -0700

    portaudio to Nov. 1 2012 snapshot

commit dd876813bce7e0b62a50c100349fefce91b6cc15
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue Oct 30 14:43:49 2012 -0700

    remove autoconnect from s_midi_alsa

commit 295f6e6916b9313f1bdd633da7b7fcc303de00a4
Author: Miller Puckette <msp at ucsd.edu>
Date:   Mon Oct 8 08:53:12 2012 -0700

    tweak to release checklist

commit b70ec3464dad8c6f87b090c561c7d52918f3410a
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue Oct 2 14:22:46 2012 -0700

    Oops, had unbound and bound #A twice on loading arrays from files.

commit 29e9e85fb3f3a74431271b1c24f9198d0af8cf0e
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Sep 28 17:57:33 2012 -0700

    add -ffast-math flag to CC lines for linus and Mac

commit 2b5e5d1cfc44ad0f08c433fca401dd744c694daf
Author: Miller Puckette <msp at ucsd.edu>
Date:   Fri Sep 28 17:40:07 2012 -0700

    tweak to midi opening code

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

Summary of changes:
 linux/README.txt                                   |    3 +-
 portaudio/Makefile.am                              |  106 --
 portaudio/include/pa_asio.h                        |   33 +-
 portaudio/include/pa_jack.h                        |    1 +
 portaudio/include/pa_linux_alsa.h                  |   10 +-
 portaudio/include/pa_mac_core.h                    |   61 +-
 portaudio/include/pa_win_waveformat.h              |    2 +-
 portaudio/include/pa_win_wmme.h                    |    3 +-
 portaudio/include/portaudio.h                      |  146 ++-
 portaudio/src/common/pa_converters.c               |  128 +-
 portaudio/src/common/pa_cpuload.c                  |    6 +-
 portaudio/src/common/pa_debugprint.c               |   65 +-
 portaudio/src/common/pa_front.c                    |   41 +-
 portaudio/src/common/pa_hostapi.h                  |  127 ++-
 portaudio/src/common/pa_memorybarrier.h            |    7 +-
 portaudio/src/common/pa_process.c                  |  245 ++--
 portaudio/src/common/pa_process.h                  |   18 +-
 portaudio/src/common/pa_ringbuffer.c               |   68 +-
 portaudio/src/common/pa_ringbuffer.h               |   66 +-
 portaudio/src/common/pa_skeleton.c                 |  818 ----------
 portaudio/src/common/pa_trace.c                    |  137 ++-
 portaudio/src/common/pa_trace.h                    |   20 +-
 portaudio/src/common/pa_util.h                     |    5 +-
 portaudio/src/hostapi/alsa/pa_linux_alsa.c         | 1719 +++++++++++++++-----
 .../src/hostapi/asio/iasiothiscallresolver.cpp     |   31 +-
 portaudio/src/hostapi/asio/iasiothiscallresolver.h |    2 +-
 portaudio/src/hostapi/asio/pa_asio.cpp             |  547 ++++---
 portaudio/src/hostapi/coreaudio/pa_mac_core.c      | 1029 +++++++++----
 .../src/hostapi/coreaudio/pa_mac_core_blocking.c   |    9 +-
 .../src/hostapi/coreaudio/pa_mac_core_internal.h   |   41 +-
 .../src/hostapi/coreaudio/pa_mac_core_utilities.c  |  277 ++--
 .../src/hostapi/coreaudio/pa_mac_core_utilities.h  |   12 -
 portaudio/src/hostapi/jack/pa_jack.c               |   40 +-
 portaudio/src/hostapi/oss/pa_unix_oss.c            |   55 +-
 portaudio/src/hostapi/wmme/pa_win_wmme.c           |  692 +++++----
 portaudio/src/os/mac_osx/pa_mac_hostapis.c         |   12 +-
 portaudio/src/os/unix/pa_unix_hostapis.c           |   22 +-
 portaudio/src/os/unix/pa_unix_util.c               |   23 +-
 portaudio/src/os/win/pa_win_hostapis.c             |   36 +-
 portaudio/src/os/win/pa_win_util.c                 |   22 +-
 portaudio/src/os/win/pa_win_wdmks_utils.c          |   70 +-
 portaudio/src/os/win/pa_x86_plain_converters.c     |    2 +-
 portaudio/src/os/win/pa_x86_plain_converters.h     |    2 +-
 src/configure.in                                   |    7 +-
 src/d_ctl.c                                        |   17 +-
 src/g_array.c                                      |    4 -
 src/makefile.mingw                                 |    1 -
 src/makefile.nt                                    |    5 +-
 src/s_midi_alsa.c                                  |   64 +-
 src/s_midi_oss.c                                   |   22 +-
 50 files changed, 4010 insertions(+), 2869 deletions(-)
 delete mode 100644 portaudio/Makefile.am
 delete mode 100644 portaudio/src/common/pa_skeleton.c


hooks/post-receive
-- 
Pd-extended



More information about the Pd-cvs mailing list