| .. |
|
CursesDialog
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
|
MFCDialog
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
|
bootstrap
|
399e1c0f3e
Improve bootstrape for unix
|
23 лет назад |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
24 лет назад |
|
CMakeLists.txt
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
CMakeSetup.dsw
|
5bbae88569
Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow.
|
24 лет назад |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
24 лет назад |
|
Makefile.in
|
5a418b0e00
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
|
24 лет назад |
|
cmAbstractFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmAbstractFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAddCustomCommandCommand.cxx
|
0a3d0d24fd
ENH: add list expansion back
|
23 лет назад |
|
cmAddCustomCommandCommand.h
|
9b8926925b
ENH: use target as source if source is empty
|
24 лет назад |
|
cmAddCustomTargetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmAddCustomTargetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAddDefinitionsCommand.cxx
|
4823f16ebb
modified to accept no arguments
|
23 лет назад |
|
cmAddDefinitionsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAddDependenciesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmAddDependenciesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAddExecutableCommand.cxx
|
fc6b8e8bf7
fix const problem
|
24 лет назад |
|
cmAddExecutableCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAddLibraryCommand.cxx
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 лет назад |
|
cmAddLibraryCommand.h
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 лет назад |
|
cmAddTestCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmAddTestCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmAuxSourceDirectoryCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmAuxSourceDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmBorlandMakefileGenerator.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmBorlandMakefileGenerator.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 лет назад |
|
cmBuildCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 лет назад |
|
cmBuildCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmBuildNameCommand.cxx
|
991b551595
ENH: fix build name
|
24 лет назад |
|
cmBuildNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmCMakeMinimumRequired.cxx
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 лет назад |
|
cmCMakeMinimumRequired.h
|
077f81d359
ENH: fix doc line
|
24 лет назад |
|
cmCPluginAPI.cxx
|
13d4f89dfe
compiler warnings
|
23 лет назад |
|
cmCPluginAPI.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmCacheManager.cxx
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
|
cmCacheManager.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmCommands.cxx
|
216c985f72
added new command
|
23 лет назад |
|
cmCommands.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmConfigure.cmake.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 лет назад |
|
cmConfigure.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 лет назад |
|
cmConfigureFileCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 лет назад |
|
cmConfigureFileCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmCreateTestSourceList.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmCreateTestSourceList.h
|
0f6e022dca
updated to handle extensions
|
23 лет назад |
|
cmCustomCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmCustomCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmDSPWriter.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmDSPWriter.h
|
076aafe79a
ENH: add file specific compile flags
|
24 лет назад |
|
cmDSWWriter.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 лет назад |
|
cmDSWWriter.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmData.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmDirectory.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 лет назад |
|
cmDirectory.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmDumpDocumentation.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmDynamicLoader.cxx
|
9184cac1ff
added plugin support
|
23 лет назад |
|
cmDynamicLoader.h
|
9184cac1ff
added plugin support
|
23 лет назад |
|
cmElseCommand.cxx
|
96a3b4d3fc
compiler warning
|
23 лет назад |
|
cmElseCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmEnableTestingCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmEnableTestingCommand.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 лет назад |
|
cmEndForEachCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmEndForEachCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmEndIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 лет назад |
|
cmEndIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmExecProgramCommand.cxx
|
a898cfb17a
Add return value support and add documentation
|
23 лет назад |
|
cmExecProgramCommand.h
|
a898cfb17a
Add return value support and add documentation
|
23 лет назад |
|
cmFLTKWrapUICommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmFLTKWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmFindFileCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmFindFileCommand.h
|
789267c949
ENH: speed improvements
|
24 лет назад |
|
cmFindLibraryCommand.cxx
|
46a327c79d
FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25)
|
23 лет назад |
|
cmFindLibraryCommand.h
|
ce31498637
FIX: command usage
|
23 лет назад |
|
cmFindPathCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmFindPathCommand.h
|
789267c949
ENH: speed improvements
|
24 лет назад |
|
cmFindProgramCommand.cxx
|
1ad05f9e6d
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
|
23 лет назад |
|
cmFindProgramCommand.h
|
1ad05f9e6d
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
|
23 лет назад |
|
cmForEachCommand.cxx
|
fcc410de44
fixed if statements inside a foreach
|
23 лет назад |
|
cmForEachCommand.h
|
fcc410de44
fixed if statements inside a foreach
|
23 лет назад |
|
cmFunctionBlocker.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 лет назад |
|
cmGeneratedFileStream.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmGetFilenameComponentCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 лет назад |
|
cmGetFilenameComponentCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmGetSourceFilePropertyCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmGetSourceFilePropertyCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmITKWrapTclCommand.cxx
|
da9d44f877
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
|
23 лет назад |
|
cmITKWrapTclCommand.h
|
da9d44f877
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
|
23 лет назад |
|
cmIfCommand.cxx
|
6deb5bbe70
better IF ELSE handling
|
23 лет назад |
|
cmIfCommand.h
|
32ad30e883
better error handling with if statements
|
23 лет назад |
|
cmIncludeCommand.cxx
|
d0d25bb989
Reformatted the error printed by cmMakefile.
|
23 лет назад |
|
cmIncludeCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmIncludeDirectoryCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
23 лет назад |
|
cmIncludeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmIncludeExternalMSProjectCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 лет назад |
|
cmIncludeExternalMSProjectCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmInstallFilesCommand.cxx
|
22ae78d92f
fixe for files with paths
|
23 лет назад |
|
cmInstallFilesCommand.h
|
b59f5ddb7f
fix install target
|
23 лет назад |
|
cmInstallProgramsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmInstallProgramsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmInstallTargetsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmInstallTargetsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmLinkDirectoriesCommand.cxx
|
be3a15d45f
no longer need an argument
|
23 лет назад |
|
cmLinkDirectoriesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmLinkLibrariesCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
23 лет назад |
|
cmLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmListFileCache.cxx
|
789267c949
ENH: speed improvements
|
24 лет назад |
|
cmListFileCache.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmLoadCacheCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmLoadCacheCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmLoadCommandCommand.cxx
|
a21140658c
adding plugin support
|
23 лет назад |
|
cmLoadCommandCommand.h
|
a21140658c
adding plugin support
|
23 лет назад |
|
cmMSDotNETGenerator.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmMSDotNETGenerator.h
|
5484a691ef
BUG: fix dot net for paths with spaces
|
23 лет назад |
|
cmMSProjectGenerator.cxx
|
fd98b0cca0
ENH: enable cxx by default if no languages have been enabled
|
23 лет назад |
|
cmMSProjectGenerator.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 лет назад |
|
cmMacroCommand.cxx
|
4380c3b0f1
minor fix
|
23 лет назад |
|
cmMacroCommand.h
|
216c985f72
added new command
|
23 лет назад |
|
cmMakeDepend.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmMakeDepend.h
|
fd26d44f5f
now includes current include files directory when searching for files it includes
|
23 лет назад |
|
cmMakeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmMakeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmMakefile.cxx
|
9f870d3efb
minor bug
|
23 лет назад |
|
cmMakefile.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmMakefileGenerator.cxx
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 лет назад |
|
cmMakefileGenerator.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmMarkAsAdvancedCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmMarkAsAdvancedCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmMessageCommand.cxx
|
72022ac27b
ENH: add ability to escape semi-colons
|
24 лет назад |
|
cmMessageCommand.h
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
24 лет назад |
|
cmNMakeMakefileGenerator.cxx
|
5be8fa451a
BUG: use c compiler for link of c programs, and use temp file nmake syntax for linking c and c++ programs
|
23 лет назад |
|
cmNMakeMakefileGenerator.h
|
fc7e4169e1
BUG: fix jump to directory and build for nmake if library path is not set. combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
|
23 лет назад |
|
cmOptionCommand.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
24 лет назад |
|
cmOptionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmOutputRequiredFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmOutputRequiredFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmProjectCommand.cxx
|
7883b6c7dc
expand ; args
|
24 лет назад |
|
cmProjectCommand.h
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 лет назад |
|
cmQTWrapCPPCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmQTWrapCPPCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmQTWrapUICommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmQTWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmRegularExpression.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 лет назад |
|
cmRegularExpression.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmRemoveCommand.cxx
|
ab2dc5558b
minor fix
|
23 лет назад |
|
cmRemoveCommand.h
|
9c69be42de
updated for 1.4
|
24 лет назад |
|
cmSeparateArgumentsCommand.cxx
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
23 лет назад |
|
cmSeparateArgumentsCommand.h
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
23 лет назад |
|
cmSetCommand.cxx
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
24 лет назад |
|
cmSetCommand.h
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
24 лет назад |
|
cmSetSourceFilesPropertiesCommand.cxx
|
470e057e55
fixed some warnings
|
23 лет назад |
|
cmSetSourceFilesPropertiesCommand.h
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmSiteNameCommand.cxx
|
4879c6cffa
ENH: look for nslookup and hostname in the right places
|
24 лет назад |
|
cmSiteNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSourceFile.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmSourceFile.h
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmSourceFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmSourceFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSourceFilesRemoveCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 лет назад |
|
cmSourceFilesRemoveCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSourceGroup.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 лет назад |
|
cmSourceGroup.h
|
076aafe79a
ENH: add file specific compile flags
|
24 лет назад |
|
cmSourceGroupCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSourceGroupCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmStandardIncludes.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmSubdirCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmSubdirCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSubdirDependsCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSubdirDependsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmSystemTools.cxx
|
23deae1040
Ok, now cd will work on windows
|
23 лет назад |
|
cmSystemTools.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmTarget.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmTarget.h
|
0e6b39e52f
BUG: Correct some of the dependency analysis code.
|
23 лет назад |
|
cmTargetLinkLibrariesCommand.cxx
|
6bbc8e9d45
does not need a second argument
|
23 лет назад |
|
cmTargetLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmUnixMakefileGenerator.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmUnixMakefileGenerator.h
|
fc7e4169e1
BUG: fix jump to directory and build for nmake if library path is not set. combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
|
23 лет назад |
|
cmUseMangledMesaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmUseMangledMesaCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmUtilitySourceCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmUtilitySourceCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmVTKMakeInstantiatorCommand.cxx
|
13d4f89dfe
compiler warnings
|
23 лет назад |
|
cmVTKMakeInstantiatorCommand.h
|
c1ad03bedb
BUG: Added backward-compatability. The old instantiator style will be used unless the argument USE_INSTANTIATOR_NEW is given to tell the command to make use of the instantiator new functions exported from each class's implementation file.
|
23 лет назад |
|
cmVTKWrapJavaCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmVTKWrapJavaCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmVTKWrapPythonCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmVTKWrapPythonCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmVTKWrapTclCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmVTKWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmVariableRequiresCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 лет назад |
|
cmVariableRequiresCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmWrapExcludeFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 лет назад |
|
cmWrapExcludeFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
|
cmake.cxx
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
|
cmake.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
cmakemain.cxx
|
3f36d23421
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
|
23 лет назад |
|
cmaketest.cxx
|
d7f1a49006
memory issue
|
23 лет назад |
|
cmaketest.h.in
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
24 лет назад |
|
cmakewizard.cxx
|
15b2d2f2a6
support for plugins
|
23 лет назад |
|
cmakewizard.h
|
499bd45d4d
removed shared lib support
|
23 лет назад |
|
ctest.cxx
|
7df776057b
BUG: make sure windows paths are used for the command or it will not work for win 98
|
23 лет назад |
|
ctest.h
|
ceb365813f
ENH: fix depend problem
|
23 лет назад |