| .. |
|
CursesDialog
|
4ee923a33c
ENH: remove warnings
|
24 лет назад |
|
FLTKDialog
|
4a8b9ecf98
FIX: Reverted to use FillCacheManagerFromGUI().
|
24 лет назад |
|
MFCDialog
|
b0e3a2def0
ENH: use callback not ifdef for MFC message box errors
|
24 лет назад |
|
CMakeLib.dsp
|
d204791e45
ENH: integrate borland support
|
24 лет назад |
|
CMakeLists.txt
|
23f0b7760f
Trying to fix curses.
|
24 лет назад |
|
CMakeSetup.dsw
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 лет назад |
|
DumpDocumentation.dsp
|
8d681d4793
remove /ZI
|
24 лет назад |
|
InitialConfigureFlags.cmake.in
|
cc768c86c6
ENH: pass prefix from configure into cmake
|
24 лет назад |
|
Makefile.in
|
5edd7673e1
ENH: add caching for the input CMakeList.txt files, 2X speed up
|
24 лет назад |
|
cmAbstractFilesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAbstractFilesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddCustomCommandCommand.cxx
|
61a66c2645
SOURCE, COMMAND, TARGET are required now
|
24 лет назад |
|
cmAddCustomCommandCommand.h
|
bdf0241d2e
SOURCE, COMMAND, TARGET are required now
|
24 лет назад |
|
cmAddCustomTargetCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddCustomTargetCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddDefinitionsCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddDefinitionsCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddDependenciesCommand.cxx
|
229b9064d1
Expand variables in all target args
|
24 лет назад |
|
cmAddDependenciesCommand.h
|
a244cb242c
ENH: fix spelling error
|
24 лет назад |
|
cmAddExecutableCommand.cxx
|
63cb6c7407
Expand vars in exe and lib name
|
24 лет назад |
|
cmAddExecutableCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddLibraryCommand.cxx
|
53f8721f99
Break the "to infinity and beyond" stuff
|
24 лет назад |
|
cmAddLibraryCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddTestCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAddTestCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAuxSourceDirectoryCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmAuxSourceDirectoryCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmBorlandMakefileGenerator.cpp
|
ad09f66469
FIX: Same as last checkin except applies to bpi files as wellas lib files
|
24 лет назад |
|
cmBorlandMakefileGenerator.h
|
7adaefb403
ERR: Change to EscapeSpaces forces rework of Borland generator <sigh>
|
24 лет назад |
|
cmBuildCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmBuildCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmBuildNameCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmBuildNameCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCableClassSet.cxx
|
8e79e498f9
ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output.
|
24 лет назад |
|
cmCableClassSet.h
|
8e79e498f9
ENH: Added automatic detection of >> sequences in template names and replacement with "> >" in the output.
|
24 лет назад |
|
cmCableClassSetCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCableClassSetCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCableWrapTclCommand.cxx
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
24 лет назад |
|
cmCableWrapTclCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCacheManager.cxx
|
87cbb11742
One more time... case does not matter on cygwin
|
24 лет назад |
|
cmCacheManager.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 лет назад |
|
cmCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCommands.cxx
|
becce939a2
support for compilation of .ui files into .h and .cxx files
|
24 лет назад |
|
cmCommands.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmConfigure.cmake.h.in
|
95e4feb361
BUG: add in for scope variable
|
24 лет назад |
|
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 лет назад |
|
cmConfigureFileCommand.cxx
|
091e95f26d
ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables
|
24 лет назад |
|
cmConfigureFileCommand.h
|
091e95f26d
ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables
|
24 лет назад |
|
cmConfigureGccXmlCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmConfigureGccXmlCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmCustomCommand.cxx
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 лет назад |
|
cmCustomCommand.h
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 лет назад |
|
cmDSPWriter.cxx
|
668974b01c
minor fix
|
24 лет назад |
|
cmDSPWriter.h
|
722283804b
support for custom targets on exe and lib
|
24 лет назад |
|
cmDSWWriter.cxx
|
05717b3dab
a better fix maybe
|
24 лет назад |
|
cmDSWWriter.h
|
4ba36ca453
INCLUDE_EXTERNAL_MSPROJECT command
|
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.
|
25 лет назад |
|
cmDirectory.cxx
|
ea2690d667
fixed bug in mismatched directory opens consuming file descriptors
|
24 лет назад |
|
cmDirectory.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmDumpDocumentation.cxx
|
a4f40c31f1
ENH: add dump documentation test
|
24 лет назад |
|
cmElseCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmElseCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmEnableTestingCommand.cxx
|
850d74f67f
fixed Dart issue
|
24 лет назад |
|
cmEnableTestingCommand.h
|
8074eeebf1
Add warning regarding the location of ENABLE_TESTING (should be in the top CMakeList.txt, otherwise Dart is lost)
|
24 лет назад |
|
cmEndForEachCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmEndForEachCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmEndIfCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmEndIfCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmExecProgramCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmExecProgramCommand.h
|
8139a3121d
ENH: fix doc string
|
24 лет назад |
|
cmFindFileCommand.cxx
|
8106e93dca
This command should always set the cahce variabel to a filepath not a path
|
24 лет назад |
|
cmFindFileCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindLibraryCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindLibraryCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindPathCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindPathCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindProgramCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFindProgramCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmForEachCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmForEachCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmFunctionBlocker.h
|
4ab2650802
added for each command
|
24 лет назад |
|
cmGeneratedFileStream.h
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
25 лет назад |
|
cmGetFilenameComponentCommand.cxx
|
cc731ac548
The result of this utility command can now be optionally added to the cache
|
24 лет назад |
|
cmGetFilenameComponentCommand.h
|
cc731ac548
The result of this utility command can now be optionally added to the cache
|
24 лет назад |
|
cmIfCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmIfCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmIncludeCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmIncludeCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmIncludeDirectoryCommand.cxx
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 лет назад |
|
cmIncludeDirectoryCommand.h
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 лет назад |
|
cmIncludeExternalMSProjectCommand.cxx
|
9190e57e3d
ERR: ^M's removed.
|
24 лет назад |
|
cmIncludeExternalMSProjectCommand.h
|
4ba36ca453
INCLUDE_EXTERNAL_MSPROJECT command
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmIncludeRegularExpressionCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallFilesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallFilesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallProgramsCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallProgramsCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallTargetsCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmInstallTargetsCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLibraryCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLinkDirectoriesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLinkDirectoriesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLinkLibrariesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLinkLibrariesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmListFileCache.cxx
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
24 лет назад |
|
cmListFileCache.h
|
9438a5965a
initialize class
|
24 лет назад |
|
cmLoadCacheCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmLoadCacheCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
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 лет назад |
|
cmMSProjectGenerator.h
|
d204791e45
ENH: integrate borland support
|
24 лет назад |
|
cmMakeDepend.cxx
|
5231ad0c7e
ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless of whether the actual file exists. This can be used to add dependencies to .h files which are generated but included in hand-written .cxx files. If the .cxx does exist, though, it will be used first, and the hints will be used afterward.
|
24 лет назад |
|
cmMakeDepend.h
|
ddd5a7d729
ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files.
|
24 лет назад |
|
cmMakeDirectoryCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmMakeDirectoryCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmMakefile.cxx
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 лет назад |
|
cmMakefile.h
|
ef74458b34
Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs
|
24 лет назад |
|
cmMakefileGenerator.cxx
|
e197d3f219
remove memory leaks
|
24 лет назад |
|
cmMakefileGenerator.h
|
58a3e38167
add support for clean up
|
24 лет назад |
|
cmMessageCommand.cxx
|
0314c5f76a
Allow multiline messages
|
24 лет назад |
|
cmMessageCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmOptionCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmOptionCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmOutputRequiredFilesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmOutputRequiredFilesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmProjectCommand.cxx
|
71fe9280cb
Add PROJECT_NAME to the set of definitions
|
24 лет назад |
|
cmProjectCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmQTWrapCPPCommand.cxx
|
53d0de2a9f
cleanups
|
24 лет назад |
|
cmQTWrapCPPCommand.h
|
53d0de2a9f
cleanups
|
24 лет назад |
|
cmQTWrapUICommand.cxx
|
becce939a2
support for compilation of .ui files into .h and .cxx files
|
24 лет назад |
|
cmQTWrapUICommand.h
|
becce939a2
support for compilation of .ui files into .h and .cxx files
|
24 лет назад |
|
cmRegularExpression.cxx
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmRegularExpression.h
|
54cfe84f3f
ENH:New copyright
|
25 лет назад |
|
cmSetCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSetCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSiteNameCommand.cxx
|
5cc95e4387
SITE_NAME should return the most qualified name of the host. If nslookup works, now the domain is appended to the hostname (whereas it *replaced* the host name before)
|
24 лет назад |
|
cmSiteNameCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSourceFile.cxx
|
7d907c8d59
ENH: clean up error report for source files not found
|
24 лет назад |
|
cmSourceFile.h
|
e169953e92
ENH: Source and header file extensions are in variables in cmMakefile.
|
24 лет назад |
|
cmSourceFilesCommand.cxx
|
9ad598a9f0
Fix bug. Was using unexpanded var instead of copy
|
24 лет назад |
|
cmSourceFilesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSourceFilesRemoveCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSourceFilesRemoveCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSourceGroup.cxx
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 лет назад |
|
cmSourceGroup.h
|
cc5c1fa6f7
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
|
24 лет назад |
|
cmSourceGroupCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSourceGroupCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmStandardIncludes.h
|
eb6e54c64b
ENH: Replaced cmStdString implementation to make it more transparently a std:string.
|
24 лет назад |
|
cmSubdirCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSubdirCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSubdirDependsCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSubdirDependsCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmSystemTools.cxx
|
b0e3a2def0
ENH: use callback not ifdef for MFC message box errors
|
24 лет назад |
|
cmSystemTools.h
|
539318f587
ENH: add callback for message display
|
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
|
247c1640da
|
24 лет назад |
|
cmTargetLinkLibrariesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmTargetLinkLibrariesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmUnixMakefileGenerator.cxx
|
becce939a2
support for compilation of .ui files into .h and .cxx files
|
24 лет назад |
|
cmUnixMakefileGenerator.h
|
112707a9dc
Clean up a bit more
|
24 лет назад |
|
cmUseMangledMesaCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmUseMangledMesaCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmUtilitySourceCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmUtilitySourceCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmVTKWrapJavaCommand.cxx
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
24 лет назад |
|
cmVTKWrapJavaCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmVTKWrapPythonCommand.cxx
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
24 лет назад |
|
cmVTKWrapPythonCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmVTKWrapTclCommand.cxx
|
319a5e0077
BUG: CustomCommand has to use full path to Source file now
|
24 лет назад |
|
cmVTKWrapTclCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmWrapExcludeFilesCommand.cxx
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmWrapExcludeFilesCommand.h
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
|
cmake.cxx
|
8f652aad21
ENH: fixes for borland compiler testing
|
24 лет назад |
|
cmake.dsp
|
8d681d4793
remove /ZI
|
24 лет назад |
|
cmake.h
|
d204791e45
ENH: integrate borland support
|
24 лет назад |
|
cmakemain.cxx
|
e197d3f219
remove memory leaks
|
24 лет назад |
|
cmaketest.cxx
|
1c5c899fd7
add dependency for configure files and use short path in WIN32 cmake test
|
24 лет назад |
|
cmaketest.h.in
|
c19c252e23
minor fixes to testing
|
24 лет назад |
|
ctest.cxx
|
8591786867
ENH: add better error reports in parsing cmake files, like what file has the error
|
24 лет назад |
|
ctest.dsp
|
8d681d4793
remove /ZI
|
24 лет назад |
|
ctest.h
|
08a89bd8dc
added regexp option
|
24 лет назад |