| .. |
|
Platform
|
7c6c8fc365
ENH: remove c flags from cxx config file
|
18 лет назад |
|
AddFileDependencies.cmake
|
a980fdc96a
BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES()
|
20 лет назад |
|
CMake.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeASM-ATTInformation.cmake
|
5b18b80b58
|
18 лет назад |
|
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 лет назад |
|
CMakeASMInformation.cmake
|
8868244de0
STYLE: Remove trailing whitespace.
|
18 лет назад |
|
CMakeAddNewLanguage.txt
|
8be3e4eeca
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
|
20 лет назад |
|
CMakeBackwardCompatibilityC.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeBackwardCompatibilityCXX.cmake
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 лет назад |
|
CMakeBorlandFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 лет назад |
|
CMakeBuildSettings.cmake.in
|
ee72d5740b
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.
|
23 лет назад |
|
CMakeCCompiler.cmake.in
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 лет назад |
|
CMakeCCompilerABI.c
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 лет назад |
|
CMakeCCompilerId.c.in
|
70c2dc8a64
ENH: Make compiler id detection more robust
|
18 лет назад |
|
CMakeCInformation.cmake
|
aa10b4e33c
ENH: fix init flags getting stuffed into the compile line by force.
|
18 лет назад |
|
CMakeCXXCompiler.cmake.in
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 лет назад |
|
CMakeCXXCompilerABI.cpp
|
a28b197b11
ENH: Generalize the check for sizeof void* to detect more ABI information.
|
18 лет назад |
|
CMakeCXXCompilerId.cpp.in
|
70c2dc8a64
ENH: Make compiler id detection more robust
|
18 лет назад |
|
CMakeCXXInformation.cmake
|
aa10b4e33c
ENH: fix init flags getting stuffed into the compile line by force.
|
18 лет назад |
|
CMakeCommonLanguageInclude.cmake
|
45d85c2e34
BUG: fix for 3550 again
|
19 лет назад |
|
CMakeCompilerABI.h
|
11ad0bace4
ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link directory policy takes care of the problem.
|
18 лет назад |
|
CMakeConfigurableFile.in
|
01a55559dd
ENH: Make modules use configure instead of file write
|
20 лет назад |
|
CMakeDependentOption.cmake
|
de007ef199
ENH: Adding CMAKE_DEPENDENT_OPTION macro.
|
19 лет назад |
|
CMakeDetermineASM-ATTCompiler.cmake
|
5b18b80b58
|
18 лет назад |
|
CMakeDetermineASMCompiler.cmake
|
21578050a7
BUG: fix handling of assembler executable (with path) #6858
|
18 лет назад |
|
CMakeDetermineCCompiler.cmake
|
9211b0d234
ENH: Improvied compiler identification robustness
|
18 лет назад |
|
CMakeDetermineCXXCompiler.cmake
|
9211b0d234
ENH: Improvied compiler identification robustness
|
18 лет назад |
|
CMakeDetermineCompilerABI.cmake
|
820901dd13
ENH: Clarify message about checking for compiler ABI information.
|
18 лет назад |
|
CMakeDetermineCompilerId.cmake
|
8aac17471c
BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1,
|
18 лет назад |
|
CMakeDetermineFortranCompiler.cmake
|
9211b0d234
ENH: Improvied compiler identification robustness
|
18 лет назад |
|
CMakeDetermineJavaCompiler.cmake
|
0b804cbece
|
18 лет назад |
|
CMakeDetermineRCCompiler.cmake
|
8ffb32369f
BUG: Need to search for rc by default, not c++ compilers.
|
19 лет назад |
|
CMakeDetermineSystem.cmake
|
b100fe1fe1
|
18 лет назад |
|
CMakeExportBuildSettings.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
CMakeFindBinUtils.cmake
|
34c76d4304
ENH: Use builtin chrpath instead of relinking ELF targets
|
18 лет назад |
|
CMakeFindFrameworks.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeFindWMake.cmake
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 лет назад |
|
CMakeFindXCode.cmake
|
8960a220a9
ENH: add trycompile code for xcode
|
21 лет назад |
|
CMakeForceCompiler.cmake
|
5f8feedbac
STYLE: Fixed docs of new CMakeForceCompiler
|
18 лет назад |
|
CMakeFortranCompiler.cmake.in
|
2a06c660bf
ENH: Patch from Maik to add more fortran extensions.
|
18 лет назад |
|
CMakeFortranCompilerId.F90.in
|
9211b0d234
ENH: Improvied compiler identification robustness
|
18 лет назад |
|
CMakeFortranInformation.cmake
|
a97a1426c0
ENH: fix FFFLAGS to be FLAGS
|
18 лет назад |
|
CMakeGenericSystem.cmake
|
b8357db11d
ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
|
18 лет назад |
|
CMakeImportBuildSettings.cmake
|
db5582c32d
ENH: Patch from Mathieu Malaterre to add documentation for his previous patch for CMakeImportBuildSettings.
|
18 лет назад |
|
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 лет назад |
|
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.
|
18 лет назад |
|
CMakeLists.txt
|
63fa1180f9
BUG: Need to install fortran compiler id source.
|
18 лет назад |
|
CMakeMSYSFindMake.cmake
|
5042581f43
ENH: better algorithm for looking for make and gcc on msys and mingw
|
20 лет назад |
|
CMakeMinGWFindMake.cmake
|
5042581f43
ENH: better algorithm for looking for make and gcc on msys and mingw
|
20 лет назад |
|
CMakeNMakeFindMake.cmake
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 лет назад |
|
CMakePlatformId.h.in
|
70c2dc8a64
ENH: Make compiler id detection more robust
|
18 лет назад |
|
CMakePrintSystemInformation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeRCCompiler.cmake.in
|
b8b298104b
ENH: make sure flags set in CC or CXX environment variables stay with the compiler
|
20 лет назад |
|
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
|
18 лет назад |
|
CMakeSystem.cmake.in
|
b100fe1fe1
|
18 лет назад |
|
CMakeSystemSpecificInformation.cmake
|
512e0d40ef
|
18 лет назад |
|
CMakeTestASM-ATTCompiler.cmake
|
5b18b80b58
|
18 лет назад |
|
CMakeTestASMCompiler.cmake
|
5b18b80b58
|
18 лет назад |
|
CMakeTestCCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
18 лет назад |
|
CMakeTestCXXCompiler.cmake
|
8375bb4768
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
|
18 лет назад |
|
CMakeTestForFreeVC.cxx
|
0d4cd0436b
ENH better test for free VC tools
|
21 лет назад |
|
CMakeTestFortranCompiler.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CMakeTestGNU.c
|
6b31e5c851
BUG: fix problem where cmake thinks the intel compiler is gnu
|
22 лет назад |
|
CMakeTestJavaCompiler.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeTestNMakeCLVersion.c
|
dfcd4f2154
added test for whether pdbtype should be used for nmake
|
22 лет назад |
|
CMakeTestRCCompiler.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeUnixFindMake.cmake
|
90e4d70dcc
BUG: fix for 4188 look for smake as well as gmake and make
|
19 лет назад |
|
CMakeVS6BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeVS6FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
20 лет назад |
|
CMakeVS71FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
20 лет назад |
|
CMakeVS7BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
CMakeVS7FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
20 лет назад |
|
CMakeVS8FindMake.cmake
|
9cbb998737
ENH: add support for vs 2008 beta 2
|
18 лет назад |
|
CMakeVS9FindMake.cmake
|
9cbb998737
ENH: add support for vs 2008 beta 2
|
18 лет назад |
|
COPYING-CMAKE-SCRIPTS
|
8b46841b6d
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
|
19 лет назад |
|
CPack.DS_Store.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 лет назад |
|
CPack.Description.plist.in
|
5358809a5c
ENH: More CPack stuff and fix zlib compression
|
20 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
CPack.RuntimeScript.in
|
8350a17101
ENH: fix x11 launch script for leopord x11 is auto-started for us on that os.
|
18 лет назад |
|
CPack.STGZ_Header.sh.in
|
3a12116e39
|
18 лет назад |
|
CPack.VolumeIcon.icns.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 лет назад |
|
CPack.background.png.in
|
f2c0dbd164
ENH: More work on the packaging. Add Applicaitons, add icons, etc
|
19 лет назад |
|
CPack.cmake
|
e20f1dd26c
ENH: use a common CPACK_BINARY_ prefix for the binary package generators
|
18 лет назад |
|
CPackDeb.cmake
|
38a99f54e3
ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable
|
18 лет назад |
|
CPackRPM.cmake
|
09829174a3
BUG: fix rpmbuild bug, which expands variables in comments :-/
|
18 лет назад |
|
CPackZIP.cmake
|
919265516e
|
18 лет назад |
|
CTest.cmake
|
98e06794dd
ENH: Avoid printing message about unknown repository type repeatedly in CTest.
|
18 лет назад |
|
CTestTargets.cmake
|
b459ec9f57
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
|
18 лет назад |
|
CheckCCompilerFlag.cmake
|
86c63dca11
ENH: two macros to check whether the C/CXX compiler supports a given flag:
|
19 лет назад |
|
CheckCSourceCompiles.cmake
|
4668f03484
BUG: Revert "Fix kwstyleSource/CTest/cmCTestBuildHandler.cxx"
|
19 лет назад |
|
CheckCSourceRuns.cmake
|
bd8b733d5e
|
18 лет назад |
|
CheckCXXCompilerFlag.cmake
|
86c63dca11
ENH: two macros to check whether the C/CXX compiler supports a given flag:
|
19 лет назад |
|
CheckCXXSourceCompiles.cmake
|
d454231a0a
STYLE: fix #3519 (incorrect comment)
|
19 лет назад |
|
CheckCXXSourceRuns.cmake
|
bd8b733d5e
|
18 лет назад |
|
CheckForPthreads.c
|
3a32cec969
ENH: merge in changes for beos support
|
19 лет назад |
|
CheckFortranFunctionExists.cmake
|
680cff0b9f
|
18 лет назад |
|
CheckFunctionExists.c
|
fad91fb770
ENH: fix tests for non-ansi c on hp and remove warnings for ansi c
|
22 лет назад |
|
CheckFunctionExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CheckIncludeFile.c.in
|
095e975c81
BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.
|
20 лет назад |
|
CheckIncludeFile.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CheckIncludeFile.cxx.in
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 лет назад |
|
CheckIncludeFileCXX.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CheckIncludeFiles.cmake
|
1871f06ad6
BUG: fix double cmakefiles directory
|
18 лет назад |
|
CheckLibraryExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CheckLibraryExists.lists.in
|
3697ad6dc7
Initial attempt to check if library exists
|
23 лет назад |
|
CheckSizeOf.cmake
|
ea1467d056
ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with the macro name that is defined by the module.
|
23 лет назад |
|
CheckStructHasMember.cmake
|
3e72dbe4c2
|
18 лет назад |
|
CheckSymbolExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
CheckTypeSize.cmake
|
779a2abda3
ENH: allow users to turn off extra checks
|
18 лет назад |
|
CheckTypeSizeC.c.in
|
6989f80026
|
19 лет назад |
|
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.
|
22 лет назад |
|
CheckVariableExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
Dart.cmake
|
934949edd0
ENH: use ctest to drive dashboards for make targets as opposed to tclsh
|
18 лет назад |
|
DartConfiguration.tcl.in
|
22dc873ef0
ENH: allow cdash not to trigger
|
18 лет назад |
|
Documentation.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
DummyCXXFile.cxx
|
9a6c95fcea
add checks for ansi flags and not hard code them
|
23 лет назад |
|
FLTKCompatibility.cmake
|
70585819fb
ENH: threads used to include this
|
18 лет назад |
|
FeatureSummary.cmake
|
669db35aa4
ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
|
18 лет назад |
|
FindASPELL.cmake
|
e808f81f90
BUG: fix for bug 0005871
|
18 лет назад |
|
FindAVIFile.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindBLAS.cmake
|
05c7777eb7
ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10
|
18 лет назад |
|
FindBZip2.cmake
|
13db5b578b
|
18 лет назад |
|
FindBoost.cmake
|
4f961bce0a
BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change the
|
18 лет назад |
|
FindCABLE.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindCURL.cmake
|
13db5b578b
|
18 лет назад |
|
FindCVS.cmake
|
4f1a79110c
ENH: for some reasons there was never a FindCVS module?
|
18 лет назад |
|
FindCups.cmake
|
b5f656e0de
|
18 лет назад |
|
FindCurses.cmake
|
7eeec39538
ENH: make this backwards compatible with older FindCurses
|
18 лет назад |
|
FindCygwin.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
FindDCMTK.cmake
|
c7770b8edb
|
18 лет назад |
|
FindDart.cmake
|
7603244509
ENH: use program files env for searching
|
20 лет назад |
|
FindDoxygen.cmake
|
3b1c74d34a
ENH: fix for backwards compatibility
|
19 лет назад |
|
FindEXPAT.cmake
|
bdc1e4e054
BUG: use the correct variable for checking the success (#6062)
|
18 лет назад |
|
FindFLTK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindFLTK2.cmake
|
b2ac4754a6
ENH: add from bug 0004219
|
18 лет назад |
|
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 лет назад |
|
FindGCCXML.cmake
|
7603244509
ENH: use program files env for searching
|
20 лет назад |
|
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 лет назад |
|
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 лет назад |
|
FindGLU.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
FindGLUT.cmake
|
0deb9012a6
BUG: fix bug 6594 look for glut in more places on windows
|
18 лет назад |
|
FindGTK.cmake
|
c7770b8edb
|
18 лет назад |
|
FindGettext.cmake
|
20d75ac237
BUG: fix typo reported by Duncan Mac Vicar
|
19 лет назад |
|
FindGnuplot.cmake
|
13db5b578b
|
18 лет назад |
|
FindHSPELL.cmake
|
13db5b578b
|
18 лет назад |
|
FindHTMLHelp.cmake
|
6e70424fc8
ENH: need quotes
|
18 лет назад |
|
FindITK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindImageMagick.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindJNI.cmake
|
7dcbe5e1f5
ENH: have jni look more places on linux
|
18 лет назад |
|
FindJPEG.cmake
|
13db5b578b
|
18 лет назад |
|
FindJasper.cmake
|
13db5b578b
|
18 лет назад |
|
FindJava.cmake
|
e607d5f7df
ENH: More locations for Java
|
19 лет назад |
|
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 лет назад |
|
FindKDE3.cmake
|
7eb86d1e3c
|
18 лет назад |
|
FindKDE4.cmake
|
e6cb6129e8
ENH: preparations for cross compiling KDE4
|
18 лет назад |
|
FindLAPACK.cmake
|
dc108e0dfc
ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10
|
18 лет назад |
|
FindLATEX.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindLibXml2.cmake
|
13db5b578b
|
18 лет назад |
|
FindLibXslt.cmake
|
13db5b578b
|
18 лет назад |
|
FindLua50.cmake
|
ee72506471
ENH: use the standard find_package_handle_standard_args() for lua 5.0 and
|
18 лет назад |
|
FindLua51.cmake
|
ee72506471
ENH: use the standard find_package_handle_standard_args() for lua 5.0 and
|
18 лет назад |
|
FindMFC.cmake
|
74eaecfc3e
ENH: cleanups
|
20 лет назад |
|
FindMPEG.cmake
|
13db5b578b
|
18 лет назад |
|
FindMPEG2.cmake
|
13db5b578b
|
18 лет назад |
|
FindMPI.cmake
|
7e5921eff4
BUG: As a last resort, FindMPI will look for mpi.h in the path
|
18 лет назад |
|
FindMatlab.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 лет назад |
|
FindMotif.cmake
|
13db5b578b
|
18 лет назад |
|
FindOpenAL.cmake
|
68bcb056eb
BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201)
|
18 лет назад |
|
FindOpenGL.cmake
|
1fe4220669
|
18 лет назад |
|
FindOpenSSL.cmake
|
8b46841b6d
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
|
19 лет назад |
|
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 лет назад |
|
FindPHP4.cmake
|
ad8efca061
|
18 лет назад |
|
FindPNG.cmake
|
13db5b578b
|
18 лет назад |
|
FindPackageHandleStandardArgs.cmake
|
7a888b68da
ENH: Added FindPackageMessage module
|
18 лет назад |
|
FindPackageMessage.cmake
|
7a888b68da
ENH: Added FindPackageMessage module
|
18 лет назад |
|
FindPerl.cmake
|
bd28610ec3
ENH: update for Tcl/Tk 8.5
|
18 лет назад |
|
FindPerlLibs.cmake
|
b24b859a93
BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $
|
18 лет назад |
|
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 лет назад |
|
FindPike.cmake
|
c7770b8edb
|
18 лет назад |
|
FindPkgConfig.cmake
|
4f44c7875f
BUG: fix for bug 6117 pkgconfig
|
18 лет назад |
|
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 лет назад |
|
FindPythonInterp.cmake
|
52bf51b425
|
18 лет назад |
|
FindPythonLibs.cmake
|
a8f493686a
STYLE: use global property instead of helper target to collect all python
|
18 лет назад |
|
FindQt.cmake
|
b442e86492
ENH: change to fatal error
|
20 лет назад |
|
FindQt3.cmake
|
1a71290836
BUG: Fixed name of variable used to check version of uic executable.
|
19 лет назад |
|
FindQt4.cmake
|
44ce8ea362
BUG: Fix typo reported in #6790.
|
18 лет назад |
|
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 лет назад |
|
FindRuby.cmake
|
5097640671
ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)
|
18 лет назад |
|
FindSDL.cmake
|
6482d38bdf
ENH: do not clear find variables
|
18 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
FindSDL_sound.cmake
|
6482d38bdf
ENH: do not clear find variables
|
18 лет назад |
|
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 лет назад |
|
FindSWIG.cmake
|
f61305e88c
BUG: fix for bug 4145 much better findSwig
|
18 лет назад |
|
FindSelfPackers.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
FindSubversion.cmake
|
9453489919
BUG: Remove reference to PROJECT_SOURCE_DIR so that the Subversion_WC_INFO macro may be called from a ctest or cmake script.
|
18 лет назад |
|
FindTCL.cmake
|
5ee18d5c55
ENH: fix advanced bug
|
18 лет назад |
|
FindTIFF.cmake
|
13db5b578b
|
18 лет назад |
|
FindTclStub.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 лет назад |
|
FindTclsh.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 лет назад |
|
FindThreads.cmake
|
c5b197842f
BUG: Enable CMAKE_HP_PTHREADS only when the old CMA threads are available. Modern HP pthreads are just normal pthreads.
|
18 лет назад |
|
FindUnixCommands.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
FindVTK.cmake
|
7500dd50ef
BUG: don't fail with FATAL_ERROR if REQUIRED was not used
|
18 лет назад |
|
FindWget.cmake
|
13db5b578b
|
18 лет назад |
|
FindWish.cmake
|
59d29d6079
ENH: Update Tcl/Tk 8.5
|
18 лет назад |
|
FindX11.cmake
|
7a888b68da
ENH: Added FindPackageMessage module
|
18 лет назад |
|
FindXMLRPC.cmake
|
3fb55bff36
BUG: fix for bug 4123, find xmlrpc in standard locations
|
19 лет назад |
|
FindZLIB.cmake
|
13db5b578b
|
18 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
FindwxWidgets.cmake
|
052b82c382
BUG: There are compiler problems with wxWidgets and INCLUDE_DIRECTORIES(SYSTEM ...) use on the Mac. Set variable wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac in FindwxWidgets.cmake to avoid these problems.
|
18 лет назад |
|
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 лет назад |
|
GetPrerequisites.cmake
|
31efe9e9f6
ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results.
|
18 лет назад |
|
ITKCompatibility.cmake
|
540d16384b
ENH: added to handle case in ITK 2.8 and earlier
|
19 лет назад |
|
InstallRequiredSystemLibraries.cmake
|
61af8d8b32
ENH: add vs9 mfc libraries
|
18 лет назад |
|
KDE3Macros.cmake
|
7eb86d1e3c
|
18 лет назад |
|
MacroAddFileDependencies.cmake
|
63c241ea1e
ENH: Updates from KDE
|
20 лет назад |
|
NSIS.InstallOptions.ini.in
|
0eba9b638f
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
|
18 лет назад |
|
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 лет назад |
|
SystemInformation.cmake
|
971f9e4869
ENH: limit the output of system information to no more than 50K per file
|
19 лет назад |
|
SystemInformation.in
|
fa9f03779f
ENH: improvements
|
19 лет назад |
|
TestBigEndian.cmake
|
263bb4e172
|
18 лет назад |
|
TestCXXAcceptsFlag.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
TestEndianess.c.in
|
578841cce5
|
18 лет назад |
|
TestForANSIForScope.cmake
|
0e33a166a3
STYLE: fix doc string
|
18 лет назад |
|
TestForANSIStreamHeaders.cmake
|
74eaecfc3e
ENH: cleanups
|
20 лет назад |
|
TestForANSIStreamHeaders.cxx
|
32b398e55b
new try compile module
|
23 лет назад |
|
TestForAnsiForScope.cxx
|
a696dbc815
ERR: Removed warning for unused variable.
|
23 лет назад |
|
TestForSSTREAM.cmake
|
b63ff2fb6f
ENH: minor doc cleanups and an example of documenting a variable
|
18 лет назад |
|
TestForSSTREAM.cxx
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 лет назад |
|
TestForSTDNamespace.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
20 лет назад |
|
TestForSTDNamespace.cxx
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 лет назад |
|
UseEcos.cmake
|
5586c6f41b
ENH: now also the "ecosclean" target works with MS nmake
|
19 лет назад |
|
UsePkgConfig.cmake
|
100723fbb0
BUG: untested fix for newlines in the output of pkg config
|
19 лет назад |
|
UseQt4.cmake
|
58a2872f2e
|
18 лет назад |
|
UseSWIG.cmake
|
fc6497883c
BUG: fix for bug 6151
|
18 лет назад |
|
UseVTK40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
UseVTKBuildSettings40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
UseVTKConfig40.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 лет назад |
|
Use_wxWindows.cmake
|
b6684a79b5
STYLE: Remove trailing whitespace.
|
18 лет назад |
|
UsewxWidgets.cmake
|
8364ce8ff9
STYLE: Remove trailing whitespace.
|
18 лет назад |
|
VTKCompatibility.cmake
|
d46ff28ac9
ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
|
18 лет назад |
|
ecos_clean.cmake
|
5586c6f41b
ENH: now also the "ecosclean" target works with MS nmake
|
19 лет назад |
|
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 лет назад |
|
kde3uic.cmake
|
0afe72e908
BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when
|
19 лет назад |
|
readme.txt
|
41c2895b75
ENH: Added version support to Config mode of find_package command.
|
18 лет назад |