Re: [cmake-developers] Segfault

2015-08-04 Thread Justin Borodinsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great, yes it works. Thanks, Justin On 08/03/2015 03:18 PM, Brad King wrote: On 08/02/2015 01:35 PM, Justin Borodinsky wrote: I received a segfault during generation with the attached list-file. Attached is a patch to master which avoids the null

[cmake-developers] Segfault

2015-08-02 Thread Justin Borodinsky
::QtGui) message(STATUS done) From 9222be04dd67b5457992e75c14c0efb6e4a3c845 Mon Sep 17 00:00:00 2001 From: Justin Borodinsky justin.borodin...@gmail.com Date: Sun, 2 Aug 2015 12:21:53 -0500 Subject: [PATCH 1/1] cmTaget::ComputeLinkClosure: check for null implementation --- Source/cmTarget.cxx

[cmake-developers] AutogenInfo.cmake With Read-Only Modules

2015-03-18 Thread Justin Borodinsky
SIGNATURE- From c72617c0830098b9d9bd6e9566a5fc64aa7ef363 Mon Sep 17 00:00:00 2001 From: Justin Borodinsky justin.borodin...@gmail.com Date: Wed, 18 Mar 2015 20:30:26 -0500 Subject: [PATCH] ensure write access to AutogenInfo.cmake --- Source/cmQtAutoGenerators.cxx | 14 ++ 1 file changed

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-11 Thread Justin Borodinsky
for Visual Studio. Can anyone confirm if this also happens with other generators? Thanks! *From:* Robert Goulet *Sent:* Friday, January 9, 2015 10:55 AM *To:* 'Justin Borodinsky' *Cc:* Robert Maynard; cmake-developers@cmake.org *Subject:* RE: [cmake-developers] target_link_libraries

Re: [cmake-developers] target_link_libraries and --start-group/--end-group ?

2015-01-08 Thread Justin Borodinsky
I had a similar problem, and I found that passing the extra flags, along with the libraries, to target_link_libraries directly worked. On Tue, Jan 6, 2015 at 3:50 PM, Robert Goulet robert.gou...@autodesk.com wrote: Thanks Robert, But it doesn’t seems to work when building for NVidia NSight

[cmake-developers] [PATCH] Avoid bad alloc for large files

2014-12-20 Thread Justin Borodinsky
I received a bad alloc when uploading a large file with CTest. The patch below resolved this. --- Source/cmCTest.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 2bf7b77..52bf651 100644 --- a/Source/cmCTest.cxx +++

Re: [cmake-developers] [PATCH] Avoid bad alloc for large files

2014-12-20 Thread Justin Borodinsky
Yes, thank you. On Saturday, December 20, 2014, Rolf Eike Beer e...@sf-mail.de wrote: Justin Borodinsky wrote: I received a bad alloc when uploading a large file with CTest. The patch below resolved this. Your patch is line-wrapped and can't be applied. However, I did this by hand