[cmake-developers] [CMake 0013009]: CPack DEB generator ignores top-level directories which do not contain a file

2012-03-02 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://www.cmake.org/Bug/view.php?id=13009 
== 
Reported By:George Noseevich
Assigned To:
== 
Project:CMake
Issue ID:   13009
Category:   CTest
Reproducibility:always
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2012-03-02 07:06 EST
Last Modified:  2012-03-02 07:06 EST
== 
Summary:CPack DEB generator ignores top-level directories
which do not contain a file
Description: 
When generating a list of top-level dirs to pass arguments to tar, CPack gets
the list of top-level dirs to install from the list of files to install.

This process overlooks empty top-level dirs and, generally, top-level dirs which
do not contain files (though may contain empty subdirs).

See
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/CPack/cmCPackDebGenerator.cxx;h=b707e96aa46779ca1e8ede78e02c1e2d47f94087;hb=HEAD#l405

lines 405 to 427.

Steps to Reproduce: 
Use the sample CMakeLists.txt:
PROJECT(WTF)
INCLUDE(CPack)

install(DIRECTORY DESTINATION /wtf)
install(DIRECTORY DESTINATION /foo)
install(DIRECTORY DESTINATION /bar)

Issue the following command:
mkdir build ; cd build ; cmake .. -DCPACK_GENERATOR=DEB
-DCPACK_DEBIAN_PACKAGE_MAINTAINER=  ;  make ; cpack --verbose --debug

This will generate a package file WTF-0.1.1-Linux.deb. Let's see what's in
there:
dpkg -c WTF-0.1.1-Linux.deb 
Oooops: Nothing's in it (should be 3 empty dirs).

The debug output from cpack is attached.

Additional Information: 
I'm not sure if this bug is related to
http://public.kitware.com/Bug/view.php?id=8767 , but they are definitely not the
same.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2012-03-02 07:06 George NoseevichNew Issue
2012-03-02 07:06 George NoseevichFile Added: cpack-debug-log.txt
   
==

--

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 0013011]: document -h in ctest --help

2012-03-02 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://www.cmake.org/Bug/view.php?id=13011 
== 
Reported By:Dave DeMarle
Assigned To:
== 
Project:CMake
Issue ID:   13011
Category:   (No Category)
Reproducibility:always
Severity:   trivial
Priority:   normal
Status: new
== 
Date Submitted: 2012-03-02 09:14 EST
Last Modified:  2012-03-02 09:14 EST
== 
Summary:document -h in ctest --help
Description: 
ctest --help doesn't mention -j as one of the possible options
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2012-03-02 09:14 Dave DeMarle   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


Re: [cmake-developers] Making Config.cmake files easier to write

2012-03-02 Thread David Cole
Alex,

Brad and I reviewed the MakingConfigFilesEasier_ConfigureMacro topic,
but have two small additional changes to request before we merge it to
master.

(1) There's a generated comment referencing
ConfigureConfigFile.cmake but there is no such file. Please change
that to CMakePackageConfigHelpers.cmake.

And (2) you are using the PACKAGE_HELPER_ prefix... I thought the
prefix was intended simply to be PACKAGE_.

After you fix up those two minor points, we'll merge it to 'master' next time.

Thanks,
David


On Tue, Feb 21, 2012 at 3:59 PM, Brad King brad.k...@kitware.com wrote:
 On 2/21/2012 3:17 PM, Alexander Neundorf wrote:

 On Friday 17 February 2012, Alexander Neundorf wrote:

 So, I'm not that sure that using PACKAGE instead of CONFIG is really
 better (the branch I pushed uses PACKAGE, but I could change this
 again).


 Ok, so we stay here with PACKAGE, also in the light of the new CONFIG
 keyword for find_package() ?


 Yes.

 The information contained in the generated variable values is about
 the target package, not about the configuration file storing the info.

 Thanks,
 -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
--

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 0013014]: FindDoxygen.cmake doesn't look into the system PATH under windows

2012-03-02 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://public.kitware.com/Bug/view.php?id=13014 
== 
Reported By:Michael Broutin
Assigned To:
== 
Project:CMake
Issue ID:   13014
Category:   CMake
Reproducibility:always
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2012-03-02 16:09 EST
Last Modified:  2012-03-02 16:09 EST
== 
Summary:FindDoxygen.cmake doesn't look into the system PATH
under windows
Description: 
It seems that under MS Windows, FindDoxygen doesn't look into the PATH
environnement variable, and only seeks Doxygen.exe in the registry.
The consequence is that a Doxygen installed without installer (zip distribution)
cannot be used.
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2012-03-02 16:09 Michael BroutinNew 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


[CMake] Problems with CMake and static Qt plugins

2012-03-02 Thread NoRulez
Hello,I use Qt 4.8.0 from the QtSDK and I want to generate a static qt plugin.In my main.cpp I have the following:#include QApplication#include QtPlugin

Q_IMPORT_PLUGIN(Local)int main(int argc, char* argv[]) { QApplication app(argc, argv);
...
 return app.exec();}The corresponding CMakeLists.txt for the LocalPlugin looks like the following:SET(LOCALPLUGIN_HEADERS

LocalPlugin.h

)

SET(LOCALPLUGIN_SOURCES

LocalPlugin.cpp

)SET(QT_USE_QTGUI TRUE)SET(QT_USE_QTPLUGIN TRUE)QT4_AUTOMOC(${LOCALPLUGIN_SOURCES})QT4_WRAP_CPP(LOCALPLUGIN_MOC ${LOCALPLUGIN_HEADERS})

ADD_LIBRARY(Local STATIC ${LOCALPLUGIN_HEADERS} ${LOCALPLUGIN_SOURCES} ${LOCALPLUGIN_MOC})
TARGET_LINK_LIBRARIES(Local ${QT_LIBRARIES})The corresponding CMakeLists.txt for the main app looks like the following:SET(QT_USE_QTMAIN TRUE)
SET(QT_USE_QTGUI TRUE)ADD_EXECUTABLE(MyApp WIN32 ${APP_SOURCES} ${APP_RCC} MyApp.rc)TARGET_LINK_LIBRARIES(MyApp Local ${QT_LIBRARIES})When I compile it I get the following error:In function `StaticLocalPluginInstance': undefined reference to `qt_plugin_instance_Local()'Please, could anybody help me to get it working?Thanks in advanceBest RegardsNoRulez--

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://www.cmake.org/mailman/listinfo/cmake

[CMake] NSIS template

2012-03-02 Thread Andrea Crotti
I'm working on the NSIS template and changing it to my needs, so 
unfortunately I also

have to really understand some more NSIS..

One thing that I found from the doc is that the LogicLib.nsh makes life 
a lot simpler.

All these strcmp would be simpler for example
  StrCmp $1 1 AddToPath_NT
; Not on NT
StrCpy $1 $WINDIR 2
FileOpen $1 $1\autoexec.bat a
FileSeek $1 -1 END
FileReadByte $1 $2


Are you in general interested in cleaning up / refactoring the NSIS 
template file anyway keeping

the same features?
--

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://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fortran 90 Module Issues in CMake

2012-03-02 Thread Tim Gallagher
I don't know the specifics of this case, but the only time we've ever had 
trouble with F90 modules is when we add a dependency and don't delete the build 
tree before trying to reconfigure. 

We have several hundred modules, many in the same directory and many used 
across directories and don't have any issues with it. I know that's not super 
helpful to hear when you have an issue, but the dependency scanner does seem to 
work. 

Have you tried wiping out the entire build tree and trying again? 

Tim 

- Original Message -

From: Matthew Schuchard ms...@gtri.gatech.edu 
To: brad king brad.k...@kitware.com 
Cc: cmake@cmake.org 
Sent: Friday, March 2, 2012 10:28:09 AM 
Subject: [CMake] Fortran 90 Module Issues in CMake 

 but I have found that this person:
 http://www.cmake.org/pipermail/cmake/2010-November/040832.html  had a very 
 similar problem.  This one?  
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.user/32850/focus=32893
  Yes.
That person also had an issue with one Fortran 90 file using a module built by 
another Fortran 90 
file in the same target and directory, and had the same error message from 
gnumake as I did.
His solution was to manually add a dependency since in his case it appeared 
CMake missed it?
But I have about a hundred instances of this same-target/directory module 
dependence.

Also, I think some rpm installed in the background without my knowing it, so I 
restarted Firefox
and now I can view your examples of: 
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/Fortran/Library/CMakeLists.txt;hb=v2.8.7
 
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/Fortran/Library/a.f90;hb=v2.8.7
 
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/Fortran/Library/b.f90;hb=v2.8.7
 
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/Fortran/Executable/CMakeLists.txt;hb=v2.8.7
 
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/Fortran/Executable/main.f90;hb=v2.8.7
 Something that confuses me is:

   1 INCLUDE_DIRECTORIES(${Library_MODDIR})

   7 IF(CMAKE_Fortran_MODDIR_FLAG)
   8   SET_TARGET_PROPERTIES(subdir_mods PROPERTIES
   9 Fortran_MODULE_DIRECTORY modules
  10 )
  11 ENDIF(CMAKE_Fortran_MODDIR_FLAG)

If a hardcoded directory modules is being specified as the output directory 
for modules built from
a.f90 and b.f90 when the compiler supports a module output flag, why isn't 
modules in the include 
directories so that a.f90 can find B.mod?  Or is ${Library_MODDIR} an 
intrinsic CMake function which 
is assigned the local target's module output directory?

 The problem is I need a Fortran 90 file to be built using a module from 
 another Fortran 90 file in the same  directory and target, and I need this 
 often.  This is expected to work.  If one Fortran 90 source file in
 a single target provides a module and another one uses it then
 CMake will detect this and add the proper make dependencies to
 build them in the right order (and rebuild).

 -Brad

But this is not working for me.  I still have the error:

*** No rule to make target `dir/CMakeFiles/target.a.dir/foo2.mod.stamp', 
needed by `dir/foo.tmp.f'.  Stop.

for add_library(target foo.f90 foo2.f90), where foo.f90 has USE foo.
This may be a similar issue as my Ada modules having the erroneous requires 
step which 
caused a red herring error to show up which you caught in January (vis a vis 
something other
than dependency checking is causing the error).  So why would a make rule for 
*.mod.stamp not be generated? 
-- 

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://www.cmake.org/mailman/listinfo/cmake 
--

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://www.cmake.org/mailman/listinfo/cmake

[CMake] Fortran 90 Module Issues in CMake

2012-03-02 Thread Matthew Schuchard

 I don't know the specifics of this case, but the only time we've ever had 
trouble with F90 modules is when we add a dependency and don't delete the build 
tree before trying to reconfigure.



 We have several hundred modules, many in the same directory and many used 
across directories and don't have any issues with it. I know that's not super 
helpful to hear when you have an issue, but the dependency scanner does seem to 
work.



 Have you tried wiping out the entire build tree and trying again?



 Tim


I just tried blowing it away, reconfiguring, and building, and actually the 
results are even worse now.
So actually there were many files as part of add_library.
e.g. add_library(target foo1.f90 foo2.f90 foo3.f90 foo4.f90)

Before blowing away the build tree, CMake correctly identified foo1 as having 
the first necessary module to
be built, and built it before then attempting to build foo3.f90 before 
foo2.f90, where foo2.f90 builds a
module needed by foo3.f90.
Now, when attempting to build foo1.f90 first, gnumake throws the error:

make[2]: *** No rule to make target `dir/foo1.tmp.f.provides',
needed by `dir/CMakeFiles/target.a.dir/foo1.mod.proxy'.  Stop.

So that was actually a step backwards unluckily.

--

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://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Fortran 90 Module Issues in CMake

2012-03-02 Thread Brad King

On 3/2/2012 10:28 AM, Matthew Schuchard wrote:

That person also had an issue with one Fortran 90 file using a module built by 
another Fortran 90
file in the same target and directory, and had the same error message from 
gnumake as I did.
His solution was to manually add a dependency since in his case it appeared 
CMake missed it?


That was in a case involving circular dependencies among multiple static
libraries.  Dependencies are ill-defined in such cases so manual help
is needed.  The add_dependencies command only works across targets and
not within a single target so I do not think his trouble was within a
single target.


Something that confuses me is:

1 INCLUDE_DIRECTORIES(${Library_MODDIR})

7 IF(CMAKE_Fortran_MODDIR_FLAG)
8   SET_TARGET_PROPERTIES(subdir_mods PROPERTIES
9 Fortran_MODULE_DIRECTORY modules
   10 )
   11 ENDIF(CMAKE_Fortran_MODDIR_FLAG)

If a hardcoded directory modules is being specified as the output directory 
for modules built from
a.f90 and b.f90 when the compiler supports a module output flag, why isn't 
modules in the include
directories so that a.f90 can find B.mod?


One tells that specific target where to generate modules it provides.
The other says where to look for modules that it requires.  The two
sets may be disjoint so the interfaces for the two cases must be
orthogonal.

 Or is ${Library_MODDIR} an intrinsic CMake function which

is assigned the local target's module output directory?


That variable is part of the test's own code.


But this is not working for me.  I still have the error:

*** No rule to make target `dir/CMakeFiles/target.a.dir/foo2.mod.stamp',
needed by `dir/foo.tmp.f'.  Stop.


I can give you no additional help without a sample tarball that breaks.
Otherwise I cannot reproduce the problem.  The feature is implemented
and tested and works on every project I've ever seen.  If you cannot
post the real code then strip it down to a sanitized example and post
that instead.

-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://www.cmake.org/mailman/listinfo/cmake


[CMake] Where can I get the latest version of CMake for cygwin?

2012-03-02 Thread Robert Dailey
Latest version of CMake on the Cygwin installer is 2.8.4. I need 2.8.7.
Where can I get 2.8.7 for Cygwin?

-
Robert Dailey
--

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://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Where can I get the latest version of CMake for cygwin?

2012-03-02 Thread Bill Hoffman

On 3/2/2012 1:57 PM, Robert Dailey wrote:

Latest version of CMake on the Cygwin installer is 2.8.4. I need 2.8.7.
Where can I get 2.8.7 for Cygwin?



We have them built, but I have been very bad at not getting them 
uploaded to the server.


You can find them here:

http://www.cmake.org/files/v2.8/cmake-2.8.7-1.tar.bz2

Should be able to install like this:

cd /
tar xvfj ~/Downloads/cmake-2.8.7-1.tar.bz2


I will try and get it up very soon.

-Bill

--

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://www.cmake.org/mailman/listinfo/cmake


[CMake] Customizing the output directory

2012-03-02 Thread Hashim Mir
Hi there,

I am trying to get Cmake to put generated files in a specific directory using 
the following code:



set(LIBRARY_OUTPUT_PATH
${PROJECT_BINARY_DIR}/x64
)

set(EXECUTABLE_OUTPUT_PATH
${PROJECT_BINARY_DIR}/x64
)



But it doesn't seem to be making any difference at all with respect to where 
the files are being generated...i

I should mention that I added the above code to, not the top level CMakeList 
file, but a lower down one. I have one large project consisting of multiple 
subprojects, and I am trying to change the output directory for one of these 
subprojects by adding this code to its CMakeListFile (but its not working 
though).

Thanks in advance,
Hashim

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
--

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://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Customizing the output directory

2012-03-02 Thread Hashim Mir
Hi,

Nevermind, I found out how its done.

The code I mentioned earlier is overridden by the top level cmakelist's 
add_subdirectory path. A quick change to the top level add_subdirectory command 
changes it.

Thanks,
Hashim

From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of 
Hashim Mir
Sent: March-02-12 3:05 PM
To: cmake@cmake.org
Subject: [CMake] Customizing the output directory

Hi there,

I am trying to get Cmake to put generated files in a specific directory using 
the following code:



set(LIBRARY_OUTPUT_PATH
${PROJECT_BINARY_DIR}/x64
)

set(EXECUTABLE_OUTPUT_PATH
${PROJECT_BINARY_DIR}/x64
)



But it doesn't seem to be making any difference at all with respect to where 
the files are being generated...i

I should mention that I added the above code to, not the top level CMakeList 
file, but a lower down one. I have one large project consisting of multiple 
subprojects, and I am trying to change the output directory for one of these 
subprojects by adding this code to its CMakeListFile (but its not working 
though).

Thanks in advance,
Hashim
-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
--

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://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Functions inherit parent variables?

2012-03-02 Thread Michael Hertling
On 03/01/2012 06:01 PM, Robert Dailey wrote:
 No, the print statement is not missing. In fact it prints just fine
 (function test() is able to obtain the value for variable SOME_TEST).

I meant the output SOME_TEST: HELLO WORLD was missing in your report.

 This isn't exactly the same as C++. In C++, a function does not have access
 to the calling function's local declarations. In order for the function to
 get access to these, they must be passed in as parameters.

There wasn't talk of functions but of the { and } tokens:

#include stdio.h

int main(void)
{
int outer = 1;
{
int inner = 2;
printf(outer=%d, inner=%d\n,outer,inner);
}
return 0;
}

As you will see, there's access to the outer scope from the inner one.

However, to be more precise, C/C++'s scoping is static, i.e. it's in
effect at compilation time only, and - in contrast to Pascal, e.g. -
the ISO dialects don't allow a nested definition of functions, so a
function's scope isn't part of another function's one. Therefore, a
called function can't see the variables of the calling function as
their scopes aren't descendants but siblings.

Interpreted languages like CMake's one often have dynamic scoping,
i.e. an invocation of a function creates a new scope - capable to
hold variables - and pushes it on a stack from where it is popped
and destroyed when the function terminates. When dereferencing a
variable, it is searched by traversing the stacked scopes from
inner to outer until it is found. Therefore, a called function
can see the calling function's variables since the latter's
scope is accessible from the former's one.

Maybe, it was a rather bad idea to compare C/C++'s static
block scoping with CMake's dynamic function scoping.
Sorry about that.

Regards,

Michael

 On Wed, Feb 29, 2012 at 9:54 PM, Michael Hertling mhertl...@online.dewrote:
 
 On 03/01/2012 01:38 AM, Robert Dailey wrote:
 I ran a quick test:


 function( test )
 message( SOME_TEST: ${SOME_TEST} )
 endfunction()

 function( start )
 set( SOME_TEST HELLO WORLD )
 test()
 endfunction()

 start()


 Seems like a function has access to the calling scope's defined
 variables.
 I thought because functions created a new scope, that excluded access to
 variables defined in the outer scope (i.e. calling scope)

 Can someone explain?

 The line SOME_TEST: HELLO WORLD is missing, I guess?

 As usual with scoping mechanisms, there is access to the outer scope
 from within the inner scope: Read access via ordinary dereferencing
 and write access via PARENT_SCOPE. It's quite the same as in C/C++
 with the { and } tokens; see also the C++ :: operator.

 Regards,

 Michael
--

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://www.cmake.org/mailman/listinfo/cmake


Re: [CMake] Functions inherit parent variables?

2012-03-02 Thread Robert Dailey
Well you're really comparing apples to oranges. C++ nested scoping rules
really have nothing to do with two separate functions sharing scoped
variables. It doesn't even really serve as a good analogy, so I can't be
100% certain what you were trying to tell me ;-)

However I appreciate your response. I really just wanted to make sure this
isn't a bug, because the way the called function inherits the calling
function's local variables is an unusual behavior for a language, at least
in my experience. So I had to think twice about it ;)

-
Robert Dailey


On Fri, Mar 2, 2012 at 6:53 PM, Michael Hertling mhertl...@online.dewrote:

 On 03/01/2012 06:01 PM, Robert Dailey wrote:
  No, the print statement is not missing. In fact it prints just fine
  (function test() is able to obtain the value for variable SOME_TEST).

 I meant the output SOME_TEST: HELLO WORLD was missing in your report.

  This isn't exactly the same as C++. In C++, a function does not have
 access
  to the calling function's local declarations. In order for the function
 to
  get access to these, they must be passed in as parameters.

 There wasn't talk of functions but of the { and } tokens:

 #include stdio.h

 int main(void)
 {
int outer = 1;
{
int inner = 2;
printf(outer=%d, inner=%d\n,outer,inner);
}
return 0;
 }

 As you will see, there's access to the outer scope from the inner one.

 However, to be more precise, C/C++'s scoping is static, i.e. it's in
 effect at compilation time only, and - in contrast to Pascal, e.g. -
 the ISO dialects don't allow a nested definition of functions, so a
 function's scope isn't part of another function's one. Therefore, a
 called function can't see the variables of the calling function as
 their scopes aren't descendants but siblings.

 Interpreted languages like CMake's one often have dynamic scoping,
 i.e. an invocation of a function creates a new scope - capable to
 hold variables - and pushes it on a stack from where it is popped
 and destroyed when the function terminates. When dereferencing a
 variable, it is searched by traversing the stacked scopes from
 inner to outer until it is found. Therefore, a called function
 can see the calling function's variables since the latter's
 scope is accessible from the former's one.

 Maybe, it was a rather bad idea to compare C/C++'s static
 block scoping with CMake's dynamic function scoping.
 Sorry about that.

 Regards,

 Michael

  On Wed, Feb 29, 2012 at 9:54 PM, Michael Hertling mhertl...@online.de
 wrote:
 
  On 03/01/2012 01:38 AM, Robert Dailey wrote:
  I ran a quick test:
 
 
  function( test )
  message( SOME_TEST: ${SOME_TEST} )
  endfunction()
 
  function( start )
  set( SOME_TEST HELLO WORLD )
  test()
  endfunction()
 
  start()
 
 
  Seems like a function has access to the calling scope's defined
  variables.
  I thought because functions created a new scope, that excluded access
 to
  variables defined in the outer scope (i.e. calling scope)
 
  Can someone explain?
 
  The line SOME_TEST: HELLO WORLD is missing, I guess?
 
  As usual with scoping mechanisms, there is access to the outer scope
  from within the inner scope: Read access via ordinary dereferencing
  and write access via PARENT_SCOPE. It's quite the same as in C/C++
  with the { and } tokens; see also the C++ :: operator.
 
  Regards,
 
  Michael
 --

 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://www.cmake.org/mailman/listinfo/cmake

--

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://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Functions inherit parent variables?

2012-03-02 Thread Michael Hertling
On 03/03/2012 02:29 AM, Robert Dailey wrote:
 Well you're really comparing apples to oranges. C++ nested scoping rules
 really have nothing to do with two separate functions sharing scoped
 variables. It doesn't even really serve as a good analogy, so I can't be
 100% certain what you were trying to tell me ;-)

What I actually intended to express is that

(1) C/C++'s static block scoping has the same effect as CMake's dynamic
function scoping *insofar* that the inner scope has access to the
outer scope - as usual - and

(2) in C/C++, a function can't see a calling function's variables for
the reason alone that they don't have nested scopes, but the fact
that caller and callee don't have nested static scopes in C/C++
doesn't mean that they don't have nested dynamic ones in CMake.

Probably, as I said before, a quite silly idea...

 However I appreciate your response. I really just wanted to make sure this
 isn't a bug, because the way the called function inherits the calling
 function's local variables is an unusual behavior for a language, at least
 in my experience. So I had to think twice about it ;)

AFAIK, it's unusual for languages knowing nested functions, but
CMake doesn't know them. Among the nested-knowing ones, e.g.,
Python can do

def outer():
value = 123
print outer:,value
def inner(): print inner:,value
inner()
value = 321
outer()
outer()

whereas Perl 5 can do it only once (will not stay shared)

use warnings;
use strict;
sub outer {
my $value;
$value = 123;
print outer: $value\n;
sub inner { print inner: $value\n; }
inner();
$value = 321;
}
outer();
outer();

but Perl 6, in turn, is said to do it like Python.

We're getting off-topic, I guess.

Regards,

Michael

 On Fri, Mar 2, 2012 at 6:53 PM, Michael Hertling mhertl...@online.dewrote:
 
 On 03/01/2012 06:01 PM, Robert Dailey wrote:
 No, the print statement is not missing. In fact it prints just fine
 (function test() is able to obtain the value for variable SOME_TEST).

 I meant the output SOME_TEST: HELLO WORLD was missing in your report.

 This isn't exactly the same as C++. In C++, a function does not have
 access
 to the calling function's local declarations. In order for the function
 to
 get access to these, they must be passed in as parameters.

 There wasn't talk of functions but of the { and } tokens:

 #include stdio.h

 int main(void)
 {
int outer = 1;
{
int inner = 2;
printf(outer=%d, inner=%d\n,outer,inner);
}
return 0;
 }

 As you will see, there's access to the outer scope from the inner one.

 However, to be more precise, C/C++'s scoping is static, i.e. it's in
 effect at compilation time only, and - in contrast to Pascal, e.g. -
 the ISO dialects don't allow a nested definition of functions, so a
 function's scope isn't part of another function's one. Therefore, a
 called function can't see the variables of the calling function as
 their scopes aren't descendants but siblings.

 Interpreted languages like CMake's one often have dynamic scoping,
 i.e. an invocation of a function creates a new scope - capable to
 hold variables - and pushes it on a stack from where it is popped
 and destroyed when the function terminates. When dereferencing a
 variable, it is searched by traversing the stacked scopes from
 inner to outer until it is found. Therefore, a called function
 can see the calling function's variables since the latter's
 scope is accessible from the former's one.

 Maybe, it was a rather bad idea to compare C/C++'s static
 block scoping with CMake's dynamic function scoping.
 Sorry about that.

 Regards,

 Michael

 On Wed, Feb 29, 2012 at 9:54 PM, Michael Hertling mhertl...@online.de
 wrote:

 On 03/01/2012 01:38 AM, Robert Dailey wrote:
 I ran a quick test:


 function( test )
 message( SOME_TEST: ${SOME_TEST} )
 endfunction()

 function( start )
 set( SOME_TEST HELLO WORLD )
 test()
 endfunction()

 start()


 Seems like a function has access to the calling scope's defined
 variables.
 I thought because functions created a new scope, that excluded access
 to
 variables defined in the outer scope (i.e. calling scope)

 Can someone explain?

 The line SOME_TEST: HELLO WORLD is missing, I guess?

 As usual with scoping mechanisms, there is access to the outer scope
 from within the inner scope: Read access via ordinary dereferencing
 and write access via PARENT_SCOPE. It's quite the same as in C/C++
 with the { and } tokens; see also the C++ :: operator.

 Regards,

 Michael
--

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://www.cmake.org/mailman/listinfo/cmake


[Cmake-commits] CMake branch, next, updated. v2.8.7-2996-g60e9b54

2012-03-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  60e9b54922aa339ca97faa1d087f5459e59ee151 (commit)
   via  0916cc888a086293f4c17e9c927f2267e1fdb755 (commit)
  from  0ea9866815c7b9e8fc9665c696c69b39f1f3c6b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=60e9b54922aa339ca97faa1d087f5459e59ee151
commit 60e9b54922aa339ca97faa1d087f5459e59ee151
Merge: 0ea9866 0916cc8
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 08:13:55 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 08:13:55 2012 -0500

Merge topic 'fix-CTestUpdateHG-url' into next

0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0916cc888a086293f4c17e9c927f2267e1fdb755
commit 0916cc888a086293f4c17e9c927f2267e1fdb755
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 08:07:47 2012 -0500
Commit: Brad King brad.k...@kitware.com
CommitDate: Fri Mar 2 08:07:47 2012 -0500

CTest.UpdateHG: Fix repo URL for local filesystem (#13001)

Use file:///c:/ instead of file://c:/ because the latter
looks like a machine:port URL instead of a local file URL.

diff --git a/Tests/CTestUpdateHG.cmake.in b/Tests/CTestUpdateHG.cmake.in
index 543ddd9..5a9daae 100644
--- a/Tests/CTestUpdateHG.cmake.in
+++ b/Tests/CTestUpdateHG.cmake.in
@@ -28,7 +28,7 @@ run_child(
   WORKING_DIRECTORY ${TOP}/repo.hg
   COMMAND ${HG} init
   )
-set(REPO file://${TOP}/repo.hg)
+set(REPO file:///${TOP}/repo.hg)
 
 #-
 # Import initial content into the repository.

---

Summary of changes:
 Tests/CTestUpdateHG.cmake.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.7-2998-g2601a84

2012-03-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  2601a84ffeadfd6a3795a39d8c4f85969ea508c3 (commit)
   via  2d59c9ab17c4af84ddb09ef7da89a37871d381a7 (commit)
  from  60e9b54922aa339ca97faa1d087f5459e59ee151 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2601a84ffeadfd6a3795a39d8c4f85969ea508c3
commit 2601a84ffeadfd6a3795a39d8c4f85969ea508c3
Merge: 60e9b54 2d59c9a
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 10:17:02 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 10:17:02 2012 -0500

Merge topic 'fix-mingw-introspection' into next

2d59c9a cmcurl: Do not hard-coded Windows check results for MinGW (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2d59c9ab17c4af84ddb09ef7da89a37871d381a7
commit 2d59c9ab17c4af84ddb09ef7da89a37871d381a7
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 10:14:00 2012 -0500
Commit: Brad King brad.k...@kitware.com
CommitDate: Fri Mar 2 10:15:06 2012 -0500

cmcurl: Do not hard-coded Windows check results for MinGW (#13001)

The WindowsCache.cmake file hard-codes results for MS and similar
Windows toolchains.  They are not valid for MinGW tools and also
interfere with cmlibarchive checks.  Allow the checks to run.

diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index 29ce25d..caa44f1 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -126,9 +126,9 @@ IF(CURL_MALLOC_DEBUG)
 ENDIF(CURL_MALLOC_DEBUG)
 
 # On windows preload settings
-IF(WIN32)
+IF(WIN32 AND NOT MINGW)
   INCLUDE(${LIBCURL_SOURCE_DIR}/Platforms/WindowsCache.cmake)
-ENDIF(WIN32)
+ENDIF()
 
 # This macro checks if the symbol exists in the library and if it
 # does, it appends library to the list.

---

Summary of changes:
 Utilities/cmcurl/CMakeLists.txt |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.7-3000-ga64ecf4

2012-03-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  a64ecf40c63720a3e196313c4ed55c1046f48aba (commit)
   via  9012be20c526445e0d2e2ca6878308bb88dba9cf (commit)
  from  2601a84ffeadfd6a3795a39d8c4f85969ea508c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a64ecf40c63720a3e196313c4ed55c1046f48aba
commit a64ecf40c63720a3e196313c4ed55c1046f48aba
Merge: 2601a84 9012be2
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 10:28:17 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 10:28:17 2012 -0500

Merge topic 'remove-CheckSourceTree-cvs-support' into next

9012be2 CheckSourceTree: Remove CVS checkout support (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9012be20c526445e0d2e2ca6878308bb88dba9cf
commit 9012be20c526445e0d2e2ca6878308bb88dba9cf
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 10:24:43 2012 -0500
Commit: Brad King brad.k...@kitware.com
CommitDate: Fri Mar 2 10:24:43 2012 -0500

CheckSourceTree: Remove CVS checkout support (#13001)

We no longer support CVS checkouts from the Git repository.
Drop the case from the CheckSourceTree test.  This will also
prevent the test from running and failing when CVS is found
but Git is not.

diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt
index fc1426e..e473c42 100644
--- a/Tests/CMakeTests/CMakeLists.txt
+++ b/Tests/CMakeTests/CMakeLists.txt
@@ -55,14 +55,13 @@ AddCMakeTest(GetPrerequisites ${GetPrerequisites_PreArgs})
 # suite. It detects if any changes have been made to the CMake source tree
 # by any previous configure, build or test steps.
 #
-if(do_cvs_tests OR GIT_EXECUTABLE)
+if(GIT_EXECUTABLE)
   string(REPLACE \\ / ENV_HOME $ENV{HOME})
   set(CheckSourceTree_PreArgs
 -DCMake_BINARY_DIR:PATH=${CMake_BINARY_DIR}
 -DCMake_SOURCE_DIR:PATH=${CMake_SOURCE_DIR}
--DCVS_EXECUTABLE:STRING=${CVS_EXECUTABLE}
 -DGIT_EXECUTABLE:STRING=${GIT_EXECUTABLE}
 -DHOME:STRING=${ENV_HOME}
 )
   AddCMakeTest(CheckSourceTree ${CheckSourceTree_PreArgs})
-endif(do_cvs_tests OR GIT_EXECUTABLE)
+endif()
diff --git a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in 
b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
index 73f8b01..59b2890 100644
--- a/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
+++ b/Tests/CMakeTests/CheckSourceTreeTest.cmake.in
@@ -5,7 +5,6 @@ message(CTEST_FULL_OUTPUT (Avoid ctest truncation of output))
 message()
 message(CMake_BINARY_DIR='${CMake_BINARY_DIR}')
 message(CMake_SOURCE_DIR='${CMake_SOURCE_DIR}')
-message(CVS_EXECUTABLE='${CVS_EXECUTABLE}')
 message(GIT_EXECUTABLE='${GIT_EXECUTABLE}')
 message(HOME='${HOME}')
 message(ENV{DASHBOARD_TEST_FROM_CTEST}='$ENV{DASHBOARD_TEST_FROM_CTEST}')
@@ -43,7 +42,7 @@ message(in_source_build='${in_source_build}')
 message()
 
 
-# If this does not appear to be a git or CVS checkout, just pass the test here
+# If this does not appear to be a git checkout, just pass the test here
 # and now. (Do not let the test fail if it is run in a tree *exported* from a
 # repository or unpacked from a .zip file source installer...)
 #
@@ -52,29 +51,13 @@ if(EXISTS ${CMake_SOURCE_DIR}/.git)
   set(is_git_checkout 1)
 endif()
 
-set(is_cvs_checkout 0)
-if(EXISTS ${CMake_SOURCE_DIR}/CVS/Root)
-  set(is_cvs_checkout 1)
-endif()
-
 message(is_git_checkout='${is_git_checkout}')
-message(is_cvs_checkout='${is_cvs_checkout}')
 message()
 
-if(NOT is_cvs_checkout)
 if(NOT is_git_checkout)
-  message(source tree is neither git nor CVS checkout... test passes by early 
return...)
+  message(source tree is not a git checkout... test passes by early 
return...)
   return()
 endif()
-endif()
-
-if(is_cvs_checkout)
-if(is_git_checkout)
-  message(warning: source tree has both git *and* CVS file system bits???)
-  # should this condition be a FATAL_ERROR test failure...?
-endif()
-endif()
-
 
 # This test looks for the following types of changes in the source tree:
 #
@@ -83,51 +66,13 @@ set(conflicts 0)
 set(modifications 0)
 set(nonadditions 0)
 
-# ov == output variable... conditionally filled in by either cvs or git below:
+# ov == output variable... conditionally filled in by either git below:
 #
 set(cmd )
 set(ov )
 set(ev )
 set(rv )
 
-
-if(is_cvs_checkout AND CVS_EXECUTABLE)
-  # Check with cvs -q -n up -dP if there are any local modifications to the
-  # CMake source tree:
-  #
-  
message(=)
-  message(This is a cvs checkout, using cvs to verify source tree)
-  message()
-
-  

[Cmake-commits] CMake branch, master, updated. v2.8.7-461-gad2de3a

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (commit)
   via  bdbbf763d65a4040001188b2e2d05bdab4a35427 (commit)
   via  3f78ced7c2318b23610c6a4ffdf727bde0efa529 (commit)
  from  65dfe9e5bebae6dd7b9d1d43f0d3075ee55de198 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad2de3a0c5f212234538b2f3e60d4a53ac267e8e
commit ad2de3a0c5f212234538b2f3e60d4a53ac267e8e
Merge: 65dfe9e bdbbf76
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:43:48 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:43:48 2012 -0500

Merge topic 'add-Embarcadero-support'

bdbbf76 Recognize Embarcadero compiler (#12604)
3f78ced Rename Modules/Platform/Windows-{Borland = Embarcadero}.cmake


---

Summary of changes:
 Modules/CMakeCCompilerId.c.in  |6 ++
 Modules/CMakeCXXCompilerId.cpp.in  |6 ++
 Modules/Platform/Windows-Borland-C.cmake   |3 +-
 Modules/Platform/Windows-Borland-CXX.cmake |3 +-
 Modules/Platform/Windows-Embarcadero-C.cmake   |3 +
 Modules/Platform/Windows-Embarcadero-CXX.cmake |3 +
 ...ows-Borland.cmake = Windows-Embarcadero.cmake} |   58 +++-
 7 files changed, 53 insertions(+), 29 deletions(-)
 create mode 100644 Modules/Platform/Windows-Embarcadero-C.cmake
 create mode 100644 Modules/Platform/Windows-Embarcadero-CXX.cmake
 rename Modules/Platform/{Windows-Borland.cmake = Windows-Embarcadero.cmake} 
(65%)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-463-g973eba5

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  973eba57f96ae4d6c8d616c706bd194ee261eaed (commit)
   via  40efa4db7462312ab9b2c82e601acba0ab67ca19 (commit)
  from  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=973eba57f96ae4d6c8d616c706bd194ee261eaed
commit 973eba57f96ae4d6c8d616c706bd194ee261eaed
Merge: ad2de3a 40efa4d
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:44:05 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:44:05 2012 -0500

Merge topic 'fix-generate_export_header-docs'

40efa4d Fix documented function signature to match reality.


---

Summary of changes:
 Modules/GenerateExportHeader.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-467-gd284bd7

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (commit)
   via  aca1121ea6d7aca8634d07a07fe150344ce13e40 (commit)
  from  fe8fbc6b484236d159325e7af88b699266b52376 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d284bd7843ef89cfc1ae459426b864d5ec3bd705
commit d284bd7843ef89cfc1ae459426b864d5ec3bd705
Merge: fe8fbc6 aca1121
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:44:26 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:44:26 2012 -0500

Merge topic 'cleanup-useswig'

aca1121 UseSWIG: clean up string compares


---

Summary of changes:
 Modules/UseSWIG.cmake |   13 +
 1 files changed, 5 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-473-g5264292

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  5264292a26d3fedeadee7d954caf15c30f65698d (commit)
   via  53d02ea1eae3af89c6802f3f9c32c0284d6e3367 (commit)
   via  91d5a2a386051cb7903044267c5364402bbe190b (commit)
   via  c9c1a176092593ce7c47e7a473e24363d9395c79 (commit)
   via  f7723786e7ecdd29a430df396d6cce64b9ccdcb6 (commit)
   via  bbddaeef7e2c65994812ccee0a92744f4777175c (commit)
  from  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5264292a26d3fedeadee7d954caf15c30f65698d
commit 5264292a26d3fedeadee7d954caf15c30f65698d
Merge: d284bd7 53d02ea
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:44:37 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:44:37 2012 -0500

Merge topic 'improve-findpythonlibs'

53d02ea FindPythonLibs: stop scanning when libraries are found
91d5a2a FindPythonLibs: put debug libraries into PYTHON_LIBRARIES
c9c1a17 FindPythonLibs: get the exact version of the found library (#3080)
f772378 FindPythonLibs: make the version selection work as for PythonInterp
bbddaee FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as 
input


---

Summary of changes:
 Modules/FindPythonInterp.cmake |4 ++-
 Modules/FindPythonLibs.cmake   |   70 
 2 files changed, 66 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-478-gccd502a

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  ccd502ad4462d7b87761b9066de1e372e77be445 (commit)
   via  c28e2769482c12da53a3c01ea45f9ae6cdc1de34 (commit)
   via  4412fc0890ab4081432721b7578f9893f89406fd (commit)
  from  d2213c5b23bdb6cfd01fe8783ae209c978a690cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ccd502ad4462d7b87761b9066de1e372e77be445
commit ccd502ad4462d7b87761b9066de1e372e77be445
Merge: d2213c5 c28e276
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:44:58 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:44:58 2012 -0500

Merge topic 'improve-generateexportheader'

c28e276 GenerateExportHeader: improve compiler identification
4412fc0 GenerateExportHeader: remove unneeded code


---

Summary of changes:
 Modules/GenerateExportHeader.cmake |   44 +++
 1 files changed, 9 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-480-g59b1308

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (commit)
   via  ab9824e14f07111210ad113a982fd7523f73e9d3 (commit)
  from  ccd502ad4462d7b87761b9066de1e372e77be445 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=59b1308b6fa253332fc5635cd426e3ca0df3fe05
commit 59b1308b6fa253332fc5635cd426e3ca0df3fe05
Merge: ccd502a ab9824e
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:45:09 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:45:09 2012 -0500

Merge topic 'cmake-mode-case'

ab9824e cmake-mode.el: Make indentation case-insensitive (#12995)


---

Summary of changes:
 Docs/cmake-mode.el |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-482-g391f411

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  391f4113e0f44f210dc69a56a2367274f7e3c87a (commit)
   via  ffdaa4761c4dee10af1ec096ecfc72af7cdff827 (commit)
  from  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=391f4113e0f44f210dc69a56a2367274f7e3c87a
commit 391f4113e0f44f210dc69a56a2367274f7e3c87a
Merge: 59b1308 ffdaa47
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:45:21 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:45:21 2012 -0500

Merge topic 'improve-findopenscenegraph'

ffdaa47 FindOpenSceneGraph: give every message() with an explicit level


---

Summary of changes:
 Modules/FindOpenSceneGraph.cmake |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-484-ge7b91c1

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (commit)
   via  b2cbd755c1b07b5da8155848e4f7604eef485573 (commit)
  from  391f4113e0f44f210dc69a56a2367274f7e3c87a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e7b91c12265b5649b90fb4c07d7c69f93df41ad9
commit e7b91c12265b5649b90fb4c07d7c69f93df41ad9
Merge: 391f411 b2cbd75
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:45:31 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:45:31 2012 -0500

Merge topic 'remove-old-manpage'

b2cbd75 Remove unused file cmake.1


---

Summary of changes:
 cmake.1 |  112 ---
 1 files changed, 0 insertions(+), 112 deletions(-)
 delete mode 100644 cmake.1


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-486-g4a97a2b

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  4a97a2b913c38b54394cce30b8771520c5d60a81 (commit)
   via  213eb6e6a6517775a3b538681e6c334abcdf5d5f (commit)
  from  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4a97a2b913c38b54394cce30b8771520c5d60a81
commit 4a97a2b913c38b54394cce30b8771520c5d60a81
Merge: e7b91c1 213eb6e
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:45:39 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:45:39 2012 -0500

Merge topic 'fix-findhspell-version'

213eb6e FindHSPELL: set HSPELL_VERSION_STRING


---

Summary of changes:
 Modules/FindHSPELL.cmake |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-488-gaba1c1a

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (commit)
   via  0d2f5c8d6a3384816310aec2478cf9e3877e8569 (commit)
  from  4a97a2b913c38b54394cce30b8771520c5d60a81 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aba1c1aa3b4ab16e4366c830da27b3b085c3a74e
commit aba1c1aa3b4ab16e4366c830da27b3b085c3a74e
Merge: 4a97a2b 0d2f5c8
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:45:48 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:45:48 2012 -0500

Merge topic 'fix-macos-findprogramm-crash'

0d2f5c8 Fix crash if app bundle executeable couldn't be found


---

Summary of changes:
 Source/cmFindProgramCommand.cxx |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-490-ge4fb3e3

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (commit)
   via  4849e6ac63149cd9e582bac379d616a382948bbd (commit)
  from  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4
commit e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4
Merge: aba1c1a 4849e6a
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:46:00 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:46:00 2012 -0500

Merge topic 'CPack-fixCPackBundleDocLayout'

4849e6a Fix layout of the CPack Bundle documentation


---

Summary of changes:
 Modules/CPackBundle.cmake |   29 ++---
 1 files changed, 14 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-492-g54225c0

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  54225c0706ceabbf1ee93067e7dcada14341f9b2 (commit)
   via  b3851f504dc8404384aa14b62ca4765f3a4dc955 (commit)
  from  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=54225c0706ceabbf1ee93067e7dcada14341f9b2
commit 54225c0706ceabbf1ee93067e7dcada14341f9b2
Merge: e4fb3e3 b3851f5
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:46:09 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:46:09 2012 -0500

Merge topic 'CPack-fixCPackDMG-docLayout'

b3851f5 Fix CPack Drag and Drop generator documentation layout.


---

Summary of changes:
 Modules/CPackDMG.cmake |   58 
 1 files changed, 29 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-500-g6c36bbd

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  6c36bbd442fc543449bc56df344042d08fde120a (commit)
   via  2ace3427ace03c93981885901b055cada722d62d (commit)
   via  c8950621805a112e44dc91e1ba0647ae1c21a201 (commit)
  from  e95a2f8f9460674e9eef06496079f9758a332c57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6c36bbd442fc543449bc56df344042d08fde120a
commit 6c36bbd442fc543449bc56df344042d08fde120a
Merge: e95a2f8 2ace342
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:46:40 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:46:40 2012 -0500

Merge topic 'CPack-fixPackageMaker-doc'

2ace342 Typo: Add missing ##end for ##module
c895062 Update CPack PackageMaker variable doc layout


---

Summary of changes:
 Modules/CPackPackageMaker.cmake |   25 +
 1 files changed, 13 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-502-ge8aa040

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (commit)
   via  a5edfc4fb79ac0fdb5be09e0ea7dc2f02f5ec29e (commit)
  from  6c36bbd442fc543449bc56df344042d08fde120a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8aa0401c89fb7508d1cafd9df0a919f87c66999
commit e8aa0401c89fb7508d1cafd9df0a919f87c66999
Merge: 6c36bbd a5edfc4
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:46:51 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:46:51 2012 -0500

Merge topic 'fix-BORLAND-doc-typo'

a5edfc4 Fix typo in documentation


---

Summary of changes:
 Source/cmDocumentVariables.cxx |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-504-g2866819

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (commit)
   via  f5cf8f9897fc372ae75eafa4ed3e8e68ac1fcfa9 (commit)
  from  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0
commit 2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0
Merge: e8aa040 f5cf8f9
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:02 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:02 2012 -0500

Merge topic 'escape-test-pass-regex'

f5cf8f9 Tests: Escape metachars before embedding paths into the regex 
(#12999)


---

Summary of changes:
 Tests/CMakeLists.txt |   11 +--
 1 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-506-gb930798

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  b930798042412bf0db7fff8ab4d41ad6f48642f5 (commit)
   via  518f965bbabf6678a3fc03948c38bc78e48cfdc3 (commit)
  from  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b930798042412bf0db7fff8ab4d41ad6f48642f5
commit b930798042412bf0db7fff8ab4d41ad6f48642f5
Merge: 2866819 518f965
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:11 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:11 2012 -0500

Merge topic 'fix-findimagemagick-no-components'

518f965 FindImageMagick: fix fail if no components were given


---

Summary of changes:
 Modules/FindImageMagick.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-508-g6ed36e7

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (commit)
   via  4f6fd961da510d9a2b6144e48272c68101376f0f (commit)
  from  b930798042412bf0db7fff8ab4d41ad6f48642f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6ed36e7b880cc4c0581afb58dc381daa2b9e1d99
commit 6ed36e7b880cc4c0581afb58dc381daa2b9e1d99
Merge: b930798 4f6fd96
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:21 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:21 2012 -0500

Merge topic 'simplify-GetRealDependency'

4f6fd96 Drop if(...) check because condition is always true


---

Summary of changes:
 Source/cmLocalGenerator.cxx |   11 ++-
 1 files changed, 2 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-510-gfc495b7

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  fc495b79da5e1b0200c8f0407940d5a238b07630 (commit)
   via  7d6db93de9ffc6e6092fa722aaf9c057dadcd634 (commit)
  from  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fc495b79da5e1b0200c8f0407940d5a238b07630
commit fc495b79da5e1b0200c8f0407940d5a238b07630
Merge: 6ed36e7 7d6db93
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:31 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:31 2012 -0500

Merge topic 'findpythoninterp-version-detection'

7d6db93 FindPythonInterp: rework the version detection


---

Summary of changes:
 Modules/FindPythonInterp.cmake |   51 +++
 1 files changed, 35 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-512-g881dc35

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  881dc355798cde77869f6eb3b1f09b2139265e3f (commit)
   via  573fa3bf136e5c780d3dd7e2dc692d52b3eba96d (commit)
  from  fc495b79da5e1b0200c8f0407940d5a238b07630 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=881dc355798cde77869f6eb3b1f09b2139265e3f
commit 881dc355798cde77869f6eb3b1f09b2139265e3f
Merge: fc495b7 573fa3b
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:42 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:42 2012 -0500

Merge topic 'factor-install-type'

573fa3b Factor cmInstallType out of cmTarget::TargetType


---

Summary of changes:
 Source/cmExtraCodeBlocksGenerator.cxx  |4 ---
 Source/cmExtraEclipseCDT4Generator.cxx |4 ---
 Source/cmFileCommand.cxx   |   33 ---
 Source/cmInstallDirectoryGenerator.cxx |2 +-
 Source/cmInstallExportGenerator.cxx|5 +--
 Source/cmInstallFilesGenerator.cxx |6 +---
 Source/cmInstallGenerator.cxx  |   18 ++---
 Source/cmInstallGenerator.h|3 +-
 Source/cmInstallTargetGenerator.cxx|   26 ++
 Utilities/cm_bzlib.h = Source/cmInstallType.h |   24 +++--
 Source/cmLocalGenerator.cxx|4 ---
 Source/cmTarget.cxx|   16 ---
 Source/cmTarget.h  |1 -
 13 files changed, 67 insertions(+), 79 deletions(-)
 copy Utilities/cm_bzlib.h = Source/cmInstallType.h (64%)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-514-g0eb520f

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  0eb520f47c0e6192819964e13487e0ea27cdb719 (commit)
   via  0b8638821eccd09a50dfb26cfe7a82549c8254c5 (commit)
  from  881dc355798cde77869f6eb3b1f09b2139265e3f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0eb520f47c0e6192819964e13487e0ea27cdb719
commit 0eb520f47c0e6192819964e13487e0ea27cdb719
Merge: 881dc35 0b86388
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:47:59 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:47:59 2012 -0500

Merge topic 'fix-FindPackageMode-symlink'

0b86388 CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlink


---

Summary of changes:
 Modules/CMakeFindPackageMode.cmake |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-516-g2fb1df4

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (commit)
   via  b3f9fe42f949515dfdb2635bc0031c5b1b807dc0 (commit)
  from  0eb520f47c0e6192819964e13487e0ea27cdb719 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2fb1df42a25ef922a81d03d85317954ed5cfe8bf
commit 2fb1df42a25ef922a81d03d85317954ed5cfe8bf
Merge: 0eb520f b3f9fe4
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:48:09 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:48:09 2012 -0500

Merge topic 'find_package-report-CONFIGS-error'

b3f9fe4 find_package: print error if an invalid CONFIGS name is used


---

Summary of changes:
 Source/cmFindPackageCommand.cxx |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-518-ga1860aa

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (commit)
   via  5e1a5c44da395f8b2c121789e81f4a360a4088bc (commit)
  from  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf
commit a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf
Merge: 2fb1df4 5e1a5c4
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:48:22 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:48:22 2012 -0500

Merge topic 'test-CMakeCommands'

5e1a5c4 Add infrastructure for CMakeCommands tests


---

Summary of changes:
 Tests/CMakeCommands/CMakeLists.txt |   10 ++
 .../build_command/{RunCMake.cmake = test.cmake}   |0
 Tests/CMakeLists.txt   |8 +---
 3 files changed, 11 insertions(+), 7 deletions(-)
 create mode 100644 Tests/CMakeCommands/CMakeLists.txt
 rename Tests/CMakeCommands/build_command/{RunCMake.cmake = test.cmake} (100%)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-528-g0ee7b8e

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  0ee7b8ea03b83189e2857154cd5be03148346f6b (commit)
   via  eeaaffcb2f68254ccd5cc6fbf4d13fed41d40774 (commit)
   via  52dffb9fbf31b70ef8b16fc21c3efb4da7046a78 (commit)
   via  d3651041e9f16876d227c757254256039d62d85b (commit)
   via  31ead5f695182dbb96196f9795b6437e013c6567 (commit)
   via  6d8308314adbc3ff504b836b3989db9939de1e0b (commit)
   via  9c39bbd47420a74d50fab2b421baf630f13343ec (commit)
   via  f310f6729149551ca73a853789413f9a36f86ced (commit)
   via  7d67dcf52bddcd8863f00d7bb6e6e7e22a966951 (commit)
   via  978d89b99db233f2fbe5a9cfa4c7acdca93e6442 (commit)
  from  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ee7b8ea03b83189e2857154cd5be03148346f6b
commit 0ee7b8ea03b83189e2857154cd5be03148346f6b
Merge: a1860aa eeaaffc
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:48:38 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:48:38 2012 -0500

Merge topic 'find_package-improve-messages'

eeaaffc find_package: Test error and warning messages in failure cases
52dffb9 Merge branch 'test-CMakeCommands' into find_package-improve-messages
d365104 find_package: Optionally warn when implicitly using Config mode
31ead5f find_package: Reject mixed use of MODULE- and CONFIG-only options
6d83083 find_package: mention requested version number in error message
9c39bbd find_package: add CONFIG mode keyword alias for NO_MODULE
f310f67 find_package: add MODULE mode to use only Find-modules
7d67dcf find_package: improve error message when no Find module is present
978d89b find_package: rename NoModule to UseFindModules


---

Summary of changes:
 Source/cmDocumentVariables.cxx |   20 ++
 Source/cmFindPackageCommand.cxx|  262 ++--
 Source/cmFindPackageCommand.h  |4 +-
 Tests/CMakeCommands/CMakeLists.txt |1 +
 Tests/CMakeCommands/find_package/CMakeLists.txt|3 +
 .../find_package/MissingConfig-stderr.txt  |   13 +
 .../CMakeCommands/find_package/MissingConfig.cmake |1 +
 .../find_package/MissingConfigOneName-stderr.txt   |   10 +
 .../find_package/MissingConfigOneName.cmake|1 +
 .../find_package/MissingConfigRequired-result.txt  |1 +
 .../find_package/MissingConfigRequired-stderr.txt  |   13 +
 .../find_package/MissingConfigRequired.cmake   |1 +
 .../find_package/MissingConfigVersion-stderr.txt   |   13 +
 .../find_package/MissingConfigVersion.cmake|1 +
 .../find_package/MissingModule-stderr.txt  |   21 ++
 .../CMakeCommands/find_package/MissingModule.cmake |1 +
 .../find_package/MissingModuleRequired-result.txt  |1 +
 .../find_package/MissingModuleRequired-stderr.txt  |   21 ++
 .../find_package/MissingModuleRequired.cmake   |1 +
 .../find_package/MissingNormal-stderr.txt  |   17 ++
 .../CMakeCommands/find_package/MissingNormal.cmake |1 +
 .../find_package/MissingNormalRequired-result.txt  |1 +
 .../find_package/MissingNormalRequired-stderr.txt  |   17 ++
 .../find_package/MissingNormalRequired.cmake   |1 +
 .../find_package/MissingNormalVersion-stderr.txt   |   17 ++
 .../find_package/MissingNormalVersion.cmake|1 +
 .../MissingNormalWarnNoModuleNew-stderr.txt|   30 +++
 .../MissingNormalWarnNoModuleNew.cmake |3 +
 .../MissingNormalWarnNoModuleOld-stderr.txt|   29 +++
 .../MissingNormalWarnNoModuleOld.cmake |2 +
 .../find_package/MixedModeOptions-result.txt   |1 +
 .../find_package/MixedModeOptions-stderr.txt   |   14 +
 .../find_package/MixedModeOptions.cmake|1 +
 Tests/CMakeCommands/find_package/test.cmake|   80 ++
 34 files changed, 532 insertions(+), 72 deletions(-)
 create mode 100644 Tests/CMakeCommands/find_package/CMakeLists.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfig-stderr.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfig.cmake
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigOneName-stderr.txt
 create mode 100644 Tests/CMakeCommands/find_package/MissingConfigOneName.cmake
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigRequired-result.txt
 create mode 100644 
Tests/CMakeCommands/find_package/MissingConfigRequired-stderr.txt
 create 

[Cmake-commits] CMake branch, master, updated. v2.8.7-532-gbe0bb04

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (commit)
   via  95f50940cc10c22077435326db14904d1a06408b (commit)
  from  af87e8abb04bc70b9b11f33585ad9503a0c78eb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be0bb04be38c7386165cba85d9cc53f5ac99bcc1
commit be0bb04be38c7386165cba85d9cc53f5ac99bcc1
Merge: af87e8a 95f5094
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:49:08 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:49:08 2012 -0500

Merge topic 'document-missing-versions'

95f5094 document when version detection will not work


---

Summary of changes:
 Modules/FindGnuplot.cmake |2 ++
 Modules/FindImageMagick.cmake |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-534-g2044607

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  20446079eebe5cf734f673071efd0d1b56a02a61 (commit)
   via  43d60114a57b12766106cd264f358b9bfa098bba (commit)
  from  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=20446079eebe5cf734f673071efd0d1b56a02a61
commit 20446079eebe5cf734f673071efd0d1b56a02a61
Merge: be0bb04 43d6011
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:49:23 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:49:23 2012 -0500

Merge topic 'run-vim-spellcheck'

43d6011 Run vim spellcheck on some files


---

Summary of changes:
 Source/cmComputeLinkDepends.cxx   |6 +++---
 Source/cmComputeTargetDepends.cxx |2 +-
 Source/cmCoreTryCompile.cxx   |4 ++--
 Source/cmCreateTestSourceList.cxx |2 +-
 Source/cmDependsFortran.cxx   |   12 ++--
 Source/cmake.cxx  |   18 ++
 Source/cmakexbuild.cxx|2 +-
 7 files changed, 24 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-537-g1073d50

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  1073d50508aa384984b9ea6200863855237ad4a1 (commit)
   via  2557a080543a37f92e1908420842db8c90685304 (commit)
   via  9090572f5cdde7b30d2c1ad1c0bbf4ab86ddb969 (commit)
  from  20446079eebe5cf734f673071efd0d1b56a02a61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1073d50508aa384984b9ea6200863855237ad4a1
commit 1073d50508aa384984b9ea6200863855237ad4a1
Merge: 2044607 2557a08
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:49:35 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:49:35 2012 -0500

Merge topic 'inject_code_via_variable'

2557a08 Fix typo in error message, and remove redundent test.
9090572 Add ability to include a file in a project via a cache variable.


---

Summary of changes:
 Source/cmProjectCommand.cxx   |   18 ++
 Source/cmProjectCommand.h |5 -
 Tests/CMakeOnly/CMakeLists.txt|6 ++
 Tests/CMakeOnly/ProjectInclude/CMakeLists.txt |4 
 Tests/CMakeOnly/ProjectInclude/include.cmake  |1 +
 Tests/CMakeOnly/Test.cmake.in |3 ++-
 6 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100644 Tests/CMakeOnly/ProjectInclude/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/ProjectInclude/include.cmake


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-539-gb9beb66

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  b9beb660ea4656021a4ef57e5cbfa4f988108199 (commit)
   via  5cd879c4e75405ab404a2e6c4e77caa36877baf1 (commit)
  from  1073d50508aa384984b9ea6200863855237ad4a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b9beb660ea4656021a4ef57e5cbfa4f988108199
commit b9beb660ea4656021a4ef57e5cbfa4f988108199
Merge: 1073d50 5cd879c
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:49:50 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:49:50 2012 -0500

Merge topic 'bootstrap-msys-paths'

5cd879c bootstrap: Convert MSYS paths to Windows format (#13001)


---

Summary of changes:
 bootstrap |   18 ++
 1 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-542-ge438218

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  e4382180fcbc4d325cae0ba1046d02075616f173 (commit)
   via  737c49a357e7a97b213857fd899081d42f38c143 (commit)
   via  261491fe171edb41c2dabce0fd90f282fb11bf6a (commit)
  from  b9beb660ea4656021a4ef57e5cbfa4f988108199 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e4382180fcbc4d325cae0ba1046d02075616f173
commit e4382180fcbc4d325cae0ba1046d02075616f173
Merge: b9beb66 737c49a
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:50:07 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:50:07 2012 -0500

Merge topic 'add-const-qualifiers'

737c49a Add 'const' qualifier to some cmCommand members
261491f cmPropertyDefinition::IsChained is const


---

Summary of changes:
 Source/CTest/cmCTestBuildCommand.h|6 ++--
 Source/CTest/cmCTestConfigureCommand.h|6 ++--
 Source/CTest/cmCTestCoverageCommand.h |6 ++--
 Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h |6 ++--
 Source/CTest/cmCTestMemCheckCommand.h |6 ++--
 Source/CTest/cmCTestReadCustomFilesCommand.h  |6 ++--
 Source/CTest/cmCTestRunScriptCommand.h|6 ++--
 Source/CTest/cmCTestSleepCommand.h|6 ++--
 Source/CTest/cmCTestStartCommand.h|6 ++--
 Source/CTest/cmCTestSubmitCommand.h   |6 ++--
 Source/CTest/cmCTestTestCommand.h |6 ++--
 Source/CTest/cmCTestTestHandler.cxx   |   24 ++--
 Source/CTest/cmCTestUpdateCommand.h   |6 ++--
 Source/CTest/cmCTestUploadCommand.h   |6 ++--
 Source/cmAddCustomCommandCommand.h|6 ++--
 Source/cmAddCustomTargetCommand.h |6 ++--
 Source/cmAddDefinitionsCommand.h  |6 ++--
 Source/cmAddDependenciesCommand.h |6 ++--
 Source/cmAddExecutableCommand.h   |6 ++--
 Source/cmAddLibraryCommand.h  |6 ++--
 Source/cmAddSubDirectoryCommand.h |6 ++--
 Source/cmAddTestCommand.h |6 ++--
 Source/cmAuxSourceDirectoryCommand.h  |6 ++--
 Source/cmBreakCommand.h   |8 +++---
 Source/cmBuildCommand.h   |6 ++--
 Source/cmBuildNameCommand.h   |   10 
 Source/cmCMakeMinimumRequired.h   |8 +++---
 Source/cmCMakePolicyCommand.h |8 +++---
 Source/cmCommand.h|   14 ++--
 Source/cmConfigureFileCommand.h   |8 +++---
 Source/cmCreateTestSourceList.h   |6 ++--
 Source/cmDefinePropertyCommand.h  |6 ++--
 Source/cmElseCommand.h|8 +++---
 Source/cmElseIfCommand.h  |8 +++---
 Source/cmEnableLanguageCommand.h  |6 ++--
 Source/cmEnableTestingCommand.h   |6 ++--
 Source/cmEndForEachCommand.h  |8 +++---
 Source/cmEndFunctionCommand.h |8 +++---
 Source/cmEndIfCommand.h   |8 +++---
 Source/cmEndMacroCommand.h|8 +++---
 Source/cmEndWhileCommand.h|8 +++---
 Source/cmExecProgramCommand.h |   10 
 Source/cmExecuteProcessCommand.h  |8 +++---
 Source/cmExportCommand.h  |6 ++--
 Source/cmExportLibraryDependencies.h  |8 +++---
 Source/cmFLTKWrapUICommand.h  |6 ++--
 Source/cmFileCommand.h|8 +++---
 Source/cmFindBase.cxx |4 +-
 Source/cmFindBase.h   |2 +-
 Source/cmFindFileCommand.h|4 +-
 Source/cmFindLibraryCommand.h |6 ++--
 Source/cmFindPackageCommand.cxx   |4 +-
 Source/cmFindPackageCommand.h |8 +++---
 Source/cmFindPathCommand.h|6 ++--
 Source/cmFindProgramCommand.h |6 ++--
 Source/cmForEachCommand.h |8 +++---
 Source/cmFunctionCommand.cxx  |   10 
 Source/cmFunctionCommand.h|8 +++---
 

[Cmake-commits] CMake branch, master, updated. v2.8.7-552-g5d9c535

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381 (commit)
   via  09ff226e4c5489188a4e568df06a4f8e373ce5cd (commit)
   via  31ab25c0c9298aa833edd118752e97f15f7d8e2a (commit)
   via  486033aef302d122938e6f52fd1c7ad29a5e75a5 (commit)
   via  937bb4bebf560fddeb2a1438939fd50d177ae2bf (commit)
   via  477459010f78d0d6d563080466a63490b6b99eb9 (commit)
   via  4a48be323bfc9e7e3089bd1bef3141cd1b397f7f (commit)
   via  1e5b971ed0346849243ecbcd05443404ebf7a3cb (commit)
   via  54ab11c0d23fcd015ec2e5686524ac9c746ed0ca (commit)
   via  80072d4ebfd2bc431649298618e040e1eba5822f (commit)
  from  e4382180fcbc4d325cae0ba1046d02075616f173 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381
commit 5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381
Merge: e438218 09ff226
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:50:26 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:50:26 2012 -0500

Merge topic 'doxygen-fixes'

09ff226 Merge branch 'add-const-qualifiers' into doxygen-fixes
31ab25c doxygen: MathCommand is not about string operators
486033a doxygen: review cmake.h
937bb4b doxygen: remove a few comments
4774590 doxygen: fix some comments in cmPolicies.h
4a48be3 doxygen: Small fixes in cmake.h apidocs
1e5b971 doxygen: Use proper syntax to document enum
54ab11c doxygen: Improve API docs of GetRealDependency
80072d4 doxygen: cmPropertyDefinition


---

Summary of changes:
 Source/cmForEachCommand.h |   11 +-
 Source/cmFunctionBlocker.h|5 --
 Source/cmFunctionCommand.h|   11 +-
 Source/cmIfCommand.h  |   11 +-
 Source/cmLocalGenerator.h |   21 ++
 Source/cmMacroCommand.h   |   11 +-
 Source/cmMathCommand.h|5 +--
 Source/cmPolicies.h   |   61 ++---
 Source/cmPropertyDefinition.h |   35 +++--
 Source/cmWhileCommand.h   |   11 +-
 Source/cmake.h|   84 -
 11 files changed, 120 insertions(+), 146 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, master, updated. v2.8.7-557-g5012787

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, master has been updated
   via  5012787c3c63523115f2f5254644d320ad27beba (commit)
   via  944b90be60ab7888a76d76acbb0200f511db3d60 (commit)
   via  f605b92dec414311936ff62afb0ab7847f08974e (commit)
  from  8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5012787c3c63523115f2f5254644d320ad27beba
commit 5012787c3c63523115f2f5254644d320ad27beba
Merge: 8c1f041 944b90b
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:50:54 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 11:50:54 2012 -0500

Merge topic 'while-testing'

944b90b add testcases for while()/endwhile() errors
f605b92 improve error message on a stray endwhile()


---

Summary of changes:
 Source/cmEndWhileCommand.cxx |   17 +--
 Source/cmEndWhileCommand.h   |2 +-
 Tests/CMakeTests/CMakeLists.txt  |1 +
 Tests/CMakeTests/While-Endwhile-Alone-Args.cmake |1 +
 Tests/CMakeTests/While-Endwhile-Alone.cmake  |1 +
 Tests/CMakeTests/While-Endwhile-Mismatch.cmake   |2 +
 Tests/CMakeTests/While-Missing-Argument.cmake|1 +
 Tests/CMakeTests/While-Missing-Endwhile.cmake|1 +
 Tests/CMakeTests/WhileTest.cmake.in  |   53 ++
 9 files changed, 74 insertions(+), 5 deletions(-)
 create mode 100644 Tests/CMakeTests/While-Endwhile-Alone-Args.cmake
 create mode 100644 Tests/CMakeTests/While-Endwhile-Alone.cmake
 create mode 100644 Tests/CMakeTests/While-Endwhile-Mismatch.cmake
 create mode 100644 Tests/CMakeTests/While-Missing-Argument.cmake
 create mode 100644 Tests/CMakeTests/While-Missing-Endwhile.cmake
 create mode 100644 Tests/CMakeTests/WhileTest.cmake.in


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.7-3038-ge5d26ec

2012-03-02 Thread David Cole
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  e5d26ece6bc9175ae400575256e8a899c50c941e (commit)
   via  5012787c3c63523115f2f5254644d320ad27beba (commit)
   via  8c1f041239a07e9ca395b64f36c3c90b0ca5f75d (commit)
   via  5d9c535f31ec5cd7a781a3e8b90833a9b0ca2381 (commit)
   via  e4382180fcbc4d325cae0ba1046d02075616f173 (commit)
   via  b9beb660ea4656021a4ef57e5cbfa4f988108199 (commit)
   via  1073d50508aa384984b9ea6200863855237ad4a1 (commit)
   via  20446079eebe5cf734f673071efd0d1b56a02a61 (commit)
   via  be0bb04be38c7386165cba85d9cc53f5ac99bcc1 (commit)
   via  af87e8abb04bc70b9b11f33585ad9503a0c78eb1 (commit)
   via  0ee7b8ea03b83189e2857154cd5be03148346f6b (commit)
   via  a1860aaf1a7f55d9eeb6b6dc54bf96774eb15bdf (commit)
   via  2fb1df42a25ef922a81d03d85317954ed5cfe8bf (commit)
   via  0eb520f47c0e6192819964e13487e0ea27cdb719 (commit)
   via  881dc355798cde77869f6eb3b1f09b2139265e3f (commit)
   via  fc495b79da5e1b0200c8f0407940d5a238b07630 (commit)
   via  6ed36e7b880cc4c0581afb58dc381daa2b9e1d99 (commit)
   via  b930798042412bf0db7fff8ab4d41ad6f48642f5 (commit)
   via  2866819bdf7dcfdcf3a6155f6dcb637f9f5d51a0 (commit)
   via  e8aa0401c89fb7508d1cafd9df0a919f87c66999 (commit)
   via  6c36bbd442fc543449bc56df344042d08fde120a (commit)
   via  e95a2f8f9460674e9eef06496079f9758a332c57 (commit)
   via  c79a57b0acd5cd65be7577d7fefb3dd5ede42015 (commit)
   via  54225c0706ceabbf1ee93067e7dcada14341f9b2 (commit)
   via  e4fb3e321201e69e93ea5f7aaa2f0d0eb57065a4 (commit)
   via  aba1c1aa3b4ab16e4366c830da27b3b085c3a74e (commit)
   via  4a97a2b913c38b54394cce30b8771520c5d60a81 (commit)
   via  e7b91c12265b5649b90fb4c07d7c69f93df41ad9 (commit)
   via  391f4113e0f44f210dc69a56a2367274f7e3c87a (commit)
   via  59b1308b6fa253332fc5635cd426e3ca0df3fe05 (commit)
   via  ccd502ad4462d7b87761b9066de1e372e77be445 (commit)
   via  d2213c5b23bdb6cfd01fe8783ae209c978a690cd (commit)
   via  5264292a26d3fedeadee7d954caf15c30f65698d (commit)
   via  d284bd7843ef89cfc1ae459426b864d5ec3bd705 (commit)
   via  fe8fbc6b484236d159325e7af88b699266b52376 (commit)
   via  973eba57f96ae4d6c8d616c706bd194ee261eaed (commit)
   via  ad2de3a0c5f212234538b2f3e60d4a53ac267e8e (commit)
   via  65dfe9e5bebae6dd7b9d1d43f0d3075ee55de198 (commit)
  from  a64ecf40c63720a3e196313c4ed55c1046f48aba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e5d26ece6bc9175ae400575256e8a899c50c941e
commit e5d26ece6bc9175ae400575256e8a899c50c941e
Merge: a64ecf4 5012787
Author: David Cole david.c...@kitware.com
AuthorDate: Fri Mar 2 11:53:10 2012 -0500
Commit: David Cole david.c...@kitware.com
CommitDate: Fri Mar 2 11:53:10 2012 -0500

Merge branch 'master' into next


---

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.7-3043-gf569ddc

2012-03-02 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  f569ddcd9c28864067062b6a8dad5a5b1db74348 (commit)
   via  678c24d230d7abcdb2ace778d59b8c1286d86a8a (commit)
   via  91a1670f47c0836c93d7bf355591bf84ecb3f99f (commit)
   via  9dae4d65d7e1ae0348478c6c2f4d2f0f307bf573 (commit)
   via  2cd898d54b7068d78d719ad23131707b300624a7 (commit)
  from  e5d26ece6bc9175ae400575256e8a899c50c941e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f569ddcd9c28864067062b6a8dad5a5b1db74348
commit f569ddcd9c28864067062b6a8dad5a5b1db74348
Merge: e5d26ec 678c24d
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Fri Mar 2 12:36:29 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 12:36:29 2012 -0500

Merge topic 'improve-findqt3' into next

678c24d FindQt3: fix detection of Qt3 include directory
91a1670 FindQt3: let FPHSA handle the version selection
9dae4d6 FindQt3: fix version extraction for versions with letters
2cd898d FindQt3: fix warning when Qt3 is not found


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=678c24d230d7abcdb2ace778d59b8c1286d86a8a
commit 678c24d230d7abcdb2ace778d59b8c1286d86a8a
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Fri Mar 2 17:31:34 2012 +0100
Commit: Rolf Eike Beer e...@sf-mail.de
CommitDate: Fri Mar 2 18:08:37 2012 +0100

FindQt3: fix detection of Qt3 include directory

The include directory is likely not inside ../bin

diff --git a/Modules/FindQt3.cmake b/Modules/FindQt3.cmake
index 89276ef..2d8dbde 100644
--- a/Modules/FindQt3.cmake
+++ b/Modules/FindQt3.cmake
@@ -47,13 +47,16 @@ IF(QT4_FOUND)
 ENDIF(QT4_FOUND)
 
 
-FILE(GLOB GLOB_PATHS_BIN /usr/lib/qt-3*/bin/)
+FILE(GLOB GLOB_PATHS /usr/lib/qt-3*)
+FOREACH(GLOB_PATH ${GLOB_PATHS})
+  LIST(APPEND GLOB_PATHS_BIN ${GLOB_PATH}/bin)
+ENDFOREACH(GLOB_PATH)
 FIND_PATH(QT_INCLUDE_DIR qt.h
   
[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.2.1;InstallDir]/include/Qt
   
[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.2.0;InstallDir]/include/Qt
   
[HKEY_CURRENT_USER\\Software\\Trolltech\\Qt3Versions\\3.1.0;InstallDir]/include/Qt
   $ENV{QTDIR}/include
-  ${GLOB_PATHS_BIN}
+  ${GLOB_PATHS}
   /usr/local/qt/include
   /usr/lib/qt/include
   /usr/lib/qt3/include

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=91a1670f47c0836c93d7bf355591bf84ecb3f99f
commit 91a1670f47c0836c93d7bf355591bf84ecb3f99f
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Fri Mar 2 16:56:41 2012 +0100
Commit: Rolf Eike Beer e...@sf-mail.de
CommitDate: Fri Mar 2 18:08:37 2012 +0100

FindQt3: let FPHSA handle the version selection

diff --git a/Modules/FindQt3.cmake b/Modules/FindQt3.cmake
index 5ee2d06..89276ef 100644
--- a/Modules/FindQt3.cmake
+++ b/Modules/FindQt3.cmake
@@ -1,10 +1,11 @@
 # - Locate Qt include paths and libraries
 # This module defines:
-#  QT_INCLUDE_DIR - where to find qt.h, etc.
-#  QT_LIBRARIES   - the libraries to link against to use Qt.
-#  QT_DEFINITIONS - definitions to use when
-#   compiling code that uses Qt.
-#  QT_FOUND   - If false, don't try to use Qt.
+#  QT_INCLUDE_DIR- where to find qt.h, etc.
+#  QT_LIBRARIES  - the libraries to link against to use Qt.
+#  QT_DEFINITIONS- definitions to use when
+#  compiling code that uses Qt.
+#  QT_FOUND  - If false, don't try to use Qt.
+#  QT_VERSION_STRING - the version of Qt found
 #
 # If you need the multithreaded version of Qt, set QT_MT_REQUIRED to TRUE
 #
@@ -77,6 +78,7 @@ IF(QT_INCLUDE_DIR)
   # Under windows the qt library (MSVC) has the format qt-mtXYZ where XYZ is 
the
   # version X.Y.Z, so we need to remove the dots from version
   STRING(REGEX REPLACE \\.  qt_version_str_lib ${qt_version_str})
+  SET(QT_VERSION_STRING ${qt_version_str})
 ENDIF(QT_INCLUDE_DIR)
 
 FILE(GLOB GLOB_PATHS_LIB /usr/lib/qt-3*/lib/)
@@ -195,58 +197,16 @@ IF (WIN32)
 )
 ENDIF (WIN32)
 
-
-IF (QT_MIN_VERSION)
-
-  STRING(REGEX REPLACE ([0-9]+)\\.[0-9]+\\.[0-9]+ \\1 qt_major_vers 
${qt_version_str})
-  STRING(REGEX REPLACE [0-9]+\\.([0-9]+)\\.[0-9]+ \\1 qt_minor_vers 
${qt_version_str})
-  STRING(REGEX REPLACE [0-9]+\\.[0-9]+\\.([0-9]+) \\1 qt_patch_vers 
${qt_version_str})
-
-  #now parse the parts of the user given version string into variables
-  STRING(REGEX MATCH ^[0-9]+\\.[0-9]+\\.[0-9]+$ req_qt_major_vers 
${QT_MIN_VERSION})
-  IF (NOT req_qt_major_vers)
-error_message(  Invalid Qt version string given: \${QT_MIN_VERSION}\, 
expected e.g. \3.1.5\)
-  ENDIF (NOT req_qt_major_vers)
-
-  STRING(REGEX REPLACE 

[Cmake-commits] CMake branch, next, updated. v2.8.7-3045-g22173cc

2012-03-02 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  22173cc693a1fe4c4587773e1747ae82471cfe43 (commit)
   via  e3336025672383c6345989af9539943a74850614 (commit)
  from  f569ddcd9c28864067062b6a8dad5a5b1db74348 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=22173cc693a1fe4c4587773e1747ae82471cfe43
commit 22173cc693a1fe4c4587773e1747ae82471cfe43
Merge: f569ddc e333602
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 14:46:13 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 14:46:13 2012 -0500

Merge topic 'fix-msys-cvs-local-repo' into next

e333602 Fix MSYS CVS local test repo path format (#13001)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e3336025672383c6345989af9539943a74850614
commit e3336025672383c6345989af9539943a74850614
Author: Brad King brad.k...@kitware.com
AuthorDate: Fri Mar 2 14:20:58 2012 -0500
Commit: Brad King brad.k...@kitware.com
CommitDate: Fri Mar 2 14:23:01 2012 -0500

Fix MSYS CVS local test repo path format (#13001)

The MSYS cvs tool interprets c:/ as a machine: name for SSH.  Detect
the MSYS cvs by looking for the string msys in the executable file
itself.  Then convert the repo path to an MSYS path such as /c/
Fix both the CTest.UpdateCVS and ExternalProject tests that use local
CVS repositories.

diff --git a/Tests/CTestUpdateCVS.cmake.in b/Tests/CTestUpdateCVS.cmake.in
index a04673e..f7f5db6 100644
--- a/Tests/CTestUpdateCVS.cmake.in
+++ b/Tests/CTestUpdateCVS.cmake.in
@@ -18,6 +18,19 @@ set(CVS @CVS_EXECUTABLE@)
 message( cvs = ${CVS})
 
 set(REPO ${TOP}/repo)
+
+# The MSYS cvs tool interprets c:/ as a machine: name for SSH.
+# Detect the MSYS cvs and convert the repo path to an MSYS path.
+if(WIN32)
+  if(EXISTS ${CVS})
+file(STRINGS ${CVS} cvs_is_msys LIMIT_COUNT 1 REGEX [Mm][Ss][Yy][Ss])
+if(cvs_is_msys)
+  message(  '${CVS}' is from MSYS (contains '${cvs_is_msys}'))
+  string(REGEX REPLACE ^([A-Za-z]): /\\1 REPO ${REPO})
+endif()
+  endif()
+endif()
+
 set(CVSCMD ${CVS} -d${REPO})
 
 # CVSNT requires an extra option to 'cvs init'.
diff --git a/Tests/ExternalProject/CMakeLists.txt 
b/Tests/ExternalProject/CMakeLists.txt
index ac70129..7a76261 100644
--- a/Tests/ExternalProject/CMakeLists.txt
+++ b/Tests/ExternalProject/CMakeLists.txt
@@ -280,6 +280,18 @@ if(do_cvs_tests)
   set_property(TARGET ${proj}
 PROPERTY FOLDER SetupRepos/Local/Deeply/Nested/For/Testing)
 
+  # The MSYS cvs tool interprets c:/ as a machine: name for SSH.
+  # Detect the MSYS cvs and convert the repo path to an MSYS path.
+  if(WIN32)
+if(EXISTS ${CVS_EXECUTABLE})
+  file(STRINGS ${CVS_EXECUTABLE} cvs_is_msys LIMIT_COUNT 1 REGEX 
[Mm][Ss][Yy][Ss])
+  if(cvs_is_msys)
+message(STATUS '${CVS_EXECUTABLE}' is from MSYS (contains 
'${cvs_is_msys}'))
+string(REGEX REPLACE ^([A-Za-z]): /\\1 local_cvs_repo 
${local_cvs_repo})
+  endif()
+endif()
+  endif()
+
   # CVS by date stamp:
   #
   set(proj TutorialStep1-CVS-20090626)

---

Summary of changes:
 Tests/CTestUpdateCVS.cmake.in|   13 +
 Tests/ExternalProject/CMakeLists.txt |   12 
 2 files changed, 25 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits


[Cmake-commits] CMake branch, next, updated. v2.8.7-3047-gb60b277

2012-03-02 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project CMake.

The branch, next has been updated
   via  b60b277d9e6b8929864daf88260e2cadd3eea847 (commit)
   via  234b7cad1ce7239bc57560309a913576a6b07a5a (commit)
  from  22173cc693a1fe4c4587773e1747ae82471cfe43 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b60b277d9e6b8929864daf88260e2cadd3eea847
commit b60b277d9e6b8929864daf88260e2cadd3eea847
Merge: 22173cc 234b7ca
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Fri Mar 2 15:05:27 2012 -0500
Commit: CMake Topic Stage kwro...@kitware.com
CommitDate: Fri Mar 2 15:05:27 2012 -0500

Merge topic 'allfindmodules-versions' into next

234b7ca AllFindModules test: do not require TCLSH version


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=234b7cad1ce7239bc57560309a913576a6b07a5a
commit 234b7cad1ce7239bc57560309a913576a6b07a5a
Author: Rolf Eike Beer e...@sf-mail.de
AuthorDate: Fri Mar 2 20:32:54 2012 +0100
Commit: Rolf Eike Beer e...@sf-mail.de
CommitDate: Fri Mar 2 20:52:41 2012 +0100

AllFindModules test: do not require TCLSH version

diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt 
b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index e6e4c74..22b1b7b 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -61,7 +61,7 @@ endmacro(check_version_string)
 # reported.
 
 foreach(VTEST ALSA ARMADILLO BZIP2 CUPS CURL EXPAT FREETYPE GETTEXT GIT HSPELL
-JASPER LIBXML2 LIBXSLT PERL PostgreSQL TCLSH TIFF ZLIB)
+JASPER LIBXML2 LIBXSLT PERL PostgreSQL TIFF ZLIB)
 check_version_string(${VTEST} ${VTEST}_VERSION_STRING)
 endforeach(VTEST)
 

---

Summary of changes:
 Tests/CMakeOnly/AllFindModules/CMakeLists.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits