Brad King
9f1d379471
Merge topic 'start-contributing-irc-session'
...
828d4f5
Add several get_property() tests
82106e3
GetProperty test: move doc property tests into main process
56125a3
list: add tests for CMP0007 behavior
48ed48f
Add test to secure the file(GLOB empty) behavior.
c2a6cb6
file: remove dead code
07251a8
Consolidate list() argument count testing
1b078c3
Add tests for list() invalid arguments
f560977
Add tests for list() argument count
d211e5d
CMakeTests: allow to call the check_cmake_test macro with a given file
2012-11-06 14:13:50 -05:00
Brad King
a0074b64fc
Merge topic 'deb-rpm-all_components_in_one'
...
e7e2694
CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"
2012-11-06 14:13:44 -05:00
Brad King
4c853d0280
Merge topic 'FindQt-MajorVersionSelection-test'
...
656afca
FindQt: add to MajorVersionSelection test
2012-11-06 14:13:41 -05:00
Brad King
c79023ceff
Merge topic 'fix-13571-avoid-empty-sln-folders'
...
d7de641
VS: Avoid empty, unreferenced solution folders... (#13571 )
2012-11-06 14:13:32 -05:00
Brad King
b24ebfa157
Merge topic 'fix-13600-better-framework-regex'
...
89256e0
BundleUtilities: Use a more inclusive REGEX for frameworks (#13600 )
2012-11-06 14:13:28 -05:00
Brad King
a574752f84
Merge topic 'osx-sysroot-cleanup'
...
15f5764
OS X: Fix default CMAKE_OSX_SYSROOT with deployment target
2012-11-06 14:13:22 -05:00
Brad King
688631a43b
Merge topic 'fix-FindSDL-paths'
...
7cb5173
FindSDL: Restore accidentally dropped search paths (#13651 )
2012-11-06 14:13:18 -05:00
Brad King
11b8a44cfc
Merge topic 'fix-genex-CONFIG'
...
9be64f3
GenEx: Use case insensitive comparison for $<CONFIG:...>
2012-11-06 14:13:10 -05:00
Brad King
43d3a6d49e
Merge topic 'copyright-year'
...
a4ae88b
Update programmatically-reported copyright year (#13638 )
2012-11-06 14:13:05 -05:00
Brad King
6991013ddb
Merge topic 'fix-PathScale-compiler-id'
...
fccf19f
Fix PathScale compiler id for Clang-based upstream
2012-11-06 14:12:58 -05:00
Brad King
163802e8a1
Merge topic 'fix-openssl-win'
...
4a4c0ee
FindOpenSSL: also find the non-MD debug libraries for MSVC
894b775
FindOpenSSL: fix library selection on Windows (#13645 )
2012-11-06 14:12:54 -05:00
Brad King
11d0ad50ad
Merge topic 'pdb-default-outdir'
...
f309366
Fix default PDB output directory (#13644 )
2012-11-06 14:12:49 -05:00
Clinton Stimpson
e7e2694823
CPack: Fix RPM/Deb package names to not include "ALL_COMPONENTS_IN_ONE"
2012-11-06 11:50:07 -05:00
Kitware Robot
b750bf86c4
CMake Nightly Date Stamp
2012-11-06 00:01:04 -05:00
Brad King
15f5764e2c
OS X: Fix default CMAKE_OSX_SYSROOT with deployment target
...
Since commit 43b74793
(OS X: Further improve default CMAKE_OSX_SYSROOT
selection, 2012-09-21) we choose a default CMAKE_OSX_SYSROOT only when
one is needed. However, the change forgot that we require a sysroot
when a deployment target is requested. Teach Darwin.cmake to choose a
default CMAKE_OSX_SYSROOT when CMAKE_OSX_DEPLOYMENT_TARGET is set.
Reported-by: Matthew Brett <matthew.brett@gmail.com>
Reported-by: Bradley Giesbrecht <pixilla@macports.org>
2012-11-05 10:47:33 -05:00
Brad King
7cb5173969
FindSDL: Restore accidentally dropped search paths ( #13651 )
...
Cleanup in commit 9ed24c53
(FindSDL: Remove from find_... calls PATHS
that are set by default, 2012-09-04) accidentally dropped some search
paths. Restore the dropped PATH_SUFFIXES and add more suffixes needed
to search paths that were previously hard-coded.
Reported-by: Gino van den Bergen <gino@dtecta.com>
2012-11-05 09:47:09 -05:00
Stephen Kelly
9be64f34c2
GenEx: Use case insensitive comparison for $<CONFIG:...>
...
This fixes a regression introduced by commit f1eacf0e
(cmGeneratorExpression: Re-write for multi-stage evaluation).
2012-11-05 08:49:25 -05:00
Brad King
a4ae88bdb2
Update programmatically-reported copyright year ( #13638 )
...
Update the copyright year reported by 'bootstrap' and in the generated
documentation to report 2012.
2012-11-05 08:44:03 -05:00
Brad King
fccf19f49b
Fix PathScale compiler id for Clang-based upstream
...
Upstream PathScale now uses Clang as its front-end. Test for __PATHCC__
before __clang__.
Reported-by: C. Bergström <cbergstrom@pathscale.com>
2012-11-05 08:33:54 -05:00
Rolf Eike Beer
4a4c0ee780
FindOpenSSL: also find the non-MD debug libraries for MSVC
...
We already search for them in release mode.
2012-11-05 08:17:02 -05:00
Rolf Eike Beer
894b775fa7
FindOpenSSL: fix library selection on Windows ( #13645 )
2012-11-05 08:17:02 -05:00
Kitware Robot
7c724031a7
CMake Nightly Date Stamp
2012-11-05 00:01:08 -05:00
Kitware Robot
314e7fb6e9
CMake Nightly Date Stamp
2012-11-04 00:01:06 -04:00
Kitware Robot
d39bd3e6a8
CMake Nightly Date Stamp
2012-11-03 00:01:03 -04:00
Brad King
f309366873
Fix default PDB output directory ( #13644 )
...
The ComputePDBOutputDir added by commit 3f60dbf1
(Add
PDB_OUTPUT_DIRECTORY and PDB_NAME target properties, 2012-09-25) falls
back to the current binary directory instead of the target output
directory as before. When no PDB_OUTPUT_DIRECTORY property is set we
instead should fall back to the target output directory where .pdb files
used to go before the new property was added.
2012-11-02 12:49:44 -04:00
Petr Kmoch
828d4f514d
Add several get_property() tests
...
Add tests for some get_property() uses not covered by existing tests.
2012-11-02 17:10:07 +01:00
Rolf Eike Beer
82106e3783
GetProperty test: move doc property tests into main process
...
They will not raise an error in the normal case so we do not need to run them
in their own process.
2012-11-02 17:10:07 +01:00
Rolf Eike Beer
56125a3f36
list: add tests for CMP0007 behavior
2012-11-02 17:10:07 +01:00
Amine Chadly
48ed48f7ad
Add test to secure the file(GLOB empty) behavior.
2012-11-02 17:10:06 +01:00
Amine Chadly
c2a6cb64af
file: remove dead code
...
The file command requires at least two arguments, so guarding the GLOB and
MAKE_DIRECTORY command is not necessary. Changed it for an assert to keep the
protection.
2012-11-02 17:10:06 +01:00
Petr Kmoch
07251a8ea5
Consolidate list() argument count testing
...
Move test for list() argument count >= 2 to InitialPass().
2012-11-02 17:09:55 +01:00
Petr Kmoch
1b078c304d
Add tests for list() invalid arguments
...
Add tests for error reporting when list() arguments are invalid.
2012-11-02 17:08:49 +01:00
Petr Kmoch
f560977540
Add tests for list() argument count
...
Add test for error reporting when list() subcommands have wrong number of
arguments.
2012-11-02 17:08:44 +01:00
Rolf Eike Beer
d211e5d203
CMakeTests: allow to call the check_cmake_test macro with a given file
...
This allows to generate a lot of simple files directly in the test tree instead
of having them all checked in.
2012-11-02 12:50:05 +01:00
Kitware Robot
1295247cad
CMake Nightly Date Stamp
2012-11-02 00:01:06 -04:00
Rolf Eike Beer
656afca978
FindQt: add to MajorVersionSelection test
2012-11-01 10:27:20 +01:00
Kitware Robot
f5b3736ef3
CMake Nightly Date Stamp
2012-11-01 00:01:05 -04:00
David Cole
99c95d5e1a
Merge topic 'doc-external-language-policy'
...
854369f
Document external language support policy
2012-10-31 16:35:31 -04:00
David Cole
4129397b8e
Merge topic 'parisc-default-flags'
...
e496c54
Linux/PA-RISC: Link with --unique=.text.* to help binutils
2012-10-31 16:35:17 -04:00
David Cole
e2006ce5a9
Merge topic 'packagemaker-component-postflight'
...
4374441
PackageMaker: Enable postflight script in component mode (#12375 )
2012-10-31 16:35:05 -04:00
David Cole
e7af22f6c3
Merge topic 'vs10-DelaySign-KeyFile'
...
035e7bd
VS10: Honor /DELAYSIGN and /KEYFILE flags (#13601 )
c65a2ea
VS10: Refactor link options collection
2012-10-31 16:34:55 -04:00
David Cole
3d51262c0e
Merge topic 'update-KWIML'
...
0e3f95e
Merge branch 'upstream-kwiml' into update-KWIML
4156235
KWIML: Teach ABI.h that VAX is big endian
2012-10-31 16:34:42 -04:00
David Cole
fb190dfb9a
Merge topic 'test-major-version'
...
d1f3bfe
Tests: add MajorVersionSelection tests
2012-10-31 16:34:32 -04:00
David Cole
2c3bfb6876
Merge topic 'FindQt-version-selection'
...
041fb29
FindQt: add some more places to look for Qt3
7bb9395
FindQt: improve version selection
2012-10-31 16:34:20 -04:00
David Cole
d8233e5837
Merge topic 'xcode-ReRunCMake-full-path'
...
388a321
Xcode: Fix ReRunCMake.make path to cmake.check_cache (#13603 )
2012-10-31 16:34:08 -04:00
David Cole
bd394d42e6
Merge topic 'cpack-rez-error'
...
14561e3
Fix for possible Rez errors when creating dmg.
2012-10-31 16:33:56 -04:00
David Cole
b3927bce78
Merge topic 'generator-expression-bug-fixes'
...
4bacff7
GenEx: Test early determination of AND and OR
2012-10-31 16:33:46 -04:00
David Cole
0b9dac6cbc
Merge topic 'EclipseNoLinkedResources'
...
fbda958
Eclipse: add switch to disable linked resources (#13189 )
2012-10-31 16:33:36 -04:00
David Cole
72632f885c
Merge topic 'fix-9629-add-unicode-nsis-reg-key'
...
668dda0
CPack: Add automatic detection of the Unicode makensis (#9629 )
2012-10-31 16:33:27 -04:00
David Cole
af304a1c6a
Merge topic 'FindIcotool'
...
86a184d
Add module FindIcotool
2012-10-31 16:33:15 -04:00