- Aug 04, 2016
-
-
Kitware Robot authored
-
- Aug 03, 2016
-
-
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/
-
Brad King authored
* upstream-KWSys: KWSys 2016-08-01 (560bcdbb)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 560bcdbb972cbf4c7ea77010363c652b697b9933 (master). Upstream Shortlog ----------------- Brad King (1): 560bcdbb SystemTools: Factor out common `const char* GetEnv()` private implementation James Johnston (1): 1c147abb Directory: Use Windows API wherever possible and port to Embarcadero
-
Otherwise an incorrect warning appears when compiling with CUDA SDK 6.5 or older and CUDA_USE_STATIC_CUDA_RUNTIME is true.
-
bdd9b1c7 Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
-
These can now be specified through the WIX generator specific CPack variables CPACK_WIX_ROOT_FEATURE_TITLE and CPACK_WIX_ROOT_FEATURE_DESCRIPTION.
-
Kitware Robot authored
-
- Aug 01, 2016
-
-
Brad King authored
Fixes #16211.
-
-
cd7ed47c Aux: highlight commands using Function bca8be58 Aux: sort the highlighting list 7decbe8f Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables 2b57b139 Aux: highlight modules using Include 8ac4e2cf Aux: highlight conditiona and repeat commands differently 3b3bd880 Aux: highlight deprecated commands as warnings 481f8cf1 Aux: remove unused highlight links ffa44a39 Aux: highlight Lua-style comments 29eeb9a8 Aux: check spelling in comments
-