..
CPack
BUG: fix packaging of files installed to absolute paths, works only when
2008-03-28 20:23:01 -04:00
CTest
BUG: Missing a linker crashed error matching string.
2008-03-19 11:18:40 -04:00
CursesDialog
ENH: fix it for working with an empty cache
2008-03-07 16:32:09 -05:00
FLTKDialog
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
2007-12-13 17:56:50 -05:00
MFCDialog
ENH: fix dumb MS warning about BOOL and performance with more code
2008-03-11 23:01:41 -04:00
QtDialog
ENH: Better default size for help dialog.
2008-03-28 12:53:31 -04:00
WXDialog
ENH: Put black outline around all resolutions of the new ico files. Looks better on a dark background than the lighter outline...
2007-11-08 15:54:26 -05:00
kwsys
STYLE: Nightly Date Stamp
2008-03-30 23:57:54 -04:00
.cvsignore
…
CMakeLists.txt
COMP: Add missing module for CHECK_INCLUDE_FILE macro.
2008-03-28 13:22:43 -04:00
cmAddCustomCommandCommand.cxx
ENH: Make add_custom_command interpret relative OUTPUT locations with respect to the build tre instead of the source tree. This can greatly simplify user code since generating a file will not need to reference CMAKE_CURRENT_BINARY_DIR. The new behavior is what users expect 99% of the time.
2008-01-30 11:22:10 -05:00
cmAddCustomCommandCommand.h
ENH: Make add_custom_command interpret relative OUTPUT locations with respect to the build tre instead of the source tree. This can greatly simplify user code since generating a file will not need to reference CMAKE_CURRENT_BINARY_DIR. The new behavior is what users expect 99% of the time.
2008-01-30 11:22:10 -05:00
cmAddCustomTargetCommand.cxx
COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
2008-03-07 17:05:06 -05:00
cmAddCustomTargetCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddDefinitionsCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddDefinitionsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddDependenciesCommand.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmAddDependenciesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddExecutableCommand.cxx
COMP: Fix shadowed local variable warning.
2008-02-11 17:33:46 -05:00
cmAddExecutableCommand.h
ENH: Enforce global target name uniqueness.
2008-02-11 13:35:39 -05:00
cmAddLibraryCommand.cxx
COMP: Fix shadowed local variable warning.
2008-02-11 17:33:46 -05:00
cmAddLibraryCommand.h
ENH: Enforce global target name uniqueness.
2008-02-11 13:35:39 -05:00
cmAddSubDirectoryCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddSubDirectoryCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddTestCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAddTestCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAuxSourceDirectoryCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmAuxSourceDirectoryCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBootstrapCommands.cxx
ENH: add first cut and policies still need to add the doc support
2008-03-01 15:20:35 -05:00
cmBreakCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBreakCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBuildCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBuildCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBuildNameCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmBuildNameCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmCMakeMinimumRequired.cxx
ENH: Cleanup policy version interface presented to user.
2008-03-24 10:56:26 -04:00
cmCMakeMinimumRequired.h
ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_minimum_required.
2008-03-13 17:32:13 -04:00
cmCMakePolicyCommand.cxx
ENH: Cleanup policy version interface presented to user.
2008-03-24 10:56:26 -04:00
cmCMakePolicyCommand.h
ENH: Improve documentation of cmake_policy command.
2008-03-17 20:30:47 -04:00
cmCPluginAPI.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmCPluginAPI.h
ENH: make properties a bit more formal with documentation and chaining
2006-12-07 09:45:32 -05:00
cmCTest.cxx
BUG: cmCTest::GetConfigType should return the string by reference-to-const so that callers may use .c_str() safely.
2008-02-03 08:57:41 -05:00
cmCTest.h
BUG: cmCTest::GetConfigType should return the string by reference-to-const so that callers may use .c_str() safely.
2008-02-03 08:57:41 -05:00
cmCacheManager.cxx
BUG: Fix uninitialzed members of cmCacheManager.
2008-01-29 17:30:48 -05:00
cmCacheManager.h
ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
2008-03-07 11:43:47 -05:00
cmCallVisualStudioMacro.cxx
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmCallVisualStudioMacro.h
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
2007-11-16 07:01:58 -05:00
cmCommand.h
ENH: add first cut and policies still need to add the doc support
2008-03-01 15:20:35 -05:00
cmCommandArgumentLexer.cxx
COMP: fix warnings on hp
2007-09-24 11:16:13 -04:00
cmCommandArgumentLexer.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmCommandArgumentLexer.in.l
ENH: fix for aix
2007-06-05 09:19:27 -04:00
cmCommandArgumentParser.cxx
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmCommandArgumentParser.y
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722 .
2006-10-04 14:37:42 -04:00
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.
2007-06-06 16:20:02 -04:00
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.
2007-06-06 16:20:02 -04:00
cmCommandArgumentParserTokens.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmCommandArgumentsHelper.cxx
ENH: add support for a default value, fix case when there is no item except
2007-08-23 16:13:15 -04:00
cmCommandArgumentsHelper.h
ENH: add support for a default value, fix case when there is no item except
2007-08-23 16:13:15 -04:00
cmCommands.cxx
ENH: support for cpack and install of cmake-gui as mac app bundle
2008-02-16 13:05:03 -05:00
cmCommands.h
…
cmComputeComponentGraph.cxx
ENH: Improve link line generation for static library cycles.
2008-02-07 16:14:05 -05:00
cmComputeComponentGraph.h
ENH: Improve link line generation for static library cycles.
2008-02-07 16:14:05 -05:00
cmComputeLinkDepends.cxx
BUG: Fix bug 6605 more completely
2008-03-31 12:47:31 -04:00
cmComputeLinkDepends.h
BUG: Fix bug 6605 more completely
2008-03-31 12:47:31 -04:00
cmComputeLinkInformation.cxx
BUG: Fix bug 6605 more completely
2008-03-31 12:47:31 -04:00
cmComputeLinkInformation.h
ENH: Yet another attempt at warning for CMP0003.
2008-03-20 21:11:26 -04:00
cmComputeTargetDepends.cxx
ENH: Improve link line generation for static library cycles.
2008-02-07 16:14:05 -05:00
cmComputeTargetDepends.h
ENH: Improve link line generation for static library cycles.
2008-02-07 16:14:05 -05:00
cmConfigure.cmake.h.in
ENH: Add ELF file parsing
2008-02-27 16:26:35 -05:00
cmConfigureFileCommand.cxx
ENH: Improve handling of old-style compatibility.
2008-03-07 15:30:35 -05:00
cmConfigureFileCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmCoreTryCompile.cxx
ENH: make sure numAttempts is incremented
2008-03-26 13:50:23 -04:00
cmCoreTryCompile.h
ENH: add two simple tests for TRY_RUN()
2007-05-24 11:27:51 -04:00
cmCreateTestSourceList.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmCreateTestSourceList.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
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.
2007-09-17 10:50:46 -04:00
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.
2007-09-17 10:50:46 -04:00
cmData.h
…
cmDefinePropertyCommand.cxx
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
2008-02-14 13:36:23 -05:00
cmDefinePropertyCommand.h
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
2008-02-14 13:36:23 -05:00
cmDepends.cxx
ENH: Implement Fortran module dependencies across targets and directories.
2007-12-28 11:49:59 -05:00
cmDepends.h
ENH: Implement Fortran module dependencies across targets and directories.
2007-12-28 11:49:59 -05:00
cmDependsC.cxx
BUG: fix for bug 6136 make sure includes are not directories
2007-12-14 20:31:27 -05:00
cmDependsC.h
BUG: Patch from Alex to recompute dependencies when the include regex changes. This addresses bug#4168.
2007-02-05 09:48:38 -05:00
cmDependsFortran.cxx
COMP: Fix build on Borland 5.5.
2008-01-18 18:40:05 -05:00
cmDependsFortran.h
ENH: Patch from Maik to add preprocessor directive handling to Fortran dependency scanning. Also added -fpp flag to Intel Fortran compiler on Windows by default.
2008-01-09 10:30:11 -05:00
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.
2007-10-03 15:41:39 -04:00
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.
2007-10-03 15:41:39 -04:00
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.
2007-10-03 15:41:39 -04:00
cmDependsFortranParser.cxx
BUG: Fix parsing of fortran include directives during dependency scanning. Previously only #include worked but not just include.
2008-01-07 23:08:42 -05:00
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.
2007-10-03 15:41:39 -04:00
cmDependsFortranParser.y
BUG: Fix parsing of fortran include directives during dependency scanning. Previously only #include worked but not just include.
2008-01-07 23:08:42 -05:00
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.
2007-10-03 15:41:39 -04:00
cmDependsJava.cxx
…
cmDependsJava.h
…
cmDependsJavaLexer.cxx
COMP: fix warnings on hp
2007-09-24 11:16:13 -04:00
cmDependsJavaLexer.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
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.
2006-08-08 14:00:28 -04:00
cmDependsJavaParser.cxx
COMP: shut up warnings
2007-03-05 10:36:06 -05:00
cmDependsJavaParser.y
COMP: Fix and/or disable warnings for Borland 5.6 build.
2006-08-01 11:38:42 -04:00
cmDependsJavaParserHelper.cxx
STYLE: fix line length
2006-05-10 15:01:22 -04:00
cmDependsJavaParserHelper.h
STYLE: fix line length
2006-05-10 15:01:22 -04:00
cmDependsJavaParserTokens.h
…
cmDocumentVariables.cxx
ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
2008-03-13 16:23:18 -04:00
cmDocumentVariables.h
ENH: add docs for variables
2007-10-18 09:10:42 -04:00
cmDocumentation.cxx
ENH: add master index into html full help
2008-03-05 11:05:22 -05:00
cmDocumentation.h
ENH: add --help-policies and --help-policy command line options
2008-03-04 09:16:33 -05:00
cmDocumentationFormatter.cxx
STYLE: move the code for the different formats of the generated help into
2007-09-19 09:05:28 -04:00
cmDocumentationFormatter.h
ENH: add master index into html full help
2008-03-05 11:05:22 -05:00
cmDocumentationFormatterDocbook.cxx
ENH: add support for creating the documentation in docbook format
2008-02-19 14:33:43 -05:00
cmDocumentationFormatterDocbook.h
ENH: add support for creating the documentation in docbook format
2008-02-19 14:33:43 -05:00
cmDocumentationFormatterHTML.cxx
STYLE: fix line length
2008-03-06 11:34:23 -05:00
cmDocumentationFormatterHTML.h
ENH: add master index into html full help
2008-03-05 11:05:22 -05:00
cmDocumentationFormatterMan.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmDocumentationFormatterMan.h
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmDocumentationFormatterText.cxx
ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format the message nicely.
2008-03-07 16:01:22 -05:00
cmDocumentationFormatterText.h
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmDocumentationFormatterUsage.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmDocumentationFormatterUsage.h
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmDocumentationSection.cxx
COMP: fix some warnings and add some doc strings back in
2007-10-22 15:33:19 -04:00
cmDocumentationSection.h
ENH: some more cleanup, fixes, and patch for HTML output
2007-10-24 11:36:47 -04:00
cmDumpDocumentation.cxx
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
2007-12-13 17:56:50 -05:00
cmDynamicLoader.cxx
…
cmDynamicLoader.h
…
cmELF.cxx
COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not be defined.
2008-03-03 08:48:37 -05:00
cmELF.h
BUG: A few more corrections for cmELF
2008-03-02 16:19:40 -05:00
cmElseCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmElseCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmElseIfCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmElseIfCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEnableLanguageCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEnableLanguageCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEnableTestingCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEnableTestingCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndForEachCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndForEachCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndFunctionCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndFunctionCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndIfCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndIfCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndMacroCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndMacroCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndWhileCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmEndWhileCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmExecProgramCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmExecProgramCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmExecuteProcessCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmExecuteProcessCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmExecutionStatus.h
ENH: New format for warning and error messages
2008-03-07 08:40:36 -05:00
cmExportBuildFileGenerator.cxx
ENH: Improve exporting/importing of targets
2008-02-06 14:20:36 -05:00
cmExportBuildFileGenerator.h
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
cmExportCommand.cxx
ENH: Improve exporting/importing of targets
2008-02-06 14:20:36 -05:00
cmExportCommand.h
ENH: Implemented link-interface specification feature.
2008-01-30 17:25:52 -05:00
cmExportFileGenerator.cxx
ENH: Add cmake_policy push/version/pop to import/export files.
2008-03-13 17:04:32 -04:00
cmExportFileGenerator.h
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
cmExportInstallFileGenerator.cxx
ENH: Improve exporting/importing of targets
2008-02-06 14:20:36 -05:00
cmExportInstallFileGenerator.h
ENH: Pass dependent library search path to linker on some platforms.
2008-02-01 08:56:00 -05:00
cmExportLibraryDependencies.cxx
ENH: Deprecate export_library_dependencies
2008-02-20 13:36:38 -05:00
cmExportLibraryDependencies.h
ENH: Deprecate export_library_dependencies
2008-02-20 13:36:38 -05:00
cmExprLexer.cxx
COMP: fix warnings on hp
2007-09-24 11:16:13 -04:00
cmExprLexer.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
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.
2006-08-08 14:00:28 -04:00
cmExprParser.cxx
COMP: shut up warnings
2007-03-05 10:36:06 -05:00
cmExprParser.y
COMP: Fix and/or disable warnings for Borland 5.6 build.
2006-08-01 11:38:42 -04:00
cmExprParserHelper.cxx
STYLE: fix line length
2006-05-11 10:45:33 -04:00
cmExprParserHelper.h
…
cmExprParserTokens.h
…
cmExternalMakefileProjectGenerator.cxx
STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "Unix Makefiles -
2007-07-03 16:10:50 -04:00
cmExternalMakefileProjectGenerator.h
COMP: include cmStandardIncludes.h instead of <vector> and <string>, this
2007-06-13 12:52:29 -04:00
cmExtraCodeBlocksGenerator.cxx
STYLE: move the code for generating the XML for one target in a separate
2007-11-25 07:45:18 -05:00
cmExtraCodeBlocksGenerator.h
STYLE: move the code for generating the XML for one target in a separate
2007-11-25 07:45:18 -05:00
cmExtraEclipseCDT4Generator.cxx
STYLE: patch part 3 from Miguel: follow naming style for variables
2008-02-19 16:34:49 -05:00
cmExtraEclipseCDT4Generator.h
ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is
2008-02-19 16:27:03 -05:00
cmFLTKWrapUICommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFLTKWrapUICommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFileCommand.cxx
BUG: the directory the FILE DOWNLOAD command is writing to might not exist.
2008-03-13 09:28:26 -04:00
cmFileCommand.h
ENH: Use builtin chrpath instead of relinking ELF targets
2008-03-01 12:51:07 -05:00
cmFileTimeComparison.cxx
ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
2008-01-03 00:01:38 -05:00
cmFileTimeComparison.h
ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
2008-01-03 00:01:38 -05:00
cmFindBase.cxx
ENH: Improve handling of old-style compatibility.
2008-03-07 15:30:35 -05:00
cmFindBase.h
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659 .
2008-01-17 09:02:31 -05:00
cmFindCommon.cxx
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659 .
2008-01-17 09:02:31 -05:00
cmFindCommon.h
ENH: Major improvements to the FIND_PACKAGE command. See bug #3659 .
2008-01-17 09:02:31 -05:00
cmFindFileCommand.cxx
ENH: make commands lower case by default
2007-10-10 11:47:43 -04:00
cmFindFileCommand.h
ENH: make commands lower case by default
2007-10-10 11:47:43 -04:00
cmFindLibraryCommand.cxx
BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set.
2008-02-11 17:00:45 -05:00
cmFindLibraryCommand.h
BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
2008-01-31 07:50:40 -05:00
cmFindPackageCommand.cxx
ENH: Added not to find_package documentation about unspecified choice among multiple versions.
2008-01-29 09:57:39 -05:00
cmFindPackageCommand.h
ENH: Added version support to Config mode of find_package command.
2008-01-28 20:38:48 -05:00
cmFindPathCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFindPathCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFindProgramCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFindProgramCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmForEachCommand.cxx
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
2008-02-29 12:18:11 -05:00
cmForEachCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFunctionBlocker.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmFunctionCommand.cxx
ENH: New format for warning and error messages
2008-03-07 08:40:36 -05:00
cmFunctionCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGeneratedFileStream.cxx
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
2007-11-16 07:01:58 -05:00
cmGeneratedFileStream.h
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
2007-11-16 07:01:58 -05:00
cmGetCMakePropertyCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetCMakePropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetDirectoryPropertyCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetDirectoryPropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetFilenameComponentCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetFilenameComponentCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetPropertyCommand.cxx
BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack. This fixes the LOCATION property when retrieved via the get_property command.
2008-01-30 11:21:54 -05:00
cmGetPropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetSourceFilePropertyCommand.cxx
BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack. This fixes the LOCATION property when retrieved via the get_property command.
2008-01-30 11:21:54 -05:00
cmGetSourceFilePropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetTargetPropertyCommand.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmGetTargetPropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetTestPropertyCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGetTestPropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmGlobalBorlandMakefileGenerator.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmGlobalBorlandMakefileGenerator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalGenerator.cxx
BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set.
2008-03-04 18:41:52 -05:00
cmGlobalGenerator.h
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348.
2008-02-14 16:42:29 -05:00
cmGlobalKdevelopGenerator.cxx
COMP: fix warning about unused mf
2008-03-27 17:40:43 -04:00
cmGlobalKdevelopGenerator.h
COMP: fix warning about unused mf
2008-03-27 17:40:43 -04:00
cmGlobalMSYSMakefileGenerator.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmGlobalMSYSMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalMinGWMakefileGenerator.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmGlobalMinGWMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalNMakeMakefileGenerator.cxx
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
2008-01-13 16:36:20 -05:00
cmGlobalNMakeMakefileGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
cmGlobalUnixMakefileGenerator3.cxx
ENH: add PHONY targets
2008-03-24 10:26:38 -04:00
cmGlobalUnixMakefileGenerator3.h
ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348.
2008-02-14 16:42:29 -05:00
cmGlobalVisualStudio6Generator.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmGlobalVisualStudio6Generator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio7Generator.cxx
ENH: make sure ALL_BUILD only shows up once
2008-02-04 16:05:00 -05:00
cmGlobalVisualStudio7Generator.h
STYLE: line length
2008-01-31 16:38:45 -05:00
cmGlobalVisualStudio8Generator.cxx
BUG: Fixes to VS8/VS9 project regeneration rules
2008-03-11 17:25:49 -04:00
cmGlobalVisualStudio8Generator.h
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudio8Win64Generator.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmGlobalVisualStudio8Win64Generator.h
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
2007-06-28 09:09:26 -04:00
cmGlobalVisualStudio9Generator.cxx
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudio9Generator.h
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudio9Win64Generator.cxx
ENH: add support for vs 9 win64
2007-12-17 14:43:11 -05:00
cmGlobalVisualStudio9Win64Generator.h
ENH: add support for vs 9 win64
2007-12-17 14:43:11 -05:00
cmGlobalVisualStudio71Generator.cxx
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudio71Generator.h
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudioGenerator.cxx
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalVisualStudioGenerator.h
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
2008-02-15 11:49:58 -05:00
cmGlobalWatcomWMakeGenerator.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmGlobalWatcomWMakeGenerator.h
STYLE: use correct case for cmGlobalUnixMakefileGenerator3
2007-08-09 15:57:30 -04:00
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.
2007-08-14 11:45:15 -04:00
cmGlobalXCode21Generator.h
STYLE: fix line length
2006-05-11 11:47:03 -04:00
cmGlobalXCodeGenerator.cxx
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmGlobalXCodeGenerator.h
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
2008-01-14 09:20:58 -05:00
cmGraphAdjacencyList.h
ENH: Improve link line generation for static library cycles.
2008-02-07 16:14:05 -05:00
cmHexFileConverter.cxx
STYLE: fix line lengths
2007-07-20 08:36:16 -04:00
cmHexFileConverter.h
ENH: make the compiler id detection work, even if the output file name of
2007-05-25 15:22:22 -04:00
cmIfCommand.cxx
ENH: Add "if(POLICY policy-id)" option for IF command.
2008-03-20 18:25:59 -04:00
cmIfCommand.h
ENH: Add "if(POLICY policy-id)" option for IF command.
2008-03-20 18:25:59 -04:00
cmIncludeCommand.cxx
ENH: Improve formatting of include command error message.
2008-03-08 09:27:44 -05:00
cmIncludeCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmIncludeDirectoryCommand.cxx
BUG: Fix include_directories command to produce an immediately whether or not 2.4 compatibility is enabled. CMake 2.4 already produced an error, just not immediately.
2008-03-08 09:50:56 -05:00
cmIncludeDirectoryCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmIncludeExternalMSProjectCommand.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmIncludeExternalMSProjectCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmIncludeRegularExpressionCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmIncludeRegularExpressionCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmInstallCommand.cxx
STYLE: add some comments
2008-02-07 16:22:00 -05:00
cmInstallCommand.h
ENH: Allow separate installation of shared libs and their links.
2008-02-04 17:03:48 -05:00
cmInstallCommandArguments.cxx
BUG: fix the default "Unspecified" component when only the generic (i.e. not
2008-03-26 18:30:34 -04:00
cmInstallCommandArguments.h
ENH: Allow separate installation of shared libs and their links.
2008-02-04 17:03:48 -05:00
cmInstallDirectoryGenerator.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
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.
2007-07-02 14:56:57 -04:00
cmInstallExportGenerator.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmInstallExportGenerator.h
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmInstallFilesCommand.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmInstallFilesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmInstallFilesGenerator.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
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.
2007-07-02 14:56:57 -04:00
cmInstallGenerator.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmInstallGenerator.h
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmInstallProgramsCommand.cxx
ENH: support for cpack and install of cmake-gui as mac app bundle
2008-02-16 13:05:03 -05:00
cmInstallProgramsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmInstallScriptGenerator.cxx
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
2007-10-15 07:08:15 -04:00
cmInstallScriptGenerator.h
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
2007-10-15 07:08:15 -04:00
cmInstallTargetGenerator.cxx
ENH: During installation do not use builtin chrpath if the rpath will not change.
2008-03-02 16:48:50 -05:00
cmInstallTargetGenerator.h
ENH: Improve exporting/importing of targets
2008-02-06 14:20:36 -05:00
cmInstallTargetsCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmInstallTargetsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLinkDirectoriesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLinkDirectoriesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLinkLibrariesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLinkLibrariesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmListCommand.cxx
STYLE: yeah yeah.
2008-03-14 16:39:20 -04:00
cmListCommand.h
ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove duplicates from a list (keep the ordering)
2008-03-12 17:02:10 -04:00
cmListFileCache.cxx
ENH: tiny performance improvement
2008-03-20 10:46:24 -04:00
cmListFileCache.h
ENH: Improve new error/warning message generation
2008-03-13 13:48:57 -04:00
cmListFileLexer.c
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
2006-08-09 09:45:04 -04:00
cmListFileLexer.h
…
cmListFileLexer.in.l
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
2006-08-09 09:45:04 -04:00
cmLoadCacheCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLoadCacheCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLoadCommandCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLoadCommandCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmLocalGenerator.cxx
ENH: fix for the correct path to cmake
2008-03-28 15:54:20 -04:00
cmLocalGenerator.h
ENH: Allow multiple OS X applications bundles to be created in a single build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
2008-02-14 15:31:08 -05:00
cmLocalUnixMakefileGenerator3.cxx
ENH: fix for watcom can't use phony
2008-03-25 10:11:48 -04:00
cmLocalUnixMakefileGenerator3.h
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
2008-01-13 16:36:20 -05:00
cmLocalVisualStudio6Generator.cxx
BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find.
2008-01-29 17:30:34 -05:00
cmLocalVisualStudio6Generator.h
BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find.
2008-01-29 17:30:34 -05:00
cmLocalVisualStudio7Generator.cxx
ENH: Improve speed of manifest tool on VS8 and VS9.
2008-03-31 10:59:02 -04:00
cmLocalVisualStudio7Generator.h
ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
2008-01-30 12:04:38 -05:00
cmLocalVisualStudioGenerator.cxx
ENH: remove patch as directory change was already fixed
2008-01-15 14:00:52 -05:00
cmLocalVisualStudioGenerator.h
BUG: fix #5326 : source files with the same name in different groups lead to colliding object file names
2007-08-27 17:05:43 -04:00
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.
2007-08-14 11:45:15 -04:00
cmLocalXCodeGenerator.h
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
2007-08-01 15:25:40 -04:00
cmMacroCommand.cxx
ENH: New format for warning and error messages
2008-03-07 08:40:36 -05:00
cmMacroCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMakeDepend.cxx
BUG: fix for bug 6136 make sure includes are not directories
2007-12-14 20:31:27 -05:00
cmMakeDepend.h
STYLE: fix line length
2006-05-12 12:29:09 -04:00
cmMakeDirectoryCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMakeDirectoryCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMakefile.cxx
BUG: Fix impl of CMP0005 regex to match value-less definitions.
2008-03-13 17:38:51 -04:00
cmMakefile.h
ENH: Improve new error/warning message generation
2008-03-13 13:48:57 -04:00
cmMakefileExecutableTargetGenerator.cxx
ENH: Handle large object file lists on some platforms
2008-02-27 17:10:45 -05:00
cmMakefileExecutableTargetGenerator.h
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmMakefileLibraryTargetGenerator.cxx
ENH: Handle large object file lists on some platforms
2008-02-27 17:10:45 -05:00
cmMakefileLibraryTargetGenerator.h
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmMakefileTargetGenerator.cxx
ENH: Handle large object file lists on some platforms
2008-02-27 17:10:45 -05:00
cmMakefileTargetGenerator.h
ENH: Handle large object file lists on some platforms
2008-02-27 17:10:45 -05:00
cmMakefileUtilityTargetGenerator.cxx
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmMakefileUtilityTargetGenerator.h
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmMarkAsAdvancedCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMarkAsAdvancedCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMathCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMathCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMessageCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmMessageCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmObject.h
STYLE: fix line length
2006-05-12 13:39:34 -04:00
cmOptionCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmOptionCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmOrderDirectories.cxx
COMP: Fix unreachable code warning in cmOrderDirectories.
2008-02-22 09:44:11 -05:00
cmOrderDirectories.h
ENH: Better linker search path computation.
2008-02-21 11:41:11 -05:00
cmOutputRequiredFilesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmOutputRequiredFilesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmPolicies.cxx
ENH: Cleanup policy version interface presented to user.
2008-03-24 10:56:26 -04:00
cmPolicies.h
ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.
2008-03-13 17:11:57 -04:00
cmProjectCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmProjectCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmProperty.cxx
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmProperty.h
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmPropertyDefinition.cxx
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmPropertyDefinition.h
ENH: add ability to get documentaiton of a property from a script
2007-10-24 14:43:10 -04:00
cmPropertyDefinitionMap.cxx
COMP: fix for when STRICT is defined, and fix for props that have no docs
2007-10-23 10:40:49 -04:00
cmPropertyDefinitionMap.h
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
2007-10-22 12:49:09 -04:00
cmPropertyMap.cxx
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmPropertyMap.h
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmQTWrapCPPCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmQTWrapCPPCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmQTWrapUICommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmQTWrapUICommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmRemoveCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmRemoveCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmRemoveDefinitionsCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmRemoveDefinitionsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmReturnCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmReturnCommand.h
STYLE: fix typo
2008-01-23 18:34:19 -05:00
cmSeparateArgumentsCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSeparateArgumentsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetCommand.cxx
ENH: Simplify error message for invalid set(... CACHE) calls to make it look nicer with new message format.
2008-03-13 13:52:49 -04:00
cmSetCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetDirectoryPropertiesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetDirectoryPropertiesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetPropertyCommand.cxx
ENH: Cleanup building of OS X bundle content
2008-02-15 11:22:23 -05:00
cmSetPropertyCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetSourceFilesPropertiesCommand.cxx
ENH: Cleanup building of OS X bundle content
2008-02-15 11:22:23 -05:00
cmSetSourceFilesPropertiesCommand.h
ENH: fix docs
2008-02-29 21:33:04 -05:00
cmSetTargetPropertiesCommand.cxx
ENH: Updated exporting and importing of targets to support libraries and configurations.
2008-01-28 08:38:36 -05:00
cmSetTargetPropertiesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetTestsPropertiesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSetTestsPropertiesCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSiteNameCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSiteNameCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSourceFile.cxx
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
2008-02-18 16:38:34 -05:00
cmSourceFile.h
BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack. This fixes the LOCATION property when retrieved via the get_property command.
2008-01-30 11:21:54 -05:00
cmSourceFileLocation.cxx
STYLE: Fix line-too-long for new INTERNAL_ERROR messages.
2008-03-15 10:00:07 -04:00
cmSourceFileLocation.h
ENH: Merging changes from branch CMake-SourceFile2-b between tags
2007-06-18 11:59:23 -04:00
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
2007-08-24 14:21:49 -04:00
cmSourceGroup.h
…
cmSourceGroupCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSourceGroupCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmStandardIncludes.h
COMP: Fix Borland 5.5 build
2008-02-24 14:05:11 -05:00
cmStandardLexer.h
COMP: Add missing malloc.h include for QNX.
2006-08-24 09:34:53 -04:00
cmStringCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmStringCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSubdirCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSubdirCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSubdirDependsCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSubdirDependsCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmSystemTools.cxx
ENH: try to fix mac symlinks to the executable
2008-03-28 14:29:29 -04:00
cmSystemTools.h
ENH: Cleanup builtin chrpath support
2008-03-02 14:35:23 -05:00
cmTarget.cxx
ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it.
2008-03-28 13:07:03 -04:00
cmTarget.h
ENH: Add policy CMP_0004 to require library names to have no leading or trailing whitespace. Replace previous check of CMAKE_BACKWARDS_COMPATIBILITY against version 2.4 with the policy.
2008-03-13 16:35:39 -04:00
cmTargetLinkLibrariesCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmTargetLinkLibrariesCommand.h
STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit. See bug #6043 .
2008-02-06 15:23:36 -05:00
cmTest.cxx
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmTest.h
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
2008-01-17 18:13:55 -05:00
cmTryCompileCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmTryCompileCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmTryRunCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmTryRunCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmUseMangledMesaCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmUseMangledMesaCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmUtilitySourceCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmUtilitySourceCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmVariableRequiresCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmVariableRequiresCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmVariableWatch.cxx
ENH: Add variable watch command
2007-04-11 15:13:05 -04:00
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.
2007-05-17 17:40:59 -04:00
cmVariableWatchCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmVariableWatchCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmVersion.cxx
ENH: Simplified CMake version information using KWSys DateStamp feature. Reduced duplicate code in bootstrap script.
2007-11-14 21:17:53 -05:00
cmVersion.h
…
cmWhileCommand.cxx
ENH: fix warnings
2008-02-29 21:33:33 -05:00
cmWhileCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmWin32ProcessExecution.cxx
ENH: remove junk from output
2007-09-27 14:16:20 -04:00
cmWin32ProcessExecution.h
STYLE: fix line length
2006-05-12 14:12:13 -04:00
cmWriteFileCommand.cxx
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
cmWriteFileCommand.h
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
2008-01-23 10:28:26 -05:00
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.
2007-08-14 11:45:15 -04:00
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.
2007-08-14 11:45:15 -04:00
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.
2007-08-14 11:45:15 -04:00
cmXCodeObject.h
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmXMLParser.cxx
STYLE: fix warning
2007-07-30 21:38:50 -04:00
cmXMLParser.h
ENH: fix warning on win64
2007-07-26 14:36:06 -04:00
cmake.cxx
ENH: try to fix mac symlinks to the executable
2008-03-28 14:29:29 -04:00
cmake.h
ENH: make sure gui no-dev workis
2008-03-29 13:16:02 -04:00
cmakemain.cxx
ENH: fix -Wno-dev for ccmake
2008-03-11 16:02:10 -04:00
cmaketest.h.in
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmakewizard.cxx
…
cmakewizard.h
…
cmakexbuild.cxx
STYLE: fix some kwstyle errors
2007-07-27 10:55:24 -04:00
cmw9xcom.cxx
…
ctest.cxx
ENH: read in old file formats Dart as well
2008-01-31 11:43:44 -05:00