..
Platform
ENH: Added <LINK_FLAGS> to link rules.
2002-12-31 13:08:44 -05:00
CMakeBackwardCompatibilityC.cmake
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
2002-12-30 11:02:31 -05:00
CMakeBackwardCompatibilityCXX.cmake
ENH: unify EnableLanguage across all generators
2002-12-05 13:44:11 -05:00
CMakeBorlandFindMake.cmake
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 16:19:16 -05:00
CMakeBuildSettings.cmake.in
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
2002-12-05 09:46:30 -05:00
CMakeCCompiler.cmake.in
BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC
2002-11-20 15:23:14 -05:00
CMakeCXXCompiler.cmake.in
clean up flags with _init flags
2002-11-11 12:31:46 -05:00
CMakeDefaultMakeRuleVariables.cmake
ENH: Added <LINK_FLAGS> to link rules.
2002-12-31 13:08:44 -05:00
CMakeDetermineCCompiler.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CMakeDetermineCXXCompiler.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CMakeDetermineJavaCompiler.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CMakeDetermineSystem.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CMakeExportBuildSettings.cmake
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
2002-12-05 09:46:30 -05:00
CMakeImportBuildSettings.cmake
ENH: Using only filename without path or extension for comparing build tools.
2002-12-09 14:33:48 -05:00
CMakeJavaCompiler.cmake.in
If there is no java compiler report error on ADD_JAVA_LIBRARY
2002-12-26 19:59:21 -05:00
CMakeLists.txt
add install stuff for platform directory
2002-11-11 11:43:23 -05:00
CMakeNMakeFindMake.cmake
determine CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 16:19:16 -05:00
CMakePrintSystemInformation.cmake
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
CMakeSystem.cmake.in
clean up flags with _init flags
2002-11-11 12:31:46 -05:00
CMakeSystemSpecificInformation.cmake
better docs
2002-12-19 12:51:50 -05:00
CMakeTestGNU.c
ERR: Fixed syntax errors for picky preprocessors.
2002-12-12 10:25:43 -05:00
CMakeUnixFindMake.cmake
BUG: Removed stray debugging message.
2002-12-04 16:59:05 -05:00
CMakeVS6BackwardCompatibility.cmake
use win32 threads for win32
2002-12-09 08:27:52 -05:00
CMakeVS6FindMake.cmake
ENH: unify EnableLanguage across all generators
2002-12-05 13:44:11 -05:00
CMakeVS7BackwardCompatibility.cmake
use win32 threads for win32
2002-12-09 08:27:52 -05:00
CMakeVS7FindMake.cmake
ENH: unify EnableLanguage across all generators
2002-12-05 13:44:11 -05:00
CheckFunctionExists.c
Add two commonly used modules. First one checks if the function exists, the second one checks the size of type
2002-09-20 13:16:50 -04:00
CheckFunctionExists.cmake
Add a way to add custom libraries to the mix
2003-01-01 15:02:20 -05:00
CheckIncludeFile.c.in
Simplify checking for headers
2002-09-20 14:16:43 -04:00
CheckIncludeFile.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CheckIncludeFile.cxx.in
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
CheckIncludeFileCXX.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
CheckLibraryExists.cmake
Add a way to add custom libraries to the mix
2003-01-01 15:02:20 -05:00
CheckLibraryExists.lists.in
Initial attempt to check if library exists
2002-09-24 16:36:56 -04:00
CheckSizeOf.cmake
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
2002-12-30 11:02:31 -05:00
CheckTypeSize.c
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
2002-12-30 11:02:31 -05:00
CheckTypeSize.cmake
Add a way to add custom libraries to the mix
2003-01-01 15:02:20 -05:00
CheckVariableExists.c
ENH: Added CHECK_VARIABLE_EXISTS macro.
2002-11-21 10:11:46 -05:00
CheckVariableExists.cmake
Add a way to add custom libraries to the mix. Also add status reporting
2003-01-01 15:02:47 -05:00
Dart.cmake
ENH: unify EnableLanguage across all generators
2002-12-05 13:44:11 -05:00
Documentation.cmake
ENH: it's time to create a real Microsoft HTML Help Workshop CMake module
2002-12-22 10:09:51 -05:00
DummyCXXFile.cxx
add checks for ansi flags and not hard code them
2002-11-21 12:52:54 -05:00
FindAVIFile.cmake
Fixed mistake in comments
2002-09-03 06:10:06 -04:00
FindCABLE.cmake
BUG: Should not load CMAKE_INSTALL_PREFIX from the cache.
2002-10-11 10:14:19 -04:00
FindCurses.cmake
ENH: Added /lib to curses search path.
2001-12-12 12:05:20 -05:00
FindCygwin.cmake
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
2001-12-04 10:55:17 -05:00
FindDart.cmake
ENH: look for Dart in c:
2002-02-25 13:20:48 -05:00
FindDoxygen.cmake
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
2001-12-04 10:55:17 -05:00
FindFLTK.cmake
ENH: description of variables now follows other style in other .cmake files.
2002-12-03 13:46:45 -05:00
FindGCCXML.cmake
ENH: Updated for version 0.2 of GCC-XML.
2002-04-17 14:51:58 -04:00
FindGLU.cmake
Fixed mistake in comments
2002-09-03 06:10:06 -04:00
FindGLUT.cmake
ENH: Description of variables now specifies that the full path is required.
2002-12-03 13:44:50 -05:00
FindGTK.cmake
GL should not be a completely necessary thing for finding GTK. This will find gtk and GL but also just GTK
2002-09-18 08:15:04 -04:00
FindGnuplot.cmake
Add module to find gnuplot
2002-02-04 18:41:47 -05:00
FindHTMLHelp.cmake
ENH: it's time to create a real Microsoft HTML Help Workshop CMake module
2002-12-22 10:09:51 -05:00
FindITK.cmake
ENH: Enhanced FindITK supporting use of ITK from an install tree or a build tree. Only one cache entry is brought into user's project, called "ITK_DIR". This is the location of an ITKConfig.cmake file from which other settings are loaded.
2002-11-06 18:40:13 -05:00
FindImageMagick.cmake
Module to find tools from the ImageMagick package.
2002-12-03 14:15:51 -05:00
FindJNI.cmake
Clean find for Python, add find for python 2.2 on windows, cleanup java on windows and add java 1.4 support
2002-11-14 09:38:45 -05:00
FindJPEG.cmake
Fixed mistake in comments
2002-09-03 06:10:06 -04:00
FindJava.cmake
Clean find for Python, add find for python 2.2 on windows, cleanup java on windows and add java 1.4 support
2002-11-14 09:38:45 -05:00
FindLATEX.cmake
ENH: Now also locates the "makeindex" program.
2002-11-20 14:40:51 -05:00
FindMFC.cmake
A simple FindMFC module for consistency
2002-09-03 12:29:03 -04:00
FindMPEG.cmake
Add an MPEG finder in the new format - functionality copied from VXL.
2002-09-03 08:24:48 -04:00
FindMPI.cmake
Add mpi search paths for Debian
2002-04-18 15:58:11 -04:00
FindOpenGL.cmake
FIX: minor fix, OPENGL_INCLUDE_PATH was set 2 times
2002-11-12 10:47:43 -05:00
FindPNG.cmake
I copied a bit too much VXL functionality here. Oops
2002-09-03 09:00:06 -04:00
FindPerl.cmake
Added PERL_FOUND
2002-09-03 08:33:56 -04:00
FindPythonLibs.cmake
ENH: find python framework and include files on OSX
2002-12-27 11:14:52 -05:00
FindQt.cmake
Make QT variables advanced
2002-09-13 09:49:35 -04:00
FindSelfPackers.cmake
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
2001-12-04 10:55:17 -05:00
FindTCL.cmake
ENH: Use the Mac -framework for Tk if it is available.
2002-12-20 09:43:28 -05:00
FindTIFF.cmake
Fixed mistake in comments
2002-09-03 06:10:06 -04:00
FindTclsh.cmake
ENH: clean modules (doc, make stuff advanced, etc.)
2002-06-14 16:49:00 -04:00
FindThreads.cmake
BUG: fix for thread and cache override
2002-11-18 15:14:44 -05:00
FindUnixCommands.cmake
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
2001-12-04 10:55:17 -05:00
FindVTK.cmake
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
2002-12-05 10:47:18 -05:00
FindWget.cmake
Add helpful message for QT Windows users
2002-09-02 12:05:40 -04:00
FindWish.cmake
Add better detection of wish 8.2
2002-05-14 08:42:35 -04:00
FindX11.cmake
FIX: make CMAKE_X_LIBS and CMAKE_X_CFLAGS advanced
2002-12-20 11:56:08 -05:00
FindZLIB.cmake
This file should not be empty
2002-09-02 16:24:25 -04:00
FindwxWindows.cmake
Change priorities
2002-11-25 17:57:30 -05:00
LinkQT.cmake
Define a single expected format for the values defined in every FindXXX.cmake file.
2002-09-02 07:03:43 -04:00
TestBigEndian.c
Add test for big endian
2002-10-01 15:56:18 -04:00
TestBigEndian.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
TestCXXAcceptsFlag.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
TestForANSIForScope.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
TestForANSIStreamHeaders.cmake
try to fix check for ansi stream
2002-11-21 14:45:21 -05:00
TestForANSIStreamHeaders.cxx
new try compile module
2002-09-12 11:14:50 -04:00
TestForAnsiForScope.cxx
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
TestForSTDNamespace.cmake
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
2002-12-17 14:54:25 -05:00
TestForSTDNamespace.cxx
Complete rework of makefile generators expect trouble
2002-11-08 15:46:08 -05:00
UseVTK40.cmake
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
2002-12-05 10:47:18 -05:00
UseVTKBuildSettings40.cmake
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
2002-12-05 10:47:18 -05:00
UseVTKConfig40.cmake
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
2002-12-05 10:47:18 -05:00
readme.txt
Add important missing word to documentation
2002-09-06 11:00:51 -04:00