libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] [SCM] libcvd branch, master, updated. 0cca4319b12fb81fb


From: Edward Rosten
Subject: [libcvd-members] [SCM] libcvd branch, master, updated. 0cca4319b12fb81fbe9f7506a3ab17f1be6811a9
Date: Fri, 20 Jan 2012 16:44:04 +0000

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 "libcvd".

The branch, master has been updated
       via  0cca4319b12fb81fbe9f7506a3ab17f1be6811a9 (commit)
      from  d95b079503bbc1129d79bd3276addf4afcb217f8 (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 0cca4319b12fb81fbe9f7506a3ab17f1be6811a9
Author: Ed Rosten <address@hidden>
Date:   Fri Jan 20 16:32:23 2012 +0000

    Compile fixes for MingW including the following:
    
    Test for MinGW in autoconf to avoid settting -fPIC and getting loads
    of warnings.
    
    Test for defined WIN32 && ! defined __MINGW32__ to avoid switching in
    VS behaviour for GCC on Windows.
    
    Some bodgy hacks for shared_ptr since VS doesn't put TR1 stuff in the
    std::tr1 namespace
    
    Remove dependence on htons/ntohs since CVD has a #define for endianness
    already and removing these (very simple) functions makes libCVD compile
    completely standalone on MinGW.

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

Summary of changes:
 configure            | 9059 +++++++++++++++-----------------------------------
 configure.in         |   18 +-
 cvd/internal/win.h   |    9 +-
 cvd/runnable_batch.h |   18 +-
 cvd_src/bayer.cxx    |   24 +-
 pnm_src/cvdimage.cxx |   16 +-
 6 files changed, 2801 insertions(+), 6343 deletions(-)
 mode change 100644 => 100755 configure.in
 mode change 100644 => 100755 cvd/internal/win.h
 mode change 100644 => 100755 cvd/runnable_batch.h
 mode change 100644 => 100755 pnm_src/cvdimage.cxx


hooks/post-receive
-- 
libcvd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]