- Aug 05, 2016
-
-
In case of long '<command> <args...>' the description text is wrapped and indented on the next line. Avoid taking these lines into account by explicitly requiring the third character to be a non-space.
-
e555480c Ninja: Fix response file format for GNU-like Clang on Windows
-
4ada475e VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset
-
Kitware Robot authored
-
- Aug 04, 2016
-
-
Brad King authored
Closes: #16213
-
Brad King authored
* upstream-KWSys: KWSys 2016-08-03 (6d23dd7e)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 6d23dd7e455a7b2088c4ec6dce760d8243b84ee6 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 6d23dd7e SystemTools: add a PathExists method
-
ff386d11 Modules: Make imported targets fall back to `Release`
-
f59ab433 curl: Remove CMake-specific README f53f4a8a Merge branch 'upstream-curl' into update-curl 202adcfe curl 2016-08-03 (f2cb3a01) e1c11352 curl: Update script to get curl 7.50.1 a51c6c53 Merge branch 'upstream-curl' into update-curl 7ec709d3 curl 2015-08-11 (1a7f66a3) 3e9b0343 Add script to update curl from upstream
-
Brad King authored
The `CMAKE_<LANG>_SIMULATE_ID` variables are not set to "GNU" for a GNU-like Clang compiler on Windows. They are only set to "MSVC" for a MSVC-like Clang. Revise our response file format selection accordingly. Reported-by:
Chaoren Lin <chaorenl@google.com>
-
Kitware Robot authored
-
- Aug 03, 2016
-
-
Brad King authored
We will now manage the curl source tree updates using the `Utilities/Scripts/update-curl.bash` script. Drop the README that covered the old method.
-
Brad King authored
* upstream-curl: curl 2016-08-03 (f2cb3a01)
-
Code extracted from: https://github.com/bagder/curl.git at commit f2cb3a01192d36395d16acec6cdb93446ca6fd45 (curl-7_50_1).
-
Brad King authored
-
Brad King authored
-
Code extracted from: https://github.com/bagder/curl.git at commit 1a7f66a3de2625d10f65415e6eb3e56067dc0555 (curl-7_44_0).
-
Brad King authored
-
Brad King authored
Find modules only detect Debug and Release configurations. All other configurations will fall back to the configuration listed as the first entry in `IMPORTED_CONFIGURATIONS`. Switch the order so that `Release` is listed first, as this is a better fallback than `Debug` for the `RelWithDebInfo` and `MinSizeRel` configurations. See issue #16091. This approach is recommended by documentation in `cmake-developer(7)` added by commit v3.2.0-rc1~286^2~1 (Help: Document IMPORTED_CONFIGURATIONS target property for Find modules, 2014-12-04).
-
Brad King authored
* upstream-KWSys: KWSys 2016-08-02 (3f55579d)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 3f55579d113f92fcda8f9eff7046c36873c121f6 (master). Upstream Shortlog ----------------- Patrick Welche (3): 8a989b44 SystemInformation: Treat BSDs more uniformly 2ce319a6 SystemInformation: Treat Solaris the same as Linux 3f55579d SystemTools: Fix FileExists for some SCO OpenServer file permissions
-
-
This will allow additional information about the availability and capabilities of extra generators to be queried without actually creating them. Instead of a static NewFactory() method like the main generator factories have, use a static GetFactory() method to get a pointer to a statically allocated extra generator factory. This simplifies memory management.
-
9970cdcb CMakeFindFrameworks: Allow custom framework locations
-
85e03142 GNU: Use -fvisibility on GCC 4.0 and 4.1 too
-
5790d9b6 FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS
-
52aecc0c ExternalProject: Ignore macOS .DS_Store files in tarball extraction
-
e29bfbf2 CPackWIX: Support custom title and description for the root feature
-
f4e979b1 FindCUDA: Do not look for librt on Windows
-
15a6ae5c FindCUDA: Add search path for nvcc on Arch
-
7d7446c9 Utilities/Sphinx: Remove use of continue() method
-
8eb0b56c FindHDF5: Make sure compile definition vars keep the -D flag
-
Kitware Robot authored
-