Clinton Stimpson e8b85ae12d 17 năm trước cách đây
..
Platform 9f54e1f043 ENH: Patch from Maik to add per-configuration default flags to GCC and Intel Fortran compilers on Linux. 17 năm trước cách đây
AddFileDependencies.cmake a980fdc96a BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES() 19 năm trước cách đây
CMake.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeASM-ATTInformation.cmake 5b18b80b58 18 năm trước cách đây
CMakeASMCompiler.cmake.in 021ceea1b0 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) 18 năm trước cách đây
CMakeASMInformation.cmake 8868244de0 STYLE: Remove trailing whitespace. 17 năm trước cách đây
CMakeAddNewLanguage.txt 8be3e4eeca ENH: clean up EnableLanguage try to fix problem where try compile runs cmake 20 năm trước cách đây
CMakeBackwardCompatibilityC.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeBackwardCompatibilityCXX.cmake 9891260a6d ENH: add support for watcom wmake and wcl386 20 năm trước cách đây
CMakeBorlandFindMake.cmake e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 năm trước cách đây
CMakeBuildSettings.cmake.in ee72d5740b ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro. 23 năm trước cách đây
CMakeCCompiler.cmake.in a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 năm trước cách đây
CMakeCCompilerABI.c a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 năm trước cách đây
CMakeCCompilerId.c.in 70c2dc8a64 ENH: Make compiler id detection more robust 17 năm trước cách đây
CMakeCInformation.cmake 82fcaebe28 ENH: Pass dependent library search path to linker on some platforms. 18 năm trước cách đây
CMakeCXXCompiler.cmake.in a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 năm trước cách đây
CMakeCXXCompilerABI.cpp a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 năm trước cách đây
CMakeCXXCompilerId.cpp.in 70c2dc8a64 ENH: Make compiler id detection more robust 17 năm trước cách đây
CMakeCXXInformation.cmake 82fcaebe28 ENH: Pass dependent library search path to linker on some platforms. 18 năm trước cách đây
CMakeCommonLanguageInclude.cmake 45d85c2e34 BUG: fix for 3550 again 19 năm trước cách đây
CMakeCompilerABI.h 11ad0bace4 ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem. 18 năm trước cách đây
CMakeConfigurableFile.in 01a55559dd ENH: Make modules use configure instead of file write 20 năm trước cách đây
CMakeDependentOption.cmake de007ef199 ENH: Adding CMAKE_DEPENDENT_OPTION macro. 19 năm trước cách đây
CMakeDetermineASM-ATTCompiler.cmake 5b18b80b58 18 năm trước cách đây
CMakeDetermineASMCompiler.cmake 5b18b80b58 18 năm trước cách đây
CMakeDetermineCCompiler.cmake 9211b0d234 ENH: Improvied compiler identification robustness 17 năm trước cách đây
CMakeDetermineCXXCompiler.cmake 9211b0d234 ENH: Improvied compiler identification robustness 17 năm trước cách đây
CMakeDetermineCompilerABI.cmake a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 năm trước cách đây
CMakeDetermineCompilerId.cmake 8aac17471c BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1, 17 năm trước cách đây
CMakeDetermineFortranCompiler.cmake 9211b0d234 ENH: Improvied compiler identification robustness 17 năm trước cách đây
CMakeDetermineJavaCompiler.cmake 0b804cbece 18 năm trước cách đây
CMakeDetermineRCCompiler.cmake 8ffb32369f BUG: Need to search for rc by default, not c++ compilers. 19 năm trước cách đây
CMakeDetermineSystem.cmake b100fe1fe1 18 năm trước cách đây
CMakeExportBuildSettings.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
CMakeFindBinUtils.cmake 34c76d4304 ENH: Use builtin chrpath instead of relinking ELF targets 17 năm trước cách đây
CMakeFindFrameworks.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeFindWMake.cmake 9891260a6d ENH: add support for watcom wmake and wcl386 20 năm trước cách đây
CMakeFindXCode.cmake 8960a220a9 ENH: add trycompile code for xcode 21 năm trước cách đây
CMakeForceCompiler.cmake 5f8feedbac STYLE: Fixed docs of new CMakeForceCompiler 17 năm trước cách đây
CMakeFortranCompiler.cmake.in 2a06c660bf ENH: Patch from Maik to add more fortran extensions. 17 năm trước cách đây
CMakeFortranCompilerId.F90.in 9211b0d234 ENH: Improvied compiler identification robustness 17 năm trước cách đây
CMakeFortranInformation.cmake 82fcaebe28 ENH: Pass dependent library search path to linker on some platforms. 18 năm trước cách đây
CMakeGenericSystem.cmake b8357db11d ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature. 18 năm trước cách đây
CMakeImportBuildSettings.cmake 2523629f4b ENH: fix for case difference with nmake 19 năm trước cách đây
CMakeJavaCompiler.cmake.in 52eb0ccac7 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. 18 năm trước cách đây
CMakeJavaInformation.cmake 6b31f40e40 BUG: Go back to using "." so the Java test passes on the nightly nmake dashboards again. Still need a solution that works with both nmake and Visual Studio builds. 17 năm trước cách đây
CMakeLists.txt 63fa1180f9 BUG: Need to install fortran compiler id source. 18 năm trước cách đây
CMakeMSYSFindMake.cmake 5042581f43 ENH: better algorithm for looking for make and gcc on msys and mingw 20 năm trước cách đây
CMakeMinGWFindMake.cmake 5042581f43 ENH: better algorithm for looking for make and gcc on msys and mingw 20 năm trước cách đây
CMakeNMakeFindMake.cmake e2d1104881 determine CMAKE_MAKE_PROGRAM in EnableLanguage 23 năm trước cách đây
CMakePlatformId.h.in 70c2dc8a64 ENH: Make compiler id detection more robust 17 năm trước cách đây
CMakePrintSystemInformation.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeRCCompiler.cmake.in b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 năm trước cách đây
CMakeRCInformation.cmake 718de4cea5 ENH: fix spelling errors 19 năm trước cách đây
CMakeSystem.cmake.in b100fe1fe1 18 năm trước cách đây
CMakeSystemSpecificInformation.cmake 512e0d40ef 18 năm trước cách đây
CMakeTestASM-ATTCompiler.cmake 5b18b80b58 18 năm trước cách đây
CMakeTestASMCompiler.cmake 5b18b80b58 18 năm trước cách đây
CMakeTestCCompiler.cmake 8375bb4768 ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable. 17 năm trước cách đây
CMakeTestCXXCompiler.cmake 8375bb4768 ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable. 17 năm trước cách đây
CMakeTestForFreeVC.cxx 0d4cd0436b ENH better test for free VC tools 21 năm trước cách đây
CMakeTestFortranCompiler.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CMakeTestGNU.c 6b31e5c851 BUG: fix problem where cmake thinks the intel compiler is gnu 21 năm trước cách đây
CMakeTestJavaCompiler.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeTestNMakeCLVersion.c dfcd4f2154 added test for whether pdbtype should be used for nmake 22 năm trước cách đây
CMakeTestRCCompiler.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeUnixFindMake.cmake 90e4d70dcc BUG: fix for 4188 look for smake as well as gmake and make 18 năm trước cách đây
CMakeVS6BackwardCompatibility.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeVS6FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 năm trước cách đây
CMakeVS71FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 năm trước cách đây
CMakeVS7BackwardCompatibility.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
CMakeVS7FindMake.cmake 51f91db648 ENH: add correct flags for msvc generators 19 năm trước cách đây
CMakeVS8FindMake.cmake 9cbb998737 ENH: add support for vs 2008 beta 2 18 năm trước cách đây
CMakeVS9FindMake.cmake 9cbb998737 ENH: add support for vs 2008 beta 2 18 năm trước cách đây
COPYING-CMAKE-SCRIPTS 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 năm trước cách đây
CPack.DS_Store.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 năm trước cách đây
CPack.Description.plist.in 5358809a5c ENH: More CPack stuff and fix zlib compression 20 năm trước cách đây
CPack.Info.plist.in 764f6838a7 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. 18 năm trước cách đây
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 năm trước cách đây
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 năm trước cách đây
CPack.RuntimeScript.in f015e1ff03 ENH: Change permission for getdisplay.sh to make the runtimescript work 19 năm trước cách đây
CPack.STGZ_Header.sh.in 3a12116e39 18 năm trước cách đây
CPack.VolumeIcon.icns.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 năm trước cách đây
CPack.background.png.in f2c0dbd164 ENH: More work on the packaging. Add Applicaitons, add icons, etc 19 năm trước cách đây
CPack.cmake 6502177306 ENH: use CPACK_PACKAGE_VERSION instead of 17 năm trước cách đây
CPackDeb.cmake 669db35aa4 ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible. 18 năm trước cách đây
CPackRPM.cmake 09829174a3 BUG: fix rpmbuild bug, which expands variables in comments :-/ 17 năm trước cách đây
CPackZIP.cmake 919265516e 18 năm trước cách đây
CTest.cmake 98e06794dd ENH: Avoid printing message about unknown repository type repeatedly in CTest. 17 năm trước cách đây
CTestTargets.cmake b459ec9f57 ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures. 17 năm trước cách đây
CheckCCompilerFlag.cmake 86c63dca11 ENH: two macros to check whether the C/CXX compiler supports a given flag: 19 năm trước cách đây
CheckCSourceCompiles.cmake 4668f03484 BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx" 18 năm trước cách đây
CheckCSourceRuns.cmake bd8b733d5e 18 năm trước cách đây
CheckCXXCompilerFlag.cmake 86c63dca11 ENH: two macros to check whether the C/CXX compiler supports a given flag: 19 năm trước cách đây
CheckCXXSourceCompiles.cmake d454231a0a STYLE: fix #3519 (incorrect comment) 19 năm trước cách đây
CheckCXXSourceRuns.cmake bd8b733d5e 18 năm trước cách đây
CheckForPthreads.c 3a32cec969 ENH: merge in changes for beos support 19 năm trước cách đây
CheckFortranFunctionExists.cmake 680cff0b9f 18 năm trước cách đây
CheckFunctionExists.c fad91fb770 ENH: fix tests for non-ansi c on hp and remove warnings for ansi c 21 năm trước cách đây
CheckFunctionExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CheckIncludeFile.c.in 095e975c81 BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers. 19 năm trước cách đây
CheckIncludeFile.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CheckIncludeFile.cxx.in f5d95fb078 Complete rework of makefile generators expect trouble 23 năm trước cách đây
CheckIncludeFileCXX.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CheckIncludeFiles.cmake 1871f06ad6 BUG: fix double cmakefiles directory 17 năm trước cách đây
CheckLibraryExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CheckLibraryExists.lists.in 3697ad6dc7 Initial attempt to check if library exists 23 năm trước cách đây
CheckSizeOf.cmake ea1467d056 ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module. 23 năm trước cách đây
CheckStructHasMember.cmake 3e72dbe4c2 18 năm trước cách đây
CheckSymbolExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
CheckTypeSize.cmake 578841cce5 18 năm trước cách đây
CheckTypeSizeC.c.in 6989f80026 18 năm trước cách đây
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 năm trước cách đây
CheckVariableExists.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
Dart.cmake 934949edd0 ENH: use ctest to drive dashboards for make targets as opposed to tclsh 18 năm trước cách đây
DartConfiguration.tcl.in 22dc873ef0 ENH: allow cdash not to trigger 17 năm trước cách đây
Documentation.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
DummyCXXFile.cxx 9a6c95fcea add checks for ansi flags and not hard code them 23 năm trước cách đây
FLTKCompatibility.cmake 70585819fb ENH: threads used to include this 18 năm trước cách đây
FeatureSummary.cmake 669db35aa4 ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible. 18 năm trước cách đây
FindASPELL.cmake e808f81f90 BUG: fix for bug 0005871 18 năm trước cách đây
FindAVIFile.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindBLAS.cmake 05c7777eb7 ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10 17 năm trước cách đây
FindBZip2.cmake 13db5b578b 18 năm trước cách đây
FindBoost.cmake 3d6f10650e BUG: it seems on some installations boost is installed under boost-1_34 , 18 năm trước cách đây
FindCABLE.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindCURL.cmake 13db5b578b 18 năm trước cách đây
FindCVS.cmake 4f1a79110c ENH: for some reasons there was never a FindCVS module? 17 năm trước cách đây
FindCups.cmake b5f656e0de 18 năm trước cách đây
FindCurses.cmake c41f798383 18 năm trước cách đây
FindCygwin.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
FindDCMTK.cmake c7770b8edb 18 năm trước cách đây
FindDart.cmake 7603244509 ENH: use program files env for searching 19 năm trước cách đây
FindDoxygen.cmake 3b1c74d34a ENH: fix for backwards compatibility 19 năm trước cách đây
FindEXPAT.cmake bdc1e4e054 BUG: use the correct variable for checking the success (#6062) 18 năm trước cách đây
FindFLTK.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindFLTK2.cmake b2ac4754a6 ENH: add from bug 0004219 18 năm trước cách đây
FindFreetype.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindGCCXML.cmake 7603244509 ENH: use program files env for searching 19 năm trước cách đây
FindGDAL.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindGIF.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindGLU.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
FindGLUT.cmake 0deb9012a6 BUG: fix bug 6594 look for glut in more places on windows 17 năm trước cách đây
FindGTK.cmake c7770b8edb 18 năm trước cách đây
FindGettext.cmake 20d75ac237 BUG: fix typo reported by Duncan Mac Vicar 18 năm trước cách đây
FindGnuplot.cmake 13db5b578b 18 năm trước cách đây
FindHSPELL.cmake 13db5b578b 18 năm trước cách đây
FindHTMLHelp.cmake 6e70424fc8 ENH: need quotes 18 năm trước cách đây
FindITK.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindImageMagick.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindJNI.cmake a5ac316155 BUG: Eliminate message - it pops up an annoying dialog whenever you run CMakeSetup in a project with java wrapping turned on. 18 năm trước cách đây
FindJPEG.cmake 13db5b578b 18 năm trước cách đây
FindJasper.cmake 13db5b578b 18 năm trước cách đây
FindJava.cmake e607d5f7df ENH: More locations for Java 19 năm trước cách đây
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 19 năm trước cách đây
FindKDE3.cmake 7eb86d1e3c 18 năm trước cách đây
FindKDE4.cmake e6cb6129e8 ENH: preparations for cross compiling KDE4 17 năm trước cách đây
FindLAPACK.cmake dc108e0dfc ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10 17 năm trước cách đây
FindLATEX.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindLibXml2.cmake 13db5b578b 18 năm trước cách đây
FindLibXslt.cmake 13db5b578b 18 năm trước cách đây
FindLua50.cmake ee72506471 ENH: use the standard find_package_handle_standard_args() for lua 5.0 and 17 năm trước cách đây
FindLua51.cmake ee72506471 ENH: use the standard find_package_handle_standard_args() for lua 5.0 and 17 năm trước cách đây
FindMFC.cmake 74eaecfc3e ENH: cleanups 20 năm trước cách đây
FindMPEG.cmake 13db5b578b 18 năm trước cách đây
FindMPEG2.cmake 13db5b578b 18 năm trước cách đây
FindMPI.cmake a8ecf11edf ENH: remove use of undefined cdr 17 năm trước cách đây
FindMatlab.cmake d2689c95a1 ENH: some style fixes for the book 20 năm trước cách đây
FindMotif.cmake 13db5b578b 18 năm trước cách đây
FindOpenAL.cmake 68bcb056eb BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201) 17 năm trước cách đây
FindOpenGL.cmake 1fe4220669 18 năm trước cách đây
FindOpenSSL.cmake 8b46841b6d ENH: add cmake modules for some common libraries: aspell, hspell, bzip2, 19 năm trước cách đây
FindOpenThreads.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindPHP4.cmake ad8efca061 18 năm trước cách đây
FindPNG.cmake 13db5b578b 18 năm trước cách đây
FindPackageHandleStandardArgs.cmake 7a888b68da ENH: Added FindPackageMessage module 17 năm trước cách đây
FindPackageMessage.cmake 7a888b68da ENH: Added FindPackageMessage module 17 năm trước cách đây
FindPerl.cmake bd28610ec3 ENH: update for Tcl/Tk 8.5 18 năm trước cách đây
FindPerlLibs.cmake b24b859a93 BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $ 18 năm trước cách đây
FindPhysFS.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindPike.cmake c7770b8edb 18 năm trước cách đây
FindPkgConfig.cmake 4f44c7875f BUG: fix for bug 6117 pkgconfig 18 năm trước cách đây
FindProducer.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindPythonInterp.cmake 52bf51b425 18 năm trước cách đây
FindPythonLibs.cmake a8f493686a STYLE: use global property instead of helper target to collect all python 17 năm trước cách đây
FindQt.cmake b442e86492 ENH: change to fatal error 20 năm trước cách đây
FindQt3.cmake 1a71290836 BUG: Fixed name of variable used to check version of uic executable. 18 năm trước cách đây
FindQt4.cmake e8b85ae12d 17 năm trước cách đây
FindQuickTime.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindRuby.cmake 5097640671 ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) 18 năm trước cách đây
FindSDL.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindSDL_image.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindSDL_mixer.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindSDL_net.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindSDL_sound.cmake a5b3ab4eee BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found. 18 năm trước cách đây
FindSDL_ttf.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindSWIG.cmake f61305e88c BUG: fix for bug 4145 much better findSwig 18 năm trước cách đây
FindSelfPackers.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
FindSubversion.cmake 9453489919 BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO macro may be called from a ctest or cmake script. 17 năm trước cách đây
FindTCL.cmake 5ee18d5c55 ENH: fix advanced bug 17 năm trước cách đây
FindTIFF.cmake 13db5b578b 18 năm trước cách đây
FindTclStub.cmake 59d29d6079 ENH: Update Tcl/Tk 8.5 18 năm trước cách đây
FindTclsh.cmake 59d29d6079 ENH: Update Tcl/Tk 8.5 18 năm trước cách đây
FindThreads.cmake c5b197842f BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. Modern HP pthreads are just normal pthreads. 18 năm trước cách đây
FindUnixCommands.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
FindVTK.cmake 859db10e2a ENH: Add ability to find VTK 5 without user help. 19 năm trước cách đây
FindWget.cmake 13db5b578b 18 năm trước cách đây
FindWish.cmake 59d29d6079 ENH: Update Tcl/Tk 8.5 18 năm trước cách đây
FindX11.cmake 7a888b68da ENH: Added FindPackageMessage module 17 năm trước cách đây
FindXMLRPC.cmake 3fb55bff36 BUG: fix for bug 4123, find xmlrpc in standard locations 19 năm trước cách đây
FindZLIB.cmake 13db5b578b 18 năm trước cách đây
Findosg.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgDB.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgFX.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgGA.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgIntrospection.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgManipulator.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgParticle.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgProducer.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgShadow.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgSim.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgTerrain.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgText.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgUtil.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindosgViewer.cmake 52718dbbf2 BUG: Remove references to CMAKE_PREFIX_PATH variable. It should not be referenced directly by FIND_* command calls. The commands search it automatically. 18 năm trước cách đây
FindwxWidgets.cmake fc8ce17433 ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) 18 năm trước cách đây
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 năm trước cách đây
GetPrerequisites.cmake 31efe9e9f6 ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results. 17 năm trước cách đây
ITKCompatibility.cmake 540d16384b ENH: added to handle case in ITK 2.8 and earlier 19 năm trước cách đây
InstallRequiredSystemLibraries.cmake b548b34a11 ENH: add vs9 stuff, still need msvc9 mfc 17 năm trước cách đây
KDE3Macros.cmake 7eb86d1e3c 18 năm trước cách đây
MacroAddFileDependencies.cmake 63c241ea1e ENH: Updates from KDE 19 năm trước cách đây
NSIS.InstallOptions.ini.in 0eba9b638f ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall 18 năm trước cách đây
NSIS.template.in 02f79c7242 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 18 năm trước cách đây
SystemInformation.cmake 971f9e4869 ENH: limit the output of system information to no more than 50K per file 18 năm trước cách đây
SystemInformation.in fa9f03779f ENH: improvements 18 năm trước cách đây
TestBigEndian.cmake 263bb4e172 18 năm trước cách đây
TestCXXAcceptsFlag.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
TestEndianess.c.in 578841cce5 18 năm trước cách đây
TestForANSIForScope.cmake 0e33a166a3 STYLE: fix doc string 18 năm trước cách đây
TestForANSIStreamHeaders.cmake 74eaecfc3e ENH: cleanups 20 năm trước cách đây
TestForANSIStreamHeaders.cxx 32b398e55b new try compile module 23 năm trước cách đây
TestForAnsiForScope.cxx a696dbc815 ERR: Removed warning for unused variable. 22 năm trước cách đây
TestForSSTREAM.cmake b63ff2fb6f ENH: minor doc cleanups and an example of documenting a variable 18 năm trước cách đây
TestForSSTREAM.cxx 9891260a6d ENH: add support for watcom wmake and wcl386 20 năm trước cách đây
TestForSTDNamespace.cmake 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 năm trước cách đây
TestForSTDNamespace.cxx f5d95fb078 Complete rework of makefile generators expect trouble 23 năm trước cách đây
UseEcos.cmake 5586c6f41b ENH: now also the "ecosclean" target works with MS nmake 19 năm trước cách đây
UsePkgConfig.cmake 100723fbb0 BUG: untested fix for newlines in the output of pkg config 18 năm trước cách đây
UseQt4.cmake 58a2872f2e 17 năm trước cách đây
UseSWIG.cmake fc6497883c BUG: fix for bug 6151 18 năm trước cách đây
UseVTK40.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
UseVTKBuildSettings40.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
UseVTKConfig40.cmake b7fa820118 ENH: add documentation support for modules 20 năm trước cách đây
Use_wxWindows.cmake b6684a79b5 STYLE: Remove trailing whitespace. 17 năm trước cách đây
UsewxWidgets.cmake 8364ce8ff9 STYLE: Remove trailing whitespace. 17 năm trước cách đây
VTKCompatibility.cmake d46ff28ac9 ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. 17 năm trước cách đây
ecos_clean.cmake 5586c6f41b ENH: now also the "ecosclean" target works with MS nmake 19 năm trước cách đây
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 19 năm trước cách đây
kde3uic.cmake 0afe72e908 BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when 19 năm trước cách đây
readme.txt 41c2895b75 ENH: Added version support to Config mode of find_package command. 18 năm trước cách đây

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.
XXX_VERSION_STRING A human-readable string containing the version of the package found, if any.
XXX_VERSION_MAJOR The major version of the package found, if any.
XXX_VERSION_MINOR The minor version of the package found, if any.
XXX_VERSION_PATCH The patch version of the package found, if any.

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 great 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 [major[.minor[.patch]]] [EXACT]
[QUIET] [REQUIRED [components...]])

If any version numbers are given to the command it will set the
variable XXX_FIND_VERSION to contain the whole version. The variables
XXX_FIND_VERSION_MAJOR, XXX_FIND_VERSION_MINOR, and
XXX_FIND_VERSION_PATCH will be set to contain the corresponding
portions of the version number. The variable XXX_FIND_VERSION_EXACT
will indicate whether an exact version is requested.
If the find module supports versioning it should locate a version of
the package that is compatible with the version requested. If a
compatible version of the package cannot be found the module should
not report success. The version of the package found should be stored
in the version variables named above.

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. 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.

To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
macro, as an example see FindJPEG.cmake.