Brad King
f1b0340d6c
Merge topic 'FindSDL-quoting'
...
67516fb5 FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
2015-01-08 14:57:57 -05:00
Brad King
038caf38b2
Merge topic 'find-msmpi'
...
ab4d1d07 FindMPI: MSMPI changed the subdirectories it uses
82724394 FindMPI: add more search paths for MSMPI
2015-01-08 14:57:55 -05:00
Brad King
35ea14050e
Merge topic 'FindIce-CMP0054'
...
cbaf0802 FindIce: Port to work with CMP0054 NEW behavior
2015-01-08 14:57:53 -05:00
Brad King
04e880fd33
Merge topic 'FindCUDA-cross'
...
d5846eb1 FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set
2015-01-08 14:57:47 -05:00
Brad King
3fb174dd0b
Merge topic 'drop-GNU-2.95'
...
f07d96cc Remove workaround for GCC < 3 ios_base absence.
5a8b9437 Remove GCC 2.95 support macros in favor of template versions.
2015-01-08 14:57:45 -05:00
Brad King
dcd2e38b99
Merge topic 'RunCMake-stderr-default'
...
73ae8885 RunCMake: Expect empty output by default.
2015-01-08 14:57:43 -05:00
Brad King
dc451574c6
Merge topic 'base64-casts'
...
0bdd4ebf cmCTest: Use size_t for cmsysBase64_Encode return value
a9fae8ac CTest: Fix integer overflow when uploading huge files
2015-01-08 14:57:41 -05:00
Brad King
9bb7f8f898
Merge topic 'update-kwsys'
...
1819d4ad Merge branch 'upstream-kwsys' into update-kwsys
6ed23ff4 KWSys 2014-12-23 (5a15cb3b)
2015-01-08 14:57:38 -05:00
Rolf Eike Beer
67516fb57e
FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
...
Otherwise the syntax is incorrect when the variable is empty.
2015-01-08 14:47:39 -05:00
Mark Abraham
d5846eb153
FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set
...
CMAKE_SYSTEM_PROCESSOR is not guaranteed to be defined (per
http://www.cmake.org/Wiki/CMake_Cross_Compiling ), and when cross
compiling where it happens to be undefined, this module was broken.
Reviewed-by: Rolf Eike Beer <eike@sf-mail.de>
2015-01-08 14:39:16 -05:00
Rolf Eike Beer
cbaf0802a5
FindIce: Port to work with CMP0054 NEW behavior
...
Do not quote if() arguments meant to test variable definitions.
2015-01-08 14:13:48 -05:00
Kitware Robot
46f87655c9
CMake Nightly Date Stamp
2015-01-08 00:01:08 -05:00
Kitware Robot
8c4b7c567b
CMake Nightly Date Stamp
2015-01-07 00:01:08 -05:00
Ben Boeckel
ab4d1d07e4
FindMPI: MSMPI changed the subdirectories it uses
2015-01-06 12:59:07 -05:00
Ben Boeckel
827243942c
FindMPI: add more search paths for MSMPI
...
Also comment what the various search paths are for.
2015-01-06 12:58:07 -05:00
Kitware Robot
73144c098d
CMake Nightly Date Stamp
2015-01-06 00:01:12 -05:00
Kitware Robot
4b70635c9f
CMake Nightly Date Stamp
2015-01-05 00:01:09 -05:00
Kitware Robot
592dd35570
CMake Nightly Date Stamp
2015-01-04 00:01:08 -05:00
Kitware Robot
472553b4c1
CMake Nightly Date Stamp
2015-01-03 00:01:08 -05:00
Kitware Robot
24dfa74214
CMake Nightly Date Stamp
2015-01-02 00:01:08 -05:00
Brad King
07cbe3640e
Merge topic 'copyright-year'
...
f881c6ba Copyright.txt: Update year range to end in 2015
2015-01-01 13:00:19 -05:00
Stephen Kelly
f07d96ccf4
Remove workaround for GCC < 3 ios_base absence.
2015-01-01 12:45:54 +01:00
Stephen Kelly
5a8b9437c2
Remove GCC 2.95 support macros in favor of template versions.
...
GCC < 3 is no longer supported as a host compiler.
2015-01-01 12:44:11 +01:00
Kitware Robot
ec31926d24
CMake Nightly Date Stamp
2015-01-01 00:01:09 -05:00
Brad King
f881c6bafa
Copyright.txt: Update year range to end in 2015
2014-12-31 21:09:37 -05:00
Stephen Kelly
73ae888506
RunCMake: Expect empty output by default.
...
Expect tests to specify stderr content if it is present.
Fix the CMP0019 test, which has only been testing the WARN status
until now. Specify in the CommandLine and FPHSA tests that content
is at least one character.
Set policies in the Language and CheckModules tests, which have empty
test output, modulo unrelated policies on some platforms.
2014-12-31 16:34:34 +01:00
Kitware Robot
c2445d3dfd
CMake Nightly Date Stamp
2014-12-31 00:01:08 -05:00
Kitware Robot
3b62cb7244
CMake Nightly Date Stamp
2014-12-30 00:01:07 -05:00
Kitware Robot
ca3d08e6b5
CMake Nightly Date Stamp
2014-12-29 00:01:08 -05:00
Kitware Robot
8e61140178
CMake Nightly Date Stamp
2014-12-28 00:01:07 -05:00
Kitware Robot
028cdfb3de
CMake Nightly Date Stamp
2014-12-27 00:01:08 -05:00
Brad King
0bdd4ebfb8
cmCTest: Use size_t for cmsysBase64_Encode return value
2014-12-26 16:23:35 +01:00
Rolf Eike Beer
a9fae8ac1d
CTest: Fix integer overflow when uploading huge files
...
When uploading files greater 2GB a cast to 'int' overflows, leading to a
bad alloc when passed to new. Also avoid floating point arithmetic when
integer calculations will work as well.
Reported-by: Justin Borodinsky <justin.borodinsky@gmail.com>
2014-12-26 16:23:31 +01:00
Kitware Robot
2b28e07c02
CMake Nightly Date Stamp
2014-12-26 00:01:07 -05:00
Kitware Robot
05105d5c13
CMake Nightly Date Stamp
2014-12-25 00:01:09 -05:00
Brad King
52ee1946b9
Merge topic 'sunpro-Fortran-preprocess'
...
be1109d8 Oracle/Sun: Fix Fortran preprocessor rule generation
2014-12-24 06:38:39 -05:00
Brad King
2a9f3dc6c7
Merge topic 'minor-warning-fixes'
...
098fc4a8 cmCMakeMinimumRequired: Use unsigned int for version numbers
1a9ba381 cmParseDelphiCoverage: Remove superfluous semicolons after methods
2014-12-24 06:38:33 -05:00
Brad King
661622f011
Merge topic 'ninja-fix-subdir-objlib-languages'
...
07fc7b75 Tests: Test using objects from a language enabled in a subdirectory (#15325 )
fdbfcfdf Ninja: Generate rules only for languages compiled in a target (#15325 )
2014-12-24 06:38:24 -05:00
Brad King
c20d3d319c
Merge topic 'cpack-PackageMaker-package-size'
...
42ed76bc cpack: Fix installed size computation with PackageMaker generator
2014-12-24 06:38:08 -05:00
Kitware Robot
279a2bcd65
CMake Nightly Date Stamp
2014-12-24 00:01:10 -05:00
Brad King
be1109d811
Oracle/Sun: Fix Fortran preprocessor rule generation
...
The SunPro Fortran compiler uses "-F" instead of "-E" to request
preprocessing. The output does not go to stdout so use "-o" to
specify the output file.
This fixes the guess originally made by commit b6b37e30 (Makefile: Add
assembly and preprocessed targets for Fortran, 2014-11-05).
2014-12-23 10:15:27 -05:00
Christoph Grüninger
098fc4a862
cmCMakeMinimumRequired: Use unsigned int for version numbers
2014-12-23 09:05:25 -05:00
Christoph Grüninger
1a9ba38174
cmParseDelphiCoverage: Remove superfluous semicolons after methods
2014-12-23 09:05:11 -05:00
Brad King
99f682b0fd
Merge branch 'release'
2014-12-23 08:56:29 -05:00
Brad King
cca8c3bb60
Merge topic 'doc-octothorpe-escaping'
...
8d70a914 Help: Add 3.1 release note about '#' escaping in Makefiles (#15322 )
2014-12-23 08:54:01 -05:00
Brad King
90b015a0ba
Merge topic 'ninja-fix-crash-on-error'
...
9a13fcbf Ninja: Do not crash when CMAKE_<LANG>_COMPILE_OBJECT is empty (#15325 )
2014-12-23 08:53:59 -05:00
Brad King
23e9bc55f3
Merge topic 'base64-constref'
...
82fbf490 cmCTestTestHandler: take reference to temporary string instead of doing a copy
2014-12-23 08:53:56 -05:00
Brad King
3b3da0d39e
Merge topic 'CPackComponent-docs-fix'
...
64016393 Help: Small fixes in CPackComponent documentation
2014-12-23 08:53:54 -05:00
Brad King
396a008ff0
Merge topic 'AppleClang-5.1-features'
...
bb83cdaa Help: Add notes for topic 'AppleClang-5.1-features'
bd6b42c1 Features: Record for AppleClang 5.1
b341799e Tests: Fix RunCMake.CompileFeatures test NonValidTarget2 case
2014-12-23 08:53:52 -05:00
Brad King
656af73bca
Merge topic 'cleanup-ExpandListArgument-usage'
...
e2a489c7 Remove some temporary vectors for ExpandListArgument.
0f99feec cmGeneratorExpression: Remove unused header.
722f1a71 CTest: Expand a string directly into a container.
2014-12-23 08:53:50 -05:00