| .. |
|
Platform
|
e3c84cf5a6
ENH: add support for the Syllable OS (http://www.syllable.org)
|
18 年之前 |
|
AddFileDependencies.cmake
|
a980fdc96a
BUG: don't include MacroLibrary.cmake, but add a cmake module which implements ADD_FILE_DEPENDENCIES()
|
19 年之前 |
|
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
|
d885d45b0f
|
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
|
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 年之前 |
|
CMakeCCompilerId.c
|
4ee1ee1bd0
|
18 年之前 |
|
CMakeCInformation.cmake
|
930bb0cd37
|
18 年之前 |
|
CMakeCXXCompiler.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 年之前 |
|
CMakeCXXCompilerId.cpp
|
4ee1ee1bd0
|
18 年之前 |
|
CMakeCXXInformation.cmake
|
930bb0cd37
|
18 年之前 |
|
CMakeCommonLanguageInclude.cmake
|
45d85c2e34
BUG: fix for 3550 again
|
19 年之前 |
|
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
|
5b18b80b58
|
18 年之前 |
|
CMakeDetermineCCompiler.cmake
|
ff9ed18dad
|
18 年之前 |
|
CMakeDetermineCXXCompiler.cmake
|
ff9ed18dad
|
18 年之前 |
|
CMakeDetermineCompilerId.cmake
|
40e55ab780
|
18 年之前 |
|
CMakeDetermineFortranCompiler.cmake
|
d9bbc3f45f
STYLE: fdcorrect comments about FC/CC
|
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
|
b100fe1fe1
|
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
|
f35f1ac9ab
|
18 年之前 |
|
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 年之前 |
|
CMakeFortranCompilerId.F90
|
44ab336a0c
ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included.
|
18 年之前 |
|
CMakeFortranInformation.cmake
|
44ab336a0c
ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included.
|
18 年之前 |
|
CMakeGenericSystem.cmake
|
c3b42e90ed
|
18 年之前 |
|
CMakeImportBuildSettings.cmake
|
2523629f4b
ENH: fix for case difference with nmake
|
19 年之前 |
|
CMakeJavaCompiler.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 年之前 |
|
CMakeJavaInformation.cmake
|
5ecfd3d4d3
ENH: fix java and add OBJECT_DIR support
|
19 年之前 |
|
CMakeLists.txt
|
e118a62709
|
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
|
2d051a6709
ENH: Unify design of CMakeCCompilerId.c, CMakeCXXCompilerId.cpp, and CMakePlatformId.h. BUG: Do not violate system-reserved symbol namespace _[A-Z].
|
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
|
718de4cea5
ENH: fix spelling errors
|
19 年之前 |
|
CMakeSystem.cmake.in
|
b100fe1fe1
|
18 年之前 |
|
CMakeSystemSpecificInformation.cmake
|
512e0d40ef
|
18 年之前 |
|
CMakeTestASM-ATTCompiler.cmake
|
5b18b80b58
|
18 年之前 |
|
CMakeTestASMCompiler.cmake
|
5b18b80b58
|
18 年之前 |
|
CMakeTestCCompiler.cmake
|
61d3444f93
|
18 年之前 |
|
CMakeTestCXXCompiler.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CMakeTestForFreeVC.cxx
|
0d4cd0436b
ENH better test for free VC tools
|
21 年之前 |
|
CMakeTestFortranCompiler.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CMakeTestGNU.c
|
6b31e5c851
BUG: fix problem where cmake thinks the intel compiler is gnu
|
21 年之前 |
|
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
|
18 年之前 |
|
CMakeVCManifest.cmake
|
276e7e21a3
ENH: Adding flags to force generation of manifest files when building with VC 8.
|
19 年之前 |
|
CMakeVCManifestExe.cmake
|
5ac4801a04
BUG: use different commands for shared libraries and exe for manifest stuff fix for bug#4039
|
19 年之前 |
|
CMakeVS6BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 年之前 |
|
CMakeVS6FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 年之前 |
|
CMakeVS71FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 年之前 |
|
CMakeVS7BackwardCompatibility.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 年之前 |
|
CMakeVS7FindMake.cmake
|
51f91db648
ENH: add correct flags for msvc generators
|
19 年之前 |
|
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
|
a460c60843
ENH: Add verbose flag to package maker and add CFBundleIdentifier string
|
19 年之前 |
|
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
|
f015e1ff03
ENH: Change permission for getdisplay.sh to make the runtimescript work
|
19 年之前 |
|
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
|
5beb1da7f7
ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in absolute locations. With this setting on, cpack will set the DESTDIR env var when building the package so that files end up in their intended locations. Default behavior is not to set DESTDIR for backwards compatibility. Helps address issue #4993 and issue #5257. Also, remove unused CPACK_USE_DESTDIR variable. ENH: Add variable CPACK_PACKAGING_INSTALL_PREFIX to allow overriding the CPack GetPackagingInstallPrefix from a project's CMakeLists file if necessary. Could be used to remove the annoying /usr prefix still used by default in the Mac PackageMaker generator.
|
18 年之前 |
|
CPackDeb.cmake
|
2d1bcf806f
BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variables
|
18 年之前 |
|
CPackRPM.cmake
|
a1a5895c89
ENH: fix for RPM generator from Eric
|
18 年之前 |
|
CPackZIP.cmake
|
919265516e
|
18 年之前 |
|
CTest.cmake
|
61d3444f93
|
18 年之前 |
|
CTestTargets.cmake
|
f9dc5b5553
ENH: On Visual Studio and Xcode handle config type
|
19 年之前 |
|
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"
|
18 年之前 |
|
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
|
21 年之前 |
|
CheckFunctionExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CheckIncludeFile.c.in
|
095e975c81
BUG: Fix signature of main to work on both strict ANSI and non-ANSI C compilers.
|
19 年之前 |
|
CheckIncludeFile.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CheckIncludeFile.cxx.in
|
f5d95fb078
Complete rework of makefile generators expect trouble
|
23 年之前 |
|
CheckIncludeFileCXX.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CheckIncludeFiles.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
CheckLibraryExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
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
|
19 年之前 |
|
CheckTypeSize.cmake
|
578841cce5
|
18 年之前 |
|
CheckTypeSizeC.c.in
|
6989f80026
|
18 年之前 |
|
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 年之前 |
|
CheckVariableExists.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
Dart.cmake
|
88bb17bee9
|
18 年之前 |
|
DartConfiguration.tcl.in
|
1ca05e219a
ENH: Reorganize and add subversion support
|
21 年之前 |
|
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
|
8d7b502337
|
18 年之前 |
|
FindASPELL.cmake
|
e808f81f90
BUG: fix for bug 0005871
|
18 年之前 |
|
FindAVIFile.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindBLAS.cmake
|
680cff0b9f
|
18 年之前 |
|
FindBZip2.cmake
|
13db5b578b
|
18 年之前 |
|
FindBoost.cmake
|
13db5b578b
|
18 年之前 |
|
FindCABLE.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindCURL.cmake
|
13db5b578b
|
18 年之前 |
|
FindCups.cmake
|
b5f656e0de
|
18 年之前 |
|
FindCurses.cmake
|
c41f798383
|
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
|
19 年之前 |
|
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 年之前 |
|
FindGCCXML.cmake
|
7603244509
ENH: use program files env for searching
|
19 年之前 |
|
FindGLU.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 年之前 |
|
FindGLUT.cmake
|
c7770b8edb
|
18 年之前 |
|
FindGTK.cmake
|
c7770b8edb
|
18 年之前 |
|
FindGettext.cmake
|
20d75ac237
BUG: fix typo reported by Duncan Mac Vicar
|
18 年之前 |
|
FindGnuplot.cmake
|
13db5b578b
|
18 年之前 |
|
FindHSPELL.cmake
|
13db5b578b
|
18 年之前 |
|
FindHTMLHelp.cmake
|
7603244509
ENH: use program files env for searching
|
19 年之前 |
|
FindITK.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindImageMagick.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindJNI.cmake
|
2803688998
BUG: fix for bug 4605
|
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
|
19 年之前 |
|
FindKDE3.cmake
|
7eb86d1e3c
|
18 年之前 |
|
FindKDE4.cmake
|
983e2a9a51
|
18 年之前 |
|
FindLAPACK.cmake
|
680cff0b9f
|
18 年之前 |
|
FindLATEX.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindLibXml2.cmake
|
13db5b578b
|
18 年之前 |
|
FindLibXslt.cmake
|
13db5b578b
|
18 年之前 |
|
FindMFC.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
FindMPEG.cmake
|
13db5b578b
|
18 年之前 |
|
FindMPEG2.cmake
|
13db5b578b
|
18 年之前 |
|
FindMPI.cmake
|
b82b47e329
|
18 年之前 |
|
FindMatlab.cmake
|
d2689c95a1
ENH: some style fixes for the book
|
20 年之前 |
|
FindMotif.cmake
|
13db5b578b
|
18 年之前 |
|
FindOpenAL.cmake
|
13db5b578b
|
18 年之前 |
|
FindOpenGL.cmake
|
1fe4220669
|
18 年之前 |
|
FindOpenSSL.cmake
|
8b46841b6d
ENH: add cmake modules for some common libraries: aspell, hspell, bzip2,
|
19 年之前 |
|
FindPHP4.cmake
|
ad8efca061
|
18 年之前 |
|
FindPNG.cmake
|
13db5b578b
|
18 年之前 |
|
FindPackageHandleStandardArgs.cmake
|
af1b145b3b
|
18 年之前 |
|
FindPerl.cmake
|
13db5b578b
|
18 年之前 |
|
FindPerlLibs.cmake
|
13db5b578b
|
18 年之前 |
|
FindPhysFS.cmake
|
13db5b578b
|
18 年之前 |
|
FindPike.cmake
|
c7770b8edb
|
18 年之前 |
|
FindPkgConfig.cmake
|
1410eef27a
|
18 年之前 |
|
FindPythonInterp.cmake
|
52bf51b425
|
18 年之前 |
|
FindPythonLibs.cmake
|
ec207513e4
|
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.
|
18 年之前 |
|
FindQt4.cmake
|
45e974791f
ENH: Fix case of windows library names to support
|
18 年之前 |
|
FindRuby.cmake
|
179aad32f3
BUG: fix 4164, also search for libruby1.8.so, I guess it should be synced
|
19 年之前 |
|
FindSDL.cmake
|
13db5b578b
|
18 年之前 |
|
FindSDL_image.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
FindSDL_mixer.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
FindSDL_net.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
FindSDL_sound.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
FindSDL_ttf.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
FindSWIG.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 年之前 |
|
FindSelfPackers.cmake
|
b7fa820118
ENH: add documentation support for modules
|
20 年之前 |
|
FindSubversion.cmake
|
b2240ef6af
ENH: Adding FindSubversion module from Tristan Carel. This addresses bug#3987.
|
19 年之前 |
|
FindTCL.cmake
|
13db5b578b
|
18 年之前 |
|
FindTIFF.cmake
|
13db5b578b
|
18 年之前 |
|
FindTclsh.cmake
|
13db5b578b
|
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
|
859db10e2a
ENH: Add ability to find VTK 5 without user help.
|
19 年之前 |
|
FindWget.cmake
|
13db5b578b
|
18 年之前 |
|
FindWish.cmake
|
d460481da3
BUG: fix for bug #3846 more advanced stuff
|
19 年之前 |
|
FindX11.cmake
|
79077f8373
|
18 年之前 |
|
FindXMLRPC.cmake
|
3fb55bff36
BUG: fix for bug 4123, find xmlrpc in standard locations
|
19 年之前 |
|
FindZLIB.cmake
|
13db5b578b
|
18 年之前 |
|
FindwxWidgets.cmake
|
93f079ecae
STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets.
|
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 年之前 |
|
ITKCompatibility.cmake
|
540d16384b
ENH: added to handle case in ITK 2.8 and earlier
|
19 年之前 |
|
InstallRequiredSystemLibraries.cmake
|
bb82b48715
ENH: change name
|
18 年之前 |
|
KDE3Macros.cmake
|
7eb86d1e3c
|
18 年之前 |
|
MacOSXBundleInfo.plist.in
|
1dbcfd2a98
ENH: Improve Mac OSX bundle support
|
21 年之前 |
|
MacOSXFrameworkInfo.plist.in
|
9323a27989
ENH: initial support for creation of frameworks on Mac
|
18 年之前 |
|
MacroAddFileDependencies.cmake
|
63c241ea1e
ENH: Updates from KDE
|
19 年之前 |
|
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
|
18 年之前 |
|
SystemInformation.in
|
fa9f03779f
ENH: improvements
|
18 年之前 |
|
TestBigEndian.cmake
|
263bb4e172
|
18 年之前 |
|
TestCXXAcceptsFlag.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
TestEndianess.c.in
|
578841cce5
|
18 年之前 |
|
TestForANSIForScope.cmake
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 年之前 |
|
TestForANSIStreamHeaders.cmake
|
74eaecfc3e
ENH: cleanups
|
20 年之前 |
|
TestForANSIStreamHeaders.cxx
|
32b398e55b
new try compile module
|
23 年之前 |
|
TestForAnsiForScope.cxx
|
a696dbc815
ERR: Removed warning for unused variable.
|
22 年之前 |
|
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
|
19 年之前 |
|
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
|
18 年之前 |
|
UseQt4.cmake
|
96d8460b4e
ENH: Define QT_NO_DEBUG when building with release Qt libs.
|
18 年之前 |
|
UseSWIG.cmake
|
8b7ff9b08b
ENH: patch applied for bug 4517
|
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
|
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 年之前 |
|
UsewxWidgets.cmake
|
2fd1b374c1
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script.
|
19 年之前 |
|
VTKCompatibility.cmake
|
e1a142f033
ENH: fix for back VTK error message
|
19 年之前 |
|
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
|
19 年之前 |
|
kde3uic.cmake
|
0afe72e908
BUG: fix #3324: KDE3Macros.cmake didn't find Qt designer plugins when
|
19 年之前 |
|
readme.txt
|
c7770b8edb
|
18 年之前 |