| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
a6b5ead Report missing source files with context of target
|
| |
| |
| |
| |
| | |
Previously we reported only the CMakeLists.txt file in the directory
that adds the target.
|
|\ \
| | |
| | |
| | |
| | | |
80bad29 Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOT
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
9d21281 Fix line-too-long style errors
86025d3 file(DOWNLOAD): Fix error message formatting
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The SetError method automatically starts the message with the name of
the command. Fix up calls to it so that we get "file DOWNLOAD..."
instead of "file FILE(DOWNLOAD ...". Also reduce length of long lines
containing these calls.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
4f0636e Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CUDA 3.2 on Windows systems changed the layout of the library paths. This adds the extra
directories needed to locate the new files.
I also explicitly disable emulation mode for CUDA 3.1+. This feature was deprecated in
3.0 and ultimately removed in 3.1. The script errors out if CUDA_BUILD_EMULATION is
turned on. I didn't want to ignore emulation mode (even with a warning - which most
people may not even see) and have users confused as to why it wasn't working.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
c7aa38f bootstrap: Honor CFLAGS during "make" test (#10545)
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
b9c4181 libarchive: Fix purposeful crash
87fde60 Suppress -Wcast-align in curl and bzip2
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Dereferencing a 0-pointer is undefined behavior, not a deterministic
crash. Use a 1-pointer instead. This also avoids a warning by Clang
about the undefined behavior.
|
| |/ /
| | |
| | |
| | | |
Trust upstream developers of third-party code.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
20a6f6c Use QUIET to avoid Java status messages.
|
| | | |
| | | |
| | | |
| | | | |
CMake devs mostly do not care when Java is found successfully.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
666f328 Preserve timestamps on files on tar extract.
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Conversion to libarchive changed the behavior of
cmake -E tar xzf. This commit fixes that oversight.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
2f98dac Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The default value for CMAKE_INSTALL_PREFIX should be
based on what architecture the built targets are, not
what architecture CMake itself is.
This fix merely guesses better what the built targets
architecture is. It still may guess incorrectly in some
cases. For those cases, it will have to be up to build
scripts and developers on projects to pass in a correct
value for CMAKE_INSTALL_PREFIX with -D on the command line
or via 'force cache value' logic in CMakeLists.txt files.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ffda17d We shouldn't ask CDash for its version info until/unless we actually need it.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
b06fb16 No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202)
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Factor out reading of CMAKE_CONFIGURATION_TYPES and CMAKE_BUILD_TYPE
into cmMakefile::GetConfigurations. Read the former only in
multi-config generators.
|
| |_|_|_|/
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The code does contain a cast that increases alignment but only in a
conditional that verifies the input is sufficiently aligned.
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
not the right fix and caused mucho other problemo
|
| |/
|/| |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
7944e4e Allow testing of .CPP on WIN32 as it is a case insensitive OS and should work.
ba0a890 Only test for .CPP on Microsoft compilers which will handle .CPP as c++.
d26cd46 Only use .CPP .CXX and .C++ do not work by default with g+++.
ced61f5 Let CMake recognize .CPP .CXX and .C++ as c++ files.
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ede24f8 ENH #8993: FindwxWidgets add support for wx-config custom options.
3dbeeb7 BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.
f46712e BUG #11123: Generic include dir should come after config specific one.
6cb14eb STYLE: Clarified/Fixed documentation of UsewxWidgets.
36c15a2 BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension.
|
| | |
| | |
| | |
| | |
| | | |
Added suport for setting a custom toolkit, refix, etc. when using
wx-config.
|
| | |
| | |
| | |
| | |
| | | |
Also fixed usage sample in comments, which can be misleading for MinGW
users as demonstrated by mantis issue #10089.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
The wxWidgets_USE_FILE variable to be used with the include command
should be set to UsewxWidgets; not UsewxWidgets.cmake.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
e93a4b4 Avoid adding self as prerequisite. (#10417)
|
| | | |
| | | |
| | | |
| | | | |
Thanks to Clinton Stimpson for the patch.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
88fed66 Make bundle items writable before fixup (#9284)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This ensures that any bundle items are made user writable before
any attempt is made to alter them using install_name_tool. This is
because MacPorts/Fink/Homebrew don't install libraries as writable.
This fix is needed to allow fixup_bundle_item to work correctly
when ingesting libraries installed by these package managers.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
11a917d HP-UX: Always add /usr/lib to rpath (#10571)
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Set CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH in the HP-UX platform file to
tell CMake to pass -Wl,+b,/usr/lib no matter whether RPATH is enabled or
not. This corrects the behavior of -Wl,+nodefaultrpath to look in this
default library path as documented.
|