| .. |
|
Platform
|
736da84b4f
BUG: fix for 6710 CMAKE_OSX_SYSROOT should be a PATH
|
17 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
|
8868244de0
STYLE: Remove trailing whitespace.
|
17 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
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 years ago |
|
CMakeCCompilerId.c.in
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 years ago |
|
CMakeCInformation.cmake
|
aaa88d33a9
ENH: Build large archives incrementally
|
17 years ago |
|
CMakeCXXCompiler.cmake.in
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 years ago |
|
CMakeCXXCompilerABI.cpp
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 years ago |
|
CMakeCXXCompilerId.cpp.in
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 years ago |
|
CMakeCXXInformation.cmake
|
aaa88d33a9
ENH: Build large archives incrementally
|
17 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
|
19 years ago |
|
CMakeDependentOption.cmake
|
de007ef199
ENH: Adding CMAKE_DEPENDENT_OPTION macro.
|
19 years ago |
|
CMakeDetermineASM-ATTCompiler.cmake
|
5b18b80b58
|
18 years ago |
|
CMakeDetermineASMCompiler.cmake
|
3e6decf312
BUG: make the toolchain-prefix recognition work with prefixes which contain
|
17 years ago |
|
CMakeDetermineCCompiler.cmake
|
3e6decf312
BUG: make the toolchain-prefix recognition work with prefixes which contain
|
17 years ago |
|
CMakeDetermineCXXCompiler.cmake
|
3e6decf312
BUG: make the toolchain-prefix recognition work with prefixes which contain
|
17 years ago |
|
CMakeDetermineCompilerABI.cmake
|
820901dd13
ENH: Clarify message about checking for compiler ABI information.
|
17 years ago |
|
CMakeDetermineCompilerId.cmake
|
8aac17471c
BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1,
|
17 years ago |
|
CMakeDetermineFortranCompiler.cmake
|
9211b0d234
ENH: Improvied compiler identification robustness
|
17 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
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 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
|
5f8feedbac
STYLE: Fixed docs of new CMakeForceCompiler
|
17 years ago |
|
CMakeFortranCompiler.cmake.in
|
2a06c660bf
ENH: Patch from Maik to add more fortran extensions.
|
17 years ago |
|
CMakeFortranCompilerId.F90.in
|
0c6ba12efd
ENH: Teach Fortran compiler identification about the Portland Group compiler (PGI).
|
17 years ago |
|
CMakeFortranInformation.cmake
|
aaa88d33a9
ENH: Build large archives incrementally
|
17 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
|
40d06f542c
ENH: Extend previous patch from Mathieu Malaterre to apply override to the build tool also.
|
17 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
|
6b31f40e40
BUG: Go back to using "." so the Java test passes on the nightly nmake dashboards again. Still need a solution that works with both nmake and Visual Studio builds.
|
17 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.in
|
70c2dc8a64
ENH: Make compiler id detection more robust
|
17 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
|
7f5446b2ef
BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and should work the same way as it does in the vs ide
|
17 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.
|
17 years ago |
|
CMakeTestCXXCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
17 years ago |
|
CMakeTestForFreeVC.cxx
|
0d4cd0436b
ENH better test for free VC tools
|
21 years ago |
|
CMakeTestFortranCompiler.cmake
|
83c3bf7acc
STYLE: use IF(NOT ...) instead of IF() ELSE() ... ENDIF()
|
17 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
|
18 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
|
18 years ago |
|
CPack.Description.plist.in
|
5358809a5c
ENH: More CPack stuff and fix zlib compression
|
20 years ago |
|
CPack.Info.plist.in
|
71f61636b6
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
|
17 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
|
0543448907
STYLE: apply patch from Thomas Klausner (NetBSD): use "=" for testing
|
17 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
|
18 years ago |
|
CPack.background.png.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
18 years ago |
|
CPack.cmake
|
71f61636b6
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
|
17 years ago |
|
CPack.distribution.dist.in
|
e8825d320b
BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Thanks again to Doug Gregor for the patch.
|
17 years ago |
|
CPackDeb.cmake
|
38a99f54e3
ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable
|
17 years ago |
|
CPackRPM.cmake
|
09829174a3
BUG: fix rpmbuild bug, which expands variables in comments :-/
|
17 years ago |
|
CPackZIP.cmake
|
919265516e
|
18 years ago |
|
CTest.cmake
|
36cf25e6a2
ENH: recognize vs 9 and possible 10 or greater when they come out...
|
17 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.
|
17 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
|
a57fc5585a
|
17 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
|
1871f06ad6
BUG: fix double cmakefiles directory
|
17 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
|
779a2abda3
ENH: allow users to turn off extra checks
|
17 years ago |
|
CheckTypeSizeC.c.in
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 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
|
22dc873ef0
ENH: allow cdash not to trigger
|
17 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
|
87f3a15a80
ENH: change to correct line feed
|
17 years ago |
|
FindBZip2.cmake
|
13db5b578b
|
18 years ago |
|
FindBoost.cmake
|
f0dac4d017
BUG: Be more careful with Boost_MINOR_VERSION in FindBoost module
|
17 years ago |
|
FindCABLE.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindCURL.cmake
|
13db5b578b
|
18 years ago |
|
FindCVS.cmake
|
4f1a79110c
ENH: for some reasons there was never a FindCVS module?
|
17 years ago |
|
FindCups.cmake
|
b5f656e0de
|
18 years ago |
|
FindCurses.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 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
|
19 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
|
d07a4675d2
ENH: fix find module stuff for test
|
17 years ago |
|
FindFLTK2.cmake
|
b2ac4754a6
ENH: add from bug 0004219
|
18 years ago |
|
FindFreetype.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindGCCXML.cmake
|
7603244509
ENH: use program files env for searching
|
19 years ago |
|
FindGDAL.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindGIF.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindGLU.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindGLUT.cmake
|
0deb9012a6
BUG: fix bug 6594 look for glut in more places on windows
|
17 years ago |
|
FindGTK.cmake
|
c7770b8edb
|
18 years ago |
|
FindGettext.cmake
|
0a012cc428
BUG: fix 7230: don't ignore first parameter if it's not ALL
|
17 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
|
6cdbaf1422
STYLE: Fixed module list in documentation; Magick should be MagickCore.
|
17 years ago |
|
FindJNI.cmake
|
fdd99aa361
BUG: #7333, search dirs for Fedora
|
17 years ago |
|
FindJPEG.cmake
|
d34068e2d4
BUG: #7416 fix error when jpeg is not found
|
17 years ago |
|
FindJasper.cmake
|
13db5b578b
|
18 years ago |
|
FindJava.cmake
|
e607d5f7df
ENH: More locations for Java
|
19 years ago |
|
FindKDE3.cmake
|
db4bebe5c8
BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be
|
17 years ago |
|
FindKDE4.cmake
|
03b434af8e
BUG: fix closing ENDIF()
|
17 years ago |
|
FindLAPACK.cmake
|
87f3a15a80
ENH: change to correct line feed
|
17 years ago |
|
FindLATEX.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 years ago |
|
FindLibXml2.cmake
|
58afad0968
ENH: also search for xmllint, which comes with libxml2 (sync with FindLibXml2.cmake from KDE)
|
17 years ago |
|
FindLibXslt.cmake
|
13db5b578b
|
18 years ago |
|
FindLua50.cmake
|
2a31328b97
BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND
|
17 years ago |
|
FindLua51.cmake
|
2a31328b97
BUG: fix documentation, the variables are named LUA50_FOUND and LUA51_FOUND
|
17 years ago |
|
FindMFC.cmake
|
74eaecfc3e
ENH: cleanups
|
20 years ago |
|
FindMPEG.cmake
|
13db5b578b
|
18 years ago |
|
FindMPEG2.cmake
|
13db5b578b
|
18 years ago |
|
FindMPI.cmake
|
fa458957ab
ENH: Use the HINTS feature of find_library to find the right libraries for
|
17 years ago |
|
FindMatlab.cmake
|
d07a4675d2
ENH: fix find module stuff for test
|
17 years ago |
|
FindMotif.cmake
|
13db5b578b
|
18 years ago |
|
FindOpenAL.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindOpenGL.cmake
|
2f20b9d33b
BUG: fix for bug 7104 look for GL in X11R6 dirs
|
17 years ago |
|
FindOpenSSL.cmake
|
8aae78d204
ENH: change to correct line feed
|
17 years ago |
|
FindOpenThreads.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindPHP4.cmake
|
77def5ed14
BUG: fix for bug 6775, FindPHP4 did not honor required
|
17 years ago |
|
FindPNG.cmake
|
7f69a773ab
ENH: add more names of linpng (sync with the KDE version)
|
17 years ago |
|
FindPackageHandleStandardArgs.cmake
|
3a738a49c3
BUG: fix #6375: print the variables which were not found, so it's easier to
|
17 years ago |
|
FindPackageMessage.cmake
|
7a888b68da
ENH: Added FindPackageMessage module
|
17 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
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindPike.cmake
|
c7770b8edb
|
18 years ago |
|
FindPkgConfig.cmake
|
4f44c7875f
BUG: fix for bug 6117 pkgconfig
|
17 years ago |
|
FindProducer.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindPythonInterp.cmake
|
52bf51b425
|
18 years ago |
|
FindPythonLibs.cmake
|
a8f493686a
STYLE: use global property instead of helper target to collect all python
|
17 years ago |
|
FindQt.cmake
|
b442e86492
ENH: change to fatal error
|
20 years ago |
|
FindQt3.cmake
|
db4bebe5c8
BUG: fix #7447, FindModulesExecuteAll test fails if both Qt3 and KDE4 can be
|
17 years ago |
|
FindQt4.cmake
|
502841c974
BUG: fix closing IF()
|
17 years ago |
|
FindQuickTime.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindRuby.cmake
|
5097640671
ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)
|
18 years ago |
|
FindSDL.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSDL_image.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSDL_mixer.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSDL_net.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSDL_sound.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSDL_ttf.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindSWIG.cmake
|
5991cfb42d
ENH: no fatal error if not required
|
17 years ago |
|
FindSelfPackers.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 years ago |
|
FindSubversion.cmake
|
e0b26f4aea
BUG: Fixes for FindSubversion
|
17 years ago |
|
FindTCL.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindTIFF.cmake
|
ae31d88145
ENH: add more names for libtiff, mark TIFF_INCLUDE_DIR and TIFF_LIBRARY as
|
17 years ago |
|
FindTclStub.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 years ago |
|
FindTclsh.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 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
|
7500dd50ef
BUG: don't fail with FATAL_ERROR if REQUIRED was not used
|
17 years ago |
|
FindWget.cmake
|
13db5b578b
|
18 years ago |
|
FindWish.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindX11.cmake
|
5295385c34
ENH: also search in /usr/X11R7, remove /usr/lib and /usr/local/lib, they are
|
17 years ago |
|
FindXMLRPC.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindZLIB.cmake
|
13db5b578b
|
18 years ago |
|
Findosg.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgDB.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgFX.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgGA.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgIntrospection.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgManipulator.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgParticle.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgProducer.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgShadow.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgSim.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgTerrain.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgText.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgUtil.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindosgViewer.cmake
|
e2ec3b671b
ENH: Cleanup Find* modules with new HINTS feature
|
17 years ago |
|
FindwxWidgets.cmake
|
8adb6b9be2
ENH: Improved support for finding wxWidgets in MinGW environment.
|
17 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 |
|
GetPrerequisites.cmake
|
80d045b01e
ENH: When GetPrerequisites.cmake runs dumpbin while running inside the VS IDE environment make sure the tool does not produce extra output.
|
17 years ago |
|
ITKCompatibility.cmake
|
540d16384b
ENH: added to handle case in ITK 2.8 and earlier
|
19 years ago |
|
InstallRequiredSystemLibraries.cmake
|
bab77e53e3
BUG: Fix issue #6610. Use 64-bit system binaries when using the 64-bit MSVC compiler. Thanks to Clinton Stimpson for the patch.
|
17 years ago |
|
KDE3Macros.cmake
|
7eb86d1e3c
|
18 years ago |
|
MacOSXBundleInfo.plist.in
|
c1b8ad4e1d
ENH: Allow users to specify a custom Info.plist template
|
17 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
|
532e5d144c
BUG: remove extension from inserts
|
17 years ago |
|
SystemInformation.cmake
|
971f9e4869
ENH: limit the output of system information to no more than 50K per file
|
18 years ago |
|
SystemInformation.in
|
fa9f03779f
ENH: improvements
|
18 years ago |
|
TestBigEndian.cmake
|
263bb4e172
|
18 years ago |
|
TestCXXAcceptsFlag.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
|
TestEndianess.c.in
|
b8fc8b324d
ENH: Improve robustness of compiler INFO strings
|
17 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
|
35175120b1
STYLE: /usr/local/bin is in the path anyway
|
17 years ago |
|
UseQt4.cmake
|
e8af880a7d
|
17 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
|
b6684a79b5
STYLE: Remove trailing whitespace.
|
17 years ago |
|
UsewxWidgets.cmake
|
8364ce8ff9
STYLE: Remove trailing whitespace.
|
17 years ago |
|
VTKCompatibility.cmake
|
d46ff28ac9
ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
|
17 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
|
19 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 |