| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
bd66cc9 Fix build issues cross compiling with static Qt.
|
| |
| |
| |
| | |
Also fix case where system jpeg, png, tiff libs are used.
|
|\ \
| |/
|/|
| |
| | |
28c1be7 BundleUtilities: only do rpath strip on copied prerequisites.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
38b0a84 Modernize FindITK module (#11494)
|
| |/
| |
| |
| |
| |
| |
| | |
Use the Config mode of find_package to search for ITKConfig. This makes
FindITK a thin-wrapper around a standard find_package, bringing benefits
like searching lib64 paths when appropriate. This does for FindITK what
commit 2c1a01dc (Modernize FindVTK module, 2009-10-07) did for FindVTK.
|
|\ \
| | |
| | |
| | |
| | | |
eda7841 Pass Mac linker flag through PGI compiler using "-Wl,"
|
| |/
| |
| |
| |
| |
| |
| | |
The Mac linker defines -headerpad_max_install_names and the GCC
front-end passes this flag through. The PGI compiler does not know
about this flag, so we must use -Wl,-headerpad_max_install_names to pass
it to the linker instead.
|
|\ \
| | |
| | |
| | |
| | | |
0263d8d 11384: FindCxxTest now includes test code in VS project
|
| |/
| |
| |
| |
| | |
The test code header files are now included in the test target so they
will show up under "Header Files" in Visual Studio targets, for example.
|
|\ \
| | |
| | |
| | |
| | | |
a44a05c 11430: FindBullet doesn't find header files installed by Bullet >= 2.77
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
e3dfbf6 Include CMakeDetermineCompilerId in CMakeDetermineASMCompiler.cmake (#11467)
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
CMakeDetermineASMCompiler.cmake relied on that somebody else (usually
during enabling C or CXX) already included that file, and broke if that
was not the case.
Thanks to Louis for the patch
Alex
|
|\ \
| | |
| | |
| | |
| | | |
8f1798c Modules: Fix spelling 'becase' -> 'because'.
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
66e86b4 CPack fix kwstyle breakage and make CPackRPM backward compatible
2c84d16 CPackRPM add basic component support to CPackRPM
|
| | |
| | |
| | |
| | |
| | | |
basic means 1 RPM per component and no dependency handling
this implies some CPackGenerator refactoring
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
e0b6016 Some more fixes for nasm support, from Etienne (#10069)
d25c2eb Use CMAKE_ASM_NASM_FLAGS for nasm instead of FLAGS
e614e9b Add support for yasm, a nasm compatible assembler
79dd9be We already have 2010, fix copyright year.
ffeca06 Add missing copyright headers
7b337ac Improve misleading comments.
e1fc9b9 Add support for nasm assembler, patch by Peter Collingbourne (see #10069)
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(the assembler is not really tested)
Alex
|
| | | |
| | | |
| | | |
| | | | |
Alex
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
35b91ac Fix regex for moc includes when looking for frameworks.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
74e49aa BUG 11451 - pass CMAKE_EXTRA_GENERATOR down.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch fixes the behavior of external projects with respect to
generators using the CMAKE_EXTRA_GENERATOR variable.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
53e76c8 Teach CMake about Cray C, C++, and Fortran compilers
34e1ac2 Create Fortran info variables for .mod behavior
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The Cray Fortran compiler needs "-em" to enable module output and also
"-J." to place the .mod files in the current working directory (instead
of next to the .o file).
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
a39ee97 Fix #11421: FindQt3.cmake doesn't honor the REQUIRED keyword
|
| | | | |
| | | | |
| | | | |
| | | | | |
Alex
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds support for detecting builds of FindGTK2 with Visual Studio 2010.
Thanks to Vincent Levesque for the patch.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
20ceccc FindPerlLibs: Fix for Mac locally applied patches
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously FindPerlLibs did not work with the Mac stock Perl because it
includes patches. From "perl -V":
Locally applied patches:
/Library/Perl/Updates/<version> comes before system perl directories
installprivlib and installarchlib points to the Updates directory
Adjust paths accordingly.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
79e0233 BUG: Fix compiler flag test for non-English MSVC (#11336)
|
| |/ / /
| | | |
| | | |
| | | | |
Approach suggested by John Stark.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fffe1c0 11363: FindBoost.cmake fails to find debug libraries in tagged layout install
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
506805c Make FindBISON work properly with non-C locales (#11326)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Applying the patch attached to http://public.kitware.com/Bug/view.php?id=11326
It sets LC_ALL to C before calling execute_process(), so the output is
in english.
Alex
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
de04854 Force cmake to run again when qrc dependency scanning needs to happen.
|
| |/ / / / |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
cfba5ef Fix regression in 2dae2f1 which added find of Qt imports dir.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
48e80eb Fixes to GetPrerequisites for cygwin
bee4802 Append the gp_tool path to the system PATH using native slashes.
8e550ba Remove unecessary TO_CMAKE_PATH for gp_cmd_dir.
1684198 Switch to CMAKE_PATH when doing PATH comparisons on Windows.
be94c49 Fixed appending PATH to dumpbin tool from growing without bounds.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix IF(WIN32) guards check for cygwin. Fix checking if the depenency is in a system location to use cygwin style paths on cygwin. Also change GetPrerequisites to switch gp_tool to tools that are very unlikely to be found, ie. dumpbin on Apple and otool on Windows/Unix.
|
| | | | | | |
|