| .. |
|
FLTKDialog
|
2f76c425ef
ENH: Save and Load of recent Source and Binary directories added.
|
24 лет назад |
|
MFCDialog
|
cb858f511e
ENH: change the logic of disabling the ok button a bit
|
24 лет назад |
|
CMakeLib.dsp
|
62d5051797
added make depend on win32
|
24 лет назад |
|
CMakeLists.txt
|
a5cda2217d
ENH: fix install for cygwin, build cmake from configure
|
24 лет назад |
|
CMakeSetup.dsw
|
06f403b274
updated for out of tree builds
|
24 лет назад |
|
DumpDocumentation.dsp
|
30ad61805b
bug fixes
|
25 лет назад |
|
Makefile.in
|
4179c991f4
ENH: change MFC gui to use cmake class
|
24 лет назад |
|
cmAbstractFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmAbstractFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmAddCustomTargetCommand.cxx
|
c84f6448a6
modified how paths are escaped, added depends
|
24 лет назад |
|
cmAddCustomTargetCommand.h
|
c84f6448a6
modified how paths are escaped, added depends
|
24 лет назад |
|
cmAddDefinitionsCommand.cxx
|
fda98f8562
BUG: Needed to expand variables of definitions.
|
24 лет назад |
|
cmAddDefinitionsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmAddDependenciesCommand.cxx
|
43ac1a3a86
added add dependencies command
|
24 лет назад |
|
cmAddDependenciesCommand.h
|
43ac1a3a86
added add dependencies command
|
24 лет назад |
|
cmAddExecutableCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmAddExecutableCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmAddLibraryCommand.cxx
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 лет назад |
|
cmAddLibraryCommand.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 лет назад |
|
cmAddTestCommand.cxx
|
f5ee70af60
ENH: Changed generated filename to DartTestfile.txt
|
24 лет назад |
|
cmAddTestCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 лет назад |
|
cmAuxSourceDirectoryCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmAuxSourceDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmBuildCommand.cxx
|
c84f6448a6
modified how paths are escaped, added depends
|
24 лет назад |
|
cmBuildCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmBuildNameCommand.cxx
|
e0fa3f281c
changes to better handle old values or hand set values
|
24 лет назад |
|
cmBuildNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmCableClassSet.cxx
|
489e91a1f7
ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of ElementCombinationGenerator so that it can get access to ElementCombinationGenerator::Substitution. Also fixed one minor problem for HP build.
|
24 лет назад |
|
cmCableClassSet.h
|
6d54c3d6f8
ENH: Added cable class-set expansion and tagging for alternate name generation. This should make the generated wrappers much easier to setup and use.
|
24 лет назад |
|
cmCableClassSetCommand.cxx
|
6d54c3d6f8
ENH: Added cable class-set expansion and tagging for alternate name generation. This should make the generated wrappers much easier to setup and use.
|
24 лет назад |
|
cmCableClassSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmCableWrapTclCommand.cxx
|
ddec29c52d
BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
|
24 лет назад |
|
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 лет назад |
|
cmCacheManager.cxx
|
9f7f282e5e
Removing trailing spaces after cache entry value.
|
24 лет назад |
|
cmCacheManager.h
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 лет назад |
|
cmCommand.h
|
9027c8bdf7
ERR:Spelling mistake
|
24 лет назад |
|
cmCommands.cxx
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmConfigure.cmake.h.in
|
a2b757aa2d
ENH: better ability to find cmake program
|
24 лет назад |
|
cmConfigure.h.in
|
1094200ea0
BUG: fix to compile on hp with aCC
|
24 лет назад |
|
cmConfigureFileCommand.cxx
|
238fe481f3
Wrong place for fout
|
24 лет назад |
|
cmConfigureFileCommand.h
|
8609fdb051
added escape quotes option
|
24 лет назад |
|
cmConfigureGccXmlCommand.cxx
|
9adacc17f8
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
|
24 лет назад |
|
cmConfigureGccXmlCommand.h
|
9adacc17f8
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
|
24 лет назад |
|
cmCustomCommand.cxx
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmCustomCommand.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmDSPWriter.cxx
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmDSPWriter.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 лет назад |
|
cmDSWWriter.cxx
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmDSWWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 лет назад |
|
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 лет назад |
|
cmDirectory.cxx
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmDumpDocumentation.cxx
|
658614ff6a
ENH:Reworked CMake for consistency
|
25 лет назад |
|
cmElseCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmElseCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmEnableTestingCommand.cxx
|
850d74f67f
fixed Dart issue
|
24 лет назад |
|
cmEnableTestingCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 лет назад |
|
cmEndForEachCommand.cxx
|
f783252c62
new commands
|
24 лет назад |
|
cmEndForEachCommand.h
|
f783252c62
new commands
|
24 лет назад |
|
cmEndIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmEndIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmExecProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmExecProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindFileCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindLibraryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindPathCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindPathCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmFindProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmForEachCommand.cxx
|
f783252c62
new commands
|
24 лет назад |
|
cmForEachCommand.h
|
f783252c62
new commands
|
24 лет назад |
|
cmFunctionBlocker.h
|
4ab2650802
added for each command
|
24 лет назад |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
24 лет назад |
|
cmGetFilenameComponentCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmGetFilenameComponentCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmIfCommand.cxx
|
4ab2650802
added for each command
|
24 лет назад |
|
cmIfCommand.h
|
4ab2650802
added for each command
|
24 лет назад |
|
cmIncludeCommand.cxx
|
d4edafe717
BUG: remove iostream.h includes
|
24 лет назад |
|
cmIncludeCommand.h
|
43c2a89568
ENH: add optional include and only allow one file per INCLUDE
|
24 лет назад |
|
cmIncludeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmIncludeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.cxx
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.h
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 лет назад |
|
cmInstallFilesCommand.cxx
|
caab013c9a
BUG: Need to expand variables when a regular expression is specified.
|
24 лет назад |
|
cmInstallFilesCommand.h
|
0ff3bdba20
better install support
|
24 лет назад |
|
cmInstallProgramsCommand.cxx
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmInstallProgramsCommand.h
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmInstallTargetsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmInstallTargetsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmLinkDirectoriesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmLinkDirectoriesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmLinkLibrariesCommand.cxx
|
17b02b6530
ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to the
|
24 лет назад |
|
cmLinkLibrariesCommand.h
|
5579ee31d5
documentation change
|
24 лет назад |
|
cmLoadCacheCommand.cxx
|
d4edafe717
BUG: remove iostream.h includes
|
24 лет назад |
|
cmLoadCacheCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmMSProjectGenerator.cxx
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 лет назад |
|
cmMSProjectGenerator.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 лет назад |
|
cmMakeDepend.cxx
|
ddec29c52d
BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
|
24 лет назад |
|
cmMakeDepend.h
|
82c1916a6d
ENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
|
24 лет назад |
|
cmMakeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmMakeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmMakefile.cxx
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmMakefile.h
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmMakefileGenerator.cxx
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmMakefileGenerator.h
|
a3cfcd9894
BUG: clean up memory leaks.
|
24 лет назад |
|
cmMessageCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmMessageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmOptionCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmOptionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmOutputRequiredFilesCommand.cxx
|
82c1916a6d
ENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
|
24 лет назад |
|
cmOutputRequiredFilesCommand.h
|
9508ae2b19
added new command
|
24 лет назад |
|
cmProjectCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmProjectCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmSetCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSiteNameCommand.cxx
|
d2c2cf3296
FIX: added AddDefinition() to store site name and build name in makefile. Also stripped
|
24 лет назад |
|
cmSiteNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSourceFile.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmSourceFile.h
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmSourceFilesCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmSourceFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSourceFilesRemoveCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmSourceFilesRemoveCommand.h
|
348d1994ac
ENH: Added new command SOURCE_FILES_REMOVE which can be used
|
24 лет назад |
|
cmSourceGroup.cxx
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
25 лет назад |
|
cmSourceGroup.h
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
25 лет назад |
|
cmSourceGroupCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSourceGroupCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmStandardIncludes.h
|
8c3d29d0d3
ENH: Warning 4503 disable for MSVC.
|
24 лет назад |
|
cmSubdirCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmSubdirCommand.h
|
5579ee31d5
documentation change
|
24 лет назад |
|
cmSubdirDependsCommand.cxx
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmSubdirDependsCommand.h
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmSystemTools.cxx
|
572ecc9b8a
ENH: Added support for non-verbose mode output from running a command. This can be used when it is expected that the command may fail.
|
24 лет назад |
|
cmSystemTools.h
|
572ecc9b8a
ENH: Added support for non-verbose mode output from running a command. This can be used when it is expected that the command may fail.
|
24 лет назад |
|
cmTarget.cxx
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmTarget.h
|
cfa25e9e1a
ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will.
|
24 лет назад |
|
cmTargetLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmTargetLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmUnixMakefileGenerator.cxx
|
8a03ccda07
ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory.
|
24 лет назад |
|
cmUnixMakefileGenerator.h
|
a1ec2852af
ENH: some clean up, and better checking to see if we are building cmake
|
24 лет назад |
|
cmUtilitySourceCommand.cxx
|
4f77d737c9
ENH: move utilities to targets from makefile, and add versioning to cache
|
24 лет назад |
|
cmUtilitySourceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmVTKWrapJavaCommand.cxx
|
44062bf4b7
Better error checking.
|
24 лет назад |
|
cmVTKWrapJavaCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 лет назад |
|
cmVTKWrapPythonCommand.cxx
|
44062bf4b7
Better error checking.
|
24 лет назад |
|
cmVTKWrapPythonCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 лет назад |
|
cmVTKWrapTclCommand.cxx
|
44062bf4b7
Better error checking.
|
24 лет назад |
|
cmVTKWrapTclCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 лет назад |
|
cmWrapExcludeFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmWrapExcludeFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 лет назад |
|
cmake.cxx
|
a5eac44d18
ENH: rework GUI with configure/OK/Cancel
|
24 лет назад |
|
cmake.dsp
|
4179c991f4
ENH: change MFC gui to use cmake class
|
24 лет назад |
|
cmake.h
|
a5eac44d18
ENH: rework GUI with configure/OK/Cancel
|
24 лет назад |
|
cmakemain.cxx
|
f03ee2a53d
cmake does not require two arguments
|
24 лет назад |
|
cmaketest.cxx
|
fd06cd32c1
minor compile fix
|
24 лет назад |
|
cmaketest.h.in
|
c19c252e23
minor fixes to testing
|
24 лет назад |