| .. |
|
FLTKDialog
|
d5c497d8bc
ENH: update to new style of cache access
|
24 ani în urmă |
|
MFCDialog
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
CMakeLib.dsp
|
d204791e45
ENH: integrate borland support
|
24 ani în urmă |
|
CMakeLists.txt
|
5acb894e58
Typo in link command.
|
24 ani în urmă |
|
CMakeSetup.dsw
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 ani în urmă |
|
DumpDocumentation.dsp
|
8d681d4793
remove /ZI
|
24 ani în urmă |
|
Makefile.in
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 ani în urmă |
|
cmAbstractFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmAbstractFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmAddCustomTargetCommand.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 ani în urmă |
|
cmAddCustomTargetCommand.h
|
c84f6448a6
modified how paths are escaped, added depends
|
24 ani în urmă |
|
cmAddDefinitionsCommand.cxx
|
fda98f8562
BUG: Needed to expand variables of definitions.
|
24 ani în urmă |
|
cmAddDefinitionsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmAddDependenciesCommand.cxx
|
43ac1a3a86
added add dependencies command
|
24 ani în urmă |
|
cmAddDependenciesCommand.h
|
43ac1a3a86
added add dependencies command
|
24 ani în urmă |
|
cmAddExecutableCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmAddExecutableCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmAddLibraryCommand.cxx
|
247c1640da
|
24 ani în urmă |
|
cmAddLibraryCommand.h
|
247c1640da
|
24 ani în urmă |
|
cmAddTestCommand.cxx
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
24 ani în urmă |
|
cmAddTestCommand.h
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
24 ani în urmă |
|
cmAuxSourceDirectoryCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 ani în urmă |
|
cmAuxSourceDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmBorlandMakefileGenerator.cpp
|
7adaefb403
ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>
|
24 ani în urmă |
|
cmBorlandMakefileGenerator.h
|
7adaefb403
ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>
|
24 ani în urmă |
|
cmBuildCommand.cxx
|
ecff0d36ac
ENH: Added a clause for Borland compiler compatibility
|
24 ani în urmă |
|
cmBuildCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmBuildNameCommand.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 ani în urmă |
|
cmBuildNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmCableClassSet.cxx
|
489e91a1f7
ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build.
|
24 ani în urmă |
|
cmCableClassSet.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 ani în urmă |
|
cmCableClassSetCommand.cxx
|
6d54c3d6f8
ENH: Added cable class-set expansion and tagging for alternate name generation. This should make the generated wrappers much easier to setup and use.
|
24 ani în urmă |
|
cmCableClassSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmCableWrapTclCommand.cxx
|
aac4e8eb3c
ENH: Added parsing of gccxml flags into separate arguments for setting the custom command. This is necessary since the custom command now takes a vector of individual command line options instead of a single string.
|
24 ani în urmă |
|
cmCableWrapTclCommand.h
|
aac4e8eb3c
ENH: Added parsing of gccxml flags into separate arguments for setting the custom command. This is necessary since the custom command now takes a vector of individual command line options instead of a single string.
|
24 ani în urmă |
|
cmCacheManager.cxx
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 ani în urmă |
|
cmCacheManager.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 ani în urmă |
|
cmCommand.h
|
9027c8bdf7
ERR:Spelling mistake
|
24 ani în urmă |
|
cmCommands.cxx
|
53dd41451d
ENH: add Use mangled mesa command
|
24 ani în urmă |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
25 ani în urmă |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
24 ani în urmă |
|
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 ani în urmă |
|
cmConfigureFileCommand.cxx
|
9cce835900
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
|
24 ani în urmă |
|
cmConfigureFileCommand.h
|
9cce835900
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
|
24 ani în urmă |
|
cmConfigureGccXmlCommand.cxx
|
55e453a317
ENH: Removed addition of compiler support directory include option since the find_*_options scripts now include it automatically.
|
24 ani în urmă |
|
cmConfigureGccXmlCommand.h
|
9adacc17f8
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
|
24 ani în urmă |
|
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 ani în urmă |
|
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 ani în urmă |
|
cmDSPWriter.cxx
|
dd533552bb
fix error in cygwin
|
24 ani în urmă |
|
cmDSPWriter.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 ani în urmă |
|
cmDSWWriter.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 ani în urmă |
|
cmDSWWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 ani în urmă |
|
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 ani în urmă |
|
cmDirectory.cxx
|
ea2690d667
fixed bug in mismatched directory opens consuming file descriptors
|
24 ani în urmă |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
25 ani în urmă |
|
cmDumpDocumentation.cxx
|
a4f40c31f1
ENH: add dump documentation test
|
24 ani în urmă |
|
cmElseCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
24 ani în urmă |
|
cmElseCommand.h
|
d7702b4c30
added new if commands
|
24 ani în urmă |
|
cmEnableTestingCommand.cxx
|
850d74f67f
fixed Dart issue
|
24 ani în urmă |
|
cmEnableTestingCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 ani în urmă |
|
cmEndForEachCommand.cxx
|
f783252c62
new commands
|
24 ani în urmă |
|
cmEndForEachCommand.h
|
f783252c62
new commands
|
24 ani în urmă |
|
cmEndIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmEndIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmExecProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmExecProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmFindFileCommand.cxx
|
11269bb1c4
BUG: fix return when file is not found
|
24 ani în urmă |
|
cmFindFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmFindLibraryCommand.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 ani în urmă |
|
cmFindLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmFindPathCommand.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 ani în urmă |
|
cmFindPathCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmFindProgramCommand.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 ani în urmă |
|
cmFindProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmForEachCommand.cxx
|
f783252c62
new commands
|
24 ani în urmă |
|
cmForEachCommand.h
|
f783252c62
new commands
|
24 ani în urmă |
|
cmFunctionBlocker.h
|
4ab2650802
added for each command
|
24 ani în urmă |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
24 ani în urmă |
|
cmGetFilenameComponentCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmGetFilenameComponentCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmIfCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
24 ani în urmă |
|
cmIfCommand.h
|
d7702b4c30
added new if commands
|
24 ani în urmă |
|
cmIncludeCommand.cxx
|
d4edafe717
BUG: remove iostream.h includes
|
24 ani în urmă |
|
cmIncludeCommand.h
|
43c2a89568
ENH: add optional include and only allow one file per INCLUDE
|
24 ani în urmă |
|
cmIncludeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmIncludeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmIncludeRegularExpressionCommand.cxx
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 ani în urmă |
|
cmIncludeRegularExpressionCommand.h
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 ani în urmă |
|
cmInstallFilesCommand.cxx
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 ani în urmă |
|
cmInstallFilesCommand.h
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 ani în urmă |
|
cmInstallProgramsCommand.cxx
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 ani în urmă |
|
cmInstallProgramsCommand.h
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 ani în urmă |
|
cmInstallTargetsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmInstallTargetsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmLinkDirectoriesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmLinkDirectoriesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmLinkLibrariesCommand.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 ani în urmă |
|
cmLinkLibrariesCommand.h
|
5579ee31d5
documentation change
|
24 ani în urmă |
|
cmListFileCache.cxx
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 ani în urmă |
|
cmListFileCache.h
|
9438a5965a
initialize class
|
24 ani în urmă |
|
cmLoadCacheCommand.cxx
|
3b9f97f32d
Adding new options to LoadCache.
|
24 ani în urmă |
|
cmLoadCacheCommand.h
|
3b9f97f32d
Adding new options to LoadCache.
|
24 ani în urmă |
|
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 ani în urmă |
|
cmMSProjectGenerator.h
|
d204791e45
ENH: integrate borland support
|
24 ani în urmă |
|
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.
|
24 ani în urmă |
|
cmMakeDepend.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 ani în urmă |
|
cmMakeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmMakeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmMakefile.cxx
|
0fe42a9857
various windows fixes
|
24 ani în urmă |
|
cmMakefile.h
|
0fe42a9857
various windows fixes
|
24 ani în urmă |
|
cmMakefileGenerator.cxx
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
cmMakefileGenerator.h
|
58a3e38167
add support for clean up
|
24 ani în urmă |
|
cmMessageCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmMessageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmOptionCommand.cxx
|
edc738173b
Allow option value to be expanded (thus, we can use the value of another option as default)
|
24 ani în urmă |
|
cmOptionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmOutputRequiredFilesCommand.cxx
|
82c1916a6d
ENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
|
24 ani în urmă |
|
cmOutputRequiredFilesCommand.h
|
9508ae2b19
added new command
|
24 ani în urmă |
|
cmProjectCommand.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 ani în urmă |
|
cmProjectCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
25 ani în urmă |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
25 ani în urmă |
|
cmSetCommand.cxx
|
48febc4ed3
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath
|
24 ani în urmă |
|
cmSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmSiteNameCommand.cxx
|
275b334f8b
ENH: drop the case of the site name. This makes it consistent with Dart's usage.
|
24 ani în urmă |
|
cmSiteNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmSourceFile.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 ani în urmă |
|
cmSourceFile.h
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 ani în urmă |
|
cmSourceFilesCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 ani în urmă |
|
cmSourceFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmSourceFilesRemoveCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 ani în urmă |
|
cmSourceFilesRemoveCommand.h
|
348d1994ac
ENH: Added new command SOURCE_FILES_REMOVE which can be used
|
24 ani în urmă |
|
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 ani în urmă |
|
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 ani în urmă |
|
cmSourceGroupCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmSourceGroupCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmStandardIncludes.h
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
cmSubdirCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmSubdirCommand.h
|
5579ee31d5
documentation change
|
24 ani în urmă |
|
cmSubdirDependsCommand.cxx
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 ani în urmă |
|
cmSubdirDependsCommand.h
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 ani în urmă |
|
cmSystemTools.cxx
|
e3178eed97
added shortest ext function
|
24 ani în urmă |
|
cmSystemTools.h
|
e3178eed97
added shortest ext function
|
24 ani în urmă |
|
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 ani în urmă |
|
cmTarget.h
|
247c1640da
|
24 ani în urmă |
|
cmTargetLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmTargetLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmUnixMakefileGenerator.cxx
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
cmUnixMakefileGenerator.h
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
cmUseMangledMesaCommand.cxx
|
53dd41451d
ENH: add Use mangled mesa command
|
24 ani în urmă |
|
cmUseMangledMesaCommand.h
|
53dd41451d
ENH: add Use mangled mesa command
|
24 ani în urmă |
|
cmUtilitySourceCommand.cxx
|
333e2dbf63
BUG: can not Add a definition that you just got
|
24 ani în urmă |
|
cmUtilitySourceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmVTKWrapJavaCommand.cxx
|
84ea4d85d1
now uses five argument version of wrap commands
|
24 ani în urmă |
|
cmVTKWrapJavaCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 ani în urmă |
|
cmVTKWrapPythonCommand.cxx
|
84ea4d85d1
now uses five argument version of wrap commands
|
24 ani în urmă |
|
cmVTKWrapPythonCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 ani în urmă |
|
cmVTKWrapTclCommand.cxx
|
84ea4d85d1
now uses five argument version of wrap commands
|
24 ani în urmă |
|
cmVTKWrapTclCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 ani în urmă |
|
cmWrapExcludeFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmWrapExcludeFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 ani în urmă |
|
cmake.cxx
|
d204791e45
ENH: integrate borland support
|
24 ani în urmă |
|
cmake.dsp
|
8d681d4793
remove /ZI
|
24 ani în urmă |
|
cmake.h
|
d204791e45
ENH: integrate borland support
|
24 ani în urmă |
|
cmakemain.cxx
|
e197d3f219
remove memory leaks
|
24 ani în urmă |
|
cmaketest.cxx
|
491a15c0c2
bug in testing code
|
24 ani în urmă |
|
cmaketest.h.in
|
c19c252e23
minor fixes to testing
|
24 ani în urmă |
|
ctest.cxx
|
faafcdddbf
updated testing
|
24 ani în urmă |
|
ctest.dsp
|
8d681d4793
remove /ZI
|
24 ani în urmă |
|
ctest.h
|
08a89bd8dc
added regexp option
|
24 ani în urmă |