Brad King 1f2c84f284 BUG: Fixed dependency generation to work for when there are many, many dependencies. Output is now easier to ready anyway because each dependency is on its own line. 24 rokov pred
..
FLTKDialog 2f76c425ef ENH: Save and Load of recent Source and Binary directories added. 24 rokov pred
MFCDialog 42e3ee8c05 BUG: make sure cache is cleared 24 rokov pred
CMakeLib.dsp 62d5051797 added make depend on win32 24 rokov pred
CMakeLists.txt a5cda2217d ENH: fix install for cygwin, build cmake from configure 24 rokov pred
CMakeSetup.dsw 06f403b274 updated for out of tree builds 24 rokov pred
DumpDocumentation.dsp 30ad61805b bug fixes 25 rokov pred
Makefile.in 4179c991f4 ENH: change MFC gui to use cmake class 24 rokov pred
cmAbstractFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAbstractFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAddCustomTargetCommand.cxx c84f6448a6 modified how paths are escaped, added depends 24 rokov pred
cmAddCustomTargetCommand.h c84f6448a6 modified how paths are escaped, added depends 24 rokov pred
cmAddDefinitionsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAddDefinitionsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAddDependenciesCommand.cxx 43ac1a3a86 added add dependencies command 24 rokov pred
cmAddDependenciesCommand.h 43ac1a3a86 added add dependencies command 24 rokov pred
cmAddExecutableCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAddExecutableCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmAddLibraryCommand.cxx e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 rokov pred
cmAddLibraryCommand.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 rokov pred
cmAddTestCommand.cxx f5ee70af60 ENH: Changed generated filename to DartTestfile.txt 24 rokov pred
cmAddTestCommand.h 37801ddaae added enable testing deprecated some commands 24 rokov pred
cmAuxSourceDirectoryCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmAuxSourceDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmBuildCommand.cxx c84f6448a6 modified how paths are escaped, added depends 24 rokov pred
cmBuildCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmBuildNameCommand.cxx e0fa3f281c changes to better handle old values or hand set values 24 rokov pred
cmBuildNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmCableClassSet.cxx 9f8d296f15 ERR: Removed use of member templates. 24 rokov pred
cmCableClassSet.h 9f8d296f15 ERR: Removed use of member templates. 24 rokov pred
cmCableClassSetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmCableClassSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmCableWrapTclCommand.cxx 21d634c525 ENH: Added generation of dependencies on the CMake-generated input to gcc-xml so that re-generation of wrappers will occur if a header changes. 24 rokov pred
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 rokov pred
cmCacheManager.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 rokov pred
cmCacheManager.h 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 rokov pred
cmCommand.h 9027c8bdf7 ERR:Spelling mistake 24 rokov pred
cmCommands.cxx dc87e1906d ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows. 24 rokov pred
cmCommands.h 54cfe84f3f ENH:New copyright 25 rokov pred
cmConfigure.cmake.h.in a2b757aa2d ENH: better ability to find cmake program 24 rokov pred
cmConfigure.h.in 1094200ea0 BUG: fix to compile on hp with aCC 24 rokov pred
cmConfigureFileCommand.cxx 238fe481f3 Wrong place for fout 24 rokov pred
cmConfigureFileCommand.h 8609fdb051 added escape quotes option 24 rokov pred
cmConfigureGccXmlCommand.cxx 9adacc17f8 BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked. 24 rokov pred
cmConfigureGccXmlCommand.h 9adacc17f8 BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked. 24 rokov pred
cmCustomCommand.cxx 54cfe84f3f ENH:New copyright 25 rokov pred
cmCustomCommand.h 54cfe84f3f ENH:New copyright 25 rokov pred
cmDSPWriter.cxx 1f2c84f284 BUG: Fixed dependency generation to work for when there are many, many dependencies. Output is now easier to ready anyway because each dependency is on its own line. 24 rokov pred
cmDSPWriter.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 rokov pred
cmDSWWriter.cxx e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 rokov pred
cmDSWWriter.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 rokov pred
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 rokov pred
cmDirectory.cxx 54cfe84f3f ENH:New copyright 25 rokov pred
cmDirectory.h 54cfe84f3f ENH:New copyright 25 rokov pred
cmDumpDocumentation.cxx 658614ff6a ENH:Reworked CMake for consistency 25 rokov pred
cmElseCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmElseCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmEnableTestingCommand.cxx 850d74f67f fixed Dart issue 24 rokov pred
cmEnableTestingCommand.h 37801ddaae added enable testing deprecated some commands 24 rokov pred
cmEndIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmEndIfCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmExecProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmExecProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindFileCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindFileCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindLibraryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindPathCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindPathCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindProgramCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFindProgramCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmFunctionBlocker.h a3cfcd9894 BUG: clean up memory leaks. 24 rokov pred
cmGeneratedFileStream.h b6d823a7c1 ENH: try to better handle control-c during make Makefiles 24 rokov pred
cmGetFilenameComponentCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmGetFilenameComponentCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmIfCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmIfCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmIncludeCommand.cxx d4edafe717 BUG: remove iostream.h includes 24 rokov pred
cmIncludeCommand.h 43c2a89568 ENH: add optional include and only allow one file per INCLUDE 24 rokov pred
cmIncludeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmIncludeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmIncludeRegularExpressionCommand.cxx cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 rokov pred
cmIncludeRegularExpressionCommand.h cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 rokov pred
cmInstallFilesCommand.cxx 0ff3bdba20 better install support 24 rokov pred
cmInstallFilesCommand.h 0ff3bdba20 better install support 24 rokov pred
cmInstallTargetsCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmInstallTargetsCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmLibraryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmLinkDirectoriesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmLinkDirectoriesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmLinkLibrariesCommand.cxx 17b02b6530 ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to the 24 rokov pred
cmLinkLibrariesCommand.h 5579ee31d5 documentation change 24 rokov pred
cmLoadCacheCommand.cxx d4edafe717 BUG: remove iostream.h includes 24 rokov pred
cmLoadCacheCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmMSProjectGenerator.cxx 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 rokov pred
cmMSProjectGenerator.h 38a164d254 ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter 24 rokov pred
cmMakeDepend.cxx 7df455251b BUG: Need to expand variables in search paths in case it hasn't been done yet by the makefile. 24 rokov pred
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 rokov pred
cmMakeDirectoryCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmMakeDirectoryCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmMakefile.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmMakefile.h 0136329482 updated version 24 rokov pred
cmMakefileGenerator.cxx 54cfe84f3f ENH:New copyright 25 rokov pred
cmMakefileGenerator.h a3cfcd9894 BUG: clean up memory leaks. 24 rokov pred
cmMessageCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmMessageCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmOptionCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmOptionCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
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 rokov pred
cmOutputRequiredFilesCommand.h 9508ae2b19 added new command 24 rokov pred
cmProjectCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmProjectCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmRegularExpression.cxx 54cfe84f3f ENH:New copyright 25 rokov pred
cmRegularExpression.h 54cfe84f3f ENH:New copyright 25 rokov pred
cmSetCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSetCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSiteNameCommand.cxx d2c2cf3296 FIX: added AddDefinition() to store site name and build name in makefile. Also stripped 24 rokov pred
cmSiteNameCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSourceFile.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmSourceFile.h e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmSourceFilesCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmSourceFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSourceFilesRemoveCommand.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmSourceFilesRemoveCommand.h 348d1994ac ENH: Added new command SOURCE_FILES_REMOVE which can be used 24 rokov pred
cmSourceGroup.cxx de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 rokov pred
cmSourceGroup.h de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 25 rokov pred
cmSourceGroupCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSourceGroupCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmStandardIncludes.h 8c3d29d0d3 ENH: Warning 4503 disable for MSVC. 24 rokov pred
cmSubdirCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmSubdirCommand.h 5579ee31d5 documentation change 24 rokov pred
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 rokov pred
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 rokov pred
cmTarget.cxx e169953e92 ENH: Source and header file extensions are in variables in cmMakefile. 24 rokov pred
cmTarget.h e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 rokov pred
cmTargetLinkLibrariesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmTargetLinkLibrariesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmUnixMakefileGenerator.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 rokov pred
cmUnixMakefileGenerator.h a1ec2852af ENH: some clean up, and better checking to see if we are building cmake 24 rokov pred
cmUtilitySourceCommand.cxx 4f77d737c9 ENH: move utilities to targets from makefile, and add versioning to cache 24 rokov pred
cmUtilitySourceCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmVTKWrapJavaCommand.cxx 44062bf4b7 Better error checking. 24 rokov pred
cmVTKWrapJavaCommand.h 4e80d8e2b2 Should not be inherited. 24 rokov pred
cmVTKWrapPythonCommand.cxx 44062bf4b7 Better error checking. 24 rokov pred
cmVTKWrapPythonCommand.h 4e80d8e2b2 Should not be inherited. 24 rokov pred
cmVTKWrapTclCommand.cxx 44062bf4b7 Better error checking. 24 rokov pred
cmVTKWrapTclCommand.h 4e80d8e2b2 Should not be inherited. 24 rokov pred
cmWrapExcludeFilesCommand.cxx 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmWrapExcludeFilesCommand.h 9922155423 ENH: rename Invoke to InitialPass 24 rokov pred
cmake.cxx fdd48818db ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support this should explicitly declare it with the OPTION command, or set its libraries to shared or static directly on each ADD_LIBRARY command. 24 rokov pred
cmake.dsp 4179c991f4 ENH: change MFC gui to use cmake class 24 rokov pred
cmake.h 4179c991f4 ENH: change MFC gui to use cmake class 24 rokov pred
cmakemain.cxx f03ee2a53d cmake does not require two arguments 24 rokov pred
cmaketest.cxx fd06cd32c1 minor compile fix 24 rokov pred
cmaketest.h.in c19c252e23 minor fixes to testing 24 rokov pred