| .. |
|
CursesDialog
|
f7ec3c2a76
compiler warning
|
23 years ago |
|
MFCDialog
|
b13e120d92
Fix callback for the new API
|
23 years ago |
|
WXDialog
|
c6384c19b4
Remove warnings
|
23 years ago |
|
bootstrap
|
399e1c0f3e
Improve bootstrape for unix
|
23 years ago |
|
.cvsignore
|
0c948312ed
Add cvsignore so that you do not see visual stufio files when you do cvs update
|
23 years ago |
|
CMakeLists.txt
|
192dfbaaab
Add option for building wxWindows GUI for CMake
|
23 years ago |
|
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.
|
23 years ago |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
24 years ago |
|
Makefile.in
|
25ff4552b3
new arch
|
23 years ago |
|
cmAbstractFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmAbstractFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddCustomCommandCommand.cxx
|
4dec2a174a
remove unused variables
|
23 years ago |
|
cmAddCustomCommandCommand.h
|
9b8926925b
ENH: use target as source if source is empty
|
23 years ago |
|
cmAddCustomTargetCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmAddCustomTargetCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddDefinitionsCommand.cxx
|
4823f16ebb
modified to accept no arguments
|
23 years ago |
|
cmAddDefinitionsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddDependenciesCommand.cxx
|
4dec2a174a
remove unused variables
|
23 years ago |
|
cmAddDependenciesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddExecutableCommand.cxx
|
fc6b8e8bf7
fix const problem
|
23 years ago |
|
cmAddExecutableCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAddLibraryCommand.cxx
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 years ago |
|
cmAddLibraryCommand.h
|
27fe57b716
ENH: change LINK_LIBRARY to add to targets
|
23 years ago |
|
cmAddTestCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmAddTestCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmAuxSourceDirectoryCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmAuxSourceDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmBuildCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmBuildCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmBuildNameCommand.cxx
|
991b551595
ENH: fix build name
|
23 years ago |
|
cmBuildNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCMakeMinimumRequired.cxx
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 years ago |
|
cmCMakeMinimumRequired.h
|
077f81d359
ENH: fix doc line
|
23 years ago |
|
cmCPluginAPI.cxx
|
ce65c54d7a
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
|
cmCPluginAPI.h
|
bafeb69742
cleaned up API
|
23 years ago |
|
cmCacheManager.cxx
|
577cf91945
Fix problems with advanced not being marked.
|
23 years ago |
|
cmCacheManager.h
|
577cf91945
Fix problems with advanced not being marked.
|
23 years ago |
|
cmCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCommands.cxx
|
92714311c9
Add WRITE_FILE command, which writes string to a file
|
23 years ago |
|
cmCommands.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmConfigure.cmake.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 years ago |
|
cmConfigure.h.in
|
07d35e662d
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
|
23 years ago |
|
cmConfigureFileCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmConfigureFileCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCreateTestSourceList.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmCreateTestSourceList.h
|
0f6e022dca
updated to handle extensions
|
23 years ago |
|
cmCustomCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmCustomCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmData.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmDirectory.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
23 years ago |
|
cmDirectory.h
|
499bd45d4d
removed shared lib support
|
23 years ago |
|
cmDumpDocumentation.cxx
|
74e13ad2fc
moved dump docs into cmake
|
23 years ago |
|
cmDynamicLoader.cxx
|
e00b56dd57
Add accessor for Flushing cache
|
23 years ago |
|
cmDynamicLoader.h
|
e00b56dd57
Add accessor for Flushing cache
|
23 years ago |
|
cmElseCommand.cxx
|
96a3b4d3fc
compiler warning
|
23 years ago |
|
cmElseCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEnableTestingCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEnableTestingCommand.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 years ago |
|
cmEndForEachCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEndForEachCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmEndIfCommand.cxx
|
94ff97ceed
*** empty log message ***
|
23 years ago |
|
cmEndIfCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmExecProgramCommand.cxx
|
4dec2a174a
remove unused variables
|
23 years ago |
|
cmExecProgramCommand.h
|
a898cfb17a
Add return value support and add documentation
|
23 years ago |
|
cmFLTKWrapUICommand.cxx
|
4dec2a174a
remove unused variables
|
23 years ago |
|
cmFLTKWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmFindFileCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmFindFileCommand.h
|
789267c949
ENH: speed improvements
|
23 years ago |
|
cmFindLibraryCommand.cxx
|
46a327c79d
FIX: put ExpandRegistryValue() back (seems to have been removed accidentally I guess in 1.25)
|
23 years ago |
|
cmFindLibraryCommand.h
|
ce31498637
FIX: command usage
|
23 years ago |
|
cmFindPathCommand.cxx
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
|
23 years ago |
|
cmFindPathCommand.h
|
789267c949
ENH: speed improvements
|
23 years ago |
|
cmFindProgramCommand.cxx
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
|
23 years ago |
|
cmFindProgramCommand.h
|
1ad05f9e6d
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
|
23 years ago |
|
cmForEachCommand.cxx
|
fcc410de44
fixed if statements inside a foreach
|
23 years ago |
|
cmForEachCommand.h
|
fcc410de44
fixed if statements inside a foreach
|
23 years ago |
|
cmFunctionBlocker.h
|
28895b0f9f
ERR: Fixed compiler warnings.
|
23 years ago |
|
cmGeneratedFileStream.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmGetFilenameComponentCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 years ago |
|
cmGetFilenameComponentCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmGetSourceFilePropertyCommand.cxx
|
b8be208408
updated to match the SET
|
23 years ago |
|
cmGetSourceFilePropertyCommand.h
|
b8be208408
updated to match the SET
|
23 years ago |
|
cmGlobalBorlandMakefileGenerator.cxx
|
386c19ff6a
fix for borland compilers
|
23 years ago |
|
cmGlobalBorlandMakefileGenerator.h
|
d28e483f4e
first cut a new arch
|
23 years ago |
|
cmGlobalGenerator.cxx
|
66d04692a0
Attempt to make NMake quiet during TRY_COMPILE
|
23 years ago |
|
cmGlobalGenerator.h
|
157e2b4ac3
Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file
|
23 years ago |
|
cmGlobalNMakeMakefileGenerator.cxx
|
3abb9e240d
compiler warnings
|
23 years ago |
|
cmGlobalNMakeMakefileGenerator.h
|
9e64895812
minor fix inEnableLanguages
|
23 years ago |
|
cmGlobalUnixMakefileGenerator.cxx
|
561a3da204
Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
|
23 years ago |
|
cmGlobalUnixMakefileGenerator.h
|
6132184cc3
better trycompile and enable langiages
|
23 years ago |
|
cmGlobalVisualStudio6Generator.cxx
|
9cf39703dc
Remove debug stuff
|
23 years ago |
|
cmGlobalVisualStudio6Generator.h
|
38baabc665
Attempt to fix Visual studio 6 comiling
|
23 years ago |
|
cmGlobalVisualStudio7Generator.cxx
|
c9d16defb0
some try compile fixes
|
23 years ago |
|
cmGlobalVisualStudio7Generator.h
|
c9d16defb0
some try compile fixes
|
23 years ago |
|
cmITKWrapTclCommand.cxx
|
da9d44f877
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
|
23 years ago |
|
cmITKWrapTclCommand.h
|
da9d44f877
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
|
23 years ago |
|
cmIfCommand.cxx
|
94ff97ceed
*** empty log message ***
|
23 years ago |
|
cmIfCommand.h
|
32ad30e883
better error handling with if statements
|
23 years ago |
|
cmIncludeCommand.cxx
|
d0d25bb989
Reformatted the error printed by cmMakefile.
|
23 years ago |
|
cmIncludeCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeDirectoryCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
23 years ago |
|
cmIncludeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeExternalMSProjectCommand.cxx
|
4651dbcfc6
ENH: expand variables in arguments before the commands get them
|
24 years ago |
|
cmIncludeExternalMSProjectCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeRegularExpressionCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmIncludeRegularExpressionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmInstallFilesCommand.cxx
|
e5e0132203
ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
|
23 years ago |
|
cmInstallFilesCommand.h
|
e5e0132203
ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
|
23 years ago |
|
cmInstallProgramsCommand.cxx
|
e5e0132203
ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
|
23 years ago |
|
cmInstallProgramsCommand.h
|
e5e0132203
ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
|
23 years ago |
|
cmInstallTargetsCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmInstallTargetsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLinkDirectoriesCommand.cxx
|
be3a15d45f
no longer need an argument
|
23 years ago |
|
cmLinkDirectoriesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLinkLibrariesCommand.cxx
|
e8dbdcaf0c
allows no arguments
|
23 years ago |
|
cmLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmListFileCache.cxx
|
0301b8366b
Add a way to remove files from cache
|
23 years ago |
|
cmListFileCache.h
|
0301b8366b
Add a way to remove files from cache
|
23 years ago |
|
cmLoadCacheCommand.cxx
|
d0be2896d7
changed cache manager and registered generators to no longer be singletons
|
23 years ago |
|
cmLoadCacheCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmLoadCommandCommand.cxx
|
d86d95cf2b
Cleanup
|
23 years ago |
|
cmLoadCommandCommand.h
|
a21140658c
adding plugin support
|
23 years ago |
|
cmLocalBorlandMakefileGenerator.cxx
|
dd0dc9e6bd
handle long commands
|
23 years ago |
|
cmLocalBorlandMakefileGenerator.h
|
d28e483f4e
first cut a new arch
|
23 years ago |
|
cmLocalGenerator.cxx
|
d2c4432bbe
changed handling of FinalPass
|
23 years ago |
|
cmLocalGenerator.h
|
d2c4432bbe
changed handling of FinalPass
|
23 years ago |
|
cmLocalNMakeMakefileGenerator.cxx
|
a888ba53fa
in progress
|
23 years ago |
|
cmLocalNMakeMakefileGenerator.h
|
a888ba53fa
in progress
|
23 years ago |
|
cmLocalUnixMakefileGenerator.cxx
|
6ff1579ba7
Use file format detection
|
23 years ago |
|
cmLocalUnixMakefileGenerator.h
|
a888ba53fa
in progress
|
23 years ago |
|
cmLocalVisualStudio6Generator.cxx
|
2d9fbbd94c
updated to use ConfigureFinalPass
|
23 years ago |
|
cmLocalVisualStudio6Generator.h
|
49aebe6c99
new arch
|
23 years ago |
|
cmLocalVisualStudio7Generator.cxx
|
242347c52e
Try to fix quoted definitions
|
23 years ago |
|
cmLocalVisualStudio7Generator.h
|
49aebe6c99
new arch
|
23 years ago |
|
cmMacroCommand.cxx
|
4380c3b0f1
minor fix
|
23 years ago |
|
cmMacroCommand.h
|
216c985f72
added new command
|
23 years ago |
|
cmMakeDepend.cxx
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
|
cmMakeDepend.h
|
fd26d44f5f
now includes current include files directory when searching for files it includes
|
23 years ago |
|
cmMakeDirectoryCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmMakeDirectoryCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMakefile.cxx
|
85896b3460
minor memory fix
|
23 years ago |
|
cmMakefile.h
|
202600f95a
Add GetLocal on cmMakefile and on local builds do not perform tests
|
23 years ago |
|
cmMarkAsAdvancedCommand.cxx
|
577cf91945
Fix problems with advanced not being marked.
|
23 years ago |
|
cmMarkAsAdvancedCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmMessageCommand.cxx
|
72022ac27b
ENH: add ability to escape semi-colons
|
23 years ago |
|
cmMessageCommand.h
|
b6ebd7b7fa
ENH: Add SEND_ERROR flag to MESSAGE so that an error can be raised within a CMakeList file
|
23 years ago |
|
cmOptionCommand.cxx
|
945c4a8b5b
WAR: remove warnings for .NET compiler
|
23 years ago |
|
cmOptionCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmOutputRequiredFilesCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmOutputRequiredFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmProjectCommand.cxx
|
7883b6c7dc
expand ; args
|
23 years ago |
|
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
|
23 years ago |
|
cmQTWrapCPPCommand.cxx
|
63d64d5780
Define a single expected format for the values defined in every FindXXX.cmake file.
|
23 years ago |
|
cmQTWrapCPPCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmQTWrapUICommand.cxx
|
3507ef55c6
corrected the generated lists .h in header list and .cxx in sources list
|
23 years ago |
|
cmQTWrapUICommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmRegularExpression.cxx
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
|
cmRegularExpression.h
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
23 years ago |
|
cmRemoveCommand.cxx
|
ab2dc5558b
minor fix
|
23 years ago |
|
cmRemoveCommand.h
|
9c69be42de
updated for 1.4
|
23 years ago |
|
cmSeparateArgumentsCommand.cxx
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
23 years ago |
|
cmSeparateArgumentsCommand.h
|
2d37e6d1a8
ENH: add new command to separate space separated arguments
|
23 years ago |
|
cmSetCommand.cxx
|
bd7ffbc258
ENH: If SET(VAR) is called with no other arguments, remove the definition of VAR.
|
23 years ago |
|
cmSetCommand.h
|
dbdb0adce8
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
|
23 years ago |
|
cmSetSourceFilesPropertiesCommand.cxx
|
c728b6c963
fixed bug maybe
|
23 years ago |
|
cmSetSourceFilesPropertiesCommand.h
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmSiteNameCommand.cxx
|
4879c6cffa
ENH: look for nslookup and hostname in the right places
|
23 years ago |
|
cmSiteNameCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceFile.cxx
|
5897d078c6
Fix bug in trying to set stding with null
|
23 years ago |
|
cmSourceFile.h
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmSourceFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmSourceFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceFilesRemoveCommand.cxx
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 years ago |
|
cmSourceFilesRemoveCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceGroup.cxx
|
809b32fe59
ENH: remove several compiler warnings
|
23 years ago |
|
cmSourceGroup.h
|
076aafe79a
ENH: add file specific compile flags
|
24 years ago |
|
cmSourceGroupCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSourceGroupCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmStandardIncludes.h
|
14f0211858
ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions on comeau in linux.
|
23 years ago |
|
cmSubdirCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmSubdirCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSubdirDependsCommand.cxx
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSubdirDependsCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmSystemTools.cxx
|
6736678ca3
Add detection of file format from extension
|
23 years ago |
|
cmSystemTools.h
|
6736678ca3
Add detection of file format from extension
|
23 years ago |
|
cmTarget.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmTarget.h
|
0e6b39e52f
BUG: Correct some of the dependency analysis code.
|
23 years ago |
|
cmTargetLinkLibrariesCommand.cxx
|
6bbc8e9d45
does not need a second argument
|
23 years ago |
|
cmTargetLinkLibrariesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmTryCompileCommand.cxx
|
561a3da204
Several changes: COMPILE_DEFINITIONS is now depricated. If you want to specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
|
23 years ago |
|
cmTryCompileCommand.h
|
e6406f681d
Abstract cleaning of files and add code that deletes files from Debug subdirectory
|
23 years ago |
|
cmTryRunCommand.cxx
|
72054b95fd
always convert to output path
|
23 years ago |
|
cmTryRunCommand.h
|
a7589c3a32
compiler warnings
|
23 years ago |
|
cmUseMangledMesaCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmUseMangledMesaCommand.h
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmUtilitySourceCommand.cxx
|
7d76de4403
make sure ; expansion is done in all commands
|
23 years ago |
|
cmUtilitySourceCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKMakeInstantiatorCommand.cxx
|
13d4f89dfe
compiler warnings
|
23 years ago |
|
cmVTKMakeInstantiatorCommand.h
|
c1ad03bedb
BUG: Added backward-compatability. The old instantiator style will be used unless the argument USE_INSTANTIATOR_NEW is given to tell the command to make use of the instantiator new functions exported from each class's implementation file.
|
23 years ago |
|
cmVTKWrapJavaCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmVTKWrapJavaCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKWrapPythonCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmVTKWrapPythonCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVTKWrapTclCommand.cxx
|
24e0518122
FIX: better support for the Tcl/Tk 8.4 pre-release
|
23 years ago |
|
cmVTKWrapTclCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmVariableRequiresCommand.cxx
|
bef93dc5c1
Couple of changes: cache variables now have a map of properties. ADVANCED and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
|
23 years ago |
|
cmVariableRequiresCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmWrapExcludeFilesCommand.cxx
|
7b5a8762c6
modified how source files store properties
|
23 years ago |
|
cmWrapExcludeFilesCommand.h
|
a6a43d5320
ENH:Updated copyright
|
24 years ago |
|
cmWriteFileCommand.cxx
|
f7ec3c2a76
compiler warning
|
23 years ago |
|
cmWriteFileCommand.h
|
92714311c9
Add WRITE_FILE command, which writes string to a file
|
23 years ago |
|
cmake.cxx
|
9878f49dfc
fixed memory leak
|
23 years ago |
|
cmake.h
|
973cf550cb
updated comments
|
23 years ago |
|
cmakemain.cxx
|
4c21ba27c9
Remove unnecessary include
|
23 years ago |
|
cmaketest.cxx
|
576a490daa
Cleanup
|
23 years ago |
|
cmaketest.h.in
|
290c509e11
ENH: make sure the test tests the right cmake, and not the cmake used to bootstrap this cmake
|
23 years ago |
|
cmakewizard.cxx
|
56b69e5fcc
Remove unnecessary variable
|
23 years ago |
|
cmakewizard.h
|
628625af72
Simplify code. Since we access cache entry through the iterator, we do not need the cache manager any more
|
23 years ago |
|
ctest.cxx
|
80f20047af
Add verbose flag -V, which makes the output of tests to be displayed; also add help to ctest
|
23 years ago |
|
ctest.h
|
80f20047af
Add verbose flag -V, which makes the output of tests to be displayed; also add help to ctest
|
23 years ago |