[cmake-developers] Should CMAKE_LINK_DEPENDS_NO_SHARED be on by default?

2013-02-24 Thread Stephen Kelly

Hi,

CMAKE_LINK_DEPENDS_NO_SHARED was introduced in this cycle, but off by 
default. It seems useful enough to be on by default. Is there any reason not 
to enable it by default?

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


[cmake-developers] [CMake 0013948]: Physfs version checking

2013-02-24 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://www.cmake.org/Bug/view.php?id=13948 
== 
Reported By:Vittorio Giovara
Assigned To:
== 
Project:CMake
Issue ID:   13948
Category:   Modules
Reproducibility:always
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2013-02-24 18:05 EST
Last Modified:  2013-02-24 18:05 EST
== 
Summary:Physfs version checking
Description: 
It would be nice to have version checking support for PhysFS module.

Steps to Reproduce: 
find_package(PhysFS 2.1) -> no effect

Additional Information: 
I had to implement this in a rough way,
https://code.google.com/p/hedgewars/source/browse/CMakeLists.txt#271 , an
integrated solution would be appreciated.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2013-02-24 18:05 Vittorio GiovaraNew 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


Re: [cmake-developers] commit 0e2ed9b09 cause LLVM config step slow

2013-02-24 Thread comic fans
I have tried the next branch 5cbeeef9ccb4d6bc9a46b8a559c4f4eaa9c64958
LLVM config re-run as fast as before.everything works well! thanks for the
greate work!


On Sat, Feb 23, 2013 at 4:54 PM, Stephen Kelly  wrote:
>
> Stephen Kelly wrote:
>
> > comicfans44 wrote:
> >
> >> Hello everyone, I use cmake(git master) to build llvm source . and found
> >> this commit
> >
> >> hopes this can help improving CMake
>
> Hi,
>
> I pushed a commit to fix this issue. Please try it out by using the next
> branch instead of the master branch.
>
> 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
--

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 0013949]: FAIL_REGULAR_EXPRESSION doesn't match beginning-of-line properly

2013-02-24 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://www.cmake.org/Bug/view.php?id=13949 
== 
Reported By:Dave Abrahams
Assigned To:
== 
Project:CMake
Issue ID:   13949
Category:   CMake
Reproducibility:always
Severity:   major
Priority:   normal
Status: new
== 
Date Submitted: 2013-02-25 01:46 EST
Last Modified:  2013-02-25 01:46 EST
== 
Summary:FAIL_REGULAR_EXPRESSION doesn't match
beginning-of-line properly
Description: 
I ended up doing:

set_tests_properties(conversion PROPERTIES 
  DEPENDS prepare
  FAIL_REGULAR_EXPRESSION "(^|
)[+][+] WARNING: "
  )

because this wasn't working:

set_tests_properties(conversion PROPERTIES 
  DEPENDS prepare
  FAIL_REGULAR_EXPRESSION "^[+][+] WARNING: "
  )

== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2013-02-25 01:46 Dave Abrahams  New 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