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

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Mar 12 04:32:38 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  60115f89751c38dec8cf326f8ead604d3d25d73c (commit)
       via  5dadaf43c9206823b434d11c6cc6c6e6be020dc3 (commit)
       via  648b2c413ce006b1ab2342ed04e4c28df0cde9b4 (commit)
       via  64046fb625b932d914433ae466b87a26a702e1e5 (commit)
       via  356fa6abd89d9056c1740226dcfbb2c16cd2a808 (commit)
       via  aafa7ab9093e3cd2aa83428ec39e74d39e6c6767 (commit)
       via  eb4c94468208b484a2ccad14b0d9bdb0de2400de (commit)
       via  5a526189ea6744ceb4c15684da574d4019b0e2d8 (commit)
      from  c2a3380c00e6aea9c7505651997937e08d922fdc (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 60115f89751c38dec8cf326f8ead604d3d25d73c
Author: msp <msp at fuzz.(none)>
Date:   Sun Feb 19 19:31:44 2012 -0800

    oops, forgot one 0 to 1 in s_main.c, fixed

commit 5dadaf43c9206823b434d11c6cc6c6e6be020dc3
Author: Pure Data User <pd at 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 648b2c413ce006b1ab2342ed04e4c28df0cde9b4
Author: Pure Data User <pd at farg2574.(none)>
Date:   Mon Feb 6 11:18:00 2012 -0500

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

commit 64046fb625b932d914433ae466b87a26a702e1e5
Author: Pure Data User <pd at 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 356fa6abd89d9056c1740226dcfbb2c16cd2a808
Author: msp <msp at fuzz.(none)>
Date:   Sun Feb 19 18:10:51 2012 -0800

        fix pd_guiprefs.tcl to match the coding style of the rest of the GUI
    
        - added 'else' keyword
        - put all procs into the ::pd_guiprefs:: namespace
        - used ::pdwindow::error and ::pdwindow:debug instead of puts

commit aafa7ab9093e3cd2aa83428ec39e74d39e6c6767
Author: msp <msp at fuzz.(none)>
Date:   Sun Feb 19 18:08:33 2012 -0800

        escape ' single-quote chars for Mac OS X defaults system used in GUI Prefs
    
        when writing using 'defaults write' use regular "" for quoting,
        when reading from the 'defaults read' output, it'll be with ''

commit eb4c94468208b484a2ccad14b0d9bdb0de2400de
Author: msp <msp at fuzz.(none)>
Date:   Sun Feb 19 18:05:58 2012 -0800

    put tclreg.dll in propoer directory.  Are there others yet to surface?

commit 5a526189ea6744ceb4c15684da574d4019b0e2d8
Author: msp <msp at fuzz.(none)>
Date:   Sun Feb 19 10:05:47 2012 -0800

    Update PkgIndex.tcl (migth have been out of date) and fixed a potential
    divide by zero for -nogui operation (font widths might get divided by and
    are thus initialized to 1, not 0).

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

Summary of changes:
 msw/pdprototype.tgz   |  Bin 2705843 -> 2703612 bytes
 portaudio/Makefile.am |   13 ++++++----
 src/Makefile.am       |    8 +++---
 src/makefile.mingw    |   14 ++++++-----
 src/s_loader.c        |   46 +++++++++++++++++++++++++-----------
 src/s_main.c          |    4 +-
 tcl/pd_guiprefs.tcl   |   61 ++++++++++++++++++++++++++++---------------------
 tcl/pkgIndex.tcl      |    1 +
 8 files changed, 90 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
Pd-extended



More information about the Pd-cvs mailing list