[cmake-developers] [CMake 0014373]: [CMake/Modules/FindGDAL] Use `gdal-config --cflags` to get GDAL_INCLUDE_DIR

2013-08-26 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://public.kitware.com/Bug/view.php?id=14373 
== 
Reported By:Pierrick Koch
Assigned To:
== 
Project:CMake
Issue ID:   14373
Category:   Modules
Reproducibility:always
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2013-08-26 05:20 EDT
Last Modified:  2013-08-26 05:20 EDT
== 
Summary:[CMake/Modules/FindGDAL] Use `gdal-config --cflags`
to get GDAL_INCLUDE_DIR
Description: 
The following patch parses the `gdal-config --cflags` command to get
GDAL_INCLUDE_DIR, the same way it is used to get GDAL_LIBRARY.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2013-08-26 05:20 Pierrick Koch  New Issue
2013-08-26 05:20 Pierrick Koch  File Added: FindGDAL.cmake.patch
   
==

--

Powered by www.kitware.com

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

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

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


Re: [cmake-developers] [CMake] CMake 2.8.12-rc1 Released

2013-08-26 Thread Brad King
On 08/22/2013 04:39 PM, Alexander Neundorf wrote:
 Beside that, I played around with it a bit.
 If 2.8.12 is required, it errors out, as documented.
 
 If I use 2.8.12 and require 2.8.11:
[snip]
 So this seems to behave differently than in 2.8.11 even if 2.8.11 is required 
 (and so the policy should be set accordingly).

Steve?

-Brad
--

Powered by www.kitware.com

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

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

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


Re: [cmake-developers] [CMake] CMake 2.8.12-rc1 Released

2013-08-26 Thread Stephen Kelly
Brad King wrote:

 On 08/22/2013 04:39 PM, Alexander Neundorf wrote:
 Beside that, I played around with it a bit.
 If 2.8.12 is required, it errors out, as documented.
 
 If I use 2.8.12 and require 2.8.11:
 [snip]
 So this seems to behave differently than in 2.8.11 even if 2.8.11 is
 required (and so the policy should be set accordingly).
 
 Steve?
 

Fixed last week in the fix-OLD-CMP0021 topic.

Thanks,

Steve.


--

Powered by www.kitware.com

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

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

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


Re: [cmake-developers] [PATCH] Add BSD paths for Tcl/Tk 8.6.

2013-08-26 Thread Brad King
On 08/25/2013 06:32 PM, Raphael Kubo da Costa wrote:
 Follow-up to 4a015f7: those paths added for OpenBSD also work on other BSDs,
 some of which are already using version 8.6 of Tcl/Tk.

Applied, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=141ce010

-Brad
--

Powered by www.kitware.com

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

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

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


[cmake-developers] [CMake 0014376]: End of output for failed tests is more useful than the start

2013-08-26 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://www.cmake.org/Bug/view.php?id=14376 
== 
Reported By:drus...@gmail.com
Assigned To:
== 
Project:CMake
Issue ID:   14376
Category:   CTest
Reproducibility:always
Severity:   feature
Priority:   normal
Status: new
== 
Date Submitted: 2013-08-26 12:51 EDT
Last Modified:  2013-08-26 12:51 EDT
== 
Summary:End of output for failed tests is more useful than
the start
Description: 
When CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE=k is set, the output is
truncated to the given size. However, the last k characters tends to be more
useful than the first k as it often contains stack traces and other info, as
opposed to logs about initialization and stuff. It would be nice to be able to
return the tail of the output instead. Once could pipe things through tail, but
that requires finding that command in a cross platform way, making sure that the
buffer for tail matches that for ctest.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2013-08-26 12:51 drussel@gmail.comNew Issue
==

--

Powered by www.kitware.com

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

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

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