Kitware Robot
ff7c31abfd
CMake Nightly Date Stamp
2019-09-01 00:01:04 -04:00
Kitware Robot
45aacb7698
CMake Nightly Date Stamp
2019-08-31 00:01:04 -04:00
Brad King
c0d21d763b
Merge topic 'doc-contrib-topic-name'
...
2fa3361384 CONTRIBUTING: Clarify creation of topic branch from target branch
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Kyle Edwards <kyle.edwards@kitware.com >
Merge-request: !3761
2019-08-30 13:16:33 -04:00
Brad King
2fa3361384
CONTRIBUTING: Clarify creation of topic branch from target branch
...
The sentence "Base all new work on the upstream master branch." may be
interpreted to mean that one should commit on a 'master' branch.
Precede this with an explicit step for creating a topic branch.
2019-08-30 11:12:30 -04:00
Brad King
2d01dcab29
Merge topic 'rel-nightly-test'
...
2c71208a78 Tests: Fix nightly binary tests to fail on error
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3755
2019-08-30 10:43:09 -04:00
Brad King
a38965db9a
Merge topic 'remove_directory-symlink'
...
e6c9a8bac3 cmake: Teach -E remove_directory to remove directory symlinks
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3738
2019-08-30 10:38:25 -04:00
Jon Chronopoulos
e6c9a8bac3
cmake: Teach -E remove_directory to remove directory symlinks
...
If the argument to `remove_directory` is a symlink to a directory,
remove the symlink instead.
Issue: #19533
2019-08-30 10:37:30 -04:00
Brad King
f8917685f3
Merge topic 'update-kwsys'
...
6a9de634b2 Merge branch 'upstream-KWSys' into update-kwsys
f9a3f13415 KWSys 2019-08-29 (08f14d96)
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3754
2019-08-30 10:36:07 -04:00
Brad King
9141fbe0c1
Merge topic 'docker-rel-linux'
...
2c95c35c51 Utilities/Release: Add docker spec for STGZ package on Linux
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3753
2019-08-30 10:35:09 -04:00
Kitware Robot
8720353d4a
CMake Nightly Date Stamp
2019-08-30 00:01:35 -04:00
Brad King
2c71208a78
Tests: Fix nightly binary tests to fail on error
...
We generate a small shell script to drive the steps. Previously a
failure in the `release_cmake.cmake` script was not diagnosed and hidden
from the script exit code by the following upload step. Tell the shell
to terminate with failure on the first command that fails.
2019-08-29 14:39:05 -04:00
Brad King
6a9de634b2
Merge branch 'upstream-KWSys' into update-kwsys
...
# By KWSys Upstream
* upstream-KWSys:
KWSys 2019-08-29 (08f14d96)
2019-08-29 13:07:11 -04:00
KWSys Upstream
f9a3f13415
KWSys 2019-08-29 (08f14d96)
...
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 08f14d96b449e5d1e166998b363da16167a3ac82 (master).
Upstream Shortlog
-----------------
Ben Boeckel (1):
9afecb09 SystemTools: fix typo in junction functions
Jon Chronopoulos (1):
38486236 SystemTools: do not special case a junction in RemoveFile
Rolf Eike Beer (3):
b747462d CMake: drop needless x${VAR} tricks
1ed70242 tests: verify SystemTools::CopyFileIfDifferent()
f73d1b4f SystemTools: factor out "dest is directory" case from CopyFileIfDifferent()
2019-08-29 13:07:10 -04:00
Brad King
2c95c35c51
Utilities/Release: Add docker spec for STGZ package on Linux
...
The spec added by commit facc240a45 (Utilities/Release: Add docker specs
to build and test Linux binaries, 2019-08-23) generates only the TGZ
package, but the old `Utilities/Release/linux64_release.cmake` script
also generated a STGZ package.
2019-08-29 13:04:27 -04:00
Brad King
3ec986ce8e
Merge topic 'per-lang-link-library-flag'
...
79b2824251 Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX}
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3747
2019-08-29 09:41:06 -04:00
Brad King
ee945a590b
Merge topic 'CMakeParseImplicitLinkInfo-comma-separated'
...
b5f20da94d CMakeParseImplicitLinkInfo supports comma separated link lines
2200bc068b Introduce a ParseImplicitLinkInfo test
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3730
2019-08-29 09:40:12 -04:00
Brad King
fa36e2151d
Merge topic 'precompile-headers'
...
8da78d4efe Precompile headers: Update documentation
5772930164 Precompile headers: Add unit tests
519606704e Precompile headers: Add support for Visual Studio generators
28be170fbc Precompile headers: Add support for Xcode generator
b8626261e9 Precompile headers: Add methods to generate PCH sources
375d01c680 PCH: add example/test
9b6797e71d PCH: add target_precompile_headers command
0467a2f91b PCH: add PRECOMPILE_HEADERS to special properties
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Daniel Pfeifer <daniel@pfeifer-mail.de >
Acked-by: Ivan171 <heavenandhell171@gmail.com >
Acked-by: Stanislav Ershov <digital.stream.of.mind@gmail.com >
Acked-by: Steve Mokris <smokris@softpixel.com >
Acked-by: Evgeniy Dushistov <dushistov@mail.ru >
Acked-by: Danila Malyutin <flashmozzg@gmail.com >
Acked-by: Viktor Kirilov <vik.kirilov@gmail.com >
Acked-by: Lucas Zhao <zhaopf6@163.com >
Merge-request: !3553
2019-08-29 09:38:21 -04:00
Brad King
030570d71f
Merge topic 'autogen_strcat'
...
32b15d320f Autogen: cmQtAutoMocUic settings hash computation optimizations
b66cd3fe63 Autogen: cmQtAutoMocUic string concatenation cleanups
619a92eacd Autogen: cmQtAutoRcc settings hash computation optimizations
10dc684508 Autogen: cmQtAutoRcc string concatenation cleanups
da6c4b1273 Autogen: cmQtAutoGenInitializer string concatenation cleanups
7a78d15415 Autogen: Let cmQtAutoGenerator::Logger methods accept cm::string_view
c797148e85 Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator names
8586077baa Autogen: Modernize cmQtAutoGen methods using cm::string_view
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3742
2019-08-29 09:36:36 -04:00
Brad King
4929453504
Merge topic 'docker-rel-linux'
...
689fdbfc61 Utilities/Release: Drop linux64 script in favor of docker build
2d7cfd30ac Utilities/Release: Drop source archive generation in scripts
facc240a45 Utilities/Release: Add docker specs to build and test Linux binaries
bf832ccf01 Utilities/Release: Add README.rst describing directory content
ab153f17bf Utilities/Release: Drop machine-specific README
ed294c1664 Add option to skip CMake tests that need network access
4b8a864d52 Add option to test CMake itself against its hosting CMake
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: Gregor Jasny <gjasny@googlemail.com >
Merge-request: !3727
2019-08-29 09:32:13 -04:00
Brad King
e009076780
Merge branch 'release-3.15'
2019-08-29 09:25:45 -04:00
Brad King
31c356e366
Merge topic 'find-no-name'
...
84e33e6da4 Merge branch 'backport-find-no-name' into find-no-name
4c8760c9fb find_path: Fix crash on empty old-style list of names
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3751
2019-08-29 09:25:13 -04:00
Kitware Robot
2d0a24acc5
CMake Nightly Date Stamp
2019-08-29 00:01:03 -04:00
Brad King
689fdbfc61
Utilities/Release: Drop linux64 script in favor of docker build
...
Drop also drop the CMakeNightlyLinux64 test that uses the script.
2019-08-28 13:20:36 -04:00
Brad King
2d7cfd30ac
Utilities/Release: Drop source archive generation in scripts
...
We will generate the `.tar.gz` and `.zip` source archives using
`git archive` in the scripts that drive the Linux build with Docker.
2019-08-28 13:20:36 -04:00
Brad King
facc240a45
Utilities/Release: Add docker specs to build and test Linux binaries
...
These will allow anyone to produce portable binaries like those
published on `cmake.org`.
2019-08-28 13:20:36 -04:00
Brad King
3e93b2fa66
Merge topic 'vs-ConfigurationType-genex'
...
8909a450a6 VS: Add support for generator expressions to VS_CONFIGURATION_TYPE
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3746
2019-08-28 11:53:12 -04:00
Brad King
ffa1fa20e6
Merge topic 'sf-LANGUAGE-prop'
...
41ba3e28e6 Tests: Collect SourceFileProperty tests
a40744c81a cmSourceFile: Move LANGUAGE to GetPropertyForUser
8cb3cffa42 cmSourceFile: Rename non-const GetLanguage
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3744
2019-08-28 11:52:04 -04:00
Brad King
606df71e48
Merge topic 'cpack-ifw-command-vectorization'
...
9367f7dcdd CPack/IFW: Command vectorization
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3732
2019-08-28 11:51:00 -04:00
Brad King
ae861c196a
Merge topic 'cmCommand_refactor_disallowed'
...
54872b73b9 cmCommand refactor: remove cmDisallowedCommand class
11f35d340e cmCommand refactor: remove unused AddDisallowedCommand overload
ae51aa32f0 cmCommand refactor: cmVariableRequiresCommand
185fa2c4f3 cmCommand refactor: cmUtilitySourceCommand
c8deeac68f cmCommand refactor: cmSubdirDependsCommand
c2c222eba1 cmCommand refactor: cmOutputRequiredFilesCommand
7533e47ccc cmCommand refactor: cmLoadCommandCommand
9d6fc3f5ed cmCommand refactor: cmExportLibraryDependenciesCommand
...
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3736
2019-08-28 11:49:32 -04:00
Cristian Adam
8da78d4efe
Precompile headers: Update documentation
2019-08-28 11:47:51 -04:00
Cristian Adam
5772930164
Precompile headers: Add unit tests
2019-08-28 11:47:51 -04:00
Cristian Adam
519606704e
Precompile headers: Add support for Visual Studio generators
...
Tested with Visual C++ 2017 on Windows.
Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de >
2019-08-28 11:47:51 -04:00
Cristian Adam
28be170fbc
Precompile headers: Add support for Xcode generator
...
Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de >
2019-08-28 11:47:50 -04:00
Cristian Adam
b8626261e9
Precompile headers: Add methods to generate PCH sources
...
Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de >
2019-08-28 11:47:40 -04:00
Brad King
aeeccc3b15
Merge branch 'backport-find-no-name' into release-3.15
...
Merge-request: !3751
2019-08-28 11:28:59 -04:00
Brad King
3c7d09e465
Merge branch 'release-3.15'
2019-08-28 11:28:37 -04:00
Brad King
238be91529
Merge topic 'autogen_fix_use_after_move'
...
e32f70036c Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h file
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !3745
2019-08-28 11:27:54 -04:00
Brad King
84e33e6da4
Merge branch 'backport-find-no-name' into find-no-name
2019-08-28 11:19:39 -04:00
Brad King
4c8760c9fb
find_path: Fix crash on empty old-style list of names
...
Fixes : #19651
2019-08-28 11:18:53 -04:00
Robert Maynard
b5f20da94d
CMakeParseImplicitLinkInfo supports comma separated link lines
...
It is currently presumed that the linker will generate
a space separated line. This is not the case for some
compilers such as IBM XL where it can output space or
comma separated. This is particularly apparent when IBM XL
is used as the host compiler for CUDA as it generates a comma
separated link line.
2019-08-28 10:39:53 -04:00
Robert Maynard
2200bc068b
Introduce a ParseImplicitLinkInfo test
...
By sharing the information used by ParseImplicitIncludeInfo we can
also verify the parsing of implicit link info such as directories.
2019-08-28 10:39:53 -04:00
Kitware Robot
96291764a1
CMake Nightly Date Stamp
2019-08-28 00:01:04 -04:00
Alan W. Irwin
79b2824251
Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX}
...
Extend the change from commit 689be6235e (Generator: support
per-language link library flag, 2019-08-08) to cover more link library
command-line flag components. Allow compilers for different languages
to use different values for these linking-related variables within the
same build.
Closes : #19631
2019-08-27 13:49:54 -04:00
Tushar Maheshwari
41ba3e28e6
Tests: Collect SourceFileProperty tests
...
- Move the related test from COnly to SourceFileProperty
- Cover `get_source_file_property` and `get_property(... SOURCE ...)`
2019-08-27 22:28:34 +05:30
Tushar Maheshwari
a40744c81a
cmSourceFile: Move LANGUAGE to GetPropertyForUser
...
- Remove the special case from cmGetSourceFilePropertyCommand
Tests: check LANGUAGE for source file
- use target_sources to add file
- use get_property to read property value
2019-08-27 21:41:12 +05:30
Tushar Maheshwari
8cb3cffa42
cmSourceFile: Rename non-const GetLanguage
...
GetOrDetermineLanguage:
- Read the property if available
- Determine the Language using the file extension
Fix all usage of the non-const member in the repository.
2019-08-27 21:35:42 +05:30
Sebastian Holtermann
32b15d320f
Autogen: cmQtAutoMocUic settings hash computation optimizations
2019-08-27 17:31:46 +02:00
Sebastian Holtermann
b66cd3fe63
Autogen: cmQtAutoMocUic string concatenation cleanups
2019-08-27 17:31:46 +02:00
Sebastian Holtermann
619a92eacd
Autogen: cmQtAutoRcc settings hash computation optimizations
2019-08-27 17:31:46 +02:00
Sebastian Holtermann
10dc684508
Autogen: cmQtAutoRcc string concatenation cleanups
2019-08-27 17:31:46 +02:00