| .. |
|
Platform
|
63b4952f4c
BUG: Removed odbc32.lib and odbccp32.lib from standard libraries on VS 8 because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795.
|
20 years ago |
|
CMake.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeAddNewLanguage.txt
|
8be3e4eeca
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
|
20 years ago |
|
CMakeBackwardCompatibilityC.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeBackwardCompatibilityCXX.cmake
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
CMakeBorlandFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 years ago |
|
CMakeBuildSettings.cmake.in
|
ee72d5740b
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
|
23 years ago |
|
CMakeCCompiler.cmake.in
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeCInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeCXXCompiler.cmake.in
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeCXXInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeCommonLanguageInclude.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeDetermineCCompiler.cmake
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeDetermineCXXCompiler.cmake
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeDetermineFortranCompiler.cmake
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeDetermineJavaCompiler.cmake
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeDetermineRCCompiler.cmake
|
aa98e3647d
ENH: fix more than one argument passed in to compilers via environment
|
20 years ago |
|
CMakeDetermineSystem.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeExportBuildSettings.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
CMakeFindFrameworks.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeFindWMake.cmake
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
CMakeFindXCode.cmake
|
8960a220a9
ENH: add trycompile code for xcode
|
21 years ago |
|
CMakeFortranCompiler.cmake.in
|
b8b298104b
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
20 years ago |
|
CMakeFortranInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeGenericSystem.cmake
|
ca4b82d9ed
BUG: CMAKE_INSTALL_PREFIX must always have forward slashes.
|
20 years ago |
|
CMakeImportBuildSettings.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
CMakeJavaCompiler.cmake.in
|
b8b298104b
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
20 years ago |
|
CMakeJavaInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeLists.txt
|
a6bd324605
ENH: Installing readme.txt in Modules directory to be consistent with windows.
|
22 years ago |
|
CMakeMSYSFindMake.cmake
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
|
CMakeMinGWFindMake.cmake
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
|
CMakeNMakeFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 years ago |
|
CMakePrintSystemInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeRCCompiler.cmake.in
|
b8b298104b
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
20 years ago |
|
CMakeRCInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeSystem.cmake.in
|
3021918293
ENH: add CMAKE_SYSTEM_PROCESSOR
|
22 years ago |
|
CMakeSystemSpecificInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeTestCCompiler.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CMakeTestCXXCompiler.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CMakeTestForFreeVC.cxx
|
0d4cd0436b
ENH better test for free VC tools
|
21 years ago |
|
CMakeTestFortranCompiler.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CMakeTestGNU.c
|
6b31e5c851
BUG: fix problem where cmake thinks the intel compiler is gnu
|
21 years ago |
|
CMakeTestJavaCompiler.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeTestNMakeCLVersion.c
|
dfcd4f2154
added test for whether pdbtype should be used for nmake
|
22 years ago |
|
CMakeTestRCCompiler.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeUnixFindMake.cmake
|
9992fe5103
BUG: Removed stray debugging message.
|
23 years ago |
|
CMakeVS6BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeVS6FindMake.cmake
|
8149dbed29
ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
|
22 years ago |
|
CMakeVS71FindMake.cmake
|
8149dbed29
ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
|
22 years ago |
|
CMakeVS7BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeVS7FindMake.cmake
|
8149dbed29
ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
|
22 years ago |
|
CMakeVS8FindMake.cmake
|
17da34e188
COMP: Fix for support of VS 8.0 beta 2
|
20 years ago |
|
CPack.Description.plist.in
|
5358809a5c
ENH: More CPack stuff and fix zlib compression
|
20 years ago |
|
CPack.Info.plist.in
|
a11b9a4cdc
ENH: Merge from CPack branch
|
20 years ago |
|
CPack.cmake
|
2a6bc87567
ENH: Some improvements: specify link, copy msvc libraries, fix install directory
|
20 years ago |
|
CTest.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CTestTargets.cmake
|
e26c160698
ENH: Initial import
|
20 years ago |
|
CheckCSourceCompiles.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CheckCXXSourceCompiles.cmake
|
f95310c3a9
ENH: fix bug, write the correct file
|
20 years ago |
|
CheckForPthreads.c
|
fad91fb770
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
|
21 years ago |
|
CheckFunctionExists.c
|
fad91fb770
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
|
21 years ago |
|
CheckFunctionExists.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CheckIncludeFile.c.in
|
1d0d685049
Simplify checking for headers
|
23 years ago |
|
CheckIncludeFile.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CheckIncludeFile.cxx.in
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
CheckIncludeFileCXX.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CheckIncludeFiles.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CheckLibraryExists.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
CheckLibraryExists.lists.in
|
3697ad6dc7
Initial attempt to check if library exists
|
23 years ago |
|
CheckSizeOf.cmake
|
ea1467d056
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
|
23 years ago |
|
CheckSymbolExists.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
CheckTypeSize.c.in
|
96f948adf5
ENH: fix checktypesize
|
20 years ago |
|
CheckTypeSize.cmake
|
1eb57b6d08
ENH: fix check type size
|
20 years ago |
|
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 years ago |
|
CheckVariableExists.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
Dart.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
DartConfiguration.tcl.in
|
1ca05e219a
ENH: Reorganize and add subversion support
|
21 years ago |
|
Documentation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
DummyCXXFile.cxx
|
9a6c95fcea
add checks for ansi flags and not hard code them
|
23 years ago |
|
FindAVIFile.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindCABLE.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindCurses.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindCygwin.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindDCMTK.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindDart.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindDoxygen.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindFLTK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindGCCXML.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindGLU.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindGLUT.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindGTK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindGnuplot.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindHTMLHelp.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindITK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindImageMagick.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindJNI.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindJPEG.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindJava.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindKDE.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindLATEX.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindMFC.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMPEG.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMPEG2.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMPI.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMatlab.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindMotif.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindOpenAL.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindOpenGL.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPHP4.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPNG.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindPerl.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPerlLibs.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPhysFS.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPike.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPythonInterp.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindPythonLibs.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindQt.cmake
|
b442e86492
ENH: change to fatal error
|
20 years ago |
|
FindQt3.cmake
|
4b0fd57bef
ENH: fix module documenation to handle bad docs and fix qt3 docs
|
20 years ago |
|
FindQt4.cmake
|
b442e86492
ENH: change to fatal error
|
20 years ago |
|
FindRuby.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSDL.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSDL_image.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSDL_mixer.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSDL_net.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSDL_sound.cmake
|
4bdca3b404
ENH: put CmakeTmp into CMakeFiles
|
20 years ago |
|
FindSDL_ttf.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindSWIG.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindSelfPackers.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindTCL.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindTIFF.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindTclsh.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindThreads.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindUnixCommands.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindVTK.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindWget.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindWish.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindX11.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindZLIB.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindwxWidgets.cmake
|
ad4f98f3cf
ENH: Cleanup. Use relative path to modules
|
21 years ago |
|
FindwxWindows.cmake
|
1fd9060406
ENH: contribution from Jan Woetzel
|
20 years ago |
|
MacOSXBundleInfo.plist.in
|
1dbcfd2a98
ENH: Improve Mac OSX bundle support
|
21 years ago |
|
NSIS.template.in
|
2a6bc87567
ENH: Some improvements: specify link, copy msvc libraries, fix install directory
|
20 years ago |
|
TestBigEndian.c
|
fad91fb770
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
|
21 years ago |
|
TestBigEndian.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
TestCXXAcceptsFlag.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
TestForANSIForScope.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
TestForANSIStreamHeaders.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
TestForANSIStreamHeaders.cxx
|
32b398e55b
new try compile module
|
23 years ago |
|
TestForAnsiForScope.cxx
|
a696dbc815
ERR: Removed warning for unused variable.
|
22 years ago |
|
TestForSSTREAM.cmake
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
TestForSSTREAM.cxx
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
TestForSTDNamespace.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
TestForSTDNamespace.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
UseQt4.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
UseSWIG.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
UseVTK40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
UseVTKBuildSettings40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
UseVTKConfig40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
Use_wxWindows.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
UsewxWidgets.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
VTKCompatibility.cmake
|
630924c0eb
ENH: fix problem with building vtk 4.4.2
|
20 years ago |
|
readme.txt
|
9f625beab6
ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771.
|
20 years ago |