[Cmake-commits] CMake branch, next, updated. v2.8.12-3957-g289f15b

Brad King brad.king at kitware.com
Tue Oct 15 09:08:08 EDT 2013


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

The branch, next has been updated
       via  289f15b63015a18c6fd774702b4f38b9a824d0f4 (commit)
       via  0408415bdd70c1b3ccdcee1daf2c4a6d762355bc (commit)
       via  c01e74459c0ad5552f8b5fc384bc540d82c32c60 (commit)
       via  bedb7bc526bb461982b3baa04f48240843bd8d20 (commit)
       via  d37c934f17912b372ca8591fcb233d09a2149c42 (commit)
      from  34bd932e8e8114509a8b34b0c2e619134ef06057 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=289f15b63015a18c6fd774702b4f38b9a824d0f4
commit 289f15b63015a18c6fd774702b4f38b9a824d0f4
Merge: 34bd932 0408415
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 15 09:08:05 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 15 09:08:05 2013 -0400

    Merge topic 'update-kwsys' into next
    
    0408415 Merge branch 'upstream-kwsys' into update-kwsys
    c01e744 KWSys 2013-10-15 (6eab64c3)
    bedb7bc CMake Nightly Date Stamp
    d37c934 CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0408415bdd70c1b3ccdcee1daf2c4a6d762355bc
commit 0408415bdd70c1b3ccdcee1daf2c4a6d762355bc
Merge: bedb7bc c01e744
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 15 09:04:01 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 15 09:04:01 2013 -0400

    Merge branch 'upstream-kwsys' into update-kwsys


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c01e74459c0ad5552f8b5fc384bc540d82c32c60
commit c01e74459c0ad5552f8b5fc384bc540d82c32c60
Author:     KWSys Robot <kwrobot at kitware.com>
AuthorDate: Tue Oct 15 08:43:32 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 15 09:03:58 2013 -0400

    KWSys 2013-10-15 (6eab64c3)
    
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ 6eab64c3 | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 96b2f6f4..6eab64c3
    Raphael Kubo da Costa (1):
          6eab64c3 SystemInformation: Include backtrace-related headers on FreeBSD
    
    Change-Id: Ib0447aab3d6555ce278f0c1417af2c53e6f181a5

diff --git a/SystemInformation.cxx b/SystemInformation.cxx
index 7c31f3a..2672730 100644
--- a/SystemInformation.cxx
+++ b/SystemInformation.cxx
@@ -88,6 +88,15 @@ typedef int siginfo_t;
 #  include <ifaddrs.h>
 #  define KWSYS_SYSTEMINFORMATION_IMPLEMENT_FQDN
 # endif
+# if defined(KWSYS_SYSTEMINFORMATION_HAS_BACKTRACE)
+#  include <execinfo.h>
+#  if defined(KWSYS_SYSTEMINFORMATION_HAS_CPP_DEMANGLE)
+#    include <cxxabi.h>
+#  endif
+#  if defined(KWSYS_SYSTEMINFORMATION_HAS_SYMBOL_LOOKUP)
+#    include <dlfcn.h>
+#  endif
+# endif
 #endif
 
 #if defined(__OpenBSD__) || defined(__NetBSD__)

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

Summary of changes:
 Source/CMakeVersion.cmake          |    2 +-
 Source/kwsys/SystemInformation.cxx |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list