| .. |
|
FLTKDialog
|
d5c497d8bc
ENH: update to new style of cache access
|
24 lat temu |
|
MFCDialog
|
98b4ea2609
BUG: fix switch projects not saving cache correctly
|
24 lat temu |
|
CMakeLib.dsp
|
62d5051797
added make depend on win32
|
24 lat temu |
|
CMakeLists.txt
|
a4f40c31f1
ENH: add dump documentation test
|
24 lat temu |
|
CMakeSetup.dsw
|
277228e3aa
ken added dependancy to build everything
|
24 lat temu |
|
DumpDocumentation.dsp
|
30ad61805b
bug fixes
|
25 lat temu |
|
Makefile.in
|
8d80a9055e
ENH: clean up sgi build and use non-broken autoconf
|
24 lat temu |
|
cmAbstractFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmAbstractFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmAddCustomTargetCommand.cxx
|
c84f6448a6
modified how paths are escaped, added depends
|
24 lat temu |
|
cmAddCustomTargetCommand.h
|
c84f6448a6
modified how paths are escaped, added depends
|
24 lat temu |
|
cmAddDefinitionsCommand.cxx
|
fda98f8562
BUG: Needed to expand variables of definitions.
|
24 lat temu |
|
cmAddDefinitionsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmAddDependenciesCommand.cxx
|
43ac1a3a86
added add dependencies command
|
24 lat temu |
|
cmAddDependenciesCommand.h
|
43ac1a3a86
added add dependencies command
|
24 lat temu |
|
cmAddExecutableCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmAddExecutableCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmAddLibraryCommand.cxx
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 lat temu |
|
cmAddLibraryCommand.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 lat temu |
|
cmAddTestCommand.cxx
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
24 lat temu |
|
cmAddTestCommand.h
|
2eb9d09e04
BUG: ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
24 lat temu |
|
cmAuxSourceDirectoryCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 lat temu |
|
cmAuxSourceDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmBuildCommand.cxx
|
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 lat temu |
|
cmBuildCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmBuildNameCommand.cxx
|
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 lat temu |
|
cmBuildNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
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 lat temu |
|
cmCableClassSet.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
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 lat temu |
|
cmCableClassSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmCableWrapTclCommand.cxx
|
852be8a520
ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend object for dependencies for all the gccxml input files it generates. This should significantly improve generation time.
|
24 lat temu |
|
cmCableWrapTclCommand.h
|
852be8a520
ENH: Each cmCableWrapTclCommand instance now uses a single cmMakeDepend object for dependencies for all the gccxml input files it generates. This should significantly improve generation time.
|
24 lat temu |
|
cmCacheManager.cxx
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
cmCacheManager.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
cmCommand.h
|
9027c8bdf7
ERR:Spelling mistake
|
24 lat temu |
|
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 lat temu |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
24 lat temu |
|
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 lat temu |
|
cmConfigureFileCommand.cxx
|
9cce835900
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
|
24 lat temu |
|
cmConfigureFileCommand.h
|
9cce835900
ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy and configuration on the initial pass so that current variable values are used.
|
24 lat temu |
|
cmConfigureGccXmlCommand.cxx
|
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 lat temu |
|
cmConfigureGccXmlCommand.h
|
9adacc17f8
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
|
24 lat temu |
|
cmCustomCommand.cxx
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmCustomCommand.h
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmDSPWriter.cxx
|
f85fc7cda1
better network build support
|
24 lat temu |
|
cmDSPWriter.h
|
e693d47253
ENH: Added support for selection of static/shared build on a per-library basis.
|
24 lat temu |
|
cmDSWWriter.cxx
|
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 lat temu |
|
cmDSWWriter.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 lat temu |
|
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.
|
25 lat temu |
|
cmDirectory.cxx
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmDumpDocumentation.cxx
|
a4f40c31f1
ENH: add dump documentation test
|
24 lat temu |
|
cmElseCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
24 lat temu |
|
cmElseCommand.h
|
d7702b4c30
added new if commands
|
24 lat temu |
|
cmEnableTestingCommand.cxx
|
850d74f67f
fixed Dart issue
|
24 lat temu |
|
cmEnableTestingCommand.h
|
37801ddaae
added enable testing deprecated some commands
|
24 lat temu |
|
cmEndForEachCommand.cxx
|
f783252c62
new commands
|
24 lat temu |
|
cmEndForEachCommand.h
|
f783252c62
new commands
|
24 lat temu |
|
cmEndIfCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmEndIfCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmExecProgramCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmExecProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmFindFileCommand.cxx
|
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 lat temu |
|
cmFindFileCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmFindLibraryCommand.cxx
|
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 lat temu |
|
cmFindLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmFindPathCommand.cxx
|
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 lat temu |
|
cmFindPathCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmFindProgramCommand.cxx
|
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 lat temu |
|
cmFindProgramCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmForEachCommand.cxx
|
f783252c62
new commands
|
24 lat temu |
|
cmForEachCommand.h
|
f783252c62
new commands
|
24 lat temu |
|
cmFunctionBlocker.h
|
4ab2650802
added for each command
|
24 lat temu |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
24 lat temu |
|
cmGetFilenameComponentCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmGetFilenameComponentCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmIfCommand.cxx
|
c151f30861
backwards MATCHES in if and else statements
|
24 lat temu |
|
cmIfCommand.h
|
d7702b4c30
added new if commands
|
24 lat temu |
|
cmIncludeCommand.cxx
|
d4edafe717
BUG: remove iostream.h includes
|
24 lat temu |
|
cmIncludeCommand.h
|
43c2a89568
ENH: add optional include and only allow one file per INCLUDE
|
24 lat temu |
|
cmIncludeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmIncludeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmIncludeRegularExpressionCommand.cxx
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 lat temu |
|
cmIncludeRegularExpressionCommand.h
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
24 lat temu |
|
cmInstallFilesCommand.cxx
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 lat temu |
|
cmInstallFilesCommand.h
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 lat temu |
|
cmInstallProgramsCommand.cxx
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 lat temu |
|
cmInstallProgramsCommand.h
|
3d86ad7237
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
|
24 lat temu |
|
cmInstallTargetsCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmInstallTargetsCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmLibraryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmLinkDirectoriesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmLinkDirectoriesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmLinkLibrariesCommand.cxx
|
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 lat temu |
|
cmLinkLibrariesCommand.h
|
5579ee31d5
documentation change
|
24 lat temu |
|
cmLoadCacheCommand.cxx
|
3b9f97f32d
Adding new options to LoadCache.
|
24 lat temu |
|
cmLoadCacheCommand.h
|
3b9f97f32d
Adding new options to LoadCache.
|
24 lat temu |
|
cmMSProjectGenerator.cxx
|
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 lat temu |
|
cmMSProjectGenerator.h
|
38a164d254
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
|
24 lat temu |
|
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 lat temu |
|
cmMakeDepend.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
cmMakeDirectoryCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmMakeDirectoryCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmMakefile.cxx
|
f709e5588e
ENH: change expand variables to use GetDefinition
|
24 lat temu |
|
cmMakefile.h
|
f709e5588e
ENH: change expand variables to use GetDefinition
|
24 lat temu |
|
cmMakefileGenerator.cxx
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmMakefileGenerator.h
|
a3cfcd9894
BUG: clean up memory leaks.
|
24 lat temu |
|
cmMessageCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmMessageCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmOptionCommand.cxx
|
edc738173b
Allow option value to be expanded (thus, we can use the value of another option as default)
|
24 lat temu |
|
cmOptionCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
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 lat temu |
|
cmOutputRequiredFilesCommand.h
|
9508ae2b19
added new command
|
24 lat temu |
|
cmProjectCommand.cxx
|
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 lat temu |
|
cmProjectCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
25 lat temu |
|
cmSetCommand.cxx
|
48febc4ed3
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler which is a filepath
|
24 lat temu |
|
cmSetCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmSiteNameCommand.cxx
|
333e2dbf63
BUG: can not Add a definition that you just got
|
24 lat temu |
|
cmSiteNameCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmSourceFile.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 lat temu |
|
cmSourceFile.h
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 lat temu |
|
cmSourceFilesCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 lat temu |
|
cmSourceFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmSourceFilesRemoveCommand.cxx
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 lat temu |
|
cmSourceFilesRemoveCommand.h
|
348d1994ac
ENH: Added new command SOURCE_FILES_REMOVE which can be used
|
24 lat temu |
|
cmSourceGroup.cxx
|
de10cfc72e
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
|
25 lat temu |
|
cmSourceGroup.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
cmSourceGroupCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmSourceGroupCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmStandardIncludes.h
|
047c7b5af4
ENH: add more testing
|
24 lat temu |
|
cmSubdirCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmSubdirCommand.h
|
5579ee31d5
documentation change
|
24 lat temu |
|
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 lat temu |
|
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 lat temu |
|
cmSystemTools.cxx
|
f85fc7cda1
better network build support
|
24 lat temu |
|
cmSystemTools.h
|
f85fc7cda1
better network build support
|
24 lat temu |
|
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 lat temu |
|
cmTarget.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 lat temu |
|
cmTargetLinkLibrariesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmTargetLinkLibrariesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmUnixMakefileGenerator.cxx
|
c7bd083549
BUG: fix for broken apple mkdir and general clean up of MakeDirectory command
|
24 lat temu |
|
cmUnixMakefileGenerator.h
|
a1ec2852af
ENH: some clean up, and better checking to see if we are building cmake
|
24 lat temu |
|
cmUtilitySourceCommand.cxx
|
333e2dbf63
BUG: can not Add a definition that you just got
|
24 lat temu |
|
cmUtilitySourceCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmVTKWrapJavaCommand.cxx
|
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 lat temu |
|
cmVTKWrapJavaCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 lat temu |
|
cmVTKWrapPythonCommand.cxx
|
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 lat temu |
|
cmVTKWrapPythonCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 lat temu |
|
cmVTKWrapTclCommand.cxx
|
0b471134c3
now creates output directories
|
24 lat temu |
|
cmVTKWrapTclCommand.h
|
4e80d8e2b2
Should not be inherited.
|
24 lat temu |
|
cmWrapExcludeFilesCommand.cxx
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmWrapExcludeFilesCommand.h
|
9922155423
ENH: rename Invoke to InitialPass
|
24 lat temu |
|
cmake.cxx
|
a5eac44d18
ENH: rework GUI with configure/OK/Cancel
|
24 lat temu |
|
cmake.dsp
|
4179c991f4
ENH: change MFC gui to use cmake class
|
25 lat temu |
|
cmake.h
|
a5eac44d18
ENH: rework GUI with configure/OK/Cancel
|
24 lat temu |
|
cmakemain.cxx
|
f03ee2a53d
cmake does not require two arguments
|
24 lat temu |
|
cmaketest.cxx
|
eff67f3061
BUG: run make all on unix not make exename
|
24 lat temu |
|
cmaketest.h.in
|
c19c252e23
minor fixes to testing
|
24 lat temu |
|
ctest.cxx
|
d586449a64
better formatted output
|
24 lat temu |
|
ctest.dsp
|
8181104f9a
added ctest to win32
|
24 lat temu |
|
ctest.h
|
2190ddc4e9
added test driver for make test target
|
24 lat temu |