- Aug 04, 2016
-
-
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
-
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
* 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
-
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
-
- Aug 02, 2016
-
-
-
We currently only require CMake 2.8.4 which does not provide it.
-
* scroll with j/k * toggle bool with space, enter insert mode with i * bindings not shown at the bottom of the screen, but given in help
-
* list it at the bottom of the screen * different place in help message
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Without extensions, functions like `strdup` are not available since they are actually controlled by feature flags such as _SVID_SOURCE and _BSD_SOURCE. When using `-std=c11` on Intel, none of these flags are set, so the functions are not declared properly leading to compile errors. Reported-by:
Adam J. Stewart <ajstewart426@gmail.com> Closes: #16226
-
Support was accidentally dropped by commit v3.6.0-rc1~273^2 (FindProtobuf: Rename variables to match case of module name, 2016-03-01).
-
Read a variable to get non-standard locations to be searched, e.g. brew, port. Signed-off-by:
David Keller <david.keller@litchis.fr>
-
Chuck Atkins authored
-
Brad King authored
Do not consider a top-level `.DS_Store` file when deciding whether a tarball contains exactly one directory whose contents should be used as the resulting top-level of the extraction. Fixes #16218. Suggested-by: Patrice Kouame
-
Take changes used by pkgsrc [1]: * so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
-
Take changes used by pkgsrc [1]: * SCO OpenServer 5.0.7/3.2 does not support 64-bit ELF. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
-