| .. |
|
CursesDialog
|
77bb62e00c
Exit ccmake on fatal errors.
|
24 years ago |
|
MFCDialog
|
303b77ad4c
ENH: give a warning when switching generators to match the cache
|
24 years ago |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
24 years ago |
|
CMakeLib.dsp
|
67d2c29050
BUG: fix bootstrap build makefiles
|
24 years ago |
|
CMakeLists.txt
|
9c69be42de
updated for 1.4
|
24 years ago |
|
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 years ago |
|
DumpDocumentation.dsp
|
8d681d4793
remove /ZI
|
24 years ago |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
24 years ago |
|
Makefile.borland
|
67d2c29050
BUG: fix bootstrap build makefiles
|
24 years ago |
|
Makefile.in
|
5a418b0e00
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
|
24 years ago |
|
ccommand.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
24 years ago |
|
ccommand.dsp
|
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 years ago |
|
cmAbstractFilesCommand.cxx
|
e8e42bde66
added deprecated warnings for version 1.4 or later
|
24 years ago |
|
cmAbstractFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddCustomCommandCommand.cxx
|
0415b58573
ENH: backwards compatible for VTK 4.0, add cmake version requires
|
24 years ago |
|
cmAddCustomCommandCommand.h
|
9b8926925b
ENH: use target as source if source is empty
|
24 years ago |
|
cmAddCustomTargetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmAddCustomTargetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddDefinitionsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmAddDefinitionsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddDependenciesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmAddDependenciesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddExecutableCommand.cxx
|
fc6b8e8bf7
fix const problem
|
24 years ago |
|
cmAddExecutableCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddLibraryCommand.cxx
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
24 years ago |
|
cmAddLibraryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddTestCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmAddTestCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAuxSourceDirectoryCommand.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
|
cmAuxSourceDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmBorlandMakefileGenerator.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 years ago |
|
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 years ago |
|
cmBuildCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmBuildCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmBuildNameCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmBuildNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCMakeMinimumRequired.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
24 years ago |
|
cmCMakeMinimumRequired.h
|
077f81d359
ENH: fix doc line
|
24 years ago |
|
cmCacheManager.cxx
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
24 years ago |
|
cmCacheManager.h
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
24 years ago |
|
cmCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCommands.cxx
|
9c69be42de
updated for 1.4
|
24 years ago |
|
cmCommands.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
24 years ago |
|
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 years ago |
|
cmConfigureFileCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmConfigureFileCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCreateTestSourceList.cxx
|
e4dce08591
ENH: add the ability to process command line arguments in the test driver before the test driver gets them
|
24 years ago |
|
cmCreateTestSourceList.h
|
e4dce08591
ENH: add the ability to process command line arguments in the test driver before the test driver gets them
|
24 years ago |
|
cmCustomCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCustomCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmDSPWriter.cxx
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
24 years ago |
|
cmDSPWriter.h
|
076aafe79a
ENH: add file specific compile flags
|
24 years ago |
|
cmDSWWriter.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 years ago |
|
cmDSWWriter.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmData.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmDirectory.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
|
cmDirectory.h
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
|
cmDumpDocumentation.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmElseCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmElseCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEnableTestingCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEnableTestingCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEndForEachCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEndForEachCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEndIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmEndIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmExecProgramCommand.cxx
|
65e3edea04
ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries
|
24 years ago |
|
cmExecProgramCommand.h
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
24 years ago |
|
cmFLTKWrapUICommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmFLTKWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmFindFileCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmFindFileCommand.h
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmFindLibraryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmFindLibraryCommand.h
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmFindPathCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmFindPathCommand.h
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmFindProgramCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmFindProgramCommand.h
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmForEachCommand.cxx
|
c617091d13
ENH: support semi-colon format (list of args as string)
|
24 years ago |
|
cmForEachCommand.h
|
437a8c9816
FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not.
|
24 years ago |
|
cmFunctionBlocker.h
|
437a8c9816
FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not.
|
24 years ago |
|
cmGeneratedFileStream.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmGetFilenameComponentCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmGetFilenameComponentCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmGetSourceFilePropertyCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmGetSourceFilePropertyCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeCommand.cxx
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmIncludeCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmIncludeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeExternalMSProjectCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmIncludeExternalMSProjectCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeRegularExpressionCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeRegularExpressionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmInstallFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmInstallFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmInstallProgramsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmInstallProgramsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmInstallTargetsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmInstallTargetsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLinkDirectoriesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmLinkDirectoriesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLinkLibrariesCommand.cxx
|
8aa3c35dad
ENH: add suport for semi-colon separated list variables
|
24 years ago |
|
cmLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmListFileCache.cxx
|
789267c949
ENH: speed improvements
|
24 years ago |
|
cmListFileCache.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLoadCacheCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmLoadCacheCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMSDotNETGenerator.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 years ago |
|
cmMSDotNETGenerator.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 years ago |
|
cmMSProjectGenerator.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 years ago |
|
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 years ago |
|
cmMakeDepend.cxx
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
24 years ago |
|
cmMakeDepend.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMakeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmMakeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMakefile.cxx
|
5a418b0e00
ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML
|
24 years ago |
|
cmMakefile.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 years ago |
|
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 years ago |
|
cmMakefileGenerator.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 years ago |
|
cmMarkAsAdvancedCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmMarkAsAdvancedCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMessageCommand.cxx
|
72022ac27b
ENH: add ability to escape semi-colons
|
24 years ago |
|
cmMessageCommand.h
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
24 years ago |
|
cmNMakeMakefileGenerator.cxx
|
6083e3c127
ENH: make CMake less verbose/precious
|
24 years ago |
|
cmNMakeMakefileGenerator.h
|
d774cd7c2b
ENH: make CMake less verbose/precious
|
24 years ago |
|
cmOptionCommand.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
24 years ago |
|
cmOptionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmOutputRequiredFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmOutputRequiredFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmProjectCommand.cxx
|
7883b6c7dc
expand ; args
|
24 years ago |
|
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 years ago |
|
cmQTWrapCPPCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmQTWrapCPPCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmQTWrapUICommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmQTWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmRegularExpression.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
|
cmRegularExpression.h
|
6ad590aad6
ENH: dot net almost working
|
24 years ago |
|
cmRemoveCommand.cxx
|
9c69be42de
updated for 1.4
|
24 years ago |
|
cmRemoveCommand.h
|
9c69be42de
updated for 1.4
|
24 years ago |
|
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 years ago |
|
cmSetCommand.h
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
24 years ago |
|
cmSetSourceFilesPropertiesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmSetSourceFilesPropertiesCommand.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 years ago |
|
cmSiteNameCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmSiteNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceFile.cxx
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
24 years ago |
|
cmSourceFile.h
|
076aafe79a
ENH: add file specific compile flags
|
24 years ago |
|
cmSourceFilesCommand.cxx
|
e8e42bde66
added deprecated warnings for version 1.4 or later
|
24 years ago |
|
cmSourceFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceFilesRemoveCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmSourceFilesRemoveCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceGroup.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
24 years ago |
|
cmSourceGroup.h
|
076aafe79a
ENH: add file specific compile flags
|
24 years ago |
|
cmSourceGroupCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceGroupCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmStandardIncludes.h
|
7d6eb54cf0
ENH: fix for dec compiler, they still do not have the correct ansi stream library
|
24 years ago |
|
cmSubdirCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmSubdirCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSubdirDependsCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSubdirDependsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSystemTools.cxx
|
75f9434374
BUG: fix SameFile function for windows, and compare source directories
|
24 years ago |
|
cmSystemTools.h
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
24 years ago |
|
cmTarget.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 years ago |
|
cmTarget.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 years ago |
|
cmTargetLinkLibrariesCommand.cxx
|
4591e41a62
BUG: add link directories for target link libraries and add a test for it
|
24 years ago |
|
cmTargetLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmUnixMakefileGenerator.cxx
|
b3b3281b7f
ENH: clean up depend output
|
24 years ago |
|
cmUnixMakefileGenerator.h
|
d774cd7c2b
ENH: make CMake less verbose/precious
|
24 years ago |
|
cmUseMangledMesaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmUseMangledMesaCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmUtilitySourceCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmUtilitySourceCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKMakeInstantiatorCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmVTKMakeInstantiatorCommand.h
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
24 years ago |
|
cmVTKWrapJavaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmVTKWrapJavaCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKWrapPythonCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmVTKWrapPythonCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKWrapTclCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmVTKWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVariableRequiresCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
24 years ago |
|
cmVariableRequiresCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmWrapExcludeFilesCommand.cxx
|
e8e42bde66
added deprecated warnings for version 1.4 or later
|
24 years ago |
|
cmWrapExcludeFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmake.cxx
|
059a14a3a6
ENH: check for mismatched generators
|
24 years ago |
|
cmake.dsp
|
49fa9d8b61
Argh
|
24 years ago |
|
cmake.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmakemain.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmaketest.cxx
|
7fc1bd1281
ERR: UseIt() missing return type.
|
24 years ago |
|
cmaketest.h.in
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
24 years ago |
|
cmakewizard.cxx
|
d14a2314e5
check bool values and prefere off
|
24 years ago |
|
cmakewizard.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
ctest.cxx
|
31413a216b
ENH: if -R or -E was used, displays also the name of the tests that passed.
|
24 years ago |
|
ctest.dsp
|
8d681d4793
remove /ZI
|
24 years ago |
|
ctest.h
|
31413a216b
ENH: if -R or -E was used, displays also the name of the tests that passed.
|
24 years ago |