Bill Hoffman c0cd47a402 fix if logic for null defs 24 年之前
..
CursesDialog 5adda3463a BUG: Curses was being used without initialization. 24 年之前
FLTKDialog e3fa722b44 ENH: These files are now generated from the .fl file by FLTK_WRAP_UI command. 24 年之前
MFCDialog c213a8bcd8 make it a modal dialog 24 年之前
CMakeLib.dsp 0d3eefb1f1 new borland generator moved into place 24 年之前
CMakeLists.txt 56252e1100 ENH: make the fltk build default to OFF, it fails on too many linux machines with the default build 24 年之前
CMakeSetup.dsw 5edd7673e1 ENH: add caching for the input CMakeList.txt files, 2X speed up 24 年之前
DumpDocumentation.dsp 8d681d4793 remove /ZI 24 年之前
InitialConfigureFlags.cmake.in cc768c86c6 ENH: pass prefix from configure into cmake 24 年之前
Makefile.borland 07363b8318 add wizard 24 年之前
Makefile.in 0d3eefb1f1 new borland generator moved into place 24 年之前
cmAbstractFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAbstractFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddCustomCommandCommand.cxx e0d02e10b5 Remove hack. 24 年之前
cmAddCustomCommandCommand.h 58ee855503 Fix add custom command so that it actually executes the code 24 年之前
cmAddCustomTargetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddCustomTargetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddDefinitionsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddDefinitionsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddDependenciesCommand.cxx 445f122a92 ENH: add error checking 24 年之前
cmAddDependenciesCommand.h a244cb242c ENH: fix spelling error 24 年之前
cmAddExecutableCommand.cxx 63cb6c7407 Expand vars in exe and lib name 24 年之前
cmAddExecutableCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddLibraryCommand.cxx 53f8721f99 Break the "to infinity and beyond" stuff 24 年之前
cmAddLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddTestCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAddTestCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAuxSourceDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmAuxSourceDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmBorlandMakefileGenerator.cxx d0397266d2 BUG: use borland run time dll for shared builds to avoid crashes 24 年之前
cmBorlandMakefileGenerator.h b67dc16be6 ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff 24 年之前
cmBuildCommand.cxx 802e2efd5d no message 24 年之前
cmBuildCommand.h b39f6afa45 Fix typo (second argument was not reported) 24 年之前
cmBuildNameCommand.cxx 99c9d77f21 Fix: argument was not used. 24 年之前
cmBuildNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmCableClassSet.cxx e810171035 AIX compiler fix private to public 24 年之前
cmCableClassSet.h 8e79e498f9 ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output. 24 年之前
cmCableClassSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmCableClassSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmCableWrapTclCommand.cxx 319a5e0077 BUG: CustomCommand has to use full path to Source file now 24 年之前
cmCableWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmCacheManager.cxx 1a31d4b314 ENH: try to keep the dsp files from changing between each write 24 年之前
cmCacheManager.h eecf4b9cbf ENH: add advanced variable types and command line wizard gui 24 年之前
cmCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmCommands.cxx fa53ab0807 ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK kits to register their classes with vtkInstantiator. 24 年之前
cmCommands.h 54cfe84f3f ENH:New copyright 25 年之前
cmConfigure.cmake.h.in 95e4feb361 BUG: add in for scope variable 24 年之前
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 24 年之前
cmConfigureFileCommand.cxx ce89556706 BUG: make sure non cmakedef lines are not skipped 24 年之前
cmConfigureFileCommand.h 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables 24 年之前
cmConfigureGccXmlCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmConfigureGccXmlCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
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 24 年之前
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 24 年之前
cmDSPWriter.cxx 3df3d839cc ENH: only output each link path once 24 年之前
cmDSPWriter.h 722283804b support for custom targets on exe and lib 24 年之前
cmDSWWriter.cxx b180bf609b fix warning for Borland build 24 年之前
cmDSWWriter.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command 24 年之前
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. 25 年之前
cmDirectory.cxx ea2690d667 fixed bug in mismatched directory opens consuming file descriptors 24 年之前
cmDirectory.h 54cfe84f3f ENH:New copyright 25 年之前
cmDumpDocumentation.cxx a4f40c31f1 ENH: add dump documentation test 24 年之前
cmElseCommand.cxx 71b36a7164 BUG: GetDefiniton can return null 24 年之前
cmElseCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue 24 年之前
cmEnableTestingCommand.h 8074eeebf1 Add warning regarding the location of ENABLE_TESTING (should be in the top CMakeList.txt, otherwise Dart is lost) 24 年之前
cmEndForEachCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmEndForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmEndIfCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmEndIfCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmExecProgramCommand.cxx 6d1a312c7b Fix bug: was expanding second arg even if not passed. crashed 24 年之前
cmExecProgramCommand.h 1ccaa434ce Fix typo 24 年之前
cmFLTKWrapUICommand.cxx 3b9b80b14c ENH: No longer tries to create a directory for the output 24 年之前
cmFLTKWrapUICommand.h cdecad7a05 FIX: The command was modified it uses now a target and a source list 24 年之前
cmFindFileCommand.cxx 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmFindFileCommand.h 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmFindLibraryCommand.cxx 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmFindLibraryCommand.h 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmFindPathCommand.cxx e452849640 FIX: Entry doc. should never be overwritten. This may cause cmake to be re-run very often. 24 年之前
cmFindPathCommand.h 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmFindProgramCommand.cxx e452849640 FIX: Entry doc. should never be overwritten. This may cause cmake to be re-run very often. 24 年之前
cmFindProgramCommand.h 3e24edcd04 ENH: add possibility to add doc strings to varibles created by find type commands 24 年之前
cmForEachCommand.cxx 0d3eefb1f1 new borland generator moved into place 24 年之前
cmForEachCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmFunctionBlocker.h 4ab2650802 added for each command 24 年之前
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles 25 年之前
cmGetFilenameComponentCommand.cxx cc731ac548 The result of this utility command can now be optionally added to the cache 24 年之前
cmGetFilenameComponentCommand.h cc731ac548 The result of this utility command can now be optionally added to the cache 24 年之前
cmIfCommand.cxx c0cd47a402 fix if logic for null defs 24 年之前
cmIfCommand.h e07ea14e31 added exists option for if statement 24 年之前
cmIncludeCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmIncludeCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmIncludeDirectoryCommand.cxx ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs 24 年之前
cmIncludeDirectoryCommand.h ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs 24 年之前
cmIncludeExternalMSProjectCommand.cxx 41017cbc88 ENH: clean up warnings 24 年之前
cmIncludeExternalMSProjectCommand.h 4ba36ca453 INCLUDE_EXTERNAL_MSPROJECT command 24 年之前
cmIncludeRegularExpressionCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmIncludeRegularExpressionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallProgramsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallProgramsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallTargetsCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmInstallTargetsCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmLibraryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmLinkDirectoriesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmLinkDirectoriesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmLinkLibrariesCommand.cxx a99f293e3a removed extra lib paths to avoid finding old libs 24 年之前
cmLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmListFileCache.cxx 521d8d9410 Improvements to the curses interface. 24 年之前
cmListFileCache.h 9438a5965a initialize class 24 年之前
cmLoadCacheCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmLoadCacheCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
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 24 年之前
cmMSProjectGenerator.h d204791e45 ENH: integrate borland support 24 年之前
cmMakeDepend.cxx 8c7b9cbf10 Now adds dependency if the file doesn't exist but will be created during the compilation 24 年之前
cmMakeDepend.h ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. 24 年之前
cmMakeDirectoryCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmMakeDirectoryCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmMakefile.cxx 1859209282 BUG: .txx are not source files. They contain template code which can only 24 年之前
cmMakefile.h 4688198996 ERR: Missing forward declaration of cmMakeDepend added. 24 年之前
cmMakefileGenerator.cxx e197d3f219 remove memory leaks 24 年之前
cmMakefileGenerator.h 58a3e38167 add support for clean up 24 年之前
cmMarkAsAdvancedCommand.cxx 8e5f3bb9e1 ENH: add mark as not advanced to mark as advanced 24 年之前
cmMarkAsAdvancedCommand.h 8e5f3bb9e1 ENH: add mark as not advanced to mark as advanced 24 年之前
cmMessageCommand.cxx 0314c5f76a Allow multiline messages 24 年之前
cmMessageCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmNMakeMakefileGenerator.cxx 5e8f9427d1 BUG: fix build of library in other directory if it is not there 24 年之前
cmNMakeMakefileGenerator.h dea1309e8d Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativePath to NMake gen 24 年之前
cmOptionCommand.cxx 3173249761 ENH: do not write over existing cache values even doc strings to avoid changing the cache file 24 年之前
cmOptionCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmOutputRequiredFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmOutputRequiredFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmProjectCommand.cxx 71fe9280cb Add PROJECT_NAME to the set of definitions 24 年之前
cmProjectCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmQTWrapCPPCommand.cxx 53d0de2a9f cleanups 24 年之前
cmQTWrapCPPCommand.h 53d0de2a9f cleanups 24 年之前
cmQTWrapUICommand.cxx 6156928549 WAR: fix warning 24 年之前
cmQTWrapUICommand.h 9f9db7dad5 corrected path problem and added moc compilation too 24 年之前
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 25 年之前
cmRegularExpression.h 54cfe84f3f ENH:New copyright 25 年之前
cmSetCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSetCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSiteNameCommand.cxx 99c9d77f21 Fix: argument was not used. 24 年之前
cmSiteNameCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSourceFile.cxx 4ec2836634 ENH: Classify a file as source or header even when the extension is given 24 年之前
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 年之前
cmSourceFilesCommand.cxx e77515c2da Add option of adding generated files to source list 24 年之前
cmSourceFilesCommand.h e77515c2da Add option of adding generated files to source list 24 年之前
cmSourceFilesRemoveCommand.cxx 21224d0bf1 Add GENERATED to cmSourceFilesRemoveCommand 24 年之前
cmSourceFilesRemoveCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
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 24 年之前
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 24 年之前
cmSourceGroupCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSourceGroupCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmStandardIncludes.h 572e5146f8 define hacks and such for the dec compiler 24 年之前
cmSubdirCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSubdirCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmSubdirDependsCommand.cxx 03e7b6a67a remove warning 24 年之前
cmSubdirDependsCommand.h ee31c3e0a4 ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. 24 年之前
cmSystemTools.cxx b2085d7e9d Rolling back symbolic path changes until it works on Windows. 24 年之前
cmSystemTools.h b2085d7e9d Rolling back symbolic path changes until it works on Windows. 24 年之前
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. 24 年之前
cmTarget.h bf7470be7c FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. 24 年之前
cmTargetLinkLibrariesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmTargetLinkLibrariesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmUnixMakefileGenerator.cxx 475364ac48 some fixes to recent screwerd up changes 24 年之前
cmUnixMakefileGenerator.h 475364ac48 some fixes to recent screwerd up changes 24 年之前
cmUseMangledMesaCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmUseMangledMesaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmUtilitySourceCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmUtilitySourceCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmVTKMakeInstantiatorCommand.cxx 12b286ea13 change ostrstream to strstream 24 年之前
cmVTKMakeInstantiatorCommand.h 1f68c1be85 ENH: Improved flexibility of command by allowing specificiation of separate input and outputs source lists. Multiple input source lists are now also allowed. 24 年之前
cmVTKWrapJavaCommand.cxx 0333f15b96 minor fixes 24 年之前
cmVTKWrapJavaCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmVTKWrapPythonCommand.cxx 0333f15b96 minor fixes 24 年之前
cmVTKWrapPythonCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmVTKWrapTclCommand.cxx a57202fcc4 minor fix 24 年之前
cmVTKWrapTclCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmVariableRequiresCommand.cxx 2c853716ce ENH: let people know the variable is advanced 24 年之前
cmVariableRequiresCommand.h 1ccaa434ce Fix typo 24 年之前
cmWrapExcludeFilesCommand.cxx baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmWrapExcludeFilesCommand.h baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
cmake.cxx 8a599b3569 Fix: escaping spaces was preventing a value with space to be passed correctly 24 年之前
cmake.dsp 8d681d4793 remove /ZI 24 年之前
cmake.h b2085d7e9d Rolling back symbolic path changes until it works on Windows. 24 年之前
cmakemain.cxx 0d3eefb1f1 new borland generator moved into place 24 年之前
cmaketest.cxx a2fe7601f0 FIX: need a 'make clean' before 'make all' otherwise the post-build custom-command are not run (since a lib might be up to date already for ex.). 24 年之前
cmaketest.h.in 94f82edd07 Closer to nmake build 24 年之前
cmakewizard.cxx 26ecd7731d ENH: call convert to unix slashes for path and filepath entries 24 年之前
cmakewizard.h ab46fd164a *** empty log message *** 24 年之前
ctest.cxx 2c0f4f6725 ENH: add flush 24 年之前
ctest.dsp 8d681d4793 remove /ZI 24 年之前
ctest.h 08a89bd8dc added regexp option 24 年之前