..
Platform
BUG: Do not place $(CMAKE_COMMAND) in link scripts.
2008-03-01 09:08:34 -05:00
AddFileDependencies.cmake
BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES()
2006-03-20 12:29:56 -05:00
CheckCCompilerFlag.cmake
ENH: two macros to check whether the C/CXX compiler supports a given flag:
2006-09-18 17:55:22 -04:00
CheckCSourceCompiles.cmake
BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx"
2007-04-04 15:59:22 -04:00
CheckCSourceRuns.cmake
ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in
2007-08-28 10:52:07 -04:00
CheckCXXCompilerFlag.cmake
ENH: two macros to check whether the C/CXX compiler supports a given flag:
2006-09-18 17:55:22 -04:00
CheckCXXSourceCompiles.cmake
STYLE: fix #3519 (incorrect comment)
2006-08-27 11:19:25 -04:00
CheckCXXSourceRuns.cmake
ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in
2007-08-28 10:52:07 -04:00
CheckForPthreads.c
ENH: merge in changes for beos support
2006-12-04 17:26:41 -05:00
CheckFortranFunctionExists.cmake
ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake.
2007-10-10 17:47:37 -04:00
CheckFunctionExists.c
CheckFunctionExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFile.c.in
BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.
2006-05-18 10:28:12 -04:00
CheckIncludeFile.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFile.cxx.in
CheckIncludeFileCXX.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckIncludeFiles.cmake
BUG: fix double cmakefiles directory
2008-02-17 17:40:01 -05:00
CheckLibraryExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckLibraryExists.lists.in
CheckSizeOf.cmake
CheckStructHasMember.cmake
ENH: add macro to test if a member has specified struct, e.g.
2007-07-12 15:00:37 -04:00
CheckSymbolExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CheckTypeSize.cmake
STYLE: remove unused CheckTypeSize.c.in
2007-08-10 13:14:00 -04:00
CheckTypeSizeC.c.in
COMP: don't use stdio, it can fail on some embedded targets (sdcc)
2007-06-05 10:20:21 -04:00
CheckVariableExists.c
CheckVariableExists.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMake.cmake
CMakeAddNewLanguage.txt
CMakeASM-ATTInformation.cmake
ENH: initial support for assembler in cmake, needs testing by our users
2007-06-28 09:14:27 -04:00
CMakeASMCompiler.cmake.in
ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea)
2007-07-12 08:37:10 -04:00
CMakeASMInformation.cmake
ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow preset
2007-07-11 13:39:51 -04:00
CMakeBackwardCompatibilityC.cmake
CMakeBackwardCompatibilityCXX.cmake
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
CMakeBorlandFindMake.cmake
CMakeBuildSettings.cmake.in
CMakeCCompiler.cmake.in
ENH: Generalize the check for sizeof void* to detect more ABI information.
2008-01-21 18:30:17 -05:00
CMakeCCompilerABI.c
ENH: Generalize the check for sizeof void* to detect more ABI information.
2008-01-21 18:30:17 -05:00
CMakeCCompilerId.c.in
ENH: Add support to C compiler identification for void return type from main. Cross-compilers for embedded platforms may require it.
2008-02-25 18:47:19 -05:00
CMakeCInformation.cmake
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
CMakeCommonLanguageInclude.cmake
BUG: fix for 3550 again
2006-07-26 13:19:34 -04:00
CMakeCompilerABI.h
ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem.
2008-01-23 17:53:18 -05:00
CMakeConfigurableFile.in
ENH: Make modules use configure instead of file write
2006-02-23 09:58:07 -05:00
CMakeCXXCompiler.cmake.in
ENH: Generalize the check for sizeof void* to detect more ABI information.
2008-01-21 18:30:17 -05:00
CMakeCXXCompilerABI.cpp
ENH: Generalize the check for sizeof void* to detect more ABI information.
2008-01-21 18:30:17 -05:00
CMakeCXXCompilerId.cpp.in
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeCXXInformation.cmake
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
CMakeDependentOption.cmake
ENH: Adding CMAKE_DEPENDENT_OPTION macro.
2006-10-19 14:48:12 -04:00
CMakeDetermineASM-ATTCompiler.cmake
ENH: initial support for assembler in cmake, needs testing by our users
2007-06-28 09:14:27 -04:00
CMakeDetermineASMCompiler.cmake
ENH: initial support for assembler in cmake, needs testing by our users
2007-06-28 09:14:27 -04:00
CMakeDetermineCCompiler.cmake
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeDetermineCompilerABI.cmake
ENH: Generalize the check for sizeof void* to detect more ABI information.
2008-01-21 18:30:17 -05:00
CMakeDetermineCompilerId.cmake
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeDetermineCXXCompiler.cmake
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeDetermineFortranCompiler.cmake
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeDetermineJavaCompiler.cmake
STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which are
2007-06-18 18:01:15 -04:00
CMakeDetermineRCCompiler.cmake
BUG: Need to search for rc by default, not c++ compilers.
2006-08-31 10:46:02 -04:00
CMakeDetermineSystem.cmake
STYLE: don't use an extra file to generate CMakeSystem.cmake but instead
2007-08-15 14:26:00 -04:00
CMakeExportBuildSettings.cmake
CMakeFindBinUtils.cmake
ENH: Use builtin chrpath instead of relinking ELF targets
2008-03-01 12:51:07 -05:00
CMakeFindFrameworks.cmake
CMakeFindWMake.cmake
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
CMakeFindXCode.cmake
CMakeForceCompiler.cmake
STYLE: Fixed docs of new CMakeForceCompiler
2008-03-03 11:18:49 -05:00
CMakeFortranCompiler.cmake.in
ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea)
2007-07-12 08:37:10 -04:00
CMakeFortranCompilerId.F90.in
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakeFortranInformation.cmake
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
CMakeGenericSystem.cmake
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
2008-01-17 15:54:49 -05:00
CMakeImportBuildSettings.cmake
ENH: fix for case difference with nmake
2006-07-24 16:58:05 -04:00
CMakeJavaCompiler.cmake.in
BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169 .
2008-01-07 16:12:37 -05:00
CMakeJavaInformation.cmake
ENH: fix java and add OBJECT_DIR support
2006-04-17 14:01:22 -04:00
CMakeLists.txt
BUG: Need to install fortran compiler id source.
2008-01-10 14:47:00 -05:00
CMakeMinGWFindMake.cmake
ENH: better algorithm for looking for make and gcc on msys and mingw
2006-02-15 21:26:47 -05:00
CMakeMSYSFindMake.cmake
ENH: better algorithm for looking for make and gcc on msys and mingw
2006-02-15 21:26:47 -05:00
CMakeNMakeFindMake.cmake
CMakePlatformId.h.in
ENH: Improvied compiler identification robustness
2008-02-25 09:23:14 -05:00
CMakePrintSystemInformation.cmake
CMakeRCCompiler.cmake.in
CMakeRCInformation.cmake
ENH: fix spelling errors
2006-02-27 12:14:10 -05:00
CMakeSystem.cmake.in
STYLE: don't use an extra file to generate CMakeSystem.cmake but instead
2007-08-15 14:26:00 -04:00
CMakeSystemSpecificInformation.cmake
ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it
2007-08-10 09:07:39 -04:00
CMakeTestASM-ATTCompiler.cmake
ENH: initial support for assembler in cmake, needs testing by our users
2007-06-28 09:14:27 -04:00
CMakeTestASMCompiler.cmake
ENH: initial support for assembler in cmake, needs testing by our users
2007-06-28 09:14:27 -04:00
CMakeTestCCompiler.cmake
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
2008-02-14 10:50:43 -05:00
CMakeTestCXXCompiler.cmake
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
2008-02-14 10:50:43 -05:00
CMakeTestForFreeVC.cxx
CMakeTestFortranCompiler.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
CMakeTestGNU.c
CMakeTestJavaCompiler.cmake
CMakeTestNMakeCLVersion.c
CMakeTestRCCompiler.cmake
CMakeUnixFindMake.cmake
BUG: fix for 4188 look for smake as well as gmake and make
2007-02-20 15:14:04 -05:00
CMakeVS6BackwardCompatibility.cmake
CMakeVS6FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
CMakeVS7BackwardCompatibility.cmake
CMakeVS7FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
CMakeVS8FindMake.cmake
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
CMakeVS9FindMake.cmake
ENH: add support for vs 2008 beta 2
2007-09-17 15:21:47 -04:00
CMakeVS71FindMake.cmake
ENH: add correct flags for msvc generators
2006-04-10 13:46:37 -04:00
COPYING-CMAKE-SCRIPTS
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
CPack.background.png.in
ENH: More work on the packaging. Add Applicaitons, add icons, etc
2007-02-13 14:13:51 -05:00
CPack.cmake
ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE.
2007-12-26 16:57:13 -05:00
CPack.Description.plist.in
CPack.DS_Store.in
ENH: More work on the packaging. Add Applicaitons, add icons, etc
2007-02-13 14:13:51 -05:00
CPack.Info.plist.in
ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE.
2007-12-26 16:57:13 -05:00
CPack.OSXScriptLauncher.in
ENH: First pass at CPack generator for OSX X11 applications. This are applications that require X11 to work. This is not really installed but a bundle packager
2007-01-10 15:30:26 -05:00
CPack.OSXX11.Info.plist.in
ENH: First pass at CPack generator for OSX X11 applications. This are applications that require X11 to work. This is not really installed but a bundle packager
2007-01-10 15:30:26 -05:00
CPack.RuntimeScript.in
ENH: Change permission for getdisplay.sh to make the runtimescript work
2007-01-10 18:33:03 -05:00
CPack.STGZ_Header.sh.in
ENH: try if tail works with the -n +<number> syntax, if not use only
2007-07-19 15:39:58 -04:00
CPack.VolumeIcon.icns.in
ENH: More work on the packaging. Add Applicaitons, add icons, etc
2007-02-13 14:13:51 -05:00
CPackDeb.cmake
ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
2008-01-17 17:19:13 -05:00
CPackRPM.cmake
BUG: fix rpmbuild bug, which expands variables in comments :-/
2008-02-25 14:23:24 -05:00
CPackZIP.cmake
ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can be
2007-07-24 12:52:39 -04:00
CTest.cmake
STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch
2007-12-17 17:05:07 -05:00
CTestTargets.cmake
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
2008-02-14 13:36:23 -05:00
Dart.cmake
ENH: use ctest to drive dashboards for make targets as opposed to tclsh
2008-01-31 13:23:04 -05:00
DartConfiguration.tcl.in
ENH: allow cdash not to trigger
2008-02-29 14:58:33 -05:00
Documentation.cmake
DummyCXXFile.cxx
ecos_clean.cmake
ENH: now also the "ecosclean" target works with MS nmake
2007-02-07 14:50:45 -05:00
FeatureSummary.cmake
ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
2008-01-17 17:19:13 -05:00
FindASPELL.cmake
BUG: fix for bug 0005871
2007-10-12 11:00:35 -04:00
FindAVIFile.cmake
FindBLAS.cmake
ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake.
2007-10-10 17:47:37 -04:00
FindBoost.cmake
BUG: it seems on some installations boost is installed under boost-1_34 ,
2008-01-10 18:52:19 -05:00
FindBZip2.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindCABLE.cmake
FindCups.cmake
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXX
2007-07-18 13:56:45 -04:00
FindCURL.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindCurses.cmake
COMP: make it build on NetBSD, which has separate curses and ncurses, so
2007-08-27 09:01:14 -04:00
FindCygwin.cmake
FindDart.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindDCMTK.cmake
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the
2007-07-19 09:00:51 -04:00
FindDoxygen.cmake
ENH: fix for backwards compatibility
2006-12-04 19:37:29 -05:00
FindEXPAT.cmake
BUG: use the correct variable for checking the success ( #6062 )
2007-11-25 08:20:05 -05:00
FindFLTK2.cmake
ENH: add from bug 0004219
2007-10-12 11:34:07 -04:00
FindFLTK.cmake
FindFreetype.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindGCCXML.cmake
ENH: use program files env for searching
2006-02-28 10:27:30 -05:00
FindGDAL.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindGettext.cmake
BUG: fix typo reported by Duncan Mac Vicar
2007-02-25 19:22:59 -05:00
FindGIF.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindGLU.cmake
FindGLUT.cmake
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the
2007-07-19 09:00:51 -04:00
FindGnuplot.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindGTK.cmake
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the
2007-07-19 09:00:51 -04:00
FindHSPELL.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindHTMLHelp.cmake
ENH: need quotes
2008-01-29 15:10:37 -05:00
FindImageMagick.cmake
FindITK.cmake
FindJasper.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindJava.cmake
ENH: More locations for Java
2006-10-12 13:12:37 -04:00
FindJNI.cmake
BUG: Eliminate message - it pops up an annoying dialog whenever you run CMakeSetup in a project with java wrapping turned on.
2008-01-16 10:04:36 -05:00
FindJPEG.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindKDE3.cmake
ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but make
2007-07-17 08:41:20 -04:00
FindKDE4.cmake
BUG: KDEDIRS contains the kde install locations, not the binary dirs, so
2007-08-26 03:29:13 -04:00
FindKDE.cmake
ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of
2006-03-09 14:10:59 -05:00
FindLAPACK.cmake
ENH: FindBLAS.cmake and FindLAPACK.cmake modules added. They locate various implementations of blas and lapack libraries. CheckFortranFunctionExists.cmake provides a test function to check if the library is usabale. I have also changed the -KPIC flag to -fPIC in Linux-ifort.cmake.
2007-10-10 17:47:37 -04:00
FindLATEX.cmake
FindLibXml2.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindLibXslt.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindLua50.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindLua51.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindMatlab.cmake
FindMFC.cmake
FindMotif.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindMPEG2.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindMPEG.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindMPI.cmake
STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmake
2007-08-06 11:02:58 -04:00
FindOpenAL.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindOpenGL.cmake
STYLE: remove unnecessary default search paths
2007-08-10 11:37:29 -04:00
FindOpenSSL.cmake
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
2006-09-19 16:11:53 -04:00
FindOpenThreads.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
Findosg.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgDB.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgFX.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgGA.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgIntrospection.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgManipulator.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgParticle.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgProducer.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgShadow.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgSim.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgTerrain.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgText.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgUtil.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindosgViewer.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindPackageHandleStandardArgs.cmake
STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local
2008-02-06 17:02:53 -05:00
FindPerl.cmake
ENH: update for Tcl/Tk 8.5
2008-01-25 13:07:59 -05:00
FindPerlLibs.cmake
BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $
2007-12-12 07:26:25 -05:00
FindPHP4.cmake
BUG: fix #5329 , if /usr/xpg4/bin/tail exists, use this one -> on SunOS
2007-07-19 09:42:57 -04:00
FindPhysFS.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindPike.cmake
ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the
2007-07-19 09:00:51 -04:00
FindPkgConfig.cmake
BUG: fix for bug 6117 pkgconfig
2008-02-07 13:19:38 -05:00
FindPNG.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindProducer.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindPythonInterp.cmake
ENH: add support for the next python release, python 2.6
2007-08-30 13:35:54 -04:00
FindPythonLibs.cmake
STYLE: use global property instead of helper target to collect all python
2008-02-15 18:26:37 -05:00
FindQt3.cmake
BUG: Fixed name of variable used to check version of uic executable.
2007-06-11 15:02:03 -04:00
FindQt4.cmake
BUG: Fix error when paths have + in them. (special regex characters)
2008-02-14 01:11:20 -05:00
FindQt.cmake
ENH: change to fatal error
2006-01-25 12:16:49 -05:00
FindQuickTime.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindRuby.cmake
ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib ( #5531 )
2008-01-02 12:32:17 -05:00
FindSDL_image.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindSDL_mixer.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindSDL_net.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindSDL_sound.cmake
BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.
2007-12-20 20:59:44 -05:00
FindSDL_ttf.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindSDL.cmake
BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically.
2008-01-15 21:20:11 -05:00
FindSelfPackers.cmake
FindSubversion.cmake
BUG: set LC_ALL to C, so message from svn are not translated, which can lead
2008-01-14 17:19:20 -05:00
FindSWIG.cmake
BUG: fix for bug 4145 much better findSwig
2008-01-10 16:22:52 -05:00
FindTCL.cmake
ENH: fix advanced bug
2008-02-13 17:00:20 -05:00
FindTclsh.cmake
ENH: Update Tcl/Tk 8.5
2008-01-26 01:11:04 -05:00
FindTclStub.cmake
ENH: Update Tcl/Tk 8.5
2008-01-26 01:11:04 -05:00
FindThreads.cmake
BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. Modern HP pthreads are just normal pthreads.
2007-09-24 09:53:41 -04:00
FindTIFF.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindUnixCommands.cmake
FindVTK.cmake
ENH: Add ability to find VTK 5 without user help.
2006-05-23 10:40:40 -04:00
FindWget.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FindWish.cmake
ENH: Update Tcl/Tk 8.5
2008-01-26 01:11:04 -05:00
FindwxWidgets.cmake
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
2008-01-18 15:52:54 -05:00
FindwxWindows.cmake
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
2006-07-21 15:43:19 -04:00
FindX11.cmake
BUG: FindX11 module should search for SM library instead of returning -lSM.
2008-01-20 16:02:38 -05:00
FindXMLRPC.cmake
BUG: fix for bug 4123, find xmlrpc in standard locations
2006-12-04 11:44:47 -05:00
FindZLIB.cmake
ENH: add second failure message parameter to
2007-07-23 09:49:52 -04:00
FLTKCompatibility.cmake
ENH: threads used to include this
2007-08-06 10:42:45 -04:00
InstallRequiredSystemLibraries.cmake
ENH: add vs9 stuff, still need msvc9 mfc
2008-02-29 14:36:33 -05:00
ITKCompatibility.cmake
ENH: added to handle case in ITK 2.8 and earlier
2006-11-16 15:28:16 -05:00
kde3init_dummy.cpp.in
ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of
2006-03-09 14:10:59 -05:00
kde3uic.cmake
BUG: fix #3324 : KDE3Macros.cmake didn't find Qt designer plugins when
2006-08-27 15:52:36 -04:00
KDE3Macros.cmake
ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but make
2007-07-17 08:41:20 -04:00
MacroAddFileDependencies.cmake
ENH: Updates from KDE
2006-06-16 14:45:47 -04:00
NSIS.InstallOptions.ini.in
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
2007-09-18 15:16:21 -04:00
NSIS.template.in
ENH: add ability to set installer icons, links to web pages, nsis code in the icon section of the template, and ability to escape variables correctly
2007-10-29 08:11:44 -04:00
readme.txt
ENH: Added version support to Config mode of find_package command.
2008-01-28 20:38:48 -05:00
SystemInformation.cmake
ENH: limit the output of system information to no more than 50K per file
2007-03-02 10:57:20 -05:00
SystemInformation.in
ENH: improvements
2007-02-27 09:43:34 -05:00
TestBigEndian.cmake
ENH: for universal binaries return the endianess based on the processor
2007-08-13 11:04:19 -04:00
TestCXXAcceptsFlag.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestEndianess.c.in
STYLE: remove unused CheckTypeSize.c.in
2007-08-10 13:14:00 -04:00
TestForANSIForScope.cmake
STYLE: fix doc string
2007-12-17 17:57:57 -05:00
TestForAnsiForScope.cxx
TestForANSIStreamHeaders.cmake
TestForANSIStreamHeaders.cxx
TestForSSTREAM.cmake
ENH: minor doc cleanups and an example of documenting a variable
2007-10-15 14:50:18 -04:00
TestForSSTREAM.cxx
ENH: add support for watcom wmake and wcl386
2006-01-17 10:21:45 -05:00
TestForSTDNamespace.cmake
ENH: centralized locaiton of CMakeFiles setting
2006-06-14 12:28:32 -04:00
TestForSTDNamespace.cxx
Use_wxWindows.cmake
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
2006-07-21 15:43:19 -04:00
UseEcos.cmake
ENH: now also the "ecosclean" target works with MS nmake
2007-02-07 14:50:45 -05:00
UsePkgConfig.cmake
BUG: untested fix for newlines in the output of pkg config
2007-03-07 15:36:09 -05:00
UseQt4.cmake
ENH: Use new COMPILE_DEFINITIONS_* with set_property to
2008-02-01 12:02:19 -05:00
UseSWIG.cmake
BUG: fix for bug 6151
2008-01-02 17:12:33 -05:00
UseVTK40.cmake
UseVTKBuildSettings40.cmake
UseVTKConfig40.cmake
UsewxWidgets.cmake
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script.
2006-10-19 10:07:41 -04:00
VTKCompatibility.cmake
STYLE: Remove trailing whitespace.
2008-03-03 11:57:02 -05:00