On Fri, Sep 19, 2014 at 7:44 PM, Brad King wrote:
> On 09/18/2014 08:10 PM, Aleix Pol wrote:
> > I added a CMAKE_OUTPUT_PROJECT_TARGETS variable that can be used to
> > enable the generation of the file.
> > I also renamed the file to ProjectTargets.json.
> >
> > http://www.proli.net/meu/kdevelop
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15169
==
Reported By:Sam Hartsfield
Assigned To:
> IMO that is too much infrastructure to solve what is essentially
> a cosmetic problem.
Well, IMHO it is usability problem, because cmake emits simply too much
(redundant) information.
FYI I have pushed new stage/compact-status-log which does include this
automatic subsequent status log line m
On 09/22/2014 12:08 PM, dev wrote:
> Please see last comment at
> http://public.kitware.com/Bug/view.php?id=15166
[snip]
> Your nightly process needs to have mercurial around it seems and not
> subversion or git which I have.
Only git is needed. If hg or svn is available some extra tests
are acti
On 09/22/2014 12:26 PM, Adam Strzelecki wrote:
> stdout & stderr are duped and proxied by some background thread.
IMO that is too much infrastructure to solve what is essentially
a cosmetic problem.
-Brad
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
> What if stdout's buffer happens to fill up and flush anyway?
I think I can provide other terminal-less solution via filtering stdout and
stderr via pipe and background thread.
I got some proof-of-concept program already. Idea is:
stdout & stderr are duped and proxied by some background thread
Please see last comment at
http://public.kitware.com/Bug/view.php?id=15166
-- Original Message --
Date: September 1, 2014 at 2:35 PM
Subject: Re: [cmake-developers] How to get a nightly build process
going.
Back on topic...
> Solaris 10 + SolarisStudio
> http://open.cdash.org/
On Mon, Sep 22, 2014 at 10:07 AM, Brad King wrote:
> Perhaps:
>
> list(APPEND ExternalData_URL_TEMPLATES
> "ExternalDataCustomScript://MyFetch/%(algo)/%(hash)"
> )
> set(ExternalData_CUSTOM_SCRIPT_MyFetch /path/to/MyFetch.cmake)
>
> The script would be include()-ed in place of the cur
On 09/22/2014 10:19 AM, Pascal Bach wrote:
> ---
> Source/cmVisualStudio10TargetGenerator.cxx | 10 --
> 1 file changed, 8 insertions(+), 2 deletions(-)
VS, WINCE: Only set EntryPointSymbol for executables
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e7aeb79f
Thanks,
-Brad
--
---
Source/cmVisualStudio10TargetGenerator.cxx | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx
b/Source/cmVisualStudio10TargetGenerator.cxx
index 4b5c83f..e0a32a2 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
++
> Thanks. I split that into two commits with slight edits, and added
> my own commit to add subsections for Windows Phone and Store:
>
> Help: Add Cross Compiling subsections in cmake-toolchains.7 manual
> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0d72451a
>
> Help: Add Windows CE
On 09/20/2014 09:18 AM, Stephen Kelly wrote:
> I don't know why I added it.
>
> There is also a 'new'
>
> +location += "/";
>
> in that patch further down which might be removable.
Thanks for pointing that one out too. I've removed both with a
commit message that explains one hypothesis a
On 09/21/2014 12:45 PM, Adam Strzelecki wrote:
> I have pushed new branch stage/compact-status-log for review.
Neat.
> Idea behind is to reduce cmake output when we are in terminal.
> When we are outputting message "Trying feature" we can later
> remove it when new output comes using ANSI escape
On 09/21/2014 02:48 PM, Adam Strzelecki wrote:
> FYI unfortunately this solution does not work for CMakeFiles.txt
> with cmake_minimum_required(VERSION 2.6.1) or earlier because of
> CMP0011 that does implicit PUSH/POP does not work there. So
> setting cmake_policy(SET CMP0054 NEW) is internal modu
On 09/20/2014 04:55 PM, Sylvain Joubert wrote:
> Please find attached a patch that fixes Ninja generator.
Applied, thanks:
Ninja: Prevent compilers to be silently modified
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6120fca8
-Brad
--
Powered by www.kitware.com
Please keep messages on
On 09/19/2014 06:07 PM, Taylor Braun-Jones wrote:
> On Fri, Sep 19, 2014 at 3:04 PM, Brad King wrote:
>> I think it can be activated by a special format of an entry in
>> ExternalData_URL_TEMPLATES that specifies a lookup key that maps
>> to some kind of custom configuration of a .cmake script to i
Tobias Hunger wrote:
> The first is should this be run in a terminal or is this a GUI. Not
> sure whether cmake has that information.
CMake only knows whether the WIN32_EXECUTABLE property has been set on a
target.
http://www.cmake.org/cmake/help/v3.0/prop_tgt/WIN32_EXECUTABLE.html
The proper
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15168
==
Reported By:dhardy
Assigned To:
On 09/22/2014 03:39 PM, Stephen Kelly wrote:
Nils Gladitz wrote:
Might be nice for platforms where RPATHs aren't supported (e.g. Windows)
though a generic, non IDE specific solution might be preferable:
The proposed ProjectTargets.json isn't particularly IDE specific. That's
only the motivat
Nils Gladitz wrote:
> Might be nice for platforms where RPATHs aren't supported (e.g. Windows)
> though a generic, non IDE specific solution might be preferable:
>
The proposed ProjectTargets.json isn't particularly IDE specific. That's
only the motivation.
Thanks,
Steve.
--
Powered by ww
On 09/20/2014 09:57 PM, Tobias Hunger wrote:
Hello!
Sorry for breaking the threading, I only joined this ML just now to
comment on this thread:-) Thanks Stephen for pointing me here!
I am not a regular cmake user (used to be a couple of years ago), but
I im interested in this topic since I work
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15167
==
Reported By:kurt.dupont
Assigned To:
22 matches
Mail list logo