| .. |
|
CPack
|
88ebd1d362
ENH: Remove some debugging
|
19 years ago |
|
CTest
|
55c0ff5f64
BUG: Improve the behavior of the ReadCustomFilesCommand
|
19 years ago |
|
CursesDialog
|
e975836292
ENH: not all messages are errors
|
20 years ago |
|
FLTKDialog
|
46521aef8c
ENH: try to find a gui for the Mac
|
20 years ago |
|
MFCDialog
|
4259971961
ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
|
20 years ago |
|
WXDialog
|
f958cc639c
Implemented new parser which can handle:
|
20 years ago |
|
kwsys
|
d5237b30fc
ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.
|
19 years ago |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
23 years ago |
|
CMakeLists.txt
|
f5e6885155
ENH: Cleanup
|
19 years ago |
|
cmAddCustomCommandCommand.cxx
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmAddCustomCommandCommand.h
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmAddCustomTargetCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddCustomTargetCommand.h
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
|
cmAddDefinitionsCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddDefinitionsCommand.h
|
634343c3e8
STYLE: Fix some style issues
|
20 years ago |
|
cmAddDependenciesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddDependenciesCommand.h
|
674fdf8771
ENH: Clarified documentation further.
|
20 years ago |
|
cmAddExecutableCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddExecutableCommand.h
|
634343c3e8
STYLE: Fix some style issues
|
20 years ago |
|
cmAddLibraryCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddLibraryCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddSubDirectoryCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddSubDirectoryCommand.h
|
a043b6608c
STYLE: fix docs
|
20 years ago |
|
cmAddTestCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAddTestCommand.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmAuxSourceDirectoryCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmAuxSourceDirectoryCommand.h
|
67d3634e46
ENH: Added warning about using this command to avoid listing sources for a library by hand. It is supposed to be used only for Templates directories.
|
21 years ago |
|
cmBootstrapCommands.cxx
|
37bff40d5d
BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution.
|
19 years ago |
|
cmBuildCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmBuildCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmBuildNameCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmBuildNameCommand.h
|
634343c3e8
STYLE: Fix some style issues
|
20 years ago |
|
cmCMakeMinimumRequired.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCMakeMinimumRequired.h
|
aea456a91a
ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems.
|
20 years ago |
|
cmCPluginAPI.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCPluginAPI.h
|
bb4a2e1cb0
ENH: move version numbers to 2.5.0
|
19 years ago |
|
cmCTest.cxx
|
47d9021b66
BUG: The fast mode should not read CTestCustom.ctest files
|
19 years ago |
|
cmCTest.h
|
55c0ff5f64
BUG: Improve the behavior of the ReadCustomFilesCommand
|
19 years ago |
|
cmCacheManager.cxx
|
15d7dd9937
ENH: Remove cmGlob and use glob from kwsys
|
19 years ago |
|
cmCacheManager.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCommandArgumentLexer.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCommandArgumentLexer.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmCommandArgumentLexer.in.l
|
1bbccc5bef
ENH: Improve handling of escaped characters
|
20 years ago |
|
cmCommandArgumentParser.cxx
|
8893db3539
COMP: Fix malloc/free declaration for windows compilers.
|
20 years ago |
|
cmCommandArgumentParser.y
|
8893db3539
COMP: Fix malloc/free declaration for windows compilers.
|
20 years ago |
|
cmCommandArgumentParserHelper.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmCommandArgumentParserHelper.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCommandArgumentParserTokens.h
|
3b43c29a30
ENH: Using patch from Frans Englich to clarify error messages.
|
20 years ago |
|
cmCommands.cxx
|
37bff40d5d
BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution.
|
19 years ago |
|
cmCommands.h
|
a641ad3bba
ENH: split up cmCommands into two files
|
21 years ago |
|
cmConfigure.cmake.h.in
|
29f91e1812
ENH: Propagate cmake variables to macros in C
|
19 years ago |
|
cmConfigureFileCommand.cxx
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
19 years ago |
|
cmConfigureFileCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCreateTestSourceList.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmCreateTestSourceList.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmCustomCommand.cxx
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmCustomCommand.h
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmData.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmDepends.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDepends.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDependsC.cxx
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmDependsC.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmDependsFortran.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDependsFortran.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDependsFortranLexer.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDependsFortranLexer.h
|
634343c3e8
STYLE: Fix some style issues
|
20 years ago |
|
cmDependsFortranLexer.in.l
|
a7d4b61699
BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361.
|
20 years ago |
|
cmDependsFortranParser.cxx
|
16125cd015
COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.
|
21 years ago |
|
cmDependsFortranParser.h
|
04e56bf7ff
ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation.
|
21 years ago |
|
cmDependsFortranParser.y
|
16125cd015
COMP: Added __INTEL_COMPILER to test for yyerrorlab warning suppression.
|
21 years ago |
|
cmDependsFortranParserTokens.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmDependsJava.cxx
|
f18e7c7ff7
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
|
f18e7c7ff7
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
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmDependsJavaLexer.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmDependsJavaLexer.in.l
|
4b843d135e
COMP: Removed warnings about unreachable code and constant control expressions. Added the changes to the instructions in the input lex files.
|
20 years ago |
|
cmDependsJavaParser.cxx
|
a9af1c23ef
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
|
21 years ago |
|
cmDependsJavaParser.y
|
a9af1c23ef
COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler.
|
21 years ago |
|
cmDependsJavaParserHelper.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmDependsJavaParserHelper.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmDependsJavaParserTokens.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmDocumentation.cxx
|
96a46bdb44
ENH: search for help modules in the correct place for install and source tree builds
|
19 years ago |
|
cmDocumentation.h
|
96a46bdb44
ENH: search for help modules in the correct place for install and source tree builds
|
19 years ago |
|
cmDumpDocumentation.cxx
|
fc70a2bb2a
ENH: Add development version support in CMake
|
21 years ago |
|
cmDynamicLoader.cxx
|
1d38a3e09e
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
|
1d38a3e09e
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
|
1f6a3c67b1
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 |
|
cmElseCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmEnableLanguageCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmEnableLanguageCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmEnableTestingCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmEnableTestingCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmEndForEachCommand.cxx
|
5b145fe592
fix warning
|
21 years ago |
|
cmEndForEachCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmEndIfCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmEndIfCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmEndWhileCommand.cxx
|
0c225eb5b9
ENH: added while command
|
21 years ago |
|
cmEndWhileCommand.h
|
0629e2561c
STYLE: fix docs
|
20 years ago |
|
cmExecProgramCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmExecProgramCommand.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmExecuteProcessCommand.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmExecuteProcessCommand.h
|
976ab27ffd
ENH: Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM.
|
20 years ago |
|
cmExportLibraryDependencies.cxx
|
f01bd91336
COMP: Using KWSys auto_ptr to avoid cross-platform problems.
|
20 years ago |
|
cmExportLibraryDependencies.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmExprLexer.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmExprLexer.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmExprLexer.in.l
|
985d092d4d
ENH: Add rudamentary mathematical expression support
|
20 years ago |
|
cmExprParser.cxx
|
f6c00e74c2
ENH: Fix precedence
|
20 years ago |
|
cmExprParser.y
|
f6c00e74c2
ENH: Fix precedence
|
20 years ago |
|
cmExprParserHelper.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmExprParserHelper.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmExprParserTokens.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmFLTKWrapUICommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFLTKWrapUICommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFileCommand.cxx
|
84f672155c
BUG: Using the source-file permissions by default for installation is somewhat unpredictable because users can extract source code with almost any permissions (umask). Changing the default to use 644 for files and 755 for programs. No release has documented the old behavior so we do not need compatibility.
|
19 years ago |
|
cmFileCommand.h
|
24f08322be
ENH: add path conversion stuff and rm SYSTEM_PATH
|
19 years ago |
|
cmFileTimeComparison.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFileTimeComparison.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFindBase.cxx
|
cae4e6b37a
ENH: add patch for finding applications on OSX
|
19 years ago |
|
cmFindBase.h
|
cae4e6b37a
ENH: add patch for finding applications on OSX
|
19 years ago |
|
cmFindFileCommand.cxx
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
|
cmFindFileCommand.h
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
|
cmFindLibraryCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFindLibraryCommand.h
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
|
cmFindPackageCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFindPackageCommand.h
|
9f625beab6
ENH: Added optional component list to the REQUIRED option of the FIND_PACKAGE command. This addresses bug#2771.
|
20 years ago |
|
cmFindPathCommand.cxx
|
15d7dd9937
ENH: Remove cmGlob and use glob from kwsys
|
19 years ago |
|
cmFindPathCommand.h
|
a5825cd11a
ENH: check in new find stuff
|
20 years ago |
|
cmFindProgramCommand.cxx
|
1871a74153
ENH: fix warning
|
19 years ago |
|
cmFindProgramCommand.h
|
cae4e6b37a
ENH: add patch for finding applications on OSX
|
19 years ago |
|
cmForEachCommand.cxx
|
d81ebf0c23
ENH: added support for -SP scripts in new processes
|
19 years ago |
|
cmForEachCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmFunctionBlocker.h
|
08f1d2f9e1
ERR: Fixed unused parameter warning.
|
23 years ago |
|
cmGeneratedFileStream.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGeneratedFileStream.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetCMakePropertyCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetCMakePropertyCommand.h
|
02b961f29c
ENH: Make commands scriptable
|
20 years ago |
|
cmGetDirectoryPropertyCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetDirectoryPropertyCommand.h
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
|
cmGetFilenameComponentCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetFilenameComponentCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmGetSourceFilePropertyCommand.cxx
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
|
cmGetSourceFilePropertyCommand.h
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
|
cmGetTargetPropertyCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetTargetPropertyCommand.h
|
7a1745b84b
STYLE: fix docs
|
20 years ago |
|
cmGetTestPropertyCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGetTestPropertyCommand.h
|
69d931f643
STYLE: fix docs
|
20 years ago |
|
cmGlobalBorlandMakefileGenerator.cxx
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
|
cmGlobalBorlandMakefileGenerator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalGenerator.cxx
|
0952ff6f4b
ENH: don't add package target if no package file is around
|
19 years ago |
|
cmGlobalGenerator.h
|
1e608c912c
ENH: Add packaging of source code (make package_source)
|
19 years ago |
|
cmGlobalKdevelopGenerator.cxx
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
|
cmGlobalKdevelopGenerator.h
|
fc70e3512a
ENH: apply patch from Alex to support some more kdevelop stuff
|
20 years ago |
|
cmGlobalMSYSMakefileGenerator.cxx
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
|
cmGlobalMSYSMakefileGenerator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalMinGWMakefileGenerator.cxx
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
|
cmGlobalMinGWMakefileGenerator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalNMakeMakefileGenerator.cxx
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 years ago |
|
cmGlobalNMakeMakefileGenerator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalUnixMakefileGenerator3.cxx
|
31875743e9
ENH: fix help for global targets
|
19 years ago |
|
cmGlobalUnixMakefileGenerator3.h
|
1e608c912c
ENH: Add packaging of source code (make package_source)
|
19 years ago |
|
cmGlobalVisualStudio6Generator.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGlobalVisualStudio6Generator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalVisualStudio71Generator.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGlobalVisualStudio71Generator.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGlobalVisualStudio7Generator.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGlobalVisualStudio7Generator.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmGlobalVisualStudio8Generator.cxx
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmGlobalVisualStudio8Generator.h
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmGlobalVisualStudio8Win64Generator.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmGlobalVisualStudio8Win64Generator.h
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmGlobalWatcomWMakeGenerator.cxx
|
b323c3f51c
BUG: Work-around Watcom WMake limitation for multiple-output custom command support.
|
19 years ago |
|
cmGlobalWatcomWMakeGenerator.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmGlobalXCode21Generator.cxx
|
5208004560
ENH: fix up this changes for mac
|
20 years ago |
|
cmGlobalXCode21Generator.h
|
c4156b4531
COMP: Even more global target fixes
|
20 years ago |
|
cmGlobalXCodeGenerator.cxx
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmGlobalXCodeGenerator.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmIfCommand.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmIfCommand.h
|
016e689f57
BUG: Fixed missing false values in documentation of IF command.
|
19 years ago |
|
cmIncludeCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmIncludeCommand.h
|
d1840f2e57
STYLE: fix docs
|
20 years ago |
|
cmIncludeDirectoryCommand.cxx
|
cddedaa7d8
ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly.
|
19 years ago |
|
cmIncludeDirectoryCommand.h
|
cddedaa7d8
ENH: INCLUDE_DIRECTORIES should have been written to prepend to the include path so that the most local directories are included first. This is a patch from Alex to resolve the problem by allowing users to switch the default using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still explicitly appending or prepending by using AFTER or BEFORE arguments explicitly.
|
19 years ago |
|
cmIncludeExternalMSProjectCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmIncludeExternalMSProjectCommand.h
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmIncludeRegularExpressionCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmIncludeRegularExpressionCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmInstallCommand.cxx
|
d4c5fe840b
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
19 years ago |
|
cmInstallCommand.h
|
84f672155c
BUG: Using the source-file permissions by default for installation is somewhat unpredictable because users can extract source code with almost any permissions (umask). Changing the default to use 644 for files and 755 for programs. No release has documented the old behavior so we do not need compatibility.
|
19 years ago |
|
cmInstallFilesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmInstallFilesCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmInstallFilesGenerator.cxx
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallFilesGenerator.h
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallGenerator.cxx
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallGenerator.h
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallProgramsCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmInstallProgramsCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmInstallScriptGenerator.cxx
|
d4c5fe840b
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
19 years ago |
|
cmInstallScriptGenerator.h
|
d4c5fe840b
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
19 years ago |
|
cmInstallTargetGenerator.cxx
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallTargetGenerator.h
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 years ago |
|
cmInstallTargetsCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmInstallTargetsCommand.h
|
96f0266228
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
|
20 years ago |
|
cmLinkDirectoriesCommand.cxx
|
2fcae1932c
ENH: make sure include and lib dirs are unix paths
|
19 years ago |
|
cmLinkDirectoriesCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmLinkLibrariesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmLinkLibrariesCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmListCommand.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmListCommand.h
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmListFileCache.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmListFileCache.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmListFileLexer.c
|
dbe997e63b
BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work.
|
20 years ago |
|
cmListFileLexer.h
|
486a26d3db
BUG#1049: Added error message when file ends in an unterminated string.
|
21 years ago |
|
cmListFileLexer.in.l
|
dbe997e63b
BUG: When an unquoted argument contains a pair of matching double quotes spaces and tabs should be allowed in-between. This allows arguments like -DFOO='"bar zot"' to work.
|
20 years ago |
|
cmLoadCacheCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmLoadCacheCommand.h
|
25b26ae808
STYLE: fix docs
|
20 years ago |
|
cmLoadCommandCommand.cxx
|
1d38a3e09e
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 |
|
cmLoadCommandCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmLocalGenerator.cxx
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
|
cmLocalGenerator.h
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
|
cmLocalKdevelopGenerator.cxx
|
2238e22699
ENH: make sure verbose output is used for kde
|
19 years ago |
|
cmLocalKdevelopGenerator.h
|
494c843d38
ENH: make KDev sub off of Gen3
|
20 years ago |
|
cmLocalUnixMakefileGenerator3.cxx
|
cceb8e87f1
BUG: Changed color scheme to be more readable on both white and black backgrounds.
|
19 years ago |
|
cmLocalUnixMakefileGenerator3.h
|
2238e22699
ENH: make sure verbose output is used for kde
|
19 years ago |
|
cmLocalVisualStudio6Generator.cxx
|
864c0292d5
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
|
19 years ago |
|
cmLocalVisualStudio6Generator.h
|
864c0292d5
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
|
19 years ago |
|
cmLocalVisualStudio7Generator.cxx
|
2eea3e3868
ENH: use a better name
|
19 years ago |
|
cmLocalVisualStudio7Generator.h
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 years ago |
|
cmLocalXCodeGenerator.cxx
|
f7c1723135
ENH: add support for universal binaries
|
19 years ago |
|
cmLocalXCodeGenerator.h
|
4102949bf9
STYLE: minor comment cleanups
|
20 years ago |
|
cmMacroCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmMacroCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmMakeDepend.cxx
|
da279f0041
BUG: some UNIX fixes for my m_ commit
|
20 years ago |
|
cmMakeDepend.h
|
da279f0041
BUG: some UNIX fixes for my m_ commit
|
20 years ago |
|
cmMakeDirectoryCommand.cxx
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
19 years ago |
|
cmMakeDirectoryCommand.h
|
007d2bbc50
ENH: Make more commands scriptable
|
22 years ago |
|
cmMakefile.cxx
|
fa415043d8
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
|
19 years ago |
|
cmMakefile.h
|
25d4127e2d
ENH: fix .. in the path of subdirs
|
19 years ago |
|
cmMakefileExecutableTargetGenerator.cxx
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
|
cmMakefileExecutableTargetGenerator.h
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
|
cmMakefileLibraryTargetGenerator.cxx
|
e6ef33f598
ENH: name pdb files for visual studio make based builds
|
19 years ago |
|
cmMakefileLibraryTargetGenerator.h
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
|
cmMakefileTargetGenerator.cxx
|
2a335ae748
ENH: ignore all files that we do not know about just like in ide generators
|
19 years ago |
|
cmMakefileTargetGenerator.h
|
40272a16bd
ENH: Add support for adding content to bundles
|
19 years ago |
|
cmMakefileUtilityTargetGenerator.cxx
|
60cd72d01c
ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_cache and similar rules from internal makefiles.
|
20 years ago |
|
cmMakefileUtilityTargetGenerator.h
|
7740ccd1a4
ENH: some cleanup of the makefile generator
|
20 years ago |
|
cmMarkAsAdvancedCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmMarkAsAdvancedCommand.h
|
1e2a08e452
STYLE: fix docs
|
20 years ago |
|
cmMathCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmMathCommand.h
|
985d092d4d
ENH: Add rudamentary mathematical expression support
|
20 years ago |
|
cmMessageCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmMessageCommand.h
|
69a43bbb0b
STYLE: grammer fix
|
20 years ago |
|
cmObject.h
|
d9dc9b54a6
ENH: Add superclass for all commands and handlers. Improve handlers to have initialization code, and start initializing ctest when start is invoked
|
20 years ago |
|
cmOptionCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmOptionCommand.h
|
194b1b1e38
STYLE: spelling fix
|
20 years ago |
|
cmOrderLinkDirectories.cxx
|
79da27222a
COMP: Moved var decl out of _WIN32 block.
|
19 years ago |
|
cmOrderLinkDirectories.h
|
57a9e26c15
BUG: Fixed cmOrderLinkDirectories to make sure cmake-built libraries are found properly. Also taking libraries that will be built but may not yet exist into account. The per-configuration subdirectories that are included by generators in the link path are checked for conflicting libraries also. Potentially conflicting libraries that are actually symlinks back to the desired library are no longer considered conflicting, which avoids bogus impossible ordering warnings.
|
19 years ago |
|
cmOutputRequiredFilesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmOutputRequiredFilesCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmProjectCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmProjectCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmQTWrapCPPCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmQTWrapCPPCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmQTWrapUICommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmQTWrapUICommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmRemoveCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmRemoveCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmRemoveDefinitionsCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmRemoveDefinitionsCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmSeparateArgumentsCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSeparateArgumentsCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmSetCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSetCommand.h
|
5385811e60
STYLE: fix docs
|
20 years ago |
|
cmSetDirectoryPropertiesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSetDirectoryPropertiesCommand.h
|
02b961f29c
ENH: Make commands scriptable
|
20 years ago |
|
cmSetSourceFilesPropertiesCommand.cxx
|
b75166ea45
COMP: Remove warning
|
19 years ago |
|
cmSetSourceFilesPropertiesCommand.h
|
71934cedbd
STYLE: fix docs
|
20 years ago |
|
cmSetTargetPropertiesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSetTargetPropertiesCommand.h
|
392137b6d7
ENH: Added <config>_OUTPUT_NAME target property to allow the output name to be set on a per-configuration basis.
|
19 years ago |
|
cmSetTestsPropertiesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSetTestsPropertiesCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmSiteNameCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSiteNameCommand.h
|
02b961f29c
ENH: Make commands scriptable
|
20 years ago |
|
cmSourceFile.cxx
|
10efe3b079
ENH: added some new functionality
|
19 years ago |
|
cmSourceFile.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSourceGroup.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSourceGroup.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSourceGroupCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSourceGroupCommand.h
|
bb7577f4e7
STYLE: fix docs
|
20 years ago |
|
cmStandardIncludes.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmStringCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmStringCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmSubdirCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmSubdirCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmSubdirDependsCommand.cxx
|
1f6a3c67b1
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
|
072db6ad70
removed redundent includes
|
22 years ago |
|
cmSystemTools.cxx
|
d81ebf0c23
ENH: added support for -SP scripts in new processes
|
19 years ago |
|
cmSystemTools.h
|
d81ebf0c23
ENH: added support for -SP scripts in new processes
|
19 years ago |
|
cmTarget.cxx
|
392137b6d7
ENH: Added <config>_OUTPUT_NAME target property to allow the output name to be set on a per-configuration basis.
|
19 years ago |
|
cmTarget.h
|
2301a025ea
ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes.
|
19 years ago |
|
cmTargetLinkLibrariesCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmTargetLinkLibrariesCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmTest.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmTest.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmTryCompileCommand.cxx
|
ae10b3578d
ENH: add a wrapper for xcodebuild to get around bug and verbose output
|
19 years ago |
|
cmTryCompileCommand.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmTryRunCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmTryRunCommand.h
|
fa3120a4a5
STYLE: fix missing docs
|
20 years ago |
|
cmUseMangledMesaCommand.cxx
|
89e5fc63fe
STYLE: fix line lengths
|
20 years ago |
|
cmUseMangledMesaCommand.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmUtilitySourceCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmUtilitySourceCommand.h
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
|
cmVTKMakeInstantiatorCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKMakeInstantiatorCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapJavaCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapJavaCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapPythonCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapPythonCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapTclCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVTKWrapTclCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVariableRequiresCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVariableRequiresCommand.h
|
4b83a08b37
ENH: a warning fix and some more cleanup
|
20 years ago |
|
cmVariableWatch.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVariableWatch.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmVersion.cxx
|
c33c052ce4
STYLE: Nightly Version update
|
19 years ago |
|
cmVersion.h
|
65e2c18d73
ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf.
|
20 years ago |
|
cmWhileCommand.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmWhileCommand.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmWin32ProcessExecution.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmWin32ProcessExecution.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmWriteFileCommand.cxx
|
ee1975570e
ENH: Allow blocking of writing into the source tree
|
19 years ago |
|
cmWriteFileCommand.h
|
6ce463dab3
STYLE: fix docs
|
20 years ago |
|
cmXCode21Object.cxx
|
7bc8564c73
ENH: Add support for Xcode 2.1
|
19 years ago |
|
cmXCode21Object.h
|
6b47b28867
ENH: fix line length style stuff
|
20 years ago |
|
cmXCodeObject.cxx
|
32ec28ad00
ENH: Add copy stages for bundle files
|
19 years ago |
|
cmXCodeObject.h
|
32ec28ad00
ENH: Add copy stages for bundle files
|
19 years ago |
|
cmXMLParser.cxx
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
|
cmXMLParser.h
|
dcadffbe00
ENH: Add XML parser
|
21 years ago |
|
cmake.cxx
|
cf23679d72
ENH: save the cache on fatal error so that users can set cache values
|
19 years ago |
|
cmake.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmakemain.cxx
|
18d9fad3df
ENH: Add help for graphviz
|
19 years ago |
|
cmaketest.h.in
|
a2d7a92c88
BUG: Fix some dependencies for location of executables
|
22 years ago |
|
cmakewizard.cxx
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmakewizard.h
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
20 years ago |
|
cmakexbuild.cxx
|
e45ef47bb8
BUG: compiler fix
|
19 years ago |
|
cmw9xcom.cxx
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 years ago |
|
ctest.cxx
|
bad1215a85
ENH: Add support for preinstall for cmake generated projects when packaging them
|
19 years ago |