[cmake-developers] [CMake 0015454]: Ninja generator should not generate phony commands with cyclic dependency

2015-03-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15454 == Reported By:Daniel Dunbar Assigned To:

Re: [cmake-developers] Explicit custom command BYPRODUCTS

2015-03-17 Thread Adam Strzelecki
Guys, Does this BYPRODUCTS extension landed into 3.2? If yes, is there any new POLICY to tell CMake to stop generating implicit phony rules for Ninja as proposed in: http://permalink.gmane.org/gmane.comp.programming.tools.cmake.devel/11208 Reason I am asking, that Amine from ReactOS j

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-03-17 Thread Raffi Enficiaud
> On 17 Mar 2015, at 19:39, Brad King wrote: > > On 03/17/2015 12:28 PM, Raffi Enficiaud wrote: >> I think everything in http://www.cmake.org/Bug/view.php?id=14641 was >> addressed. >> What should the "maintainer" usually do? > > I've marked your Mantis account as a developer for CMake and ass

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-03-17 Thread Brad King
On 03/16/2015 02:03 AM, Geoffrey Viola wrote: > Done Thanks for the updates. I just noticed that in some of the new C++ sources you copied the copyright block from other files but forgot to change the notice lines to refer to yourself or your employer. Certainly the current lines do not refer to

Re: [cmake-developers] RFC: Helper macros for writing Find modules

2015-03-17 Thread Brad King
On 03/13/2015 06:04 AM, Alex Merry wrote: > For the extra-cmake-modules package, I wrote some macros to help with writing > component-based Find modules, which are non-trivial to get right. > > The documentation for them can be found here: > http://api.kde.org/ecm/module/ECMFindModuleHelpers.htm

Re: [cmake-developers] [PATCH v8 0/5] Add XCTest Bundle Support

2015-03-17 Thread Brad King
On 03/14/2015 03:03 PM, Gregor Jasny wrote: > I changed it into a Find module and it looks much more polished > now. Great. > I fully agree that modifying the testee is not something one would > expect when adding a test for it. Therefore I reverted the rpath > setting for Frameworks and replaced

Re: [cmake-developers] .gitattributes updates

2015-03-17 Thread Brad King
On 03/15/2015 09:02 PM, Robert Dailey wrote: > I noticed that .gitattributes was not properly configured to utilize > modern Git features: Right, it was written back before Git had the 'text' and 'eol' attributes. Basically the strategy is: * Use '-crlf' for files on which we want no conversion

Re: [cmake-developers] Setting unexposed Visual Studio properties from CMake?

2015-03-17 Thread Brad King
On 03/16/2015 10:28 AM, Robert Goulet wrote: > Is there a way to set unexposed Visual Studio properties from CMake? No. Unlike Xcode the number of different places that VS properties go means there is no good equivalent to XCODE_ATTRIBUTE_ for VS (or any other generators AFAIK). > Exposing every

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-03-17 Thread Brad King
On 03/17/2015 12:28 PM, Raffi Enficiaud wrote: > I think everything in http://www.cmake.org/Bug/view.php?id=14641 was > addressed. > What should the "maintainer" usually do? I've marked your Mantis account as a developer for CMake and assigned the issue to you. In this case since it's already re

Re: [cmake-developers] [PATCH] ABI.h.in: add support for Xtensa architecture

2015-03-17 Thread Brad King
On 03/17/2015 08:51 AM, Max Filippov wrote: > Signed-off-by: Max Filippov Thanks, applied: KWIML: Teach ABI.h about Xtensa architecture http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ded79a97 Merge branch 'upstream-kwiml' into update-kwiml http://cmake.org/gitweb?p=cmake.git;a=commitdif

Re: [cmake-developers] [CMake] Problems with WriteCompilerDetectionHeader and cxx_nullptr

2015-03-17 Thread Brad King
On 03/16/2015 03:05 AM, Roman Wüger wrote: > attached is an updated patch. Applied, thanks: WCDH: Fix cxx_nullptr workaround for pre-C++11 compilers http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f9d09626 -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CM

Re: [cmake-developers] file glob and glob recurse directory listing difference

2015-03-17 Thread Brad King
On 03/15/2015 06:37 PM, Domen Vrankar wrote: > Alternative would be to define LIST_DIRECTORIES for GLOB_RECURSE only > and preserve back compatibility that way - maybe also define > NO_DIRECTORY_LISTING for GLOB just for the sake of consistency. Let's just define both options for both commands so

Re: [cmake-developers] [PATCH] Fix FindPackageHandleStandardArgs documentation

2015-03-17 Thread Brad King
On 03/14/2015 05:23 PM, Gregor Jasny wrote: > this is my first attempt to practice the topic workflow. > I pushed the attached patch to the topic branch and > await review before merging to next. The change looks good. Please change the commit message to start in the line FPHSA: Revise document

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-03-17 Thread Raffi Enficiaud
> On 17 Mar 2015, at 16:25, Brad King wrote: > > Nothing right now! I've squashed this all into one commit: > > FindMatlab: Rewrite module and provide a usage API > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=49c8dcf7 > > and merged to 'master' for inclusion in 3.3. > > Thanks for all

Re: [cmake-developers] Generating buildsystem metadata from CMake

2015-03-17 Thread Tobias Hunger
Hi Stephen, sorry for being late to the party again:-) I am just reading your documentation. Some nits: * In the "Introduction" you say CMAKE_GENERATE_METADATA needs to be ON, in "Generating Metadata" it needs to be set to a version number. * In "Metadata Contents/Optional Properties" you prop

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-03-17 Thread Brad King
On 03/16/2015 05:58 PM, Raffi Enficiaud wrote: > Le 12/03/15 21:00, Brad King a écrit : >> I will squash all this together once everything is done. >> For now please base further work on commit 3743aa11. >> We'll see how this does on the nightly testing! > > A test is failing on win32 but I to not

[cmake-developers] [PATCH] ABI.h.in: add support for Xtensa architecture

2015-03-17 Thread Max Filippov
Signed-off-by: Max Filippov --- Utilities/KWIML/ABI.h.in | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in index 21c9139..6300ada 100644 --- a/Utilities/KWIML/ABI.h.in +++ b/Utilities/KWIML/ABI.h.in @@ -432,6 +432,12 @@ suppression macro

[cmake-developers] [CMake 0015451]: Setting MAP_IMPORTED_CONFIG_ hides IMPORTED_LOCATION

2015-03-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15451 == Reported By:Bjoern Thiel Assigned To:

Re: [cmake-developers] Introduction and volunteering for the Matlab package

2015-03-17 Thread Raffi Enficiaud
7-Mar-2015 04:23:40 Uploaded: D:/bamboo_build_dir/SW-CMAK-JOB1/dashboard/My Tests/KWSys-build/Testing/20150317-0100/Build.xml 17-Mar-2015 04:23:44 Uploaded: D:/bamboo_build_dir/SW-CMAK-JOB1/dashboard/My Tests/KWSys-build/Testing/20150317-0100/Configure.xml 17-Mar-2015 04:23:49 Uploade