Berk Geveci 4848c81428 Many improvements. il y a 24 ans
..
CursesDialog 4848c81428 Many improvements. il y a 24 ans
FLTKDialog 4a8b9ecf98 FIX: Reverted to use FillCacheManagerFromGUI(). il y a 24 ans
MFCDialog b0e3a2def0 ENH: use callback not ifdef for MFC message box errors il y a 24 ans
CMakeLib.dsp d204791e45 ENH: integrate borland support il y a 24 ans
CMakeLists.txt 33dbd7acf8 Re-enabling curses support. il y a 24 ans
CMakeSetup.dsw 5edd7673e1 ENH: add caching for the input CMakeList.txt files, 2X speed up il y a 24 ans
DumpDocumentation.dsp 8d681d4793 remove /ZI il y a 24 ans
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake il y a 24 ans
Makefile.in 5edd7673e1 ENH: add caching for the input CMakeList.txt files, 2X speed up il y a 24 ans
cmAbstractFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAbstractFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddCustomTargetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddCustomTargetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddDefinitionsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddDefinitionsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddDependenciesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddDependenciesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddExecutableCommand.cxx 63cb6c7407 Expand vars in exe and lib name il y a 24 ans
cmAddExecutableCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddLibraryCommand.cxx 63cb6c7407 Expand vars in exe and lib name il y a 24 ans
cmAddLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddTestCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAddTestCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAuxSourceDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmAuxSourceDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmBorlandMakefileGenerator.cpp ad09f66469 FIX: Same as last checkin except applies to bpi files as wellas lib files il y a 24 ans
cmBorlandMakefileGenerator.h 7adaefb403 ERR: Change to EscapeSpaces forces rework of Borland generator <sigh> il y a 24 ans
cmBuildCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmBuildCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmBuildNameCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmBuildNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmCableClassSet.cxx 8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. il y a 24 ans
cmCableClassSet.h 8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. il y a 24 ans
cmCableClassSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmCableClassSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmCableWrapTclCommand.cxx b6158ac39c ENH: Improved parsing of GCCXML_FLAGS to improve generation of gccxml rule. Also added ADD_DEFINITIONS arguments to the generated rule. il y a 24 ans
cmCableWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmCacheManager.cxx 36e7b5567a On win32 path is all in lower case now il y a 24 ans
cmCacheManager.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. il y a 24 ans
cmCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmCommands.cxx 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command il y a 24 ans
cmCommands.h 54cfe84f3f ENH:New copyright il y a 24 ans
cmConfigure.cmake.h.in 95e4feb361 BUG: add in for scope variable il y a 24 ans
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 il y a 24 ans
cmConfigureFileCommand.cxx 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables il y a 24 ans
cmConfigureFileCommand.h 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables il y a 24 ans
cmConfigureGccXmlCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmConfigureGccXmlCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
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 il y a 24 ans
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 il y a 24 ans
cmDSPWriter.cxx 8476330979 switched string::compare to strncmp il y a 24 ans
cmDSPWriter.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. il y a 24 ans
cmDSWWriter.cxx 8476330979 switched string::compare to strncmp il y a 24 ans
cmDSWWriter.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command il y a 24 ans
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. il y a 24 ans
cmDirectory.cxx ea2690d667 fixed bug in mismatched directory opens consuming file descriptors il y a 24 ans
cmDirectory.h 54cfe84f3f ENH:New copyright il y a 24 ans
cmDumpDocumentation.cxx a4f40c31f1 ENH: add dump documentation test il y a 24 ans
cmElseCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmElseCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue il y a 24 ans
cmEnableTestingCommand.h 8074eeebf1 Add warning regarding the location of ENABLE_TESTING (should be in the top CMakeList.txt, otherwise Dart is lost) il y a 24 ans
cmEndForEachCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmEndForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmEndIfCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmEndIfCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmExecProgramCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmExecProgramCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindFileCommand.cxx 8106e93dca This command should always set the cahce variabel to a filepath not a path il y a 24 ans
cmFindFileCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindLibraryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindPathCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindPathCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindProgramCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFindProgramCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmForEachCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmFunctionBlocker.h 4ab2650802 added for each command il y a 24 ans
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles il y a 24 ans
cmGetFilenameComponentCommand.cxx cc731ac548 The result of this utility command can now be optionally added to the cache il y a 24 ans
cmGetFilenameComponentCommand.h cc731ac548 The result of this utility command can now be optionally added to the cache il y a 24 ans
cmIfCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmIfCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmIncludeCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmIncludeCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmIncludeDirectoryCommand.cxx ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs il y a 24 ans
cmIncludeDirectoryCommand.h ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs il y a 24 ans
cmIncludeExternalMSProjectCommand.cxx 9190e57e3d ERR: ^M's removed. il y a 24 ans
cmIncludeExternalMSProjectCommand.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command il y a 24 ans
cmIncludeRegularExpressionCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmIncludeRegularExpressionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallProgramsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallProgramsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallTargetsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmInstallTargetsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLinkDirectoriesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLinkDirectoriesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLinkLibrariesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmListFileCache.cxx 8591786867 ENH: add better error reports in parsing cmake files, like what file has the error il y a 24 ans
cmListFileCache.h 9438a5965a initialize class il y a 24 ans
cmLoadCacheCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmLoadCacheCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
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 il y a 24 ans
cmMSProjectGenerator.h d204791e45 ENH: integrate borland support il y a 24 ans
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. il y a 24 ans
cmMakeDepend.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. il y a 24 ans
cmMakeDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmMakeDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmMakefile.cxx ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs il y a 24 ans
cmMakefile.h ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs il y a 24 ans
cmMakefileGenerator.cxx e197d3f219 remove memory leaks il y a 24 ans
cmMakefileGenerator.h 58a3e38167 add support for clean up il y a 24 ans
cmMessageCommand.cxx 1830690a0d ENH: expand variables in message command output il y a 24 ans
cmMessageCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmOptionCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmOptionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmOutputRequiredFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmOutputRequiredFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmProjectCommand.cxx 71fe9280cb Add PROJECT_NAME to the set of definitions il y a 24 ans
cmProjectCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmQTWrapCPPCommand.cxx 8fefb3dd22 Detect error and output useful message il y a 24 ans
cmQTWrapCPPCommand.h 3a316a6e0a added a QT_WRAP_CPP command il y a 24 ans
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright il y a 24 ans
cmRegularExpression.h 54cfe84f3f ENH:New copyright il y a 24 ans
cmSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
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) il y a 24 ans
cmSiteNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSourceFile.cxx 7d907c8d59 ENH: clean up error report for source files not found il y a 24 ans
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. il y a 24 ans
cmSourceFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSourceFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSourceFilesRemoveCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSourceFilesRemoveCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
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 il y a 24 ans
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 il y a 24 ans
cmSourceGroupCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSourceGroupCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmStandardIncludes.h eb6e54c64b ENH: Replaced cmStdString implementation to make it more transparently a std:string. il y a 24 ans
cmSubdirCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSubdirCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSubdirDependsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSubdirDependsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmSystemTools.cxx b0e3a2def0 ENH: use callback not ifdef for MFC message box errors il y a 24 ans
cmSystemTools.h 539318f587 ENH: add callback for message display il y a 24 ans
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. il y a 24 ans
cmTarget.h 247c1640da il y a 24 ans
cmTargetLinkLibrariesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmTargetLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmUnixMakefileGenerator.cxx 1a8e3ba1e6 ENH: use full paths for object compile rules il y a 24 ans
cmUnixMakefileGenerator.h c15ad5c98d ENH: clean up interface and change build in current directory to build the depend file first il y a 24 ans
cmUseMangledMesaCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmUseMangledMesaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmUtilitySourceCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmUtilitySourceCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmVTKWrapJavaCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmVTKWrapJavaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmVTKWrapPythonCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmVTKWrapPythonCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmVTKWrapTclCommand.cxx b502515ad1 memory leak il y a 24 ans
cmVTKWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmWrapExcludeFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmWrapExcludeFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
cmake.cxx 8f652aad21 ENH: fixes for borland compiler testing il y a 24 ans
cmake.dsp 8d681d4793 remove /ZI il y a 24 ans
cmake.h d204791e45 ENH: integrate borland support il y a 24 ans
cmakemain.cxx e197d3f219 remove memory leaks il y a 24 ans
cmaketest.cxx 1c5c899fd7 add dependency for configure files and use short path in WIN32 cmake test il y a 24 ans
cmaketest.h.in c19c252e23 minor fixes to testing il y a 24 ans
ctest.cxx 8591786867 ENH: add better error reports in parsing cmake files, like what file has the error il y a 24 ans
ctest.dsp 8d681d4793 remove /ZI il y a 24 ans
ctest.h 08a89bd8dc added regexp option il y a 24 ans