[cmake-developers] [PATCH] Add wxWidgets Version 3.0.1 and 3.0.2

2014-11-26 Thread Christopher Gittner
Hi,

this patch adds Versions 3.0.1 and 3.0.2 to the FindwxWidgets Module



Best regards

Christopher Gittner
From 6ff0c10486fe94b6a53040d7e175d5b5a1015c7f Mon Sep 17 00:00:00 2001
From: Christopher Gittner christop...@gittner.org
Date: Wed, 26 Nov 2014 10:22:56 +0100
Subject: [PATCH] Add wxWidgets Versions 3.0.1;3.0.2

---
 Modules/FindwxWidgets.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Modules/FindwxWidgets.cmake b/Modules/FindwxWidgets.cmake
index 7ef06a8..dec0ddf 100644
--- a/Modules/FindwxWidgets.cmake
+++ b/Modules/FindwxWidgets.cmake
@@ -460,6 +460,8 @@ if(wxWidgets_FIND_STYLE STREQUAL win32)
   D:/
   ENV ProgramFiles
 PATH_SUFFIXES
+  wxWidgets-3.0.2
+  wxWidgets-3.0.1
   wxWidgets-3.0.0
   wxWidgets-2.9.5
   wxWidgets-2.9.4
-- 
1.9.4.msysgit.2


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

[cmake-developers] Patch for FindIconv support

2014-11-26 Thread Steven Oliver
Hello everyone,
This is my first post to this mailing list. So don't rail me too hard if my
patch is way off base.

The patch is attached. I actually wrote it quite a while ago but never got
around to submitting it. Please take a good look at it and let me know what
issues you see with it.

Thank you,
Steven N. Oliver


0001-Add-new-FindIconv-module.patch
Description: Binary data
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Re: [cmake-developers] [PATCH] Add wxWidgets Version 3.0.1 and 3.0.2

2014-11-26 Thread Brad King
On 11/26/2014 4:47 AM, Christopher Gittner wrote:
 this patch adds Versions 3.0.1 and 3.0.2 to the FindwxWidgets Module

Applied:

 FindwxWidgets: Add versions 3.0.1 and 3.0.2
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=75dee2f2

Thanks,
-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] Patch for FindIconv support

2014-11-26 Thread Brad King
On 11/26/2014 9:39 AM, Steven Oliver wrote:
 The patch is attached. I actually wrote it quite a while ago but never
 got around to submitting it. Please take a good look at it and let me
 know what issues you see with it.

Thanks for working on this!  Here are some comments:

* Please read the cmake-developer(7) manual section on modules:

   http://www.cmake.org/cmake/help/v3.1/manual/cmake-developer.7.html#modules

* The documentation needs to be updated to the reStructuredText system.
  See the man page for details.

* The find_library cache entry should be ICONV_LIBRARY, but may the be
  copied to ICONV_LIBRARIES for consumption by callers.
  See the man page section on standard variable names.

* The CMAKE_REQUIRED_ variable settings around the check code should
  be saved and restored in case the calling project is accumulating them.

* Does the ICONV_SECOND_ARGUMENT_IS_CONST check code actually fail to
  compile when the second argument is not const?  Some C compilers may
  just warn about the incompatible pointer type but still work.

* Please avoid trailing whitespace on lines.

Thanks,
-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] [CMake 0015266]: GET_PROPERTY and SET_PROPERTY need update for installed file properties

2014-11-26 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://public.kitware.com/Bug/view.php?id=15266 
== 
Reported By:David Golub
Assigned To:
== 
Project:CMake
Issue ID:   15266
Category:   Documentation
Reproducibility:N/A
Severity:   major
Priority:   normal
Status: new
== 
Date Submitted: 2014-11-26 17:18 EST
Last Modified:  2014-11-26 17:18 EST
== 
Summary:GET_PROPERTY and SET_PROPERTY need update for
installed file properties
Description: 
CMake 3.1 adds properties for installed files, which appear to be manipulable
using GET_PROPERTY(INSTALL) and SET_PROPERTY(INSTALL).  However, the
documentation for GET_PROPERTY and SET_PROPERTY has not been updated to reflect
the new property type.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2014-11-26 17:18 David GolubNew Issue
==

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


[cmake-developers] Fix man page description for ctest -j

2014-11-26 Thread Christopher Dembia

From a9915ea0b446fd71ac8ff48676b5494d341a9258 Mon Sep 17 00:00:00 2001
From: Christopher Dembia cl...@cornell.edu
Date: Wed, 26 Nov 2014 20:28:39 -0800
Subject: [PATCH] Fix man page description for ctest -j.

---
 Help/manual/ctest.1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 03e86af..cc132c2 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -58,7 +58,7 @@ Options
  will have no effect.
 
 ``-j jobs, --parallel jobs``
- Run the tests in parallel using thegiven number of jobs.
+ Run the tests in parallel using the given number of jobs.
 
  This option tells ctest to run the tests in parallel using given
  number of jobs.  This option can also be set by setting the
-- 
1.9.1

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

[cmake-developers] Support for IAR msp430 compiler needed

2014-11-26 Thread Petteri Lapinlampi
Hi,

I'm trying to use CMake (v3.0.2) in a project utilizing the IAR msp430
compiler (icc430.exe). Apparently CMake does not support this compiler yet.
Are there plans to add support for this compiler or any workarounds?

--Petteri
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers