|
|
@@ -5,6 +5,451 @@
|
|
|
cvs2cl.pl. See http://www.red-bean.com/~kfogel/cvs2cl.shtml for more.
|
|
|
-+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+- -+-
|
|
|
|
|
|
+2001-08-30 19:54 hoffman
|
|
|
+
|
|
|
+ * ChangeLog.txt: ENH: add autogenerated changelog
|
|
|
+
|
|
|
+2001-08-29 21:21 hoffman
|
|
|
+
|
|
|
+ * Source/cmake.cxx: opps
|
|
|
+
|
|
|
+2001-08-29 21:08 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 21:08 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 21: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 20:42 martink
|
|
|
+
|
|
|
+ * Source/ctest.cxx, Source/ctest.h: added regexp option
|
|
|
+
|
|
|
+2001-08-29 20:13 hoffman
|
|
|
+
|
|
|
+ * Source/CMakeLib.dsp, Source/DumpDocumentation.dsp,
|
|
|
+ Source/cmake.dsp, Source/ctest.dsp: remove /ZI
|
|
|
+
|
|
|
+2001-08-29 19:57 hoffman
|
|
|
+
|
|
|
+ * Source/cmake.cxx, Source/cmaketest.cxx: ENH: run cmake from
|
|
|
+ cmaketest
|
|
|
+
|
|
|
+2001-08-29 14:46 king
|
|
|
+
|
|
|
+ * Source/cmMakefile.h: ENH: Added a const version of
|
|
|
+ GetLinkLibraries().
|
|
|
+
|
|
|
+2001-08-29 14:46 king
|
|
|
+
|
|
|
+ * Source/cmUnixMakefileGenerator.cxx,
|
|
|
+ Source/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 13:57 hoffman
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx: clean up a bit
|
|
|
+
|
|
|
+2001-08-29 13:44 berk
|
|
|
+
|
|
|
+ * Source/cmSystemTools.cxx: BUG: fix out of bounds read on string
|
|
|
+ in mkdir
|
|
|
+
|
|
|
+2001-08-29 13:26 perera
|
|
|
+
|
|
|
+ * Source/cmSystemTools.cxx, Source/cmSystemTools.h: ENH: Special
|
|
|
+ value IGNORE behaves like NOTFOUND, but makes FindLibrary, etc,
|
|
|
+ _not_ search for a library, etc.
|
|
|
+
|
|
|
+2001-08-28 22:35 hoffman
|
|
|
+
|
|
|
+ * Source/cmListFileCache.h: remove warning
|
|
|
+
|
|
|
+2001-08-28 22:27 hoffman
|
|
|
+
|
|
|
+ * Source/CMakeLib.dsp, Source/CMakeLists.txt,
|
|
|
+ Source/CMakeSetup.dsw, Source/Makefile.in,
|
|
|
+ Source/cmListFileCache.cxx, Source/cmListFileCache.h,
|
|
|
+ Source/cmMakefile.cxx: ENH: add caching for the input CMakeList.txt
|
|
|
+ files, 2X speed up
|
|
|
+
|
|
|
+2001-08-28 22:27 hoffman
|
|
|
+
|
|
|
+ * Source/cmDSPWriter.cxx: BUG: put spaces in /I paths
|
|
|
+
|
|
|
+2001-08-28 22:01 starreveld
|
|
|
+
|
|
|
+ * Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
|
|
|
+ Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
|
|
|
+ Source/cmUnixMakefileGenerator.cxx:
|
|
|
+
|
|
|
+ Changes to allow MODULE type target for a shared library
|
|
|
+
|
|
|
+2001-08-28 22:01 starreveld
|
|
|
+
|
|
|
+ * Templates/CMakeSystemConfig.cmake.in, Templates/configure,
|
|
|
+ Templates/configure.in:
|
|
|
+
|
|
|
+ Changes to allow a MODULE target for a shared library.
|
|
|
+
|
|
|
+2001-08-28 20:04 martink
|
|
|
+
|
|
|
+ * CMakeLists.txt, Tests/Complex/CMakeLists.txt: minor fix
|
|
|
+
|
|
|
+2001-08-28 18:55 martink
|
|
|
+
|
|
|
+ * Source/cmDSPWriter.cxx, Source/cmSystemTools.cxx,
|
|
|
+ Source/cmSystemTools.h: better network build support
|
|
|
+
|
|
|
+2001-08-28 17:49 starreveld
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in:
|
|
|
+
|
|
|
+ Added support for Darwin (OSX)
|
|
|
+
|
|
|
+2001-08-28 14:57 hoffman
|
|
|
+
|
|
|
+ * Modules/FindTCL.cmake: ENH: support for cygwin
|
|
|
+
|
|
|
+2001-08-28 14:57 hoffman
|
|
|
+
|
|
|
+ * Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx:
|
|
|
+ BUG: fix for broken apple mkdir and general clean up of
|
|
|
+ MakeDirectory command
|
|
|
+
|
|
|
+2001-08-27 19:48 hoffman
|
|
|
+
|
|
|
+ * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix switch projects
|
|
|
+ not saving cache correctly
|
|
|
+
|
|
|
+2001-08-27 19:19 martink
|
|
|
+
|
|
|
+ * Source/cmDSPWriter.cxx: support for network path link libraries
|
|
|
+
|
|
|
+2001-08-27 18:44 hoffman
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx, Source/cmMakefile.h,
|
|
|
+ Source/cmUnixMakefileGenerator.cxx: ENH: change expand variables to
|
|
|
+ use GetDefinition
|
|
|
+
|
|
|
+2001-08-27 18:35 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in: [no log message]
|
|
|
+
|
|
|
+2001-08-27 18:35 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in, Source/Makefile.in: ENH: clean up sgi
|
|
|
+ build and use non-broken autoconf
|
|
|
+
|
|
|
+2001-08-27 16:24 hoffman
|
|
|
+
|
|
|
+ * configure, Source/cmUnixMakefileGenerator.cxx,
|
|
|
+ Templates/configure: [no log message]
|
|
|
+
|
|
|
+2001-08-27 15:03 hoffman
|
|
|
+
|
|
|
+ * Source/cmUnixMakefileGenerator.cxx: BUG: set CXX and CC when
|
|
|
+ running configure from cmake
|
|
|
+
|
|
|
+2001-08-27 14:23 martink
|
|
|
+
|
|
|
+ * Source/ctest.cxx: better formatted output
|
|
|
+
|
|
|
+2001-08-27 14:22 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: ENH: use
|
|
|
+ ANSI_CXXFLAGS for testing compiler
|
|
|
+
|
|
|
+2001-08-27 14:11 hoffman
|
|
|
+
|
|
|
+ * CMakeLists.txt, Templates/CMakeSystemConfig.cmake.in,
|
|
|
+ Templates/configure, Templates/configure.in,
|
|
|
+ Tests/Complex/CMakeLists.txt: ENH: sgi -LANG:std
|
|
|
+
|
|
|
+2001-08-27 14:07 berk
|
|
|
+
|
|
|
+ * Source/CMakeSetup.dsw: ken added dependancy to build everything
|
|
|
+
|
|
|
+2001-08-25 16:31 martink
|
|
|
+
|
|
|
+ * Source/CMakeSetup.dsw, Source/ctest.dsp: added ctest to win32
|
|
|
+
|
|
|
+2001-08-24 21:50 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: [no log message]
|
|
|
+
|
|
|
+2001-08-24 21:30 hoffman
|
|
|
+
|
|
|
+ * Templates/CMakeSystemConfig.cmake.in, Templates/configure,
|
|
|
+ Templates/configure.in: ENH: more sgi -LANG stuff
|
|
|
+
|
|
|
+2001-08-24 21:25 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in, configure, configure.in: auto detect
|
|
|
+ lang:std:
|
|
|
+
|
|
|
+2001-08-24 21:12 hoffman
|
|
|
+
|
|
|
+ * Source/Makefile.in: ENH: build for sgi CC out of box
|
|
|
+
|
|
|
+2001-08-24 21:12 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in, configure, configure.in: auto detect
|
|
|
+ lang:std:
|
|
|
+
|
|
|
+2001-08-24 21:00 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in: auto detect lang:std:
|
|
|
+
|
|
|
+2001-08-24 20:51 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in: auto detect lang:std:
|
|
|
+
|
|
|
+2001-08-24 19:54 hoffman
|
|
|
+
|
|
|
+ * Tests/Complex/cmTestConfigure.h.in,
|
|
|
+ Tests/Complex/Executable/complex.cxx: BUG: fix complex test for old
|
|
|
+ compilers
|
|
|
+
|
|
|
+2001-08-24 19:45 hoffman
|
|
|
+
|
|
|
+ * configure, configure.in, Tests/Complex/cmTestConfigure.h.in: BUG:
|
|
|
+ fix for SGI Native compiler
|
|
|
+
|
|
|
+2001-08-24 19:41 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: BUG: fix flag for
|
|
|
+ building shared on HP
|
|
|
+
|
|
|
+2001-08-23 22:30 perera
|
|
|
+
|
|
|
+ * Source/cmAddTestCommand.cxx, Source/cmAddTestCommand.h: BUG:
|
|
|
+ ADD_TEST now only does stuff if ENABLE_TESTING has been run.
|
|
|
+
|
|
|
+2001-08-23 22:02 hoffman
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
|
|
|
+ Source/cmSystemTools.h: ENH: improve coverage
|
|
|
+
|
|
|
+2001-08-23 21:40 hoffman
|
|
|
+
|
|
|
+ * Source/CMakeLists.txt, Source/cmDumpDocumentation.cxx,
|
|
|
+ Source/cmMakefile.cxx, Source/cmMakefile.h: ENH: add dump
|
|
|
+ documentation test
|
|
|
+
|
|
|
+2001-08-23 20:28 king
|
|
|
+
|
|
|
+ * Source/cmCableWrapTclCommand.cxx, Source/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 20:24 hoffman
|
|
|
+
|
|
|
+ * Source/cmaketest.cxx: BUG: run make all on unix not make exename
|
|
|
+
|
|
|
+2001-08-23 20:00 hoffman
|
|
|
+
|
|
|
+ * Source/CMakeLists.txt, Source/cmStandardIncludes.h,
|
|
|
+ Source/cmaketest.cxx, Source/ctest.cxx: ENH: add more testing
|
|
|
+
|
|
|
+2001-08-23 17:57 hoffman
|
|
|
+
|
|
|
+ * Tests/Complex/CMakeLists.txt, Tests/Complex/VarTests.txt,
|
|
|
+ Tests/Complex/cmTestConfigure.h.in, Tests/Complex/simple.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,
|
|
|
+ Tests/Complex/Library/sharedFile.cxx,
|
|
|
+ Tests/Complex/Library/sharedFile.h,
|
|
|
+ Tests/Complex/Library/ExtraSources/file1.cxx,
|
|
|
+ Tests/Complex/Library/ExtraSources/file1.h: ENH: try to get better
|
|
|
+ test coverage
|
|
|
+
|
|
|
+2001-08-23 17:12 martink
|
|
|
+
|
|
|
+ * Source/ctest.cxx: also check path for test executables
|
|
|
+
|
|
|
+2001-08-23 15:39 martink
|
|
|
+
|
|
|
+ * Source/ctest.cxx: fixed format
|
|
|
+
|
|
|
+2001-08-23 15:32 martink
|
|
|
+
|
|
|
+ * Source/cmUnixMakefileGenerator.cxx: better ctest support
|
|
|
+
|
|
|
+2001-08-23 15:12 martink
|
|
|
+
|
|
|
+ * Source/CMakeLists.txt, Source/cmSystemTools.cxx,
|
|
|
+ Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
|
|
|
+ Source/ctest.cxx, Source/ctest.h: added test driver for make test
|
|
|
+ target
|
|
|
+
|
|
|
+2001-08-22 20: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 15:58 hoffman
|
|
|
+
|
|
|
+ * Source/cmCableClassSet.h, Source/cmCableWrapTclCommand.cxx,
|
|
|
+ Source/cmCacheManager.cxx, Source/cmCacheManager.h,
|
|
|
+ Source/cmMakeDepend.h, Source/cmMakefile.h, Source/cmSourceGroup.h,
|
|
|
+ Source/cmStandardIncludes.h, Source/cmTarget.h,
|
|
|
+ Source/cmUnixMakefileGenerator.cxx: ENH: change all maps of string
|
|
|
+ to be maps of cmStdString, to reduce symbol length in object files.
|
|
|
+
|
|
|
+2001-08-22 15:26 hoffman
|
|
|
+
|
|
|
+ * Source/cmMakefile.h: BUG: shorten length of symbols
|
|
|
+
|
|
|
+2001-08-22 14:12 berk
|
|
|
+
|
|
|
+ * Source/cmDSPWriter.cxx: OUTDIR->IntDir
|
|
|
+
|
|
|
+2001-08-22 12:21 hoffman
|
|
|
+
|
|
|
+ * Source/MFCDialog/CMakeLists.txt: BUG: add missing
|
|
|
+ CMakeCommandLineInfo
|
|
|
+
|
|
|
+2001-08-21 21:38 barre
|
|
|
+
|
|
|
+ * Source/MFCDialog/CMakeSetup.cpp,
|
|
|
+ Source/MFCDialog/CMakeSetupDialog.cpp,
|
|
|
+ Source/MFCDialog/CMakeSetupDialog.h,
|
|
|
+ Source/MFCDialog/CMakeCommandLineInfo.cpp,
|
|
|
+ Source/MFCDialog/CMakeCommandLineInfo.h,
|
|
|
+ Source/MFCDialog/CMakeSetup.dsp: CMakeSetup now handles
|
|
|
+ command-line arguments (ex: /H=source_dir /B=build_dir)
|
|
|
+
|
|
|
+2001-08-21 15:04 starreveld
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx:
|
|
|
+
|
|
|
+ Added support for .mm source files (ObjC++)
|
|
|
+
|
|
|
+2001-08-20 17:32 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: BUG: fix check for
|
|
|
+ no std::
|
|
|
+
|
|
|
+2001-08-20 13:23 hoffman
|
|
|
+
|
|
|
+ * Source/cmSetCommand.cxx: BUG: cmSystemTools::CollapseFullPath is
|
|
|
+ a bad thing to call on the compiler which is a filepath
|
|
|
+
|
|
|
+2001-08-19 23: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 16:14 barre
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx: gcc and MSVC clash on
|
|
|
+ basic_string::compare(), let's try substr()
|
|
|
+
|
|
|
+2001-08-19 11:36 barre
|
|
|
+
|
|
|
+ * Source/cmSetCommand.cxx: If the value is a path, collapse it
|
|
|
+ (cleaner)
|
|
|
+
|
|
|
+2001-08-18 21:57 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: BUG: get the flags
|
|
|
+ right
|
|
|
+
|
|
|
+2001-08-18 16:51 barre
|
|
|
+
|
|
|
+ * Source/cmMakefile.cxx, Modules/FindDart.cmake: Support for
|
|
|
+ $ENV{VAR} syntax (lookup in the environment vars)
|
|
|
+
|
|
|
+2001-08-17 21:11 martink
|
|
|
+
|
|
|
+ * Source/cmElseCommand.cxx, Source/cmIfCommand.cxx: backwards
|
|
|
+ MATCHES in if and else statements
|
|
|
+
|
|
|
+2001-08-16 22:01 hoffman
|
|
|
+
|
|
|
+ * Templates/configure: ENH: default for cygwin should be pthreads
|
|
|
+
|
|
|
+2001-08-16 21:42 hoffman
|
|
|
+
|
|
|
+ * Templates/CMakeSystemConfig.cmake.in,
|
|
|
+ Templates/CMakeWindowsSystemConfig.cmake, Templates/configure,
|
|
|
+ Templates/configure.in: ENH: add CMAKE_USE_WIN32_THREADS to the
|
|
|
+ possible thread types
|
|
|
+
|
|
|
+2001-08-16 15:41 berk
|
|
|
+
|
|
|
+ * Source/cmCacheManager.cxx, Source/cmCacheManager.h,
|
|
|
+ Source/cmLoadCacheCommand.cxx, Source/cmLoadCacheCommand.h: Adding
|
|
|
+ new options to LoadCache.
|
|
|
+
|
|
|
+2001-08-15 17:40 berk
|
|
|
+
|
|
|
+ * Source/cmCacheManager.cxx, Source/cmCacheManager.h,
|
|
|
+ Source/cmLoadCacheCommand.cxx: 1. Added EXCLUDE option to
|
|
|
+ LOAD_CACHE. 2. Entries brought in from another cache are now
|
|
|
+ marked as internal.
|
|
|
+
|
|
|
+2001-08-15 17:23 martink
|
|
|
+
|
|
|
+ * Modules/FindDart.cmake: looks at same level
|
|
|
+
|
|
|
+2001-08-15 14:03 hoffman
|
|
|
+
|
|
|
+ * Templates/configure, Templates/configure.in: ENH: make pthreads
|
|
|
+ the default for cygwin
|
|
|
+
|
|
|
+2001-08-14 21:18 king
|
|
|
+
|
|
|
+ * Source/cmInstallFilesCommand.cxx, Source/cmInstallFilesCommand.h,
|
|
|
+ Source/cmInstallProgramsCommand.cxx,
|
|
|
+ Source/cmInstallProgramsCommand.h, Source/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 20:04 martink
|
|
|
+
|
|
|
+ * Modules/Dart.cmake: removed grep
|
|
|
+
|
|
|
+2001-08-10 19:52 martink
|
|
|
+
|
|
|
+ * Source/cmVTKWrapTclCommand.cxx, Source/cmMakefile.h: now creates
|
|
|
+ output directories
|
|
|
+
|
|
|
+2001-08-09 19:35 hoffman
|
|
|
+
|
|
|
+ * CMake.pdf: ENH: update pdf to rtf
|
|
|
+
|
|
|
+2001-08-09 19:23 hoffman
|
|
|
+
|
|
|
+ * CMake.rtf: ENH: add some docs for sgi CC
|
|
|
+
|
|
|
+2001-08-09 18:58 berk
|
|
|
+
|
|
|
+ * Source/cmElseCommand.cxx, Source/cmIfCommand.cxx: BUG: or and and
|
|
|
+ were inverted.
|
|
|
+
|
|
|
+2001-08-09 15:12 hoffman
|
|
|
+
|
|
|
+ * ChangeLog: add generated ChangeLog file. Should be updated each
|
|
|
+ time a new version is made
|
|
|
+
|
|
|
2001-08-09 15:07 martink
|
|
|
|
|
|
* Source/cmMakefile.h, Source/cmMakefile.h: updated version
|