| .. |
|
Platform
|
c3530dd01f
BUG: fix for bug 383 gcc flags are now always set if the compiler is gnu
|
vor 22 Jahren |
|
CMakeBackwardCompatibilityC.cmake
|
69762f4d99
Fix FindX11 to match convention
|
vor 23 Jahren |
|
CMakeBackwardCompatibilityCXX.cmake
|
4d6dba4c37
ENH: only force the use of ansi flags in backwards mode
|
vor 23 Jahren |
|
CMakeBorlandFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
vor 23 Jahren |
|
CMakeBuildSettings.cmake.in
|
ee72d5740b
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
|
vor 23 Jahren |
|
CMakeCCompiler.cmake.in
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
vor 22 Jahren |
|
CMakeCXXCompiler.cmake.in
|
d1051bb575
clean up flags with _init flags
|
vor 23 Jahren |
|
CMakeDefaultMakeRuleVariables.cmake
|
61cd9298cd
ENH: Added <LINK_FLAGS> to link rules.
|
vor 23 Jahren |
|
CMakeDetermineCCompiler.cmake
|
b0e79efddd
BUG: Fix for spaces in path when loading CMakeTestGNU.c.
|
vor 22 Jahren |
|
CMakeDetermineCXXCompiler.cmake
|
9a4c654d23
BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in CMakeDetermineCCompiler.cmake.
|
vor 22 Jahren |
|
CMakeDetermineJavaCompiler.cmake
|
296e731808
FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
|
vor 22 Jahren |
|
CMakeDetermineSystem.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
|
vor 22 Jahren |
|
CMakeExportBuildSettings.cmake
|
ee72d5740b
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
|
vor 23 Jahren |
|
CMakeImportBuildSettings.cmake
|
a1d61afcf6
BUG: Comparison of build tool should be case-insensitive.
|
vor 22 Jahren |
|
CMakeJavaCompiler.cmake.in
|
fc52954023
If there is no java compiler report error on ADD_JAVA_LIBRARY
|
vor 23 Jahren |
|
CMakeLists.txt
|
a6bd324605
ENH: Installing readme.txt in Modules directory to be consistent with windows.
|
vor 22 Jahren |
|
CMakeNMakeFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
vor 23 Jahren |
|
CMakePrintSystemInformation.cmake
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
vor 23 Jahren |
|
CMakeSystem.cmake.in
|
3021918293
ENH: add CMAKE_SYSTEM_PROCESSOR
|
vor 22 Jahren |
|
CMakeSystemSpecificInformation.cmake
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
vor 22 Jahren |
|
CMakeTestCCompiler.cmake
|
ae28d81894
ERR: Fixed typo in comment.
|
vor 22 Jahren |
|
CMakeTestCXXCompiler.cmake
|
ae28d81894
ERR: Fixed typo in comment.
|
vor 22 Jahren |
|
CMakeTestGNU.c
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
vor 22 Jahren |
|
CMakeTestNMakeCLVersion.c
|
dfcd4f2154
added test for whether pdbtype should be used for nmake
|
vor 22 Jahren |
|
CMakeUnixFindMake.cmake
|
9992fe5103
BUG: Removed stray debugging message.
|
vor 23 Jahren |
|
CMakeVS6BackwardCompatibility.cmake
|
6593700f09
added big endian stuff
|
vor 23 Jahren |
|
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
|
vor 22 Jahren |
|
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
|
vor 22 Jahren |
|
CMakeVS7BackwardCompatibility.cmake
|
6593700f09
added big endian stuff
|
vor 23 Jahren |
|
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
|
vor 22 Jahren |
|
CheckForPthreads.c
|
ff5f0312de
ENH: Do better test for pthreads
|
vor 22 Jahren |
|
CheckFunctionExists.c
|
76e9af1575
Add two commonly used modules. First one checks if the function exists, the second one checks the size of type
|
vor 23 Jahren |
|
CheckFunctionExists.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
|
vor 22 Jahren |
|
CheckIncludeFile.c.in
|
1d0d685049
Simplify checking for headers
|
vor 23 Jahren |
|
CheckIncludeFile.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
|
vor 22 Jahren |
|
CheckIncludeFile.cxx.in
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
vor 23 Jahren |
|
CheckIncludeFileCXX.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
|
vor 22 Jahren |
|
CheckIncludeFiles.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
|
vor 22 Jahren |
|
CheckLibraryExists.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
|
vor 22 Jahren |
|
CheckLibraryExists.lists.in
|
3697ad6dc7
Initial attempt to check if library exists
|
vor 23 Jahren |
|
CheckSizeOf.cmake
|
ea1467d056
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
|
vor 23 Jahren |
|
CheckSymbolExists.cmake
|
d6ebc123f7
ENH: Extra new line after output
|
vor 22 Jahren |
|
CheckTypeSize.c
|
ea1467d056
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
|
vor 23 Jahren |
|
CheckTypeSize.cmake
|
db12c17017
ENH: Documentation fix
|
vor 22 Jahren |
|
CheckVariableExists.c
|
9a98c16803
ENH: Added CHECK_VARIABLE_EXISTS macro.
|
vor 23 Jahren |
|
CheckVariableExists.cmake
|
c17be8d126
BUG: Message describing variable was using result variable.
|
vor 22 Jahren |
|
Dart.cmake
|
37149fc5b3
BUG#199: If DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will be included in the name of the Experimental and ExperimentalSubmit targets.
|
vor 22 Jahren |
|
DartConfiguration.tcl.in
|
bec9b174f5
ENH: Fix some dart issues. Now it works fine without dart.
|
vor 22 Jahren |
|
Documentation.cmake
|
03bfa86394
ENH: it's time to create a real Microsoft HTML Help Workshop CMake module
|
vor 23 Jahren |
|
DummyCXXFile.cxx
|
9a6c95fcea
add checks for ansi flags and not hard code them
|
vor 23 Jahren |
|
FindAVIFile.cmake
|
0b288b6121
Fixed mistake in comments
|
vor 23 Jahren |
|
FindCABLE.cmake
|
2ad267cff3
ENH: Updated search paths to newest values from Cable.
|
vor 23 Jahren |
|
FindCurses.cmake
|
0d252c941d
ENH: Added /lib to curses search path.
|
vor 24 Jahren |
|
FindCygwin.cmake
|
cb4f04c94e
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
|
vor 24 Jahren |
|
FindDart.cmake
|
e2294ae591
ENH: look for Dart in c:
|
vor 24 Jahren |
|
FindDoxygen.cmake
|
cb4f04c94e
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
|
vor 24 Jahren |
|
FindFLTK.cmake
|
f6e87dc2f6
ENH: Added /usr/local/lib/fltk
|
vor 23 Jahren |
|
FindGCCXML.cmake
|
11d50284ed
ENH: Updated for version 0.2 of GCC-XML.
|
vor 24 Jahren |
|
FindGLU.cmake
|
0b288b6121
Fixed mistake in comments
|
vor 23 Jahren |
|
FindGLUT.cmake
|
93d38e24cc
ENH: Description of variables now specifies that the full path is required.
|
vor 23 Jahren |
|
FindGTK.cmake
|
a65fd59c13
BUG#299: GTK_gmodule_LIBRARY is optional just like GTK_gthread_LIBRARY.
|
vor 22 Jahren |
|
FindGnuplot.cmake
|
1362bb41c8
Add module to find gnuplot
|
vor 24 Jahren |
|
FindHTMLHelp.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
|
vor 22 Jahren |
|
FindITK.cmake
|
c79abbd99c
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.
|
vor 23 Jahren |
|
FindImageMagick.cmake
|
5e366c361d
IMPORTANT FIX: be extra-careful here on WIN32, we do NOT want CMake to look in the system's PATH env var to search for ImageMagick's convert.exe, otherwise it is going to pick Microsoft Window's own convert.exe, which is used to convert FAT partitions to NTFS format ! Depending on the options passed to convert.exe, there is a good chance you would kiss your hard-disk good-bye.
|
vor 23 Jahren |
|
FindJNI.cmake
|
296e731808
FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
|
vor 22 Jahren |
|
FindJPEG.cmake
|
0b288b6121
Fixed mistake in comments
|
vor 23 Jahren |
|
FindJava.cmake
|
296e731808
FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
|
vor 22 Jahren |
|
FindLATEX.cmake
|
a92c58bacc
BUG#262: Marking DVIPDF_CONVERTER as advanced.
|
vor 22 Jahren |
|
FindMFC.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
|
vor 22 Jahren |
|
FindMPEG.cmake
|
d7ebdb9da0
Add an MPEG finder in the new format - functionality copied from VXL.
|
vor 23 Jahren |
|
FindMPEG2.cmake
|
fde48d14fd
merge from branch
|
vor 23 Jahren |
|
FindMPI.cmake
|
4a1412b0cb
BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix for but 92. & was being replaced with &, but after double quote was replaced with " causing it to be &quot. Also add more search paths for mpi
|
vor 22 Jahren |
|
FindOpenGL.cmake
|
15fc30ae40
ENH: add checking for NOTFOUND
|
vor 23 Jahren |
|
FindPNG.cmake
|
c6323d154b
fixed typo
|
vor 23 Jahren |
|
FindPerl.cmake
|
37f7074269
FIX: the current version of Perl is 5.8
|
vor 23 Jahren |
|
FindPythonLibs.cmake
|
0637e4656c
STYLE: Removed trailing whitespace.
|
vor 22 Jahren |
|
FindQt.cmake
|
8a0e3c103b
ENH: Make it work for QT 2.3 non commercial on windows
|
vor 22 Jahren |
|
FindSDL.cmake
|
fde48d14fd
merge from branch
|
vor 23 Jahren |
|
FindSelfPackers.cmake
|
cb4f04c94e
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
|
vor 24 Jahren |
|
FindTCL.cmake
|
296e731808
FIX: for Windows users, it seems logical to favor native win32 installation before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
|
vor 22 Jahren |
|
FindTIFF.cmake
|
0b288b6121
Fixed mistake in comments
|
vor 23 Jahren |
|
FindTclsh.cmake
|
2480a83deb
ENH: Adding registry entries to search path.
|
vor 22 Jahren |
|
FindThreads.cmake
|
21ec23413e
ERR: Reorganize to try to fix the -pthread problem on some systems
|
vor 22 Jahren |
|
FindUnixCommands.cmake
|
cb4f04c94e
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
|
vor 24 Jahren |
|
FindVTK.cmake
|
e450309ca3
ENH: Improved error message for VTK_DIR not found to refer to it as a cache entry. Some users thought this was supposed to be an environment variable.
|
vor 22 Jahren |
|
FindWget.cmake
|
5f60153d2f
Add helpful message for QT Windows users
|
vor 23 Jahren |
|
FindWish.cmake
|
2480a83deb
ENH: Adding registry entries to search path.
|
vor 22 Jahren |
|
FindX11.cmake
|
d530fbe731
Attempt to fix build problem on some platforms
|
vor 23 Jahren |
|
FindZLIB.cmake
|
f5ea46bbc5
This file should not be empty
|
vor 23 Jahren |
|
FindwxWindows.cmake
|
0270b60b8f
ERR: If WX_CONFIG_LIBS are , then you get weird cmake error. This should fix it
|
vor 22 Jahren |
|
TestBigEndian.c
|
dfb25dd982
Add test for big endian
|
vor 23 Jahren |
|
TestBigEndian.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
|
vor 22 Jahren |
|
TestCXXAcceptsFlag.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
|
vor 22 Jahren |
|
TestForANSIForScope.cmake
|
ac8bf0d5ac
BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
|
vor 22 Jahren |
|
TestForANSIStreamHeaders.cmake
|
1e3ddfeecf
try to fix check for ansi stream
|
vor 23 Jahren |
|
TestForANSIStreamHeaders.cxx
|
32b398e55b
new try compile module
|
vor 23 Jahren |
|
TestForAnsiForScope.cxx
|
a696dbc815
ERR: Removed warning for unused variable.
|
vor 22 Jahren |
|
TestForSTDNamespace.cmake
|
ac8bf0d5ac
BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
|
vor 22 Jahren |
|
TestForSTDNamespace.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
vor 23 Jahren |
|
UseVTK40.cmake
|
14771cf5f6
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
|
vor 23 Jahren |
|
UseVTKBuildSettings40.cmake
|
14771cf5f6
ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake file that does a LOAD_CACHE.
|
vor 23 Jahren |
|
UseVTKConfig40.cmake
|
1628b593d3
BUG: Copying _LIB_DEPENDS variables requires double-quoted argument.
|
vor 23 Jahren |
|
Use_wxWindows.cmake
|
4faaf7c877
ENH: Add Use file for wxWindows. Thanks Jan Woetzel
|
vor 22 Jahren |
|
readme.txt
|
28117a2e4a
Add important missing word to documentation
|
vor 23 Jahren |