| .. |
|
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
|
пре 20 година |
|
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
|
пре 19 година |
|
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
|
пре 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 година |
|
FindGCCXML.cmake
|
7603244509
ENH: use program files env for searching
|
пре 20 година |
|
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
|
пре 20 година |
|
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 година |