.. |
CPack
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
CTest
|
ENH: fix line length issues
|
18 years ago |
CursesDialog
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
FLTKDialog
|
COMP: make it build on Linux
|
18 years ago |
MFCDialog
|
ENH: some more cleanup, fixes, and patch for HTML output
|
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
|
BUG: fix for bug 0005767 hang for replace string with empty
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: make commands lower case by default
|
18 years ago |
cmAddCustomTargetCommand.cxx
|
ENH: some more cleanup
|
19 years ago |
cmAddCustomTargetCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddDefinitionsCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmAddDefinitionsCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddDependenciesCommand.cxx
|
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
|
18 years ago |
cmAddDependenciesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddExecutableCommand.cxx
|
COMP: compile fix and remove warning
|
18 years ago |
cmAddExecutableCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddLibraryCommand.cxx
|
STYLE: better error message, name the new manpages cmakecommands,
|
18 years ago |
cmAddLibraryCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddSubDirectoryCommand.cxx
|
ENH: some code cleanup
|
19 years ago |
cmAddSubDirectoryCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAddTestCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmAddTestCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmAuxSourceDirectoryCommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmAuxSourceDirectoryCommand.h
|
ENH: make commands lower case by default
|
18 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: make commands lower case by default
|
18 years ago |
cmBuildNameCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmBuildNameCommand.h
|
ENH: make commands lower case by default
|
18 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: make commands lower case by default
|
18 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
|
ENH: added CMAKE_STRICT option for var and property checking
|
18 years ago |
cmConfigureFileCommand.cxx
|
BUG: No need for the backward compatibility variable warning
|
19 years ago |
cmConfigureFileCommand.h
|
ENH: make commands lower case by default
|
18 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
|
ENH: make commands lower case by default
|
18 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
|
ENH: make commands lower case by default
|
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: Fixed line-too-long.
|
18 years ago |
cmDependsFortran.h
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmDependsFortranLexer.cxx
|
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 years ago |
cmDependsFortranLexer.h
|
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 years ago |
cmDependsFortranLexer.in.l
|
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 years ago |
cmDependsFortranParser.cxx
|
COMP: Disable some warnings in generated code. Disable compilation of unused goto block.
|
18 years ago |
cmDependsFortranParser.h
|
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 years ago |
cmDependsFortranParser.y
|
COMP: Disable some warnings in generated code. Disable compilation of unused goto block.
|
18 years ago |
cmDependsFortranParserTokens.h
|
BUG: Fix for bug#5809. Applied patch supplied in the bug report. Updated pre-generated lexer and parser sources. This updates the makedepf90 version to 2.8.8. The parser actions have been updated to ignore "use" in comments properly.
|
18 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 |
cmDocumentVariables.cxx
|
STYLE: fix some long lines
|
18 years ago |
cmDocumentVariables.h
|
ENH: add docs for variables
|
18 years ago |
cmDocumentation.cxx
|
ENH: some more cleanup, fixes, and patch for HTML output
|
18 years ago |
cmDocumentation.h
|
ENH: some more cleanup, fixes, and patch for HTML output
|
18 years ago |
cmDocumentationFormatter.cxx
|
STYLE: move the code for the different formats of the generated help into
|
18 years ago |
cmDocumentationFormatter.h
|
ENH: some more cleanup, fixes, and patch for HTML output
|
18 years ago |
cmDocumentationFormatterHTML.cxx
|
ENH: some more cleanup, fixes, and patch for HTML output
|
18 years ago |
cmDocumentationFormatterHTML.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterMan.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterMan.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterText.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterText.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterUsage.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationFormatterUsage.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmDocumentationSection.cxx
|
COMP: fix some warnings and add some doc strings back in
|
18 years ago |
cmDocumentationSection.h
|
ENH: some more cleanup, fixes, and patch for HTML output
|
18 years ago |
cmDumpDocumentation.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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
|
ENH: make commands lower case by default
|
18 years ago |
cmElseIfCommand.cxx
|
ENH: added elseif
|
19 years ago |
cmElseIfCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEnableLanguageCommand.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmEnableLanguageCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEnableTestingCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmEnableTestingCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEndForEachCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmEndForEachCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEndIfCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmEndIfCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEndMacroCommand.cxx
|
ENH: added endmacro command
|
19 years ago |
cmEndMacroCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmEndWhileCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmEndWhileCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmExecProgramCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmExecProgramCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmExecuteProcessCommand.cxx
|
BUG: Work around bug when calling insert on an empty vector of char on midworld. Should eliminate the sporadic failure of EXECUTE_PROCESS during the SimpleInstall-Stage2 test. (david.cole from Brad's checkout on midworld)
|
18 years ago |
cmExecuteProcessCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmExportCommand.cxx
|
BUG: fix #5806, wrong quotes used in the exported file
|
18 years ago |
cmExportCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmExportLibraryDependencies.cxx
|
STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and
|
18 years ago |
cmExportLibraryDependencies.h
|
ENH: make commands lower case by default
|
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
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmExtraCodeBlocksGenerator.h
|
ENH: don't hardcode gcc
|
18 years ago |
cmExtraEclipseCDT4Generator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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
|
ENH: make commands lower case by default
|
18 years ago |
cmFileCommand.cxx
|
ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349.
|
18 years ago |
cmFileCommand.h
|
ENH: make commands lower case by default
|
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
|
ENH: make commands lower case by default
|
18 years ago |
cmFindFileCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmFindLibraryCommand.cxx
|
ENH: make commands lower case by default
|
18 years ago |
cmFindLibraryCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmFindPackageCommand.cxx
|
STYLE: improved error message for the case that neither FindFoo.cmake nor
|
18 years ago |
cmFindPackageCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmFindPathCommand.cxx
|
ENH: make commands lower case by default
|
18 years ago |
cmFindPathCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmFindProgramCommand.cxx
|
ENH: make commands lower case by default
|
18 years ago |
cmFindProgramCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmForEachCommand.cxx
|
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
cmForEachCommand.h
|
ENH: minor doc cleanups and an example of documenting a variable
|
18 years ago |
cmFunctionBlocker.h
|
ERR: Fixed unused parameter warning.
|
23 years ago |
cmGeneratedFileStream.cxx
|
COMP: remove warnings
|
18 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 lower case by default
|
18 years ago |
cmGetDirectoryPropertyCommand.cxx
|
BUG: fix screwup in GetDirectoryProp...
|
18 years ago |
cmGetDirectoryPropertyCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmGetFilenameComponentCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmGetFilenameComponentCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmGetPropertyCommand.cxx
|
COMP: fix warnings
|
18 years ago |
cmGetPropertyCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmGetSourceFilePropertyCommand.cxx
|
ENH: added some documentation to explain a section of code a bit better
|
18 years ago |
cmGetSourceFilePropertyCommand.h
|
ENH: make commands lower case by default
|
18 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: make commands lower case by default
|
18 years ago |
cmGetTestPropertyCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmGetTestPropertyCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmGlobalBorlandMakefileGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalBorlandMakefileGenerator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalGenerator.h
|
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
18 years ago |
cmGlobalKdevelopGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalKdevelopGenerator.h
|
ENH: add all subdirs of the project to the kdevelop blacklist, so kdevelop
|
18 years ago |
cmGlobalMSYSMakefileGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalMSYSMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalMinGWMakefileGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalMinGWMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalNMakeMakefileGenerator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalNMakeMakefileGenerator.h
|
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
|
18 years ago |
cmGlobalUnixMakefileGenerator3.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalVisualStudio7Generator.h
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmGlobalVisualStudio8Generator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmGlobalVisualStudio9Generator.h
|
ENH: add support for vs 2008 beta 2
|
18 years ago |
cmGlobalVisualStudio71Generator.cxx
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
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: make commands lower case by default
|
18 years ago |
cmIncludeCommand.cxx
|
ENH: merge CMake-CrossCompileBasic to HEAD
|
18 years ago |
cmIncludeCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmIncludeDirectoryCommand.cxx
|
STYLE: Fix line-too-long.
|
19 years ago |
cmIncludeDirectoryCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmIncludeExternalMSProjectCommand.cxx
|
STYLE: fix line lengths
|
18 years ago |
cmIncludeExternalMSProjectCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmIncludeRegularExpressionCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmIncludeRegularExpressionCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmInstallCommand.cxx
|
STYLE: Fixed line-too-long.
|
18 years ago |
cmInstallCommand.h
|
ENH: make commands lower case by default
|
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
|
ENH: make commands lower case by default
|
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: make commands lower case by default
|
18 years ago |
cmInstallScriptGenerator.cxx
|
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
|
18 years ago |
cmInstallScriptGenerator.h
|
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
|
18 years ago |
cmInstallTargetGenerator.cxx
|
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
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: make commands lower case by default
|
18 years ago |
cmLinkDirectoriesCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmLinkDirectoriesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmLinkLibrariesCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmLinkLibrariesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmListCommand.cxx
|
ENH: change LIST(CONTAINS ...) TO LIST(FIND ...), which returns the index
|
18 years ago |
cmListCommand.h
|
ENH: make commands lower case by default
|
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
|
ENH: make commands lower case by default
|
18 years ago |
cmLoadCommandCommand.cxx
|
COMP: Added missing includes. This partially addresses bug#3556.
|
19 years ago |
cmLoadCommandCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmLocalGenerator.cxx
|
ENH: fix spelling error
|
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
|
BUG: Dependency scanners should have local generators set always.
|
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: make commands lower case by default
|
18 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: make commands lower case by default
|
18 years ago |
cmMakefile.cxx
|
COMP: fix for when STRICT is defined, and fix for props that have no docs
|
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: do not remove executables and dll's before linking them so that incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff
|
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: do not remove executables and dll's before linking them so that incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff
|
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: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
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
|
ENH: make commands lower case by default
|
18 years ago |
cmMathCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmMathCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmMessageCommand.cxx
|
ENH: produce a lot more output when running with --debug-output
|
18 years ago |
cmMessageCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmObject.h
|
STYLE: fix line length
|
19 years ago |
cmOptionCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmOptionCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmOrderLinkDirectories.cxx
|
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
18 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
|
ENH: make commands lower case by default
|
18 years ago |
cmProjectCommand.cxx
|
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
|
18 years ago |
cmProjectCommand.h
|
ENH: make commands lower case by default
|
18 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
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmPropertyDefinition.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmPropertyDefinitionMap.cxx
|
COMP: fix for when STRICT is defined, and fix for props that have no docs
|
18 years ago |
cmPropertyDefinitionMap.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmPropertyMap.cxx
|
ENH: added CMAKE_STRICT option for var and property checking
|
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: make commands lower case by default
|
18 years ago |
cmQTWrapUICommand.cxx
|
ENH: Merging changes from branch CMake-SourceFile2-b between tags
|
18 years ago |
cmQTWrapUICommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmRemoveCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmRemoveCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmRemoveDefinitionsCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmRemoveDefinitionsCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSeparateArgumentsCommand.cxx
|
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
|
19 years ago |
cmSeparateArgumentsCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetCommand.cxx
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 years ago |
cmSetCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetDirectoryPropertiesCommand.cxx
|
ENH: some property cleanup and added GetProperty
|
18 years ago |
cmSetDirectoryPropertiesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetPropertiesCommand.cxx
|
COMP: fix warnings
|
18 years ago |
cmSetPropertiesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetSourceFilesPropertiesCommand.cxx
|
ENH: improve SetProperties and fix a couple warnings
|
19 years ago |
cmSetSourceFilesPropertiesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetTargetPropertiesCommand.cxx
|
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
|
18 years ago |
cmSetTargetPropertiesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSetTestsPropertiesCommand.cxx
|
BUG: fix bad comparison
|
19 years ago |
cmSetTestsPropertiesCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmSiteNameCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmSiteNameCommand.h
|
ENH: make commands lower case by default
|
18 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
|
ENH: make commands lower case by default
|
18 years ago |
cmStandardIncludes.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 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
|
ENH: make commands lower case by default
|
18 years ago |
cmSubdirCommand.cxx
|
ENH: some code cleanup
|
19 years ago |
cmSubdirCommand.h
|
ENH: make commands lower case by default
|
18 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: make commands lower case by default
|
18 years ago |
cmSystemTools.cxx
|
STYLE: Fixed line-too-long.
|
18 years ago |
cmSystemTools.h
|
ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349.
|
18 years ago |
cmTarget.cxx
|
BUG: Fix the dashboards! Put it back the way it was so it always creates the target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later...
|
18 years ago |
cmTarget.h
|
ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use.
|
18 years ago |
cmTargetLinkLibrariesCommand.cxx
|
ENH: updated handling of debug and optimized target link libraries
|
19 years ago |
cmTargetLinkLibrariesCommand.h
|
ENH: make commands lower case by default
|
18 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
|
ENH: make commands lower case by default
|
18 years ago |
cmTryRunCommand.cxx
|
STYLE: copy the executables from TRY_RUN() to
|
18 years ago |
cmTryRunCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmUseMangledMesaCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmUseMangledMesaCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmUtilitySourceCommand.cxx
|
ENH: print a warning if UTILITY_SOURCE is used in cross compiling mode
|
18 years ago |
cmUtilitySourceCommand.h
|
ENH: make commands lower case by default
|
18 years ago |
cmVariableRequiresCommand.cxx
|
STYLE: some m_ to this-> cleanup
|
20 years ago |
cmVariableRequiresCommand.h
|
ENH: make commands lower case by default
|
18 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: make commands lower case by default
|
18 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: minor doc cleanups and an example of documenting a variable
|
18 years ago |
cmWin32ProcessExecution.cxx
|
ENH: remove junk from output
|
18 years ago |
cmWin32ProcessExecution.h
|
STYLE: fix line length
|
19 years ago |
cmWriteFileCommand.cxx
|
STYLE: fix line length
|
19 years ago |
cmWriteFileCommand.h
|
ENH: make commands lower case by default
|
18 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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmake.h
|
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |
cmakemain.cxx
|
ENH: some more cleanup, fixes, and patch for HTML output
|
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: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
|
18 years ago |