Brad King
3b5256e19e
Teach our tests about special cases for VS 11
...
Teach the CheckCompilerRelatedVariables test to verify MSVC11. Update
the special cases already in the Preprocess and VSExternalInclude tests
for VS 10 to work for VS 11 too.
2011-09-23 11:07:24 -04:00
Brad King
3d5632ed59
Add Visual Studio 11 generator for x86 and x64 tools
2011-09-23 10:10:01 -04:00
Raphael Kubo da Costa
f8c77fa97b
Fix typo in set_target_properties' documentation.
...
our -> or
2011-09-23 08:16:08 -04:00
KWSys Robot
8c280435df
KWSys Nightly Date Stamp
2011-09-23 00:09:39 -04:00
Philip Lowman
6f935d7f55
FindBullet: Also search for _Debug postfixed library names
2011-09-22 23:31:37 -04:00
David Cole
c16e387412
CMake 2.8.6-rc4
2011-09-22 14:08:22 -04:00
David Cole
afff1ab901
Merge branch 'release'
2011-09-22 14:06:40 -04:00
Alex Neundorf
59ccf38554
Minor improvements to the UsePkgConfig.cmake docs
...
Alex
2011-09-22 14:47:18 +02:00
Alex Neundorf
ad11118ebf
Remove trailing whitespace
...
Alex
2011-09-22 14:39:19 +02:00
KWSys Robot
4a1aadbb00
KWSys Nightly Date Stamp
2011-09-22 00:09:30 -04:00
David Cole
26e5b0ea82
Merge topic 'revert-fix-for-11333'
...
98c49a4
Revert "FindThreads: Try pthreads with no special option first (#11333 )"
2011-09-21 17:29:39 -04:00
David Cole
ac623ce2fe
Merge topic 'CPackRPM-per-component-script'
...
cc26a06
CPackRPM authorize per-component pre/post-[un]install scripts (#0012063 )
2011-09-21 17:29:30 -04:00
David Cole
253e370c9e
Merge topic 'generate-export-header'
...
41e2b1d
Make add_compiler_export_flags a function again.
6a10deb
Made ADD_COMPILER_EXPORT_FLAGS into a macro.
2d1acfe
Don't warn when nothing to do in visibility function.
d679568
Just code style changes.
2011-09-21 17:29:23 -04:00
David Cole
682a989fdb
Merge topic 'CPackDeb-fakeroot'
...
49da3bd
CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
2011-09-21 17:29:16 -04:00
KWSys Robot
41c6b3dd4d
KWSys Nightly Date Stamp
2011-09-21 00:09:39 -04:00
David Cole
98c49a4a25
Revert "FindThreads: Try pthreads with no special option first ( #11333 )"
...
This reverts commit fd61be7140
.
2011-09-20 18:40:22 -04:00
David Cole
47dac7ec97
Merge topic 'file-download-http-error'
...
09817e9
Make file(DOWNLOAD) fail on http error
2011-09-20 14:42:26 -04:00
David Cole
d622088b2b
Merge topic 'MinorFeatureSummaryFixes'
...
0ba9853
Don't warn when setting a property multiple times to the same value #12464
b7ac63e
Fix typos in FeatureSummary.cmake (#12462 )
2011-09-20 14:42:21 -04:00
David Cole
f628f12799
Merge topic 'CheckForFlexHeader'
...
ae331e1
FindFLEX.cmake: also search the include dir
2011-09-20 14:42:16 -04:00
David Cole
0f98a0a081
Merge topic 'libarchive-mingwrt-3.20'
...
8dfe74c
libarchive: Fix ssize_t detection with mingwrt 3.20
2011-09-20 14:42:11 -04:00
David Cole
55b3198958
Merge topic 'tweak-release-scripts'
...
d5a0dc4
Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460 )
2011-09-20 14:42:02 -04:00
David Cole
bef996852e
Merge topic 'FortranCInterface-VS'
...
67fcc83
Simplify IntelVSImplicitPath detection project
a7ce26d
Move IntelVSImplicitPath project to better location
539a822
Enable Fortran tests for IDE builds.
555f589
For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.
71402eb
FortranCInterface: Compile separate Fortran lib in VerifyC[XX]
2011-09-20 14:41:56 -04:00
David Cole
a8092cad33
Merge topic 'add-mac64-nightly-build'
...
fe8dc11
Tests: Add the more modern Mac64 nightly build
2011-09-20 14:41:48 -04:00
David Cole
d57c23c329
Merge topic 'fix-build-testing-problem'
...
c336778
CMake: Reference test targets only when BUILD_TESTING is ON
2011-09-20 14:41:31 -04:00
Eric NOULARD
cc26a0614a
CPackRPM authorize per-component pre/post-[un]install scripts ( #0012063 )
...
Merged patch from Chip Christian previously based on the one from winfriedd
with some small pruning editing by commiter
2011-09-20 20:21:01 +02:00
Marcus D. Hanwell
41e2b1d824
Make add_compiler_export_flags a function again.
...
Making this a macro had unintended issues on (among others) Windows
compilers. Moving it back to being a function using PARENT_SCOPE still
satisfies the use case where we simply want to obtain the extra flags.
2011-09-20 00:16:16 -04:00
KWSys Robot
400c74f325
KWSys Nightly Date Stamp
2011-09-20 00:14:11 -04:00
Brad King
09817e91f9
Make file(DOWNLOAD) fail on http error
...
If a http server responds with a result code greater than 400 then the
data returned from the download probably do not match that expected.
Teach file(DOWNLOAD) to fail with an error in this case instead of
silently pretending that the download worked. The file(UPLOAD) command
already does this.
2011-09-19 17:41:48 -04:00
Marcus D. Hanwell
6a10deb670
Made ADD_COMPILER_EXPORT_FLAGS into a macro.
...
It adds to the CMAKE_CXX_FLAGS (as before), or populates the supplied
optional argument with the CXX_FLAGS for symbol import/export.
2011-09-19 16:42:42 -04:00
Marcus D. Hanwell
2d1acfe359
Don't warn when nothing to do in visibility function.
2011-09-19 14:55:19 -04:00
Marcus D. Hanwell
d6795685ae
Just code style changes.
2011-09-19 14:04:42 -04:00
KWSys Robot
cfc6e01851
KWSys Nightly Date Stamp
2011-09-19 00:14:09 -04:00
Alex Neundorf
0ba98533d0
Don't warn when setting a property multiple times to the same value #12464
...
Patch by Yury Kudryashov
Alex
2011-09-18 12:51:05 +02:00
Alex Neundorf
b7ac63e1c1
Fix typos in FeatureSummary.cmake ( #12462 )
...
Patch by Yury Kudrashov
Alex
2011-09-18 12:46:29 +02:00
KWSys Robot
f1cd7d289e
KWSys Nightly Date Stamp
2011-09-18 00:13:12 -04:00
Alex Neundorf
ae331e1864
FindFLEX.cmake: also search the include dir
...
FindFLEX.cmake already searched for the library, but
not for the include dir. Do that too.
Alex
2011-09-17 14:27:24 +02:00
KWSys Robot
962a54db5f
KWSys Nightly Date Stamp
2011-09-17 00:14:04 -04:00
Brad King
8dfe74c358
libarchive: Fix ssize_t detection with mingwrt 3.20
...
This version of MinGW defines _SSIZE_T_ for ssize_t. This patch is
based on upstream libarchive SVN commit 3649 (Fix build with mingwrt
3.20, 2011-08-27).
Inspired-by: Tim Kientzle <kientzle@freebsd.org>
2011-09-16 16:44:44 -04:00
David Cole
d5a0dc4f52
Release Scripts: Use Qt 4.7.4 on dashmacmini5 ( #12460 )
...
Also, since dashmacmini5 is newer/faster/better and is also building
the source tarballs, remove that responsibility from the dashmacmini2
script.
2011-09-16 15:48:41 -04:00
KWSys Robot
7fca32a0bb
KWSys Nightly Date Stamp
2011-09-16 00:14:06 -04:00
Alex Neundorf
c886e312bb
Improve behaviour of --find-package mode with try_run/try_compile
...
Instead of failing with an error message which says things have not been
setup correctly, it now says that try_compile/try_run() are not
supported in find_package mode (#12426 ).
Alex
2011-09-15 16:28:35 +02:00
Alex Neundorf
31f43fdb5a
Remove trailing whitespace
...
Alex
2011-09-15 16:20:33 +02:00
KWSys Robot
ec0f23515f
KWSys Nightly Date Stamp
2011-09-15 00:14:07 -04:00
Brad King
67fcc838d9
Simplify IntelVSImplicitPath detection project
...
Use the ENV{LIB} variable directly instead of parsing the output of the
whole environment from "set". Store the output in a .cmake script and
include it from CMakeDetermineCompilerABI instead of using file(READ).
2011-09-14 14:06:02 -04:00
Brad King
a7ce26d837
Move IntelVSImplicitPath project to better location
...
This project is not part of the FortranCInterface module. Make it a
sibling instead of a child directory.
2011-09-14 13:49:40 -04:00
David Cole
fe8dc11389
Tests: Add the more modern Mac64 nightly build
...
We can remove the older ppc;i386 non-64-bit Mac nightly build
in a little while after this one proves itself reliable.
2011-09-14 12:45:55 -04:00
David Cole
c336778c52
CMake: Reference test targets only when BUILD_TESTING is ON
...
You cannot set a property on a target that's not there, and
these targets are not there when BUILD_TESTING is OFF.
Thanks to Sankhesh Jhaveri for the bug report.
2011-09-14 10:38:04 -04:00
KWSys Robot
2a3441b65f
KWSys Nightly Date Stamp
2011-09-14 00:14:04 -04:00
David Cole
98d5623a7b
Merge topic 'effective-platform-name'
...
64c9b31
Xcode: Add test to demonstrate iOS project in Xcode
59a2265
Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir
2011-09-13 14:33:21 -04:00
David Cole
21e03c4c44
Merge topic 'CPackDeb-remove-stray-paren'
...
85fd794
remove stray brace in CPackDeb documentation
2011-09-13 14:33:12 -04:00