| .. |
|
Platform
|
ed76198b84
ENH: Cleanup building of OS X bundle content
|
18 years ago |
|
AddFileDependencies.cmake
|
a980fdc96a
BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES()
|
19 years ago |
|
CMake.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeASM-ATTInformation.cmake
|
5b18b80b58
|
18 years ago |
|
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 years ago |
|
CMakeASMInformation.cmake
|
d885d45b0f
|
18 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
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeCCompilerABI.c
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeCCompilerId.c
|
4ee1ee1bd0
|
18 years ago |
|
CMakeCInformation.cmake
|
82fcaebe28
ENH: Pass dependent library search path to linker on some platforms.
|
18 years ago |
|
CMakeCXXCompiler.cmake.in
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeCXXCompilerABI.cpp
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeCXXCompilerId.cpp
|
4ee1ee1bd0
|
18 years ago |
|
CMakeCXXInformation.cmake
|
82fcaebe28
ENH: Pass dependent library search path to linker on some platforms.
|
18 years ago |
|
CMakeCommonLanguageInclude.cmake
|
45d85c2e34
BUG: fix for 3550 again
|
19 years ago |
|
CMakeCompilerABI.h
|
11ad0bace4
ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem.
|
18 years ago |
|
CMakeConfigurableFile.in
|
01a55559dd
ENH: Make modules use configure instead of file write
|
20 years ago |
|
CMakeDependentOption.cmake
|
de007ef199
ENH: Adding CMAKE_DEPENDENT_OPTION macro.
|
19 years ago |
|
CMakeDetermineASM-ATTCompiler.cmake
|
5b18b80b58
|
18 years ago |
|
CMakeDetermineASMCompiler.cmake
|
5b18b80b58
|
18 years ago |
|
CMakeDetermineCCompiler.cmake
|
a75079d9e0
ENH: When detecting the compiler id try compiling only to an object file.
|
18 years ago |
|
CMakeDetermineCXXCompiler.cmake
|
a75079d9e0
ENH: When detecting the compiler id try compiling only to an object file.
|
18 years ago |
|
CMakeDetermineCompilerABI.cmake
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeDetermineCompilerId.cmake
|
2b48e716b3
ENH: Cleanup chrpath feature by not displaying exe format or placing non-advanced options in cache.
|
18 years ago |
|
CMakeDetermineFortranCompiler.cmake
|
a75079d9e0
ENH: When detecting the compiler id try compiling only to an object file.
|
18 years ago |
|
CMakeDetermineJavaCompiler.cmake
|
0b804cbece
|
18 years ago |
|
CMakeDetermineRCCompiler.cmake
|
8ffb32369f
BUG: Need to search for rc by default, not c++ compilers.
|
19 years ago |
|
CMakeDetermineSystem.cmake
|
b100fe1fe1
|
18 years ago |
|
CMakeExportBuildSettings.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
CMakeFindBinUtils.cmake
|
2b48e716b3
ENH: Cleanup chrpath feature by not displaying exe format or placing non-advanced options in cache.
|
18 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 |
|
CMakeForceCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
18 years ago |
|
CMakeFortranCompiler.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 years ago |
|
CMakeFortranCompilerId.F90
|
a83ef917af
STYLE: Move VisualAge id macro to correct block.
|
18 years ago |
|
CMakeFortranInformation.cmake
|
82fcaebe28
ENH: Pass dependent library search path to linker on some platforms.
|
18 years ago |
|
CMakeGenericSystem.cmake
|
b8357db11d
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
|
18 years ago |
|
CMakeImportBuildSettings.cmake
|
2523629f4b
ENH: fix for case difference with nmake
|
19 years ago |
|
CMakeIngestOSXBundleLibraries.cmake
|
703be12c58
ENH: add script to ingest library depends into a bundle
|
18 years ago |
|
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 years ago |
|
CMakeJavaInformation.cmake
|
5ecfd3d4d3
ENH: fix java and add OBJECT_DIR support
|
19 years ago |
|
CMakeLists.txt
|
63fa1180f9
BUG: Need to install fortran compiler id source.
|
18 years ago |
|
CMakeMSYSFindMake.cmake
|
5042581f43
ENH: better algorithm for looking for make and gcc on msys and mingw
|
20 years ago |
|
CMakeMinGWFindMake.cmake
|
5042581f43
ENH: better algorithm for looking for make and gcc on msys and mingw
|
20 years ago |
|
CMakeNMakeFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 years ago |
|
CMakePlatformId.h
|
2d051a6709
ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and CMakePlatformId.h. BUG: Do not violate system-reserved symbol namespace _[A-Z].
|
18 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
|
718de4cea5
ENH: fix spelling errors
|
20 years ago |
|
CMakeSystem.cmake.in
|
b100fe1fe1
|
18 years ago |
|
CMakeSystemSpecificInformation.cmake
|
512e0d40ef
|
18 years ago |
|
CMakeTestASM-ATTCompiler.cmake
|
5b18b80b58
|
18 years ago |
|
CMakeTestASMCompiler.cmake
|
5b18b80b58
|
18 years ago |
|
CMakeTestCCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
18 years ago |
|
CMakeTestCXXCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
18 years ago |
|
CMakeTestForFreeVC.cxx
|
0d4cd0436b
ENH better test for free VC tools
|
21 years ago |
|
CMakeTestFortranCompiler.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 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
|
90e4d70dcc
BUG: fix for 4188 look for smake as well as gmake and make
|
19 years ago |
|
CMakeVS6BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeVS6FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 years ago |
|
CMakeVS71FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 years ago |
|
CMakeVS7BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
CMakeVS7FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 years ago |
|
CMakeVS8FindMake.cmake
|
9cbb998737
ENH: add support for vs 2008 beta 2
|
18 years ago |
|
CMakeVS9FindMake.cmake
|
9cbb998737
ENH: add support for vs 2008 beta 2
|
18 years ago |
|
COPYING-CMAKE-SCRIPTS
|
8b46841b6d
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
|
19 years ago |
|
CPack.DS_Store.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 years ago |
|
CPack.Description.plist.in
|
5358809a5c
ENH: More CPack stuff and fix zlib compression
|
20 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
CPack.RuntimeScript.in
|
f015e1ff03
ENH: Change permission for getdisplay.sh to make the runtimescript work
|
19 years ago |
|
CPack.STGZ_Header.sh.in
|
3a12116e39
|
18 years ago |
|
CPack.VolumeIcon.icns.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 years ago |
|
CPack.background.png.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 years ago |
|
CPack.cmake
|
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 years ago |
|
CPackDeb.cmake
|
669db35aa4
ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
|
18 years ago |
|
CPackRPM.cmake
|
a1a5895c89
ENH: fix for RPM generator from Eric
|
18 years ago |
|
CPackZIP.cmake
|
919265516e
|
18 years ago |
|
CTest.cmake
|
46fff6c83a
STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch
|
18 years ago |
|
CTestTargets.cmake
|
b459ec9f57
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
|
18 years ago |
|
CheckCCompilerFlag.cmake
|
86c63dca11
ENH: two macros to check whether the C/CXX compiler supports a given flag:
|
19 years ago |
|
CheckCSourceCompiles.cmake
|
4668f03484
BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx"
|
18 years ago |
|
CheckCSourceRuns.cmake
|
bd8b733d5e
|
18 years ago |
|
CheckCXXCompilerFlag.cmake
|
86c63dca11
ENH: two macros to check whether the C/CXX compiler supports a given flag:
|
19 years ago |
|
CheckCXXSourceCompiles.cmake
|
d454231a0a
STYLE: fix #3519 (incorrect comment)
|
19 years ago |
|
CheckCXXSourceRuns.cmake
|
bd8b733d5e
|
18 years ago |
|
CheckForPthreads.c
|
3a32cec969
ENH: merge in changes for beos support
|
19 years ago |
|
CheckFortranFunctionExists.cmake
|
680cff0b9f
|
18 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
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
CheckIncludeFile.c.in
|
095e975c81
BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.
|
19 years ago |
|
CheckIncludeFile.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
CheckIncludeFile.cxx.in
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
CheckIncludeFileCXX.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
CheckIncludeFiles.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
CheckLibraryExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 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 |
|
CheckStructHasMember.cmake
|
3e72dbe4c2
|
18 years ago |
|
CheckSymbolExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
CheckTypeSize.cmake
|
578841cce5
|
18 years ago |
|
CheckTypeSizeC.c.in
|
6989f80026
|
18 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
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
Dart.cmake
|
934949edd0
ENH: use ctest to drive dashboards for make targets as opposed to tclsh
|
18 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 |
|
FLTKCompatibility.cmake
|
70585819fb
ENH: threads used to include this
|
18 years ago |
|
FeatureSummary.cmake
|
669db35aa4
ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
|
18 years ago |
|
FindASPELL.cmake
|
e808f81f90
BUG: fix for bug 0005871
|
18 years ago |
|
FindAVIFile.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindBLAS.cmake
|
680cff0b9f
|
18 years ago |
|
FindBZip2.cmake
|
13db5b578b
|
18 years ago |
|
FindBoost.cmake
|
3d6f10650e
BUG: it seems on some installations boost is installed under boost-1_34 ,
|
18 years ago |
|
FindCABLE.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindCURL.cmake
|
13db5b578b
|
18 years ago |
|
FindCups.cmake
|
b5f656e0de
|
18 years ago |
|
FindCurses.cmake
|
c41f798383
|
18 years ago |
|
FindCygwin.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindDCMTK.cmake
|
c7770b8edb
|
18 years ago |
|
FindDart.cmake
|
7603244509
ENH: use program files env for searching
|
20 years ago |
|
FindDoxygen.cmake
|
3b1c74d34a
ENH: fix for backwards compatibility
|
19 years ago |
|
FindEXPAT.cmake
|
bdc1e4e054
BUG: use the correct variable for checking the success (#6062)
|
18 years ago |
|
FindFLTK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindFLTK2.cmake
|
b2ac4754a6
ENH: add from bug 0004219
|
18 years ago |
|
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 years ago |
|
FindGCCXML.cmake
|
7603244509
ENH: use program files env for searching
|
20 years ago |
|
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 years ago |
|
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 years ago |
|
FindGLU.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindGLUT.cmake
|
c7770b8edb
|
18 years ago |
|
FindGTK.cmake
|
c7770b8edb
|
18 years ago |
|
FindGettext.cmake
|
20d75ac237
BUG: fix typo reported by Duncan Mac Vicar
|
19 years ago |
|
FindGnuplot.cmake
|
13db5b578b
|
18 years ago |
|
FindHSPELL.cmake
|
13db5b578b
|
18 years ago |
|
FindHTMLHelp.cmake
|
6e70424fc8
ENH: need quotes
|
18 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
|
a5ac316155
BUG: Eliminate message - it pops up an annoying dialog whenever you run CMakeSetup in a project with java wrapping turned on.
|
18 years ago |
|
FindJPEG.cmake
|
13db5b578b
|
18 years ago |
|
FindJasper.cmake
|
13db5b578b
|
18 years ago |
|
FindJava.cmake
|
e607d5f7df
ENH: More locations for Java
|
19 years ago |
|
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
|
20 years ago |
|
FindKDE3.cmake
|
7eb86d1e3c
|
18 years ago |
|
FindKDE4.cmake
|
983e2a9a51
|
18 years ago |
|
FindLAPACK.cmake
|
680cff0b9f
|
18 years ago |
|
FindLATEX.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindLibXml2.cmake
|
13db5b578b
|
18 years ago |
|
FindLibXslt.cmake
|
13db5b578b
|
18 years ago |
|
FindLua50.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 years ago |
|
FindLua51.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 years ago |
|
FindMFC.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMPEG.cmake
|
13db5b578b
|
18 years ago |
|
FindMPEG2.cmake
|
13db5b578b
|
18 years ago |
|
FindMPI.cmake
|
b82b47e329
|
18 years ago |
|
FindMatlab.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindMotif.cmake
|
13db5b578b
|
18 years ago |
|
FindOpenAL.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 years ago |
|
FindOpenGL.cmake
|
1fe4220669
|
18 years ago |
|
FindOpenSSL.cmake
|
8b46841b6d
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
|
19 years ago |
|
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 years ago |
|
FindPHP4.cmake
|
ad8efca061
|
18 years ago |
|
FindPNG.cmake
|
13db5b578b
|
18 years ago |
|
FindPackageHandleStandardArgs.cmake
|
10dfc89731
STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local
|
18 years ago |
|
FindPerl.cmake
|
bd28610ec3
ENH: update for Tcl/Tk 8.5
|
18 years ago |
|
FindPerlLibs.cmake
|
b24b859a93
BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $
|
18 years ago |
|
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 years ago |
|
FindPike.cmake
|
c7770b8edb
|
18 years ago |
|
FindPkgConfig.cmake
|
4f44c7875f
BUG: fix for bug 6117 pkgconfig
|
18 years ago |
|
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 years ago |
|
FindPythonInterp.cmake
|
52bf51b425
|
18 years ago |
|
FindPythonLibs.cmake
|
a8f493686a
STYLE: use global property instead of helper target to collect all python
|
18 years ago |
|
FindQt.cmake
|
b442e86492
ENH: change to fatal error
|
20 years ago |
|
FindQt3.cmake
|
1a71290836
BUG: Fixed name of variable used to check version of uic executable.
|
18 years ago |
|
FindQt4.cmake
|
f868fe3abd
|
18 years ago |
|
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 years ago |
|
FindRuby.cmake
|
5097640671
ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)
|
18 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
FindSDL_sound.cmake
|
a5b3ab4eee
BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.
|
18 years ago |
|
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 years ago |
|
FindSWIG.cmake
|
f61305e88c
BUG: fix for bug 4145 much better findSwig
|
18 years ago |
|
FindSelfPackers.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindSubversion.cmake
|
4bcce925ea
BUG: set LC_ALL to C, so message from svn are not translated, which can lead
|
18 years ago |
|
FindTCL.cmake
|
5ee18d5c55
ENH: fix advanced bug
|
18 years ago |
|
FindTIFF.cmake
|
13db5b578b
|
18 years ago |
|
FindTclStub.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 years ago |
|
FindTclsh.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 years ago |
|
FindThreads.cmake
|
c5b197842f
BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. Modern HP pthreads are just normal pthreads.
|
18 years ago |
|
FindUnixCommands.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindVTK.cmake
|
859db10e2a
ENH: Add ability to find VTK 5 without user help.
|
19 years ago |
|
FindWget.cmake
|
13db5b578b
|
18 years ago |
|
FindWish.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 years ago |
|
FindX11.cmake
|
9de44ef28a
BUG: FindX11 module should search for SM library instead of returning -lSM.
|
18 years ago |
|
FindXMLRPC.cmake
|
3fb55bff36
BUG: fix for bug 4123, find xmlrpc in standard locations
|
19 years ago |
|
FindZLIB.cmake
|
13db5b578b
|
18 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
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 years ago |
|
FindwxWidgets.cmake
|
fc8ce17433
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
|
18 years ago |
|
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 years ago |
|
ITKCompatibility.cmake
|
540d16384b
ENH: added to handle case in ITK 2.8 and earlier
|
19 years ago |
|
InstallRequiredSystemLibraries.cmake
|
bb82b48715
ENH: change name
|
18 years ago |
|
KDE3Macros.cmake
|
7eb86d1e3c
|
18 years ago |
|
MacroAddFileDependencies.cmake
|
63c241ea1e
ENH: Updates from KDE
|
19 years ago |
|
NSIS.InstallOptions.ini.in
|
0eba9b638f
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
|
18 years ago |
|
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 years ago |
|
SystemInformation.cmake
|
971f9e4869
ENH: limit the output of system information to no more than 50K per file
|
19 years ago |
|
SystemInformation.in
|
fa9f03779f
ENH: improvements
|
19 years ago |
|
TestBigEndian.cmake
|
263bb4e172
|
18 years ago |
|
TestCXXAcceptsFlag.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
TestEndianess.c.in
|
578841cce5
|
18 years ago |
|
TestForANSIForScope.cmake
|
0e33a166a3
STYLE: fix doc string
|
18 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
|
b63ff2fb6f
ENH: minor doc cleanups and an example of documenting a variable
|
18 years ago |
|
TestForSSTREAM.cxx
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
|
TestForSTDNamespace.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
TestForSTDNamespace.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 years ago |
|
UseEcos.cmake
|
5586c6f41b
ENH: now also the "ecosclean" target works with MS nmake
|
19 years ago |
|
UsePkgConfig.cmake
|
100723fbb0
BUG: untested fix for newlines in the output of pkg config
|
19 years ago |
|
UseQt4.cmake
|
d94087ab44
ENH: Use new COMPILE_DEFINITIONS_* with set_property to
|
18 years ago |
|
UseSWIG.cmake
|
fc6497883c
BUG: fix for bug 6151
|
18 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
|
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 years ago |
|
UsewxWidgets.cmake
|
2fd1b374c1
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script.
|
19 years ago |
|
VTKCompatibility.cmake
|
f27379e3f7
ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
|
18 years ago |
|
ecos_clean.cmake
|
5586c6f41b
ENH: now also the "ecosclean" target works with MS nmake
|
19 years ago |
|
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
|
20 years ago |
|
kde3uic.cmake
|
0afe72e908
BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when
|
19 years ago |
|
readme.txt
|
41c2895b75
ENH: Added version support to Config mode of find_package command.
|
18 years ago |