Brad King ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
..
CPack af04164c6d STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
CTest 231bd4eb73 BUG: Fix segfault %!s(int64=19) %!d(string=hai) anos
CursesDialog e975836292 ENH: not all messages are errors %!s(int64=19) %!d(string=hai) anos
FLTKDialog 46521aef8c ENH: try to find a gui for the Mac %!s(int64=20) %!d(string=hai) anos
MFCDialog 4259971961 ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out %!s(int64=20) %!d(string=hai) anos
WXDialog f958cc639c Implemented new parser which can handle: %!s(int64=20) %!d(string=hai) anos
kwsys 9b74e597be BUG: Do not leak global table of processes. %!s(int64=19) %!d(string=hai) anos
.cvsignore 0c948312ed Add cvsignore so that you do not see visual stufio files when you do cvs update %!s(int64=23) %!d(string=hai) anos
CMakeLists.txt d4e84f8c5b ENH: Add BZip2 support, add better documentation %!s(int64=19) %!d(string=hai) anos
cmAddCustomCommandCommand.cxx d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. %!s(int64=19) %!d(string=hai) anos
cmAddCustomCommandCommand.h d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. %!s(int64=19) %!d(string=hai) anos
cmAddCustomTargetCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmAddCustomTargetCommand.h 347c5f4b46 ENH: add working directory support %!s(int64=20) %!d(string=hai) anos
cmAddDefinitionsCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmAddDefinitionsCommand.h 634343c3e8 STYLE: Fix some style issues %!s(int64=19) %!d(string=hai) anos
cmAddDependenciesCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmAddDependenciesCommand.h 674fdf8771 ENH: Clarified documentation further. %!s(int64=20) %!d(string=hai) anos
cmAddExecutableCommand.cxx aae0bcdacf STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmAddExecutableCommand.h 634343c3e8 STYLE: Fix some style issues %!s(int64=19) %!d(string=hai) anos
cmAddLibraryCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmAddLibraryCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmAddSubDirectoryCommand.cxx b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmAddSubDirectoryCommand.h a043b6608c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmAddTestCommand.cxx aae0bcdacf STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmAddTestCommand.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.cxx aae0bcdacf STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmAuxSourceDirectoryCommand.h 5ac59d81d3 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmBootstrapCommands.cxx 37bff40d5d BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution. %!s(int64=19) %!d(string=hai) anos
cmBuildCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmBuildCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings %!s(int64=20) %!d(string=hai) anos
cmBuildNameCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmBuildNameCommand.h 634343c3e8 STYLE: Fix some style issues %!s(int64=19) %!d(string=hai) anos
cmCMakeMinimumRequired.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCMakeMinimumRequired.h aea456a91a ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems. %!s(int64=20) %!d(string=hai) anos
cmCPluginAPI.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCPluginAPI.h bb4a2e1cb0 ENH: move version numbers to 2.5.0 %!s(int64=19) %!d(string=hai) anos
cmCTest.cxx 5ac59d81d3 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCTest.h 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting %!s(int64=19) %!d(string=hai) anos
cmCacheManager.cxx 5ac59d81d3 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCacheManager.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentLexer.cxx 20c27063dd STYLE: hmm %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentLexer.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentLexer.in.l 1bbccc5bef ENH: Improve handling of escaped characters %!s(int64=20) %!d(string=hai) anos
cmCommandArgumentParser.cxx d77fbb9640 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentParser.y 8893db3539 COMP: Fix malloc/free declaration for windows compilers. %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentParserHelper.cxx d77fbb9640 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentParserHelper.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCommandArgumentParserTokens.h d77fbb9640 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCommands.cxx 37bff40d5d BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution. %!s(int64=19) %!d(string=hai) anos
cmCommands.h a641ad3bba ENH: split up cmCommands into two files %!s(int64=21) %!d(string=hai) anos
cmConfigure.cmake.h.in 29f91e1812 ENH: Propagate cmake variables to macros in C %!s(int64=19) %!d(string=hai) anos
cmConfigureFileCommand.cxx d77fbb9640 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmConfigureFileCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCreateTestSourceList.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmCreateTestSourceList.h d77fbb9640 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmCustomCommand.cxx d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. %!s(int64=19) %!d(string=hai) anos
cmCustomCommand.h d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. %!s(int64=19) %!d(string=hai) anos
cmData.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmDepends.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmDepends.h ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmDependsC.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmDependsC.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmDependsFortran.cxx a5ed047d4b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsFortran.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmDependsFortranLexer.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmDependsFortranLexer.h 634343c3e8 STYLE: Fix some style issues %!s(int64=19) %!d(string=hai) anos
cmDependsFortranLexer.in.l a7d4b61699 BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361. %!s(int64=20) %!d(string=hai) anos
cmDependsFortranParser.cxx a5ed047d4b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsFortranParser.h 000bce884d STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsFortranParser.y 16125cd015 COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression. %!s(int64=20) %!d(string=hai) anos
cmDependsFortranParserTokens.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmDependsJava.cxx f18e7c7ff7 ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall %!s(int64=20) %!d(string=hai) anos
cmDependsJava.h f18e7c7ff7 ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall %!s(int64=20) %!d(string=hai) anos
cmDependsJavaLexer.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmDependsJavaLexer.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmDependsJavaLexer.in.l 4b843d135e COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files. %!s(int64=20) %!d(string=hai) anos
cmDependsJavaParser.cxx 000bce884d STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsJavaParser.y a9af1c23ef COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler. %!s(int64=21) %!d(string=hai) anos
cmDependsJavaParserHelper.cxx 14781101fd STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsJavaParserHelper.h 14781101fd STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDependsJavaParserTokens.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmDocumentation.cxx 14781101fd STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDocumentation.h 96a46bdb44 ENH: search for help modules in the correct place for install and source tree builds %!s(int64=19) %!d(string=hai) anos
cmDumpDocumentation.cxx 14781101fd STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmDynamicLoader.cxx 1d38a3e09e BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files. %!s(int64=19) %!d(string=hai) anos
cmDynamicLoader.h 1d38a3e09e BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files. %!s(int64=19) %!d(string=hai) anos
cmElseCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmElseCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmEnableLanguageCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmEnableLanguageCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmEnableTestingCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmEnableTestingCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmEndForEachCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmEndForEachCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmEndIfCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmEndIfCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmEndWhileCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmEndWhileCommand.h 0629e2561c STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmExecProgramCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExecProgramCommand.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmExecuteProcessCommand.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExecuteProcessCommand.h bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExportLibraryDependencies.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExportLibraryDependencies.h bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExprLexer.cxx bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExprLexer.h bb88ef5e41 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExprLexer.in.l 985d092d4d ENH: Add rudamentary mathematical expression support %!s(int64=20) %!d(string=hai) anos
cmExprParser.cxx 000bce884d STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExprParser.y f6c00e74c2 ENH: Fix precedence %!s(int64=20) %!d(string=hai) anos
cmExprParserHelper.cxx 039ec75730 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmExprParserHelper.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmExprParserTokens.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmFLTKWrapUICommand.cxx 039ec75730 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFLTKWrapUICommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmFileCommand.cxx d3691460f5 ENH: fix error message %!s(int64=19) %!d(string=hai) anos
cmFileCommand.h 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFileTimeComparison.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFileTimeComparison.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmFindBase.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindBase.h cae4e6b37a ENH: add patch for finding applications on OSX %!s(int64=19) %!d(string=hai) anos
cmFindFileCommand.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindFileCommand.h a5825cd11a ENH: check in new find stuff %!s(int64=19) %!d(string=hai) anos
cmFindLibraryCommand.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindLibraryCommand.h a5825cd11a ENH: check in new find stuff %!s(int64=19) %!d(string=hai) anos
cmFindPackageCommand.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindPackageCommand.h 9f625beab6 ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771. %!s(int64=20) %!d(string=hai) anos
cmFindPathCommand.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindPathCommand.h a5825cd11a ENH: check in new find stuff %!s(int64=19) %!d(string=hai) anos
cmFindProgramCommand.cxx 2af4710525 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmFindProgramCommand.h cae4e6b37a ENH: add patch for finding applications on OSX %!s(int64=19) %!d(string=hai) anos
cmForEachCommand.cxx 29a03db7ce ENH: allow loose loop constructs %!s(int64=19) %!d(string=hai) anos
cmForEachCommand.h 29a03db7ce ENH: allow loose loop constructs %!s(int64=19) %!d(string=hai) anos
cmFunctionBlocker.h 08f1d2f9e1 ERR: Fixed unused parameter warning. %!s(int64=23) %!d(string=hai) anos
cmGeneratedFileStream.cxx 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGeneratedFileStream.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmGetCMakePropertyCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmGetCMakePropertyCommand.h 02b961f29c ENH: Make commands scriptable %!s(int64=20) %!d(string=hai) anos
cmGetDirectoryPropertyCommand.cxx 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGetDirectoryPropertyCommand.h 10efe3b079 ENH: added some new functionality %!s(int64=19) %!d(string=hai) anos
cmGetFilenameComponentCommand.cxx 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGetFilenameComponentCommand.h 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGetSourceFilePropertyCommand.cxx 10efe3b079 ENH: added some new functionality %!s(int64=19) %!d(string=hai) anos
cmGetSourceFilePropertyCommand.h 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGetTargetPropertyCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmGetTargetPropertyCommand.h 7a1745b84b STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmGetTestPropertyCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmGetTestPropertyCommand.h 69d931f643 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmGlobalBorlandMakefileGenerator.cxx 71b993560b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalBorlandMakefileGenerator.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmGlobalGenerator.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmGlobalGenerator.h ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmGlobalKdevelopGenerator.cxx b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalKdevelopGenerator.h fc70e3512a ENH: apply patch from Alex to support some more kdevelop stuff %!s(int64=19) %!d(string=hai) anos
cmGlobalMSYSMakefileGenerator.cxx b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalMSYSMakefileGenerator.h 01c25dd378 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalMinGWMakefileGenerator.cxx b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalMinGWMakefileGenerator.h b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalNMakeMakefileGenerator.cxx b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalNMakeMakefileGenerator.h b8483cf109 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalUnixMakefileGenerator3.cxx 2cae0ce389 ENH: fix compiler warnings and posibly java test %!s(int64=19) %!d(string=hai) anos
cmGlobalUnixMakefileGenerator3.h 2cae0ce389 ENH: fix compiler warnings and posibly java test %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio6Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio6Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio71Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio71Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio7Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio7Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio8Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio8Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio8Win64Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalVisualStudio8Win64Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalWatcomWMakeGenerator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalWatcomWMakeGenerator.h 89e5fc63fe STYLE: fix line lengths %!s(int64=19) %!d(string=hai) anos
cmGlobalXCode21Generator.cxx bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalXCode21Generator.h bf0cb4d49a STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmGlobalXCodeGenerator.cxx 43fd40fe21 ENH: fix warning %!s(int64=19) %!d(string=hai) anos
cmGlobalXCodeGenerator.h 0883dee7f0 ENH: fix rebuild problem with xcode and universal binaries %!s(int64=19) %!d(string=hai) anos
cmIfCommand.cxx c8c3fff032 COMP: fix warning %!s(int64=19) %!d(string=hai) anos
cmIfCommand.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmIncludeCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmIncludeCommand.h d1840f2e57 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmIncludeDirectoryCommand.cxx 21089bf93f BUG: INCLUDE_DIRECTORIES should interpret relative path arguments with respect to the current source directory. %!s(int64=19) %!d(string=hai) anos
cmIncludeDirectoryCommand.h cddedaa7d8 ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly. %!s(int64=19) %!d(string=hai) anos
cmIncludeExternalMSProjectCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmIncludeExternalMSProjectCommand.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmIncludeRegularExpressionCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmIncludeRegularExpressionCommand.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallCommand.cxx 50a0f71120 ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules. %!s(int64=19) %!d(string=hai) anos
cmInstallCommand.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallFilesCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallFilesCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmInstallFilesGenerator.cxx 50a0f71120 ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules. %!s(int64=19) %!d(string=hai) anos
cmInstallFilesGenerator.h 50a0f71120 ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules. %!s(int64=19) %!d(string=hai) anos
cmInstallGenerator.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallGenerator.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallProgramsCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallProgramsCommand.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallScriptGenerator.cxx d4c5fe840b ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first. %!s(int64=19) %!d(string=hai) anos
cmInstallScriptGenerator.h d4c5fe840b ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first. %!s(int64=19) %!d(string=hai) anos
cmInstallTargetGenerator.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallTargetGenerator.h ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallTargetsCommand.cxx ba2b99bb9f STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmInstallTargetsCommand.h 96f0266228 ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. %!s(int64=19) %!d(string=hai) anos
cmLinkDirectoriesCommand.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLinkDirectoriesCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings %!s(int64=20) %!d(string=hai) anos
cmLinkLibrariesCommand.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLinkLibrariesCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings %!s(int64=20) %!d(string=hai) anos
cmListCommand.cxx 70d8c0f3d8 STYLE: Fix style %!s(int64=19) %!d(string=hai) anos
cmListCommand.h 70d8c0f3d8 STYLE: Fix style %!s(int64=19) %!d(string=hai) anos
cmListFileCache.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmListFileCache.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmListFileLexer.c dbe997e63b BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. %!s(int64=20) %!d(string=hai) anos
cmListFileLexer.h 486a26d3db BUG#1049: Added error message when file ends in an unterminated string. %!s(int64=21) %!d(string=hai) anos
cmListFileLexer.in.l dbe997e63b BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work. %!s(int64=20) %!d(string=hai) anos
cmLoadCacheCommand.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLoadCacheCommand.h 25b26ae808 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmLoadCommandCommand.cxx 1d38a3e09e BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files. %!s(int64=19) %!d(string=hai) anos
cmLoadCommandCommand.h 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLocalGenerator.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLocalGenerator.h ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmLocalKdevelopGenerator.cxx 2238e22699 ENH: make sure verbose output is used for kde %!s(int64=19) %!d(string=hai) anos
cmLocalKdevelopGenerator.h 494c843d38 ENH: make KDev sub off of Gen3 %!s(int64=20) %!d(string=hai) anos
cmLocalUnixMakefileGenerator3.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmLocalUnixMakefileGenerator3.h ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmLocalVisualStudio6Generator.cxx 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLocalVisualStudio6Generator.h 864c0292d5 BUG: VS6 generator now uses ComputeLinkInformation just like all other generators. %!s(int64=19) %!d(string=hai) anos
cmLocalVisualStudio7Generator.cxx 3db44b6973 COMP: Added missing include for isspace. %!s(int64=19) %!d(string=hai) anos
cmLocalVisualStudio7Generator.h 7dc8a92246 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmLocalXCodeGenerator.cxx f7c1723135 ENH: add support for universal binaries %!s(int64=19) %!d(string=hai) anos
cmLocalXCodeGenerator.h 4102949bf9 STYLE: minor comment cleanups %!s(int64=19) %!d(string=hai) anos
cmMacroCommand.cxx 50d058a3a1 ENH: always compile progress %!s(int64=19) %!d(string=hai) anos
cmMacroCommand.h 50d058a3a1 ENH: always compile progress %!s(int64=19) %!d(string=hai) anos
cmMakeDepend.cxx da279f0041 BUG: some UNIX fixes for my m_ commit %!s(int64=19) %!d(string=hai) anos
cmMakeDepend.h 47c7108111 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmMakeDirectoryCommand.cxx ee1975570e ENH: Allow blocking of writing into the source tree %!s(int64=19) %!d(string=hai) anos
cmMakeDirectoryCommand.h 007d2bbc50 ENH: Make more commands scriptable %!s(int64=22) %!d(string=hai) anos
cmMakefile.cxx 9a74185695 BUG: Fix REMOVE_DEFINITIONS command to not remove substrings. %!s(int64=19) %!d(string=hai) anos
cmMakefile.h 47c7108111 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmMakefileExecutableTargetGenerator.cxx 1b956e9b74 BUG: Finished fix to bug#3229 and bug#3272. %!s(int64=19) %!d(string=hai) anos
cmMakefileExecutableTargetGenerator.h 537e2b4ed5 ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES. %!s(int64=19) %!d(string=hai) anos
cmMakefileLibraryTargetGenerator.cxx 47c7108111 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmMakefileLibraryTargetGenerator.h 537e2b4ed5 ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES. %!s(int64=19) %!d(string=hai) anos
cmMakefileTargetGenerator.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmMakefileTargetGenerator.h 40272a16bd ENH: Add support for adding content to bundles %!s(int64=19) %!d(string=hai) anos
cmMakefileUtilityTargetGenerator.cxx 60cd72d01c ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles. %!s(int64=19) %!d(string=hai) anos
cmMakefileUtilityTargetGenerator.h 7740ccd1a4 ENH: some cleanup of the makefile generator %!s(int64=20) %!d(string=hai) anos
cmMarkAsAdvancedCommand.cxx 47c7108111 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmMarkAsAdvancedCommand.h 1e2a08e452 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmMathCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmMathCommand.h 47c7108111 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmMessageCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmMessageCommand.h 69a43bbb0b STYLE: grammer fix %!s(int64=20) %!d(string=hai) anos
cmObject.h 3c4bfa1003 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmOptionCommand.cxx 3c4bfa1003 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmOptionCommand.h 194b1b1e38 STYLE: spelling fix %!s(int64=20) %!d(string=hai) anos
cmOrderLinkDirectories.cxx 3c4bfa1003 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmOrderLinkDirectories.h 3c4bfa1003 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmOutputRequiredFilesCommand.cxx 3c4bfa1003 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmOutputRequiredFilesCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmProjectCommand.cxx 2bb24565e5 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmProjectCommand.h 6b47b28867 ENH: fix line length style stuff %!s(int64=19) %!d(string=hai) anos
cmQTWrapCPPCommand.cxx 2bb24565e5 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmQTWrapCPPCommand.h 000bce884d STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmQTWrapUICommand.cxx 2bb24565e5 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmQTWrapUICommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmRemoveCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmRemoveCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings %!s(int64=20) %!d(string=hai) anos
cmRemoveDefinitionsCommand.cxx 2bb24565e5 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmRemoveDefinitionsCommand.h 6b47b28867 ENH: fix line length style stuff %!s(int64=19) %!d(string=hai) anos
cmSeparateArgumentsCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSeparateArgumentsCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmSetCommand.h 5385811e60 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmSetDirectoryPropertiesCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetDirectoryPropertiesCommand.h 02b961f29c ENH: Make commands scriptable %!s(int64=20) %!d(string=hai) anos
cmSetSourceFilesPropertiesCommand.cxx b75166ea45 COMP: Remove warning %!s(int64=19) %!d(string=hai) anos
cmSetSourceFilesPropertiesCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetTargetPropertiesCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetTargetPropertiesCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetTestsPropertiesCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSetTestsPropertiesCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSiteNameCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSiteNameCommand.h 02b961f29c ENH: Make commands scriptable %!s(int64=20) %!d(string=hai) anos
cmSourceFile.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSourceFile.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSourceGroup.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmSourceGroup.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmSourceGroupCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmSourceGroupCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmStandardIncludes.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmStringCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmStringCommand.h 6b47b28867 ENH: fix line length style stuff %!s(int64=19) %!d(string=hai) anos
cmSubdirCommand.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSubdirCommand.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSubdirDependsCommand.cxx 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. %!s(int64=23) %!d(string=hai) anos
cmSubdirDependsCommand.h 072db6ad70 removed redundent includes %!s(int64=22) %!d(string=hai) anos
cmSystemTools.cxx daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmSystemTools.h daa37f1163 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmTarget.cxx 0f2f074978 ENH: fix for vtk 4.4 and other projects that may try to link to a module %!s(int64=19) %!d(string=hai) anos
cmTarget.h 0f2f074978 ENH: fix for vtk 4.4 and other projects that may try to link to a module %!s(int64=19) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmTargetLinkLibrariesCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmTest.cxx bb08b88cc4 ENH: make sure command is unix style as it may have been sent into cmake as a windows path %!s(int64=19) %!d(string=hai) anos
cmTest.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmTryCompileCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmTryCompileCommand.h cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmTryRunCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmTryRunCommand.h fa3120a4a5 STYLE: fix missing docs %!s(int64=20) %!d(string=hai) anos
cmUseMangledMesaCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmUseMangledMesaCommand.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmUtilitySourceCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmUtilitySourceCommand.h 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings %!s(int64=20) %!d(string=hai) anos
cmVTKMakeInstantiatorCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmVTKMakeInstantiatorCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVTKWrapJavaCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmVTKWrapJavaCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVTKWrapPythonCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmVTKWrapPythonCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVTKWrapTclCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmVTKWrapTclCommand.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVariableRequiresCommand.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVariableRequiresCommand.h 4b83a08b37 ENH: a warning fix and some more cleanup %!s(int64=19) %!d(string=hai) anos
cmVariableWatch.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVariableWatch.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmVersion.cxx 12456165f1 STYLE: Nightly Version update %!s(int64=19) %!d(string=hai) anos
cmVersion.h 65e2c18d73 ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf. %!s(int64=20) %!d(string=hai) anos
cmWhileCommand.cxx 29a03db7ce ENH: allow loose loop constructs %!s(int64=19) %!d(string=hai) anos
cmWhileCommand.h 29a03db7ce ENH: allow loose loop constructs %!s(int64=19) %!d(string=hai) anos
cmWin32ProcessExecution.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmWin32ProcessExecution.h cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmWriteFileCommand.cxx cac30b5ff8 STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmWriteFileCommand.h 6ce463dab3 STYLE: fix docs %!s(int64=20) %!d(string=hai) anos
cmXCode21Object.cxx bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmXCode21Object.h bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmXCodeObject.cxx bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmXCodeObject.h bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmXMLParser.cxx 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 %!s(int64=19) %!d(string=hai) anos
cmXMLParser.h bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmake.cxx ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. %!s(int64=19) %!d(string=hai) anos
cmake.h bf5ed9b27b STYLE: fix line length %!s(int64=19) %!d(string=hai) anos
cmakemain.cxx ed981ef0b7 ENH: fix crashes when command line arguments are not followed by the correct number of arguments %!s(int64=19) %!d(string=hai) anos
cmaketest.h.in a2d7a92c88 BUG: Fix some dependencies for location of executables %!s(int64=22) %!d(string=hai) anos
cmakewizard.cxx 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmakewizard.h 3d96e52261 STYLE: some m_ to this-> cleanup %!s(int64=19) %!d(string=hai) anos
cmakexbuild.cxx e45ef47bb8 BUG: compiler fix %!s(int64=19) %!d(string=hai) anos
cmw9xcom.cxx d6f98c2a82 ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart. %!s(int64=23) %!d(string=hai) anos
ctest.cxx 2d81046ae2 ENH: Add support for special tracks, fix options of handlers so that the -R, -U, and so on work in the new style scripting %!s(int64=19) %!d(string=hai) anos