From 99221554236a3b39601d798ca3f793990e22a4a1 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 6 Jun 2001 13:19:15 -0400 Subject: [PATCH] ENH: rename Invoke to InitialPass --- Source/cmAbstractFilesCommand.cxx | 2 +- Source/cmAbstractFilesCommand.h | 2 +- Source/cmAddCustomTargetCommand.cxx | 2 +- Source/cmAddCustomTargetCommand.h | 2 +- Source/cmAddDefinitionsCommand.cxx | 2 +- Source/cmAddDefinitionsCommand.h | 2 +- Source/cmAddExecutableCommand.cxx | 2 +- Source/cmAddExecutableCommand.h | 2 +- Source/cmAddLibraryCommand.cxx | 2 +- Source/cmAddLibraryCommand.h | 2 +- Source/cmAddTestCommand.cxx | 2 +- Source/cmAddTestCommand.h | 2 +- Source/cmAuxSourceDirectoryCommand.cxx | 2 +- Source/cmAuxSourceDirectoryCommand.h | 2 +- Source/cmBuildCommand.cxx | 2 +- Source/cmBuildCommand.h | 2 +- Source/cmBuildNameCommand.cxx | 2 +- Source/cmBuildNameCommand.h | 2 +- Source/cmBuildSharedLibrariesCommand.cxx | 2 +- Source/cmBuildSharedLibrariesCommand.h | 2 +- Source/cmCableClassSetCommand.cxx | 2 +- Source/cmCableClassSetCommand.h | 2 +- Source/cmCableCloseNamespaceCommand.cxx | 2 +- Source/cmCableCloseNamespaceCommand.h | 2 +- Source/cmCableDefineSetCommand.cxx | 2 +- Source/cmCableDefineSetCommand.h | 2 +- Source/cmCableOpenNamespaceCommand.cxx | 2 +- Source/cmCableOpenNamespaceCommand.h | 2 +- Source/cmCablePackageCommand.cxx | 2 +- Source/cmCablePackageCommand.h | 2 +- Source/cmCablePackageEntryCommand.cxx | 2 +- Source/cmCablePackageEntryCommand.h | 6 +++--- Source/cmCableWrapTclCommand.cxx | 2 +- Source/cmCableWrapTclCommand.h | 2 +- Source/cmCommand.h | 2 +- Source/cmConfigureFileCommand.cxx | 2 +- Source/cmConfigureFileCommand.h | 2 +- Source/cmConfigureFileNoAutoconf.cxx | 2 +- Source/cmConfigureFileNoAutoconf.h | 2 +- Source/cmElseCommand.cxx | 2 +- Source/cmElseCommand.h | 2 +- Source/cmEndIfCommand.cxx | 2 +- Source/cmEndIfCommand.h | 2 +- Source/cmExecProgramCommand.cxx | 2 +- Source/cmExecProgramCommand.h | 2 +- Source/cmFindFileCommand.cxx | 2 +- Source/cmFindFileCommand.h | 2 +- Source/cmFindLibraryCommand.cxx | 2 +- Source/cmFindLibraryCommand.h | 2 +- Source/cmFindPathCommand.cxx | 2 +- Source/cmFindPathCommand.h | 2 +- Source/cmFindProgramCommand.cxx | 2 +- Source/cmFindProgramCommand.h | 2 +- Source/cmGetFilenameComponentCommand.cxx | 2 +- Source/cmGetFilenameComponentCommand.h | 2 +- Source/cmIfCommand.cxx | 2 +- Source/cmIfCommand.h | 2 +- Source/cmIncludeCommand.cxx | 2 +- Source/cmIncludeCommand.h | 2 +- Source/cmIncludeDirectoryCommand.cxx | 2 +- Source/cmIncludeDirectoryCommand.h | 2 +- Source/cmIncludeRegularExpressionCommand.cxx | 2 +- Source/cmIncludeRegularExpressionCommand.h | 2 +- Source/cmInstallFilesCommand.cxx | 2 +- Source/cmInstallFilesCommand.h | 2 +- Source/cmInstallTargetsCommand.cxx | 2 +- Source/cmInstallTargetsCommand.h | 2 +- Source/cmLibraryCommand.h | 2 +- Source/cmLinkDirectoriesCommand.cxx | 2 +- Source/cmLinkDirectoriesCommand.h | 2 +- Source/cmLinkLibrariesCommand.cxx | 2 +- Source/cmLinkLibrariesCommand.h | 2 +- Source/cmLoadCacheCommand.cxx | 2 +- Source/cmLoadCacheCommand.h | 2 +- Source/cmMakeDirectoryCommand.cxx | 2 +- Source/cmMakeDirectoryCommand.h | 2 +- Source/cmMakefile.cxx | 4 ++-- Source/cmMessageCommand.cxx | 2 +- Source/cmMessageCommand.h | 2 +- Source/cmOptionCommand.cxx | 2 +- Source/cmOptionCommand.h | 2 +- Source/cmProjectCommand.cxx | 2 +- Source/cmProjectCommand.h | 2 +- Source/cmSetCommand.cxx | 2 +- Source/cmSetCommand.h | 2 +- Source/cmSiteNameCommand.cxx | 2 +- Source/cmSiteNameCommand.h | 2 +- Source/cmSourceFilesCommand.cxx | 2 +- Source/cmSourceFilesCommand.h | 2 +- Source/cmSourceGroupCommand.cxx | 2 +- Source/cmSourceGroupCommand.h | 2 +- Source/cmSubdirCommand.cxx | 2 +- Source/cmSubdirCommand.h | 2 +- Source/cmTargetLinkLibrariesCommand.cxx | 2 +- Source/cmTargetLinkLibrariesCommand.h | 2 +- Source/cmTestsCommand.cxx | 2 +- Source/cmTestsCommand.h | 2 +- Source/cmUtilitySourceCommand.cxx | 2 +- Source/cmUtilitySourceCommand.h | 2 +- Source/cmVTKWrapJavaCommand.cxx | 2 +- Source/cmVTKWrapJavaCommand.h | 2 +- Source/cmVTKWrapPythonCommand.cxx | 2 +- Source/cmVTKWrapPythonCommand.h | 2 +- Source/cmVTKWrapTclCommand.cxx | 2 +- Source/cmVTKWrapTclCommand.h | 2 +- Source/cmWrapExcludeFilesCommand.cxx | 2 +- Source/cmWrapExcludeFilesCommand.h | 2 +- 107 files changed, 110 insertions(+), 110 deletions(-) diff --git a/Source/cmAbstractFilesCommand.cxx b/Source/cmAbstractFilesCommand.cxx index c71603d3a..7b35fc6ae 100644 --- a/Source/cmAbstractFilesCommand.cxx +++ b/Source/cmAbstractFilesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmAbstractFilesCommand.h" // cmAbstractFilesCommand -bool cmAbstractFilesCommand::Invoke(std::vector& args) +bool cmAbstractFilesCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmAbstractFilesCommand.h b/Source/cmAbstractFilesCommand.h index 4cb12da07..6d0dafa1c 100644 --- a/Source/cmAbstractFilesCommand.h +++ b/Source/cmAbstractFilesCommand.h @@ -56,7 +56,7 @@ public: * This is called when the command is first encountered in * the input file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmAddCustomTargetCommand.cxx b/Source/cmAddCustomTargetCommand.cxx index ad3a0f440..3f9a65d38 100644 --- a/Source/cmAddCustomTargetCommand.cxx +++ b/Source/cmAddCustomTargetCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmAddCustomTargetCommand.h" // cmAddCustomTargetCommand -bool cmAddCustomTargetCommand::Invoke(std::vector& args) +bool cmAddCustomTargetCommand::InitialPass(std::vector& args) { bool all = false; diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h index d4cf52029..0192b80bd 100644 --- a/Source/cmAddCustomTargetCommand.h +++ b/Source/cmAddCustomTargetCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmAddDefinitionsCommand.cxx b/Source/cmAddDefinitionsCommand.cxx index 43e10ca1c..0e1e21617 100644 --- a/Source/cmAddDefinitionsCommand.cxx +++ b/Source/cmAddDefinitionsCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmAddDefinitionsCommand.h" // cmAddDefinitionsCommand -bool cmAddDefinitionsCommand::Invoke(std::vector& args) +bool cmAddDefinitionsCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h index 6129afd78..e593ed409 100644 --- a/Source/cmAddDefinitionsCommand.h +++ b/Source/cmAddDefinitionsCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmAddExecutableCommand.cxx b/Source/cmAddExecutableCommand.cxx index b8955e37d..83136a23b 100644 --- a/Source/cmAddExecutableCommand.cxx +++ b/Source/cmAddExecutableCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmExecutableCommand -bool cmAddExecutableCommand::Invoke(std::vector& args) +bool cmAddExecutableCommand::InitialPass(std::vector& args) { if(args.size() < 2 ) { diff --git a/Source/cmAddExecutableCommand.h b/Source/cmAddExecutableCommand.h index 3008e2c28..421a32e2d 100644 --- a/Source/cmAddExecutableCommand.h +++ b/Source/cmAddExecutableCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx index 1de271a9d..c49a4f607 100644 --- a/Source/cmAddLibraryCommand.cxx +++ b/Source/cmAddLibraryCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmLibraryCommand -bool cmAddLibraryCommand::Invoke(std::vector& args) +bool cmAddLibraryCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmAddLibraryCommand.h b/Source/cmAddLibraryCommand.h index beff72759..650ef198c 100644 --- a/Source/cmAddLibraryCommand.h +++ b/Source/cmAddLibraryCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmAddTestCommand.cxx b/Source/cmAddTestCommand.cxx index 1a4f9a038..4e76b0734 100644 --- a/Source/cmAddTestCommand.cxx +++ b/Source/cmAddTestCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmExecutableCommand -bool cmAddTestCommand::Invoke(std::vector& args) +bool cmAddTestCommand::InitialPass(std::vector& args) { // First argument is the name of the test // Second argument is the name of the executable to run (a target or external diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 0a014a471..65e1e9e07 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmAuxSourceDirectoryCommand.cxx b/Source/cmAuxSourceDirectoryCommand.cxx index 7661dcd97..4f8d19cd7 100644 --- a/Source/cmAuxSourceDirectoryCommand.cxx +++ b/Source/cmAuxSourceDirectoryCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmDirectory.h" // cmAuxSourceDirectoryCommand -bool cmAuxSourceDirectoryCommand::Invoke(std::vector& args) +bool cmAuxSourceDirectoryCommand::InitialPass(std::vector& args) { if(args.size() < 2 || args.size() > 2) { diff --git a/Source/cmAuxSourceDirectoryCommand.h b/Source/cmAuxSourceDirectoryCommand.h index b639b01d2..893681bf9 100644 --- a/Source/cmAuxSourceDirectoryCommand.h +++ b/Source/cmAuxSourceDirectoryCommand.h @@ -68,7 +68,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmBuildCommand.cxx b/Source/cmBuildCommand.cxx index c285037e9..2f3d68f6c 100644 --- a/Source/cmBuildCommand.cxx +++ b/Source/cmBuildCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmBuildCommand.h" // cmBuildCommand -bool cmBuildCommand::Invoke(std::vector& args) +bool cmBuildCommand::InitialPass(std::vector& args) { if(args.size() < 2 ) { diff --git a/Source/cmBuildCommand.h b/Source/cmBuildCommand.h index 0e03b2f2a..38be6fcb5 100644 --- a/Source/cmBuildCommand.h +++ b/Source/cmBuildCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmBuildNameCommand.cxx b/Source/cmBuildNameCommand.cxx index 8ec6e4736..53f5b1db1 100644 --- a/Source/cmBuildNameCommand.cxx +++ b/Source/cmBuildNameCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmBuildNameCommand.h" // cmBuildNameCommand -bool cmBuildNameCommand::Invoke(std::vector& args) +bool cmBuildNameCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h index d28f9fcd6..f2dce71d0 100644 --- a/Source/cmBuildNameCommand.h +++ b/Source/cmBuildNameCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmBuildSharedLibrariesCommand.cxx b/Source/cmBuildSharedLibrariesCommand.cxx index 11da71269..781ec8031 100644 --- a/Source/cmBuildSharedLibrariesCommand.cxx +++ b/Source/cmBuildSharedLibrariesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmBuildSharedLibrariesCommand.h" // cmBuildSharedLibrariesCommand -bool cmBuildSharedLibrariesCommand::Invoke(std::vector& args) +bool cmBuildSharedLibrariesCommand::InitialPass(std::vector& args) { // Now check and see if the value has been stored in the cache // already, if so use that value and don't look for the program diff --git a/Source/cmBuildSharedLibrariesCommand.h b/Source/cmBuildSharedLibrariesCommand.h index 6571a5c56..829a345c7 100644 --- a/Source/cmBuildSharedLibrariesCommand.h +++ b/Source/cmBuildSharedLibrariesCommand.h @@ -25,7 +25,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmCableClassSetCommand.cxx b/Source/cmCableClassSetCommand.cxx index 89ce4469d..9e79f8a5f 100644 --- a/Source/cmCableClassSetCommand.cxx +++ b/Source/cmCableClassSetCommand.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmTarget.h" // cmCableClassSetCommand -bool cmCableClassSetCommand::Invoke(std::vector& args) +bool cmCableClassSetCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmCableClassSetCommand.h b/Source/cmCableClassSetCommand.h index 1520a068d..7eab6a203 100644 --- a/Source/cmCableClassSetCommand.h +++ b/Source/cmCableClassSetCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmCableCloseNamespaceCommand.cxx b/Source/cmCableCloseNamespaceCommand.cxx index 724af83eb..6a8520f84 100644 --- a/Source/cmCableCloseNamespaceCommand.cxx +++ b/Source/cmCableCloseNamespaceCommand.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmCableCloseNamespaceCommand -bool cmCableCloseNamespaceCommand::Invoke(std::vector& args) +bool cmCableCloseNamespaceCommand::InitialPass(std::vector& args) { if(args.size() != 1) { diff --git a/Source/cmCableCloseNamespaceCommand.h b/Source/cmCableCloseNamespaceCommand.h index 60ce97de4..3bac0beab 100644 --- a/Source/cmCableCloseNamespaceCommand.h +++ b/Source/cmCableCloseNamespaceCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmCableDefineSetCommand.cxx b/Source/cmCableDefineSetCommand.cxx index 6f192802f..3469cd853 100644 --- a/Source/cmCableDefineSetCommand.cxx +++ b/Source/cmCableDefineSetCommand.cxx @@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmCableDefineSetCommand -bool cmCableDefineSetCommand::Invoke(std::vector& args) +bool cmCableDefineSetCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmCableDefineSetCommand.h b/Source/cmCableDefineSetCommand.h index 6b37e56d0..03bb2acbb 100644 --- a/Source/cmCableDefineSetCommand.h +++ b/Source/cmCableDefineSetCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmCableOpenNamespaceCommand.cxx b/Source/cmCableOpenNamespaceCommand.cxx index f701eefed..8e0aa4f1a 100644 --- a/Source/cmCableOpenNamespaceCommand.cxx +++ b/Source/cmCableOpenNamespaceCommand.cxx @@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmCableOpenNamespaceCommand -bool cmCableOpenNamespaceCommand::Invoke(std::vector& args) +bool cmCableOpenNamespaceCommand::InitialPass(std::vector& args) { if(args.size() != 1) { diff --git a/Source/cmCableOpenNamespaceCommand.h b/Source/cmCableOpenNamespaceCommand.h index 270518f17..4d2419997 100644 --- a/Source/cmCableOpenNamespaceCommand.h +++ b/Source/cmCableOpenNamespaceCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmCablePackageCommand.cxx b/Source/cmCablePackageCommand.cxx index e8eae7add..0616729f2 100644 --- a/Source/cmCablePackageCommand.cxx +++ b/Source/cmCablePackageCommand.cxx @@ -60,7 +60,7 @@ cmCablePackageCommand::~cmCablePackageCommand() } // cmCablePackageCommand -bool cmCablePackageCommand::Invoke(std::vector& args) +bool cmCablePackageCommand::InitialPass(std::vector& args) { if(args.size() != 2) { diff --git a/Source/cmCablePackageCommand.h b/Source/cmCablePackageCommand.h index 68fd34b6b..7238488f4 100644 --- a/Source/cmCablePackageCommand.h +++ b/Source/cmCablePackageCommand.h @@ -69,7 +69,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This is called at the end after all the information diff --git a/Source/cmCablePackageEntryCommand.cxx b/Source/cmCablePackageEntryCommand.cxx index c8873bb1b..c370dc671 100644 --- a/Source/cmCablePackageEntryCommand.cxx +++ b/Source/cmCablePackageEntryCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmCablePackageEntryCommand -bool cmCablePackageEntryCommand::Invoke(std::vector& args) +bool cmCablePackageEntryCommand::InitialPass(std::vector& args) { if(args.size() < 1) { diff --git a/Source/cmCablePackageEntryCommand.h b/Source/cmCablePackageEntryCommand.h index 37593471f..4e1a4394c 100644 --- a/Source/cmCablePackageEntryCommand.h +++ b/Source/cmCablePackageEntryCommand.h @@ -47,9 +47,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** \class cmCablePackageEntryCommand * \brief Superclass to all CABLE Package entry generation commands. * - * cmCablePackageEntryCommand implements the Invoke method of a cmCommand + * cmCablePackageEntryCommand implements the InitialPass method of a cmCommand * to save the arguments as a vector of entries to a CABLE Package. The - * Invoke then calls the virtual WriteConfiguration() so that the subclass + * InitialPass then calls the virtual WriteConfiguration() so that the subclass * can generate the configuration code for its particular type of Package * entry. */ @@ -63,7 +63,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); cmTypeMacro(cmCablePackageEntryCommand, cmCableCommand); diff --git a/Source/cmCableWrapTclCommand.cxx b/Source/cmCableWrapTclCommand.cxx index 22286b32c..4b696c68e 100644 --- a/Source/cmCableWrapTclCommand.cxx +++ b/Source/cmCableWrapTclCommand.cxx @@ -60,7 +60,7 @@ cmCableWrapTclCommand::~cmCableWrapTclCommand() // cmCableWrapTclCommand -bool cmCableWrapTclCommand::Invoke(std::vector& args) +bool cmCableWrapTclCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmCableWrapTclCommand.h b/Source/cmCableWrapTclCommand.h index 6e6c741b1..055b03503 100644 --- a/Source/cmCableWrapTclCommand.h +++ b/Source/cmCableWrapTclCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmCommand.h b/Source/cmCommand.h index aeb3a72e5..2f8869c9d 100644 --- a/Source/cmCommand.h +++ b/Source/cmCommand.h @@ -78,7 +78,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args) = 0; + virtual bool InitialPass(std::vector& args) = 0; /** * This is called at the end after all the information diff --git a/Source/cmConfigureFileCommand.cxx b/Source/cmConfigureFileCommand.cxx index fdc3d02e4..6325bfb08 100644 --- a/Source/cmConfigureFileCommand.cxx +++ b/Source/cmConfigureFileCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmConfigureFileCommand.h" // cmConfigureFileCommand -bool cmConfigureFileCommand::Invoke(std::vector& args) +bool cmConfigureFileCommand::InitialPass(std::vector& args) { if(args.size() < 2 ) { diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h index e827f92aa..9cb5604b9 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -56,7 +56,7 @@ public: * This is called when the command is first encountered in * the input file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmConfigureFileNoAutoconf.cxx b/Source/cmConfigureFileNoAutoconf.cxx index 1cab4008f..5a5f89fdf 100644 --- a/Source/cmConfigureFileNoAutoconf.cxx +++ b/Source/cmConfigureFileNoAutoconf.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmConfigureFileNoAutoconf.h" // cmConfigureFileNoAutoconf -bool cmConfigureFileNoAutoconf::Invoke(std::vector& args) +bool cmConfigureFileNoAutoconf::InitialPass(std::vector& args) { if(args.size() != 2 ) { diff --git a/Source/cmConfigureFileNoAutoconf.h b/Source/cmConfigureFileNoAutoconf.h index a2b407ae2..557a89d9b 100644 --- a/Source/cmConfigureFileNoAutoconf.h +++ b/Source/cmConfigureFileNoAutoconf.h @@ -56,7 +56,7 @@ public: * This is called when the command is first encountered in * the input file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmElseCommand.cxx b/Source/cmElseCommand.cxx index 9684de102..6f81528a1 100644 --- a/Source/cmElseCommand.cxx +++ b/Source/cmElseCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmElseCommand.h" #include "cmCacheManager.h" -bool cmElseCommand::Invoke(std::vector& args) +bool cmElseCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmElseCommand.h b/Source/cmElseCommand.h index 7176548f4..dc85cc8e8 100644 --- a/Source/cmElseCommand.h +++ b/Source/cmElseCommand.h @@ -63,7 +63,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx index 3cfdb2ef3..7972a1bbe 100644 --- a/Source/cmEndIfCommand.cxx +++ b/Source/cmEndIfCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmEndIfCommand.h" #include "cmCacheManager.h" -bool cmEndIfCommand::Invoke(std::vector& args) +bool cmEndIfCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmEndIfCommand.h b/Source/cmEndIfCommand.h index 4c8e764f1..287b2e056 100644 --- a/Source/cmEndIfCommand.h +++ b/Source/cmEndIfCommand.h @@ -63,7 +63,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmExecProgramCommand.cxx b/Source/cmExecProgramCommand.cxx index b9f94ca5f..f391b693d 100644 --- a/Source/cmExecProgramCommand.cxx +++ b/Source/cmExecProgramCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSystemTools.h" // cmExecProgramCommand -bool cmExecProgramCommand::Invoke(std::vector& args) +bool cmExecProgramCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 5e2ea5edb..321e80806 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index 009f29157..4bb76e4df 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmFindFileCommand -bool cmFindFileCommand::Invoke(std::vector& args) +bool cmFindFileCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index e21d43437..371293722 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -67,7 +67,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmFindLibraryCommand.cxx b/Source/cmFindLibraryCommand.cxx index 174632706..f347ec9bf 100644 --- a/Source/cmFindLibraryCommand.cxx +++ b/Source/cmFindLibraryCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmFindLibraryCommand -bool cmFindLibraryCommand::Invoke(std::vector& args) +bool cmFindLibraryCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index 5562dc444..51a6bce96 100644 --- a/Source/cmFindLibraryCommand.h +++ b/Source/cmFindLibraryCommand.h @@ -67,7 +67,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmFindPathCommand.cxx b/Source/cmFindPathCommand.cxx index cb4e7db61..c1b4935dc 100644 --- a/Source/cmFindPathCommand.cxx +++ b/Source/cmFindPathCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmFindPathCommand -bool cmFindPathCommand::Invoke(std::vector& args) +bool cmFindPathCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h index a01a4bb8d..d401d1773 100644 --- a/Source/cmFindPathCommand.h +++ b/Source/cmFindPathCommand.h @@ -42,7 +42,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index 92d4bb3ab..cf66aee33 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // cmFindProgramCommand -bool cmFindProgramCommand::Invoke(std::vector& args) +bool cmFindProgramCommand::InitialPass(std::vector& args) { if(args.size() < 2 ) { diff --git a/Source/cmFindProgramCommand.h b/Source/cmFindProgramCommand.h index c237ccce6..d23321eda 100644 --- a/Source/cmFindProgramCommand.h +++ b/Source/cmFindProgramCommand.h @@ -67,7 +67,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmGetFilenameComponentCommand.cxx b/Source/cmGetFilenameComponentCommand.cxx index 5a7261c2f..9b2000531 100644 --- a/Source/cmGetFilenameComponentCommand.cxx +++ b/Source/cmGetFilenameComponentCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSystemTools.h" // cmGetFilenameComponentCommand -bool cmGetFilenameComponentCommand::Invoke(std::vector& args) +bool cmGetFilenameComponentCommand::InitialPass(std::vector& args) { if(args.size() < 3) { diff --git a/Source/cmGetFilenameComponentCommand.h b/Source/cmGetFilenameComponentCommand.h index b4b84ef5c..5d825feb2 100644 --- a/Source/cmGetFilenameComponentCommand.h +++ b/Source/cmGetFilenameComponentCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx index 908d50b79..ab98d415c 100644 --- a/Source/cmIfCommand.cxx +++ b/Source/cmIfCommand.cxx @@ -77,7 +77,7 @@ ScopeEnded(const cmMakefile &mf) const m_Define.c_str()); } -bool cmIfCommand::Invoke(std::vector& args) +bool cmIfCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 612f57b0c..1092bbf1f 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -87,7 +87,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index d4924000d..bfbcb0558 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -18,7 +18,7 @@ #include // cmIncludeCommand -bool cmIncludeCommand::Invoke(std::vector& args) +bool cmIncludeCommand::InitialPass(std::vector& args) { if (args.size()< 1) { diff --git a/Source/cmIncludeCommand.h b/Source/cmIncludeCommand.h index 38f3680ca..99f9bd131 100644 --- a/Source/cmIncludeCommand.h +++ b/Source/cmIncludeCommand.h @@ -42,7 +42,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmIncludeDirectoryCommand.cxx b/Source/cmIncludeDirectoryCommand.cxx index 7258ad2e5..22b82cfd5 100644 --- a/Source/cmIncludeDirectoryCommand.cxx +++ b/Source/cmIncludeDirectoryCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmIncludeDirectoryCommand.h" #include "cmCacheManager.h" // cmIncludeDirectoryCommand -bool cmIncludeDirectoryCommand::Invoke(std::vector& args) +bool cmIncludeDirectoryCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmIncludeDirectoryCommand.h b/Source/cmIncludeDirectoryCommand.h index 5fee21e59..755df69fa 100644 --- a/Source/cmIncludeDirectoryCommand.h +++ b/Source/cmIncludeDirectoryCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmIncludeRegularExpressionCommand.cxx b/Source/cmIncludeRegularExpressionCommand.cxx index 680b2cb76..39a1a6595 100644 --- a/Source/cmIncludeRegularExpressionCommand.cxx +++ b/Source/cmIncludeRegularExpressionCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmIncludeRegularExpressionCommand.h" // cmIncludeRegularExpressionCommand -bool cmIncludeRegularExpressionCommand::Invoke(std::vector& args) +bool cmIncludeRegularExpressionCommand::InitialPass(std::vector& args) { if(args.size() != 1) { diff --git a/Source/cmIncludeRegularExpressionCommand.h b/Source/cmIncludeRegularExpressionCommand.h index 1bd32cd3c..4e2b87e0d 100644 --- a/Source/cmIncludeRegularExpressionCommand.h +++ b/Source/cmIncludeRegularExpressionCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmInstallFilesCommand.cxx b/Source/cmInstallFilesCommand.cxx index ce084be16..97f9cfe69 100644 --- a/Source/cmInstallFilesCommand.cxx +++ b/Source/cmInstallFilesCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmExecutableCommand -bool cmInstallFilesCommand::Invoke(std::vector& args) +bool cmInstallFilesCommand::InitialPass(std::vector& args) { if(args.size() < 3) { diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index e304edb6d..f5a764d0b 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmInstallTargetsCommand.cxx b/Source/cmInstallTargetsCommand.cxx index 68724a5c7..5e379c878 100644 --- a/Source/cmInstallTargetsCommand.cxx +++ b/Source/cmInstallTargetsCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmExecutableCommand -bool cmInstallTargetsCommand::Invoke(std::vector& args) +bool cmInstallTargetsCommand::InitialPass(std::vector& args) { if(args.size() < 2 ) { diff --git a/Source/cmInstallTargetsCommand.h b/Source/cmInstallTargetsCommand.h index b661edf4f..03f48d110 100644 --- a/Source/cmInstallTargetsCommand.h +++ b/Source/cmInstallTargetsCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmLibraryCommand.h b/Source/cmLibraryCommand.h index 059da8f51..793a254e8 100644 --- a/Source/cmLibraryCommand.h +++ b/Source/cmLibraryCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmLinkDirectoriesCommand.cxx b/Source/cmLinkDirectoriesCommand.cxx index e005c5db3..8fd859a3a 100644 --- a/Source/cmLinkDirectoriesCommand.cxx +++ b/Source/cmLinkDirectoriesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmLinkDirectoriesCommand.h" // cmLinkDirectoriesCommand -bool cmLinkDirectoriesCommand::Invoke(std::vector& args) +bool cmLinkDirectoriesCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmLinkDirectoriesCommand.h b/Source/cmLinkDirectoriesCommand.h index 5c0b8414e..56455cb69 100644 --- a/Source/cmLinkDirectoriesCommand.h +++ b/Source/cmLinkDirectoriesCommand.h @@ -67,7 +67,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmLinkLibrariesCommand.cxx b/Source/cmLinkLibrariesCommand.cxx index 2d4a843c2..683314c46 100644 --- a/Source/cmLinkLibrariesCommand.cxx +++ b/Source/cmLinkLibrariesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmLinkLibrariesCommand.h" // cmLinkLibrariesCommand -bool cmLinkLibrariesCommand::Invoke(std::vector& args) +bool cmLinkLibrariesCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h index 9c635f212..877154d93 100644 --- a/Source/cmLinkLibrariesCommand.h +++ b/Source/cmLinkLibrariesCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmLoadCacheCommand.cxx b/Source/cmLoadCacheCommand.cxx index a14477366..6b5027c66 100644 --- a/Source/cmLoadCacheCommand.cxx +++ b/Source/cmLoadCacheCommand.cxx @@ -18,7 +18,7 @@ #include // cmLoadcacheCommand -bool cmLoadCacheCommand::Invoke(std::vector& args) +bool cmLoadCacheCommand::InitialPass(std::vector& args) { if (args.size()< 1) { diff --git a/Source/cmLoadCacheCommand.h b/Source/cmLoadCacheCommand.h index 99e7892db..a184f881d 100644 --- a/Source/cmLoadCacheCommand.h +++ b/Source/cmLoadCacheCommand.h @@ -61,7 +61,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmMakeDirectoryCommand.cxx b/Source/cmMakeDirectoryCommand.cxx index 4ccefc581..22dd4af56 100644 --- a/Source/cmMakeDirectoryCommand.cxx +++ b/Source/cmMakeDirectoryCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmDirectory.h" // cmMakeDirectoryCommand -bool cmMakeDirectoryCommand::Invoke(std::vector& args) +bool cmMakeDirectoryCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmMakeDirectoryCommand.h b/Source/cmMakeDirectoryCommand.h index 3f9db4c86..6f0709646 100644 --- a/Source/cmMakeDirectoryCommand.h +++ b/Source/cmMakeDirectoryCommand.h @@ -68,7 +68,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 62e6a651c..86d881a7d 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -275,10 +275,10 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external) if(usedCommand->GetEnabled()) { // if not running in inherit mode or - // if the command is inherited then Invoke it. + // if the command is inherited then InitialPass it. if(!inheriting || usedCommand->IsInherited()) { - if(!usedCommand->Invoke(arguments)) + if(!usedCommand->InitialPass(arguments)) { cmSystemTools::Error(usedCommand->GetName(), ": Error : \n", diff --git a/Source/cmMessageCommand.cxx b/Source/cmMessageCommand.cxx index b0b7ad7ac..7671bd3e6 100644 --- a/Source/cmMessageCommand.cxx +++ b/Source/cmMessageCommand.cxx @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmCacheManager.h" // cmLibraryCommand -bool cmMessageCommand::Invoke(std::vector& args) +bool cmMessageCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h index e3d56c010..eb0ad36f8 100644 --- a/Source/cmMessageCommand.h +++ b/Source/cmMessageCommand.h @@ -63,7 +63,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmOptionCommand.cxx b/Source/cmOptionCommand.cxx index 4564f021f..7a0e051a3 100644 --- a/Source/cmOptionCommand.cxx +++ b/Source/cmOptionCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmOptionCommand.h" // cmOptionCommand -bool cmOptionCommand::Invoke(std::vector& args) +bool cmOptionCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h index ae55bad92..99baea52a 100644 --- a/Source/cmOptionCommand.h +++ b/Source/cmOptionCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmProjectCommand.cxx b/Source/cmProjectCommand.cxx index 6b149f961..96e17e609 100644 --- a/Source/cmProjectCommand.cxx +++ b/Source/cmProjectCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmProjectCommand.h" // cmProjectCommand -bool cmProjectCommand::Invoke(std::vector& args) +bool cmProjectCommand::InitialPass(std::vector& args) { if(args.size() < 1 || args.size() > 1) { diff --git a/Source/cmProjectCommand.h b/Source/cmProjectCommand.h index a3bf15342..e03e0821b 100644 --- a/Source/cmProjectCommand.h +++ b/Source/cmProjectCommand.h @@ -67,7 +67,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx index 54242ce46..90e2442c6 100644 --- a/Source/cmSetCommand.cxx +++ b/Source/cmSetCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSetCommand.h" // cmSetCommand -bool cmSetCommand::Invoke(std::vector& args) +bool cmSetCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h index 8a97240ca..b1a4c7dcf 100644 --- a/Source/cmSetCommand.h +++ b/Source/cmSetCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmSiteNameCommand.cxx b/Source/cmSiteNameCommand.cxx index 241539a67..5ebc7077b 100644 --- a/Source/cmSiteNameCommand.cxx +++ b/Source/cmSiteNameCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSiteNameCommand.h" // cmSiteNameCommand -bool cmSiteNameCommand::Invoke(std::vector& args) +bool cmSiteNameCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmSiteNameCommand.h b/Source/cmSiteNameCommand.h index 780f7ff27..b74c39dc6 100644 --- a/Source/cmSiteNameCommand.h +++ b/Source/cmSiteNameCommand.h @@ -64,7 +64,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmSourceFilesCommand.cxx b/Source/cmSourceFilesCommand.cxx index 3f34f906c..0d12c3daa 100644 --- a/Source/cmSourceFilesCommand.cxx +++ b/Source/cmSourceFilesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSourceFilesCommand.h" // cmSourceFilesCommand -bool cmSourceFilesCommand::Invoke(std::vector& args) +bool cmSourceFilesCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmSourceFilesCommand.h b/Source/cmSourceFilesCommand.h index c74fc7625..48ad84bc4 100644 --- a/Source/cmSourceFilesCommand.h +++ b/Source/cmSourceFilesCommand.h @@ -70,7 +70,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmSourceGroupCommand.cxx b/Source/cmSourceGroupCommand.cxx index 4e6ba3cff..f9e71db98 100644 --- a/Source/cmSourceGroupCommand.cxx +++ b/Source/cmSourceGroupCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSourceGroupCommand.h" // cmSourceGroupCommand -bool cmSourceGroupCommand::Invoke(std::vector& args) +bool cmSourceGroupCommand::InitialPass(std::vector& args) { if(args.size() != 2) { diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 8c08f5922..7f24460e4 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -65,7 +65,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmSubdirCommand.cxx b/Source/cmSubdirCommand.cxx index 2ce120b59..c1720cd6f 100644 --- a/Source/cmSubdirCommand.cxx +++ b/Source/cmSubdirCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmSubdirCommand.h" // cmSubdirCommand -bool cmSubdirCommand::Invoke(std::vector& args) +bool cmSubdirCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index 25bc01c00..804312617 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmTargetLinkLibrariesCommand.cxx b/Source/cmTargetLinkLibrariesCommand.cxx index fb44de331..526ee6903 100644 --- a/Source/cmTargetLinkLibrariesCommand.cxx +++ b/Source/cmTargetLinkLibrariesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmTargetLinkLibrariesCommand.h" // cmTargetLinkLibrariesCommand -bool cmTargetLinkLibrariesCommand::Invoke(std::vector& args) +bool cmTargetLinkLibrariesCommand::InitialPass(std::vector& args) { if(args.size() < 2) { diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index 18a2ac4e2..faccd11e6 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -66,7 +66,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmTestsCommand.cxx b/Source/cmTestsCommand.cxx index 24d78c6af..d3d85197e 100644 --- a/Source/cmTestsCommand.cxx +++ b/Source/cmTestsCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmTestsCommand.h" // cmExecutableCommand -bool cmTestsCommand::Invoke(std::vector& args) +bool cmTestsCommand::InitialPass(std::vector& args) { // does nothing in CMake return true; diff --git a/Source/cmTestsCommand.h b/Source/cmTestsCommand.h index 34a87d0bf..0c6d8cd18 100644 --- a/Source/cmTestsCommand.h +++ b/Source/cmTestsCommand.h @@ -69,7 +69,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt. diff --git a/Source/cmUtilitySourceCommand.cxx b/Source/cmUtilitySourceCommand.cxx index 15aefa916..767b78d88 100644 --- a/Source/cmUtilitySourceCommand.cxx +++ b/Source/cmUtilitySourceCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmUtilitySourceCommand.h" // cmUtilitySourceCommand -bool cmUtilitySourceCommand::Invoke(std::vector& args) +bool cmUtilitySourceCommand::InitialPass(std::vector& args) { if(args.size() < 3) { diff --git a/Source/cmUtilitySourceCommand.h b/Source/cmUtilitySourceCommand.h index 79078942e..32af3a911 100644 --- a/Source/cmUtilitySourceCommand.h +++ b/Source/cmUtilitySourceCommand.h @@ -68,7 +68,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This determines if the command gets propagated down diff --git a/Source/cmVTKWrapJavaCommand.cxx b/Source/cmVTKWrapJavaCommand.cxx index b0d191ed1..e9a8951c7 100644 --- a/Source/cmVTKWrapJavaCommand.cxx +++ b/Source/cmVTKWrapJavaCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmVTKWrapJavaCommand.h" // cmVTKWrapJavaCommand -bool cmVTKWrapJavaCommand::Invoke(std::vector& args) +bool cmVTKWrapJavaCommand::InitialPass(std::vector& args) { if(args.size() < 3 ) { diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 25c97fc58..0d104482b 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -24,7 +24,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This is called at the end after all the information diff --git a/Source/cmVTKWrapPythonCommand.cxx b/Source/cmVTKWrapPythonCommand.cxx index 663f5fc2e..7e8050f63 100644 --- a/Source/cmVTKWrapPythonCommand.cxx +++ b/Source/cmVTKWrapPythonCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmVTKWrapPythonCommand.h" // cmVTKWrapPythonCommand -bool cmVTKWrapPythonCommand::Invoke(std::vector& args) +bool cmVTKWrapPythonCommand::InitialPass(std::vector& args) { if(args.size() < 3 ) { diff --git a/Source/cmVTKWrapPythonCommand.h b/Source/cmVTKWrapPythonCommand.h index 281b0cb62..68a417a0f 100644 --- a/Source/cmVTKWrapPythonCommand.h +++ b/Source/cmVTKWrapPythonCommand.h @@ -24,7 +24,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This is called at the end after all the information diff --git a/Source/cmVTKWrapTclCommand.cxx b/Source/cmVTKWrapTclCommand.cxx index 11136b767..e681c687e 100644 --- a/Source/cmVTKWrapTclCommand.cxx +++ b/Source/cmVTKWrapTclCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmVTKWrapTclCommand.h" // cmVTKWrapTclCommand -bool cmVTKWrapTclCommand::Invoke(std::vector& args) +bool cmVTKWrapTclCommand::InitialPass(std::vector& args) { if(args.size() < 3 ) { diff --git a/Source/cmVTKWrapTclCommand.h b/Source/cmVTKWrapTclCommand.h index 2e9da6e1c..9c627262f 100644 --- a/Source/cmVTKWrapTclCommand.h +++ b/Source/cmVTKWrapTclCommand.h @@ -25,7 +25,7 @@ public: * This is called when the command is first encountered in * the CMakeLists.txt file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * This is called at the end after all the information diff --git a/Source/cmWrapExcludeFilesCommand.cxx b/Source/cmWrapExcludeFilesCommand.cxx index ba5904ad4..eb6475953 100644 --- a/Source/cmWrapExcludeFilesCommand.cxx +++ b/Source/cmWrapExcludeFilesCommand.cxx @@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "cmWrapExcludeFilesCommand.h" // cmWrapExcludeFilesCommand -bool cmWrapExcludeFilesCommand::Invoke(std::vector& args) +bool cmWrapExcludeFilesCommand::InitialPass(std::vector& args) { if(args.size() < 1 ) { diff --git a/Source/cmWrapExcludeFilesCommand.h b/Source/cmWrapExcludeFilesCommand.h index f50484d40..967fcd91f 100644 --- a/Source/cmWrapExcludeFilesCommand.h +++ b/Source/cmWrapExcludeFilesCommand.h @@ -56,7 +56,7 @@ public: * This is called when the command is first encountered in * the input file. */ - virtual bool Invoke(std::vector& args); + virtual bool InitialPass(std::vector& args); /** * The name of the command as specified in CMakeList.txt.