..
Platform
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CheckForPthreads.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
CheckFunctionExists.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
CheckFunctionExists.cmake
CheckIncludeFile.c.in
CheckIncludeFile.cmake
ENH: fixes for optional flag arguments to check include macros
2004-04-28 10:00:11 -04:00
CheckIncludeFile.cxx.in
CheckIncludeFileCXX.cmake
ENH: fixes for optional flag arguments to check include macros
2004-04-28 10:00:11 -04:00
CheckIncludeFiles.cmake
ENH: When test fails, write out the output
2004-10-05 08:32:08 -04:00
CheckLibraryExists.cmake
CheckLibraryExists.lists.in
CheckSizeOf.cmake
CheckSymbolExists.cmake
CheckTypeSize.c.in
ENH: Add option of adding random include files before doing CheckTypeSize
2004-10-05 08:33:08 -04:00
CheckTypeSize.cmake
ENH: Add option of adding random include files before doing CheckTypeSize
2004-10-05 08:33:08 -04:00
CheckVariableExists.c
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.
2004-04-26 10:19:44 -04:00
CheckVariableExists.cmake
CMake.cmake
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
2004-08-26 14:55:55 -04:00
CMakeBackwardCompatibilityC.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
CMakeBackwardCompatibilityCXX.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
CMakeBorlandFindMake.cmake
CMakeBuildSettings.cmake.in
CMakeCCompiler.cmake.in
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeCInformation.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeCommonLanguageInclude.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeCXXCompiler.cmake.in
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeCXXInformation.cmake
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
2004-09-24 14:37:58 -04:00
CMakeDetermineCCompiler.cmake
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeDetermineCXXCompiler.cmake
ENH: do not check for gnu for visual studio
2004-09-15 10:32:28 -04:00
CMakeDetermineFortranCompiler.cmake
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
2004-10-21 14:34:02 -04:00
CMakeDetermineJavaCompiler.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeDetermineRCCompiler.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeDetermineSystem.cmake
fix number of arguments
2004-12-16 22:18:49 -05:00
CMakeExportBuildSettings.cmake
CMakeFindFrameworks.cmake
BUG#423: Fixed search for frameworks on OSX.
2003-12-29 16:18:18 -05:00
CMakeFortranCompiler.cmake.in
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeFortranInformation.cmake
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
2004-09-24 14:37:58 -04:00
CMakeGenericSystem.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeImportBuildSettings.cmake
better error message
2004-05-25 11:20:38 -04:00
CMakeJavaCompiler.cmake.in
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeJavaInformation.cmake
BUG: make sure java jar files are not libfoo.jar but are just foo.jar
2004-09-27 11:36:29 -04:00
CMakeLists.txt
CMakeNMakeFindMake.cmake
CMakePrintSystemInformation.cmake
CMakeRCCompiler.cmake.in
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeRCInformation.cmake
ENH: fix problems with .def and RC files
2004-09-23 08:51:06 -04:00
CMakeSystem.cmake.in
CMakeSystemSpecificInformation.cmake
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
2004-09-24 14:37:58 -04:00
CMakeTestCCompiler.cmake
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeTestCXXCompiler.cmake
ENH: stuff to keep compiler tests from re-running all the time
2005-01-20 12:30:03 -05:00
CMakeTestForFreeVC.cxx
ENH better test for free VC tools
2004-09-03 15:19:58 -04:00
CMakeTestFortranCompiler.cmake
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
2004-08-26 14:55:55 -04:00
CMakeTestGNU.c
BUG: fix problem where cmake thinks the intel compiler is gnu
2004-05-18 14:33:12 -04:00
CMakeTestJavaCompiler.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeTestNMakeCLVersion.c
CMakeTestRCCompiler.cmake
ENH: major changes to support addition of languages from cmake modules directory.
2004-09-22 14:42:05 -04:00
CMakeUnixFindMake.cmake
CMakeVS6BackwardCompatibility.cmake
CMakeVS6FindMake.cmake
CMakeVS7BackwardCompatibility.cmake
CMakeVS7FindMake.cmake
CMakeVS8FindMake.cmake
ENH: add support for VCExpress 2005
2004-07-05 12:16:33 -04:00
CMakeVS71FindMake.cmake
Dart.cmake
ENH: If dart or ctest are not found, use ctest. For default drop location etc, support http submit (just set DROP_METHOD to http. Only look for tclsh if DART_ROOT is set
2004-10-12 18:29:04 -04:00
DartConfiguration.tcl.in
ENH: Add suppression file
2003-12-16 16:19:32 -05:00
Documentation.cmake
ENH: Replace INCLUDE(Find...) with FIND_PACKAGE(...)
2004-09-27 09:49:55 -04:00
DummyCXXFile.cxx
FindAVIFile.cmake
FindCABLE.cmake
FindCurses.cmake
FindCygwin.cmake
FindDart.cmake
FindDCMTK.cmake
ENH: contribution from Ian Scott, thanks.
2004-04-22 16:16:15 -04:00
FindDoxygen.cmake
a) new version of tools like Doxygen and Graphviz now set install path info in win32 registery. use it.
2004-06-08 17:26:48 -04:00
FindFLTK.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindGCCXML.cmake
FindGLU.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindGLUT.cmake
BUG: fix for bug 743
2004-04-22 17:20:41 -04:00
FindGnuplot.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindGTK.cmake
Add a missing dollar sign
2004-05-07 10:16:53 -04:00
FindHTMLHelp.cmake
FindImageMagick.cmake
FindITK.cmake
BUG#682: Adding environment variable check to FIND_PACKAGE command.
2004-04-26 11:00:41 -04:00
FindJava.cmake
ENH: look for java in more places
2004-09-20 14:39:44 -04:00
FindJNI.cmake
ENH: Better finding of JNI
2004-02-06 10:49:46 -05:00
FindJPEG.cmake
FindKDE.cmake
ENH: add FindKDE from Alex from kde.org
2004-06-14 10:46:46 -04:00
FindLATEX.cmake
BUG#262: Marking DVIPDF_CONVERTER as advanced.
2003-10-30 13:33:51 -05:00
FindMFC.cmake
BUG: fix for bug 506
2004-04-15 11:55:29 -04:00
FindMPEG2.cmake
FindMPEG.cmake
FindMPI.cmake
FindOpenGL.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindPerl.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindPerlLibs.cmake
ENH: Initial import of swig. Start working towards Bug #749 - Add swig support module to cmake
2004-04-30 12:11:02 -04:00
FindPHP4.cmake
ENH: Initial import of swig. Start working towards Bug #749 - Add swig support module to cmake
2004-04-30 12:11:02 -04:00
FindPike.cmake
ENH: Initial import of swig. Start working towards Bug #749 - Add swig support module to cmake
2004-04-30 12:11:02 -04:00
FindPNG.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindPythonLibs.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindQt.cmake
ENH: Use FIND_PACKAGE instead of INCLUDE(Find...
2004-09-10 11:15:07 -04:00
FindRuby.cmake
ENH: Initial import of swig. Start working towards Bug #749 - Add swig support module to cmake
2004-04-30 12:11:02 -04:00
FindSDL.cmake
FindSelfPackers.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindSWIG.cmake
BUG: make sure if swig is found, we know it is found
2004-06-29 10:22:06 -04:00
FindTCL.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindTclsh.cmake
ENH: Added registry check for ActiveState Tcl 8.4.6.
2004-03-31 16:44:43 -05:00
FindThreads.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindTIFF.cmake
FindUnixCommands.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindVTK.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindWget.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindWish.cmake
ENH: Adding registry entries to search path.
2003-11-04 09:36:33 -05:00
FindwxWidgets.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindwxWindows.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindX11.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
FindZLIB.cmake
MacOSXBundleInfo.plist.in
ENH: Improve Mac OSX bundle support
2004-04-08 17:13:42 -04:00
readme.txt
TestBigEndian.c
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
2004-04-15 08:22:19 -04:00
TestBigEndian.cmake
TestCXXAcceptsFlag.cmake
BUG: Check for the variable first time
2004-10-27 10:45:07 -04:00
TestForANSIForScope.cmake
BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
2003-11-12 16:51:09 -05:00
TestForAnsiForScope.cxx
TestForANSIStreamHeaders.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
TestForANSIStreamHeaders.cxx
TestForSTDNamespace.cmake
BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
2003-11-12 16:51:09 -05:00
TestForSTDNamespace.cxx
Use_wxWindows.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
UseSWIG.cmake
BUG: Add more comments and fix CMAKE_SWIG_FLAGS
2004-06-28 11:14:40 -04:00
UseVTK40.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00
UseVTKBuildSettings40.cmake
UseVTKConfig40.cmake
UsewxWidgets.cmake
ENH: Cleanup. Use relative path to modules
2004-08-26 22:52:53 -04:00