Bill Hoffman 846b058f73 ENH: force c++ when building c++ objects 19 gadi atpakaļ
..
Platform 846b058f73 ENH: force c++ when building c++ objects 19 gadi atpakaļ
AddFileDependencies.cmake a980fdc96a BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES() 19 gadi atpakaļ
CMake.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeAddNewLanguage.txt 8be3e4eeca ENH: clean up EnableLanguage try to fix problem where try compile runs cmake 20 gadi atpakaļ
CMakeBackwardCompatibilityC.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeBackwardCompatibilityCXX.cmake 9891260a6d ENH: add support for watcom wmake and wcl386 20 gadi atpakaļ
CMakeBorlandFindMake.cmake e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 gadi atpakaļ
CMakeBuildSettings.cmake.in ee72d5740b ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro. 23 gadi atpakaļ
CMakeCCompiler.cmake.in aa98e3647d ENH: fix more than one argument passed in to compilers via environment 20 gadi atpakaļ
CMakeCInformation.cmake 08289893b8 ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. 19 gadi atpakaļ
CMakeCXXCompiler.cmake.in b78d936ecf BUG: Need to duplicate some information from CMakeCCompiler to support C++-only projects. 20 gadi atpakaļ
CMakeCXXInformation.cmake 1d0502927c ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. 19 gadi atpakaļ
CMakeCommonLanguageInclude.cmake 45d85c2e34 BUG: fix for 3550 again 19 gadi atpakaļ
CMakeConfigurableFile.in 01a55559dd ENH: Make modules use configure instead of file write 20 gadi atpakaļ
CMakeDependentOption.cmake de007ef199 ENH: Adding CMAKE_DEPENDENT_OPTION macro. 19 gadi atpakaļ
CMakeDetermineCCompiler.cmake 7001a88a74 BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always. 19 gadi atpakaļ
CMakeDetermineCXXCompiler.cmake 3a32cec969 ENH: merge in changes for beos support 19 gadi atpakaļ
CMakeDetermineFortranCompiler.cmake 086da498d4 ENH: remove df because df is a unix utilitiy 19 gadi atpakaļ
CMakeDetermineJavaCompiler.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CMakeDetermineRCCompiler.cmake 8ffb32369f BUG: Need to search for rc by default, not c++ compilers. 19 gadi atpakaļ
CMakeDetermineSystem.cmake d7b5020a2e ENH: better processor detection on linux 19 gadi atpakaļ
CMakeExportBuildSettings.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
CMakeFindFrameworks.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeFindWMake.cmake 9891260a6d ENH: add support for watcom wmake and wcl386 20 gadi atpakaļ
CMakeFindXCode.cmake 8960a220a9 ENH: add trycompile code for xcode 21 gadi atpakaļ
CMakeFortranCompiler.cmake.in 1cf4d146fc ENH: Merge debian changes. Support more fortran extensions 19 gadi atpakaļ
CMakeFortranInformation.cmake 429571bd1f STYLE: Removing unused platform variable CMAKE_SHARED_MODULE_LINK_Fortran_FLAGS. It does not make sense because nothing links to shared modules. 19 gadi atpakaļ
CMakeGenericSystem.cmake e55ff93748 ENH: Allow user project code to distinguish between an install prefix set on the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it. 19 gadi atpakaļ
CMakeImportBuildSettings.cmake 2523629f4b ENH: fix for case difference with nmake 19 gadi atpakaļ
CMakeJavaCompiler.cmake.in b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 gadi atpakaļ
CMakeJavaInformation.cmake 5ecfd3d4d3 ENH: fix java and add OBJECT_DIR support 19 gadi atpakaļ
CMakeLists.txt a6bd324605 ENH: Installing readme.txt in Modules directory to be consistent with windows. 22 gadi atpakaļ
CMakeMSYSFindMake.cmake 5042581f43 ENH: better algorithm for looking for make and gcc on msys and mingw 20 gadi atpakaļ
CMakeMinGWFindMake.cmake 5042581f43 ENH: better algorithm for looking for make and gcc on msys and mingw 20 gadi atpakaļ
CMakeNMakeFindMake.cmake e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 gadi atpakaļ
CMakePrintSystemInformation.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeRCCompiler.cmake.in b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 gadi atpakaļ
CMakeRCInformation.cmake 718de4cea5 ENH: fix spelling errors 20 gadi atpakaļ
CMakeSystem.cmake.in 3021918293 ENH: add CMAKE_SYSTEM_PROCESSOR 22 gadi atpakaļ
CMakeSystemSpecificInformation.cmake 1d0502927c ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified. 19 gadi atpakaļ
CMakeTestCCompiler.cmake e49b93989d COMP: More warnings and hp issues 19 gadi atpakaļ
CMakeTestCXXCompiler.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CMakeTestForFreeVC.cxx 0d4cd0436b ENH better test for free VC tools 21 gadi atpakaļ
CMakeTestFortranCompiler.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CMakeTestGNU.c 6b31e5c851 BUG: fix problem where cmake thinks the intel compiler is gnu 21 gadi atpakaļ
CMakeTestJavaCompiler.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeTestNMakeCLVersion.c dfcd4f2154 added test for whether pdbtype should be used for nmake 22 gadi atpakaļ
CMakeTestRCCompiler.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeUnixFindMake.cmake 90e4d70dcc BUG: fix for 4188 look for smake as well as gmake and make 19 gadi atpakaļ
CMakeVCManifest.cmake 276e7e21a3 ENH: Adding flags to force generation of manifest files when building with VC 8. 19 gadi atpakaļ
CMakeVCManifestExe.cmake 5ac4801a04 BUG: use different commands for shared libraries and exe for manifest stuff fix for bug#4039 19 gadi atpakaļ
CMakeVS6BackwardCompatibility.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeVS6FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 gadi atpakaļ
CMakeVS71FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 gadi atpakaļ
CMakeVS7BackwardCompatibility.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
CMakeVS7FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 gadi atpakaļ
CMakeVS8FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 gadi atpakaļ
COPYING-CMAKE-SCRIPTS 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
CPack.DS_Store.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 gadi atpakaļ
CPack.Description.plist.in 5358809a5c ENH: More CPack stuff and fix zlib compression 20 gadi atpakaļ
CPack.Info.plist.in a460c60843 ENH: Add verbose flag to package maker and add CFBundleIdentifier string 20 gadi atpakaļ
CPack.OSXScriptLauncher.in de5540f7e5 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 19 gadi atpakaļ
CPack.OSXX11.Info.plist.in de5540f7e5 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 19 gadi atpakaļ
CPack.RuntimeScript.in f015e1ff03 ENH: Change permission for getdisplay.sh to make the runtimescript work 19 gadi atpakaļ
CPack.STGZ_Header.sh.in d6422d3ad6 BUG: Fixes for dash 19 gadi atpakaļ
CPack.VolumeIcon.icns.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 gadi atpakaļ
CPack.background.png.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 gadi atpakaļ
CPack.cmake f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 gadi atpakaļ
CTest.cmake e026f620f8 BUG: fix typo 19 gadi atpakaļ
CTestTargets.cmake f9dc5b5553 ENH: On Visual Studio and Xcode handle config type 19 gadi atpakaļ
CheckCCompilerFlag.cmake 86c63dca11 ENH: two macros to check whether the C/CXX compiler supports a given flag: 19 gadi atpakaļ
CheckCSourceCompiles.cmake d454231a0a STYLE: fix #3519 (incorrect comment) 19 gadi atpakaļ
CheckCSourceRuns.cmake 8b9d44d512 ENH: fixs for check compile stuff from Oswald B. 19 gadi atpakaļ
CheckCXXCompilerFlag.cmake 86c63dca11 ENH: two macros to check whether the C/CXX compiler supports a given flag: 19 gadi atpakaļ
CheckCXXSourceCompiles.cmake d454231a0a STYLE: fix #3519 (incorrect comment) 19 gadi atpakaļ
CheckCXXSourceRuns.cmake 8b9d44d512 ENH: fixs for check compile stuff from Oswald B. 19 gadi atpakaļ
CheckForPthreads.c 3a32cec969 ENH: merge in changes for beos support 19 gadi atpakaļ
CheckFunctionExists.c fad91fb770 ENH: fix tests for non-ansi c on hp and remove warnings for ansi c 21 gadi atpakaļ
CheckFunctionExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckIncludeFile.c.in 095e975c81 BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers. 19 gadi atpakaļ
CheckIncludeFile.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckIncludeFile.cxx.in f5d95fb078 Complete rework of makefile generators expect trouble 23 gadi atpakaļ
CheckIncludeFileCXX.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckIncludeFiles.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckLibraryExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckLibraryExists.lists.in 3697ad6dc7 Initial attempt to check if library exists 23 gadi atpakaļ
CheckSizeOf.cmake ea1467d056 ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module. 23 gadi atpakaļ
CheckSymbolExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckTypeSize.c.in 96f948adf5 ENH: fix checktypesize 20 gadi atpakaļ
CheckTypeSize.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
CheckVariableExists.c a8b2400f7b BUG#502: Do not let optimizing compilers think the symbol exists. Require the symbol by making the return value depend on it to force linking. 21 gadi atpakaļ
CheckVariableExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
Dart.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
DartConfiguration.tcl.in 1ca05e219a ENH: Reorganize and add subversion support 21 gadi atpakaļ
Documentation.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
DummyCXXFile.cxx 9a6c95fcea add checks for ansi flags and not hard code them 23 gadi atpakaļ
FindASPELL.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindAVIFile.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindBZip2.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindBoost.cmake ef6cf109ed ENH: Adding FindBoost.cmake module from Andrew Maclean. This addresses bug#3447. 19 gadi atpakaļ
FindCABLE.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindCURL.cmake d25595a83c ENH: Find module for CURL library. 19 gadi atpakaļ
FindCups.cmake 464e3c137e ENH: add a module to find Cups (#3081), taken from KDE svn 19 gadi atpakaļ
FindCurses.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindCygwin.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindDCMTK.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindDart.cmake 7603244509 ENH: use program files env for searching 20 gadi atpakaļ
FindDoxygen.cmake 3b1c74d34a ENH: fix for backwards compatibility 19 gadi atpakaļ
FindEXPAT.cmake d913a7b1e7 ENH: Find module for EXPAT library. 19 gadi atpakaļ
FindFLTK.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindGCCXML.cmake 7603244509 ENH: use program files env for searching 20 gadi atpakaļ
FindGLU.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindGLUT.cmake 2826dc4003 BUG: fix for bug#3646 GLUT not Glut for framework name 19 gadi atpakaļ
FindGTK.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindGettext.cmake 2d4bc73d39 BUG: add gettext module for working with GNU gettext (#4081) 19 gadi atpakaļ
FindGnuplot.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindHSPELL.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindHTMLHelp.cmake 7603244509 ENH: use program files env for searching 20 gadi atpakaļ
FindITK.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindImageMagick.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindJNI.cmake c074927b41 ENH: Support JVM on Mac 19 gadi atpakaļ
FindJPEG.cmake 60988dd8a2 ENH: honor REQUIRED flag 19 gadi atpakaļ
FindJasper.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindJava.cmake e607d5f7df ENH: More locations for Java 19 gadi atpakaļ
FindKDE.cmake d253baab99 ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of 20 gadi atpakaļ
FindKDE3.cmake 2ab03bd4f0 BUG: remove KDE3_ENABLE_FINAL (#4140): it doesn't work currently and I 19 gadi atpakaļ
FindKDE4.cmake 2fb0e4ba20 STYLE: fix docs for FindKDE4.cmake 19 gadi atpakaļ
FindLATEX.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindLibXml2.cmake 747f135d2c STYLE: don't put the copyright notice twice in the file 19 gadi atpakaļ
FindLibXslt.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindMFC.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindMPEG.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindMPEG2.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindMPI.cmake cf8625cf52 ENH: add support for finding mpich2 on windows 19 gadi atpakaļ
FindMatlab.cmake d2689c95a1 ENH: some style fixes for the book 20 gadi atpakaļ
FindMotif.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindOpenAL.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindOpenGL.cmake cf80510ac5 ENH: On apple do not look for X11 19 gadi atpakaļ
FindOpenSSL.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 gadi atpakaļ
FindPHP4.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindPNG.cmake cfc38fc47d STYLE: remove empty line, so the documentation for the module is complete 19 gadi atpakaļ
FindPerl.cmake 5a2b41350b BUG: honor the REQUIRED flag for Perl, please backport to 2.4 branch so that 19 gadi atpakaļ
FindPerlLibs.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindPhysFS.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindPike.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindPkgConfig.cmake ff6146334c ENH: better backwards compatibility, and deprecate PKGCONFIG 19 gadi atpakaļ
FindPythonInterp.cmake 5d22d36c5d 19 gadi atpakaļ
FindPythonLibs.cmake 5d22d36c5d 19 gadi atpakaļ
FindQt.cmake b442e86492 ENH: change to fatal error 20 gadi atpakaļ
FindQt3.cmake 651fecee5b ENH: make sure findqt3 finds qt3 and not qt4 19 gadi atpakaļ
FindQt4.cmake 533bd43d0f BUG: fix for bug # 3954 glib with qt 19 gadi atpakaļ
FindRuby.cmake 179aad32f3 BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced 19 gadi atpakaļ
FindSDL.cmake d760e378df BUG: fix for 3765 19 gadi atpakaļ
FindSDL_image.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindSDL_mixer.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindSDL_net.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindSDL_sound.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
FindSDL_ttf.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindSWIG.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindSelfPackers.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindSubversion.cmake b2240ef6af ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987. 19 gadi atpakaļ
FindTCL.cmake 9d5dc7b396 BUG: fix for bug# 3313 same advanced for tcl win and unix 19 gadi atpakaļ
FindTIFF.cmake 64cb554397 ENH: Removing platform-specific name hacks now that FIND_LIBRARY handles it. 20 gadi atpakaļ
FindTclsh.cmake d460481da3 BUG: fix for bug #3846 more advanced stuff 19 gadi atpakaļ
FindThreads.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
FindUnixCommands.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
FindVTK.cmake 859db10e2a ENH: Add ability to find VTK 5 without user help. 19 gadi atpakaļ
FindWget.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
FindWish.cmake d460481da3 BUG: fix for bug #3846 more advanced stuff 19 gadi atpakaļ
FindX11.cmake d71f723b11 ENH: fix find x11 on the mac 19 gadi atpakaļ
FindXMLRPC.cmake 3fb55bff36 BUG: fix for bug 4123, find xmlrpc in standard locations 19 gadi atpakaļ
FindZLIB.cmake 97c5324534 BUG: don't append to ZLIB_NAMES 19 gadi atpakaļ
FindwxWidgets.cmake 2fd1b374c1 ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script. 19 gadi atpakaļ
FindwxWindows.cmake 3c9744f406 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. 19 gadi atpakaļ
ITKCompatibility.cmake 540d16384b ENH: added to handle case in ITK 2.8 and earlier 19 gadi atpakaļ
InstallRequiredSystemLibraries.cmake ba66b8d50b BUG: fix for bug 4420 add language dll's to mfc install 19 gadi atpakaļ
KDE3Macros.cmake 2ab03bd4f0 BUG: remove KDE3_ENABLE_FINAL (#4140): it doesn't work currently and I 19 gadi atpakaļ
MacOSXBundleInfo.plist.in 1dbcfd2a98 ENH: Improve Mac OSX bundle support 21 gadi atpakaļ
MacroAddFileDependencies.cmake 63c241ea1e ENH: Updates from KDE 19 gadi atpakaļ
NSIS.InstallOptions.ini.in 5b3a2c84fc ENH: use radio buttons to choose PATH options 19 gadi atpakaļ
NSIS.template.in bf74cd9d83 BUG: Compression must be set before any output is created. 19 gadi atpakaļ
TestBigEndian.c fad91fb770 ENH: fix tests for non-ansi c on hp and remove warnings for ansi c 21 gadi atpakaļ
TestBigEndian.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
TestCXXAcceptsFlag.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
TestForANSIForScope.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
TestForANSIStreamHeaders.cmake 74eaecfc3e ENH: cleanups 20 gadi atpakaļ
TestForANSIStreamHeaders.cxx 32b398e55b new try compile module 23 gadi atpakaļ
TestForAnsiForScope.cxx a696dbc815 ERR: Removed warning for unused variable. 22 gadi atpakaļ
TestForSSTREAM.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
TestForSSTREAM.cxx 9891260a6d ENH: add support for watcom wmake and wcl386 20 gadi atpakaļ
TestForSTDNamespace.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 gadi atpakaļ
TestForSTDNamespace.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 gadi atpakaļ
UseEcos.cmake 5586c6f41b ENH: now also the "ecosclean" target works with MS nmake 19 gadi atpakaļ
UsePkgConfig.cmake ff6146334c ENH: better backwards compatibility, and deprecate PKGCONFIG 19 gadi atpakaļ
UseQt4.cmake 4167622667 ENH: add QT_USE_QTDBUS as it exists for all other modules too 19 gadi atpakaļ
UseSWIG.cmake 24cdf8aa6c ENH: Added interface to add extra dependencies. 19 gadi atpakaļ
UseVTK40.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
UseVTKBuildSettings40.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
UseVTKConfig40.cmake b7fa820118 ENH: add documentation support for modules 20 gadi atpakaļ
Use_wxWindows.cmake 3c9744f406 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. 19 gadi atpakaļ
UsewxWidgets.cmake 2fd1b374c1 ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script. 19 gadi atpakaļ
VTKCompatibility.cmake e1a142f033 ENH: fix for back VTK error message 19 gadi atpakaļ
ecos_clean.cmake 5586c6f41b ENH: now also the "ecosclean" target works with MS nmake 19 gadi atpakaļ
kde3init_dummy.cpp.in d253baab99 ENH: add real-world-tested and used KDE3 support, and obsolete FindKDE.cmake, which wasn't used by anybody that I heard of 20 gadi atpakaļ
kde3uic.cmake 0afe72e908 BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when 19 gadi atpakaļ
readme.txt cc7bfeb6e4 ENH: Added XXX_RUNTIME_LIBRARY_DIRS as a suggested variable. 19 gadi atpakaļ

readme.txt

Note to authors of FindXXX.cmake files

We would like all FindXXX.cmake files to produce consistent variable names.

Please use the following consistent variable names for general use.

XXX_INCLUDE_DIRS The final set of include directories listed in one variable for use by client code. This should not be a cache entry.
XXX_LIBRARIES The libraries to link against to use XXX. These should include full paths. This should not be a cache entry.
XXX_DEFINITIONS Definitions to use when compiling code that uses XXX. This really shouldn't include options such as (-DHAS_JPEG)that a client source-code file uses to decide whether to #include
XXX_EXECUTABLE Where to find the XXX tool.
XXX_YYY_EXECUTABLE Where to find the YYY tool that comes with XXX.
XXX_LIBRARY_DIRS Optionally, the final set of library directories listed in one variable for use by client code. This should not be a cache entry.
XXX_ROOT_DIR Where to find the base directory of XXX.
XXX_VERSION_YY Expect Version YY if true. Make sure at most one of these is ever true.
XXX_WRAP_YY If False, do not try to use the relevent CMake wrapping command.
XXX_YY_FOUND If False, optional YY part of XXX sytem is not available.
XXX_FOUND Set to false, or undefined, if we haven't found, or don't want to use XXX.
XXX_RUNTIME_LIBRARY_DIRS Optionally, the runtime library search path for use when running an executable linked to shared libraries.
The list should be used by user code to create the PATH on windows or LD_LIBRARY_PATH on unix.
This should not be a cache entry.

You do not have to provide all of the above variables. You should provide XXX_FOUND under most circumstances. If XXX is a library, then XXX_LIBRARIES, should also be defined, and XXX_INCLUDE_DIRS should usually be defined (I guess libm.a might be an exception)

The following names should not usually be used in CMakeLists.txt files, but they may be usefully modified in users' CMake Caches to control stuff.

XXX_LIBRARY Name of XXX Library. A User may set this and XXX_INCLUDE_DIR to ignore to force non-use of XXX.
XXX_YY_LIBRARY Name of YY library that is part of the XXX system. It may or may not be required to use XXX.
XXX_INCLUDE_DIR Where to find xxx.h, etc. (XXX_INCLUDE_PATH was considered bad because a path includes an actual filename.)
XXX_YY_INCLUDE_DIR Where to find xxx_yy.h, etc.

For tidiness's sake, try to keep as many options as possible out of the cache, leaving at least one option which can be used to disable use of the module, or locate a not-found library (e.g. XXX_ROOT_DIR). For the same reason, mark most cache options as advanced.

If you need other commands to do special things then it should still begin with XXX_. This gives a sort of namespace effect and keeps things tidy for the user. You should put comments describing all the exported settings, plus descriptions of any the users can use to control stuff.

You really should also provide backwards compatibility any old settings that were actually in use. Make sure you comment them as deprecated, so that no-one starts using them.

To correctly document a module, create a comment block at the top with # comments. There are three types of comments that can be in the block:

1. The brief description of the module, this is done by:
# - a small description

2. A paragraph of text. This is done with all text that has a single
space between the # and the text. To create a new paragraph, just
put a # with no text on the line.

3. A verbatim line. This is done with two spaces between the # and the text.

For example:

# - This is a cool module
# This module does really cool stuff.
# It can do even more than you think.
#
# It even needs to paragraphs to tell you about it.
# And it defines the following variables:
# VAR_COOL - this is greate isn't it?
# VAR_REALLY_COOL - cool right?
#

To have a .cmake file in this directory NOT show up in the
modules documentation, you should start the file with a blank
line.

A FindXXX.cmake module will typically be loaded by the command

FIND_PACKAGE(XXX [QUIET] [REQUIRED [components...]])

If the QUIET option is given to the command it will set the variable
XXX_FIND_QUIETLY to true before loading the FindXXX.cmake module. If
this variable is set the module should not complain about not being
able to find the package and should never issue a FATAL_ERROR. If the
REQUIRED option is given to the command it will set the variable
XXX_FIND_REQUIRED to true before loading the FindXXX.cmake module. If
this variable is set the module should issue a FATAL_ERROR if the
package cannot be found. For each package-specific component, say
YYY, listed after the REQUIRED option a variable XXX_FIND_REQUIRED_YYY
to true. The set of components listed will also be specified in a
XXX_FIND_COMPONENTS variable. This can be used by the FindXXX.cmake
module to determine which sub-components of the package must be found.
If neither the QUIET nor REQUIRED options are given then the
FindXXX.cmake module should look for the package and complain without
error if the module is not found.