Sebastien Barre 63cb6c7407 Expand vars in exe and lib name hace 24 años
..
FLTKDialog 4a8b9ecf98 FIX: Reverted to use FillCacheManagerFromGUI(). hace 24 años
MFCDialog b0e3a2def0 ENH: use callback not ifdef for MFC message box errors hace 24 años
CMakeLib.dsp d204791e45 ENH: integrate borland support hace 24 años
CMakeLists.txt 8f652aad21 ENH: fixes for borland compiler testing hace 24 años
CMakeSetup.dsw 5edd7673e1 ENH: add caching for the input CMakeList.txt files, 2X speed up hace 24 años
DumpDocumentation.dsp 8d681d4793 remove /ZI hace 24 años
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake hace 24 años
Makefile.in 5edd7673e1 ENH: add caching for the input CMakeList.txt files, 2X speed up hace 24 años
cmAbstractFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAbstractFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddCustomTargetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddCustomTargetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddDefinitionsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddDefinitionsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddDependenciesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddDependenciesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddExecutableCommand.cxx 63cb6c7407 Expand vars in exe and lib name hace 24 años
cmAddExecutableCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddLibraryCommand.cxx 63cb6c7407 Expand vars in exe and lib name hace 24 años
cmAddLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddTestCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAddTestCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAuxSourceDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmAuxSourceDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmBorlandMakefileGenerator.cpp ad09f66469 FIX: Same as last checkin except applies to bpi files as wellas lib files hace 24 años
cmBorlandMakefileGenerator.h 7adaefb403 ERR: Change to EscapeSpaces forces rework of Borland generator <sigh> hace 24 años
cmBuildCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmBuildCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmBuildNameCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmBuildNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCableClassSet.cxx 8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. hace 24 años
cmCableClassSet.h 8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. hace 24 años
cmCableClassSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCableClassSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCableWrapTclCommand.cxx b6158ac39c ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. Also added ADD_DEFINITIONS arguments to the generated rule. hace 24 años
cmCableWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCacheManager.cxx 10ae8a4e24 ENH: clean up drive letter check hace 24 años
cmCacheManager.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. hace 24 años
cmCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCommands.cxx 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmCommands.h 54cfe84f3f ENH:New copyright hace 24 años
cmConfigure.cmake.h.in 95e4feb361 BUG: add in for scope variable hace 24 años
cmConfigure.h.in db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping hace 24 años
cmConfigureFileCommand.cxx 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables hace 24 años
cmConfigureFileCommand.h 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables hace 24 años
cmConfigureGccXmlCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmConfigureGccXmlCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmCustomCommand.cxx cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command hace 24 años
cmCustomCommand.h cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command hace 24 años
cmDSPWriter.cxx 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmDSPWriter.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. hace 24 años
cmDSWWriter.cxx 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmDSWWriter.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmData.h a5480276d5 ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition. hace 24 años
cmDirectory.cxx ea2690d667 fixed bug in mismatched directory opens consuming file descriptors hace 24 años
cmDirectory.h 54cfe84f3f ENH:New copyright hace 24 años
cmDumpDocumentation.cxx a4f40c31f1 ENH: add dump documentation test hace 24 años
cmElseCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmElseCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue hace 24 años
cmEnableTestingCommand.h 8074eeebf1 Add warning regarding the location of ENABLE_TESTING (should be in the top CMakeList.txt, otherwise Dart is lost) hace 24 años
cmEndForEachCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmEndForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmEndIfCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmEndIfCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmExecProgramCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmExecProgramCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindFileCommand.cxx 8106e93dca This command should always set the cahce variabel to a filepath not a path hace 24 años
cmFindFileCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindLibraryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindPathCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindPathCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindProgramCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFindProgramCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmForEachCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmFunctionBlocker.h 4ab2650802 added for each command hace 24 años
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles hace 24 años
cmGetFilenameComponentCommand.cxx cc731ac548 The result of this utility command can now be optionally added to the cache hace 24 años
cmGetFilenameComponentCommand.h cc731ac548 The result of this utility command can now be optionally added to the cache hace 24 años
cmIfCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIfCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeExternalMSProjectCommand.cxx 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmIncludeExternalMSProjectCommand.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command hace 24 años
cmIncludeRegularExpressionCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmIncludeRegularExpressionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallProgramsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallProgramsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallTargetsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmInstallTargetsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLinkDirectoriesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLinkDirectoriesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLinkLibrariesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmListFileCache.cxx 8591786867 ENH: add better error reports in parsing cmake files, like what file has the error hace 24 años
cmListFileCache.h 9438a5965a initialize class hace 24 años
cmLoadCacheCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmLoadCacheCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmMSProjectGenerator.cxx db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping hace 24 años
cmMSProjectGenerator.h d204791e45 ENH: integrate borland support hace 24 años
cmMakeDepend.cxx ddec29c52d BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. hace 24 años
cmMakeDepend.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. hace 24 años
cmMakeDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmMakeDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmMakefile.cxx 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables hace 24 años
cmMakefile.h 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables hace 24 años
cmMakefileGenerator.cxx e197d3f219 remove memory leaks hace 24 años
cmMakefileGenerator.h 58a3e38167 add support for clean up hace 24 años
cmMessageCommand.cxx 1830690a0d ENH: expand variables in message command output hace 24 años
cmMessageCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmOptionCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmOptionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmOutputRequiredFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmOutputRequiredFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmProjectCommand.cxx 71fe9280cb Add PROJECT_NAME to the set of definitions hace 24 años
cmProjectCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmQTWrapCPPCommand.cxx 8fefb3dd22 Detect error and output useful message hace 24 años
cmQTWrapCPPCommand.h 3a316a6e0a added a QT_WRAP_CPP command hace 24 años
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright hace 24 años
cmRegularExpression.h 54cfe84f3f ENH:New copyright hace 24 años
cmSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSiteNameCommand.cxx 5cc95e4387 SITE_NAME should return the most qualified name of the host. If nslookup works, now the domain is appended to the hostname (whereas it *replaced* the host name before) hace 24 años
cmSiteNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceFile.cxx 7d907c8d59 ENH: clean up error report for source files not found hace 24 años
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. hace 24 años
cmSourceFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceFilesRemoveCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceFilesRemoveCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceGroup.cxx cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command hace 24 años
cmSourceGroup.h cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command hace 24 años
cmSourceGroupCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSourceGroupCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmStandardIncludes.h eb6e54c64b ENH: Replaced cmStdString implementation to make it more transparently a std:string. hace 24 años
cmSubdirCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSubdirCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSubdirDependsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSubdirDependsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmSystemTools.cxx b0e3a2def0 ENH: use callback not ifdef for MFC message box errors hace 24 años
cmSystemTools.h 539318f587 ENH: add callback for message display hace 24 años
cmTarget.cxx cfa25e9e1a ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. hace 24 años
cmTarget.h 247c1640da hace 24 años
cmTargetLinkLibrariesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmTargetLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmUnixMakefileGenerator.cxx 1096d43d14 ENH: allow -framework as a complete entry in the link line for Mac OSX hace 24 años
cmUnixMakefileGenerator.h e197d3f219 remove memory leaks hace 24 años
cmUseMangledMesaCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmUseMangledMesaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmUtilitySourceCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmUtilitySourceCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmVTKWrapJavaCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmVTKWrapJavaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmVTKWrapPythonCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmVTKWrapPythonCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmVTKWrapTclCommand.cxx b502515ad1 memory leak hace 24 años
cmVTKWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmWrapExcludeFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmWrapExcludeFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache hace 24 años
cmake.cxx 8f652aad21 ENH: fixes for borland compiler testing hace 24 años
cmake.dsp 8d681d4793 remove /ZI hace 24 años
cmake.h d204791e45 ENH: integrate borland support hace 24 años
cmakemain.cxx e197d3f219 remove memory leaks hace 24 años
cmaketest.cxx 1c5c899fd7 add dependency for configure files and use short path in WIN32 cmake test hace 24 años
cmaketest.h.in c19c252e23 minor fixes to testing hace 24 años
ctest.cxx 8591786867 ENH: add better error reports in parsing cmake files, like what file has the error hace 24 años
ctest.dsp 8d681d4793 remove /ZI hace 24 años
ctest.h 08a89bd8dc added regexp option hace 24 años