| .. |
|
FLTKDialog
|
b0befbde1a
ENH: cpp renamed cxx. Copy of data to and from the GUI is working
|
24 years ago |
|
MFCDialog
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
CMakeLib.dsp
|
355278324e
*** empty log message ***
|
24 years ago |
|
CMakeSetup.dsw
|
06f403b274
updated for out of tree builds
|
24 years ago |
|
DumpDocumentation.dsp
|
30ad61805b
bug fixes
|
24 years ago |
|
Makefile.in
|
4179c991f4
ENH: change MFC gui to use cmake class
|
24 years ago |
|
cmAbstractFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAbstractFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddCustomTargetCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddCustomTargetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddDefinitionsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddDefinitionsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddExecutableCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddExecutableCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddLibraryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAddTestCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmAddTestCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 years ago |
|
cmAuxSourceDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmAuxSourceDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildNameCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildSharedLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmBuildSharedLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableClassSet.cxx
|
9f8d296f15
ERR: Removed use of member templates.
|
24 years ago |
|
cmCableClassSet.h
|
9f8d296f15
ERR: Removed use of member templates.
|
24 years ago |
|
cmCableClassSetCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableClassSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableCloseNamespaceCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableCloseNamespaceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableCommand.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmCableCommand.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmCableData.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmCableData.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmCableDefineSetCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableDefineSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableInstantiateClassCommand.cxx
|
45e9d19c6c
ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore.
|
24 years ago |
|
cmCableInstantiateClassCommand.h
|
8aa2182806
BUG: add removed command, and sort the order in cmCommands.cxx
|
24 years ago |
|
cmCableInstantiateCommand.cxx
|
45e9d19c6c
ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore.
|
24 years ago |
|
cmCableInstantiateCommand.h
|
8aa2182806
BUG: add removed command, and sort the order in cmCommands.cxx
|
24 years ago |
|
cmCableOpenNamespaceCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableOpenNamespaceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCablePackageCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmCablePackageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCablePackageEntryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCablePackageEntryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCableSourceFilesCommand.cxx
|
72a9a5546f
BUG: fix find library for unix
|
24 years ago |
|
cmCableSourceFilesCommand.h
|
45e9d19c6c
ENH: Changed WriteConfiguration back to const because it doesn't need to report errors anymore.
|
24 years ago |
|
cmCableWrapCommand.cxx
|
1d4a3aa48e
ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass.
|
24 years ago |
|
cmCableWrapCommand.h
|
1d4a3aa48e
ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass.
|
24 years ago |
|
cmCableWrapTclCommand.cxx
|
059ee3931d
BUG: Changed custom command generation to not use full path of output file from cable.
|
24 years ago |
|
cmCableWrapTclCommand.h
|
cff74e9a78
ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS cache entries. This also allowed the correct generation of gccxml rules.
|
24 years ago |
|
cmCacheManager.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmCacheManager.h
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCommands.cxx
|
37801ddaae
added enable testing deprecated some commands
|
24 years ago |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmConfigure.h.in
|
1094200ea0
BUG: fix to compile on hp with aCC
|
24 years ago |
|
cmConfigureFileCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmConfigureFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmConfigureFileNoAutoconf.cxx
|
dd249a0477
FIX: Chaned error message to match command
|
24 years ago |
|
cmConfigureFileNoAutoconf.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmCustomCommand.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmCustomCommand.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmDSPWriter.cxx
|
1ede7e4e24
BUG: Removed generation of stray # Begin Custom Build line.
|
24 years ago |
|
cmDSPWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 years ago |
|
cmDSWWriter.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmDSWWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 years ago |
|
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.
|
24 years ago |
|
cmDirectory.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmDumpDocumentation.cxx
|
658614ff6a
ENH:Reworked CMake for consistency
|
25 years ago |
|
cmElseCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmElseCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmEnableTestingCommand.cxx
|
5b4a11af80
BUG: ENABLE_TESTING command may need to create output directory before writing the CMakeTestfile into it since it is invoked before the makefile generator runs.
|
24 years ago |
|
cmEnableTestingCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 years ago |
|
cmEndIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmEndIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmExecProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmExecProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindFileCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindLibraryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindPathCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindPathCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFindProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmFunctionBlocker.h
|
a3cfcd9894
BUG: clean up memory leaks.
|
24 years ago |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
24 years ago |
|
cmGetFilenameComponentCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmGetFilenameComponentCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeRegularExpressionCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmIncludeRegularExpressionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmInstallFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmInstallFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmInstallTargetsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmInstallTargetsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLinkDirectoriesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLinkDirectoriesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLoadCacheCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmLoadCacheCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmMSProjectGenerator.cxx
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 years ago |
|
cmMSProjectGenerator.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 years ago |
|
cmMakeDepend.cxx
|
1cd9ce6f6e
ENH: unify make process on unix
|
24 years ago |
|
cmMakeDepend.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmMakeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmMakeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmMakefile.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmMakefile.h
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmMakefileGenerator.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmMakefileGenerator.h
|
a3cfcd9894
BUG: clean up memory leaks.
|
24 years ago |
|
cmMessageCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmMessageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmOptionCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmOptionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmProjectCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmProjectCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmSetCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSiteNameCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSiteNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSourceFile.cxx
|
cb6bc6f0aa
added load cache command and fixed source file
|
24 years ago |
|
cmSourceFile.h
|
54cfe84f3f
ENH:New copyright
|
24 years ago |
|
cmSourceFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSourceFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSourceGroup.cxx
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
24 years ago |
|
cmSourceGroup.h
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
24 years ago |
|
cmSourceGroupCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSourceGroupCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmStandardIncludes.h
|
1094200ea0
BUG: fix to compile on hp with aCC
|
24 years ago |
|
cmSubdirCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSubdirCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmSystemTools.cxx
|
4a8d3fc1e3
better regexp for reg entries
|
24 years ago |
|
cmSystemTools.h
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmTarget.cxx
|
dbebd0a276
added install rules
|
24 years ago |
|
cmTarget.h
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmTargetLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmTargetLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmTestsCommand.cxx
|
37801ddaae
added enable testing deprecated some commands
|
24 years ago |
|
cmTestsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmUnixMakefileGenerator.cxx
|
0f98c51d77
ENH: Runtime library search paths can be added to the link lines for
|
24 years ago |
|
cmUnixMakefileGenerator.h
|
3ebfc32b5e
added install target support
|
24 years ago |
|
cmUtilitySourceCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmUtilitySourceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmVTKWrapJavaCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmVTKWrapJavaCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmVTKWrapPythonCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmVTKWrapPythonCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmVTKWrapTclCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmVTKWrapTclCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmWrapExcludeFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmWrapExcludeFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 years ago |
|
cmake.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 years ago |
|
cmake.dsp
|
4179c991f4
ENH: change MFC gui to use cmake class
|
24 years ago |
|
cmake.h
|
4179c991f4
ENH: change MFC gui to use cmake class
|
24 years ago |
|
cmakemain.cxx
|
a85e67d937
BUG: add missing file
|
24 years ago |