[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-681-gffb74d3

Brad King brad.king at kitware.com
Mon Nov 17 09:42:18 EST 2014


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  ffb74d35ace0902289246bb5cd08341effa34cc2 (commit)
       via  afc557d10e8d36db190bab45948f0fa74c8a0a67 (commit)
       via  c5fcbe00afb27fc758e8877efa955e86109a0c67 (commit)
      from  d44666034be9db8cd76a407ef3b1bd58b706ba10 (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=ffb74d35ace0902289246bb5cd08341effa34cc2
commit ffb74d35ace0902289246bb5cd08341effa34cc2
Merge: d446660 afc557d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 09:42:17 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 17 09:42:17 2014 -0500

    Merge topic 'update-kwsys' into next
    
    afc557d1 Merge branch 'upstream-kwsys' into update-kwsys
    c5fcbe00 KWSys 2014-11-14 (dec9c30b)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=afc557d10e8d36db190bab45948f0fa74c8a0a67
commit afc557d10e8d36db190bab45948f0fa74c8a0a67
Merge: 444f61e c5fcbe0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 17 09:41:57 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 17 09:41:57 2014 -0500

    Merge branch 'upstream-kwsys' into update-kwsys


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5fcbe00afb27fc758e8877efa955e86109a0c67
commit c5fcbe00afb27fc758e8877efa955e86109a0c67
Author:     KWSys Robot <kwrobot at kitware.com>
AuthorDate: Fri Nov 14 13:49:32 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 17 09:41:46 2014 -0500

    KWSys 2014-11-14 (dec9c30b)
    
    Extract upstream KWSys using the following shell commands.
    
    $ git archive --prefix=upstream-kwsys/ dec9c30b | tar x
    $ git shortlog --no-merges --abbrev=8 --format='%h %s' 5843f590..dec9c30b
    Brad King (1):
          dec9c30b SharedForward: Hard-code the ldpath buffer size to below VS 14 limit
    
    Change-Id: I3430e77f71e68c2eb4f29369080c97afb1613c33

diff --git a/SharedForward.h.in b/SharedForward.h.in
index 7ff29b4..c6f345f 100644
--- a/SharedForward.h.in
+++ b/SharedForward.h.in
@@ -813,7 +813,7 @@ static void kwsys_shared_forward_print_failure(char const* const* argv)
 }
 
 /* Static storage space to store the updated environment variable.  */
-static char kwsys_shared_forward_ldpath[KWSYS_SHARED_FORWARD_MAXPATH*16] = KWSYS_SHARED_FORWARD_LDPATH "=";
+static char kwsys_shared_forward_ldpath[65535] = KWSYS_SHARED_FORWARD_LDPATH "=";
 
 /*--------------------------------------------------------------------------*/
 /* Main driver function to be called from main.  */

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

Summary of changes:
 Source/kwsys/SharedForward.h.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list