Brad King
57c337e2ef
ExternalProject: Match filenames in URLs with query strings and anchors
...
While at it, refactor logic to consolidate the filename extraction
and verification into a single match.
Inspired-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
2016-07-05 14:57:13 -04:00
O Libre
4e11c9660f
FindJNI: Improve formatting of FPHSA call
...
Pass one argument per line for better readability.
2016-07-05 14:35:24 -04:00
Brad King
c7e0c3005b
Merge branch 'FindJNI-ubuntu-paths' into release
2016-07-05 14:34:02 -04:00
O Libre
26d16380b0
FindJNI: Fix support for Ubuntu 15.10
...
The library search paths added by commit v3.6.0-rc1~281^2~1 (FindJNI:
Add support for Ubuntu 15.10, 2016-03-08) were incorrect. Fix them.
2016-07-05 14:33:46 -04:00
Alex Turbov
cb1a434ce0
FindBoost: Add check headers for `zlib` and `bzip2`
...
The official Windows builds of Boost have internal implementations for
`zlib` and `bzip2` libraries used by Boost::iostreams library, e.g.
* boost_bzip2-vc140-mt-1_59.lib
* boost_zlib-vc140-mt-1_59.lib
Add check headers for these so that users can specify them as
components without any warnings.
Reviewed-by: Roger Leigh <rleigh@dundee.ac.uk>
2016-07-05 14:22:01 -04:00
Brad King
10a7459a22
FindJava: Do not document variables we do not provide
...
Drop Java_INCLUDE_DIRS and Java_LIBRARIES from the documentation since
we do not provide them. Also add a link to FindJNI to help users find
it. Fixes #16180 .
2016-07-05 14:18:21 -04:00
Brad King
f9dbe22ca2
Intel: Do not use GNU-like flags on Windows
...
Refactor options out of `Modules/Compiler/Intel-{ASM,C,CXX,Fortran}.cmake`
into a common helper in `Modules/Compiler/Intel.cmake`. Condition
them to be used only on non-Windows hosts where the Intel compiler
is GNU-like instead of MSVC-like.
Previously this worked only because the options were later overridden
by `Modules/Platform/Windows-Intel*.cmake`, but it is cleaner to not
set the options in the first place.
2016-07-05 13:58:42 -04:00
Brad King
5a3ed0d780
Intel: Do not use MSVC-like flags for Fortran
...
Teach `Modules/Platform/Windows-MSVC.cmake` not to use MSVC options
for Fortran. We use the `__windows_compiler_msvc` for the Intel
Fortran compiler on Windows for other settings, but we do not want
the flags.
Previously this worked only because the options were later overridden
by `Modules/Platform/Windows-Intel*.cmake`, but it is cleaner to not
set the options in the first place.
2016-07-05 13:58:36 -04:00
Brad King
909048e534
Merge topic 'strip-flag-whitespace'
...
3643390d
Strip CMAKE_<LANG>_FLAGS[_<CONFIG>] initializer whitespace
2016-07-05 11:29:17 -04:00
Brad King
d169b13975
Merge topic 'update-osx-release'
...
e1e54295
Utilities/Release: Compile OS X binary as C++11
2016-07-05 11:29:14 -04:00
Brad King
f8751753e3
Merge topic 'update-kwsys'
...
aec1d43f
Merge branch 'upstream-KWSys' into update-kwsys
f7d23e67
KWSys 2016-06-30 (96f06c8e)
2016-07-05 11:29:11 -04:00
Jean-Christophe Fillion-Robin
61fcd08a49
Help: Fix documentation of ctest --build-and-test
...
Since commit v3.0.0-rc1~260^2~14 (ctest: Make the --build-makeprogram
optional for --build-and-test, 2013-11-14), binary dictionary is also
required to run CTest given the option `--build-nocmake`.
2016-07-05 11:19:01 -04:00
Jean-Christophe Fillion-Robin
7c67d4011e
Help: Consistently use quotes and fix punctuation in ctest(1) manual
2016-07-05 11:19:01 -04:00
Jean-Christophe Fillion-Robin
0076fb100b
cmCTest: Update doxygen to be consistent
2016-07-05 11:19:01 -04:00
Jean-Christophe Fillion-Robin
30c5f94c5b
cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen
2016-07-05 11:19:00 -04:00
Jean-Christophe Fillion-Robin
7c87ab755c
cmCTest: Facilitate code reading adding consistent comments in Run()
2016-07-05 11:19:00 -04:00
Jean-Christophe Fillion-Robin
6d8b9aa65a
cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"
2016-07-05 11:19:00 -04:00
Jean-Christophe Fillion-Robin
280d0a6947
cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"
2016-07-05 11:19:00 -04:00
Jean-Christophe Fillion-Robin
898cb987b4
cmCTest: Fix typo
2016-07-05 11:18:53 -04:00
Kitware Robot
b9eb3408b4
CMake Nightly Date Stamp
2016-07-05 00:01:03 -04:00
Kitware Robot
7523267ca0
CMake Nightly Date Stamp
2016-07-04 00:01:03 -04:00
Kitware Robot
a24cd6525a
CMake Nightly Date Stamp
2016-07-03 00:01:02 -04:00
Kitware Robot
b02814ed74
CMake Nightly Date Stamp
2016-07-02 00:01:08 -04:00
Brad King
3643390d49
Strip CMAKE_<LANG>_FLAGS[_<CONFIG>] initializer whitespace
2016-07-01 14:01:41 -04:00
Brad King
e1e54295e8
Utilities/Release: Compile OS X binary as C++11
...
We already compile with `-stdlib=libc++` as required for Qt 5.6.
We can compile as C++11 and still deploy to OS X 10.7.
2016-07-01 11:17:09 -04:00
KWSys Upstream
f7d23e6753
KWSys 2016-06-30 (96f06c8e)
...
Code extracted from:
http://public.kitware.com/KWSys.git
at commit 96f06c8e93d2b5e0395c9f413d1649563a2015d8 (master).
Upstream Shortlog
-----------------
Brad King (1):
96f06c8e Drop the auto_ptr.hxx component of KWSys
2016-07-01 09:13:38 -04:00
Brad King
aec1d43f5d
Merge branch 'upstream-KWSys' into update-kwsys
...
* upstream-KWSys:
KWSys 2016-06-30 (96f06c8e)
2016-07-01 09:13:38 -04:00
Brad King
4c476cc9b2
Merge topic 'clang-format-script'
...
a77d597b
clang-format.bash: Fix filter-branch example documentation
2016-07-01 09:12:43 -04:00
Brad King
6e55605db1
Merge topic 'cmake-gui-static-xcb'
...
73a3c0cd
cmake-gui: Add build option to use Qt5 xcb plugin statically
2016-07-01 09:12:40 -04:00
Brad King
cff9c11de7
Merge topic 'doc-updates'
...
c05d240e
Help: Document CMAKE_TRY_COMPILE_PLATFORM_VARIABLES example
dab3ccf2
InstallRequiredSystemLibraries: Document UCRT option use case
2016-07-01 09:12:36 -04:00
Kitware Robot
f408a5b1b9
CMake Nightly Date Stamp
2016-07-01 00:01:05 -04:00
Brad King
48680ade09
Merge branch 'clang-format-script' into release
2016-06-30 16:13:46 -04:00
Brad King
a77d597b86
clang-format.bash: Fix filter-branch example documentation
...
Inside `git filter-branch --tree-filter` we must format all tracked
files because formatting of the tree for each commit is independent
from earlier commits.
2016-06-30 16:11:36 -04:00
Brad King
73a3c0cd98
cmake-gui: Add build option to use Qt5 xcb plugin statically
...
This will enable builds against a static Qt5.
2016-06-30 11:26:53 -04:00
Brad King
b1883bc8b7
Merge topic 'try_compile-config-flags'
...
d582c23a
try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
2016-06-30 09:47:41 -04:00
Brad King
2bef377427
Merge topic 'refactor-auto_ptr'
...
b5ec5b09
Avoid using KWSys auto_ptr by adopting it ourselves
2016-06-30 09:47:38 -04:00
Brad King
21afc0291e
Merge topic 'update-liblzma'
...
60212979
Merge branch 'upstream-liblzma' into update-liblzma
e4d39146
liblzma 2014-12-21 (265e5ffb)
d4f52404
liblzma: Revise update script to get version 5.0.8
bf969198
Merge branch 'upstream-liblzma' into update-liblzma
ca4276e4
liblzma: Remove CMake-specific README
d38a37ea
liblzma 2013-06-30 (b69900ed)
ec8f744a
Add script to update liblzma from upstream
2016-06-30 09:47:33 -04:00
Brad King
b399d13568
Merge topic 'CM_OVERRIDE-cmTypeMacro'
...
4e8480db
cmTypeMacro: mark overridden functions with CM_OVERRIDE
2016-06-30 09:47:31 -04:00
Brad King
0639e23920
Merge topic 'CM_OVERRIDE-clang'
...
3f77655d
CM_OVERRIDE: fix feature test for clang
2016-06-30 09:47:28 -04:00
Brad King
3e4c2334b8
Merge branch 'doc-updates' into release
2016-06-30 09:06:26 -04:00
Brad King
c05d240ef7
Help: Document CMAKE_TRY_COMPILE_PLATFORM_VARIABLES example
...
Suggested-by: Hendrik Sattler <post@hendrik-sattler.de>
2016-06-30 09:03:41 -04:00
Brad King
dab3ccf294
InstallRequiredSystemLibraries: Document UCRT option use case
...
Suggested-by: Hendrik Sattler <post@hendrik-sattler.de>
2016-06-30 08:54:46 -04:00
Kitware Robot
2c759971e4
CMake Nightly Date Stamp
2016-06-30 00:01:07 -04:00
Brad King
108c665877
Merge branch 'release'
2016-06-29 13:25:21 -04:00
Konstantin Podsvirov
9e505285e3
CPackIFW: Using cpack_append_list_variable_set_command
...
This is necessary for proper processing of the list items.
2016-06-29 19:14:05 +03:00
Konstantin Podsvirov
cd1415b548
CPackComponents: add cpack_append_list_variable_set_command
...
It's like add variable, but wrap each item to quotes.
Can be used for multi args properties.
2016-06-29 19:10:41 +03:00
Brad King
60212979ea
Merge branch 'upstream-liblzma' into update-liblzma
...
* upstream-liblzma:
liblzma 2014-12-21 (265e5ffb)
2016-06-29 10:14:03 -04:00
liblzma upstream
e4d3914639
liblzma 2014-12-21 (265e5ffb)
...
Code extracted from:
http://git.tukaani.org/xz.git
at commit 265e5ffb70d9c175b424621576294d28807efd9b (v5.0.8).
2016-06-29 10:08:26 -04:00
Brad King
d4f524040e
liblzma: Revise update script to get version 5.0.8
2016-06-29 10:07:48 -04:00
Brad King
bf96919806
Merge branch 'upstream-liblzma' into update-liblzma
2016-06-29 10:06:53 -04:00