Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. SF.net SVN: pure-data:[17152]
      trunk/externals/template/Makefile ([email protected])
   2. [git]pure-data branch, master,    updated.
      22b17b26fe66acf349d49668589e1371386f7347 (Miller Puckette)
   3. [git]pure-data branch, master,    updated.
      496c888ebdddbc29ec042ff5e3137cfd0df80281 (Miller Puckette)


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

Message: 1
Date: Tue, 18 Jun 2013 17:53:08 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17152]
        trunk/externals/template/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17152
          http://sourceforge.net/p/pure-data/svn/17152
Author:   eighthave
Date:     2013-06-18 17:53:06 +0000 (Tue, 18 Jun 2013)
Log Message:
-----------
update Android build for NDK r8e

Modified Paths:
--------------
    trunk/externals/template/Makefile

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




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

Message: 2
Date: Tue, 18 Jun 2013 20:35:58 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        22b17b26fe66acf349d49668589e1371386f7347
To: [email protected]
Message-ID: <[email protected]>

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  22b17b26fe66acf349d49668589e1371386f7347 (commit)
       via  5eac083792b8de4e774cd8df18eeb824eff79553 (commit)
       via  9ded6b1e78f0347653859af8a335e4543f26498d (commit)
      from  54191834ebf004eae8803266bb30bf46c7e0aeac (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 22b17b26fe66acf349d49668589e1371386f7347
Author: Miller Puckette <[email protected]>
Date:   Tue Jun 18 13:30:16 2013 -0700

    got pd~ working in MS Windows.  Still need to make a more efficient binary
    format for communications, and do something to prevent deadlocks.

commit 5eac083792b8de4e774cd8df18eeb824eff79553
Author: Miller Puckette <[email protected]>
Date:   Sat Jun 15 21:58:20 2013 -0700

    back out of volatile declarations as now it looks like we don't need to use
    shared memory after all.

commit 9ded6b1e78f0347653859af8a335e4543f26498d
Author: Miller Puckette <[email protected]>
Date:   Sat Jun 15 19:08:00 2013 -0700

    try to make s_audio_pa.c able to work with shared memory in preparation
    for using it for a windows version of pd~ object

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

Summary of changes:
 extra/makefile.subdir       |    5 +-
 extra/pd~/makefile          |    6 +
 extra/pd~/pd~-subprocess.pd |    8 +-
 extra/pd~/pd~.c             |  233 ++++++++++++++++++++++++++++++-------------
 extra/stdout/stdout.c       |    9 ++
 msw/build-nt.bat            |    4 +-
 src/g_editor.c              |    1 -
 src/m_pd.h                  |    1 +
 src/makefile.gnu            |    2 +-
 src/s_audio_pa.c            |   51 +++++-----
 src/s_audio_paring.c        |  110 +++++++++++++-------
 src/s_audio_paring.h        |   65 ++++--------
 src/s_inter.c               |    7 +-
 src/s_loader.c              |   36 +++++--
 src/s_stuff.h               |    8 +-
 15 files changed, 336 insertions(+), 210 deletions(-)


hooks/post-receive
-- 
pure-data



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

Message: 3
Date: Wed, 19 Jun 2013 02:14:33 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch, master,        updated.
        496c888ebdddbc29ec042ff5e3137cfd0df80281
To: [email protected]
Message-ID: <[email protected]>

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  496c888ebdddbc29ec042ff5e3137cfd0df80281 (commit)
       via  e1c9555b47db8fc2fc3c94d30d0b250edca4a464 (commit)
      from  22b17b26fe66acf349d49668589e1371386f7347 (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 496c888ebdddbc29ec042ff5e3137cfd0df80281
Author: Miller Puckette <[email protected]>
Date:   Tue Jun 18 19:06:29 2013 -0700

    Portaudio tp 2013/06/19 snapshot

commit e1c9555b47db8fc2fc3c94d30d0b250edca4a464
Author: Miller Puckette <[email protected]>
Date:   Tue Jun 18 18:23:57 2013 -0700

    portmidi to version 217 (2010-10-08)

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

Summary of changes:
 portaudio/Makefile.in                          |   20 +-
 portaudio/config.guess                         |   49 +-
 portaudio/config.sub                           |   74 +-
 portaudio/configure.in                         |   18 +-
 portaudio/install-sh                           |   29 +-
 portaudio/src/common/pa_front.c                |    6 +-
 portaudio/src/common/pa_hostapi.h              |    4 +-
 portaudio/src/hostapi/alsa/pa_linux_alsa.c     |   51 +-
 portaudio/src/hostapi/asio/pa_asio.cpp         |  285 ++--
 portaudio/src/hostapi/oss/pa_unix_oss.c        |   47 +-
 portaudio/src/os/win/pa_win_waveformat.c       |    8 +-
 portaudio/src/os/win/pa_x86_plain_converters.c |   25 +-
 portmidi/CHANGELOG.txt                         |   34 +
 portmidi/README.txt                            |   19 +-
 portmidi/license.txt                           |    4 +-
 portmidi/pm_common/pminternal.h                |   30 +-
 portmidi/pm_common/pmutil.c                    |  595 +++----
 portmidi/pm_common/pmutil.h                    |   19 +-
 portmidi/pm_common/portmidi.c                  | 2321 ++++++++++++------------
 portmidi/pm_common/portmidi.h                  | 1260 +++++++------
 portmidi/pm_linux/README_LINUX.txt             |   98 +-
 portmidi/pm_linux/finddefault.c                |   92 +
 portmidi/pm_linux/pmlinux.c                    |   23 +-
 portmidi/pm_linux/pmlinuxalsa.c                |   11 +-
 portmidi/pm_mac/finddefault.c                  |   57 +
 portmidi/pm_mac/pmmac.c                        |   25 +-
 portmidi/pm_mac/pmmacosxcm.c                   |  206 ++-
 portmidi/pm_mac/pmmacosxcm.h                   |    4 +-
 portmidi/pm_mac/readbinaryplist.c              | 1115 ++++++++++++
 portmidi/pm_mac/readbinaryplist.h              |   88 +
 portmidi/pm_win/README_WIN.txt                 |  218 ++-
 portmidi/pm_win/copy-dll.bat                   |   17 -
 portmidi/pm_win/debugging_dlls.txt             |  145 --
 portmidi/pm_win/pm_dll.dsp                     |  107 --
 portmidi/pm_win/pmwin.c                        |  101 +-
 portmidi/pm_win/pmwinmm.c                      |  149 +-
 portmidi/porttime/porttime.dsp                 |  104 --
 portmidi/porttime/porttime.h                   |  128 +-
 portmidi/porttime/ptlinux.c                    |   15 +-
 portmidi/porttime/ptmacosx_cf.c                |    5 +
 portmidi/porttime/ptmacosx_mach.c              |    9 +-
 portmidi/porttime/ptwinmm.c                    |   19 +-
 src/makefile.mac                               |    2 +
 src/notes.txt                                  |    1 -
 44 files changed, 4481 insertions(+), 3156 deletions(-)
 create mode 100644 portmidi/pm_linux/finddefault.c
 create mode 100644 portmidi/pm_mac/finddefault.c
 create mode 100644 portmidi/pm_mac/readbinaryplist.c
 create mode 100644 portmidi/pm_mac/readbinaryplist.h
 delete mode 100755 portmidi/pm_win/copy-dll.bat
 delete mode 100755 portmidi/pm_win/debugging_dlls.txt
 delete mode 100755 portmidi/pm_win/pm_dll.dsp
 delete mode 100755 portmidi/porttime/porttime.dsp


hooks/post-receive
-- 
pure-data



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

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 100, Issue 6
**************************************

Reply via email to