.. |
CPack
|
STYLE: fix line lengths
|
18 years ago |
CTest
|
ENH: fix bug with valgrind output being truncated
|
18 years ago |
CursesDialog
|
ENH:
|
18 years ago |
FLTKDialog
|
ENH: try to find a gui for the Mac
|
20 years ago |
MFCDialog
|
ENH: typo
|
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
|
ENH: fix resource leak
|
18 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: add an empty debian package generator, Mathieu volunteered to fill it
|
18 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
|
STYLE: add more docs
|
18 years ago |
cmAddCustomTargetCommand.cxx
|
ENH: some more cleanup
|
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
|
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
|
18 years ago |
cmAddDependenciesCommand.h
|
ENH: Clarified documentation further.
|
20 years ago |
cmAddExecutableCommand.cxx
|
COMP: compile fix and remove warning
|
18 years ago |
cmAddExecutableCommand.h
|
ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL.
|
19 years ago |
cmAddLibraryCommand.cxx
|
STYLE: better error message, name the new manpages cmakecommands,
|
18 years ago |
cmAddLibraryCommand.h
|
ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working
|
18 years ago |
cmAddSubDirectoryCommand.cxx
|
ENH: some code cleanup
|
19 years ago |
cmAddSubDirectoryCommand.h
|
STYLE: fix docs
|
20 years ago |
cmAddTestCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmAddTestCommand.h
|
BUG: fix for bug#3775
|
19 years ago |
cmAuxSourceDirectoryCommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmAuxSourceDirectoryCommand.h
|
STYLE: fix line length
|
19 years ago |
cmBootstrapCommands.cxx
|
ENH: add framework for unified handling of arguments to cmake commands,
|
18 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: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working
|
18 years ago |
cmCPluginAPI.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmCTest.cxx
|
ENH: add more verbose output
|
18 years ago |
cmCTest.h
|
STYLE: remove argument bool fast, it was unused
|
18 years ago |
cmCacheManager.cxx
|
ENH: -U for removing variables now uses globbing expressions
|
18 years ago |
cmCacheManager.h
|
BUG: When a non-cache variable is marked as advance do not use the cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
|
19 years ago |
cmCommand.h
|
ENH: add framework for unified handling of arguments to cmake commands,
|
18 years ago |
cmCommandArgumentLexer.cxx
|
ENH: fix for aix
|
18 years ago |
cmCommandArgumentLexer.h
|
BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escape sequences as lexical tokens at all. Needed to configure files with backslashes preceding an @VAR@ replacement. This fixes bug#5130.
|
18 years ago |
cmCommandArgumentLexer.in.l
|
ENH: fix for aix
|
18 years ago |
cmCommandArgumentParser.cxx
|
ENH: user more memory for parser and add test to complex that sets a huge string
|
18 years ago |
cmCommandArgumentParser.y
|
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
|
19 years ago |
cmCommandArgumentParserHelper.cxx
|
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
|
18 years ago |
cmCommandArgumentParserHelper.h
|
BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This fixes the original fix to bug#4393 and adds a test.
|
18 years ago |
cmCommandArgumentParserTokens.h
|
STYLE: fix line length
|
19 years ago |
cmCommandArgumentsHelper.cxx
|
STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -
|
18 years ago |
cmCommandArgumentsHelper.h
|
ENH: add framework for unified handling of arguments to cmake commands,
|
18 years ago |
cmCommands.cxx
|
COMP: fix bootstrapping
|
18 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
|
BUG: No need for the backward compatibility variable warning
|
19 years ago |
cmConfigureFileCommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmCoreTryCompile.cxx
|
ENH: determine typesize by compiling a file and reading strings from the compiled output.
|
18 years ago |
cmCoreTryCompile.h
|
ENH: add two simple tests for TRY_RUN()
|
18 years ago |
cmCreateTestSourceList.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmCreateTestSourceList.h
|
STYLE: fix line length
|
19 years ago |
cmCustomCommand.cxx
|
ENH: Removed "Used" mark from custom commands. It is no longer needed or checked by any generators.
|
18 years ago |
cmCustomCommand.h
|
ENH: Removed "Used" mark from custom commands. It is no longer needed or checked by any generators.
|
18 years ago |
cmData.h
|
ENH: a warning fix and some more cleanup
|
20 years ago |
cmDefinePropertyCommand.cxx
|
ENH: added the ability to document variables and cached_variables
|
18 years ago |
cmDefinePropertyCommand.h
|
STYLE: rename chain to inherit in the docs
|
18 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
|
19 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: shut up warnings
|
19 years ago |
cmDependsFortranParser.h
|
STYLE: fix line length
|
19 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: shut up warnings
|
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
|
19 years ago |
cmDependsJavaParserHelper.h
|
STYLE: fix line length
|
19 years ago |
cmDependsJavaParserTokens.h
|
STYLE: fix line lengths
|
20 years ago |
cmDocumentation.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmDocumentation.h
|
STYLE: sort the property documentation into
|
18 years ago |
cmDumpDocumentation.cxx
|
ENH:
|
18 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
|
19 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
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmEnableLanguageCommand.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 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
|
19 years ago |
cmEndForEachCommand.h
|
STYLE: fix docs
|
20 years ago |
cmEndIfCommand.cxx
|
STYLE: fix line length
|
19 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
|
19 years ago |
cmEndWhileCommand.h
|
STYLE: fix docs
|
20 years ago |
cmExecProgramCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmExecProgramCommand.h
|
STYLE: fix typo (bug #5115)
|
18 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 |
cmExportCommand.cxx
|
COMP: fix warnings
|
18 years ago |
cmExportCommand.h
|
STYLE: fix line lengths
|
18 years ago |
cmExportLibraryDependencies.cxx
|
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
|
18 years ago |
cmExportLibraryDependencies.h
|
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
|
18 years ago |
cmExprLexer.cxx
|
COMP: Attempt to fix aix build
|
19 years ago |
cmExprLexer.h
|
STYLE: fix line length
|
19 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: shut up warnings
|
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
|
19 years ago |
cmExprParserHelper.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmExprParserTokens.h
|
STYLE: fix line lengths
|
20 years ago |
cmExternalMakefileProjectGenerator.cxx
|
STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -
|
18 years ago |
cmExternalMakefileProjectGenerator.h
|
COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
|
18 years ago |
cmExtraCodeBlocksGenerator.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmExtraCodeBlocksGenerator.h
|
STYLE: fix line lengths
|
18 years ago |
cmFLTKWrapUICommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmFLTKWrapUICommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmFileCommand.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmFileCommand.h
|
COMP: Remove unused argument.
|
18 years ago |
cmFileTimeComparison.cxx
|
STYLE: fix line length
|
19 years ago |
cmFileTimeComparison.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmFindBase.cxx
|
BUG: Fixed spelling and formatting of new documentation.
|
18 years ago |
cmFindBase.h
|
STYLE: fix line lengths
|
18 years ago |
cmFindFileCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmFindFileCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindLibraryCommand.cxx
|
ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths to be searched optionally. Turn off the feature on debian systems. This addresses debian report 419007.
|
18 years ago |
cmFindLibraryCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindPackageCommand.cxx
|
ENH: Add variable watch command
|
19 years ago |
cmFindPackageCommand.h
|
STYLE: fix some typos, nicer debug output
|
18 years ago |
cmFindPathCommand.cxx
|
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
|
18 years ago |
cmFindPathCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindProgramCommand.cxx
|
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
|
18 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
|
ENH: some property cleanup and added GetProperty
|
18 years ago |
cmGetCMakePropertyCommand.h
|
ENH: Make commands scriptable
|
20 years ago |
cmGetDirectoryPropertyCommand.cxx
|
BUG: fix screwup in GetDirectoryProp...
|
18 years ago |
cmGetDirectoryPropertyCommand.h
|
ENH: added some new functionality
|
20 years ago |
cmGetFilenameComponentCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmGetFilenameComponentCommand.h
|
STYLE: fix line length
|
19 years ago |
cmGetPropertyCommand.cxx
|
COMP: fix warnings
|
18 years ago |
cmGetPropertyCommand.h
|
STYLE: rename chain to inherit in the docs
|
18 years ago |
cmGetSourceFilePropertyCommand.cxx
|
ENH: added some documentation to explain a section of code a bit better
|
18 years ago |
cmGetSourceFilePropertyCommand.h
|
STYLE: fix line length
|
19 years ago |
cmGetTargetPropertyCommand.cxx
|
ENH: if get_target_property() doesn't find a target with the given name, it
|
18 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
|
ENH: added some documentation on how to find the default properties of a test
|
19 years ago |
cmGlobalBorlandMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalBorlandMakefileGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalGenerator.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmGlobalGenerator.h
|
STYLE: fix line lengths
|
18 years ago |
cmGlobalKdevelopGenerator.cxx
|
ENH: enable cvs or svn support if the source has the CVS/.svn subdirs
|
18 years ago |
cmGlobalKdevelopGenerator.h
|
ENH: add cmExternalMakefileProjectGenerator, which should make it easier to
|
18 years ago |
cmGlobalMSYSMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalMSYSMakefileGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalMinGWMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalMinGWMakefileGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalNMakeMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalNMakeMakefileGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalUnixMakefileGenerator3.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalUnixMakefileGenerator3.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio6Generator.cxx
|
COMP: fix typo
|
18 years ago |
cmGlobalVisualStudio6Generator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio7Generator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio7Generator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio8Generator.cxx
|
COMP: Fix build for windows-only generators after change to GetSourceFiles signature.
|
18 years ago |
cmGlobalVisualStudio8Generator.h
|
BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789.
|
19 years ago |
cmGlobalVisualStudio8Win64Generator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio8Win64Generator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio71Generator.cxx
|
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
|
18 years ago |
cmGlobalVisualStudio71Generator.h
|
ENH: commit fix for putting everything in the build on vs
|
19 years ago |
cmGlobalVisualStudioGenerator.cxx
|
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
|
18 years ago |
cmGlobalVisualStudioGenerator.h
|
BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556.
|
19 years ago |
cmGlobalWatcomWMakeGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalWatcomWMakeGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalXCode21Generator.cxx
|
STYLE: fix line length
|
19 years ago |
cmGlobalXCode21Generator.h
|
STYLE: fix line length
|
19 years ago |
cmGlobalXCodeGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalXCodeGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmHexFileConverter.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmHexFileConverter.h
|
ENH: make the compiler id detection work, even if the output file name of
|
18 years ago |
cmIfCommand.cxx
|
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake scripts
|
18 years ago |
cmIfCommand.h
|
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake scripts
|
18 years ago |
cmIncludeCommand.cxx
|
ENH: merge CMake-CrossCompileBasic to HEAD
|
18 years ago |
cmIncludeCommand.h
|
ENH: merge CMake-CrossCompileBasic to HEAD
|
18 years ago |
cmIncludeDirectoryCommand.cxx
|
STYLE: Fix line-too-long.
|
19 years ago |
cmIncludeDirectoryCommand.h
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
19 years ago |
cmIncludeExternalMSProjectCommand.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmIncludeExternalMSProjectCommand.h
|
STYLE: fix line length
|
19 years ago |
cmIncludeRegularExpressionCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmIncludeRegularExpressionCommand.h
|
STYLE: Removed unused reference to cmMakeDepend.
|
18 years ago |
cmInstallCommand.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallCommand.h
|
ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,
|
18 years ago |
cmInstallDirectoryGenerator.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallDirectoryGenerator.h
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallExportGenerator.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallExportGenerator.h
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallFilesCommand.cxx
|
BUG: Fix FILES mode after recent changes.
|
18 years ago |
cmInstallFilesCommand.h
|
BUG: Fix FILES mode after recent changes.
|
18 years ago |
cmInstallFilesGenerator.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallFilesGenerator.h
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallGenerator.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallGenerator.h
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 years ago |
cmInstallProgramsCommand.cxx
|
BUG: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to install under the prefix like they did before the recent changes.
|
18 years ago |
cmInstallProgramsCommand.h
|
ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore.
|
18 years ago |
cmInstallScriptGenerator.cxx
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 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
|
COMP: Remove shadowed local.
|
18 years ago |
cmInstallTargetGenerator.h
|
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 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
|
19 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
|
19 years ago |
cmLinkLibrariesCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmListCommand.cxx
|
ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguelf (AT) ieee.org
|
18 years ago |
cmListCommand.h
|
ENH: add LIST(CONTAINS ...) patch from "Miguel A. Figueroa-Villanueva, miguelf (AT) ieee.org
|
18 years ago |
cmListFileCache.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmListFileCache.h
|
BUG: const char* FilePath could point to a non-existent std::string for
|
18 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
|
19 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
|
19 years ago |
cmLocalGenerator.cxx
|
PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and
|
18 years ago |
cmLocalGenerator.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmLocalUnixMakefileGenerator3.cxx
|
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
|
18 years ago |
cmLocalUnixMakefileGenerator3.h
|
STYLE: Removed unused reference to cmMakeDepend.
|
18 years ago |
cmLocalVisualStudio6Generator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmLocalVisualStudio6Generator.h
|
STYLE: Removed unused reference to cmMakeDepend.
|
18 years ago |
cmLocalVisualStudio7Generator.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmLocalVisualStudio7Generator.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmLocalVisualStudioGenerator.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmLocalVisualStudioGenerator.h
|
STYLE: Removed stray comment.
|
18 years ago |
cmLocalXCodeGenerator.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmLocalXCodeGenerator.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 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
|
19 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
|
STYLE: even more output when --debug-output is used
|
18 years ago |
cmMakefile.h
|
STYLE: fix line lengths
|
18 years ago |
cmMakefileExecutableTargetGenerator.cxx
|
COMP: Fix build on mac after change to GetSourceFiles signature.
|
18 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
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmMakefileLibraryTargetGenerator.h
|
ENH: initial support for creation of frameworks on Mac
|
18 years ago |
cmMakefileTargetGenerator.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmMakefileTargetGenerator.h
|
STYLE: Removed unused reference to cmMakeDepend.
|
18 years ago |
cmMakefileUtilityTargetGenerator.cxx
|
BUG: A utility target should not run the custom commands from its source files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change.
|
19 years ago |
cmMakefileUtilityTargetGenerator.h
|
BUG: fix for build order
|
19 years ago |
cmMarkAsAdvancedCommand.cxx
|
STYLE: Fixed line-too-long.
|
19 years ago |
cmMarkAsAdvancedCommand.h
|
BUG: make MARK_AS_ADVANCED() scriptable, because this is the only reason
|
18 years ago |
cmMathCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmMathCommand.h
|
STYLE: fix line length
|
19 years ago |
cmMessageCommand.cxx
|
ENH: produce a lot more output when running with --debug-output
|
18 years ago |
cmMessageCommand.h
|
STYLE: grammer fix
|
20 years ago |
cmObject.h
|
STYLE: fix line length
|
19 years ago |
cmOptionCommand.cxx
|
STYLE: fix line length
|
19 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
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmOutputRequiredFilesCommand.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmProjectCommand.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 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: added the ability to document variables and cached_variables
|
18 years ago |
cmPropertyDefinition.cxx
|
STYLE: sort the property documentation into
|
18 years ago |
cmPropertyDefinition.h
|
STYLE: sort the property documentation into
|
18 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: added the ability to document variables and cached_variables
|
18 years ago |
cmPropertyMap.h
|
ENH: getting some of the property changed chewcked into CVS at least
|
19 years ago |
cmQTWrapCPPCommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmQTWrapCPPCommand.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmQTWrapUICommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmQTWrapUICommand.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 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
|
19 years ago |
cmRemoveDefinitionsCommand.h
|
STYLE: add comment about the -D -P order and fix typo in doc
|
18 years ago |
cmSeparateArgumentsCommand.cxx
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
19 years ago |
cmSeparateArgumentsCommand.h
|
STYLE: fix line length
|
19 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: some property cleanup and added GetProperty
|
18 years ago |
cmSetDirectoryPropertiesCommand.h
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmSetPropertiesCommand.cxx
|
COMP: fix warnings
|
18 years ago |
cmSetPropertiesCommand.h
|
STYLE: rename chain to inherit in the docs
|
18 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
|
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
|
18 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
|
19 years ago |
cmSiteNameCommand.h
|
ENH: Make commands scriptable
|
20 years ago |
cmSourceFile.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmSourceFile.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmSourceFileLocation.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmSourceFileLocation.h
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 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
|
19 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
|
ENH: Add STRING STRIP command
|
19 years ago |
cmStringCommand.h
|
ENH: Add STRING STRIP command
|
19 years ago |
cmSubdirCommand.cxx
|
ENH: some code cleanup
|
19 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
|
BUG: fix bootstrapping, md5sum disabled in bootstrapping mode
|
18 years ago |
cmSystemTools.h
|
ENH: apply patch from Mathieu, add argument -E md5sum to compute md5sums of
|
18 years ago |
cmTarget.cxx
|
ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea)
|
18 years ago |
cmTarget.h
|
STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, added function separator comment lines.
|
18 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: add two simple tests for TRY_RUN()
|
18 years ago |
cmTryCompileCommand.h
|
STYLE: fix line lengths
|
18 years ago |
cmTryRunCommand.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmTryRunCommand.h
|
STYLE: fix line lengths
|
18 years ago |
cmUseMangledMesaCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmUseMangledMesaCommand.h
|
ENH: Patch from Alex to document this command as discouraged.
|
19 years ago |
cmUtilitySourceCommand.cxx
|
ENH: merge CMake-CrossCompileBasic to HEAD
|
18 years ago |
cmUtilitySourceCommand.h
|
ENH: merge CMake-CrossCompileBasic to HEAD
|
18 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
|
ENH: Add variable watch command
|
19 years ago |
cmVariableWatch.h
|
BUG: All variable accesses should produce watch callbacks, including IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables.
|
18 years ago |
cmVariableWatchCommand.cxx
|
STYLE: Fix line lengths
|
19 years ago |
cmVariableWatchCommand.h
|
ENH: Add variable watch command
|
19 years ago |
cmVersion.cxx
|
STYLE: Nightly Version update
|
18 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
|
ENH: fix resource leak
|
18 years ago |
cmWin32ProcessExecution.h
|
STYLE: fix line length
|
19 years ago |
cmWriteFileCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmWriteFileCommand.h
|
ENH: Patch from Alex to make deprecated command documentation more consistent.
|
19 years ago |
cmXCode21Object.cxx
|
STYLE: fix line length
|
19 years ago |
cmXCode21Object.h
|
STYLE: fix line length
|
19 years ago |
cmXCodeObject.cxx
|
ENH: @ must be escaped in xcode projects
|
18 years ago |
cmXCodeObject.h
|
STYLE: fix line length
|
19 years ago |
cmXMLParser.cxx
|
STYLE: fix compiler warning
|
18 years ago |
cmXMLParser.h
|
STYLE: fix compiler warning
|
18 years ago |
cmake.cxx
|
ENH: add an empty debian package generator, Mathieu volunteered to fill it
|
18 years ago |
cmake.h
|
STYLE: fix line lengths
|
18 years ago |
cmakemain.cxx
|
STYLE: fix some typos, nicer debug output
|
18 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
|
STYLE: create command documentation for ctest
|
18 years ago |