| .. |
|
CursesDialog
|
6d6546ea7e
This dir should not be covered (form distrib)
|
hace 24 años |
|
MFCDialog
|
c3c4e415bb
ENH: make GUI slighlty larger to accomodate long paths
|
hace 24 años |
|
CMakeLib.dsp
|
96898bed3e
add dot net stuff to cmakelists file and dsp file
|
hace 24 años |
|
CMakeLists.txt
|
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
|
hace 24 años |
|
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.
|
hace 24 años |
|
DumpDocumentation.dsp
|
8d681d4793
remove /ZI
|
hace 24 años |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
hace 24 años |
|
Makefile.borland
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
hace 24 años |
|
Makefile.in
|
0d3eefb1f1
new borland generator moved into place
|
hace 24 años |
|
ccommand.cxx
|
ebbcc3c97d
FIX: warning
|
hace 24 años |
|
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.
|
hace 24 años |
|
cmAbstractFilesCommand.cxx
|
7e2a78b499
FIX: get rid of warnings
|
hace 24 años |
|
cmAbstractFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddCustomCommandCommand.cxx
|
9b8926925b
ENH: use target as source if source is empty
|
hace 24 años |
|
cmAddCustomCommandCommand.h
|
9b8926925b
ENH: use target as source if source is empty
|
hace 24 años |
|
cmAddCustomTargetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmAddCustomTargetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddDefinitionsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmAddDefinitionsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddDependenciesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmAddDependenciesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddExecutableCommand.cxx
|
fc6b8e8bf7
fix const problem
|
hace 24 años |
|
cmAddExecutableCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddLibraryCommand.cxx
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
hace 24 años |
|
cmAddLibraryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAddTestCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmAddTestCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmAuxSourceDirectoryCommand.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmAuxSourceDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
cmBuildCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmBuildCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmBuildNameCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmBuildNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCableClassSet.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmCableClassSet.h
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmCableClassSetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmCableClassSetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCableWrapTclCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmCableWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCacheManager.cxx
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
hace 24 años |
|
cmCacheManager.h
|
8ed3ce29bf
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
|
hace 24 años |
|
cmCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCommands.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmCommands.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
hace 24 años |
|
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
|
hace 24 años |
|
cmConfigureFileCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmConfigureFileCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmConfigureGccXmlCommand.cxx
|
567edf0e9a
ENH: overhaul of RunCommand on windows, if only win32 had popen...
|
hace 24 años |
|
cmConfigureGccXmlCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCreateTestSourceList.cxx
|
e4dce08591
ENH: add the ability to process command line arguments in the test driver before the test driver gets them
|
hace 24 años |
|
cmCreateTestSourceList.h
|
e4dce08591
ENH: add the ability to process command line arguments in the test driver before the test driver gets them
|
hace 24 años |
|
cmCustomCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmCustomCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
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.
|
hace 24 años |
|
cmDSPWriter.h
|
076aafe79a
ENH: add file specific compile flags
|
hace 24 años |
|
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
|
hace 24 años |
|
cmDSWWriter.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmData.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmDirectory.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmDirectory.h
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmDumpDocumentation.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmElseCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmElseCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmEnableTestingCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmEnableTestingCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmEndForEachCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmEndForEachCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmEndIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmEndIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmExecProgramCommand.cxx
|
65e3edea04
ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries
|
hace 24 años |
|
cmExecProgramCommand.h
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
hace 24 años |
|
cmFLTKWrapUICommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmFLTKWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmFindFileCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmFindFileCommand.h
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmFindLibraryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmFindLibraryCommand.h
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmFindPathCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmFindPathCommand.h
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmFindProgramCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmFindProgramCommand.h
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmForEachCommand.cxx
|
c617091d13
ENH: support semi-colon format (list of args as string)
|
hace 24 años |
|
cmForEachCommand.h
|
437a8c9816
FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not.
|
hace 24 años |
|
cmFunctionBlocker.h
|
437a8c9816
FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not.
|
hace 24 años |
|
cmGeneratedFileStream.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmGetFilenameComponentCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmGetFilenameComponentCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmGetSourceFilePropertyCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmGetSourceFilePropertyCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmIfCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmIncludeCommand.cxx
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmIncludeCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmIncludeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmIncludeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmIncludeExternalMSProjectCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
hace 24 años |
|
cmIncludeExternalMSProjectCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmIncludeRegularExpressionCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmIncludeRegularExpressionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmInstallFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmInstallFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmInstallProgramsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmInstallProgramsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmInstallTargetsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmInstallTargetsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmLinkDirectoriesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmLinkDirectoriesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmLinkLibrariesCommand.cxx
|
8aa3c35dad
ENH: add suport for semi-colon separated list variables
|
hace 24 años |
|
cmLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmListFileCache.cxx
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
cmListFileCache.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmLoadCacheCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmLoadCacheCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
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.
|
hace 24 años |
|
cmMakeDepend.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmMakeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmMakeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmMakefile.cxx
|
789267c949
ENH: speed improvements
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
cmMarkAsAdvancedCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmMarkAsAdvancedCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmMessageCommand.cxx
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
hace 24 años |
|
cmMessageCommand.h
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
hace 24 años |
|
cmNMakeMakefileGenerator.cxx
|
e455a83969
FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen
|
hace 24 años |
|
cmNMakeMakefileGenerator.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
|
hace 24 años |
|
cmOptionCommand.cxx
|
433e1128ab
ENH: add error checking for option commands with too many arguments
|
hace 24 años |
|
cmOptionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmOutputRequiredFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmOutputRequiredFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmProjectCommand.cxx
|
7883b6c7dc
expand ; args
|
hace 24 años |
|
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
|
hace 24 años |
|
cmQTWrapCPPCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmQTWrapCPPCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmQTWrapUICommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmQTWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmRegularExpression.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmRegularExpression.h
|
6ad590aad6
ENH: dot net almost working
|
hace 24 años |
|
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
|
hace 24 años |
|
cmSetCommand.h
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
hace 24 años |
|
cmSetSourceFilesPropertiesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
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
|
hace 24 años |
|
cmSiteNameCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmSiteNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
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.
|
hace 24 años |
|
cmSourceFile.h
|
076aafe79a
ENH: add file specific compile flags
|
hace 24 años |
|
cmSourceFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmSourceFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSourceFilesRemoveCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmSourceFilesRemoveCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSourceGroup.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
hace 24 años |
|
cmSourceGroup.h
|
076aafe79a
ENH: add file specific compile flags
|
hace 24 años |
|
cmSourceGroupCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSourceGroupCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmStandardIncludes.h
|
7d6eb54cf0
ENH: fix for dec compiler, they still do not have the correct ansi stream library
|
hace 24 años |
|
cmSubdirCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmSubdirCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSubdirDependsCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSubdirDependsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmSystemTools.cxx
|
41bd8eff90
Syntax seemed to be confusing according to the Bill
|
hace 24 años |
|
cmSystemTools.h
|
d42055b283
ENH: fix more space problems, you can add args to the ExecProgram command separatly now
|
hace 24 años |
|
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
|
hace 24 años |
|
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
|
hace 24 años |
|
cmTargetLinkLibrariesCommand.cxx
|
8aa3c35dad
ENH: add suport for semi-colon separated list variables
|
hace 24 años |
|
cmTargetLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmUnixMakefileGenerator.cxx
|
29f7c0ff03
ENH: use convert to output path for depend files
|
hace 24 años |
|
cmUnixMakefileGenerator.h
|
ea4a3d5e7b
ENH: clean up utility rule generation
|
hace 24 años |
|
cmUseMangledMesaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmUseMangledMesaCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmUtilitySourceCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmUtilitySourceCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmVTKMakeInstantiatorCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmVTKMakeInstantiatorCommand.h
|
ac74d51382
ENH: Added support for including extra files in generated header to get access to export macros of derived projects.
|
hace 24 años |
|
cmVTKWrapJavaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmVTKWrapJavaCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmVTKWrapPythonCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmVTKWrapPythonCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmVTKWrapTclCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmVTKWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmVariableRequiresCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmVariableRequiresCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmWrapExcludeFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
hace 24 años |
|
cmWrapExcludeFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmake.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
|
hace 24 años |
|
cmake.dsp
|
49fa9d8b61
Argh
|
hace 24 años |
|
cmake.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmakemain.cxx
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
cmaketest.cxx
|
7fc1bd1281
ERR: UseIt() missing return type.
|
hace 24 años |
|
cmaketest.h.in
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
hace 24 años |
|
cmakewizard.cxx
|
d14a2314e5
check bool values and prefere off
|
hace 24 años |
|
cmakewizard.h
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
|
ctest.cxx
|
31413a216b
ENH: if -R or -E was used, displays also the name of the tests that passed.
|
hace 24 años |
|
ctest.dsp
|
8d681d4793
remove /ZI
|
hace 24 años |
|
ctest.h
|
31413a216b
ENH: if -R or -E was used, displays also the name of the tests that passed.
|
hace 24 años |