| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
de30173 Remove C compiler requirement from FindQt4.cmake
|
| |
| |
| |
| |
| | |
Use the new check_cxx_symbol_exists instead of check_symbol_exists.
Also remove a debug message from CheckSymbolExists.cmake.
|
|\ \
| | |
| | |
| | |
| | | |
6b71bf8 Remove debug output from CheckSymbolExists
|
| |/
| |
| |
| |
| |
| | |
...which shouldn't have been committed.
Alex
|
|\ \
| | |
| | |
| | |
| | | |
b7f3f7c Add fail regex to detect supported warning flags correctly.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On Apple's gcc, the compiler emits a warning such as "warning: command
line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C"
when it is passed that flag on its command line.
When testing for that flag with a plain C file, we should report that
the flag is unsupported for C files. The new FAIL_REGEX option added
here produces this behavior.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
b62349c FeatureSummary.cmake: update documentation
f366cf8 FeatureSummary.cmake: cosmetics
f407bb5 FeatureSummary.cmake: only higher TYPEs can override previous TYPEs
02d47ab FeatureSummary.cmake: error out when a REQUIRED package is missing
91a1527 FeatureSummary.cmake: add INCLUDE_QUIET_PACKAGES keyword
0671a02 FeatureSummary.cmake: remove "comment" field
aae13f4 Extend FeatureSummary: add PURPOSE of package and TYPE
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| |
| |
| | |
-move the compat function to the bottom of the file
-make all except one endif() empty
Alex
|
| |
| |
| |
| |
| |
| | |
This way e.g. a REQUIRED cannot become OPTIONAL, only the other way round
Alex
|
| |
| |
| |
| | |
Alex
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now found packages are not stored in ENABLED/DISABLED_FEATURES
anymore, but always in PACKAGES_FOUND/NOT_FOUND.
ENABLED/DISABLED_FEATURES is now only used via
ADD_FEATURE_INFO(), e.g. for stuff set via option().
Alex
|
| |
| |
| |
| |
| |
| |
| |
| | |
What was given as comment to set_package_info(), now goes into
the PURPOSE field. It was not clear what the comment should contain,
with the PURPOSE this is much clearer now.
Alex
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With the PURPOSE a project can state what the package in question
is used for in the project (as opposed to describing what the package
does in general).
TYPE can be one of OPTIONAL (default)
RUNTIME - not needed for building, only at runtime
RECOMMENDED - as OPTIONAL, but you should really have it
REQUIRED - cmake will fail if one of these is not found
This can be set using the new function set_package_properties()
Alex
|
|\ \
| | |
| | |
| | |
| | | |
bb3a438 Search for the ASPELL executable
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
702538e Qt4: Fix reference of undefined variable when detecting frameworks on Mac OS X
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
0ae8a34 Add qt4/QtCore to help find Qt headers when cross-compiling.
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
757a6a0 Add CheckCXXSymbolExists.cmake, so this can be used also for C++
|
| |/
| |
| |
| |
| |
| |
| | |
This commit splits check_symbol_exists() so that the actual
implementation can be also used by check_cxx_symbol_exists()
Alex
|
|\ \
| | |
| | |
| | |
| | |
| | | |
d64ba0b Fix copyright notice test
1325260 Add macros cmake_push/pop_check_state() as discussed on the list.
|
| | |
| | |
| | |
| | | |
Alex
|
| |/
| |
| |
| |
| |
| |
| |
| | |
This patch adds two macros cmake_push_check_state() and
cmake_pop_check_state(), which can be used to save and restore
the contents of the CMAKE_REQUIRED_xxx variables.
Alex
|
|\ \
| | |
| | |
| | |
| | | |
5a2b208 Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
0c6e852 FindSubversion: Invoke svn non-interactively (#12304)
|
| |/ /
| | |
| | |
| | | |
Otherwise Subversion_WC_LOG hangs if credentials are not set.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
8756e77 Fix issues with removing try_compile input file.
e00d2c4 Try regular compiler when no MPI compiler.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Don't remove input file
- Put output in ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}
- Remove try_compile variable from the cache after using
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If FindMPI can't interrogate any of the available compilers, it attempts to compile simple MPI
programs with CMAKE_${lang}_COMPILER. If this works, it uses that as MPI_${lang}_COMPILER.
This allows MPI to be discovered on Cray XT/XE systems, where modules are used and cc, CC, and ftn
compilers *are* MPI compilers.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
aed92cc Add VisualStudio 9 and 10 generators for Itanium platform
d44c68f VS: Factor Find64BitTools out of Win64 generator to parent
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1417a55 Java: Fix documentation format and indentation
0b7627d Java: Use set_property/get_property for target variables.
b01a505 Java: Create correct jar archive dependencies.
f99c312 Java: Added some dependency magic to avoid recompilations.
f3233ba Java: Create java_class_filelist only if it does't exist.
a22ed3d Tests: Check for the new Java exeutable variables.
c177c8e Tests: Java tests should test UseJava.cmake
5c2106c Modules: Added CMake Java support.
a4b6275 FindJava: Find missing java development executables.
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The command generating the jar file depends on java_class_filelist which
is generated by another command.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Compile java sources within a custom_command using automatically checked
file dependencies and create java_class_filelist after java compile.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This provides:
find_jar
add_jar
install_jar
install_jni_symlink
create_javadoc
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 1088b0278e74526298d0821589973918da33c44b.
Wrapper dependency scanning (fix for #4147) does not work at CMake
configuration time if an input file is provided by a custom command
(regression #12307). Revert to original behavior until a solution is
found.
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
8555c2b Look for VCExpress as a possible build tool as well as devenv.
ed0075b Use relative paths for custom command inputs.
38368d5 Revert "With very long file names, VS 2010 was unable to compile files."
8cd66dc Use devenv instead of msbuild for vs2010.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
93fc629 FindJNI: Search in Fedora arch-specific JVM location (#12276)
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
effb6bb Detect VS 2010 SP1, faster and more robust detection
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Patch from Aaron C. Meadows
Adds support for detecting VS 2010 SP1
Also improves performance using CMAKE_CXX_COMPILER if it is available
and for robustness falls back using try_compile() and try_run()
|