pkgsrc/devel/cmake/PLIST

276 lines
12 KiB
Text
Raw Normal View History

2007-02-25 09:49:53 +01:00
@comment $NetBSD: PLIST,v 1.10 2007/02/25 08:49:53 wiz Exp $
bin/ccmake
bin/cmake
bin/cpack
bin/ctest
man/man1/ccmake.1
man/man1/cmake.1
man/man1/ctest.1
Update to 2.4.6: Changes in CMake 2.4.6 * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxygen and quiet mode. * Find JavaVM as well as jvm * Look for ruby1.8 and ruby * Fix for cpack .tgz.sh and dash * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR. * Fix for Borland make and custom commands that do nothing Changes in CMake 2.4.5 * Fix for seg fault when a macro runs a bad command BUG# 3815 * Fix fix for foo.dll.lib that does not brea -L/usr/lib in link names * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib instead of foo.lib * Do not depend on optimized libraries for a debug build and visa versa. * Fix target name matching custom command output conflict. * Fix FindQt3 so that it does not find qt4 * Fix FindKDE4 so that it only looks for kde4-config Changes in CMake 2.4.4 * CMake Version numbers on module directory * elseif added * Fix docs in CheckCSourceCompiles CheckCXXSourceCompiles and diagnostic output. * added Check(C/CXX)SourceRuns.cmake, CheckCXXCompilerFlag.cmake, Check * add static and shared flags to make sure the specified versions of libraries are used with -static -lfoo -shared -lbar * Search for the compiler only once and store a full path. avoids problems with PATH changes in cmake re-runs. * make sure manifest files are generated with VS 8 * added FindASPELL.cmake, FindBZip2.cmake FindHPELL.cmake, FindJasper.cmake FindLibXml2.cmake, FindLibXslt.cmake, FindOpenSSL.cmake * fix for bug#3646 GLUT not Glut for framework name * many fixes for FindKDE3.cmake * Better FindPNG that honors REQUIRED and looks in more places. * Support to find python 2.5 * Find Qt3 better * Find Qt4 better and work with qmake and qmake-qt4 on the same machine. * Much better FindRuby.cmake * More stuff marked as advanced in FindTcl and FindSDL * FindwxWidgets runs shell script wx-config with sh * Support for cpack and vs8 install libraries * Darwin shared library create and Fortran now work * Support for isystem directories INCLUDE_DIRECTORIES (SYSTEM) * Targets in makefiles to create pre-processed files and assembly files can be turned off with these variables: CMAKE_SKIP_PREPROCESSED_SOURCE_RULES CMAKE_SKIP_ASSEMBLY_SOURCE_RULES * Support for QNX * Better default search paths for unix and FIND_* stuff * Use link /lib and not lib to create static libraries with MS * Useqt4 works with static qt4 and other fixes * UseSwig.cmake interface to add extra dependencies. * Added APPEND option to ADD_CUSTOM_COMMAND, Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET * add EXCLUDE_FROM_ALL option for ADD_LIBRARY and ADD_EXECUTABLE * Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592. * --debug-ouput to cmake that gives stack trace to message send error commands. The stack trace is no longer there without it. * + can be in a variable * Do not replace @VAR@ syntax in list files. This addresses bug #2722 * much faster depend scanning * do depends on system include directories * Permission and install directory fixes * New target property <CONFIG>_LOCATION (Debug, Release, etc) * fix exclude from all in VS * fix code completion problem in KDevelop * Define MSYS when using msys generator * fix referencece to projects outside the build tree VS 7,8 * Fix ZERO_CHECK to not always try and rebuild * Fix Xcode universal binary rebuild problem * add FILE_IS_NEWER to if command * Add OPTIONAL to INSTALL command fix bug@2922 * add SORT and REVERSE to LIST command * fix for seg fault bug #3815 * add SYBOLIC as a source file property see SET_SOURCE_FILES_PROPERTIES * fix ctest valgrind if no coverage is done * better message if bogus generator is specified. * Better FindJava and FindJNI * Fix doxygen.config for CMake * add CPACK_MODULE_PATH * Fix configuration for ctest dashboard targets Experimental, Nightly, etc * Fix FindDoxygen for mac and app-bundles * Fix CPack simple install test with NSIS * Allow EXECUTE_PROCESS to strip trailing white space * Fix mingw echo in makefiles * Fix Xcode to not mess up -gdwarf-2 * Fix crash when "linking" to custom targets. * Allow HEADER_FILE_ONLY to not compile the file in VS 7 and 8 * Fix mingw out of binary with spaces in the path. * Fix for sudo make install (partial) * Allow installed zlib, curl, expat, xmlrpc to be used. * Add CMakeDependentOption.cmake module * Allow projects to set install prefix default * improved Find/Use wxWidgets * add support for windows dll version numbers * Fix message for -G when generator does not exist * Fix html references in help * Fix version on .exe cygwin * allow global timeout in ctest * Fix some odd cases with custom commands in VS 6 * Fix path suffix stuff with lib64 in FIND_* stuff. * Fix delete in CMakeSetup to not change the current position in the list * Fix debug stl run of ctest on Mac * Use #2 for manifest nt command on dll and #1 on exe * Add depends from files inside qrc files in qt * Fix explort_library_depends to work with optimized and debug Changes in CMake 2.4.3 * fix for 3557 - Under MSVC8 hardcoded TargetEnvironment for MIDL Compiler * Fix for Xcode all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default. * better prototype for main in try compile of c programs avoids warnings in logs. * with visual studio do not use incremental linking for release builds by default. * fix bootstrap to use more ansi c main it test compiler * fix import build settings to do case insensitive match on windows * fix building in root directory c:/ * Add support for CXX only projects * Better FindWxWidgets * Added FindBoose.cmake * add more fortran file extensions * Cpack supports multiple packages at the same time * Fix to FindKDE4 to look for kde4-config first * Support for env var CMAKE_CONFIG_TYPE in ctest * Fix for -DVAR=foo on the command line not saving to the cache * ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested withREQUIRED option. This addresses the feature request in bug#3494. * Object files get safe names * progress is now reported with makefiles * location of CMakeTmp changed to a varible * CMAKE_COLOR_MAKEFILE cache variable available to turn off color output * fixes for FindQt4 on mac. * Better search paths for finding VTK * Fix relative path problems in ADD_SUBDIRECTORY * Fix long link commands on UNIX shells * Fix depend file names in makefiles for generated headers * CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS allows for if/endif without variable * Xcode multiple custom command problem fixed. * INSTALL_RPATH_USE_LINK_PATH when true will add the link path to the rpath * Add target/fast rules in the sub directories * Fix Visual stuido C and C++ targets to not add /TP and /TC * print a context when cmake errors occur * add rxvt-unicode, cygwin, and screen terminal support for color output * Fix crash in CMakeSetup when status line is long * make sure try compile files have a newline at the end * fix for hp itanium build
2007-02-23 12:48:18 +01:00
share/cmake-2.4/Modules/AddFileDependencies.cmake
share/cmake-2.4/Modules/CMake.cmake
share/cmake-2.4/Modules/CMakeBackwardCompatibilityC.cmake
share/cmake-2.4/Modules/CMakeBackwardCompatibilityCXX.cmake
share/cmake-2.4/Modules/CMakeBorlandFindMake.cmake
share/cmake-2.4/Modules/CMakeBuildSettings.cmake.in
share/cmake-2.4/Modules/CMakeCCompiler.cmake.in
share/cmake-2.4/Modules/CMakeCInformation.cmake
share/cmake-2.4/Modules/CMakeCXXCompiler.cmake.in
share/cmake-2.4/Modules/CMakeCXXInformation.cmake
share/cmake-2.4/Modules/CMakeCommonLanguageInclude.cmake
share/cmake-2.4/Modules/CMakeConfigurableFile.in
share/cmake-2.4/Modules/CMakeDependentOption.cmake
share/cmake-2.4/Modules/CMakeDetermineCCompiler.cmake
share/cmake-2.4/Modules/CMakeDetermineCXXCompiler.cmake
share/cmake-2.4/Modules/CMakeDetermineFortranCompiler.cmake
share/cmake-2.4/Modules/CMakeDetermineJavaCompiler.cmake
share/cmake-2.4/Modules/CMakeDetermineRCCompiler.cmake
share/cmake-2.4/Modules/CMakeDetermineSystem.cmake
share/cmake-2.4/Modules/CMakeExportBuildSettings.cmake
share/cmake-2.4/Modules/CMakeFindFrameworks.cmake
share/cmake-2.4/Modules/CMakeFindWMake.cmake
share/cmake-2.4/Modules/CMakeFindXCode.cmake
share/cmake-2.4/Modules/CMakeFortranCompiler.cmake.in
share/cmake-2.4/Modules/CMakeFortranInformation.cmake
share/cmake-2.4/Modules/CMakeGenericSystem.cmake
share/cmake-2.4/Modules/CMakeImportBuildSettings.cmake
share/cmake-2.4/Modules/CMakeJavaCompiler.cmake.in
share/cmake-2.4/Modules/CMakeJavaInformation.cmake
share/cmake-2.4/Modules/CMakeMSYSFindMake.cmake
share/cmake-2.4/Modules/CMakeMinGWFindMake.cmake
share/cmake-2.4/Modules/CMakeNMakeFindMake.cmake
share/cmake-2.4/Modules/CMakePrintSystemInformation.cmake
share/cmake-2.4/Modules/CMakeRCCompiler.cmake.in
share/cmake-2.4/Modules/CMakeRCInformation.cmake
share/cmake-2.4/Modules/CMakeSystem.cmake.in
share/cmake-2.4/Modules/CMakeSystemSpecificInformation.cmake
share/cmake-2.4/Modules/CMakeTestCCompiler.cmake
share/cmake-2.4/Modules/CMakeTestCXXCompiler.cmake
share/cmake-2.4/Modules/CMakeTestForFreeVC.cxx
share/cmake-2.4/Modules/CMakeTestFortranCompiler.cmake
share/cmake-2.4/Modules/CMakeTestGNU.c
share/cmake-2.4/Modules/CMakeTestJavaCompiler.cmake
share/cmake-2.4/Modules/CMakeTestNMakeCLVersion.c
share/cmake-2.4/Modules/CMakeTestRCCompiler.cmake
share/cmake-2.4/Modules/CMakeUnixFindMake.cmake
share/cmake-2.4/Modules/CMakeVCManifest.cmake
share/cmake-2.4/Modules/CMakeVCManifestExe.cmake
share/cmake-2.4/Modules/CMakeVS6BackwardCompatibility.cmake
share/cmake-2.4/Modules/CMakeVS6FindMake.cmake
share/cmake-2.4/Modules/CMakeVS71FindMake.cmake
share/cmake-2.4/Modules/CMakeVS7BackwardCompatibility.cmake
share/cmake-2.4/Modules/CMakeVS7FindMake.cmake
share/cmake-2.4/Modules/CMakeVS8FindMake.cmake
share/cmake-2.4/Modules/CPack.Description.plist.in
share/cmake-2.4/Modules/CPack.Info.plist.in
share/cmake-2.4/Modules/CPack.STGZ_Header.sh.in
share/cmake-2.4/Modules/CPack.cmake
share/cmake-2.4/Modules/CTest.cmake
share/cmake-2.4/Modules/CTestTargets.cmake
share/cmake-2.4/Modules/CheckCCompilerFlag.cmake
share/cmake-2.4/Modules/CheckCSourceCompiles.cmake
share/cmake-2.4/Modules/CheckCSourceRuns.cmake
share/cmake-2.4/Modules/CheckCXXCompilerFlag.cmake
share/cmake-2.4/Modules/CheckCXXSourceCompiles.cmake
share/cmake-2.4/Modules/CheckCXXSourceRuns.cmake
share/cmake-2.4/Modules/CheckForPthreads.c
share/cmake-2.4/Modules/CheckFunctionExists.c
share/cmake-2.4/Modules/CheckFunctionExists.cmake
share/cmake-2.4/Modules/CheckIncludeFile.c.in
share/cmake-2.4/Modules/CheckIncludeFile.cmake
share/cmake-2.4/Modules/CheckIncludeFile.cxx.in
share/cmake-2.4/Modules/CheckIncludeFileCXX.cmake
share/cmake-2.4/Modules/CheckIncludeFiles.cmake
share/cmake-2.4/Modules/CheckLibraryExists.cmake
share/cmake-2.4/Modules/CheckLibraryExists.lists.in
share/cmake-2.4/Modules/CheckSizeOf.cmake
share/cmake-2.4/Modules/CheckSymbolExists.cmake
share/cmake-2.4/Modules/CheckTypeSize.c.in
share/cmake-2.4/Modules/CheckTypeSize.cmake
share/cmake-2.4/Modules/CheckVariableExists.c
share/cmake-2.4/Modules/CheckVariableExists.cmake
share/cmake-2.4/Modules/Dart.cmake
share/cmake-2.4/Modules/DartConfiguration.tcl.in
share/cmake-2.4/Modules/Documentation.cmake
share/cmake-2.4/Modules/DummyCXXFile.cxx
share/cmake-2.4/Modules/FindASPELL.cmake
share/cmake-2.4/Modules/FindAVIFile.cmake
share/cmake-2.4/Modules/FindBZip2.cmake
share/cmake-2.4/Modules/FindBoost.cmake
share/cmake-2.4/Modules/FindCABLE.cmake
share/cmake-2.4/Modules/FindCURL.cmake
share/cmake-2.4/Modules/FindCurses.cmake
share/cmake-2.4/Modules/FindCygwin.cmake
share/cmake-2.4/Modules/FindDCMTK.cmake
share/cmake-2.4/Modules/FindDart.cmake
share/cmake-2.4/Modules/FindDoxygen.cmake
share/cmake-2.4/Modules/FindEXPAT.cmake
share/cmake-2.4/Modules/FindFLTK.cmake
share/cmake-2.4/Modules/FindGCCXML.cmake
share/cmake-2.4/Modules/FindGLU.cmake
share/cmake-2.4/Modules/FindGLUT.cmake
share/cmake-2.4/Modules/FindGTK.cmake
share/cmake-2.4/Modules/FindGnuplot.cmake
share/cmake-2.4/Modules/FindHSPELL.cmake
share/cmake-2.4/Modules/FindHTMLHelp.cmake
share/cmake-2.4/Modules/FindITK.cmake
share/cmake-2.4/Modules/FindImageMagick.cmake
share/cmake-2.4/Modules/FindJNI.cmake
share/cmake-2.4/Modules/FindJPEG.cmake
share/cmake-2.4/Modules/FindJasper.cmake
share/cmake-2.4/Modules/FindJava.cmake
share/cmake-2.4/Modules/FindKDE.cmake
share/cmake-2.4/Modules/FindKDE3.cmake
share/cmake-2.4/Modules/FindKDE4.cmake
share/cmake-2.4/Modules/FindLATEX.cmake
share/cmake-2.4/Modules/FindLibXml2.cmake
share/cmake-2.4/Modules/FindLibXslt.cmake
share/cmake-2.4/Modules/FindMFC.cmake
share/cmake-2.4/Modules/FindMPEG.cmake
share/cmake-2.4/Modules/FindMPEG2.cmake
share/cmake-2.4/Modules/FindMPI.cmake
share/cmake-2.4/Modules/FindMatlab.cmake
share/cmake-2.4/Modules/FindMotif.cmake
share/cmake-2.4/Modules/FindOpenAL.cmake
share/cmake-2.4/Modules/FindOpenGL.cmake
share/cmake-2.4/Modules/FindOpenSSL.cmake
share/cmake-2.4/Modules/FindPHP4.cmake
share/cmake-2.4/Modules/FindPNG.cmake
share/cmake-2.4/Modules/FindPerl.cmake
share/cmake-2.4/Modules/FindPerlLibs.cmake
share/cmake-2.4/Modules/FindPhysFS.cmake
share/cmake-2.4/Modules/FindPike.cmake
share/cmake-2.4/Modules/FindPythonInterp.cmake
share/cmake-2.4/Modules/FindPythonLibs.cmake
share/cmake-2.4/Modules/FindQt.cmake
share/cmake-2.4/Modules/FindQt3.cmake
share/cmake-2.4/Modules/FindQt4.cmake
share/cmake-2.4/Modules/FindRuby.cmake
share/cmake-2.4/Modules/FindSDL.cmake
share/cmake-2.4/Modules/FindSDL_image.cmake
share/cmake-2.4/Modules/FindSDL_mixer.cmake
share/cmake-2.4/Modules/FindSDL_net.cmake
share/cmake-2.4/Modules/FindSDL_sound.cmake
share/cmake-2.4/Modules/FindSDL_ttf.cmake
share/cmake-2.4/Modules/FindSWIG.cmake
share/cmake-2.4/Modules/FindSelfPackers.cmake
share/cmake-2.4/Modules/FindSubversion.cmake
share/cmake-2.4/Modules/FindTCL.cmake
share/cmake-2.4/Modules/FindTIFF.cmake
share/cmake-2.4/Modules/FindTclsh.cmake
share/cmake-2.4/Modules/FindThreads.cmake
share/cmake-2.4/Modules/FindUnixCommands.cmake
share/cmake-2.4/Modules/FindVTK.cmake
share/cmake-2.4/Modules/FindWget.cmake
share/cmake-2.4/Modules/FindWish.cmake
share/cmake-2.4/Modules/FindX11.cmake
share/cmake-2.4/Modules/FindXMLRPC.cmake
share/cmake-2.4/Modules/FindZLIB.cmake
share/cmake-2.4/Modules/FindwxWidgets.cmake
share/cmake-2.4/Modules/FindwxWindows.cmake
share/cmake-2.4/Modules/InstallRequiredSystemLibraries.cmake
share/cmake-2.4/Modules/KDE3Macros.cmake
share/cmake-2.4/Modules/MacOSXBundleInfo.plist.in
share/cmake-2.4/Modules/MacroAddFileDependencies.cmake
share/cmake-2.4/Modules/NSIS.InstallOptions.ini.in
share/cmake-2.4/Modules/NSIS.template.in
share/cmake-2.4/Modules/Platform/AIX.cmake
share/cmake-2.4/Modules/Platform/BSDOS.cmake
share/cmake-2.4/Modules/Platform/CYGWIN-g77.cmake
share/cmake-2.4/Modules/Platform/CYGWIN.cmake
share/cmake-2.4/Modules/Platform/Darwin-xlc.cmake
share/cmake-2.4/Modules/Platform/Darwin.cmake
share/cmake-2.4/Modules/Platform/DragonFly.cmake
share/cmake-2.4/Modules/Platform/FreeBSD.cmake
share/cmake-2.4/Modules/Platform/HP-UX.cmake
share/cmake-2.4/Modules/Platform/IRIX.cmake
share/cmake-2.4/Modules/Platform/IRIX64.cmake
share/cmake-2.4/Modules/Platform/Linux-como.cmake
share/cmake-2.4/Modules/Platform/Linux-icpc.cmake
share/cmake-2.4/Modules/Platform/Linux-ifort.cmake
share/cmake-2.4/Modules/Platform/Linux.cmake
share/cmake-2.4/Modules/Platform/MP-RAS.cmake
2007-02-25 09:49:53 +01:00
share/cmake-2.4/Modules/Platform/NetBSD.cmake
Update to 2.4.6: Changes in CMake 2.4.6 * Remove svn test in ctestctest3 * Fix for FIND_* order and framworks with PREFIX usage. * Fix for FindDoxygen and quiet mode. * Find JavaVM as well as jvm * Look for ruby1.8 and ruby * Fix for cpack .tgz.sh and dash * Fix for finding custom commands from a full path with CMAKE_CFG_INTDIR. * Fix for Borland make and custom commands that do nothing Changes in CMake 2.4.5 * Fix for seg fault when a macro runs a bad command BUG# 3815 * Fix fix for foo.dll.lib that does not brea -L/usr/lib in link names * Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib instead of foo.lib * Do not depend on optimized libraries for a debug build and visa versa. * Fix target name matching custom command output conflict. * Fix FindQt3 so that it does not find qt4 * Fix FindKDE4 so that it only looks for kde4-config Changes in CMake 2.4.4 * CMake Version numbers on module directory * elseif added * Fix docs in CheckCSourceCompiles CheckCXXSourceCompiles and diagnostic output. * added Check(C/CXX)SourceRuns.cmake, CheckCXXCompilerFlag.cmake, Check * add static and shared flags to make sure the specified versions of libraries are used with -static -lfoo -shared -lbar * Search for the compiler only once and store a full path. avoids problems with PATH changes in cmake re-runs. * make sure manifest files are generated with VS 8 * added FindASPELL.cmake, FindBZip2.cmake FindHPELL.cmake, FindJasper.cmake FindLibXml2.cmake, FindLibXslt.cmake, FindOpenSSL.cmake * fix for bug#3646 GLUT not Glut for framework name * many fixes for FindKDE3.cmake * Better FindPNG that honors REQUIRED and looks in more places. * Support to find python 2.5 * Find Qt3 better * Find Qt4 better and work with qmake and qmake-qt4 on the same machine. * Much better FindRuby.cmake * More stuff marked as advanced in FindTcl and FindSDL * FindwxWidgets runs shell script wx-config with sh * Support for cpack and vs8 install libraries * Darwin shared library create and Fortran now work * Support for isystem directories INCLUDE_DIRECTORIES (SYSTEM) * Targets in makefiles to create pre-processed files and assembly files can be turned off with these variables: CMAKE_SKIP_PREPROCESSED_SOURCE_RULES CMAKE_SKIP_ASSEMBLY_SOURCE_RULES * Support for QNX * Better default search paths for unix and FIND_* stuff * Use link /lib and not lib to create static libraries with MS * Useqt4 works with static qt4 and other fixes * UseSwig.cmake interface to add extra dependencies. * Added APPEND option to ADD_CUSTOM_COMMAND, Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET * add EXCLUDE_FROM_ALL option for ADD_LIBRARY and ADD_EXECUTABLE * Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592. * --debug-ouput to cmake that gives stack trace to message send error commands. The stack trace is no longer there without it. * + can be in a variable * Do not replace @VAR@ syntax in list files. This addresses bug #2722 * much faster depend scanning * do depends on system include directories * Permission and install directory fixes * New target property <CONFIG>_LOCATION (Debug, Release, etc) * fix exclude from all in VS * fix code completion problem in KDevelop * Define MSYS when using msys generator * fix referencece to projects outside the build tree VS 7,8 * Fix ZERO_CHECK to not always try and rebuild * Fix Xcode universal binary rebuild problem * add FILE_IS_NEWER to if command * Add OPTIONAL to INSTALL command fix bug@2922 * add SORT and REVERSE to LIST command * fix for seg fault bug #3815 * add SYBOLIC as a source file property see SET_SOURCE_FILES_PROPERTIES * fix ctest valgrind if no coverage is done * better message if bogus generator is specified. * Better FindJava and FindJNI * Fix doxygen.config for CMake * add CPACK_MODULE_PATH * Fix configuration for ctest dashboard targets Experimental, Nightly, etc * Fix FindDoxygen for mac and app-bundles * Fix CPack simple install test with NSIS * Allow EXECUTE_PROCESS to strip trailing white space * Fix mingw echo in makefiles * Fix Xcode to not mess up -gdwarf-2 * Fix crash when "linking" to custom targets. * Allow HEADER_FILE_ONLY to not compile the file in VS 7 and 8 * Fix mingw out of binary with spaces in the path. * Fix for sudo make install (partial) * Allow installed zlib, curl, expat, xmlrpc to be used. * Add CMakeDependentOption.cmake module * Allow projects to set install prefix default * improved Find/Use wxWidgets * add support for windows dll version numbers * Fix message for -G when generator does not exist * Fix html references in help * Fix version on .exe cygwin * allow global timeout in ctest * Fix some odd cases with custom commands in VS 6 * Fix path suffix stuff with lib64 in FIND_* stuff. * Fix delete in CMakeSetup to not change the current position in the list * Fix debug stl run of ctest on Mac * Use #2 for manifest nt command on dll and #1 on exe * Add depends from files inside qrc files in qt * Fix explort_library_depends to work with optimized and debug Changes in CMake 2.4.3 * fix for 3557 - Under MSVC8 hardcoded TargetEnvironment for MIDL Compiler * Fix for Xcode all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default. * better prototype for main in try compile of c programs avoids warnings in logs. * with visual studio do not use incremental linking for release builds by default. * fix bootstrap to use more ansi c main it test compiler * fix import build settings to do case insensitive match on windows * fix building in root directory c:/ * Add support for CXX only projects * Better FindWxWidgets * Added FindBoose.cmake * add more fortran file extensions * Cpack supports multiple packages at the same time * Fix to FindKDE4 to look for kde4-config first * Support for env var CMAKE_CONFIG_TYPE in ctest * Fix for -DVAR=foo on the command line not saving to the cache * ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested withREQUIRED option. This addresses the feature request in bug#3494. * Object files get safe names * progress is now reported with makefiles * location of CMakeTmp changed to a varible * CMAKE_COLOR_MAKEFILE cache variable available to turn off color output * fixes for FindQt4 on mac. * Better search paths for finding VTK * Fix relative path problems in ADD_SUBDIRECTORY * Fix long link commands on UNIX shells * Fix depend file names in makefiles for generated headers * CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS allows for if/endif without variable * Xcode multiple custom command problem fixed. * INSTALL_RPATH_USE_LINK_PATH when true will add the link path to the rpath * Add target/fast rules in the sub directories * Fix Visual stuido C and C++ targets to not add /TP and /TC * print a context when cmake errors occur * add rxvt-unicode, cygwin, and screen terminal support for color output * Fix crash in CMakeSetup when status line is long * make sure try compile files have a newline at the end * fix for hp itanium build
2007-02-23 12:48:18 +01:00
share/cmake-2.4/Modules/Platform/OSF1.cmake
share/cmake-2.4/Modules/Platform/OpenBSD.cmake
share/cmake-2.4/Modules/Platform/QNX.cmake
share/cmake-2.4/Modules/Platform/RISCos.cmake
share/cmake-2.4/Modules/Platform/SCO_SV.cmake
share/cmake-2.4/Modules/Platform/SINIX.cmake
share/cmake-2.4/Modules/Platform/SunOS.cmake
share/cmake-2.4/Modules/Platform/Tru64.cmake
share/cmake-2.4/Modules/Platform/ULTRIX.cmake
share/cmake-2.4/Modules/Platform/UNIX_SV.cmake
share/cmake-2.4/Modules/Platform/UnixPaths.cmake
share/cmake-2.4/Modules/Platform/UnixWare.cmake
share/cmake-2.4/Modules/Platform/Windows-bcc32.cmake
share/cmake-2.4/Modules/Platform/Windows-cl.cmake
share/cmake-2.4/Modules/Platform/Windows-cl.cmake.in
share/cmake-2.4/Modules/Platform/Windows-g++.cmake
share/cmake-2.4/Modules/Platform/Windows-g77.cmake
share/cmake-2.4/Modules/Platform/Windows-gcc.cmake
share/cmake-2.4/Modules/Platform/Windows-icl.cmake
share/cmake-2.4/Modules/Platform/Windows-ifort.cmake
share/cmake-2.4/Modules/Platform/Windows-wcl386.cmake
share/cmake-2.4/Modules/Platform/Windows.cmake
share/cmake-2.4/Modules/Platform/WindowsPaths.cmake
share/cmake-2.4/Modules/Platform/Xenix.cmake
share/cmake-2.4/Modules/Platform/g77.cmake
share/cmake-2.4/Modules/Platform/gcc.cmake
share/cmake-2.4/Modules/Platform/kFreeBSD.cmake
share/cmake-2.4/Modules/TestBigEndian.c
share/cmake-2.4/Modules/TestBigEndian.cmake
share/cmake-2.4/Modules/TestCXXAcceptsFlag.cmake
share/cmake-2.4/Modules/TestForANSIForScope.cmake
share/cmake-2.4/Modules/TestForANSIStreamHeaders.cmake
share/cmake-2.4/Modules/TestForANSIStreamHeaders.cxx
share/cmake-2.4/Modules/TestForAnsiForScope.cxx
share/cmake-2.4/Modules/TestForSSTREAM.cmake
share/cmake-2.4/Modules/TestForSSTREAM.cxx
share/cmake-2.4/Modules/TestForSTDNamespace.cmake
share/cmake-2.4/Modules/TestForSTDNamespace.cxx
share/cmake-2.4/Modules/UseEcos.cmake
share/cmake-2.4/Modules/UsePkgConfig.cmake
share/cmake-2.4/Modules/UseQt4.cmake
share/cmake-2.4/Modules/UseSWIG.cmake
share/cmake-2.4/Modules/UseVTK40.cmake
share/cmake-2.4/Modules/UseVTKBuildSettings40.cmake
share/cmake-2.4/Modules/UseVTKConfig40.cmake
share/cmake-2.4/Modules/Use_wxWindows.cmake
share/cmake-2.4/Modules/UsewxWidgets.cmake
share/cmake-2.4/Modules/VTKCompatibility.cmake
share/cmake-2.4/Modules/kde3init_dummy.cpp.in
share/cmake-2.4/Modules/kde3uic.cmake
share/cmake-2.4/Modules/readme.txt
share/cmake-2.4/Templates/CMakeLists.txt
share/cmake-2.4/Templates/CMakeVisualStudio6Configurations.cmake
share/cmake-2.4/Templates/CMakeWindowsSystemConfig.cmake
share/cmake-2.4/Templates/CPack.GenericDescription.txt
share/cmake-2.4/Templates/CPack.GenericLicense.txt
share/cmake-2.4/Templates/CPack.GenericWelcome.txt
share/cmake-2.4/Templates/CPackConfig.cmake.in
share/cmake-2.4/Templates/CTestScript.cmake.in
share/cmake-2.4/Templates/DLLFooter.dsptemplate
share/cmake-2.4/Templates/DLLHeader.dsptemplate
share/cmake-2.4/Templates/EXEFooter.dsptemplate
share/cmake-2.4/Templates/EXEHeader.dsptemplate
share/cmake-2.4/Templates/EXEWinHeader.dsptemplate
share/cmake-2.4/Templates/TestDriver.cxx.in
share/cmake-2.4/Templates/UtilityFooter.dsptemplate
share/cmake-2.4/Templates/UtilityHeader.dsptemplate
share/cmake-2.4/Templates/staticLibFooter.dsptemplate
share/cmake-2.4/Templates/staticLibHeader.dsptemplate
share/cmake-2.4/include/cmCPluginAPI.h
share/doc/cmake-2.4/Copyright.txt
share/doc/cmake-2.4/ccmake.html
share/doc/cmake-2.4/ccmake.txt
share/doc/cmake-2.4/cmake.html
share/doc/cmake-2.4/cmake.txt
share/doc/cmake-2.4/ctest.html
share/doc/cmake-2.4/ctest.txt
@dirrm share/doc/cmake-2.4
@dirrm share/cmake-2.4/include
@dirrm share/cmake-2.4/Templates
@dirrm share/cmake-2.4/Modules/Platform
@dirrm share/cmake-2.4/Modules
@dirrm share/cmake-2.4