.. |
CPack
|
STYLE: fix someones line length
|
19 years ago |
CTest
|
STYLE: Fixed line-too-long.
|
19 years ago |
CursesDialog
|
ENH: fix warning
|
19 years ago |
FLTKDialog
|
ENH: try to find a gui for the Mac
|
20 years ago |
MFCDialog
|
BUG: fix for shrinking cmake oh no
|
19 years ago |
WXDialog
|
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 years ago |
kwsys
|
BUG: Fix bug#4482.
|
19 years ago |
.cvsignore
|
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
24 years ago |
CMakeLists.txt
|
ENH: actually keep the output
|
19 years ago |
cmAddCustomCommandCommand.cxx
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
19 years ago |
cmAddCustomCommandCommand.h
|
BUG: COMMENT was missing from docs.
|
19 years ago |
cmAddCustomTargetCommand.cxx
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
19 years ago |
cmAddCustomTargetCommand.h
|
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
|
19 years ago |
cmAddDefinitionsCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmAddDefinitionsCommand.h
|
STYLE: Fix some style issues
|
20 years ago |
cmAddDependenciesCommand.cxx
|
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
19 years ago |
cmAddDependenciesCommand.h
|
ENH: Clarified documentation further.
|
20 years ago |
cmAddExecutableCommand.cxx
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
19 years ago |
cmAddExecutableCommand.h
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
19 years ago |
cmAddLibraryCommand.cxx
|
BUG: fix for bad argument handling
|
19 years ago |
cmAddLibraryCommand.h
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
19 years ago |
cmAddSubDirectoryCommand.cxx
|
BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592.
|
19 years ago |
cmAddSubDirectoryCommand.h
|
STYLE: fix docs
|
20 years ago |
cmAddTestCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmAddTestCommand.h
|
BUG: fix for bug#3775
|
19 years ago |
cmAuxSourceDirectoryCommand.cxx
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmAuxSourceDirectoryCommand.h
|
STYLE: fix line length
|
20 years ago |
cmBootstrapCommands.cxx
|
BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution.
|
20 years ago |
cmBuildCommand.cxx
|
ENH: Pass -C flag to cmake to generate the apropriate build command
|
19 years ago |
cmBuildCommand.h
|
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
|
21 years ago |
cmBuildNameCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmBuildNameCommand.h
|
STYLE: Fixed line-too-long warning.
|
19 years ago |
cmCMakeMinimumRequired.cxx
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
19 years ago |
cmCMakeMinimumRequired.h
|
ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems.
|
20 years ago |
cmCPluginAPI.cxx
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmCPluginAPI.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmCTest.cxx
|
BUG: fix in the timeout code
|
19 years ago |
cmCTest.h
|
ENH: added per test timeout support
|
19 years ago |
cmCacheManager.cxx
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
19 years ago |
cmCacheManager.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmCommand.h
|
ENH: Patch from Alex to add IsDiscouraged method for future use in generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
|
19 years ago |
cmCommandArgumentLexer.cxx
|
COMP: Removed yyunput function to avoid warning.
|
19 years ago |
cmCommandArgumentLexer.h
|
BUG: Character + should be valid in a variable name.
|
19 years ago |
cmCommandArgumentLexer.in.l
|
BUG: Character + should be valid in a variable name.
|
19 years ago |
cmCommandArgumentParser.cxx
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
19 years ago |
cmCommandArgumentParser.y
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
19 years ago |
cmCommandArgumentParserHelper.cxx
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
19 years ago |
cmCommandArgumentParserHelper.h
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
19 years ago |
cmCommandArgumentParserTokens.h
|
STYLE: fix line length
|
20 years ago |
cmCommands.cxx
|
ENH: remove old commands
|
19 years ago |
cmCommands.h
|
ENH: split up cmCommands into two files
|
21 years ago |
cmConfigure.cmake.h.in
|
ENH: add rc to version stuff
|
19 years ago |
cmConfigureFileCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmConfigureFileCommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmCreateTestSourceList.cxx
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmCreateTestSourceList.h
|
STYLE: fix line length
|
20 years ago |
cmCustomCommand.cxx
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
19 years ago |
cmCustomCommand.h
|
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to be connected later. This is useful to create one rule and then have a macro add things to it later. This addresses bug#2151.
|
19 years ago |
cmData.h
|
ENH: a warning fix and some more cleanup
|
20 years ago |
cmDefinePropertyCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmDefinePropertyCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmDepends.cxx
|
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.
|
19 years ago |
cmDepends.h
|
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.
|
19 years ago |
cmDependsC.cxx
|
STYLE: Fixed line-too-long.
|
19 years ago |
cmDependsC.h
|
BUG: Patch from Alex to recompute dependencies when the include regex changes. This addresses bug#4168.
|
19 years ago |
cmDependsFortran.cxx
|
STYLE: fix line length
|
20 years ago |
cmDependsFortran.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmDependsFortranLexer.cxx
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
19 years ago |
cmDependsFortranLexer.h
|
STYLE: Fix some style issues
|
20 years ago |
cmDependsFortranLexer.in.l
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
19 years ago |
cmDependsFortranParser.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmDependsFortranParser.h
|
STYLE: fix line length
|
20 years ago |
cmDependsFortranParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmDependsFortranParserTokens.h
|
STYLE: fix line lengths
|
20 years ago |
cmDependsJava.cxx
|
ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall
|
20 years ago |
cmDependsJava.h
|
ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall
|
20 years ago |
cmDependsJavaLexer.cxx
|
ENH: merge in changes for beos support
|
19 years ago |
cmDependsJavaLexer.h
|
ENH: merge in changes for beos support
|
19 years ago |
cmDependsJavaLexer.in.l
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
19 years ago |
cmDependsJavaParser.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmDependsJavaParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmDependsJavaParserHelper.cxx
|
STYLE: fix line length
|
20 years ago |
cmDependsJavaParserHelper.h
|
STYLE: fix line length
|
20 years ago |
cmDependsJavaParserTokens.h
|
STYLE: fix line lengths
|
20 years ago |
cmDocumentation.cxx
|
BUG: Patch from Alex to fix single-command help broken by previous patch.
|
19 years ago |
cmDocumentation.h
|
COMP: Fix void return failure.
|
19 years ago |
cmDumpDocumentation.cxx
|
STYLE: fix line length
|
20 years ago |
cmDynamicLoader.cxx
|
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.
|
20 years ago |
cmDynamicLoader.h
|
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.
|
20 years ago |
cmElseCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmElseCommand.h
|
STYLE: fix docs
|
20 years ago |
cmElseIfCommand.cxx
|
ENH: added elseif
|
19 years ago |
cmElseIfCommand.h
|
ENH: added elseif
|
19 years ago |
cmEnableLanguageCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmEnableLanguageCommand.h
|
STYLE: fix docs
|
20 years ago |
cmEnableTestingCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmEnableTestingCommand.h
|
STYLE: fix docs
|
20 years ago |
cmEndForEachCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmEndForEachCommand.h
|
STYLE: fix docs
|
20 years ago |
cmEndIfCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmEndIfCommand.h
|
STYLE: fix docs
|
20 years ago |
cmEndMacroCommand.cxx
|
ENH: added endmacro command
|
19 years ago |
cmEndMacroCommand.h
|
ENH: added endmacro command
|
19 years ago |
cmEndWhileCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmEndWhileCommand.h
|
STYLE: fix docs
|
20 years ago |
cmExecProgramCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmExecProgramCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmExecuteProcessCommand.cxx
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
19 years ago |
cmExecuteProcessCommand.h
|
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
|
19 years ago |
cmExportLibraryDependencies.cxx
|
STYLE: fix line length
|
20 years ago |
cmExportLibraryDependencies.h
|
STYLE: fix line length
|
20 years ago |
cmExprLexer.cxx
|
COMP: Attempt to fix aix build
|
19 years ago |
cmExprLexer.h
|
STYLE: fix line length
|
20 years ago |
cmExprLexer.in.l
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
19 years ago |
cmExprParser.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmExprParser.y
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmExprParserHelper.cxx
|
STYLE: fix line length
|
20 years ago |
cmExprParserHelper.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmExprParserTokens.h
|
STYLE: fix line lengths
|
20 years ago |
cmFLTKWrapUICommand.cxx
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmFLTKWrapUICommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmFileCommand.cxx
|
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This addresses bug#3572.
|
19 years ago |
cmFileCommand.h
|
ENH: fix spelling error bug # 4233
|
19 years ago |
cmFileTimeComparison.cxx
|
STYLE: fix line length
|
20 years ago |
cmFileTimeComparison.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmFindBase.cxx
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
19 years ago |
cmFindBase.h
|
BUG: fix problem with path suffix and mac frameworks and find stuff, showed up in FindPythonLibs.cmake
|
19 years ago |
cmFindFileCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmFindFileCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindLibraryCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
19 years ago |
cmFindLibraryCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindPackageCommand.cxx
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
19 years ago |
cmFindPackageCommand.h
|
ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the command. Re-implemented argument parsing to be simpler and more robust.
|
19 years ago |
cmFindPathCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
19 years ago |
cmFindPathCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindProgramCommand.cxx
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
19 years ago |
cmFindProgramCommand.h
|
ENH: add patch for finding applications on OSX
|
20 years ago |
cmForEachCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmForEachCommand.h
|
ENH: allow loose loop constructs
|
19 years ago |
cmFunctionBlocker.h
|
ERR: Fixed unused parameter warning.
|
23 years ago |
cmGeneratedFileStream.cxx
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
19 years ago |
cmGeneratedFileStream.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmGetCMakePropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmGetCMakePropertyCommand.h
|
ENH: Make commands scriptable
|
20 years ago |
cmGetDirectoryPropertyCommand.cxx
|
BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847.
|
19 years ago |
cmGetDirectoryPropertyCommand.h
|
ENH: added some new functionality
|
20 years ago |
cmGetFilenameComponentCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmGetFilenameComponentCommand.h
|
STYLE: fix line length
|
20 years ago |
cmGetSourceFilePropertyCommand.cxx
|
ENH: added some new functionality
|
20 years ago |
cmGetSourceFilePropertyCommand.h
|
STYLE: fix line length
|
20 years ago |
cmGetTargetPropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmGetTargetPropertyCommand.h
|
ENH: Added support for getting a target's location on a per-configuration basis (ex. DEBUG_LOCATION). This does not fix but helps with bug#3250.
|
19 years ago |
cmGetTestPropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmGetTestPropertyCommand.h
|
STYLE: fix docs
|
20 years ago |
cmGlobalBorlandMakefileGenerator.cxx
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
19 years ago |
cmGlobalBorlandMakefileGenerator.h
|
STYLE: fix line lengths
|
20 years ago |
cmGlobalGenerator.cxx
|
ENH: get rid of some extra erase calls
|
19 years ago |
cmGlobalGenerator.h
|
BUG: fixes so that --build-and-test will honor timeouts
|
19 years ago |
cmGlobalKdevelopGenerator.cxx
|
BUG: fix for 4186, kdevelop adding file twice
|
19 years ago |
cmGlobalKdevelopGenerator.h
|
ENH: apply patch from Alex to support some more kdevelop stuff
|
20 years ago |
cmGlobalMSYSMakefileGenerator.cxx
|
BUG: bug#3789 add msys for the msys generator
|
19 years ago |
cmGlobalMSYSMakefileGenerator.h
|
STYLE: fix line length
|
20 years ago |
cmGlobalMinGWMakefileGenerator.cxx
|
BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. The echo; hack did not work when running from ctest.
|
19 years ago |
cmGlobalMinGWMakefileGenerator.h
|
STYLE: fix line length
|
20 years ago |
cmGlobalNMakeMakefileGenerator.cxx
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
19 years ago |
cmGlobalNMakeMakefileGenerator.h
|
STYLE: fix line length
|
20 years ago |
cmGlobalUnixMakefileGenerator3.cxx
|
BUG: Avoid duplicate conversion to output path.
|
19 years ago |
cmGlobalUnixMakefileGenerator3.h
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
19 years ago |
cmGlobalVisualStudio6Generator.cxx
|
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 years ago |
cmGlobalVisualStudio6Generator.h
|
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
19 years ago |
cmGlobalVisualStudio7Generator.cxx
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudio7Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudio8Generator.cxx
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudio8Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudio8Win64Generator.cxx
|
STYLE: fix line length
|
20 years ago |
cmGlobalVisualStudio8Win64Generator.h
|
STYLE: fix line length
|
20 years ago |
cmGlobalVisualStudio71Generator.cxx
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudio71Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalWatcomWMakeGenerator.cxx
|
ENH: remove unused variable
|
19 years ago |
cmGlobalWatcomWMakeGenerator.h
|
STYLE: fix line lengths
|
20 years ago |
cmGlobalXCode21Generator.cxx
|
STYLE: fix line length
|
20 years ago |
cmGlobalXCode21Generator.h
|
STYLE: fix line length
|
20 years ago |
cmGlobalXCodeGenerator.cxx
|
BUG: fix for quotes in strings for flags #4022
|
19 years ago |
cmGlobalXCodeGenerator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmIfCommand.cxx
|
ENH: fix a warning and a nice fix to the IF command
|
19 years ago |
cmIfCommand.h
|
STYLE: improve IF documentation to cover elseif
|
19 years ago |
cmIncludeCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmIncludeCommand.h
|
STYLE: fix docs
|
20 years ago |
cmIncludeDirectoryCommand.cxx
|
BUG: Produce error when include directories is invoked with an empty list
|
19 years ago |
cmIncludeDirectoryCommand.h
|
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.
|
19 years ago |
cmIncludeExternalMSProjectCommand.cxx
|
BUG: Move hack from old cmMakefile::AddUtilityTarget to this command directly. There really needs to be a better way to represent external project targets.
|
19 years ago |
cmIncludeExternalMSProjectCommand.h
|
STYLE: fix line length
|
20 years ago |
cmIncludeRegularExpressionCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmIncludeRegularExpressionCommand.h
|
STYLE: fix line length
|
20 years ago |
cmInstallCommand.cxx
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
cmInstallCommand.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
cmInstallDirectoryGenerator.cxx
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 years ago |
cmInstallDirectoryGenerator.h
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 years ago |
cmInstallFilesCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmInstallFilesCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmInstallFilesGenerator.cxx
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
cmInstallFilesGenerator.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
cmInstallGenerator.cxx
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 years ago |
cmInstallGenerator.h
|
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.
|
19 years ago |
cmInstallProgramsCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmInstallProgramsCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmInstallScriptGenerator.cxx
|
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.
|
20 years ago |
cmInstallScriptGenerator.h
|
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.
|
20 years ago |
cmInstallTargetGenerator.cxx
|
BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277.
|
19 years ago |
cmInstallTargetGenerator.h
|
ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922.
|
19 years ago |
cmInstallTargetsCommand.cxx
|
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827.
|
19 years ago |
cmInstallTargetsCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmLinkDirectoriesCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmLinkDirectoriesCommand.h
|
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
|
21 years ago |
cmLinkLibrariesCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmLinkLibrariesCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmListCommand.cxx
|
STYLE: Fixed line-too-long.
|
19 years ago |
cmListCommand.h
|
BUG: Add missing API
|
19 years ago |
cmListFileCache.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmListFileCache.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmListFileLexer.c
|
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
19 years ago |
cmListFileLexer.h
|
BUG#1049: Added error message when file ends in an unterminated string.
|
21 years ago |
cmListFileLexer.in.l
|
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
19 years ago |
cmLoadCacheCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmLoadCacheCommand.h
|
STYLE: fix docs
|
20 years ago |
cmLoadCommandCommand.cxx
|
COMP: Added missing includes. This partially addresses bug#3556.
|
19 years ago |
cmLoadCommandCommand.h
|
STYLE: fix line length
|
20 years ago |
cmLocalGenerator.cxx
|
BUG: Hack to try working around a problem with spaces in an rpath on QNX.
|
19 years ago |
cmLocalGenerator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmLocalUnixMakefileGenerator3.cxx
|
ENH: fix parens in the path with spaces in the path
|
19 years ago |
cmLocalUnixMakefileGenerator3.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmLocalVisualStudio6Generator.cxx
|
ENH: fix crash
|
19 years ago |
cmLocalVisualStudio6Generator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmLocalVisualStudio7Generator.cxx
|
STYLE: fix line length
|
19 years ago |
cmLocalVisualStudio7Generator.h
|
ENH: fix for vs ide
|
19 years ago |
cmLocalVisualStudioGenerator.cxx
|
ENH: check in initial conv library stuff
|
19 years ago |
cmLocalVisualStudioGenerator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmLocalXCodeGenerator.cxx
|
STYLE: fix line length issues
|
19 years ago |
cmLocalXCodeGenerator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmMacroCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmMacroCommand.h
|
ENH: always compile progress
|
19 years ago |
cmMakeDepend.cxx
|
BUG: some UNIX fixes for my m_ commit
|
20 years ago |
cmMakeDepend.h
|
STYLE: fix line length
|
20 years ago |
cmMakeDirectoryCommand.cxx
|
ENH: Allow blocking of writing into the source tree
|
20 years ago |
cmMakeDirectoryCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmMakefile.cxx
|
ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old non-yacc parser code from cmMakefile.cxx
|
19 years ago |
cmMakefile.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmMakefileExecutableTargetGenerator.cxx
|
BUG: Do not clean the .pdb file for a target just before it is linked! This finishes addressing bug#4341.
|
19 years ago |
cmMakefileExecutableTargetGenerator.h
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
19 years ago |
cmMakefileLibraryTargetGenerator.cxx
|
BUG: Do not clean the .pdb file for a target just before it is linked! This finishes addressing bug#4341.
|
19 years ago |
cmMakefileLibraryTargetGenerator.h
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
19 years ago |
cmMakefileTargetGenerator.cxx
|
ENH: fix for Watcom
|
19 years ago |
cmMakefileTargetGenerator.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmMakefileUtilityTargetGenerator.cxx
|
ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set.
|
19 years ago |
cmMakefileUtilityTargetGenerator.h
|
ENH: some cleanup of the makefile generator
|
20 years ago |
cmMarkAsAdvancedCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmMarkAsAdvancedCommand.h
|
STYLE: fix docs
|
20 years ago |
cmMathCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmMathCommand.h
|
STYLE: fix line length
|
20 years ago |
cmMessageCommand.cxx
|
ENH: do not print a call stack if the user does a message error unless --debug-output is used
|
19 years ago |
cmMessageCommand.h
|
STYLE: grammer fix
|
20 years ago |
cmObject.h
|
STYLE: fix line length
|
20 years ago |
cmOptionCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmOptionCommand.h
|
STYLE: spelling fix
|
20 years ago |
cmOrderLinkDirectories.cxx
|
ENH: clean up comment and avoid some vector access calles
|
19 years ago |
cmOrderLinkDirectories.h
|
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
19 years ago |
cmOutputRequiredFilesCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmOutputRequiredFilesCommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmProjectCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmProjectCommand.h
|
ENH: fix line length style stuff
|
20 years ago |
cmProperty.cxx
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmProperty.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmPropertyDefinition.cxx
|
ENH: fix compiler warning
|
19 years ago |
cmPropertyDefinition.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmPropertyDefinitionMap.cxx
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmPropertyDefinitionMap.h
|
STYLE: fix line length
|
19 years ago |
cmPropertyMap.cxx
|
ENH: change STRICT to CMAKE_STRICT
|
19 years ago |
cmPropertyMap.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmQTWrapCPPCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmQTWrapCPPCommand.h
|
STYLE: fix line length
|
20 years ago |
cmQTWrapUICommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmQTWrapUICommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmRemoveCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmRemoveCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmRemoveDefinitionsCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmRemoveDefinitionsCommand.h
|
ENH: fix line length style stuff
|
20 years ago |
cmSeparateArgumentsCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmSeparateArgumentsCommand.h
|
STYLE: fix line length
|
20 years ago |
cmSetCommand.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmSetCommand.h
|
STYLE: fix docs
|
20 years ago |
cmSetDirectoryPropertiesCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmSetDirectoryPropertiesCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmSetPropertiesCommand.cxx
|
ENH: fix a warning and a nice fix to the IF command
|
19 years ago |
cmSetPropertiesCommand.h
|
ENH: improve SetProperties and fix a couple warnings
|
19 years ago |
cmSetSourceFilesPropertiesCommand.cxx
|
ENH: improve SetProperties and fix a couple warnings
|
19 years ago |
cmSetSourceFilesPropertiesCommand.h
|
ENH: fix documentation to include source language property
|
19 years ago |
cmSetTargetPropertiesCommand.cxx
|
BUG: fix for bug 4414, find targets in the global generator for set_target_properties and add_dependencies
|
19 years ago |
cmSetTargetPropertiesCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmSetTestsPropertiesCommand.cxx
|
BUG: fix bad comparison
|
19 years ago |
cmSetTestsPropertiesCommand.h
|
ENH: implements SetProperties for TEST
|
19 years ago |
cmSiteNameCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmSiteNameCommand.h
|
ENH: Make commands scriptable
|
20 years ago |
cmSourceFile.cxx
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmSourceFile.h
|
ENH: allow source file properties to chain to Directories and up
|
19 years ago |
cmSourceGroup.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmSourceGroup.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmSourceGroupCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmSourceGroupCommand.h
|
STYLE: fix line length
|
20 years ago |
cmStandardIncludes.h
|
COMP: Fix warnings in system headers on VS6.
|
19 years ago |
cmStandardLexer.h
|
COMP: Add missing malloc.h include for QNX.
|
19 years ago |
cmStringCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmStringCommand.h
|
ENH: fix line length style stuff
|
20 years ago |
cmSubdirCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmSubdirCommand.h
|
BUG: remove early ;
|
19 years ago |
cmSubdirDependsCommand.cxx
|
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.
|
23 years ago |
cmSubdirDependsCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmSystemTools.cxx
|
ENH: fix parens in the path with spaces in the path
|
19 years ago |
cmSystemTools.h
|
ENH: fix parens in the path with spaces in the path
|
19 years ago |
cmTarget.cxx
|
BUG: fix accidental checkin
|
19 years ago |
cmTarget.h
|
ENH: check in initial conv library stuff
|
19 years ago |
cmTargetLinkLibrariesCommand.cxx
|
ENH: updated handling of debug and optimized target link libraries
|
19 years ago |
cmTargetLinkLibrariesCommand.h
|
ENH: updated handling of debug and optimized target link libraries
|
19 years ago |
cmTest.cxx
|
ENH: added per test timeout support
|
19 years ago |
cmTest.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmTryCompileCommand.cxx
|
ENH: make sure file is closed
|
19 years ago |
cmTryCompileCommand.h
|
STYLE: fix line length
|
20 years ago |
cmTryRunCommand.cxx
|
ENH: centralized locaiton of CMakeFiles setting
|
19 years ago |
cmTryRunCommand.h
|
STYLE: fix missing docs
|
20 years ago |
cmUseMangledMesaCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmUseMangledMesaCommand.h
|
ENH: Patch from Alex to document this command as discouraged.
|
19 years ago |
cmUtilitySourceCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmUtilitySourceCommand.h
|
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
|
21 years ago |
cmVariableRequiresCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmVariableRequiresCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmVariableWatch.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmVariableWatch.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmVersion.cxx
|
STYLE: Nightly Version update
|
19 years ago |
cmVersion.h
|
ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf.
|
20 years ago |
cmWhileCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmWhileCommand.h
|
ENH: allow loose loop constructs
|
19 years ago |
cmWin32ProcessExecution.cxx
|
BUG: Robustly handle failure of FormatMessage. See bug#3471.
|
19 years ago |
cmWin32ProcessExecution.h
|
STYLE: fix line length
|
20 years ago |
cmWriteFileCommand.cxx
|
STYLE: fix line length
|
20 years ago |
cmWriteFileCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmXCode21Object.cxx
|
STYLE: fix line length
|
20 years ago |
cmXCode21Object.h
|
STYLE: fix line length
|
20 years ago |
cmXCodeObject.cxx
|
BUG: fix for quotes in strings for flags #4022
|
19 years ago |
cmXCodeObject.h
|
STYLE: fix line length
|
20 years ago |
cmXMLParser.cxx
|
ENH: Add options to build with system utility libraries. Organize inclusion of third party libraries into a single header per library. This addresses bug#3653.
|
19 years ago |
cmXMLParser.h
|
STYLE: fix line length
|
20 years ago |
cmake.cxx
|
BUG: Produce an error when the script is not found
|
19 years ago |
cmake.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmakemain.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmaketest.h.in
|
BUG: Fix some dependencies for location of executables
|
23 years ago |
cmakewizard.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmakewizard.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmakexbuild.cxx
|
BUG: compiler fix
|
20 years ago |
cmw9xcom.cxx
|
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
ctest.cxx
|
BUG: fixes so that --build-and-test will honor timeouts
|
19 years ago |