.. |
CPack
|
STYLE: use %-10lld instead of %-10qd for printing a 64bit int, maybe this
|
18 years ago |
CTest
|
ENH: fix line length issues
|
18 years ago |
CursesDialog
|
COMP: make it build on NetBSD, which has separate curses and ncurses, so
|
18 years ago |
FLTKDialog
|
COMP: make it build on Linux
|
18 years ago |
MFCDialog
|
BUG: fix to work with cmake 2.2
|
18 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
|
COMP: remove warning on new HPUX compiler
|
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
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmAddCustomCommandCommand.cxx
|
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
|
18 years ago |
cmAddCustomCommandCommand.h
|
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
|
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: allow test properties to set a timeout that is longer than the default timeout, but not longer than CTEST_TIME_LIMIT for a script
|
18 years ago |
cmCTest.h
|
STYLE: remove argument bool fast, it was unused
|
18 years ago |
cmCacheManager.cxx
|
ENH: fix spelling error
|
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
|
COMP: fix warnings on hp
|
18 years ago |
cmCommandArgumentLexer.h
|
STYLE: fix some kwstyle errors
|
18 years ago |
cmCommandArgumentLexer.in.l
|
ENH: fix for aix
|
18 years ago |
cmCommandArgumentParser.cxx
|
STYLE: fix some kwstyle errors
|
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 some kwstyle errors
|
18 years ago |
cmCommandArgumentsHelper.cxx
|
ENH: add support for a default value, fix case when there is no item except
|
18 years ago |
cmCommandArgumentsHelper.h
|
ENH: add support for a default value, fix case when there is no item except
|
18 years ago |
cmCommands.cxx
|
ENH: class for parsing the arguments for INSTALL()
|
18 years ago |
cmCommands.h
|
ENH: split up cmCommands into two files
|
21 years ago |
cmConfigure.cmake.h.in
|
STYLE: fix some kwstyle errors
|
18 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: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
|
18 years ago |
cmCustomCommand.h
|
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
|
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
|
BUG: Do not write symbolic make dependencies into depends.internal.
|
18 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 kwstyle errors
|
18 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
|
COMP: fix warnings on hp
|
18 years ago |
cmDependsJavaLexer.h
|
STYLE: fix some kwstyle errors
|
18 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
|
ENH: add new help option --help-custom-modules, which generates
|
18 years ago |
cmDocumentationFormatter.cxx
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatter.h
|
ENH: add new help option --help-custom-modules, which generates
|
18 years ago |
cmDocumentationFormatterHTML.cxx
|
COMP: fix warning about unused parameters
|
18 years ago |
cmDocumentationFormatterHTML.h
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatterMan.cxx
|
BUG: correct name for the man page
|
18 years ago |
cmDocumentationFormatterMan.h
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatterText.cxx
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatterText.h
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatterUsage.cxx
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatterUsage.h
|
STYLE: move the code for the different formats of the generated help 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
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
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: fix warnings on hp
|
18 years ago |
cmExprLexer.h
|
STYLE: fix some kwstyle errors
|
18 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
|
ENH: don't hardcode gcc
|
18 years ago |
cmExtraEclipseCDT4Generator.cxx
|
ENH: patch from Miguel
|
18 years ago |
cmExtraEclipseCDT4Generator.h
|
ENH: patch from Miguel
|
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
|
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
|
18 years ago |
cmFindLibraryCommand.h
|
ENH: check in new find stuff
|
20 years ago |
cmFindPackageCommand.cxx
|
STYLE: improved error message for the case that neither FindFoo.cmake nor
|
18 years ago |
cmFindPackageCommand.h
|
COMP: also commit the header...
|
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
|
COMP: Fix warning about not being able to automatically generate a copy constructor.
|
18 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: the temporary variable is not necessary
|
18 years ago |
cmGlobalGenerator.h
|
ENH: add support for Fortran to the KDevelop generator
|
18 years ago |
cmGlobalKdevelopGenerator.cxx
|
ENH: add support for Fortran to the KDevelop generator
|
18 years ago |
cmGlobalKdevelopGenerator.h
|
ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop
|
18 years ago |
cmGlobalMSYSMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalMSYSMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalMinGWMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalMinGWMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalNMakeMakefileGenerator.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalNMakeMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalUnixMakefileGenerator3.cxx
|
ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation.
|
18 years ago |
cmGlobalUnixMakefileGenerator3.h
|
BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested.
|
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 |
cmGlobalVisualStudio9Generator.cxx
|
ENH: add support for vs 2008 beta 2
|
18 years ago |
cmGlobalVisualStudio9Generator.h
|
ENH: add support for vs 2008 beta 2
|
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
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalXCode21Generator.cxx
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmGlobalXCode21Generator.h
|
STYLE: fix line length
|
19 years ago |
cmGlobalXCodeGenerator.cxx
|
ENH: fix build issue with config type not being specified by ctest
|
18 years ago |
cmGlobalXCodeGenerator.h
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
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
|
BUG: this seems to fix the regexp result-storage problem, now it seems the actual result is tored instead of "1" , as it happened for StringFileTest on Windows
|
18 years ago |
cmIfCommand.h
|
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
|
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
|
STYLE: fix line lengths
|
18 years ago |
cmInstallCommand.h
|
ENH: add install files generators for targets which have PUBLIC_HEADER,
|
18 years ago |
cmInstallCommandArguments.cxx
|
STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of
|
18 years ago |
cmInstallCommandArguments.h
|
STYLE: fix line lengths
|
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
|
STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other
|
18 years ago |
cmInstallExportGenerator.h
|
ENH: add install files generators for targets which have PUBLIC_HEADER,
|
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
|
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
|
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
|
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
|
18 years ago |
cmInstallTargetGenerator.h
|
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
|
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: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
|
18 years ago |
cmListCommand.h
|
ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
|
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
|
ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler)
|
18 years ago |
cmLocalGenerator.h
|
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
18 years ago |
cmLocalUnixMakefileGenerator3.cxx
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmLocalUnixMakefileGenerator3.h
|
ENH: Replaced dependency integrity map with an explicit map from object file to source file for each language in each target. This simplifies creation of implicit dependency scanning rules and allows more than one object file in a target to start dependency scanning with the same source file.
|
18 years ago |
cmLocalVisualStudio6Generator.cxx
|
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
|
18 years ago |
cmLocalVisualStudio6Generator.h
|
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
|
18 years ago |
cmLocalVisualStudio7Generator.cxx
|
ENH: fix for vs 8
|
18 years ago |
cmLocalVisualStudio7Generator.h
|
ENH: add support for vs 2008 beta 2
|
18 years ago |
cmLocalVisualStudioGenerator.cxx
|
BUG: fix #5326: source files with the same name in different groups lead to colliding object file names
|
18 years ago |
cmLocalVisualStudioGenerator.h
|
BUG: fix #5326: source files with the same name in different groups lead to colliding object file names
|
18 years ago |
cmLocalXCodeGenerator.cxx
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmLocalXCodeGenerator.h
|
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
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
|
COMP: explicitely cast to int to silence warning with msvc8
|
18 years ago |
cmMakefile.h
|
COMP: parent is not used anymore with this patch, since now the name is
|
18 years ago |
cmMakefileExecutableTargetGenerator.cxx
|
ENH: Simplify makefile target generator listing of object files to clean.
|
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: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
|
18 years ago |
cmMakefileLibraryTargetGenerator.h
|
ENH: Improve framework support in the makefile generator to match the support just added to the Xcode generator. BUG: Remove spurious warning and eliminate empty Libraries subdir inside built framework.
|
18 years ago |
cmMakefileTargetGenerator.cxx
|
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works only for Makefile generators. It allows a custom command to have implicit dependencies in the form of C or CXX sources.
|
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
|
ENH: improve docs
|
18 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
|
ENH: deb generator can now generate deb packages
|
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: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader test to use it (making the test simpler).
|
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
|
BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now
|
18 years ago |
cmSourceGroup.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmSourceGroupCommand.cxx
|
COMP: parent is not used anymore with this patch, since now the name is
|
18 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: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
|
18 years ago |
cmStringCommand.h
|
STYLE: add the | to the docs
|
18 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 problem with stdout and stderr not showing up in ms dos shells
|
18 years ago |
cmSystemTools.h
|
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
|
18 years ago |
cmTarget.cxx
|
ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers.
|
18 years ago |
cmTarget.h
|
ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.
|
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: copy the executables from TRY_RUN() to
|
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: print a warning if UTILITY_SOURCE is used in cross compiling mode
|
18 years ago |
cmUtilitySourceCommand.h
|
STYLE: document the behaviour of UTILITY_SOURCE in cross compiling mode
|
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
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmXCode21Object.h
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmXCodeObject.cxx
|
ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder.
|
18 years ago |
cmXCodeObject.h
|
STYLE: fix some kwstyle errors
|
18 years ago |
cmXMLParser.cxx
|
STYLE: fix warning
|
18 years ago |
cmXMLParser.h
|
ENH: fix warning on win64
|
18 years ago |
cmake.cxx
|
ENH: add support for vs 2008 beta 2
|
18 years ago |
cmake.h
|
ENH: deb generator can now generate deb packages
|
18 years ago |
cmakemain.cxx
|
ENH: add new help option --help-custom-modules, which generates
|
18 years ago |
cmaketest.h.in
|
STYLE: fix some kwstyle errors
|
18 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
|
STYLE: fix some kwstyle errors
|
18 years ago |
cmw9xcom.cxx
|
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
ctest.cxx
|
ENH: fix 2 ctest issues, do not use the build type of ctest to look for config types, do not inherit pipes in child procs for ctest so it can kill them
|
18 years ago |