| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
ef9dd49 Add STEP_TARGETS to ExternalProject module.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit introduces the ability to add custom targets
that correspond to individual ExternalProject steps.
The main motivation behind this new feature is to drive
sub-project based dashboard steps as external projects
with separate targets for update, configure, build and
test output. This makes it easy to construct a ctest -S
script to drive such a dashboard.
With no STEP_TARGETS defined, there are no additional
custom targets introduced, to minimize the chatter in
the target name space. Clients may define STEP_TARGETS
on a per-ExternalProject_Add basis, or at the directory
level by setting the EP_STEP_TARGETS directory property.
|
|\ \
| |/
|/|
| |
| | |
9fd4e18 Fix parsing of builtin macros so Eclipse handles them properly (#10868)
|
| |
| |
| |
| | |
Alex
|
|\ \
| | |
| | |
| | |
| | | |
76ed7f0 Set MSVC_VERSION for MSVC 6, 7, 7.1 (#7944)
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
e872f5d FortranCInterface: Fix doc typo FC.h -> FCMangle.h
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
e6c9bc2 Add timeout to execute_process() in CMAKE_DETERMINE_COMPILER_ID().
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In CMAKE_DETERMINE_COMPILER_ID_VENDOR() the compiler is called with various
arguments. In some cases, this can make the compiler hang and wait
forever for input (e.g. "as -v"). That's why add an timeout
so it terminates finally. 10 seconds should be more than enough,
this is the time it takes to startup the compiler, which is
usually quite fast.
Alex
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
c327cbd Modules: Fix CMakeParseArguments copyright notice
9eb6cc1 Merge branch 'module-notices' into CMakeParseArguments
b173b87 Add macro CMakeParseArguments() and use it in FPHSA()
|
| | | |
| | | |
| | | |
| | | | |
Fix format of the copyright notice to pass the ModuleNoticesTest.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a macro cmake_parse_arguments() (as discussed on cmake-devel)
which can be used in macros or functions to help with parsing its
arguments. Detailled docs are included.
find_package_handle_standard_args() is the first user of this new macro.
Alex
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b333779 Detect a COMPILER_ID also for ASM.
691fc2b Remove trailing spaces
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
For assembler, the "compiler ID" cannot be detected by "compiling" a
source file, since there is not source file all assemblers understand.
Instead the function CMAKE_DETERMINE_COMPILER_ID_VENDOR() is used to
run the assembler and check its output.
For this the CMAKE_DETERMINE_COMPILER_ID_VENDOR() function had to be
extended so that it creates the run directory if it doesn't exist yet.
In CMakeASMInformation.cmake now also CMAKE_ASM_COMPILER_ID is used
(but there are no such files yet, will come with the support for the
IAR toolchain).
Alex
|
| |/ / /
| | | |
| | | |
| | | | |
Alex
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
cac6edc Fix EclipseCDT parsing of builtin macros with spaces (#10868)
8102dc3 Fix EclipseCDT include path parsing with spaces (#10868)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch from dnewmarch
Alex
|
| |/ /
| | |
| | |
| | | |
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
75e7278 Fix ZLIB version parsing if no TWEAK version exists
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ZLIB_VERSION_STRING was "1.2.3.#define ZLIB_VERSION "1.2.3"" here, because
the result of the matching for the tweak version was also appended if there
was no TWEAK version and the regexp failed, which gives as result not
an empty string, but the full string.
Now it is only appended if the regexp matches.
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3e126e4 Change documentation of Subversion_FOUND and SUBVERSION_FOUND.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
As discussed on cmake-devel, here Subversion_FOUND is the recommended one.
Alex
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
d570ee7 Fix 11035 : debug/release library configuration mistake
|
| |/ /
| | |
| | |
| | | |
Thanks to Dimitri Kaparis for report
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
42fd9a5 Bug with default library type of Python modules.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The _TARGET_SUPPORTS_SHARED_LIBS variable was being altered outside of
the find module, moving it into the function fixes any of these scoping
issues. Fix tested and verified in VTK and Titan.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
7083c81 Add platform files for BlueGene/P systems
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
BlueGeneP-base: Internal base shared by static and dynamic files
BlueGeneP-static: Platform file for all-static builds
BlueGeneP-dynamic: Platform file for "default" dynamic builds
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
f6ca76f Several fixes needed to improve Windows support
74a12f3 Add detection for new pangommconfig.h header file
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add support for detecting fontconfig.h header
* Call find_package(Freetype) since it's required
* Add support for allowing users to add additional library directories
via the GTK2_ADDITIONAL_SUFFIXES variable (kind of a future-kludge in
case the GTK developers change versions on any of the directories in the
future).
* Fixed a problem on Windows where you had to configure twice to find
the gtk & gdk libraries
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Thanks to Sune Vuorela & the Debian Project for the patch
http://git.debian.org/?p=collab-maint/cmake.git;a=commitdiff;h=5dc3acd7
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
cf4a50b Add documentation for CPACK_PROJECT_CONFIG_FILE.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
8de0d1a Fixes problem finding libraries under Boost (#9510)
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
4b1e5f0 Pass objects to Intel linker using a response file
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use response files for C and CXX languages with the Intel compiler on
Windows. We already used them for Fortran. This enables creation of
libraries and executables with a very large number of object files.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
430336c Merge branch 'findsubversion_fphsa_cleanup'
b6c6156 Use FPHSA() in FindSWIG, including version checking.
656cd2f Improved version checking for FindCUDA using the new mode of FPHSA
126db7b Improved version checking for FindSubversion using the new mode of FPHSA()
77d909b Fix DETAILS string with version number in FHPSA()
19b68b9 Improved version checking for FindJava using the new FPHSA() mode
6bb0b6e Improved version checking for FindRuby using the new mode of FPHSA()
946493f FindSquish doesn't detect the version, remove that from the documentation
cb9d1ea Add version checking support to FindFlex and FindPerlLibs
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into ImprovedVersionCheckingInSomeModules
Conflicts:
Modules/FindSubversion.cmake
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If found, the version which was found should be stored in the DETAILS
string, but it was dereferenced twice, which was wrong.
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Alex
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use the new mode of FPHSA() to add version checking for these two modules.
Alex
|
|\ \ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
2cde67a Modules: Fix spelling 'To distributed' -> 'To distribute'
|