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:[15955]     trunk/externals/chaos/Makefile
      ([email protected])
   2. [git]Pd-extended branch patch_series updated.
      d99d09eed1509b75a63feb4dbc015898988a36e8 (Hans-Christoph Steiner)
   3. [git]Pd-extended branch master updated.
      873c89dd73835ab520cdc87b1639c35854f64477 (Hans-Christoph Steiner)


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

Message: 1
Date: Mon, 06 Feb 2012 15:55:55 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[15955]
        trunk/externals/chaos/Makefile
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 15955
          http://pure-data.svn.sourceforge.net/pure-data/?rev=15955&view=rev
Author:   eighthave
Date:     2012-02-06 15:55:54 +0000 (Mon, 06 Feb 2012)
Log Message:
-----------
move MinGW -D hacks to only affect MinGW builds

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

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




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

Message: 2
Date: Mon,  6 Feb 2012 17:04:44 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch patch_series updated.
        d99d09eed1509b75a63feb4dbc015898988a36e8
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 "Pd-extended".

The branch, patch_series has been updated
       via  d99d09eed1509b75a63feb4dbc015898988a36e8 (commit)
       via  6d0c6c655c846625d3cc9c6b520a1e01908743ae (commit)
       via  04745a8a84cf7bbe136a793112bb8954b3b3459f (commit)
       via  a1622c5951fbb5ba9283e9f9bbcf792a5e35f5f2 (commit)
       via  6296c50352c0de46f82eebdf7e07a504389a79d5 (commit)
      from  4619390b6264e12a2416141df377a677fbf01d56 (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 d99d09eed1509b75a63feb4dbc015898988a36e8
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Feb 6 12:02:56 2012 -0500

    update loader post messages to post at appropriate levels (debug, error, 
etc)

commit 6d0c6c655c846625d3cc9c6b520a1e01908743ae
Author: Pure Data User <pd@farg2574.(none)>
Date:   Mon Feb 6 11:18:53 2012 -0500

    (Win32) use SetDllDirectory() so that externals can load DLLs included in 
the same dir
    
    - use SetDllDirectory() sets a path for loading DLLs from. It was introduced
      in Windows XP SP1, so we have -DWINVER=0x0502 as the minimum supported 
version
    
    - switch order of dlopen()/LoadLibrary() #ifdef block so that Win32 always 
uses
      the Win32 SetDllDirectory()/LoadLibrary() call, even if libdl is present

commit 04745a8a84cf7bbe136a793112bb8954b3b3459f
Author: Pure Data User <pd@farg2574.(none)>
Date:   Mon Feb 6 11:18:00 2012 -0500

    update src/makefile.mingw to set -DWINVER=0x0502 for ASIO and 
SetDllDirectory()

commit a1622c5951fbb5ba9283e9f9bbcf792a5e35f5f2
Author: Pure Data User <pd@farg2574.(none)>
Date:   Mon Feb 6 11:17:02 2012 -0500

    Update new build system for Windows builds with ASIO and SetDllDirectory()
    
    - set WINVER for ASIO and for Pd s_loader.c SetDllDirectory()
    - remove -DMSW since its not needed anymore
    - use AM_CPPFLAGS since it applies to both C and C++

commit 6296c50352c0de46f82eebdf7e07a504389a79d5
Author: Hans-Christoph Steiner <[email protected]>
Date:   Sun Feb 5 12:50:51 2012 -0500

    REBASE into 'implement File->Save As..., Edit->Copy, and Edit->Select 
All...'
    
    - moved filehandling to proc in pdwindow.tcl
    - saved complete log stored in ::pdwindow::logbuffer
    - added version info to header on log

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

Summary of changes:
 asio/Makefile.am        |    4 ++-
 configure.ac            |    2 +-
 portaudio/Makefile.am   |   14 ++++++-----
 src/Makefile.am         |    8 +++---
 src/makefile.mingw      |   11 ++++++---
 src/s_loader.c          |   56 +++++++++++++++++++++++++++++-----------------
 tcl/pd_menucommands.tcl |    7 +-----
 tcl/pdwindow.tcl        |   15 +++++++++++-
 8 files changed, 73 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Pd-extended



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

Message: 3
Date: Mon,  6 Feb 2012 17:05:42 +0000
From: "Hans-Christoph Steiner" <[email protected]>
Subject: [PD-cvs] [git]Pd-extended branch master updated.
        873c89dd73835ab520cdc87b1639c35854f64477
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 "Pd-extended".

The branch, master has been updated
       via  873c89dd73835ab520cdc87b1639c35854f64477 (commit)
       via  d99d09eed1509b75a63feb4dbc015898988a36e8 (commit)
       via  6d0c6c655c846625d3cc9c6b520a1e01908743ae (commit)
       via  04745a8a84cf7bbe136a793112bb8954b3b3459f (commit)
       via  a1622c5951fbb5ba9283e9f9bbcf792a5e35f5f2 (commit)
       via  6296c50352c0de46f82eebdf7e07a504389a79d5 (commit)
      from  aeb0fd9a846ff1b4182af38af35f8091e2739999 (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 873c89dd73835ab520cdc87b1639c35854f64477
Merge: aeb0fd9 d99d09e
Author: Hans-Christoph Steiner <[email protected]>
Date:   Mon Feb 6 12:05:17 2012 -0500

    Merge branch 'patch_series'

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

Summary of changes:
 asio/Makefile.am        |    4 ++-
 configure.ac            |    2 +-
 portaudio/Makefile.am   |   14 ++++++-----
 src/Makefile.am         |    8 +++---
 src/makefile.mingw      |   11 ++++++---
 src/s_loader.c          |   56 +++++++++++++++++++++++++++++-----------------
 tcl/pd_menucommands.tcl |    7 +-----
 tcl/pdwindow.tcl        |   15 +++++++++++-
 8 files changed, 73 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Pd-extended



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

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


End of Pd-cvs Digest, Vol 84, Issue 7
*************************************

Reply via email to