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