CMake/ChangeLog.txt

16172 lines
451 KiB
Plaintext
Raw Blame History

2003-01-06 10:58 martink
* Source/: cmCPluginAPI.h, cmCPluginAPI.h: updated version
2003-01-06 10:58 king
* Source/WXDialog/CMakeLists.txt: ERR: Fixed space problem for OSX
and Rez.
2003-01-06 10:43 martink
* CMake.rtf: updated docs
2003-01-06 10:37 king
* Source/WXDialog/CMakeLists.txt: ENH: Fixed space problem for Rez.
2003-01-06 09:39 martink
* Source/: cmMakefile.h, cmMakefile.h: update version
2003-01-06 09:36 martink
* Source/cmMakefile.h: updated version
2003-01-06 09:32 king
* Modules/Platform/Linux-como.cmake: ENH: Added shared library
settings.
2003-01-06 09:04 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: ENH: look for AIX compiler as well
2003-01-06 08:39 hoffman
* Modules/Platform/OSF1.cmake: add shared path for OSF
2003-01-05 11:24 hoffman
* Modules/Platform/OSF1.cmake: BUG: revert back to rpath,
2003-01-03 20:26 andy
* Modules/CheckTypeSize.cmake: Remove debug
2003-01-03 20:03 andy
* Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
CheckTypeSize.cmake, CheckVariableExists.cmake: Fix problems with
required flags
2003-01-03 19:21 andy
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
CheckTypeSize.cmake, CheckVariableExists.cmake: Add required flags
2003-01-03 17:36 king
* Modules/FindPythonLibs.cmake: ENH: Find python framework on Mac
OSX.
2003-01-03 16:23 hoffman
* Modules/Platform/OSF1.cmake: try to fix rpath on OSF
2003-01-03 16:14 andy
* Tests/COnly/libc2.h: Fix problem with test on Borland
2003-01-03 08:12 hoffman
* Modules/Platform/SunOS.cmake: BUG: bad rpath flag for suns
2003-01-02 10:27 king
* Source/cmCPluginAPI.h: ENH: Changed magic numbers to reserved.
Added CMAKE_VERSION_MAJOR and CMAKE_VERSION_MINOR macros to allow
commands to do conditional compilation across multiple versions of
CMake.
2003-01-02 09:57 king
* Modules/CMakeBackwardCompatibilityC.cmake: BUG: Don't add
-I/usr/include as an X_CFLAGS setting.
2003-01-02 09:57 king
* Modules/FindX11.cmake: BUG: Fixed ordering of X11 search.
2003-01-02 09:06 andy
* Tests/COnly/CMakeLists.txt: Rename libraries from c1 to testc1
2003-01-02 08:51 hoffman
* Modules/Platform/: AIX.cmake, OSF1.cmake, SunOS.cmake,
SunOS.cmake: clean up some c/cxx issues
2003-01-01 18:00 andy
* Modules/CheckIncludeFiles.cmake: Add macro for checking if a
swequence of includes can be includes
2003-01-01 17:35 andy
* Tests/COnly/CMakeLists.txt: Test conversion from ascii to string
2003-01-01 17:34 andy
* Source/: cmStringCommand.cxx, cmStringCommand.h: Add a way to
convert ascii to string
2003-01-01 16:25 andy
* Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
CheckTypeSize.cmake, CheckVariableExists.cmake: To prevent cmake
from breaking up arguments, put quotes around them
2003-01-01 15:02 andy
* Modules/CheckVariableExists.cmake: Add a way to add custom
libraries to the mix. Also add status reporting
2003-01-01 15:01 andy
* Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
CheckTypeSize.cmake: Add a way to add custom libraries to the mix
2003-01-01 14:26 andy
* Tests/COnly/: libc2.c, libc2.h: Shared library should export
symbols on windows
2002-12-31 15:22 andy
* Tests/COnly/: CMakeLists.txt, conly.c, libc1.c, libc1.h, libc2.c,
libc2.h: Test also stating and shared libraries
2002-12-31 13:08 king
* Modules/: CMakeDefaultMakeRuleVariables.cmake,
Platform/Darwin.cmake, Platform/HP-UX.cmake,
Platform/Linux-como.cmake, Platform/Windows-bcc32.cmake,
Platform/Windows-cl.cmake: ENH: Added <LINK_FLAGS> to link rules.
2002-12-31 12:59 king
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: When there are no
link flags, we want an empty string, not a null pointer.
2002-12-31 12:41 king
* Source/cmLocalUnixMakefileGenerator.cxx: ENH: Support LINK_FLAGS
property for static libraries.
2002-12-30 11:48 hoffman
* Modules/Platform/AIX.cmake: ENH: fix shared libraries on AIX
2002-12-30 11:02 king
* Modules/CMakeBackwardCompatibilityC.cmake, Modules/CheckSizeOf.c,
Modules/CheckSizeOf.cmake, Modules/CheckTypeSize.c,
Modules/CheckTypeSize.cmake, Tests/LoadCommand/CMakeLists.txt: ENH:
Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for
consistency with the macro name that is defined by the module.
2002-12-30 08:18 andy
* Source/cmSystemTools.cxx: Fix problem on windows with network
paths
2002-12-30 07:47 hoffman
* Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
cmAddExecutableCommand.h, cmAddTestCommand.h,
cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
cmBuildNameCommand.h, cmFLTKWrapUICommand.h: ENH: clean up docs
some
2002-12-27 11:14 starreveld
* Modules/FindPythonLibs.cmake: ENH: find python framework and
include files on OSX
2002-12-26 19:59 andy
* Modules/CMakeJavaCompiler.cmake.in: If there is no java compiler
report error on ADD_JAVA_LIBRARY
2002-12-26 13:58 andy
* Modules/Platform/Windows-cl.cmake: Add missing closing bracket
2002-12-23 12:19 hoffman
* Source/cmSystemTools.h: ENH: fix for AIX
2002-12-23 09:51 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: WAR: remove warinings
2002-12-23 09:25 hoffman
* Source/cmSystemTools.cxx: ENH: handle // in the path
2002-12-22 15:19 hoffman
* Modules/Platform/Windows-bcc32.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: ENH: fixes for borland
with spaces in the path
2002-12-22 11:50 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: clean up warning and use
more short paths
2002-12-22 10:09 barre
* Modules/: Documentation.cmake, FindHTMLHelp.cmake, FindHhc.cmake:
ENH: it's time to create a real Microsoft HTML Help Workshop CMake
module
2002-12-21 11:14 hoffman
* Source/: cmGetTargetPropertyCommand.cxx,
cmGetTargetPropertyCommand.h, cmSetTargetPropertiesCommand.cxx,
cmSetTargetPropertiesCommand.h: ENH: add target properties files
2002-12-20 17:15 hoffman
* Source/cmCommands.cxx, Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmTarget.cxx, Source/cmTarget.h,
Tests/Complex/Library/CMakeLists.txt: ENH: add target properties
2002-12-20 16:15 king
* Source/cmVTKWrapTclCommand.cxx: ERR: Tcl_PkgProvide takes char*,
so we cannot pass a string literal to it.
2002-12-20 12:59 king
* Modules/Platform/Windows-cl.cmake,
Source/cmGlobalVisualStudio6Generator.cxx,
Source/cmGlobalVisualStudio6Generator.h,
Source/cmGlobalVisualStudio7Generator.cxx,
Source/cmGlobalVisualStudio7Generator.h,
Templates/CMakeVisualStudio6Configurations.cmake: ENH: Visual
Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a
semicolon-separated list of configurations that will be built.
2002-12-20 11:56 barre
* Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: FIX:
make CMAKE_X_LIBS and CMAKE_X_CFLAGS advanced
2002-12-20 11:20 hoffman
* Source/cmGlobalUnixMakefileGenerator.cxx: ENH: add a check to
make sure cmake can find the c or C++ compiler for trycompile
2002-12-20 11:20 hoffman
* Tests/Complex/CMakeLists.txt: BUG: fix for backwards
compatibility
2002-12-20 10:23 martink
* Source/: cmSourceFilesCommand.cxx, cmake.cxx: testing more
agressive compatability settings
2002-12-20 09:43 king
* Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tk if it
is available.
2002-12-20 09:42 king
* Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tcl if it
is available.
2002-12-19 15:34 hoffman
* Source/cmGlobalGenerator.cxx: BUG: enable the languages when not
running in global mode
2002-12-19 12:51 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: better docs
2002-12-19 12:51 hoffman
* Modules/Platform/Windows-cl.cmake: ENH: make linker flags use
init values so users can set them from the cache
2002-12-18 16:58 king
* Source/cmVTKWrapTclCommand.cxx: ENH: Tcl packages now
Tcl_PkgProvide their own name and version.
2002-12-18 10:52 king
* Modules/Platform/gcc.cmake: ENH: Adding build type flags for C.
2002-12-18 09:38 king
* Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: ERR: Project
name and executable name should match for consistency in the X11
test.
2002-12-17 17:05 king
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Added return type
int to ExecuteCommand.
2002-12-17 14:55 king
* Source/cmFLTKWrapUICommand.cxx: BUG: Need at least 2 arguments,
not exactly 2.
2002-12-17 14:55 king
* Source/cmListFileCache.h: ERR: Added operator != for SGI.
2002-12-17 14:54 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake, CMakeDetermineJavaCompiler.cmake,
CMakeDetermineSystem.cmake, CMakeSystemSpecificInformation.cmake,
CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckIncludeFileCXX.cmake, CheckLibraryExists.cmake,
CheckSizeOf.cmake, CheckVariableExists.cmake, TestBigEndian.cmake,
TestCXXAcceptsFlag.cmake, TestForANSIForScope.cmake,
TestForSTDNamespace.cmake: ENH: use CMAKE_ROOT and not PROJECT_ for
try compile stuff, this allows projects within projects to have
different languages
2002-12-17 13:28 king
* Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: BUG: Renamed X11
test executable to useX11 to avoid conflict with name of library.
2002-12-17 12:56 martink
* Source/cmLocalVisualStudio6Generator.cxx: better handling of
Module
2002-12-17 12:11 andy
* Source/cmake.cxx: Save directories when doing global build
2002-12-17 11:58 king
* Source/cmMacroCommand.cxx: ENH: Improved error message for macro
invoked with incorrect number of arguments.
2002-12-17 11:57 king
* Source/cmTryCompileCommand.cxx: ENH: TryCompile should produce a
verbose makefile.
2002-12-17 11:55 king
* Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: ENH:
FindX11.cmake module now almost fully duplicates old configure
functionality.
2002-12-17 10:04 martink
* Source/cmLocalVisualStudio7Generator.cxx: some clean up in link
directories
2002-12-16 21:19 andy
* Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h, ctest.cxx,
ctest.h: Split ctest into two three files
2002-12-16 18:28 king
* Source/cmLocalVisualStudio7Generator.cxx: BUG: Cannot remove
quotes from defined flags.
2002-12-16 12:13 andy
* Source/cmake.cxx: Fix switching from local to global generation
when cmake version changes or when things change inside version
2002-12-16 11:10 king
* Source/cmake.cxx: ENH: Added copy_if_different option to -E flag.
2002-12-16 09:39 king
* Source/: cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio7Generator.cxx: BUG: Fixed quotes in output
paths.
2002-12-15 13:45 andy
* Source/: ctest.cxx, ctest.h: Add support for only showing what
will be done. This way you can for example get a list of all tests:
ctest -N or list of all tests that match regex: ctest -N -R regex
2002-12-13 17:35 king
* Tests/Complex/: CMakeLists.txt, cmTestGeneratedHeader.h.in,
Executable/CMakeLists.txt, Executable/complex.cxx: ENH: Added test
for generated header included by non-generated source.
2002-12-13 17:34 king
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: Need source file
and OBJECT_DEPENDS as dependencies of an object file.
2002-12-13 16:16 king
* Source/: cmLocalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.h, cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio7Generator.cxx,
cmSetSourceFilesPropertiesCommand.cxx: ENH: Added source file
property OBJECT_DEPENDS to support generated header files included
in non-generated sources.
2002-12-13 14:58 king
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckIncludeFileCXX.cmake, CheckLibraryExists.cmake,
CheckSizeOf.cmake, CheckVariableExists.cmake: ENH: Don't repeat
check even if answer was no.
2002-12-13 09:52 martink
* Source/cmIfCommand.cxx: made more strict
2002-12-13 09:27 martink
* Source/: ctest.cxx, cmCPluginAPI.cxx: fixed warnings
2002-12-13 09:18 king
* Source/: cmFunctionBlocker.h, cmIfCommand.h: ERR: Fixed unused
parameter warning.
2002-12-12 17:48 hoffman
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: Make try
compile add a depend to re-run cmake if its source chagnes
2002-12-12 12:02 king
* Utilities/: cmake_release_config_darwin,
cmake_release_config_hpux, cmake_release_config_irix,
cmake_release_config_linux, cmake_release_config_osf,
cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated for
1.4.7 release.
2002-12-12 11:51 martink
* Source/cmMakefile.h: updated to patch7
2002-12-12 11:36 king
* Source/: cmListFileCache.cxx, cmListFileCache.h,
cmMacroCommand.cxx, cmMakefile.cxx, cmMakefile.h, ctest.cxx: ENH:
Improved filename/line number reporting in error message. Macro
invocations now chain up the error message.
2002-12-12 10:25 king
* Modules/CMakeTestGNU.c: ERR: Fixed syntax errors for picky
preprocessors.
2002-12-12 10:25 king
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: ERR: Need double-quotes around
expression to be mached in IF command.
2002-12-12 10:10 king
* Tests/Complex/: CMakeLists.txt, VarTests.cmake: BUG: Can't
double-quote foreach arguments.
2002-12-12 08:42 martink
* Tests/Wrapping/CMakeLists.txt: now uses SET instead of
SOURCE_LIST command
2002-12-11 18:20 king
* Source/cmListFileCache.cxx: BUG: Multi-line functions must also
increment line number, not the pointer.
2002-12-11 18:15 king
* Source/cmEndForEachCommand.h: ERR: Dummy InitialPass
implementation must return a value.
2002-12-11 18:13 king
* Source/: cmAbstractFilesCommand.cxx,
cmAddCustomCommandCommand.cxx, cmAddCustomTargetCommand.cxx,
cmAddDefinitionsCommand.cxx, cmAddDependenciesCommand.cxx,
cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
cmAddTestCommand.cxx, cmCPluginAPI.cxx, cmCommand.h,
cmCreateTestSourceList.cxx, cmEndForEachCommand.cxx,
cmEndForEachCommand.h, cmFindFileCommand.cxx,
cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
cmFindProgramCommand.cxx, cmForEachCommand.cxx, cmForEachCommand.h,
cmFunctionBlocker.h, cmITKWrapTclCommand.cxx, cmIfCommand.cxx,
cmIfCommand.h, cmIncludeDirectoryCommand.cxx,
cmInstallProgramsCommand.cxx, cmInstallTargetsCommand.cxx,
cmLinkDirectoriesCommand.cxx, cmLinkLibrariesCommand.cxx,
cmListFileCache.cxx, cmListFileCache.h, cmLoadCacheCommand.cxx,
cmLoadCommandCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
cmMacroCommand.cxx, cmMacroCommand.h, cmMakefile.cxx, cmMakefile.h,
cmMarkAsAdvancedCommand.cxx, cmMessageCommand.cxx,
cmProjectCommand.cxx, cmRemoveCommand.cxx,
cmSetSourceFilesPropertiesCommand.cxx, cmSourceFilesCommand.cxx,
cmSourceFilesRemoveCommand.cxx, cmSubdirCommand.cxx,
cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
cmTargetLinkLibrariesCommand.cxx, cmUtilitySourceCommand.cxx,
cmVariableRequiresCommand.cxx, cmWriteFileCommand.cxx, ctest.cxx:
ENH: Moved ExpandListVariables out of individual commands.
Argument evaluation rules are now very consistent. Double quotes
can always be used to create exactly one argument, regardless of
contents inside.
2002-12-11 14:18 martink
* Source/CMakeSetup.dsw: removed dsw file
2002-12-11 14:16 martink
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added a Free method
2002-12-11 14:15 king
* Source/: cmCreateTestSourceList.cxx, cmSystemTools.cxx: ENH:
Improved implementation of MSVC debug hook to only add the hook if
DART_TEST_FROM_DART is set in the environment. This is better than
always adding the hook and testing the environment from the
callback.
2002-12-11 12:09 andy
* Source/: cmGlobalVisualStudio7Generator.cxx,
cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio7Generator.cxx: Add check so that java projects
build without C++
2002-12-11 11:49 king
* Source/: cmDumpDocumentation.cxx, cmSystemTools.cxx,
cmSystemTools.h, cmakemain.cxx, cmaketest.cxx, cmw9xcom.cxx,
ctest.cxx: ENH: Added cmSystemTools::EnableMSVCDebugHook() to
prevent error dialogs when CMake is invoked by Dart.
2002-12-11 11:32 king
* Source/cmCreateTestSourceList.cxx: ENH: Generate code to setup
MSVC debug library hook. The test driver program will not display
error dialogs if DART_TEST_FROM_DART is set in the environment.
2002-12-11 10:34 andy
* Modules/CMakeDetermineJavaCompiler.cmake,
Modules/CMakeJavaCompiler.cmake.in, Source/cmGlobalGenerator.cxx:
Add java support
2002-12-10 17:52 andy
* Source/: cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio6Generator.h: Add support for comments on custom
commands in visual studio 6
2002-12-10 17:43 andy
* Source/: cmLocalVisualStudio7Generator.cxx,
cmLocalVisualStudio7Generator.h: Add support for comments on custom
commands in visual studio 7
2002-12-10 16:46 andy
* Source/: cmCustomCommand.cxx, cmCustomCommand.h, cmMakefile.cxx,
cmMakefile.h, cmAddCustomCommandCommand.cxx,
cmAddCustomCommandCommand.h, cmLocalUnixMakefileGenerator.cxx,
cmSourceGroup.cxx, cmSourceGroup.h: Add comment support, so that
you can see in build process what the custom command does
2002-12-10 16:45 andy
* Source/: cmAddCustomTargetCommand.cxx,
cmAddCustomTargetCommand.h: Allow target with no command
2002-12-10 16:08 hoffman
* Source/: cmOutputRequiredFilesCommand.cxx,
cmOutputRequiredFilesCommand.h: BUG: update for changes in
cmMakeDepend
2002-12-10 16:01 hoffman
* Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
update use of makedepend
2002-12-10 15:55 hoffman
* Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
update to new style MakeDepend
2002-12-10 14:51 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: FIX: drag&drop on CMake
icon was not working anymore. - the cmake instance had to be
created before accessing the cache (doh) - the cache iterator was
not queried properly (seems the API changed)
2002-12-10 14:12 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: make sure empty depends
are not used
2002-12-10 14:10 martink
* Source/: cmOutputRequiredFilesCommand.cxx,
cmOutputRequiredFilesCommand.h: updated for changes in Depend Calcs
2002-12-10 13:59 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: do not output empty
depends
2002-12-10 13:36 andy
* Source/ctest.cxx: Remove warning
2002-12-10 10:34 hoffman
* Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: BUG: fix compile flags for source files,
and fix depend bug for cmake 14 branch
2002-12-10 09:34 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: remove cerr
2002-12-10 09:28 hoffman
* Source/: cmLocalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.h, cmMakeDepend.cxx: BUG: fix bug in
depends
2002-12-09 16:23 andy
* Source/cmaketest.cxx: Add to usage
2002-12-09 16:22 andy
* Modules/FindPythonLibs.cmake: Better search for python
2002-12-09 14:33 king
* Modules/CMakeImportBuildSettings.cmake: ENH: Using only filename
without path or extension for comparing build tools.
2002-12-09 10:07 hoffman
* Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
CMakeSetupDialog.h: clean up leaks
2002-12-09 08:27 hoffman
* Modules/: CMakeVS6BackwardCompatibility.cmake,
CMakeVS7BackwardCompatibility.cmake: use win32 threads for win32
2002-12-08 22:36 andy
* Source/: ctest.cxx, ctest.h: Initial addition of coverage
2002-12-08 22:35 andy
* Source/cmSystemTools.cxx: Fix bug in globbing. Now it actually
uses only files or directories that result in globbing not the ones
that were is the vector before
2002-12-08 22:33 andy
* Source/: cmGlobalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
Rename variable to remove warning
2002-12-08 14:25 starreveld
* Templates/CMakeLists.txt: ERR: Remove references to files removed
4 days ago
2002-12-06 16:03 hoffman
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
CMakeSetupDialog.h: ENH: move version to title bar
2002-12-06 15:35 hoffman
* Source/: cmGlobalUnixMakefileGenerator.cxx,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio7Generator.cxx,
cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx: ENH: fix IntDir
jump and build problem
2002-12-06 11:43 hoffman
* Source/cmGlobalGenerator.cxx: ENH: set the CXX and CC environment
vars
2002-12-06 10:16 hoffman
* Modules/CMakeDetermineCCompiler.cmake: BUG: fix C compiler init
2002-12-06 10:09 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: clean up compiler picking code
2002-12-06 10:02 hoffman
* Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Source/cmGlobalVisualStudio6Generator.cxx: fix for generator picked
compilers
2002-12-05 16:53 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: use correct path type
for check_cache file
2002-12-05 16:52 hoffman
* Source/cmDynamicLoader.cxx: fix free before use
2002-12-05 15:54 hoffman
* Source/MFCDialog/PropertyList.cpp: ENH: add status bar and help
for items
2002-12-05 15:48 hoffman
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
PropertyList.cpp: ENH: add status bar and help for items
2002-12-05 14:56 hoffman
* Source/: cmCacheManager.cxx, cmLocalUnixMakefileGenerator.cxx:
ENH: add a rule to automatically re-run cmake from the top if the
CMakeCache.txt file is changed
2002-12-05 14:24 andy
* Source/Makefile.in: Better dependencies for bootstrap
2002-12-05 13:44 hoffman
* Modules/CMakeBackwardCompatibilityC.cmake,
Modules/CMakeBackwardCompatibilityCXX.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Modules/CMakeVS6BackwardCompatibility.cmake,
Modules/CMakeVS6FindMake.cmake,
Modules/CMakeVS7BackwardCompatibility.cmake,
Modules/CMakeVS7FindMake.cmake, Modules/Dart.cmake,
Modules/Platform/Windows-cl.cmake,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmGlobalBorlandMakefileGenerator.h,
Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
Source/cmGlobalNMakeMakefileGenerator.cxx,
Source/cmGlobalNMakeMakefileGenerator.h,
Source/cmGlobalUnixMakefileGenerator.cxx,
Source/cmGlobalUnixMakefileGenerator.h,
Source/cmGlobalVisualStudio6Generator.cxx,
Source/cmGlobalVisualStudio6Generator.h,
Source/cmGlobalVisualStudio7Generator.cxx,
Source/cmGlobalVisualStudio7Generator.h,
Source/cmLocalVisualStudio6Generator.cxx: ENH: unify EnableLanguage
across all generators
2002-12-05 11:55 andy
* Tests/LoadCommand/: CMakeLists.txt, LoadedCommand.cxx,
LoadedCommand.h.in: Speedup the test
2002-12-05 11:42 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure OK can not
be hit first time around
2002-12-05 11:09 martink
* Source/cmGlobalVisualStudio7Generator.h: use InAll target setting
to determine what targets are in the default build
2002-12-05 10:47 king
* Modules/: FindVTK.cmake, UseVTK40.cmake,
UseVTKBuildSettings40.cmake, UseVTKConfig40.cmake: ENH: Added
support for finding/using VTK 4.0 without using its UseVTK.cmake
file that does a LOAD_CACHE.
2002-12-05 10:34 king
* Modules/CMakeImportBuildSettings.cmake: BUG: Fix for string
comparison when one string is empty.
2002-12-05 09:46 king
* Modules/: CMakeBuildSettings.cmake.in,
CMakeExportBuildSettings.cmake, CMakeImportBuildSettings.cmake:
ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and
CMAKE_IMPORT_BUILD_SETTINGS macro.
2002-12-05 08:30 martink
* Source/cmGlobalVisualStudio7Generator.cxx: use InAll target
setting to determine what targets are in the default build
2002-12-04 18:44 king
* Source/: cmStringCommand.cxx, cmStringCommand.h: ENH: Added
COMPARE modes to STRING command.
2002-12-04 16:59 king
* Modules/CMakeUnixFindMake.cmake: BUG: Removed stray debugging
message.
2002-12-04 14:18 king
* Source/cmLocalUnixMakefileGenerator.cxx: ENH: When a full path to
a library cannot be parsed, just add the whole path to the link
line. If it isn't a valid path, the linker will complain.
2002-12-04 10:57 hoffman
* Modules/CMakeUnixFindMake.cmake,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmGlobalNMakeMakefileGenerator.cxx,
Source/cmGlobalUnixMakefileGenerator.cxx, Source/cmake.cxx,
Source/cmake.h: BUG: fix get make command problems.
2002-12-04 10:44 martink
* Source/cmake.cxx: added CMAKE_BACKWARDS_COMPATIBILITY entry
2002-12-04 10:25 martink
* Source/cmLinkLibrariesCommand.h: updated comment
2002-12-03 16:19 hoffman
* Modules/CMakeBorlandFindMake.cmake,
Modules/CMakeNMakeFindMake.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Modules/CMakeUnixFindMake.cmake, Modules/Platform/CYGWIN.cmake,
Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmGlobalNMakeMakefileGenerator.cxx,
Source/cmGlobalUnixMakefileGenerator.cxx: determine
CMAKE_MAKE_PROGRAM in EnableLanguage
2002-12-03 15:23 hoffman
* Source/CMakeLists.txt,
Source/cmLocalBorlandMakefileGenerator.cxx,
Source/cmLocalBorlandMakefileGenerator.h,
Source/cmLocalNMakeMakefileGenerator.cxx,
Source/cmLocalNMakeMakefileGenerator.h,
Templates/CCMakeSystemConfig.cmake.in,
Templates/CMakeBorlandWindowsSystemConfig.cmake,
Templates/CMakeNMakeWindowsSystemConfig.cmake,
Templates/CXXCMakeSystemConfig.cmake.in: remove unused files
2002-12-03 14:32 martink
* Source/MFCDialog/CMakeSetupDialog.cpp: remove code warrior and
fixed GUI isues
2002-12-03 14:27 martink
* Source/MFCDialog/CMakeSetup.rc: remove code warrior and fixed GUI
isues
2002-12-03 14:15 ibanez
* Modules/FindImageMagick.cmake: Module to find tools from the
ImageMagick package. These tools are useful for converting image
formats.
2002-12-03 14:09 martink
* Source/: CMakeLists.txt, Makefile.in, cmake.cxx,
MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
MFCDialog/CMakeSetupDialog.h: remove code warrior and fixed GUI
isues
2002-12-03 13:46 ibanez
* Modules/FindFLTK.cmake: ENH: description of variables now follows
other style in other .cmake files.
2002-12-03 13:44 ibanez
* Modules/FindGLUT.cmake: ENH: Description of variables now
specifies that the full path is required.
2002-12-03 12:59 martink
* Source/cmMakefile.cxx: fix purify FMR
2002-12-03 11:23 martink
* CMakeLists.txt: bug fix and some cleanup
2002-12-03 11:21 martink
* Tests/.NoDartCoverage: clean up coverage some
2002-12-03 10:47 hoffman
* Modules/CMakeDefaultMakeRuleVariables.cmake,
Modules/Platform/Linux-como.cmake,
Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: correctly place both
LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all the rules
2002-12-03 09:59 hoffman
* Modules/CMakeDefaultMakeRuleVariables.cmake: use LINK_FLAGS not C
and CXX LINK_FLAGS
2002-12-02 16:35 martink
* Source/cmStringCommand.cxx: fix compile warning
2002-12-02 16:15 hoffman
* Source/cmMakefile.cxx: add project command even if inheriting
2002-12-02 16:08 hoffman
* Source/cmListFileCache.cxx: ENH: put the project command at the
front of the project
2002-12-02 15:59 martink
* Source/: cmFindLibraryCommand.cxx, cmMakefile.cxx, cmMakefile.h,
cmSystemTools.cxx, cmSystemTools.h: removed cmMakefile depend from
cmSystemTools
2002-12-02 15:43 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove forced
enable language call because a PROJECT command is now added to each
project
2002-12-02 15:37 hoffman
* Source/: cmListFileCache.cxx, cmMakefile.cxx: ENH: remove cerr
calls
2002-12-02 15:30 hoffman
* Source/: cmListFileCache.cxx, cmListFileCache.h, cmMakefile.cxx:
ENH: add PROJECT command if there is not one
2002-12-02 15:03 martink
* Source/cmIfCommand.cxx: minor fix
2002-12-02 13:18 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: add a space around
the compile flags
2002-12-02 10:33 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix compile flags
for a single file
2002-11-29 18:56 andy
* Source/cmGlobalUnixMakefileGenerator.cxx: Fix problem on unix
with space
2002-11-29 16:35 andy
* Source/cmSystemTools.cxx: When cd-jing into directory, if
directory has space, it should put quotes around. I guess we could
just put quotes around all the time
2002-11-28 23:45 ibanez
* Modules/FindFLTK.cmake: ENH: FLTK 1.1.1 under Windows links now
with the comctl32 library.
2002-11-27 07:42 andy
* Tests/ObjC++/CMakeLists.txt: Add missing library. The test should
be linked to framework Cocoa
2002-11-27 07:41 andy
* Source/cmSystemTools.cxx: Add objective C++ file in the list of
C++ files. This may be wrong, but it will fix problems on Mac for
now
2002-11-26 19:02 starreveld
* Source/CMakeLists.txt: Add ObjC++ test for OSX
2002-11-26 19:01 starreveld
* Tests/ObjC++/: CMakeLists.txt, objc++.mm:
Test for ObjC++ on OSX machines only
2002-11-26 09:37 andy
* Source/cmTryCompileCommand.cxx: Remove warning
2002-11-25 17:57 andy
* Modules/FindwxWindows.cmake: Change priorities
2002-11-22 16:59 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: fix for paths with
spaces and borland
2002-11-22 16:18 hoffman
* Modules/Platform/Windows-bcc32.cmake: change flags for borland
2002-11-22 15:44 andy
* Source/cmLocalVisualStudio6Generator.cxx: Revert back to 1.5,
since it is fixed in ConvertToOutputPath and this breaks Windows 98
2002-11-22 09:45 andy
* Source/CursesDialog/cmCursesMainForm.cxx: Rename local variable
2002-11-21 23:54 hoffman
* Source/cmLocalVisualStudio7Generator.cxx: add support for
CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS
2002-11-21 16:11 hoffman
* Source/cmTryCompileCommand.cxx: fix for c flags
2002-11-21 16:03 hoffman
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.cxx: fix
flag setting
2002-11-21 15:36 hoffman
* Modules/Platform/CYGWIN.cmake: remove debug stuff
2002-11-21 15:15 hoffman
* Source/cmTryCompileCommand.cxx: move compile defs to cxx and c
flags
2002-11-21 14:59 hoffman
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: clean up
entire temp directory
2002-11-21 14:45 hoffman
* Modules/: CheckIncludeFileCXX.cmake,
TestForANSIStreamHeaders.cmake: try to fix check for ansi stream
2002-11-21 14:32 hoffman
* Modules/CheckIncludeFileCXX.cmake: fix order
2002-11-21 14:24 hoffman
* Modules/TestForSTDNamespace.cmake: fix order
2002-11-21 14:11 hoffman
* Modules/CheckIncludeFileCXX.cmake,
Modules/TestForANSIForScope.cmake,
Modules/TestForANSIStreamHeaders.cmake,
Modules/TestForSTDNamespace.cmake, Source/cmTryCompileCommand.cxx:
move ansi cxx flags stuff out of try compile and into cmake files
2002-11-21 13:37 hoffman
* Source/cmSystemTools.cxx: fix network paths with spaces
2002-11-21 13:28 hoffman
* Modules/CMakeBackwardCompatibilityCXX.cmake: have to cache
ansi_cxxflags
2002-11-21 12:59 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake,
TestCXXAcceptsFlag.cmake: spelling error
2002-11-21 12:52 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake, DummyCXXFile.cxx,
TestCXXAcceptsFlag.cmake, Platform/IRIX64.cmake,
Platform/OSF1.cmake: add checks for ansi flags and not hard code
them
2002-11-21 12:26 andy
* Source/cmLocalVisualStudio6Generator.cxx: Fix for network paths
with space
2002-11-21 12:26 andy
* Source/ctest.cxx: Fix for network paths
2002-11-21 11:46 barre
* Modules/CMakeSystemSpecificInformation.cmake: FUX: those vars
need to be ADVANCED
2002-11-21 10:11 king
* Modules/: CheckVariableExists.c, CheckVariableExists.cmake: ENH:
Added CHECK_VARIABLE_EXISTS macro.
2002-11-21 10:03 king
* Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed string
literal to char* warnings.
2002-11-21 08:45 hoffman
* Modules/CMakeDefaultMakeRuleVariables.cmake,
Modules/Platform/CYGWIN.cmake,
Source/cmLocalUnixMakefileGenerator.cxx,
Tests/SystemInformation/SystemInformation.in: fix for create shared
library
2002-11-21 08:19 martink
* Tests/LinkLineOrder/: Exec1.c, Exec2.c, NoDepB.c, NoDepC.c,
NoDepE.c, NoDepF.c, NoDepX.c, NoDepY.c, NoDepZ.c, One.c: converted
c plus plus comments
2002-11-21 08:12 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: ENH: fix for module
run time flag
2002-11-20 18:18 hoffman
* Source/: cmCacheManager.h, cmSystemTools.cxx: rename foo
variables to better names
2002-11-20 18:00 king
* Source/: cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: ENH: Added
READ_WITH_PREFIX option to LOAD_CACHE command. This allows reading
of cache values from another cache without actually creating local
copies of the cache entires. The values are stored as prefixed
local makefile variables.
2002-11-20 16:23 king
* Modules/FindVTK.cmake: ENH: Added support to find VTK 4.0.
2002-11-20 15:23 hoffman
* Modules/CMakeCCompiler.cmake.in: BUG: use CMAKE_COMPILER_IS_GNUCC
not CMAKE_COMPILER_IS_GNUGCC
2002-11-20 14:40 ibanez
* Modules/FindLATEX.cmake: ENH: Now also locates the "makeindex"
program.
2002-11-20 14:11 king
* Modules/FindVTK.cmake: ENH: Only search VTK_INSTALL_PATH if
USE_INSTALLED_VTK is on. Only search VTK_BINARY_PATH if
USE_BUILT_VTK is on.
2002-11-20 13:37 king
* Modules/FindVTK.cmake: ENH: New implementation of FindVTK to take
advantage of VTKConfig.cmake. Also provides more powerful search
path mechanism, and requires only one cache entry in user project.
2002-11-20 12:58 king
* Source/cmSystemTools.cxx: BUG: Attempt to fix CopyFile problem
using flush before check for success.
2002-11-20 09:06 king
* Source/cmGetFilenameComponentCommand.cxx: ERR: Fixed
signed/unsigned warning.
2002-11-20 09:06 king
* Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed unused
parameter warning.
2002-11-20 09:04 martink
* Tests/LinkLineOrder/NoDepA.c: fixed comments to be c style not c
plus plus
2002-11-19 18:17 hoffman
* Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Source/cmGetFilenameComponentCommand.cxx,
Source/cmGetFilenameComponentCommand.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h: allow flags to be in the CC and CXX
environment variables
2002-11-19 18:01 perera
* Source/CMakeLists.txt, Source/cmMakefile.cxx,
Source/cmTarget.cxx, Source/cmTarget.h,
Tests/LinkLineOrder/CMakeLists.txt, Tests/LinkLineOrder/Exec1.c,
Tests/LinkLineOrder/Exec2.c, Tests/LinkLineOrder/NoDepA.c,
Tests/LinkLineOrder/NoDepB.c, Tests/LinkLineOrder/NoDepC.c,
Tests/LinkLineOrder/NoDepE.c, Tests/LinkLineOrder/NoDepF.c,
Tests/LinkLineOrder/NoDepX.c, Tests/LinkLineOrder/NoDepY.c,
Tests/LinkLineOrder/NoDepZ.c, Tests/LinkLineOrder/One.c,
Tests/LinkLineOrder/Two.c: BUG: the dependency analysis would
incorrectly alphabetically re-order the link lines, which affects
external libraries pulled up from deep within the dependency tree.
Fixed by preserving order everywhere.
2002-11-19 15:55 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: fixes to better honor env CC and
CXX
2002-11-19 14:40 hoffman
* Source/cmSystemTools.cxx: ENH: add some better output when copy
file fails
2002-11-19 14:40 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: fix some warnings
2002-11-19 13:19 andy
* Source/CursesDialog/cmCursesPathWidget.cxx: Add / after directory
name when doing tab completion
2002-11-19 13:09 andy
* Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
Add progress to ccmake
2002-11-19 12:20 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: BUG: fix CFLAGS
2002-11-19 12:18 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: BUG: fix handling of CXX
2002-11-19 09:12 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: fix warning
2002-11-19 09:01 martink
* Source/cmSystemTools.cxx: fix in warning
2002-11-18 16:29 andy
* Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
Initial add of progress
2002-11-18 15:14 hoffman
* Modules/: CMakeBackwardCompatibilityC.cmake, FindThreads.cmake:
BUG: fix for thread and cache override
2002-11-18 10:52 andy
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckLibraryExists.cmake, CheckSizeOf.cmake,
TestForANSIForScope.cmake, TestForANSIStreamHeaders.cmake,
TestForSTDNamespace.cmake: Add more messages, make messages look
the same, add checks if test was already successfull
2002-11-18 10:51 andy
* Modules/CMakeSystemSpecificInformation.cmake: If system detection
fails, make copy of CMakeCache
2002-11-18 09:08 hoffman
* Tests/SystemInformation/SystemInformation.in: add print for
compiler is gnu
2002-11-17 17:28 martink
* Source/: cmake.cxx, cmLocalUnixMakefileGenerator.cxx: fix some
compiler warnings hopefully
2002-11-15 17:45 hoffman
* Modules/Platform/Windows-bcc32.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for borland run
time dll
2002-11-15 16:00 hoffman
* Modules/Platform/SunOS.cmake: fix for sun
2002-11-15 13:17 martink
* Source/cmake.cxx: fixed bad source directory bug
2002-11-15 12:54 martink
* Source/cmIfCommand.cxx: fixed compiler warning
2002-11-15 10:07 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: ENH: add back
install prefix
2002-11-15 09:30 hoffman
* Modules/FindThreads.cmake: fix thread logic
2002-11-15 09:16 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: ENH: add CFLAGS and
CXXFLAGS
2002-11-15 07:42 andy
* Source/cmakemain.cxx: Oops, std namespace
2002-11-14 18:18 andy
* Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h,
wxCMakeSetup.cxx: Add progress reporting
2002-11-14 17:12 andy
* Source/cmakemain.cxx: Add Progress support
2002-11-14 16:29 berk
* Modules/Platform/HP-UX.cmake: temp fix for hp
2002-11-14 16:29 hoffman
* Source/TODO: [no log message]
2002-11-14 16:12 berk
* Modules/Platform/HP-UX.cmake: fix flags for hp
2002-11-14 14:06 andy
* Source/cmLocalUnixMakefileGenerator.cxx: Fix compile flags on c
files in static liobraries on windows
2002-11-14 11:33 andy
* Modules/CMakeSystemSpecificInformation.cmake,
Modules/Platform/Windows-cl.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix flags for c
compiler on windows
2002-11-14 11:16 martink
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added another func
2002-11-14 11:03 martink
* Source/: cmCPluginAPI.h, cmCPluginAPI.cxx: added another func
2002-11-14 09:38 andy
* Modules/: FindJNI.cmake, FindJava.cmake, FindPythonLibs.cmake:
Clean find for Python, add find for python 2.2 on windows, cleanup
java on windows and add java 1.4 support
2002-11-14 09:38 berk
* Source/cmLocalUnixMakefileGenerator.cxx: Added missing space.
2002-11-14 09:37 andy
* Source/cmLocalUnixMakefileGenerator.cxx: Fix building on NMake.
Use short paths
2002-11-14 08:59 hoffman
* Modules/Platform/Windows-bcc32.cmake: BUG: fix for missing temp
file variable
2002-11-13 23:36 hoffman
* Modules/Platform/Windows-bcc32.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: reorder tWR so that it
does not crash with shared
2002-11-13 20:14 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: add support for borland
run time flag for shared builds
2002-11-13 20:11 hoffman
* Modules/Platform/Windows-bcc32.cmake: fix shared builds on
borland and add debug stuff for makefiles
2002-11-13 18:27 hoffman
* Source/: cmLocalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.h: BUG: fix for build out of dir for
windows
2002-11-13 16:31 hoffman
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckLibraryExists.cmake, CheckSizeOf.cmake: ENH: add status
messages
2002-11-13 15:59 martink
* Source/: cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx,
cmMakefile.h, cmMessageCommand.cxx, cmMessageCommand.h: ENH: space
fixes and add a status option to message command
2002-11-13 15:32 martink
* Modules/Platform/Windows-bcc32.cmake: ENH: move -P flag from
cxxflags to the compile line for cxx files
2002-11-13 15:20 hoffman
* Source/: cmGlobalUnixMakefileGenerator.cxx, cmake.cxx, cmake.h:
ENH: check to make sure cmake matches the cmake used to generate
the cache
2002-11-13 14:51 hoffman
* Modules/Platform/Windows-bcc32.cmake: ENH: use correct run time
library for borland
2002-11-13 14:31 hoffman
* Source/: cmCacheManager.cxx, cmGlobalUnixMakefileGenerator.cxx:
ENH: force a global generate if the cache version does not match
the running cmake
2002-11-13 13:19 berk
* Source/Makefile.in: BUG: add missing depend rules for hp make
2002-11-13 11:49 hoffman
* Modules/FindX11.cmake: fix for nsl library and X11
2002-11-13 11:36 hoffman
* Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: fix
for nsl library and X11
2002-11-13 11:25 hoffman
* Modules/Platform/Windows-bcc32.cmake: BUG: fix order of link line
for creating shared libraries
2002-11-12 19:39 king
* Modules/CheckFunctionExists.cmake: BUG: Fixed doc string on
generated variable.
2002-11-12 16:58 hoffman
* Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix path problems
2002-11-12 16:27 will
* Modules/FindX11.cmake: Backwards compatibility. Andy and Bill
made me add socket library.
2002-11-12 15:24 hoffman
* Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake,
Source/cmLocalUnixMakefileGenerator.cxx: ENH: add .def file support
2002-11-12 14:48 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: change to new
variables
2002-11-12 14:19 hoffman
* Modules/: CMakeBackwardCompatibilityC.cmake,
CheckLibraryExists.cmake, FindThreads.cmake,
CheckLibraryExists.cmake: add find threads check
2002-11-12 14:18 hoffman
* Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
DumpInformation.h.in, SystemInformation.in: clean up test for html
output
2002-11-12 13:06 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix reg expression
2002-11-12 12:47 king
* Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
2002-11-12 10:47 barre
* Modules/FindOpenGL.cmake: FIX: minor fix, OPENGL_INCLUDE_PATH was
set 2 times
2002-11-12 09:33 hoffman
* Tests/SystemInformation/DumpInformation.cxx: [no log message]
2002-11-12 09:31 hoffman
* Tests/SystemInformation/CMakeLists.txt: fix project name
2002-11-12 09:12 hoffman
* Modules/: CMakeSystemSpecificInformation.cmake,
Platform/CYGWIN.cmake, Platform/Windows-bcc32.cmake,
Platform/Windows-cl.cmake: Set CMAKE_BUILD_TOOL
2002-11-11 18:10 hoffman
* Modules/CMakeSystemSpecificInformation.cmake,
Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake, Source/CMakeLists.txt,
Source/TODO, Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h: ENH: fix up several problems
with new stuff
2002-11-11 18:07 hoffman
* Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
DumpInformation.h.in, SystemInformation.in: new test
2002-11-11 17:00 hoffman
* Modules/Platform/OSF1.cmake: Fix for OSF
2002-11-11 13:15 andy
* Source/cmLocalUnixMakefileGenerator.cxx: Fix regular expressions
to be able to handle windows libraries
2002-11-11 12:31 hoffman
* Modules/CMakeBackwardCompatibilityC.cmake,
Modules/CMakeCCompiler.cmake.in, Modules/CMakeCXXCompiler.cmake.in,
Modules/CMakeSystem.cmake.in,
Modules/CMakeSystemSpecificInformation.cmake,
Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX.cmake,
Modules/Platform/IRIX64.cmake,
Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake, Modules/Platform/gcc.cmake,
Source/TODO, Source/cmGlobalUnixMakefileGenerator.cxx: clean up
flags with _init flags
2002-11-11 11:43 hoffman
* Modules/: CMakeLists.txt, Platform/CMakeLists.txt: add install
stuff for platform directory
2002-11-11 09:11 hoffman
* Modules/Platform/Darwin.cmake: ENH: fix for darwin modules
2002-11-10 10:02 hoffman
* Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake: BUG: fix setting
of c flags
2002-11-09 13:43 hoffman
* Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake: fix for cxxflags
2002-11-08 18:07 king
* Modules/Platform/Linux-como.cmake: ENH: Adding support for comeau
C++ compiler.
2002-11-08 18:06 king
* Modules/: CMakeSystemSpecificInformation.cmake,
Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
Platform/Linux.cmake, Platform/Windows-bcc32.cmake,
Platform/Windows-cl.cmake, Platform/gcc.cmake: ENH: Moved caching
of C*_FLAGS* settings down to CMakeSystemSpecificInformation.cmake.
The platform files can set the defaults on the first run, and then
the settings are cached at the end.
2002-11-08 18:05 king
* Source/cmSetCommand.cxx: BUG: A variable is not in the cache if
it is UNINITIALIZED.
2002-11-08 18:05 king
* Source/cmGlobalCodeWarriorGenerator.cxx: ERR: Removed use of
NULL.
2002-11-08 18:05 king
* Source/cmSystemTools.cxx: ERR: Added missing include.
2002-11-08 17:24 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake: store the compiler in the cache
2002-11-08 15:46 hoffman
* CMakeLists.txt, Modules/CMakeBackwardCompatibilityCXX.cmake,
Modules/CMakeCCompiler.cmake.in, Modules/CMakeCXXCompiler.cmake.in,
Modules/CMakeDefaultMakeRuleVariables.cmake,
Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Modules/CMakeDetermineSystem.cmake,
Modules/CMakePrintSystemInformation.cmake,
Modules/CMakeSystem.cmake.in,
Modules/CMakeSystemSpecificInformation.cmake, Modules/CYGWIN.cmake,
Modules/CheckIncludeFile.cxx.in, Modules/CheckIncludeFileCXX.cmake,
Modules/TestForANSIForScope.cmake, Modules/TestForAnsiForScope.cxx,
Modules/TestForSTDNamespace.cmake, Modules/TestForSTDNamespace.cxx,
Modules/Windows.cmake, Modules/Platform/AIX.cmake,
Modules/Platform/BSDOS.cmake, Modules/Platform/CYGWIN.cmake,
Modules/Platform/Darwin.cmake, Modules/Platform/FreeBSD.cmake,
Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX.cmake,
Modules/Platform/IRIX64.cmake, Modules/Platform/Linux.cmake,
Modules/Platform/MP-RAS.cmake, Modules/Platform/NetBSD.cmake,
Modules/Platform/OSF1.cmake, Modules/Platform/OpenBSD.cmake,
Modules/Platform/RISCos.cmake, Modules/Platform/SCO_SV.cmake,
Modules/Platform/SINIX.cmake, Modules/Platform/SunOS.cmake,
Modules/Platform/True64.cmake, Modules/Platform/ULTRIX.cmake,
Modules/Platform/UNIX_SV.cmake, Modules/Platform/UnixWare.cmake,
Modules/Platform/Windows-bcc32.cmake,
Modules/Platform/Windows-cl.cmake, Modules/Platform/Windows.cmake,
Modules/Platform/Xenix.cmake, Modules/Platform/gcc.cmake,
Source/CMakeLists.txt, Source/TODO,
Source/cmExecProgramCommand.cxx,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
Source/cmGlobalNMakeMakefileGenerator.cxx,
Source/cmGlobalNMakeMakefileGenerator.h,
Source/cmGlobalUnixMakefileGenerator.cxx,
Source/cmGlobalUnixMakefileGenerator.h, Source/cmIfCommand.cxx,
Source/cmLoadCommandCommand.cxx,
Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx,
Source/cmWin32ProcessExecution.cxx,
Source/cmWin32ProcessExecution.h, Source/ctest.cxx,
Source/MFCDialog/CMakeSetupDialog.cpp: Complete rework of makefile
generators expect trouble
2002-11-08 13:28 hoffman
* Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake,
CMakeSystemSpecificInformation.cmake, Platform/Windows-bcc32.cmake,
Platform/Windows-cl.cmake: [no log message]
2002-11-08 11:31 hoffman
* Source/ctest.cxx: fix ctest
2002-11-08 11:30 hoffman
* Modules/Platform/gcc.cmake: file gcc.cmake was initially added on
branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/: AIX.cmake, BSDOS.cmake,
CMakeSystemSpecificInformation.cmake, CYGWIN.cmake, Darwin.cmake,
FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake, Linux.cmake,
MP-RAS.cmake, NetBSD.cmake, OSF1.cmake, OpenBSD.cmake,
RISCos.cmake, SCO_SV.cmake, SINIX.cmake, SunOS.cmake, True64.cmake,
ULTRIX.cmake, UNIX_SV.cmake, UnixWare.cmake, Windows-bcc32.cmake,
Windows-cl.cmake, Windows.cmake, Xenix.cmake, gcc.cmake,
Platform/AIX.cmake, Platform/BSDOS.cmake, Platform/CYGWIN.cmake,
Platform/Darwin.cmake, Platform/FreeBSD.cmake,
Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
Platform/Linux.cmake, Platform/MP-RAS.cmake, Platform/NetBSD.cmake,
Platform/OSF1.cmake, Platform/OpenBSD.cmake, Platform/RISCos.cmake,
Platform/SCO_SV.cmake, Platform/SINIX.cmake, Platform/SunOS.cmake,
Platform/True64.cmake, Platform/ULTRIX.cmake,
Platform/UNIX_SV.cmake, Platform/UnixWare.cmake,
Platform/Windows-bcc32.cmake, Platform/Windows-cl.cmake,
Platform/Windows.cmake, Platform/Xenix.cmake, Platform/gcc.cmake:
move to platform directory
2002-11-08 11:30 hoffman
* Modules/Platform/ULTRIX.cmake: file ULTRIX.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/CYGWIN.cmake: file CYGWIN.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/OpenBSD.cmake: file OpenBSD.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Darwin.cmake: file Darwin.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Windows-cl.cmake: file Windows-cl.cmake was
initially added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/OSF1.cmake: file OSF1.cmake was initially added
on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/IRIX64.cmake: file IRIX64.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/UnixWare.cmake: file UnixWare.cmake was
initially added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/SINIX.cmake: file SINIX.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Linux.cmake: file Linux.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Xenix.cmake: file Xenix.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Windows-bcc32.cmake: file Windows-bcc32.cmake
was initially added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/SunOS.cmake: file SunOS.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/BSDOS.cmake: file BSDOS.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/HP-UX.cmake: file HP-UX.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/SCO_SV.cmake: file SCO_SV.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/True64.cmake: file True64.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/Windows.cmake: file Windows.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/MP-RAS.cmake: file MP-RAS.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/IRIX.cmake: file IRIX.cmake was initially added
on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/UNIX_SV.cmake: file UNIX_SV.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/NetBSD.cmake: file NetBSD.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/FreeBSD.cmake: file FreeBSD.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/RISCos.cmake: file RISCos.cmake was initially
added on branch NewMakefileDev.
2002-11-08 11:30 hoffman
* Modules/Platform/AIX.cmake: file AIX.cmake was initially added on
branch NewMakefileDev.
2002-11-08 11:09 hoffman
* Modules/CMakeSystemSpecificInformation.cmake: hp fixes
2002-11-08 10:40 hoffman
* Modules/HP-UX.cmake: hp fixes
2002-11-08 10:29 hoffman
* Modules/HP-UX.cmake: hp fixes
2002-11-08 10:22 hoffman
* Modules/CMakeSystemSpecificInformation.cmake,
Modules/HP-UX.cmake, Source/cmLocalUnixMakefileGenerator.cxx: hp
fixes
2002-11-08 08:47 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
TestForANSIForScope.cmake: ENH: fix for hp and remove some messages
2002-11-07 17:45 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake,
TestForANSIForScope.cmake, TestForAnsiForScope.cxx,
TestForSTDNamespace.cxx: [no log message]
2002-11-07 17:26 hoffman
* Modules/TestForANSIForScope.cmake: [no log message]
2002-11-07 17:26 hoffman
* Modules/TestForANSIForScope.cmake: file TestForANSIForScope.cmake
was initially added on branch NewMakefileDev.
2002-11-07 17:21 hoffman
* Modules/TestForAnsiForScope.cxx: file TestForAnsiForScope.cxx was
initially added on branch NewMakefileDev.
2002-11-07 17:21 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
TestForAnsiForScope.cxx, TestForSTDNamespace.cmake,
TestForSTDNamespace.cxx: [no log message]
2002-11-07 17:21 hoffman
* Modules/TestForSTDNamespace.cmake: file TestForSTDNamespace.cmake
was initially added on branch NewMakefileDev.
2002-11-07 17:21 hoffman
* Modules/TestForSTDNamespace.cxx: file TestForSTDNamespace.cxx was
initially added on branch NewMakefileDev.
2002-11-07 11:43 hoffman
* Modules/Windows-cl.cmake, Source/cmExecProgramCommand.cxx,
Source/cmLocalUnixMakefileGenerator.cxx: win32 apps and crash on
sun
2002-11-07 09:22 king
* Source/cmStringCommand.cxx: ERR: Fixed signed/unsigned warnings.
2002-11-07 09:15 andy
* Source/CursesDialog/cmCursesMainForm.cxx: Revert
2002-11-07 09:04 andy
* Source/: cmake.cxx, cmake.h: Revert back
2002-11-07 09:01 andy
* Source/WXDialog/ReadMe.Mac.txt: Add readme for mac
2002-11-06 23:25 hoffman
* Source/: cmGlobalNMakeMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx: clean up echos
2002-11-06 23:06 hoffman
* Modules/CMakeDefaultMakeRuleVariables.cmake,
Modules/Windows-bcc32.cmake,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h: borland mostly working,
tests are passing, no command to file stuff yet
2002-11-06 18:40 king
* Modules/FindITK.cmake: ENH: Enhanced FindITK supporting use of
ITK from an install tree or a build tree. Only one cache entry is
brought into user's project, called "ITK_DIR". This is the
location of an ITKConfig.cmake file from which other settings are
loaded.
2002-11-06 18:05 king
* Source/cmStringCommand.cxx, Tests/Complex/CMakeLists.txt: BUG:
Fixed STRING(REGEX REPLACE ...) and added better test.
2002-11-06 17:35 king
* Source/cmCommands.cxx, Source/cmStringCommand.cxx,
Source/cmStringCommand.h, Tests/Complex/CMakeLists.txt: ENH: Added
STRING command.
2002-11-06 17:04 hoffman
* Modules/Windows-bcc32.cmake: file Windows-bcc32.cmake was
initially added on branch NewMakefileDev.
2002-11-06 17:04 hoffman
* Modules/Windows-bcc32.cmake: borland config
2002-11-06 16:59 king
* Source/: cmRegularExpression.cxx, cmRegularExpression.h: ENH:
compile method now returns whether compilation succeeded.
2002-11-06 16:30 hoffman
* Modules/Windows-cl.cmake,
Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h: borland getting closer
2002-11-06 16:05 andy
* Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist: Use
CMake icon on Mac
2002-11-06 14:56 andy
* CMakeIcon.icns, Source/WXDialog/CMakeIcon.icns: Add Mac icon
2002-11-06 14:54 andy
* CMakeIcon.icns: Add CMake icon
2002-11-06 14:53 andy
* Source/WXDialog/CMakeIcon.gif: Remove background and make bigger
2002-11-06 14:44 andy
* Source/WXDialog/CMakeIcon.gif: Bigger icon
2002-11-06 14:33 andy
* Source/WXDialog/: CMakeIcon.gif, CMakeIcon.xpm,
cmWXMainFrame.cxx: Start adding CMake icon
2002-11-06 13:06 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h, ctest.cxx: Move the
hi-res time to system tools
2002-11-06 12:04 andy
* Source/: cmake.cxx, cmake.h, CursesDialog/cmCursesMainForm.cxx:
In certain cases, try to guess the source directory, so that you
can run cmake or ccmake without specifying source dir
2002-11-06 11:36 andy
* Source/: cmSystemTools.cxx, CursesDialog/cmCursesPathWidget.cxx:
Remove warning
2002-11-06 11:20 barre
* Source/cmMakeDepend.cxx: FIX: a / was appended without checking
if there wasn't one already.
2002-11-06 08:52 andy
* Tests/X11/X11.c: Try to fix test
2002-11-05 23:07 hoffman
* Source/: TODO, cmLocalUnixMakefileGenerator.cxx: remove warning
2002-11-05 22:55 hoffman
* Modules/: CMakeDetermineCCompiler.cmake, IRIX64.cmake: ranlib
trouble
2002-11-05 22:44 hoffman
* Modules/: CMakeDetermineCCompiler.cmake, IRIX.cmake,
IRIX64.cmake: fix for no ranlib
2002-11-05 18:11 hoffman
* CMakeLists.txt, Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeSystem.cmake.in, Modules/IRIX64.cmake: remove debug
message statements
2002-11-05 18:06 hoffman
* Modules/: IRIX64.cmake, IRIX64.cmake: [no log message]
2002-11-05 17:57 hoffman
* Modules/IRIX64.cmake, Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
2002-11-05 17:55 hoffman
* CMakeLists.txt: debug
2002-11-05 17:49 hoffman
* Modules/CMakeDefaultMakeRuleVariables.cmake: enh: add <FLAGS> to
link libs
2002-11-05 17:31 hoffman
* Modules/gcc.cmake: file gcc.cmake was initially added on branch
NewMakefileDev.
2002-11-05 17:31 hoffman
* Modules/: CYGWIN.cmake, IRIX.cmake, IRIX64.cmake, gcc.cmake: add
flags
2002-11-05 17:20 andy
* Modules/FindX11.cmake: Make things advanced
2002-11-05 17:05 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: add cxx flags to link
exe
2002-11-05 15:49 hoffman
* Modules/: HP-UX.cmake, IRIX64.cmake, OSF1.cmake: add ansi flags
2002-11-05 14:33 hoffman
* Modules/IRIX64.cmake: file IRIX64.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:33 hoffman
* Modules/: IRIX.cmake, IRIX64.cmake, SunOS.cmake: [no log message]
2002-11-05 14:10 hoffman
* Modules/ULTRIX.cmake: file ULTRIX.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/OpenBSD.cmake: file OpenBSD.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/: AIX.cmake, BSDOS.cmake, Darwin.cmake, FreeBSD.cmake,
HP-UX.cmake, IRIX.cmake, MP-RAS.cmake, NetBSD.cmake, OSF1.cmake,
OpenBSD.cmake, RISCos.cmake, SCO_SV.cmake, SINIX.cmake,
SunOS.cmake, True64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
UnixWare.cmake, Xenix.cmake: ENH: add all the OS files
2002-11-05 14:10 hoffman
* Modules/Darwin.cmake: file Darwin.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/OSF1.cmake: file OSF1.cmake was initially added on branch
NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/UnixWare.cmake: file UnixWare.cmake was initially added
on branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/SINIX.cmake: file SINIX.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/Xenix.cmake: file Xenix.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/SunOS.cmake: file SunOS.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/BSDOS.cmake: file BSDOS.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/HP-UX.cmake: file HP-UX.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/SCO_SV.cmake: file SCO_SV.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/True64.cmake: file True64.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/IRIX.cmake: file IRIX.cmake was initially added on branch
NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/MP-RAS.cmake: file MP-RAS.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/UNIX_SV.cmake: file UNIX_SV.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/FreeBSD.cmake: file FreeBSD.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/NetBSD.cmake: file NetBSD.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/RISCos.cmake: file RISCos.cmake was initially added on
branch NewMakefileDev.
2002-11-05 14:10 hoffman
* Modules/AIX.cmake: file AIX.cmake was initially added on branch
NewMakefileDev.
2002-11-05 13:35 andy
* Source/CursesDialog/ccmake.cxx: Cleanup
2002-11-05 11:52 hoffman
* Modules/Linux.cmake: add linux config file
2002-11-05 11:52 hoffman
* Modules/Linux.cmake: file Linux.cmake was initially added on
branch NewMakefileDev.
2002-11-05 11:31 hoffman
* Modules/: CMakeSystemSpecificInformation.cmake, Windows.cmake:
add check for sstream
2002-11-05 11:02 hoffman
* Modules/: CMakeBackwardCompatibilityCXX.cmake,
CheckIncludeFile.cxx.in, CheckIncludeFileCXX.cmake: add check for
sstream
2002-11-05 11:02 hoffman
* Modules/CheckIncludeFileCXX.cmake: file CheckIncludeFileCXX.cmake
was initially added on branch NewMakefileDev.
2002-11-05 11:02 hoffman
* Modules/CheckIncludeFile.cxx.in: file CheckIncludeFile.cxx.in was
initially added on branch NewMakefileDev.
2002-11-05 10:45 hoffman
* Source/: cmGlobalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx: fix backwards compat enable and
remove full path target
2002-11-05 09:38 andy
* Source/WXDialog/CMakeLists.txt: More mac fixes
2002-11-05 08:52 andy
* Source/CursesDialog/: cmCursesFilePathWidget.cxx,
cmCursesFilePathWidget.h, cmCursesPathWidget.cxx,
cmCursesStringWidget.cxx: Reparent file path widget, add tab
completion support to path anf file path widget
2002-11-05 08:51 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h: Add a simple
globbing of files and directories
2002-11-05 07:15 andy
* Modules/FindX11.cmake, Tests/X11/CMakeLists.txt: Try to fix
FindX11
2002-11-05 07:06 andy
* Tests/X11/X11.c: Simplify
2002-11-04 19:45 king
* Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
--gccxml-compiler argument to GCC-XML for msvc6, msvc7, and nmake
makefiles generators.
2002-11-04 17:37 andy
* Source/CursesDialog/: cmCursesPathWidget.cxx,
cmCursesPathWidget.h, cmCursesStringWidget.cxx,
cmCursesStringWidget.h: Start working on adding tab support
2002-11-04 16:59 andy
* Source/cmWin32ProcessExecution.cxx: Fix windows process execution
so that it pops up the windows
2002-11-04 16:26 hoffman
* Modules/CMakeCCompiler.cmake.in,
Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Modules/Windows-cl.cmake, Modules/Windows.cmake, Source/TODO,
Source/cmGlobalNMakeMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx: nmake
passing tests
2002-11-04 15:21 andy
* Source/WXDialog/CMakeLists.txt: Get the Mac resources done
2002-11-04 15:01 andy
* Source/WXDialog/CMakeLists.txt: Minor fixes
2002-11-04 15:01 andy
* Source/cmWriteFileCommand.cxx: Make directory if it does not
exist yet
2002-11-04 14:50 andy
* Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist:
Attempt to automate apple gui generation
2002-11-04 13:09 andy
* Source/WXDialog/cmWXMainFrame.cxx: Try to fix generator problems
on Mac
2002-11-04 11:54 andy
* Tests/X11/X11.c: Fix test
2002-11-04 10:13 hoffman
* Source/TODO: file TODO was initially added on branch
NewMakefileDev.
2002-11-04 10:13 hoffman
* Source/TODO: [no log message]
2002-11-04 10:11 hoffman
* Modules/Windows-cl.cmake: file Windows-cl.cmake was initially
added on branch NewMakefileDev.
2002-11-04 10:11 hoffman
* CMakeLists.txt, Modules/CMakeCXXCompiler.cmake.in,
Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Modules/CMakePrintSystemInformation.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Modules/Windows-cl.cmake, Modules/Windows.cmake,
Source/CMakeLists.txt, Source/cmGlobalBorlandMakefileGenerator.cxx,
Source/cmGlobalNMakeMakefileGenerator.cxx, Source/cmIfCommand.cxx,
Source/cmLocalUnixMakefileGenerator.cxx: nmake almost working
2002-11-03 18:18 andy
* Tests/X11/X11.c: Try to make test to run
2002-11-01 23:00 hoffman
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
CMakeSetupDialog.h, resource.h: ENH: better resize
2002-11-01 22:57 hoffman
* Source/CMakeLists.txt: make qt stuff advanced
2002-10-31 10:36 andy
* Templates/CCMakeSystemConfig.cmake.in: Revert X11 stuff until
other steps are done
2002-10-29 15:58 andy
* Tests/X11/X11.c: Print message on system without X11
2002-10-29 15:54 andy
* Tests/X11/: CMakeLists.txt, X11.c: Add Windows code
2002-10-29 15:47 andy
* Modules/FindX11.cmake: Now it should work
2002-10-29 15:46 andy
* Source/CMakeLists.txt, Tests/X11/CMakeLists.txt, Tests/X11/X11.c:
Add test for X11
2002-10-29 15:03 hoffman
* Modules/CMakeCXXCompiler.cmake.in,
Modules/CMakeDefaultMakeRuleVariables.cmake,
Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeDetermineCXXCompiler.cmake,
Modules/CMakeDetermineSystem.cmake,
Modules/CMakePrintSystemInformation.cmake,
Modules/CMakeSystem.cmake.in,
Modules/CMakeSystemSpecificInformation.cmake, Modules/CYGWIN.cmake,
Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
Source/cmGlobalNMakeMakefileGenerator.h,
Source/cmGlobalUnixMakefileGenerator.cxx,
Source/cmGlobalUnixMakefileGenerator.h,
Source/cmLoadCommandCommand.cxx,
Source/cmLocalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
Source/cmSystemTools.cxx, Tests/Testing/CMakeLists.txt,
Tests/Testing/CMakeLists.txt: branch checkin of working cygwin
build for generator cleanup and removal of configure
2002-10-29 13:34 andy
* Templates/CCMakeSystemConfig.cmake.in: Remove X11 stuff
2002-10-29 13:34 andy
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckLibraryExists.cmake, CheckSizeOf.cmake, TestBigEndian.cmake:
Add append to write_file
2002-10-29 13:32 andy
* Source/: cmWriteFileCommand.cxx, cmWriteFileCommand.h: Add flag
to WRITE_FILE to append
2002-10-29 13:30 andy
* Modules/CMakeBackwardCompatibilityC.cmake: Do this the right way
2002-10-29 13:30 andy
* Modules/FindX11.cmake: This should substitute configure part that
finds X11
2002-10-28 10:29 king
* Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
--gccxml-cxxflags option to complement --gccxml-compiler.
2002-10-25 16:47 hoffman
* Modules/CMakeDetermineCCompiler.cmake,
Modules/CMakeSystemSpecificInformation.cmake,
Source/cmGlobalUnixMakefileGenerator.cxx,
Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
2002-10-25 16:13 hoffman
* Modules/CMakeCXXCompiler.cmake.in: [no log message]
2002-10-25 15:46 king
* Utilities/cmake_release_cygwin.sh: ENH: Updated for cmake 1.4.6
package. Added automatic conversion of setup.hint to unix
newlines.
2002-10-25 14:34 hoffman
* Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake:
[no log message]
2002-10-25 14:25 hoffman
* Source/: cmGlobalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
test on unix
2002-10-25 14:13 king
* Utilities/: cmake_release_config_darwin,
cmake_release_config_hpux, cmake_release_config_irix,
cmake_release_config_linux, cmake_release_config_osf,
cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated for
1.4.6 release.
2002-10-25 14:08 hoffman
* Modules/: CMakeDefaultMakeRuleVariables.cmake,
CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
CMakeDetermineSystem.cmake, CMakeSystemSpecificInformation.cmake:
[no log message]
2002-10-24 15:39 hoffman
* Source/cmake.cxx: BUG: fix stack limit size on mac OSX
2002-10-24 13:39 andy
* Modules/CMakeBackwardCompatibilityC.cmake: Add check for big
endian in backward compatibility scripts
2002-10-24 11:58 martink
* Source/cmMakefile.h: updated patch level to 6
2002-10-24 11:48 martink
* Source/cmBorlandMakefileGenerator.cxx: fix support for Win32
execs
2002-10-24 10:58 andy
* Source/cmSubdirCommand.cxx: Subdirs reports an error if the
subdirectory does not exists
2002-10-24 10:23 andy
* Source/cmMakefile.cxx: Try to remove some warnings
2002-10-23 18:03 king
* Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmAddTestCommand.cxx, cmAddTestCommand.h,
cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
cmCMakeMinimumRequired.h, cmCPluginAPI.cxx, cmCPluginAPI.h,
cmCacheManager.cxx, cmCacheManager.h, cmCommand.h, cmCommands.cxx,
cmCommands.h, cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
cmCustomCommand.cxx, cmCustomCommand.h, cmData.h, cmDirectory.cxx,
cmDirectory.h, cmDumpDocumentation.cxx, cmDynamicLoader.cxx,
cmDynamicLoader.h, cmElseCommand.cxx, cmElseCommand.h,
cmEnableTestingCommand.cxx, cmEnableTestingCommand.h,
cmEndForEachCommand.cxx, cmEndForEachCommand.h, cmEndIfCommand.cxx,
cmEndIfCommand.h, cmExecProgramCommand.cxx, cmExecProgramCommand.h,
cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindPathCommand.cxx, cmFindPathCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h,
cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
cmGetFilenameComponentCommand.h,
cmGetSourceFilePropertyCommand.cxx,
cmGetSourceFilePropertyCommand.h,
cmGlobalBorlandMakefileGenerator.cxx,
cmGlobalBorlandMakefileGenerator.h,
cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmGlobalNMakeMakefileGenerator.cxx,
cmGlobalNMakeMakefileGenerator.h,
cmGlobalUnixMakefileGenerator.cxx, cmGlobalUnixMakefileGenerator.h,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio6Generator.h,
cmGlobalVisualStudio7Generator.cxx,
cmGlobalVisualStudio7Generator.h, cmITKWrapTclCommand.cxx,
cmITKWrapTclCommand.h, cmIfCommand.cxx, cmIfCommand.h,
cmIncludeCommand.cxx, cmIncludeCommand.h,
cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
cmIncludeExternalMSProjectCommand.cxx,
cmIncludeExternalMSProjectCommand.h,
cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
cmLoadCommandCommand.cxx, cmLoadCommandCommand.h,
cmLocalBorlandMakefileGenerator.cxx,
cmLocalBorlandMakefileGenerator.h, cmLocalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.h, cmLocalGenerator.cxx,
cmLocalGenerator.h, cmLocalNMakeMakefileGenerator.cxx,
cmLocalNMakeMakefileGenerator.h, cmLocalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.h, cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio6Generator.h, cmLocalVisualStudio7Generator.cxx,
cmLocalVisualStudio7Generator.h, cmMacroCommand.cxx,
cmMacroCommand.h, cmMakeDepend.cxx, cmMakeDepend.h,
cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
cmMakefile.cxx, cmMakefile.h, cmMarkAsAdvancedCommand.cxx,
cmMarkAsAdvancedCommand.h, cmMessageCommand.cxx,
cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
cmRegularExpression.cxx, cmRegularExpression.h,
cmRemoveCommand.cxx, cmRemoveCommand.h,
cmSeparateArgumentsCommand.cxx, cmSeparateArgumentsCommand.h,
cmSetCommand.cxx, cmSetCommand.h,
cmSetSourceFilesPropertiesCommand.cxx,
cmSetSourceFilesPropertiesCommand.h, cmSiteNameCommand.cxx,
cmSiteNameCommand.h, cmSourceFile.cxx, cmSourceFile.h,
cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
cmSourceGroupCommand.h, cmStandardIncludes.h, cmSubdirCommand.cxx,
cmSubdirCommand.h, cmSubdirDependsCommand.cxx,
cmSubdirDependsCommand.h, cmSystemTools.cxx, cmSystemTools.h,
cmTarget.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.cxx,
cmTargetLinkLibrariesCommand.h, cmTryCompileCommand.cxx,
cmTryCompileCommand.h, cmTryRunCommand.cxx, cmTryRunCommand.h,
cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h,
cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
cmWriteFileCommand.cxx, cmWriteFileCommand.h, cmake.cxx, cmake.h,
cmakemain.cxx, cmaketest.cxx, cmakewizard.cxx, cmakewizard.h,
cmw9xcom.cxx, ctest.cxx, ctest.h, CursesDialog/ccmake.cxx,
CursesDialog/cmCursesBoolWidget.cxx,
CursesDialog/cmCursesBoolWidget.h,
CursesDialog/cmCursesCacheEntryComposite.cxx,
CursesDialog/cmCursesCacheEntryComposite.h,
CursesDialog/cmCursesDummyWidget.cxx,
CursesDialog/cmCursesDummyWidget.h,
CursesDialog/cmCursesFilePathWidget.cxx,
CursesDialog/cmCursesFilePathWidget.h,
CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
CursesDialog/cmCursesLabelWidget.cxx,
CursesDialog/cmCursesLabelWidget.h,
CursesDialog/cmCursesLongMessageForm.cxx,
CursesDialog/cmCursesLongMessageForm.h,
CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
CursesDialog/cmCursesPathWidget.cxx,
CursesDialog/cmCursesPathWidget.h,
CursesDialog/cmCursesStandardIncludes.h,
CursesDialog/cmCursesStringWidget.cxx,
CursesDialog/cmCursesStringWidget.h,
CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
MFCDialog/StdAfx.h, WXDialog/cmWXCacheProperty.cxx,
WXDialog/cmWXCacheProperty.h, WXDialog/cmWXCommandLineInfo.cxx,
WXDialog/cmWXCommandLineInfo.h, WXDialog/cmWXMainFrame.cxx,
WXDialog/cmWXMainFrame.h, WXDialog/wxCMakeSetup.cxx: ENH: Added
reference to Copyright.txt. Removed old reference to ITK
copyright. Changed program name to CMake instead of Insight in
source file header. Also removed tabs.
2002-10-23 16:57 hoffman
* Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: ENH:
if output variable turn verbose off
2002-10-23 16:53 hoffman
* Modules/: CMakeCCompiler.cmake.in,
CMakeDefaultMakeRuleVariables.cmake, CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
CMakePrintSystemInformation.cmake, CMakeSystem.cmake.in,
CMakeSystemSpecificInformation.cmake, CYGWIN.cmake: closer to
removing autoconf
2002-10-23 16:43 king
* Source/CursesDialog/form/frm_driver.c: ERR: Another attempt to
remove warnings from missing prototypes.
2002-10-22 18:17 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake, CMakeTestGNU.c, Windows.cmake:
test for gnu compiler
2002-10-22 15:04 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeSystemSpecificInformation.cmake, CYGWIN.cmake: [no log
message]
2002-10-22 10:36 hoffman
* Source/cmLocalBorlandMakefileGenerator.cxx: BUG: make sure win32
exes are win32
2002-10-22 10:34 hoffman
* Modules/: CMakeDetermineCCompiler.cmake,
CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
CMakeSystemSpecificInformation.cmake: new cmake based configuration
2002-10-18 15:51 andy
* Source/ctest.cxx: When in verbose mode print test command
2002-10-18 12:08 andy
* Source/cmWin32ProcessExecution.h: Improve comment
2002-10-17 10:50 andy
* Source/: CursesDialog/cmCursesMainForm.cxx,
cmCreateTestSourceList.cxx, cmDirectory.cxx,
cmFindProgramCommand.cxx, cmGlobalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx, cmSystemTools.cxx,
cmUseMangledMesaCommand.cxx: Rename variables to remove warnings
2002-10-16 13:30 martink
* Source/cmVTKWrapTclCommand.cxx: update to handle tcl 84
2002-10-16 11:48 martink
* Source/CursesDialog/cmCursesLongMessageForm.cxx: fix compiler
warnings
2002-10-16 11:41 martink
* Source/CursesDialog/form/fty_regex.c: fix compiler warnings
2002-10-16 11:37 martink
* Source/CursesDialog/form/: fty_alnum.c, fty_alpha.c, fty_int.c,
fty_ipv4.c, fty_num.c: fix compiler warnings
2002-10-16 11:32 martink
* Source/CursesDialog/: cmCursesMainForm.cxx, ccmake.cxx: fixed a
warning
2002-10-16 11:24 martink
* Source/CursesDialog/cmCursesLongMessageForm.cxx: fixed a warning
2002-10-16 11:20 martink
* Source/CursesDialog/: cmCursesForm.h, cmCursesLabelWidget.cxx:
fixed a warning
2002-10-16 11:16 martink
* Source/CursesDialog/: cmCursesBoolWidget.cxx,
cmCursesDummyWidget.cxx: fixed a warning
2002-10-16 10:53 king
* Source/CursesDialog/form/frm_driver.c: ENH: Another attempt to
fix OSF warnings. Also removed TABS.
2002-10-16 08:49 andy
* Source/ctest.cxx: Remove unused variable
2002-10-15 14:33 martink
* Source/cmLoadCommandCommand.cxx: better warning message
2002-10-15 11:45 martink
* Source/cmLoadCommandCommand.cxx: better warning message
2002-10-15 07:20 andy
* Source/ctest.cxx: Remove std::hex as it does not seems to work on
SGI, attempt to fix ftime problem on borland
2002-10-14 18:33 andy
* Source/ctest.cxx: Fix namespace, typo, and make ftime work on
windows
2002-10-14 15:11 andy
* Source/: ctest.cxx, ctest.h: Even more cleanups, fix time on
certain platforms such as windows, cygwin, and linux. Hopefully we
can add entries for other platforms until try_compile works. Also
escape certain characters for xml.
2002-10-14 09:30 andy
* Source/ctest.cxx: More cleanups, fix prexontext and log number
2002-10-13 23:07 andy
* Source/: ctest.cxx, ctest.h: Add LastBuild.log file, fix some
minor problems in output, modify output a bit...
2002-10-11 13:17 martink
* Source/cmLocalCodeWarriorGenerator.cxx: compiler warning
2002-10-11 11:22 iscott
* Modules/Dart.cmake: Add option to control number of errors sent
to dashbaord
2002-10-11 10:16 king
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added Split
method to cmSystemTools to split a string into lines on its
newlines.
2002-10-11 10:14 king
* Modules/FindCABLE.cmake: BUG: Should not load
CMAKE_INSTALL_PREFIX from the cache.
2002-10-11 08:36 king
* Source/cmStandardIncludes.h: ERR: istrstream and istringstream
need to be pulled into namespace std on the SGI.
2002-10-10 11:08 andy
* Source/cmWin32ProcessExecution.cxx: Fix network build
2002-10-10 10:45 barre
* Modules/FindJava.cmake, Templates/CCMakeSystemConfig.cmake.in,
Templates/CMakeBorlandWindowsSystemConfig.cmake,
Templates/CMakeDotNetSystemConfig.cmake,
Templates/CMakeNMakeWindowsSystemConfig.cmake,
Templates/CMakeWindowsSystemConfig.cmake,
Templates/CXXCMakeSystemConfig.cmake.in: ENH: mark some vars as
advanced (and resort the list)
2002-10-10 10:43 king
* Source/: cmCMakeMinimumRequired.cxx,
cmLocalBorlandMakefileGenerator.cxx,
cmLocalNMakeMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx, cmStandardIncludes.h,
cmSystemTools.cxx, cmVTKMakeInstantiatorCommand.cxx, cmake.cxx,
ctest.cxx: ENH: Renamed cmStringStream to cmOStringStream and added
cmIStringStream. Removed cmInputStringStream.
2002-10-10 09:41 andy
* Source/: cmGlobalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.cxx, cmStandardIncludes.h: Remove
compile error and remove some warnings
2002-10-10 09:02 king
* Utilities/cmake_release_config_osf: ENH: Updated for actual
build.
2002-10-10 08:25 martink
* Source/: cmGlobalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.cxx: fixed some compiler warnings
2002-10-10 08:23 andy
* Source/ctest.cxx: Remove warning
2002-10-10 08:11 andy
* Source/: cmSetCommand.cxx, WXDialog/cmWXMainFrame.cxx: Remove
warning
2002-10-10 08:11 andy
* Source/: cmStandardIncludes.h, ctest.cxx: Try to use platform
independent input string stream
2002-10-09 17:47 martink
* Source/: cmDynamicLoader.cxx, cmaketest.cxx: Remove memory leak
caused by cmDynamicLoader not being deleted properly
2002-10-09 16:26 andy
* Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Try to add
enter support
2002-10-09 15:54 martink
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/complex.cxx: added test of SET CACHE FORCE
2002-10-09 15:48 martink
* Source/: cmSetCommand.cxx, cmSetCommand.h: added FORCE option
2002-10-09 15:36 martink
* Source/CursesDialog/ccmake.cxx: fix for OSF
2002-10-09 15:24 barre
* Source/cmGlobalGenerator.cxx: ENH: update the progress when
generating is "done".
2002-10-09 13:49 martink
* Source/cmGlobalCodeWarriorGenerator.h: changed name
2002-10-09 13:47 andy
* Modules/FindwxWindows.cmake: Add some search paths
2002-10-09 13:37 martink
* Source/cmake.cxx: added Code Warrior dev
2002-10-09 13:31 martink
* Source/: Makefile.in, CMakeLists.txt: added build for Code
Warrior
2002-10-09 13:30 martink
* Source/: cmGlobalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.h:
some updates
2002-10-08 22:54 andy
* Source/: ctest.cxx, ctest.h: Reorganization, cleanup and some
improvement in dart emulation
2002-10-08 22:00 andy
* Source/: ctest.cxx, ctest.h: Add parsing of warnings and errors
2002-10-08 20:02 andy
* Source/: ctest.cxx, ctest.h: Add configure option and fix
potential bug in other targets. Now the run command is actually run
with directory, so eventually we should be able to run this from a
subdirectory
2002-10-08 15:55 martink
* Tests/LoadCommand/CMakeCommands/cmTestCommand.c: new plugin API
2002-10-08 15:55 martink
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h,
cmLoadCommandCommand.cxx: some mods to the plugin API
2002-10-08 10:53 hoffman
* Source/cmExecProgramCommand.cxx: BUG: get all the output
including the last character
2002-10-07 16:23 martink
* CMakeLists.txt: added header dep
2002-10-07 09:20 andy
* Tests/COnly/: foo.c, foo.h: Fix problem on HP
2002-10-07 09:16 martink
* Source/cmIfCommand.cxx: minor fix to allow if with no arguments
2002-10-07 08:23 andy
* Source/cmGlobalVisualStudio6Generator.cxx: Suppress output of
trycompile
2002-10-06 21:25 andy
* Source/ctest.cxx: Fix update so that it actually updates the
source directory,
2002-10-06 21:24 andy
* Source/cmSystemTools.cxx: Fix for run command on windows. If you
specify command in quotes but not full path, it should still work
2002-10-06 20:44 andy
* Source/ctest.cxx: Add missing namespace
2002-10-06 20:44 andy
* Source/cmSystemTools.cxx: Revert back. Does not seems to work on
Windows
2002-10-06 20:36 andy
* Source/: ctest.cxx, ctest.h: Add some minimal Dart capability to
ctest. For example now you can actually use ctest to build
projects, do cvs update on all platforms. This is especially cool
for Visual Studio where you do not want to load the whole
development environment just to build your project.
2002-10-06 18:56 andy
* Source/cmSystemTools.cxx: Check if directory was actually created
2002-10-06 15:10 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake: ENH: nmake now
uses incremental linking as Msdev does. Faster build (linking a
static vtk.exe or paraview.exe could take more than 10 minutes)
2002-10-06 12:12 andy
* Source/cmTarget.cxx, Tests/COnly/CMakeLists.txt,
Tests/COnly/conly.c, Tests/COnly/foo.c, Tests/COnly/foo.h: If you
specify header file as source, it should still use C compiler and
not CXX. Also fix COnly test so that it make sure that this still
works...
2002-10-05 10:24 andy
* Source/: cmSystemTools.cxx, cmWin32ProcessExecution.h: Fix
borland build. Borland Run command should be static, since it is
called with no object...
2002-10-04 18:16 andy
* Source/: cmMakefile.cxx, cmMakefile.h, cmRegularExpression.cxx,
cmRegularExpression.h, cmSourceGroupCommand.cxx: Try to improve
source group interface
2002-10-04 14:01 andy
* Source/cmCacheManager.cxx: Remove tabs
2002-10-04 12:56 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: FIX: re-enable the OK
button in RunCmake() when everything is done.
2002-10-04 12:30 andy
* Source/cmCacheManager.cxx: Fix reading of advanced values from
CMakeCache
2002-10-04 11:42 martink
* Source/: cmLocalCodeWarriorGenerator.h,
cmGlobalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.cxx:
updates
2002-10-04 11:33 barre
* DartConfig.cmake: ENH: my opinion is that it should be ADVANCED.
Few people build the doc.
2002-10-04 10:47 andy
* Source/cmSystemTools.cxx: Add missing argument
2002-10-04 10:38 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h,
cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h: Cleanup
RunCOmmand code and move borland one to vtkWin32ProcessExecution,
so that it is all in one place... Add timeout option whihc does not
work yet, but it should not produce warning any more
2002-10-04 08:59 martink
* Source/cmLocalGenerator.cxx: always set PROJECT_SOURCE_DIR etc
2002-10-03 16:40 martink
* Source/: cmGlobalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.cxx: some fixes
2002-10-03 15:14 martink
* Source/: cmGlobalCodeWarriorGenerator.cxx,
cmGlobalCodeWarriorGenerator.h, cmLocalCodeWarriorGenerator.cxx,
cmLocalCodeWarriorGenerator.h: under development
2002-10-02 17:46 martink
* Source/cmWin32ProcessExecution.cxx: Revert to fix win 9x
2002-10-02 17:31 king
* Source/: cmGlobalUnixMakefileGenerator.cxx, cmStandardIncludes.h:
ENH: Added explicit declarations of some C functions that are hard
to get from standard headers in como (www.comeaucomputing.com)
strict mode.
2002-10-02 17:23 king
* Source/cmIncludeCommand.cxx: BUG: Must return false after an
error of incorrect arguments.
2002-10-02 17:22 king
* Source/: cmIfCommand.cxx, cmIfCommand.h: BUG: STRLESS and
STRGREATER need to treat non-existent definitions as strings.
2002-10-02 17:16 andy
* Source/cmWin32ProcessExecution.cxx: Cleanup and try to unify with
the other code
2002-10-02 17:14 andy
* Source/cmSystemTools.cxx: Cleanup
2002-10-02 16:42 ibanez
* Modules/CMakeLists.txt: ENH: Adding install of .in and .c
modules.
2002-10-02 11:35 martink
* Source/cmLocalBorlandMakefileGenerator.cxx: Remove unnecessary
new line
2002-10-02 11:15 martink
* Source/cmSystemTools.cxx: Fix bug in borland run command
2002-10-02 11:14 martink
* Source/cmake.cxx: Produce only one output
2002-10-01 18:37 king
* Source/cmITKWrapTclCommand.cxx: ENH: Added support to pass the
gccxml program location to cable if ITK_GCCXML_EXECUTABLE is set on
m_Makefile.
2002-10-01 15:56 andy
* Modules/: TestBigEndian.c, TestBigEndian.cmake: Add test for big
endian
2002-10-01 13:04 martink
* Source/cmWin32ProcessExecution.cxx: Fix grouping of arguments on
Windows 98
2002-10-01 13:04 martink
* Source/cmLocalVisualStudio6Generator.cxx: Fix a bug in generator.
This one is good: This bug is only present on Windows 98, but since
RunCommand did not work, it never showed on the dashboard... In any
case commands in Visual studio 6 should be in windows style slashes
2002-10-01 13:00 martink
* Source/cmw9xcom.cxx: Put quotes around arguments if they have
spaces and no quotes
2002-10-01 12:59 martink
* Tests/Complex/CMakeLists.txt: Remove bogus exec_program
2002-10-01 10:12 ibanez
* Modules/FindFLTK.cmake: ENH: removed "USE_FLTK_VERSION_1.1" in
favor of "FLTK_VERSION_1.1" to avoid confusions.
2002-10-01 07:28 andy
* Source/: Makefile.in, cmakemain.cxx: Remove dependency to dynamic
loader during bootstrap
2002-09-30 22:26 ibanez
* Modules/FindFLTK.cmake: ENH: Version 1.1 is considered to be the
default.
2002-09-30 21:34 king
* Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed bad sentence
in error message.
2002-09-30 16:46 andy
* Source/cmake.cxx: Fix bug in chdir; Who did this anyway...
2002-09-30 16:25 hoffman
* Source/: Makefile.in, cmDynamicLoader.cxx, cmakemain.cxx,
MFCDialog/CMakeSetup.cpp: BUG: fix load command stuff for cygwin
and cleanup at exit
2002-09-30 15:05 martink
* Source/cmWin32ProcessExecution.h: Add some more comments
2002-09-30 15:00 martink
* Source/cmWin32ProcessExecution.cxx: Cleanups and hopefully now it
works on all windows platforms
2002-09-30 14:01 martink
* Source/cmake.cxx: Set comspec substitute the right way
2002-09-30 14:00 martink
* Source/ctest.cxx: Set comspec substitute
2002-09-30 13:59 martink
* Source/cmw9xcom.cxx: Add spaces
2002-09-30 12:24 ibanez
* Modules/FindLATEX.cmake: Configuratiion for finding LaTeX
related executables.
2002-09-30 11:41 andy
* Source/: CMakeLists.txt, cmSystemTools.cxx, cmake.cxx,
cmw9xcom.cxx: Another attempt on Windows 98
2002-09-30 11:00 andy
* Source/cmSystemTools.cxx: Attempt to unify the code
2002-09-30 10:47 andy
* Source/cmSystemTools.cxx: Fix bug in printing
2002-09-30 07:55 andy
* Source/cmWin32ProcessExecution.cxx: Remove warnings and fix
potential bug
2002-09-30 07:09 andy
* Source/cmSystemTools.cxx,
Templates/CMakeBorlandWindowsSystemConfig.cmake: Make borland pass
all the tests on XP (and 2000?)
2002-09-29 22:10 andy
* Source/cmSystemTools.cxx: Remove debug
2002-09-29 21:57 andy
* Source/cmSystemTools.cxx: It is late and it at least seems to
work better than before...
2002-09-29 21:55 andy
* Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
Fix for it to compile on "all" windows platforms...
2002-09-29 21:48 andy
* Source/cmSystemTools.cxx: Simplify debugging by resetting error
code
2002-09-29 14:09 martink
* Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
possible fix for warnings
2002-09-29 14:09 martink
* Source/cmake.cxx: compiler warnings
2002-09-27 17:28 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: Add two
cmake commands -E echo for echoing strings and -E comspec for
workaround of bug of windows 9x; add another implementation of run
command on windows which should work...
2002-09-27 17:26 andy
* Source/: CMakeLists.txt, cmWin32ProcessExecution.cxx,
cmWin32ProcessExecution.h: Add class for process execution on
Windows
2002-09-27 17:16 andy
* Tests/Complex/CMakeLists.txt: Use cmake echo
2002-09-27 16:23 martink
* Source/: cmCreateTestSourceList.cxx, cmInstallFilesCommand.cxx,
cmInstallProgramsCommand.cxx, cmIncludeDirectoryCommand.cxx:
removed some includes
2002-09-27 16:19 martink
* Source/: cmTarget.cxx, cmTarget.h, cmCommand.h,
cmEnableTestingCommand.cxx, cmEndForEachCommand.cxx,
cmForEachCommand.cxx, cmAddTestCommand.cxx,
cmAuxSourceDirectoryCommand.cxx, cmElseCommand.cxx,
cmEndIfCommand.cxx, cmIfCommand.cxx, cmAbstractFilesCommand.cxx,
cmAddDependenciesCommand.cxx, cmAddLibraryCommand.cxx,
cmInstallTargetsCommand.cxx, cmMacroCommand.cxx,
cmMessageCommand.cxx, cmWriteFileCommand.cxx,
cmAddExecutableCommand.cxx: removed some includes
2002-09-27 16:19 hoffman
* Source/: cmSetCommand.cxx, cmSetCommand.h: BUG: fix doc string
and allow a variable to be promoted from non-cache to cache
2002-09-27 16:18 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: remove unused stuff
2002-09-27 15:52 martink
* Source/cmMakefile.h: new patch
2002-09-27 14:12 andy
* Templates/: CCMakeSystemConfig.cmake.in, cconfigure,
cconfigure.in: Cleanup configure scripts
2002-09-26 15:13 martink
* Source/: cmake.h, cmake.cxx, cmGlobalGenerator.cxx,
cmGlobalGenerator.h, MFCDialog/CMakeSetup.rc,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added
progress
2002-09-26 13:52 martink
* Source/cmMakefile.cxx: minor memory fix
2002-09-25 17:25 andy
* Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
CheckLibraryExists.cmake: Set variable to either 1 or empty string
instead of TRUE and FALSE
2002-09-25 10:38 andy
* Modules/CheckLibraryExists.cmake: Cleanup
2002-09-25 10:08 andy
* Tests/LoadCommand/: CMakeLists.txt, LoadedCommand.h.in: Check for
library
2002-09-25 10:08 andy
* Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
CheckSizeOf.cmake: Fix modules for recent changes
2002-09-25 10:07 andy
* Source/: cmGlobalUnixMakefileGenerator.cxx,
cmTryCompileCommand.cxx: 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
2002-09-25 09:31 andy
* Source/cmLocalUnixMakefileGenerator.cxx: Use file format
detection
2002-09-25 09:30 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h: Add detection of
file format from extension
2002-09-25 07:47 andy
* Source/WXDialog/cmWXMainFrame.cxx: Remove warnings
2002-09-25 07:46 andy
* Source/cmGlobalGenerator.cxx: Attempt to make NMake quiet during
TRY_COMPILE
2002-09-24 18:34 andy
* Source/: ctest.cxx, ctest.h: Add verbose flag -V, which makes the
output of tests to be displayed; also add help to ctest
2002-09-24 17:58 andy
* Modules/CMakeBackwardCompatibilityC.cmake,
Modules/CMakeBackwardCompatibilityCXX.cmake,
Source/cmGlobalUnixMakefileGenerator.cxx: Improve backward
compatibility, so that all backward compatibility stuff is in two
modules; fix invoking of try_compile; add checking for header files
and sizes of types
2002-09-24 17:37 andy
* Source/cmSystemTools.cxx: Add support for mac dylib
2002-09-24 16:36 andy
* Modules/: CheckLibraryExists.cmake, CheckLibraryExists.lists.in:
Initial attempt to check if library exists
2002-09-24 16:20 andy
* Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Some GUI
improvements and fix the way dirty is being set, so that if there
are no cache values, dirty is not set
2002-09-24 16:20 andy
* Modules/CheckSizeOf.cmake: Improve check size of. Now it checks
for some header files before trying to check types
2002-09-24 14:49 king
* Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: [no log message]
2002-09-24 14:22 king
* Utilities/cmake_release_config_osf: ENH: Adding prototype release
config script for OSF.
2002-09-24 14:18 king
* Utilities/cmake_release_config_cygwin: ERR: Removed old cygwin
release config file. A separate script is now used.
2002-09-24 13:24 martink
* Source/cmake.cxx: fixed memory leak
2002-09-24 13:17 martink
* Source/cmTryRunCommand.cxx: always convert to output path
2002-09-24 10:47 hoffman
* Utilities/: cmake-cygwin-package.sh, cmake_release_cygwin.sh: use
/usr/bin/find and uname for cygwin version
2002-09-24 10:30 andy
* Source/cmLoadCommandCommand.cxx: Cleanup
2002-09-24 10:24 andy
* Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: Add accessor for
Flushing cache
2002-09-24 09:51 hoffman
* Source/cmLocalUnixMakefileGenerator.cxx: one rule per line so
borland make does not die
2002-09-24 09:50 hoffman
* Source/cmLocalBorlandMakefileGenerator.cxx: handle long commands
2002-09-24 09:24 hoffman
* Source/: cmDynamicLoader.cxx, cmGlobalGenerator.cxx: fix for
cygwin and nmake that does not define WIN32
2002-09-23 21:14 king
* Utilities/: cmake-cygwin-package.sh, cmake-cygwin.README,
cmake_release_cygwin.sh, setup.hint: ENH: Added cygwin packaging
scripts. The setup.hint and cmake.README files required by Cygwin
are generated automatically.
2002-09-23 17:24 andy
* Tests/LoadCommand/CMakeCommands/CMakeLists.txt: Fix problem
2002-09-23 17:20 king
* Utilities/cmake_release_unix_package.sh: ENH: Added to generated
README the typical install locaiton of /usr/local.
2002-09-23 16:57 andy
* Source/cmDynamicLoader.cxx: Fix cache for non void* types
2002-09-23 16:24 andy
* Source/cmDynamicLoader.cxx: Keep track of libraries so that you
can load them as many times as you want...
2002-09-23 15:57 andy
* Source/cmaketest.cxx: Cleanup
2002-09-23 15:56 andy
* Tests/LoadCommand/CMakeCommands/: CMakeLists.txt,
cmTestCommand.c: Some minor fixes for mac
2002-09-23 15:54 andy
* Source/cmLocalUnixMakefileGenerator.cxx: Fix generation of C only
modules
2002-09-23 15:53 andy
* Source/cmDynamicLoader.cxx: Fix extension and suffix for modules
on mac
2002-09-23 14:57 martink
* Tests/LoadCommand/CMakeCommands/cmTestCommand.c: cleanup
2002-09-23 14:57 martink
* Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: cleaned up API
2002-09-23 14:11 andy
* Tests/LoadCommand/CMakeCommands/CMakeLists.txt: Fix test so that
it will work on HP
2002-09-23 14:04 andy
* Source/cmTryCompileCommand.cxx: Fix HP build
2002-09-23 13:32 andy
* Source/: cmSystemTools.cxx, cmTryCompileCommand.cxx,
WXDialog/cmWXCommandLineInfo.cxx, WXDialog/cmWXMainFrame.cxx,
WXDialog/wxCMakeSetup.cxx: Try to remove some warnings
2002-09-23 13:11 andy
* Source/cmLoadCommandCommand.cxx: Fix loading of module for
borland
2002-09-23 12:23 andy
* Source/cmGlobalGenerator.cxx: Try to fix borland and nmake try
compile
2002-09-23 11:06 andy
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h,
cmTryRunCommand.cxx: Abstract cleaning of files and add code that
deletes files from Debug subdirectory
2002-09-23 11:05 andy
* Source/cmGlobalVisualStudio6Generator.cxx: Remove debug stuff
2002-09-23 10:01 andy
* Modules/FindwxWindows.cmake: Fix comments
2002-09-23 09:58 andy
* Source/cmLocalVisualStudio7Generator.cxx: Try to fix quoted
definitions
2002-09-23 09:41 martink
* Source/cmIfCommand.cxx: hopefull another fix to if statements
2002-09-23 09:07 andy
* Source/: cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio6Generator.h: Attempt to fix Visual studio 6
comiling
2002-09-23 08:51 king
* Utilities/cmake_release_unix_package.sh: BUG: Creating source
tarball should not affect current directory.
2002-09-23 08:44 king
* Utilities/: cmake_release_config_darwin,
cmake_release_config_hpux, cmake_release_config_irix,
cmake_release_config_linux, cmake_release_config_sun: ENH:
Incremented version to 1.4.5.
2002-09-22 10:08 martink
* Source/cmLocalVisualStudio7Generator.cxx: defines cannot have
quotes in them
2002-09-22 09:53 martink
* Source/: cmGlobalVisualStudio7Generator.cxx,
cmGlobalVisualStudio7Generator.h: some try compile fixes
2002-09-22 07:52 martink
* Source/: cmWriteFileCommand.cxx,
CursesDialog/cmCursesMainForm.cxx: compiler warning
2002-09-21 07:29 andy
* Source/cmWriteFileCommand.cxx: Fix namespace problem
2002-09-20 15:45 andy
* Source/WXDialog/wxincludes.h: Add missing include
2002-09-20 15:01 andy
* Modules/CheckFunctionExists.cmake,
Modules/CheckIncludeFile.cmake, Modules/CheckSizeOf.cmake,
Source/WXDialog/cmWXMainFrame.cxx: Fix tests for new trycompile and
tryrun
2002-09-20 15:01 andy
* Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
cmTryRunCommand.cxx: Add GetLocal on cmMakefile and on local builds
do not perform tests
2002-09-20 14:17 andy
* Tests/LoadCommand/: CMakeLists.txt, LoadedCommand.h.in: Include
more testing
2002-09-20 14:16 andy
* Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Simplify
checking for headers
2002-09-20 13:40 andy
* Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Add
macro which checks if the header file exists
2002-09-20 13:40 andy
* Modules/CheckFunctionExists.cmake: Fix comment
2002-09-20 13:17 andy
* Tests/LoadCommand/: CMakeLists.txt, LoadedCommand.cxx,
LoadedCommand.h.in: Fix test so that it does some modules testing
by checking for some functions and some size of types
2002-09-20 13:16 andy
* Modules/: CheckFunctionExists.c, CheckFunctionExists.cmake,
CheckSizeOf.c, CheckSizeOf.cmake: Add two commonly used modules.
First one checks if the function exists, the second one checks the
size of type
2002-09-20 13:15 andy
* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx: 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
2002-09-20 13:14 andy
* Source/: cmCommands.cxx, cmWriteFileCommand.cxx,
cmWriteFileCommand.h: Add WRITE_FILE command, which writes string
to a file
2002-09-20 10:06 martink
* Tests/LoadCommand/CMakeCommands/cmTestCommand.c: removed c++
style comments
2002-09-20 09:53 andy
* Source/WXDialog/wxincludes.h: Fix includes
2002-09-20 08:07 martink
* Source/: cmTryRunCommand.h, cmTryRunCommand.cxx: compiler
warnings
2002-09-19 17:35 andy
* Source/WXDialog/CMakeLists.txt: Add test for gui
2002-09-19 17:35 andy
* Source/WXDialog/cmWXCommandLineInfo.cxx: Fix arguments
2002-09-19 17:35 andy
* Source/WXDialog/wxCMakeSetup.cxx: Allow argument Q
2002-09-19 17:23 andy
* Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Add support
for exiting after loading
2002-09-19 17:20 andy
* Source/WXDialog/: cmWXCommandLineInfo.cxx, cmWXCommandLineInfo.h:
Add option -Q for existing after loading
2002-09-19 16:12 hoffman
* Source/cmBorlandMakefileGenerator.cxx: ENH: allow for long
command lines
2002-09-19 16:09 andy
* Source/cmMakefile.cxx: Remove unnecessary disabling of output
2002-09-19 16:07 andy
* Source/cmTryRunCommand.cxx: Fix tryrun to work on Linux
2002-09-19 15:01 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: use single line depend
rules for borland compiler
2002-09-19 14:59 hoffman
* Source/cmMSDotNETGenerator.cxx: ENH: add include to rc, and
newline to custom commnad
2002-09-19 14:59 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx: ENH: add include to rc
2002-09-19 14:58 hoffman
* Source/CMakeLists.txt: ENH: fix bad endif
2002-09-19 14:58 hoffman
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
staticLibHeader.dsptemplate: ENH: add include paths to rc
2002-09-19 14:40 andy
* Source/cmSystemTools.cxx: Supress standard error when running
command
2002-09-19 14:36 andy
* Source/cmTryCompileCommand.cxx: Fix try compile with second
signature, remove cmake lists from cache so that multiple tests
work
2002-09-19 14:35 andy
* Source/cmSystemTools.h: Add a way to check if run command output
is disabled
2002-09-19 14:35 andy
* Source/cmMakefile.cxx: When doing try compile disable output
2002-09-19 14:34 andy
* Source/: cmListFileCache.cxx, cmListFileCache.h: Add a way to
remove files from cache
2002-09-19 11:06 andy
* Source/cmTryRunCommand.cxx: Fix compile problem
2002-09-19 11:01 martink
* Source/cmTryRunCommand.cxx: minor cleanup
2002-09-19 11:00 andy
* Source/WXDialog/wxincludes.h: Fix all defines on Windows
2002-09-19 10:56 andy
* Source/WXDialog/CMakeLists.txt: Fix executable to be WIN32 on
windows
2002-09-19 10:25 andy
* Modules/FindwxWindows.cmake: Fix find wxWindows
2002-09-19 09:49 martink
* Source/: cmCommands.cxx, cmTryCompileCommand.cxx,
cmTryCompileCommand.h: updated to try compile
2002-09-19 09:48 martink
* Source/: cmTryRunCommand.cxx, cmTryRunCommand.h: new command
2002-09-19 09:48 andy
* Source/WXDialog/CMakeLists.txt: Remove unnecessary message
2002-09-19 09:47 andy
* Source/CMakeLists.txt: Add option for building wxWindows GUI for
CMake
2002-09-19 09:47 andy
* Source/WXDialog/: CMakeLists.txt, cmWXCacheProperty.cxx,
cmWXCacheProperty.h, cmWXCommandLineInfo.cxx,
cmWXCommandLineInfo.h, cmWXMainFrame.cxx, cmWXMainFrame.h,
wxCMakeSetup.cxx, wxincludes.h: Initial import of wxWindows dialog
2002-09-19 09:42 andy
* Modules/FindwxWindows.cmake: Improve searching for wxWindows
2002-09-18 14:30 andy
* Source/MFCDialog/CMakeSetupDialog.cpp: Fix callback for the new
API
2002-09-18 14:18 andy
* Source/: cmSystemTools.cxx, cmSystemTools.h,
CursesDialog/ccmake.cxx: Improve message handler to include client
data.
2002-09-18 11:38 martink
* Tests/LoadCommand/: CMakeLists.txt, CMakeCommands/CMakeLists.txt,
CMakeCommands/cmTestCommand.c: test passing CMAKE_FLAGS
2002-09-18 11:37 martink
* Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
cmTryCompileCommand.h: now Try compile can include CMAKE_FLAGS
2002-09-18 11:36 martink
* Source/cmLoadCommandCommand.cxx: better error reporting
2002-09-18 10:40 king
* Source/cmSetCommand.cxx: ENH: If SET(VAR) is called with no other
arguments, remove the definition of VAR.
2002-09-18 10:39 king
* Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
RemoveDefinition method.
2002-09-18 09:53 barre
* Source/cmVTKWrapTclCommand.cxx: FIX: better support for the
Tcl/Tk 8.4 pre-release
2002-09-18 08:15 andy
* Modules/FindGTK.cmake: GL should not be a completely necessary
thing for finding GTK. This will find gtk and GL but also just GTK
2002-09-18 08:13 andy
* Source/cmakewizard.cxx: Remove unnecessary variable
2002-09-18 08:07 martink
* Tests/LoadCommand/CMakeLists.txt: removed target
2002-09-17 15:41 king
* Modules/CMakeLists.txt: ENH: Adding installation of TRY_COMPILE
tests.
2002-09-17 15:41 king
* Source/cmTryCompileCommand.cxx: BUG: Generated CMakeLists.txt
file needs to take CMAKE_ANSI_CXXFLAGS into account.
2002-09-17 14:40 king
* Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed typo:
INSTALL_PROGRAMS -> INSTALL_PROGRAM.
2002-09-17 14:20 martink
* Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
2002-09-17 14:19 andy
* Source/cmakewizard.cxx: Strip the string that user answers
2002-09-17 14:18 barre
* Source/cmVTKWrapTclCommand.cxx: ENH: add support for Tcl/Tk 8.4.0
2002-09-17 14:12 martink
* Source/cmake.h: updated comments
2002-09-17 14:09 king
* Source/cmLocalUnixMakefileGenerator.cxx: BUG: INSTALL_DATA should
be INSTALL_PROGRAMS for program install targets.
2002-09-17 14:04 martink
* Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
2002-09-17 13:59 martink
* Source/: cmMakefile.cxx, cmake.cxx, cmake.h, cmakewizard.cxx,
MFCDialog/CMakeSetupDialog.cpp: cleaned up some of the cmake
interface
2002-09-17 13:59 martink
* Source/CMakeLists.txt: new test
2002-09-17 13:48 andy
* Source/cmakewizard.cxx: Replace getline with fgets since getline
does not seems to work properly on Mac OSX
2002-09-17 11:48 andy
* Source/: cmCacheManager.cxx, cmCacheManager.h,
cmMarkAsAdvancedCommand.cxx: Fix problems with advanced not being
marked.
2002-09-17 10:56 king
* Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
cmLocalUnixMakefileGenerator.cxx: 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.
2002-09-17 10:38 martink
* Tests/LoadCommand/CMakeCommands/cmTestCommand.c: added Destructor
2002-09-17 10:38 martink
* Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: added
destructor to loaded commands
2002-09-17 09:17 martink
* Modules/TestForANSIStreamHeaders.cmake: slight change in
signature for TryCompile
2002-09-17 09:16 martink
* Source/: cmGlobalVisualStudio6Generator.cxx,
cmTryCompileCommand.cxx, cmTryCompileCommand.h: slight change in
signature
2002-09-17 09:16 martink
* Tests/LoadCommand/CMakeLists.txt: some cleanup
2002-09-17 08:29 martink
* Tests/LoadCommand/CMakeLists.txt: minor fix in error message
2002-09-16 16:27 martink
* Tests/LoadCommand/: CMakeLists.txt, LoadedCommand.cxx,
CMakeCommands/CMakeLists.txt, CMakeCommands/cmTestCommand.c: load
command test
2002-09-15 09:54 martink
* Source/: cmAddCustomCommandCommand.cxx,
cmAddDependenciesCommand.cxx, cmCacheManager.cxx,
cmExecProgramCommand.cxx, cmFLTKWrapUICommand.cxx,
cmListFileCache.cxx, cmaketest.cxx, ctest.cxx: remove unused
variables
2002-09-15 09:42 martink
* Source/: cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio7Generator.cxx: updated to use
ConfigureFinalPass
2002-09-15 08:53 martink
* Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
cmGlobalGenerator.cxx: changed handling of FinalPass
2002-09-15 08:53 martink
* Source/cmLocalUnixMakefileGenerator.cxx: changed when final pass
is done
2002-09-15 08:52 martink
* Source/: cmMakefile.h, cmMakefile.cxx: renamed GenerateMakefile
to ConfigureFinalPass
2002-09-14 10:59 martink
* Source/CursesDialog/cmCursesMainForm.cxx: removed extra Generate
that was screwing things up
2002-09-14 08:47 martink
* Source/cmGlobalGenerator.cxx: fixed warning
2002-09-13 19:23 martink
* Source/cmGlobalGenerator.cxx: made less verbose
2002-09-13 19:23 martink
* Modules/TestForANSIStreamHeaders.cmake: removed messages
2002-09-13 16:38 king
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
FileIsFullPath test method.
2002-09-13 13:48 martink
* Source/: cmGlobalGenerator.cxx, cmMakefile.cxx, cmake.h: some
fixes for try compile
2002-09-13 11:09 martink
* Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
cxxconfigure.in: now uses TryCompile
2002-09-13 11:05 martink
* Source/cmGlobalNMakeMakefileGenerator.h: minor fix
inEnableLanguages
2002-09-13 11:01 martink
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.cxx: fix to
the cleanup code
2002-09-13 10:42 martink
* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmGlobalNMakeMakefileGenerator.h,
cmGlobalUnixMakefileGenerator.cxx, cmGlobalUnixMakefileGenerator.h,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio7Generator.cxx, cmMakefile.cxx,
cmTryCompileCommand.cxx: better trycompile and enable langiages
2002-09-13 10:41 martink
* Source/cmake.cxx: better try compile
2002-09-13 10:40 martink
* Modules/TestForANSIStreamHeaders.cmake: removed messages
2002-09-13 09:51 andy
* configure, configure.in: Improve bootstrapping on Unix, so that
it bootstraps in the subdirectory. This prevents from compiler
files being reused and you can do make clean...
2002-09-13 09:49 iscott
* Modules/FindQt.cmake: Make QT variables advanced
2002-09-13 08:15 martink
* Source/: cmEndIfCommand.cxx, cmLocalUnixMakefileGenerator.cxx:
compiler warning
2002-09-13 08:12 martink
* Source/MFCDialog/CMakeSetup.cpp: duh
2002-09-13 05:39 iscott
* Modules/FindQt.cmake: Need to use $ENV{} to access environment
variables
2002-09-12 16:36 martink
* Modules/TestForANSIStreamHeaders.cmake: some cleanup
2002-09-12 14:37 martink
* Source/cmake.cxx: uninitialized var
2002-09-12 13:55 andy
* Source/cmaketest.cxx: Remove unnecessary include
2002-09-12 13:42 andy
* Source/cmakemain.cxx: Remove unnecessary include
2002-09-12 13:19 bettingf
* Tests/Wrapping/CMakeLists.txt, Source/CMakeLists.txt: added
include of FindQT.cmake
2002-09-12 11:47 martink
* Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h,
CMakeLists.txt: new arch
2002-09-12 11:44 martink
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmDSWWriter.cxx,
cmDSWWriter.h, cmDSPWriter.cxx, cmDSPWriter.h,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: new arch
2002-09-12 11:38 bettingf
* Source/CMakeLists.txt: added test for QTWrapUI called qtwrapping
2002-09-12 11:37 bettingf
* Tests/Wrapping/: qtwrappingmain.cxx, CMakeLists.txt: corrected
test for QTWrapUI
2002-09-12 11:14 martink
* Modules/: TestForANSIStreamHeaders.cmake,
TestForANSIStreamHeaders.cxx: new try compile module
2002-09-12 11:13 andy
* Source/cmCacheManager.cxx: Oops, too fast commit; add missing ;
2002-09-12 11:12 andy
* Source/cmCacheManager.cxx: Add more error checking
2002-09-12 11:08 martink
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: another
signature for Try_Compile
2002-09-12 11:08 martink
* Source/: cmMakefile.cxx, cmake.cxx, cmake.h: added a flag if a
cmake is in try compile
2002-09-12 09:56 andy
* Source/cmMarkAsAdvancedCommand.cxx: Fix mark as advanced. Now it
should work properly
2002-09-12 09:00 andy
* Source/: cmakewizard.cxx, cmakewizard.h: Simplify code. Since we
access cache entry through the iterator, we do not need the cache
manager any more
2002-09-12 08:56 andy
* Source/cmCacheManager.h: Fix build problem on Sun
2002-09-11 16:44 bettingf
* Source/cmQTWrapUICommand.cxx: corrected the generated lists .h in
header list and .cxx in sources list
2002-09-11 16:43 bettingf
* Source/cmLocalUnixMakefileGenerator.cxx: added generation of the
GENERATED_QT_FILES list for make clean
2002-09-11 16:41 bettingf
* Tests/Wrapping/CMakeLists.txt: added test for QTWrapUI
2002-09-11 16:40 bettingf
* Tests/Wrapping/: qtwrappingmain.cxx, qtwrapping.ui: test for
QTWarpUI
2002-09-11 16:12 king
* Source/cmCacheManager.cxx: BUG: GetCacheValue must check if value
is UNINITIALIZED. If so, pretend it doesn't exist.
2002-09-11 15:13 andy
* Source/CursesDialog/cmCursesMainForm.cxx: Fix bug in ccmake which
made it crash when all cache values were deleted
2002-09-11 15:04 andy
* Source/CursesDialog/cmCursesMainForm.cxx: Fix problem with ccmake
crashing on empty caches
2002-09-11 14:38 andy
* Source/MFCDialog/CMakeSetupDialog.cpp: Fix MFC GUI
2002-09-11 14:38 andy
* Source/cmCacheManager.cxx: Fix find and remove check for
uninitialized entries
2002-09-11 14:08 andy
* Source/cmCacheManager.cxx: Function strcasecmp is not portable
2002-09-11 14:05 andy
* Source/: cmCacheManager.cxx, cmCacheManager.h,
cmFindPathCommand.cxx, cmFindProgramCommand.cxx, cmMakefile.cxx,
cmMarkAsAdvancedCommand.cxx, cmVariableRequiresCommand.cxx,
cmakewizard.cxx, cmakewizard.h,
CursesDialog/cmCursesCacheEntryComposite.cxx,
CursesDialog/cmCursesCacheEntryComposite.h,
CursesDialog/cmCursesMainForm.cxx: 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
2002-09-11 13:27 andy
* Templates/CCMakeSystemConfig.cmake.in: Remove Mark_AS_ADVANCED
for some variables that do not exist
2002-09-11 12:52 martink
* Source/cmMakefile.cxx: minor fix in try compile code
2002-09-11 09:54 king
* Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
cmDynamicLoaderC.c: ENH: Pointer-to-function to pointer-to-data
casts are not even allowed in strict C. Re-implemented this
conversion in pure C++ using a casting trick with an extra level of
indirection.
2002-09-11 08:52 king
* Source/cmDynamicLoaderC.c: ERR: Removed C++-style comments, used
C-style instead.
2002-09-10 17:24 king
* Source/cmake.cxx: ERR: Added missing include of stdio.h for
sprintf.
2002-09-10 16:52 martink
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: updated
signature
2002-09-10 16:52 martink
* Source/: cmMakefile.cxx, cmMakefile.h: updated makefile moved
commands into cmake and fixed try compile
2002-09-10 16:51 martink
* Source/cmDumpDocumentation.cxx: moved dump docs into cmake
2002-09-10 16:51 martink
* Source/: cmake.h, cmake.cxx: moved commands into cmake
2002-09-10 16:49 martink
* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio6Generator.h,
cmGlobalVisualStudio7Generator.cxx,
cmGlobalVisualStudio7Generator.h: modified TryCompile
2002-09-10 15:46 king
* Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
cmDynamicLoaderC.c: ERR: Cast from pointer-to-data to
pointer-to-function is not allowed in C++. The cast needed by
cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
2002-09-10 15:40 king
* Source/cmGlobalUnixMakefileGenerator.cxx: 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. Also changed
putenv to setenv for comeau on linux.
2002-09-10 15:40 king
* Source/cmStandardIncludes.h: ENH: Added definition of _BSD_SOURCE
to enable proper use of POSIX functions on comeau in linux.
2002-09-10 15:38 king
* Source/cmSystemTools.cxx: ERR: Fix for borland on linux. We
cannot directly compare the st_dev and st_ino members of struct
stat. Use memcmp instead.
2002-09-10 15:37 king
* Source/cmLocalGenerator.cxx: ERR: Removed stray semi-colon.
2002-09-10 15:36 king
* Source/: cmMakefile.cxx, cmRegularExpression.cxx,
cmRegularExpression.h, cmMakeDepend.cxx, cmLoadCommandCommand.cxx,
cmCPluginAPI.cxx: 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.
2002-09-10 15:36 king
* Source/cmake.cxx: ERR: Fix for borland on linux.
2002-09-10 13:32 barre
* Modules/FindOpenGL.cmake: FIX: typo + bring back the
OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped out
from FindGLU)
2002-09-10 12:49 martink
* Source/CMakeLists.txt: removed extra ENDIF
2002-09-10 10:35 king
* configure, configure.in: ERR: Went back to old-style test for
-LANG:std on the SGI.
2002-09-10 10:16 martink
* Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: better error
checking on If statements
2002-09-10 10:02 king
* configure, configure.in: ERR: AC_SUBST replaced with AC_DEFINE.
Needed to get configure script to correctly setup cmConfigure.h.
2002-09-10 09:51 king
* Source/cmCommands.cxx: ERR: Removed accidental commit.
2002-09-10 09:50 king
* configure, configure.in, Source/cmCommands.cxx: BUG: Missing
AC_SUBST commands added.
2002-09-09 09:50 hoffman
* Modules/FindOpenGL.cmake: Adding GLU to the OPENGL_LIBRARIES only
if it is found.
2002-09-08 10:15 martink
* Source/: cmGlobalNMakeMakefileGenerator.cxx,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio7Generator.cxx,
cmLocalVisualStudio6Generator.cxx,
cmLocalVisualStudio7Generator.cxx, cmake.cxx: compiler warnings
2002-09-07 21:25 martink
* Source/: cmGlobalGenerator.cxx,
cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio7Generator.cxx: compiler warnings
2002-09-07 21:22 martink
* Source/cmLocalGenerator.h: compiler warning
2002-09-07 21:18 martink
* Source/: cmGlobalBorlandMakefileGenerator.cxx,
cmLocalBorlandMakefileGenerator.cxx: fix for borland compilers
2002-09-06 18:05 king
* Source/cmVTKWrapTclCommand.cxx: ERR: Fix for borland in generated
code. vtkCommand is ambiguously both a function and a class.
2002-09-06 17:19 king
* configure, configure.in, Templates/cconfigure,
Templates/cconfigure.in, Templates/cxxconfigure,
Templates/cxxconfigure.in: ENH: Improved configure test
implementations by using AC_TRY_COMPILE.
2002-09-06 16:30 martink
* Source/cmLocalUnixMakefileGenerator.cxx: updated to fix the long
depend line issue on Borland
2002-09-06 14:03 starreveld
* Modules/FindOpenGL.cmake:
ERR: Fix opengl finding on osx
2002-09-06 13:56 barre
* Modules/FindTCL.cmake: ENH: make stub stuff ADVANCED
2002-09-06 13:04 martink
* Source/: cmMakefile.cxx, cmMakefile.h, cmakemain.cxx,
cmakewizard.cxx, CMakeLists.txt, Makefile.in,
cmGlobalGenerator.cxx, cmGlobalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.cxx: new arch
2002-09-06 13:00 martink
* Source/: MFCDialog/CMakeSetupDialog.cpp,
MFCDialog/CMakeSetupDialog.h, cmaketest.cxx, cmake.cxx, cmake.h:
new arch
2002-09-06 13:00 martink
* Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
cmCursesMainForm.cxx, cmCursesMainForm.h: new architecture
2002-09-06 11:47 hoffman
* Templates/CMakeBorlandWindowsSystemConfig.cmake: fix comment
2002-09-06 11:00 iscott
* Modules/readme.txt: Add important missing word to documentation
2002-09-06 10:55 iscott
* Modules/readme.txt: More detailed information about consistent
FindXXX.cmake files
2002-09-06 10:47 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: use :: rule and not a
long line extension
2002-09-06 09:24 martink
* Source/cmLocalUnixMakefileGenerator.cxx: minor fix
2002-09-06 08:33 martink
* Source/cmLocalUnixMakefileGenerator.cxx: minor fixes
2002-09-05 12:00 iscott
* Modules/: FindFLTK.cmake, FindGLUT.cmake, FindGTK.cmake,
FindOpenGL.cmake, FindX11.cmake: Hide lots of values in the
advanced list Fix some bugs OpenGL always needs X11 on Unix
2002-09-05 09:04 martink
* Source/cmLocalGenerator.h: made destructor virtual
2002-09-05 08:22 martink
* Source/cmDynamicLoader.cxx: removed some couts
2002-09-04 15:46 martink
* Source/cmCacheManager.h: made method public
2002-09-04 15:28 martink
* Source/cmLocalUnixMakefileGenerator.cxx: fixes
2002-09-04 15:24 martink
* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmGlobalNMakeMakefileGenerator.cxx, cmLocalGenerator.cxx,
cmLocalGenerator.h: updates
2002-09-04 15:22 martink
* Source/: cmGlobalVisualStudio6Generator.cxx,
cmGlobalVisualStudio6Generator.h,
cmLocalVisualStudio6Generator.cxx, cmLocalVisualStudio6Generator.h,
cmGlobalVisualStudio7Generator.cxx,
cmGlobalVisualStudio7Generator.h,
cmLocalVisualStudio7Generator.cxx, cmLocalVisualStudio7Generator.h:
new arch
2002-09-04 15:22 martink
* Source/: cmGlobalBorlandMakefileGenerator.cxx,
cmGlobalBorlandMakefileGenerator.h,
cmLocalBorlandMakefileGenerator.cxx,
cmLocalBorlandMakefileGenerator.h: first cut a new arch
2002-09-04 11:17 martink
* Tests/Wrapping/CMakeLists.txt: fixed test for new cmake
2002-09-04 09:24 king
* Modules/FindOpenGL.cmake: ERR: Still need to define
OPENGL_INCLUDE_PATH in addition to the standard OPENGL_INCLUDE_DIR
for backward compatability.
2002-09-03 12:29 iscott
* Modules/FindMFC.cmake: A simple FindMFC module for consistency
2002-09-03 10:41 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: use windows paths for
utility depends
2002-09-03 10:41 hoffman
* Source/cmMSDotNETGenerator.cxx: BUG: bug for more than one custom
commands
2002-09-03 09:14 iscott
* Modules/Dart.cmake: Dart now has a configure option
2002-09-03 09:00 iscott
* Modules/FindPNG.cmake: I copied a bit too much VXL functionality
here. Oops
2002-09-03 08:33 iscott
* Modules/FindPerl.cmake: Added PERL_FOUND
2002-09-03 08:24 iscott
* Modules/FindMPEG.cmake: Add an MPEG finder in the new format -
functionality copied from VXL.
2002-09-03 06:10 iscott
* Modules/: FindAVIFile.cmake, FindGLU.cmake, FindGLUT.cmake,
FindJPEG.cmake, FindOpenGL.cmake, FindPNG.cmake, FindTIFF.cmake,
FindX11.cmake: Fixed mistake in comments Transferred OPENGL finding
logic in from VXL Added Some backwards compatibility with CMake1.4
2002-09-02 17:34 iscott
* Modules/: FindFLTK.cmake, FindGTK.cmake: Moved FLTK and GTK to
new FindXXX scheme. Imported some functionality from VXL
2002-09-02 17:33 iscott
* Modules/FindX11.cmake: small bug fixes
2002-09-02 17:29 iscott
* Source/cmFLTKWrapUICommand.cxx: FLTK_FLUID_EXE ->
FLTK_FLUID_EXECUTABLE because Module files are moving to consistent
scheme
2002-09-02 16:59 iscott
* Modules/: FindQt.cmake, FindTIFF.cmake: Fix Bugs
2002-09-02 16:24 iscott
* Modules/FindZLIB.cmake: This file should not be empty
2002-09-02 15:49 iscott
* Modules/: FindZLIB.cmake, FindZLib.cmake: Moved FindZLib.cmake to
FindZLIB.cmake
2002-09-02 15:46 iscott
* Modules/: FindPNG.cmake, FindX11.cmake, FindZLib.cmake: Copied
the X11 PNG and ZLIB functoinality from VXL
2002-09-02 14:08 iscott
* Modules/: FindPNG.cmake, FindZLib.cmake: Adding Zlib and PNG find
modules in the new format
2002-09-02 12:58 iscott
* Modules/FindTIFF.cmake: This Find Module is in the new style
2002-09-02 12:05 iscott
* Modules/: FindJPEG.cmake, FindQt.cmake, FindWget.cmake,
FindZLib.cmake: Add helpful message for QT Windows users Add
FindZLib in new format Move FindJPEG and FINDWGET over to new
scheme
2002-09-02 07:03 iscott
* Modules/FindAVIFile.cmake, Modules/FindQt.cmake,
Modules/LinkQT.cmake, Modules/readme.txt,
Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapUICommand.cxx: Define
a single expected format for the values defined in every
FindXXX.cmake file. Upgrade all the QT functionality to use the
new FindXXX.cmake format Add a module for AVIFile.
2002-08-30 16:01 martink
* Source/: cmGlobalUnixMakefileGenerator.cxx,
cmGlobalUnixMakefileGenerator.h, cmLocalUnixMakefileGenerator.cxx,
cmLocalUnixMakefileGenerator.h, cmGlobalNMakeMakefileGenerator.cxx,
cmGlobalNMakeMakefileGenerator.h,
cmLocalNMakeMakefileGenerator.cxx, cmLocalNMakeMakefileGenerator.h:
in progress
2002-08-30 16:00 martink
* Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
cmLocalGenerator.cxx, cmLocalGenerator.h: in progress checkin
2002-08-30 09:54 hoffman
* Tests/Complex/Executable/CMakeLists.txt: add rpcrt4.lib because
of CMakeLib needing it
2002-08-29 09:45 martink
* Source/cmCPluginAPI.cxx: extern C fixes
2002-08-28 16:35 martink
* Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx,
cmCursesMainForm.h: some changes in cachemanager and singletons
2002-08-28 16:34 martink
* Source/cmaketest.cxx: no more singletons
2002-08-28 16:33 martink
* Tests/Complex/Executable/CMakeLists.txt: now needs dynlib support
2002-08-28 15:08 king
* Utilities/: cmake_release_config_cygwin,
cmake_release_unix_build.sh, cmake_release_unix_config.sh,
cmake_release_unix_package.sh: ENH: Moved build of source tarball
to package script.
2002-08-28 14:51 martink
* Source/: cmCPluginAPI.cxx, cmCacheManager.cxx, cmCacheManager.h,
cmCommands.cxx, cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
cmLoadCacheCommand.cxx, cmLoadCommandCommand.cxx,
cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmMakefile.cxx,
cmMakefile.h, cmMakefileGenerator.cxx, cmMakefileGenerator.h,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
cmVariableRequiresCommand.cxx, cmake.cxx, cmake.h, cmakemain.cxx,
cmakewizard.cxx, cmakewizard.h, MFCDialog/CMakeSetup.cpp,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h: changed cache
manager and registered generators to no longer be singletons
2002-08-28 14:49 martink
* Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: an early
checking not complete
2002-08-28 14:33 hoffman
* Source/cmBorlandMakefileGenerator.cxx,
Source/cmMSDotNETGenerator.cxx,
Source/cmNMakeMakefileGenerator.cxx,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: ENH: add include paths to rc
program for resource generation
2002-08-28 10:43 king
* Utilities/setup.hint: ENH: Incremented version number for 1.4-4
2002-08-28 10:40 king
* Utilities/: cmake-cygwin.README, setup.hint: ENH: Adding cygwin
installation files to branch.
2002-08-28 10:28 hoffman
* Utilities/: cmake-cygwin.README, cmake_release_config_cygwin,
setup.hint: [no log message]
2002-08-28 09:30 king
* Utilities/cmake_release_config_darwin: Switched to release branch
tag instead of sticky tag.
2002-08-28 09:27 king
* Utilities/cmake_release_config_darwin: ENH: Adding release
configuration for darwin.
2002-08-28 09:07 king
* Utilities/cmake_release_unix_package.sh: BUG: Don't erase tarball
directory in packaging step in case there is a source tarball
there.
2002-08-28 09:04 hoffman
* Utilities/: cmake_release_unix_config.sh,
cmake_release_unix_package.sh: cygwin release
2002-08-28 08:51 king
* Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
cmake_release_config_linux, cmake_release_config_sun: ENH: Updated
release script configuration for CMake release 1.4.4.
2002-08-27 14:45 andy
* Source/cmSourceFile.cxx: Fix bug in trying to set stding with
null
2002-08-27 09:43 hoffman
* Source/: CMakeLists.txt, cmLoadCommandCommand.cxx: ENH: fix
warnings
2002-08-27 08:36 martink
* Source/: CMakeLists.txt, cmCommands.cxx: fixed bootstrap build to
not use LoadCOmmandCOmmand
2002-08-26 15:22 martink
* Source/: cmGetSourceFilePropertyCommand.cxx,
cmGetSourceFilePropertyCommand.h: updated to match the SET
2002-08-26 15:20 martink
* Tests/Complex/CMakeLists.txt: added new form of Set source file
properties command
2002-08-26 10:52 martink
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h, cmCommands.cxx,
cmLoadCommandCommand.cxx: now uses stubs
2002-08-26 08:53 martink
* Source/cmSetSourceFilesPropertiesCommand.cxx: fixed bug maybe
2002-08-23 17:00 hoffman
* Templates/cxxconfigure, Templates/cxxconfigure.in, configure,
configure.in: try another flag for the dec compiler...
2002-08-23 16:25 hoffman
* Tests/Complex/CMakeLists.txt: no more dll for plugin
2002-08-23 16:15 martink
* Tests/Complex/Executable/CMakeLists.txt: remoevd shared lib
2002-08-23 16:12 martink
* Source/: cmCPluginAPI.h, cmCacheManager.h, cmDirectory.h,
cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.h,
cmake.h, CMakeLists.txt, cmListFileCache.h, cmMakefile.h,
cmMakefileGenerator.h, cmakewizard.h: removed shared lib support
2002-08-23 16:12 martink
* Source/cmaketest.cxx: memory issue
2002-08-23 15:11 martink
* Source/: cmVTKMakeInstantiatorCommand.cxx, cmCacheManager.h,
cmCPluginAPI.cxx: compiler warnings
2002-08-23 13:47 hoffman
* Tests/Complex/Executable/CMakeLists.txt: BUG: fix for cygwin
2002-08-23 13:46 hoffman
* Source/: CMakeLists.txt, cmCacheManager.cxx, cmCacheManager.h,
cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx,
CursesDialog/CMakeLists.txt, CursesDialog/form/CMakeLists.txt,
MFCDialog/CMakeSetup.cpp: BUG: add explicit clean up of the
cachemanager at exit of programs, so dll destruction is not a
problem.
2002-08-23 09:09 hoffman
* Source/cmNMakeMakefileGenerator.cxx: remove use of
getpropertyasbool
2002-08-22 17:06 hoffman
* Tests/Complex/CMakeLists.txt: BUG: fix for borland and a shared
CMakeLib
2002-08-22 16:57 hoffman
* Tests/Complex/: CMakeLists.txt, Executable/CMakeLists.txt: BUG:
fix for borland and a shared CMakeLib
2002-08-22 16:16 hoffman
* Source/CMakeLists.txt: BUG: borland needs to have
BUILD_SHARED_LIBS on for executables to work with c++
2002-08-22 15:58 martink
* Tests/Complex/Executable/CMakeLists.txt: complex test needs the
dll
2002-08-22 14:41 martink
* Source/cmCPluginAPI.cxx: minor warning fix
2002-08-22 14:40 iscott
* Modules/: FindAVIFile.cmake, readme.txt: Some more explanation of
a consistent scheme
2002-08-22 14:40 iscott
* Modules/FindAVIFile.cmake: file FindAVIFile.cmake was initially
added on branch tidy_modules.
2002-08-22 14:40 iscott
* Modules/readme.txt: file readme.txt was initially added on branch
tidy_modules.
2002-08-22 11:37 hoffman
* configure, configure.in, Templates/cxxconfigure,
Templates/cxxconfigure.in: BUG: fix for OSF compiler to use ansi
mode for streams
2002-08-22 11:12 hoffman
* Source/cmNMakeMakefileGenerator.cxx: BUG: use c flags for
cprograms, and do not use large command lines for linking
2002-08-22 09:17 martink
* Source/cmCPluginAPI.cxx: fixed some warnings
2002-08-22 09:11 martink
* Source/cmSetSourceFilesPropertiesCommand.cxx: fixed some warnings
2002-08-22 09:10 martink
* Source/cmCPluginAPI.h: fixed nested comment
2002-08-22 08:25 martink
* Source/CursesDialog/CMakeLists.txt: added lib
2002-08-21 15:52 king
* Utilities/cmake_release_unix_package.sh: ENH: Added -files to end
of internal binary tarball to distinguish from the outer tarball's
name.
2002-08-21 15:37 martink
* Source/CursesDialog/cmCursesMainForm.cxx: minor fixes for new
cache api
2002-08-21 13:15 martink
* Source/: cmMakefile.cxx, cmMakefile.h, cmCPluginAPI.cxx: minor
bug
2002-08-21 12:02 martink
* Source/MFCDialog/: CMakeLists.txt, CMakeSetupDialog.cpp: support
for dll
2002-08-21 12:01 martink
* Source/: cmMakefileGenerator.h, cmMakefile.h: dll support
2002-08-21 12:00 martink
* Source/cmRegularExpression.h: made into dll
2002-08-21 11:59 martink
* Source/: cmake.h, cmakewizard.h, cmakewizard.cxx: support for
plugins
2002-08-21 11:58 martink
* Source/: cmLoadCommandCommand.cxx, cmLoadCommandCommand.h: adding
plugin support
2002-08-21 11:58 martink
* Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: added plugin
support
2002-08-21 11:55 martink
* Source/: cmStandardIncludes.h, CMakeLists.txt,
cmCacheManager.cxx, cmCacheManager.h, cmDirectory.h,
cmSystemTools.h, cmListFileCache.h: made CMakeLib shared on windows
2002-08-21 11:54 martink
* Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added C Plugin API
first cut
2002-08-21 09:45 hoffman
* Source/cmNMakeMakefileGenerator.cxx: BUG: use c compiler for link
of c programs, and use temp file nmake syntax for linking c and c++
programs
2002-08-19 15:40 iscott
* Modules/: FindQt.cmake, LinkQT.cmake: I have tested this with
VXL/our internal code, and it works for me.
2002-08-19 10:05 iscott
* Modules/FindQt.cmake: I first go at a consistent FindXXX.cmake
file
2002-08-16 11:20 martink
* Source/cmMacroCommand.cxx: minor fix
2002-08-16 11:17 martink
* Source/: cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
cmSetSourceFilesPropertiesCommand.cxx,
cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
cmSourceFile.h, cmSourceFilesCommand.cxx, cmVTKWrapJavaCommand.cxx,
cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
cmGetSourceFilePropertyCommand.cxx, cmWrapExcludeFilesCommand.cxx,
cmCreateTestSourceList.cxx, cmAbstractFilesCommand.cxx,
cmAuxSourceDirectoryCommand.cxx, cmBorlandMakefileGenerator.cxx,
cmDSPWriter.cxx, cmFLTKWrapUICommand.cxx, cmMSDotNETGenerator.cxx,
cmMakeDepend.cxx, cmNMakeMakefileGenerator.cxx, cmTarget.cxx,
cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx:
modified how source files store properties
2002-08-16 09:45 king
* Source/cmVTKMakeInstantiatorCommand.cxx: ERR: unsigned int ->
size_t.
2002-08-16 09:31 king
* Source/cmVTKMakeInstantiatorCommand.cxx: ENH: Changed check for
which version of instantiators to generate to look for definition
of VTK_USE_INSTANTIATOR_NEW instead of an extra argument to
VTK_MAKE_INSTANTIATOR.
2002-08-15 15:01 king
* Source/: cmVTKMakeInstantiatorCommand.cxx,
cmVTKMakeInstantiatorCommand.h: 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.
2002-08-15 14:39 king
* Source/: cmVTKMakeInstantiatorCommand.cxx,
cmVTKMakeInstantiatorCommand.h: ENH: Improved generated
instantiator to use extern declarations to wrappers around the
New() methods. This avoids the need to include each class's header
in an instantiator source. The instantiator class implementations
can now fit in a single source file that compiles quickly.
2002-08-15 09:34 hoffman
* Source/cmNMakeMakefileGenerator.cxx: ENH: add -DWIN32 flag for
builds
2002-08-14 11:44 ibanez
* Modules/FindFLTK.cmake: ENH: Platform dependent libraries added.
2002-08-13 15:47 martink
* Tests/Complex/CMakeLists.txt: added macro test
2002-08-13 15:46 martink
* Source/: cmCommands.cxx, cmMacroCommand.cxx, cmMacroCommand.h:
added new command
2002-08-13 10:46 martink
* Source/: cmExecProgramCommand.h, cmExecProgramCommand.cxx: merge
from main tree
2002-08-13 10:08 martink
* CMakeLists.txt: added man page
2002-08-13 10:05 martink
* Source/cmCreateTestSourceList.cxx: some warning and purify fixes
2002-08-13 10:04 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: IF Else improvements
2002-08-13 10:03 martink
* Source/: cmMakefile.cxx, cmMakefile.h: merges from the main
branch
2002-08-13 10:02 martink
* Source/cmRemoveCommand.cxx: merge from main branch
2002-08-13 10:01 martink
* Copyright.txt: merge from the main branch
2002-08-13 10:00 martink
* cmake.1: updated from main branch
2002-08-13 09:59 martink
* Modules/: FindFLTK.cmake, FindTCL.cmake: updates from the main
branch
2002-08-12 08:39 martink
* Source/cmElseCommand.cxx: compiler warning
2002-08-09 12:00 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmMakefile.cxx:
better IF ELSE handling
2002-08-09 10:04 barre
* Modules/FindTCL.cmake: FIX: fix commit messup (this change was
committed to the branch instead of the main tree, thus was
wiped-out later)
2002-08-09 08:33 barre
* Modules/FindwxWindows.cmake: FIX: - WINDOWS does not exist, use
WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), -
fix an un-closed IF, - use same prefix for vars (and make it
advanced)
2002-08-09 07:55 andy
* Modules/FindwxWindows.cmake: This hopefully finds wxWindows on
UNIX
2002-08-08 15:30 andy
* Modules/FindwxWindows.cmake: Add UNIX support for WXWINDOWS
2002-08-08 15:29 andy
* Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
return value support and add documentation
2002-08-08 15:14 king
* Copyright.txt: ENH: Updated copyright.
2002-08-08 15:13 andy
* Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
option of storing output to the variable
2002-08-08 13:41 barre
* Modules/FindwxWindows.cmake: ENH: first stab at wxWindows support
(win32)
2002-08-08 12:49 king
* CMakeLists.txt: ENH: Adding installation for man page.
2002-08-08 12:30 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: handle .exe extension
for cygwin
2002-08-08 11:58 king
* cmake.1: ENH: Initial checkin of unix manpage.
2002-08-08 08:51 martink
* Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
and leaks
2002-08-07 18:12 king
* Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
cmake_release_config_linux, cmake_release_config_sun,
cmake_release_unix.sh, cmake_release_unix_build.sh,
cmake_release_unix_config.sh, cmake_release_unix_package.sh: ENH:
Split install script into two parts. Added basic support for
adding more files to the distribution and creating packages.
2002-08-07 11:01 martink
* Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
and leaks
2002-08-07 10:30 martink
* Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
and leaks
2002-08-05 18:08 ibanez
* Modules/FindFLTK.cmake: ENH: Images library added. Names for
debuggin versions in windows added.
2002-08-05 09:51 martink
* Source/cmRemoveCommand.cxx: minor fix
2002-08-02 13:43 ibanez
* Modules/FindFLTK.cmake: FIX: names styles for fltkgl and
fltkforms are different in windows and linux. Both styles are
now searched taking advantage of the NAMES option in
FIND_LIBRARY.
2002-08-02 12:51 martink
* Source/cmLinkDirectoriesCommand.cxx: duhhhhhh
2002-08-02 08:50 martink
* Source/: cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
MFCDialog/CMakeSetupDialog.cpp, cmMakefile.h: updates from the main
tree
2002-08-01 23:05 barre
* Source/cmFindLibraryCommand.cxx: FIX: put ExpandRegistryValue()
back (seems to have been removed accidentally I guess in 1.25)
2002-08-01 16:23 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: FIX: stupid pb fixed
(close to being medieval'ed by The Ken)
2002-08-01 15:58 martink
* Source/cmLinkDirectoriesCommand.cxx: no longer need an argument
2002-08-01 09:50 martink
* Source/cmCreateTestSourceList.cxx,
Source/cmCreateTestSourceList.h, Source/cmMakefile.h,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.h, Source/cmSystemTools.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h, Source/cmVTKWrapTclCommand.cxx,
Source/cmake.cxx, Source/MFCDialog/CMakeCommandLineInfo.cpp,
Source/MFCDialog/CMakeCommandLineInfo.h,
Source/MFCDialog/CMakeSetup.cpp,
Source/MFCDialog/CMakeSetupDialog.cpp,
Source/MFCDialog/CMakeSetupDialog.h, Tests/Complex/CMakeLists.txt,
Tests/TestDriver/CMakeLists.txt, Tests/TestDriver/test1.cxx,
Tests/TestDriver/test2.cxx, Tests/TestDriver/testArgs.h,
Tests/TestDriver/subdir/test3.cxx: merges from the main branch
2002-08-01 08:41 martink
* Modules/: FindGLU.cmake, FindJNI.cmake, FindOpenGL.cmake,
FindTCL.cmake: merges from the main tree
2002-07-31 13:45 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: BUG: fix jump to directory and build for
nmake if library path is not set. combine
OutputBuildExecutableInDir and OutputBuildLibraryInDir into
OutputBuildTargetInDir
2002-07-31 11:08 martink
* Tests/TestDriver/testArgs.h: minor fix for c tests
2002-07-31 11:07 martink
* Source/cmCreateTestSourceList.cxx: fixed support for C test
programs
2002-07-31 10:34 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: FIX: ConvertToOutputPath
puts "" around path. Not compatible with GUI use.
2002-07-31 09:29 barre
* Source/cmCreateTestSourceList.cxx: FIX: <stdlib.h> is enough to
get malloc()/free()
2002-07-30 16:19 martink
* Tests/TestDriver/: CMakeLists.txt, test1.cxx, test2.cxx,
subdir/test3.cxx: updated to mods in command
2002-07-30 16:18 martink
* Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h:
updated to handle extensions
2002-07-30 10:33 barre
* Source/cmCreateTestSourceList.cxx: FIX: la commande cr<63>ait du
code C++. Du code C devrait faire l'affaire.
2002-07-30 10:23 barre
* Source/cmCreateTestSourceList.cxx: FIX: la commande cr<63>ait du
code C++. Du code C devrait faire l'affaire.
2002-07-29 09:46 barre
* Modules/: FindTCL.cmake, FindTCL.cmake: ENH: change the search
path order (if several Tcl/Tk are installed, the "current" version
is likely to be the one that is bound to the wish/tclsh found in
the PATH)
2002-07-26 14:06 barre
* Modules/: FindTCL.cmake, FindTCL.cmake: ENH: clean the module,
add debug libs
2002-07-26 10:14 king
* Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h,
cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: BUG: Only one
generated Tcl wrapper source was getting added to the package's
library.
2002-07-26 09:54 king
* Source/cmVTKWrapTclCommand.cxx: BUG: Generated call to
Tcl_CreateCommand for vtkCommand should cast pointer to extern "C"
version.
2002-07-25 16:47 king
* Source/cmVTKWrapTclCommand.cxx: BUG: Generated vtkCommand
prototype cannot be extern "C" because it may not match with the
version in VTK.
2002-07-25 16:41 andy
* Source/cmSystemTools.cxx: Ok, now cd will work on windows
2002-07-25 16:25 will
* Source/cmVTKWrapTclCommand.cxx: fixed warning
2002-07-25 11:17 barre
* Modules/FindTCL.cmake: FIX: the stub libs were not searched
2002-07-25 11:10 barre
* Modules/FindTCL.cmake: FIX: the stub libs were not searched
2002-07-25 09:16 martink
* Source/cmMakefile.cxx: makefile now does not ignore NOTFOUND libs
and includes
2002-07-25 08:00 martink
* Source/cmMakefile.cxx: makefile now ignores NOTFOUND libs and
includes
2002-07-22 11:03 king
* Utilities/cmake_release_config_irix: ENH: Added release script
configuration for IRIX build.
2002-07-22 10:57 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: better Drag&Drop, and
change source dir automatically when build dir is changed in the
GUI
2002-07-22 10:40 martink
* Source/cmMakefile.h: updated to patch 1
2002-07-22 10:34 martink
* Templates/CXXCMakeSystemConfig.cmake.in: better docs and support
for mising args
2002-07-22 10:33 martink
* Source/cmMakefile.cxx: now replaces args even if not defined
2002-07-22 10:31 martink
* Source/: cmAddDefinitionsCommand.cxx,
cmIncludeDirectoryCommand.cxx, cmLinkLibrariesCommand.cxx,
cmTargetLinkLibrariesCommand.cxx: allows less arguments changes
from main tree
2002-07-22 10:00 martink
* Source/: cmIncludeDirectoryCommand.cxx,
cmLinkLibrariesCommand.cxx: allows no arguments
2002-07-21 19:12 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add Drag & Drop
(directory, file, or CMakeCache), support for Shortcut too
2002-07-21 15:56 barre
* Source/MFCDialog/: CMakeCommandLineInfo.cpp,
CMakeCommandLineInfo.h, CMakeSetupDialog.cpp, CMakeSetupDialog.h:
ENH: add Drag & Drop (directory, file, or CMakeCache), support for
Shortcut too
2002-07-20 08:55 martink
* Source/cmAddDefinitionsCommand.cxx: modified to accept no
arguments
2002-07-19 15:49 martink
* Templates/CXXCMakeSystemConfig.cmake.in: fixed some empty
descriptions
2002-07-19 14:42 martink
* Source/cmMakefile.cxx: full variable replacement and removal or
empty arguments
2002-07-19 14:40 martink
* Source/cmTargetLinkLibrariesCommand.cxx: does not need a second
argument
2002-07-18 18:43 starreveld
* Modules/: FindGLU.cmake, FindOpenGL.cmake: ERR: remove automatic
Carbon framework on osx
2002-07-17 16:33 martink
* Source/cmInstallFilesCommand.cxx: fix for install with paths
2002-07-17 15:57 martink
* Source/cmInstallFilesCommand.cxx: fixe for files with paths
2002-07-17 11:53 andy
* Source/cmake.cxx: Fix changing of directories using cmSystemTools
RunCommand feature
2002-07-17 10:52 martink
* Source/: cmForEachCommand.cxx, cmForEachCommand.h,
cmMakefile.cxx: fix for IF statements inside of Foreach loops
2002-07-17 10:48 martink
* Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
Source/cmMakefile.cxx, Tests/Complex/CMakeLists.txt: fixed if
statements inside a foreach
2002-07-16 17:42 king
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/complex.cxx: ENH: Added test for IF inside a FOREACH.
2002-07-15 11:37 king
* Utilities/cmake_release_config_hpux: ENH: Adding release script
configuration for HPUX.e
2002-07-15 11:13 king
* Utilities/cmake_release_config_sun: ENH: Added release
configuration file for Sun.
2002-07-15 10:48 king
* Utilities/: cmake_release_config_linux, cmake_release_unix.sh:
ENH: Made release script more generic for creating static and
shared releases.
2002-07-15 10:09 king
* Utilities/cmake_release_config_linux: ENH: Release script
configuration file for linux.
2002-07-15 10:08 king
* Utilities/cmake_release_unix.sh: ENH: Protoype unix release
script.
2002-07-15 09:55 king
* Templates/CMakeLists.txt: ERR: CXXCMakeSystemConfig.cmake and
CCMakeSystemConfig.cmake need .in extension.
2002-07-15 09:46 king
* Source/cmInstallFilesCommand.cxx: BUG: Only the last extension
should be removed.
2002-07-15 09:45 king
* Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: BUG:
INSTALL_FILES command should remove the extension of a file before
adding the user provided extension.
2002-07-15 09:44 king
* Source/: cmSystemTools.cxx, cmSystemTools.h, cmSystemTools.cxx,
cmSystemTools.h: ENH: Added GetFilenameWithoutLastExtension.
2002-07-15 09:23 king
* Templates/CMakeLists.txt: ERR: Install for
CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in
extension.
2002-07-15 09:22 king
* Modules/FindJNI.cmake: ENH: Added /usr/local/lib/java search
paths.
2002-07-15 08:44 martink
* Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: fix
install target
2002-07-12 11:17 martink
* Modules/FindJava.cmake: merged module into branch
2002-07-12 11:10 martink
* Source/cmIfCommand.cxx: minor warning fix
2002-07-11 14:58 martink
* Source/cmIfCommand.cxx: fix warning
2002-07-11 14:25 martink
* Source/cmMakefile.cxx: merge from the main tree
2002-07-11 14:20 hoffman
* Source/cmMakefile.cxx: BUG: fix for compile with hp
2002-07-11 14:03 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
cmMakefile.cxx, cmMakefile.h: merged some updates, the IF checking
2002-07-11 13:58 martink
* Source/: cmUnixMakefileGenerator.cxx, cmVTKWrapTclCommand.cxx,
cmake.cxx: updates from the main tree
2002-07-10 16:07 martink
* Source/cmVTKWrapTclCommand.cxx: fix warning on Sun
2002-07-10 14:34 andy
* Source/cmake.cxx: Add command that runs program in given
directory
2002-07-10 11:38 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
cmMakefile.cxx, cmMakefile.h: better error handling with if
statements
2002-07-10 09:33 andy
* Source/cmUnixMakefileGenerator.cxx: Fix problem when using NMake.
This generated lines without space so nmake got all confused
2002-07-08 09:30 andy
* Modules/FindJava.cmake: Add module that finds java executables.
This module should find java, javac, and jar.
2002-07-02 09:58 martink
* configure, configure.in: merges from main tree
2002-07-02 09:56 martink
* Modules/FindFLTK.cmake: merges with main tree
2002-07-02 09:54 martink
* Source/: cmAuxSourceDirectoryCommand.cxx,
cmBorlandMakefileGenerator.cxx, cmCMakeMinimumRequired.cxx,
cmConfigure.cmake.h.in, cmConfigure.h.in,
cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
cmDSWWriter.cxx, cmElseCommand.cxx, cmEnableTestingCommand.h,
cmFLTKWrapUICommand.cxx, cmFindLibraryCommand.cxx,
cmFunctionBlocker.h, cmGetFilenameComponentCommand.cxx,
cmITKWrapTclCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
cmInstallFilesCommand.cxx, cmLinkLibrariesCommand.cxx,
cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmMakeDepend.cxx,
cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx, cmSourceFile.cxx,
cmSourceFile.h, cmSourceFilesCommand.cxx,
cmSourceFilesRemoveCommand.cxx, cmStandardIncludes.h,
cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
cmTargetLinkLibrariesCommand.cxx, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmVTKMakeInstantiatorCommand.cxx,
cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
cmVTKWrapTclCommand.cxx, cmWrapExcludeFilesCommand.cxx, cmake.cxx,
cmake.h, ctest.cxx: massive merge from main tree
2002-07-02 09:33 martink
* Source/: cmFindLibraryCommand.cxx, cmMakefile.h,
cmSystemTools.cxx, cmSystemTools.h: updates
2002-07-02 08:24 martink
* Source/: cmMakefile.cxx, cmMakefile.h: fixed warning
2002-07-01 08:49 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h:
consolidated IF handling and added checks for bad arguments
2002-06-30 13:53 martink
* Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
fixed commands that were setting definitions in final pass to set
definitions in initial pass
2002-06-29 20:04 martink
* Source/: cmQTWrapCPPCommand.cxx, cmVTKWrapJavaCommand.cxx,
cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: fixed commands
that were setting definitions in final pass to set definitions in
initial pass
2002-06-28 10:29 andy
* Source/cmVTKWrapPythonCommand.cxx: Remove another warning in the
python wrapping
2002-06-28 10:18 martink
* Source/cmSourceFile.h: performance fix
2002-06-28 09:43 andy
* Source/cmVTKWrapPythonCommand.cxx: Add removing of warnings and
add comment about the file being generated in CMake
2002-06-28 09:21 martink
* Source/cmAuxSourceDirectoryCommand.cxx: bug fix for aux src dirs
2002-06-28 08:57 martink
* Source/: cmMakefile.cxx, cmSourceFile.h: minor cleanup
2002-06-27 21:17 martink
* Source/: cmMakefile.cxx, cmSourceFile.h: performance inprovements
2002-06-27 16:47 martink
* Source/cmMakefile.cxx: bug fix
2002-06-27 16:42 martink
* Source/: cmMakefile.cxx, cmSourceFilesCommand.cxx: bug fix
2002-06-27 16:25 martink
* Source/cmSourceFilesCommand.cxx: bug fix
2002-06-27 16:05 martink
* Tests/Simple/CMakeLists.txt: a minor fix to make my life easier
2002-06-27 15:57 martink
* Source/cmAuxSourceDirectoryCommand.cxx,
Source/cmCreateTestSourceList.cxx, Source/cmDSWWriter.cxx,
Source/cmFLTKWrapUICommand.cxx,
Source/cmGetFilenameComponentCommand.cxx,
Source/cmITKWrapTclCommand.cxx, Source/cmInstallFilesCommand.cxx,
Source/cmLinkLibrariesCommand.cxx, Source/cmMSDotNETGenerator.cxx,
Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
Source/cmMakefile.h, Source/cmQTWrapCPPCommand.cxx,
Source/cmQTWrapUICommand.cxx, Source/cmSourceFilesCommand.cxx,
Source/cmSourceFilesRemoveCommand.cxx, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmTarget.cxx,
Source/cmTargetLinkLibrariesCommand.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmVTKMakeInstantiatorCommand.cxx,
Source/cmVTKWrapJavaCommand.cxx, Source/cmVTKWrapPythonCommand.cxx,
Source/cmVTKWrapTclCommand.cxx,
Source/cmWrapExcludeFilesCommand.cxx,
Tests/Complex/Library/CMakeLists.txt: 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
2002-06-27 09:35 king
* Source/: cmake.cxx, cmake.h: BUG: CMake crashed if it failed to
find its own executable. Also added better error messages when
this occurs.
2002-06-25 09:59 hoffman
* Tests/Simple/CMakeLists.txt: add a test with no extension
2002-06-25 09:59 hoffman
* Source/cmTarget.cxx: BUG: try to tell the difference between
variables with sources and other variables
2002-06-25 09:18 king
* Source/cmStandardIncludes.h: BUG: Result from ostrstream::str()
can be a null pointer.
2002-06-24 18:19 king
* Source/cmStandardIncludes.h: BUG: Attempt to fix
ostrstream::str() wrapper for broken platforms.
2002-06-24 16:42 martink
* Source/cmTarget.cxx: modified to handle src list vectors without
proper dollar signs
2002-06-24 14:07 martink
* Source/ctest.cxx: BUG: make sure windows paths are used for the
command or it will not work for win 98
2002-06-21 11:35 martink
* Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
cxxconfigure.in: now looks for stringstream as well, from the main
tree
2002-06-21 11:25 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: fixed if matches bug
2002-06-21 10:31 king
* Source/cmStandardIncludes.h: ERR: using declaration to move
streams into std namespace needs to bring up ostrstream and
ostringstream, not strstream and stringstream.
2002-06-21 10:26 king
* Source/CursesDialog/form/frm_driver.c: ERR: Removed most of the
repeated curses declarations. The cause errors on other platforms.
Grrrr..
2002-06-21 09:25 king
* Source/CursesDialog/form/frm_driver.c: ERR: Added function
declarations from curses.h. They are not present on some
platforms. Fixes warnings about implicit declarations.
2002-06-21 09:00 king
* Tests/Complex/cmTestConfigure.h.in: ENH: Added configuration of
CMAKE_NO_ANSI_STRING_STREAM. It is defined when the sstream header
does not exist.
2002-06-21 08:42 king
* configure, Templates/cxxconfigure: ERR: Ran autoconf on
corresponding fixes to configure.in and cxxconfigure.in.
2002-06-21 08:39 hoffman
* Templates/cxxconfigure.in: fix for sstream
2002-06-21 08:38 hoffman
* configure.in: fix to sstring stuff
2002-06-20 10:39 hoffman
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: modified MATCHES to
handle non variables
2002-06-20 10:20 king
* Source/cmStandardIncludes.h: ERR: cmStringStream is taking the
functionality of ostringstream and ostrstream, not stringstream and
strstream.
2002-06-20 10:19 king
* Templates/CXXCMakeSystemConfig.cmake.in: BUG:
CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the
cxxconfigure results.
2002-06-19 15:21 king
* Source/: cmBorlandMakefileGenerator.cxx,
cmCMakeMinimumRequired.cxx, cmConfigure.cmake.h.in,
cmConfigure.h.in, cmNMakeMakefileGenerator.cxx,
cmStandardIncludes.h, cmSystemTools.cxx,
cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx,
cmake.cxx: 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.
2002-06-19 15:09 king
* configure, Templates/cxxconfigure: ENH: Re-ran autoconf to
include changes to corresponding configure input. This adds a test
for the availability of sstream.
2002-06-19 15:05 king
* configure.in, Templates/cxxconfigure.in: ENH: Added test for
sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if the header
doesn't exist.
2002-06-19 14:35 barre
* Source/cmSystemTools.cxx: ENH: FindLibrary supports .Net specific
lib dirs
2002-06-19 13:49 martink
* Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
cmEnableTestingCommand.h, cmFunctionBlocker.h, cmMakefile.h,
cmTarget.cxx: merges from main tree
2002-06-19 13:28 martink
* Source/cmSourceFile.cxx: modified create test source to create a
vector
2002-06-19 13:14 martink
* Modules/: Dart.cmake, FindGLU.cmake, FindGLUT.cmake,
FindJNI.cmake, FindOpenGL.cmake, FindTclsh.cmake, FindX11.cmake:
update dfrom main tree
2002-06-19 12:51 martink
* Source/cmCreateTestSourceList.cxx,
Source/cmCreateTestSourceList.h, Source/cmSourceFile.cxx,
Source/cmTarget.cxx, Tests/TestDriver/CMakeLists.txt: modified
create test source to create a vector
2002-06-19 08:57 king
* Source/CursesDialog/form/fty_alpha.c: ERR: Fixed unused parameter
warning.
2002-06-19 07:28 hoffman
* CMakeLists.txt, Tests/Complex/CMakeLists.txt: [no log message]
2002-06-18 17:20 king
* Source/: cmEnableTestingCommand.h, cmFunctionBlocker.h,
cmMakefile.cxx, cmSystemTools.cxx, cmTarget.cxx: ERR: Fixed
compiler warnings.
2002-06-18 17:20 king
* Source/CursesDialog/: ccmake.cxx, cmCursesBoolWidget.cxx,
cmCursesDummyWidget.cxx, cmCursesForm.h, cmCursesLabelWidget.cxx,
cmCursesLongMessageForm.cxx, cmCursesMainForm.cxx: ERR: Fixed
compiler warnings about unused parameters.
2002-06-18 17:19 king
* Source/CursesDialog/form/: frm_driver.c, frm_req_name.c,
fty_alnum.c, fty_int.c, fty_ipv4.c, fty_num.c, fty_regex.c: ERR:
Fixed compiler warnings when using strict ansi.
2002-06-18 16:43 martink
* Modules/Dart.cmake: fixed another bug
2002-06-18 16:35 martink
* Modules/Dart.cmake: fixed bug
2002-06-18 16:32 king
* Source/ctest.cxx: ERR: Fix for fprintf format warning.
2002-06-18 16:30 king
* Source/CursesDialog/form/frm_data.c: ERR: Attempt to fix warning
on OSF about implicit declaration of winnstr.
2002-06-18 14:26 barre
* Modules/FindGLUT.cmake: ENH: add more paths for the HP
2002-06-18 08:54 hoffman
* CMakeLists.txt, Tests/Complex/CMakeLists.txt: ENH: try and fix
link problem on dec
2002-06-17 13:43 andy
* Modules/FindJNI.cmake: Add debian Java paths
2002-06-17 13:07 barre
* Modules/: FindGLU.cmake, FindGLUT.cmake: FIX: GLU and GLUT flags
for Mac OSX
2002-06-14 16:49 barre
* Modules/: FindCABLE.cmake, FindTclsh.cmake, FindX11.cmake: ENH:
clean modules (doc, make stuff advanced, etc.)
2002-06-14 16:38 hoffman
* Modules/Dart.cmake: ENH: change so that on all make based systems
all dart targets are added
2002-06-14 11:46 barre
* Modules/: FindGLU.cmake, FindGLUT.cmake: ENH: use
OPENGL_LIBRARY_PATH as additional search path
2002-06-14 11:45 barre
* Modules/FindOpenGL.cmake: ENH: define OPENGL_LIBRARY_PATH (path
to OPENGL_LIBRARY) so that it can be used to search for other
OpenGL-related libs
2002-06-14 11:31 barre
* Modules/FindGLU.cmake: FIX: bug, the wrong include file was
searched.
2002-06-14 10:37 barre
* Source/: cmFindLibraryCommand.cxx, cmSystemTools.cxx,
cmSystemTools.h: ENH: FindLibrary can now use the makefile to add
some compiler-specific lib search path (depending on the
generator).
2002-06-14 10:35 barre
* Modules/FindGLUT.cmake: ENH/FIX: Glut should be found, not set.
Add search path for Cygwin
2002-06-13 14:45 barre
* Modules/FindGLUT.cmake: FIX: comply with the way OpenGL libs are
set in FindOpenGL and FindGLU
2002-06-13 11:48 barre
* Modules/: FindGLU.cmake, FindGLUT.cmake, FindOpenGL.cmake: ENH:
make all OpenGL libs advanced, and add support for glu lib with
Borland
2002-06-12 09:46 hoffman
* Source/MFCDialog/CMakeSetup.cpp: fix warning
2002-06-11 14:54 martink
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: some fixes
for dot net and spaces
2002-06-11 14:25 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: use lower case and not short path for
uniq paths on window
2002-06-11 14:25 hoffman
* Source/cmMSDotNETGenerator.cxx: only allow unique configurations
2002-06-11 14:15 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: BUG: fix
dot net for paths with spaces
2002-06-11 12:16 hoffman
* Source/cmMSDotNETGenerator.cxx: BUG: RelativePath should not be
quoted in output files even if it has spaces
2002-06-11 11:19 martink
* Source/cmUnixMakefileGenerator.cxx: some win98 depend problems
2002-06-11 11:01 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: don't use short paths in
the output
2002-06-11 10:43 hoffman
* Source/cmUnixMakefileGenerator.cxx: use short path to get unique
path names for depend path output
2002-06-11 09:14 hoffman
* Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: ERR:
Fixed sun CC warnings.
2002-06-10 14:21 martink
* Source/: cmMakeDepend.cxx, cmMakeDepend.h, CMakeLists.txt: joins
with the head
2002-06-10 14:19 martink
* Source/: cmMakeDepend.cxx, cmMakeDepend.h: now includes current
include files directory when searching for files it includes
2002-06-10 11:33 hoffman
* Source/CMakeLists.txt: BUG: cmake needs it's own directory for
includes, so depends work
2002-06-10 09:50 hoffman
* ChangeLog.txt: new changes for 1.4
2002-06-10 09:35 martink
* Source/cmMakefile.h: updated revision
2002-06-10 09:33 martink
* Modules/: FindGLUT.cmake, FindPythonLibs.cmake: updated from main
branch
2002-06-10 08:53 andy
* Modules/FindPythonLibs.cmake: Oops, forgot the library name
2002-06-10 08:52 andy
* Modules/FindPythonLibs.cmake: Add search for python 2.2
2002-06-07 08:39 ibanez
* Modules/FindFLTK.cmake: FIX: {} were missing around
FLTK_*_LIBRARY.
2002-06-06 17:49 ibanez
* Modules/FindFLTK.cmake: FIX: The final test is done now over
FLTK_LIBRARY instead of FLTK_LIBRARY_PATH
2002-06-06 15:28 ibanez
* Modules/FindFLTK.cmake: ENH: Support for FLTK1.1 and FLTK1.0.11
added. An option allows to select between the two versions.
2002-06-06 15:00 martink
* CMake.rtf: updates
2002-06-06 11:53 hoffman
* Source/: Makefile.borland, Makefile.borland: ENH: remove borland
bootstrap makefile
2002-06-06 08:49 hoffman
* Modules/FindGLUT.cmake: fix for glut on win32
2002-06-05 13:31 martink
* Source/cmMakefile.h: updated revision
2002-06-05 13:30 martink
* Source/cmMakefile.h: updated rev
2002-06-05 13:24 martink
* Source/MFCDialog/CMakeSetup.dsp: now uses bootstrap
2002-06-05 13:22 martink
* Source/ccommand.cxx: merged ccommand into cmake
2002-06-05 09:11 martink
* Source/: CMakeLib.dsp, DumpDocumentation.dsp, ccommand.dsp,
cmake.dsp, ctest.dsp: uses executabke bootstrap
2002-06-03 13:40 martink
* Tests/Complex/Library/CMakeLists.txt: changed CCOMMAND to CMAKE
2002-06-03 13:08 martink
* Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.cxx, Source/cmake.cxx,
Source/cmake.h, Source/cmakemain.cxx, Tests/Complex/CMakeLists.txt:
removed ccommand use cmake now
2002-06-03 11:06 martink
* CMake.rtf: updated
2002-06-03 10:25 hoffman
* Source/: cmMakefile.cxx, cmTarget.cxx: ENH: only add _LIB_DEPEND
information for libraries and modules
2002-05-31 08:39 martink
* Source/cmSystemTools.cxx: fixed bug in get short path for quoted
paths
2002-05-29 15:00 perera
* Source/cmTarget.cxx: BUG: never make a target depend on itself.
This was causing unnecessary library duplication, resulting in link
errors on some platforms.
2002-05-29 09:56 king
* Source/cmUnixMakefileGenerator.cxx: BUG: MAKEFLAGS does not need
to be passed on command line. It is automatically set by make in
environment for recursive call.
2002-05-28 08:56 martink
* Source/: cmake.cxx, cmake.h: remobed bootstrap
2002-05-28 08:50 martink
* bootstrap.exe, ccommand.exe: different bootstrap command
2002-05-27 10:29 barre
* Tests/Complex/: VarTests.cmake, Executable/complex.cxx: ENH: add
tests for LESS, GREATER, STRLESS, STRGREATER (IF command)
2002-05-23 13:27 hoffman
* Tests/Complex/CMakeLists.txt: ENH: increse coverage
2002-05-23 13:23 hoffman
* Source/cmSystemTools.cxx, Source/cmSystemTools.h,
Tests/Complex/CMakeLists.txt, Tests/Complex/Executable/complex.cxx:
ENH: increase coverage
2002-05-23 13:04 hoffman
* Tests/Complex/: CMakeLists.txt, cmTestConfigureEscape.h.in,
Executable/complex.cxx: add a test for escape quotes and configure
file
2002-05-23 10:36 martink
* bootstrap.exe, ccommand.exe: added win32 bootstrap support
2002-05-23 10:34 martink
* Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: only add test
target if testing is enabled and ctest is found
2002-05-23 10:33 martink
* Source/cmake.cxx: minor bootstap fixes
2002-05-23 10:32 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: adde
less greater
2002-05-22 13:20 hoffman
* Source/cmAddCustomCommandCommand.cxx: ENH: add list expansion
back
2002-05-22 09:48 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSProjectGenerator.cxx,
cmUnixMakefileGenerator.cxx: ENH: enable cxx by default if no
languages have been enabled
2002-05-22 09:48 hoffman
* Source/cmSystemTools.cxx: ENH: better comment processing
2002-05-22 09:47 hoffman
* Source/: ctest.cxx, ctest.h: ENH: fix depend problem
2002-05-18 16:09 starreveld
* Modules/FindOpenGL.cmake: find openGL in Carbon
2002-05-15 17:23 martink
* Source/: cmake.cxx, cmake.h: added initial attempt to support
win32 bootstrapping
2002-05-15 11:11 berk
* Source/cmSystemTools.cxx: RunCommand now checks whether the
process died abnormally (on Unix)
2002-05-14 08:42 andy
* Modules/FindWish.cmake: Add better detection of wish 8.2
2002-05-12 11:32 barre
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: add
no_system_path option to FindProgram so that the PATH is ignored
2002-05-12 11:31 barre
* Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h:
ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
2002-05-12 11:31 barre
* Source/cmFindLibraryCommand.h: FIX: command usage
2002-05-11 22:28 perera
* Source/cmTarget.cxx: FIX: Remove assert since it was breaking
IRIX builds.
2002-05-10 14:06 millerjv
* Source/cmTarget.cxx: FIX: Const reference to a set needs a
const_iterator. (.NET build error)
2002-05-10 13:35 perera
* Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
Tests/Dependency/CMakeLists.txt,
Tests/Dependency/Eight/CMakeLists.txt,
Tests/Dependency/Eight/EightSrc.c,
Tests/Dependency/Exec2/CMakeLists.txt,
Tests/Dependency/Exec2/ExecMain.c,
Tests/Dependency/Exec3/CMakeLists.txt,
Tests/Dependency/Exec3/ExecMain.c,
Tests/Dependency/Exec4/CMakeLists.txt,
Tests/Dependency/Exec4/ExecMain.c,
Tests/Dependency/Seven/CMakeLists.txt,
Tests/Dependency/Seven/SevenSrc.c, Tests/LinkLine/CMakeLists.txt,
Tests/LinkLine/Exec.c, Tests/LinkLine/One.c, Tests/LinkLine/Two.c:
BUG: Correct some of the dependency analysis code. - Make sure the
original link line is untouched - Avoid duplicating the link line
when supporting version < 1.4 - Make sure the cyclic dependencies
and such are output correctly in complicated cases. - Avoid
outputing dependencies that are already satisfied on the original
link line when possible.
2002-05-10 08:54 king
* Source/cmSystemTools.cxx: ERR: Added variable initializer.
2002-05-09 09:33 hoffman
* Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx, cmTarget.cxx,
cmTarget.h, cmUnixMakefileGenerator.cxx: ENH: change set<string> to
set<cmStdString> to avoid long symbols that crash ar on solaris
2002-05-08 17:45 king
* Tests/Wrapping/: CMakeLists.txt, itkWrapperConfig.cxx: ENH: Added
coverage test for ITK_WRAP_TCL. Doesn't actually invoke CABLE.
2002-05-08 17:45 king
* Source/cmITKWrapTclCommand.cxx: ENH: Added dependency hack to
support wrapping test.
2002-05-08 17:37 king
* Source/cmITKWrapTclCommand.cxx: BUG: Need to use
CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name.
2002-05-08 13:11 king
* Source/: cmCommands.cxx, cmITKWrapTclCommand.cxx,
cmITKWrapTclCommand.h: ENH: Added ITK Tcl wrapping command.
2002-05-08 10:27 martink
* Source/Makefile.borland: ENH: add clean command
2002-05-08 09:43 hoffman
* Source/MFCDialog/CMakeCommandLineInfo.cpp: ENH: take cmake style
command line options so edit_cache works
2002-05-08 09:05 hoffman
* Source/cmake.cxx: ENH: fix cmake to work without ccommand.
2002-05-08 08:46 hoffman
* Source/cmBorlandMakefileGenerator.cxx: BUG: short path does not
work on bcc32
2002-05-07 11:03 hoffman
* Source/CursesDialog/ccmake.cxx: ENH: add -B option to specify the
build directory, so make edit_cache will work
2002-05-07 09:11 hoffman
* Source/cmUnixMakefileGenerator.cxx: WNG: remove a warning
2002-05-07 09:03 hoffman
* CMake.rtf: ENH: update with docs about the targets
2002-05-07 09:02 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
cmake.cxx: ENH: add an edit_cache target that runs ccmake or
CMakeSetup
2002-05-03 18:10 hoffman
* Tests/Complex/Library/CMakeLists.txt: fix borland test
2002-05-03 16:34 hoffman
* Source/: cmMakefile.cxx, cmTarget.cxx, cmTarget.h: ENH: rework
library depend stuff
2002-05-03 13:46 andy
* Source/bootstrap/Makefile.in: Improve bootstrape for unix
2002-05-03 00:27 perera
* Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
Tests/Dependency/CMakeLists.txt: - bug fix where paths weren't
being output when LIB_OUT_PATH *isn't* used - test case for above
mentioned bug - more comments. Comments are good.
2002-05-02 19:09 hoffman
* Source/cmTarget.cxx: check for optimized or debug library adds
2002-05-02 16:13 hoffman
* Source/: cmTarget.cxx, cmTarget.h: remove canonical conversion
for lib names
2002-05-02 15:56 hoffman
* Source/: cmMakefile.cxx, cmMakefile.h, cmTarget.cxx: make it
backwards compatible with old cmake
2002-05-02 15:10 hoffman
* Source/CMakeLists.txt, Source/cmMakefile.cxx,
Source/cmTarget.cxx, Tests/Complex/Library/CMakeLists.txt: Debug
optimized cache fixes
2002-05-02 13:41 perera
* Source/: cmTarget.cxx, cmTarget.h: BUG: The library paths should
stay with the libraries during dependency analysis.
2002-05-02 13:17 hoffman
* Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
Source/cmTarget.h, Source/cmTargetLinkLibrariesCommand.cxx,
Source/cmUnixMakefileGenerator.cxx,
Tests/Complex/Executable/CMakeLists.txt,
Tests/Dependency/Exec/CMakeLists.txt,
Tests/Dependency/Six/CMakeLists.txt: ENH: change LINK_LIBRARY to
add to targets
2002-05-02 08:54 andy
* configure, configure.in: Revert to make it work again
2002-05-02 08:46 andy
* configure, configure.in, Source/bootstrap/Makefile.in: Improve
bootstrap on UNIX. Now it bootstraps into a separate directory.
2002-05-02 02:27 perera
* Source/cmTarget.cxx: BUG: if a_LIBS_DEPENDS exists but is empty,
there are no explicit dependencies.
2002-05-01 22:03 millerjv
* Source/MFCDialog/PropertyList.cpp: FIX: If current selection was
"NOTFOUND", then selecting the browser would crash since a "/"
could not be found in the current selection.
2002-05-01 16:33 perera
* Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
Tests/Dependency/CMakeLists.txt: ENH: Make the LinkLibraries
command contribute dependencies towards AddLibraries.
2002-05-01 16:24 perera
* Tests/Dependency/: CMakeLists.txt, Exec/CMakeLists.txt,
Exec/ExecMain.c, Six/CMakeLists.txt, Six/SixASrc.c, Six/SixBSrc.c:
ENH: Make the LinkLibraries command contribute dependencies towards
AddLibraries.
2002-05-01 14:00 perera
* Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
Source/cmDSWWriter.cxx, Source/cmMSDotNETGenerator.cxx,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmNMakeMakefileGenerator.cxx, Source/cmTarget.cxx,
Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
Tests/Dependency/CMakeLists.txt,
Tests/Dependency/Exec/CMakeLists.txt,
Tests/Dependency/Exec/ExecMain.c,
Tests/Dependency/Five/CMakeLists.txt,
Tests/Dependency/Five/FiveSrc.c,
Tests/Dependency/Four/CMakeLists.txt,
Tests/Dependency/Four/FourSrc.c,
Tests/Dependency/NoDepA/CMakeLists.txt,
Tests/Dependency/NoDepA/NoDepASrc.c,
Tests/Dependency/NoDepB/CMakeLists.txt,
Tests/Dependency/NoDepB/NoDepBSrc.c,
Tests/Dependency/NoDepC/CMakeLists.txt,
Tests/Dependency/NoDepC/NoDepCSrc.c,
Tests/Dependency/One/CMakeLists.txt, Tests/Dependency/One/OneSrc.c,
Tests/Dependency/Three/CMakeLists.txt,
Tests/Dependency/Three/ThreeSrc.c,
Tests/Dependency/Two/CMakeLists.txt, Tests/Dependency/Two/TwoSrc.c:
ENH: Add library dependency analysis.
2002-05-01 11:34 berk
* Source/CursesDialog/: ccmake.cxx,
cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
cmCursesMainForm.cxx, cmCursesMainForm.h: The entry widgets are now
created with what is initially available on the terminal.
2002-05-01 10:12 berk
* Source/: cmIncludeCommand.cxx, cmMakefile.cxx: Reformatted the
error printed by cmMakefile.
2002-04-30 21:48 hoffman
* Source/CMakeLists.txt: ENH: allow cmake tests to be run without
dart.
2002-04-30 17:49 hoffman
* CMakeLists.txt, Source/CMakeLists.txt: create tests without Dart
2002-04-30 17:45 hoffman
* Source/cmVTKMakeInstantiatorCommand.cxx: ENH: replace freeze with
delete
2002-04-30 16:58 hoffman
* Templates/: cconfigure, cconfigure.in: ENH: remove -fPIC for AIX
gnu
2002-04-30 15:33 hoffman
* Source/cmMSDotNETGenerator.cxx: ENH: fix relwithdebinfo
2002-04-30 14:01 hoffman
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/complex.cxx: ENH: add test for SEPARATE_ARGUMENTS
2002-04-30 14:00 hoffman
* Source/: cmCommands.cxx, cmSeparateArgumentsCommand.cxx,
cmSeparateArgumentsCommand.h: ENH: add new command to separate
space separated arguments
2002-04-30 14:00 hoffman
* Source/: cmBorlandMakefileGenerator.cxx, cmCacheManager.cxx: ENH:
do not use count, find for map lookup
2002-04-30 12:58 hoffman
* Source/cmMakefile.cxx: ENH: improve speed of GetSource function
2002-04-30 08:09 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: look for -l anywhere in
link library entry not just the begining of the line
2002-04-29 10:23 hoffman
* Source/cmMakefile.cxx: BUG: make sure link directories are not
duplicated
2002-04-29 09:20 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: remove warning about
changing generators
2002-04-29 08:27 hoffman
* Templates/: cconfigure, cconfigure.in: use multiple rpath options
for sgi
2002-04-28 16:14 perera
* Source/: cmLinkLibrariesCommand.cxx,
cmTargetLinkLibrariesCommand.cxx: ENH: Make it unnecessary to ever
specify LINK_DIRECTORIES for any library generated in this project,
even when LIBRARY_OUTPUT_PATH is set.
2002-04-26 21:45 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: remove redirections for
output of make commands as some things are lost
2002-04-26 12:43 hoffman
* Source/cmUnixMakefileGenerator.cxx: COM: just fix up a comment
2002-04-26 12:42 hoffman
* Templates/CCMakeSystemConfig.cmake.in: correct c flags for shared
links
2002-04-26 12:21 hoffman
* Source/cmUnixMakefileGenerator.cxx,
Templates/CCMakeSystemConfig.cmake.in,
Templates/CMakeSystemConfig.cmake.in: BUG: fix shared links for cc
on hp
2002-04-26 09:55 hoffman
* Source/cmBuildNameCommand.cxx: ENH: fix build name
2002-04-26 09:35 hoffman
* Source/cmSiteNameCommand.cxx: ENH: look for nslookup and hostname
in the right places
2002-04-26 09:22 will
* CMake.pdf: ENH:New pdf for CMake
2002-04-26 09:17 martink
* CMake.rtf: updated for 1.4
2002-04-26 09:11 martink
* Source/cmSourceFilesRemoveCommand.cxx: dprecated
2002-04-26 08:59 martink
* Source/Makefile.borland: fixed up again duh
2002-04-25 16:29 martink
* Source/Makefile.borland: updated to build ccommand
2002-04-25 15:40 hoffman
* Modules/Dart.cmake, Source/cmSiteNameCommand.cxx: fix up hostname
for windows
2002-04-25 13:11 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: give a warning when
switching generators to match the cache
2002-04-25 13:09 hoffman
* Source/cmake.cxx: ENH: check for mismatched generators
2002-04-25 07:59 hoffman
* Source/: ccommand.cxx, cmCMakeMinimumRequired.cxx,
cmOptionCommand.cxx: WAR: remove warnings for .NET compiler
2002-04-24 10:08 andy
* Source/: .cvsignore, MFCDialog/.cvsignore: Add cvsignore so that
you do not see visual stufio files when you do cvs update
2002-04-23 16:16 berk
* Source/: cmake.cxx, CursesDialog/ccmake.cxx,
CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h:
Exit ccmake on fatal errors.
2002-04-23 12:18 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: clean up depend output
2002-04-23 11:33 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: add depends for utility
targets
2002-04-22 15:16 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake,
Templates/CMakeWindowsSystemConfig.cmake,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.cxx: ENH: make CMake less
verbose/precious
2002-04-22 15:05 perera
* Source/CursesDialog/: CMakeLists.txt, form/CMakeLists.txt: BUG:
Changed from SOURCE_FILES to SET
2002-04-22 14:29 barre
* Source/cmNMakeMakefileGenerator.cxx: ENH: need CMAKE_LINKER_FLAGS
2002-04-22 14:22 barre
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: ENH: make CMake less verbose/precious
2002-04-22 14:18 martink
* Tests/Complex/Executable/CMakeLists.txt: duhZ
2002-04-22 11:51 martink
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/CMakeLists.txt, Executable/cmVersion.h.in,
Executable/complex.cxx: fixed for remove COMMAND
2002-04-22 11:50 martink
* Source/: CMakeLists.txt, cmCommands.cxx, cmRemoveCommand.cxx,
cmRemoveCommand.h: updated for 1.4
2002-04-22 11:49 martink
* Source/MFCDialog/CMakeLists.txt: updated
2002-04-19 15:28 hoffman
* Source/cmTargetLinkLibrariesCommand.cxx,
Tests/Simple/CMakeLists.txt, Tests/Simple/simple.cxx,
Tests/Simple/simpleLib.cxx: BUG: add link directories for target
link libraries and add a test for it
2002-04-19 14:03 martink
* Source/: cmAbstractFilesCommand.cxx, cmSourceFilesCommand.cxx,
cmWrapExcludeFilesCommand.cxx: added deprecated warnings for
version 1.4 or later
2002-04-19 13:05 hoffman
* Source/cmCMakeMinimumRequired.h: ENH: fix doc line
2002-04-19 12:49 martink
* Source/cmNMakeMakefileGenerator.cxx: renamed unix to unixPath for
compile error
2002-04-19 11:49 hoffman
* Source/cmNMakeMakefileGenerator.cxx: BUG: fix short path on files
that do not exist
2002-04-19 09:00 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: try to make sure a
depend file only has one rule
2002-04-19 08:27 hoffman
* Source/: cmSystemTools.cxx, cmake.cxx: BUG: fix SameFile function
for windows, and compare source directories
2002-04-18 16:13 martink
* Source/cmUnixMakefileGenerator.cxx: BUG: work with spaces in the
path
2002-04-18 15:58 andy
* Source/cmUnixMakefileGenerator.cxx: Make quotes and echos to work
on unix (hopefully)
2002-04-18 15:58 andy
* Modules/FindMPI.cmake: Add mpi search paths for Debian
2002-04-18 14:51 hoffman
* Source/cmake.cxx: ENH: use home not start
2002-04-18 14:19 hoffman
* Source/cmake.cxx: ENH: check for mis-matched source directories
2002-04-18 13:44 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: quote the echo commands
2002-04-18 13:12 hoffman
* Source/cmSystemTools.cxx: BUG: do escaped semi-colon better
2002-04-18 12:02 hoffman
* Source/cmMessageCommand.cxx, Source/cmSystemTools.cxx,
Tests/Complex/CMakeLists.txt: ENH: add ability to escape
semi-colons
2002-04-18 11:52 martink
* configure, configure.in: ENH: handle spaces in paths for cygwin
bootstrap
2002-04-18 07:58 hoffman
* Source/cmCMakeMinimumRequired.cxx: BUG: add missing include
2002-04-18 07:57 hoffman
* Source/: CMakeLib.dsp, Makefile.borland: BUG: fix bootstrap build
makefiles
2002-04-17 16:16 hoffman
* Source/cmAbstractFilesCommand.cxx,
Source/cmAddCustomCommandCommand.cxx,
Source/cmCMakeMinimumRequired.cxx, Source/cmCMakeMinimumRequired.h,
Source/cmCommands.cxx, Source/cmOptionCommand.cxx,
Tests/Complex/CMakeLists.txt, Tests/Complex/cmTestConfigure.h.in,
Tests/Complex/Executable/complex.cxx: ENH: backwards compatible for
VTK 4.0, add cmake version requires
2002-04-17 14:58 king
* Tests/Wrapping/CMakeLists.txt: ENH: Removed tests for commands
that no longer exist.
2002-04-17 14:54 king
* Source/: CMakeLists.txt, Makefile.in, cmCableClassSet.cxx,
cmCableClassSet.h, cmCableClassSetCommand.cxx,
cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
cmCableWrapTclCommand.h, cmCommands.cxx,
cmConfigureGccXmlCommand.cxx, cmConfigureGccXmlCommand.h,
cmMakefile.cxx: ENH: Removed out-of-date commands CABLE_WRAP_TCL
CABLE_CLASS_SET and CONFIGURE_GCCXML
2002-04-17 14:52 king
* Modules/FindCABLE.cmake: ENH: Updated for latest Cable from CVS.
Old alpha version of Cable is no longer supported.
2002-04-17 14:51 king
* Modules/FindGCCXML.cmake: ENH: Updated for version 0.2 of
GCC-XML.
2002-04-17 14:39 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: use convert to output
path for depend files
2002-04-17 08:28 hoffman
* Modules/FindOpenGL.cmake: better to find mac opengl
2002-04-17 08:15 hoffman
* Templates/: CCMakeSystemConfig.cmake.in,
CXXCMakeSystemConfig.cmake.in: more advanced values
2002-04-17 08:09 hoffman
* Tests/Complex/CMakeLists.txt: ENH: more coverage
2002-04-16 13:48 barre
* Source/cmSystemTools.cxx: Syntax seemed to be confusing according
to the Bill
2002-04-16 09:28 barre
* Source/ccommand.cxx: FIX: warning
2002-04-15 09:09 hoffman
* Source/cmSystemTools.cxx: use stream not sprintf
2002-04-15 08:48 barre
* Source/cmSystemTools.cxx: ENH: FilesDiffer checks for 0 byte
files
2002-04-14 15:32 barre
* Source/cmSystemTools.cxx: ENH: more paranoid checkings
2002-04-12 13:28 barre
* Source/MFCDialog/CMakeSetup.rc: ENH: make GUI slighlty larger to
accomodate long paths
2002-04-12 12:05 barre
* Source/cmSystemTools.cxx: FIX: iostream binary flag should be
used for cygwin too
2002-04-12 09:57 barre
* Source/cmSystemTools.cxx: FIX: fix UMR
2002-04-11 18:59 barre
* Source/ccommand.cxx: ENH: also displays command output
2002-04-11 18:17 barre
* Source/ccommand.cxx: can be used to time commands (time() &
clock())
2002-04-11 17:02 hoffman
* Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.h,
Source/cmFindPathCommand.h, Source/cmFindProgramCommand.h,
Source/cmIncludeCommand.cxx, Source/cmListFileCache.cxx,
Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
Tests/Complex/Executable/complex.cxx: ENH: speed improvements
2002-04-11 16:58 starreveld
* Source/cmUnixMakefileGenerator.cxx:
Allow modules to build properly again. (broken when Cxx testing was
added)
2002-04-11 11:30 barre
* Tests/Complex/Executable/CMakeLists.txt: ENH: increase coverage
2002-04-11 10:29 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: clean up utility rule generation
2002-04-11 10:11 barre
* Tests/Complex/Library/CMakeLists.txt: ENH: use target as source
if source is empty
2002-04-11 10:05 barre
* Source/: cmAddCustomCommandCommand.cxx,
cmAddCustomCommandCommand.h: ENH: use target as source if source is
empty
2002-04-11 09:53 barre
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: FIX: echo pb, make Nmake gen use Unix
gen, factorize stuff in Unix gen
2002-04-10 17:33 barre
* Tests/Complex/: Executable/complex.cxx, Library/CMakeLists.txt:
ENH: add a test to check if more than one post-build command can be
attached. it fails right now.
2002-04-10 16:45 andy
* Source/cmUnixMakefileGenerator.cxx: Fix problem with custom
commands on unix
2002-04-10 12:13 king
* Source/cmaketest.cxx: ERR: UseIt() missing return type.
2002-04-10 11:23 hoffman
* Tests/Complex/Library/testConly.c: ENH: only check flag on unix
2002-04-10 08:38 hoffman
* Source/cmaketest.cxx: fix warning
2002-04-09 12:22 hoffman
* Tests/Complex/: Library/testConly.h, Executable/complex.cxx: ENH:
check for compile flags and add back c flag to unix generator
2002-04-09 12:15 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: check for compile flags
and add back c flag to unix generator
2002-04-09 12:02 hoffman
* Tests/Complex/: Executable/CMakeLists.txt,
Executable/complex.cxx, Library/CMakeLists.txt,
Library/testConly.c: ENH: check for compile flags and add back c
flag to unix generator
2002-04-09 11:33 barre
* DartConfig.cmake: ENH: quick stab at a rollup button
2002-04-09 10:19 hoffman
* Tests/Complex/Library/: testConly.c, testConly.h: correct exports
for windows
2002-04-09 09:37 hoffman
* Tests/Complex/Library/sharedFile.h: c not c++ comment
2002-04-09 08:55 hoffman
* DartConfig.cmake: change EST to EDT
2002-04-08 19:31 biddi
* Source/cmSystemTools.cxx: ERR: ReplaceString didn't work properly
if replace was longer than with as length added to start pos on
next search was replaceLength instead of withLength
2002-04-08 15:01 hoffman
* Templates/: CXXCMakeSystemConfig.cmake.in, cconfigure,
cconfigure.in: [no log message]
2002-04-08 13:36 hoffman
* Source/cmExecProgramCommand.cxx,
Source/cmUnixMakefileGenerator.cxx,
Templates/CCMakeSystemConfig.cmake.in,
Templates/CXXCMakeSystemConfig.cmake.in, Templates/cconfigure,
Templates/cconfigure.in, Templates/cxxconfigure,
Templates/cxxconfigure.in, Tests/Complex/Executable/CMakeLists.txt,
Tests/Complex/Executable/complex.cxx,
Tests/Complex/Library/CMakeLists.txt,
Tests/Complex/Library/testConly.c,
Tests/Complex/Library/testConly.h: ENH: use separate vars for
creating c++ and c shared libraries and add a test for c libraries
2002-04-05 12:08 hoffman
* Source/cmProjectCommand.cxx: expand ; args
2002-04-05 10:51 martink
* Modules/Dart.cmake: improved finding purify on windows to use
registry
2002-04-05 09:39 hoffman
* Source/: Makefile.borland, cmaketest.cxx, cmaketest.h.in: ENH:
make sure the test tests the right cmake, and not the cmake used to
bootstrap this cmake
2002-04-05 07:22 hoffman
* Tests/TestDriver/testArgs.h: ENH: add missing file
2002-04-04 16:53 hoffman
* Source/cmCreateTestSourceList.cxx,
Source/cmCreateTestSourceList.h, Tests/TestDriver/CMakeLists.txt:
ENH: add the ability to process command line arguments in the test
driver before the test driver gets them
2002-04-04 11:01 hoffman
* Source/cmUnixMakefileGenerator.cxx,
Templates/CXXCMakeSystemConfig.cmake.in, Templates/cxxconfigure,
Templates/cxxconfigure.in: ENH: separate the ar program for cxx and
c
2002-04-04 10:08 hoffman
* Templates/CMakeLists.txt: update install information
2002-04-04 09:04 hoffman
* Templates/: cxxconfigure, cxxconfigure.in: BUG: add system
command back into script
2002-04-03 16:14 hoffman
* Source/cmExecProgramCommand.cxx, Source/cmExecProgramCommand.h,
Source/cmNMakeMakefileGenerator.cxx, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmaketest.cxx,
Tests/Complex/CMakeLists.txt: ENH: fix more space problems, you can
add args to the ExecProgram command separatly now
2002-04-03 13:53 andy
* Modules/FindTCL.cmake: More places to find TCL/TK for example on
Debian
2002-04-02 15:42 hoffman
* CMake.rtf, Example/Demo/CMakeLists.txt,
Example/Hello/CMakeLists.txt, Source/CMakeLists.txt,
Source/cmBorlandMakefileGenerator.cxx,
Source/cmBorlandMakefileGenerator.h, Source/cmDSWWriter.cxx,
Source/cmMSDotNETGenerator.cxx, Source/cmMSDotNETGenerator.h,
Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.h, Source/cmProjectCommand.cxx,
Source/cmProjectCommand.h, Source/cmSetCommand.cxx,
Source/cmSetSourceFilesPropertiesCommand.h, Source/cmTarget.cxx,
Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
Templates/cconfigure, Templates/cconfigure.in,
Templates/cxxconfigure, Templates/cxxconfigure.in,
Tests/COnly/CMakeLists.txt, Tests/COnly/conly.c,
Templates/configure, Templates/configure.in,
Templates/CCMakeSystemConfig.cmake.in,
Templates/CXXCMakeSystemConfig.cmake.in: 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
2002-04-01 14:58 barre
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/complex.cxx: ENH: add test for registry-related
functions (win32)
2002-04-01 14:50 hoffman
* Source/cmSystemTools.cxx: ENH: fix for regkey and ; separation
2002-04-01 13:34 barre
* Source/: ccommand.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
add functions to API (read, write, delete registry key value)
2002-04-01 08:08 andy
* Modules/FindVTK.cmake: More finds for VTK
2002-03-31 11:43 andy
* Modules/FindVTK.cmake: Add some more locations of VTK
2002-03-30 17:17 barre
* Source/: cmAbstractFilesCommand.cxx, cmSetCommand.cxx: FIX: get
rid of warnings
2002-03-29 18:07 ibanez
* Modules/FindFLTK.cmake: ENH: HAS_FLTK variable added.
FLTK_WRAP_UI command made INTERNAL.
2002-03-29 16:25 barre
* Source/cmCreateTestSourceList.cxx: FIX: should compare to 0, not
NULL
2002-03-29 16:03 barre
* Source/: ctest.cxx, ctest.h: ENH: if -R or -E was used, displays
also the name of the tests that passed.
2002-03-29 15:41 barre
* Tests/Complex/CMakeLists.txt: FIX: fix dummy lib name for Unix
2002-03-29 15:02 barre
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/CMakeLists.txt, Executable/complex.cxx,
Library/CMakeLists.txt, Library/cmTestLibraryConfigure.h.in,
Library/dummy, Library/empty.h, Library/file2.cxx, Library/file2.h,
Library/fileFlags.cxx: ENH: fix tests
2002-03-29 14:31 hoffman
* Source/cmMSDotNETGenerator.cxx: output list bug
2002-03-29 14:22 hoffman
* Tests/Complex/Library/cmTestLibraryConfigure.h.in: [no log
message]
2002-03-29 14:20 hoffman
* Source/cmAbstractFilesCommand.cxx,
Source/cmAddCustomCommandCommand.cxx,
Source/cmAddCustomTargetCommand.cxx,
Source/cmAddDefinitionsCommand.cxx,
Source/cmAddDependenciesCommand.cxx, Source/cmAddTestCommand.cxx,
Source/cmCableClassSetCommand.cxx,
Source/cmCableWrapTclCommand.cxx, Source/cmCommands.cxx,
Source/cmCreateTestSourceList.cxx, Source/cmFLTKWrapUICommand.cxx,
Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
Source/cmGetSourceFilePropertyCommand.cxx,
Source/cmGetSourceFilePropertyCommand.h,
Source/cmIncludeDirectoryCommand.cxx,
Source/cmInstallFilesCommand.cxx,
Source/cmInstallProgramsCommand.cxx,
Source/cmInstallTargetsCommand.cxx,
Source/cmLinkDirectoriesCommand.cxx, Source/cmLoadCacheCommand.cxx,
Source/cmMakeDirectoryCommand.cxx,
Source/cmMarkAsAdvancedCommand.cxx,
Source/cmOutputRequiredFilesCommand.cxx,
Source/cmProjectCommand.cxx, Source/cmQTWrapCPPCommand.cxx,
Source/cmQTWrapUICommand.cxx,
Source/cmSetSourceFilesPropertiesCommand.cxx,
Source/cmSetSourceFilesPropertiesCommand.h,
Source/cmSiteNameCommand.cxx, Source/cmSourceFilesCommand.cxx,
Source/cmSourceFilesFlagsCommand.cxx,
Source/cmSourceFilesFlagsCommand.h,
Source/cmSourceFilesRemoveCommand.cxx, Source/cmSubdirCommand.cxx,
Source/cmSystemTools.cxx, Source/cmSystemTools.h,
Source/cmUseMangledMesaCommand.cxx,
Source/cmUseMangledMesaCommand.h,
Source/cmUtilitySourceCommand.cxx,
Source/cmVTKMakeInstantiatorCommand.cxx,
Source/cmVTKWrapJavaCommand.cxx, Source/cmVTKWrapPythonCommand.cxx,
Source/cmVTKWrapTclCommand.cxx,
Source/cmVariableRequiresCommand.cxx,
Source/cmWrapExcludeFilesCommand.cxx,
Tests/Complex/Executable/CMakeLists.txt,
Tests/Complex/Executable/complex.cxx,
Tests/Complex/Library/CMakeLists.txt,
Tests/Complex/Library/file2.cxx, Tests/Complex/Library/file2.h:
make sure ; expansion is done in all commands
2002-03-29 11:12 hoffman
* Tests/TestDriver/: CMakeLists.txt, test1.cxx, testExtraStuff.cxx,
testExtraStuff2.cxx, testExtraStuff3.cxx: ENH: add test for set to
create source lists
2002-03-29 11:11 hoffman
* Source/cmAddExecutableCommand.cxx: fix const problem
2002-03-29 11:04 hoffman
* Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
cmSetCommand.cxx, cmSetCommand.h: ENH: add ability to use ;
separated lists in SET and expand them for addexecutable and
addlibrary
2002-03-29 11:03 hoffman
* Source/cmGetSourceFilePropertyCommand.h: fix docs
2002-03-29 10:56 barre
* Source/: cmMessageCommand.cxx, cmMessageCommand.h: ENH: Add
SEND_ERROR flag to MESSAGE so that an error can be raised within a
CMakeList file
2002-03-29 10:07 hoffman
* Tests/Complex/Library/CMakeLists.txt: more tests
2002-03-29 10:06 hoffman
* Source/: cmAbstractFilesCommand.cxx,
cmBorlandMakefileGenerator.cxx, cmCommands.cxx,
cmCreateTestSourceList.cxx, cmDSPWriter.cxx,
cmFLTKWrapUICommand.cxx, cmGetSourceFilePropertyCommand.cxx,
cmGetSourceFilePropertyCommand.h, cmInstallFilesCommand.cxx,
cmMSDotNETGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
cmMakefile.h, cmNMakeMakefileGenerator.cxx, cmQTWrapCPPCommand.cxx,
cmQTWrapUICommand.cxx, cmSetSourceFilesPropertiesCommand.cxx,
cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
cmSourceFilesCommand.cxx, cmSourceFilesFlagsCommand.cxx,
cmTarget.cxx, cmTarget.h, cmUnixMakefileGenerator.cxx,
cmVTKMakeInstantiatorCommand.cxx, cmVTKWrapJavaCommand.cxx,
cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
cmWrapExcludeFilesCommand.cxx, cmaketest.cxx, cmaketest.h.in: ENH:
major change, the cmMakefile now contains a master list of
cmSourceFile objects, the source lists reference the list via
pointers, also you can now set properties on a file, like compile
flags, abstract, etc.
2002-03-29 08:42 barre
* Source/cmCreateTestSourceList.cxx: FIX: tolower is in <ctype.h>
!, frenchy
2002-03-28 11:43 barre
* Source/cmCreateTestSourceList.cxx: ENH: perform case insensitive
comparison on test names
2002-03-27 16:19 barre
* Source/cmCreateTestSourceList.cxx: FIX: cmSourceFile::SetName was
not called correctly for the test source files
2002-03-27 15:52 barre
* Source/cmCreateTestSourceList.cxx: ENH: small formatting enh
2002-03-27 13:54 barre
* Tests/Complex/: VarTests.cmake, cmTestConfigure.h.in,
Executable/complex.cxx: ENH: add a more stressing FOREACH test.
2002-03-27 13:46 barre
* Source/CMakeLists.txt, Tests/TestDriver/CMakeLists.txt,
Tests/TestDriver/test3.cxx, Tests/TestDriver/subdir/test3.cxx: ENH:
add testdriver test with source file in subdir
2002-03-27 10:55 barre
* Tests/Complex/Executable/CMakeLists.txt: FIX: do not use
CMAKE_CFG_INTDIR, just use LINK_DIRECTORIES
2002-03-27 10:54 barre
* Tests/: Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: FIX: do
not need CMakeLib
2002-03-26 18:06 barre
* Source/cmCreateTestSourceList.cxx: ENH: keep the name of the test
as close to the source file (only the function name is cleaned up)
2002-03-26 17:53 barre
* Source/cmCreateTestSourceList.cxx: ENH: add -R (similar to ctest
but use substr instead of regexp). indent.
2002-03-26 16:45 barre
* Source/: cmForEachCommand.h, cmFunctionBlocker.h, cmMakefile.cxx:
FIX: foreach function-blockers were using expanded args. Add
virtual func to specify if function blocker needs them expanded or
not.
2002-03-26 16:44 barre
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH:
ExpandListArguments(): empty elements in semi-colon-separated
string-list can now be ignored.
2002-03-26 16:42 barre
* Source/cmCreateTestSourceList.cxx: ENH: now supports tests inside
sub-dirs
2002-03-26 14:42 barre
* Tests/Wrapping/CMakeLists.txt: ENH: USE_MANGLED_MESA is more
careful now. Try to trick it again.
2002-03-26 14:41 barre
* Tests/: Complex/Executable/CMakeLists.txt,
Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: ENH: Use
${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release,
etc.
2002-03-26 12:55 hoffman
* Source/cmUseMangledMesaCommand.cxx: ENH: add error checking for
mmesa
2002-03-26 12:38 hoffman
* Source/: ccommand.cxx, cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx: ENH: use ccommand for del on windows
2002-03-26 12:38 hoffman
* Source/cmaketest.cxx: ENH: show output when running tests
2002-03-26 12:37 hoffman
* Source/cmCreateTestSourceList.cxx: ENH: if no arguments are given
and there is only one test, then run it
2002-03-25 17:03 martink
* Source/cmake.cxx: removed quotes from cmake and ccommand
executable to be consistant
2002-03-25 16:24 barre
* Source/cmForEachCommand.cxx: ENH: support semi-colon format (list
of args as string)
2002-03-25 15:59 barre
* Source/: ccommand.cxx, cmSystemTools.cxx: ENH: cmCopyFile ; the
path to the destination file will be created ; second arg can be a
directory.
2002-03-25 15:58 barre
* Templates/: CMakeDotNetSystemConfig.cmake,
CMakeWindowsSystemConfig.cmake: Add suffixes
2002-03-20 16:18 hoffman
* Source/CMakeLists.txt, Source/cmCommands.cxx,
Source/cmCreateTestSourceList.cxx, Source/cmCreateTestSourceList.h,
Source/cmaketest.cxx, Tests/TestDriver/CMakeLists.txt,
Tests/TestDriver/test1.cxx, Tests/TestDriver/test2.cxx,
Tests/TestDriver/test3.cxx: ENH: add new command to create a test
driver
2002-03-20 13:16 hoffman
* CMakeLists.txt, Source/CMakeLists.txt,
Source/FLTKDialog/CMakeLists.txt,
Source/FLTKDialog/CMakeSetupGUI.fl,
Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
Source/FLTKDialog/CMakeSetupGUIImplementation.h,
Source/FLTKDialog/FLTKDialog.cxx, Source/FLTKDialog/FLTKDialog.dsp,
Source/FLTKDialog/FLTKPropertyItemRow.cxx,
Source/FLTKDialog/FLTKPropertyItemRow.h,
Source/FLTKDialog/FLTKPropertyList.cxx,
Source/FLTKDialog/FLTKPropertyList.h,
Source/FLTKDialog/Makefile.in: ENH: remove fltk dialog as it is no
longer supported
2002-03-19 12:25 andy
* Source/ccommand.cxx: Return error on copy
2002-03-18 11:59 andy
* Source/ccommand.cxx: Remove warning about sign and unsigned
2002-03-15 15:42 andy
* Source/: CMakeLists.txt, CMakeSetup.dsw, ccommand.cxx,
ccommand.dsp, cmake.cxx: 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.
2002-03-15 13:20 perera
* Source/cmSourceFilesFlagsCommand.cxx: BUG: The source file may be
specified with an extension.
2002-03-15 10:43 martink
* Source/ctest.cxx: less noisy about changing directories
2002-03-15 09:40 berk
* Templates/CMakeSystemConfig.cmake.in: There can be multiple ansi
flags now
2002-03-15 09:23 hoffman
* Templates/configure: HP add Ae flag
2002-03-15 09:14 berk
* Templates/configure.in: Added better support for HPux
2002-03-14 16:04 hoffman
* Source/cmMakefile.cxx: ENH: add .in as a header file type, as it
can not be compiled
2002-03-14 16:03 hoffman
* Source/CMakeLists.txt: BUG: .h not two .cxx files
2002-03-14 14:59 hoffman
* Source/cmSystemTools.cxx: BUG: fix RunCommand again... back to
system, but with GetShortPath
2002-03-14 14:59 hoffman
* Source/cmDSPWriter.cxx: BUG: fix for paths with spaces
2002-03-14 14:58 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h: BUG: fix for files with dashes in them
2002-03-14 11:11 hoffman
* Source/: cmConfigureGccXmlCommand.cxx, cmExecProgramCommand.cxx,
cmSystemTools.cxx, cmSystemTools.h, cmaketest.cxx, ctest.cxx: ENH:
overhaul of RunCommand on windows, if only win32 had popen...
2002-03-13 15:29 hoffman
* Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
PathDialog.cpp: Remove warnings
2002-03-13 14:23 martink
* Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: ENH: closer to working
with spaces in the path
2002-03-13 10:25 hoffman
* Source/: CMakeLists.txt, cmAuxSourceDirectoryCommand.cxx,
cmCableClassSet.cxx, cmCableClassSet.h, cmDirectory.cxx,
cmDirectory.h, cmFLTKWrapUICommand.cxx, cmFindFileCommand.cxx,
cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
cmFindProgramCommand.cxx, cmMSDotNETGenerator.cxx, cmMakefile.cxx,
cmNMakeMakefileGenerator.cxx, cmQTWrapCPPCommand.cxx,
cmQTWrapUICommand.cxx, cmRegularExpression.cxx, cmSourceGroup.cxx,
cmSystemTools.cxx, cmVTKMakeInstantiatorCommand.cxx,
cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
cmVTKWrapTclCommand.cxx, cmaketest.cxx, ctest.cxx: ENH: remove
several compiler warnings
2002-03-12 10:16 king
* Templates/: configure, configure.in: ENH: Added test for explicit
instantiation support.
2002-03-11 16:04 hoffman
* Source/cmOptionCommand.cxx: ENH: add error checking for option
commands with too many arguments
2002-03-11 12:11 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH: add
support for .def files
2002-03-11 08:11 hoffman
* Source/cmMSDotNETGenerator.cxx: BUG: make sure libraries do not
depend on themselves
2002-03-10 18:24 hoffman
* Templates/: configure, configure.in: ENH: try to get crazy dec
cxx to work again... one more time
2002-03-10 10:02 hoffman
* Templates/: configure, configure.in: ENH: try to get crazy dec
cxx to work again...
2002-03-08 13:12 hoffman
* Tests/Complex/Executable/complex.cxx: ENH: more dec silly stuff
2002-03-08 11:01 hoffman
* Tests/Complex/Executable/complex.cxx: more stupid dec cxx
tricks...
2002-03-08 08:19 hoffman
* Tests/Complex/Executable/complex.cxx: ENH: add one more stupid
function call for the dec cxx compiler...
2002-03-08 07:25 hoffman
* Tests/Complex/Executable/complex.cxx: try to fix dec cxx
2002-03-07 22:07 hoffman
* Tests/Complex/Executable/complex.cxx: ENH: add more junk for the
dec cxx compiler to force it to instantiate stuff
2002-03-07 12:13 hoffman
* Tests/Complex/Executable/complex.cxx: ENH: use the string class
to force the dec compiler to instantiate some templates
2002-03-07 10:41 barre
* Source/CMakeLists.txt: Build cmaketest even if testing if OFF (so
that it can be used externally)
2002-03-06 17:58 barre
* Source/: ctest.cxx, ctest.h: ENH: add -E option (exclude tests
matching a regexp)
2002-03-06 16:30 barre
* Source/: CMakeLists.txt, cmaketest.cxx: ENH: add cmaketest to
install targets (so that it can be used in other projects) and pass
the rest of its command-line args to cmake
2002-03-06 10:44 hoffman
* Templates/CMakeNMakeWindowsSystemConfig.cmake: build type should
not be advanced
2002-03-06 10:11 hoffman
* Tests/Complex/Executable/CMakeLists.txt: ENH: add test for
semi-colon separated lists of libraries
2002-03-06 10:10 hoffman
* Source/: cmLinkLibrariesCommand.cxx, cmMSDotNETGenerator.cxx,
cmSystemTools.cxx, cmSystemTools.h,
cmTargetLinkLibrariesCommand.cxx: ENH: add suport for semi-colon
separated list variables
2002-03-05 18:41 hoffman
* Source/: cmAddCustomCommandCommand.cxx,
cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
cmAddDependenciesCommand.cxx, cmAddExecutableCommand.cxx,
cmAddLibraryCommand.cxx, cmAddTestCommand.cxx, cmBuildCommand.cxx,
cmCableClassSetCommand.cxx, cmCableWrapTclCommand.cxx,
cmConfigureFileCommand.cxx, cmElseCommand.cxx, cmEndIfCommand.cxx,
cmExecProgramCommand.cxx, cmFindFileCommand.cxx,
cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
cmFindProgramCommand.cxx, cmGetFilenameComponentCommand.cxx,
cmIfCommand.cxx, cmIncludeCommand.cxx,
cmIncludeExternalMSProjectCommand.cxx, cmInstallFilesCommand.cxx,
cmInstallProgramsCommand.cxx, cmLoadCacheCommand.cxx,
cmMakeDirectoryCommand.cxx, cmMakefile.cxx, cmMessageCommand.cxx,
cmOptionCommand.cxx, cmOutputRequiredFilesCommand.cxx,
cmSetCommand.cxx, cmSourceFilesCommand.cxx, cmSubdirCommand.cxx,
cmSystemTools.cxx, cmUnixMakefileGenerator.cxx,
cmUseMangledMesaCommand.cxx, cmVTKMakeInstantiatorCommand.cxx: ENH:
expand variables in arguments before the commands get them
2002-03-05 18:25 hoffman
* Source/cmSystemTools.cxx: BUG: get the correct return value from
pclose
2002-03-04 15:00 hoffman
* Tests/Complex/Library/fileFlags.cxx: ENH: add support for per
file flags
2002-03-04 14:12 hoffman
* Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSPWriter.h,
cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmSourceFile.h,
cmSourceGroup.cxx, cmSourceGroup.h, cmUnixMakefileGenerator.cxx,
cmSourceFilesFlagsCommand.cxx, cmSourceFilesFlagsCommand.h: ENH:
add file specific compile flags
2002-03-04 14:11 hoffman
* Tests/Complex/Library/CMakeLists.txt: ENH: add a test for per
file flags
2002-03-01 15:49 king
* Source/: cmVTKMakeInstantiatorCommand.cxx,
cmVTKMakeInstantiatorCommand.h: ENH: Added support for including
extra files in generated header to get access to export macros of
derived projects.
2002-03-01 09:00 hoffman
* Templates/: CMakeBorlandWindowsSystemConfig.cmake,
CMakeDotNetSystemConfig.cmake, CMakeNMakeWindowsSystemConfig.cmake,
CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake,
configure, configure.in: ENH: add some OS/compiler variables
2002-02-28 15:58 hoffman
* Modules/Dart.cmake: ENH: add VERBOSE_BUILD to options
2002-02-28 15:57 hoffman
* Source/cmakewizard.cxx: check bool values and prefere off
2002-02-28 15:42 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: use xml
output quotes for paths
2002-02-28 15:06 hoffman
* Templates/: configure, configure.in: change hp checks to all hps
and not just version 10
2002-02-28 11:15 hoffman
* Source/cmSystemTools.cxx: BUG: look for exe path as well.
2002-02-28 10:41 hoffman
* Source/cmSystemTools.cxx: ENH: look for .com files before .exe
2002-02-28 08:45 hoffman
* Templates/CMakeDotNetSystemConfig.cmake: find path to devenv
2002-02-28 07:50 hoffman
* Templates/CMakeDotNetSystemConfig.cmake: ENH: add build name to
the cache with a default value for dot net
2002-02-27 18:11 hoffman
* Source/cmMSDotNETGenerator.cxx, Source/cmSystemTools.cxx,
Templates/CMakeDotNetSystemConfig.cmake: clean up in dot net
2002-02-26 15:15 hoffman
* Source/: ctest.cxx, ctest.h: add command line option -D for
config directory to run
2002-02-26 15:14 hoffman
* Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: ENH: add
RUN_TESTS
2002-02-26 11:46 barre
* Source/cmAddTestCommand.cxx: FIX: command now expands args during
the first pass (found through FOREACH example)
2002-02-26 10:11 hoffman
* Templates/CMakeDotNetSystemConfig.cmake: [no log message]
2002-02-26 08:56 hoffman
* Source/cmCableClassSet.cxx: BUG: fix type problem size_type is
unsigned
2002-02-25 18:14 hoffman
* Source/: cmBuildCommand.cxx, cmDirectory.h,
cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
cmRegularExpression.h, cmSystemTools.cxx: ENH: dot net almost
working
2002-02-25 16:57 barre
* Source/cmAddExecutableCommand.cxx: FIX: command now expands *all*
args (found through FOREACH example)
2002-02-25 15:22 barre
* Tests/Testing/: CMakeLists.txt, Sub/CMakeLists.txt,
Sub/Sub2/CMakeLists.txt, Sub/Sub2/testing2.cxx: ENH: provide a test
for today's ReadListFile() bug fix
2002-02-25 15:06 barre
* Source/cmMakefile.cxx: FIX: although a CMakeLists.txt file could
be searched up 'n' level in the directory tree, ReadListFile()
always implied a CMakeLists.txt file was up *one* level.
2002-02-25 13:20 hoffman
* Modules/FindDart.cmake: ENH: look for Dart in c:
2002-02-25 12:47 hoffman
* Source/MFCDialog/PathDialog.h: ENH: fix warning
2002-02-25 11:58 barre
* Source/cmSubdirCommand.cxx: ENH: Expand vars in SUBDIRS
2002-02-25 10:47 hoffman
* Source/cmSystemTools.cxx: BUG: fix remove of cygdrive path stuff
2002-02-23 10:00 king
* Source/cmSystemTools.cxx: ERR: std::ios::binary is only needed
for Windows platforms, and isn't supported for all UNIX platforms.
2002-02-22 15:40 hoffman
* Source/: cmAddTestCommand.cxx, cmSystemTools.cxx,
cmUnixMakefileGenerator.cxx: ENH: fix for spaces in paths on unix
2002-02-22 13:38 hoffman
* Source/: cmBorlandMakefileGenerator.cxx, cmDSPWriter.cxx,
cmExecProgramCommand.cxx, cmMSDotNETGenerator.cxx,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmaketest.cxx: ENH: big change in the
path handling, one function CreateOutputPath is used to escape
spaces and convert to the native path type
2002-02-22 10:08 king
* Source/cmSystemTools.cxx: ENH: Another attempt at getting
cmCopyFile to work correctly. The previous implementation was
correct, but didn't work on HPUX due to stream library bugs. This
implementation will hopefully work everywhere.
2002-02-21 17:32 hoffman
* Source/cmSystemTools.cxx: BUG: fix copy file for HP
2002-02-21 16:06 barre
* Source/: ctest.cxx, ctest.h: ENH: Since each test can send a lot
of text to stderr/stdout, ctest now displays the list of tests that
failed at the end of the process.
2002-02-21 15:55 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH: add a
virtual CreateMakeVariable to shorten makefile variables for
borland make
2002-02-21 08:53 berk
* Source/cmake.dsp: Argh
2002-02-21 08:43 hoffman
* Source/cmaketest.cxx: add ifdef for windows function
2002-02-20 15:27 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: dot net port
2002-02-20 15:26 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmaketest.cxx: close to dot net
working
2002-02-20 09:16 berk
* Source/cmake.dsp: Bill forgot to add a library to the release
target.
2002-02-19 17:56 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH:
getting closer
2002-02-19 11:53 hoffman
* Source/: Makefile.borland, CMakeLists.txt: ENH: add dotnet stuff
2002-02-19 10:23 ibanez
* Source/FLTKDialog/FLTKDialog.cxx: FIX: FLTK includes should use
".H" instead of ".h"
2002-02-19 09:43 hoffman
* Source/MFCDialog/CMakeSetup.rc: fix spacing on text
2002-02-19 09:43 hoffman
* Source/: CMakeLib.dsp, CMakeLists.txt: add dot net stuff to
cmakelists file and dsp file
2002-02-18 17:41 hoffman
* Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
cmSLNWriter.cxx, cmSLNWriter.h, cmVCProjWriter.cxx,
cmVCProjWriter.h: getting closer but still not working dot net
support
2002-02-18 14:50 hoffman
* Source/MFCDialog/CMakeSetup.dsp: [no log message]
2002-02-18 14:36 hoffman
* Source/: CMakeLib.dsp, cmMSDotNETGenerator.cxx,
cmMSDotNETGenerator.h, cmSLNWriter.cxx, cmSLNWriter.h,
cmSystemTools.cxx, cmVCProjWriter.cxx, cmVCProjWriter.h, cmake.cxx,
cmake.dsp: ENH: first pass at dot net support
2002-02-18 14:09 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: ENH: fix for borland tlib files with
dash in them problem.
2002-02-14 10:03 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: only depend subdir builds on TARGETS, not all sub dir
operations, we do not want to build when doing a make depend
2002-02-14 10:01 hoffman
* configure, configure.in, Templates/configure,
Templates/configure.in: ENH: do not use O2 g as default flags
2002-02-14 09:31 barre
* DartConfig.cmake: ENH: Add PROJECT_URL
2002-02-13 18:57 barre
* DartConfig.cmake: ENH: Doxygen page
2002-02-13 18:50 barre
* Utilities/Doxygen/doc_makeall.sh.in: FIX: remove that good ol'
exit 0;
2002-02-13 18:32 barre
* Utilities/Doxygen/doc_makeall.sh.in: FIX: update html archive
filename
2002-02-13 18:28 barre
* Utilities/Doxygen/: CMakeLists.txt, authors.txt,
doc_makeall.sh.in, doxyfile.in: ENH: Contribution graphs
2002-02-13 16:17 barre
* Source/CursesDialog/form/.NoDartCoverage: This dir should not be
covered (form distrib)
2002-02-12 17:38 barre
* Tests/Wrapping/: CMakeLists.txt, dummy: ENH: Trick VTK_WRAP_JAVA
in a better way (avoid CUSTOM_TARGET)
2002-02-11 09:20 hoffman
* Source/MFCDialog/: CMakeSetup.rc, PropertyList.cpp,
PropertyList.h, resource.h: ENH: add IGNORE option for cache values
2002-02-08 15:52 hoffman
* Source/cmSystemTools.cxx: BUG: fix CollapseFullPath so a trailing
slash is not added to directories
2002-02-07 11:39 andy
* Templates/CMakeSystemConfig.cmake.in: ERR: Cache bigendian
2002-02-07 11:28 martink
* Source/cmMakefile.h: next patch
2002-02-07 11:27 martink
* Templates/CMakeSystemConfig.cmake.in: value needed to be cached
2002-02-06 12:14 hoffman
* Source/cmake.cxx: ENH: add ends at end of string
2002-02-06 10:50 hoffman
* Source/: cmSystemTools.cxx, cmSystemTools.h: add bool return
value so diagnostics are easier
2002-02-06 10:42 hoffman
* Source/cmAuxSourceDirectoryCommand.cxx: BUG: remove depend on
directory because it is not supported by all makes
2002-02-04 22:00 hoffman
* Source/CursesDialog/CMakeLists.txt: ENH: use target link
libraries and add the link directory for cmform
2002-02-04 18:41 barre
* Modules/: Documentation.cmake, FindGnuplot.cmake: Add module to
find gnuplot
2002-02-04 08:28 iscott
* Source/cmAuxSourceDirectoryCommand.cxx: the generated
makefiles/DSPfiles now depend on the aux source directory's last
modified date.
2002-02-01 13:08 berk
* Source/cmake.cxx: Using cmSystemTools::Error() instead of cerr.
2002-02-01 13:07 berk
* Source/cmUnixMakefileGenerator.cxx: Better support for parallel
builds. Subdirs depend on their parent.
2002-02-01 09:28 hoffman
* CMakeLists.txt, Source/CMakeLists.txt: use CMake_SOURCE and not
CMAKE_ROOT
2002-01-31 15:16 blezek
* Modules/FindPythonLibs.cmake: ENH: Adding search path's for
PYTHON_LIBRARY
2002-01-31 10:32 hoffman
* Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: try to get
this working for dec cxx default compiler options
2002-01-30 11:23 hoffman
* Source/cmStandardIncludes.h: ENH: fix for dec compiler, they
still do not have the correct ansi stream library
2002-01-25 09:06 king
* Source/CursesDialog/form/: fld_def.c, frm_data.c, frm_def.c,
frm_driver.c: ERR: Corrected assertions of pointers to remove
warnings.
2002-01-24 14:15 berk
* Source/cmSystemTools.cxx: BUG: fix for network paths
2002-01-23 11:58 hoffman
* Source/cmMakefile.h: patch 2 release to fix dsp header problem
2002-01-23 11:52 hoffman
* Source/cmDSPWriter.cxx: BUG: allow .h files to be added to the
sources
2002-01-23 10:56 barre
* Source/cmaketest.cxx: ENH: run CMake a second time. The first
time it is run, some cache values are computed. The second time it
is run, some commands check if the value is already in the cache
and return that value instead of re-computing it. Therefore this
ENH: a) make sure that this specific code is tested, b) increase
coverage.
2002-01-22 17:18 king
* Modules/FindVTK.cmake: ENH: Added option of disabling error
message when VTK is not found.
2002-01-22 15:57 barre
* Tests/Testing/: CMakeLists.txt, Sub/CMakeLists.txt,
sub1/CMakeLists.txt: Just rename dir
2002-01-22 15:52 barre
* Tests/Complex/Executable/: required/CMakeLists.txt,
CMakeLists.txt, complex.cxx, Temp/CMakeLists.txt: Just rename dir
2002-01-22 15:50 barre
* Tests/Complex/: CMakeCache.txt, CMakeLists.txt,
Cache/CMakeCache.txt: ENH: Move CMakeCache.txt to Cache/ directory
to avoid any in-source build pb.
2002-01-22 14:15 millerjv
* Modules/Dart.cmake: ENH: New variables CVS_UPDATE_OPTIONS,
DART_TESTING_TIMEOUT
2002-01-22 13:30 barre
* Tests/Complex/Executable/: CMakeLists.txt, complex.cxx,
required/CMakeLists.txt: Coverage for OUTPUT_REQUIRED_FILES
2002-01-22 10:17 king
* Source/: cmCacheManager.cxx, cmCacheManager.h,
cmLoadCacheCommand.cxx, cmMakefile.cxx, cmake.cxx: ERR: Removed
cmCacheManager::DefineCache method. It is no longer needed.
2002-01-22 07:37 hoffman
* Tests/Complex/CMakeLists.txt: flags already there, just not
working
2002-01-22 07:18 hoffman
* Tests/Complex/CMakeLists.txt: BUG: must use ANSI flags for
complex test now.
2002-01-21 15:39 will
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
FLTKDialog.cxx, FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx:
ENH:Updated copyright
2002-01-21 15:30 barre
* Tests/Complex/Executable/complex.cxx: Add warnings/infos
2002-01-21 15:30 barre
* Tests/Wrapping/CMakeLists.txt: Add coverage for
VTK_MAKE_INSTANTIATOR
2002-01-21 15:30 will
* Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmAddTestCommand.cxx, cmAddTestCommand.h,
cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
cmBuildNameCommand.h, cmCableClassSet.cxx, cmCableClassSet.h,
cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h,
cmCacheManager.cxx, cmCacheManager.h, cmCommand.h, cmCommands.cxx,
cmCommands.h, cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
cmConfigureGccXmlCommand.cxx, cmConfigureGccXmlCommand.h,
cmCustomCommand.cxx, cmCustomCommand.h, cmDSPWriter.cxx,
cmDSPWriter.h, cmDSWWriter.cxx, cmDSWWriter.h, cmData.h,
cmDirectory.cxx, cmDirectory.h, cmDumpDocumentation.cxx,
cmElseCommand.cxx, cmElseCommand.h, cmEnableTestingCommand.cxx,
cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
cmExecProgramCommand.cxx, cmExecProgramCommand.h,
cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindPathCommand.cxx, cmFindPathCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h,
cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
cmGetFilenameComponentCommand.h, cmIfCommand.cxx, cmIfCommand.h,
cmIncludeCommand.cxx, cmIncludeCommand.h,
cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
cmIncludeExternalMSProjectCommand.cxx,
cmIncludeExternalMSProjectCommand.h,
cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmMakeDepend.cxx,
cmMakeDepend.h, cmMakeDirectoryCommand.cxx,
cmMakeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h,
cmMakefileGenerator.cxx, cmMakefileGenerator.h,
cmMarkAsAdvancedCommand.cxx, cmMarkAsAdvancedCommand.h,
cmMessageCommand.cxx, cmMessageCommand.h,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmOptionCommand.cxx, cmOptionCommand.h,
cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
cmRegularExpression.cxx, cmRegularExpression.h, cmSetCommand.cxx,
cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
cmSourceFile.cxx, cmSourceFile.h, cmSourceFilesCommand.cxx,
cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.cxx,
cmSourceFilesRemoveCommand.h, cmSourceGroup.cxx, cmSourceGroup.h,
cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
cmStandardIncludes.h, cmSubdirCommand.cxx, cmSubdirCommand.h,
cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx, cmakewizard.cxx,
cmakewizard.h, ctest.cxx, ctest.h, CursesDialog/ccmake.cxx,
CursesDialog/cmCursesBoolWidget.cxx,
CursesDialog/cmCursesBoolWidget.h,
CursesDialog/cmCursesCacheEntryComposite.cxx,
CursesDialog/cmCursesCacheEntryComposite.h,
CursesDialog/cmCursesDummyWidget.cxx,
CursesDialog/cmCursesDummyWidget.h,
CursesDialog/cmCursesFilePathWidget.cxx,
CursesDialog/cmCursesFilePathWidget.h,
CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
CursesDialog/cmCursesLabelWidget.cxx,
CursesDialog/cmCursesLabelWidget.h,
CursesDialog/cmCursesLongMessageForm.cxx,
CursesDialog/cmCursesLongMessageForm.h,
CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
CursesDialog/cmCursesPathWidget.cxx,
CursesDialog/cmCursesPathWidget.h,
CursesDialog/cmCursesStandardIncludes.h,
CursesDialog/cmCursesStringWidget.cxx,
CursesDialog/cmCursesStringWidget.h,
CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
FLTKDialog/CMakeSetupGUIImplementation.h,
FLTKDialog/FLTKPropertyItemRow.h, FLTKDialog/FLTKPropertyList.h,
MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
MFCDialog/StdAfx.h, MFCDialog/resource.h: ENH:Updated copyright
2002-01-21 15:11 will
* Copyright.txt: ENH:Formal copyright notice
2002-01-21 11:39 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: remove warning from hpux
make
2002-01-21 10:38 hoffman
* Source/cmaketest.cxx: ENH: check the return value of the test
program to be run
2002-01-21 10:22 barre
* Tests/Complex/Executable/complex.cxx: Comment test
OUTPUT_REQUIRED
2002-01-21 10:11 hoffman
* Source/: cmSourceFile.cxx, cmSourceFilesCommand.cxx,
cmSourceFilesRemoveCommand.cxx: BUG: fix generated files with no
extension bug
2002-01-20 02:21 barre
* Tests/Complex/VarTests.cmake: More IF coverage
2002-01-20 01:58 barre
* Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
Complex/Library/CMakeLists.txt, Complex/Library/empty.h,
Testing/CMakeLists.txt, Wrapping/vtkExcluded.h,
Wrapping/vtkIncluded.h: Increase Coverage.
2002-01-20 01:05 barre
* Tests/Wrapping/: CMakeLists.txt, fltk1.fl: Add coverage for QT
and FLTK wrappers. Also MANGLED_MESA
2002-01-20 00:12 barre
* Tests/Complex/: CMakeCache.txt, CMakeLists.txt, VarTests.cmake,
cmTestConfigure.h.in, Executable/CMakeLists.txt,
Executable/complex.cxx, Library/CMakeLists.txt: More tests +
coverage
2002-01-20 00:11 barre
* Tests/Testing/: CMakeLists.txt, DartConfig.cmake,
sub1/CMakeLists.txt: More coverage + include Dart.cmake to maximize
chance nslookup/hostname are found
2002-01-20 00:11 barre
* Tests/Wrapping/: CMakeLists.txt, hints, vtkExcluded.cxx,
vtkExcluded.h, vtkIncluded.cxx, vtkIncluded.h: Add test for
VTK_WRAP_*
2002-01-20 00:06 barre
* Source/cmLoadCacheCommand.h: Typo
2002-01-19 21:24 barre
* Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
Complex/cmTestConfigure.h.in, Complex/Executable/CMakeLists.txt,
Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
Testing/CMakeLists.txt, Testing/testing.cxx,
Wrapping/CMakeLists.txt, Wrapping/wrapping.cxx: Add documentation,
comments. Move some 'Complex' sub-tests into 2 new 'Wrapping' and
'Testing' tests.
2002-01-19 21:23 barre
* Source/CMakeLists.txt: Add 2 new tests
2002-01-19 21:22 barre
* Source/cmSiteNameCommand.cxx: FIX: if the 'hostname' and
'nslookup' commands were not found from their HOSTNAME and NSLOOKUP
cache definition, hard-coded values were used instead, thus causing
pb if the corresponding progs were not in the PATH (RunCommand).
Now use FindProgram() to be sure to find both, otherwise do nothing
and set the site name to "unknown" (arbitrary. could be empty
string ? or error ?).
2002-01-18 23:38 hoffman
* Source/cmCableClassSet.cxx: BUG: make sure regex match has a
string to match
2002-01-18 20:33 barre
* Source/cmExecProgramCommand.cxx: Fix: "cd arg2 ; arg1" not
working. OK with &&. Also should prevent from: "cd
non_existing_dir_oops && rm -fr *"
2002-01-18 20:32 barre
* Tests/Complex/: CMakeLists.txt, VarTests.cmake, VarTests.txt,
Executable/CMakeLists.txt, Executable/complex.cxx: ENH: Increase
test + coverage
2002-01-18 19:22 barre
* Tests/Complex/CMakeCache.txt: ENH: Increase test + coverage. This
is not a bug, this cache is used for test.
2002-01-18 19:21 barre
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/CMakeLists.txt, Executable/complex.cxx,
Library/CMakeLists.txt: ENH: Increase test + coverage
2002-01-18 19:21 barre
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: RemoveFile
returns if the file was removed or not
2002-01-18 17:01 barre
* Source/cmLibraryCommand.h: Unused and deprecated class. Goodbye.
2002-01-18 16:59 martink
* Source/cmIfCommand.cxx: bug fix
2002-01-18 16:45 hoffman
* Source/cmIfCommand.cxx: fix if logic for null defs
2002-01-18 15:54 martink
* Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h:
required for utilties
2002-01-18 15:51 martink
* Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
fix for utilties
2002-01-18 15:39 andy
* Source/cmSourceFilesRemoveCommand.cxx,
Tests/Complex/Library/CMakeLists.txt: Add GENERATED to
cmSourceFilesRemoveCommand
2002-01-18 15:32 martink
* Source/cmAddCustomCommandCommand.cxx: revert to old behaviour
2002-01-18 15:31 barre
* Tests/Complex/Library/CMakeLists.txt: Fix: create_file.cxx is not
GENERATED, it exists (so that it can be removed, until
SOURCE_FILES_REMOVE is synced with SOURCE_FILES)
2002-01-18 15:18 martink
* Source/cmSiteNameCommand.cxx: minor bug fix
2002-01-18 15:16 martink
* Source/cmMakefile.h: bug fixes
2002-01-18 14:44 martink
* Source/: cmCableClassSet.cxx, cmBuildNameCommand.cxx: bug fixes
2002-01-18 14:38 martink
* Source/cmBuildCommand.cxx: compiler warning
2002-01-18 14:07 barre
* Source/cmake.cxx: Fix: escaping spaces was preventing a value
with space to be passed correctly
2002-01-18 13:37 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: merged if MATCHES
fix
2002-01-18 13:30 martink
* Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
some fixes to recent screwerd up changes
2002-01-18 12:03 barre
* Tests/Complex/: CMakeLists.txt, VarTests.txt,
cmTestConfigure.h.in, Executable/complex.cxx,
Library/CMakeLists.txt, Library/create_file.cxx: Increase coverage,
add tests
2002-01-18 11:48 barre
* Source/cmExecProgramCommand.cxx: Fix bug: was expanding second
arg even if not passed. crashed
2002-01-18 11:38 barre
* Source/: cmVariableRequiresCommand.h, cmExecProgramCommand.h: Fix
typo
2002-01-18 11:37 barre
* Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: Fix:
argument was not used.
2002-01-18 11:36 barre
* Source/cmBuildCommand.h: Fix typo (second argument was not
reported)
2002-01-18 11:36 barre
* Source/cmBuildCommand.cxx: no message
2002-01-18 10:28 hoffman
* Source/cmCableClassSet.cxx: AIX compiler fix private to public
2002-01-18 10:27 hoffman
* Source/cmElseCommand.cxx: BUG: GetDefiniton can return null
2002-01-18 09:02 barre
* Tests/Complex/simple.cxx: Is not used (see Simple test)
2002-01-18 07:05 hoffman
* Tests/Complex/Executable/complex.cxx: ENH: remove unused and
non-standard io.h file
2002-01-18 07:04 hoffman
* Source/cmIfCommand.cxx: BUG: fix null pointer read if def is not
defined
2002-01-17 16:36 barre
* Tests/Complex/Executable/complex.cxx: Fix: displays msg if passed
for custom command
2002-01-17 16:35 barre
* Source/cmaketest.cxx: FIX: need a 'make clean' before 'make all'
otherwise the post-build custom-command are not run (since a lib
might be up to date already for ex.).
2002-01-17 15:49 barre
* Tests/Complex/: CMakeLists.txt, cmTestConfigure.h.in,
Executable/complex.cxx, Library/CMakeLists.txt,
Library/create_file.cxx: ENH: tests ADD_DEPENDENCIES and
ADD_CUSTOM_COMMAND
2002-01-17 15:46 barre
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were
not output)
2002-01-17 14:11 andy
* Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h: Add
option of adding generated files to source list
2002-01-17 12:54 hoffman
* Source/cmDSPWriter.cxx: ENH: only output each link path once
2002-01-17 10:48 king
* Source/cmMakefile.h: ERR: Missing forward declaration of
cmMakeDepend added.
2002-01-17 09:28 hoffman
* Source/cmDSPWriter.cxx: BUG: allow header files to be added to
the dsp file
2002-01-16 17:29 barre
* Source/cmAddCustomCommandCommand.cxx: Remove hack.
2002-01-16 17:26 andy
* Source/cmAddCustomCommandCommand.cxx: Hack to make it work almost
like before
2002-01-16 15:53 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: add silent and suffixes
to check depend file
2002-01-16 15:00 hoffman
* Source/cmConfigureFileCommand.cxx: BUG: make sure non cmakedef
lines are not skipped
2002-01-16 12:45 hoffman
* Source/cmConfigureFileCommand.cxx: ENH: do not undef cmakedefine
stuff, just comment out the line
2002-01-15 17:21 berk
* Source/cmUnixMakefileGenerator.cxx: Improved performance by
removing implicit rules.
2002-01-15 16:20 martink
* CMake.pdf, CMake.rtf: updated
2002-01-15 16:19 will
* CMake.pdf: ENH:Support v1.2
2002-01-15 16:15 hoffman
* CMake.rtf: public to www.cmake.org
2002-01-15 15:56 will
* CMake.pdf: ENH:Docs for version 1.2
2002-01-15 15:52 hoffman
* CMake.rtf: update for next version
2002-01-15 15:50 martink
* Source/cmMakefile.h: next release
2002-01-15 15:46 martink
* Source/cmMakefile.h: next release
2002-01-15 15:38 hoffman
* ChangeLog.txt: log for relase 1.2
2002-01-15 15:29 millerjv
* Modules/Dart.cmake: ENH: Added DELIVER_CONTINUOUS_EMAIL as an
advanced cache entry.
2002-01-15 13:20 berk
* Source/: cmFindPathCommand.cxx, cmFindProgramCommand.cxx: FIX:
Entry doc. should never be overwritten. This may cause cmake to be
re-run very often.
2002-01-14 19:08 hoffman
* Source/cmDSPWriter.cxx: ENH: do not depend on the .dsp file but
rather depend on .dsp.cmake and if the .dsp actually changes, then
write it, so clean and rebuild will not cause many reloads
2002-01-14 18:52 hoffman
* Source/cmCacheManager.cxx: ENH: try to keep the dsp files from
changing between each write
2002-01-14 16:28 hoffman
* Source/cmUnixMakefileGenerator.cxx: remove extra logic not needed
anymore because of better depends
2002-01-14 16:02 berk
* Source/cmUnixMakefileGenerator.cxx: Quote echo
2002-01-14 14:49 berk
* Source/CursesDialog/cmCursesMainForm.cxx: BUG: Curses was being
used without initialization.
2002-01-12 22:55 hoffman
* Source/cmBorlandMakefileGenerator.cxx: BUG: use borland run time
dll for shared builds to avoid crashes
2002-01-11 10:55 hoffman
* Templates/configure: ENH: add support for AIX shared libraries
with gcc
2002-01-11 10:54 hoffman
* Templates/configure.in: ENH: add support for shared libraries
with gcc on AIX
2002-01-10 18:09 hoffman
* Source/CMakeLists.txt: ENH: make the fltk build default to OFF,
it fails on too many linux machines with the default build
2002-01-10 18:09 hoffman
* Source/cmNMakeMakefileGenerator.cxx: BUG: fix build of library in
other directory if it is not there
2002-01-10 16:22 andy
* Source/cmConfigureFileCommand.cxx: Add space to output
2002-01-09 17:22 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: make it a modal dialog
2002-01-08 17:18 hoffman
* Source/cmBorlandMakefileGenerator.cxx: BUG: need a larger default
page size
2002-01-08 17:18 hoffman
* Source/cmDSPWriter.cxx: BUG: need spaces around linker options
2002-01-08 13:32 hoffman
* Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake:
ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generator
2002-01-08 12:57 hoffman
* Templates/: configure, configure.in: ENH: use +Z not +z for pic
and use -fPIC for gcc
2002-01-08 12:53 hoffman
* Templates/: configure, configure.in: ENH: add -L/usr/lib for hp
so shared libs find that directory before the pa1.1 directory
2002-01-07 17:29 barre
* Modules/FindVTK.cmake: More user friendly (built tree is
automatically used).
2002-01-07 16:30 hoffman
* Source/CursesDialog/cmCursesMainForm.cxx: BUG: not all displayed
messages are errors
2002-01-07 15:49 perera
* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
Rolling back symbolic path changes until it works on Windows.
2002-01-07 14:12 hoffman
* Templates/configure: Add sizeof some types support
2002-01-07 14:07 andy
* Templates/: configure.in, CMakeBorlandWindowsSystemConfig.cmake,
CMakeNMakeWindowsSystemConfig.cmake, CMakeSystemConfig.cmake.in,
CMakeWindowsSystemConfig.cmake: Add sizeof some types support
2002-01-07 13:47 hoffman
* Templates/: configure, configure.in: use -shared for sunos build
2002-01-06 14:59 perera
* Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
ENH: Add an invocation that maintains symbolic paths to the source
and binary trees, mainly for systems with automounted network
drives. ENH: CollapseFullPath() no longer adds a trailing "/" to
directory paths.
2002-01-04 09:23 martink
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp: added
release version
2002-01-03 16:02 andy
* Source/: cmAddCustomCommandCommand.cxx,
cmAddCustomCommandCommand.h: Fix add custom command so that it
actually executes the code
2002-01-03 14:19 martink
* Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx:
minor fixes
2002-01-03 14:05 martink
* Source/cmVTKWrapTclCommand.cxx: minor fix
2002-01-03 13:56 martink
* Source/cmVTKWrapTclCommand.cxx: minor fix
2002-01-03 09:34 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: expand vars nwo for
exists test
2002-01-02 16:46 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: added
exists option for if statement
2002-01-02 16:45 martink
* Source/: cmake.cxx, CursesDialog/cmCursesLongMessageForm.cxx,
CursesDialog/cmCursesMainForm.cxx: prints the relese version
2002-01-02 16:44 martink
* Source/cmMakefile.h: added release verison to cmMakefile
2002-01-02 11:54 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: BUG: put back recursive call to make
for checking sources
2001-12-31 12:02 berk
* Source/cmUnixMakefileGenerator.cxx: Type || should have been &&
2001-12-31 11:54 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: ENH: remove one call to make, and
clean echo stuff a bit
2001-12-30 17:18 berk
* Source/cmUnixMakefileGenerator.cxx: BUG: fix long depend list
because it gets cut on the hp: I may look like berk, but it is bill
H.
2001-12-28 17:01 hoffman
* Source/MFCDialog/MakeHelp.cpp: ENH: use the correct case
2001-12-28 17:00 hoffman
* Source/MFCDialog/CMakeSetup.dsp: DO NOT USE INCREMENTAL
2001-12-28 17:00 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH: remove
the rule to run make depend from the top with each change in any
cmakelist file. Instead, run make depend in the current directory
if a source file changes, or if a .h file changes or is removed
2001-12-28 15:58 perera
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: BUG:
Don't generate build rules for header files.
2001-12-28 15:56 perera
* Source/cmMakefile.cxx: BUG: .txx are not source files. They
contain template code which can only be compiled when included in a
regular .cxx file. By themselves, they cause do not cause code to
be generated.
2001-12-28 15:54 perera
* Source/cmSourceFile.cxx: ENH: Classify a file as source or header
even when the extension is given explicitly.
2001-12-28 15:37 hoffman
* CMakeLists.txt: remove bad ADD_DEPENDENCIES commands
2001-12-28 12:40 hoffman
* Source/CMakeLists.txt: ERR: remove bad ADD_DEPENDENCIES commands
2001-12-27 14:55 hoffman
* Source/cmIfCommand.cxx: remove warning
2001-12-27 13:55 hoffman
* Source/cmAddDependenciesCommand.cxx: ENH: add error checking
2001-12-21 18:25 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: Fix: the generator choice
value was hardcoded and overrode the value passed as a command-line
param (desktop shortcuts)
2001-12-21 16:19 barre
* Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.cpp:
Fix: vars that have just become ADVANCED should be removed from the
GUI
2001-12-21 15:39 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: BUG: fix so you can remove a directory
in the source tree, and clean up echo of commands
2001-12-21 15:11 martink
* Source/CursesDialog/: cmCursesBoolWidget.cxx,
cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesStringWidget.cxx,
cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
update interface
2001-12-21 15:10 martink
* Source/cmake.cxx: add patch hack
2001-12-21 14:54 martink
* Source/: cmBuildCommand.cxx, cmSystemTools.cxx, ctest.cxx: fix
for dos files on UNIX make -k and flush in ctest
2001-12-21 14:44 martink
* Modules/: FindCurses.cmake, FindJNI.cmake, FindMPI.cmake,
FindPythonLibs.cmake: general improvements
2001-12-21 14:40 barre
* Modules/: FindVTK.cmake, FindVTK.cmake: Change so that different
flavours of VTK might be chosen by the user. See full instructions
in that file.
2001-12-21 14:40 martink
* configure.in, configure: fixed for SGI CC
2001-12-21 14:39 martink
* Templates/: CMakeBorlandWindowsSystemConfig.cmake,
CMakeNMakeWindowsSystemConfig.cmake,
CMakeWindowsSystemConfig.cmake, DLLHeader.dsptemplate, configure,
configure.in, staticLibHeader.dsptemplate: variety of bug fixes
2001-12-21 09:55 ibanez
* Source/cmFLTKWrapUICommand.cxx: ENH: No longer tries to create a
directory for the output
2001-12-21 09:07 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: add support for DESTDIR
in install targets
2001-12-21 00:01 perera
* Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in: ENH: Add option to disable
use of -rpath.
2001-12-20 17:00 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx: ENH: fix for win98 check for
directory existence
2001-12-20 16:10 barre
* Modules/: FindTclsh.cmake, FindWish.cmake, FindTCL.cmake,
FindTCL.cmake, FindTclsh.cmake, FindWish.cmake: ENH: ADVANCED was
not propagated to the new sub-mods
2001-12-20 15:46 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: ENH: add make silent flag for nmake
and move .SILENT: directive to top of makefile
2001-12-20 15:45 barre
* Modules/: FindFLTK.cmake, FindFLTK.cmake: ENH: mark everything
ADVANCED
2001-12-20 15:45 hoffman
* Source/cmBorlandMakefileGenerator.cxx: ENH: use better command
for creating static library
2001-12-20 15:44 hoffman
* Templates/: CMakeBorlandWindowsSystemConfig.cmake,
CMakeNMakeWindowsSystemConfig.cmake,
CMakeWindowsSystemConfig.cmake: BUG: must use CACHE values in these
2001-12-20 15:22 barre
* Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
2001-12-20 15:17 barre
* Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
2001-12-20 08:16 hoffman
* Example/Demo/demo.cxx: remove fancy cxx stuff from the example
2001-12-19 21:51 barre
* Modules/FindJNI.cmake: ENH: Make everything ADVANCED
2001-12-19 18:45 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: ENH: add silent mode for makefile
builds and fix borland and nmake after the depend stuff
2001-12-19 15:26 hoffman
* Source/: CMakeLists.txt, cmaketest.cxx: add example to tests
2001-12-19 15:25 hoffman
* Example/: CMakeLists.txt, Demo/CMakeLists.txt, Demo/demo.cxx,
Demo/demo_b.cxx, Hello/CMakeLists.txt, Hello/hello.cxx,
Hello/hello.h: move example into the source tree so it will work...
2001-12-19 11:38 barre
* Modules/FindTCL.cmake: default ActiveState Tcl install dir is now
C:/Tcl
2001-12-19 08:35 hoffman
* Source/cmVTKMakeInstantiatorCommand.cxx: change ostrstream to
strstream
2001-12-19 08:26 hoffman
* Templates/configure, Templates/configure.in, configure,
configure.in: check for LANG:std
2001-12-18 21:00 hoffman
* configure, configure.in, Templates/configure,
Templates/configure.in: -LANG:std should be default on sgi for ansi
CXX Flags
2001-12-18 20:32 hoffman
* Templates/staticLibHeader.dsptemplate: fix comment
2001-12-18 17:30 hoffman
* Templates/: configure, configure.in: syntax error
2001-12-18 17:17 hoffman
* Templates/configure: use cxx compiler on sgi to build static libs
2001-12-18 17:16 hoffman
* Templates/configure.in: use cxx compiler to build static libs on
sgi
2001-12-18 16:21 martink
* Modules/FindJNI.cmake: bad spelling of java
2001-12-18 14:55 king
* Source/cmIfCommand.cxx: ENH: Added error reporting for missing
arguments to ENDIF.
2001-12-18 13:35 berk
* Source/CursesDialog/cmCursesBoolWidget.cxx: Fixed warning.
2001-12-18 11:35 king
* Source/: cmVTKMakeInstantiatorCommand.cxx,
cmVTKMakeInstantiatorCommand.h: ENH: Improved flexibility of
command by allowing specificiation of separate input and outputs
source lists. Multiple input source lists are now also allowed.
2001-12-18 10:21 king
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: ENH:
Improved dependency generation. If any cmake.depends is out of
date, all of them in the tree are re-generated. This is necessary
in certain cases when CMakeLists.txt files change.
2001-12-18 09:51 king
* Source/cmElseCommand.cxx: ENH: Added option to IF command to test
if a command exists. Syntax is IF(COMMAND name-of-command).
2001-12-18 09:39 king
* Source/: cmIfCommand.cxx, cmMakefile.cxx, cmMakefile.h: ENH:
Added option to IF command to test if a command exists. Syntax is
IF(COMMAND name-of-command).
2001-12-18 09:16 king
* Source/cmMakefile.cxx: BUG: Existing projects have cache entries
with the same name as the command they adjust (VTK_WRAP_JAVA in
VTK, for example). Setting the command name as a variable is too
dangerous.
2001-12-17 17:44 andy
* Source/cmSystemTools.cxx: Better handling of new lines when
moving from dos to unix
2001-12-17 16:20 king
* Source/: cmCommands.cxx, cmVTKMakeInstantiatorCommand.cxx,
cmVTKMakeInstantiatorCommand.h: ENH: Adding VTK_MAKE_INSTANTIATOR
command. This command will be used by VTK kits to register their
classes with vtkInstantiator.
2001-12-17 16:19 king
* Source/cmMakefile.cxx: ENH: Each cmake command now adds a cmake
variable of its own name, set to ON. This allows constructs in
CMakeLists.txt files like: IF(FOO_COMMAND) FOO_COMMAND()
ENDIF(FOO_COMMAND) This provides the option to add CMake commands
for extra functionality without breaking compatability with earlier
versions of CMake.
2001-12-17 11:30 hoffman
* Templates/: CMakeNMakeWindowsSystemConfig.cmake,
DLLHeader.dsptemplate: remove stack stuff
2001-12-17 11:28 hoffman
* Templates/CMakeWindowsSystemConfig.cmake: use a better compiler
name
2001-12-17 11:15 hoffman
* Source/cmDSPWriter.cxx: ENH: allow custom commands for files that
msdev knows about
2001-12-16 18:52 barre
* Source/cmVTKWrapPythonCommand.cxx: Wrap abstract class too, as
per David Gobbi's request (for the sake of the internal
documentation features of python").
2001-12-14 22:41 hoffman
* Source/cmBuildCommand.cxx: use -i not -k for make
2001-12-13 13:28 berk
* Source/CursesDialog/: cmCursesBoolWidget.cxx,
cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesStringWidget.cxx,
cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
Updated toolbar.
2001-12-12 18:27 hoffman
* Source/CMakeLists.txt: ENH: allow local changes
2001-12-12 13:57 berk
* Modules/FindMPI.cmake: Added doc.
2001-12-12 12:05 king
* Modules/FindCurses.cmake: ENH: Added /lib to curses search path.
2001-12-12 11:51 berk
* Modules/FindMPI.cmake: Added support for a 2nd mpi library
(usually mpi++)
2001-12-11 15:59 king
* Source/cmUnixMakefileGenerator.cxx: BUG: cmake.depends files of
zero size were not being re-written in some cases. Added a comment
output to the top of the file so it will be re-written every time.
2001-12-11 14:09 blezek
* Modules/FindPythonLibs.cmake: ENH: Adding /usr/*/python1.5 for
RedHat 7.1/Python 1.5 users
2001-12-11 12:29 hoffman
* Source/cmSubdirDependsCommand.cxx: remove warning
2001-12-11 10:42 hoffman
* Source/: cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.cxx: check for empty library output path
2001-12-11 10:39 hoffman
* Source/ctest.cxx: ENH: add flush
2001-12-11 02:21 ibanez
* Source/: cmFLTKWrapUICommand.h, cmFLTKWrapUICommand.cxx: FIX: The
command was modified it uses now a target and a source list
composed of .fl files. The names of the generated .cxx files are
added internally to the Sources list of the target.
2001-12-11 02:17 ibanez
* Source/: cmUnixMakefileGenerator.cxx, cmTarget.h: FIX:
GENERATED_CODE type is no longer needed: generated code is not a
Target.
2001-12-11 02:15 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.h: ENH:
These files are now generated from the .fl file by FLTK_WRAP_UI
command.
2001-12-11 02:14 ibanez
* Source/FLTKDialog/CMakeLists.txt: FIX: FLTK_WRAP_UI command
modified.
2001-12-10 12:10 king
* Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
program. Also now only looks for cygtclsh80 if under cygwin.
2001-12-10 12:04 king
* Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
program. Also now only looks for cygtclsh80 if under cygwin.
2001-12-10 12:02 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: LIBRARY_OUTPATH_PATH may
be "set" to the null string, in which case it should be ignored.
2001-12-10 11:27 king
* Source/: cmMakefile.cxx, cmMakefile.h,
cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
cmUnixMakefileGenerator.cxx: ENH: Parallel build support is now
automatic. SUBDIR_DEPENDS command now does nothing. Also fixed a
bug in CMakeLists.txt file inheritance when a directory level is
skipped.
2001-12-10 11:03 king
* Source/: cmMakefile.cxx, cmMakefile.h,
cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
cmUnixMakefileGenerator.cxx: ENH: SUBDIR_DEPENDS command now does
nothing. The parallel build functionality is now automatic.
Dependencies are setup to force the same build order as a single
threaded build, but multiple files in the same directory can be
built simultaneously. Also fixed bug with inheriting
CMakeLists.txt files when a directory level is skipped.
2001-12-08 21:17 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
merge bug fixes to release
2001-12-08 21:16 hoffman
* Source/cmCacheManager.cxx: merge bug fixes to release, mistaken
comment in cache
2001-12-08 21:10 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: if LIBRARY_OUTPUT_PATH
is set, then use the fullpath for a remote target
2001-12-08 20:49 hoffman
* Source/cmUnixMakefileGenerator.h: WAR: remove warning
2001-12-07 19:11 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: executable extension
wrong for ctest search, and was not looking in Debug and Release
2001-12-07 18:27 berk
* Source/cmCacheManager.cxx: If an entry starts with // (network
paths), double quote it.
2001-12-07 18:15 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: the rule for generating
a library no longer has the full path, and so the dependency
targets shouldn't, either.
2001-12-07 18:12 berk
* Source/cmCacheManager.cxx: Comments start with TWO leading
slashes not _one_
2001-12-07 16:06 martink
* Source/cmMakefile.h: version rev
2001-12-07 16:01 martink
* Source/cmMakefile.h: release 10
2001-12-07 15:47 hoffman
* Source/cmCacheManager.cxx, Source/cmMarkAsAdvancedCommand.cxx,
Source/cmMarkAsAdvancedCommand.h,
Source/MFCDialog/CMakeSetupDialog.cpp,
Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add mark as
not advanced to mark as advanced
2001-12-07 14:57 hoffman
* ChangeLog.txt: yet another release
2001-12-07 14:31 hoffman
* Source/cmaketest.cxx: ENH: convert to windows paths
2001-12-07 13:10 hoffman
* Source/cmaketest.cxx: ENH: use windows paths to run commands and
escape spaces
2001-12-07 10:58 hoffman
* Source/: cmBorlandMakefileGenerator.cxx,
cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: ENH: add custom commands for targets
2001-12-07 10:32 barre
* Templates/CMakeBorlandWindowsSystemConfig.cmake: Remove "unused
var" warning from C_FLAGS
2001-12-06 20:04 barre
* Source/cmNMakeMakefileGenerator.cxx: Do not output library search
path if the library path option/flag is empty + add
CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support
the @<< syntax
2001-12-06 20:02 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake: Add
CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support
the @<< syntax
2001-12-06 17:40 andy
* Source/CursesDialog/cmCursesMainForm.cxx: Fix bug with string
2001-12-06 17:09 hoffman
* Source/cmakewizard.cxx: ENH: call convert to unix slashes for
path and filepath entries
2001-12-06 17:07 berk
* Source/CursesDialog/cmCursesMainForm.cxx: Added support for ~.
2001-12-06 16:50 martink
* Source/cmSystemTools.cxx: handle tildas
2001-12-06 13:32 barre
* Source/cmUnixMakefileGenerator.cxx: Lib path should be converted
to native path too.
2001-12-06 13:31 barre
* Source/: cmBorlandMakefileGenerator.cxx,
cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h: Fix the command quoting pb (remove
m_QuoteNextCommand), move ConvertToNativePath to NMake gen
2001-12-06 11:52 martink
* Modules/Dart.cmake: better use of modules
2001-12-06 11:52 martink
* Modules/FindDart.cmake: better docs
2001-12-06 11:52 martink
* Modules/FindTCL.cmake: now broken into pieces
2001-12-06 11:51 martink
* Modules/: FindTclsh.cmake, FindWish.cmake: new modules
2001-12-06 11:49 martink
* Source/CursesDialog/ccmake.cxx: Cleaning last line at exit.
2001-12-06 10:24 martink
* Templates/CMakeSystemConfig.cmake.in: made install prefix non
advanced
2001-12-05 16:05 barre
* Source/MFCDialog/CMakeSetupDialog.cpp: If Shift is pressed with
'OK', then don't quit
2001-12-05 15:36 perera
* Modules/FindTCL.cmake: ENH: add more possible names for
executables.
2001-12-05 15:28 barre
* Source/: cmNMakeMakefileGenerator.cxx, cmCacheManager.cxx,
MFCDialog/CMakeSetupDialog.cpp: Add single quotes feature.
2001-12-05 15:00 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake: Add single quotes
feature.
2001-12-05 12:07 martink
* Source/cmMakefile.h: up version
2001-12-05 11:59 martink
* Source/cmMakefile.h: up version
2001-12-05 11:38 hoffman
* ChangeLog.txt: new version
2001-12-05 11:37 will
* CMake.pdf: updated from rtf
2001-12-05 11:32 hoffman
* CMake.rtf: ENH: update cvs path
2001-12-04 18:49 starreveld
* Templates/: configure, configure.in:
Add the flat_namespace and undefined suppress flags to OSX builds
2001-12-04 17:28 hoffman
* Source/cmSystemTools.cxx: ENH: remove /tmp_mnt from all paths in
convert to unix slashes
2001-12-04 16:19 berk
* Source/CursesDialog/cmCursesMainForm.cxx: Fixed outdated comment
2001-12-04 15:55 hoffman
* Templates/CMakeBorlandWindowsSystemConfig.cmake: add tWM to c
flags as well as CXX flags
2001-12-04 15:53 berk
* Source/CursesDialog/cmCursesMainForm.cxx: Fixed overflow problem.
2001-12-04 15:16 hoffman
* Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add -tWM to
default flags for compilation
2001-12-04 12:03 hoffman
* Source/cmUnixMakefileGenerator.cxx: crazy fix for putenv, and
native path called on custom command paths
2001-12-04 11:20 berk
* Source/CursesDialog/cmCursesStandardIncludes.h: replacing clear()
2001-12-04 11:16 berk
* Source/CursesDialog/: ccmake.cxx, cmCursesForm.cxx,
cmCursesForm.h, cmCursesLongMessageForm.cxx, cmCursesMainForm.cxx,
cmCursesStringWidget.cxx: Added debugging.
2001-12-04 10:55 barre
* Modules/: Documentation.cmake, FindCygwin.cmake,
FindDoxygen.cmake, FindHhc.cmake, FindPerl.cmake,
FindSelfPackers.cmake, FindUnixCommands.cmake, FindWget.cmake:
Remove unneeded test and code duplication. Add WIN32 test. Make all
ADVANCED.
2001-12-04 10:54 barre
* Modules/Dart.cmake: Remove code duplication. Call FindTcl.cmake,
which also does the ADVANCED stuff.
2001-12-04 10:53 barre
* Modules/FindTCL.cmake: Make shells also ADVANCED
2001-12-04 10:27 barre
* Modules/FindPythonLibs.cmake: Make vars ADVANCED for WIN32 (same
as Tcl)
2001-12-04 10:11 hoffman
* Source/CursesDialog/form/frm_driver.c: no c++ comments in c code,
duhhhh
2001-12-03 19:58 hoffman
* Source/CursesDialog/form/frm_driver.c: ENH: AIX seems to define
lines and columns as macros, I undefed them
2001-12-03 18:04 hoffman
* Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix crashes
in console apps
2001-12-03 17:47 hoffman
* Source/cmVariableRequiresCommand.cxx: ENH: let people know the
variable is advanced
2001-12-03 17:01 hoffman
* Modules/FindOpenGL.cmake, Source/cmBorlandMakefileGenerator.cxx,
Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix debugging
with borland
2001-12-03 17:00 hoffman
* Source/cmake.cxx: ENH: add -C load cache file option
2001-12-03 15:59 barre
* Source/MFCDialog/: CMakeSetupDialog.cpp,
CMakeCommandLineInfo.cpp, CMakeCommandLineInfo.h: Add /A and /G
command-line param to carry the value of "Show Advanced" and
generator name in desktop shortcuts
2001-12-03 15:55 martink
* Source/ctest.cxx: minor fix for not found executables
2001-12-03 15:48 hoffman
* CMake.rtf: [no log message]
2001-12-03 15:11 berk
* Source/: cmake.cxx, cmake.cxx: Fixed help.
2001-12-03 13:05 hoffman
* Source/Makefile.borland: add wizard
2001-12-03 09:39 hoffman
* CMake.rtf: update docs some
2001-12-02 18:22 ibanez
* Source/cmFLTKWrapUICommand.cxx: ENH: AddCustomCommand register
now multiple outputs. Auxiliary variable manage the output
directory where FLTK generated code is going to be writen.
2001-11-30 17:20 barre
* Source/: cmBuildCommand.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
cmIfCommand.cxx, cmUnixMakefileGenerator.cxx, cmake.cxx: fix
warning for Borland build
2001-11-30 16:51 hoffman
* Source/cmakewizard.h: [no log message]
2001-11-30 16:48 hoffman
* Source/CMakeLib.dsp, Source/CMakeLists.txt,
Source/Makefile.borland, Source/Makefile.in,
Source/cmBorlandMakefileGenerator.cxx,
Source/cmBorlandMakefileGenerator.h,
Source/cmBorlandMakefileGenerator2.cxx,
Source/cmBorlandMakefileGenerator2.h, Source/cmForEachCommand.cxx,
Source/cmake.cxx, Source/cmakemain.cxx, Source/cmakewizard.cxx,
Templates/CMakeBorlandWindowsSystemConfig.cmake,
Templates/CMakeWindowsBorlandConfig.cmake,
Templates/CMakeWindowsBorlandConfig2.cmake: new borland generator
moved into place
2001-11-30 16:27 hoffman
* Source/: cmBorlandMakefileGenerator.cpp,
cmBorlandMakefileGenerator.h: Replace with nmake subclassed
generator
2001-11-30 16:05 barre
* Source/: cmBorlandMakefileGenerator2.cxx,
cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: Add
options for library manager (lib).
2001-11-30 16:04 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake: Add options for
library manager (lib). Alpha sort
2001-11-30 15:55 berk
* Modules/FindTCL.cmake: Unix users are smarter.
2001-11-30 15:04 berk
* Source/CursesDialog/: cmCursesMainForm.cxx,
cmCursesStringWidget.cxx: Improving interface.
2001-11-30 14:50 hoffman
* Source/CursesDialog/cmCursesMainForm.cxx: print cmake running
message to cerr
2001-11-30 14:33 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake,
Source/cmNMakeMakefileGenerator.cxx: Add linker flags for each
build type
2001-11-30 14:24 berk
* Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
2001-11-30 14:16 berk
* Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
2001-11-30 13:59 berk
* Source/CursesDialog/: cmCursesLongMessageForm.cxx,
cmCursesMainForm.cxx, cmCursesStringWidget.cxx: Improved help.
2001-11-30 13:53 berk
* Templates/CMakeSystemConfig.cmake.in: Removed unused options.
2001-11-30 13:10 barre
* Templates/CMakeNMakeWindowsSystemConfig.cmake: CMAKE_ANSI_CFLAGS
is used by VTK, so it should be set in the NMake config so that it
gets expanded (even to "")
2001-11-30 13:09 hoffman
* Source/cmNMakeMakefileGenerator.cxx: fix library suffix
2001-11-30 12:41 hoffman
* Source/cmUnixMakefileGenerator.cxx: remove suffix rules
2001-11-30 12:05 hoffman
* Source/cmUnixMakefileGenerator.cxx: add new suffix rules
2001-11-30 11:34 berk
* Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
cmCursesMainForm.cxx, cmCursesStandardIncludes.h: Can non use clear
because it is undef'ed.
2001-11-30 10:58 berk
* Source/CursesDialog/ccmake.cxx: Fixed warning.
2001-11-30 10:54 berk
* Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: Fixed
warning.
2001-11-30 10:51 berk
* Source/CursesDialog/: cmCursesMainForm.h, cmCursesMainForm.cxx:
Since it is being used as an array size in another file, it is not
possible to initialize MAX_WIDTH in a .cxx file.
2001-11-30 10:41 hoffman
* Source/cmUnixMakefileGenerator.cxx: fix warning
2001-11-30 10:39 berk
* Source/CursesDialog/: cmCursesLongMessageForm.cxx,
cmCursesLongMessageForm.h: Missed std::
2001-11-30 10:28 berk
* Source/CursesDialog/cmCursesMainForm.h: Missed std::
2001-11-30 10:27 berk
* Templates/CMakeSystemConfig.cmake.in: CMAKE_WORDS_BIGENDIAN
should not be in the cache.
2001-11-30 10:23 berk
* Modules/FindPythonLibs.cmake: PYTHON_DEBUG_LIBRARY is only used
on Windows.
2001-11-30 09:19 barre
* Templates/CMakeSystemConfig.cmake.in: fix: If documentation
added, then need cache type
2001-11-29 23:45 berk
* Source/CursesDialog/: cmCursesLongMessageForm.cxx,
cmCursesLongMessageForm.h: opps I forgot to add these
2001-11-29 23:24 hoffman
* Source/Makefile.borland, Source/cmBorlandMakefileGenerator2.cxx,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in,
Templates/CMakeWindowsBorlandConfig2.cmake: ENH: fix various
problems caused by the generalization of nmake generator
2001-11-29 20:59 barre
* Source/cmBorlandMakefileGenerator2.cxx,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h,
Templates/CMakeNMakeWindowsSystemConfig.cmake,
Templates/CMakeSystemConfig.cmake.in,
Templates/CMakeWindowsBorlandConfig2.cmake,
Templates/CMakeWindowsSystemConfig.cmake: Nmake build: move most of
hard-coded values to config parameters
2001-11-29 16:44 berk
* Source/: cmListFileCache.cxx, cmSystemTools.cxx, cmSystemTools.h,
ctest.cxx, CursesDialog/CMakeLists.txt, CursesDialog/ccmake.cxx,
CursesDialog/cmCursesCacheEntryComposite.cxx,
CursesDialog/cmCursesCacheEntryComposite.h,
CursesDialog/cmCursesForm.h, CursesDialog/cmCursesMainForm.cxx,
CursesDialog/cmCursesMainForm.h: Improvements to the curses
interface.
2001-11-29 15:14 hoffman
* Source/MFCDialog/CMakeSetup.cpp: ENH: fix memory leaks
2001-11-29 14:51 barre
* Source/cmNMakeMakefileGenerator.cxx: Fix space pb (embended, then
escaped)
2001-11-29 09:22 hoffman
* Source/Makefile.borland: add bootstrap makefile for borland
compiler
2001-11-29 09:09 hoffman
* Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator2.cxx,
Source/cmakewizard.cxx, Templates/CMakeWindowsBorlandConfig2.cmake:
fix for shared libs and borland
2001-11-29 01:51 ibanez
* Source/cmUnixMakefileGenerator.cxx: ENH: GENERATED_CODE case
added to switch.
2001-11-29 01:48 ibanez
* Source/cmTarget.h: ENH: A type of target was added for
representing GENERATED_CODE
2001-11-29 01:46 ibanez
* Source/cmFLTKWrapUICommand.cxx: ENH: Custom commands are now
builded.
2001-11-28 18:07 hoffman
* Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator2.cxx,
Source/cmBorlandMakefileGenerator2.h,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.h,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h,
Templates/CMakeWindowsBorlandConfig2.cmake: ENH: borland generator
2 is working more or less
2001-11-28 14:45 ibanez
* Source/cmFLTKWrapUICommand.cxx: ENH: Command simplified in order
to construct a Source list of .cxx from a source list of .fl
GUI files.
2001-11-28 14:44 ibanez
* Source/cmFLTKWrapUICommand.h: ENH: The command was simplified to
generate a source list of cxx from a source list of .fl GUI
files.
2001-11-28 12:49 barre
* Modules/FindPythonLibs.cmake: Fynd Python debug lib in usual libs
dir too
2001-11-28 11:12 hoffman
* Source/: CMakeLists.txt, cmBorlandMakefileGenerator2.cxx,
cmBorlandMakefileGenerator2.h, cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmake.cxx: add new borland generator
2001-11-28 10:51 hoffman
* Source/cmaketest.cxx: [no log message]
2001-11-28 07:15 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: bug: fix same path comparison when short
paths are used
2001-11-28 07:14 hoffman
* Source/cmMarkAsAdvancedCommand.cxx: fix warning
2001-11-27 19:38 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: When
switching from one project to another the CacheGUI wasn't being
cleared. Values from one project were mixed into the other.
2001-11-27 17:53 berk
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: ENH: nmake generator much closer to
working with spaces
2001-11-27 17:32 berk
* Source/cmMakefile.cxx: ENH: expand variables in a command before
escaping spaces in the command
2001-11-27 17:31 berk
* Source/cmOptionCommand.cxx: ENH: do not write over existing cache
values even doc strings to avoid changing the cache file
2001-11-27 16:12 berk
* Source/cmDSPWriter.cxx: remove unused include
2001-11-27 15:34 martink
* Source/MFCDialog/CMakeSetup.rc: adjusted spacing
2001-11-27 15:33 martink
* Source/cmLinkLibrariesCommand.cxx: removed extra lib paths to
avoid finding old libs
2001-11-27 15:32 martink
* Modules/FindTCL.cmake: made some vars advanced
2001-11-27 15:20 martink
* Modules/Dart.cmake: made some vars advanced
2001-11-27 00:03 ibanez
* Source/cmCommands.cxx: ENH: Command for running FLTK's UI tool
"Fluid" was added.
2001-11-27 00:02 ibanez
* Source/cmUnixMakefileGenerator.cxx: ENH: Support for FLTK Fluid
tool added.
2001-11-26 23:57 ibanez
* Modules/FindFLTK.cmake: ENH: Support for running FLUID was added.
2001-11-26 22:40 ibanez
* Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: Command
for invoking FLTK's code generator "Fluid" during the building
process
2001-11-26 18:26 hoffman
* Modules/Dart.cmake, Source/CMakeLists.txt,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmCommands.cxx, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
Source/cmakewizard.cxx, Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp,
Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
Templates/CMakeSystemConfig.cmake.in,
Templates/CMakeWindowsSystemConfig.cmake,
Source/cmMarkAsAdvancedCommand.cxx,
Source/cmMarkAsAdvancedCommand.h: ENH: add advanced variable types
and command line wizard gui
2001-11-26 18:24 hoffman
* Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindPathCommand.cxx, cmFindPathCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h: ENH: add
possibility to add doc strings to varibles created by find type
commands
2001-11-26 16:32 berk
* Source/cmCacheManager.cxx: Oops. The wrong version of the
duplicate code was kept. Loaded cache values were not made
internal.
2001-11-26 15:45 berk
* Modules/FindTCL.cmake: TK_INTERNAL_PATH is only needed on
Windows.
2001-11-26 11:32 martink
* Source/: cmSystemTools.cxx, cmSystemTools.h: removed warning
messages
2001-11-26 11:31 martink
* Source/cmIfCommand.cxx: better error messages
2001-11-24 18:47 barre
* Modules/Dart.cmake: I want to be able to start/end
experimental-only dashboards
2001-11-21 17:45 hoffman
* Source/: cmCacheManager.cxx, cmDSPWriter.cxx,
cmNMakeMakefileGenerator.cxx, cmSystemTools.cxx, cmSystemTools.h,
cmUnixMakefileGenerator.cxx, cmake.cxx, cmaketest.cxx: NMake with
spaces in directories
2001-11-21 11:35 andy
* Source/cmCacheManager.cxx: Fix the current directory check for
NMake
2001-11-21 08:47 hoffman
* Source/cmake.cxx: ENH: clean up command line arguments
2001-11-21 08:46 hoffman
* Source/: cmQTWrapUICommand.cxx, cmVariableRequiresCommand.cxx:
WAR: fix warning
2001-11-20 17:50 hoffman
* Source/: cmCacheManager.cxx, cmCacheManager.h, cmake.cxx,
cmake.h: ENH: add command line arguments to set cache entries
2001-11-20 17:27 berk
* Source/cmNMakeMakefileGenerator.cxx: ENH: closer to working with
spaces in source directory
2001-11-20 17:27 berk
* Source/cmaketest.cxx: BUG: fix memory leak
2001-11-20 17:26 berk
* Source/cmDSPWriter.cxx: BUG: fix for spaces in path to
CMakeList.txt file
2001-11-20 08:28 hoffman
* Source/: cmStandardIncludes.h, CursesDialog/cmCursesMainForm.cxx,
CursesDialog/cmCursesStandardIncludes.h: define hacks and such for
the dec compiler
2001-11-19 17:52 hoffman
* Source/: cmCommands.cxx, cmSystemTools.cxx, cmSystemTools.h,
cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
MFCDialog/CMakeSetupDialog.cpp: ENH: add new command
VARIABLE_REQUIRES for better debugging of list files
2001-11-19 09:34 hoffman
* Source/: cmVariableRequiresCommand.cxx,
cmVariableRequiresCommand.h: [no log message]
2001-11-19 09:20 hoffman
* Source/MFCDialog/CMakeLists.txt: ENH: remove unused source files
2001-11-16 16:42 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: look for cmake test with
.exe if nmake
2001-11-16 16:29 hoffman
* Source/MFCDialog/: CMakeLists.txt, CMakeSetup.dsp, CMakeSetup.rc,
CMakeSetupDialog.cpp, CMakeSetupDialog.h, MakeHelp.cpp, MakeHelp.h,
resource.h: face lift for GUI and some more help
2001-11-16 16:28 hoffman
* Source/cmNMakeMakefileGenerator.cxx: ENH: fix for dll builds
2001-11-16 13:08 bettingf
* Source/cmUnixMakefileGenerator.cxx: Added a make depend in the
clean rule to refresh the dependencies
2001-11-16 10:14 bettingf
* Source/cmUnixMakefileGenerator.cxx: undo the last change because
of problem with some versions of make
2001-11-16 09:40 bettingf
* Modules/FindQt.cmake: fixed QT_UIC_EXE name
2001-11-16 09:04 bettingf
* Source/cmUnixMakefileGenerator.cxx: added the deletion of
cmake.depends in the cleaning so that it is recomputed even source
files (i.e. .cxx or .h) are generated
2001-11-16 09:03 bettingf
* Source/cmMakeDepend.cxx: Now adds dependency if the file doesn't
exist but will be created during the compilation
2001-11-16 09:01 bettingf
* Source/: cmQTWrapUICommand.cxx, cmQTWrapUICommand.h: corrected
path problem and added moc compilation too
2001-11-15 22:10 hoffman
* Source/Makefile.in: remove depend on star dot h as it is not
really needed and breaks some versions of gmake
2001-11-15 18:18 hoffman
* Source/cmNMakeMakefileGenerator.cxx: ENH: use crazy temp files
for long command lines
2001-11-15 17:45 hoffman
* Source/cmNMakeMakefileGenerator.cxx: ENH: remove debug prints
2001-11-15 17:11 hoffman
* Modules/Dart.cmake, Source/cmBuildCommand.cxx,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.h,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h,
Templates/CMakeNMakeWindowsSystemConfig.cmake,
Templates/CMakeSystemConfig.cmake.in,
Templates/CMakeWindowsBorlandConfig.cmake,
Templates/CMakeWindowsSystemConfig.cmake: closer to nmake working,
added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by Dart, nmake
makefiles work with borland make and nmake
2001-11-15 14:54 millerjv
* Modules/Dart.cmake: ENH: New make targets for Continuous builds.
Added a NightlyStart and NightlyUpdate target for unix builds as
well.
2001-11-15 14:52 millerjv
* DartConfig.cmake: ENH: Changed Nightly start time
2001-11-15 09:55 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.h, cmake.cxx:
ENH: fix library builds with nmake
2001-11-15 09:00 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: wrong shortname used
2001-11-15 08:43 hoffman
* Source/cmaketest.cxx: BUG: fix build for cygwin
2001-11-15 08:42 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: avoid .cxx.o names...
2001-11-14 18:12 hoffman
* Source/cmSystemTools.cxx, Source/cmSystemTools.h,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
Source/cmaketest.cxx, Source/cmaketest.h.in,
Templates/CMakeNMakeWindowsSystemConfig.cmake: Closer to nmake
build
2001-11-14 18:11 hoffman
* Source/: cmNMakeMakefileGenerator.cxx,
cmNMakeMakefileGenerator.h: closer to nmake build
2001-11-14 14:39 barre
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
CMakeSetupDialog.h, resource.h: Quick addition: "Create shortcut"
menu entry.
2001-11-14 10:21 hoffman
* Templates/CMakeNMakeWindowsSystemConfig.cmake,
Source/cmNMakeMakefileGenerator.cxx,
Source/cmNMakeMakefileGenerator.h,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h: nmake support
2001-11-14 09:56 king
* Source/CursesDialog/ccmake.cxx: ERR: Re-ordered includes to fix
macro conflict for gcc 3.0.
2001-11-14 09:55 king
* Source/CursesDialog/form/frm_driver.c: ERR: Fixed compiler
warning for gcc 3.0.
2001-11-14 09:22 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: remove debug statements
2001-11-14 08:49 hoffman
* Source/FLTKDialog/CMakeSetupGUI.cxx: ENH: remove warning
2001-11-13 18:23 hoffman
* Source/: CMakeLib.dsp, CMakeLists.txt,
cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: start work
on nmake generator
2001-11-13 15:54 hoffman
* Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
clean up object file build rule, and do not attempt to remove
link_directories that are in the build tree
2001-11-13 14:22 martink
* Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: fixes to
curses stuff
2001-11-13 12:42 hoffman
* Source/CursesDialog/form/fty_num.c: warnings
2001-11-13 12:38 hoffman
* Source/: cmCacheManager.cxx, cmForEachCommand.cxx,
cmIncludeExternalMSProjectCommand.cxx, cmMakefile.cxx,
cmSystemTools.cxx, cmUnixMakefileGenerator.cxx,
FLTKDialog/CMakeSetupGUI.cxx, FLTKDialog/CMakeSetupGUI.h,
FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: clean up warnings
2001-11-13 12:25 hoffman
* Source/FLTKDialog/: CMakeSetupGUI.cxx, FLTKPropertyItemRow.cxx:
WAR: fix compile warnings
2001-11-13 12:21 hoffman
* Source/cmAddDependenciesCommand.h: ENH: fix spelling error
2001-11-13 12:21 hoffman
* Source/CursesDialog/cmCursesMainForm.cxx: ENH: remove warnings
2001-11-12 15:37 king
* Source/cmMakeDepend.cxx: 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.
2001-11-12 09:21 martink
* Source/cmDSPWriter.cxx: minor fix
2001-11-10 23:01 ibanez
* Modules/FindX11.cmake: Module to search for the installation
of X11
2001-11-09 16:16 berk
* Source/CursesDialog/: CMakeLists.txt, ccmake.cxx, ccurses.cxx:
Renaming ccurses to ccmake.
2001-11-09 16:15 barre
* Modules/FindSelfPackers.cmake: Self-packers
2001-11-09 16:05 berk
* Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
CursesDialog/cmCursesStandardIncludes.h,
CursesDialog/form/frm_driver.c, CursesDialog/form/frm_req_name.c:
Trying to fix curses.
2001-11-09 13:00 martink
* Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: support for custom targets
on exe and lib
2001-11-09 12:08 bettingf
* Modules/FindQt.cmake: support for compilation of .ui files into
.h and .cxx files
2001-11-09 12:07 bettingf
* Source/: cmQTWrapCPPCommand.cxx, cmQTWrapCPPCommand.h: cleanups
2001-11-09 12:02 bettingf
* Source/: cmQTWrapUICommand.h, cmQTWrapUICommand.cxx,
cmCommands.cxx, cmUnixMakefileGenerator.cxx: support for
compilation of .ui files into .h and .cxx files
2001-11-09 10:42 barre
* Source/cmAddCustomCommandCommand.cxx: SOURCE, COMMAND, TARGET are
required now
2001-11-09 10:37 barre
* Source/cmAddCustomCommandCommand.h: SOURCE, COMMAND, TARGET are
required now
2001-11-09 10:33 barre
* Source/: cmAddCustomCommandCommand.cxx,
cmAddCustomCommandCommand.h: Reimplement code. Since a custom
command is very flexible and might be extended in the future, make
all arguments prefixed with arg type, make ordering irrelevant and
potentially all args optional.
2001-11-08 17:30 berk
* Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
to fix curses problems.
2001-11-08 17:25 berk
* Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Fixing
problems with curses headers.
2001-11-08 17:17 berk
* Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
to fix curses problems.
2001-11-08 17:10 berk
* Source/CursesDialog/form/form.h: Oops.
2001-11-08 17:03 berk
* CMakeLists.txt, Source/CursesDialog/CMakeLists.txt,
Source/CursesDialog/form/CMakeLists.txt,
Source/CursesDialog/form/form.h,
Source/CursesDialog/form/nc_alloc.h: Changes to remove warnings and
fix dependencies.
2001-11-08 15:09 martink
* Source/cmDSWWriter.cxx: a better fix maybe
2001-11-08 14:44 hoffman
* Source/cmDSWWriter.cxx: make sure custom targets are in the
ALL_BUILD
2001-11-08 14:34 barre
* Source/cmAddCustomCommandCommand.cxx: Fix number of params and
expand vars in all args
2001-11-08 11:50 barre
* Source/cmSourceFilesCommand.cxx: Fix bug. Was using unexpanded
var instead of copy
2001-11-08 11:40 barre
* Source/cmAddLibraryCommand.cxx: Break the "to infinity and
beyond" stuff
2001-11-08 10:48 barre
* Source/cmAddLibraryCommand.cxx: Expand var in srclist name too
2001-11-08 10:40 barre
* Source/cmSourceFilesCommand.cxx: Expand var in name too
2001-11-08 09:16 barre
* Source/cmAddDependenciesCommand.cxx: Expand variables in all
target args
2001-11-08 08:42 berk
* Source/cmUnixMakefileGenerator.cxx: Needed to replace srcdir to
make install targets work.
2001-11-07 17:12 hoffman
* Templates/: configure, configure.in: put back
CMAKE_TEMPLATE_FLAGS
2001-11-07 17:04 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: no +=+
2001-11-07 16:47 andy
* Source/: cmAddCustomCommandCommand.cxx,
cmAddCustomCommandCommand.h, cmCommands.cxx: Added accessor for add
custom command
2001-11-07 16:07 barre
* Modules/FindUnixCommands.cmake: Add cp (CP)
2001-11-07 15:57 hoffman
* configure, configure.in, Source/cmUnixMakefileGenerator.cxx,
Templates/configure, Templates/configure.in: remove template flags
from cmake, no ptused, or -instance=static
2001-11-07 15:57 hoffman
* Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
curses problems with some systems.
2001-11-07 15:01 berk
* Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
build problems related to curses.
2001-11-07 14:55 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: use full source name for
c code as well as c++
2001-11-07 14:44 hoffman
* Source/CursesDialog/ccurses.cxx: use cmake as the executable for
cmake and not ccurses
2001-11-07 14:44 hoffman
* Source/cmUnixMakefileGenerator.cxx: make sure default_target is
first
2001-11-07 13:46 hoffman
* CMakeLists.txt: ENH: add ansi flag for c compiler
2001-11-07 12:23 hoffman
* Source/cmMessageCommand.cxx: Allow multiline messages
2001-11-07 09:54 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
Clean up a bit more
2001-11-07 09:29 hoffman
* Source/cmCacheManager.cxx: One more time... case does not matter
on cygwin
2001-11-06 16:14 hoffman
* Source/cmExecProgramCommand.h: ENH: fix doc string
2001-11-06 15:29 bettingf
* Source/: cmQTWrapCPPCommand.cxx, cmUnixMakefileGenerator.cxx: add
cleaning of QT generated files when make clean is used
2001-11-06 12:03 hoffman
* Source/CursesDialog/: ccurses.cxx, cmCursesMainForm.cxx,
cmCursesMainForm.h: ENH: tell cmake object where cmake is
2001-11-06 09:35 hoffman
* Source/: cmCableWrapTclCommand.cxx, cmQTWrapCPPCommand.cxx,
cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
cmVTKWrapTclCommand.cxx: BUG: CustomCommand has to use full path to
Source file now
2001-11-06 08:40 hoffman
* Source/CursesDialog/form/: fld_type.c, form.h: Removed a function
which used va_start (did not compile on Sun with gcc)
2001-11-05 22:10 berk
* Source/CursesDialog/: ccurses.cxx, cmCursesBoolWidget.cxx,
cmCursesLabelWidget.cxx, cmCursesMainForm.cxx, cmCursesMainForm.h,
cmCursesStringWidget.cxx: Many improvements.
2001-11-05 16:38 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: use full paths for
object compile rules
2001-11-05 15:55 berk
* Source/: CMakeLists.txt, CursesDialog/cmCursesMainForm.cxx:
Re-enabling curses support.
2001-11-05 15:39 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: change to work with
nmake
2001-11-05 13:22 berk
* Modules/FindCurses.cmake, Source/CursesDialog/CMakeLists.txt,
Source/CursesDialog/cmCursesForm.h,
Source/CursesDialog/cmCursesLabelWidget.h,
Source/CursesDialog/cmCursesMainForm.h,
Source/CursesDialog/cmCursesWidget.h,
Source/CursesDialog/form/frm_driver.c,
Source/CursesDialog/form/frm_req_name.c,
Source/CursesDialog/cmCursesStandardIncludes.h: HPUX support.
2001-11-05 12:57 lorensen
* Source/cmIncludeExternalMSProjectCommand.cxx: ERR: ^M's removed.
2001-11-05 11:52 berk
* Source/CursesDialog/form/: CMakeLists.txt, READ.ME, eti.h,
fld_arg.c, fld_attr.c, fld_current.c, fld_def.c, fld_dup.c,
fld_ftchoice.c, fld_ftlink.c, fld_info.c, fld_just.c, fld_link.c,
fld_max.c, fld_move.c, fld_newftyp.c, fld_opts.c, fld_pad.c,
fld_page.c, fld_stat.c, fld_type.c, fld_user.c, form.h,
form.priv.h, frm_cursor.c, frm_data.c, frm_def.c, frm_driver.c,
frm_hook.c, frm_opts.c, frm_page.c, frm_post.c, frm_req_name.c,
frm_scale.c, frm_sub.c, frm_user.c, frm_win.c, fty_alnum.c,
fty_alpha.c, fty_enum.c, fty_int.c, fty_ipv4.c, fty_num.c,
fty_regex.c, llib-lform, mf_common.h, nc_alloc.h: Adding form
library.
2001-11-05 11:52 berk
* Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
CursesDialog/cmCursesCacheEntryComposite.h,
CursesDialog/cmCursesLabelWidget.h,
CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
CursesDialog/cmCursesWidget.h: Fixing problems on Sun (name
collusions between STL and curses) and disabling curses
temporarily.
2001-11-05 10:42 andy
* Source/CMakeLists.txt: Fix the IF IF problem
2001-11-05 08:37 berk
* Source/CursesDialog/: ccurses.cxx,
cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
cmCursesLabelWidget.h, cmCursesMainForm.cxx, cmCursesMainForm.h,
cmCursesWidget.h: ERR: To include cmake headers, one should use ../
2001-11-05 05:43 pcp
* Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: switched
string::compare to strncmp
2001-11-04 18:10 berk
* Source/CursesDialog/cmCursesMainForm.h: Need to include standard
headers.
2001-11-04 18:05 berk
* Source/CursesDialog/: CMakeLists.txt, cmCursesBoolWidget.h,
cmCursesCacheEntryComposite.h, cmCursesDummyWidget.h,
cmCursesFilePathWidget.h, cmCursesForm.h, cmCursesLabelWidget.h,
cmCursesMainForm.h, cmCursesPathWidget.h, cmCursesStringWidget.h,
cmCursesWidget.h, ccurses.cxx, cmCursesBoolWidget.cxx,
cmCursesCacheEntryComposite.cxx, cmCursesDummyWidget.cxx,
cmCursesFilePathWidget.cxx, cmCursesForm.cxx,
cmCursesLabelWidget.cxx, cmCursesMainForm.cxx,
cmCursesPathWidget.cxx, cmCursesStringWidget.cxx,
cmCursesWidget.cxx: Adding curses support.
2001-11-04 18:00 berk
* Modules/FindCurses.cmake, Source/CMakeLists.txt: Adding curses
support.
2001-11-02 22:32 barre
* Source/: cmIncludeDirectoryCommand.cxx,
cmIncludeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h: Add
optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs
can be specified before the actual include dirs
2001-11-02 16:44 barre
* Utilities/Doxygen/: CMakeLists.txt, doc_makeall.sh.in: Update
2001-11-02 16:43 barre
* Modules/: Documentation.cmake, DocumentationVTK.cmake,
FindCygwin.cmake, FindPerl.cmake, FindUnixCommands.cmake,
FindWget.cmake: Move usual Unix commands to FindUnixCommands, use
FingCygwin in other modules
2001-11-02 16:05 barre
* Utilities/: CMakeLists.txt, Doxygen/CMakeLists.txt,
Doxygen/doc_makeall.sh.in, Doxygen/doxyfile.in: Doxygen doc
generator
2001-11-02 16:01 barre
* CMakeLists.txt: Doxygen doc generator
2001-11-02 15:26 blezek
* Modules/Dart.cmake: ENH: More Experimental targets for unix
2001-11-02 11:19 pcp
* Source/: cmDSWWriter.cxx, cmIncludeExternalMSProjectCommand.cxx,
cmDSPWriter.cxx: allow more than one external MS project
2001-11-02 09:18 andy
* Source/cmCacheManager.cxx: On win32 path is all in lower case now
2001-11-01 18:37 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: clean up interface and change build in current directory to
build the depend file first
2001-11-01 18:36 hoffman
* Source/cmCacheManager.cxx: BUG: use collapse full path when
testing cache directory
2001-11-01 18:36 hoffman
* Source/cmDSPWriter.cxx: ENH: IntDir to INTDIR
2001-11-01 13:09 barre
* Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx:
Expand vars in exe and lib name
2001-11-01 10:42 hoffman
* Source/cmCacheManager.cxx: ENH: clean up drive letter check
2001-10-31 18:56 king
* Source/: cmCableClassSet.cxx, cmCableClassSet.h: ENH: Added
automatic detection of >> sequences in template names and
replacement with "> >" in the output.
2001-10-31 18:56 king
* Source/cmStandardIncludes.h: ENH: Replaced cmStdString
implementation to make it more transparently a std:string.
2001-10-31 07:03 pcp
* Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
cmDSWWriter.h, cmIncludeExternalMSProjectCommand.cxx,
cmIncludeExternalMSProjectCommand.h: INCLUDE_EXTERNAL_MSPROJECT
command
2001-10-30 18:32 ibanez
* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
FLTKPropertyItemRow.h: FIX: Reverted to use
FillCacheManagerFromGUI().
2001-10-30 14:36 andy
* Source/cmCacheManager.cxx: Fix the problem on windows of capital
or lower case drive letter for CMAKE_CACHEFILE_DIR
2001-10-30 14:15 andy
* Source/cmCacheManager.cxx: Change CMAKE_CURRENT_CWD to
CMAKE_CACHEFILE_DIR and change the messages
2001-10-30 14:05 hoffman
* Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
cmMakefile.cxx, cmMakefile.h: ENH: add an option to configure file
command that allows for only expansion of at variables and not
dollar variables
2001-10-30 04:33 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: In order
to disable a button in fl_choice, a 0 pointer must be sent
instead of "".
2001-10-29 21:22 ibanez
* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
FLTKPropertyItemRow.h: ENH: FillCacheManagerFromGUI() was replaced
by SaveFromCacheGUI() to ensure that changes on the GUI are
directly update in the config file.
2001-10-29 21:20 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: fl_ask
replaced by fl_choice in FLTKCallback.
2001-10-29 10:41 hoffman
* Source/: cmSystemTools.cxx,
FLTKDialog/CMakeSetupGUIImplementation.cxx,
MFCDialog/CMakeSetupDialog.cpp: ENH: use callback not ifdef for MFC
message box errors
2001-10-29 10:19 hoffman
* Source/: cmCacheManager.cxx, cmSystemTools.cxx, cmSystemTools.h,
FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: add callback for
message display
2001-10-28 18:52 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl: ENH:
Button were renamed : "Configure", "OK" and "Cancel" as the MFC
version.
2001-10-27 23:47 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h, FLTKPropertyItemRow.cxx,
FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: Updated with respect
to MFC CMakeSetup. New cache entries are now colored in red.
The browsers for recent directories only popup if there is at
least one in the list.
2001-10-26 18:21 hoffman
* Modules/FindITK.cmake: [no log message]
2001-10-26 17:06 berk
* Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
2001-10-26 15:42 hoffman
* Source/: cmConfigureFileCommand.cxx, cmMakefile.h, cmaketest.cxx:
add dependency for configure files and use short path in WIN32
cmake test
2001-10-26 14:35 hoffman
* Modules/FindVTK.cmake: use find_file and not just a set for
USE_VTK_FILE
2001-10-26 11:22 barre
* Modules/DocumentationVTK.cmake: VTK documentation framework
2001-10-26 09:29 andy
* Source/cmCacheManager.cxx: Added check if the binary directory
changed. If it did, it will print the warning message
2001-10-24 20:37 barre
* Modules/FindCygwin.cmake: Add GZIP (gzip)
2001-10-24 20:33 barre
* Modules/FindCygwin.cmake: Add TAR (path to tar or gtar)
2001-10-24 17:51 berk
* Source/cmUnixMakefileGenerator.cxx: ENH: allow -framework as a
complete entry in the link line for Mac OSX
2001-10-24 15:51 berk
* DartConfig.cmake: public no longer has anonymous ftp.
2001-10-24 09:41 king
* Modules/FindGCCXML.cmake: ENH: Improved FIND_PROGRAM call to find
the executable in PREFIX/share/GCC_XML, the new standard install
location.
2001-10-23 18:30 barre
* Modules/FindCygwin.cmake: Cygwin mod
2001-10-23 17:49 barre
* Source/: cmGetFilenameComponentCommand.cxx,
cmGetFilenameComponentCommand.h: The result of this utility command
can now be optionally added to the cache
2001-10-23 17:47 barre
* Modules/FindDoxygen.cmake: Find Graphivz's dot too
2001-10-23 17:06 barre
* Modules/: FindDoxygen.cmake, FindWget.cmake: Add Doxygen and Wget
modules. Very simple. But might be more complex later, so let's use
them asap
2001-10-23 16:55 barre
* Modules/: FindHhc.cmake, FindPerl.cmake: Modules to find Perl and
the HTML Help Compiler
2001-10-19 10:07 barre
* Source/cmEnableTestingCommand.h: Add warning regarding the
location of ENABLE_TESTING (should be in the top CMakeList.txt,
otherwise Dart is lost)
2001-10-18 18:01 barre
* Source/cmSiteNameCommand.cxx: 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)
2001-10-18 13:51 iscott
* Source/cmQTWrapCPPCommand.cxx: Detect error and output useful
message Previously it would have got confused about the
destinationSourceGroup
2001-10-18 13:03 iscott
* Source/cmFindFileCommand.cxx: This command should always set the
cahce variabel to a filepath not a path
2001-10-17 15:11 barre
* Source/cmProjectCommand.cxx: Add PROJECT_NAME to the set of
definitions
2001-10-16 15:40 iscott
* Modules/FindQt.cmake: fixed some stupid mistakes I thought I had
tested these - honest
2001-10-16 15:32 iscott
* Modules/: FindQt.cmake, LinkQT.cmake: Some simple modules for
finding and linking qt
2001-10-15 18:37 hoffman
* Source/cmMessageCommand.cxx: ENH: expand variables in message
command output
2001-10-15 18:36 hoffman
* Source/cmSourceFile.cxx: ENH: clean up error report for source
files not found
2001-10-15 14:19 iscott
* CMake.rtf, Source/cmCommands.cxx, Source/cmQTWrapCPPCommand.cxx,
Source/cmQTWrapCPPCommand.h: added a QT_WRAP_CPP command
2001-10-11 17:20 king
* Source/cmCableWrapTclCommand.cxx: ENH: Improved parsing of
GCCXML_FLAGS to improve generation of gccxml rule. Also added
ADD_DEFINITIONS arguments to the generated rule.
2001-10-11 14:57 andy
* Source/cmCacheManager.cxx: Added removing of spaces in
CMakeCache.txt in front of comments and variables
2001-10-10 10:22 hoffman
* Source/cmCacheManager.cxx: ENH: add a warning comment for cache
values that can not be changed because they are always loaded from
another cache
2001-10-09 22:18 biddi
* Source/cmBorlandMakefileGenerator.cpp: FIX: Same as last checkin
except applies to bpi files as wellas lib files If we can't find it
- and it's not a target - and it has no path already specified, it
must be in OUTDIRLIB from another makefile in the same project !
(What this really means is the lib paths are correctly specified)
2001-10-09 10:25 hoffman
* Source/cmSystemTools.cxx: ENH: better fix for dos return in
lines, use the regular expression and don't edit the input line
2001-10-05 17:31 hoffman
* Source/cmSystemTools.cxx: ENH: clean up returns from input, so we
can read dos files on unix
2001-10-04 09:32 starreveld
* Templates/: configure, configure.in:
ERR: remove undefined warning for compatibility with new 10.1
linker
2001-10-03 15:49 hoffman
* Modules/Dart.cmake, Source/CMakeLists.txt, Source/cmake.cxx,
Source/cmaketest.cxx: ENH: fixes for borland compiler testing
2001-10-03 11:36 king
* Modules/FindCABLE.cmake: ENH: Changed CABLE_BUILD_DIR to look for
cableVersion.h instead of cable.README.txt.
2001-10-02 23:10 biddi
* Source/cmBorlandMakefileGenerator.cpp: FIX:if we can't find it -
and it's not a target - and it has no path already specified, it
must be in OUTDIRLIB from another makefile in the same project !
(What this really means is the lib paths are correctly specified)
2001-10-02 17:28 hoffman
* Source/: cmListFileCache.cxx, cmMakefile.cxx, cmSystemTools.cxx,
cmSystemTools.h, ctest.cxx: ENH: add better error reports in
parsing cmake files, like what file has the error
2001-10-01 13:35 martink
* Source/: cmMakefile.h, cmMakefile.h: version
2001-10-01 13:26 hoffman
* ChangeLog.txt: [no log message]
2001-10-01 11:55 hoffman
* Source/cmaketest.cxx: BUG: add missing include
2001-10-01 10:14 hoffman
* Source/: cmaketest.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
change checkboxes back to pull down menus, remove leak
2001-09-29 11:12 hoffman
* Source/cmSystemTools.cxx: BUG: fix full path for file in current
directory
2001-09-28 13:35 berk
* Source/cmSystemTools.cxx: BUG: fix realpath problem again...
2001-09-28 12:14 berk
* Source/cmSystemTools.cxx: BUG: separate path from file name
before calling realpath
2001-09-28 10:40 hoffman
* Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: get
correct library name
2001-09-28 10:34 hoffman
* CMakeLists.txt: BUG: optional in wrong order
2001-09-28 09:57 hoffman
* CMakeLists.txt: make the include of the initial config flags
optional, for builds that do not use configure
2001-09-27 16:50 hoffman
* Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: use
realpath instead of cd/pwd
2001-09-27 15:54 hoffman
* CMakeLists.txt, Source/CMakeLists.txt: BUG: fix install prefix
2001-09-27 14:58 hoffman
* configure, configure.in, Source/CMakeLists.txt,
Source/InitialConfigureFlags.cmake.in: ENH: pass prefix from
configure into cmake
2001-09-26 16:23 berk
* Modules/Dart.cmake: Typo.
2001-09-25 14:39 martink
* Modules/FindVTK.cmake: changes to chamghe
2001-09-25 14:39 martink
* Source/MFCDialog/CMakeSetupDialog.cpp: improved registry handling
2001-09-25 11:06 martink
* Source/cmVTKWrapTclCommand.cxx: memory leak
2001-09-21 11:48 martink
* Modules/FindVTK.cmake: better install targets
2001-09-21 09:40 king
* Source/cmSystemTools.cxx: BUG: CopyFile should return immediately
after an error occurs.
2001-09-20 17:31 martink
* Modules/FindVTK.cmake: updates
2001-09-20 16:43 berk
* Source/ctest.cxx: handle spaces in commands and args
2001-09-20 15:29 martink
* Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
PropertyList.h: ENH: check for values that switch to internal, can
happen with a load cache command
2001-09-20 15:08 hoffman
* Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmAddTestCommand.cxx, cmAddTestCommand.h,
cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
cmBuildNameCommand.h, cmCableClassSetCommand.cxx,
cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
cmConfigureFileCommand.h, cmConfigureGccXmlCommand.cxx,
cmConfigureGccXmlCommand.h, cmElseCommand.cxx, cmElseCommand.h,
cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
cmExecProgramCommand.cxx, cmExecProgramCommand.h,
cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindPathCommand.cxx, cmFindPathCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h,
cmForEachCommand.cxx, cmForEachCommand.h,
cmGetFilenameComponentCommand.cxx, cmGetFilenameComponentCommand.h,
cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
cmIncludeCommand.h, cmIncludeDirectoryCommand.cxx,
cmIncludeDirectoryCommand.h, cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
cmInstallTargetsCommand.h, cmLibraryCommand.h,
cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
cmMakefile.cxx, cmMakefile.h, cmMessageCommand.cxx,
cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
cmProjectCommand.cxx, cmProjectCommand.h, cmSetCommand.cxx,
cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
cmSubdirCommand.cxx, cmSubdirCommand.h, cmSubdirDependsCommand.cxx,
cmSubdirDependsCommand.h, cmTargetLinkLibrariesCommand.cxx,
cmTargetLinkLibrariesCommand.h, cmUseMangledMesaCommand.cxx,
cmUseMangledMesaCommand.h, cmUtilitySourceCommand.cxx,
cmUtilitySourceCommand.h, cmVTKWrapJavaCommand.cxx,
cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.cxx,
cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.cxx,
cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx,
cmWrapExcludeFilesCommand.h: ENH: change InitialPass to take a
const reference to the argument string, to avoid changes to the
file cache
2001-09-20 13:44 martink
* Source/cmMakefile.cxx: BUG: make a copy of the arguments before
passing them to Execute
2001-09-20 12:00 martink
* CMake.rtf: fixed some problems
2001-09-20 10:57 king
* Modules/FindCABLE.cmake: ENH: Added support for finding cable
when it is built in a configuration subdirectory by MSVC.
2001-09-20 10:54 king
* Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
cmFindPathCommand.cxx, cmFindProgramCommand.cxx, cmSystemTools.cxx,
cmSystemTools.h: ENH: Added cmSystemTools::GlobDirs function to
allow wildcards in paths (like /foo/bar/*).
2001-09-20 10:53 king
* Source/cmSetCommand.cxx: ENH: Added extra newline in an error
message to improve readability.
2001-09-20 10:27 martink
* Modules/FindVTK.cmake: minor changes
2001-09-20 09:11 martink
* Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
UseVTKLibraries.cmake: removed some VTK stuff
2001-09-19 14:52 martink
* Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
UseVTKLibraries.cmake: updated to how FindVTK works
2001-09-19 14:20 martink
* Source/cmMakefile.h: version rev to 95
2001-09-19 14:20 martink
* Source/cmMakefile.h: version rev to 94
2001-09-18 10:45 hoffman
* ChangeLog.txt: [no log message]
2001-09-18 10:38 will
* CMake.pdf: ENH:Updated documentation
2001-09-17 17:40 hoffman
* CMake.rtf: ENH: update for new version
2001-09-17 16:36 hoffman
* Source/: cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h:
ENH: change to take a path as input
2001-09-17 16:34 hoffman
* Source/cmFindFileCommand.cxx: BUG: fix return when file is not
found
2001-09-17 14:16 king
* Modules/FindCABLE.cmake: ENH: Added find support for looking at
Cable's build directory if the user sets the CABLE_BUILD_DIR cache
entry.
2001-09-17 13:58 hoffman
* Source/: cmCommands.cxx, cmUseMangledMesaCommand.cxx,
cmUseMangledMesaCommand.h: ENH: add Use mangled mesa command
2001-09-17 12:07 blezek
* Modules/Dart.cmake: ENH: NightlyCoverage got lost
2001-09-14 16:36 martink
* Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapJavaCommand.cxx,
cmVTKWrapPythonCommand.cxx: now uses five argument version of wrap
commands
2001-09-14 16:26 hoffman
* Source/: cmMakefileGenerator.cxx, cmStandardIncludes.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
cmakemain.cxx, MFCDialog/CMakeSetupDialog.cpp: remove memory leaks
2001-09-14 15:18 hoffman
* Source/cmDSPWriter.cxx: fix error in cygwin
2001-09-14 15:18 hoffman
* Source/cmListFileCache.h: initialize class
2001-09-14 15:18 hoffman
* Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h: add
support for clean up
2001-09-14 10:14 martink
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
staticLibHeader.dsptemplate: made Debug the default configuration
2001-09-14 08:34 barre
* Modules/FindTCL.cmake: move cygtclsh80 to the end of list,
otherwise it might be found while the non-cygwin wish8x.exe will be
found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe
must be found too.
2001-09-13 14:45 martink
* Modules/Dart.cmake: added back some targets for UNIX
2001-09-13 11:27 martink
* Source/: cmSystemTools.h, cmSystemTools.cxx: added shortest ext
function
2001-09-12 17:09 lorensen
* Source/cmSiteNameCommand.cxx: ENH: drop the case of the site
name. This makes it consistent with Dart's usage.
2001-09-12 17:09 lorensen
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added LowerCase
method.
2001-09-12 15:18 king
* Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
Added parsing of gccxml flags into separate arguments for setting
the custom command. This is necessary since the custom command now
takes a vector of individual command line options instead of a
single string.
2001-09-11 21:46 biddi
* Templates/CMakeWindowsBorlandConfig.cmake: ERR: Spelling
2001-09-11 21:45 biddi
* Source/: cmBorlandMakefileGenerator.cpp,
cmBorlandMakefileGenerator.h, cmSystemTools.cxx: ERR: Change to
EscapeSpaces forces rework of Borland generator <sigh> Add clause
to prevent adding quotes when they're already present, then stuff
them onto all lib paths to prevent forward slashes causing trouble.
2001-09-11 20:00 biddi
* Source/: cmBorlandMakefileGenerator.cpp,
cmBorlandMakefileGenerator.h: ENH: Major fix of the Borland
generator which addresses the problem of libraries with
dependencies (other libraries) not linking when required.
Dependency checking required the full path to be supplied to each
file when they're not in the current directory (very tedious). All
seems to be working nicely now.
2001-09-11 19:58 biddi
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add a findfile
routine (as opposed to find executable or library) which doesn't
add any extensions - Borland make needs full paths to certain
dependencies otherwise linking doesn't work properly (dependencies
aren't checked)
2001-09-11 15:17 martink
* Source/ctest.cxx: updated testing
2001-09-11 14:58 martink
* Source/cmDSPWriter.cxx: include fixes
2001-09-11 14:43 martink
* Modules/Dart.cmake: reduced the number of targets
2001-09-11 14:42 martink
* Source/cmaketest.cxx: bug in testing code
2001-09-11 13:44 hoffman
* Source/cmBorlandMakefileGenerator.cpp: BUG: fix build with
non-borland compiler
2001-09-11 13:40 martink
* Source/cmDSPWriter.cxx: fix for include paths
2001-09-10 15:11 martink
* Modules/Dart.cmake: reduced targets and merged tclsh commands
2001-09-10 15:11 martink
* Source/: cmCableWrapTclCommand.cxx, cmDSPWriter.cxx,
cmMakefile.cxx, cmMakefile.h, cmSystemTools.cxx,
cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
cmVTKWrapTclCommand.cxx: various windows fixes
2001-09-10 11:03 berk
* Source/CMakeLists.txt: Typo in link command.
2001-09-08 12:09 biddi
* Source/: cmBorlandMakefileGenerator.cpp,
cmBorlandMakefileGenerator.h: ERR: Forgot to put back a backslash
2001-09-08 10:02 biddi
* Source/cmBorlandMakefileGenerator.cpp: ERR: LINK_DIR must ot have
backslah at end. Fix plus cleanup of some code.
2001-09-07 10:08 martink
* Source/cmDirectory.cxx: fixed bug in mismatched directory opens
consuming file descriptors
2001-09-07 09:40 king
* Source/cmConfigureGccXmlCommand.cxx: ENH: Removed addition of
compiler support directory include option since the find_*_options
scripts now include it automatically.
2001-09-06 18:02 hoffman
* Source/: CMakeLists.txt, cmBorlandMakefileGenerator.cpp: BUG:
clean up lib and exe output paths
2001-09-06 17:28 hoffman
* Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator.cpp,
Source/cmBorlandMakefileGenerator.h, Source/cmMSProjectGenerator.h,
Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
Source/cmUnixMakefileGenerator.h, Source/cmake.cxx, Source/cmake.h,
Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp,
Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
Templates/CMakeWindowsBorlandConfig.cmake: ENH: integrate borland
support
2001-09-04 16:29 biddi
* Source/cmBorlandMakefileGenerator.cpp,
Source/cmBorlandMakefileGenerator.h,
Templates/CMakeWindowsBorlandConfig.cmake: NEW: First check in of
Borland Makefile Generator and template stuff
2001-09-04 16:07 hoffman
* Source/: cmAddCustomTargetCommand.cxx, cmCustomCommand.cxx,
cmCustomCommand.h, cmDSPWriter.cxx, cmDSWWriter.cxx,
cmMakefile.cxx, cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
cmVTKWrapJavaCommand.cxx: ENH: separate command from its arguments
in the custom command. This allows the generator on windows to
change the slashes for just the command
2001-09-01 17:13 biddi
* Source/cmBuildCommand.cxx: ENH: Added a clause for Borland
compiler compatibility
2001-09-01 16:56 barre
* Source/cmDSPWriter.cxx: Convert path format back to Windows
slashes syntax. Mandatory for Win98 build.
2001-09-01 16:55 barre
* Source/cmSystemTools.cxx: fix comment pb
2001-09-01 16:13 biddi
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Windows and
Unix slash conversions return a char*, clean function seperated
from Convert function
2001-09-01 16:12 biddi
* Source/: cmMakefile.cxx, cmMakefile.h: ENH: ExpandVariables
functions return a char * for convenience
2001-08-31 21:10 starreveld
* Source/cmUnixMakefileGenerator.cxx:
ENH: Generate compile lines for .m, .M, and .mm files (ObjC and
ObjC++)
2001-08-30 17:32 hoffman
* Source/cmMakefile.cxx: BUG: fix incorrect deletion of function
blockers
2001-08-30 16:19 martink
* Source/: cmMakefile.h, cmMakefile.h: version rev
2001-08-30 16:06 hoffman
* ChangeLog, ChangeLog.txt, ChangeLog: [no log message]
2001-08-30 15:54 hoffman
* ChangeLog.txt: ENH: add autogenerated changelog
2001-08-29 17:21 hoffman
* Source/cmake.cxx: opps
2001-08-29 17:11 king
* Source/cmConfigureGccXmlCommand.cxx: BUG: GCCXML_FLAGS found from
find_gcc_options or find_mpro_options should have the trailing
newline stripped from the string.
2001-08-29 17:10 king
* Source/cmCableWrapTclCommand.cxx: ENH: Updated generated
dependencies since cable's installation directory now uses separate
CxxTypes and WrapTclFacility subdirecories for includes.
2001-08-29 17:08 king
* Modules/FindCABLE.cmake: ENH: Updated library finding code to
handle new cable installation directory structure. It now uses
separate directories for CxxTypes and WrapTclFacility headers.
2001-08-29 16:42 martink
* Source/: ctest.cxx, ctest.h: added regexp option
2001-08-29 16:13 hoffman
* Source/: CMakeLib.dsp, DumpDocumentation.dsp, cmake.dsp,
ctest.dsp: remove /ZI
2001-08-29 15:57 hoffman
* Source/: cmake.cxx, cmaketest.cxx: ENH: run cmake from cmaketest
2001-08-29 10:47 king
* Source/cmMakefile.h: ENH: Added a const version of
GetLinkLibraries().
2001-08-29 10:46 king
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: Proper dependencies between shared libraries now exist in the
generated makefiles. If a shared library links to another, the
other will be built before the link is attempted.
2001-08-29 09:57 hoffman
* Source/cmMakefile.cxx: clean up a bit
2001-08-29 09:44 berk
* Source/cmSystemTools.cxx: BUG: fix out of bounds read on string
in mkdir
2001-08-29 09:26 perera
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Special value
IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, _not_
search for a library, etc.
2001-08-28 18:35 hoffman
* Source/cmListFileCache.h: remove warning
2001-08-28 18:28 hoffman
* Source/: CMakeLib.dsp, CMakeLists.txt, CMakeSetup.dsw,
Makefile.in, cmListFileCache.cxx, cmListFileCache.h,
cmMakefile.cxx: ENH: add caching for the input CMakeList.txt files,
2X speed up
2001-08-28 18:27 hoffman
* Source/cmDSPWriter.cxx: BUG: put spaces in /I paths
2001-08-28 18:02 starreveld
* Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmMakefile.cxx, cmMakefile.h, cmTarget.h,
cmUnixMakefileGenerator.cxx:
Changes to allow MODULE type target for a shared library
2001-08-28 18:01 starreveld
* Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
Changes to allow a MODULE target for a shared library.
2001-08-28 16:04 martink
* CMakeLists.txt, Tests/Complex/CMakeLists.txt: minor fix
2001-08-28 14:55 martink
* Source/: cmDSPWriter.cxx, cmSystemTools.cxx, cmSystemTools.h:
better network build support
2001-08-28 13:49 starreveld
* Templates/: configure, configure.in:
Added support for Darwin (OSX)
2001-08-28 10:57 hoffman
* Modules/FindTCL.cmake: ENH: support for cygwin
2001-08-28 10:57 hoffman
* Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: fix
for broken apple mkdir and general clean up of MakeDirectory
command
2001-08-27 15:48 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix switch projects
not saving cache correctly
2001-08-27 15:19 martink
* Source/cmDSPWriter.cxx: support for network path link libraries
2001-08-27 14:44 hoffman
* Source/: cmMakefile.cxx, cmMakefile.h,
cmUnixMakefileGenerator.cxx: ENH: change expand variables to use
GetDefinition
2001-08-27 14:38 hoffman
* configure, configure.in: [no log message]
2001-08-27 14:35 hoffman
* configure, configure.in, Source/Makefile.in: ENH: clean up sgi
build and use non-broken autoconf
2001-08-27 12:24 hoffman
* configure, Source/cmUnixMakefileGenerator.cxx,
Templates/configure: [no log message]
2001-08-27 11:03 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: set CXX and CC when
running configure from cmake
2001-08-27 10:23 martink
* Source/ctest.cxx: better formatted output
2001-08-27 10:22 hoffman
* Templates/: configure, configure.in: ENH: use ANSI_CXXFLAGS for
testing compiler
2001-08-27 10:11 hoffman
* CMakeLists.txt, Templates/CMakeSystemConfig.cmake.in,
Templates/configure, Templates/configure.in,
Tests/Complex/CMakeLists.txt: ENH: sgi -LANG:std
2001-08-27 10:07 berk
* Source/CMakeSetup.dsw: ken added dependancy to build everything
2001-08-25 12:31 martink
* Source/: CMakeSetup.dsw, ctest.dsp: added ctest to win32
2001-08-24 17:50 hoffman
* Templates/: configure, configure.in: [no log message]
2001-08-24 17:30 hoffman
* Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
ENH: more sgi -LANG stuff
2001-08-24 17:25 hoffman
* configure, configure.in, configure, configure.in: auto detect
lang:std:
2001-08-24 17:17 hoffman
* Source/Makefile.in: ENH: build for sgi CC out of box
2001-08-24 17:12 hoffman
* configure, configure.in, configure, configure.in: auto detect
lang:std:
2001-08-24 17:00 hoffman
* configure, configure.in: auto detect lang:std:
2001-08-24 16:51 hoffman
* configure, configure.in: auto detect lang:std:
2001-08-24 15:54 hoffman
* Tests/Complex/: cmTestConfigure.h.in, Executable/complex.cxx:
BUG: fix complex test for old compilers
2001-08-24 15:45 hoffman
* configure, configure.in, Tests/Complex/cmTestConfigure.h.in: BUG:
fix for SGI Native compiler
2001-08-24 15:41 hoffman
* Templates/: configure, configure.in: BUG: fix flag for building
shared on HP
2001-08-23 18:30 perera
* Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: BUG: ADD_TEST
now only does stuff if ENABLE_TESTING has been run.
2001-08-23 18:02 hoffman
* Source/: cmMakefile.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
improve coverage
2001-08-23 17:40 hoffman
* Source/: CMakeLists.txt, cmDumpDocumentation.cxx, cmMakefile.cxx,
cmMakefile.h: ENH: add dump documentation test
2001-08-23 16:28 king
* Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: 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.
2001-08-23 16:24 hoffman
* Source/cmaketest.cxx: BUG: run make all on unix not make exename
2001-08-23 16:00 hoffman
* Source/: CMakeLists.txt, cmStandardIncludes.h, cmaketest.cxx,
ctest.cxx: ENH: add more testing
2001-08-23 13:57 hoffman
* Tests/Complex/: CMakeLists.txt, VarTests.txt,
cmTestConfigure.h.in, simple.cxx, Executable/CMakeLists.txt,
Executable/complex.cxx, Library/CMakeLists.txt, Library/file2.cxx,
Library/file2.h, Library/sharedFile.cxx, Library/sharedFile.h,
Library/ExtraSources/file1.cxx, Library/ExtraSources/file1.h: ENH:
try to get better test coverage
2001-08-23 13:12 martink
* Source/ctest.cxx: also check path for test executables
2001-08-23 11:39 martink
* Source/ctest.cxx: fixed format
2001-08-23 11:32 martink
* Source/cmUnixMakefileGenerator.cxx: better ctest support
2001-08-23 11:12 martink
* Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h,
cmUnixMakefileGenerator.cxx, ctest.cxx, ctest.h: added test driver
for make test target
2001-08-22 16:33 martink
* Source/cmDSPWriter.cxx: ENH: do not put a rule in to rebuild the
ALL_BUILD.dsp file, as it is not possible...
2001-08-22 11:58 hoffman
* Source/: cmCableClassSet.h, cmCableWrapTclCommand.cxx,
cmCacheManager.cxx, cmCacheManager.h, cmMakeDepend.h, cmMakefile.h,
cmSourceGroup.h, cmStandardIncludes.h, cmTarget.h,
cmUnixMakefileGenerator.cxx: ENH: change all maps of string to be
maps of cmStdString, to reduce symbol length in object files.
2001-08-22 11:26 hoffman
* Source/cmMakefile.h: BUG: shorten length of symbols
2001-08-22 10:12 berk
* Source/cmDSPWriter.cxx: OUTDIR->IntDir
2001-08-22 08:21 hoffman
* Source/MFCDialog/CMakeLists.txt: BUG: add missing
CMakeCommandLineInfo
2001-08-21 17:41 barre
* Source/MFCDialog/CMakeSetup.dsp: CMakeSetup now handles
command-line arguments (ex: /H=source_dir /B=build_dir)
2001-08-21 17:38 barre
* Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
CMakeSetupDialog.h, CMakeCommandLineInfo.cpp,
CMakeCommandLineInfo.h: CMakeSetup now handles command-line
arguments (ex: /H=source_dir /B=build_dir)
2001-08-21 11:04 starreveld
* Source/cmMakefile.cxx:
Added support for .mm source files (ObjC++)
2001-08-20 13:32 hoffman
* Templates/: configure, configure.in: BUG: fix check for no std::
2001-08-20 09:23 hoffman
* Source/cmSetCommand.cxx: BUG: cmSystemTools::CollapseFullPath is
a bad thing to call on the compiler which is a filepath
2001-08-19 19:11 barre
* Source/cmOptionCommand.cxx: Allow option value to be expanded
(thus, we can use the value of another option as default)
2001-08-19 12:14 barre
* Source/cmMakefile.cxx: gcc and MSVC clash on
basic_string::compare(), let's try substr()
2001-08-19 07:36 barre
* Source/cmSetCommand.cxx: If the value is a path, collapse it
(cleaner)
2001-08-18 17:57 hoffman
* Templates/: configure, configure.in: BUG: get the flags right
2001-08-18 12:51 barre
* Source/cmMakefile.cxx, Modules/FindDart.cmake: Support for
$ENV{VAR} syntax (lookup in the environment vars)
2001-08-17 17:11 martink
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: backwards MATCHES in
if and else statements
2001-08-16 18:01 hoffman
* Templates/configure: ENH: default for cygwin should be pthreads
2001-08-16 17:42 hoffman
* Templates/: CMakeSystemConfig.cmake.in,
CMakeWindowsSystemConfig.cmake, configure, configure.in: ENH: add
CMAKE_USE_WIN32_THREADS to the possible thread types
2001-08-16 11:41 berk
* Source/: cmCacheManager.cxx, cmCacheManager.h,
cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: Adding new options to
LoadCache.
2001-08-15 13:40 berk
* Source/: cmCacheManager.cxx, cmCacheManager.h,
cmLoadCacheCommand.cxx: 1. Added EXCLUDE option to LOAD_CACHE. 2.
Entries brought in from another cache are now marked as internal.
2001-08-15 13:23 martink
* Modules/FindDart.cmake: looks at same level
2001-08-15 10:03 hoffman
* Templates/: configure, configure.in: ENH: make pthreads the
default for cygwin
2001-08-14 17:18 king
* Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
cmMakefile.cxx: 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.
2001-08-13 16:04 martink
* Modules/Dart.cmake: removed grep
2001-08-10 15:52 martink
* Source/: cmVTKWrapTclCommand.cxx, cmMakefile.h: now creates
output directories
2001-08-09 15:35 hoffman
* CMake.pdf: ENH: update pdf to rtf
2001-08-09 15:23 hoffman
* CMake.rtf: ENH: add some docs for sgi CC
2001-08-09 14:58 berk
* Source/: cmElseCommand.cxx, cmIfCommand.cxx: BUG: or and and were
inverted.
2001-08-09 11:12 hoffman
* ChangeLog: add generated ChangeLog file. Should be updated each
time a new version is made
2001-08-09 11:08 martink
* Source/: cmMakefile.h, cmMakefile.h: updated version
2001-08-09 11:07 martink
* README: out of date
2001-08-09 09:33 hoffman
* Source/cmConfigure.cmake.h.in: BUG: add in for scope variable
2001-08-08 14:25 martink
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: update to
new style of cache access
2001-08-08 13:14 hoffman
* Source/: cmSiteNameCommand.cxx, cmUtilitySourceCommand.cxx: BUG:
can not Add a definition that you just got
2001-08-08 11:54 hoffman
* configure, configure.in, Source/cmBuildCommand.cxx,
Source/cmBuildNameCommand.cxx, Source/cmCableWrapTclCommand.cxx,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmConfigure.h.in, Source/cmConfigureGccXmlCommand.cxx,
Source/cmDSPWriter.cxx, Source/cmDSWWriter.cxx,
Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
Source/cmLinkLibrariesCommand.cxx, Source/cmMSProjectGenerator.cxx,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmOptionCommand.cxx, Source/cmProjectCommand.cxx,
Source/cmSetCommand.cxx, Source/cmSiteNameCommand.cxx,
Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
Source/MFCDialog/CMakeSetupDialog.cpp,
Templates/CMakeSystemConfig.cmake.in, Templates/configure,
Templates/configure.in: 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
2001-08-07 15:49 hoffman
* Source/: cmStandardIncludes.h, cmSystemTools.cxx: ENH: compile
with broken 720 SGI C++ compiler
2001-08-07 13:46 hoffman
* Source/cmMakefile.cxx: ENH: html output for docs
2001-08-07 13:15 hoffman
* CMake.rtf: ENH: update documents with current commands and new
GUI
2001-08-07 08:47 king
* CMakeLists.txt: ERR: CMakeLogo.gif has been moved to the root
directory of the source so that the Web and Web/Art directories are
not needed here.
2001-08-07 08:46 king
* CMakeLogo.gif: ENH: CMakeLogo for Dart to use on testing web
page.
2001-08-06 17:01 martink
* Source/: cmElseCommand.cxx, cmElseCommand.h, cmIfCommand.cxx,
cmIfCommand.h: added new if commands
2001-08-06 15:11 king
* CMake.pdf, CMake.rtf: Re-adding doc files. They were
accidentally removed due to a symlink from the CMake/Web directory
when it was removed.
2001-08-06 15:01 king
* Web/index.html, Web/Art/CMakeBanner.jpg, Web/Art/CMakeBanner.psd,
Web/Art/CMakeGUI.jpg, Web/Art/CMakeLogo.gif, Web/Art/CMakeLogo.ppt,
Web/Art/CMakeLogo.psd, Web/Art/SideBar.jpg, Web/Art/SideBar.psd,
Web/Art/acl.gif, Web/Art/asci.gif, Web/Art/asci_little.gif,
Web/Art/itkLogoSmallTransparentBackground.gif,
Web/Art/nlm_logo.gif, Web/Art/swooshSmall.gif, Web/HTML/About.html,
CMake.pdf, CMake.rtf, Web/HTML/Documentation.html,
Web/HTML/Download.html, Web/HTML/Examples.html, Web/HTML/FAQ.html,
Web/HTML/Features.html, Web/HTML/Head.html, Web/HTML/Install.html,
Web/HTML/MailingLists.html, Web/HTML/News.html,
Web/HTML/SideBar.html, Web/HTML/Sponsors.html, Web/HTML/Style.css,
Web/HTML/Table.html, Web/HTML/Testing.html,
Web/HTML/TestingSetup.html, Web/HTML/cmakeExample.tar.gz: Removing
Web directory from CMake. It is moving to a separate, parallel CVS
module called "CMakeWeb"
2001-08-03 15:47 king
* Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
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.
2001-08-02 17:27 king
* Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
Added use of a class's tag to generate a better set of filenames
for its wrapper configuration, xml, and generated files. This
should also prevent half the classes from re-wrapping when a new
one is inserted in the middle.
2001-08-02 14:42 king
* Source/cmUnixMakefileGenerator.cxx: BUG: Generated link line for
shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS
(note underscore).
2001-08-02 14:10 king
* Source/cmMakefile.cxx: BUG: Fixed off-by-one error in
ExpandVariablesInString for case of $ or @ as last character of
string.
2001-08-02 09:07 king
* Source/cmUnixMakefileGenerator.cxx: BUG: We don't want to output
-I/usr/include in the INCLUDE_FLAGS variable. This causes problems
with finding system headers in the wrong places for certain
standard library implementations.
2001-08-01 16:14 king
* Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
cmUnixMakefileGenerator.cxx: ENH: Added SUBDIR_DEPENDS command and
corresponding support code. This command allows specification that
a set of subdirectories be built before a particular directory.
2001-08-01 16:13 king
* Source/cmAddDefinitionsCommand.cxx: BUG: Needed to expand
variables of definitions.
2001-08-01 16:12 king
* Source/cmInstallFilesCommand.cxx: BUG: Need to expand variables
when a regular expression is specified.
2001-08-01 16:11 king
* Modules/FindCABLE.cmake: ENH: Support to find CABLE utility if it
is installed.
2001-08-01 11:19 king
* Modules/FindTCL.cmake: ENH: Added tk library names tk8.4 tk8.3
tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80.
TK_LIBRARY should now be found on more platforms.
2001-07-31 11:29 king
* Source/cmCommands.cxx, Source/cmDSPWriter.cxx,
Source/cmDSWWriter.cxx, Source/cmInstallFilesCommand.cxx,
Source/cmInstallProgramsCommand.cxx,
Source/cmInstallProgramsCommand.h, Source/cmMakefile.cxx,
Source/cmTarget.cxx, Source/cmTarget.h,
Source/cmUnixMakefileGenerator.cxx, Templates/CMakeLists.txt: 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.
2001-07-30 12:21 king
* Source/cmCableClassSet.cxx: 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.
2001-07-30 11:34 king
* Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
cmUnixMakefileGenerator.cxx: 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.
2001-07-30 07:18 scottim
* Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
cmUnixMakefileGenerator.cxx: Removed the Uniquification of the
include and link directory list in FinalPass, and achieved the same
effect by makein m_LinkDirectores and m_IncludeDirectories a set
rather than vector
2001-07-27 16:29 hoffman
* Source/cmMakefile.cxx: ENH: Re-implemented
ExpandVariablesInString to significantly improve performance.
2001-07-27 13:06 scottim
* Source/: cmMakefile.cxx, cmMakefile.h: MAkefile now strips
duplicate directores from the libraries and include paths
2001-07-26 11:07 king
* Source/: cmCableClassSet.cxx, cmCableClassSet.h,
cmCableClassSetCommand.cxx, cmCableWrapTclCommand.cxx: ENH: Added
cable class-set expansion and tagging for alternate name
generation. This should make the generated wrappers much easier to
setup and use.
2001-07-26 10:18 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp: ENH:
change the logic of disabling the ok button a bit
2001-07-26 09:47 berk
* CMakeLists.txt: ENH: Updated regexp for tracing dependencies in
FLTK dialog.
2001-07-26 08:36 martink
* Source/cmMakefile.h: fixed warnings
2001-07-25 18:30 hoffman
* Source/: cmMakefile.cxx, cmMakefile.h, cmake.cxx, cmake.h,
MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h,
MFCDialog/resource.h: ENH: rework GUI with configure/OK/Cancel
2001-07-25 16:53 martink
* Source/: cmCommands.cxx, cmFunctionBlocker.h, cmIfCommand.cxx,
cmIfCommand.h, cmMakefile.cxx, cmMakefile.h: added for each command
2001-07-25 16:52 martink
* Source/: cmEndForEachCommand.cxx, cmEndForEachCommand.h,
cmForEachCommand.cxx, cmForEachCommand.h: new commands
2001-07-25 09:40 berk
* Source/cmCacheManager.cxx: Removing trailing spaces after cache
entry value.
2001-07-24 16:46 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
PropertyList.h, resource.h: BUG: fix on scroll with buttons
2001-07-24 16:16 king
* Source/cmDSPWriter.cxx: 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.
2001-07-23 14:43 king
* Source/: cmConfigureGccXmlCommand.cxx,
cmConfigureGccXmlCommand.h: BUG: CompilerIsMipsPro needs to
redirect stderr to stdout so that the test output can be checked.
2001-07-23 11:54 king
* Source/: cmConfigureGccXmlCommand.cxx,
cmConfigureGccXmlCommand.h: ENH: Added support for UNIX compilers.
GCC and MIPSpro are supported.
2001-07-23 11:53 king
* Source/: cmSystemTools.cxx, cmSystemTools.h: 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.
2001-07-23 11:07 king
* Source/: cmCommands.cxx, cmConfigureGccXmlCommand.cxx,
cmConfigureGccXmlCommand.h: 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.
2001-07-23 11:06 king
* Modules/FindGCCXML.cmake: ENH: Module to find and configure
GCCXML and GCCXML_FLAGS.
2001-07-20 15:05 millerjv
* Web/index.html: FIX: changed hyperlink color from white/white
2001-07-20 11:41 millerjv
* Modules/Dart.cmake: ENH: Added Purify targets
2001-07-20 09:20 millerjv
* Modules/Dart.cmake: ENH: Added purify command.
2001-07-20 04:56 scottim
* Templates/DLLHeader.dsptemplate: adding what I think is a missing
/pdbtype:sept
2001-07-19 14:31 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h, FLTKDialog.cxx: ENH: Save and Load
of recent Source and Binary directories added.
2001-07-18 16:45 martink
* Source/cmMakefile.h: updated version
2001-07-18 11:40 martink
* Source/cmSystemTools.cxx: limit library search to appropriate
extensions
2001-07-18 10:17 hoffman
* Modules/Dart.cmake: BUG: enable testing even if not tcl found
2001-07-17 15:41 king
* Source/cmCableWrapTclCommand.cxx: 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.
2001-07-17 15:41 king
* Source/cmMakeDepend.cxx: BUG: Need to expand variables in search
paths in case it hasn't been done yet by the makefile.
2001-07-17 15:09 king
* Source/: cmMakeDepend.cxx, cmMakeDepend.h,
cmOutputRequiredFilesCommand.cxx, cmUnixMakefileGenerator.cxx: 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.
2001-07-17 09:54 king
* Modules/CMakeLists.txt, Modules/FindDart.cmake,
Modules/FindJNI.cmake, Modules/FindPythonLibs.cmake,
Modules/FindTCL.cmake, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Templates/configure,
Templates/configure.in: ENH: Added support for using
backslash-style escaping in CMakeLists.txt file arguments. This
allows double quotes to be used in arguments.
2001-07-16 18:40 perera
* Source/: cmAuxSourceDirectoryCommand.cxx, cmMakefile.cxx,
cmMakefile.h, cmSourceFile.cxx, cmSourceFile.h,
cmSourceFilesCommand.cxx, cmSourceFilesRemoveCommand.cxx,
cmTarget.cxx: ENH: Source and header file extensions are in
variables in cmMakefile. AUX_SOURCE_DIRECTORY will only add files
that have a "source" extension.
2001-07-16 16:49 hoffman
* Web/HTML/: About.html, Documentation.html, Download.html,
Examples.html, FAQ.html, Features.html, Install.html,
MailingLists.html, News.html, SideBar.html, Sponsors.html,
Testing.html, TestingSetup.html: ENH: add TestingSetup
2001-07-16 15:19 ibanez
* Modules/: FindGLU.cmake, FindGLUT.cmake: Search path for
OpenGL related libraries
2001-07-16 11:17 king
* Web/HTML/Sponsors.html: ERR: ITK is the original sponsoring
project for CMake, not itself.
2001-07-16 10:17 hoffman
* Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX
2001-07-16 10:15 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure cache is
cleared
2001-07-16 10:14 hoffman
* Source/: cmMakefile.cxx, cmSourceFile.cxx: ENH: add support for
mac osx
2001-07-15 21:10 barre
* Modules/FindPythonLibs.cmake: update include/lib path to Python
(Linux)
2001-07-12 19:48 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
PropertyList.cpp, PropertyList.h: ENH: add a check to avoid
quitting before rebuilding
2001-07-11 13:30 martink
* Source/: cmMakefile.h, cmMakefile.h: version num
2001-07-11 13:06 martink
* Source/MFCDialog/CMakeSetupDialog.cpp: fixed up resizing info
2001-07-11 12:12 hoffman
* Source/cmSystemTools.cxx: BUG: make sure find program does not
find directories
2001-07-10 17:13 hoffman
* Source/: cmIncludeCommand.cxx, cmLoadCacheCommand.cxx: BUG:
remove iostream.h includes
2001-07-10 16:20 berk
* Source/cmUnixMakefileGenerator.cxx: Unnecessary variable
2001-07-10 16:20 berk
* Source/cmMakefile.cxx: Better error checking.
2001-07-10 14:29 hoffman
* Templates/: configure, configure.in: BUG: fix excape of * for
cmake
2001-07-10 13:57 king
* Source/cmUnixMakefileGenerator.cxx: BUG: When splitting a full
path library into separate -L and -l parts, the -l part may not
have a "lib" prefix on cygwin.
2001-07-10 12:09 king
* Source/cmake.cxx: 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.
2001-07-10 11:56 berk
* Modules/Dart.cmake: Checking if tclshcommand is defined before
running it.
2001-07-10 11:46 king
* Source/cmUnixMakefileGenerator.cxx: ENH: Added
-D(library_name)_EXPORTS to build rules for sources that are going
to be linked into a shared library. This allows dllexport setup
for DLL building on cygwin. It may also come in handy in unix in
the future. This corresponds to the same definition added by the
dll dsp template in windows.
2001-07-10 09:23 martink
* Source/cmBuildNameCommand.cxx: changes to better handle old
values or hand set values
2001-07-09 12:46 nobody
* DartConfig.cmake: Disabled doxygen and gnats
2001-07-08 17:54 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: library extension goes
after library name, not before
2001-07-06 14:41 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: some clean up, and better checking to see if we are building
cmake
2001-07-06 14:11 hoffman
* configure, configure.in: ENH: run make depend
2001-07-06 12:46 will
* Source/cmCommand.h: ERR:Spelling mistake
2001-07-06 09:22 king
* Source/cmStandardIncludes.h: ENH: Warning 4503 disable for MSVC.
2001-07-05 18:15 hoffman
* Templates/: configure, configure.in: BUG: fix flags for cygwin
and shared builds
2001-07-05 17:52 hoffman
* Source/cmSystemTools.cxx: ENH: add better error output
2001-07-05 12:03 hoffman
* Source/cmUnixMakefileGenerator.cxx, Templates/configure,
Templates/configure.in: BUG: fix solaris problems in install and ar
2001-07-03 10:53 king
* Source/cmCableWrapTclCommand.cxx: ENH: Removed -fsyntax-only flag
from call to gcc-xml. It should be part of GCCXML_FLAGS.
2001-07-03 05:27 scottim
* Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/UtilityHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: Renamed the
ReleaseWithDebugInfo Build configuration to RelWithDebInfo, because
msdev does simple matching on build target, and specifying either
Release or Debug builds would also build ReleaseWithDebugInfo
2001-07-02 16:52 king
* Source/cmUnixMakefileGenerator.cxx: BUG: When outputting relative
path of .o, the relative path of the source file must also be
written (not full path).
2001-07-02 16:30 millerjv
* Source/cmBuildNameCommand.cxx: FIX: BuildName removes path to
compiler and converts any illegal characters
2001-07-02 15:57 king
* Source/: cmCommands.cxx, cmBuildSharedLibrariesCommand.cxx,
cmBuildSharedLibrariesCommand.h: ENH: Removed deprecated command
completely.
2001-07-02 15:38 king
* Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmDSWWriter.cxx, cmMakefile.cxx,
cmMakefile.h, cmTarget.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: ENH: Added support for selection of
static/shared build on a per-library basis.
2001-07-02 14:38 martink
* Source/cmake.cxx: better arg support
2001-07-02 14:03 berk
* Source/: cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.h,
cmVTKWrapTclCommand.h: Should not be inherited.
2001-07-02 14:03 berk
* Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
cmVTKWrapTclCommand.cxx: Better error checking.
2001-07-02 14:02 berk
* Source/cmConfigureFileCommand.cxx: Wrong place for fout
2001-06-29 17:06 martink
* Web/Art/CMakeLogo.gif: cmake logo for dashboard
2001-06-29 16:59 martink
* Web/Art/CMakeLogo.gif: cmake logo for dashboard
2001-06-29 16:55 martink
* Web/Art/CMakeLogo.gif: cmake logo for dashboard
2001-06-29 16:46 martink
* Source/cmConfigureFileCommand.cxx: better configure file command
2001-06-29 16:06 nobody
* CMakeLists.txt: added logo
2001-06-29 13:43 martink
* Web/Art/CMakeLogo.gif: cmake logo for dashboard
2001-06-29 09:53 martink
* Source/cmaketest.cxx: minor compile fix
2001-06-29 09:30 hoffman
* Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in, Templates/configure,
Templates/configure.in: BUG: break up CMAKE_AR into program and
ARGS
2001-06-28 17:45 hoffman
* configure, configure.in, Source/cmSystemTools.cxx,
Source/cmUnixMakefileGenerator.cxx, Templates/configure,
Templates/configure.in: ENH: various fixes to allow bootstrap on
sunos with CC
2001-06-28 16:45 hoffman
* Source/cmEnableTestingCommand.cxx: fixed Dart issue
2001-06-28 15:27 hoffman
* Templates/CMakeSystemConfig.cmake.in: set values in the cache not
just the current makefile
2001-06-28 15:11 berk
* Source/FLTKDialog/FLTKPropertyItemRow.cxx: Undefined symbol
2001-06-28 15:08 berk
* Source/cmUnixMakefileGenerator.cxx: Special rules for
out-of-package source files.
2001-06-28 14:53 hoffman
* Source/FLTKDialog/: CMakeLists.txt,
CMakeSetupGUIImplementation.cxx, FLTKPropertyItemRow.cxx,
FLTKPropertyList.cxx: BUG: fix for sgi compiler
2001-06-28 14:38 hoffman
* Templates/: configure, configure.in: BUG: pass flags to compiler
during configure
2001-06-28 14:27 hoffman
* Templates/: configure, configure.in: BUG: pass flags to compiler
during configure
2001-06-28 14:01 hoffman
* Source/cmSourceFilesCommand.cxx: BUG: find files in
subdirectories
2001-06-28 11:42 hoffman
* Source/cmStandardIncludes.h: fix for scope on hp
2001-06-28 11:40 hoffman
* Source/cmSystemTools.cxx: BUG: check size of path error, HP
gcount problem
2001-06-27 17:19 berk
* Source/cmSourceFilesCommand.cxx: Added variable expansion.
2001-06-27 16:18 martink
* Source/cmMakefile.h: updated version to 0.3
2001-06-27 16:17 martink
* Source/cmMakefile.h: updated version to 0.2
2001-06-27 16:14 martink
* Source/cmUnixMakefileGenerator.cxx: ENH: fix install when
executable and lib path set
2001-06-27 15:42 hoffman
* configure, configure.in, Source/CMakeLists.txt,
Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx,
Source/cmake.cxx, Templates/install-sh: ENH: fix install for
cygwin, build cmake from configure
2001-06-27 15:13 king
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
BUG: Check for building shared libraries should read from the make
file's setting, not directly from the cache.
2001-06-27 15:09 king
* Source/cmDSPWriter.cxx: BUG: Check for building shared libraries
should read from makefile's setting, not directly from the cache.
2001-06-27 13:57 will
* Web/HTML/Download.html: added binary download
2001-06-27 13:16 martink
* CMake.rtf: updated for 0.2
2001-06-27 13:12 martink
* Source/: cmLinkLibrariesCommand.h, cmSubdirCommand.h:
documentation change
2001-06-27 12:09 perera
* Source/cmUnixMakefileGenerator.cxx: ENH: Use ${MAKE} instead of
make for dependent library rules
2001-06-27 11:49 martink
* Source/cmCommands.cxx: alphabetized
2001-06-27 11:35 martink
* Source/cmake.cxx: added help options
2001-06-27 09:17 martink
* Source/: cmSystemTools.cxx, cmaketest.cxx, cmaketest.h.in: minor
fixes to testing
2001-06-27 09:16 martink
* Source/CMakeLists.txt: mod to the testing
2001-06-27 09:16 martink
* CMakeLists.txt: added dependencies for testing
2001-06-26 16:44 hoffman
* Source/MFCDialog/PropertyList.cpp: ENH: convert to unix slashes
on browse, remove font and color junk
2001-06-26 16:19 hoffman
* Source/cmake.dsp: BUG: change to dos mode
2001-06-26 13:41 martink
* Modules/Dart.cmake: update for CMake changes
2001-06-26 13:23 martink
* Source/: CMakeLists.txt, cmAddCustomTargetCommand.cxx,
cmAddCustomTargetCommand.h, cmBuildCommand.cxx,
MFCDialog/CMakeLists.txt: modified how paths are escaped, added
depends
2001-06-26 10:01 martink
* Source/: cmAddDependenciesCommand.cxx,
cmAddDependenciesCommand.h, cmCommands.cxx: added add dependencies
command
2001-06-26 09:55 martink
* Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
CMakeSetupDialog.h: better GUI resize and combo box fixes
2001-06-25 13:34 millerjv
* Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: FIX:
added AddDefinition() to store site name and build name in
makefile. Also stripped white space from the result of
hostname.
2001-06-25 10:59 martink
* CMakeLists.txt: made cmake write its execs into CMake/Source
2001-06-22 14:53 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: shared libraries should
not depend on other shared libraries, they get relinked too often.
2001-06-22 14:53 hoffman
* Source/cmMakefile.cxx: ENH: put back stdio.h to get sprintf
2001-06-22 14:23 biddi
* Source/cmCommands.cxx: ERR: Serious problems with my CVS. How did
this get committed?
2001-06-22 12:19 king
* Source/cmSystemTools.cxx: BUG: Wrote correct implementation of
cmCopyFile.
2001-06-22 12:18 king
* Source/cmake.cxx: BUG: Fixed generation of cMakeRoot in one case.
2001-06-22 12:18 king
* Source/cmStandardIncludes.h: ENH: Added string.h include.
2001-06-22 12:17 king
* Source/cmMakefile.cxx: ERR: Removed stray standard header
include. They should be added to cmStandardIncludes.h
2001-06-22 12:17 king
* Source/cmIncludeCommand.cxx: BUG: Added missing newline in error
message.
2001-06-22 11:32 martink
* Source/cmMakefile.cxx: removed stricmp
2001-06-22 11:28 martink
* Source/CMakeLists.txt: escape quotes on cmaketest.h.in
2001-06-22 11:15 martink
* Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
added escape quotes option
2001-06-22 11:14 martink
* Source/: cmMakefile.cxx, cmMakefile.h: added escape quotes option
in replace strings
2001-06-22 10:21 martink
* Source/: cmSystemTools.cxx, cmSystemTools.h: added escape quote
method
2001-06-22 09:58 biddi
* Source/: cmCommands.cxx, cmSourceFilesRemoveCommand.cxx,
cmSourceFilesRemoveCommand.h: ENH: Added new command
SOURCE_FILES_REMOVE which can be used to take files out of the
build. Especially useful when certain compilers choke on the odd
file.
2001-06-22 09:47 biddi
* Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
RemoveSource(...) to complement AddSource. New command
SOURCE_FILES_REMOVE uses it and can be used to take files out of
the build
2001-06-22 09:27 martink
* Source/cmaketest.cxx: namespace issues
2001-06-21 17:55 hoffman
* Source/cmDSWWriter.cxx: allow no name project
2001-06-21 17:53 martink
* Source/CMakeLists.txt: better testing
2001-06-21 17:53 martink
* Source/: cmSystemTools.cxx, cmSystemTools.h: adde changeDirectory
2001-06-21 17:52 martink
* Source/: cmaketest.cxx, cmaketest.h.in: new test driver
2001-06-21 17:52 martink
* Tests/Simple/: CMakeLists.txt, simple.cxx: new tests
2001-06-21 17:41 hoffman
* Source/cmake.cxx: BUG: fix for unix
2001-06-21 17:25 hoffman
* Source/cmake.cxx: ENH: clean up
2001-06-21 17:20 hoffman
* Source/cmake.cxx: ENH: look in the PREFIX dir for the modules
2001-06-21 16:34 hoffman
* Source/: cmConfigure.cmake.h.in, cmake.cxx: ENH: better ability
to find cmake program
2001-06-21 15:57 martink
* Templates/CMakeLists.txt: minor install fix
2001-06-21 15:54 martink
* Source/cmUnixMakefileGenerator.cxx: better permission handling
2001-06-21 15:02 king
* Source/: cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
cmUnixMakefileGenerator.cxx: ENH: Extended
INCLUDE_REGULAR_EXPRESSION to allow selective complaints about
missing dependencies.
2001-06-21 15:02 king
* Source/CMakeLists.txt: ENH: Added BUILD_FLTK_GUI option (defaults
to ON).
2001-06-21 13:48 hoffman
* Source/: CMakeLists.txt, cmSourceFile.cxx, cmStandardIncludes.h:
BUG: fix bootstrap build on unix
2001-06-21 12:43 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h: ENH: Update the
cacheManager from the GUI after each callback. Only load the
cache from disk if the binary path has changed.
2001-06-21 12:31 hoffman
* CMakeLists.txt: ENH: add include regexp
2001-06-21 12:19 martink
* Source/FLTKDialog/CMakeLists.txt: added install target
2001-06-21 12:01 martink
* CMakeLists.txt, Makefile.in, configure, configure.in, install-sh,
Modules/CMakeLists.txt, Source/cmInstallFilesCommand.cxx,
Source/cmInstallFilesCommand.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmake.cxx, Templates/CMakeLists.txt,
Templates/install-sh: better install support
2001-06-21 10:58 hoffman
* Templates/CMakeSystemConfig.cmake.in: BUG: remove quotes
2001-06-21 10:36 hoffman
* Source/: cmIncludeCommand.cxx, cmIncludeCommand.h: ENH: add
optional include and only allow one file per INCLUDE
2001-06-21 10:17 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: INTERNAL
properties are not display any longer in the GUI
2001-06-21 09:56 ibanez
* Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: The cache is not
saved now after every modification of the GUI
2001-06-21 09:45 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
FLTKPropertyItemRow.cxx: ENH: Clearing and redrawing the property
list after a build to load the new cache.
2001-06-21 08:41 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: PropertyRows have
now a reference to CMakeSetupGUI and save the cache at each
callback action
2001-06-21 07:37 ibanez
* Source/FLTKDialog/: CMakeLists.txt, CMakeSetupGUI.cxx,
CMakeSetupGUI.fl, CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h: ENH:
PropertyNameButton was removed. PropertyRow manages all the
callbacks now
2001-06-21 07:35 ibanez
* Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.h,
FLTKPropertyNameButtonWithHelp.cxx: Removed: now the help string is
managed by the PropertyRow class
2001-06-20 17:03 hoffman
* Source/: FLTKDialog/CMakeLists.txt, MFCDialog/CMakeLists.txt:
ENH: add CMakeSetup as a target
2001-06-20 16:49 hoffman
* Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: ENH: boot strap mfc gui and
support for MFC
2001-06-20 13:56 hoffman
* Source/CMakeLists.txt, Source/cmConfigure.cmake.h.in,
Source/cmSourceFile.cxx, Source/cmStandardIncludes.h,
Source/cmake.cxx, Source/FLTKDialog/CMakeLists.txt,
Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
Templates/CMakeSystemConfig.cmake.in, Templates/configure,
Templates/configure.in: ENH: fix cmake so it can boot strap itself
better
2001-06-19 16:29 hoffman
* Modules/FindFLTK.cmake: [no log message]
2001-06-19 16:10 hoffman
* Source/: CMakeLists.txt, FLTKDialog/CMakeLists.txt,
FLTKDialog/CMakeSetupGUIImplementation.cxx,
FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: ENH: build fltk
cmake on unix with bootstrap
2001-06-19 16:05 king
* Makefile.in: BUG: Exectuable installation must set permissions to
755 in case installer has a umask like 007.
2001-06-19 15:50 king
* Source/: cmBuildSharedLibrariesCommand.cxx, cmake.cxx: ENH: CMake
now always adds the BUILD_SHARED_LIBS cache entry. The
BUILD_SHARED_LIBRARIES command that used to be used is now
deprecated.
2001-06-19 15:49 hoffman
* Source/FLTKDialog/CMakeLists.txt: ENH: add bootstrap support for
building fltk
2001-06-19 15:33 hoffman
* Source/: CMakeLists.txt, FLTKDialog/CMakeSetupGUI.cxx,
MFCDialog/CMakeSetupDialog.cpp: ENH: add bootstrap support for
building fltk
2001-06-19 14:32 hoffman
* Source/MFCDialog/: CMakeDialog.h, CMakeSetup.rc,
CMakeSetupDialog.cpp, CMakeSetupDialog.h, resource.h: ENH: add
resize ability to dialog and fix tab stop orders
2001-06-19 12:03 king
* Source/: cmCableCloseNamespaceCommand.cxx,
cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
cmCableCommand.h, cmCableData.cxx, cmCableData.h,
cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
cmCableWrapCommand.h, cmCommands.cxx: ENH: Removing old-style cable
commands related to the instantiation functionality which has now
been removed from cable.
2001-06-19 12:01 king
* Source/cmOutputRequiredFilesCommand.cxx: ERR: Removed unused
variable.
2001-06-19 07:41 millerjv
* Source/: cmAddTestCommand.cxx, cmEnableTestingCommand.cxx: ENH:
Changed generated filename to DartTestfile.txt
2001-06-18 17:26 hoffman
* Source/cmSystemTools.cxx: BUG: use pclose not fclose
2001-06-18 16:54 perera
* Source/cmLinkLibrariesCommand.cxx: ENH: LINK_LIBRARIES(abc) will
automatically add the path to abc to the link directories, if the
path is known.
2001-06-18 15:35 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: remove unused
2001-06-18 15:32 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: create directories in
the right place
2001-06-18 15:31 hoffman
* Source/cmake.cxx: ENH: move EXECUTABLE_OUTPUT_PATH and
LIBRARY_OUTPUT_PATH initial creation to after the CMakeLists.txt
files have been parsed
2001-06-18 13:16 martink
* Modules/Dart.cmake: out of source dart support
2001-06-15 17:57 hoffman
* Source/cmUnixMakefileGenerator.cxx: ENH: do not add anything from
the current directory to the depends
2001-06-15 10:35 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: fixed so that empty
library paths are ignored
2001-06-15 07:51 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h, FLTKDialog.cxx,
FLTKPropertyNameButtonWithHelp.cxx: ENH: Absolute path to cmake
resolved
2001-06-15 07:49 ibanez
* Source/FLTKDialog/Makefile.in: ENH: Getting headers and libs for
FLTK and OpenGL
2001-06-15 07:40 will
* Web/HTML/Features.html: ENH:Added features
2001-06-15 07:34 will
* Web/HTML/: About.html, Features.html, SideBar.html: ENH:Added
features
2001-06-15 07:24 will
* Web/: index.html, HTML/Sponsors.html: Updated ASCI link
2001-06-14 17:29 king
* Web/HTML/Download.html: ENH: Updated anonymous checkout commands
for new repository root location.
2001-06-14 17:06 biddi
* Source/cmSourceFile.cxx: ERR: allow *.cpp as well as *.cxx etc
etc
2001-06-14 14:32 berk
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
FLTKPropertyList.cxx, FLTKPropertyNameButtonWithHelp.cxx,
FLTKPropertyNameButtonWithHelp.h: Include directory names are Case
sensitive in Unix.
2001-06-14 12:48 will
* Web/HTML/Sponsors.html: Refined Jim Ahrens changes
2001-06-14 12:42 will
* Web/: index.html, HTML/Sponsors.html, Art/asci.gif,
Art/asci_little.gif: Feedback from Jim Ahrens
2001-06-14 11:45 martink
* Source/CMakeLib.dsp: added make depend on win32
2001-06-14 10:19 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: fix it so that if a
Makefile is out of date for some reason, it is only built once, it
was doing it twice.
2001-06-14 09:10 martink
* CMakeLists.txt, DartConfig.cmake: modified testing
2001-06-13 17:50 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: fix so it does not jump
into the current directory for inital target builds
2001-06-13 17:03 hoffman
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
cmake.cxx: ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH
for unix
2001-06-13 16:15 martink
* Modules/FindDart.cmake: used to find the dart testing system
2001-06-13 14:49 martink
* CMakeLists.txt: minor dart change
2001-06-13 13:53 martink
* Source/: cmTarget.cxx, cmTarget.h: duh
2001-06-13 13:49 martink
* CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h: minor cvs
web changeCMakeLists.txt
2001-06-13 10:28 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Search
for cmake executable full path added (window/unix)
2001-06-13 09:37 will
* Web/HTML/SideBar.html: Added dashboard
2001-06-13 00:16 ibanez
* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
FLTKPropertyItemRow.h, FLTKPropertyList.cxx, FLTKPropertyList.h,
FLTKPropertyNameButtonWithHelp.cxx,
FLTKPropertyNameButtonWithHelp.h: ENH: Added popup menu for
removing a property. Some style changes
2001-06-12 18:44 ibanez
* Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
FLTKPropertyItemRow.h, Makefile.in: ENH: Added help blobs that
popup when the mouse is left on top of the property name
2001-06-12 18:43 ibanez
* Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.cxx,
FLTKPropertyNameButtonWithHelp.h: Class derived from Fl_Button
with added help blobs
2001-06-12 14:15 perera
* Source/cmUnixMakefileGenerator.cxx, Templates/configure,
Templates/configure.in: BUG: SHLIB_LINK was being used when linking
static executables. Missing comma in RUNTIME_FLAG for IRIX. ENH:
User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure
detected flags
2001-06-12 13:30 martink
* CMakeLists.txt, Source/CMakeLists.txt: support testing
2001-06-12 12:22 king
* Source/cmUnixMakefileGenerator.cxx: BUG: CMake's configure needs
to run with the current directory as the project's binary
directory.
2001-06-12 12:20 king
* Source/FLTKDialog/: CMakeSetupGUI.h,
CMakeSetupGUIImplementation.cxx, CMakeSetupGUIImplementation.h:
ERR: Needed virtual destructor to correspond to virtual functions.
Also added several std:: qualifiers to string.
2001-06-12 11:55 martink
* Source/: cmakemain.cxx, cmakemain.cxx: cmake does not require two
arguments
2001-06-12 11:12 martink
* Source/cmCommands.cxx: removed old added new
2001-06-12 11:08 martink
* Source/cmCommands.cxx: removed old added new
2001-06-12 11:08 martink
* Source/: cmOutputRequiredFilesCommand.cxx,
cmOutputRequiredFilesCommand.h: added new command
2001-06-12 11:08 martink
* Source/: cmConfigureFileNoAutoconf.cxx,
cmConfigureFileNoAutoconf.h, cmTestsCommand.cxx, cmTestsCommand.h:
removed old commands
2001-06-12 10:59 king
* Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx: BUG:
Dependency hints must be removed by the makefile generator before
adding the dependencies generated by cmMakeDepend.
2001-06-12 10:45 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: There was no dependency
for library targets on their required libraries. (Hopefully there
aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is
now used for executable targets.
2001-06-12 09:00 martink
* Source/: cmMakeDepend.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmMakeDepend.cxx: some cleanup to the
make depend process
2001-06-12 08:34 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h, FLTKPropertyItemRow.cxx: ENH: Paths
are now expanded for environment variables and made absolute.
The binary directory is created if it doesn't exist.
2001-06-12 08:31 king
* Source/cmUnixMakefileGenerator.cxx: BUG: WIN32_EXECUTABLE targets
were not being installed on unix properly. They are supposed to be
treated just like any other EXECUTABLE target.
2001-06-12 08:30 king
* Source/cmake.cxx: ERR: int -> unsigned int.
2001-06-11 21:50 ibanez
* Modules/FindFLTK.cmake: ENH: Added the path used in SuSe Linux
7.1
2001-06-11 19:14 millerjv
* Modules/Dart.cmake: Modified for new Dart source tree
2001-06-11 18:00 martink
* Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: minor fix in
error checking
2001-06-11 17:09 king
* Modules/FindTCL.cmake: ENH: Added check for tcl8.4 (as against
tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
2001-06-11 16:47 martink
* Source/cmMakefile.h: added some const versions of get methods
2001-06-11 15:31 millerjv
* Modules/Testing.cmake: Changed Testing.cmake to Dart.cmake
2001-06-11 15:28 millerjv
* Modules/Dart.cmake: Rename Testing.cmake to Dart.cmake
2001-06-11 10:18 king
* Source/cmSystemTools.cxx: BUG: Fixed regular expression used to
match registry entries. The expression now matches everything
after a [HKEY until the first ']' is encountered.
2001-06-11 02:10 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Waiting
cursor color were reversed
2001-06-11 01:20 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h: ENH: CMake invokation is working.
2001-06-10 21:36 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
CMakeSetupGUIImplementation.h: ENH: Cache saving added
2001-06-10 18:27 ibanez
* Source/cmSystemTools.cxx: DOC: Added a comment about the risk of
using tempnam in Unix, as opposed to using mkstemp.
2001-06-10 18:25 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cpp,
CMakeSetupGUIImplementation.cpp, FLTKPropertyList.cpp,
FLTKDialog.cpp: .cpp renamed as .cxx
2001-06-10 18:23 ibanez
* Source/FLTKDialog/FLTKPropertyItemRow.h: Class to manage
every row in the GUI scrolling, corresponding to a
single property
2001-06-10 18:23 ibanez
* Source/FLTKDialog/Makefile.in: Template for the Makefile
2001-06-10 18:21 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cxx,
CMakeSetupGUIImplementation.cxx, FLTKDialog.cxx,
FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx: ENH: cpp renamed
cxx. Copy of data to and from the GUI is working
2001-06-10 18:19 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.fl, CMakeSetupGUI.h,
CMakeSetupGUIImplementation.h, FLTKPropertyList.h: ENH: Added
Fl_Tiles as row for holding property data. Data to and from the
GUI is working
2001-06-09 20:54 king
* Source/cmCableWrapTclCommand.cxx: BUG: Changed custom command
generation to not use full path of output file from cable.
2001-06-08 14:40 king
* Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
Added proper request for/generation of CABLE, GCCXML, and
GCCXML_FLAGS cache entries. This also allowed the correct
generation of gccxml rules.
2001-06-08 14:38 king
* Source/cmDSPWriter.cxx: BUG: Removed generation of stray # Begin
Custom Build line.
2001-06-08 11:33 will
* Web/HTML/: Documentation.html, Documentation.html: Documentation
updated
2001-06-08 11:28 will
* Web/HTML/: Documentation.html, Documentation.html: Documentation
updated
2001-06-08 00:18 perera
* Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in, Templates/configure,
Templates/configure.in: ENH: Runtime library search paths can be
added to the link lines for on shared builds.
2001-06-07 16:48 martink
* CMake.pdf.gz: replaced with pdf version
2001-06-07 16:45 will
* CMake.pdf: updated docs
2001-06-07 16:34 martink
* CMake.doc.gz: checked in rtf version
2001-06-07 16:24 martink
* CMake.rtf: updated docs
2001-06-07 14:52 hoffman
* Source/cmAddTestCommand.cxx, Source/cmCablePackageCommand.cxx,
Source/cmCableWrapTclCommand.cxx, Source/cmCacheManager.cxx,
Source/cmCacheManager.h, Source/cmDSWWriter.cxx,
Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmSystemTools.h,
Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
Source/cmake.cxx, Source/MFCDialog/CMakeSetupDialog.cpp,
Templates/CMakeWindowsSystemConfig.cmake: ENH: move utilities to
targets from makefile, and add versioning to cache
2001-06-07 12:22 king
* Source/cmEnableTestingCommand.cxx: BUG: ENABLE_TESTING command
may need to create output directory before writing the
CMakeTestfile into it since it is invoked before the makefile
generator runs.
2001-06-07 11:36 scottim
* Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/UtilityHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: adding a "Release with
debugging Info" build to CMake for NT
2001-06-07 10:16 king
* Source/cmCableWrapTclCommand.cxx: ERR: Fixed generation of source
name and directory for cmSourceFiles of generated Tcl wrapper
files. Changed extension of generated gcc-xml input c++ file to be
.cc so that GCC will recognize it, but MsDev will still allow a
custom command on it.
2001-06-07 08:50 millerjv
* Source/cmConfigureFileNoAutoconf.cxx: FIX: Chaned error message
to match command
2001-06-06 16:45 king
* Source/cmCableWrapTclCommand.cxx: ENH: Changed generation of
gccxml command to write out define and include flags explicitly
instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables. This
should help it run when gccxml is not the compiler that will build
the generated wrappers.
2001-06-06 16:14 millerjv
* Source/cmAddTestCommand.cxx: FIX: InitialPass() seg fault on
std::copy and FinalPass() was not appending to the file
2001-06-06 13:58 martink
* Source/: cmAddTestCommand.cxx, cmAddTestCommand.h,
cmCommands.cxx, cmConfigureFileNoAutoconf.cxx,
cmEnableTestingCommand.cxx, cmEnableTestingCommand.h,
cmMakefile.cxx, cmMakefile.h, cmTestsCommand.cxx: added enable
testing deprecated some commands
2001-06-06 13:55 hoffman
* Source/CMakeLib.dsp: [no log message]
2001-06-06 13:48 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWMakefile.h, cmDSWWriter.cxx,
cmDSWWriter.h, cmMSProjectGenerator.cxx, cmMSProjectGenerator.h:
ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
2001-06-06 13:37 will
* Web/HTML/: About.html, Documentation.html: ENH:Some more tweaks
2001-06-06 13:19 hoffman
* Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmAddTestCommand.cxx, cmAddTestCommand.h,
cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
cmBuildNameCommand.h, cmBuildSharedLibrariesCommand.cxx,
cmBuildSharedLibrariesCommand.h, cmCableClassSetCommand.cxx,
cmCableClassSetCommand.h, cmCableCloseNamespaceCommand.cxx,
cmCableCloseNamespaceCommand.h, cmCableDefineSetCommand.cxx,
cmCableDefineSetCommand.h, cmCableOpenNamespaceCommand.cxx,
cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
cmCablePackageEntryCommand.h, cmCableWrapTclCommand.cxx,
cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
cmConfigureFileCommand.h, cmConfigureFileNoAutoconf.cxx,
cmConfigureFileNoAutoconf.h, cmElseCommand.cxx, cmElseCommand.h,
cmEndIfCommand.cxx, cmEndIfCommand.h, cmExecProgramCommand.cxx,
cmExecProgramCommand.h, cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindPathCommand.cxx, cmFindPathCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h,
cmGetFilenameComponentCommand.cxx, cmGetFilenameComponentCommand.h,
cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
cmIncludeCommand.h, cmIncludeDirectoryCommand.cxx,
cmIncludeDirectoryCommand.h, cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
cmInstallFilesCommand.h, cmInstallTargetsCommand.cxx,
cmInstallTargetsCommand.h, cmLibraryCommand.h,
cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
cmMakefile.cxx, cmMessageCommand.cxx, cmMessageCommand.h,
cmOptionCommand.cxx, cmOptionCommand.h, cmProjectCommand.cxx,
cmProjectCommand.h, cmSetCommand.cxx, cmSetCommand.h,
cmSiteNameCommand.cxx, cmSiteNameCommand.h,
cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
cmSubdirCommand.cxx, cmSubdirCommand.h,
cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
cmTestsCommand.cxx, cmTestsCommand.h, cmUtilitySourceCommand.cxx,
cmUtilitySourceCommand.h, cmVTKWrapJavaCommand.cxx,
cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.cxx,
cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.cxx,
cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx,
cmWrapExcludeFilesCommand.h: ENH: rename Invoke to InitialPass
2001-06-06 13:18 hoffman
* Source/MFCDialog/PropertyList.cpp: BUG: PATH options should not
remove the file part of the path...
2001-06-06 11:02 millerjv
* Source/cmMakefile.cxx: Change name of file created from Testfile
to CMakeTestfile.txt
2001-06-06 10:29 will
* Web/HTML/Examples.html: ENH:More tweaks
2001-06-06 10:25 will
* Web/HTML/: Download.html, Install.html, SideBar.html: ENH:More
tweaks
2001-06-06 10:11 will
* Web/: Art/CMakeGUI.jpg, HTML/About.html, HTML/Documentation.html,
HTML/Examples.html, HTML/SideBar.html, HTML/Sponsors.html,
HTML/Table.html, HTML/cmakeExample.tar.gz: ENH:Some enhancements to
the examples
2001-06-06 09:44 martink
* Source/cmSystemTools.cxx: better regexp for reg entries
2001-06-06 09:43 martink
* Modules/FindJNI.cmake: better tests
2001-06-06 09:08 will
* Web/Art/CMakeBanner.jpg: ERR:Didn't -kb
2001-06-06 09:07 will
* Web/Art/CMakeBanner.jpg: Didn't kb
2001-06-06 08:49 will
* Web/: index.html, Art/CMakeBanner.jpg, Art/CMakeBanner.psd,
Art/CMakeLogo.ppt, Art/CMakeLogo.psd, Art/SideBar.jpg,
Art/SideBar.psd, Art/acl.gif,
Art/itkLogoSmallTransparentBackground.gif, Art/nlm_logo.gif,
Art/swooshSmall.gif, HTML/About.html, HTML/Documentation.html,
HTML/Download.html, HTML/Examples.html, HTML/FAQ.html,
HTML/Head.html, HTML/MailingLists.html, HTML/News.html,
HTML/SideBar.html, HTML/Sponsors.html, HTML/Style.css,
HTML/Table.html, HTML/Testing.html: ENH:First incarnation of web
pages
2001-06-06 07:47 millerjv
* Source/cmMakefile.cxx: FIX: forgot to close the files
2001-06-05 22:54 perera
* Source/cmUnixMakefileGenerator.cxx: ENH: Compress the library
search directories so that each appears only once.
2001-06-05 20:34 millerjv
* Source/cmCommands.cxx: ENH: Added AddTest command
2001-06-05 20:34 millerjv
* Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added AddTest, and
GenerateTestfile routines
2001-06-05 20:32 millerjv
* Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: New cmake
command to specify a single test
2001-06-05 17:46 berk
* Source/cmVTKWrapPythonCommand.cxx: Module name between Unix and
Windows got switched by mistake.
2001-06-05 17:41 biddi
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Some tweaks,
hacks and #ifdefs required to compile cmake on Borland C++Builder
2001-06-05 17:29 hoffman
* Source/MFCDialog/CMakeSetup.dsp: ENH: add PathDialog
2001-06-05 17:26 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, PathDialog.cpp,
PathDialog.h, PropertyList.cpp: ENH: add better path chooser dialog
2001-06-05 15:48 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: fix EXE and LIB
path problems
2001-06-04 18:24 hoffman
* Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx: STYLE: line too long
2001-06-04 18:24 hoffman
* Source/cmMessageCommand.cxx: ENH: print all arguments
2001-06-04 18:23 hoffman
* Source/cmSetCommand.cxx: ENH: add better error checking
2001-06-04 17:17 martink
* Source/: cmFindIncludeCommand.cxx, cmFindIncludeCommand.h:
removed find include command
2001-06-04 17:16 martink
* Source/cmCommands.cxx: removed find include command finally added
message
2001-06-04 16:55 martink
* Source/: cmSystemTools.cxx, cmSystemTools.h: new message command
2001-06-04 16:55 martink
* Source/: cmMessageCommand.cxx, cmMessageCommand.h: new command
2001-06-04 16:45 martink
* Source/cmVTKWrapPythonCommand.cxx: unused variable
2001-06-04 15:46 barre
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
staticLibHeader.dsptemplate: the "Release" target is not the
default.
2001-06-04 11:34 hoffman
* Source/: cmGeneratedFileStream.h, cmUnixMakefileGenerator.cxx:
ENH: try to better handle control-c during make Makefiles
2001-06-04 10:18 hoffman
* Source/: cmCacheManager.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
cmFunctionBlocker.h, cmMSProjectGenerator.cxx, cmMakefile.cxx,
cmMakefileGenerator.h, MFCDialog/CMakeSetupDialog.cpp: BUG: clean
up memory leaks.
2001-06-01 13:54 martink
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for network
includ paths
2001-06-01 13:29 berk
* Source/cmVTKWrapPythonCommand.cxx: Fixing the module name for
Unix.
2001-05-31 15:48 hoffman
* Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: BUG: fix edit
of directories
2001-05-31 14:15 berk
* Source/cmVTKWrapPythonCommand.cxx: Should not use decl if not on
Windows.
2001-05-30 15:56 hoffman
* Source/cmakemain.cxx: BUG: add missing file
2001-05-30 15:36 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove unused
includes
2001-05-30 15:28 hoffman
* Source/: CMakeLib.dsp, Makefile.in, cmMSProjectGenerator.cxx,
cmake.cxx, cmake.dsp, cmake.h, MFCDialog/CMakeSetup.dsp,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h: ENH:
change MFC gui to use cmake class
2001-05-29 14:16 perera
* Source/cmUnixMakefileGenerator.cxx: BUG: Now only one makefile
rule is generated per depenency. This eliminates a number of
warnings.
2001-05-25 17:19 geoff
* Source/cmSetCommand.cxx: bug meaning that set(a b) just set a to
"" and not to b
2001-05-25 15:33 king
* Source/cmSystemTools.cxx: BUG: Fixed stupid error in the hack I
just checked in.
2001-05-25 15:32 king
* Source/cmUnixMakefileGenerator.cxx: BUG: WIN32 executable target
rules are now generated in unix the same as any other executable
(instead of not at all).
2001-05-25 15:27 barre
* Templates/CMakeWindowsSystemConfig.cmake: better help
2001-05-25 15:27 barre
* Source/MFCDialog/PropertyList.cpp: display the property name in
the help box
2001-05-25 14:31 king
* Source/cmSystemTools.cxx: BUG: Added hack to
cmSystemTools::GetPath to make its algorithm correctly parse off
the last entry of the system PATH environment variable.
2001-05-25 14:27 king
* Source/cmUnixMakefileGenerator.cxx: BUG: Fixed logic that splits
a full path library link into the -L and -l pieces to not write out
a -l by itself if the file regular expression does not match.
2001-05-25 07:31 millerjv
* Modules/Testing.cmake: BUG: missing quote on a custom command
2001-05-24 21:17 barre
* Source/: cmSystemTools.cxx, cmSystemTools.h: New functions used
to extract the components of a full filename.
2001-05-24 21:14 barre
* Source/cmFindPathCommand.cxx: The path found is now collapsed
(cleaner).
2001-05-24 21:13 barre
* Source/: cmGetFilenameComponentCommand.cxx,
cmGetFilenameComponentCommand.h, cmCommands.cxx: Welcome to
cmGetFilenameComponentCommand ("Get a specific component of a full
filename")
2001-05-24 21:12 barre
* Source/CMakeLib.dsp: Welcome to cmGetFilenameComponentCommand
2001-05-24 21:11 barre
* Modules/FindTCL.cmake: Try to find tclsh or wish and use that
path to find the include or lib directory. TK_INTERNAL_PATH is
searched too (path to tkWinInt.h)
2001-05-24 19:17 barre
* Source/cmSystemTools.cxx: optimize ConvertToUnixSlashes a little
bit, and use it in MakeDirectory (code was duplicated)
2001-05-24 17:51 king
* Templates/CMakeSystemConfig.cmake.in: ERR: VAR type entry missing
after CACHE for CMAKE_TEMPLATE_FLAGS.
2001-05-24 14:59 barre
* Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h: updated
to handle Tk commands compiled/linked separately. Useful for VTK Tk
widgets for example.
2001-05-24 13:45 millerjv
* Modules/Testing.cmake: Project independent setting for testing
2001-05-24 13:40 barre
* Source/: cmSystemTools.cxx, cmSystemTools.h: new Capitalized
function. Will be used in the VTK Tcl wrapper for example (in a
more portable way).
2001-05-24 13:35 hoffman
* Source/MFCDialog/CMakeSetup.rc: [no log message]
2001-05-24 12:57 hoffman
* Modules/FindOpenGL.cmake, Source/cmSetCommand.cxx,
Source/cmSetCommand.h, Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp,
Templates/CMakeSystemConfig.cmake.in,
Templates/CMakeWindowsSystemConfig.cmake: ENH: change the syntax of
the SET command, fix the combo box for larger strings
2001-05-24 11:47 martink
* Source/: cmMakefile.h, cmake.cxx, MFCDialog/CMakeSetup.rc,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added version
number
2001-05-24 10:32 barre
* Templates/DLLHeader.dsptemplate: removed hardcoded VTKDLL
2001-05-24 10:00 barre
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, staticLibHeader.dsptemplate: slight
change in the order of the options (right-most takes precedence)
2001-05-23 20:16 millerjv
* Source/cmBuildCommand.cxx: Changed Windows build command to build
Release
2001-05-23 18:31 barre
* Templates/DLLHeader.dsptemplate: Intermediate Dir was wrong
2001-05-23 18:22 barre
* Templates/CMakeWindowsSystemConfig.cmake: /Gz => /GZ
2001-05-23 18:19 barre
* Templates/CMakeWindowsSystemConfig.cmake: removed /O2 from debug
2001-05-23 17:19 hoffman
* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Templates/CMakeWindowsSystemConfig.cmake,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: ENH: create
CMAKE_CXX_FLAGS_[Buildtype] flags
2001-05-23 16:33 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: add compute systeminfo
2001-05-23 16:31 martink
* Source/cmMSProjectGenerator.cxx: bug finding windows template
file
2001-05-23 16:28 martink
* Source/: cmSystemTools.cxx, cmake.cxx: command line fixes for
win32
2001-05-23 16:09 barre
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
staticLibHeader.dsptemplate: ReleaseMinSize => MinSizeRel
2001-05-23 15:53 hoffman
* Templates/DLLHeader.dsptemplate: BUG: remove vtkCommon
2001-05-23 15:49 martink
* Source/cmake.cxx: fixed quoted cmake
2001-05-23 14:44 hoffman
* Source/cmSystemTools.cxx: ENH: add better error message
2001-05-23 14:33 geoff
* Source/cmake.dsp: DSPs have to be binary
2001-05-23 14:05 hoffman
* Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
staticLibHeader.dsptemplate: ENH: change Release Minsize to
MinSizeRel, add MinSizeRel to dll template
2001-05-23 13:16 king
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added INSTALL
target to switch in OutputDSPFile. Also added a default that
prints out an error message so that anyone who adds a target
doesn't forget to update the switch.
2001-05-23 12:02 martink
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
cmDSWWriter.cxx: install fixes for win32
2001-05-23 11:53 martink
* Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: added install target support
2001-05-23 11:34 ibanez
* Modules/FindVTK.cmake: Module to search for VTK include and
library paths
2001-05-23 11:29 martink
* Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
cmInstallTargetsCommand.cxx, cmInstallTargetsCommand.h,
cmCommands.cxx, cmTarget.cxx, cmTarget.h: added install rules
2001-05-23 11:27 martink
* Templates/CMakeSystemConfig.cmake.in: added prefix to config
2001-05-23 10:47 hoffman
* Source/cmGeneratedFileStream.h: BUG: remove warning
2001-05-23 10:47 hoffman
* Source/cmake.dsp: BUG: fix output directory
2001-05-23 10:01 martink
* Source/cmProjectCommand.cxx: added PROJECT_SOURCE_DIR
2001-05-23 09:35 hoffman
* Source/cmTarget.cxx: ENH: allow duplicate libraries
2001-05-22 20:45 barre
* Templates/UtilityHeader.dsptemplate: Template now uses
EXECUTABLE_OUTPUT_PATH too.
2001-05-22 20:44 barre
* Templates/EXEWinHeader.dsptemplate: PROP BASE and PROP were
inverted
2001-05-22 20:36 barre
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Seems to me that
EXEWinHeader was not searched in the right place.
2001-05-22 17:49 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: do not include /usr/lib
in -L
2001-05-22 13:52 hoffman
* Source/Makefile.in: fix CXXFLAGS
2001-05-22 13:42 hoffman
* Source/Makefile.in: [no log message]
2001-05-22 13:40 hoffman
* configure, configure.in: use cxxflags in test builds
2001-05-22 13:22 hoffman
* Source/Makefile.in, Source/cmUnixMakefileGenerator.cxx,
Templates/configure, Templates/configure.in: BUG: fix depends and
CXXFLAGS passing
2001-05-22 12:38 barre
* Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
Templates/EXEWinHeader.dsptemplate,
Templates/staticLibHeader.dsptemplate: fixed some of the
LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
2001-05-22 11:15 martink
* dummy.in: no longer used
2001-05-22 10:43 ibanez
* Source/FLTKDialog/FLTKDialog.dsp: ENH: PropertyList class added
2001-05-22 10:43 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
CMakeSetupGUIImplementation.h: ENH: Added support for the
fltk::PropertyList class
2001-05-22 10:42 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.fl,
CMakeSetupGUI.h: Added interactions with the PropertyList
class
2001-05-22 10:41 ibanez
* Source/FLTKDialog/: FLTKPropertyList.cpp, FLTKPropertyList.h:
Class to manage the list of properties displayed on the scroller
2001-05-21 16:43 king
* Makefile.in: ERR: Added missing @srcdir@ and modified install
expressions to include *.cmake* files instead of just *.cmake files
(for .in).
2001-05-21 16:21 king
* Source/cmCableWrapTclCommand.cxx: ENH: Converted to new Class and
Group tags in place of WrapperSet and Groups tags.
2001-05-21 16:10 hoffman
* Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in: fix for hp x11 and gl
2001-05-21 15:16 hoffman
* Modules/FindOpenGL.cmake, Source/cmSystemTools.cxx: fix opengl on
hp
2001-05-21 14:42 martink
* Source/MFCDialog/: CMakeSetup.rc, res/CMakeSetupDialog.ico: icon
updates
2001-05-21 14:36 martink
* Source/MFCDialog/: CMakeSetup.rc, resource.h: new icon
2001-05-21 14:17 hoffman
* Source/cmake.cxx: BUG: remove declaration without variable
2001-05-21 14:01 hoffman
* configure, configure.in, Source/Makefile.in,
Source/cmBuildNameCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
Templates/CMakeSystemConfig.cmake.in: clean up for build on its own
2001-05-21 11:43 martink
* Source/cmake.dsp: release fix
2001-05-21 11:34 martink
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
CMakeSetupCMD.dsp: collapsed into cmake.cxx
2001-05-21 11:32 martink
* Source/cmake.dsp: new dsp
2001-05-21 11:13 martink
* Source/cmake.cxx: bug fix in finding CMAKE_ROOT
2001-05-21 11:10 martink
* Makefile.in: added install target
2001-05-21 10:47 hoffman
* Source/: cmBuildNameCommand.cxx, cmSetCommand.cxx,
MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
MFCDialog/resource.h: BUG: fix compiler name
2001-05-21 09:50 martink
* Source/: CMakeSetup.dsw, cmake.cxx,
MFCDialog/CMakeSetupDialog.cpp: updated for out of tree builds
2001-05-21 09:32 martink
* Makefile.in, configure, configure.in, install-sh: out of place
cmake
2001-05-21 09:32 martink
* CMakeSystemConfig.cmake.in, configure.in.sample,
Source/Makefile.in, Source/cmMakefile.cxx,
Source/cmUnixMakefileGenerator.cxx, Source/cmake.cxx: new out of
place builds
2001-05-21 09:31 martink
* Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
new structure
2001-05-18 16:45 hoffman
* CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
ENH: add support for X11
2001-05-18 16:30 martink
* Source/cmUnixMakefileGenerator.cxx: duh
2001-05-18 15:25 martink
* Source/: cmake.cxx, cmake.h: new command
2001-05-18 15:23 martink
* Source/cmSystemTools.h: minor whitespace change
2001-05-18 15:22 martink
* Source/cmMSProjectGenerator.cxx: compiler fix
2001-05-18 15:20 martink
* Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
cmMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: changes for cmake to live outside of the
source tree
2001-05-18 13:04 hoffman
* CMakeSystemConfig.cmake.in, Source/cmSetCommand.cxx: ENH: allow
cache to override config file
2001-05-18 11:48 king
* Source/cmUnixMakefileGenerator.cxx: BUG: fix link of executables
2001-05-18 11:12 martink
* Source/cmMakefileGenerator.h: added SetLocal method
2001-05-18 11:09 martink
* Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: added
SetLocal method
2001-05-18 10:15 hoffman
* CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
BUG: quote the compiler and other options
2001-05-17 17:43 hoffman
* Source/: CMakeBuildTargets.cxx, Makefile.in: compile source dir
into cmake
2001-05-17 15:48 will
* Source/cmSystemTools.cxx: ERR:Bad #ifdef's
2001-05-17 12:38 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.cpp: ENH: Added
Methods for loading the cache
2001-05-17 12:37 ibanez
* Source/FLTKDialog/FLTKDialog.cpp: ENH: Load the cache at start
2001-05-17 12:36 ibanez
* Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Added
methods to load the cache
2001-05-17 12:36 martink
* Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate,
EXEFooter.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
staticLibHeader.dsptemplate: moved into Template directory
2001-05-17 12:25 martink
* CMakeMakefileTemplate.in, CMakeMaster.make.in,
CMakeRules.make.in, CMakeSimpleRules.make.in, CMakeTargets.make.in,
CMakeTopMakefileTemplate.in, CMakeVariables.make.in,
CMakeWindowsSystemConfig.cmake: no longer used
2001-05-17 12:14 martink
* Source/CMakeBuildTargets.cxx: unix fix
2001-05-17 12:08 martink
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
cmCablePackageCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
MFCDialog/CMakeSetupDialog.cpp: half checked in changes for
CMAKE_ROOT
2001-05-17 12:04 martink
* Templates/: CMakeWindowsSystemConfig.cmake,
DLLFooter.dsptemplate, DLLHeader.dsptemplate,
EXEFooter.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
staticLibHeader.dsptemplate: new directory
2001-05-17 12:02 ibanez
* Source/FLTKDialog/FLTKDialog.dsp: VC++ Project file to
construct the FLTK GUI for CMake
2001-05-17 12:02 ibanez
* Source/FLTKDialog/FLTKDialog.cpp: Main file that
instantiates the GUI class and run it.
2001-05-17 12:01 ibanez
* Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
CMakeSetupGUIImplementation.h: Implementation of the virtual
Callbacks declared in the GUI
2001-05-17 12:00 ibanez
* Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.h: File
generated by FLTK FLUID containing the implementation of the GUI
2001-05-17 11:58 ibanez
* Source/FLTKDialog/CMakeSetupGUI.fl: GUI description file
used by FLTK interactive tool : FLUID
2001-05-17 11:44 hoffman
* Source/: cmCableWrapTclCommand.cxx, cmConfigure.h.in,
cmGeneratedFileStream.h, cmStandardIncludes.h: BUG: fix to compile
on hp with aCC
2001-05-17 11:22 king
* Source/cmCableWrapTclCommand.cxx: Renamed gccxml input/output
files to drop _tcl qualification.
2001-05-16 18:10 hoffman
* CMakeSystemConfig.cmake.in: ENH: fix for sunCC
2001-05-16 18:08 hoffman
* Source/: cmCacheManager.cxx, cmUnixMakefileGenerator.cxx: BUG:
fix for sun compiler
2001-05-16 17:43 king
* Source/: cmCableClassSet.cxx, cmCableClassSet.h: ERR: Removed use
of member templates.
2001-05-16 17:18 king
* Source/cmUnixMakefileGenerator.cxx: ERR: int -> unsigned int
2001-05-16 17:18 king
* Source/cmGeneratedFileStream.h: ERR: const error fixed.
2001-05-16 17:11 king
* Source/CMakeLib.dsp: ENH: Added cmCableClassSet.cxx to build.
2001-05-16 17:11 king
* Source/cmGeneratedFileStream.h: ERR: Added is_open() check in
cmGeneratedFileStream::operator bool() so that implicit conversion
to bool is not used.
2001-05-16 17:11 king
* Source/cmCableClassSet.cxx: ERR: Removed dynamic_cast so that
RTTI isn't required.
2001-05-16 16:41 king
* Source/: Makefile.in, cmCableClassSet.cxx, cmCableClassSet.h,
cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h, cmCommands.cxx:
ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They
cannot yet be used with the main branch of CABLE, though.
2001-05-16 16:40 king
* Source/cmGeneratedFileStream.h: ENH: cmGeneratedFileStream class
added to simplify copy-if-different usage on generated files.
2001-05-16 15:43 hoffman
* configure.in.sample: [no log message]
2001-05-16 15:15 hoffman
* CMakeSystemConfig.cmake.in, Source/Makefile.in,
Source/cmBuildNameCommand.cxx,
Source/cmBuildSharedLibrariesCommand.cxx,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
Source/cmProjectCommand.cxx, Source/cmSetCommand.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h,
Source/MFCDialog/CMakeSetupDialog.cpp: ENH: unify make process on
unix
2001-05-16 09:19 king
* Source/: cmData.h, cmMakefile.cxx, cmMakefile.h: 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.
2001-05-15 13:14 martink
* Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
EXEWinHeader.dsptemplate, cmDSPMakefile.cxx, cmDSPWriter.cxx,
staticLibHeader.dsptemplate: added output directory support
2001-05-14 16:47 barre
* Source/cmSystemTools.cxx: Changed separator between registry key
and its value. Change regexp for registry key.
2001-05-14 16:46 barre
* Modules/FindTCL.cmake: Changed separator between registry key and
its value.
2001-05-14 10:36 hoffman
* Source/cmSystemTools.cxx: ENH: put back lost changes from r1.38
2001-05-12 07:29 barre
* Source/cmSystemTools.cxx: fix + => += bug reported by A. Perera
2001-05-11 17:41 barre
* Source/MFCDialog/res/CMakeSetupDialog.ico: I know, there are more
serious things to do :) A new icon. The previous one has not be
overwritten, it's in there too.
2001-05-11 17:22 barre
* Source/cmSystemTools.cxx: Extended the registry key regexp
2001-05-11 17:11 barre
* Modules/FindTCL.cmake: Add 8.4 and registry support
2001-05-11 17:11 barre
* Source/cmSystemTools.cxx: Add support for a specific value name
in a registry key
2001-05-11 14:49 geoff
* Source/cmCacheManager.cxx: Cache file is a bit prettier
2001-05-11 14:39 hoffman
* Source/: cmCableSourceFilesCommand.cxx, cmSystemTools.cxx,
cmUnixMakefileGenerator.cxx: BUG: fix find library for unix
2001-05-11 13:58 barre
* Modules/FindPythonLibs.cmake: NAMES syntax
2001-05-11 13:52 martink
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for expanding
library vars
2001-05-11 12:30 barre
* Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
used (forgot the case when there is no name)
2001-05-11 12:13 barre
* Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
used
2001-05-11 11:45 king
* Source/cmFindLibraryCommand.cxx: ERR: int -> unsigned int.
2001-05-11 11:39 hoffman
* CMakeVariables.make.in, Source/cmFindLibraryCommand.cxx: BUG: add
back thread library
2001-05-11 11:07 martink
* Source/cmFindProgramCommand.cxx: expands reg values
2001-05-11 10:52 martink
* Source/: EXEHeader.dsptemplate, cmAddExecutableCommand.cxx,
cmAddExecutableCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmFindLibraryCommand.cxx,
cmFindPathCommand.cxx, cmMakefile.cxx, cmMakefile.h,
cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
EXEWinHeader.dsptemplate: added registry entry support and windows
app support
2001-05-11 10:27 martink
* Modules/: FindJNI.cmake, FindPythonLibs.cmake: minor fixes and
new python module
2001-05-11 10:04 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix gui problem
2001-05-10 17:22 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
MFCDialog/CMakeSetupDialog.cpp, MFCDialog/PropertyList.cpp: BUG:
fix up gui with values that stay around too long
2001-05-10 16:21 geoff
* Source/cmMakefile.cxx: definitions should now be overwritten if
they already exist
2001-05-10 15:50 hoffman
* Source/cmSystemTools.cxx: BUG: fix unix path search
2001-05-10 15:32 martink
* Source/cmTarget.cxx: fix for expaning libraries prior to
generating dsp
2001-05-10 14:30 geoff
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Reads and uses
MSPROJECT_TEMPLATE_DIRECTORY if it exists
2001-05-10 14:02 king
* CMake.doc: BUG: Removing this file. It has been replaced by
CMake.doc.gz to get around a problem with CVS.
2001-05-10 13:52 martink
* Source/cmTarget.h: added win32 executable option
2001-05-10 12:25 king
* CMake.doc.gz: Testing strange cvs problem with .doc files.
2001-05-10 12:05 king
* CMake.pdf, CMake.pdf.gz: BUG: Removing old CMake.pdf and adding
the gzipped version, CMake.pdf.gz because of file size problems
with cvs.
2001-05-10 11:20 king
* Source/cmUnixMakefileGenerator.cxx: BUG: Removed stray debugging
output statement. Also renamed some variables for clarity.
2001-05-10 11:19 king
* Source/cmSystemTools.cxx: ERR: RunCommand method needed return in
unix.
2001-05-10 11:18 king
* Source/: cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx: ERR:
Removed unused variable
2001-05-10 09:45 king
* CMakeVariables.make.in: BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS
2001-05-09 18:00 geoff
* Source/: EXEHeader.dsptemplate, cmDSPMakefile.cxx,
cmDSPWriter.cxx: ADD LINK32s are now on multiple lines because VC
breaks otherwise
2001-05-09 17:38 barre
* Modules/FindTCL.cmake: ENH: add 8.3 support
2001-05-09 16:17 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: escape spaces
before adding .lib
2001-05-09 16:08 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: escape spaces
2001-05-09 15:48 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: only add .lib
if no .lib exists
2001-05-09 14:53 hoffman
* Modules/FindFLTK.cmake, Modules/FindGTK.cmake,
Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
Modules/FindMPI.cmake, Modules/FindTCL.cmake, Source/cmCommand.h,
Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
Source/cmFindProgramCommand.cxx, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx: ENH:
change find library and find program to look for more than one name
2001-05-09 13:44 hoffman
* Source/cmCableDefineSetCommand.cxx: BUG: match called on invalid
number
2001-05-09 13:22 martink
* CMakeMaster.make.in, CMakeRules.make.in,
CMakeSystemConfig.cmake.in, CMakeTopMakefileTemplate.in,
CMakeVariables.make.in, configure.in.sample, Source/Makefile.in:
cleaned up configure some
2001-05-09 11:15 millerjv
* Source/cmCacheManager.cxx: FIX: only clear the cache on a load
when the load needs to read internal values. Otherwise, it is
assumed that we are reading another projects cache.
2001-05-09 10:13 hoffman
* Source/MFCDialog/PropertyList.cpp: BUG: fix crash
2001-05-09 09:52 hoffman
* Source/cmConfigureFileCommand.cxx: BUG: fix use beyond end of
array
2001-05-09 08:51 martink
* Source/: cmCommands.cxx, cmLoadCacheCommand.cxx,
cmLoadCacheCommand.h, cmSourceFile.cxx: added load cache command
and fixed source file
2001-05-08 17:37 king
* Source/cmCacheManager.cxx: ERR: LoadCache needed to return a
value.
2001-05-08 17:04 martink
* Source/: cmCacheManager.cxx, cmCacheManager.h: added ability to
load another cache
2001-05-08 17:03 martink
* Source/cmProjectCommand.cxx: now adds src and bin dir into cache
2001-05-08 16:20 martink
* Source/cmVTKWrapTclCommand.cxx: fixed bug in init code
2001-05-08 16:01 hoffman
* configure.in.sample: clean up
2001-05-08 13:40 hoffman
* Source/MFCDialog/PropertyList.cpp: ENH: add initial path support
for file choosers
2001-05-08 11:40 martink
* Source/cmTargetLinkLibrariesCommand.cxx: BUG: added arg0 to link
libraries
2001-05-08 10:16 ibanez
* Modules/FindFLTK.cmake: Module to search the path for FLTK
library ( http://www.fltk.org )
2001-05-07 18:14 king
* Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
cmMakefile.cxx: ENH: Moved cache entry addition into
cmMakefile::AddLibrary and AddExecutable so that commands do not
have to add it explicitly.
2001-05-07 18:11 hoffman
* CMakeSystemConfig.cmake.in, Source/CMakeBuildTargets.cxx,
Source/Makefile.in, Source/cmCacheManager.cxx,
Source/cmCommands.cxx, Source/cmConfigureFile.cxx,
Source/cmConfigureFile.h, Source/cmConfigureFileCommand.cxx,
Source/cmConfigureFileCommand.h, Source/cmExecProgram.cxx,
Source/cmExecProgram.h, Source/cmExecProgramCommand.cxx,
Source/cmExecProgramCommand.h, Source/cmMakeDirectoryCommand.cxx,
Source/cmMakeDirectoryCommand.h, Source/cmMakefile.cxx,
Source/cmMakefile.h, Source/cmSystemTools.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h: ENH: call configure from cmake
2001-05-07 10:02 blezek
* Source/cmConfigureFile.cxx: BUG: Removing Remove Variables call
2001-05-07 09:16 geoff
* configure.in.sample: Under FreeBSD: should be
CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS.
CMakeSystemConfig.cmake not being made
2001-05-05 11:28 hoffman
* Source/cmAddExecutableCommand.cxx: BUG: add internal cache entry
for executables, so depends can work
2001-05-05 11:03 hoffman
* Source/: cmAddTargetCommand.cxx, cmAddTargetCommand.h,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.h,
cmCommands.cxx, cmLibraryCommand.cxx: BUG: add removed command, and
sort the order in cmCommands.cxx
2001-05-04 17:00 martink
* Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx: fixes for
untiltiy targets in all
2001-05-04 16:44 blezek
* Source/cmBuildNameCommand.cxx: ENH: Proper build name
2001-05-04 16:43 blezek
* Source/cmSiteNameCommand.cxx: ENH: Correct sitename
2001-05-04 15:50 martink
* Source/: cmAddCustomTargetCommand.cxx,
cmAddCustomTargetCommand.h, cmAddTargetCommand.cxx,
cmAddTargetCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
cmMakefile.cxx, cmMakefile.h, cmTarget.h, cmVTKWrapJavaCommand.cxx:
option to make utilities in the all target
2001-05-04 14:53 hoffman
* CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake: ENH:
move to cmake for itkConfigure.h.in
2001-05-04 12:52 martink
* Source/cmVTKWrapJavaCommand.cxx: updates
2001-05-04 11:35 geoff
* Modules/: FindGTK.cmake, FindJPEG.cmake: INCLUDE these to find
the relevant libraries
2001-05-04 11:34 hoffman
* Source/: cmAddCustomTargetCommand.cxx,
cmAddCustomTargetCommand.h, cmBuildCommand.cxx, cmBuildCommand.h,
cmBuildNameCommand.cxx, cmBuildNameCommand.h, cmExecProgram.cxx,
cmExecProgram.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h: ENH:
move testing stuff to cmake from configure, good bye dashboard...
:)
2001-05-04 11:30 hoffman
* CMakeRules.make.in, CMakeSystemConfig.txt.in,
CMakeWindowsSystemConfig.txt, Source/cmAddTargetCommand.cxx,
Source/cmAddTargetCommand.h, Source/cmCacheManager.cxx,
Source/cmCommands.cxx, Source/cmDSWMakefile.cxx,
Source/cmDSWWriter.cxx, Source/cmFindProgramCommand.cxx,
Source/cmMakefile.cxx, Source/cmOptionCommand.cxx,
Source/cmOptionCommand.h, Source/cmSourceGroup.cxx,
Source/cmSourceGroup.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
Source/MFCDialog/CMakeSetup.rc: ENH: move testing stuff to cmake
from configure, good bye dashboard... :)
2001-05-04 10:44 king
* Source/cmSystemTools.cxx: ENH: Added support to EscapeSpaces to
use double quotes on windows.
2001-05-04 10:44 king
* Source/cmCablePackageCommand.cxx: ENH: Added use of CMAKE cache
entry for generating the DSP/makefile build rules.
2001-05-04 10:44 king
* Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
cmDSPWriter.h: ENH: Added use of CMAKE cache entry for generating
the DSP build rules.
2001-05-04 10:13 martink
* Modules/FindJNI.cmake: minor fixes
2001-05-04 09:56 martink
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fixed custom command
rule
2001-05-04 09:47 martink
* Modules/FindJNI.cmake: new module
2001-05-04 09:39 martink
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmSourceGroup.cxx,
cmSourceGroup.h, cmVTKWrapJavaCommand.cxx: better custom rules
2001-05-04 08:46 martink
* Source/: cmFunctionBlocker.h, cmIfCommand.cxx, cmIfCommand.h,
cmMakefile.cxx, cmVTKWrapJavaCommand.cxx: better If checks
2001-05-04 08:45 martink
* Source/: cmSourceFilesRequireCommand.cxx,
cmSourceFilesRequireCommand.h, cmUnixDefinesCommand.cxx,
cmUnixDefinesCommand.h, cmUnixLibrariesCommand.cxx,
cmUnixLibrariesCommand.h, cmWin32DefinesCommand.cxx,
cmWin32DefinesCommand.h, cmWin32IncludeDirectoryCommand.cxx,
cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
cmWin32LibrariesCommand.h: removed old functions
2001-05-03 16:55 king
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
MFCDialog/CMakeSetupDialog.cpp: ENH: Added generation of internal
CMAKE cache entry with path to command-line CMake executable.
2001-05-03 16:55 king
* Source/: cmFindProgramCommand.cxx, cmSystemTools.cxx,
cmSystemTools.h: ENH: Added cmSystemTools::FindProgram() and
full-path detection utilities.
2001-05-03 15:27 martink
* Source/: cmCommands.cxx, cmVTKWrapJavaCommand.cxx,
cmVTKWrapJavaCommand.h: minor fixes
2001-05-03 11:04 martink
* Source/cmCommands.cxx: removed deprecated commands
2001-05-03 10:58 martink
* CMakeSystemConfig.cmake.in: better config info
2001-05-03 10:35 martink
* Source/cmConfigureFile.cxx: now support cmakedefine
2001-05-03 08:53 martink
* CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: uses
cmake commands now
2001-05-03 08:52 martink
* CMakeSystemConfig.cmake.in, CMakeSystemConfig.txt.in,
CMakeWindowsSystemConfig.cmake, CMakeWindowsSystemConfig.txt,
Source/cmMakefile.cxx, Source/cmMakefile.h: system config uses
cmake commands now
2001-05-02 17:33 martink
* Modules/FindMPI.cmake: minor fixes
2001-05-02 17:07 martink
* Modules/FindMPI.cmake: new module
2001-05-02 14:08 martink
* Modules/FindOpenGL.cmake: simple module
2001-05-02 11:53 martink
* Modules/FindTCL.cmake: finds tk as well
2001-05-02 11:53 martink
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: cache loaded
into makefile
2001-05-01 17:52 martink
* Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
fixed bug in limiting to source lists
2001-05-01 17:37 king
* Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
cmCableWrapCommand to inherit from cmCableDefineSetCommand since
they do almost exactly the same thing. Added a GetXmlTag virtual
function to both classes to return what XML tag to generate in the
set's output. cmCableDefineSetCommand generates a "Set" tag, and
cmCableWrapCommand generates a "WrapperSet" tag. What is inside
the tags is still generated by the cmCableDefineSetCommand
superclass.
2001-05-01 17:35 king
* Source/: cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCablePackageEntryCommand.cxx,
cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
cmCableSourceFilesCommand.h: ENH: Changed WriteConfiguration back
to const because it doesn't need to report errors anymore.
2001-05-01 17:12 hoffman
* Source/: UtilityFooter.dsptemplate, UtilityHeader.dsptemplate:
ADD: add utiltity templates
2001-05-01 16:55 hoffman
* configure.in.sample, Source/cmAddTargetCommand.cxx,
Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
Source/cmUnixMakefileGenerator.cxx: ENH: implement ADD_TARGET
command, and add an ALL_BUILD target
2001-05-01 16:34 martink
* Source/: cmMakefile.cxx, MFCDialog/CMakeSetupDialog.cpp: cache
now loaded into makefile
2001-05-01 16:28 martink
* Source/: cmCacheManager.cxx, cmCacheManager.h: added method to
puch cache into makefile defines
2001-05-01 16:27 martink
* Source/cmIfCommand.cxx: slight bug in If command I think
2001-05-01 11:28 martink
* Modules/FindTCL.cmake: first module
2001-05-01 11:16 martink
* Source/: cmCommands.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
cmIfCommand.h, cmSetCommand.cxx, cmSetCommand.h,
cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: new set
command and IF NOT
2001-04-30 14:56 martink
* Source/: cmElseCommand.cxx, cmFindFileCommand.cxx,
cmFindLibraryCommand.cxx, cmFindPathCommand.cxx, cmIfCommand.cxx,
cmSystemTools.cxx, cmSystemTools.h: bug fixes
2001-04-30 11:51 king
* Source/cmCablePackageCommand.cxx: BUG: Fixed output of
CMakeLists.txt path in cable_config.xml dependency list for unix.
Needed to escape spaces instead of enclosing in double quotes.
2001-04-30 11:29 king
* Source/cmMakefile.h: ERR: Removed a conflict that was checked in.
2001-04-30 10:52 anonymous
* Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmIncludeCommand.cxx,
cmIncludeCommand.h, cmMakefile.cxx, cmMakefile.h: New command:
INCLUDE(somefile.txt)
2001-04-30 10:44 martink
* Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
cmDSWMakefile.cxx, cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
cmLinkLibrariesCommand.h, cmMakefile.cxx, cmMakefile.h,
cmTarget.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.cxx,
cmTargetLinkLibrariesCommand.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h: added TARGET_LINK_LIBRARY command and
support for debug and release libraries to link against
2001-04-27 14:57 king
* Source/cmUnixMakefileGenerator.cxx: ERR: Renamed CustomCommands
to BuildRules to match change in cmSourceGroup.
2001-04-27 14:52 king
* Source/cmCablePackageCommand.cxx: BUG: Removed output of GCC_XML
rules when the command cannot be found.
2001-04-27 14:51 king
* Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
cmDSPWriter.h, cmSourceGroup.cxx, cmSourceGroup.h: BUG: Removed
output of dual rules for source files that are processed by both
the compiler and by a custom command. Also removed generation of
duplicate CMakeLists.txt in the project files.
2001-04-27 14:40 martink
* CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: get
system info into cmake
2001-04-27 14:25 martink
* Source/: cmConfigureFile.cxx, cmConfigureFile.h: added configure
file
2001-04-27 11:53 hoffman
* configure.in.sample: BUG: run cache build with each configure
2001-04-27 11:36 hoffman
* CMakeRules.make.in, Source/cmMakefile.cxx: BUG: fix inplace
builds
2001-04-27 11:03 hoffman
* Source/cmMakefile.cxx: ENH: fix in source build with non-gnu
2001-04-27 09:32 hoffman
* Source/cmMakefile.cxx: ENH: add output when creating files
2001-04-27 09:30 martink
* Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
cmFindPathCommand.cxx: better help strings
2001-04-27 09:13 will
* Source/cmAuxSourceDirectoryCommand.h: ENH:New copyright
2001-04-27 08:46 martink
* CMakeVariables.make.in: removed old junk
2001-04-27 08:01 will
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
cmAddTargetCommand.cxx, cmAddTargetCommand.h,
cmAuxSourceDirectoryCommand.cxx, cmBuildSharedLibrariesCommand.cxx,
cmCableCloseNamespaceCommand.cxx, cmCableCloseNamespaceCommand.h,
cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
cmCableData.h, cmCableDefineSetCommand.cxx,
cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
cmCableWrapCommand.h, cmCacheManager.cxx, cmCacheManager.h,
cmCommand.h, cmCommands.h, cmConfigureFileNoAutoconf.cxx,
cmConfigureFileNoAutoconf.h, cmCustomCommand.cxx,
cmCustomCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWMakefile.h,
cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.cxx, cmDirectory.h,
cmElseCommand.cxx, cmElseCommand.h, cmEndIfCommand.cxx,
cmEndIfCommand.h, cmFindFileCommand.cxx, cmFindFileCommand.h,
cmFindIncludeCommand.cxx, cmFindIncludeCommand.h,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindProgramCommand.cxx, cmFindProgramCommand.h,
cmFunctionBlocker.h, cmIfCommand.cxx, cmIfCommand.h,
cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmLibraryCommand.cxx,
cmLibraryCommand.h, cmLinkDirectoriesCommand.cxx,
cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
cmLinkLibrariesCommand.h, cmMSProjectGenerator.cxx,
cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
cmMakefileGenerator.h, cmOptionCommand.cxx, cmOptionCommand.h,
cmProjectCommand.cxx, cmProjectCommand.h, cmRegularExpression.cxx,
cmRegularExpression.h, cmSourceFile.cxx, cmSourceFile.h,
cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
cmSourceFilesRequireCommand.cxx, cmSourceFilesRequireCommand.h,
cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
cmSourceGroupCommand.h, cmStandardIncludes.h, cmSubdirCommand.cxx,
cmSubdirCommand.h, cmSystemTools.cxx, cmSystemTools.h,
cmTarget.cxx, cmTarget.h, cmTestsCommand.cxx, cmTestsCommand.h,
cmUnixDefinesCommand.cxx, cmUnixDefinesCommand.h,
cmUnixLibrariesCommand.cxx, cmUnixLibrariesCommand.h,
cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
cmWin32DefinesCommand.cxx, cmWin32DefinesCommand.h,
cmWin32IncludeDirectoryCommand.cxx,
cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
cmWin32LibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
cmWrapExcludeFilesCommand.h: ENH:New copyright
2001-04-27 07:55 will
* Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h:
ENH:Copyright
2001-04-26 16:22 martink
* Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h,
cmDSWMakefile.cxx, cmDSWWriter.cxx, cmLinkLibrariesCommand.cxx,
cmLinkLibrariesCommand.h, cmMakefile.cxx, cmMakefile.h,
cmUnixMakefileGenerator.cxx, cmVTKWrapPythonCommand.cxx,
MFCDialog/CMakeSetup.rc, MFCDialog/resource.h: support for debug
and opt libraries
2001-04-26 15:41 martink
* Source/: cmOptionCommand.cxx, cmOptionCommand.h: better help
2001-04-26 15:27 king
* Source/: cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCablePackageCommand.cxx,
cmCablePackageEntryCommand.cxx, cmCablePackageEntryCommand.h,
cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h,
cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
WriteConfiguration to non-const so it can do error checking. Added
parsing and output of a name for each WrapperSet generated from a
CABLE_WRAP command.
2001-04-26 14:53 hoffman
* Source/: cmAddLibraryCommand.cxx,
cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
cmCacheManager.h, cmFindFileCommand.cxx, cmFindIncludeCommand.cxx,
cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
cmFindProgramCommand.cxx, cmOptionCommand.cxx,
cmUtilitySourceCommand.cxx, MFCDialog/CMakeSetupDialog.cpp,
MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h: ENH: add help
for cache entries
2001-04-26 10:49 martink
* Source/: cmCacheManager.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
cmSystemTools.cxx, cmSystemTools.h: some fixes for If commands
2001-04-26 09:38 martink
* Source/: CMakeSetup.dsw, DumpDocumentation.dsp, cmCommands.cxx,
cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h, cmDSPWriter.h,
cmFindFileCommand.cxx, cmFindIncludeCommand.cxx,
cmFindIncludeCommand.h, cmFindLibraryCommand.cxx,
cmFindLibraryCommand.h, cmFindPathCommand.cxx, cmFindPathCommand.h,
cmMakefile.cxx, cmMakefile.h, cmUnixMakefileGenerator.cxx: bug
fixes
2001-04-25 19:01 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: set initial build to
source dir
2001-04-25 18:53 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add error checking
for empty build dir
2001-04-25 16:09 hoffman
* configure.in.sample, Source/Makefile.in,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmMakefile.cxx, Source/MFCDialog/CMakeDialog.h,
Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp,
Source/MFCDialog/CMakeSetupDialog.h,
Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt
files by configure
2001-04-25 11:47 martink
* Source/: cmElseCommand.h, cmEndIfCommand.h, cmIfCommand.h: rules
were not inherited when they should be
2001-04-25 09:39 king
* Source/cmUnixMakefileGenerator.cxx: BUG: Fixed output of
dependencies. It needs to loop over the makefile's targets, not
the source lists.
2001-04-25 09:37 king
* Source/cmMakeDepend.cxx: STYLE: Updated comments for name change
cmClassFile->cmSourceFile
2001-04-25 09:33 martink
* CMake.doc: updated the docs some
2001-04-24 17:33 king
* Source/cmUnixMakefileGenerator.cxx: ERR: cmClassFile.h ->
cmSourceFile.h include change.
2001-04-24 16:49 martink
* Source/: cmClassFile.cxx, cmClassFile.h: many fixes and cleanup
and features
2001-04-24 16:46 martink
* Source/: CMakeLib.dsp, Makefile.in, cmAbstractFilesCommand.cxx,
cmAuxSourceDirectoryCommand.cxx, cmCablePackageCommand.cxx,
cmCableSourceFilesCommand.cxx, cmCacheManager.cxx,
cmCacheManager.h, cmCommands.cxx, cmDSPMakefile.cxx,
cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h, cmMakeDepend.cxx,
cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h, cmOptionCommand.cxx,
cmSourceFilesCommand.cxx, cmSourceFilesRequireCommand.cxx,
cmTarget.h, cmUnixDefinesCommand.cxx, cmUnixLibrariesCommand.cxx,
cmUnixMakefileGenerator.cxx, cmWin32DefinesCommand.cxx,
cmWin32IncludeDirectoryCommand.cxx, cmWin32LibrariesCommand.cxx,
cmWrapExcludeFilesCommand.cxx, MFCDialog/CMakeSetupDialog.cpp,
cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h, cmSourceFile.cxx,
cmSourceFile.h, cmTarget.cxx, cmWrapTclCommand.cxx,
cmWrapTclCommand.h: many fixes and cleanup and features
2001-04-24 14:19 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
PropertyList.h: BUG: fix duplicate property items
2001-04-24 13:32 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
PropertyList.cpp: BUG: fix cache updates
2001-04-24 12:40 hoffman
* Source/: cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
cmCacheManager.h, cmMakefile.cxx, cmMakefile.h,
cmOptionCommand.cxx, cmWrapTclCommand.cxx,
MFCDialog/CMakeSetupDialog.cpp: BUG: fix build directory problem
2001-04-24 09:45 king
* CMakeVariables.make.in: ERR: Removed extra SRC_OBJ reference.
The variable is no longer used.
2001-04-23 16:40 hoffman
* Source/: CMakeLib.dsp, cmCacheManager.cxx, cmCacheManager.h,
cmDSWMakefile.cxx, cmDSWWriter.cxx, cmSourceGroup.h,
cmStandardIncludes.h, cmWindowsConfigure.cxx, cmWindowsConfigure.h,
MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.dsp,
MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
MFCDialog/CMakeSetupDialog.h, MFCDialog/PropertyList.cpp,
MFCDialog/PropertyList.h, MFCDialog/resource.h: ENH: new GUI editor
for cmake cache file
2001-04-23 16:34 martink
* Source/: cmCommands.cxx, cmWrapTclCommand.cxx: added option
command
2001-04-23 16:33 martink
* Source/: cmOptionCommand.cxx, cmOptionCommand.h: new command
2001-04-23 13:58 blezek
* CMakeRules.make.in, Source/cmUnixMakefileGenerator.cxx: BUG:
Clean was not doing it's job
2001-04-23 10:23 king
* Source/cmIfCommand.h: ERR: Added virtual destructor to complement
virtual functions in cmIfFunctionBlocker.
2001-04-19 17:39 martink
* Source/: cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
cmCommands.cxx, cmElseCommand.cxx, cmElseCommand.h,
cmEndIfCommand.cxx, cmEndIfCommand.h, cmFunctionBlocker.h,
cmIfCommand.cxx, cmIfCommand.h, cmMakefile.cxx, cmMakefile.h: added
if else endif add definition
2001-04-19 13:28 martink
* Source/: cmCablePackageCommand.cxx, cmCustomCommand.h,
cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
cmDSWWriter.cxx, cmMakefile.cxx, cmSourceGroup.cxx, cmTarget.h,
cmUnixMakefileGenerator.cxx: cleaned up the coding style made ivars
private etc
2001-04-18 08:01 king
* Source/cmMakeDepend.cxx: ERR: We can't assume a vector iterator
is a pointer. It must be dereferenced to get a reference to the
element, and then we can take the address of that to get a pointer.
"i" becomes "&*i"
2001-04-17 07:42 king
* Source/cmUnixMakefileGenerator.cxx: ERR: Removed unused variable.
2001-04-16 15:40 hoffman
* Source/: cmStandardIncludes.h, cmSystemTools.cxx: BUG: fix small
compile issues on HP aCC
2001-04-16 12:31 king
* Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Changed m_Indices
to an stl set and renamed it to m_IndexSet. Using a set results in
a significant performance increase and reduction in memory usage.
2001-04-16 10:15 millerjv
* Source/cmAddLibraryCommand.cxx: FIX: allow ADD_LIBRARY with no
source list
2001-04-16 10:01 martink
* Source/: cmCablePackageCommand.cxx, cmMakefile.h: fixed cable
package issue
2001-04-12 15:34 martink
* Source/: Makefile.in, cmAddLibraryCommand.cxx,
cmCacheManager.cxx, cmCacheManager.h, cmMakefile.h,
cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: some bug fixes
2001-04-12 09:55 king
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: Added individual library linkage output so that shared
libraries will not try to link against themselves.
2001-04-12 09:49 martink
* Source/: cmExecutablesCommand.cxx, cmExecutablesCommand.h:
removed old rules
2001-04-11 16:34 king
* Source/cmUnixMakefileGenerator.cxx: ENH: Generation now sets up
proper linking of shared libraries to each other.
2001-04-11 15:43 king
* CMakeMaster.make.in: ERR: Needed to switch point where
CMakeTargets.make is included so that Variables will be available
to the targets file.
2001-04-11 14:58 martink
* Source/CMakeLib.dsp, Source/CMakeSetupCMD.dsp,
Source/Makefile.in, Source/cmAbstractFilesCommand.cxx,
Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h,
Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
Source/cmAuxSourceDirectoryCommand.cxx,
Source/cmAuxSourceDirectoryCommand.h, Source/cmCableCommand.cxx,
Source/cmCableData.cxx, Source/cmCableData.h,
Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
Source/cmCableSourceFilesCommand.cxx, Source/cmClassFile.cxx,
Source/cmClassFile.h, Source/cmCommands.cxx,
Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
Source/cmSourceFilesRequireCommand.cxx,
Source/cmSourceFilesRequireCommand.h, Source/cmSourceGroup.cxx,
Source/cmSourceGroup.h, Source/cmTarget.h,
Source/cmTestsCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h,
Source/cmWrapExcludeFilesCommand.cxx, Source/cmWrapTclCommand.cxx,
Source/cmWrapTclCommand.h, CMakeRules.make.in: major changes to
support multiple libraries and source lists
2001-04-10 15:26 king
* Source/DLLHeader.dsptemplate: ENH: Need BUILD_SHARED_LIBRARIES
defined for making windows DLLs.
2001-04-09 10:56 king
* Source/cmCablePackageCommand.cxx: ERR: Added double-quotes around
command name before arguments are appended.
2001-04-09 10:53 king
* Source/cmUnixMakefileGenerator.cxx: ERR: Missed one EscapeSpaces
call.
2001-04-09 10:31 king
* Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
cmUtilitySourceCommand.cxx: ERR: Corrected use of double-quotes to
be compatible with UNIX make. Now double quotes (windows) or
escape sequences for spaces (unix) are added when dependencies are
output.
2001-04-09 09:44 king
* Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
cmUtilitySourceCommand.cxx: ENH: Added support for spaces in the
output directory names. Spaces in the input directory name may
work also, but are untested.
2001-04-06 17:01 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix depends
for libraries and executables in the same dir
2001-04-06 14:51 hoffman
* Source/: cmFindIncludeCommand.cxx, cmFindLibraryCommand.cxx,
cmMakefile.cxx: ENH: better error reporting, and add NOTFOUND into
cache for library and file find
2001-04-06 12:00 martink
* Source/cmFindIncludeCommand.h: fixed the documentation some
2001-04-06 08:28 millerjv
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: FIX: configurations
list needed to be reset for each dsp file created
2001-04-04 09:33 millerjv
* Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: FIX:
returned to using /O2 optimization level and put a pragma in the
netlib code that could not handle the /Og component of /O2
2001-03-28 11:49 king
* Source/cmSystemTools.cxx: ERR: Blank line regular expression
updated to allow whitespace on the line.
2001-03-23 14:27 king
* Source/: cmCableSourceFilesCommand.cxx,
cmCableSourceFilesCommand.h: ENH: Added support for
CABLE_SOURCE_FILES to refer to files that are not in the current
directory. The include path is searched for the files.
2001-03-21 15:52 king
* Source/cmStandardIncludes.h: ERR: Added pragma to disable symbol
length warning for Intel compiler.
2001-03-20 13:48 king
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ERR: Small bug in
generated DSP file fixed. A custom command environment variable
has been replaced with explicity writing out the command.
2001-03-20 13:20 king
* Source/: CMakeLib.dsp, Makefile.in, cmCableCommand.cxx,
cmCablePackageCommand.cxx, cmCommands.cxx, cmDSPMakefile.cxx,
cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.cxx,
cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: ENH: Added
SOURCE_GROUP command and corresponding support code. This command
allows CMakeLists files to specify how sources are organized into
groups in the generated DSP files and makefiles.
2001-03-19 11:47 millerjv
* Source/EXEHeader.dsptemplate: ENH: ignore unused libary warnings,
removed /force
2001-03-19 11:02 king
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added text
files group to DSP output. CMakeLists.txt is duplicated in this
group and outside, but fixing this will require a reorganization of
custom rule generation. I should get to that soon.
2001-03-19 11:01 king
* Source/cmCableCommand.cxx: ERR: Changed generation of rule to
generate cable_config.xml to be produced differently for windows
and unix.
2001-03-19 11:00 king
* Source/: cmSystemTools.cxx, cmSystemTools.h: ERR: Removed
functions I just added. They don't belong here (yet?).
2001-03-19 10:09 king
* Source/cmCableCommand.cxx: ENH: Added generation of a rule to
re-run CMake if the cable_config.xml file is missing.
2001-03-19 10:09 king
* Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added functions
to get information about the CMake executable on each platform.
2001-03-16 11:14 king
* Source/: cmCableData.cxx, cmCableData.h: ERR: Re-ordered
declaration of members v. order of initialization on the
constructor to match each other.
2001-03-16 11:04 king
* Source/: cmCableData.cxx, cmCableData.h: BUG: Rearranged cable
config file open to do open in construction of m_OutputFile. Fixes
problem on SGI with opening the file.
2001-03-16 09:25 king
* Source/: cmCableDefineSetCommand.cxx,
cmCableSourceFilesCommand.cxx: ENH: Changed generated includes to
not have full path specified.
2001-03-15 18:09 king
* Source/: cmCommands.cxx, cmIncludeRegularExpressionCommand.cxx,
cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h: ENH: Added
INCLUDE_REGULAR_EXPRESSION command to set regular expression used
in dependency checking.
2001-03-15 14:46 king
* Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command.
2001-03-15 14:33 king
* Source/: cmMakefile.cxx, cmMakefile.h: BUG: Moved definition of
CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their
information is known.
2001-03-15 10:42 king
* Source/: cmCablePackageCommand.cxx, cmCablePackageCommand.h: BUG:
Fixed segfault when CABLE_PACKAGE is only CABLE command. Related
to order of virtual destructor calls.
2001-03-14 17:49 king
* Source/cmStandardIncludes.h: ERR: Added for-loop scoping hack for
CMake sources on MSVC
2001-03-14 16:34 king
* Source/cmSystemTools.cxx: ENH: Added support for comments inside
function calls and indented comments.
2001-03-13 18:01 king
* Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
ENH: Added support for element tag specification with syntax
tag:element as an argument to the CABLE_DEFINE_SET command. A
single colon with nothing to its left will result in an empty tag.
2001-03-13 09:33 king
* Source/cmWrapTclCommand.cxx: ERR: Less-than-zero test replaced
with greater-than-zero since we want zero arguments.
2001-03-12 18:30 king
* Source/: cmCommand.h, cmSystemTools.cxx, cmSystemTools.h: ENH:
Improved error handling when GetError is called on a command that
has not called SetError.
2001-03-12 10:10 geoff
* Source/: cmCommands.cxx, cmWin32IncludeDirectoryCommand.cxx,
cmWin32IncludeDirectoryCommand.h: Include directories under Win32
only (inherited by subdirs)
2001-03-09 16:56 king
* Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h,
staticLibHeader.dsptemplate: ENH: Finished Simplifying dsptemplate
processing with in place of separate Release, Debug, ReleaseDLL,
... configurations.
2001-03-09 15:35 king
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
staticLibHeader.dsptemplate: ERR: Fixed library path problem for
ReleaseMinSize build. should now be used in place of separate
Release, Debug, and ReleaseMinSize.
2001-03-09 14:35 king
* Source/EXEHeader.dsptemplate: ERR: Fixed header template for
Release MinSize builds.
2001-03-09 11:34 king
* Source/EXEHeader.dsptemplate: ENH: Added Release MinSize
configuration for executables.
2001-03-09 11:33 king
* Source/cmUtilitySourceCommand.h: ENH: Made UTILITY_SOURCE command
inherited, just like FIND_PROGRAM.
2001-03-09 11:16 king
* Source/cmCablePackageCommand.cxx: ERR: Missing initalization of a
cmClassFile::m_HeaderFileOnly fixed.
2001-03-09 10:53 king
* Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx, cmMakefile.cxx,
cmMakefile.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmUtilitySourceCommand.cxx: ENH: Added
utility dependency support. Now a project can depend on other
executables as well as link libraries.
2001-03-09 10:52 king
* Source/: cmCableCommand.cxx, cmCableData.cxx: ERR: Added
automatic creation of directory for cable_config.xml file and
corresponding error reporting.
2001-03-09 10:52 king
* Source/cmCablePackageCommand.cxx: ENH: Added proper dependency
generation for a package on cable executable.
2001-03-08 18:24 king
* Source/: cmMakefile.cxx, cmUtilitySourceCommand.cxx: ERR:
Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior.
2001-03-08 18:13 king
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added output of
custom rules for XML sources.
2001-03-08 17:38 king
* Source/cmUnixMakefileGenerator.cxx: ENH: Added output of defines
flags as part of INCLUDE_FLAGS.
2001-03-08 17:31 king
* Source/cmUnixMakefileGenerator.cxx: ENH: Added output of a custom
command's m_Source as a dependency.
2001-03-08 17:31 king
* Source/cmUnixDefinesCommand.cxx: ERR: Minor wording error in
output message.
2001-03-08 17:30 king
* Source/cmCablePackageCommand.cxx: ENH: Creation of generator rule
now properly uses the custom command's m_Source member.
2001-03-08 16:13 king
* Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h,
cmCablePackageCommand.cxx, cmCablePackageCommand.h,
cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h: ENH:
Added creation of custom rules for generating CABLE packages.
2001-03-08 16:12 king
* Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Added support for
finding dependencies for files that don't exist. Dependency
recursion begins with hints provided in the cmClassFile for a file
if it doesn't exist.
2001-03-08 11:30 king
* Source/cmCableSourceFilesCommand.cxx: ENH: Added .txx detection
for Header block output.
2001-03-08 10:30 king
* Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
cmSystemTools.cxx, cmSystemTools.h, cmUtilitySourceCommand.cxx,
cmUtilitySourceCommand.h: ENH: Added UTILITY_SOURCE command for
specifying where a 3rd party utility's source is located when it is
included in the distribution of a project.
2001-03-07 13:33 king
* Source/cmCableCommand.cxx: ERR: Commented out experimental code
that was accidentally checked in.
2001-03-07 13:23 king
* Source/cmCableCommand.cxx: ENH: Added Cable to Utilities and
appropriate CMakeLists.txt changes. Moved VXLNumerics link out of
source's root directory and into separate entries for Code and
Testing directories. This prevents linking of all programs (like
Cable) with the numerics library.
2001-03-02 16:04 king
* Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
ENH: Added custom rule support to cmUnixMakefileGenerator.
2001-03-02 13:47 will
* Source/cmUnixMakefileGenerator.cxx: BUG: repeat all -l options to
avoid having to worry about link order.
2001-03-02 12:27 king
* Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h: ENH:
CABLE config file (config_cable.xml) should now be opened in the
output directory.
2001-03-01 16:47 king
* Source/: cmCableCloseNamespaceCommand.cxx,
cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
cmCableCommand.h, cmCableData.cxx, cmCableData.h,
cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
cmCableWrapCommand.h, cmCommands.cxx: ENH: Change to new CABLE
command architecture. CABLE configuration code is now generated on
the first pass, during the Invoke() calls.
2001-02-28 17:50 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix
circular depends on libraries and remove depends for static
libraries
2001-02-28 09:34 king
* Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
cmCableData.h, cmCableDefineSetCommand.cxx,
cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCommands.cxx: ENH: CABIL -> CABLE
rename.
2001-02-27 16:50 martink
* Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: many
enhancements including dll support
2001-02-27 16:49 martink
* Source/cmWrapTclCommand.cxx: bug fixes
2001-02-27 16:49 martink
* Source/cmCommands.cxx: added new commands
2001-02-27 16:48 martink
* Source/cmClassFile.h: added wrap exclude ivar
2001-02-27 16:48 martink
* Source/: cmBuildSharedLibrariesCommand.cxx,
cmBuildSharedLibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
cmWrapExcludeFilesCommand.h: new commands
2001-02-27 16:46 martink
* Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate: dll build
rules
2001-02-27 16:44 martink
* Source/staticLibHeader.dsptemplate: change in options for much
smaller libraries
2001-02-27 16:28 king
* Source/: cmCableCommand.h, cmCableDefineSetCommand.cxx,
cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Implemented
automatic tag generation for CABIL_DEFINE_SET command. Added tag
output to WriteConfiguration methods. Added
CABIL_INSTANTIATE_CLASS command to generate explicit class template
instantiation configuration output.
2001-02-27 15:41 king
* Source/cmSystemTools.cxx: ENH/BUG: Improved function parsing to
allow just about anything inside a double-quoted argument. Also
fixed parsing of lines with both quoted and non-quoted arguments.
2001-02-27 12:00 lorensen
* Source/cmSystemTools.cxx: ENH: mask on mkdir set to 777.
2001-02-27 12:00 lorensen
* Source/CMakeBuildTargets.cxx: ERR: missing std:: on cout.
2001-02-26 20:58 millerjv
* Source/staticLibHeader.dsptemplate: FIX: added /GR to MinSize
build to avoid warnings about dynamic cast
2001-02-26 18:20 king
* Source/cmCableInstantiateCommand.cxx: ERR: Fixed configuration
file output to open file in output directory.
2001-02-26 18:16 king
* Source/cmWrapTclCommand.cxx: int -> unsigned int
2001-02-26 18:00 king
* Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
cmCableData.h, cmCableDefineSetCommand.cxx,
cmCableDefineSetCommand.h, cmCableInstantiateCommand.cxx,
cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Added CABIL
commands for configuration file generation.
2001-02-26 17:58 king
* Source/cmMakefile.h: ENH: Added GetUsedCommands() method.
2001-02-26 17:58 king
* Source/cmStandardIncludes.h: ERR: fsream.h -> fstream.h
2001-02-26 17:17 martink
* Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.h: a variety of fixes
and enhancements
2001-02-26 17:17 martink
* Source/: cmWrapTclCommand.cxx, cmWrapTclCommand.h: very early
version of a wrapper
2001-02-26 17:15 martink
* Source/: cmClassFile.cxx, cmClassFile.h: added functionality,
fixed bug if no file existed and with header files
2001-02-26 17:14 martink
* Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h: fixed
bug and modified functionality
2001-02-26 17:13 martink
* Source/: cmFindFileCommand.cxx, cmFindFileCommand.h: new command
2001-02-26 13:25 king
* Source/cmMakefile.cxx: ERR: Fixed unknown command output error
message for spacing.
2001-02-26 12:07 king
* Source/: cmAbstractFilesCommand.h, cmAddTargetCommand.h,
cmAuxSourceDirectoryCommand.h, cmCommand.h, cmExecutablesCommand.h,
cmFindIncludeCommand.h, cmFindLibraryCommand.h,
cmFindProgramCommand.h, cmIncludeDirectoryCommand.h,
cmLibraryCommand.h, cmLinkDirectoriesCommand.h,
cmLinkLibrariesCommand.h, cmProjectCommand.h,
cmSourceFilesCommand.h, cmSourceFilesRequireCommand.h,
cmSubdirCommand.h, cmTestsCommand.h, cmUnixDefinesCommand.h,
cmUnixLibrariesCommand.h, cmWin32DefinesCommand.h,
cmWin32LibrariesCommand.h: ENH: Added safe downcast support
(without RTTI) to cmCommand and its subclasses.
2001-02-23 10:40 king
* Source/: cmAbstractFilesCommand.cxx, cmCommand.h, cmCommands.h,
cmConfigureFileNoAutoconf.h, cmFindIncludeCommand.cxx,
cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx, cmMakefile.cxx,
cmUnixMakefileGenerator.cxx: ERR: Fixed warnings (int->unsigned int
and a few others).
2001-02-22 19:37 hoffman
* configure.in.sample: ENH: update sample
2001-02-22 19:31 hoffman
* Source/cmSystemTools.cxx: BUG: remove debug print
2001-02-22 19:23 hoffman
* Source/CMakeBuildTargets.cxx, Source/Makefile.in,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmConfigureFileNoAutoconf.cxx, Source/cmDSPMakefile.cxx,
Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/MFCDialog/CMakeSetupDialog.cpp,
CMakeRules.make.in, CMakeTopMakefileTemplate.in,
Source/cmConfigure.h.in: ENH: add CMakeCache.txt support
2001-02-20 14:12 hoffman
* Source/cmSystemTools.cxx: ENH: remove relative and extra paths in
CMakeLists.txt files
2001-02-20 12:25 hoffman
* CMakeRules.make.in: BUG: fix for in source build
2001-02-19 15:13 hoffman
* CMakeMakefileTemplate.in, MakefileTemplate.in,
configure.in.sample, Source/CMakeBuildTargets.cxx,
Source/CMakeSetupCMD.cxx, Source/Makefile.in,
Source/cmCacheManager.cxx, Source/cmCacheManager.h,
Source/cmCommand.h, Source/cmDSWMakefile.cxx,
Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
Source/cmFindLibraryCommand.cxx, Source/cmFindProgramCommand.cxx,
Source/cmIncludeDirectoryCommand.cxx, Source/cmMakefile.cxx,
Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
Source/cmUnixMakefileGenerator.cxx,
Source/cmUnixMakefileGenerator.h, Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
ENH: first pass at cache, clean up the unix generator, clean up
configure.in some
2001-02-18 13:02 hoffman
* configure.in.sample: ENH: add a smaple configure.in for CMake
based projects
2001-02-18 12:47 hoffman
* configure.in.sample: ENH: add a smaple configure.in for CMake
based projects
2001-02-16 15:34 hoffman
* Source/cmCacheManager.h: ENH: clean up comments some
2001-02-16 15:01 will
* CMake.pdf: ENH:Added pdf file
2001-02-16 11:52 martink
* CMake.doc: clean up docs
2001-02-16 11:34 martink
* Source/: cmConfigureFileNoAutoconf.cxx, cmDSWMakefile.cxx,
cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
cmFindProgramCommand.cxx, cmMakefile.cxx, cmMakefile.h,
cmSystemTools.cxx, cmSystemTools.h: ENH: add new commands fro find
library and find program
2001-02-15 13:30 martink
* CMakeRules.make.in, CMakeVariables.make.in,
Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
Source/cmClassFile.cxx, Source/cmClassFile.h,
Source/cmConfigureFileNoAutoconf.h, Source/cmDSPMakefile.cxx,
Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmProjectCommand.cxx, Source/cmProjectCommand.h,
Source/MFCDialog/CMakeSetupDialog.cpp: some cleanup and fixes
2001-02-14 12:58 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: set output directory
correctly
2001-02-14 12:26 hoffman
* Source/cmMakeDepend.cxx: ENH: fix depend segfault
2001-02-13 18:49 hoffman
* Source/: cmConfigureFileNoAutoconf.cxx, cmMakefile.cxx: ENH: new
vnl
2001-02-13 16:48 hoffman
* Source/: cmMakefile.cxx, cmMakefile.h: ENH: add configure style
@var@ expansion
2001-02-12 19:49 hoffman
* Source/: CMakeBuildTargets.cxx, Makefile.in, cmCommands.cxx,
cmConfigureFileNoAutoconf.cxx, cmConfigureFileNoAutoconf.h,
cmConfigureHeaderCommand.cxx, cmConfigureHeaderCommand.h,
cmMakefile.cxx, cmMakefile.h, cmStandardIncludes.h,
cmSystemTools.cxx, MFCDialog/CMakeSetupDialog.cpp, cmCommands.h:
ENH: get rid of special msc configure file
2001-02-12 14:42 hoffman
* Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.dsp,
MFCDialog/CMakeSetup.dsp: ENH: share a .lib with the command line
and mfc versions.
2001-02-12 14:26 hoffman
* Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.cxx,
CMakeSetupCMD.dsp, Makefile.in, cmCacheManager.cxx,
cmCacheManager.h, cmCommands.cxx, cmConfigureHeaderCommand.cxx,
cmConfigureHeaderCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
cmMSProjectGenerator.h, MFCDialog/CMakeSetup.dsp,
MFCDialog/CMakeSetupDialog.cpp: ENH: add cache manager class, move
all commands into cmCommands.cxx to speed up compile times, share a
.lib with the command line and mfc versions.
2001-02-06 17:01 hoffman
* Source/staticLibHeader.dsptemplate: ENH: add /GX /Zm1000
2001-02-06 16:48 hoffman
* Source/staticLibHeader.dsptemplate: ENH: min size build
2001-02-06 10:52 hoffman
* Source/staticLibHeader.dsptemplate: ENH: put back /Zm1000 so we
can build large files
2001-02-06 08:56 millerjv
* Source/staticLibHeader.dsptemplate: FIX: remove precompiled
header settings
2001-02-06 08:54 millerjv
* Source/EXEHeader.dsptemplate: FIX: added /force to link options
and removed precompiled header usage
2001-01-25 15:48 millerjv
* Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: BUG:
backed off on the compiler optimization used. Instead of using
/O2, we now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs)
except for /Og
2001-01-22 10:00 will
* Source/CMakeSetupCMD.dsp: BUG: convert to dos format
2001-01-22 09:49 will
* Source/: CMakeSetup.dsw, CMakeSetupCMD.dsp,
MFCDialog/CMakeSetup.dsp, CMakeSetup.dsw, CMakeSetupCMD.dsp,
MFCDialog/CMakeSetup.dsp: BUG: make dsp and dsw files binary
2001-01-18 13:43 will
* README: ENH:Commands not rules
2001-01-18 12:06 will
* Source/Makefile.in: ERR:Oops, use SimpleRule not SimpleCommand
2001-01-18 11:51 will
* CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in: ERR:Oops,
renamed back
2001-01-18 11:20 will
* CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in,
Source/CMakeSetupCMD.dsp, Source/Makefile.in,
Source/cmAbstractFilesCommand.cxx, Source/cmAbstractFilesCommand.h,
Source/cmAbstractFilesRule.cxx, Source/cmAbstractFilesRule.h,
Source/cmAddTargetCommand.cxx, Source/cmAddTargetCommand.h,
Source/cmAddTargetRule.cxx, Source/cmAddTargetRule.h,
Source/cmAuxSourceDirectoryCommand.cxx,
Source/cmAuxSourceDirectoryCommand.h,
Source/cmAuxSourceDirectoryRule.cxx,
Source/cmAuxSourceDirectoryRule.h, Source/cmCommand.h,
Source/cmDumpDocumentation.cxx, Source/cmExecutablesCommand.cxx,
Source/cmExecutablesCommand.h, Source/cmExecutablesRule.cxx,
Source/cmExecutablesRule.h, Source/cmFindIncludeCommand.cxx,
Source/cmFindIncludeCommand.h, Source/cmFindIncludeRule.cxx,
Source/cmFindIncludeRule.h, Source/cmFindLibraryCommand.cxx,
Source/cmFindLibraryCommand.h, Source/cmFindLibraryRule.cxx,
Source/cmFindLibraryRule.h, Source/cmFindProgramCommand.cxx,
Source/cmFindProgramCommand.h, Source/cmFindProgramRule.cxx,
Source/cmFindProgramRule.h, Source/cmIncludeDirectoryCommand.cxx,
Source/cmIncludeDirectoryCommand.h,
Source/cmIncludeDirectoryRule.cxx, Source/cmIncludeDirectoryRule.h,
Source/cmLibraryCommand.cxx, Source/cmLibraryCommand.h,
Source/cmLibraryRule.cxx, Source/cmLibraryRule.h,
Source/cmLinkDirectoriesCommand.cxx,
Source/cmLinkDirectoriesCommand.h,
Source/cmLinkDirectoriesRule.cxx, Source/cmLinkDirectoriesRule.h,
Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
Source/cmLinkLibrariesRule.cxx, Source/cmLinkLibrariesRule.h,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmMakefileGenerator.h, Source/cmProjectCommand.cxx,
Source/cmProjectCommand.h, Source/cmProjectRule.cxx,
Source/cmProjectRule.h, Source/cmRuleMaker.h,
Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
Source/cmSourceFilesRequireCommand.cxx,
Source/cmSourceFilesRequireCommand.h,
Source/cmSourceFilesRequireRule.cxx,
Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.cxx,
Source/cmSourceFilesRule.h, Source/cmSubdirCommand.cxx,
Source/cmSubdirCommand.h, Source/cmSubdirRule.cxx,
Source/cmSubdirRule.h, Source/cmSystemTools.h,
Source/cmTestsCommand.cxx, Source/cmTestsCommand.h,
Source/cmTestsRule.cxx, Source/cmTestsRule.h,
Source/cmUnixDefinesCommand.cxx, Source/cmUnixDefinesCommand.h,
Source/cmUnixDefinesRule.cxx, Source/cmUnixDefinesRule.h,
Source/cmUnixLibrariesCommand.cxx, Source/cmUnixLibrariesCommand.h,
Source/cmUnixLibrariesRule.cxx, Source/cmUnixLibrariesRule.h,
Source/cmWin32DefinesCommand.cxx, Source/cmWin32DefinesCommand.h,
Source/cmWin32DefinesRule.cxx, Source/cmWin32DefinesRule.h,
Source/cmWin32LibrariesCommand.cxx,
Source/cmWin32LibrariesCommand.h, Source/cmWin32LibrariesRule.cxx,
Source/cmWin32LibrariesRule.h, Source/MFCDialog/CMakeSetup.dsp:
ENH:Reworked CMake for consistency
2001-01-12 14:35 will
* README, Source/cmAbstractFilesRule.h, Source/cmAddTargetRule.h,
Source/cmAuxSourceDirectoryRule.h, Source/cmExecutablesRule.h,
Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
Source/cmLinkLibrariesRule.h, Source/cmMakefile.cxx,
Source/cmProjectRule.h, Source/cmRuleMaker.h,
Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.h,
Source/cmSubdirRule.h, Source/cmTestsRule.h,
Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.h,
Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.h:
ENH:Tweaks to dump documentation
2001-01-12 14:05 hoffman
* Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: add define
flags in the right place
2001-01-12 13:49 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: ENH: allow continue if
missing MSC configure file
2001-01-12 13:48 hoffman
* Source/cmSystemTools.cxx: BUG: add check for missing ) on
function
2001-01-12 13:07 will
* README, Source/cmAuxSourceDirectoryRule.h,
Source/cmIncludeDirectoryRule.h, Source/cmLinkLibrariesRule.h,
Source/cmProjectRule.h, Source/cmSourceFilesRequireRule.h,
Source/cmSubdirRule.h, Source/cmUnixDefinesRule.h,
Source/cmWin32DefinesRule.h: ENH:Tweaks to dump documentation
2001-01-12 12:49 will
* Source/: cmAddTargetRule.h, cmMakefile.cxx: ENH:Tweaks to
documentation
2001-01-12 12:49 will
* README: ENH:Updated for rule-based CMake
2001-01-12 12:42 will
* Source/: cmDumpDocumentation.cxx, cmMakefile.cxx, cmMakefile.h:
ENH:Simple program dumps out internal documentation for CMake
2001-01-12 07:43 will
* README: README
2001-01-11 16:19 will
* doxygen.config: ENH:Doxygenated CMake
2001-01-11 14:55 will
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
cmAbstractFilesRule.cxx, cmClassFile.cxx, cmDSPMakefile.cxx,
cmDSPWriter.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
cmExecutablesRule.cxx, cmFindIncludeRule.cxx,
cmFindLibraryRule.cxx, cmFindProgramRule.cxx,
cmIncludeDirectoryRule.cxx, cmLibraryRule.cxx,
cmLinkDirectoriesRule.cxx, cmLinkLibrariesRule.cxx,
cmMSProjectGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
cmMakefileGenerator.cxx, cmProjectRule.cxx,
cmSourceFilesRequireRule.cxx, cmSourceFilesRule.cxx,
cmSubdirRule.cxx, cmSystemTools.cxx, cmTestsRule.cxx,
cmUnixDefinesRule.cxx, cmUnixLibrariesRule.cxx,
cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx: ENH:Documentation
and cleanups
2001-01-11 14:47 will
* Source/: CMakeSetupCMD.cxx, cmAddTargetRule.cxx,
cmAuxSourceDirectoryRule.cxx, cmClassFile.h, cmDSWMakefile.cxx,
cmDSWMakefile.h, cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.h,
cmFindProgramRule.h, cmMSProjectGenerator.cxx,
cmMSProjectGenerator.h, cmMakeDepend.h, cmMakefile.h,
cmMakefileGenerator.h, cmRegularExpression.cxx,
cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.cxx,
cmSystemTools.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmWindowsConfigure.cxx,
cmWindowsConfigure.h: ENH:Documentation and cleanups
2001-01-11 11:35 blezek
* Source/: cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx: BUG:
Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
2001-01-11 08:04 will
* Source/: cmFindIncludeRule.h, cmFindLibraryRule.h,
cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
cmSourceFilesRequireRule.h, cmSourceFilesRule.h, cmSubdirRule.h,
cmTestsRule.h, cmUnixDefinesRule.h, cmUnixLibrariesRule.h,
cmWin32DefinesRule.h, cmWin32LibrariesRule.h: ENH:Added
documentation; clean-up
2001-01-10 17:29 will
* Source/: cmExecutablesRule.h, cmFindIncludeRule.h: ENH:Beginning
clean up; adding documentation
2001-01-10 17:13 will
* Source/cmAuxSourceDirectoryRule.h: ENH:Beginning clean up; adding
documentation
2001-01-10 17:05 will
* Source/: cmAbstractFilesRule.h, cmAddTargetRule.h,
cmAuxSourceDirectoryRule.h, cmDSPMakefile.h, cmDSPWriter.h,
cmExecutablesRule.h, cmFindIncludeRule.h, cmFindLibraryRule.h,
cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
cmRuleMaker.h, cmSourceFilesRequireRule.h, cmSourceFilesRule.h,
cmSubdirRule.h, cmTestsRule.h, cmUnixDefinesRule.cxx,
cmUnixDefinesRule.h, cmUnixLibrariesRule.cxx,
cmUnixLibrariesRule.h, cmWin32DefinesRule.h,
cmWin32LibrariesRule.h: ENH:Beginning clean up; adding
documentation
2001-01-09 15:13 hoffman
* Source/cmUnixMakefileGenerator.cxx: BUG: look for -l and -L only
at the begining of a link string
2001-01-05 13:52 blezek
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: BUG: main can
not be void under ANSI C++
2001-01-05 13:49 blezek
* Source/cmMakefileGenerator.cxx: BUG: Looking for
cmMakeFileGenerator.h rather than cmMakefileGenerator.h
2001-01-05 11:41 hoffman
* Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
CMakeSetupCMD.dsp, Makefile.in, cmAbstractFilesRule.cxx,
cmAbstractFilesRule.h, cmAddTargetRule.cxx, cmAddTargetRule.h,
cmAuxSourceDirectoryRule.cxx, cmAuxSourceDirectoryRule.h,
cmClassFile.cxx, cmClassFile.h, cmCollectFlags.cxx,
cmCollectFlags.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
cmDSWMakefile.h, cmDSWWriter.h, cmDirectory.cxx, cmDirectory.h,
cmExecutablesRule.cxx, cmExecutablesRule.h, cmFindIncludeRule.cxx,
cmFindIncludeRule.h, cmFindLibraryRule.cxx, cmFindLibraryRule.h,
cmFindProgramRule.cxx, cmFindProgramRule.h,
cmIncludeDirectoryRule.cxx, cmIncludeDirectoryRule.h,
cmLibraryRule.cxx, cmLibraryRule.h, cmLinkDirectoriesRule.cxx,
cmLinkDirectoriesRule.h, cmLinkLibrariesRule.cxx,
cmLinkLibrariesRule.h, cmMSProjectGenerator.cxx,
cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
cmMakefileGenerator.h, cmProjectRule.cxx, cmProjectRule.h,
cmRegularExpression.cxx, cmRegularExpression.h, cmRuleMaker.h,
cmSourceFilesRequireRule.cxx, cmSourceFilesRequireRule.h,
cmSourceFilesRule.cxx, cmSourceFilesRule.h, cmStandardIncludes.h,
cmSubdirRule.cxx, cmSubdirRule.h, cmSystemTools.cxx,
cmSystemTools.h, cmTestsRule.cxx, cmTestsRule.h,
cmUnixDefinesRule.cxx, cmUnixDefinesRule.h,
cmUnixLibrariesRule.cxx, cmUnixLibrariesRule.h, cmUnixMakefile.cxx,
cmUnixMakefile.h, cmUnixMakefileGenerator.cxx,
cmUnixMakefileGenerator.h, cmWin32DefinesRule.cxx,
cmWin32DefinesRule.h, cmWin32LibrariesRule.cxx,
cmWin32LibrariesRule.h, cmWindowsConfigure.cxx,
cmWindowsConfigure.h, MFCDialog/CMakeSetup.dsp,
MFCDialog/CMakeSetupDialog.cpp: ENH: rework cmake, added ruleMaker
classes and changed the syntax of the CMakeLists.txt files.
2000-12-07 15:45 blezek
* Source/cmMakefile.cxx: ENH: Added TESTS target
2000-11-22 11:02 hoffman
* Source/cmMakeDepend.cxx: BUG: remove bogus warning about not
finding a depend file, if there are no include paths
2000-11-10 17:13 hoffman
* Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix inplace build
2000-11-09 10:41 will
* README, Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
Source/cmWindowsConfigure.cxx: ENH:Changed CMAKE_SOURCE_ROOT to
CMAKE_SOURCE_DIR
2000-11-03 16:38 hoffman
* README: [no log message]
2000-11-03 16:37 hoffman
* Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
add ability to run from different directories
2000-11-02 11:13 hoffman
* Source/cmMakefile.cxx: BUG: make sure SOURCE_FILES starts at the
begining of line
2000-11-02 10:56 blezek
* CMakeVariables.make.in: ENH: Moved @JAVA@ to @JAVACOMMAND@
2000-11-02 10:24 will
* README, Source/cmClassFile.cxx, Source/cmMakefile.cxx:
ENH:Reworked CMake to clearer indicate what the variables do
2000-10-25 17:18 hoffman
* Source/: cmSystemTools.cxx, cmSystemTools.cxx: BUG: remove tabs
from classnames
2000-10-04 09:58 lorensen
* CMakeVariables.make.in: Enh: Added TCLSH
2000-10-02 14:21 blezek
* Source/CMakeBuildTargets.cxx: BUG: if the path to your source
directory has a -S in it, it will be picked up as the source
directory by the command line parser, because it matches -S at any
character position in the argements. Bad, should have used getopt,
except that it is not cross platform.
2000-10-02 13:50 blezek
* CMakeVariables.make.in: ENH: Support for XML builds and Dashboard
2000-09-28 12:43 blezek
* README: ENH: Added note about VERBATIM targets in CMakeList.txt
2000-09-27 15:01 hoffman
* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
README, Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmSystemTools.cxx, Source/cmSystemTools.h,
Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h: ENH: change ME
to LIBRARY and added PROJECT, also remove ITK stuff and replaced
with CMake
2000-09-21 13:45 hoffman
* README, Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
Source/cmMakefile.h, Source/cmUnixMakefile.cxx,
Source/itkVC60Configure.cxx, Source/itkVC60Configure.h: ENH: clean
up code, and varible names
2000-09-18 10:19 hoffman
* Source/cmUnixMakefile.cxx: BUG: remove cout
2000-09-18 09:19 hoffman
* CMakeRules.make.in, CMakeVariables.make.in, README,
Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Source/cmMakeDepend.cxx, Source/cmUnixMakefile.cxx,
Source/cmWindowsConfigure.cxx, Source/cmWindowsConfigure.h,
Source/MFCDialog/CMakeSetup.dsp, Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
ENH: added a config setup file for CMakeSetup. Cleaned up the
names of the source and binary directories
2000-09-18 07:27 hoffman
* Source/: CMakeSetupCMD.dsp, MFCDialog/CMakeSetup.dsp: ENH: remove
unused files
2000-09-12 06:44 hoffman
* CMakeRules.make.in, CMakeVariables.make.in: BUG: fix build in
place source directory
2000-09-12 05:37 hoffman
* Source/: cmCollectFlags.cxx, cmCollectFlags.h: NEW: class to
collect all the flags from parent directories
2000-09-12 05:30 hoffman
* CMakeMaster.make.in, CMakeRules.make.in, CMakeTargets.make.in,
CMakeVariables.make.in, MakefileTemplate.in, README,
Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
Source/CMakeSetupCMD.dsp, Source/Makefile.in,
Source/cmClassFile.cxx, Source/cmClassFile.h,
Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
Source/cmMakefile.h, Source/cmPCBuilder.cxx, Source/cmPCBuilder.h,
Source/cmSystemTools.cxx, Source/cmSystemTools.h,
Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h,
Source/cmWindowsConfigure.h, Source/itkVC60Configure.h,
Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeSetup.dsp,
Source/MFCDialog/CMakeSetupDialog.cpp: ENH: CMake and configure now
use SUBDIRS in CMakeLists.txt to find all the directories of the
system.
2000-09-01 10:43 hoffman
* Source/: EXEHeader.dsptemplate, cmSystemTools.cxx: BUG: fix
release build on windows
2000-08-31 14:26 hoffman
* CMakeVariables.make.in, Source/cmUnixMakefile.cxx: BUG: fix build
of lib.a problem
2000-08-31 14:15 hoffman
* Source/: CMakeSetup.dsw, cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG:
fix name of command line version in dsp files
2000-08-31 13:54 hoffman
* CMakeSimpleRules.make, CMakeSimpleRules.make.in: BUG: fix for out
of source build
2000-08-31 13:52 hoffman
* CMakeSimpleRules.make: ENH: fix for Sgi make
2000-08-31 09:36 hoffman
* CMakeRules.make.in, Source/Makefile.in,
Source/cmUnixMakefile.cxx: ENH: fix for SGI make
2000-08-31 06:36 hoffman
* CMakeVariables.make.in, README: ENH: clean things up a bit
2000-08-30 13:59 hoffman
* Source/cmDirectory.cxx, Source/cmDirectory.h,
MakefileTemplate.in: ENH: add ability to compile all the files in a
sub-directory
2000-08-30 13:35 hoffman
* CMakeRules.make.in, CMakeVariables.make.in, README,
Source/CMakeSetupCMD.dsp, Source/Makefile.in,
Source/cmClassFile.cxx, Source/cmDSPMakefile.cxx,
Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
Source/cmUnixMakefile.cxx, Source/MFCDialog/CMakeSetup.dsp,
Source/MFCDialog/CMakeSetupDialog.cpp: ENH: move from tools and
create working CMake program
2000-08-29 15:26 hoffman
* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
Source/CMakeSetupCMD.dsp, Source/EXEFooter.dsptemplate,
Source/EXEHeader.dsptemplate, Source/Makefile.in,
Source/cmClassFile.cxx, Source/cmClassFile.h,
Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmPCBuilder.cxx,
Source/cmPCBuilder.h, Source/cmRegularExpression.cxx,
Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
Source/cmSystemTools.h, Source/cmUnixMakefile.cxx,
Source/cmUnixMakefile.h, Source/cmWindowsConfigure.cxx,
Source/cmWindowsConfigure.h, Source/itkVC60Configure.cxx,
Source/itkVC60Configure.h, Source/staticLibFooter.dsptemplate,
Source/staticLibHeader.dsptemplate,
Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeDialog.h,
Source/MFCDialog/CMakeSetup.cpp, Source/MFCDialog/CMakeSetup.dsp,
Source/MFCDialog/CMakeSetup.h, Source/MFCDialog/CMakeSetup.rc,
Source/MFCDialog/CMakeSetupDialog.cpp,
Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/StdAfx.cpp,
Source/MFCDialog/StdAfx.h, Source/MFCDialog/resource.h,
Source/MFCDialog/res/CMakeSetupDialog.ico,
Source/MFCDialog/res/CMakeSetupDialog.rc2, README: NEW: move from
tools and config to create CMake
2000-08-29 10:56 hoffman
* CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
dummy.in: [no log message]