| .. |
|
FLTKDialog
|
d5c497d8bc
ENH: update to new style of cache access
|
há 24 anos atrás |
|
MFCDialog
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
CMakeLib.dsp
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
CMakeLists.txt
|
5acb894e58
Typo in link command.
|
há 24 anos atrás |
|
CMakeSetup.dsw
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
há 24 anos atrás |
|
DumpDocumentation.dsp
|
8d681d4793
remove /ZI
|
há 24 anos atrás |
|
Makefile.in
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
há 24 anos atrás |
|
cmAbstractFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmAbstractFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmAddCustomTargetCommand.h
|
c84f6448a6
modified how paths are escaped, added depends
|
há 24 anos atrás |
|
cmAddDefinitionsCommand.cxx
|
fda98f8562
BUG: Needed to expand variables of definitions.
|
há 24 anos atrás |
|
cmAddDefinitionsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmAddDependenciesCommand.cxx
|
43ac1a3a86
added add dependencies command
|
há 24 anos atrás |
|
cmAddDependenciesCommand.h
|
43ac1a3a86
added add dependencies command
|
há 24 anos atrás |
|
cmAddExecutableCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmAddExecutableCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmAddLibraryCommand.cxx
|
247c1640da
|
há 24 anos atrás |
|
cmAddLibraryCommand.h
|
247c1640da
|
há 24 anos atrás |
|
cmAddTestCommand.cxx
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
há 24 anos atrás |
|
cmAddTestCommand.h
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
há 24 anos atrás |
|
cmAuxSourceDirectoryCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
há 24 anos atrás |
|
cmAuxSourceDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmBorlandMakefileGenerator.cpp
|
0b9521daf7
BUG: fix build with non-borland compiler
|
há 24 anos atrás |
|
cmBorlandMakefileGenerator.h
|
53ed585ef6
ERR: Forgot to put back a backslash
|
há 24 anos atrás |
|
cmBuildCommand.cxx
|
ecff0d36ac
ENH: Added a clause for Borland compiler compatibility
|
há 24 anos atrás |
|
cmBuildCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmBuildNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmCableClassSet.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmCableClassSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmCableWrapTclCommand.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmCableWrapTclCommand.h
|
852be8a520
ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend object for dependencies for all the gccxml input files it generates. This should significantly improve generation time.
|
há 24 anos atrás |
|
cmCacheManager.cxx
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
há 24 anos atrás |
|
cmCacheManager.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
há 24 anos atrás |
|
cmCommand.h
|
9027c8bdf7
ERR:Spelling mistake
|
há 24 anos atrás |
|
cmCommands.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.
|
há 24 anos atrás |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
há 25 anos atrás |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmConfigureGccXmlCommand.cxx
|
55e453a317
ENH: Removed addition of compiler support directory include option since the find_*_options scripts now include it automatically.
|
há 24 anos atrás |
|
cmConfigureGccXmlCommand.h
|
9adacc17f8
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
cmDSPWriter.cxx
|
baa7a4022e
fix for include paths
|
há 24 anos atrás |
|
cmDSPWriter.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
cmDSWWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
há 25 anos atrás |
|
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.
|
há 25 anos atrás |
|
cmDirectory.cxx
|
ea2690d667
fixed bug in mismatched directory opens consuming file descriptors
|
há 24 anos atrás |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
há 25 anos atrás |
|
cmDumpDocumentation.cxx
|
a4f40c31f1
ENH: add dump documentation test
|
há 24 anos atrás |
|
cmElseCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
há 24 anos atrás |
|
cmElseCommand.h
|
d7702b4c30
added new if commands
|
há 24 anos atrás |
|
cmEnableTestingCommand.cxx
|
850d74f67f
fixed Dart issue
|
há 24 anos atrás |
|
cmEnableTestingCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
há 25 anos atrás |
|
cmEndForEachCommand.cxx
|
f783252c62
new commands
|
há 24 anos atrás |
|
cmEndForEachCommand.h
|
f783252c62
new commands
|
há 24 anos atrás |
|
cmEndIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmEndIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmExecProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmExecProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmFindFileCommand.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
|
há 24 anos atrás |
|
cmFindFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmFindLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmFindPathCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmFindProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmForEachCommand.cxx
|
f783252c62
new commands
|
há 24 anos atrás |
|
cmForEachCommand.h
|
f783252c62
new commands
|
há 24 anos atrás |
|
cmFunctionBlocker.h
|
4ab2650802
added for each command
|
há 24 anos atrás |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
há 25 anos atrás |
|
cmGetFilenameComponentCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmGetFilenameComponentCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmIfCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
há 24 anos atrás |
|
cmIfCommand.h
|
d7702b4c30
added new if commands
|
há 24 anos atrás |
|
cmIncludeCommand.cxx
|
d4edafe717
BUG: remove iostream.h includes
|
há 24 anos atrás |
|
cmIncludeCommand.h
|
43c2a89568
ENH: add optional include and only allow one file per INCLUDE
|
há 24 anos atrás |
|
cmIncludeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmIncludeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmIncludeRegularExpressionCommand.cxx
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
há 24 anos atrás |
|
cmIncludeRegularExpressionCommand.h
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmInstallTargetsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmInstallTargetsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmLinkDirectoriesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmLinkDirectoriesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmLinkLibrariesCommand.h
|
5579ee31d5
documentation change
|
há 24 anos atrás |
|
cmListFileCache.cxx
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
há 24 anos atrás |
|
cmListFileCache.h
|
85d241faa0
remove warning
|
há 24 anos atrás |
|
cmLoadCacheCommand.cxx
|
3b9f97f32d
Adding new options to LoadCache.
|
há 24 anos atrás |
|
cmLoadCacheCommand.h
|
3b9f97f32d
Adding new options to LoadCache.
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
cmMSProjectGenerator.h
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmMakeDepend.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
há 24 anos atrás |
|
cmMakeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmMakeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmMakefile.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmMakefile.h
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmMakefileGenerator.cxx
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
cmMakefileGenerator.h
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
cmMessageCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmMessageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmOptionCommand.cxx
|
edc738173b
Allow option value to be expanded (thus, we can use the value of another option as default)
|
há 24 anos atrás |
|
cmOptionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmOutputRequiredFilesCommand.h
|
9508ae2b19
added new command
|
há 25 anos atrás |
|
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
|
há 24 anos atrás |
|
cmProjectCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
há 25 anos atrás |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
há 25 anos atrás |
|
cmSetCommand.cxx
|
48febc4ed3
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath
|
há 24 anos atrás |
|
cmSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmSiteNameCommand.cxx
|
333e2dbf63
BUG: can not Add a definition that you just got
|
há 24 anos atrás |
|
cmSiteNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmSourceFile.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
há 24 anos atrás |
|
cmSourceFile.h
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
há 24 anos atrás |
|
cmSourceFilesCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
há 24 anos atrás |
|
cmSourceFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmSourceFilesRemoveCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
há 24 anos atrás |
|
cmSourceFilesRemoveCommand.h
|
348d1994ac
ENH: Added new command SOURCE_FILES_REMOVE which can be used
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
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
|
há 24 anos atrás |
|
cmSourceGroupCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmSourceGroupCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmStandardIncludes.h
|
047c7b5af4
ENH: add more testing
|
há 24 anos atrás |
|
cmSubdirCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmSubdirCommand.h
|
5579ee31d5
documentation change
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmSystemTools.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmSystemTools.h
|
5ac8ecd9d2
ENH: Windows and Unix slash conversions return a char*, clean function
|
há 24 anos atrás |
|
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.
|
há 24 anos atrás |
|
cmTarget.h
|
247c1640da
|
há 24 anos atrás |
|
cmTargetLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmTargetLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmUnixMakefileGenerator.cxx
|
7aa0d0d888
|
há 24 anos atrás |
|
cmUnixMakefileGenerator.h
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
cmUtilitySourceCommand.cxx
|
333e2dbf63
BUG: can not Add a definition that you just got
|
há 24 anos atrás |
|
cmUtilitySourceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmVTKWrapJavaCommand.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmVTKWrapJavaCommand.h
|
4e80d8e2b2
Should not be inherited.
|
há 24 anos atrás |
|
cmVTKWrapPythonCommand.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmVTKWrapPythonCommand.h
|
4e80d8e2b2
Should not be inherited.
|
há 24 anos atrás |
|
cmVTKWrapTclCommand.cxx
|
0fe42a9857
various windows fixes
|
há 24 anos atrás |
|
cmVTKWrapTclCommand.h
|
4e80d8e2b2
Should not be inherited.
|
há 24 anos atrás |
|
cmWrapExcludeFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmWrapExcludeFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
há 25 anos atrás |
|
cmake.cxx
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
cmake.dsp
|
8d681d4793
remove /ZI
|
há 24 anos atrás |
|
cmake.h
|
d204791e45
ENH: integrate borland support
|
há 24 anos atrás |
|
cmakemain.cxx
|
f03ee2a53d
cmake does not require two arguments
|
há 25 anos atrás |
|
cmaketest.cxx
|
491a15c0c2
bug in testing code
|
há 24 anos atrás |
|
cmaketest.h.in
|
c19c252e23
minor fixes to testing
|
há 24 anos atrás |
|
ctest.cxx
|
08a89bd8dc
added regexp option
|
há 24 anos atrás |
|
ctest.dsp
|
8d681d4793
remove /ZI
|
há 24 anos atrás |
|
ctest.h
|
08a89bd8dc
added regexp option
|
há 24 anos atrás |