summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* FindMPEG: also check if MPEG_vo_LIBRARY is validKovarththanan Rajaratnam2010-04-161-1/+1
|
* FindEXPAT: else() not neededKovarththanan Rajaratnam2010-04-161-3/+0
|
* FindJasper: don't put JASPER_LIBRARIES into cacheKovarththanan Rajaratnam2010-04-161-1/+1
| | | | This means that the user no longer sees this value _but_ this is backwards compatible because setting JASPER_LIBRARIES had no effect previously because we would override it using set()
* FindJasper: don't set JASPER_LIBRARIES twiceKovarththanan Rajaratnam2010-04-161-4/+0
|
* FindJasper: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-5/+0
|
* FindASPELL: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-6/+0
|
* FindHSPELL: capitalize Hspell properlyKovarththanan Rajaratnam2010-04-161-5/+5
|
* FindHSPELL: add version supportKovarththanan Rajaratnam2010-04-161-0/+10
|
* FindHSPELL: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-161-9/+2
|
* -add basic search directories for the "Generic" platformAlex Neundorf2010-04-141-0/+6
| | | | | | | | | | As reported on the mailing list, find_path/file/library/program() basically don't work at all if CMAKE_FIND_ROOT_PATH is set and searching in the host system directories is disabled. This patch adds /include, /lib and /bin to the search directories, so they will be appended to CMAKE_FIND_ROOT_PATH so this will work for the "Generic" platform (embedded systems without OS) Alex
* FindSubversion: simplify using FindPackageHandleStandardArgs()Kovarththanan Rajaratnam2010-04-111-11/+2
|
* FindBZip2: no need to set QUIETLY explicitlyKovarththanan Rajaratnam2010-04-111-4/+0
|
* FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced)Kovarththanan Rajaratnam2010-04-111-1/+0
|
* FindZLIB: add support for version handling (fixes #5588)Kovarththanan Rajaratnam2010-04-111-3/+13
| | | | This change depends on the fix for #9414 which should land very soon.
* FindZLIB: add support for GnuWin32 (fixes #5588)Kovarththanan Rajaratnam2010-04-111-2/+9
|
* FindZLIB: FindPackageHandleStandardArgs already contains the quiet handlingKovarththanan Rajaratnam2010-04-111-7/+2
|
* -check for the ARM ABI/EABI compiler ABI for the GNU compilersAlex Neundorf2010-04-101-0/+10
| | | | | | | | The names are: EABI: "ELF ARMEABI" non-EABI: "ELF ARM" Alex
* -revert the previous unintended commitAlex Neundorf2010-04-101-2/+0
| | | | Alex
* -no change, don't know why git wants to commit somethingAlex Neundorf2010-04-101-0/+2
| | | | | | | | | | (I accidentially removed ExternalProject.cmake from git by doing mv ExternalProject.cmake ExternalProject.cmake.save git checkout master which I hoped would basically do a revert as it does with svn and cvs, but it deleted the file from git) Alex
* CPackRPM:: Fix bug #10363, specify compression type in RPM specEric NOULARD2010-04-101-0/+32
| | | | | This is a feature request --Eric
* Remove spurious tabsKovarththanan Rajaratnam2010-04-091-12/+12
|
* Revert "Include relative path in generated qrc and uic files. Fixes #10413."Clinton Stimpson2010-04-081-2/+2
| | | | This reverts commit 108090fde96916ba666f035d1e260f036af5b31e.
* OpenBSD: Work-around static/runtime linker inconsistencyChuck Atkins2010-03-261-0/+16
| | | | | | | Detect the runtime linker's search path and add to the compile time linker's search path. This is needed because OpenBSD's static linker does not search for shared library dependencies in the same places as the runtime linker.
* it's CMAKE_COMPILER_IS_GNUCC, not CMAKE_COMPILER_IS_GNUGCCAlex Neundorf2010-03-251-1/+1
| | | | | | Patch from Brad Hards <bradh AT frogmouth DOT net> Alex
* Teach CMake how to work with G95 on mingw.Bill Hoffman2010-03-231-0/+1
|
* Include relative path in generated qrc and uic files. Fixes #10413.Clinton Stimpson2010-03-171-2/+2
|
* Change to use FindX11.cmake. Should fix #9929.Clinton Stimpson2010-03-172-54/+26
|
* Add support for libXi.Clinton Stimpson2010-03-171-0/+10
|
* ENH: Hook in GetPrerequisites to override item typeMichael Wild2010-03-171-0/+11
| | | | | | The hook is called gp_resolved_file_type_override. Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
* ENH: Clarify a doc string. Fixes #10358.Clinton Stimpson2010-03-171-1/+3
|
* ENH: Modify how OpenGL is searched for, that is, use FindOpenGL.cmake.Clinton Stimpson2010-03-171-17/+5
|
* Support multiple arguments in CC,CXX,FC valuesBrad King2010-03-151-0/+1
| | | | | | | | | Teach compiler identification to support values such as export CC='gcc -g -O2' by separating the arguments on spaces. We already do this for the values of CFLAGS, CXXFLAGS, and FFLAGS.
* Add a new registry key to check for the location of MPICH2.David Partyka2010-03-111-0/+1
|
* BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option.Miguel A. Figueroa-Villanueva2010-03-071-2/+10
| | | | | | | | | | This allows the user not to link to the common libraries, which are regularly required. The user must specify all libraries that he does want to link in the find_package line (png tiff jpeg zlib regex expat). --HG-- extra : rebase_source : df29f96c957600629a34a1c5fafb8b3d6f274e22
* Fix Qt with OpenGL on the Mac.Bill Hoffman2010-03-101-1/+15
|
* Add .git .bzr and .hg to the list of default CPack ignore directories.Bill Hoffman2010-03-081-1/+1
|
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-011-1/+0
|
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+4
| | | | Allow the user to set the CMake variable CTEST_COST_DATA_FILE, which will be used to store the cost data from test runs. If not set, defaults to the original location in the build tree Testing/Temporary dir.
* Suppress GNU flag -fPIC on WindowsBrad King2010-02-191-0/+2
| | | | | | | | Commit "Modernize GNU compiler info on Windows" (2009-12-02) reorganized GNU flags on Windows but let -fPIC slip through for compilation of objects in shared libraries. While this flag is valid on most GNU compiler platforms we need to suppress it in Windows-GNU.cmake just as we already do in CYGWIN-GNU.cmake.
* Add support for QtDeclartive module.Clinton Stimpson2010-02-182-3/+12
|
* A few small changed from Pat Marion (in VTK CVS too)Marcus Hanwell2010-02-171-2/+2
|
* Applied patch from Pat Marion - modules header macro.Marcus Hanwell2010-02-171-6/+12
| | | | | | This modifies the behavior of PYTHON_WRITE_MODULES_HEADER, should be backwards compatible. Also marked a couple of the variables generated by adding Python modules as advanced.
* Do not force frameworks on Mac OS X - never worked well.Marcus Hanwell2010-02-171-16/+0
|
* FortranCInterface: Fix PathScale detection againBrad King2010-02-161-0/+6
| | | | | | | | | | | PathScale Fortran mangles module symbols as "MY_SUB.in.MY_MODULE" and also requires "my_module_" when the module is imported. We cannot provide the symbol with ".in." mangling so we should not provide "my_module_" because it would duplicate the one in the Fortran-provided object file. Commit "FortranCInterface: Fix PathScale detection" (2010-01-22) already made the same fix for the non-underscore module case.
* Make a common function that prints the status during the checks for working ↵David Cole2010-02-124-9/+36
| | | | compilers. Call it from all of the CMakeTesten_US.UTF-8Compiler.cmake files. In the message, print the full path to the tested compiler only for the Makefile generators. For Xcode and Visual Studio generators, print the generator instead so that users are not misled with the full path to a compiler that the generator may not even use. Xcode and Visual Studio have their own mechanisms for choosing the compiler to use during try_compile and build...
* Do not warn for unknown CTest UPDATE_TYPEBrad King2010-02-101-7/+0
| | | | | | | | | | | | | In the CTest module we previously warned if the source directory did not contain known version control directories. The message was: "CTest cannot determine repository type. Please set UPDATE_TYPE to 'cvs' or 'svn'. CTest update will not work." This was confusing when building sources from a tarball. Furthermore, we now support many more version control tools. This feature is now mature enough that the warning causes confusion more than it provides real help. We simply remove it.
* Detect Git repositories for CTest UPDATE_TYPEBrad King2010-02-101-0/+7
| | | | | The CTest module configures the command-line CTest dashboard mode. We teach it to recognize .git directories.
* Simplify CTest.cmake module with ELSEIFBrad King2010-02-101-29/+17
| | | | | We use ELSEIF to simplify the cascading IF blocks for detecting version control tools.
* Fix for bug #10257, NSIS could remove a PATH if it was too longBill Hoffman2010-02-091-0/+9
|
* Moved call to cache CDash version information to cmCTest::initialize. Also ↵Zach Mullen2010-02-081-0/+1
| | | | added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6.