ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl...
[cmake.git] / ChangeLog.txt
blob0875cc6284314350d75c34a6e649b59e4797137f
1 2006-04-19 10:56  hoffman
3         * Modules/Platform/Windows-cl.cmake: ENH: test for vs8 correctly
5 2006-04-19 10:50  king
7         * Source/: cmBootstrapCommands.cxx, cmCommands.cxx: BUG: Need
8           ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the
9           Win32 implementation of process execution.
11 2006-04-19 10:34  king
13         * Source/cmLocalVisualStudio6Generator.cxx,
14           Source/cmLocalVisualStudio6Generator.h,
15           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
16           Templates/EXEWinHeader.dsptemplate: BUG: VS6 generator now uses
17           ComputeLinkInformation just like all other generators.
19 2006-04-19 10:11  hoffman
21         * Modules/Platform/Windows-cl.cmake: ENH: check for version 1400
23 2006-04-19 08:06  andy
25         * Source/cmVersion.cxx: STYLE: Nightly Version update
27 2006-04-18 16:40  hoffman
29         * CMakeLists.txt: ENH: make cpack names match old cmake release
30           process
32 2006-04-18 15:32  hoffman
34         * Source/cmGlobalUnixMakefileGenerator3.cxx: ENH: put global
35           targets in the help
37 2006-04-18 15:30  hoffman
39         * Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: make sure help
40           has global targets
42 2006-04-18 14:48  hoffman
44         * CMakeLists.txt, Source/cmCPluginAPI.h: ENH: move version numbers
45           to 2.5.0
47 2006-04-18 14:48  hoffman
49         * CMakeLists.txt, Source/cmCPluginAPI.h, Utilities/Release/README:
50           ENH: move version numbers to 2.4.0
52 2006-04-18 11:53  king
54         * Source/cmLocalVisualStudio6Generator.cxx: BUG: Do not require
55           language flags variables.  Other generators do not, and it breaks
56           programmable language support (like the Java test).
58 2006-04-18 11:50  barre
60         * Source/kwsys/SystemTools.cxx: ENH: try to bypass Microsoft
61           assert() on isspace, isalpha, etc.
63 2006-04-18 11:45  king
65         * Source/cmLocalVisualStudio6Generator.cxx,
66           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
67           Templates/EXEWinHeader.dsptemplate,
68           Templates/staticLibHeader.dsptemplate,
69           Tests/SimpleInstall/CMakeLists.txt,
70           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Updated VS6 generator
71           to use target.GetFullName() to compute target file names.
73 2006-04-18 10:56  king
75         * Source/: cmSetTargetPropertiesCommand.h, cmTarget.cxx: ENH: Added
76           <config>_OUTPUT_NAME target property to allow the output name to
77           be set on a per-configuration basis.
79 2006-04-18 10:32  andy
81         * Docs/: cmake-indent.vim, cmake-syntax.vim: ENH: Cleanup header
82           and make license compatible with VIM
84 2006-04-18 10:32  andy
86         * Source/CPack/: cmCPackGenericGenerator.cxx,
87           cmCPackSTGZGenerator.cxx: ENH: Remove some debugging
89 2006-04-18 10:30  king
91         * Source/: cmFileCommand.cxx, cmInstallCommand.h: BUG: Using the
92           source-file permissions by default for installation is somewhat
93           unpredictable because users can extract source code with almost
94           any permissions (umask).  Changing the default to use 644 for
95           files and 755 for programs.  No release has documented the old
96           behavior so we do not need compatibility.
98 2006-04-18 10:27  king
100         * Source/cmIfCommand.h: BUG: Fixed missing false values in
101           documentation of IF command.
103 2006-04-18 10:01  king
105         * Modules/CPack.cmake: BUG: Need to ignore source packaging of #*#
106           files created by emacs during editing.
108 2006-04-18 09:24  andy
110         * Source/CPack/cmCPackSTGZGenerator.cxx: COMP: Remove non-existent
111           header
113 2006-04-18 08:25  andy
115         * Modules/CPack.STGZ_Header.sh.in, Source/cmFileCommand.cxx,
116           Source/CPack/cmCPackGenericGenerator.cxx,
117           Source/CPack/cmCPackGenericGenerator.h,
118           Source/CPack/cmCPackSTGZGenerator.cxx,
119           Source/CPack/cmCPackSTGZGenerator.h, Source/CPack/cpack.cxx: ENH:
120           More cleanups and add stgz header script, so it does not have to
121           be hard-coded. Also, the user can overwrite it
123 2006-04-18 08:17  andy
125         * Source/cmVersion.cxx: STYLE: Nightly Version update
127 2006-04-17 19:02  andy
129         * bootstrap: ENH: Fix copyright year
131 2006-04-17 18:10  hoffman
133         * Tests/: Complex/Executable/CMakeLists.txt,
134           ComplexOneConfig/Executable/CMakeLists.txt,
135           ComplexRelativePaths/Executable/CMakeLists.txt,
136           Complex/Executable/complex.cxx,
137           ComplexOneConfig/Executable/complex.cxx,
138           ComplexRelativePaths/Executable/complex.cxx: ENH: remove
139           duplicate file name test because it fails on xcode
141 2006-04-17 16:06  andy
143         * Source/cmGlobalGenerator.cxx: BUG: Verify the global target name
144           exists before using it. Fixes VS and Xcode
146 2006-04-17 15:55  hoffman
148         * Modules/FindX11.cmake: ENH: fix find x11 on the mac
150 2006-04-17 15:35  hoffman
152         * Source/cmLocalGenerator.cxx: ENH: fix java for ide builds again
154 2006-04-17 15:26  andy
156         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
157           cmGlobalUnixMakefileGenerator3.h: ENH: Add packaging of source
158           code (make package_source)
160 2006-04-17 14:13  malaterre
162         * Source/kwsys/CMakeLists.txt: COMP: Fix compilation on linux
163           (dlopen/dlclose symbols)
165 2006-04-17 14:00  hoffman
167         * Modules/CMakeJavaInformation.cmake, Source/cmLocalGenerator.cxx,
168           Source/cmLocalGenerator.h,
169           Source/cmMakefileLibraryTargetGenerator.cxx,
170           Source/cmMakefileTargetGenerator.cxx: ENH: fix java and add
171           OBJECT_DIR support
173 2006-04-17 13:59  hoffman
175         * Tests/: Complex/Executable/CMakeLists.txt,
176           Complex/Executable/complex.cxx,
177           Complex/Executable/Sub1/NameConflictTest.c,
178           Complex/Executable/Sub2/NameConflictTest.c,
179           ComplexOneConfig/Executable/CMakeLists.txt,
180           ComplexOneConfig/Executable/complex.cxx,
181           ComplexOneConfig/Executable/Sub1/NameConflictTest.c,
182           ComplexOneConfig/Executable/Sub2/NameConflictTest.c,
183           ComplexRelativePaths/Executable/CMakeLists.txt,
184           ComplexRelativePaths/Executable/complex.cxx,
185           ComplexRelativePaths/Executable/Sub1/NameConflictTest.c,
186           ComplexRelativePaths/Executable/Sub2/NameConflictTest.c: ENH:
187           allow multiple files with the same name in different sub dirs
188           test
190 2006-04-17 13:58  hoffman
192         * Source/cmLocalVisualStudio7Generator.cxx: ENH: allow multiple
193           files with the same name in different subdirs
195 2006-04-17 13:57  hoffman
197         * Modules/CMakeDetermineCXXCompiler.cmake: ENH: add mingw test to
198           cxx
200 2006-04-17 13:57  hoffman
202         * Modules/Platform/Windows-gcc.cmake: ENH: add windows apps to
203           mingw
205 2006-04-17 07:56  andy
207         * Source/cmVersion.cxx: STYLE: Nightly Version update
209 2006-04-16 13:49  andy
211         * Docs/cmake-syntax.vim: ENH: Cleanup, make case insensitive,
212           remove macro since it does not work anyway
214 2006-04-16 08:08  andy
216         * Source/cmVersion.cxx: STYLE: Nightly Version update
218 2006-04-15 13:02  andy
220         * Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx,
221           Source/CPack/cmCPackGenericGenerator.h,
222           Source/CPack/cmCPackNSISGenerator.cxx,
223           Source/CPack/cmCPackNSISGenerator.h,
224           Source/CPack/cmCPackPackageMakerGenerator.cxx,
225           Source/CPack/cmCPackPackageMakerGenerator.h,
226           Source/CPack/cmCPackSTGZGenerator.cxx,
227           Source/CPack/cmCPackSTGZGenerator.h,
228           Source/CPack/cmCPackTGZGenerator.cxx,
229           Source/CPack/cmCPackTGZGenerator.h,
230           Source/CPack/cmCPackZIPGenerator.cxx,
231           Source/CPack/cmCPackZIPGenerator.h: ENH: Support for packaging
232           source, several cleanups and more yeehaa...
234 2006-04-15 08:12  andy
236         * Source/cmVersion.cxx: STYLE: Nightly Version update
238 2006-04-14 15:08  hoffman
240         * Modules/FindX11.cmake: ENH: make sure frameworks are not searched
241           for x header files
243 2006-04-14 09:13  andy
245         * Source/cmVersion.cxx: STYLE: Nightly Version update
247 2006-04-14 09:02  hoffman
249         * Source/CMakeLists.txt: ENH: fix syntax
251 2006-04-14 08:58  andy
253         * Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx,
254           Templates/CPackConfig.cmake.in: ENH: Start adding support for
255           packaging component and to package into a subdirectory
257 2006-04-14 08:44  hoffman
259         * Source/CMakeLists.txt: ENH: make sure cmake can be built with an
260           older version of cmake
262 2006-04-13 23:24  hoffman
264         * Source/cmFindProgramCommand.cxx: ENH: fix warning
266 2006-04-13 23:15  hoffman
268         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx:
269           ENH: search for help modules in the correct place for install and
270           source tree builds
272 2006-04-13 22:57  king
274         * Source/cmFileCommand.cxx: BUG: Fixed install rules to use
275           copy-if-different.
277 2006-04-13 22:56  king
279         * Source/kwsys/SystemTools.cxx: ENH: Improved implementation of
280           FilesDiffer to avoid allocating enough memory for the entire file
281           twice.  Instead using a block-at-a-time comparison.
283 2006-04-13 15:28  king
285         * Tests/CustomCommand/wrapper.cxx: COMP: Do not use ANSI function
286           prototypes to pacify HP.
288 2006-04-13 11:00  hoffman
290         * bootstrap, Modules/Platform/Darwin.cmake, Source/CMakeLists.txt,
291           Source/cmFindBase.cxx, Source/cmFindBase.h,
292           Source/cmFindProgramCommand.cxx, Source/cmFindProgramCommand.h,
293           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in:
294           ENH: add patch for finding applications on OSX
296 2006-04-13 10:15  king
298         * Source/: cmGlobalUnixMakefileGenerator3.h,
299           cmGlobalWatcomWMakeGenerator.cxx, cmMakefileTargetGenerator.cxx:
300           BUG: Work-around Watcom WMake limitation for multiple-output
301           custom command support.
303 2006-04-13 08:02  andy
305         * Source/cmVersion.cxx: STYLE: Nightly Version update
307 2006-04-12 22:04  king
309         * Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
310           Source/cmInstallScriptGenerator.cxx,
311           Source/cmInstallScriptGenerator.h,
312           Tests/SimpleInstall/CMakeLists.txt,
313           Tests/SimpleInstall/InstallScript1.cmake,
314           Tests/SimpleInstall/InstallScript2.cmake,
315           Tests/SimpleInstallS2/CMakeLists.txt,
316           Tests/SimpleInstallS2/InstallScript1.cmake,
317           Tests/SimpleInstallS2/InstallScript2.cmake: ENH: Added
318           INSTALL(CODE) mode to allow inline specification of install
319           script code.  This reduces the need for configuring an install
320           script that needs some variable settings because the install code
321           can set thing up first.
323 2006-04-12 21:24  andy
325         * Docs/cmake-indent.vim: ENH: Unify the comment
327 2006-04-12 21:20  andy
329         * Docs/cmake-syntax.vim: ENH: More system variables, more
330           operators, more commands, fix some string issues and some cmake
331           arguments issues
333 2006-04-12 15:23  hoffman
335         * Source/CMakeLists.txt: ENH: lang by custom command does not yet
336           work for Xcode
338 2006-04-12 11:56  martink
340         * Source/cmGlobalGenerator.cxx: COMP: fix warning
342 2006-04-12 11:36  martink
344         * Source/cmGlobalGenerator.h: ENH: fix compile issue on HP
345           hopefully
347 2006-04-12 09:12  hoffman
349         * Source/cmDocumentation.cxx: ENH: case insensitive command help
351 2006-04-12 08:15  andy
353         * Source/cmVersion.cxx: STYLE: Nightly Version update
355 2006-04-11 22:39  hoffman
357         * Source/cmake.cxx: ENH: add more verbose output in verbose mode
359 2006-04-11 22:39  hoffman
361         * Source/cmMakefile.cxx: ENH: fix re-run of cmake based on
362           configured files that are done with copy if different and never
363           change
365 2006-04-11 17:11  hoffman
367         * Source/: CMakeLists.txt, cmLocalGenerator.cxx: ENH: enable test
368           for java with IDE builds
370 2006-04-11 16:55  king
372         * Modules/CMakeCInformation.cmake,
373           Modules/CMakeCXXInformation.cmake,
374           Modules/CMakeFortranInformation.cmake,
375           Modules/Platform/Windows-bcc32.cmake,
376           Modules/Platform/Windows-cl.cmake,
377           Modules/Platform/Windows-icl.cmake,
378           Modules/Platform/Windows-ifort.cmake,
379           Modules/Platform/Windows-wcl386.cmake,
380           Source/cmLocalGenerator.cxx,
381           Source/cmLocalVisualStudio6Generator.cxx,
382           Source/cmLocalVisualStudio7Generator.cxx: ENH: Split
383           CMAKE_STANDARD_LIBRARIES into per-language variables
384           CMAKE_<lang>_STANDARD_LIBRARIES.  This is needed to get
385           programmable language support working with Visual Studio
386           generators.  It makes sense anyway.
388 2006-04-11 14:54  king
390         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Use flag-map
391           transform only for C and C++ flags.
393 2006-04-11 14:53  king
395         * Source/cmLocalGenerator.cxx: ENH: Restored implementation of
396           AddCustomCommandToCreateObject.  Updated it to use newer custom
397           command functionality.
399 2006-04-11 13:32  king
401         * Source/cmLocalGenerator.cxx: BUG: Install scripts should honor
402           EXCLUDE_FROM_ALL options for subdirectories.  This addresses
403           bug#3100.
405 2006-04-11 12:51  martink
407         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
408           cmLocalUnixMakefileGenerator3.cxx, cmMakefile.cxx, cmMakefile.h:
409           ENH: some performance optimizations
411 2006-04-11 11:40  king
413         * Source/cmLocalGenerator.cxx: BUG: Do not add non-per-config
414           subdirectory name of cmake target libraries as full path libs.
416 2006-04-11 11:06  king
418         * Source/cmAddCustomCommandCommand.cxx,
419           Source/cmAddCustomCommandCommand.h, Source/cmCustomCommand.cxx,
420           Source/cmCustomCommand.h, Source/cmGlobalGenerator.cxx,
421           Source/cmGlobalGenerator.h,
422           Source/cmGlobalUnixMakefileGenerator3.cxx,
423           Source/cmGlobalUnixMakefileGenerator3.h,
424           Source/cmGlobalVisualStudio8Generator.cxx,
425           Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
426           Source/cmLocalGenerator.h,
427           Source/cmLocalVisualStudio6Generator.cxx,
428           Source/cmLocalVisualStudio6Generator.h,
429           Source/cmLocalVisualStudio7Generator.cxx,
430           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
431           Source/cmMakefile.h, Source/cmMakefileTargetGenerator.cxx,
432           Source/cmake.cxx, Tests/CustomCommand/CMakeLists.txt,
433           Tests/CustomCommand/wrapper.cxx: ENH: Added support for multiple
434           outputs generated by a single custom command.  For Visual Studio
435           generators the native tool provides support.  For Xcode and
436           Makefile generators a simple trick is used.  The first output is
437           considered primary and has the build rule attached.  Other
438           outputs simply depend on the first output with no build rule.
439           During cmake_check_build_system CMake detects when a secondary
440           output is missing and removes the primary output to make sure all
441           outputs are regenerated.  This approach always builds the custom
442           command at the right time and only once even during parallel
443           builds.
445 2006-04-11 10:04  king
447         * Source/cmMakefile.h: BUG: Fixed typo in new cmake-rerun code.
449 2006-04-11 08:56  andy
451         * Source/cmCTest.cxx: BUG: The fast mode should not read
452           CTestCustom.ctest files
454 2006-04-11 08:16  andy
456         * Source/cmVersion.cxx: STYLE: Nightly Version update
458 2006-04-10 13:52  hoffman
460         * Source/: cmGlobalUnixMakefileGenerator3.cxx, cmMakefile.cxx,
461           cmMakefile.h: ENH: add support for re-running cmake if the
462           cmakefiles change
464 2006-04-10 13:52  hoffman
466         * Tests/: SimpleInstall/CMakeLists.txt,
467           SimpleInstallS2/CMakeLists.txt: ENH: add test for mfc
469 2006-04-10 13:47  hoffman
471         * Source/cmFileCommand.cxx: ENH: handle single path
473 2006-04-10 13:46  hoffman
475         * Modules/: CMakeVS6FindMake.cmake, CMakeVS71FindMake.cmake,
476           CMakeVS7FindMake.cmake, CMakeVS8FindMake.cmake,
477           InstallRequiredSystemLibraries.cmake: ENH: add correct flags for
478           msvc generators
480 2006-04-10 13:44  andy
482         * Modules/CPack.cmake, Source/cmGlobalGenerator.h,
483           Source/ctest.cxx, Source/CPack/cmCPackGenericGenerator.cxx: ENH:
484           Add support for preinstall for cmake generated projects when
485           packaging them
487 2006-04-10 11:39  hoffman
489         * Source/cmGlobalXCodeGenerator.cxx: ENH: fix so all configurations
490           show up
492 2006-04-10 11:09  andy
494         * Modules/CPack.cmake, Source/CPack/cmCPackGenericGenerator.cxx:
495           ENH: Deprecate CPACK_BINARY_DIR and add
496           CPACK_INSTALL_CMAKE_PROJECTS
498 2006-04-10 09:36  andy
500         * CTestCustom.ctest.in: ENH: Some ctest custom fixes
502 2006-04-10 08:10  andy
504         * Source/cmVersion.cxx: STYLE: Nightly Version update
506 2006-04-09 08:15  andy
508         * Source/cmVersion.cxx: STYLE: Nightly Version update
510 2006-04-09 07:45  andy
512         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestBuildHandler.cxx,
513           CTest/cmCTestReadCustomFilesCommand.cxx: BUG: Improve the
514           behavior of the ReadCustomFilesCommand
516 2006-04-08 14:15  hoffman
518         * Source/: cmLocalKdevelopGenerator.cxx,
519           cmLocalUnixMakefileGenerator3.cxx,
520           cmLocalUnixMakefileGenerator3.h: ENH: make sure verbose output is
521           used for kde
523 2006-04-08 08:23  andy
525         * Source/cmVersion.cxx: STYLE: Nightly Version update
527 2006-04-07 16:46  hoffman
529         * Modules/Platform/: Windows-cl.cmake, Windows-cl.cmake.in: ENH:
530           add better variables for MSVC versions
532 2006-04-07 16:35  andy
534         * Modules/CPack.cmake: ENH: Allow to overwrite CPACK_BINARY_DIR
536 2006-04-07 07:40  andy
538         * Source/cmVersion.cxx: STYLE: Nightly Version update
540 2006-04-06 07:39  andy
542         * Source/cmVersion.cxx: STYLE: Nightly Version update
544 2006-04-05 11:07  king
546         * Source/cmOrderLinkDirectories.cxx: COMP: Moved var decl out of
547           _WIN32 block.
549 2006-04-05 11:05  king
551         * Source/: cmLocalGenerator.cxx, cmOrderLinkDirectories.cxx: BUG:
552           Fixed cmOrderLinkDirectories to deal with raw link items that do
553           not yet exist and correct drive letter case to avoid duplicate
554           paths on windows.  Fixed cmLocalGenerator to pass CMake targets
555           as full paths to cmOrderLinkDirectories to make sure the ordering
556           will pick up the proper target libraries.
558 2006-04-05 07:46  hoffman
560         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: add path
561           conversion stuff and rm SYSTEM_PATH
563 2006-04-05 07:31  andy
565         * Source/cmVersion.cxx: STYLE: Nightly Version update
567 2006-04-04 17:27  hoffman
569         * Modules/CMakeVS8FindMake.cmake: ENH: add search directories for
570           32 bit devenv from a 64bit cmake
572 2006-04-04 17:14  king
574         * Source/cmLocalGenerator.cxx: BUG: Removing part of earlier fix
575           because it does not work with VS generators.  It may be restored
576           later after cmOrderLinkDirs is further fixed.
578 2006-04-04 14:53  king
580         * Source/cmSetTargetPropertiesCommand.h: ENH: Added documentation
581           for COMPILE_FLAGS property and clarified meaning of
582           DEFINE_SYMBOL.
584 2006-04-04 14:25  king
586         * Source/cmLocalGenerator.cxx, Source/cmOrderLinkDirectories.cxx,
587           Source/cmOrderLinkDirectories.h,
588           Tests/Complex/Executable/complex.cxx,
589           Tests/ComplexOneConfig/Executable/complex.cxx,
590           Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Fixed
591           cmOrderLinkDirectories to make sure cmake-built libraries are
592           found properly.  Also taking libraries that will be built but may
593           not yet exist into account.  The per-configuration subdirectories
594           that are included by generators in the link path are checked for
595           conflicting libraries also.  Potentially conflicting libraries
596           that are actually symlinks back to the desired library are no
597           longer considered conflicting, which avoids bogus impossible
598           ordering warnings.
600 2006-04-04 14:25  martink
602         * Source/cmakexbuild.cxx: BUG: compiler fix
604 2006-04-04 13:04  martink
606         * Source/: cmCTest.cxx, cmCTest.h, cmForEachCommand.cxx,
607           cmSystemTools.cxx, cmSystemTools.h, cmakexbuild.cxx, ctest.cxx,
608           CTest/cmCTestRunScriptCommand.cxx,
609           CTest/cmCTestRunScriptCommand.h, CTest/cmCTestScriptHandler.cxx,
610           CTest/cmCTestScriptHandler.h: ENH: added support for -SP scripts
611           in new processes
613 2006-04-04 11:52  hoffman
615         * Source/cmOrderLinkDirectories.cxx,
616           Source/cmOrderLinkDirectories.h,
617           Tests/Complex/Executable/complex.cxx,
618           Tests/ComplexOneConfig/Executable/complex.cxx,
619           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: change
620           library order to use a vector
622 2006-04-04 11:48  king
624         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
625           cmLocalGenerator.cxx, cmLocalGenerator.h, cmTarget.h: ENH: Added
626           global TargetManifest computation between Configure and Generate
627           steps.  This allows generators to know what other targets will
628           exist on disk when the build completes.
630 2006-04-04 09:35  king
632         * Source/: cmIncludeDirectoryCommand.cxx,
633           cmIncludeDirectoryCommand.h: ENH: INCLUDE_DIRECTORIES should have
634           been written to prepend to the include path so that the most
635           local directories are included first.  This is a patch from Alex
636           to resolve the problem by allowing users to switch the default
637           using a variable CMAKE_INCLUDE_DIRECTORIES_BEFORE and then still
638           explicitly appending or prepending by using AFTER or BEFORE
639           arguments explicitly.
641 2006-04-04 07:38  andy
643         * Source/cmVersion.cxx: STYLE: Nightly Version update
645 2006-04-03 22:05  hoffman
647         * Source/cmGlobalGenerator.cxx: ENH: use correct addcache call to
648           fix build tools
650 2006-04-03 17:54  hoffman
652         * Source/cmGlobalXCodeGenerator.cxx: ENH: fix spaces in path for
653           xcode
655 2006-04-03 16:20  hoffman
657         * Source/: cmIncludeDirectoryCommand.cxx,
658           cmLinkDirectoriesCommand.cxx: ENH: make sure include and lib dirs
659           are unix paths
661 2006-04-03 15:59  hoffman
663         * Source/cmFileCommand.cxx: ENH: fix warning, and remove debug code
665 2006-04-03 12:57  hoffman
667         * Source/: cmLocalGenerator.cxx, cmLocalVisualStudio6Generator.cxx,
668           cmLocalVisualStudio7Generator.cxx,
669           cmMakefileExecutableTargetGenerator.cxx,
670           cmMakefileLibraryTargetGenerator.cxx,
671           cmSetTargetPropertiesCommand.h: ENH: add support for per config
672           target LINK_FLAGS
674 2006-04-03 07:37  andy
676         * Source/cmVersion.cxx: STYLE: Nightly Version update
678 2006-04-02 11:20  andy
680         * Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
681           CPack/cmCPackGenericGenerator.cxx,
682           CPack/cmCPackNSISGenerator.cxx,
683           CPack/cmCPackPackageMakerGenerator.cxx,
684           CPack/cmCPackZIPGenerator.cxx, CPack/cmCPackZIPGenerator.h,
685           CPack/cpack.cxx: ENH: Add ZIP generator and add support for
686           including or excluding the toplevel directory
688 2006-04-02 08:35  andy
690         * Source/cmVersion.cxx: STYLE: Nightly Version update
692 2006-04-01 07:37  andy
694         * Source/cmVersion.cxx: STYLE: Nightly Version update
696 2006-03-31 21:43  hoffman
698         * Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
699           ENH: fix spelling
701 2006-03-31 17:59  hoffman
703         * Source/cmOrderLinkDirectories.cxx: ENH: fix for bug 3067 the
704           first framework ate the rest of the libraries
706 2006-03-31 13:17  hoffman
708         * bootstrap, Source/CMakeLists.txt, Source/cmGlobalGenerator.cxx,
709           Source/cmGlobalXCodeGenerator.cxx,
710           Source/cmTryCompileCommand.cxx, Source/cmakemain.cxx,
711           Source/cmakexbuild.cxx: ENH: add a wrapper for xcodebuild to get
712           around bug and verbose output
714 2006-03-31 08:46  hoffman
716         * Utilities/cmcurl/getdate.c: ENH: remove c++ comment from c code
718 2006-03-31 08:13  andy
720         * Source/cmVersion.cxx: STYLE: Nightly Version update
722 2006-03-30 23:03  hoffman
724         * Utilities/cmtar/append.c: ENH: remove warning
726 2006-03-30 17:26  hoffman
728         * Source/cmakexbuild.cxx: ENH: add program to run xcodebuild and
729           get around bug
731 2006-03-30 16:55  king
733         * Modules/Platform/Windows-cl.cmake: BUG: Fixed order of options to
734           cl for 32-bit/64-bit test to work with VS 6 NMake.
736 2006-03-30 15:39  king
738         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
739           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
740           cmGlobalKdevelopGenerator.cxx, cmGlobalMSYSMakefileGenerator.cxx,
741           cmGlobalMinGWMakefileGenerator.cxx,
742           cmGlobalNMakeMakefileGenerator.cxx,
743           cmGlobalUnixMakefileGenerator3.cxx,
744           cmGlobalWatcomWMakeGenerator.cxx,
745           cmLocalUnixMakefileGenerator3.cxx,
746           cmLocalUnixMakefileGenerator3.h,
747           cmMakefileExecutableTargetGenerator.cxx,
748           cmMakefileLibraryTargetGenerator.cxx,
749           cmMakefileTargetGenerator.cxx: ENH: Implemented VT100 terminal
750           escape sequences.  If CMAKE_COLOR_MAKEFILE is set then messages
751           produced by makefiles will be in color if the native tool
752           supports it.  This addresses bug#3060.
754 2006-03-30 13:49  hoffman
756         * Modules/Platform/Windows-cl.cmake,
757           Modules/Platform/Windows-cl.cmake.in, Source/CMakeLists.txt,
758           Source/cmCommandArgumentParserHelper.cxx,
759           Source/cmDependsJavaParserHelper.cxx,
760           Source/cmExecuteProcessCommand.cxx, Source/cmGlobalGenerator.cxx,
761           Source/cmGlobalVisualStudio8Generator.cxx,
762           Source/cmGlobalVisualStudio8Generator.h,
763           Source/cmGlobalVisualStudio8Win64Generator.cxx,
764           Source/cmGlobalVisualStudio8Win64Generator.h,
765           Source/cmIfCommand.cxx, Source/cmListCommand.cxx,
766           Source/cmLocalVisualStudio7Generator.cxx,
767           Source/cmLocalVisualStudio7Generator.h, Source/cmXMLParser.cxx,
768           Source/cmake.cxx, Source/CTest/cmCTestHandlerCommand.cxx,
769           Source/CTest/cmCTestMemCheckHandler.cxx,
770           Source/CTest/cmCTestSubmitHandler.cxx,
771           Source/kwsys/CommandLineArguments.cxx, Source/kwsys/Glob.cxx,
772           Source/kwsys/ProcessWin32.c, Source/kwsys/Registry.cxx,
773           Source/kwsys/SystemTools.cxx, Source/kwsys/hashtable.hxx.in,
774           Source/kwsys/testDynamicLoader.cxx,
775           Utilities/cmcurl/CMakeLists.txt, Utilities/cmcurl/getdate.c,
776           Utilities/cmcurl/inet_pton.c, Utilities/cmcurl/md5.c,
777           Utilities/cmcurl/mprintf.c, Utilities/cmtar/CMakeLists.txt,
778           Utilities/cmtar/append.c, Utilities/cmtar/block.c,
779           Utilities/cmtar/extract.c, Utilities/cmtar/handle.c,
780           Utilities/cmtar/output.c, Utilities/cmtar/compat/snprintf.c,
781           Utilities/cmxmlrpc/xmlrpc_array.c,
782           Utilities/cmxmlrpc/xmlrpc_client.c,
783           Utilities/cmxmlrpc/xmlrpc_data.c,
784           Utilities/cmxmlrpc/xmlrpc_expat.c,
785           Utilities/cmxmlrpc/xmlrpc_parse.c,
786           Utilities/cmxmlrpc/xmlrpc_registry.c,
787           Utilities/cmxmlrpc/xmlrpc_serialize.c,
788           Utilities/cmxmlrpc/xmlrpc_struct.c,
789           Utilities/cmxmlrpc/xmlrpc_strutil.c,
790           Utilities/cmxmlrpc/xmlrpc_support.c: ENH: add support for win64
791           for visual studio 2005 ide and nmake, also fix warnings produced
792           by building for win64
794 2006-03-30 13:33  king
796         * Source/: cmFileCommand.cxx, cmGlobalGenerator.cxx,
797           cmGlobalGenerator.h, cmInstallCommand.cxx, cmInstallCommand.h,
798           cmInstallFilesGenerator.cxx, cmInstallFilesGenerator.h,
799           cmInstallGenerator.cxx, cmInstallGenerator.h,
800           cmInstallTargetGenerator.cxx, cmInstallTargetGenerator.h,
801           cmLocalGenerator.cxx: ENH: Added named component installation
802           implementation.  Installation behavior should be unchanged unless
803           -DCOMPONENT=<name> is specified when cmake_install.cmake is
804           invoked.
806 2006-03-30 11:55  hoffman
808         * Source/: cmFileCommand.cxx, cmFindBase.cxx, cmFindBase.h: ENH:
809           make sure framework search order is correct
811 2006-03-30 09:17  martink
813         * Source/cmGlobalGenerator.cxx: ENH: modified the relative path
814           code to not do relative paths between bin and source
816 2006-03-30 08:38  andy
818         * Source/cmVersion.cxx: STYLE: Nightly Version update
820 2006-03-29 16:34  andy
822         * Source/cmGlobalXCodeGenerator.cxx: ENH: Use
823           PBXResourcesBuildPhase for resrources
825 2006-03-29 16:34  hoffman
827         * Modules/Platform/Darwin.cmake: ENH: use correct name for path
829 2006-03-29 16:25  andy
831         * Source/cmGlobalXCodeGenerator.cxx: ENH: Simplify. Instead of
832           doing ../MacOS just copy to current directory
834 2006-03-29 16:21  andy
836         * Source/cmXCode21Object.cxx: ENH: Add support for Xcode 2.1
838 2006-03-29 15:02  andy
840         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx,
841           cmXCodeObject.h: ENH: Add copy stages for bundle files
843 2006-03-29 13:33  hoffman
845         * Source/cmFindBase.cxx, Tests/BundleTest/CMakeLists.txt: ENH: add
846           a test for find framework stuff in find_library, and fix the
847           framework search stuff
849 2006-03-29 13:26  hoffman
851         * Source/kwsys/CMakeLists.txt: ENH: remove test on cygwin since it
852           randomly fails
854 2006-03-29 12:33  andy
856         * Source/CTest/: cmCTestBuildCommand.cxx,
857           cmCTestConfigureCommand.cxx, cmCTestCoverageCommand.cxx,
858           cmCTestSubmitCommand.cxx, cmCTestUpdateCommand.cxx: COMP: Return
859           0 instead of false
861 2006-03-29 12:01  andy
863         * Source/cmCTest.cxx, Source/cmCTest.h,
864           Source/CTest/cmCTestBuildCommand.cxx,
865           Source/CTest/cmCTestBuildCommand.h,
866           Source/CTest/cmCTestBuildHandler.cxx,
867           Source/CTest/cmCTestConfigureCommand.cxx,
868           Source/CTest/cmCTestConfigureCommand.h,
869           Source/CTest/cmCTestCoverageCommand.cxx,
870           Source/CTest/cmCTestCoverageCommand.h,
871           Source/CTest/cmCTestCoverageHandler.cxx,
872           Source/CTest/cmCTestHandlerCommand.cxx,
873           Source/CTest/cmCTestMemCheckHandler.cxx,
874           Source/CTest/cmCTestSubmitCommand.cxx,
875           Source/CTest/cmCTestSubmitCommand.h,
876           Source/CTest/cmCTestTestCommand.h,
877           Source/CTest/cmCTestTestHandler.cxx,
878           Source/CTest/cmCTestUpdateCommand.cxx,
879           Source/CTest/cmCTestUpdateCommand.h,
880           Tests/CTestTest3/test.cmake.in: ENH: Several cleanups and make
881           sure things get propagated where they should. Also, allow to load
882           CTest custom files to the actual ctest -S script
884 2006-03-29 09:10  andy
886         * Source/cmSetSourceFilesPropertiesCommand.cxx: COMP: Remove
887           warning
889 2006-03-29 08:31  andy
891         * Source/cmVersion.cxx: STYLE: Nightly Version update
893 2006-03-28 16:36  andy
895         * Source/CTest/cmCTestReadCustomFilesCommand.cxx,
896           Tests/CTestTest3/test.cmake.in: BUG: Fix the read custom files
897           command and add a coverage test
899 2006-03-28 16:25  andy
901         * Source/: cmLocalGenerator.cxx, cmTarget.cxx: COMP: Remove
902           warnings
904 2006-03-28 15:20  andy
906         * Source/cmCTest.cxx: ENH: Pass handler flags to both test and
907           memcheck handler
909 2006-03-28 15:19  andy
911         * Source/: CMakeLists.txt, cmCTest.h: ENH: Add new ctest command
913 2006-03-28 14:45  king
915         * Source/cmFindBase.cxx: ENH: Added check of
916           CMAKE_BACKWARDS_COMPATIBILITY to skip the CMake system path
917           search when simulating CMake 2.2 and earlier.
919 2006-03-28 14:37  andy
921         * Source/CTest/: cmCTestReadCustomFilesCommand.cxx,
922           cmCTestReadCustomFilesCommand.h, cmCTestScriptHandler.cxx: ENH:
923           Add command to read ctest custom files
925 2006-03-28 13:48  andy
927         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Handle spaces in
928           the path
930 2006-03-28 13:23  andy
932         * Tests/BundleTest/: BundleLib.cxx, BundleTest.cxx: ENH: Check if
933           files exist
935 2006-03-28 13:16  andy
937         * Source/: cmFileCommand.cxx, cmInstallGenerator.cxx,
938           cmInstallTargetGenerator.cxx, cmTarget.h: ENH: Add proper support
939           for installing bundles
941 2006-03-28 13:07  alex
943         * Modules/FindKDE4.cmake: STYLE: better error message when KDE4
944           hasn't been found
946           Alex
948 2006-03-28 10:58  king
950         * Source/cmInstallTargetGenerator.cxx: BUG: Pay attention to the
951           MACOSX_BUNDLE target property only on APPLE platforms.
953 2006-03-28 08:54  andy
955         * Modules/Platform/Darwin.cmake,
956           Source/cmLocalUnixMakefileGenerator3.cxx,
957           Source/cmMakefileExecutableTargetGenerator.cxx,
958           Source/cmMakefileTargetGenerator.cxx,
959           Source/cmMakefileTargetGenerator.h,
960           Source/cmSetSourceFilesPropertiesCommand.cxx,
961           Tests/BundleTest/CMakeLists.txt,
962           Tests/BundleTest/SomeRandomFile.txt,
963           Tests/BundleTest/randomResourceFile.plist.in: ENH: Add support
964           for adding content to bundles
966 2006-03-28 08:22  andy
968         * Source/cmVersion.cxx: STYLE: Nightly Version update
970 2006-03-27 12:21  hoffman
972         * Modules/Platform/UnixPaths.cmake: ENH: add /opt/local/include
974 2006-03-27 11:09  hoffman
976         * Modules/Platform/: FreeBSD.cmake, OpenBSD.cmake: ENH: add unix
977           paths
979 2006-03-27 10:46  hoffman
981         * Modules/Platform/: FreeBSD.cmake, HP-UX.cmake, IRIX.cmake,
982           IRIX64.cmake, NetBSD.cmake, OSF1.cmake, SCO_SV.cmake,
983           SINIX.cmake, Tru64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
984           UnixPaths.cmake, UnixWare.cmake, Xenix.cmake, kFreeBSD.cmake:
985           ENH: add more search paths and add UnixPaths to all unix
986           platforms
988 2006-03-27 08:13  andy
990         * Source/cmVersion.cxx: STYLE: Nightly Version update
992 2006-03-26 08:10  andy
994         * Source/cmVersion.cxx: STYLE: Nightly Version update
996 2006-03-25 08:11  andy
998         * Source/cmVersion.cxx: STYLE: Nightly Version update
1000 2006-03-24 16:13  hoffman
1002         * Source/cmListCommand.cxx: ENH: allow unset vars to be used in
1003           list length
1005 2006-03-24 16:11  king
1007         * CMakeLists.txt, Source/cmInstallCommand.cxx,
1008           Source/cmInstallCommand.h, Tests/SimpleInstall/CMakeLists.txt,
1009           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Added ARCHIVE option
1010           to the TARGETS mode of the INSTALL command.  It is a third option
1011           added to RUNTIME and LIBRARY property types.  Static libraries
1012           and import libraries are now treated as ARCHIVE targets instead
1013           of LIBRARY targets.  This adds a level of granularity necessary
1014           for upcoming features.  Also updated the CVS CMake patch level
1015           set in CMake_VERSION_PATCH from 4 to 5 to allow users of this
1016           version to know whether this incompatible change is present.
1018 2006-03-24 14:47  king
1020         * Modules/FindPythonLibs.cmake: ENH: Updated implementation to use
1021           new FIND_* command power.  The correct library is now found on
1022           MinGW also.
1024 2006-03-24 14:16  king
1026         * Source/: cmFindBase.cxx, cmFindBase.h: ENH: Added
1027           NO_CMAKE_ENVIRONMENT_PATH, NO_CMAKE_PATH,
1028           NO_SYSTEM_ENVIRONMENT_PATH, and NO_CMAKE_SYSTEM_PATH options back
1029           to allow more granularity than NO_DEFAULT_PATH.
1031 2006-03-24 14:15  king
1033         * Modules/Platform/UnixPaths.cmake: BUG: Fix '/use/lib' to be
1034           '/usr/lib'.
1036 2006-03-24 12:20  martink
1038         * Tests/CustomCommand/: CMakeLists.txt,
1039           GeneratedHeader/CMakeLists.txt: BUG: fix test to list generate
1040           dheader
1042 2006-03-24 09:15  hoffman
1044         * Modules/Platform/Darwin.cmake, Source/cmGlobalXCodeGenerator.cxx,
1045           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
1046           Source/cmLocalXCodeGenerator.cxx, Source/cmTryCompileCommand.cxx,
1047           Tests/ExternalOBJ/CMakeLists.txt,
1048           Tests/ExternalOBJ/Object/CMakeLists.txt,
1049           Tests/X11/CMakeLists.txt: ENH: add support for universal binaries
1051 2006-03-24 08:17  andy
1053         * Source/cmVersion.cxx: STYLE: Nightly Version update
1055 2006-03-23 15:35  andy
1057         * Source/CTest/cmCTestBuildAndTestHandler.cxx: COMP: Remove warning
1059 2006-03-23 13:55  martink
1061         * Source/: cmLocalVisualStudio6Generator.cxx,
1062           cmLocalVisualStudio7Generator.cxx: ENH: removed unused rules from
1063           targets for VS
1065 2006-03-23 11:19  andy
1067         * Source/cmCTest.cxx: BUG: Fix CTestCustom.ctest file
1069 2006-03-23 10:10  hoffman
1071         * CTestCustom.ctest.in: ENH: try to get rid of warning on HP
1073 2006-03-23 09:56  andy
1075         * Source/CTest/cmCTestBuildHandler.cxx: ENH: More error handling
1077 2006-03-23 08:13  andy
1079         * Source/cmVersion.cxx: STYLE: Nightly Version update
1081 2006-03-22 17:21  hoffman
1083         * Source/cmExecuteProcessCommand.cxx: ENH: do not dereference empty
1084           stl vectors
1086 2006-03-22 15:01  martink
1088         * Tests/: Complex/VarTests.cmake,
1089           Complex/Executable/CMakeLists.txt,
1090           Complex/Executable/Included.cmake,
1091           Complex/Executable/complex.cxx, ComplexOneConfig/VarTests.cmake,
1092           ComplexOneConfig/Executable/CMakeLists.txt,
1093           ComplexOneConfig/Executable/Included.cmake,
1094           ComplexOneConfig/Executable/complex.cxx,
1095           ComplexRelativePaths/VarTests.cmake,
1096           ComplexRelativePaths/Executable/CMakeLists.txt,
1097           ComplexRelativePaths/Executable/Included.cmake,
1098           ComplexRelativePaths/Executable/complex.cxx: ENH: added testing
1099           for new features
1101 2006-03-22 14:45  andy
1103         * Source/cmMakefile.cxx: BUG: Fix logic. If the variable is not
1104           set, then it is always ok to write the file
1106 2006-03-22 14:40  andy
1108         * Source/: cmAddCustomCommandCommand.cxx,
1109           cmConfigureFileCommand.cxx, cmExecuteProcessCommand.cxx,
1110           cmFileCommand.cxx, cmMakeDirectoryCommand.cxx, cmMakefile.cxx,
1111           cmMakefile.h, cmWriteFileCommand.cxx: ENH: Allow blocking of
1112           writing into the source tree
1114 2006-03-22 14:06  martink
1116         * Source/: cmGetDirectoryPropertyCommand.h,
1117           cmGetSourceFilePropertyCommand.cxx,
1118           cmGetSourceFilePropertyCommand.h, cmIfCommand.cxx, cmIfCommand.h,
1119           cmMakefile.cxx, cmMakefile.h, cmSourceFile.cxx: ENH: added some
1120           new functionality
1122 2006-03-22 13:04  andy
1124         * Source/: cmBootstrapCommands.cxx, cmCommands.cxx, cmake.cxx:
1125           COMP: Fix apple bootstrap issues
1127 2006-03-22 11:14  andy
1129         * Source/cmBootstrapCommands.cxx,
1130           Modules/CheckCSourceCompiles.cmake,
1131           Modules/CheckCXXSourceCompiles.cmake, Source/cmCommands.cxx,
1132           Source/cmWriteFileCommand.cxx,
1133           Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: Cleanup
1134           bootstrap even more
1136 2006-03-22 11:10  king
1138         * Modules/Platform/Windows-gcc.cmake, Source/cmLocalGenerator.cxx:
1139           ENH: Added support for linking to MS .lib libraries in MinGW.
1141 2006-03-22 09:58  andy
1143         * bootstrap, Source/cmMakefile.cxx, Source/cmMakefile.h,
1144           Source/cmakemain.cxx: ENH: Remove things from bootstrap
1146 2006-03-22 08:11  andy
1148         * Source/cmVersion.cxx: STYLE: Nightly Version update
1150 2006-03-21 17:47  barre
1152         * Source/kwsys/SystemTools.cxx: ENH: the arguments to this function
1153           were not checked in a robust way
1155 2006-03-21 16:59  andy
1157         * CMakeLists.txt: ENH: Add flag for MFC
1159 2006-03-21 16:58  andy
1161         * Modules/InstallRequiredSystemLibraries.cmake: ENH: Handle visual
1162           studio versions
1164 2006-03-21 16:39  andy
1166         * Source/cmCTest.cxx: ENH: Two things. If there is
1167           CTestCustom.cmake in the toplevel directory read that file only.
1168           If there is CTestCustom.ctest in the toplevel directory, do the
1169           glob, if there is none, do nothing
1171 2006-03-21 16:03  andy
1173         * Source/cmFileCommand.cxx, Source/cmFileCommand.h,
1174           Tests/StringFileTest/CMakeLists.txt: ENH: Add relative tag and
1175           add test for relative tag
1177 2006-03-21 16:02  andy
1179         * Source/kwsys/: Glob.cxx, Glob.hxx.in: ENH: Add support for
1180           relative paths and cleanup
1182 2006-03-21 16:01  andy
1184         * Source/cmCTest.cxx: BUG: Handle visual studio 8
1186 2006-03-21 12:56  alex
1188         * Modules/FindKDE3.cmake: BUG: put the path to the kde3 lib dir in
1189           KDE3_LIB_DIR, not the complete libkdecore.so
1191           Alex
1193 2006-03-21 12:54  andy
1195         * bootstrap, Source/CMakeLists.txt, Source/cmCTest.cxx,
1196           Source/cmCacheManager.cxx, Source/cmFileCommand.cxx,
1197           Source/cmFindPathCommand.cxx, Source/cmGlob.cxx, Source/cmGlob.h,
1198           Source/CTest/cmCTestCoverageHandler.cxx: ENH: Remove cmGlob and
1199           use glob from kwsys
1201 2006-03-21 08:45  king
1203         * Source/cmLocalGenerator.cxx: ENH: Enabling
1204           CMAKE_INCLUDE_CURRENT_DIR even for in-source builds to be more
1205           consistent with its name.  This also makes double-quote and
1206           angle-bracket include styles (almost) identical.
1208 2006-03-21 08:20  andy
1210         * Source/cmVersion.cxx: STYLE: Nightly Version update
1212 2006-03-20 16:24  andy
1214         * Source/CPack/cmCPackPackageMakerGenerator.cxx: ENH: Handle
1215           unusual path for packagemaker
1217 2006-03-20 12:29  alex
1219         * Modules/: AddFileDependencies.cmake, FindPNG.cmake,
1220           KDE3Macros.cmake: BUG: don't include MacroLibrary.cmake, but add
1221           a cmake module which implements ADD_FILE_DEPENDENCIES() ENH: mark
1222           the variables from FindPNG.cmake as advanced
1224           Alex
1226 2006-03-20 07:55  andy
1228         * Source/cmVersion.cxx: STYLE: Nightly Version update
1230 2006-03-19 07:53  andy
1232         * Source/cmVersion.cxx: STYLE: Nightly Version update
1234 2006-03-18 12:23  hoffman
1236         * CTestCustom.ctest.in: ENH: add more warning stuff
1238 2006-03-18 12:16  alex
1240         * Modules/FindKDE3.cmake: STYLE: fix typos
1242           Alex
1244 2006-03-18 08:59  andy
1246         * Source/cmVersion.cxx: STYLE: Nightly Version update
1248 2006-03-17 16:30  andy
1250         * Source/cmConfigure.cmake.h.in: ENH: Propagate cmake variables to
1251           macros in C
1253 2006-03-17 16:14  andy
1255         * CMakeLists.txt, Source/CMakeLists.txt, Source/cmSystemTools.cxx:
1256           ENH: Simplify the test
1258 2006-03-17 15:47  andy
1260         * Source/CMakeLists.txt: COMP: Use the current cmake's
1261           CheckCXXSourceCompiles
1263 2006-03-17 15:46  andy
1265         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h,
1266           cmake.cxx: ENH: Handle missing unsetenv and add check for environ
1268 2006-03-17 15:33  hoffman
1270         * Source/cmSystemTools.cxx: ENH: make cmake compile
1272 2006-03-17 12:31  andy
1274         * Source/cmSystemTools.cxx: COMP: Fix windows
1276 2006-03-17 12:24  andy
1278         * Source/cmSystemTools.cxx: COMP: Handle windows with hack for now
1280 2006-03-17 12:06  malaterre
1282         * Source/kwsys/: Directory.cxx, Directory.hxx.in, SystemTools.cxx,
1283           SystemTools.hxx.in: ENH: Use const char where it should have
1284           been. At same time fix Bug#2958
1286 2006-03-17 11:44  andy
1288         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add a method to
1289           remove environment variables
1291 2006-03-17 11:14  andy
1293         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Use
1294           vector of plain strings and add cmake -E command for getting
1295           environment
1297 2006-03-17 10:58  andy
1299         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add access for
1300           all environment variables
1302 2006-03-17 09:32  andy
1304         * Source/cmVersion.cxx: STYLE: Nightly Version update
1306 2006-03-16 18:24  king
1308         * Source/cmGlobalGenerator.cxx: BUG: When generating the install
1309           rules for CMake itself the per-configuration subdirectory must be
1310           used to specify the executable location.
1312 2006-03-16 17:49  hoffman
1314         * Source/: cmFindBase.cxx, cmFindBase.h: ENH: clean up find stuff
1315           so that NO_SYSTEM_PATH is backwards compatible and you get put
1316           system env variables in the find commands
1318 2006-03-16 17:40  king
1320         * Modules/Platform/Windows-cl.cmake: BUG: /DWIN32 and /D_WINDOWS
1321           should be defined for all configurations or if no configuration
1322           is set.
1324 2006-03-16 17:26  king
1326         * Source/kwsys/auto_ptr.hxx.in: COMP: Skip trying to use native
1327           auto_ptr implementation and just provide a conforming one.
1329 2006-03-16 17:20  king
1331         * Tests/: Complex/cmTestConfigure.h.in,
1332           Complex/Executable/complex.cxx,
1333           ComplexOneConfig/cmTestConfigure.h.in,
1334           ComplexOneConfig/Executable/complex.cxx,
1335           ComplexRelativePaths/cmTestConfigure.h.in,
1336           ComplexRelativePaths/Executable/complex.cxx: BUG: Removed
1337           compiled-in CMAKE_SHARED_MODULE_PREFIX and
1338           CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using
1339           the settings from the platform files.
1341 2006-03-16 17:09  king
1343         * Source/: cmConfigure.cmake.h.in, cmDynamicLoader.cxx,
1344           cmDynamicLoader.h, cmLoadCommandCommand.cxx: BUG: Removed
1345           compiled-in CMAKE_SHARED_MODULE_PREFIX and
1346           CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using
1347           the settings from the platform files.
1349 2006-03-16 17:07  king
1351         * Modules/CMakeSystemSpecificInformation.cmake: BUG: When copying
1352           the module variables from shared library variables use double
1353           quotes for the required definitions ...PREFIX and ...SUFFIX to
1354           make sure a value is set even if it is empty.
1356 2006-03-16 16:04  king
1358         * Source/cmExportLibraryDependencies.cxx: COMP: Using KWSys
1359           auto_ptr to avoid cross-platform problems.
1361 2006-03-16 16:04  king
1363         * Source/kwsys/: CMakeLists.txt, auto_ptr.hxx.in: ENH: Adding
1364           auto_ptr to KWSys to provide a conforming version everywhere.
1366 2006-03-16 15:53  alex
1368         * Modules/FindKDE4.cmake: ENH: after searching for kde-config in
1369           the special dirs, search again in the standard dirs BUG: handle
1370           paths on windows correctly
1372           Alex
1374 2006-03-16 15:50  king
1376         * Source/cmExportLibraryDependencies.cxx: COMP: Fix for auto_ptr
1377           usage on VC6's broken implementation.
1379 2006-03-16 14:51  king
1381         * Source/cmLocalGenerator.cxx: BUG: Fixed generation of mismatched
1382           IF in install script.  This bug was introduced during the m_
1383           sweep.
1385 2006-03-16 14:44  king
1387         * Source/: cmCommandArgumentParser.cxx, cmCommandArgumentParser.y:
1388           COMP: Fix malloc/free declaration for windows compilers.
1390 2006-03-16 14:14  king
1392         * Source/cmExportLibraryDependencies.cxx: BUG: Do not leak the
1393           ofstream object in append mode.  Just use an auto_ptr for both
1394           cases.
1396 2006-03-16 11:57  king
1398         * Source/: cmCommandArgumentParser.cxx, cmCommandArgumentParser.y,
1399           cmCommandArgumentParserTokens.h: ENH: Using patch from Frans
1400           Englich to clarify error messages.
1402 2006-03-16 11:34  andy
1404         * Source/CTest/cmCTestTestHandler.h: COMP: Make members protected
1405           so that subclass can use them
1407 2006-03-16 11:29  andy
1409         * Source/CTest/: cmCTestMemCheckHandler.cxx,
1410           cmCTestTestHandler.cxx: BUG: Couple of memcheck bugs: Log files
1411           should really be different for test and memcheck. Also make sure
1412           to not trunkate the output of the test until the valgrind or any
1413           other checking is pefrormed.
1415 2006-03-16 11:28  hoffman
1417         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: not all messages
1418           are errors
1420 2006-03-16 11:27  hoffman
1422         * Source/cmOrderLinkDirectories.cxx: ENH: don't put the default
1423           framework path in a -F option
1425 2006-03-16 11:21  andy
1427         * Source/kwsys/DynamicLoader.hxx.in: COMP: Fix problem with
1428           namespace
1430 2006-03-16 11:15  king
1432         * Modules/Platform/FreeBSD.cmake: ENH: Enabling soname support on
1433           FreeBSD.
1435 2006-03-16 11:01  andy
1437         * Source/cmDynamicLoader.cxx, Source/cmDynamicLoader.h,
1438           Source/cmLoadCommandCommand.cxx, Source/cmSystemTools.cxx,
1439           Source/cmakemain.cxx, Source/kwsys/DynamicLoader.cxx,
1440           Source/kwsys/DynamicLoader.hxx.in,
1441           Source/kwsys/testDynamicLoader.cxx, Source/kwsys/testDynload.c,
1442           Tests/Complex/Executable/complex.cxx,
1443           Tests/ComplexOneConfig/Executable/complex.cxx,
1444           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: Cleanup
1445           DynamicLoader so that the symbols have more consistent names,
1446           start using dynamic loader from kwsys in CMake
1448 2006-03-16 10:53  martink
1450         * Source/: cmGlobalGenerator.h, cmLocalVisualStudio7Generator.h,
1451           cmLocalXCodeGenerator.h, cmMakefile.h: STYLE: minor comment
1452           cleanups
1454 2006-03-16 10:44  martink
1456         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
1457           cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
1458           cmCursesDummyWidget.cxx, cmCursesFilePathWidget.cxx,
1459           cmCursesForm.cxx, cmCursesForm.h, cmCursesLabelWidget.cxx,
1460           cmCursesLongMessageForm.cxx, cmCursesLongMessageForm.h,
1461           cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesPathWidget.cxx,
1462           cmCursesPathWidget.h, cmCursesStringWidget.cxx,
1463           cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
1464           ENH: m_ cleanup for curses
1466 2006-03-16 09:33  martink
1468         * Source/: cmAddTestCommand.h, cmData.h, cmDependsC.cxx,
1469           cmDependsC.h, cmStandardIncludes.h, cmUseMangledMesaCommand.h,
1470           cmVariableRequiresCommand.h: ENH: a warning fix and some more
1471           cleanup
1473 2006-03-16 09:17  andy
1475         * Source/cmVersion.cxx: STYLE: Nightly Version update
1477 2006-03-15 16:32  martink
1479         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix warning
1481 2006-03-15 14:14  hoffman
1483         * Modules/Platform/IRIX64.cmake: ENH: use c not cxx
1485 2006-03-15 13:20  alex
1487         * Modules/UsePkgConfig.cmake: BUG: change the formatting of the
1488           pkgconfig module documentation so that it doesn't crash some
1489           versions of konqueror (fixed with current konqy)
1491           Alex
1493 2006-03-15 12:02  hoffman
1495         * Source/: cmGlobalXCode21Generator.cxx,
1496           cmGlobalXCodeGenerator.cxx, cmake.cxx: ENH: fix up this changes
1497           for mac
1499 2006-03-15 11:38  martink
1501         * Source/: cmGlobalXCodeGenerator.cxx, cmMakeDepend.cxx,
1502           cmMakeDepend.h, cmXCodeObject.cxx, cmXCodeObject.h: BUG: some
1503           UNIX fixes for my m_ commit
1505 2006-03-15 11:26  andy
1507         * Source/cmVersion.cxx: STYLE: Nightly Version update
1509 2006-03-15 11:01  martink
1511         * Source/: cmAddCustomCommandCommand.cxx,
1512           cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
1513           cmAddDependenciesCommand.cxx, cmAddExecutableCommand.cxx,
1514           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
1515           cmAddSubDirectoryCommand.cxx, cmAddTestCommand.cxx,
1516           cmAuxSourceDirectoryCommand.cxx, cmBuildCommand.cxx,
1517           cmBuildNameCommand.cxx, cmCMakeMinimumRequired.cxx,
1518           cmCPluginAPI.cxx, cmCTest.cxx, cmCTest.h, cmCacheManager.cxx,
1519           cmCacheManager.h, cmCommand.h, cmCommandArgumentLexer.cxx,
1520           cmCommandArgumentParserHelper.cxx,
1521           cmCommandArgumentParserHelper.h, cmConfigureFileCommand.cxx,
1522           cmConfigureFileCommand.h, cmCreateTestSourceList.cxx,
1523           cmCustomCommand.cxx, cmCustomCommand.h, cmDepends.cxx,
1524           cmDepends.h, cmDependsC.cxx, cmDependsC.h, cmDependsFortran.cxx,
1525           cmDependsFortran.h, cmDependsFortranLexer.cxx,
1526           cmDependsJavaLexer.cxx, cmDynamicLoader.cxx,
1527           cmEnableLanguageCommand.cxx, cmEnableTestingCommand.cxx,
1528           cmEndIfCommand.cxx, cmExecProgramCommand.cxx,
1529           cmExecuteProcessCommand.cxx, cmExportLibraryDependencies.cxx,
1530           cmExportLibraryDependencies.h, cmExprLexer.cxx,
1531           cmExprParserHelper.cxx, cmExprParserHelper.h,
1532           cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
1533           cmFileCommand.cxx, cmFileTimeComparison.cxx,
1534           cmFileTimeComparison.h, cmFindBase.cxx, cmFindLibraryCommand.cxx,
1535           cmFindPackageCommand.cxx, cmFindPathCommand.cxx,
1536           cmFindProgramCommand.cxx, cmForEachCommand.cxx,
1537           cmForEachCommand.h, cmGeneratedFileStream.cxx,
1538           cmGeneratedFileStream.h, cmGetCMakePropertyCommand.cxx,
1539           cmGetDirectoryPropertyCommand.cxx,
1540           cmGetFilenameComponentCommand.cxx,
1541           cmGetSourceFilePropertyCommand.cxx,
1542           cmGetTargetPropertyCommand.cxx, cmGetTestPropertyCommand.cxx,
1543           cmGlob.cxx, cmGlob.h, cmGlobalBorlandMakefileGenerator.cxx,
1544           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
1545           cmGlobalKdevelopGenerator.cxx, cmGlobalMSYSMakefileGenerator.cxx,
1546           cmGlobalMinGWMakefileGenerator.cxx,
1547           cmGlobalNMakeMakefileGenerator.cxx,
1548           cmGlobalUnixMakefileGenerator3.cxx,
1549           cmGlobalUnixMakefileGenerator3.h,
1550           cmGlobalVisualStudio6Generator.cxx,
1551           cmGlobalVisualStudio71Generator.cxx,
1552           cmGlobalVisualStudio71Generator.h,
1553           cmGlobalVisualStudio7Generator.cxx,
1554           cmGlobalVisualStudio7Generator.h,
1555           cmGlobalVisualStudio8Generator.cxx,
1556           cmGlobalWatcomWMakeGenerator.cxx, cmGlobalXCode21Generator.cxx,
1557           cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
1558           cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
1559           cmIncludeDirectoryCommand.cxx,
1560           cmIncludeExternalMSProjectCommand.cxx,
1561           cmIncludeRegularExpressionCommand.cxx, cmInstallCommand.cxx,
1562           cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
1563           cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
1564           cmInstallTargetGenerator.cxx, cmInstallTargetsCommand.cxx,
1565           cmLinkDirectoriesCommand.cxx, cmLinkLibrariesCommand.cxx,
1566           cmListCommand.cxx, cmListFileCache.cxx, cmListFileCache.h,
1567           cmLoadCacheCommand.cxx, cmLoadCommandCommand.cxx,
1568           cmLocalGenerator.cxx, cmLocalGenerator.h,
1569           cmLocalUnixMakefileGenerator3.cxx,
1570           cmLocalUnixMakefileGenerator3.h,
1571           cmLocalVisualStudio6Generator.cxx,
1572           cmLocalVisualStudio6Generator.h,
1573           cmLocalVisualStudio7Generator.cxx,
1574           cmLocalVisualStudio7Generator.h, cmMacroCommand.cxx,
1575           cmMacroCommand.h, cmMakeDepend.cxx, cmMakeDepend.h,
1576           cmMakefile.cxx, cmMakefile.h,
1577           cmMakefileExecutableTargetGenerator.cxx,
1578           cmMakefileLibraryTargetGenerator.cxx,
1579           cmMakefileTargetGenerator.cxx, cmMakefileTargetGenerator.h,
1580           cmMarkAsAdvancedCommand.cxx, cmMathCommand.cxx,
1581           cmMessageCommand.cxx, cmOptionCommand.cxx,
1582           cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h,
1583           cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
1584           cmProjectCommand.cxx, cmQTWrapCPPCommand.cxx,
1585           cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
1586           cmRemoveCommand.cxx, cmRemoveDefinitionsCommand.cxx,
1587           cmSeparateArgumentsCommand.cxx, cmSetCommand.cxx,
1588           cmSetDirectoryPropertiesCommand.cxx,
1589           cmSetSourceFilesPropertiesCommand.cxx,
1590           cmSetTargetPropertiesCommand.cxx,
1591           cmSetTestsPropertiesCommand.cxx, cmSiteNameCommand.cxx,
1592           cmSourceFile.cxx, cmSourceFile.h, cmSourceGroup.cxx,
1593           cmSourceGroup.h, cmSourceGroupCommand.cxx, cmStringCommand.cxx,
1594           cmSubdirCommand.cxx, cmTarget.cxx, cmTarget.h,
1595           cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
1596           cmTest.cxx, cmTest.h, cmTryCompileCommand.cxx,
1597           cmTryRunCommand.cxx, cmUtilitySourceCommand.cxx,
1598           cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
1599           cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
1600           cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
1601           cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
1602           cmVariableRequiresCommand.cxx, cmVariableWatch.cxx,
1603           cmVariableWatch.h, cmWhileCommand.cxx, cmWhileCommand.h,
1604           cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h,
1605           cmWriteFileCommand.cxx, cmXCode21Object.cxx, cmXCodeObject.cxx,
1606           cmXCodeObject.h, cmake.cxx, cmake.h, cmakemain.cxx,
1607           cmakewizard.cxx, cmakewizard.h, CTest/cmCTestBuildCommand.cxx,
1608           CTest/cmCTestConfigureCommand.cxx,
1609           CTest/cmCTestCoverageCommand.cxx,
1610           CTest/cmCTestHandlerCommand.cxx,
1611           CTest/cmCTestMemCheckCommand.cxx, CTest/cmCTestStartCommand.cxx,
1612           CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestTestCommand.cxx,
1613           CTest/cmCTestTestHandler.cxx, CTest/cmCTestUpdateCommand.cxx:
1614           STYLE: some m_ to this-> cleanup
1616 2006-03-15 09:23  andy
1618         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add svn cleanup
1619           before running svn
1621 2006-03-15 09:22  andy
1623         * Source/CPack/cmCPackGenericGenerator.cxx: ENH: Allow multiple
1624           install directories
1626 2006-03-14 16:38  hoffman
1628         * Modules/FindOpenGL.cmake: ENH: go back to finding the framework
1629           opengl on the mac
1631 2006-03-14 15:19  hoffman
1633         * Modules/FindOpenGL.cmake: ENH: use standard include path for
1634           OpenGL
1636 2006-03-14 14:03  hoffman
1638         * Modules/Platform/Darwin.cmake,
1639           Source/cmMakefileLibraryTargetGenerator.cxx,
1640           Source/cmMakefileTargetGenerator.cxx,
1641           Source/cmMakefileTargetGenerator.h: ENH: add support for removing
1642           language flags from shared library and shared module link
1643           commands
1645 2006-03-14 11:35  king
1647         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fixed object file
1648           name construction to use Convert method for relative path
1649           conversion.  Also fixed test of result to check explicitly for a
1650           full path.
1652 2006-03-14 10:14  king
1654         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Avoid full paths
1655           and spaces when constructing object file names.
1657 2006-03-14 09:37  king
1659         * Source/cmMakefile.cxx: BUG: Clarified confusing error message.
1661 2006-03-14 02:31  andy
1663         * Source/cmVersion.cxx: STYLE: Nightly Version update
1665 2006-03-13 16:45  andy
1667         * Source/CPack/cmCPackGenericGenerator.h: STYLE: Fix style checker
1669 2006-03-13 15:57  malaterre
1671         * Source/kwsys/testDynamicLoader.cxx: COMP: Fix warning
1673 2006-03-13 15:19  king
1675         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: Introducing new
1676           policy to construct more unique object file names.  This should
1677           allow multiple sources with the same file name but different FULL
1678           paths to be added to a single target.
1680 2006-03-13 14:39  malaterre
1682         * Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: BUG: Fix
1683           problem on MacOSX, by disabling part of the test.
1685 2006-03-13 13:11  hoffman
1687         * Modules/VTKCompatibility.cmake: ENH: add backwards compatibility
1688           fix for more aggressive find_path command
1690 2006-03-13 11:27  malaterre
1692         * Source/kwsys/DynamicLoader.cxx: ENH: Fix dashboard with coverage
1694 2006-03-13 10:49  malaterre
1696         * Source/kwsys/CMakeLists.txt: ENH: Do not build the library if we
1697           are not doing Testing
1699 2006-03-13 10:27  malaterre
1701         * Source/kwsys/testDynamicLoader.cxx: ENH: Make test usable from
1702           command line
1704 2006-03-13 02:31  andy
1706         * Source/cmVersion.cxx: STYLE: Nightly Version update
1708 2006-03-12 10:03  hoffman
1710         * Source/kwsys/SystemTools.cxx: ENH: remove warning
1712 2006-03-12 09:43  hoffman
1714         * Source/CMakeLists.txt: ENH: remove test until it works
1716 2006-03-12 02:26  andy
1718         * Source/cmVersion.cxx: STYLE: Nightly Version update
1720 2006-03-11 12:43  hoffman
1722         * Modules/FindOpenGL.cmake: ENH: take advantage of new framework
1723           stuff
1725 2006-03-11 11:53  hoffman
1727         * Source/cmake.cxx: ENH: remove print
1729 2006-03-11 11:52  hoffman
1731         * Source/kwsys/SystemTools.cxx: ENH: try to clean up the search for
1732           programs
1734 2006-03-11 10:09  malaterre
1736         * Source/kwsys/DynamicLoader.cxx: BUG: Fix for MINGW32
1738 2006-03-11 09:59  malaterre
1740         * Source/kwsys/DynamicLoader.cxx: ENH: Add support for LastError on
1741           HPUX
1743 2006-03-11 09:47  malaterre
1745         * Source/kwsys/DynamicLoader.cxx: ENH: Also look into data segment
1746           (consistant with other implementation)
1748 2006-03-11 02:33  andy
1750         * Source/cmVersion.cxx: STYLE: Nightly Version update
1752 2006-03-10 17:37  hoffman
1754         * Source/kwsys/SystemTools.cxx: ENH: undo last change because it
1755           broke the dashboard
1757 2006-03-10 16:53  hoffman
1759         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: add a new FILE
1760           SYSTEM_PATH that allows you to read a environment variable with a
1761           path in it.
1763 2006-03-10 16:52  hoffman
1765         * Source/kwsys/SystemTools.cxx: ENH: fix find program to look for
1766           .com and .exe correctly and not return files with no extension on
1767           windows
1769 2006-03-10 16:03  malaterre
1771         * Source/kwsys/: DynamicLoader.hxx.in, SystemTools.hxx.in: ENH: Add
1772           documentation on the problem with system wide path for looking up
1773           dynamic libraries. STYLE: Fix trailing white spaces
1775 2006-03-10 15:42  malaterre
1777         * Source/kwsys/testDynamicLoader.cxx: BUG: Need a / for Visual
1778           Studio build
1780 2006-03-10 15:38  malaterre
1782         * Source/kwsys/: testDynamicLoader.cxx, testSystemTools.h.in: BUG:
1783           Do the proper path
1785 2006-03-10 15:12  malaterre
1787         * Source/kwsys/testDynamicLoader.cxx: BUG: Need a trailing slash
1789 2006-03-10 15:08  malaterre
1791         * Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx,
1792           testSystemTools.h.in: BUG: Fix problem with  in the path
1794 2006-03-10 15:03  andy
1796         * Source/: cmCTest.cxx, cmCTest.h,
1797           CTest/cmCTestBuildAndTestHandler.cxx,
1798           CTest/cmCTestBuildAndTestHandler.h,
1799           CTest/cmCTestBuildCommand.cxx, CTest/cmCTestBuildCommand.h,
1800           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h,
1801           CTest/cmCTestCommand.h, CTest/cmCTestConfigureCommand.cxx,
1802           CTest/cmCTestConfigureCommand.h,
1803           CTest/cmCTestConfigureHandler.cxx,
1804           CTest/cmCTestCoverageCommand.cxx, CTest/cmCTestCoverageCommand.h,
1805           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
1806           CTest/cmCTestEmptyBinaryDirectoryCommand.h,
1807           CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
1808           CTest/cmCTestHandlerCommand.cxx, CTest/cmCTestHandlerCommand.h,
1809           CTest/cmCTestMemCheckCommand.cxx, CTest/cmCTestMemCheckCommand.h,
1810           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestMemCheckHandler.h,
1811           CTest/cmCTestRunScriptCommand.cxx,
1812           CTest/cmCTestRunScriptCommand.h, CTest/cmCTestScriptHandler.cxx,
1813           CTest/cmCTestScriptHandler.h, CTest/cmCTestSleepCommand.cxx,
1814           CTest/cmCTestSleepCommand.h, CTest/cmCTestStartCommand.cxx,
1815           CTest/cmCTestStartCommand.h, CTest/cmCTestSubmitCommand.cxx,
1816           CTest/cmCTestSubmitCommand.h, CTest/cmCTestSubmitHandler.cxx,
1817           CTest/cmCTestSubmitHandler.h, CTest/cmCTestTestCommand.cxx,
1818           CTest/cmCTestTestCommand.h, CTest/cmCTestTestHandler.cxx,
1819           CTest/cmCTestTestHandler.h, CTest/cmCTestUpdateCommand.cxx,
1820           CTest/cmCTestUpdateCommand.h, CTest/cmCTestUpdateHandler.cxx,
1821           CTest/cmCTestUpdateHandler.h: STYLE: Fix some style issues
1823 2006-03-10 14:53  malaterre
1825         * Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx,
1826           testSystemTools.h.in: BUG: Trying to get testDynamicLoader to
1827           work on Solaris and SunOS, where current directory is not lookup
1828           when doing dlopen
1830 2006-03-10 13:54  hoffman
1832         * Source/: cmCommandArgumentLexer.h,
1833           cmDependsFortranParserTokens.h, cmDependsJavaLexer.h,
1834           cmDependsJavaParserHelper.h, cmDependsJavaParserTokens.h,
1835           cmExecProgramCommand.h, cmExprLexer.h, cmExprParserTokens.h,
1836           cmFLTKWrapUICommand.h, cmFileCommand.h, cmFindBase.h,
1837           cmGlobalBorlandMakefileGenerator.h, cmGlobalGenerator.h,
1838           cmGlobalMSYSMakefileGenerator.h,
1839           cmGlobalMinGWMakefileGenerator.h,
1840           cmGlobalNMakeMakefileGenerator.h,
1841           cmGlobalUnixMakefileGenerator3.h,
1842           cmGlobalVisualStudio6Generator.h,
1843           cmGlobalVisualStudio71Generator.h,
1844           cmGlobalVisualStudio7Generator.h, cmGlobalWatcomWMakeGenerator.h,
1845           cmGlobalXCodeGenerator.h, cmListCommand.h, cmLocalGenerator.h,
1846           cmLocalUnixMakefileGenerator3.h, cmSourceFile.cxx,
1847           cmStringCommand.cxx, cmSystemTools.cxx, cmTarget.cxx,
1848           cmTargetLinkLibrariesCommand.cxx, cmTryCompileCommand.cxx,
1849           cmTryRunCommand.cxx, cmUseMangledMesaCommand.cxx,
1850           cmUtilitySourceCommand.cxx, cmVTKMakeInstantiatorCommand.cxx,
1851           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
1852           cmVTKWrapTclCommand.cxx, cmVariableRequiresCommand.cxx,
1853           cmVariableWatch.cxx, cmVariableWatch.h, cmWhileCommand.cxx,
1854           cmWin32ProcessExecution.cxx, cmXCode21Object.cxx,
1855           cmXCodeObject.cxx, cmakemain.cxx: STYLE: fix line lengths
1857 2006-03-10 13:34  malaterre
1859         * Source/kwsys/SystemTools.cxx: STYLE: Remove trailing whitespaces
1861 2006-03-10 13:34  malaterre
1863         * Source/kwsys/: CMakeLists.txt, DynamicLoader.cxx: BUG: Fix
1864           DynamicLoader implementation on MacOSX (using old API)
1866 2006-03-10 13:33  malaterre
1868         * Source/kwsys/SystemTools.cxx: ENH: Add trailing whitespace
1870 2006-03-10 13:06  andy
1872         * Source/: cmAddCustomCommandCommand.cxx,
1873           cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
1874           cmAddDefinitionsCommand.h, cmAddDependenciesCommand.cxx,
1875           cmAddExecutableCommand.h, cmBuildCommand.cxx,
1876           cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
1877           cmCPluginAPI.cxx, cmCPluginAPI.h, cmCacheManager.cxx,
1878           cmCommandArgumentParser.cxx, cmCommandArgumentParserHelper.h,
1879           cmCommandArgumentParserTokens.h, cmCreateTestSourceList.cxx,
1880           cmCustomCommand.cxx, cmDependsC.cxx, cmDependsC.h,
1881           cmDependsFortranLexer.cxx, cmDependsFortranLexer.h,
1882           cmLocalVisualStudio7Generator.cxx, cmMacroCommand.cxx,
1883           cmMacroCommand.h, cmMakeDepend.cxx, cmake.cxx, cmakewizard.cxx,
1884           CPack/cmCPackGenerators.cxx, CPack/cmCPackGenerators.h,
1885           CPack/cmCPackGenericGenerator.cxx,
1886           CPack/cmCPackGenericGenerator.h, CPack/cmCPackLog.cxx,
1887           CPack/cmCPackLog.h, CPack/cmCPackNSISGenerator.cxx,
1888           CPack/cmCPackNSISGenerator.h,
1889           CPack/cmCPackPackageMakerGenerator.cxx,
1890           CPack/cmCPackSTGZGenerator.cxx, CPack/cmCPackSTGZGenerator.h,
1891           CPack/cmCPackTGZGenerator.cxx, CPack/cmCPackTGZGenerator.h,
1892           CPack/cpack.cxx: STYLE: Fix some style issues
1894 2006-03-10 12:47  andy
1896         * Source/CPack/cmCPackPackageMakerGenerator.cxx: STYLE: Cleanup
1897           trailing spaces
1899 2006-03-10 12:01  malaterre
1901         * Source/kwsys/: Glob.cxx, Registry.cxx, RegularExpression.cxx,
1902           testCommandLineArguments.cxx: STYLE: Make sure to use the proper
1903           cast.
1905 2006-03-10 11:58  alex
1907         * Modules/FindKDE4.cmake: ENH: new module to find the
1908           FindKDE4Internal.cmake installed by kdelibs4
1910           Alex
1912 2006-03-10 11:57  malaterre
1914         * Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: ENH:
1915           Make sure that we find the proper symbol and not the one that
1916           start with _. STYLE: Remove an old style cast
1918 2006-03-10 11:32  malaterre
1920         * Source/kwsys/: DynamicLoader.cxx, testDynamicLoader.cxx: ENH:
1921           Hopefully have the DynamicLoader to the proper thing.
1923 2006-03-10 11:13  hoffman
1925         * Source/: cmCacheManager.h, cmLocalVisualStudio7Generator.h,
1926           cmMakeDepend.h, cmMakefile.h, cmOutputRequiredFilesCommand.h,
1927           cmProjectCommand.h, cmRemoveDefinitionsCommand.h,
1928           cmSetTestsPropertiesCommand.h, cmSourceGroup.h,
1929           cmStandardIncludes.h, cmStringCommand.h, cmSubdirCommand.h,
1930           cmSystemTools.h, cmTarget.h, cmTryCompileCommand.h,
1931           cmVariableWatch.h, cmXCode21Object.h, cmake.h: ENH: fix line
1932           length style stuff
1934 2006-03-10 11:12  hoffman
1936         * Source/cmFindBase.cxx: ENH: avoid adding junk into paths
1938 2006-03-10 10:28  malaterre
1940         * Source/kwsys/testDynamicLoader.cxx: BUG: Make sure to have proper
1941           dependencies
1943 2006-03-10 10:26  hoffman
1945         * Source/kwsys/CMakeLists.txt: ENH: use CMAKE_DL_LIBS and not dl
1946           directly as it does not always exist
1948 2006-03-10 10:23  malaterre
1950         * Source/kwsys/CMakeLists.txt: COMP: Fix cygwin build
1952 2006-03-10 10:19  malaterre
1954         * Source/kwsys/testDynload.c: COMP: Fix compilation on MacOSX
1955           (common symbols not allowed with MH_DYLIB output format)
1957 2006-03-10 10:12  andy
1959         * Source/CMakeLists.txt, Tests/BundleTest/CMakeLists.txt: ENH: Add
1960           package to bundle test
1962 2006-03-10 10:07  andy
1964         * Source/kwsys/testDynamicLoader.cxx: COMP: Add missing include
1966 2006-03-10 02:32  andy
1968         * Source/cmVersion.cxx: STYLE: Nightly Version update
1970 2006-03-09 17:16  malaterre
1972         * Source/kwsys/testDynload.c: BUG: Remove comment
1974 2006-03-09 17:15  malaterre
1976         * Source/kwsys/: testDynamicLoader.cxx, testDynload.c: ENH: remove
1977           test temporarily
1979 2006-03-09 17:08  malaterre
1981         * Source/kwsys/: CMakeLists.txt, testDynamicLoader.cxx: ENH: Still
1982           more coverage of the DynamicLoader
1984 2006-03-09 17:06  malaterre
1986         * Source/kwsys/testDynload.c: ENH: Add a file to generate the lib
1988 2006-03-09 16:40  malaterre
1990         * Source/kwsys/testDynamicLoader.cxx: ENH: Improve test coverage
1992 2006-03-09 16:40  malaterre
1994         * Source/kwsys/: Registry.cxx, Registry.hxx.in: STYLE: Minor style
1996 2006-03-09 15:55  king
1998         * CMakeLists.txt: ENH: Updated patch level to 4 for special KDE
1999           release.
2001 2006-03-09 15:47  hoffman
2003         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: if
2004           CMakeCache.txt has been removed, then automatically remove
2005           CMakefiles/*.cmake
2007 2006-03-09 15:00  hoffman
2009         * Modules/Platform/AIX.cmake: ENH: add correct initial flags for
2010           aix
2012 2006-03-09 14:57  hoffman
2014         * Modules/Platform/Darwin.cmake: ENH: remove junk
2016 2006-03-09 14:41  malaterre
2018         * Source/kwsys/CMakeLists.txt: ENH: Carefully turn testing of
2019           DynamicLib on
2021 2006-03-09 14:36  malaterre
2023         * Source/kwsys/: Directory.cxx, testSystemTools.cxx,
2024           DynamicLoader.cxx: STYLE: Minor style
2026 2006-03-09 14:35  malaterre
2028         * Source/kwsys/testDynamicLoader.cxx: ENH: Adding initial test for
2029           DynamicLoader
2031 2006-03-09 14:30  hoffman
2033         * Source/: cmFileCommand.cxx, cmFileCommand.h,
2034           cmLocalUnixMakefileGenerator3.cxx,
2035           cmLocalUnixMakefileGenerator3.h,
2036           cmMakefileExecutableTargetGenerator.cxx,
2037           cmMakefileLibraryTargetGenerator.cxx,
2038           cmMakefileTargetGenerator.cxx: ENH: use a cmake script to do the
2039           clean step, this allows for large numbers of files to be removed
2040           without making the command line too long
2042 2006-03-09 14:10  alex
2044         * Modules/: FindKDE.cmake, FindKDE3.cmake, KDE3Macros.cmake,
2045           kde3init_dummy.cpp.in, kde3uic.cmake: ENH: add real-world-tested
2046           and used KDE3 support, and obsolete FindKDE.cmake, which wasn't
2047           used by anybody that I heard of
2049           Alex
2051 2006-03-09 11:57  andy
2053         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: STYLE: Fix some style
2054           issues
2056 2006-03-09 11:35  hoffman
2058         * Modules/FindTCL.cmake, Source/cmFindPathCommand.cxx: ENH: fix a
2059           bug in the find path stuff so that it can find headers deep in
2060           frameworks
2062 2006-03-09 11:17  andy
2064         * Source/CTest/: cmCTestBuildAndTestHandler.cxx,
2065           cmCTestBuildCommand.cxx, cmCTestBuildHandler.cxx,
2066           cmCTestBuildHandler.h, cmCTestConfigureCommand.cxx,
2067           cmCTestConfigureCommand.h, cmCTestConfigureHandler.cxx,
2068           cmCTestConfigureHandler.h, cmCTestCoverageCommand.cxx,
2069           cmCTestCoverageCommand.h, cmCTestCoverageHandler.cxx,
2070           cmCTestCoverageHandler.h, cmCTestEmptyBinaryDirectoryCommand.h,
2071           cmCTestGenericHandler.cxx, cmCTestGenericHandler.h,
2072           cmCTestHandlerCommand.cxx, cmCTestHandlerCommand.h,
2073           cmCTestMemCheckCommand.h, cmCTestMemCheckHandler.cxx,
2074           cmCTestRunScriptCommand.cxx, cmCTestScriptHandler.cxx,
2075           cmCTestStartCommand.cxx, cmCTestStartCommand.h,
2076           cmCTestSubmitCommand.cxx, cmCTestSubmitCommand.h,
2077           cmCTestSubmitHandler.cxx, cmCTestTestCommand.cxx,
2078           cmCTestTestHandler.cxx, cmCTestTestHandler.h,
2079           cmCTestUpdateCommand.cxx, cmCTestUpdateCommand.h,
2080           cmCTestUpdateHandler.cxx: STYLE: Fix some style issues
2082 2006-03-09 09:53  andy
2084         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fix problem on
2085           Wacom system with global symbolic targets
2087 2006-03-09 08:32  andy
2089         * Source/CPack/: cmCPackGenericGenerator.cxx,
2090           cmCPackPackageMakerGenerator.cxx, cpack.cxx: STYLE: Fix style
2091           problems
2093 2006-03-09 08:20  andy
2095         * Utilities/: cmcurl/formdata.c, cmtar/libtar.h: COMP: Remove win64
2096           warnings
2098 2006-03-09 02:41  andy
2100         * Source/cmVersion.cxx: STYLE: Nightly Version update
2102 2006-03-08 18:16  hoffman
2104         * Source/cmFindProgramCommand.cxx: ENH: make sure system path is
2105           not added unless asked for
2107 2006-03-08 17:11  alex
2109         * Modules/UsePkgConfig.cmake: ENH: add a cmake module for using
2110           pkg-config, tested in kdelibs, ok by Bill Hoffman
2112           Alex
2114 2006-03-08 16:33  andy
2116         * Source/CPack/: cmCPackGenerators.cxx, cmCPackGenerators.h,
2117           cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
2118           cmCPackLog.cxx, cmCPackLog.h, cmCPackNSISGenerator.cxx,
2119           cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
2120           cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.cxx,
2121           cmCPackSTGZGenerator.h, cmCPackTGZGenerator.cxx,
2122           cmCPackTGZGenerator.h, cpack.cxx: STYLE: Lots of formating to
2123           remove style problems
2125 2006-03-08 14:02  andy
2127         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
2128           Tests/SimpleInstall/InstallScript2.cmake,
2129           Tests/SimpleInstall/TestSubDir/CMakeLists.txt,
2130           Tests/SimpleInstallS2/CMakeLists.txt,
2131           Tests/SimpleInstallS2/InstallScript2.cmake,
2132           Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt: ENH: Add
2133           additional subdirectory to improve testing and to allow cleanup
2134           when testing cpack
2136 2006-03-08 13:59  andy
2138         * Source/CPack/cmCPackPackageMakerGenerator.cxx: BUG: Handle
2139           version with multiple dots
2141 2006-03-08 13:20  andy
2143         * Tests/: SimpleInstall/CMakeLists.txt,
2144           SimpleInstallS2/CMakeLists.txt: COMP: Ok, fix typo
2146 2006-03-08 13:13  andy
2148         * Tests/: SimpleInstall/CMakeLists.txt,
2149           SimpleInstallS2/CMakeLists.txt: ENH: Add testing for cpack
2151 2006-03-08 13:06  king
2153         * Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
2154           AIX.
2156 2006-03-08 12:42  king
2158         * Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
2159           the SGI.
2161 2006-03-08 12:36  king
2163         * Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing for
2164           FreeBSD and Sun.
2166 2006-03-08 12:12  king
2168         * Source/kwsys/ProcessUNIX.c: ENH: Enabled process tree killing on
2169           HP-UX.
2171 2006-03-08 11:57  king
2173         * Source/kwsys/ProcessUNIX.c: BUG: Do not leak ps FILE when the
2174           process starts but reading the header fails.
2176 2006-03-08 11:39  king
2178         * Source/kwsys/testProcess.c: ENH: Added a way to quickly enable
2179           manual testing of grandchild killing.
2181 2006-03-08 11:38  king
2183         * Source/kwsys/ProcessUNIX.c: ENH: Added implementation of process
2184           tree killing that runs "ps" to traverse the tree.
2186 2006-03-08 10:52  andy
2188         * Source/: cmListFileCache.cxx, cmListFileCache.h: BUG: Remove some
2189           old legacy code  and remove memory leak
2191 2006-03-08 09:16  malaterre
2193         * Source/kwsys/: DynamicLoader.cxx, DynamicLoader.hxx.in: BUG:
2194           Including file within a namespace{} is dangerous(unless symbols
2195           are within an extern C). Also update documentation about special
2196           case for MacOSX
2198 2006-03-08 02:43  andy
2200         * Source/cmVersion.cxx: STYLE: Nightly Version update
2202 2006-03-07 19:52  hoffman
2204         * Tests/: SimpleInstall/CMakeLists.txt,
2205           SimpleInstallS2/CMakeLists.txt: ENH: remove cpack stuff for now
2206           so that we can get mac dashboards again
2208 2006-03-07 15:31  andy
2210         * CMakeGraphVizOptions.cmake, Source/cmake.cxx: ENH: Add a way to
2211           overwrite some preferences and ignore certain targets
2213 2006-03-07 14:46  king
2215         * Source/cmake.cxx: ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables
2216           when running in script mode.  This partially addresses bug#2828.
2218 2006-03-07 14:38  king
2220         * Source/cmGlobalGenerator.cxx: BUG: Check for whether to add -C to
2221           package rule should check for a . in the first character not the
2222           second.
2224 2006-03-07 12:03  andy
2226         * Source/cmake.cxx: COMP: Fix warnings
2228 2006-03-07 10:05  king
2230         * Source/cmFileCommand.cxx: BUG: Most platforms other than Linux
2231           seem to require executable permissions on their shared libraries.
2233 2006-03-07 10:04  king
2235         * Tests/: SimpleInstall/CMakeLists.txt,
2236           SimpleInstallS2/CMakeLists.txt: BUG: Some platforms require
2237           executable permission on shared libraries.
2239 2006-03-07 02:12  andy
2241         * Source/cmVersion.cxx: STYLE: Nightly Version update
2243 2006-03-06 15:41  hoffman
2245         * bootstrap: ENH: add more depends for bootstrap
2247 2006-03-06 15:14  hoffman
2249         * Modules/Platform/Darwin.cmake: ENH: add support for language
2250           flags that allow for universal binaries
2252 2006-03-06 15:14  hoffman
2254         * Modules/CMakeCInformation.cmake,
2255           Modules/CMakeCXXInformation.cmake,
2256           Modules/CMakeFortranInformation.cmake,
2257           Modules/Platform/CYGWIN.cmake, Source/cmLocalGenerator.cxx,
2258           Source/cmLocalGenerator.h,
2259           Source/cmMakefileLibraryTargetGenerator.cxx: ENH: add support for
2260           language flags at rule expansion time
2262 2006-03-06 15:01  hoffman
2264         * Modules/Platform/Windows-cl.cmake: ENH: add support for manifest
2265           stuff
2267 2006-03-06 14:30  malaterre
2269         * Source/kwsys/DynamicLoader.cxx: COMP: Fix compilation on MacOSX
2271 2006-03-06 14:08  hoffman
2273         * Modules/FindQt3.cmake: ENH: try to fix non-clean dashboards
2275 2006-03-06 14:07  malaterre
2277         * Source/kwsys/CMakeLists.txt: ENH: Compile DynamicLoader
2279 2006-03-06 14:02  malaterre
2281         * Source/kwsys/: DynamicLoader.cxx, DynamicLoader.hxx.in: ENH:
2282           Adding kwsys implementation for a DynamicLoader class. Copy from
2283           itkDynamicLoader, with patch from cmDynamicLoader
2285 2006-03-06 13:43  hoffman
2287         * Source/kwsys/: Directory.cxx, Registry.cxx: ENH: add missing
2288           cmake depend hacks
2290 2006-03-06 13:34  hoffman
2292         * Source/kwsys/Glob.cxx: ENH: add missing cmake include
2294 2006-03-06 13:02  malaterre
2296         * Source/kwsys/Directory.cxx: COMP: Some STL implementation do not
2297           provide clear on std::string
2299 2006-03-06 11:57  malaterre
2301         * Source/kwsys/: Directory.cxx, Directory.hxx.in: BUG: Need to
2302           reset internal structure in case of multiple calls to Load
2304 2006-03-06 10:12  malaterre
2306         * Source/kwsys/: Directory.cxx, Directory.hxx.in: ENH: Redo
2307           implementation of itkDirectory to use kwsys (avoid duplicating
2308           code).
2310 2006-03-06 02:11  andy
2312         * Source/cmVersion.cxx: STYLE: Nightly Version update
2314 2006-03-05 09:09  king
2316         * Source/cmLocalGenerator.cxx: BUG: Fix for generated install
2317           scripts to support prefixes with trailing slashes or just a
2318           single slash.
2320 2006-03-05 08:38  hoffman
2322         * Source/cmFindBase.cxx: ENH: fix old style parsing of FIND
2323           commands and fix broken tests
2325 2006-03-05 02:11  andy
2327         * Source/cmVersion.cxx: STYLE: Nightly Version update
2329 2006-03-04 02:22  andy
2331         * Source/cmVersion.cxx: STYLE: Nightly Version update
2333 2006-03-03 23:00  hoffman
2335         * Source/cmFindBase.cxx: ENH: make sure NAMES tag is not required
2336           for name argument, fixes msys generator
2338 2006-03-03 19:29  king
2340         * Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
2341           Source/cmInstallTargetGenerator.cxx,
2342           Source/cmInstallTargetGenerator.h,
2343           Tests/SimpleInstall/CMakeLists.txt,
2344           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Added PERMISSIONS
2345           option to the TARGETS mode of the INSTALL command.
2347 2006-03-03 18:44  king
2349         * Source/cmFileCommand.cxx, Source/cmInstallCommand.cxx,
2350           Source/cmInstallCommand.h, Source/cmInstallFilesGenerator.cxx,
2351           Source/cmInstallFilesGenerator.h, Source/cmInstallGenerator.cxx,
2352           Source/cmInstallGenerator.h, Source/cmLocalGenerator.cxx,
2353           Tests/SimpleInstall/CMakeLists.txt, Tests/SimpleInstall/inst.cxx,
2354           Tests/SimpleInstall/inst2.cxx,
2355           Tests/SimpleInstallS2/CMakeLists.txt,
2356           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/inst2.cxx:
2357           ENH: Added PERMISSIONS and RENAME options to the INSTALL
2358           command's FILES and PROGRAMS mode, and corresponding support to
2359           FILE(INSTALL).  Default permissions for shared libraries on
2360           non-Windows/non-OSX platforms no longer has the execute bit set.
2362 2006-03-03 18:06  king
2364         * Source/: cmTarget.cxx, cmTarget.h: ENH: Replaced UpdateLocation
2365           method with call to GetLocation.  Added comment about problems
2366           with the LOCATION attribute.
2368 2006-03-03 15:04  andy
2370         * Source/CPack/: cmCPackPackageMakerGenerator.cxx,
2371           cmCPackPackageMakerGenerator.h: ENH: Check package maker version
2373 2006-03-03 14:28  andy
2375         * Source/cmake.cxx: COMP: Oops, typo
2377 2006-03-03 14:24  andy
2379         * Source/: cmTarget.cxx, cmTarget.h, cmake.cxx, cmake.h: ENH: Add
2380           support for exporting graphviz of the project dependencies
2382 2006-03-03 12:58  king
2384         * Source/CMakeLists.txt, Source/cmGlobalGenerator.cxx,
2385           Source/cmGlobalGenerator.h,
2386           Source/cmGlobalVisualStudio6Generator.cxx,
2387           Source/cmGlobalVisualStudio6Generator.h,
2388           Source/cmGlobalVisualStudio7Generator.cxx,
2389           Source/cmGlobalVisualStudio7Generator.h,
2390           Source/cmGlobalXCodeGenerator.cxx,
2391           Source/cmGlobalXCodeGenerator.h,
2392           Source/cmInstallTargetGenerator.cxx,
2393           Source/cmInstallTargetGenerator.h,
2394           Source/cmMakefileExecutableTargetGenerator.cxx,
2395           Source/cmTarget.cxx, Tests/BundleTest/BundleLib.cxx,
2396           Tests/BundleTest/BundleTest.cxx, Tests/BundleTest/CMakeLists.txt:
2397           BUG: Fixed installation of MacOSX Bundle executables and the
2398           corresponding install_name remapping support.  Extended the
2399           BundleTest test to check that this all works.  Part of these
2400           fixes required changing the signature of AppendDirectoryForConfig
2401           in all generators.  It now accepts prefix and suffix strings to
2402           deal with whether leading or trailing slashes should be included
2403           with the configuration subdirectory.
2405 2006-03-03 12:01  hoffman
2407         * Modules/Platform/Windows-cl.cmake: ENH: add manifest support for
2408           2005
2410 2006-03-03 11:59  hoffman
2412         * Modules/CMakeVS8FindMake.cmake: ENH: look for VCExpress first
2414 2006-03-03 10:52  andy
2416         * Modules/CPack.Info.plist.in,
2417           Source/CPack/cmCPackPackageMakerGenerator.cxx: ENH: Add verbose
2418           flag to package maker and add CFBundleIdentifier string
2420 2006-03-03 02:34  andy
2422         * Source/cmVersion.cxx: STYLE: Nightly Version update
2424 2006-03-02 21:33  hoffman
2426         * Source/kwsys/: Registry.cxx, SystemTools.cxx: ENH: fix std in
2427           kwsys, has to be kwsys_stl
2429 2006-03-02 20:11  hoffman
2431         * Source/cmFindBase.cxx: ENH: remove warning
2433 2006-03-02 15:03  hoffman
2435         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: removed unused
2436           methods after find changes
2438 2006-03-02 14:39  hoffman
2440         * Source/cmTryCompileCommand.cxx: ENH: pass CMAKE_MODULE_PATH into
2441           try compile projects
2443 2006-03-02 13:43  hoffman
2445         * Source/: cmFindBase.cxx, cmFindLibraryCommand.cxx: ENH: fix
2446           spelling errors in docs
2448 2006-03-02 13:30  hoffman
2450         * Modules/Platform/CYGWIN.cmake, Modules/Platform/Darwin.cmake,
2451           Modules/Platform/Linux.cmake, Modules/Platform/SunOS.cmake,
2452           Modules/Platform/UnixPaths.cmake,
2453           Modules/Platform/Windows-cl.cmake,
2454           Modules/Platform/WindowsPaths.cmake,
2455           Source/cmBootstrapCommands.cxx, Source/cmFindBase.cxx,
2456           Source/cmFindBase.h, Source/cmFindFileCommand.cxx,
2457           Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.cxx,
2458           Source/cmFindLibraryCommand.h, Source/cmFindPathCommand.cxx,
2459           Source/cmFindPathCommand.h, Source/cmFindProgramCommand.cxx,
2460           Source/cmFindProgramCommand.h, Source/kwsys/Registry.cxx,
2461           Source/kwsys/SystemTools.cxx: ENH: check in new find stuff
2463 2006-03-02 07:52  hoffman
2465         * Modules/CMakeCInformation.cmake,
2466           Modules/CMakeCXXInformation.cmake,
2467           Modules/CMakeFortranInformation.cmake,
2468           Modules/CMakeJavaInformation.cmake, Source/cmGlobalGenerator.cxx:
2469           ENH: fix for bug 2921, move _OVERRIDE variable to a better
2470           position to allow changing _INIT variables
2472 2006-03-02 02:17  andy
2474         * Source/cmVersion.cxx: STYLE: Nightly Version update
2476 2006-03-01 22:45  king
2478         * Source/: cmSetTargetPropertiesCommand.h, cmTarget.cxx: ENH:
2479           Finished CMAKE_<CONFIG>_POSTFIX feature and documented it.  The
2480           value of this variable is used when a library target is created
2481           to initialize the <CONFIG>_POSTFIX target property.  The value of
2482           this property is used (even for executables) to define a
2483           per-configuration postfix on the name of the target.  Also
2484           enabled use of the OUTPUT_NAME property for non-executable
2485           targets.
2487 2006-03-01 19:00  king
2489         * CMakeLists.txt: ENH: CMake does not need RPATHs at all for its
2490           own executables.  Disable them to avoid relinking during
2491           installation.
2493 2006-03-01 18:54  king
2495         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
2496           cmGlobalUnixMakefileGenerator3.h,
2497           cmLocalUnixMakefileGenerator3.cxx: ENH: Cleaned up generation of
2498           directory-level rules and their support structure.  The
2499           directorystart rule has been removed in favor of checking the
2500           build system in the subdirectory makefile first.  The "directory"
2501           rule has been renamed "all" since it corresponds to the "all"
2502           pass anyway (as against "clean").  Also fixed directory-level
2503           rule for preinstall.
2505 2006-03-01 18:49  king
2507         * Source/cmGlobalGenerator.cxx: BUG: Check for whether to add
2508           BUILD_TYPE to install rule should check for a . in the first
2509           character not the second.
2511 2006-03-01 15:00  andy
2513         * Modules/: CPack.cmake, NSIS.template.in: ENH: Several changes to
2514           for NSIS
2516 2006-03-01 13:15  andy
2518         * CMakeLists.txt, Modules/CPack.cmake,
2519           Modules/InstallRequiredSystemLibraries.cmake: ENH: Install system
2520           libraries only if project requires them
2522 2006-03-01 13:05  andy
2524         * Source/cmSystemTools.cxx: BUG: Even more VS8 issues
2526 2006-03-01 12:50  andy
2528         * Source/CTest/cmCTestSubmitHandler.cxx: BUG: More VS8 fixes
2530 2006-03-01 11:55  andy
2532         * Templates/CMakeLists.txt: ENH: Install cpack files
2534 2006-03-01 08:28  andy
2536         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
2537           cmGlobalUnixMakefileGenerator3.h, cmGlobalXCodeGenerator.cxx,
2538           cmGlobalXCodeGenerator.h: ENH: Cleanup global targets even more
2539           and potentially fix Xcode
2541 2006-03-01 02:32  andy
2543         * Source/cmVersion.cxx: STYLE: Nightly Version update
2545 2006-02-28 16:33  andy
2547         * Source/cmGlobalGenerator.cxx: BUG: Ok, fix the ordering
2549 2006-02-28 16:22  andy
2551         * Source/CTest/cmCTestHandlerCommand.cxx: BUG: Fix for STL
2553 2006-02-28 16:17  andy
2555         * Source/cmCTest.h: BUG: Handle buggy streams
2557 2006-02-28 15:56  andy
2559         * Source/cmCTest.cxx: BUG: Add additional check
2561 2006-02-28 15:31  andy
2563         * Source/cmGlobalGenerator.cxx: BUG: On Visual Studio and XCode,
2564           handle build configurations
2566 2006-02-28 15:31  andy
2568         * Source/CTest/cmCTestBuildAndTestHandler.cxx: STYLE: Remove debug
2570 2006-02-28 14:18  andy
2572         * Modules/CPack.cmake, Templates/CPack.GenericLicense.txt,
2573           Templates/CPack.GenericWelcome.txt: ENH: Add resource files for
2574           PackageMaker
2576 2006-02-28 14:06  andy
2578         * Templates/CPack.GenericDescription.txt,
2579           Tests/SimpleInstall/CMakeLists.txt,
2580           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add generic
2581           instructions
2583 2006-02-28 13:30  andy
2585         * Tests/: SimpleInstall/CMakeLists.txt,
2586           SimpleInstallS2/CMakeLists.txt: ENH: Attempt to handle windows
2587           without NSIS installed
2589 2006-02-28 11:38  king
2591         * Source/kwsys/ProcessWin32.c: COMP: Fixed warnings for Borland
2592           5.8.
2594 2006-02-28 11:14  andy
2596         * Modules/FindQt4.cmake: BUG: Fix typo
2598 2006-02-28 11:13  andy
2600         * Modules/FindQt4.cmake: ENH: Add support for debian having both
2601           qt3 and qt4
2603 2006-02-28 10:27  hoffman
2605         * Modules/: CMakeVS71FindMake.cmake, CMakeVS8FindMake.cmake,
2606           FindDart.cmake, FindDoxygen.cmake, FindGCCXML.cmake,
2607           FindHTMLHelp.cmake, FindMPI.cmake, FindQt3.cmake, FindQt4.cmake,
2608           FindTCL.cmake, Platform/Darwin.cmake: ENH: use program files env
2609           for searching
2611 2006-02-28 09:53  king
2613         * Source/cmGlobalGenerator.cxx: BUG: Need to use the CMAKE_COMMAND
2614           cache entry to get the location of CMake.
2616 2006-02-28 08:23  andy
2618         * Source/CTest/cmCTestBuildAndTestHandler.cxx,
2619           Source/CTest/cmCTestBuildAndTestHandler.h,
2620           Tests/SimpleInstall/CMakeLists.txt,
2621           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add support for
2622           multiple build targets and start adding simple cpack tests
2624 2006-02-28 02:32  andy
2626         * Source/cmVersion.cxx: STYLE: Nightly Version update
2628 2006-02-27 23:06  hoffman
2630         * Source/cmSourceGroupCommand.cxx: ENH: fix problem if there are ..
2631           in the path to the source file specified in a source group
2633 2006-02-27 16:38  hoffman
2635         * Source/: cmFindBase.cxx, cmFindBase.h: ENH: add new find stuff
2637 2006-02-27 12:14  hoffman
2639         * Modules/: CMakeCInformation.cmake, CMakeCXXInformation.cmake,
2640           CMakeFortranInformation.cmake, CMakeRCInformation.cmake: ENH: fix
2641           spelling errors
2643 2006-02-27 10:58  andy
2645         * Modules/CPack.Info.plist.in, Modules/CPack.cmake,
2646           Modules/NSIS.template.in, Source/cmBootstrapCommands.cxx,
2647           Source/cmCommands.cxx, Source/cmGlobalGenerator.cxx,
2648           Source/CPack/cmCPackGenericGenerator.cxx,
2649           Templates/CPackConfig.cmake.in: ENH: Several packaging issues.
2650           Allow random variables to be passed to cpack (anything starting
2651           with CPACK_, add preinstall to the list of dependencies for
2652           package, fix typos
2654 2006-02-27 02:00  andy
2656         * Source/cmVersion.cxx: STYLE: Nightly Version update
2658 2006-02-26 02:00  andy
2660         * Source/cmVersion.cxx: STYLE: Nightly Version update
2662 2006-02-25 01:56  andy
2664         * Source/cmVersion.cxx: STYLE: Nightly Version update
2666 2006-02-24 18:15  andy
2668         * Source/: cmGlobalGenerator.cxx, cmake.h: COMP: More fixes for non
2669           makefile generators and global targets
2671 2006-02-24 17:43  andy
2673         * Source/cmGlobalGenerator.cxx: STYLE: Remove debug
2675 2006-02-24 17:35  andy
2677         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
2678           cmGlobalUnixMakefileGenerator3.cxx,
2679           cmGlobalVisualStudio6Generator.cxx,
2680           cmGlobalVisualStudio6Generator.h,
2681           cmGlobalVisualStudio71Generator.cxx,
2682           cmGlobalVisualStudio7Generator.cxx,
2683           cmGlobalVisualStudio7Generator.h, cmGlobalXCode21Generator.h,
2684           cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
2685           cmLocalVisualStudio6Generator.cxx,
2686           cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx, cmTarget.h:
2687           COMP: Even more global target fixes
2689 2006-02-24 16:30  andy
2691         * Source/CMakeLists.txt: ENH: Install cpack
2693 2006-02-24 16:20  andy
2695         * Source/: cmGlobalVisualStudio6Generator.cxx,
2696           cmGlobalVisualStudio71Generator.cxx,
2697           cmGlobalVisualStudio7Generator.cxx,
2698           cmLocalVisualStudio6Generator.cxx,
2699           cmLocalVisualStudio7Generator.cxx: BUG: More fixing of support
2700           for global target son visual studio
2702 2006-02-24 13:13  king
2704         * Modules/Platform/Darwin.cmake, Source/cmGlobalXCodeGenerator.cxx,
2705           Source/cmGlobalXCodeGenerator.h,
2706           Source/cmInstallTargetGenerator.cxx,
2707           Source/cmInstallTargetGenerator.h, Source/cmLocalGenerator.cxx,
2708           Source/cmLocalGenerator.h,
2709           Source/cmMakefileLibraryTargetGenerator.cxx,
2710           Source/cmSetTargetPropertiesCommand.h, Source/cmTarget.cxx,
2711           Source/cmTarget.h, Tests/SimpleInstall/CMakeLists.txt,
2712           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Created target
2713           property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR
2714           specifying the directory portion of the OSX install_name field in
2715           shared libraries.  This is the OSX equivalent of RPATH.
2717 2006-02-24 12:50  hoffman
2719         * Source/cmSourceGroupCommand.cxx: ENH: fix warning and remove
2720           unused variable
2722 2006-02-24 11:13  king
2724         * Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx,
2725           cmLocalGenerator.h, cmMakefileExecutableTargetGenerator.cxx,
2726           cmMakefileLibraryTargetGenerator.cxx,
2727           cmMakefileTargetGenerator.cxx: BUG: Fix generation of Xcode 2.0
2728           and earlier projects to use CMAKE_BUILD_TYPE.
2730 2006-02-24 11:07  king
2732         * Source/cmGlobalXCodeGenerator.cxx: BUG: Treat GLOBAL_TARGET like
2733           UTILITY for generation.
2735 2006-02-24 10:56  andy
2737         * Source/cmLocalGenerator.cxx: COMP: Remove warnings
2739 2006-02-24 10:55  andy
2741         * Source/cmGlobalGenerator.cxx: BUG: Only add test targets when
2742           testing is enabled. Also add CMAKE_CFG_INTDIR when specified
2744 2006-02-24 09:43  andy
2746         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
2747           cmGlobalUnixMakefileGenerator3.h,
2748           cmGlobalVisualStudio71Generator.cxx,
2749           cmGlobalVisualStudio7Generator.cxx: COMP: Handle preinstall
2750           properly on IDEs
2752 2006-02-24 09:32  andy
2754         * Source/: cmGlobalVisualStudio71Generator.cxx,
2755           cmGlobalVisualStudio7Generator.cxx: COMP: Fix for preinstall
2757 2006-02-24 09:08  andy
2759         * Modules/CheckIncludeFiles.cmake: BUG: Fix the module
2761 2006-02-24 08:57  andy
2763         * Source/cmake.cxx: BUG: Fix location of ctest for bootstrap
2765 2006-02-24 02:24  andy
2767         * Source/cmVersion.cxx: STYLE: Nightly Version update
2769 2006-02-23 18:25  hoffman
2771         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: try to fix things
2772           up for the dashboard
2774 2006-02-23 17:30  andy
2776         * Source/: cmGlobalGenerator.cxx,
2777           cmLocalUnixMakefileGenerator3.cxx: ENH: Properly handle target
2778           dependencies
2780 2006-02-23 14:05  andy
2782         * Source/cmGlobalVisualStudio71Generator.cxx: COMP: Even more
2783           Visual Studio fixes. Why is this code duplicated?
2785 2006-02-23 13:46  andy
2787         * Source/: cmGlobalGenerator.cxx,
2788           cmLocalVisualStudio7Generator.cxx: COMP: More fixes for visual
2789           studio
2791 2006-02-23 13:37  andy
2793         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
2794           cmGlobalUnixMakefileGenerator3.h,
2795           cmGlobalVisualStudio7Generator.cxx: COMP: Fixes for visual studio
2797 2006-02-23 11:36  hoffman
2799         * Source/cmSourceGroupCommand.cxx: ENH: fix for bug 2908 crash for
2800           empty source group name
2802 2006-02-23 10:48  andy
2804         * Source/: cmGlobalGenerator.cxx,
2805           cmLocalUnixMakefileGenerator3.cxx: ENH: Remove debug
2807 2006-02-23 10:07  andy
2809         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
2810           cmLocalUnixMakefileGenerator3.cxx: ENH: Add a notion of a global
2811           target
2813 2006-02-23 10:02  andy
2815         * Source/: cmTarget.cxx, cmTarget.h, cmMakefile.cxx: ENH: Add a
2816           notion of a global target
2818 2006-02-23 10:00  andy
2820         * Source/: cmake.cxx, cmake.h: ENH: Add accessors for CTest and
2821           CPack
2823 2006-02-23 09:59  andy
2825         * Source/CPack/cpack.cxx: ENH: Allow running without config file
2827 2006-02-23 09:58  andy
2829         * Modules/: CMakeConfigurableFile.in, CheckIncludeFiles.cmake,
2830           CheckSymbolExists.cmake: ENH: Make modules use configure instead
2831           of file write
2833 2006-02-23 09:38  andy
2835         * Modules/CPack.cmake, Modules/NSIS.template.in,
2836           Source/CPack/cmCPackNSISGenerator.cxx,
2837           Templates/CPackConfig.cmake.in: ENH: Several NSIS features
2839 2006-02-23 02:34  andy
2841         * Source/cmVersion.cxx: STYLE: Nightly Version update
2843 2006-02-22 02:36  andy
2845         * Source/cmVersion.cxx: STYLE: Nightly Version update
2847 2006-02-21 12:19  hoffman
2849         * Modules/Platform/Windows-cl.cmake,
2850           Source/cmLocalVisualStudio7Generator.cxx: ENH: make command line
2851           flags more consistent with ide settings
2853 2006-02-21 09:35  hoffman
2855         * Source/cmGlobalMSYSMakefileGenerator.cxx: ENH: use last mount
2856           point found for mingw location, not first
2858 2006-02-21 07:58  hoffman
2860         * Source/cmGlobalMSYSMakefileGenerator.cxx: ENH: try to get the
2861           order a bit better
2863 2006-02-21 02:35  andy
2865         * Source/cmVersion.cxx: STYLE: Nightly Version update
2867 2006-02-20 23:08  hoffman
2869         * Modules/CMakeDetermineCCompiler.cmake, Source/cmCacheManager.cxx,
2870           Source/cmGlobalMSYSMakefileGenerator.cxx,
2871           Source/cmGlobalMSYSMakefileGenerator.h: ENH: better finding of
2872           mingw from msys, and delete CMakeFiles directory when cache is
2873           deleted
2875 2006-02-20 17:47  hoffman
2877         * Source/cmLocalVisualStudio7Generator.cxx: ENH: make sure
2878           CMAKE_STANDARD_LIBRARIES are used
2880 2006-02-20 14:37  hoffman
2882         * Source/cmLocalGenerator.h: ENH: make it compile on vs6
2884 2006-02-20 14:21  king
2886         * Source/: cmLocalVisualStudio6Generator.cxx,
2887           cmLocalVisualStudio7Generator.cxx: BUG: Add target-level
2888           COMPILE_FLAGS to the target not the individual source files.
2889           This simplifies the generated files and puts flags in a more
2890           logical order (VS6 works, VS7 needs more translation to work).
2892 2006-02-20 13:42  hoffman
2894         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
2895           cmMakefileExecutableTargetGenerator.cxx,
2896           cmMakefileLibraryTargetGenerator.cxx,
2897           cmMakefileTargetGenerator.cxx: ENH: change expand stuff to pass a
2898           struct for all the args
2900 2006-02-20 12:48  king
2902         * Source/cmMakefileTargetGenerator.cxx: ENH: Order compilation
2903           flags from most general to most specific: language, then target,
2904           then source.
2906 2006-02-20 09:54  king
2908         * Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.h: BUG:
2909           Xcode generator should use local generator computation of include
2910           directories.
2912 2006-02-20 03:00  andy
2914         * Source/cmVersion.cxx: STYLE: Nightly Version update
2916 2006-02-19 19:29  king
2918         * Source/: cmFileCommand.cxx, cmInstallGenerator.cxx,
2919           cmInstallTargetGenerator.cxx: BUG: Fixed optional file install
2920           support for multi-configuration generators.
2922 2006-02-19 19:28  king
2924         * Source/: cmGlobalVisualStudio6Generator.cxx,
2925           cmGlobalVisualStudio7Generator.cxx, cmGlobalXCodeGenerator.cxx,
2926           cmTarget.cxx: ENH: Switched order of slash and configuration name
2927           in cmGlobalGenerator::AppendDirectoryForConfig method to increase
2928           flexibility.
2930 2006-02-19 18:47  king
2932         * bootstrap, Source/CMakeLists.txt, Source/cmInstallCommand.cxx,
2933           Source/cmInstallCommand.h, Source/cmInstallFilesCommand.h,
2934           Source/cmInstallFilesGenerator.cxx,
2935           Source/cmInstallFilesGenerator.h,
2936           Source/cmInstallProgramsCommand.h, Source/cmLocalGenerator.cxx,
2937           Tests/SimpleInstall/CMakeLists.txt,
2938           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Implemented FILES and
2939           PROGRAMS forms of the INSTALL command as replacements for the
2940           INSTALL_FILES and INSTALL_PROGRAMS commands.  This addresses the
2941           request for absolute path install destinations in bug#2691.
2943 2006-02-19 18:44  king
2945         * Source/cmInstallTargetGenerator.cxx: STYLE: Removed unused
2946           includes.
2948 2006-02-19 17:44  king
2950         * Tests/: SimpleInstall/CMakeLists.txt,
2951           SimpleInstallS2/CMakeLists.txt: ENH: Using CMAKE_SKIP_BUILD_RPATH
2952           to test relink support.
2954 2006-02-19 17:27  king
2956         * Source/: cmInstallTargetGenerator.cxx,
2957           cmInstallTargetsCommand.cxx, cmTarget.cxx, cmTarget.h: BUG: Fixed
2958           relink with new install framework.
2960 2006-02-19 16:35  king
2962         * Source/cmInstallCommand.cxx: COMP: Removed unused variables.
2964 2006-02-19 16:12  king
2966         * Source/: cmInstallGenerator.cxx, cmInstallGenerator.h: BUG: Do
2967           not report files as installed if they are optional and do not
2968           exist.
2970 2006-02-19 16:10  king
2972         * Source/cmInstallTargetGenerator.cxx: BUG: Import libraries should
2973           be installed as STATIC_LIBRARY.
2975 2006-02-19 15:25  king
2977         * bootstrap, Source/CMakeLists.txt, Source/cmInstallCommand.cxx,
2978           Source/cmInstallCommand.h, Source/cmInstallGenerator.cxx,
2979           Source/cmInstallGenerator.h, Source/cmInstallScriptGenerator.cxx,
2980           Source/cmInstallScriptGenerator.h,
2981           Source/cmInstallTargetGenerator.cxx,
2982           Source/cmInstallTargetGenerator.h,
2983           Source/cmInstallTargetsCommand.h, Source/cmLocalGenerator.cxx,
2984           Source/cmLocalGenerator.h, Source/cmMakefile.cxx,
2985           Source/cmMakefile.h, Source/cmSetTargetPropertiesCommand.h,
2986           Tests/SimpleInstall/CMakeLists.txt,
2987           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Created new install
2988           script generation framework.  The INSTALL command creates the
2989           generators which are later used by cmLocalGenerator to create the
2990           cmake_install.cmake files.  A new target installation interface
2991           is provided by the INSTALL command which fixes several problems
2992           with the INSTALL_TARGETS command.  See bug#2691.  Bugs 1481 and
2993           1695 are addressed by these changes.
2995 2006-02-19 13:49  king
2997         * Modules/Platform/Windows-gcc.cmake: BUG: Fixed module creation
2998           rules.  Removed soname portion of all rules because it is never
2999           used on this platform.
3001 2006-02-19 13:34  king
3003         * Modules/Platform/CYGWIN.cmake: BUG: Fixed cygwin module creation
3004           rules.  Modules should not have the "cyg" prefix by default.
3005           Removd soname flags from creation rules because they are never
3006           used on this platform.
3008 2006-02-19 13:10  king
3010         * Source/cmLocalGenerator.cxx,
3011           Tests/CustomCommand/GeneratedHeader/CMakeLists.txt: ENH:
3012           Automatic include directories should not be done by default as
3013           was just implemented.  Instead a project may now set
3014           CMAKE_INCLUDE_CURRENT_DIR to get this behavior.  The current
3015           source and binary directories are added automatically to the
3016           beginning of the include path in every directory.  This simulates
3017           in-source behavior for double-quote includes when there are
3018           generated sources and headers in the directory.
3020 2006-02-19 13:08  king
3022         * Source/cmFileCommand.cxx: BUG: Install location full-path test
3023           for windows needs to account for both lower case and upper case
3024           drive letters.
3026 2006-02-19 01:53  andy
3028         * Source/cmVersion.cxx: STYLE: Nightly Version update
3030 2006-02-18 16:47  king
3032         * Source/cmLocalGenerator.cxx: BUG: Remove trailing slashes from
3033           install destinations.
3035 2006-02-18 16:36  king
3037         * Source/cmFileCommand.cxx: ENH: Clarified error message.
3039 2006-02-18 15:42  king
3041         * Source/cmLocalGenerator.cxx: COMP: Fixed shadowed variable
3042           warning.
3044 2006-02-18 15:37  king
3046         * Modules/Platform/CYGWIN.cmake,
3047           Modules/Platform/Windows-bcc32.cmake,
3048           Modules/Platform/Windows-gcc.cmake,
3049           Modules/Platform/Windows-wcl386.cmake,
3050           Modules/Platform/Windows.cmake, Source/cmLocalGenerator.cxx,
3051           Source/cmLocalGenerator.h,
3052           Source/cmMakefileLibraryTargetGenerator.cxx, Source/cmTarget.cxx,
3053           Source/cmTarget.h: ENH: Generate import libraries for DLLs on
3054           Cygwin and MinGW.
3056 2006-02-18 11:51  king
3058         * Source/: cmLocalGenerator.cxx, cmLocalVisualStudio6Generator.cxx,
3059           cmLocalVisualStudio7Generator.cxx: ENH: If
3060           CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to
3061           approximate in-source build include file behavior in an
3062           out-of-source build by adding the build tree directory
3063           corresponding to a source tree directory at the beginning of the
3064           include path.  Also fixed VS6 and VS7 generators to use
3065           cmLocalGenerator's computation of include paths.  The VS6
3066           generator will now short-path the include directories if the
3067           total length is too long in order to try to avoid its truncation
3068           limit.
3070 2006-02-18 11:03  hoffman
3072         * Source/: cmGlobalKdevelopGenerator.cxx,
3073           cmGlobalKdevelopGenerator.h: ENH: apply patch from Alex to
3074           support some more kdevelop stuff
3076 2006-02-18 01:55  andy
3078         * Source/cmVersion.cxx: STYLE: Nightly Version update
3080 2006-02-17 12:49  hoffman
3082         * Source/cmMakefile.cxx: ENH: put the system path ahead of the
3083           command path
3085 2006-02-17 02:26  andy
3087         * Source/cmVersion.cxx: STYLE: Nightly Version update
3089 2006-02-16 20:15  king
3091         * Modules/CPack.cmake, Utilities/Release/Release.cmake: BUG: Do not
3092           install MSVC dlls for a non-MSVC build.
3094 2006-02-16 20:13  king
3096         * bootstrap: ENH: Made default install prefix consistent with
3097           building with another CMake.
3099 2006-02-16 18:50  king
3101         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
3102           cmGlobalUnixMakefileGenerator3.cxx,
3103           cmGlobalUnixMakefileGenerator3.h: BUG: Work-around borland make
3104           bug that drops a rule completely if it has no dependencies or
3105           commands.
3107 2006-02-16 18:09  king
3109         * Source/cmSetTargetPropertiesCommand.h: ENH: Clarified
3110           documentation of DEFINE_SYMBOL.
3112 2006-02-16 17:49  king
3114         * Source/cmSetTargetPropertiesCommand.cxx: BUG: Report error when a
3115           target does not exist.
3117 2006-02-16 15:55  andy
3119         * Source/CPack/cmCPackNSISGenerator.cxx: BUG: Remove debug and fix
3120           space between label and exec name
3122 2006-02-16 15:41  andy
3124         * CMakeLists.txt: ENH: Variable name changed
3126 2006-02-16 15:39  king
3128         * Source/cmMakefileExecutableTargetGenerator.cxx: BUG: Do not
3129           perform pre-build, pre-link, or post-install commands when
3130           relinking.
3132 2006-02-16 15:38  king
3134         * Tests/: SimpleInstall/CMakeLists.txt,
3135           SimpleInstallS2/CMakeLists.txt: BUG: Need INSTALL_RPATH property
3136           on SimpleInstallS2 also.
3138 2006-02-16 15:35  andy
3140         * Templates/CPackConfig.cmake.in: ENH: Fix icons
3142 2006-02-16 15:28  king
3144         * Tests/: SimpleInstall/CMakeLists.txt,
3145           SimpleInstallS2/CMakeLists.txt: ENH: Use target property for
3146           INSTALL_RPATH of SimpleInstall so that it is the only one that
3147           needs to relink.
3149 2006-02-16 15:20  andy
3151         * Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx,
3152           Source/CPack/cmCPackNSISGenerator.h: ENH: More work on NSI to
3153           improve installing and uninstalling
3155 2006-02-16 15:18  king
3157         * Source/cmGlobalUnixMakefileGenerator3.cxx,
3158           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
3159           Source/cmLocalUnixMakefileGenerator3.cxx,
3160           Source/cmMakefileExecutableTargetGenerator.cxx,
3161           Source/cmMakefileExecutableTargetGenerator.h,
3162           Source/cmMakefileLibraryTargetGenerator.cxx,
3163           Source/cmMakefileLibraryTargetGenerator.h,
3164           Source/cmSetTargetPropertiesCommand.h, Source/cmTarget.cxx,
3165           Source/cmTarget.h, Tests/SimpleInstall/CMakeLists.txt,
3166           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Implemented RPATH
3167           specification support.  It is documented by the command
3168           SET_TARGET_PROPERTIES.
3170 2006-02-16 13:42  martink
3172         * Source/cmMakefileTargetGenerator.cxx: ENH: warning fix
3174 2006-02-16 11:32  martink
3176         * Source/cmMakefileTargetGenerator.cxx: ENH: warning fix
3178 2006-02-16 10:35  hoffman
3180         * Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: ENH: fix for bug
3181           2808, use dlopen on new OSX versions
3183 2006-02-16 02:25  andy
3185         * Source/cmVersion.cxx: STYLE: Nightly Version update
3187 2006-02-15 21:26  hoffman
3189         * Modules/CMakeMSYSFindMake.cmake,
3190           Modules/CMakeMinGWFindMake.cmake,
3191           Source/cmGlobalMSYSMakefileGenerator.cxx,
3192           Source/cmGlobalMinGWMakefileGenerator.cxx: ENH: better algorithm
3193           for looking for make and gcc on msys and mingw
3195 2006-02-15 16:38  king
3197         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Use NOINHERIT
3198           macro to avoid linking to project default libraries which may not
3199           exist.
3201 2006-02-15 16:35  king
3203         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
3204           cmLocalUnixMakefileGenerator3.cxx,
3205           cmLocalUnixMakefileGenerator3.h,
3206           cmMakefileExecutableTargetGenerator.cxx,
3207           cmMakefileLibraryTargetGenerator.cxx,
3208           cmMakefileTargetGenerator.cxx,
3209           cmMakefileUtilityTargetGenerator.cxx: ENH: Cleaned up generation
3210           of symbolic rules.  Removed generation of rebuild_cache and
3211           similar rules from internal makefiles.
3213 2006-02-15 12:32  martink
3215         * Source/cmMakefileTargetGenerator.h: COMP: fix compiler warning
3217 2006-02-15 12:30  hoffman
3219         * Source/cmMakefileTargetGenerator.cxx: ENH: fix build error for
3220           mac
3222 2006-02-15 10:34  martink
3224         * bootstrap, Source/CMakeLists.txt,
3225           Source/cmGlobalUnixMakefileGenerator3.cxx,
3226           Source/cmLocalUnixMakefileGenerator3.cxx,
3227           Source/cmLocalUnixMakefileGenerator3.h,
3228           Source/cmMakefileTargetGenerator.h: ENH: some reorg of the unix
3229           makefile generator
3231 2006-02-15 10:22  king
3233         * Source/: cmCTest.cxx, cmSystemTools.cxx, cmSystemTools.h,
3234           cmake.cxx: ENH: Enable capture of output from VCExpress.exe and
3235           devenv.exe.
3237 2006-02-15 08:05  hoffman
3239         * Modules/Platform/Windows-bcc32.cmake: ENH: remove warning
3240           suppressions for borland compiler, projects wanting this should
3241           use -w-, the default warning level is used for all other
3242           compilers.  Used to be -w- -whid -waus -wpar
3244 2006-02-15 02:21  andy
3246         * Source/cmVersion.cxx: STYLE: Nightly Version update
3248 2006-02-14 22:03  hoffman
3250         * Modules/CMakeMinGWFindMake.cmake, Source/cmake.cxx: ENH: do not
3251           allow mingw makefiles to generate if sh.exe is in the path, also
3252           do not write CMakeCache.txt if there is a fatal error.
3254 2006-02-14 17:16  king
3256         * Source/: cmCMakeMinimumRequired.cxx, cmCMakeMinimumRequired.h:
3257           ENH: Added FATAL_ERROR option and fixed check to not have
3258           floating point roundoff problems.
3260 2006-02-14 16:35  king
3262         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Removed hard-coded
3263           linking to odbc32 and odbccp32.
3265 2006-02-14 16:32  king
3267         * Source/: cmGlobalVisualStudio8Generator.cxx,
3268           cmLocalVisualStudio6Generator.cxx,
3269           cmLocalVisualStudio7Generator.cxx: BUG: Avoid adding unused rules
3270           to special targets like ALL_BUILD.  Make sure project
3271           regeneration rules go only in desired targets.
3273 2006-02-14 15:35  king
3275         * Source/: cmGlobalVisualStudio71Generator.cxx,
3276           cmGlobalVisualStudio71Generator.h,
3277           cmGlobalVisualStudio7Generator.cxx,
3278           cmGlobalVisualStudio8Generator.cxx,
3279           cmGlobalVisualStudio8Generator.h: BUG: Fixed generation of VS8
3280           solution file to not be re-written when loaded by VS and to work
3281           with msbuild.
3283 2006-02-14 15:29  king
3285         * Modules/CheckTypeSize.cmake: ENH: Added
3286           CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the
3287           interface.
3289 2006-02-14 15:15  king
3291         * Tests/CustomCommand/GeneratedHeader/main.cpp: COMP: Fixed form of
3292           function main.
3294 2006-02-14 14:29  andy
3296         * Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx:
3297           ENH: Better handling of executables on windows
3299 2006-02-14 14:28  andy
3301         * Templates/CPackConfig.cmake.in: ENH: Cleanup
3303 2006-02-14 11:17  andy
3305         * Source/cmCacheManager.cxx: ENH: Report which cmake was used to
3306           generate the cache in the comment
3308 2006-02-14 10:51  hoffman
3310         * Modules/Platform/Windows-cl.cmake: ENH: fix try compile for MFC
3312 2006-02-14 10:35  martink
3314         * Source/: cmMakefileExecutableTargetGenerator.h,
3315           cmMakefileLibraryTargetGenerator.h, cmMakefileTargetGenerator.h,
3316           cmMakefileUtilityTargetGenerator.h,
3317           cmMakefileExecutableTargetGenerator.cxx,
3318           cmMakefileLibraryTargetGenerator.cxx,
3319           cmMakefileTargetGenerator.cxx,
3320           cmMakefileUtilityTargetGenerator.cxx: ENH: some cleanup of the
3321           makefile generator
3323 2006-02-14 10:28  andy
3325         * CMakeLists.txt, Modules/CPack.cmake,
3326           Source/CPack/cmCPackGenericGenerator.cxx,
3327           Source/CPack/cmCPackSTGZGenerator.cxx, Source/CPack/cpack.cxx,
3328           Templates/CPackConfig.cmake.in: ENH: Improved support for icons,
3329           random directories, etc...
3331 2006-02-14 02:14  andy
3333         * Source/cmVersion.cxx: STYLE: Nightly Version update
3335 2006-02-13 02:10  andy
3337         * Source/cmVersion.cxx: STYLE: Nightly Version update
3339 2006-02-12 02:27  andy
3341         * Source/cmVersion.cxx: STYLE: Nightly Version update
3343 2006-02-11 02:11  andy
3345         * Source/cmVersion.cxx: STYLE: Nightly Version update
3347 2006-02-10 15:45  king
3349         * Tests/CommandLineTest/CMakeLists.txt: ENH: Added test for
3350           IF(DEFINED ENV{var})(.
3352 2006-02-10 14:59  king
3354         * CMakeLists.txt: ENH: Updated patch level to 3 for special KDE
3355           release.
3357 2006-02-10 14:41  king
3359         * Source/cmIfCommand.cxx: ENH: Allow IF(DEFINED ENV{somevar}) to
3360           work.
3362 2006-02-10 14:15  king
3364         * Docs/cmake-mode.el: ENH: Added highlighting for LIST command.
3366 2006-02-10 14:11  andy
3368         * CMakeLists.txt, Source/cmCommands.cxx, Source/cmListCommand.cxx,
3369           Source/cmListCommand.h, Tests/CMakeTests/CMakeLists.txt,
3370           Tests/CMakeTests/ListTest.cmake.in: ENH: Add initial
3371           implementation of the list command
3373 2006-02-10 13:54  king
3375         * Docs/cmake-mode.el, Source/cmCommands.cxx,
3376           Source/cmInstallCommand.cxx, Source/cmInstallCommand.h,
3377           Source/cmLocalGenerator.cxx, Source/cmMakefile.h,
3378           Tests/SimpleInstall/CMakeLists.txt,
3379           Tests/SimpleInstall/InstallScript1.cmake,
3380           Tests/SimpleInstall/InstallScript2.cmake,
3381           Tests/SimpleInstallS2/CMakeLists.txt,
3382           Tests/SimpleInstallS2/InstallScript1.cmake,
3383           Tests/SimpleInstallS2/InstallScript2.cmake: ENH: Added INSTALL
3384           command as a placeholder for a future generic install
3385           specification interface.  Currently it supports only a SCRIPT
3386           option specifying a script to run during the install stage.
3388 2006-02-10 12:43  hoffman
3390         * Source/kwsys/SystemTools.cxx: ENH: fix for bug 28618, cmake.exe
3391           can not find itself
3393 2006-02-10 11:47  king
3395         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
3396           ComplexRelativePaths/CMakeLists.txt: ENH: Strengthened
3397           EXECUTE_PROCESS output check test.
3399 2006-02-10 11:46  king
3401         * Source/cmExecuteProcessCommand.cxx: ENH: Remove extra windows
3402           newline characters from process output.  Centralized text fix
3403           processing.
3405 2006-02-10 11:43  king
3407         * Source/: cmExecProgramCommand.h, cmExecuteProcessCommand.h: ENH:
3408           Mention relationship of EXECUTE_PROCESS and EXEC_PROGRAM.
3410 2006-02-10 11:41  king
3412         * Source/cmake.cxx: BUG: Fixed echo command to not print trailing
3413           space.
3415 2006-02-10 11:19  king
3417         * bootstrap: BUG: Fixed bootstrap from MSYS prompt.  It was working
3418           only when the bootstrap directory in MSYS mapped to the same
3419           directory on windows except for the drive letter in front.  Now
3420           it should work from any path.
3422 2006-02-10 10:30  hoffman
3424         * Tests/CustomCommandWorkingDirectory/: CMakeLists.txt, working.c,
3425           working.c.in: ENH: fix test to work with in source build
3427 2006-02-10 10:11  hoffman
3429         * Source/cmLocalGenerator.cxx: ENH: fix bug for single char
3430           libraries
3432 2006-02-10 09:46  andy
3434         * Modules/CheckLibraryExists.cmake: BUG: Fix
3435           CMAKE_REQUIRED_LIBRARIES stuff in this module
3437 2006-02-10 02:16  andy
3439         * Source/cmVersion.cxx: STYLE: Nightly Version update
3441 2006-02-09 23:08  hoffman
3443         * Source/cmLocalVisualStudio7Generator.cxx: ENH: bug fix for 2829
3444           better flags for idl tool
3446 2006-02-09 19:29  king
3448         * Source/cmLocalVisualStudio6Generator.cxx: COMP: Removed unused
3449           variables.
3451 2006-02-09 19:25  king
3453         * CMakeLists.txt: ENH: Updated patch level to 2 for special KDE
3454           release.
3456 2006-02-09 19:23  king
3458         * Modules/: CheckCSourceCompiles.cmake,
3459           CheckCXXSourceCompiles.cmake, CheckFunctionExists.cmake,
3460           CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake,
3461           CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
3462           CheckSymbolExists.cmake, CheckVariableExists.cmake: ENH: Made
3463           Check* modules more consistent and well documented.  Added
3464           CMAKE_REQUIRED_DEFINITIONS option.
3466 2006-02-09 19:03  king
3468         * Source/cmMakefile.cxx: BUG: Need to include empty arguments when
3469           parsing prefix/suffix lists for FindLibrary.
3471 2006-02-09 19:03  king
3473         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Adding option
3474           to return empty arguments when expanding a list.
3476 2006-02-09 18:42  king
3478         * Source/: cmLocalVisualStudio6Generator.cxx,
3479           cmLocalVisualStudio6Generator.h,
3480           cmLocalVisualStudio7Generator.cxx,
3481           cmLocalVisualStudio7Generator.h: BUG: Fixed generation of cmake
3482           re-run rules.
3484 2006-02-09 18:39  king
3486         * Tests/: Complex/Executable/complex.cxx,
3487           ComplexOneConfig/Executable/complex.cxx,
3488           ComplexRelativePaths/Executable/complex.cxx: BUG: Avoid case
3489           problems on windows.
3491 2006-02-09 17:29  king
3493         * Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
3494           BUG: Deal with case insensitivity on windows linker paths.  Also
3495           fixed spelling typo.
3497 2006-02-09 15:33  king
3499         * Modules/FindPNG.cmake: ENH: Put libpng name back because it is
3500           needed for plain windows.
3502 2006-02-09 15:08  king
3504         * Modules/: FindJPEG.cmake, FindPNG.cmake, FindTIFF.cmake,
3505           FindZLIB.cmake: ENH: Removing platform-specific name hacks now
3506           that FIND_LIBRARY handles it.
3508 2006-02-09 15:05  king
3510         * Modules/CMakeGenericSystem.cmake, Modules/Platform/CYGWIN.cmake,
3511           Modules/Platform/Darwin.cmake, Modules/Platform/HP-UX.cmake,
3512           Modules/Platform/Windows-bcc32.cmake,
3513           Modules/Platform/Windows-gcc.cmake,
3514           Modules/Platform/Windows.cmake, Source/cmMakefile.cxx: ENH: Added
3515           platform settings CMAKE_FIND_LIBRARY_PREFIXES and
3516           CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for
3517           libraries.
3519 2006-02-09 14:28  king
3521         * Modules/CheckSymbolExists.cmake: ENH: Pay attention to
3522           CMAKE_REQUIRED_INCLUDES.
3524 2006-02-09 14:18  king
3526         * Modules/Platform/Windows-g++.cmake: BUG: Need Windows-g++.cmake
3527           module to support C++-only projects on Windows.
3529 2006-02-09 13:48  king
3531         * Modules/CMakeCXXCompiler.cmake.in: BUG: Need to duplicate some
3532           information from CMakeCCompiler to support C++-only projects.
3534 2006-02-09 13:14  king
3536         * Modules/: CheckCSourceCompiles.cmake,
3537           CheckCXXSourceCompiles.cmake, CheckIncludeFiles.cmake: ENH: Patch
3538           from Alexander Neundorf to improve behavior.
3540 2006-02-09 12:04  king
3542         * Modules/: FindJPEG.cmake, FindPNG.cmake, FindTIFF.cmake,
3543           FindZLIB.cmake: ENH: Added names for gnuwin32 library versions.
3545 2006-02-09 09:34  david.cole
3547         * Utilities/cmtar/wrapper.c: COMP: Last (?) fix for dashboard
3548           warning.
3550 2006-02-09 02:17  andy
3552         * Source/cmVersion.cxx: STYLE: Nightly Version update
3554 2006-02-08 15:37  hoffman
3556         * Source/: cmAddCustomCommandCommand.cxx,
3557           cmAddCustomTargetCommand.cxx, cmVTKWrapJavaCommand.cxx: ENH: fix
3558           broken tests
3560 2006-02-08 14:12  hoffman
3562         * Source/: CMakeLists.txt, cmGlobalXCodeGenerator.cxx: ENH: working
3563           directory working for XCode
3565 2006-02-08 12:01  king
3567         * Source/: cmLocalVisualStudio6Generator.cxx,
3568           cmLocalVisualStudio6Generator.h: ENH: Enabled new
3569           WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and
3570           ADD_CUSTOM_TARGET on VS 6 generator.
3572 2006-02-08 11:33  hoffman
3574         * Tests/CustomCommandWorkingDirectory/: CMakeLists.txt,
3575           customTarget.c, working.c: ENH: add test for working directory of
3576           custom command and target
3578 2006-02-08 10:58  hoffman
3580         * Modules/CMakeFortranInformation.cmake, Source/CMakeLists.txt,
3581           Source/cmAddCustomCommandCommand.cxx,
3582           Source/cmAddCustomCommandCommand.h,
3583           Source/cmAddCustomTargetCommand.cxx,
3584           Source/cmAddCustomTargetCommand.h, Source/cmCPluginAPI.cxx,
3585           Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
3586           Source/cmFLTKWrapUICommand.cxx, Source/cmGlobalGenerator.cxx,
3587           Source/cmGlobalVisualStudio6Generator.cxx,
3588           Source/cmGlobalVisualStudio7Generator.cxx,
3589           Source/cmGlobalVisualStudio8Generator.cxx,
3590           Source/cmGlobalXCodeGenerator.cxx,
3591           Source/cmIncludeExternalMSProjectCommand.cxx,
3592           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
3593           Source/cmLocalUnixMakefileGenerator3.cxx,
3594           Source/cmLocalVisualStudio6Generator.cxx,
3595           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
3596           Source/cmMakefile.h, Source/cmQTWrapCPPCommand.cxx,
3597           Source/cmQTWrapUICommand.cxx, Source/cmVTKWrapJavaCommand.cxx:
3598           ENH: add working directory support
3600 2006-02-08 10:13  king
3602         * CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
3603           ENH: Added option BUILD_CursesDialog if curses is found.  This
3604           allows people to disable building the dialog even when curses is
3605           found.
3607 2006-02-08 09:51  king
3609         * Modules/FindQt4.cmake: BUG: Fixed qt version message.  Submitted
3610           by Tanner Lovelace.
3612 2006-02-08 07:17  andy
3614         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: COMP: Fix
3615           problem with STL on HP, and fix reusing the same variable in for
3616           loops
3618 2006-02-08 02:50  andy
3620         * Source/cmVersion.cxx: STYLE: Nightly Version update
3622 2006-02-07 17:10  king
3624         * Modules/Platform/Windows-cl.cmake: ENH: Adding definition of MSVC
3625           when it is the compiler.
3627 2006-02-07 17:09  king
3629         * Source/cmMakefile.cxx: BUG: Fixed finding of MinGW libraries with
3630           a windows build of CMake.
3632 2006-02-07 12:53  andy
3634         * Source/CPack/cpack.cxx: ENH: Add missing help for -C option
3636 2006-02-07 11:43  andy
3638         * Source/kwsys/SystemTools.cxx: COMP: Fix compile problem on
3639           windows and mac
3641 2006-02-07 10:43  andy
3643         * Source/kwsys/SystemTools.cxx: COMP: Fix build problem
3645 2006-02-07 10:23  andy
3647         * Source/: cmSystemTools.cxx, cmSystemTools.h,
3648           kwsys/SystemTools.cxx, kwsys/SystemTools.hxx.in: ENH: Move
3649           relative path to kwsys
3651 2006-02-07 10:11  king
3653         * bootstrap, Source/cmStandardIncludes.h,
3654           Source/kwsys/CMakeLists.txt, Source/kwsys/String.hxx.in: ENH:
3655           Added kwsys::String class to shorten debugging symbols and error
3656           messages involving std::string.
3658 2006-02-07 09:25  malaterre
3660         * Source/kwsys/SystemTools.hxx.in: ENH: Add some doc for visible
3661           class
3663 2006-02-07 08:49  andy
3665         * Source/: cmCTest.cxx, cmListFileCache.cxx, cmListFileCache.h,
3666           cmMakefile.cxx, cmTryCompileCommand.cxx, cmTryRunCommand.cxx,
3667           cmakemain.cxx, ctest.cxx, CTest/cmCTestBuildAndTestHandler.cxx,
3668           MFCDialog/CMakeSetupDialog.cpp: ENH: Since list file cache does
3669           not make much sense any more (because of proper list file
3670           parsing), and it actually adds unnecessary complications and make
3671           ctest scripting not work, take it out
3673 2006-02-07 08:03  david.cole
3675         * Utilities/cmtar/wrapper.c: COMP: Fix next round of dashboard
3676           warnings.
3678 2006-02-07 02:06  andy
3680         * Source/cmVersion.cxx: STYLE: Nightly Version update
3682 2006-02-06 16:32  hoffman
3684         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: allow for - in the
3685           name of targets for nmake
3687 2006-02-06 09:31  david.cole
3689         * Utilities/cmtar/: extract.c, output.c, wrapper.c: COMP: Fix CMake
3690           dashboard warnings related to previous revisions.
3692 2006-02-06 02:11  andy
3694         * Source/cmVersion.cxx: STYLE: Nightly Version update
3696 2006-02-05 02:06  andy
3698         * Source/cmVersion.cxx: STYLE: Nightly Version update
3700 2006-02-04 02:19  andy
3702         * Source/cmVersion.cxx: STYLE: Nightly Version update
3704 2006-02-03 18:08  king
3706         * CMakeLists.txt: ENH: Incremented patch version for special KDE
3707           release.
3709 2006-02-03 17:09  king
3711         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
3712           ComplexRelativePaths/CMakeLists.txt: ENH: Added test for new
3713           EXECUTE_PROCESS command.
3715 2006-02-03 16:55  king
3717         * Docs/cmake-mode.el: ENH: Adding new EXECUTE_PROCESS command that
3718           interfaces to KWSys Process Execution.
3720 2006-02-03 16:51  king
3722         * Source/: cmCommands.cxx, cmExecuteProcessCommand.cxx,
3723           cmExecuteProcessCommand.h: ENH: Adding new EXECUTE_PROCESS
3724           command that interfaces to KWSys Process Execution.
3726 2006-02-03 12:03  king
3728         * Source/cmGlobalXCodeGenerator.h: COMP: Added missing method decl
3729           to header.
3731 2006-02-03 11:48  david.cole
3733         * Utilities/cmtar/: decode.c, extract.c, output.c, wrapper.c: BUG:
3734           Fix mem leaks related to th_get_pathname. Change this
3735           implementation of th_get_pathname so that it *always* returns a
3736           strdup'ed value. Callers must now free non-NULL returns from
3737           th_get_pathname. Change all callers to call free appropriately.
3739 2006-02-03 11:36  king
3741         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
3742           cmGlobalVisualStudio6Generator.cxx,
3743           cmGlobalVisualStudio6Generator.h,
3744           cmGlobalVisualStudio7Generator.cxx,
3745           cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
3746           cmTarget.cxx: BUG: Fixed cmTarget::GetFullPath to not append the
3747           configuration name when only one configuration is built.  It now
3748           asks the generator what subdirectory if any to use for a given
3749           configuration name.
3751 2006-02-03 02:29  andy
3753         * Source/cmVersion.cxx: STYLE: Nightly Version update
3755 2006-02-02 20:18  king
3757         * CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
3758           COMP: Fixed build on VC++ Express 2005.  Explicitly testing for
3759           MFC to determine whether to build the MFCDialog.
3761 2006-02-02 20:16  king
3763         * Modules/CMakeGenericSystem.cmake: BUG: CMAKE_INSTALL_PREFIX must
3764           always have forward slashes.
3766 2006-02-02 20:15  king
3768         * Modules/Platform/Windows-cl.cmake: BUG: Removed odbc32.lib and
3769           odbccp32.lib from standard libraries on VS 8 because VC++ Express
3770           2005 does not have them.  They are SQL database access libraries
3771           and should not be needed for every application.  User code can
3772           always explicitly link the library.  Also replacing deprecated
3773           /GZ option with /RTC1 for VS 8.  This addresses bug#2795.
3775 2006-02-02 15:53  david.cole
3777         * Utilities/cmtar/filesystem.c: BUG: Fix memory leak in libtar's
3778           kwReadDir. Use a static buffer like readdir (probably) does
3779           rather than malloc-ing a block which never gets free-d.
3781 2006-02-02 03:30  andy
3783         * Source/cmVersion.cxx: STYLE: Nightly Version update
3785 2006-02-01 02:24  andy
3787         * Source/cmVersion.cxx: STYLE: Nightly Version update
3789 2006-01-31 19:34  king
3791         * Source/: CMakeLists.txt, cmake.cxx: ENH: Enabled build of VS 7
3792           and 8 generators for MinGW.
3794 2006-01-31 18:50  king
3796         * bootstrap, Source/cmake.cxx: ENH: Enabled bootstrapping with
3797           MinGW from an MSYS prompt.
3799 2006-01-31 10:46  king
3801         * Source/cmGetFilenameComponentCommand.cxx: BUG: ABSOLUTE option
3802           should evaluate relative paths with respect to
3803           CMAKE_CURRENT_SOURCE_DIR.  This addresses bug#2797.
3805 2006-01-31 05:09  andy
3807         * Source/cmVersion.cxx: STYLE: Nightly Version update
3809 2006-01-30 14:25  martink
3811         * Source/: cmLocalUnixMakefileGenerator3.cxx,
3812           cmLocalUnixMakefileGenerator3.h: ENH: more cleanup and removal of
3813           old code
3815 2006-01-30 13:57  martink
3817         * Source/: cmLocalUnixMakefileGenerator3.cxx,
3818           cmLocalUnixMakefileGenerator3.h: ENH: cleanup and remove some old
3819           code
3821 2006-01-30 02:15  andy
3823         * Source/cmVersion.cxx: STYLE: Nightly Version update
3825 2006-01-29 02:06  andy
3827         * Source/cmVersion.cxx: STYLE: Nightly Version update
3829 2006-01-28 01:38  andy
3831         * Source/cmVersion.cxx: STYLE: Nightly Version update
3833 2006-01-27 18:20  king
3835         * Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.h,
3836           cmFindPathCommand.cxx, cmFindPathCommand.h, cmMakefile.cxx,
3837           cmMakefile.h: ENH: Improved support for user-configured search
3838           paths.  Paths given in the CMAKE_LIBRARY_PATH cmake variable are
3839           searched first, then those in the CMAKE_LIBRARY_PATH environment
3840           variable, then those listed in the call to the FIND_LIBRARY
3841           command and finally those listed in the PATH environment
3842           variable.  The support is similar for finding include files with
3843           FIND_PATH, but the variable is CMAKE_INCLUDE_PATH.
3845 2006-01-27 13:48  king
3847         * Source/: cmLocalVisualStudio7Generator.cxx,
3848           cmLocalVisualStudio7Generator.h: BUG: VS7 generator should use
3849           per-configuration linker flags for targets.  This addresses
3850           bug#2765.
3852 2006-01-27 13:46  andy
3854         * Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
3855           ENH: Better handle interleved error/output
3857 2006-01-27 13:07  king
3859         * Modules/readme.txt, Source/cmFindPackageCommand.cxx,
3860           Source/cmFindPackageCommand.h: ENH: Added optional component list
3861           to the REQUIRED option of the FIND_PACKAGE command.  This
3862           addresses bug#2771.
3864 2006-01-27 12:58  martink
3866         * Source/cmOptionCommand.h: STYLE: spelling fix
3868 2006-01-27 12:58  martink
3870         * Source/cmMessageCommand.h: STYLE: grammer fix
3872 2006-01-27 11:19  hoffman
3874         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: add extra thing for
3875           svn X status output
3877 2006-01-27 01:36  andy
3879         * Source/cmVersion.cxx: STYLE: Nightly Version update
3881 2006-01-26 01:21  andy
3883         * Source/cmVersion.cxx: STYLE: Nightly Version update
3885 2006-01-25 14:12  hoffman
3887         * Source/cmTryCompileCommand.cxx: ENH: fix double
3888           CMAKE_(LANG)_FLAGS problem in try compile
3890 2006-01-25 12:16  hoffman
3892         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: change to fatal error
3894 2006-01-25 11:41  hoffman
3896         * Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
3897           CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
3898           CMakeDetermineFortranCompiler.cmake,
3899           CMakeDetermineJavaCompiler.cmake, CMakeDetermineRCCompiler.cmake:
3900           ENH: fix more than one argument passed in to compilers via
3901           environment
3903 2006-01-25 11:07  hoffman
3905         * Source/: cmMessageCommand.cxx, cmMessageCommand.h: ENH: fix docs,
3906           and revert fatal error change
3908 2006-01-25 08:39  hoffman
3910         * Source/cmMessageCommand.cxx: ENH: make all errors fatal in
3911           message command
3913 2006-01-25 08:38  hoffman
3915         * Source/cmGlobalXCodeGenerator.cxx,
3916           Source/cmGlobalXCodeGenerator.h,
3917           Source/cmLocalUnixMakefileGenerator3.cxx,
3918           Source/cmLocalVisualStudio6Generator.cxx,
3919           Source/cmLocalVisualStudio7Generator.cxx,
3920           Tests/Complex/Executable/CMakeLists.txt,
3921           Tests/Complex/Executable/complex.cxx,
3922           Tests/Complex/Executable/testcflags.c,
3923           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
3924           Tests/ComplexOneConfig/Executable/complex.cxx,
3925           Tests/ComplexOneConfig/Executable/testcflags.c,
3926           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
3927           Tests/ComplexRelativePaths/Executable/complex.cxx,
3928           Tests/ComplexRelativePaths/Executable/testcflags.c: ENH: add
3929           COMPILE_FLAGS to targets
3931 2006-01-25 00:57  andy
3933         * Source/cmVersion.cxx: STYLE: Nightly Version update
3935 2006-01-24 22:20  hoffman
3937         * Source/MFCDialog/PathDialog.cpp: ENH: do not force users to
3938           create paths
3940 2006-01-24 15:48  hoffman
3942         * Source/cmStandardIncludes.h: ENH: fix for borland memcpy junk
3944 2006-01-24 12:07  andy
3946         * Modules/CheckCXXSourceCompiles.cmake: ENH: fix bug, write the
3947           correct file
3949 2006-01-24 07:58  hoffman
3951         * Source/cmLocalGenerator.cxx: COMP: fix warning
3953 2006-01-24 00:57  andy
3955         * Source/cmVersion.cxx: STYLE: Nightly Version update
3957 2006-01-23 17:24  hoffman
3959         * Source/cmLocalGenerator.cxx: ENH: fix warning
3961 2006-01-23 16:36  martink
3963         * Source/kwsys/SystemTools.cxx: ENH: by Bill make sure path is unix
3964           style
3966 2006-01-23 13:50  hoffman
3968         * Source/: CMakeLists.txt, cmGlobalWatcomWMakeGenerator.cxx,
3969           cmLocalGenerator.cxx: ENH: fix problem with watcom and short
3970           paths and -I
3972 2006-01-23 12:31  hoffman
3974         * Source/cmDepends.cxx: ENH: correct include for memcpy
3976 2006-01-23 11:32  hoffman
3978         * Modules/Platform/kFreeBSD.cmake: ENH: add kFreeBSD support
3980 2006-01-23 00:51  andy
3982         * Source/cmVersion.cxx: STYLE: Nightly Version update
3984 2006-01-22 21:15  hoffman
3986         * Modules/CheckTypeSize.cmake: ENH: fix check type size
3988 2006-01-22 00:47  andy
3990         * Source/cmVersion.cxx: STYLE: Nightly Version update
3992 2006-01-21 00:51  andy
3994         * Source/cmVersion.cxx: STYLE: Nightly Version update
3996 2006-01-20 01:01  andy
3998         * Source/cmVersion.cxx: STYLE: Nightly Version update
4000 2006-01-19 00:57  andy
4002         * Source/cmVersion.cxx: STYLE: Nightly Version update
4004 2006-01-18 00:47  andy
4006         * Source/cmVersion.cxx: STYLE: Nightly Version update
4008 2006-01-17 16:53  hoffman
4010         * Source/kwsys/SystemTools.hxx.in: ENH: fix for icc
4012 2006-01-17 16:22  martink
4014         * Utilities/cmcurl/CMake/CheckTypeSize.cmake: BUG: revert such that
4015           it should work
4017 2006-01-17 14:35  hoffman
4019         * Tests/: Complex/Executable/CMakeLists.txt,
4020           ComplexOneConfig/Executable/CMakeLists.txt,
4021           ComplexRelativePaths/Executable/CMakeLists.txt: ENH: more fixes
4022           for watcom
4024 2006-01-17 10:21  hoffman
4026         * Modules/CMakeBackwardCompatibilityCXX.cmake,
4027           Modules/CMakeFindWMake.cmake, Modules/TestForSSTREAM.cmake,
4028           Modules/TestForSSTREAM.cxx, Modules/readme.txt,
4029           Modules/Platform/Windows-wcl386.cmake, Source/CMakeLists.txt,
4030           Source/cmCPluginAPI.cxx, Source/cmCPluginAPI.h,
4031           Source/cmGlobalUnixMakefileGenerator3.cxx,
4032           Source/cmGlobalWatcomWMakeGenerator.cxx,
4033           Source/cmGlobalWatcomWMakeGenerator.h,
4034           Source/cmLocalUnixMakefileGenerator3.cxx,
4035           Source/cmLocalUnixMakefileGenerator3.h, Source/cmStringCommand.h,
4036           Source/cmake.cxx, Source/kwsys/Directory.cxx,
4037           Source/kwsys/EncodeExecutable.c, Source/kwsys/Glob.cxx,
4038           Source/kwsys/ProcessWin32.c, Source/kwsys/Registry.cxx,
4039           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
4040           Source/kwsys/kwsysPlatformCxxTests.cxx,
4041           Source/kwsys/testRegistry.cxx,
4042           Tests/Complex/cmTestConfigure.h.in,
4043           Tests/Complex/Executable/CMakeLists.txt,
4044           Tests/Complex/Executable/complex.cxx,
4045           Tests/ComplexOneConfig/cmTestConfigure.h.in,
4046           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
4047           Tests/ComplexOneConfig/Executable/complex.cxx,
4048           Tests/ComplexRelativePaths/cmTestConfigure.h.in,
4049           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
4050           Tests/ComplexRelativePaths/Executable/complex.cxx,
4051           Tests/LoadCommand/CMakeCommands/CMakeLists.txt,
4052           Tests/LoadCommand/CMakeCommands/cmTestCommand.c,
4053           Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
4054           Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c,
4055           Tests/SubDir/CMakeLists.txt,
4056           Tests/SubDir/vcl_algorithm_vcl_pair_double.foo.c,
4057           Tests/SubDir/AnotherSubdir/pair_int.int.c,
4058           Tests/SubDir/ThirdSubDir/pair_int.int1.c,
4059           Utilities/cmcurl/CMakeLists.txt, Utilities/cmcurl/timeval.h,
4060           Utilities/cmcurl/CMake/CheckTypeSize.c.in,
4061           Utilities/cmcurl/CMake/CheckTypeSize.cmake,
4062           Utilities/cmcurl/Platforms/WindowsCache.cmake,
4063           Utilities/cmtar/handle.c, Utilities/cmtar/libtar.c: ENH: add
4064           support for watcom wmake and wcl386
4066 2006-01-17 09:27  hoffman
4068         * Modules/Platform/Windows-cl.cmake: ENH: correct standard
4069           libraries
4071 2006-01-17 00:46  andy
4073         * Source/cmVersion.cxx: STYLE: Nightly Version update
4075 2006-01-16 12:54  yogi.girdhar
4077         * Utilities/cmtar/compat/compat.h: COMP: wrapped compat.h inside a
4078           extern C block so that we can use it in C++ code
4080 2006-01-16 00:42  andy
4082         * Source/cmVersion.cxx: STYLE: Nightly Version update
4084 2006-01-15 00:43  andy
4086         * Source/cmVersion.cxx: STYLE: Nightly Version update
4088 2006-01-14 10:27  king
4090         * Source/cmGlobalXCodeGenerator.cxx: COMP: Fixed shadowed variable
4091           warning.
4093 2006-01-14 00:42  andy
4095         * Source/cmVersion.cxx: STYLE: Nightly Version update
4097 2006-01-13 20:51  king
4099         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
4100           cmLocalUnixMakefileGenerator3.cxx,
4101           cmLocalUnixMakefileGenerator3.h: ENH: Further centralized custom
4102           command dependency computation.  Custom command dependencies in
4103           the source tree may now also be specified relative to the source
4104           directory.
4106 2006-01-13 19:36  king
4108         * Source/cmFLTKWrapUICommand.cxx: BUG: Removed bogust dependency.
4110 2006-01-13 19:35  king
4112         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: COMP: Removed
4113           unused variables.
4115 2006-01-13 18:33  king
4117         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
4118           cmLocalUnixMakefileGenerator3.cxx: COMP: Removed unused paramter
4119           from cmLocalGenerator::OutputLinkLibraries.
4121 2006-01-13 18:18  king
4123         * Source/cmFileCommand.cxx, Source/cmGlobalGenerator.h,
4124           Source/cmGlobalVisualStudio6Generator.cxx,
4125           Source/cmGlobalVisualStudio71Generator.cxx,
4126           Source/cmGlobalVisualStudio7Generator.cxx,
4127           Source/cmGlobalVisualStudio7Generator.h,
4128           Source/cmGlobalXCodeGenerator.cxx,
4129           Source/cmGlobalXCodeGenerator.h,
4130           Source/cmLinkLibrariesCommand.cxx, Source/cmLocalGenerator.cxx,
4131           Source/cmLocalGenerator.h,
4132           Source/cmLocalUnixMakefileGenerator3.cxx,
4133           Source/cmLocalUnixMakefileGenerator3.h,
4134           Source/cmLocalVisualStudio6Generator.cxx,
4135           Source/cmLocalVisualStudio7Generator.cxx,
4136           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
4137           Source/cmOrderLinkDirectories.cxx,
4138           Source/cmOrderLinkDirectories.h, Source/cmTarget.cxx,
4139           Source/cmTarget.h, Source/cmTargetLinkLibrariesCommand.cxx,
4140           Source/cmTargetLinkLibrariesCommand.h, Source/cmXCodeObject.h,
4141           Source/CTest/cmCTestBuildAndTestHandler.cxx,
4142           Tests/Complex/Executable/complex.cxx,
4143           Tests/ComplexOneConfig/Executable/complex.cxx,
4144           Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Sweeping
4145           changes to cleanup computation of target names.  This should fix
4146           many bugs related to target names being computed inconsistently.
4148           - Centralized computation of a target's file name to a method in
4149            cmTarget.  Now that global knowledge is always available the
4150           *_CMAKE_PATH cache variables are no longer needed.
4152           - Centralized computation of link library command lines and link
4153            directory search order.
4155           - Moved computation of link directories needed to link CMake
4156           targets   to be after evaluation of linking dependencies.
4158           This also removed alot of duplicate code in which each version
4159           had its own bugs.
4161           This commit is surrounded by the tags
4163             CMake-TargetNameCentralization1-pre
4165           and
4167             CMake-TargetNameCentralization1-post
4169           so make the large set of changes easy to identify.
4171 2006-01-13 11:44  hoffman
4173         * Source/cmTryCompileCommand.cxx,
4174           Utilities/cmcurl/CMake/CheckTypeSize.cmake,
4175           Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: fix for
4176           CMakeTmp move broken stuff
4178 2006-01-13 09:57  hoffman
4180         * Modules/: CheckTypeSize.c.in, CheckTypeSize.cmake: ENH: fix
4181           checktypesize
4183 2006-01-13 00:43  andy
4185         * Source/cmVersion.cxx: STYLE: Nightly Version update
4187 2006-01-12 23:08  hoffman
4189         * Modules/: CheckTypeSize.c.in, CheckTypeSize.cmake: ENH: move
4190           define into configured file and do not use the command line
4192 2006-01-12 14:21  andy
4194         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h:
4195           COMP: Remove warning
4197 2006-01-12 13:48  martink
4199         * Modules/CMakeTestCCompiler.cmake,
4200           Modules/CMakeTestCXXCompiler.cmake,
4201           Modules/CMakeTestFortranCompiler.cmake,
4202           Modules/CheckCSourceCompiles.cmake,
4203           Modules/CheckCXXSourceCompiles.cmake,
4204           Modules/CheckIncludeFile.cmake,
4205           Modules/CheckIncludeFileCXX.cmake,
4206           Modules/CheckIncludeFiles.cmake, Modules/CheckSymbolExists.cmake,
4207           Modules/CheckTypeSize.cmake, Modules/FindSDL_sound.cmake,
4208           Modules/Platform/Windows-cl.cmake,
4209           Source/cmTryCompileCommand.cxx, Source/cmTryCompileCommand.h,
4210           Source/cmTryRunCommand.cxx,
4211           Source/CTest/Curl/CMake/CheckTypeSize.cmake,
4212           Utilities/cmcurl/CMake/CheckTypeSize.cmake,
4213           Tests/TryCompile/CMakeLists.txt,
4214           Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: put
4215           CmakeTmp into CMakeFiles
4217 2006-01-12 11:10  hoffman
4219         * Modules/FindwxWindows.cmake: ENH: contribution from Jan Woetzel
4221 2006-01-12 09:20  andy
4223         * Source/cmGeneratedFileStream.cxx: COMP: Fix compile error that
4224           was caused by the binary flag
4226 2006-01-12 00:40  andy
4228         * Source/cmVersion.cxx: STYLE: Nightly Version update
4230 2006-01-11 19:12  andy
4232         * Source/CPack/cmCPackTGZGenerator.cxx: ENH: Fix compression on
4233           Windows
4235 2006-01-11 19:06  andy
4237         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
4238           Add support for binary
4240 2006-01-11 11:23  andy
4242         * Source/CPack/cmCPackGenericGenerator.cxx: ENH: Add a way to
4243           specify a custom install command
4245 2006-01-11 11:08  andy
4247         * CMakeLists.txt, Modules/CPack.cmake, Modules/NSIS.template.in,
4248           Source/CPack/cmCPackGenericGenerator.cxx,
4249           Templates/CPackConfig.cmake.in: ENH: Some improvements: specify
4250           link, copy msvc libraries, fix install directory
4252 2006-01-11 00:42  andy
4254         * Source/cmVersion.cxx: STYLE: Nightly Version update
4256 2006-01-10 12:05  andy
4258         * Source/CPack/: cmCPackConfigure.h.in, cmCPackNSISGenerator.cxx,
4259           cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.h: COMP:
4260           Remove legacy code and fix sun build
4262 2006-01-10 00:44  andy
4264         * Source/cmVersion.cxx: STYLE: Nightly Version update
4266 2006-01-09 18:24  andy
4268         * Modules/NSIS.template.in,
4269           Source/CPack/cmCPackGenericGenerator.cxx: ENH: Use specified
4270           output file name, also detect errors during install
4272 2006-01-09 18:20  andy
4274         * Templates/CPackConfig.cmake.in: ENH: Pass CPACK_PACKAGE_FILE_NAME
4276 2006-01-09 18:20  andy
4278         * Modules/CPack.cmake: ENH: Cleanup
4280 2006-01-09 16:34  andy
4282         * Modules/NSIS.template.in: BUG: Allow spaces in path
4284 2006-01-09 14:56  hoffman
4286         * Tests/CustomCommand/GeneratedHeader/: CMakeLists.txt,
4287           generated.h.in, main.cpp: ENH: add test for generated header
4289 2006-01-09 14:40  hoffman
4291         * Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
4292           Source/cmLocalVisualStudio6Generator.cxx,
4293           Source/cmLocalVisualStudio7Generator.cxx, Source/cmTarget.cxx,
4294           Tests/CustomCommand/CMakeLists.txt,
4295           Tests/Wrapping/CMakeLists.txt, Tests/Wrapping/fakefluid.cxx: ENH:
4296           for all custom commands that can not be given to a target, add
4297           them to all targets in the current makefile
4299 2006-01-09 13:15  andy
4301         * CMakeLists.txt: STYLE: Add an explanation for a bunch of
4302           backslashes
4304 2006-01-09 13:14  andy
4306         * Source/CPack/cmCPackTGZGenerator.cxx: BUG: Fix memory problem
4308 2006-01-09 12:46  hoffman
4310         * Utilities/Release/: Release.cmake, cmake_release.sh.in: ENH:
4312 2006-01-09 12:45  hoffman
4314         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: add qt quiet stuff
4316 2006-01-09 11:26  andy
4318         * CMakeLists.txt, Modules/CPack.cmake,
4319           Source/CPack/cmCPackGenericGenerator.cxx,
4320           Templates/CPackConfig.cmake.in: ENH: Fix test for cpack
4321           variables, add support for icon on windows
4323 2006-01-09 00:41  andy
4325         * Source/cmVersion.cxx: STYLE: Nightly Version update
4327 2006-01-08 00:41  andy
4329         * Source/cmVersion.cxx: STYLE: Nightly Version update
4331 2006-01-07 00:43  andy
4333         * Source/cmVersion.cxx: STYLE: Nightly Version update
4335 2006-01-06 15:51  hoffman
4337         * Modules/: CMakeMSYSFindMake.cmake, CMakeMinGWFindMake.cmake,
4338           Platform/Linux-icpc.cmake: ENH: merge from main tree
4340 2006-01-06 15:51  hoffman
4342         * Source/: cmGlobalMSYSMakefileGenerator.cxx,
4343           cmGlobalMSYSMakefileGenerator.h,
4344           cmGlobalMinGWMakefileGenerator.cxx,
4345           cmGlobalMinGWMakefileGenerator.h: ENH: add missing files
4347 2006-01-06 15:07  hoffman
4349         * CMakeLists.txt, ChangeLog.manual,
4350           Modules/CMakeDetermineCCompiler.cmake,
4351           Modules/CMakeGenericSystem.cmake,
4352           Modules/Platform/CYGWIN-g77.cmake, Modules/Platform/CYGWIN.cmake,
4353           Modules/Platform/Windows-cl.cmake,
4354           Modules/Platform/Windows-g77.cmake,
4355           Modules/Platform/Windows-gcc.cmake,
4356           Modules/Platform/Windows.cmake, Source/CMakeLists.txt,
4357           Source/cmAddExecutableCommand.cxx, Source/cmCTest.cxx,
4358           Source/cmDependsC.cxx, Source/cmDependsC.h,
4359           Source/cmFindFileCommand.cxx, Source/cmFindFileCommand.h,
4360           Source/cmFindPathCommand.cxx, Source/cmFindPathCommand.h,
4361           Source/cmGlobalBorlandMakefileGenerator.cxx,
4362           Source/cmGlobalNMakeMakefileGenerator.cxx,
4363           Source/cmGlobalUnixMakefileGenerator3.cxx,
4364           Source/cmGlobalXCodeGenerator.cxx,
4365           Source/cmGlobalXCodeGenerator.h, Source/cmLocalGenerator.cxx,
4366           Source/cmLocalGenerator.h,
4367           Source/cmLocalUnixMakefileGenerator3.cxx,
4368           Source/cmLocalUnixMakefileGenerator3.h, Source/cmMakefile.cxx,
4369           Source/cmMakefile.h, Source/cmOrderLinkDirectories.cxx,
4370           Source/cmOrderLinkDirectories.h, Source/cmSystemTools.cxx,
4371           Source/cmSystemTools.h, Source/cmTarget.cxx, Source/cmTarget.h,
4372           Source/cmake.cxx, Source/CTest/cmCTestBuildAndTestHandler.cxx,
4373           Source/kwsys/ProcessUNIX.c, Source/kwsys/SystemTools.cxx,
4374           Source/kwsys/SystemTools.hxx.in, Tests/Complex/CMakeLists.txt,
4375           Tests/Complex/cmTestConfigure.h.in,
4376           Tests/Complex/Executable/complex.cxx,
4377           Tests/ComplexOneConfig/CMakeLists.txt,
4378           Tests/ComplexOneConfig/cmTestConfigure.h.in,
4379           Tests/ComplexOneConfig/Executable/complex.cxx,
4380           Tests/ComplexRelativePaths/CMakeLists.txt,
4381           Tests/ComplexRelativePaths/cmTestConfigure.h.in,
4382           Tests/ComplexRelativePaths/Executable/complex.cxx,
4383           Tests/CustomCommand/CMakeLists.txt,
4384           Utilities/Release/cmake_release.sh,
4385           Utilities/Release/cmake_release.sh.in: ENH: merges from main tree
4387 2006-01-06 13:54  hoffman
4389         * Source/cmGlobalXCodeGenerator.cxx: ENH: fix missing plist file
4390           error
4392 2006-01-06 10:45  andy
4394         * Utilities/cmtar/compat/snprintf.c: COMP: Try to remove more
4395           warnings
4397 2006-01-06 00:43  andy
4399         * Source/cmVersion.cxx: STYLE: Nightly Version update
4401 2006-01-05 17:16  king
4403         * Source/: cmDependsC.cxx, cmDependsC.h: BUG: Fix for scanning
4404           generated headers included with double-quotes.  Also fixed
4405           double-quote include support to not use the special quoted
4406           location when a full path is given on the include line.
4408 2006-01-05 15:49  king
4410         * Source/kwsys/testProcess.c: ENH: Added special test 0 to just run
4411           a given command line.
4413 2006-01-05 13:27  andy
4415         * Source/CPack/: cmCPackGenericGenerator.cxx, cpack.cxx: ENH: More
4416           debugging and work on PackageMaker code
4418 2006-01-05 13:25  yogi.girdhar
4420         * Utilities/cmtar/: config.h.in, libtar.c: BUG: libtar now compiles
4421           in VJ and works with vtkzlib
4423 2006-01-05 12:33  andy
4425         * Source/CPack/cmCPackLog.cxx: ENH: flush the output
4427 2006-01-05 12:16  andy
4429         * Source/CPack/cpack.cxx: BUG: Use objects that exist
4431 2006-01-05 12:16  andy
4433         * Source/CPack/cmCPackLog.cxx: BUG: Print the right line number to
4434           the right pipe
4436 2006-01-05 10:37  andy
4438         * Source/CPack/cmCPackPackageMakerGenerator.cxx: BUG: Revert back
4440 2006-01-05 09:18  hoffman
4442         * CMakeLists.txt: ENH: use a safer check for CPack
4444 2006-01-05 09:13  hoffman
4446         * Source/: cmAddExecutableCommand.cxx, cmGlobalXCodeGenerator.cxx,
4447           cmLocalUnixMakefileGenerator3.cxx, cmMakefile.cxx: ENH: fix
4448           bundles for Mac and Xcode
4450 2006-01-05 03:15  andy
4452         * Source/cmVersion.cxx: STYLE: Nightly Version update
4454 2006-01-04 16:24  hoffman
4456         * Source/CPack/cmCPackTGZGenerator.cxx: ENH: remove assert
4458 2006-01-04 15:13  andy
4460         * CMakeLists.txt, Modules/CPack.Description.plist.in,
4461           Modules/NSIS.template.in,
4462           Source/CPack/cmCPackGenericGenerator.cxx,
4463           Source/CPack/cmCPackSTGZGenerator.cxx,
4464           Source/CPack/cmCPackTGZGenerator.cxx, Source/CPack/cpack.cxx,
4465           Modules/CPack.cmake, Templates/CPackConfig.cmake.in: ENH: More
4466           CPack stuff and fix zlib compression
4468 2006-01-04 09:55  hoffman
4470         * Source/cmFindPathCommand.cxx: ENH: remove debug print stuff
4472 2006-01-04 08:32  andy
4474         * Source/kwsys/CMakeLists.txt: COMP: Do not build tests if build
4475           testing is off
4477 2006-01-04 01:15  andy
4479         * Source/cmVersion.cxx: STYLE: Nightly Version update
4481 2006-01-03 17:11  hoffman
4483         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
4485 2006-01-03 17:07  hoffman
4487         * Utilities/Release/cmake_release.sh.in: ENH: move to patch 2
4489 2006-01-03 16:40  hoffman
4491         * Source/cmMakefile.cxx, Source/cmMakefile.h,
4492           Tests/Complex/CMakeLists.txt, Tests/Complex/cmTestConfigure.h.in,
4493           Tests/Complex/Executable/complex.cxx,
4494           Tests/ComplexOneConfig/CMakeLists.txt,
4495           Tests/ComplexOneConfig/cmTestConfigure.h.in,
4496           Tests/ComplexOneConfig/Executable/complex.cxx,
4497           Tests/ComplexRelativePaths/CMakeLists.txt,
4498           Tests/ComplexRelativePaths/cmTestConfigure.h.in,
4499           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: add new
4500           cmakedefine01 feature from bug report 2603
4502 2006-01-03 14:00  hoffman
4504         * Modules/Platform/: CYGWIN-g77.cmake, CYGWIN.cmake: ENH: add exe
4505           stuff for cygwin
4507 2006-01-03 08:39  andy
4509         * Source/cmSystemTools.cxx: COMP: Remove warnings on HP-UX
4511 2006-01-03 08:39  andy
4513         * Utilities/cmtar/append.c, Utilities/cmtar/extract.c,
4514           Utilities/cmtar/libtar.c, Source/CPack/cmCPackLog.cxx,
4515           Source/CPack/cpack.cxx: COMP: Remove warnings
4517 2006-01-03 01:11  andy
4519         * Source/cmVersion.cxx: STYLE: Nightly Version update
4521 2006-01-02 17:28  andy
4523         * Source/CPack/: cmCPackGenerators.cxx,
4524           cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
4525           cmCPackNSISGenerator.cxx, cmCPackNSISGenerator.h,
4526           cmCPackPackageMakerGenerator.cxx, cmCPackPackageMakerGenerator.h,
4527           cmCPackSTGZGenerator.cxx, cmCPackSTGZGenerator.h,
4528           cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h, cpack.cxx: ENH:
4529           Start working on CPack input file and cleanups
4531 2006-01-02 17:22  andy
4533         * Source/CPack/: cmCPackLog.h, cmCPackLog.cxx: COMP: Fix compile
4534           errors
4536 2006-01-02 16:14  andy
4538         * Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
4539           CPack/cmCPackGenerators.h, CPack/cmCPackGenericGenerator.cxx,
4540           CPack/cmCPackGenericGenerator.h, CPack/cmCPackLog.cxx,
4541           CPack/cmCPackLog.h, CPack/cmCPackNSISGenerator.cxx,
4542           CPack/cmCPackPackageMakerGenerator.cxx,
4543           CPack/cmCPackSTGZGenerator.cxx, CPack/cmCPackTGZGenerator.cxx,
4544           CPack/cpack.cxx: ENH: More improvements and add logging
4546 2006-01-02 15:01  hoffman
4548         * Tests/: CustomCommand/CMakeLists.txt, Wrapping/CMakeLists.txt:
4549           BUG: force EXECUABLE and LIBRARY output paths so bad cache
4550           entries do not fail tests
4552 2006-01-02 14:33  andy
4554         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
4555           ComplexRelativePaths/CMakeLists.txt: BUG: Flush the EXECUTABLE
4556           and LIBRARY output path to internal
4558 2006-01-02 13:37  hoffman
4560         * Modules/CMakeGenericSystem.cmake,
4561           Modules/Platform/Windows-g77.cmake,
4562           Modules/Platform/Windows-gcc.cmake,
4563           Modules/Platform/Windows.cmake, Source/cmTarget.cxx: BUG: fix for
4564           bug 2322, use CMAKE_EXECUTABLE_SUFFIX variable for exe suffix
4566 2006-01-02 13:34  hoffman
4568         * Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: fix build problem
4569           on gcc
4571 2006-01-02 12:36  hoffman
4573         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
4574           cmLocalUnixMakefileGenerator3.cxx,
4575           cmLocalUnixMakefileGenerator3.h: BUG: fix for bug 2533, make
4576           foo/foo.o now works and .o files are in the help
4578 2006-01-02 11:39  andy
4580         * Source/CPack/cmCPackGenericGenerator.cxx: COMP: Remove warning
4582 2006-01-02 11:21  hoffman
4584         * Utilities/Release/Release.cmake: ENH: remove MS dll's from
4585           install on cygwin
4587 2006-01-02 11:07  hoffman
4589         * Source/: cmFindPathCommand.cxx, cmMakefile.cxx: ENH: change
4590           framework order
4592 2006-01-02 10:37  andy
4594         * Source/CPack/: cmCPackGenericGenerator.cxx,
4595           cmCPackGenericGenerator.h, cmCPackTGZGenerator.cxx,
4596           cmCPackTGZGenerator.h: COMP: Fix build problems
4598 2006-01-02 10:36  andy
4600         * Source/cmGeneratedFileStream.cxx: BUG: Fix the compression with
4601           custom extension
4603 2006-01-02 07:53  andy
4605         * Source/CPack/: cmCPackPackageMakerGenerator.cxx,
4606           cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h: ENH: Use libtar
4608 2006-01-02 07:52  andy
4610         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
4611           Add a way to overwrite compression extension
4613 2006-01-02 01:08  andy
4615         * Source/cmVersion.cxx: STYLE: Nightly Version update
4617 2006-01-01 23:31  andy
4619         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h: ENH:
4620           Merge from cpack branch
4622 2006-01-01 23:28  andy
4624         * Modules/: CPack.Description.plist.in, CPack.Info.plist.in,
4625           NSIS.template.in: ENH: Merge from CPack branch
4627 2006-01-01 23:21  andy
4629         * Source/CPack/: cmCPackConfigure.h.in, cmCPackGenerators.cxx,
4630           cmCPackGenerators.h, cmCPackGenericGenerator.cxx,
4631           cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
4632           cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
4633           cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.cxx,
4634           cmCPackSTGZGenerator.h, cmCPackTGZGenerator.cxx,
4635           cmCPackTGZGenerator.h, cpack.cxx: ENH: Merge from the cpack
4636           branch
4638 2006-01-01 01:05  andy
4640         * Source/cmVersion.cxx: STYLE: Nightly Version update
4642 2005-12-31 13:10  king
4644         * Tests/TarTest/CMakeLists.txt: ENH: Simplified ln command to use
4645           relative path in symlink.
4647 2005-12-31 12:59  king
4649         * Source/kwsys/ProcessUNIX.c: BUG: When more than one command is
4650           given and one of them fails to start and the rest are killed, do
4651           not forget to reap the killed children.
4653 2005-12-31 10:33  andy
4655         * Utilities/cmtar/: CMakeLists.txt, config.h.in, internal.h: COMP:
4656           Try to fix major/minor problem on aix
4658 2005-12-31 09:40  andy
4660         * Utilities/cmtar/: CMakeLists.txt, config.h.in, internal.h: COMP:
4661           Attempt to fix problems with major and minor
4663 2005-12-31 01:08  andy
4665         * Source/cmVersion.cxx: STYLE: Nightly Version update
4667 2005-12-30 21:54  hoffman
4669         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
4670           cmFindPathCommand.cxx, cmFindPathCommand.h: ENH: move framework
4671           stuff from FindFile to FindPath
4673 2005-12-30 21:54  hoffman
4675         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix so verbose is
4676           put in the correct place
4678 2005-12-30 17:51  andy
4680         * Utilities/cmtar/compat/snprintf.c: COMP: Fix systems that do not
4681           have both vsnprintf and snprintf.
4683 2005-12-30 17:27  andy
4685         * Utilities/cmtar/: CMakeLists.txt, config.h.in, compat/compat.h,
4686           compat/snprintf.c: COMP: Fix support for vsnprintf
4688 2005-12-30 16:28  andy
4690         * Source/cmSystemTools.cxx: COMP: Fix warning on sun
4692 2005-12-30 16:05  andy
4694         * Utilities/cmtar/extract.c: COMP: Another borland bug
4696 2005-12-30 15:46  andy
4698         * Tests/TarTest/CMakeLists.txt: ENH: Add testing of symlinks too
4700 2005-12-30 15:46  andy
4702         * Utilities/cmtar/extract.c: BUG: Handle mkdirhier properly since
4703           it may modify the string
4705 2005-12-30 15:32  andy
4707         * Source/cmSystemTools.cxx: COMP: Remove sun warning
4709 2005-12-30 15:27  andy
4711         * Source/CMakeLists.txt, Tests/TarTest/CMakeLists.txt,
4712           Tests/TarTest/TestTarExec.cxx: ENH: Add a tar test
4714 2005-12-30 15:25  andy
4716         * Source/cmake.cxx: ENH: Add a way to compare two files
4718 2005-12-30 14:51  andy
4720         * Source/cmSystemTools.cxx, Utilities/cmtar/handle.c,
4721           Utilities/cmtar/libtar.c, Utilities/cmtar/libtar.h: ENH: Cleanup
4722           the file handler stuf so that now any file descriptor type can be
4723           used
4725 2005-12-30 14:50  andy
4727         * CMakeLists.txt, Utilities/cmcurl/CMakeLists.txt,
4728           Utilities/cmexpat/CMakeLists.txt, Utilities/cmtar/CMakeLists.txt,
4729           Utilities/cmzlib/CMakeLists.txt, Source/CMakeLists.txt: COMP:
4730           Cleanup regular expressions
4732 2005-12-30 14:31  andy
4734         * Source/cmSystemTools.cxx: COMP: Remove unused variable
4736 2005-12-30 14:23  andy
4738         * Utilities/cmtar/compat/: basename.c, dirname.c: COMP: Remove
4739           warnings by exposing some variables
4741 2005-12-30 14:22  andy
4743         * Source/cmSystemTools.cxx, Utilities/cmtar/handle.c,
4744           Utilities/cmtar/libtar.c, Utilities/cmtar/libtar.h: COMP: Fix
4745           support for gzip on non-32 bit platforms
4747 2005-12-30 13:22  andy
4749         * Utilities/cmtar/util.c: COMP: Remove warning about argument not
4750           being int
4752 2005-12-30 13:22  andy
4754         * Source/: cmFindFileCommand.cxx, cmGlobalXCodeGenerator.cxx: COMP:
4755           Remove shadow variable warning
4757 2005-12-30 12:58  andy
4759         * Source/cmSystemTools.cxx: COMP: Use mangle names
4761 2005-12-30 12:58  andy
4763         * Source/: cmFindFileCommand.cxx, cmTarget.cxx: COMP: Remove
4764           warnings
4766 2005-12-30 10:35  andy
4768         * Utilities/cmtar/: CMakeLists.txt, append.c, config.h.in,
4769           encode.c, internal.h, output.c, util.c, wrapper.c: BUG: Several
4770           Borland fixes
4772 2005-12-30 01:11  andy
4774         * Source/cmVersion.cxx: STYLE: Nightly Version update
4776 2005-12-29 12:19  andy
4778         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Make
4779           the syntax more line tar
4781 2005-12-29 12:18  andy
4783         * Utilities/cmtar/append.c: COMP: More cygwin fixes
4785 2005-12-29 11:42  andy
4787         * Utilities/cmtar/append.c: BUG: Fix on cygwin... again?
4789 2005-12-29 11:15  andy
4791         * Utilities/cmtar/output.c: COMP: Try to remove warnings and add
4792           support for cygwin
4794 2005-12-29 10:52  andy
4796         * Source/cmake.cxx: ENH: Make additional file names optional
4798 2005-12-29 10:43  andy
4800         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: ENH: Add
4801           untaring support
4803 2005-12-29 10:41  andy
4805         * Utilities/cmtar/extract.c: BUG: Fix extract. Looks like dirname
4806           actually changes the string, so temporary string should be used
4808 2005-12-29 09:11  andy
4810         * Utilities/cmtar/: output.c, compat/compat.h: COMP: Remove c++
4811           style comments
4813 2005-12-29 01:04  andy
4815         * Source/cmVersion.cxx: STYLE: Nightly Version update
4817 2005-12-28 20:04  andy
4819         * Tests/: Complex/Executable/CMakeLists.txt,
4820           ComplexOneConfig/Executable/CMakeLists.txt,
4821           ComplexRelativePaths/Executable/CMakeLists.txt: BUG: Now really
4822           fix the test
4824 2005-12-28 19:31  andy
4826         * Tests/: Complex/Executable/CMakeLists.txt,
4827           ComplexOneConfig/Executable/CMakeLists.txt,
4828           ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Fix test
4830 2005-12-28 17:02  andy
4832         * Source/cmSystemTools.cxx,
4833           Tests/Complex/Executable/CMakeLists.txt,
4834           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
4835           Tests/ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Fix
4836           complex test and fix bootstrap
4838 2005-12-28 16:53  andy
4840         * Source/cmSystemTools.cxx: COMP: Add missing include
4842 2005-12-28 16:44  andy
4844         * Source/cmSystemTools.cxx: BUG: Return proper values
4846 2005-12-28 16:43  andy
4848         * Utilities/cmtar/: extract.c, libtar.c: COMP: Remove more warnings
4850 2005-12-28 16:31  andy
4852         * Source/cmake.cxx: ENH: Add command to create tar
4854 2005-12-28 16:30  andy
4856         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add method to
4857           create tar
4859 2005-12-28 16:30  andy
4861         * Source/CMakeLists.txt: COMP: Link tar library to cmake
4863 2005-12-28 16:29  andy
4865         * CMakeLists.txt: COMP: Fix path to include files
4867 2005-12-28 15:31  andy
4869         * Utilities/cmtar/: CMakeLists.txt, config.h.in, handle.c,
4870           compat/compat.h: COMP: Remove more warnings and rename library to
4871           cmtar
4873 2005-12-28 15:03  andy
4875         * Utilities/cmtar/append.c: COMP: Remove warning
4877 2005-12-28 14:58  andy
4879         * Utilities/cmtar/: CMakeLists.txt, append.c, decode.c, extract.c,
4880           filesystem.c, filesystem.h, handle.c, internal.h, libtar.c,
4881           util.c, wrapper.c, compat/basename.c, compat/compat.h,
4882           compat/dirname.c: COMP: Several borland fixes
4884 2005-12-28 14:50  andy
4886         * Utilities/cmtar/compat/snprintf.c: COMP: Remove warnings
4888 2005-12-28 13:36  andy
4890         * CMakeLists.txt: ENH: First cut at enabling tar
4892 2005-12-28 13:35  andy
4894         * Utilities/cmtar/append.c: COMP: Only do O_BINARY on windows
4896 2005-12-28 13:33  andy
4898         * Utilities/cmtar/: append.c, libtar.c: COMP: Fix windows
4900 2005-12-28 13:01  andy
4902         * Source/cmVersion.cxx: STYLE: Nightly Version update
4904 2005-12-28 12:34  andy
4906         * Utilities/cmtar/libtar.c: ENH: Fix building on cygwin
4908 2005-12-28 12:24  andy
4910         * Utilities/cmtar/: CMakeLists.txt, config.h.in, extract.c,
4911           libtar.c: COMP: Fix build on sun by adding missing include
4913 2005-12-28 11:00  andy
4915         * Utilities/cmtar/: CMakeLists.txt, decode.c, filesystem.c,
4916           wrapper.c, compat/basename.c, compat/dirname.c, compat/fnmatch.c,
4917           compat/snprintf.c: ENH: Windows fixes
4919 2005-12-28 10:28  andy
4921         * CMakeLists.txt: ENH: Merge change from the main tree
4923 2005-12-28 10:19  andy
4925         * CMakeLists.txt: ENH: Initial setup of libtar
4927 2005-12-28 10:18  andy
4929         * Utilities/cmtar/: CMakeLists.txt, COPYRIGHT, append.c, block.c,
4930           config.h.in, decode.c, encode.c, extract.c, filesystem.c,
4931           filesystem.h, handle.c, internal.h, libtar.c, libtar.h, output.c,
4932           tar.h, util.c, wrapper.c, compat/README, compat/basename.c,
4933           compat/compat.h, compat/dirname.c, compat/fnmatch.c,
4934           compat/gethostbyname_r.c, compat/gethostname.c,
4935           compat/getservbyname_r.c, compat/glob.c, compat/inet_aton.c,
4936           compat/snprintf.c, compat/strdup.c, compat/strlcat.c,
4937           compat/strlcpy.c, compat/strmode.c, compat/strrstr.c,
4938           compat/strsep.c, listhash/hash.c.in, listhash/list.c.in,
4939           listhash/listhash.h.in: ENH: Initial import
4941 2005-12-28 10:09  andy
4943         * Utilities/cmtar/: CMakeLists.txt, COPYRIGHT, append.c, block.c,
4944           config.h.in, decode.c, encode.c, extract.c, filesystem.c,
4945           filesystem.h, handle.c, internal.h, libtar.c, libtar.h, output.c,
4946           tar.h, util.c, wrapper.c, compat/README, compat/basename.c,
4947           compat/compat.h, compat/dirname.c, compat/fnmatch.c,
4948           compat/gethostbyname_r.c, compat/gethostname.c,
4949           compat/getservbyname_r.c, compat/glob.c, compat/inet_aton.c,
4950           compat/snprintf.c, compat/strdup.c, compat/strlcat.c,
4951           compat/strlcpy.c, compat/strmode.c, compat/strrstr.c,
4952           compat/strsep.c, listhash/hash.c.in, listhash/list.c.in,
4953           listhash/listhash.h.in: ENH: Initial import
4955 2005-12-28 10:07  andy
4957         * Source/cmake.cxx: ENH: Add file compare
4959 2005-12-27 15:33  hoffman
4961         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
4962           cmLocalUnixMakefileGenerator3.cxx: ENH: make sure -F is not
4963           duplicated
4965 2005-12-27 15:08  andy
4967         * Source/CPack/: cmCPackConfigure.h.in, cmCPackGenerators.cxx,
4968           cmCPackGenerators.h, cmCPackGenericGenerator.cxx,
4969           cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
4970           cmCPackNSISGenerator.h, cmCPackPackageMakerGenerator.cxx,
4971           cmCPackPackageMakerGenerator.h, cmCPackSTGZGenerator.h,
4972           cmCPackTGZGenerator.cxx, cmCPackTGZGenerator.h: ENH: Remove
4973           references to m_Makefile. It is now private. Fix several build
4974           problems. Change generator creation. ...
4976 2005-12-27 14:56  hoffman
4978         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
4979           cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx: ENH: add
4980           framework support to FIND_FILE
4982 2005-12-27 14:32  andy
4984         * Source/CPack/cpack.cxx, Utilities/CMakeLists.txt: ENH: Improve
4985           help arguments and add generation of doc files
4987 2005-12-27 13:10  andy
4989         * Source/cmCTest.cxx: ENH: Fix command line argument parsing
4991 2005-12-27 13:03  hoffman
4993         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: remove warning
4995 2005-12-26 13:14  hoffman
4997         * Source/: cmGlobalXCodeGenerator.cxx, cmLocalGenerator.cxx,
4998           cmLocalUnixMakefileGenerator3.cxx,
4999           cmLocalUnixMakefileGenerator3.h, cmMakefile.cxx,
5000           cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h,
5001           cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
5002           kwsys/SystemTools.cxx: ENH: add better support for framework
5003           linking
5005 2005-12-26 01:06  andy
5007         * Source/cmVersion.cxx: STYLE: Nightly Version update
5009 2005-12-25 01:07  andy
5011         * Source/cmVersion.cxx: STYLE: Nightly Version update
5013 2005-12-24 01:03  andy
5015         * Source/cmVersion.cxx: STYLE: Nightly Version update
5017 2005-12-23 01:09  andy
5019         * Source/cmVersion.cxx: STYLE: Nightly Version update
5021 2005-12-22 16:42  hoffman
5023         * Modules/CMakeDetermineCCompiler.cmake,
5024           Modules/CMakeMSYSFindMake.cmake,
5025           Modules/CMakeMinGWFindMake.cmake, Source/CMakeLists.txt,
5026           Source/cmGlobalBorlandMakefileGenerator.cxx,
5027           Source/cmGlobalMSYSMakefileGenerator.cxx,
5028           Source/cmGlobalMSYSMakefileGenerator.h,
5029           Source/cmGlobalMinGWMakefileGenerator.cxx,
5030           Source/cmGlobalMinGWMakefileGenerator.h,
5031           Source/cmGlobalNMakeMakefileGenerator.cxx,
5032           Source/cmGlobalUnixMakefileGenerator3.cxx,
5033           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
5034           Source/cmLocalUnixMakefileGenerator3.cxx,
5035           Source/cmLocalUnixMakefileGenerator3.h, Source/cmake.cxx: ENH:
5036           fix borland make clean targets before build, add new generators
5037           for msys and mingw
5039 2005-12-22 16:02  hoffman
5041         * ChangeLog.manual, Modules/CMake.cmake,
5042           Modules/CMakeBackwardCompatibilityC.cmake,
5043           Modules/CMakeBackwardCompatibilityCXX.cmake,
5044           Modules/CMakeCInformation.cmake,
5045           Modules/CMakeCXXInformation.cmake,
5046           Modules/CMakeCommonLanguageInclude.cmake,
5047           Modules/CMakeDetermineCCompiler.cmake,
5048           Modules/CMakeDetermineCXXCompiler.cmake,
5049           Modules/CMakeDetermineFortranCompiler.cmake,
5050           Modules/CMakeDetermineJavaCompiler.cmake,
5051           Modules/CMakeDetermineRCCompiler.cmake,
5052           Modules/CMakeDetermineSystem.cmake,
5053           Modules/CMakeExportBuildSettings.cmake,
5054           Modules/CMakeFindFrameworks.cmake,
5055           Modules/CMakeFortranInformation.cmake,
5056           Modules/CMakeImportBuildSettings.cmake,
5057           Modules/CMakeJavaInformation.cmake,
5058           Modules/CMakePrintSystemInformation.cmake,
5059           Modules/CMakeRCInformation.cmake,
5060           Modules/CMakeSystemSpecificInformation.cmake,
5061           Modules/CMakeTestCCompiler.cmake,
5062           Modules/CMakeTestCXXCompiler.cmake,
5063           Modules/CMakeTestFortranCompiler.cmake,
5064           Modules/CMakeTestJavaCompiler.cmake,
5065           Modules/CMakeTestRCCompiler.cmake,
5066           Modules/CMakeVS6BackwardCompatibility.cmake,
5067           Modules/CMakeVS7BackwardCompatibility.cmake, Modules/CTest.cmake,
5068           Modules/CheckCSourceCompiles.cmake,
5069           Modules/CheckCXXSourceCompiles.cmake,
5070           Modules/CheckFunctionExists.cmake,
5071           Modules/CheckIncludeFile.cmake,
5072           Modules/CheckIncludeFileCXX.cmake,
5073           Modules/CheckIncludeFiles.cmake,
5074           Modules/CheckLibraryExists.cmake,
5075           Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
5076           Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
5077           Modules/Documentation.cmake, Modules/FindAVIFile.cmake,
5078           Modules/FindCABLE.cmake, Modules/FindCurses.cmake,
5079           Modules/FindCygwin.cmake, Modules/FindDCMTK.cmake,
5080           Modules/FindDart.cmake, Modules/FindDoxygen.cmake,
5081           Modules/FindFLTK.cmake, Modules/FindGCCXML.cmake,
5082           Modules/FindGLU.cmake, Modules/FindGLUT.cmake,
5083           Modules/FindGTK.cmake, Modules/FindGnuplot.cmake,
5084           Modules/FindHTMLHelp.cmake, Modules/FindITK.cmake,
5085           Modules/FindImageMagick.cmake, Modules/FindJNI.cmake,
5086           Modules/FindJPEG.cmake, Modules/FindJava.cmake,
5087           Modules/FindKDE.cmake, Modules/FindLATEX.cmake,
5088           Modules/FindMFC.cmake, Modules/FindMPEG.cmake,
5089           Modules/FindMPEG2.cmake, Modules/FindMPI.cmake,
5090           Modules/FindMatlab.cmake, Modules/FindMotif.cmake,
5091           Modules/FindOpenAL.cmake, Modules/FindOpenGL.cmake,
5092           Modules/FindPHP4.cmake, Modules/FindPNG.cmake,
5093           Modules/FindPerl.cmake, Modules/FindPerlLibs.cmake,
5094           Modules/FindPhysFS.cmake, Modules/FindPike.cmake,
5095           Modules/FindPythonInterp.cmake, Modules/FindPythonLibs.cmake,
5096           Modules/FindQt.cmake, Modules/FindQt.cmake.bak,
5097           Modules/FindQt3.cmake, Modules/FindQt4.cmake,
5098           Modules/FindRuby.cmake, Modules/FindSDL.cmake,
5099           Modules/FindSDL.cmake.bak, Modules/FindSDL_image.cmake,
5100           Modules/FindSDL_image.cmake.bak, Modules/FindSDL_mixer.cmake,
5101           Modules/FindSDL_mixer.cmake.bak, Modules/FindSDL_net.cmake,
5102           Modules/FindSDL_net.cmake.bak, Modules/FindSDL_sound.cmake,
5103           Modules/FindSDL_ttf.cmake, Modules/FindSDL_ttf.cmake.bak,
5104           Modules/FindSWIG.cmake, Modules/FindSelfPackers.cmake,
5105           Modules/FindTCL.cmake, Modules/FindTIFF.cmake,
5106           Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
5107           Modules/FindUnixCommands.cmake, Modules/FindVTK.cmake,
5108           Modules/FindWget.cmake, Modules/FindWish.cmake,
5109           Modules/FindX11.cmake, Modules/FindZLIB.cmake,
5110           Modules/FindwxWindows.cmake, Modules/TestBigEndian.cmake,
5111           Modules/TestCXXAcceptsFlag.cmake,
5112           Modules/TestForANSIForScope.cmake,
5113           Modules/TestForANSIStreamHeaders.cmake,
5114           Modules/TestForSTDNamespace.cmake, Modules/UseQt4.cmake,
5115           Modules/UseSWIG.cmake, Modules/UseVTK40.cmake,
5116           Modules/UseVTKBuildSettings40.cmake,
5117           Modules/UseVTKConfig40.cmake, Modules/Use_wxWindows.cmake,
5118           Modules/UsewxWidgets.cmake, Modules/readme.txt,
5119           Source/cmBuildCommand.cxx, Source/cmBuildNameCommand.h,
5120           Source/cmCTest.cxx, Source/cmDepends.cxx, Source/cmDepends.h,
5121           Source/cmDependsC.cxx, Source/cmDependsC.h,
5122           Source/cmDependsFortran.cxx, Source/cmDependsFortran.h,
5123           Source/cmDependsJava.cxx, Source/cmDependsJava.h,
5124           Source/cmDocumentation.cxx, Source/cmDocumentation.h,
5125           Source/cmFindPackageCommand.h,
5126           Source/cmGetCMakePropertyCommand.h,
5127           Source/cmGetDirectoryPropertyCommand.h,
5128           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
5129           Source/cmGlobalVisualStudio6Generator.cxx,
5130           Source/cmGlobalVisualStudio6Generator.h,
5131           Source/cmGlobalVisualStudio7Generator.cxx,
5132           Source/cmGlobalVisualStudio7Generator.h,
5133           Source/cmGlobalVisualStudio8Generator.cxx,
5134           Source/cmGlobalVisualStudio8Generator.h,
5135           Source/cmGlobalXCodeGenerator.cxx,
5136           Source/cmGlobalXCodeGenerator.h,
5137           Source/cmInstallTargetsCommand.cxx, Source/cmLocalGenerator.cxx,
5138           Source/cmLocalUnixMakefileGenerator3.cxx,
5139           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
5140           Source/cmSetDirectoryPropertiesCommand.h,
5141           Source/cmSiteNameCommand.h, Source/cmTarget.cxx,
5142           Source/cmTarget.h, Source/cmTryRunCommand.h,
5143           Source/cmakemain.cxx, Source/CTest/cmCTestBuildCommand.cxx,
5144           Source/CTest/cmCTestUpdateHandler.cxx,
5145           Source/MFCDialog/CMakeCommandLineInfo.cpp,
5146           Source/MFCDialog/CMakeSetup.cpp, Source/kwsys/ProcessWin32.c,
5147           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
5148           Tests/SimpleInstall/CMakeLists.txt,
5149           Tests/SimpleInstallS2/CMakeLists.txt: ENH: merge changes from
5150           main tree to branch
5152 2005-12-22 15:41  andy
5154         * Modules/CPack.Description.plist.in, Modules/CPack.Info.plist.in,
5155           Source/CPack/cmCPackPackageMakerGenerator.cxx,
5156           Source/CPack/cmCPackPackageMakerGenerator.h: ENH: Ok, now it
5157           works
5159 2005-12-22 15:34  andy
5161         * Source/CPack/cmCPackGenericGenerator.cxx: ENH: Add mandatory
5162           project description file or string
5164 2005-12-22 15:34  andy
5166         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add XML
5167           encoduing method
5169 2005-12-22 01:13  andy
5171         * Source/cmVersion.cxx: STYLE: Nightly Version update
5173 2005-12-21 15:45  hoffman
5175         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
5176           ENH: make sure depend helper actually works, if a depend library
5177           gets updated, then the target needs to be removed, and the
5178           CONFIGURATION directory needs to be used
5180 2005-12-21 08:46  king
5182         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Libraries and
5183           executables that are built with version numbers and symlinks
5184           should be built by a rule using the real file name.  The symlink
5185           file names should be rules that just depend on the main rule.
5186           This way if a version number changes a target will re-link with
5187           the new name and the symlinks will be updated.
5189 2005-12-21 01:04  andy
5191         * Source/cmVersion.cxx: STYLE: Nightly Version update
5193 2005-12-20 14:07  andy
5195         * Utilities/cmcurl/mprintf.c: COMP: Fix build on uclibc
5197 2005-12-20 13:53  hoffman
5199         * Modules/Platform/Windows-cl.cmake: ENH: remove duplicates
5201 2005-12-20 13:22  king
5203         * Source/kwsys/ProcessWin32.c: ENH: Improved robustness of sharing
5204           parent pipes with children.  This ensures that the parent pipe
5205           handles are inherited by the children.  If a parent pipe handle
5206           is invalid a handle to an empty pipe is given to the child to
5207           make sure all pipes are defined for the children.
5209 2005-12-20 09:20  andy
5211         * Source/CMakeLists.txt: ENH: Start working on PackageMaker
5213 2005-12-20 01:11  andy
5215         * Source/cmVersion.cxx: STYLE: Nightly Version update
5217 2005-12-19 18:17  andy
5219         * Source/CPack/: cmCPackGenerators.cxx,
5220           cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
5221           cmCPackPackageMakerGenerator.cxx, cmCPackPackageMakerGenerator.h:
5222           ENH: Start working on Osx
5224 2005-12-19 11:29  hoffman
5226         * Source/: cmGlobalXCodeGenerator.cxx,
5227           CTest/cmCTestBuildAndTestHandler.cxx: BUG: fix for bug 2560,
5228           Xcode does not create correct bundles
5230 2005-12-19 01:06  andy
5232         * Source/cmVersion.cxx: STYLE: Nightly Version update
5234 2005-12-18 10:00  andy
5236         * Source/CPack/: cmCPackGenericGenerator.cxx,
5237           cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx,
5238           cmCPackNSISGenerator.h, cpack.cxx: ENH: 'Finish; NSI
5240 2005-12-18 09:59  andy
5242         * Modules/NSIS.template.in: ENH: Unify with Ken's
5244 2005-12-18 01:05  andy
5246         * Source/cmVersion.cxx: STYLE: Nightly Version update
5248 2005-12-17 01:12  andy
5250         * Source/cmVersion.cxx: STYLE: Nightly Version update
5252 2005-12-16 16:49  hoffman
5254         * Source/cmDocumentation.cxx: ENH: make sure uncommented modules
5255           are not documented
5257 2005-12-16 09:03  andy
5259         * Source/kwsys/SystemTools.cxx: BUG: Return if the file is in any
5260           directory not just in first one
5262 2005-12-16 01:12  andy
5264         * Source/cmVersion.cxx: STYLE: Nightly Version update
5266 2005-12-15 16:28  andy
5268         * Tests/: SimpleInstall/CMakeLists.txt,
5269           SimpleInstallS2/CMakeLists.txt: BUG: Fix test
5271 2005-12-15 14:17  martink
5273         * Modules/: FindMFC.cmake, FindMPEG.cmake, FindMPEG2.cmake,
5274           FindMPI.cmake, FindMotif.cmake, FindOpenGL.cmake, FindPHP4.cmake,
5275           FindPerl.cmake, FindPerlLibs.cmake, FindPhysFS.cmake,
5276           FindPike.cmake, FindPythonInterp.cmake, FindPythonLibs.cmake,
5277           FindQt.cmake, FindQt4.cmake, FindRuby.cmake, FindSDL.cmake,
5278           FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
5279           FindSDL_sound.cmake, FindSDL_ttf.cmake, FindTCL.cmake,
5280           FindTIFF.cmake, FindTclsh.cmake, FindThreads.cmake,
5281           FindVTK.cmake, FindWget.cmake, FindWish.cmake, FindX11.cmake,
5282           FindwxWindows.cmake, TestForANSIStreamHeaders.cmake,
5283           TestForSTDNamespace.cmake, UseSWIG.cmake, Use_wxWindows.cmake:
5284           ENH: cleanups
5286 2005-12-15 12:01  andy
5288         * Source/cmInstallTargetsCommand.cxx: ENH: Report an error if the
5289           target does not exists
5291 2005-12-15 10:41  martink
5293         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
5294           CMakeExportBuildSettings.cmake, CMakeImportBuildSettings.cmake,
5295           CheckCXXSourceCompiles.cmake, CheckIncludeFile.cmake,
5296           CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
5297           CheckLibraryExists.cmake, CheckSymbolExists.cmake,
5298           CheckTypeSize.cmake, CheckVariableExists.cmake,
5299           FindAVIFile.cmake, FindCABLE.cmake, FindFLTK.cmake,
5300           FindGLUT.cmake, FindGTK.cmake, FindHTMLHelp.cmake, FindITK.cmake,
5301           FindImageMagick.cmake, FindJNI.cmake, FindJPEG.cmake,
5302           FindJava.cmake, FindLATEX.cmake, FindMatlab.cmake: ENH: some
5303           style fixes for the book
5305 2005-12-15 09:19  hoffman
5307         * Modules/FindQt3.cmake, Source/cmDocumentation.cxx: ENH: fix
5308           module documenation to handle bad docs and fix qt3 docs
5310 2005-12-15 01:47  andy
5312         * Source/cmVersion.cxx: STYLE: Nightly Version update
5314 2005-12-14 13:51  hoffman
5316         * Modules/CMake.cmake, Modules/CMakeBackwardCompatibilityC.cmake,
5317           Modules/CMakeBackwardCompatibilityCXX.cmake,
5318           Modules/CMakeCInformation.cmake,
5319           Modules/CMakeCXXInformation.cmake,
5320           Modules/CMakeCommonLanguageInclude.cmake,
5321           Modules/CMakeDetermineCCompiler.cmake,
5322           Modules/CMakeDetermineCXXCompiler.cmake,
5323           Modules/CMakeDetermineFortranCompiler.cmake,
5324           Modules/CMakeDetermineJavaCompiler.cmake,
5325           Modules/CMakeDetermineRCCompiler.cmake,
5326           Modules/CMakeDetermineSystem.cmake,
5327           Modules/CMakeExportBuildSettings.cmake,
5328           Modules/CMakeFindFrameworks.cmake,
5329           Modules/CMakeFortranInformation.cmake,
5330           Modules/CMakeImportBuildSettings.cmake,
5331           Modules/CMakeJavaInformation.cmake,
5332           Modules/CMakePrintSystemInformation.cmake,
5333           Modules/CMakeRCInformation.cmake,
5334           Modules/CMakeSystemSpecificInformation.cmake,
5335           Modules/CMakeTestCCompiler.cmake,
5336           Modules/CMakeTestCXXCompiler.cmake,
5337           Modules/CMakeTestFortranCompiler.cmake,
5338           Modules/CMakeTestJavaCompiler.cmake,
5339           Modules/CMakeTestRCCompiler.cmake,
5340           Modules/CMakeVS6BackwardCompatibility.cmake,
5341           Modules/CMakeVS7BackwardCompatibility.cmake, Modules/CTest.cmake,
5342           Modules/CheckCSourceCompiles.cmake,
5343           Modules/CheckCXXSourceCompiles.cmake,
5344           Modules/CheckFunctionExists.cmake,
5345           Modules/CheckIncludeFile.cmake,
5346           Modules/CheckIncludeFileCXX.cmake,
5347           Modules/CheckIncludeFiles.cmake,
5348           Modules/CheckLibraryExists.cmake,
5349           Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
5350           Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
5351           Modules/Documentation.cmake, Modules/FindAVIFile.cmake,
5352           Modules/FindCABLE.cmake, Modules/FindCurses.cmake,
5353           Modules/FindCygwin.cmake, Modules/FindDCMTK.cmake,
5354           Modules/FindDart.cmake, Modules/FindDoxygen.cmake,
5355           Modules/FindFLTK.cmake, Modules/FindGCCXML.cmake,
5356           Modules/FindGLU.cmake, Modules/FindGLUT.cmake,
5357           Modules/FindGTK.cmake, Modules/FindGnuplot.cmake,
5358           Modules/FindHTMLHelp.cmake, Modules/FindITK.cmake,
5359           Modules/FindImageMagick.cmake, Modules/FindJNI.cmake,
5360           Modules/FindJPEG.cmake, Modules/FindJava.cmake,
5361           Modules/FindKDE.cmake, Modules/FindLATEX.cmake,
5362           Modules/FindMFC.cmake, Modules/FindMPEG.cmake,
5363           Modules/FindMPEG2.cmake, Modules/FindMPI.cmake,
5364           Modules/FindMatlab.cmake, Modules/FindMotif.cmake,
5365           Modules/FindOpenAL.cmake, Modules/FindOpenGL.cmake,
5366           Modules/FindPHP4.cmake, Modules/FindPNG.cmake,
5367           Modules/FindPerl.cmake, Modules/FindPerlLibs.cmake,
5368           Modules/FindPhysFS.cmake, Modules/FindPike.cmake,
5369           Modules/FindPythonInterp.cmake, Modules/FindPythonLibs.cmake,
5370           Modules/FindQt.cmake, Modules/FindQt3.cmake,
5371           Modules/FindQt4.cmake, Modules/FindRuby.cmake,
5372           Modules/FindSDL.cmake, Modules/FindSDL_image.cmake,
5373           Modules/FindSDL_mixer.cmake, Modules/FindSDL_net.cmake,
5374           Modules/FindSDL_sound.cmake, Modules/FindSDL_ttf.cmake,
5375           Modules/FindSWIG.cmake, Modules/FindSelfPackers.cmake,
5376           Modules/FindTCL.cmake, Modules/FindTIFF.cmake,
5377           Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
5378           Modules/FindUnixCommands.cmake, Modules/FindVTK.cmake,
5379           Modules/FindWget.cmake, Modules/FindWish.cmake,
5380           Modules/FindX11.cmake, Modules/FindZLIB.cmake,
5381           Modules/FindwxWindows.cmake, Modules/TestBigEndian.cmake,
5382           Modules/TestCXXAcceptsFlag.cmake,
5383           Modules/TestForANSIForScope.cmake,
5384           Modules/TestForANSIStreamHeaders.cmake,
5385           Modules/TestForSTDNamespace.cmake, Modules/UseQt4.cmake,
5386           Modules/UseSWIG.cmake, Modules/UseVTK40.cmake,
5387           Modules/UseVTKBuildSettings40.cmake,
5388           Modules/UseVTKConfig40.cmake, Modules/Use_wxWindows.cmake,
5389           Modules/UsewxWidgets.cmake, Modules/readme.txt,
5390           Source/cmDocumentation.cxx, Source/cmDocumentation.h,
5391           Source/cmakemain.cxx: ENH: add documentation support for modules
5393 2005-12-14 11:00  king
5395         * Source/cmGlobalVisualStudio7Generator.h: ENH: Renamed
5396           ZeroTargetCheck target to ZERO_CHECK for consistency with other
5397           CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL).
5399 2005-12-14 10:58  king
5401         * Source/cmLocalUnixMakefileGenerator3.cxx: COMP: Fix conversion
5402           warning.
5404 2005-12-14 10:47  king
5406         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator3.cxx,
5407           cmMakefile.cxx, cmTarget.cxx, cmTarget.h: ENH: Removed cmMakefile
5408           arguments from cmTarget methods because cmTarget has the ivar
5409           m_Makefile now.  Re-implemented
5410           cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new
5411           global knowledge and avoid the need to look at the cache for
5412           information about other targets.  This should fix problems with
5413           custom commands and executables with the OUTPUT_NAME set.  Also
5414           the <target>_LIBRARY_TYPE cache variable is no longer needed at
5415           all and has been removed.
5417 2005-12-13 18:23  king
5419         * Source/cmGlobalVisualStudio8Generator.cxx: COMP: Fixed unused
5420           variable warning.
5422 2005-12-13 15:16  andy
5424         * Source/CTest/cmCTestUpdateHandler.cxx: BUG: Fix the problem with
5425           update.xml.tmp not being coppied
5427 2005-12-13 15:14  martink
5429         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: removed
5430           TARGET_DIR_PREFIX support and someother fix
5432 2005-12-13 15:13  martink
5434         * Source/cmLocalVisualStudio7Generator.cxx: ENH: removed
5435           TARGET_DIR_PREFIX support
5437 2005-12-13 15:12  martink
5439         * Source/cmTryRunCommand.h: STYLE: fix missing docs
5441 2005-12-13 14:21  king
5443         * Source/: cmGlobalVisualStudio7Generator.cxx,
5444           cmGlobalVisualStudio7Generator.h,
5445           cmGlobalVisualStudio8Generator.cxx,
5446           cmGlobalVisualStudio8Generator.h,
5447           cmLocalVisualStudio7Generator.cxx: ENH: Added support for
5448           parallel builds in VS 8.  There is now a special target on which
5449           all other targets depend that re-runs CMake if any listfiles have
5450           been changed.  This addresses bug#2512.
5452 2005-12-13 14:14  king
5454         * Source/MFCDialog/: CMakeCommandLineInfo.cpp, CMakeSetup.cpp: BUG:
5455           Fix storage/use of argc/argv in CMakeSetup dialog.
5457 2005-12-13 14:07  martink
5459         * Utilities/Release/CMake.nsi.in: ENH: removed the add to path
5461 2005-12-13 04:24  andy
5463         * Source/cmVersion.cxx: STYLE: Nightly Version update
5465 2005-12-12 11:34  hoffman
5467         * Source/cmLocalVisualStudio7Generator.cxx: ENH: fix for bug 2584,
5468           empty source groups with children skipped
5470 2005-12-12 04:17  andy
5472         * Source/cmVersion.cxx: STYLE: Nightly Version update
5474 2005-12-11 04:20  andy
5476         * Source/cmVersion.cxx: STYLE: Nightly Version update
5478 2005-12-11 00:12  andy
5480         * Source/kwsys/SystemTools.cxx: COMP: for a in range(100):
5481           write_on_board(No std in kwsys...)
5483 2005-12-10 12:16  andy
5485         * Modules/NSIS.template.in: ENH: Some fixes to make it work
5487 2005-12-10 12:14  andy
5489         * Source/CPack/: cmCPackGenericGenerator.cxx,
5490           cmCPackGenericGenerator.h, cmCPackNSISGenerator.cxx, cpack.cxx:
5491           ENH: More work on NSIS:
5493 2005-12-10 12:11  andy
5495         * Source/cmLocalGenerator.cxx: ENH: Allow the installer to
5496           overwrite the install prefix
5498 2005-12-10 12:10  andy
5500         * Source/kwsys/: CommandLineArguments.cxx,
5501           CommandLineArguments.hxx.in: ENH: Add a method to remove
5502           remaining arguments
5504 2005-12-10 12:09  andy
5506         * Source/kwsys/Glob.hxx.in: COMP: Fix the exporting so that it can
5507           actually be used
5509 2005-12-10 12:08  andy
5511         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
5512           another signature to FindProgram that matches more to the one
5513           from CMake
5515 2005-12-10 04:21  andy
5517         * Source/cmVersion.cxx: STYLE: Nightly Version update
5519 2005-12-09 23:04  hoffman
5521         * Source/: cmDependsC.cxx, cmDependsC.h: ENH: try to fix hp build
5522           problem
5524 2005-12-09 16:32  andy
5526         * Source/cmDependsC.h: ENH: fix compile error
5528 2005-12-09 14:30  hoffman
5530         * Source/: cmDependsC.cxx, cmDependsC.h: ENH: clean up style a bit
5532 2005-12-09 13:58  hoffman
5534         * Source/: cmDependsC.cxx, cmDependsC.h,
5535           cmLocalUnixMakefileGenerator3.cxx: PERF: apply patch for bug 2575
5536           speeds up depend scanning
5538 2005-12-09 04:17  andy
5540         * Source/cmVersion.cxx: STYLE: Nightly Version update
5542 2005-12-08 04:21  andy
5544         * Source/cmVersion.cxx: STYLE: Nightly Version update
5546 2005-12-07 11:39  andy
5548         * Source/: cmBuildNameCommand.h, cmFindPackageCommand.h,
5549           cmGetCMakePropertyCommand.h, cmGetDirectoryPropertyCommand.h,
5550           cmSetDirectoryPropertiesCommand.h, cmSiteNameCommand.h: ENH: Make
5551           commands scriptable
5553 2005-12-06 10:55  andy
5555         * Source/cmVersion.cxx: STYLE: Nightly Version update
5557 2005-12-05 08:19  andy
5559         * Source/cmVersion.cxx: STYLE: Nightly Version update
5561 2005-12-04 05:04  andy
5563         * Source/cmVersion.cxx: STYLE: Nightly Version update
5565 2005-12-03 06:10  andy
5567         * Source/cmVersion.cxx: STYLE: Nightly Version update
5569 2005-12-02 09:18  hoffman
5571         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
5573 2005-12-02 09:16  hoffman
5575         * ChangeLog.manual, Utilities/Release/config_IRIX64,
5576           Utilities/Release/release_dispatch.sh: ENH: fix change log and
5577           change sgi release scripts
5579 2005-12-02 05:30  andy
5581         * Source/cmVersion.cxx: STYLE: Nightly Version update
5583 2005-12-01 21:52  andy
5585         * Modules/NSIS.template.in, Source/CPack/cmCPackNSISGenerator.cxx,
5586           Source/CPack/cmCPackNSISGenerator.h: ENH: Work on nsis
5588 2005-12-01 12:27  hoffman
5590         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
5592 2005-12-01 11:41  andy
5594         * Source/: cmBuildCommand.cxx, cmGlobalGenerator.cxx,
5595           cmGlobalGenerator.h, cmGlobalVisualStudio6Generator.cxx,
5596           cmGlobalVisualStudio6Generator.h,
5597           cmGlobalVisualStudio7Generator.cxx,
5598           cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
5599           cmGlobalXCodeGenerator.h, CTest/cmCTestBuildCommand.cxx: ENH: Add
5600           a way for the generated command to include extra flags. This is
5601           useful for CTest (or try compile) to add -j2
5603 2005-12-01 05:32  andy
5605         * Source/cmVersion.cxx: STYLE: Nightly Version update
5607 2005-11-30 13:46  andy
5609         * Source/cmMakefile.cxx: ENH: Add variable for debugging. This
5610           variable CMAKE_PARENT_LIST_FILE holds the parent CMake list file
5611           of the current cmake list file.
5613 2005-11-30 05:22  andy
5615         * Source/cmVersion.cxx: STYLE: Nightly Version update
5617 2005-11-29 05:24  andy
5619         * Source/cmVersion.cxx: STYLE: Nightly Version update
5621 2005-11-28 15:57  hoffman
5623         * Source/CMakeLists.txt, Tests/Tutorial/Step1/CMakeLists.txt,
5624           Tests/Tutorial/Step1/TutorialConfig.h.in,
5625           Tests/Tutorial/Step1/tutorial.cxx,
5626           Tests/Tutorial/Step2/CMakeLists.txt,
5627           Tests/Tutorial/Step2/TutorialConfig.h.in,
5628           Tests/Tutorial/Step2/tutorial.cxx,
5629           Tests/Tutorial/Step2/MathFunctions/CMakeLists.txt,
5630           Tests/Tutorial/Step2/MathFunctions/MathFunctions.h,
5631           Tests/Tutorial/Step2/MathFunctions/mysqrt.cxx,
5632           Tests/Tutorial/Step3/CMakeLists.txt,
5633           Tests/Tutorial/Step3/TutorialConfig.h.in,
5634           Tests/Tutorial/Step3/tutorial.cxx,
5635           Tests/Tutorial/Step3/MathFunctions/CMakeLists.txt,
5636           Tests/Tutorial/Step3/MathFunctions/MathFunctions.h,
5637           Tests/Tutorial/Step3/MathFunctions/mysqrt.cxx,
5638           Tests/Tutorial/Step4/CMakeLists.txt,
5639           Tests/Tutorial/Step4/TutorialConfig.h.in,
5640           Tests/Tutorial/Step4/tutorial.cxx,
5641           Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt,
5642           Tests/Tutorial/Step4/MathFunctions/MathFunctions.h,
5643           Tests/Tutorial/Step4/MathFunctions/mysqrt.cxx,
5644           Tests/Tutorial/Step5/CMakeLists.txt,
5645           Tests/Tutorial/Step5/TutorialConfig.h.in,
5646           Tests/Tutorial/Step5/tutorial.cxx,
5647           Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt,
5648           Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx,
5649           Tests/Tutorial/Step5/MathFunctions/MathFunctions.h,
5650           Tests/Tutorial/Step5/MathFunctions/mysqrt.cxx: ENH: move tutorial
5651           to branch
5653 2005-11-28 15:15  hoffman
5655         * CMakeLists.txt, Source/cmDependsFortranLexer.cxx,
5656           Source/cmDependsFortranLexer.in.l: ENH: Version 2.2.3
5658 2005-11-28 14:19  hoffman
5660         * Modules/VTKCompatibility.cmake: ENH: fix problem with building
5661           vtk 4.4.2
5663 2005-11-28 14:05  hoffman
5665         * Modules/VTKCompatibility.cmake: ENH: fix for vtk 4.4.2 and cmake
5666           2.2
5668 2005-11-28 05:17  andy
5670         * Source/cmVersion.cxx: STYLE: Nightly Version update
5672 2005-11-27 05:27  andy
5674         * Source/cmVersion.cxx: STYLE: Nightly Version update
5676 2005-11-26 05:21  andy
5678         * Source/cmVersion.cxx: STYLE: Nightly Version update
5680 2005-11-25 05:18  andy
5682         * Source/cmVersion.cxx: STYLE: Nightly Version update
5684 2005-11-24 05:21  andy
5686         * Source/cmVersion.cxx: STYLE: Nightly Version update
5688 2005-11-23 12:33  hoffman
5690         * ChangeLog.manual, Modules/CMakeCCompiler.cmake.in,
5691           Modules/CMakeTestCCompiler.cmake,
5692           Modules/CMakeTestJavaCompiler.cmake,
5693           Modules/CheckFunctionExists.cmake,
5694           Modules/CheckIncludeFile.cmake,
5695           Modules/CheckIncludeFileCXX.cmake,
5696           Modules/CheckIncludeFiles.cmake,
5697           Modules/CheckLibraryExists.cmake,
5698           Modules/CheckSymbolExists.cmake,
5699           Modules/CheckVariableExists.cmake, Modules/FindOpenAL.cmake,
5700           Modules/FindPhysFS.cmake, Modules/FindQt3.cmake,
5701           Modules/FindSDL.cmake, Modules/FindSDL.cmake.bak,
5702           Modules/FindSDL_image.cmake, Modules/FindSDL_image.cmake.bak,
5703           Modules/FindSDL_mixer.cmake, Modules/FindSDL_mixer.cmake.bak,
5704           Modules/FindSDL_net.cmake, Modules/FindSDL_net.cmake.bak,
5705           Modules/FindSDL_sound.cmake, Modules/FindSDL_ttf.cmake,
5706           Modules/FindSDL_ttf.cmake.bak, Modules/Platform/SunOS.cmake,
5707           Modules/Platform/Windows-cl.cmake,
5708           Modules/Platform/Windows-icl.cmake,
5709           Modules/Platform/Windows-ifort.cmake,
5710           Source/cmAddLibraryCommand.h, Source/cmAddSubDirectoryCommand.h,
5711           Source/cmCMakeMinimumRequired.h, Source/cmCPluginAPI.h,
5712           Source/cmCTest.cxx, Source/cmConfigureFileCommand.h,
5713           Source/cmCreateTestSourceList.h, Source/cmElseCommand.h,
5714           Source/cmEnableLanguageCommand.h,
5715           Source/cmEnableTestingCommand.h, Source/cmEndForEachCommand.h,
5716           Source/cmEndIfCommand.h, Source/cmEndWhileCommand.h,
5717           Source/cmExecProgramCommand.h, Source/cmFLTKWrapUICommand.h,
5718           Source/cmFileCommand.h, Source/cmForEachCommand.h,
5719           Source/cmGetCMakePropertyCommand.h,
5720           Source/cmGetDirectoryPropertyCommand.h,
5721           Source/cmGetSourceFilePropertyCommand.h,
5722           Source/cmGetTargetPropertyCommand.h,
5723           Source/cmGetTestPropertyCommand.h,
5724           Source/cmGlobalVisualStudio7Generator.h,
5725           Source/cmGlobalVisualStudio8Generator.cxx,
5726           Source/cmGlobalXCodeGenerator.cxx,
5727           Source/cmGlobalXCodeGenerator.h, Source/cmIfCommand.cxx,
5728           Source/cmIfCommand.h, Source/cmIncludeCommand.h,
5729           Source/cmInstallFilesCommand.h, Source/cmInstallTargetsCommand.h,
5730           Source/cmLoadCacheCommand.h, Source/cmLocalGenerator.cxx,
5731           Source/cmLocalUnixMakefileGenerator3.cxx,
5732           Source/cmLocalVisualStudio7Generator.cxx,
5733           Source/cmMacroCommand.h, Source/cmMakefile.cxx,
5734           Source/cmMarkAsAdvancedCommand.h, Source/cmMessageCommand.h,
5735           Source/cmOrderLinkDirectories.cxx,
5736           Source/cmOrderLinkDirectories.h, Source/cmQTWrapCPPCommand.h,
5737           Source/cmQTWrapUICommand.h, Source/cmSetCommand.h,
5738           Source/cmSetSourceFilesPropertiesCommand.h,
5739           Source/cmSetTargetPropertiesCommand.h,
5740           Source/cmSetTestsPropertiesCommand.h, Source/cmSourceFile.cxx,
5741           Source/cmSourceGroupCommand.h, Source/cmSubdirCommand.h,
5742           Source/cmSystemTools.cxx, Source/cmTarget.cxx,
5743           Source/cmTryCompileCommand.h, Source/cmTryRunCommand.h,
5744           Source/cmVariableRequiresCommand.h, Source/cmWhileCommand.h,
5745           Source/cmWriteFileCommand.h, Source/cmXCode21Object.cxx,
5746           Source/cmXCodeObject.cxx, Source/cmXCodeObject.h,
5747           Source/ctest.cxx, Source/CTest/cmCTestBuildHandler.cxx,
5748           Source/CTest/cmCTestScriptHandler.h,
5749           Source/CTest/cmCTestSubmitHandler.cxx,
5750           Source/CTest/cmCTestTestHandler.cxx,
5751           Source/CTest/cmCTestTestHandler.h, Source/kwsys/ProcessUNIX.c,
5752           Source/kwsys/ProcessWin32.c, Source/kwsys/SystemTools.cxx,
5753           Tests/ExternalOBJ/CMakeLists.txt, Tests/Wrapping/CMakeLists.txt,
5754           Utilities/Release/CMake.nsi.in: ENH: merge fixes from main tree,
5755           see ChangeLog.manual
5757 2005-11-23 10:27  hoffman
5759         * Source/cmTarget.cxx: ENH: executable prefix and post fix
5760           variables should not be the same as the executable extension
5762 2005-11-23 05:35  andy
5764         * Source/cmVersion.cxx: STYLE: Nightly Version update
5766 2005-11-22 17:03  king
5768         * Source/: cmMakefile.cxx, cmTarget.cxx: BUG: Do not expand escape
5769           sequences when re-expanding variables in include directories,
5770           link directories, and link libraries.
5772 2005-11-22 16:59  king
5774         * Source/cmOrderLinkDirectories.cxx: BUG: Do not accept a directory
5775           name as a library.
5777 2005-11-22 16:08  hoffman
5779         * Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
5780           BUG: fix for bug 2357, do not allow targets to link to
5781           directories
5783 2005-11-22 15:15  hoffman
5785         * Source/CTest/cmCTestScriptHandler.h: BUG: fix spelling error
5787 2005-11-22 13:37  king
5789         * Source/: cmGlobalVisualStudio7Generator.h,
5790           cmGlobalVisualStudio8Generator.cxx,
5791           cmLocalVisualStudio7Generator.cxx: BUG: Tweak VS8 generator to
5792           keep VS8 happy.  The .vcproj files need their own GUIDs in a
5793           ProjectGUID attribute.  The top level .sln file needs a special
5794           comment at the top to allow it to be opened with double-click in
5795           explorer.
5797 2005-11-22 13:36  king
5799         * CMakeLists.txt: COMP: Define _CRT_SECURE_NO_DEPRECATE to build
5800           CMake itself on VS8.  This disables 1000s of deprecation warnings
5801           about standard code.
5803 2005-11-22 12:04  hoffman
5805         * Modules/Platform/Windows-cl.cmake: BUG: fix for bug 2488
5807 2005-11-22 11:44  hoffman
5809         * Modules/Platform/: Linux-icpc.cmake, SunOS.cmake: ENH: more
5810           compiler flags
5812 2005-11-22 11:35  king
5814         * Source/cmSetTargetPropertiesCommand.h: STYLE: Fixed documentation
5815           to state target_EXPORTS default right after DEFINE_SYMBOL
5816           documentation instead of many sentences later in a random place.
5818 2005-11-22 11:33  king
5820         * Modules/FindQt3.cmake: BUG: QT_DEFINITIONS should not be quoted.
5821           This addresses bug#2481.
5823 2005-11-22 11:28  hoffman
5825         * Modules/CMakeTestJavaCompiler.cmake: ENH: set java compiler works
5827 2005-11-22 05:18  andy
5829         * Source/cmVersion.cxx: STYLE: Nightly Version update
5831 2005-11-21 05:18  andy
5833         * Source/cmVersion.cxx: STYLE: Nightly Version update
5835 2005-11-20 05:30  andy
5837         * Source/cmVersion.cxx: STYLE: Nightly Version update
5839 2005-11-19 09:40  hoffman
5841         * Source/: cmLocalVisualStudio7Generator.cxx,
5842           cmSetTargetPropertiesCommand.h: ENH: add some more properties for
5843           visual studio projects
5845 2005-11-19 08:29  hoffman
5847         * Source/cmLocalVisualStudio7Generator.cxx: COMP: fix compile error
5849 2005-11-19 08:04  hoffman
5851         * Source/cmTryRunCommand.h: ENH: fix docs
5853 2005-11-19 05:22  andy
5855         * Source/cmVersion.cxx: STYLE: Nightly Version update
5857 2005-11-18 17:07  andy
5859         * Source/CPack/: cmCPackGenerators.cxx,
5860           cmCPackGenericGenerator.cxx, cmCPackGenericGenerator.h,
5861           cmCPackTGZGenerator.cxx, cpack.cxx: ENH: Use cmMakefile instead
5862           for the options, more cleanups and start working on NSIS
5864 2005-11-18 17:07  andy
5866         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
5867           another signature for FindProgram that takes the list of names
5869 2005-11-18 17:06  andy
5871         * Source/CMakeLists.txt: ENH: Add NSIS
5873 2005-11-18 16:59  hoffman
5875         * Source/cmXCodeObject.cxx: ENH: more chars need quotes
5877 2005-11-18 15:03  martink
5879         * Utilities/Release/CMake.nsi.in: BUG: fixe dproblem with not
5880           uninstalling start menu entries
5882 2005-11-18 14:12  hoffman
5884         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
5885           ENH: fixes for Xcode 2.2
5887 2005-11-18 10:40  hoffman
5889         * Source/CTest/cmCTestBuildHandler.cxx: ENH: add new error regex
5891 2005-11-18 10:36  king
5893         * Modules/Platform/Windows-cl.cmake,
5894           Modules/Platform/Windows-icl.cmake,
5895           Modules/Platform/Windows-ifort.cmake,
5896           Source/cmLocalVisualStudio7Generator.cxx: BUG: Fixed
5897           flag-to-vcproj-attribute conversion code to work again (it was
5898           broken by the optimization changes).  Added conversion of /nologo
5899           flag to SuppressStartupBanner attribute and /Gy flag to
5900           EnableFunctionLevelLinking attribute.
5902 2005-11-17 16:49  king
5904         * Tests/Wrapping/CMakeLists.txt: COMP: Need target-level dependency
5905           from wrapper targets on Wrap executable target.
5907 2005-11-17 15:57  king
5909         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Fixed XML escapes
5910           for custom commands.  Also added escaping of newlines for VS
5911           2005.
5913 2005-11-17 15:44  king
5915         * Source/: cmCTest.cxx, cmSystemTools.cxx: BUG: Do not dereference
5916           an end iterator.
5918 2005-11-17 13:49  king
5920         * Source/cmLocalUnixMakefileGenerator3.cxx,
5921           Source/cmSourceFile.cxx, Tests/ExternalOBJ/CMakeLists.txt: BUG:
5922           Fixed support for external object files built by custom commands.
5923           Also added a test to keep it working.
5925 2005-11-17 11:44  martink
5927         * Source/: cmVariableRequiresCommand.h, cmWhileCommand.h,
5928           cmWriteFileCommand.h: STYLE: fix docs
5930 2005-11-17 11:37  martink
5932         * Source/: cmTryCompileCommand.h, cmTryRunCommand.h: STYLE: fix
5933           docs
5935 2005-11-17 11:20  martink
5937         * Source/cmSubdirCommand.h: STYLE: fix docs
5939 2005-11-17 11:04  martink
5941         * Source/cmSourceGroupCommand.h: STYLE: fix docs
5943 2005-11-17 10:41  martink
5945         * Source/cmSetTargetPropertiesCommand.h: STYLE: fix docs
5947 2005-11-17 10:36  martink
5949         * Source/cmSetSourceFilesPropertiesCommand.h: STYLE: fix docs
5951 2005-11-17 10:28  martink
5953         * Source/: cmQTWrapUICommand.h, cmSetCommand.h: STYLE: fix docs
5955 2005-11-17 10:20  martink
5957         * Source/: cmMessageCommand.h, cmQTWrapCPPCommand.h: STYLE: fix
5958           docs
5960 2005-11-17 09:44  martink
5962         * Source/cmIfCommand.cxx: BUG: clean up scoping
5964 2005-11-17 09:32  martink
5966         * Source/: cmIfCommand.cxx: BUG: fix incrementing past end
5968 2005-11-17 09:31  martink
5970         * Source/cmMarkAsAdvancedCommand.h: STYLE: fix docs
5972 2005-11-17 05:24  andy
5974         * Source/cmVersion.cxx: STYLE: Nightly Version update
5976 2005-11-16 14:41  martink
5978         * Source/cmMacroCommand.h: STYLE: fix docs
5980 2005-11-16 14:36  martink
5982         * Source/: cmInstallTargetsCommand.h, cmLoadCacheCommand.h: STYLE:
5983           fix docs
5985 2005-11-16 14:27  martink
5987         * Source/cmInstallFilesCommand.h: STYLE: fix docs
5989 2005-11-16 14:08  martink
5991         * Source/: cmIfCommand.h, cmIncludeCommand.h: STYLE: fix docs
5993 2005-11-16 14:02  martink
5995         * Source/cmGetTestPropertyCommand.h: STYLE: fix docs
5997 2005-11-16 13:13  hoffman
5999         * Source/: cmGlobalXCodeGenerator.cxx, cmXCode21Object.cxx,
6000           cmXCodeObject.cxx, cmXCodeObject.h: ENH: fixes for xcode21 and
6001           build styles and comments in the generated project
6003 2005-11-16 12:08  martink
6005         * Source/: cmGetSourceFilePropertyCommand.h,
6006           cmGetTargetPropertyCommand.h: STYLE: fix docs
6008 2005-11-16 12:05  martink
6010         * Source/cmGetDirectoryPropertyCommand.h: STYLE: fix docs
6012 2005-11-16 12:00  martink
6014         * Source/: cmForEachCommand.h, cmGetCMakePropertyCommand.h: STYLE:
6015           fix docs
6017 2005-11-16 11:57  martink
6019         * Source/cmFLTKWrapUICommand.h: STYLE: fix docs
6021 2005-11-16 11:39  king
6023         * Source/kwsys/ProcessUNIX.c: STYLE: Documented reference to "man
6024           select_tut".
6026 2005-11-16 11:36  king
6028         * Source/kwsys/ProcessWin32.c: BUG: Do not close handle obtained
6029           from GetModuleHandle which does not increase the reference count
6030           of the module.
6032 2005-11-16 11:25  martink
6034         * Source/cmFileCommand.h: STYLE: fix docs
6036 2005-11-16 10:40  martink
6038         * Source/cmExecProgramCommand.h: STYLE: fix docs
6040 2005-11-16 10:35  martink
6042         * Source/: cmEnableTestingCommand.h, cmEndForEachCommand.h,
6043           cmEndIfCommand.h, cmEndWhileCommand.h: STYLE: fix docs
6045 2005-11-16 10:31  martink
6047         * Source/: cmCreateTestSourceList.h, cmElseCommand.h,
6048           cmEnableLanguageCommand.h: STYLE: fix docs
6050 2005-11-16 10:26  martink
6052         * Source/: cmConfigureFileCommand.h: STYLE: fix docs
6054 2005-11-16 10:22  martink
6056         * Source/cmCMakeMinimumRequired.h: STYLE: fix docs
6058 2005-11-16 10:14  martink
6060         * Source/: cmAddLibraryCommand.h, cmAddSubDirectoryCommand.h:
6061           STYLE: fix docs
6063 2005-11-16 10:08  martink
6065         * Source/ctest.cxx: STYLE: removed some docs that did not make
6066           sense
6068 2005-11-16 06:30  andy
6070         * Source/cmVersion.cxx: STYLE: Nightly Version update
6072 2005-11-15 13:30  martink
6074         * Source/cmConfigureFileCommand.h: STYLE: updated comments
6076 2005-11-15 05:27  andy
6078         * Source/cmVersion.cxx: STYLE: Nightly Version update
6080 2005-11-14 14:21  hoffman
6082         * Modules/: CMakeCCompiler.cmake.in, CMakeTestCCompiler.cmake: BUG:
6083           fix SIZEOF VOIDP problem
6085 2005-11-14 12:29  andy
6087         * Source/: CMakeLists.txt, cmConfigure.cmake.h.in,
6088           CPack/cmCPackConfigure.h.in, CPack/cmCPackTGZGenerator.cxx,
6089           CPack/cmCPackTGZGenerator.h: ENH: More cross platform stuff
6091 2005-11-14 05:24  andy
6093         * Source/cmVersion.cxx: STYLE: Nightly Version update
6095 2005-11-13 05:20  andy
6097         * Source/cmVersion.cxx: STYLE: Nightly Version update
6099 2005-11-12 05:28  andy
6101         * Source/cmVersion.cxx: STYLE: Nightly Version update
6103 2005-11-11 14:39  andy
6105         * Source/CPack/cmCPackSTGZGenerator.cxx: ENH: Cleanup
6107 2005-11-11 14:32  andy
6109         * Source/CPack/cmCPackSTGZGenerator.cxx: ENH: Fix for sun
6111 2005-11-11 14:25  andy
6113         * Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
6114           CPack/cmCPackGenericGenerator.cxx,
6115           CPack/cmCPackGenericGenerator.h, CPack/cmCPackSTGZGenerator.cxx,
6116           CPack/cmCPackSTGZGenerator.h, CPack/cmCPackTGZGenerator.cxx,
6117           CPack/cmCPackTGZGenerator.h: ENH: Add support for self extracted
6118           tars
6120 2005-11-11 05:51  andy
6122         * Source/cmVersion.cxx: STYLE: Nightly Version update
6124 2005-11-10 15:15  andy
6126         * Source/: CMakeLists.txt, cmConfigure.cmake.h.in,
6127           CPack/cmCPackTGZGenerator.h: COMP: Fix building on Cygwin
6129 2005-11-10 15:13  martink
6131         * Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt: ENH: some
6132           fixes
6134 2005-11-10 15:10  martink
6136         * Tests/Tutorial/: Step1/tutorial.cxx, Step2/tutorial.cxx,
6137           Step3/tutorial.cxx, Step4/tutorial.cxx, Step5/tutorial.cxx: ENH:
6138           some fixes
6140 2005-11-10 14:36  andy
6142         * Source/: CMakeLists.txt, CPack/cmCPackGenerators.cxx,
6143           CPack/cmCPackGenerators.h, CPack/cmCPackGenericGenerator.cxx,
6144           CPack/cmCPackGenericGenerator.h, CPack/cmCPackTGZGenerator.cxx,
6145           CPack/cmCPackTGZGenerator.h, CPack/cpack.cxx: ENH: Start working
6146           on CPack
6148 2005-11-10 14:33  andy
6150         * Source/cmLocalGenerator.cxx: ENH: Make CMAKE_INSTALL_PREFIX to be
6151           optional (on by default)
6153 2005-11-10 14:32  andy
6155         * Source/CTest/cmCTestGenericHandler.h: ENH: More type macros
6157 2005-11-10 14:32  andy
6159         * Source/kwsys/Glob.hxx.in: COMP: Fix the building with Glob
6161 2005-11-10 14:31  andy
6163         * Source/kwsys/: CommandLineArguments.cxx,
6164           CommandLineArguments.hxx.in: ENH: Add method to delete the
6165           remaining arguments
6167 2005-11-10 14:28  hoffman
6169         * Modules/Platform/Windows-cl.cmake: ENH: add all libs
6171 2005-11-10 12:02  martink
6173         * Tests/Tutorial/: Step5/CMakeLists.txt, Step2/CMakeLists.txt,
6174           Step3/CMakeLists.txt, Step4/CMakeLists.txt,
6175           Step5/MathFunctions/CMakeLists.txt: ENH: some fixes
6177 2005-11-10 11:48  martink
6179         * Tests/Tutorial/Step5/MathFunctions/MakeTable.cxx: STYLE: fix
6180           spelling
6182 2005-11-10 10:55  martink
6184         * Source/CMakeLists.txt: ENH: added tutorial tests
6186 2005-11-10 10:55  martink
6188         * Source/CTest/cmCTestTestHandler.cxx: ENH: change the pass regexp
6189           so that it overrides the return value
6191 2005-11-10 10:51  martink
6193         * Tests/Tutorial/Step5/: CMakeLists.txt, TutorialConfig.h.in,
6194           tutorial.cxx, MathFunctions/CMakeLists.txt,
6195           MathFunctions/MakeTable.cxx, MathFunctions/MathFunctions.h,
6196           MathFunctions/mysqrt.cxx: ENH: step 5
6198 2005-11-10 10:50  martink
6200         * Tests/Tutorial/Step4/: CMakeLists.txt, TutorialConfig.h.in,
6201           tutorial.cxx, MathFunctions/CMakeLists.txt,
6202           MathFunctions/MathFunctions.h, MathFunctions/mysqrt.cxx: ENH:
6203           step 4
6205 2005-11-10 10:50  martink
6207         * Tests/Tutorial/Step3/: CMakeLists.txt, TutorialConfig.h.in,
6208           tutorial.cxx, MathFunctions/CMakeLists.txt,
6209           MathFunctions/MathFunctions.h, MathFunctions/mysqrt.cxx: ENH:
6210           step 3
6212 2005-11-10 04:48  andy
6214         * Source/cmVersion.cxx: STYLE: Nightly Version update
6216 2005-11-09 16:21  martink
6218         * Tests/Tutorial/: Step1/CMakeLists.txt, Step1/TutorialConfig.h.in,
6219           Step1/tutorial.cxx, Step2/CMakeLists.txt,
6220           Step2/TutorialConfig.h.in, Step2/tutorial.cxx,
6221           Step2/MathFunctions/CMakeLists.txt,
6222           Step2/MathFunctions/MathFunctions.h,
6223           Step2/MathFunctions/mysqrt.cxx: ENH: checkeed in step 1 and 2
6225 2005-11-09 11:14  andy
6227         * Source/cmSetTestsPropertiesCommand.h: STYLE: More comments
6229 2005-11-09 11:07  andy
6231         * Source/: cmSetTestsPropertiesCommand.h,
6232           CTest/cmCTestTestHandler.cxx, kwsys/CMakeLists.txt: ENH: Change
6233           flag to PASS_REGULAR_EXPRESSION and FAIL_REGULAR_EXPRESSION and
6234           add help in cmSetTestsPropertiesCommand
6236 2005-11-09 07:22  andy
6238         * Source/kwsys/CMakeLists.txt: COMP: Fix all dashboards
6240 2005-11-09 05:33  andy
6242         * Source/cmVersion.cxx: STYLE: Nightly Version update
6244 2005-11-08 17:59  andy
6246         * Source/kwsys/: CMakeLists.txt, testRegistry.cxx: ENH: Add test
6247           for output regular expression
6249 2005-11-08 17:59  andy
6251         * Source/: cmLocalGenerator.cxx, CTest/cmCTestTestHandler.cxx,
6252           CTest/cmCTestTestHandler.h: ENH: Add support for output reguilar
6253           expression
6255 2005-11-08 05:33  andy
6257         * Source/cmVersion.cxx: STYLE: Nightly Version update
6259 2005-11-07 05:34  andy
6261         * Source/cmVersion.cxx: STYLE: Nightly Version update
6263 2005-11-06 05:22  andy
6265         * Source/cmVersion.cxx: STYLE: Nightly Version update
6267 2005-11-05 04:18  andy
6269         * Source/cmVersion.cxx: STYLE: Nightly Version update
6271 2005-11-04 10:52  martink
6273         * Source/cmCPluginAPI.h: DOC: updated comment about the inherited
6274           ivar
6276 2005-11-04 09:28  andy
6278         * Modules/: CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake: ENH:
6279           Cleanup and unify
6281 2005-11-03 04:24  andy
6283         * Source/cmVersion.cxx: STYLE: Nightly Version update
6285 2005-11-02 13:59  martink
6287         * Modules/CheckLibraryExists.cmake: DOC: better documentation
6289 2005-11-02 13:51  martink
6291         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
6292           CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
6293           CheckLibraryExists.cmake, CheckSymbolExists.cmake,
6294           CheckVariableExists.cmake: DOC: better documentaiton
6296 2005-11-02 04:14  andy
6298         * Source/cmVersion.cxx: STYLE: Nightly Version update
6300 2005-10-31 12:09  andy
6302         * Source/cmVersion.cxx: STYLE: Nightly Version update
6304 2005-10-31 10:52  hoffman
6306         * Utilities/Release/release_dispatch.sh: ENH: change names of
6307           machine
6309 2005-10-31 10:48  hoffman
6311         * Utilities/Release/: cmake_release.sh: ENH: update revision
6312           numbers
6314 2005-10-31 10:01  hoffman
6316         * ChangeLog.manual, Source/cmFileTimeComparison.cxx,
6317           Source/cmLocalUnixMakefileGenerator3.cxx, Source/cmake.cxx: ENH:
6318           merge from main tree
6320 2005-10-30 08:01  andy
6322         * Source/cmVersion.cxx: STYLE: Nightly Version update
6324 2005-10-28 17:46  hoffman
6326         * Modules/: FindOpenAL.cmake, FindPhysFS.cmake, FindSDL.cmake,
6327           FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
6328           FindSDL_sound.cmake, FindSDL_ttf.cmake: ENH: changes from Eric
6329           Wing, bug 2249
6331 2005-10-28 11:52  hoffman
6333         * Source/cmWin32ProcessExecution.cxx: BUG: fix stack over write bug
6335 2005-10-28 11:51  hoffman
6337         * Utilities/Release/: CMake.nsi.in, MakeRelease.cmake.in: BUG: fix
6338           space in path probs
6340 2005-10-28 11:32  hoffman
6342         * Utilities/Release/: CMake.nsi.in, MakeRelease.cmake.in: BUG: fix
6343           release with spaces in the path
6345 2005-10-28 11:31  hoffman
6347         * Source/cmWin32ProcessExecution.cxx: BUG: fix stack write error
6349 2005-10-28 11:02  hoffman
6351         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: make the clean
6352           target work
6354 2005-10-27 13:57  king
6356         * Source/: cmFileTimeComparison.cxx, kwsys/SystemTools.cxx: ENH:
6357           Improved file modification time comparison on Windows to use
6358           GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle
6359           to get file times.  This results in a 30% reduction in time to do
6360           a build system check.
6362 2005-10-26 09:03  hoffman
6364         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
6366 2005-10-26 05:32  andy
6368         * Source/cmVersion.cxx: STYLE: Nightly Version update
6370 2005-10-25 05:32  andy
6372         * Source/cmVersion.cxx: STYLE: Nightly Version update
6374 2005-10-24 17:00  hoffman
6376         * ChangeLog.manual: [no log message]
6378 2005-10-24 15:43  hoffman
6380         * CMakeLists.txt, Modules/Platform/Windows-gcc.cmake,
6381           Source/cmBuildNameCommand.h, Source/cmFileCommand.cxx,
6382           Source/cmFileCommand.h,
6383           Source/cmGlobalUnixMakefileGenerator3.cxx,
6384           Source/cmGlobalUnixMakefileGenerator3.h,
6385           Source/cmLocalKdevelopGenerator.cxx,
6386           Source/cmLocalUnixMakefileGenerator3.cxx,
6387           Source/cmLocalUnixMakefileGenerator3.h,
6388           Source/cmOutputRequiredFilesCommand.cxx,
6389           Source/cmStringCommand.cxx, Source/cmStringCommand.h,
6390           Source/CTest/cmCTestTestHandler.cxx,
6391           Source/CTest/cmCTestUpdateHandler.cxx,
6392           Tests/StringFileTest/CMakeLists.txt,
6393           Tests/StringFileTest/StringFile.cxx: ENH: move stuff into the
6394           branch in prep for 2.2.2
6396 2005-10-24 05:29  andy
6398         * Source/cmVersion.cxx: STYLE: Nightly Version update
6400 2005-10-23 05:21  andy
6402         * Source/cmVersion.cxx: STYLE: Nightly Version update
6404 2005-10-22 05:51  andy
6406         * Source/cmVersion.cxx: STYLE: Nightly Version update
6408 2005-10-21 15:24  martink
6410         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix for bad
6411           placement of SILENT target
6413 2005-10-21 12:04  martink
6415         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: symlink issue
6417 2005-10-21 11:10  martink
6419         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix bad checkin
6420           that had debugging code in it
6422 2005-10-21 09:49  hoffman
6424         * Source/kwsys/testFail.c: ENH: try to get this thing to pass with
6425           cmake 2.2.1
6427 2005-10-21 04:43  andy
6429         * Source/cmVersion.cxx: STYLE: Nightly Version update
6431 2005-10-20 16:37  martink
6433         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix over checking
6434           of build system
6436 2005-10-20 16:37  martink
6438         * Source/cmake.cxx: STYLE: minor cleanup
6440 2005-10-20 15:03  martink
6442         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for def files
6443           and new local target link lines
6445 2005-10-20 14:25  martink
6447         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: missing
6448           check_build_system for all target
6450 2005-10-20 13:40  martink
6452         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
6453           cmGlobalUnixMakefileGenerator3.h,
6454           cmLocalUnixMakefileGenerator3.cxx,
6455           cmLocalUnixMakefileGenerator3.h: ENH: big cleanup and fix for
6456           jump commands
6458 2005-10-20 10:10  hoffman
6460         * Source/: cmStringCommand.cxx, cmStringCommand.h: BUG: end is not
6461           really end, but rather length
6463 2005-10-20 04:37  andy
6465         * Source/cmVersion.cxx: STYLE: Nightly Version update
6467 2005-10-19 13:23  martink
6469         * Source/cmLocalUnixMakefileGenerator3.cxx: COMP: fix compiler
6470           error
6472 2005-10-19 11:00  andy
6474         * Source/: cmCTest.cxx, CTest/cmCTestUpdateHandler.cxx: ENH: More
6475           output
6477 2005-10-19 11:00  andy
6479         * Source/CTest/cmCTestTestHandler.cxx: BUG: Initialize to something
6480           resonable
6482 2005-10-19 10:47  andy
6484         * Source/kwsys/: Glob.cxx, Glob.hxx.in: COMP: More namespace fixes
6485           to build on HP
6487 2005-10-19 10:03  martink
6489         * Source/: cmLocalUnixMakefileGenerator3.cxx,
6490           cmLocalUnixMakefileGenerator3.h: BUG: cd into local directory to
6491           reduce link line length
6493 2005-10-19 08:42  andy
6495         * Source/kwsys/Glob.cxx: COMP: Fix namespace. This way kwsys can be
6496           built outside cmake
6498 2005-10-19 04:41  andy
6500         * Source/cmVersion.cxx: STYLE: Nightly Version update
6502 2005-10-18 16:35  hoffman
6504         * Source/cmOutputRequiredFilesCommand.cxx: ENH: fix test
6506 2005-10-18 16:10  hoffman
6508         * Source/cmOutputRequiredFilesCommand.cxx: ENH: add .txx files and
6509           put the start directory in the search path
6511 2005-10-18 16:09  hoffman
6513         * Source/cmLocalKdevelopGenerator.cxx: ENH: unused include
6515 2005-10-18 16:09  hoffman
6517         * Source/cmBuildNameCommand.h: ENH: spelling
6519 2005-10-18 14:08  andy
6521         * bootstrap, Source/kwsys/CMakeLists.txt, Source/kwsys/Glob.cxx,
6522           Source/kwsys/Glob.hxx.in: ENH: Push glob to the kwsys
6524 2005-10-18 13:25  andy
6526         * Modules/Platform/Windows-gcc.cmake: COMP: On mingw, -fPIC is not
6527           necessary and it actually produces warnings
6529 2005-10-18 13:22  andy
6531         * Tests/MathTest/CMakeLists.txt: ENH: More tests
6533 2005-10-18 09:42  andy
6535         * Source/cmStringCommand.cxx: COMP: Remove warning
6537 2005-10-18 04:37  andy
6539         * Source/cmVersion.cxx: STYLE: Nightly Version update
6541 2005-10-17 21:34  hoffman
6543         * Source/: cmFileTimeComparison.cxx, cmFileTimeComparison.h: add
6544           missing file
6546 2005-10-17 16:53  andy
6548         * Source/: cmExprParser.cxx, cmExprParser.y: ENH: Fix precedence
6550 2005-10-17 16:42  andy
6552         * Source/: CMakeLists.txt, cmCommands.cxx, cmExprLexer.cxx,
6553           cmExprLexer.h, cmExprLexer.in.l, cmExprParser.cxx,
6554           cmExprParser.y, cmExprParserHelper.cxx, cmExprParserHelper.h,
6555           cmExprParserTokens.h, cmMathCommand.cxx, cmMathCommand.h,
6556           cmStringCommand.cxx: ENH: Add rudamentary mathematical expression
6557           support
6559 2005-10-17 16:39  andy
6561         * Tests/MathTest/: CMakeLists.txt, MathTestExec.cxx,
6562           MathTestTests.h.in: ENH: Add math test
6564 2005-10-17 09:58  king
6566         * Source/: cmDependsFortranLexer.cxx, cmDependsFortranLexer.in.l:
6567           BUG: Lexer should be case insensitive so flex should be run with
6568           -i option.  This partially addresses bug#2361.
6570 2005-10-17 09:56  andy
6572         * Source/cmStringCommand.cxx, Source/cmStringCommand.h,
6573           Tests/StringFileTest/CMakeLists.txt,
6574           Tests/StringFileTest/StringFile.cxx: ENH: Add String length and
6575           substring
6577 2005-10-17 09:10  andy
6579         * Source/cmFileCommand.cxx, Source/cmFileCommand.h,
6580           Source/cmStringCommand.cxx, Source/cmStringCommand.h,
6581           Tests/StringFileTest/CMakeLists.txt,
6582           Tests/StringFileTest/StringFile.cxx: ENH: Add regular string
6583           replace (not regex), and relative path command. Also add tests
6585 2005-10-17 09:09  andy
6587         * Source/CTest/cmCTestTestHandler.cxx: BUG: If test passes but it
6588           should fail, report an error
6590 2005-10-17 08:49  hoffman
6592         * ChangeLog.manual, bootstrap, Modules/CMakeCXXInformation.cmake,
6593           Modules/FindJNI.cmake, Modules/FindJava.cmake,
6594           Source/CMakeLists.txt, Source/cmDepends.cxx, Source/cmDepends.h,
6595           Source/cmDependsC.cxx, Source/cmGlobalUnixMakefileGenerator3.cxx,
6596           Source/cmGlobalUnixMakefileGenerator3.h,
6597           Source/cmLocalUnixMakefileGenerator3.cxx, Source/cmMakefile.cxx,
6598           Source/cmTarget.h, Source/cmake.cxx, Source/cmake.h,
6599           Source/CTest/cmCTestBuildHandler.cxx: ENH: merge fixes from main
6600           tree
6602 2005-10-17 04:45  andy
6604         * Source/cmVersion.cxx: STYLE: Nightly Version update
6606 2005-10-16 04:42  andy
6608         * Source/cmVersion.cxx: STYLE: Nightly Version update
6610 2005-10-15 04:43  andy
6612         * Source/cmVersion.cxx: STYLE: Nightly Version update
6614 2005-10-14 05:24  andy
6616         * Source/cmVersion.cxx: STYLE: Nightly Version update
6618 2005-10-13 10:30  andy
6620         * Source/CTest/cmCTestBuildHandler.cxx: ENH: More error exceptions
6622 2005-10-13 10:07  andy
6624         * Source/: cmDepends.cxx, cmFileTimeComparison.cxx: BUG: Fix logic
6625           to return true when the file was already statted. Also, use
6626           nanosecond percision if available. Remove debug
6628 2005-10-13 05:14  andy
6630         * Source/cmVersion.cxx: STYLE: Nightly Version update
6632 2005-10-12 13:52  andy
6634         * Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
6635           cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
6636           cmDependsJava.cxx, cmDependsJava.h,
6637           cmLocalUnixMakefileGenerator3.cxx: ENH: Improve performance of
6638           check build system by creating another file that is simpler to
6639           parse and therefore much faster overall
6641 2005-10-12 13:51  andy
6643         * Source/: cmake.cxx, cmake.h: ENH: Optimize performance by caching
6644           stat results
6646 2005-10-12 13:50  andy
6648         * Source/cmFileTimeComparison.cxx: COMP: Windows fixes
6650 2005-10-12 13:36  andy
6652         * bootstrap, Source/CMakeLists.txt,
6653           Source/cmFileTimeComparison.cxx, Source/cmFileTimeComparison.h:
6654           ENH: Add file time comparison code
6656 2005-10-12 12:08  andy
6658         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: ENH: Add an
6659           accessor for the maximum file length
6661 2005-10-12 05:16  andy
6663         * Source/cmVersion.cxx: STYLE: Nightly Version update
6665 2005-10-11 05:19  andy
6667         * Source/cmVersion.cxx: STYLE: Nightly Version update
6669 2005-10-10 11:49  martink
6671         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
6672           cmGlobalUnixMakefileGenerator3.h, cmMakefile.cxx, cmTarget.h:
6673           ENH: some fixes for better backwards compatibility
6675 2005-10-10 05:09  andy
6677         * Source/cmVersion.cxx: STYLE: Nightly Version update
6679 2005-10-09 05:07  andy
6681         * Source/cmVersion.cxx: STYLE: Nightly Version update
6683 2005-10-08 05:09  andy
6685         * Source/cmVersion.cxx: STYLE: Nightly Version update
6687 2005-10-07 11:36  andy
6689         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Add support for
6690           setting the maximum number of errors and warnings reported. This
6691           should fix Bug #2318 - The maximum number of errors to report is
6692           fixed to 50
6694 2005-10-07 05:26  andy
6696         * Source/cmVersion.cxx: STYLE: Nightly Version update
6698 2005-10-06 17:16  barre
6700         * Source/kwsys/: CMakeLists.txt, testSystemTools.bin,
6701           testSystemTools.cxx, testSystemTools.h.in: ENH: CMake kills me
6702           (so does Cygwin)
6704 2005-10-06 15:28  hoffman
6706         * ChangeLog.manual, Source/cmGetSourceFilePropertyCommand.h,
6707           Source/cmGetTargetPropertyCommand.h,
6708           Source/cmGetTestPropertyCommand.cxx, Source/cmListFileLexer.c,
6709           Source/cmListFileLexer.in.l,
6710           Source/cmLocalVisualStudio7Generator.cxx, Source/cmake.cxx,
6711           Source/cmake.h, Source/cmakemain.cxx,
6712           Source/CTest/cmCTestTestCommand.cxx,
6713           Source/CTest/cmCTestTestCommand.h,
6714           Source/CTest/cmCTestTestHandler.cxx,
6715           Utilities/Release/Release.cmake: ENH: merge bug fixes from main
6716           trunk
6718 2005-10-06 15:10  martink
6720         * Utilities/Release/Release.cmake: ENH: some fixes for missing vars
6721           and missing libs
6723 2005-10-06 05:18  andy
6725         * Source/cmVersion.cxx: STYLE: Nightly Version update
6727 2005-10-05 16:06  barre
6729         * Source/kwsys/: CMakeLists.txt, testSystemTools.cxx,
6730           testSystemTools.h.in: ENH: avoid the use of GET_TARGET_PROPERTY
6731           by testing the CMake executable instead of the test executable
6733 2005-10-05 13:11  king
6735         * Source/kwsys/CMakeLists.txt: BUG: Reverting fundamental type info
6736           change until it is fixed on more platforms.  It was tested on
6737           Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8,
6738           Borland Make, and cygwin by hand with spaces in the path and
6739           cmake 2.0 and 2.2 before committing but still seems to be failing
6740           on some dashboards...strange.
6742 2005-10-05 05:17  andy
6744         * Source/cmVersion.cxx: STYLE: Nightly Version update
6746 2005-10-04 16:40  barre
6748         * Source/: cmBootstrapCommands.cxx, cmCommands.cxx: ENH: the test
6749           for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake
6750           bootstrap
6752 2005-10-04 15:09  barre
6754         * Source/kwsys/: CMakeLists.txt, testSystemTools.cxx,
6755           testSystemTools.h.in: ENH: add kwsys test for DetectFileType
6757 2005-10-04 10:58  andy
6759         * Source/: cmCTest.cxx, CTest/cmCTestSubmitHandler.cxx: ENH: More
6760           verbosity
6762 2005-10-04 05:02  andy
6764         * Source/cmVersion.cxx: STYLE: Nightly Version update
6766 2005-10-03 14:44  king
6768         * Source/kwsys/: CMakeLists.txt, kwsysPlatformCxxTests.cxx: ENH:
6769           Converting FundamentalType try-compiles into a single try-run.
6770           All the information about the existence, size, and signedness of
6771           types can be determined in one program thanks to limits.h.
6773 2005-10-03 14:33  king
6775         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Double-quotes in
6776           definitions must be escaped.
6778 2005-10-03 05:03  andy
6780         * Source/cmVersion.cxx: STYLE: Nightly Version update
6782 2005-10-02 05:01  andy
6784         * Source/cmVersion.cxx: STYLE: Nightly Version update
6786 2005-10-01 05:03  andy
6788         * Source/cmVersion.cxx: STYLE: Nightly Version update
6790 2005-09-29 04:55  andy
6792         * Source/cmVersion.cxx: STYLE: Nightly Version update
6794 2005-09-28 04:55  andy
6796         * Source/cmVersion.cxx: STYLE: Nightly Version update
6798 2005-09-27 04:54  andy
6800         * Source/cmVersion.cxx: STYLE: Nightly Version update
6802 2005-09-26 04:55  andy
6804         * Source/cmVersion.cxx: STYLE: Nightly Version update
6806 2005-09-24 04:57  andy
6808         * Source/cmVersion.cxx: STYLE: Nightly Version update
6810 2005-09-23 17:47  hoffman
6812         * Source/FLTKDialog/: CMakeSetupGUI.fl,
6813           CMakeSetupGUIImplementation.cxx, CMakeSetupGUIImplementation.h,
6814           FLTKDialog.cxx, FLTKDialog.dsp, FLTKPropertyItemRow.cxx,
6815           FLTKPropertyItemRow.h, FLTKPropertyList.cxx, FLTKPropertyList.h,
6816           CMakeLists.txt: ENH: try to find a gui for the Mac
6818 2005-09-23 14:39  hoffman
6820         * Modules/CMakeCXXInformation.cmake: ENH: remove -lgcc used by
6821           crazy coverage stuff
6823 2005-09-23 14:38  hoffman
6825         * Modules/: FindJNI.cmake, FindJava.cmake: ENH: java fixes from
6826           Mathieu
6828 2005-09-23 12:50  martink
6830         * Source/cmake.cxx: BUG: the -P option was not working with
6831           relative paths and a couple types
6833 2005-09-23 04:54  andy
6835         * Source/cmVersion.cxx: STYLE: Nightly Version update
6837 2005-09-22 09:58  andy
6839         * Source/kwsys/Registry.cxx: COMP: Try to remove warnings
6841 2005-09-22 05:06  andy
6843         * Source/cmVersion.cxx: STYLE: Nightly Version update
6845 2005-09-21 14:15  king
6847         * Source/kwsys/kwsysPlatformCxxTests.cmake: ENH: Updated to use
6848           modern FILE command for writing to output logs instead of
6849           WRITE_FILE.
6851 2005-09-21 13:42  king
6853         * Source/kwsys/kwsys_ios_sstream.h.in: BUG: kwsys_ios namespace
6854           should import streambuf also.
6856 2005-09-21 13:31  king
6858         * Source/: cmGetSourceFilePropertyCommand.h,
6859           cmGetTargetPropertyCommand.h, cmake.h, cmakemain.cxx: BUG:
6860           Corrected and updated documentation of the -P option, -C option,
6861           GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY
6862           command.
6864 2005-09-21 10:32  martink
6866         * Source/: cmCommands.cxx, cmITKWrapTclCommand.cxx,
6867           cmITKWrapTclCommand.h: ENH: removed ITK command
6869 2005-09-21 05:10  andy
6871         * Source/cmVersion.cxx: STYLE: Nightly Version update
6873 2005-09-20 15:08  andy
6875         * Source/CTest/cmCTestTestHandler.cxx: ENH: Properly report failed
6876           tests
6878 2005-09-20 12:50  martink
6880         * Tests/: LoadCommand/CMakeLists.txt,
6881           LoadCommand/CMakeCommands/cmTestCommand.c,
6882           LoadCommandOneConfig/CMakeLists.txt,
6883           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: increase
6884           coverage in loaded commands
6886 2005-09-20 10:42  andy
6888         * Source/kwsys/CMakeLists.txt: ENH: Make message into status
6890 2005-09-20 05:05  andy
6892         * Source/cmVersion.cxx: STYLE: Nightly Version update
6894 2005-09-19 17:20  king
6896         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: BUG: When an
6897           unquoted argument contains a pair of matching double quotes
6898           spaces and tabs should be allowed in-between.  This allows
6899           arguments like -DFOO='"bar zot"' to work.
6901 2005-09-19 16:19  andy
6903         * Source/kwsys/Registry.cxx: BUG: Remove warning and try to fix
6904           memory problem
6906 2005-09-19 15:15  andy
6908         * Source/kwsys/CMakeLists.txt: ENH: Test for both commands
6910 2005-09-19 15:11  andy
6912         * Source/CTest/cmCTestTestHandler.cxx: ENH: Modify output based on
6913           wether it is tested or memory checked
6915 2005-09-19 15:08  andy
6917         * Source/CTest/cmCTestTestCommand.h: BUG: This should fix memory
6918           checking
6920 2005-09-19 12:38  martink
6922         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
6924 2005-09-19 12:33  hoffman
6926         * Modules/FindQt4.cmake, Modules/FindQt4.cmake.bak,
6927           Modules/VTKCompatibility.cmake, Source/cmCTest.cxx: minor fixes
6928           for 2.2.1
6930 2005-09-19 12:19  hoffman
6932         * Modules/FindQt4.cmake: ENH: fix typo
6934 2005-09-19 12:17  hoffman
6936         * Modules/VTKCompatibility.cmake: ENH: remove message
6938 2005-09-19 04:45  andy
6940         * Source/cmVersion.cxx: STYLE: Nightly Version update
6942 2005-09-18 17:15  king
6944         * Source/kwsys/README.txt: STYLE: Added reference to documentation
6945           in CMakeLists.txt.
6947 2005-09-18 17:08  king
6949         * Source/kwsys/CMakeLists.txt: STYLE: Added backward compatibility
6950           disclaimer.
6952 2005-09-18 08:17  andy
6954         * Source/: cmGetTestPropertyCommand.cxx, kwsys/CMakeLists.txt: BUG:
6955           Fix which argument is which, also, fix the test to be less
6956           agressive
6958 2005-09-18 04:35  andy
6960         * Source/cmVersion.cxx: STYLE: Nightly Version update
6962 2005-09-17 11:31  andy
6964         * Source/CTest/cmCTestTestCommand.cxx: ENH: Fix memcheck command
6966 2005-09-17 09:53  andy
6968         * Source/kwsys/CMakeLists.txt: ENH: Add testing of
6969           GET_TEST_PROPERTY command
6971 2005-09-17 08:50  andy
6973         * Source/kwsys/Registry.cxx: BUG: On WIN32, since we are using
6974           subkey, set it
6976 2005-09-17 05:04  andy
6978         * Source/cmVersion.cxx: STYLE: Nightly Version update
6980 2005-09-16 15:30  andy
6982         * Source/kwsys/Registry.cxx: COMP: Remove unused variable
6984 2005-09-16 13:56  andy
6986         * Source/kwsys/: Registry.cxx, testRegistry.cxx: BUG: Fix encoding
6987           and add deleting to the test
6989 2005-09-16 13:38  andy
6991         * Source/kwsys/: Registry.cxx, Registry.hxx.in, testRegistry.cxx:
6992           ENH: Modify API a little bit to allow arbitrary length values.
6993           Encode certain characters. Rename UNIX registry to FILE registry.
6994           More testing
6996 2005-09-16 12:17  martink
6998         * Utilities/Release/cmake_release.sh: ENH: update revision numbers
7000 2005-09-16 10:57  hoffman
7002         * Utilities/Release/: MakeRelease.cmake.in, README, Release.cmake:
7003           move off branch
7005 2005-09-16 10:53  martink
7007         * Utilities/Release/: cmake_release.sh: ENH: update revision
7008           numbers
7010 2005-09-16 10:53  martink
7012         * Utilities/Release/MakeRelease.cmake.in: ENH: fix for
7013           CMAKE_COMMAND not being defined with -P
7015 2005-09-16 10:47  martink
7017         * Utilities/Release/cmake_release.sh: ENH: fix Bill
7019 2005-09-16 10:41  martink
7021         * Utilities/Release/: MakeRelease.cmake.in, Release.cmake: ENH: fix
7022           to syntax
7024 2005-09-16 10:32  martink
7026         * Utilities/Release/: Release.cmake, MakeRelease.cmake.in: ENH:
7027           added commit for release script
7029 2005-09-16 10:10  hoffman
7031         * Utilities/Release/MakeRelease.cmake.in: ENH: auto release stuff
7033 2005-09-16 10:09  andy
7035         * Source/kwsys/Registry.cxx: COMP: Remove problem on borland
7037 2005-09-16 09:21  andy
7039         * Source/kwsys/CMakeLists.txt: ENH: Enable registry, add test of
7040           SET_TESTS_PROPERTIES, rename tests for dart2
7042 2005-09-16 09:20  andy
7044         * Source/kwsys/Registry.cxx: COMP: Remove some more warnings
7046 2005-09-16 09:15  andy
7048         * Source/kwsys/: Registry.cxx, Registry.hxx.in: ENH: Cleanups and
7049           expose unix registry on windows (for cygwin etc)
7051 2005-09-16 09:08  andy
7053         * Source/kwsys/: Registry.cxx, Registry.hxx.in: COMP: Win32 fixes
7055 2005-09-16 08:38  andy
7057         * Source/kwsys/Registry.cxx: ENH: More handling of unix versus
7058           windows registry
7060 2005-09-16 08:20  andy
7062         * Source/kwsys/: Registry.cxx, Registry.hxx.in, testFail.c,
7063           testRegistry.cxx: ENH: Initial import
7065 2005-09-16 05:17  andy
7067         * Source/cmVersion.cxx: STYLE: Nightly Version update
7069 2005-09-15 17:22  andy
7071         * Source/cmCTest.cxx: ENH: Expose version of ctest
7073 2005-09-15 16:38  hoffman
7075         * CTestCustom.ctest.in, ChangeLog.manual, bootstrap,
7076           Docs/cmake-mode.el, Modules/CMakeAddNewLanguage.txt,
7077           Modules/CMakeTestRCCompiler.cmake, Modules/FindQt.cmake,
7078           Modules/FindQt.cmake.bak, Modules/FindQt3.cmake,
7079           Modules/FindQt4.cmake, Modules/FindQt4.cmake.bak,
7080           Modules/UseQt4.cmake, Source/CMakeLists.txt,
7081           Source/cmAddSubDirectoryCommand.cxx,
7082           Source/cmAddSubDirectoryCommand.h,
7083           Source/cmCommandArgumentParserHelper.cxx,
7084           Source/cmFileCommand.cxx,
7085           Source/cmGetDirectoryPropertyCommand.cxx,
7086           Source/cmGetDirectoryPropertyCommand.h,
7087           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
7088           Source/cmLocalGenerator.cxx, Source/cmOrderLinkDirectories.cxx,
7089           Source/cmTest.h, Source/CTest/cmCTestCoverageHandler.cxx,
7090           Source/CTest/cmCTestTestHandler.cxx,
7091           Source/CTest/cmCTestTestHandler.h,
7092           Source/CTest/Curl/CMakeLists.txt, Source/CTest/Curl/amigaos.c,
7093           Source/CTest/Curl/amigaos.h, Source/CTest/Curl/arpa_telnet.h,
7094           Source/CTest/Curl/base64.c, Source/CTest/Curl/base64.h,
7095           Source/CTest/Curl/ca-bundle.h, Source/CTest/Curl/config.h.in,
7096           Source/CTest/Curl/connect.c, Source/CTest/Curl/connect.h,
7097           Source/CTest/Curl/content_encoding.c,
7098           Source/CTest/Curl/content_encoding.h, Source/CTest/Curl/cookie.c,
7099           Source/CTest/Curl/cookie.h, Source/CTest/Curl/curl.copyright,
7100           Source/CTest/Curl/curl_memory.h, Source/CTest/Curl/curlx.h,
7101           Source/CTest/Curl/dict.c, Source/CTest/Curl/dict.h,
7102           Source/CTest/Curl/easy.c, Source/CTest/Curl/escape.c,
7103           Source/CTest/Curl/escape.h, Source/CTest/Curl/file.c,
7104           Source/CTest/Curl/file.h, Source/CTest/Curl/formdata.c,
7105           Source/CTest/Curl/formdata.h, Source/CTest/Curl/ftp.c,
7106           Source/CTest/Curl/ftp.h, Source/CTest/Curl/getdate.c,
7107           Source/CTest/Curl/getdate.h, Source/CTest/Curl/getenv.c,
7108           Source/CTest/Curl/getinfo.c, Source/CTest/Curl/getinfo.h,
7109           Source/CTest/Curl/hash.c, Source/CTest/Curl/hash.h,
7110           Source/CTest/Curl/hostares.c, Source/CTest/Curl/hostasyn.c,
7111           Source/CTest/Curl/hostip.c, Source/CTest/Curl/hostip.h,
7112           Source/CTest/Curl/hostip4.c, Source/CTest/Curl/hostip6.c,
7113           Source/CTest/Curl/hostsyn.c, Source/CTest/Curl/hostthre.c,
7114           Source/CTest/Curl/http.c, Source/CTest/Curl/http.h,
7115           Source/CTest/Curl/http_chunks.c, Source/CTest/Curl/http_chunks.h,
7116           Source/CTest/Curl/http_digest.c, Source/CTest/Curl/http_digest.h,
7117           Source/CTest/Curl/http_negotiate.c,
7118           Source/CTest/Curl/http_negotiate.h,
7119           Source/CTest/Curl/http_ntlm.c, Source/CTest/Curl/http_ntlm.h,
7120           Source/CTest/Curl/if2ip.c, Source/CTest/Curl/if2ip.h,
7121           Source/CTest/Curl/inet_ntoa_r.h, Source/CTest/Curl/inet_ntop.c,
7122           Source/CTest/Curl/inet_ntop.h, Source/CTest/Curl/inet_pton.c,
7123           Source/CTest/Curl/inet_pton.h, Source/CTest/Curl/krb4.c,
7124           Source/CTest/Curl/krb4.h, Source/CTest/Curl/ldap.c,
7125           Source/CTest/Curl/ldap.h, Source/CTest/Curl/llist.c,
7126           Source/CTest/Curl/llist.h, Source/CTest/Curl/md5.c,
7127           Source/CTest/Curl/md5.h, Source/CTest/Curl/memdebug.c,
7128           Source/CTest/Curl/memdebug.h, Source/CTest/Curl/mprintf.c,
7129           Source/CTest/Curl/multi.c, Source/CTest/Curl/netrc.c,
7130           Source/CTest/Curl/netrc.h, Source/CTest/Curl/nwlib.c,
7131           Source/CTest/Curl/progress.c, Source/CTest/Curl/progress.h,
7132           Source/CTest/Curl/security.c, Source/CTest/Curl/security.h,
7133           Source/CTest/Curl/sendf.c, Source/CTest/Curl/sendf.h,
7134           Source/CTest/Curl/setup.h, Source/CTest/Curl/share.c,
7135           Source/CTest/Curl/share.h, Source/CTest/Curl/speedcheck.c,
7136           Source/CTest/Curl/speedcheck.h, Source/CTest/Curl/ssluse.c,
7137           Source/CTest/Curl/ssluse.h, Source/CTest/Curl/strequal.c,
7138           Source/CTest/Curl/strequal.h, Source/CTest/Curl/strerror.c,
7139           Source/CTest/Curl/strerror.h, Source/CTest/Curl/strtok.c,
7140           Source/CTest/Curl/strtok.h, Source/CTest/Curl/strtoofft.c,
7141           Source/CTest/Curl/strtoofft.h, Source/CTest/Curl/telnet.c,
7142           Source/CTest/Curl/telnet.h, Source/CTest/Curl/timeval.c,
7143           Source/CTest/Curl/timeval.h, Source/CTest/Curl/transfer.c,
7144           Source/CTest/Curl/transfer.h, Source/CTest/Curl/url.c,
7145           Source/CTest/Curl/url.h, Source/CTest/Curl/urldata.h,
7146           Source/CTest/Curl/version.c,
7147           Source/CTest/Curl/CMake/CheckTypeSize.c.in,
7148           Source/CTest/Curl/CMake/CheckTypeSize.cmake,
7149           Source/CTest/Curl/CMake/CurlTests.c,
7150           Source/CTest/Curl/Platforms/WindowsCache.cmake,
7151           Source/CTest/Curl/Platforms/config-aix.h,
7152           Source/CTest/Curl/Testing/CMakeLists.txt,
7153           Source/CTest/Curl/Testing/curlgtk.c,
7154           Source/CTest/Curl/Testing/curltest.c,
7155           Source/CTest/Curl/Testing/ftpget.c,
7156           Source/CTest/Curl/Testing/ftpgetresp.c,
7157           Source/CTest/Curl/Testing/ftpupload.c,
7158           Source/CTest/Curl/Testing/getinmemory.c,
7159           Source/CTest/Curl/Testing/http-post.c,
7160           Source/CTest/Curl/Testing/httpput.c,
7161           Source/CTest/Curl/Testing/multithread.c,
7162           Source/CTest/Curl/Testing/persistant.c,
7163           Source/CTest/Curl/Testing/postit2.c,
7164           Source/CTest/Curl/Testing/sepheaders.c,
7165           Source/CTest/Curl/Testing/simple.c,
7166           Source/CTest/Curl/Testing/simplessl.c,
7167           Source/CTest/Curl/Testing/testconfig.h.in,
7168           Source/CTest/Curl/Testing/win32sockets.c,
7169           Source/CTest/Curl/curl/curl.h, Source/CTest/Curl/curl/curlver.h,
7170           Source/CTest/Curl/curl/easy.h, Source/CTest/Curl/curl/mprintf.h,
7171           Source/CTest/Curl/curl/multi.h,
7172           Source/CTest/Curl/curl/stdcheaders.h,
7173           Source/CTest/Curl/curl/types.h, Tests/OutOfSource/CMakeLists.txt,
7174           Tests/OutOfSource/testdp.h.in,
7175           Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
7176           Tests/OutOfSource/OutOfSourceSubdir/simple.cxx,
7177           Tests/OutOfSource/SubDir/CMakeLists.txt,
7178           Tests/Wrapping/CMakeLists.txt, Utilities/Release/CMake.nsi.in:
7179           Merge more changes from main trunk
7181 2005-09-15 16:06  andy
7183         * Source/CTest/cmCTestCoverageHandler.cxx: COMP: Too fast commit
7185 2005-09-15 16:03  andy
7187         * Source/CTest/cmCTestCoverageHandler.cxx: BUG: Make sure full
7188           paths are collapsed
7190 2005-09-15 13:26  hoffman
7192         * Source/cmGlobalGenerator.cxx: ENH: fix warning
7194 2005-09-15 12:17  hoffman
7196         * Modules/CMakeAddNewLanguage.txt,
7197           Modules/CMakeTestRCCompiler.cmake, Source/cmGlobalGenerator.cxx:
7198           ENH: clean up EnableLanguage try to fix problem where try compile
7199           runs cmake
7201 2005-09-15 11:05  martink
7203         * CTestCustom.ctest.in: ENH: cleaner code coverage
7205 2005-09-15 04:53  andy
7207         * Source/cmVersion.cxx: STYLE: Nightly Version update
7209 2005-09-14 11:16  hoffman
7211         * Modules/FindQt4.cmake: ENH: only add optional qt stuff to
7212           QT_INCLUDES
7214 2005-09-14 09:12  hoffman
7216         * Modules/FindQt.cmake: ENH: if qt4 qmake is found then set
7217           QT_QMAKE_EXECUTABLE to that value so that the same one will be
7218           used in FindQt4.cmake
7220 2005-09-14 04:52  andy
7222         * Source/cmVersion.cxx: STYLE: Nightly Version update
7224 2005-09-13 12:55  martink
7226         * CTestCustom.ctest.in: ENH: coverage cleanup for non XCode builds
7228 2005-09-13 10:40  martink
7230         * Tests/OutOfSource/: CMakeLists.txt, testdp.h.in,
7231           OutOfSourceSubdir/CMakeLists.txt, OutOfSourceSubdir/simple.cxx:
7232           ENH: test get directory properties ability to get props from
7233           subdirs
7235 2005-09-13 10:39  martink
7237         * Source/: cmGetDirectoryPropertyCommand.cxx,
7238           cmGetDirectoryPropertyCommand.h, cmGlobalGenerator.cxx,
7239           cmGlobalGenerator.h: ENH: added DIRECTORY option to
7240           GET_DIRECTORY_PROPERTIES
7242 2005-09-13 10:33  martink
7244         * Docs/cmake-mode.el: ENH: missing get_directory_property command
7246 2005-09-13 09:25  hoffman
7248         * Modules/FindQt4.cmake: ENH: add some checks on the qmake install
7250 2005-09-13 08:52  hoffman
7252         * Modules/FindQt.cmake: ENH: fix if statement
7254 2005-09-13 04:52  andy
7256         * Source/cmVersion.cxx: STYLE: Nightly Version update
7258 2005-09-12 22:46  hoffman
7260         * Modules/FindQt.cmake: ENH: add docs for QT_REQUIRED
7262 2005-09-12 22:39  hoffman
7264         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: more findqt fixes
7266 2005-09-12 14:26  martink
7268         * Tests/OutOfSource/SubDir/CMakeLists.txt: ENH: convert to work
7269           with the new syntax for ADD_SUBDIRECTORY
7271 2005-09-12 13:46  martink
7273         * Source/: cmAddSubDirectoryCommand.cxx,
7274           cmAddSubDirectoryCommand.h: ENH: better format for
7275           ADD_SUBDIRECTORY command
7277 2005-09-12 11:43  hoffman
7279         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: add new place to
7280           search for qt4 in registry
7282 2005-09-12 11:25  hoffman
7284         * Modules/FindQt.cmake: ENH: fix typo
7286 2005-09-12 10:37  hoffman
7288         * Source/CMakeLists.txt: ENH: use the findqt3 from this cmake and
7289           not the one configureing cmake
7291 2005-09-12 10:33  hoffman
7293         * Modules/FindQt.cmake: ENH: add a better message
7295 2005-09-12 10:28  hoffman
7297         * Modules/FindQt3.cmake: ENH: add more libraries for qt3
7299 2005-09-12 09:55  hoffman
7301         * Modules/FindQt4.cmake: ENH: use correct variable for qmake
7303 2005-09-12 09:52  hoffman
7305         * Modules/FindQt4.cmake: ENH: add a better message
7307 2005-09-12 09:36  hoffman
7309         * Modules/FindQt.cmake: ENH: add some messages not errors for
7310           findqt
7312 2005-09-12 09:32  hoffman
7314         * Modules/FindQt3.cmake, Modules/FindQt4.cmake,
7315           Source/CMakeLists.txt, Tests/Wrapping/CMakeLists.txt: ENH: more
7316           qt changes
7318 2005-09-12 09:09  hoffman
7320         * Modules/UseQt4.cmake: ENH: add -D options for qt stuff
7322 2005-09-12 09:00  hoffman
7324         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: make sure the correct
7325           qmake is used
7327 2005-09-12 04:37  andy
7329         * Source/cmVersion.cxx: STYLE: Nightly Version update
7331 2005-09-11 04:50  andy
7333         * Source/cmVersion.cxx: STYLE: Nightly Version update
7335 2005-09-10 22:36  hoffman
7337         * Modules/FindQt.cmake: ENH: only print errors if QT_REQUIRED is
7338           set
7340 2005-09-10 10:33  hoffman
7342         * bootstrap, Modules/FindQt.cmake, Source/cmFileCommand.cxx: BUG:
7343           try to fix qt problems
7345 2005-09-10 04:55  andy
7347         * Source/cmVersion.cxx: STYLE: Nightly Version update
7349 2005-09-09 21:51  hoffman
7351         * Modules/FindQt.cmake, Modules/FindQt3.cmake,
7352           Modules/FindQt4.cmake, Tests/Wrapping/CMakeLists.txt: ENH: clean
7353           up the find qt stuff some
7355 2005-09-09 17:04  hoffman
7357         * Modules/: CheckQtInstalled.cmake, FindQt.cmake: ENH: try to fix
7358           this find qt stuff
7360 2005-09-09 13:23  martink
7362         * Utilities/Release/CMake.nsi.in: ENH: to support both admin and
7363           locla installs
7365 2005-09-09 11:32  hoffman
7367         * Modules/: CheckQtInstalled.cmake, FindQt.cmake: ENH: make FindQt
7368           default to qt3 and print a message, and add
7369           CheckQtInstalled.cmake
7371 2005-09-09 05:07  andy
7373         * Source/cmVersion.cxx: STYLE: Nightly Version update
7375 2005-09-08 15:26  hoffman
7377         * Source/cmCommandArgumentParserHelper.cxx: ENH: remove UMR
7379 2005-09-08 15:25  hoffman
7381         * Source/cmOrderLinkDirectories.cxx: BUG: fix spelling error
7383 2005-09-08 14:59  hoffman
7385         * ChangeLog.manual, Modules/CMakeCInformation.cmake,
7386           Modules/CMakeCXXInformation.cmake,
7387           Modules/CMakeDetermineJavaCompiler.cmake,
7388           Modules/CMakeFortranInformation.cmake, Modules/FindCurses.cmake,
7389           Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
7390           Modules/FindJava.cmake, Modules/FindMatlab.cmake,
7391           Modules/FindMotif.cmake, Modules/FindQt4.cmake,
7392           Modules/FindQt4.cmake.bak, Modules/FindZLIB.cmake,
7393           Modules/UseQt4.cmake, Modules/UseSWIG.cmake,
7394           Modules/VTKCompatibility.cmake, Source/cmGlobalGenerator.cxx,
7395           Source/cmGlobalXCodeGenerator.cxx,
7396           Source/cmGlobalXCodeGenerator.h,
7397           Source/cmOrderLinkDirectories.cxx: merge with main trunk
7399 2005-09-08 14:35  andy
7401         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
7402           BUG: fix xcode 15 (really bill Hoffman)
7404 2005-09-08 14:22  martink
7406         * Source/cmOrderLinkDirectories.cxx: BUG: bug num 1994 library
7407           linking when a config is not specified but debug and opt libs are
7409 2005-09-08 11:38  hoffman
7411         * Modules/: FindCurses.cmake, FindJPEG.cmake, FindZLIB.cmake: ENH:
7412           clean up some stuff
7414 2005-09-08 11:38  hoffman
7416         * Modules/UseSWIG.cmake: ENH: add ability to set outdir in swig
7418 2005-09-08 10:03  hoffman
7420         * Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
7421           FindJava.cmake: ENH: add support for java 1.5
7423 2005-09-08 10:01  hoffman
7425         * Modules/FindMatlab.cmake: ENH: add Matlab support
7427 2005-09-08 09:59  hoffman
7429         * Modules/FindMotif.cmake: ENH: add a find motif
7431 2005-09-08 09:58  hoffman
7433         * Modules/: FindQt4.cmake, UseQt4.cmake: ENH: add Ken Morelands
7434           fixes for FindQT
7436 2005-09-08 05:05  andy
7438         * Source/cmVersion.cxx: STYLE: Nightly Version update
7440 2005-09-07 17:05  hoffman
7442         * Modules/CMakeCInformation.cmake,
7443           Modules/CMakeCXXInformation.cmake,
7444           Modules/CMakeFortranInformation.cmake,
7445           Modules/VTKCompatibility.cmake, Source/cmGlobalGenerator.cxx:
7446           ENH: add a fix for VTK on the mac and a way to fix some projects
7447           with a single file in the cmake modules directory
7449 2005-09-07 05:00  andy
7451         * Source/cmVersion.cxx: STYLE: Nightly Version update
7453 2005-09-06 23:31  andy
7455         * Source/: cmLocalGenerator.cxx, cmTest.h,
7456           CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h: ENH:
7457           Add a way for test to intentionally fail
7459 2005-09-06 12:55  hoffman
7461         * ChangeLog.manual, bootstrap, Modules/CMakeGenericSystem.cmake,
7462           Modules/Platform/AIX.cmake, Source/CMakeLists.txt,
7463           Source/cmGlobalUnixMakefileGenerator3.cxx,
7464           Source/cmGlobalXCode21Generator.cxx,
7465           Source/cmGlobalXCode21Generator.h,
7466           Source/cmGlobalXCodeGenerator.cxx,
7467           Source/cmGlobalXCodeGenerator.h, Source/cmTryRunCommand.cxx,
7468           Source/cmXCode21Object.cxx, Source/cmXCode21Object.h,
7469           Source/cmXCodeObject.cxx, Source/cmXCodeObject.h,
7470           Source/CTest/cmCTestTestHandler.cxx,
7471           Source/kwsys/SharedForward.h.in,
7472           Tests/LoadCommand/CMakeLists.txt,
7473           Tests/LoadCommandOneConfig/CMakeLists.txt: Merge with main tree
7475 2005-09-06 05:04  andy
7477         * Source/cmVersion.cxx: STYLE: Nightly Version update
7479 2005-09-05 09:17  hoffman
7481         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.h: ENH: fix
7482           warnings
7484 2005-09-05 04:58  andy
7486         * Source/cmVersion.cxx: STYLE: Nightly Version update
7488 2005-09-04 04:46  andy
7490         * Source/cmVersion.cxx: STYLE: Nightly Version update
7492 2005-09-03 22:16  hoffman
7494         * bootstrap: ENH: fix bootstrap, maybe this should somehow grep awk
7495           the sources from the cmakelist file....
7497 2005-09-03 04:55  andy
7499         * Source/cmVersion.cxx: STYLE: Nightly Version update
7501 2005-09-02 16:29  hoffman
7503         * Source/: CMakeLists.txt, cmGlobalXCode21Generator.cxx,
7504           cmGlobalXCode21Generator.h, cmGlobalXCodeGenerator.cxx,
7505           cmGlobalXCodeGenerator.h, cmXCode21Object.cxx, cmXCode21Object.h,
7506           cmXCodeObject.cxx, cmXCodeObject.h: ENH: add real support for
7507           Xcode21
7509 2005-09-02 08:41  hoffman
7511         * Source/CMakeLists.txt: BUG: not all Macs are case insensitive if
7512           they mount nfs directories
7514 2005-09-02 05:05  andy
7516         * Source/cmVersion.cxx: STYLE: Nightly Version update
7518 2005-09-01 17:14  hoffman
7520         * Source/cmGlobalUnixMakefileGenerator3.cxx: ENH: fix NONE
7522 2005-09-01 05:01  andy
7524         * Source/cmVersion.cxx: STYLE: Nightly Version update
7526 2005-08-31 19:41  king
7528         * Source/kwsys/SharedForward.h.in: ENH: Added cygcheck knowledge
7529           for --ldd option on Cygwin.  Added error message for --ldd option
7530           when no tool is available but the option was still requested.
7532 2005-08-31 05:08  andy
7534         * Source/cmVersion.cxx: STYLE: Nightly Version update
7536 2005-08-30 13:58  hoffman
7538         * Source/cmGlobalXCodeGenerator.cxx, Source/cmTryRunCommand.cxx,
7539           Source/CTest/cmCTestTestHandler.cxx,
7540           Tests/LoadCommand/CMakeLists.txt,
7541           Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: use native
7542           Deployment and Development directories
7544 2005-08-30 04:59  andy
7546         * Source/cmVersion.cxx: STYLE: Nightly Version update
7548 2005-08-29 17:09  hoffman
7550         * Modules/Platform/AIX.cmake: ENH: add flags for debug release for
7551           aix
7553 2005-08-29 16:19  hoffman
7555         * CMakeLists.txt, ChangeLog.manual,
7556           Modules/CMakeTestCCompiler.cmake, Modules/FindJava.cmake,
7557           Modules/FindQt3.cmake, Source/CMakeLists.txt,
7558           Source/cmDependsC.cxx, Source/cmDependsC.h,
7559           Source/cmFileCommand.cxx, Source/cmGlobalXCodeGenerator.cxx,
7560           Source/cmLocalGenerator.cxx,
7561           Source/cmLocalUnixMakefileGenerator3.cxx,
7562           Source/cmLocalVisualStudio6Generator.cxx, Source/cmMakefile.cxx,
7563           Source/cmSetTargetPropertiesCommand.h, Source/cmSystemTools.cxx,
7564           Source/cmTarget.cxx, Source/cmTarget.h, Source/cmVersion.cxx,
7565           Source/cmake.cxx, Source/CTest/cmCTestBuildHandler.cxx,
7566           Source/CTest/cmCTestGenericHandler.cxx,
7567           Source/CTest/cmCTestTestHandler.cxx,
7568           Source/CTest/cmCTestTestHandler.h,
7569           Source/CTest/cmCTestUpdateCommand.cxx,
7570           Source/MFCDialog/CMakeSetupDialog.cpp,
7571           Source/kwsys/SharedForward.h.in, Source/kwsys/SystemTools.cxx,
7572           Templates/EXEHeader.dsptemplate,
7573           Tests/CustomCommand/CMakeLists.txt, Tests/CustomCommand/foo.h.in,
7574           Tests/CustomCommand/foo.in, Tests/SimpleInstall/CMakeLists.txt,
7575           Tests/SimpleInstallS2/CMakeLists.txt: ENH: merge with cvs again
7576           and change version
7578 2005-08-29 15:49  king
7580         * Modules/CMakeGenericSystem.cmake: ENH: Picking better default for
7581           CMAKE_INSTALL_PREFIX on Windows by using ProgramFiles environment
7582           variable.  Now that install actually works on Windows I'm making
7583           this entry non-advanced also.
7585 2005-08-29 04:57  andy
7587         * Source/cmVersion.cxx: STYLE: Nightly Version update
7589 2005-08-28 04:57  andy
7591         * Source/cmVersion.cxx: STYLE: Nightly Version update
7593 2005-08-27 05:04  andy
7595         * Source/cmVersion.cxx: STYLE: Nightly Version update
7597 2005-08-26 17:02  andy
7599         * Modules/FindJava.cmake: ENH: More paths for java
7601 2005-08-26 16:20  andy
7603         * Source/CTest/cmCTestGenericHandler.cxx: COMP: Simplify logic and
7604           remove sun compile error
7606 2005-08-26 05:00  andy
7608         * Source/cmVersion.cxx: STYLE: Nightly Version update
7610 2005-08-25 05:01  andy
7612         * Source/cmVersion.cxx: STYLE: Nightly Version update
7614 2005-08-24 11:18  andy
7616         * Source/CTest/cmCTestGenericHandler.cxx: BUG: Prevent from
7617           creating bogus files
7619 2005-08-24 04:54  andy
7621         * Source/cmVersion.cxx: STYLE: Nightly Version update
7623 2005-08-23 13:25  king
7625         * Modules/FindQt3.cmake: ENH: Added support for finding qt-mtedu,
7626           the educational version of Qt.
7628 2005-08-23 10:24  hoffman
7630         * Source/cmFileCommand.cxx: make sure correct path type is used
7632 2005-08-23 04:48  andy
7634         * Source/cmVersion.cxx: STYLE: Nightly Version update
7636 2005-08-22 04:52  andy
7638         * Source/cmVersion.cxx: STYLE: Nightly Version update
7640 2005-08-21 04:56  andy
7642         * Source/cmVersion.cxx: STYLE: Nightly Version update
7644 2005-08-20 05:01  andy
7646         * Source/cmVersion.cxx: STYLE: Nightly Version update
7648 2005-08-19 17:57  king
7650         * Source/cmLocalVisualStudio6Generator.cxx,
7651           Templates/EXEHeader.dsptemplate: BUG: Fixed OUTPUT_NAME feature
7652           for VS6 generator.  It was not working for Debug builds and was
7653           not paying attention to the executable output path.
7655 2005-08-19 17:56  king
7657         * Tests/: SimpleInstall/CMakeLists.txt,
7658           SimpleInstallS2/CMakeLists.txt: BUG: Install rule should take
7659           build configuration into account.
7661 2005-08-19 17:17  hoffman
7663         * Source/cmGlobalXCodeGenerator.cxx: ENH: add support for
7664           OUTPUT_NAME
7666 2005-08-19 10:13  andy
7668         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: If the scanner is
7669           not defined this would crash. For example when using new language
7671 2005-08-19 09:38  king
7673         * Source/cmake.cxx: ENH: Added cmake -E create_symlink command that
7674           behaves like ln -s.
7676 2005-08-19 09:29  king
7678         * Modules/CMakeTestCCompiler.cmake: BUG: Need to test void* not
7679           "void *" because the Intel compiler icc expands the asterisk.
7680           Thanks to Filipe Sousa for the patch.
7682 2005-08-19 09:22  king
7684         * Tests/: SimpleInstall/CMakeLists.txt,
7685           SimpleInstallS2/CMakeLists.txt: BUG: Removing exe VERSION
7686           attribute test until it is implemented in the XCode generator.
7688 2005-08-19 04:52  andy
7690         * Source/cmVersion.cxx: STYLE: Nightly Version update
7692 2005-08-18 16:17  andy
7694         * Source/CTest/cmCTestTestHandler.h: COMP: Add STD namespace
7696 2005-08-18 16:06  king
7698         * Source/kwsys/SharedForward.h.in: BUG: Fixed dirname in a few
7699           cases on windows.  Now using KWSYS_SHARED_FORWARD_CONFIG_NAME
7700           setting instead of CMAKE_INTDIR directly to give choice to user
7701           code.  Updated documentation to include
7702           @KWSYS_NAMESPACE@_SHARED_FORWARD_CONFIG_NAME,
7703           @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_PRINT, and
7704           @KWSYS_NAMESPACE@_SHARED_FORWARD_OPTION_LDD settings.
7706 2005-08-18 13:50  andy
7708         * Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: ENH:
7709           Improve log file strategy
7711 2005-08-18 10:02  andy
7713         * Source/CTest/cmCTestUpdateCommand.cxx: ENH: Set update options
7715 2005-08-18 09:23  king
7717         * Source/kwsys/SharedForward.h.in: ENH: Added support for Windows.
7719 2005-08-18 09:21  king
7721         * Tests/CustomCommand/foo.h.in: COMP: Avoid C++ comment in C
7722           translation unit.
7724 2005-08-18 09:19  king
7726         * Source/cmDependsC.cxx: COMP: Work-around iterator/const_iterator
7727           comparison problem on Borland 5.5.
7729 2005-08-18 05:41  andy
7731         * Source/cmVersion.cxx: STYLE: Nightly Version update
7733 2005-08-17 17:56  king
7735         * Tests/CustomCommand/CMakeLists.txt: BUG: It seems the
7736           auto-object-depends feature does not work in Visual Studio.  I'm
7737           restoring the explicit OBJECT_DEPENDS lines.
7739 2005-08-17 17:39  king
7741         * Source/cmSystemTools.cxx: BUG: RunSingleCommand should translate
7742           NULL characters in the output to valid text.  This should fix the
7743           missing-output problem caused by NULL-characters in VS build
7744           output.
7746 2005-08-17 17:04  king
7748         * Source/kwsys/SystemTools.cxx: BUG: Automatic pwd/cwd path
7749           translation must check that the generated logical-to-physical
7750           mapping is correct by using realpath.
7752 2005-08-17 16:19  king
7754         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
7755           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Updated SimpleInstall
7756           test to test new versioned executable and OUTPUT_NAME support.
7758 2005-08-17 16:11  king
7760         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx,
7761           cmLocalUnixMakefileGenerator3.cxx,
7762           cmSetTargetPropertiesCommand.h, cmTarget.cxx, cmTarget.h: ENH:
7763           Added versioned executable support.  This partially addresses
7764           bug#2143.  Also made OUTPUT_NAME work when installing
7765           executables.
7767 2005-08-17 16:06  king
7769         * Source/cmake.cxx: ENH: Added -E cmake_symlink_executable command
7770           to help create symbolic links for versioned executables.
7772 2005-08-17 16:05  king
7774         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Do not make a file
7775           depend on a virtual target.  That causes everything to always
7776           rebuild.
7778 2005-08-17 14:16  andy
7780         * Source/CTest/cmCTestBuildHandler.cxx: ENH: More error regex
7782 2005-08-17 13:23  king
7784         * Source/cmLocalUnixMakefileGenerator3.cxx: COMP: Cannot use
7785           first/last insertion constructor of std::set because it is not
7786           available on all platforms.
7788 2005-08-17 11:48  king
7790         * Tests/CustomCommand/: CMakeLists.txt, foo.in, foo.h.in: ENH:
7791           Adding test for auto-object-depends feature.  It has been tested
7792           with the Makefile generator.  Hopefully this will work for the
7793           Visual Studio and XCode generators.
7795 2005-08-17 11:43  king
7797         * Source/: cmDependsC.cxx, cmDependsC.h,
7798           cmLocalUnixMakefileGenerator3.cxx: ENH: Adding support for
7799           automatically adding the OBJECT_DEPENDS for generated header
7800           files.
7802 2005-08-17 05:44  andy
7804         * Source/cmVersion.cxx: STYLE: Nightly Version update
7806 2005-08-16 08:32  hoffman
7808         * Utilities/Release/: cmake_release.sh: ENH: file is now configured
7810 2005-08-16 05:46  andy
7812         * Source/cmVersion.cxx: STYLE: Nightly Version update
7814 2005-08-15 05:40  andy
7816         * Source/cmVersion.cxx: STYLE: Nightly Version update
7818 2005-08-14 05:45  andy
7820         * Source/cmVersion.cxx: STYLE: Nightly Version update
7822 2005-08-13 05:50  andy
7824         * Source/cmVersion.cxx: STYLE: Nightly Version update
7826 2005-08-12 11:57  andy
7828         * Source/cmVersion.cxx: STYLE: Nightly Version update
7830 2005-08-11 14:02  hoffman
7832         * ChangeLog.manual, Modules/CMakeCCompiler.cmake.in,
7833           Modules/CMakeCInformation.cmake,
7834           Modules/CMakeCXXCompiler.cmake.in,
7835           Modules/CMakeCXXInformation.cmake,
7836           Modules/CMakeDetermineCCompiler.cmake,
7837           Modules/CMakeDetermineCXXCompiler.cmake,
7838           Modules/CMakeDetermineFortranCompiler.cmake,
7839           Modules/CMakeDetermineJavaCompiler.cmake,
7840           Modules/CMakeDetermineRCCompiler.cmake,
7841           Modules/CMakeDetermineSystem.cmake,
7842           Modules/CMakeFortranCompiler.cmake.in,
7843           Modules/CMakeFortranInformation.cmake,
7844           Modules/CMakeGenericSystem.cmake,
7845           Modules/CMakeJavaCompiler.cmake.in,
7846           Modules/CMakeRCCompiler.cmake.in,
7847           Modules/CMakeRCInformation.cmake,
7848           Modules/CMakeTestCCompiler.cmake,
7849           Modules/CMakeTestCXXCompiler.cmake,
7850           Modules/CMakeTestFortranCompiler.cmake, Modules/CTest.cmake,
7851           Modules/CTestTargets.cmake, Modules/CheckCSourceCompiles.cmake,
7852           Modules/CheckCXXSourceCompiles.cmake,
7853           Modules/CheckFunctionExists.cmake,
7854           Modules/CheckIncludeFile.cmake,
7855           Modules/CheckIncludeFileCXX.cmake,
7856           Modules/CheckIncludeFiles.cmake,
7857           Modules/CheckLibraryExists.cmake,
7858           Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
7859           Modules/CheckVariableExists.cmake, Modules/Dart.cmake,
7860           Modules/FindDoxygen.cmake, Modules/FindGLUT.cmake,
7861           Modules/FindJNI.cmake, Modules/FindOpenAL.cmake,
7862           Modules/FindPhysFS.cmake, Modules/FindPythonInterp.cmake,
7863           Modules/FindQt.cmake, Modules/FindQt.cmake.bak,
7864           Modules/FindQt3.cmake, Modules/FindQt4.cmake,
7865           Modules/FindQt4.cmake.bak, Modules/FindSDL.cmake,
7866           Modules/FindSDL.cmake.bak, Modules/FindSDL_image.cmake,
7867           Modules/FindSDL_image.cmake.bak, Modules/FindSDL_mixer.cmake,
7868           Modules/FindSDL_mixer.cmake.bak, Modules/FindSDL_net.cmake,
7869           Modules/FindSDL_net.cmake.bak, Modules/FindSDL_sound.cmake,
7870           Modules/FindSDL_ttf.cmake, Modules/FindSDL_ttf.cmake.bak,
7871           Modules/FindThreads.cmake, Modules/TestBigEndian.cmake,
7872           Modules/TestCXXAcceptsFlag.cmake,
7873           Modules/TestForANSIForScope.cmake,
7874           Modules/TestForSTDNamespace.cmake, Modules/Use_wxWindows.cmake,
7875           Modules/Platform/CYGWIN-g77.cmake, Modules/Platform/IRIX64.cmake,
7876           Modules/Platform/Windows-cl.cmake, Modules/Platform/g77.cmake,
7877           Source/CMakeLists.txt, Source/cmAddCustomCommandCommand.cxx,
7878           Source/cmAddDependenciesCommand.h, Source/cmAddTestCommand.h,
7879           Source/cmCTest.cxx, Source/cmCTest.h, Source/cmCacheManager.cxx,
7880           Source/cmCommands.cxx, Source/cmCustomCommand.cxx,
7881           Source/cmCustomCommand.h, Source/cmDepends.cxx,
7882           Source/cmDepends.h, Source/cmDependsC.cxx, Source/cmDependsC.h,
7883           Source/cmDependsFortran.cxx, Source/cmDependsFortran.h,
7884           Source/cmDependsJava.cxx, Source/cmDependsJava.h,
7885           Source/cmDocumentation.cxx, Source/cmDynamicLoader.cxx,
7886           Source/cmFLTKWrapUICommand.cxx, Source/cmFileCommand.cxx,
7887           Source/cmGetTestPropertyCommand.cxx,
7888           Source/cmGetTestPropertyCommand.h, Source/cmGlobalGenerator.cxx,
7889           Source/cmGlobalUnixMakefileGenerator3.cxx,
7890           Source/cmGlobalUnixMakefileGenerator3.h,
7891           Source/cmGlobalVisualStudio7Generator.cxx,
7892           Source/cmGlobalXCode21Generator.cxx,
7893           Source/cmGlobalXCode21Generator.h,
7894           Source/cmGlobalXCodeGenerator.cxx,
7895           Source/cmGlobalXCodeGenerator.h, Source/cmListFileLexer.c,
7896           Source/cmListFileLexer.in.l, Source/cmLocalGenerator.cxx,
7897           Source/cmLocalGenerator.h,
7898           Source/cmLocalUnixMakefileGenerator3.cxx,
7899           Source/cmLocalUnixMakefileGenerator3.h,
7900           Source/cmLocalVisualStudio6Generator.cxx,
7901           Source/cmLocalVisualStudio6Generator.h,
7902           Source/cmLocalVisualStudio7Generator.cxx,
7903           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
7904           Source/cmMakefile.h, Source/cmOrderLinkDirectories.cxx,
7905           Source/cmOrderLinkDirectories.h, Source/cmQTWrapCPPCommand.cxx,
7906           Source/cmSetTestsPropertiesCommand.cxx,
7907           Source/cmSetTestsPropertiesCommand.h, Source/cmSourceGroup.cxx,
7908           Source/cmSourceGroup.h, Source/cmSourceGroupCommand.cxx,
7909           Source/cmTarget.cxx, Source/cmTest.cxx, Source/cmTest.h,
7910           Source/cmTryCompileCommand.h, Source/cmUtilitySourceCommand.cxx,
7911           Source/cmake.cxx, Source/cmake.h, Source/ctest.cxx,
7912           Source/CTest/cmCTestBuildHandler.cxx,
7913           Source/CTest/cmCTestCoverageHandler.cxx,
7914           Source/CTest/cmCTestCoverageHandler.h,
7915           Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx,
7916           Source/CTest/cmCTestGenericHandler.cxx,
7917           Source/CTest/cmCTestSubmitCommand.cxx,
7918           Source/CTest/cmCTestSubmitHandler.cxx,
7919           Source/CTest/cmCTestTestCommand.cxx,
7920           Source/CTest/cmCTestTestHandler.cxx,
7921           Source/CTest/cmCTestUpdateHandler.cxx,
7922           Source/WXDialog/CMakeLists.txt, Source/WXDialog/CMakeSetup.cpp,
7923           Source/WXDialog/CMakeSetup.pjd,
7924           Source/WXDialog/CMakeSetupFrame.cpp,
7925           Source/WXDialog/CommandLineInfo.cpp,
7926           Source/WXDialog/CommandLineInfo.h,
7927           Source/WXDialog/cmakesetup.xml,
7928           Source/WXDialog/bin/FindwxWin.cmake, Source/kwsys/Base64.c,
7929           Source/kwsys/Base64.h.in, Source/kwsys/CMakeLists.txt,
7930           Source/kwsys/Configure.h.in, Source/kwsys/FundamentalType.h.in,
7931           Source/kwsys/Process.h.in, Source/kwsys/SystemTools.cxx,
7932           Source/kwsys/SystemTools.hxx.in,
7933           Source/kwsys/kwsysPlatformCxxTests.cmake,
7934           Source/kwsys/kwsysPlatformCxxTests.cxx,
7935           Source/kwsys/testHashSTL.cxx, Source/kwsys/testhash.cxx,
7936           Tests/BundleTest/BundleTest.cxx, Tests/BundleTest/CMakeLists.txt,
7937           Tests/CTestTest/test.cmake.in, Tests/CTestTest2/test.cmake.in,
7938           Tests/CTestTest3/test.cmake.in,
7939           Tests/Complex/cmTestConfigure.h.in,
7940           Tests/Complex/Executable/CMakeLists.txt,
7941           Tests/Complex/Executable/complex.cxx,
7942           Tests/Complex/Executable/testcflags.c,
7943           Tests/ComplexOneConfig/cmTestConfigure.h.in,
7944           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
7945           Tests/ComplexOneConfig/Executable/complex.cxx,
7946           Tests/ComplexOneConfig/Executable/testcflags.c,
7947           Tests/ComplexRelativePaths/cmTestConfigure.h.in,
7948           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
7949           Tests/ComplexRelativePaths/Executable/complex.cxx,
7950           Tests/ComplexRelativePaths/Executable/testcflags.c,
7951           Tests/MacroTest/CMakeLists.txt,
7952           Tests/MakeClean/ToClean/CMakeLists.txt,
7953           Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
7954           Tests/OutOfSource/OutOfSourceSubdir/simple.cxx,
7955           Tests/OutOfSource/OutOfSourceSubdir/testlib.cxx,
7956           Tests/OutOfSource/OutOfSourceSubdir/testlib.h,
7957           Tests/SimpleInstall/CMakeLists.txt,
7958           Tests/SimpleInstallS2/CMakeLists.txt, Utilities/CMakeLists.txt,
7959           Utilities/cmcurl/CMakeLists.txt,
7960           Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: move
7961           cvs onto branch and try for beta 2
7963 2005-08-11 13:20  martink
7965         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH: added
7966           better error checking for cases when there is a CMakeCache.txt
7967           file but it is not readable
7969 2005-08-11 11:44  andy
7971         * Source/cmVersion.cxx: STYLE: Nightly Version update
7973 2005-08-10 16:18  jorgb
7975         * Source/WXDialog/: CommandLineInfo.cpp, CommandLineInfo.h,
7976           cmakesetup.xml: Implemented new parser which can handle:
7977           -G"generator" (legacy format) -G "generator" (new format)
7979 2005-08-10 12:55  hoffman
7981         * Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
7982           Source/cmOrderLinkDirectories.cxx,
7983           Source/cmOrderLinkDirectories.h,
7984           Tests/Complex/Executable/complex.cxx,
7985           Tests/ComplexOneConfig/Executable/complex.cxx,
7986           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: fix bug
7987           2087 lib prefix stripped off on windows
7989 2005-08-10 12:50  hoffman
7991         * Modules/FindQt4.cmake: ENH: some clean up from Clinton
7993 2005-08-10 12:01  hoffman
7995         * Modules/: FindOpenAL.cmake, FindSDL.cmake, FindSDL_image.cmake,
7996           FindSDL_mixer.cmake, FindSDL_net.cmake, FindSDL_sound.cmake,
7997           FindSDL_ttf.cmake: ENH: add Eric Wings FindSDL updates
7999 2005-08-10 11:42  andy
8001         * Source/cmVersion.cxx: STYLE: Nightly Version update
8003 2005-08-10 10:01  hoffman
8005         * Source/cmDependsC.cxx: ENH: fix bug in depend file removing for
8006           deleted depend files
8008 2005-08-10 08:48  hoffman
8010         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: fixed up qt stuff
8011           from Clinton Stimpson
8013 2005-08-09 15:42  jorgb
8015         * Source/WXDialog/: CMakeSetup.cpp, CommandLineInfo.cpp,
8016           CommandLineInfo.h, cmakesetup.xml: Implemented -G option
8018 2005-08-09 13:12  martink
8020         * Source/CTest/cmCTestTestHandler.cxx: BUG: do not search the
8021           user's path for text executables when a full path is provided to
8022           the test
8024 2005-08-09 11:36  andy
8026         * Source/cmVersion.cxx: STYLE: Nightly Version update
8028 2005-08-09 10:35  martink
8030         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for sun make
8031           with spaces
8033 2005-08-08 17:14  jorgb
8035         * Source/WXDialog/: CMakeSetup.cpp, CMakeSetup.pjd,
8036           CMakeSetupFrame.cpp, CommandLineInfo.cpp, CommandLineInfo.h,
8037           cmakesetup.xml: Started on command line parsing, added string
8038           parse method for default generator
8040 2005-08-08 15:23  martink
8042         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: have the
8043           build.make file include flags.make and use the language flags
8045 2005-08-08 13:28  martink
8047         * Source/cmAddCustomCommandCommand.cxx: ENH: fix for earlier fix on
8048           source with relative path
8050 2005-08-08 12:00  king
8052         * Source/cmAddCustomCommandCommand.cxx: BUG: Do not convert SOURCE
8053           argument from relative to full path.  It breaks the old-style
8054           SOURCE==TARGET trick and the SOURCE argument is only present for
8055           old-style commands anyway.  This addresses bug#2120.
8057 2005-08-08 11:33  king
8059         * Tests/: SimpleInstall/CMakeLists.txt,
8060           SimpleInstallS2/CMakeLists.txt: BUG: Need TSD target to be built
8061           before SimpleInstall.
8063 2005-08-08 11:28  king
8065         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Do not escape
8066           CMAKE_COMMAND twice.
8068 2005-08-08 11:02  martink
8070         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix and issue with
8071           spaces in paths
8073 2005-08-08 10:47  andy
8075         * Source/cmVersion.cxx: STYLE: Nightly Version update
8077 2005-08-08 09:37  king
8079         * Source/cmake.cxx: BUG: When exiting before the configure step in
8080           script mode we must account for
8081           cmSystemTools::GetErrorOccuredFlag() for the return code.
8083 2005-08-07 10:30  andy
8085         * Source/cmVersion.cxx: STYLE: Nightly Version update
8087 2005-08-06 10:50  andy
8089         * Source/cmVersion.cxx: STYLE: Nightly Version update
8091 2005-08-05 17:07  martink
8093         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
8094           cmLocalUnixMakefileGenerator3.cxx,
8095           cmLocalUnixMakefileGenerator3.h: ENH: fix warning
8097 2005-08-05 14:19  martink
8099         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: some fixes for cwd
8100           problems with rebuild_cache option
8102 2005-08-05 11:31  andy
8104         * Source/cmVersion.cxx: STYLE: Nightly Version update
8106 2005-08-04 17:12  king
8108         * Source/kwsys/CMakeLists.txt: ENH: If VTK_LIBRARY_PROPERTIES is
8109           set then the properties it lists will be added to VTK library
8110           targets with SET_TARGET_PROPERTIES.  This will be useful to
8111           enable shared library versioning.
8113 2005-08-04 11:19  andy
8115         * Source/cmVersion.cxx: STYLE: Nightly Version update
8117 2005-08-03 16:10  king
8119         * Source/cmAddDependenciesCommand.h: ENH: Clarified documentation
8120           further.
8122 2005-08-03 14:16  andy
8124         * Source/CTest/cmCTestBuildHandler.cxx: ENH: More build errors
8126 2005-08-03 14:15  andy
8128         * Source/CTest/cmCTestCoverageHandler.cxx: ENH: More handling of
8129           gcov 4.0
8131 2005-08-03 13:34  andy
8133         * Source/CTest/cmCTestCoverageHandler.cxx: ENH: More support for
8134           gcov 4.0
8136 2005-08-03 13:19  andy
8138         * Modules/: CTest.cmake, CTestTargets.cmake: ENH: Initial import
8140 2005-08-03 13:19  andy
8142         * Modules/: Dart.cmake, FindJNI.cmake: STYLE: Fix typo
8144 2005-08-03 11:56  andy
8146         * Source/CTest/cmCTestCoverageHandler.cxx: ENH: Add support for the
8147           new gcc that uses files with extension .gcda
8149 2005-08-03 11:50  andy
8151         * Tests/CTestTest2/test.cmake.in: COMP: Fix for proxy test
8153 2005-08-03 11:24  andy
8155         * Source/cmVersion.cxx: STYLE: Nightly Version update
8157 2005-08-02 17:41  hoffman
8159         * Modules/Platform/Windows-cl.cmake: ENH: /nologo must be first
8161 2005-08-02 16:44  hoffman
8163         * Modules/FindQt4.cmake: ENH: add changes for qt4 from Clinton
8164           Stimpson
8166 2005-08-02 16:34  hoffman
8168         * Modules/FindQt4.cmake: ENH: add changes for qt4 from Clinton
8169           Stimpson
8171 2005-08-02 13:40  andy
8173         * Source/CMakeLists.txt: ENH: change name from XCode to Xcode no
8174           need to test bootstrap for xcode
8176 2005-08-02 13:02  andy
8178         * Source/CMakeLists.txt: ENH: change name from XCode to Xcode no
8179           need to test bootstrap for xcode
8181 2005-08-02 13:01  andy
8183         * Source/cmGlobalXCodeGenerator.cxx: ENH: get around problem where
8184           OBJROOT has been set by default for all projects in Xcode gui
8186 2005-08-02 11:22  andy
8188         * Source/cmVersion.cxx: STYLE: Nightly Version update
8190 2005-08-02 11:06  hoffman
8192         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
8193           cmLocalUnixMakefileGenerator3.cxx: FIX: fix bad depend info and
8194           COMPILE_FLAGS problem and remove extra cerr calls
8196 2005-08-02 10:07  andy
8198         * Tests/CTestTest/test.cmake.in: COMP: Try to fix test by taking
8199           arg1 into acount
8201 2005-08-02 09:55  hoffman
8203         * Modules/FindQt.cmake: ENH: add advanced values
8205 2005-08-01 16:49  king
8207         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: BUG: Unquoted
8208           arguments can have quotes that are not at the beginning, but only
8209           an even number of them.
8211 2005-08-01 12:06  andy
8213         * Source/cmVersion.cxx: STYLE: Nightly Version update
8215 2005-08-01 10:19  martink
8217         * Source/: cmLocalUnixMakefileGenerator3.cxx,
8218           cmLocalUnixMakefileGenerator3.h: ENH: first step to only
8219           rebuuilding on flag changes
8221 2005-08-01 09:44  hoffman
8223         * Tests/: Complex/Executable/CMakeLists.txt,
8224           ComplexOneConfig/Executable/CMakeLists.txt,
8225           ComplexRelativePaths/Executable/CMakeLists.txt: ENH: make sure
8226           CMAKE_C_FLAGS are not clobbered
8228 2005-08-01 09:24  king
8230         * Source/cmQTWrapCPPCommand.cxx: BUG: Patch from Filipe Sousa.
8231           QT_WRAP_CPP should generate the file moc_dlgmain.ui.cxx instead
8232           of moc_dlgmain.cxx.
8234 2005-07-31 23:05  andy
8236         * Modules/CheckCXXSourceCompiles.cmake,
8237           Tests/MacroTest/CMakeLists.txt: ENH: Add C++ test too
8239 2005-07-31 23:02  andy
8241         * Modules/CheckCSourceCompiles.cmake,
8242           Tests/MacroTest/CMakeLists.txt: ENH: Add a test for C source file
8243           like AC_TRY_COMPILE
8245 2005-07-31 22:25  hoffman
8247         * Tests/: Complex/Executable/CMakeLists.txt,
8248           ComplexOneConfig/Executable/CMakeLists.txt,
8249           ComplexRelativePaths/Executable/CMakeLists.txt: ENH: use ansi
8250           flags
8252 2005-07-31 11:51  andy
8254         * Source/: cmCommands.cxx, cmGetTestPropertyCommand.cxx,
8255           cmGetTestPropertyCommand.h, cmLocalGenerator.cxx, cmMakefile.cxx,
8256           cmMakefile.h, cmSetTestsPropertiesCommand.cxx,
8257           cmSetTestsPropertiesCommand.h, cmTest.cxx, cmTest.h: ENH: Add set
8258           and get test propety command
8260 2005-07-31 11:42  andy
8262         * Source/cmVersion.cxx: STYLE: Nightly Version update
8264 2005-07-30 21:58  hoffman
8266         * Tests/: Complex/Executable/testcflags.c,
8267           ComplexOneConfig/Executable/testcflags.c,
8268           ComplexRelativePaths/Executable/testcflags.c: ENH: no c++
8269           comments in a c file
8271 2005-07-30 11:51  andy
8273         * Source/cmVersion.cxx: STYLE: Nightly Version update
8275 2005-07-29 14:17  martink
8277         * Source/cmFLTKWrapUICommand.cxx: ENH; better warning message and
8278           fix type per julien
8280 2005-07-29 14:02  hoffman
8282         * Tests/: Complex/cmTestConfigure.h.in,
8283           Complex/Executable/complex.cxx,
8284           ComplexOneConfig/cmTestConfigure.h.in,
8285           ComplexOneConfig/Executable/complex.cxx,
8286           ComplexRelativePaths/cmTestConfigure.h.in,
8287           ComplexRelativePaths/Executable/complex.cxx: ENH: do not test for
8288           c and cxx flags on visual studio as it does not work yet
8290 2005-07-29 13:19  martink
8292         * Source/kwsys/kwsysPlatformCxxTests.cmake: ENH: change loc of log
8293           files
8295 2005-07-29 11:56  hoffman
8297         * Tests/: Complex/Executable/CMakeLists.txt,
8298           Complex/Executable/complex.cxx, Complex/Executable/testcflags.c,
8299           ComplexOneConfig/Executable/CMakeLists.txt,
8300           ComplexOneConfig/Executable/complex.cxx,
8301           ComplexOneConfig/Executable/testcflags.c,
8302           ComplexRelativePaths/Executable/CMakeLists.txt,
8303           ComplexRelativePaths/Executable/complex.cxx,
8304           ComplexRelativePaths/Executable/testcflags.c: ENH: add new test
8305           to make sure c and cxx flags are going to the right files
8307 2005-07-29 11:52  andy
8309         * Source/cmVersion.cxx: STYLE: Nightly Version update
8311 2005-07-29 11:25  andy
8313         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fix dependencies.
8314           Looks like all dependencies were missing subdirectory
8316 2005-07-29 10:04  andy
8318         * Source/cmGlobalXCodeGenerator.cxx: ENH: undo last change
8320 2005-07-29 10:02  andy
8322         * Source/cmGlobalXCodeGenerator.cxx: ENH: support versions greater
8323           than 20
8325 2005-07-29 09:19  martink
8327         * Modules/CMakeDetermineCCompiler.cmake,
8328           Modules/CMakeDetermineCXXCompiler.cmake,
8329           Modules/CMakeDetermineFortranCompiler.cmake,
8330           Modules/CMakeDetermineJavaCompiler.cmake,
8331           Modules/CMakeDetermineRCCompiler.cmake,
8332           Modules/CMakeDetermineSystem.cmake,
8333           Modules/CMakeTestCCompiler.cmake,
8334           Modules/CMakeTestCXXCompiler.cmake,
8335           Modules/CMakeTestFortranCompiler.cmake,
8336           Modules/CheckFunctionExists.cmake,
8337           Modules/CheckIncludeFile.cmake,
8338           Modules/CheckIncludeFileCXX.cmake,
8339           Modules/CheckIncludeFiles.cmake,
8340           Modules/CheckLibraryExists.cmake,
8341           Modules/CheckSymbolExists.cmake, Modules/CheckTypeSize.cmake,
8342           Modules/CheckVariableExists.cmake, Modules/FindThreads.cmake,
8343           Modules/TestBigEndian.cmake, Modules/TestCXXAcceptsFlag.cmake,
8344           Modules/TestForANSIForScope.cmake,
8345           Modules/TestForSTDNamespace.cmake,
8346           Modules/Platform/Windows-cl.cmake, Source/cmCacheManager.cxx,
8347           Source/cmGlobalGenerator.cxx,
8348           Source/cmGlobalUnixMakefileGenerator3.cxx,
8349           Source/cmGlobalXCodeGenerator.cxx, Source/cmLocalGenerator.cxx,
8350           Source/cmLocalUnixMakefileGenerator3.cxx,
8351           Source/cmLocalVisualStudio7Generator.cxx,
8352           Tests/MakeClean/ToClean/CMakeLists.txt,
8353           Utilities/cmcurl/CMakeLists.txt,
8354           Utilities/cmxmlrpc/CMake/TryCompileFromSource.cmake: ENH: put
8355           cmake files intoa CMakeFiles subdir to clean up bin tree
8357 2005-07-28 15:24  martink
8359         * Source/: cmLocalUnixMakefileGenerator3.cxx,
8360           cmLocalUnixMakefileGenerator3.h: ENH: fix warning
8362 2005-07-28 14:52  andy
8364         * Source/cmGlobalXCodeGenerator.cxx: ENH: make sure c flags are
8365           used for c and cxx flags are used for cxx, really Bill
8367 2005-07-28 13:21  barre
8369         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: add
8370           method to attempt to check if a file is text or binary
8372 2005-07-28 13:12  andy
8374         * Source/cmGlobalXCodeGenerator.cxx: ENH: make sure custom commands
8375           depend on full path files only: Bill as Andy
8377 2005-07-28 11:58  andy
8379         * Source/cmVersion.cxx: STYLE: Nightly Version update
8381 2005-07-28 09:14  martink
8383         * Source/: cmCustomCommand.cxx, cmCustomCommand.h,
8384           cmLocalUnixMakefileGenerator3.cxx: ENH: always write out all
8385           custom commands
8387 2005-07-27 17:23  king
8389         * Source/cmMakefile.cxx: BUG: InitializeFromParent should copy
8390           include file regular expressions.
8392 2005-07-27 16:46  king
8394         * Source/cmGlobalGenerator.cxx: ENH: RUN_TESTS target now uses
8395           proper CMAKE_CFG_INTDIR setting to get $(IntDir) or $(OutDir)
8396           depending on the generator.
8398 2005-07-27 16:37  king
8400         * Source/cmUtilitySourceCommand.cxx: BUG: Hack to support building
8401           existing trees with UTILITY_SOURCE commands and the new VS
8402           generator directory structure.
8404 2005-07-27 15:46  andy
8406         * Source/cmGlobalGenerator.cxx: BUG: Generate RUN_TEST target if
8407           any tests are there
8409 2005-07-27 13:36  king
8411         * Source/: cmGlobalVisualStudio7Generator.cxx,
8412           cmLocalVisualStudio7Generator.cxx,
8413           cmLocalVisualStudio7Generator.h: ENH: Generator now creates a
8414           separate intermediate files directory for each target.  This is
8415           needed for MSVC 8 to support parallel builds.
8417 2005-07-27 12:41  martink
8419         * Source/: cmLocalUnixMakefileGenerator3.cxx,
8420           cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
8421           cleanup some
8423 2005-07-27 11:56  andy
8425         * Source/cmVersion.cxx: STYLE: Nightly Version update
8427 2005-07-27 11:42  martink
8429         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: maybe fix fortran
8430           issue
8432 2005-07-27 11:36  martink
8434         * Source/: cmLocalUnixMakefileGenerator3.cxx,
8435           cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
8436           cleanup some
8438 2005-07-27 11:31  martink
8440         * Source/: cmDependsJava.cxx, cmGlobalUnixMakefileGenerator3.cxx,
8441           cmLocalUnixMakefileGenerator3.cxx,
8442           cmLocalUnixMakefileGenerator3.h: ENH: fix some warnings and
8443           cleanup some
8445 2005-07-27 09:49  martink
8447         * Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
8448           cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
8449           cmDependsJava.cxx, cmDependsJava.h,
8450           cmGlobalUnixMakefileGenerator3.cxx,
8451           cmGlobalUnixMakefileGenerator3.h, cmLocalGenerator.cxx,
8452           cmLocalGenerator.h, cmLocalUnixMakefileGenerator3.cxx,
8453           cmLocalUnixMakefileGenerator3.h, cmake.cxx: ENH: reduce the
8454           number of files produced still needs a bit more cleanup
8456 2005-07-26 17:40  king
8458         * Modules/Dart.cmake: ENH: Added VS8 support for DART_CXX_NAME.
8460 2005-07-26 13:26  hoffman
8462         * Source/cmTarget.cxx: ENH: make sure source file depends are used
8463           to determine if custom commands are used
8465 2005-07-26 13:26  hoffman
8467         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: if it is not a
8468           cmake target or a full path do not put depend information in the
8469           command
8471 2005-07-26 13:25  hoffman
8473         * Source/cmFLTKWrapUICommand.cxx: ENH: make sure custom command
8474           depend on fluid so if fltk is part of project fluid gets built
8475           first
8477 2005-07-26 11:45  andy
8479         * Source/cmVersion.cxx: STYLE: Nightly Version update
8481 2005-07-26 11:37  king
8483         * Source/kwsys/: CMakeLists.txt, FundamentalType.h.in: ENH: Added
8484           FundamentalType header defining platform-independent fixed
8485           size/signedness integer types.
8487 2005-07-26 11:36  king
8489         * Source/kwsys/kwsysPlatformCxxTests.cxx: ENH: Added
8490           TEST_KWSYS_CXX_SAME_LONG_AND___INT64,
8491           TEST_KWSYS_CXX_SAME_LONG_LONG_AND___INT64,
8492           TEST_KWSYS_CAN_CONVERT_UI64_TO_DOUBLE, and
8493           TEST_KWSYS_CHAR_IS_SIGNED.
8495 2005-07-26 11:34  king
8497         * Source/kwsys/: Base64.c, Base64.h.in, Configure.h.in,
8498           Process.h.in: ENH: Moved kwsys_ns and kwsysEXPORT macros to
8499           Configure.h in the case of building a kwsys source file.  This
8500           allows more than one header to be included in a kwsys source file
8501           without redefining the macros.
8503 2005-07-26 09:17  andy
8505         * Tests/CTestTest3/test.cmake.in: ENH: Add support for multi-string
8506           compiler name, and improve support for subversion
8508 2005-07-25 16:10  hoffman
8510         * Source/cmLocalVisualStudio7Generator.cxx: ENH: fix lib case bug
8511           correctly
8513 2005-07-25 11:41  andy
8515         * Source/cmVersion.cxx: STYLE: Nightly Version update
8517 2005-07-24 11:42  andy
8519         * Source/cmVersion.cxx: STYLE: Nightly Version update
8521 2005-07-23 11:44  andy
8523         * Source/cmVersion.cxx: STYLE: Nightly Version update
8525 2005-07-23 10:32  hoffman
8527         * Source/cmLocalVisualStudio7Generator.cxx: BUG: undo fix
8529 2005-07-22 17:36  andy
8531         * Source/cmVersion.cxx: STYLE: Nightly Version update
8533 2005-07-22 15:41  hoffman
8535         * Source/cmLocalVisualStudio7Generator.cxx: ENH: more efficent fix
8536           for bug # 2063
8538 2005-07-22 15:33  hoffman
8540         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for case
8541           mismatched lib bug # 2063
8543 2005-07-22 15:32  hoffman
8545         * Source/cmDependsC.cxx: ENH: string += is very slow, so don't use
8546           it
8548 2005-07-22 08:40  andy
8550         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Better handling of
8551           removed files and remove warning
8553 2005-07-22 08:39  andy
8555         * Source/CTest/cmCTestBuildHandler.cxx: ENH: More regular
8556           expressions
8558 2005-07-21 15:54  andy
8560         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add support for
8561           detecting files that were removed
8563 2005-07-21 10:26  andy
8565         * Source/cmVersion.cxx: STYLE: Nightly Version update
8567 2005-07-21 09:07  andy
8569         * Source/CTest/cmCTestSubmitHandler.cxx: BUG: Remove duplicate
8570           prefix
8572 2005-07-20 22:23  hoffman
8574         * Source/cmGlobalXCodeGenerator.cxx: ENH: fix warning
8576 2005-07-20 15:44  hoffman
8578         * Modules/CMakeCCompiler.cmake.in, Modules/CMakeCInformation.cmake,
8579           Modules/CMakeCXXCompiler.cmake.in,
8580           Modules/CMakeCXXInformation.cmake,
8581           Modules/CMakeDetermineCCompiler.cmake,
8582           Modules/CMakeDetermineCXXCompiler.cmake,
8583           Modules/CMakeDetermineFortranCompiler.cmake,
8584           Modules/CMakeDetermineJavaCompiler.cmake,
8585           Modules/CMakeDetermineRCCompiler.cmake,
8586           Modules/CMakeFortranCompiler.cmake.in,
8587           Modules/CMakeFortranInformation.cmake,
8588           Modules/CMakeJavaCompiler.cmake.in,
8589           Modules/CMakeRCCompiler.cmake.in,
8590           Modules/CMakeRCInformation.cmake, Source/cmLocalGenerator.cxx:
8591           ENH: make sure flags set in CC or CXX environment variables stay
8592           with the compiler
8594 2005-07-20 12:54  hoffman
8596         * Modules/: CMakeCInformation.cmake, CMakeCXXInformation.cmake,
8597           Platform/Windows-cl.cmake: ENH: move flags next to compiler, so
8598           if env contains compiler and some flag, they stay together
8600 2005-07-20 12:53  hoffman
8602         * Source/CMakeLists.txt: ENH: java does not work under mingw
8604 2005-07-20 12:48  hoffman
8606         * Modules/: FindQt.cmake, FindQt4.cmake: ENH: make sure qmake is on
8607           the machine before running it
8609 2005-07-20 12:40  andy
8611         * Source/kwsys/testHashSTL.cxx: ENH: Rename test
8613 2005-07-20 12:03  andy
8615         * Source/cmCTest.cxx: BUG: Initialize variable
8617 2005-07-20 12:02  andy
8619         * Source/kwsys/: CMakeLists.txt, testhash.cxx: ENH: Rename test
8621 2005-07-20 10:16  andy
8623         * Source/cmVersion.cxx: STYLE: Nightly Version update
8625 2005-07-19 18:05  hoffman
8627         * Source/cmGlobalXCodeGenerator.cxx: ENH: make it so that bootstrap
8628           does not use xml parser
8630 2005-07-19 17:16  hoffman
8632         * Source/: cmake.cxx, cmake.h: ENH: fix for bug 1866, make -G,-D -C
8633           options allow for space between arg and value
8635 2005-07-19 16:40  hoffman
8637         * Source/: CMakeLists.txt, cmFileCommand.cxx,
8638           cmGlobalXCode21Generator.cxx, cmGlobalXCodeGenerator.cxx,
8639           cmGlobalXCodeGenerator.h: ENH: if Xcode21 is installed then
8640           create 21 compatible project files
8642 2005-07-19 15:28  hoffman
8644         * Source/: cmGlobalXCode21Generator.cxx,
8645           cmGlobalXCode21Generator.h: ENH: add new stub generator
8647 2005-07-19 15:27  hoffman
8649         * Source/cmTryCompileCommand.h: ENH: add more docs
8651 2005-07-19 14:36  hoffman
8653         * Modules/CMakeGenericSystem.cmake: ENH: make KDevelop3 default to
8654           CMAKE_VERBOSE_MAKEFILE
8656 2005-07-19 11:48  hoffman
8658         * Modules/CMakeGenericSystem.cmake: ENH: make KDevelop3 default to
8659           CMAKE_VERBOSE_MAKEFILE
8661 2005-07-19 10:10  andy
8663         * Source/cmVersion.cxx: STYLE: Nightly Version update
8665 2005-07-18 12:53  andy
8667         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx,
8668           CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestSubmitHandler.cxx:
8669           ENH: Add a way to submit extra files to the dashboard
8671 2005-07-18 11:46  andy
8673         * Modules/Dart.cmake, Source/cmCTest.cxx, Source/cmCTest.h,
8674           Source/ctest.cxx, Tests/CTestTest2/test.cmake.in: ENH: Several
8675           improvements and cleanups: 1. Add long command line arguments for
8676           every argument 2. Add a way to overwrite CTest configuration by
8677           providing --overwrite TimeOut=10 3. Improve argument parsing.  4.
8678           Add submit index argument
8680 2005-07-18 11:32  andy
8682         * Source/CTest/cmCTestGenericHandler.cxx: ENH: Cleanup file name
8684 2005-07-18 11:32  andy
8686         * Source/cmDocumentation.cxx: ENH: Cleanup the help a bit
8688 2005-07-18 08:47  hoffman
8690         * Modules/FindQt.cmake: ENH: fix qt bug
8692 2005-07-18 03:18  andy
8694         * Source/cmVersion.cxx: STYLE: Nightly Version update
8696 2005-07-17 03:14  andy
8698         * Source/cmVersion.cxx: STYLE: Nightly Version update
8700 2005-07-16 03:16  andy
8702         * Source/cmVersion.cxx: STYLE: Nightly Version update
8704 2005-07-15 15:20  hoffman
8706         * Source/cmGlobalXCodeGenerator.h: ENH: fix bug 1960
8708 2005-07-15 13:24  hoffman
8710         * Source/cmAddTestCommand.h: BUG: fix for bug 1838
8712 2005-07-15 12:57  hoffman
8714         * Modules/FindGLUT.cmake: BUG: fix for bug 852
8716 2005-07-15 12:39  hoffman
8718         * Modules/: FindQt.cmake: ENH: fix hard coded include from patch
8720 2005-07-15 12:14  hoffman
8722         * Modules/: FindQt.cmake, FindQt3.cmake, FindQt4.cmake: ENH: add
8723           new qt stuff from warfield@bwh.harvard.edu, thanks
8725 2005-07-15 12:01  martink
8727         * Utilities/CMakeLists.txt: BUG: converted to 1.8 form of custom
8728           commands
8730 2005-07-15 11:48  andy
8732         * Modules/FindPythonInterp.cmake: ENH: Add registry for 2.4
8734 2005-07-15 11:45  andy
8736         * Modules/FindPythonInterp.cmake: BUG: Set PYTHONINTERP_FOUND
8738 2005-07-15 11:38  hoffman
8740         * Source/WXDialog/bin/FindwxWin.cmake: ENH: fix for older versions
8741           of cmake
8743 2005-07-15 11:38  hoffman
8745         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
8746           cmGlobalUnixMakefileGenerator3.h: ENH: fix static build of vtk
8747           with cmake by having custom targets chain depend information
8749 2005-07-15 11:37  hoffman
8751         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: remove commented
8752           code
8754 2005-07-15 11:36  hoffman
8756         * Source/CMakeLists.txt: ENH: remove messages about not running
8757           java test
8759 2005-07-15 11:34  hoffman
8761         * Source/cmDynamicLoader.cxx: ENH: fix compile error bug# 2020 on
8762           mac
8764 2005-07-15 08:36  andy
8766         * Modules/FindPythonInterp.cmake: ENH: Initial import
8768 2005-07-15 03:11  andy
8770         * Source/cmVersion.cxx: STYLE: Nightly Version update
8772 2005-07-14 17:21  hoffman
8774         * Source/WXDialog/: CMakeLists.txt, bin/FindwxWin.cmake: ENH: fix
8775           wxdialog to build with xcode
8777 2005-07-14 16:46  andy
8779         * Source/WXDialog/CMakeLists.txt: ENH: add an install target for
8780           WXDialog
8782 2005-07-14 16:00  hoffman
8784         * Source/cmLocalGenerator.cxx: ENH: fix for bug 992, mac bundle
8785           install fix
8787 2005-07-14 15:12  hoffman
8789         * Source/cmMakefile.cxx: BUG: fix for bug 1850 wrapping can leave
8790           out files if they are a substring of another file
8792 2005-07-14 14:15  andy
8794         * Source/CTest/cmCTestCoverageHandler.cxx: ENH: Some more cleanups
8795           and add ctest custom vector for regular expression to exclude
8796           from coverage
8798 2005-07-14 14:15  andy
8800         * Source/cmCTest.cxx: BUG: Look for custom files in all directories
8802 2005-07-14 13:50  hoffman
8804         * Tests/OutOfSource/OutOfSourceSubdir/: testlib.cxx, testlib.h:
8805           ENH: add missing files
8807 2005-07-14 13:25  andy
8809         * Source/CTest/: cmCTestCoverageHandler.cxx,
8810           cmCTestCoverageHandler.h: ENH: Add custom supression regular
8811           expressions
8813 2005-07-14 12:21  hoffman
8815         * Source/cmLocalUnixMakefileGenerator3.cxx,
8816           Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt,
8817           Tests/OutOfSource/OutOfSourceSubdir/simple.cxx: FIX: fix bug
8818           2043 borland compiler and dll problem and add a test for it
8820 2005-07-14 11:24  andy
8822         * Source/CTest/cmCTestCoverageHandler.cxx: BUG: Fix line number
8823           inconsistency, improve output
8825 2005-07-14 10:15  martink
8827         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: add support for
8828           borland exe with shared libs back in
8830 2005-07-14 09:44  andy
8832         * Tests/: Complex/Executable/complex.cxx,
8833           ComplexOneConfig/Executable/complex.cxx,
8834           ComplexRelativePaths/Executable/complex.cxx: ENH: Do 4 files
8836 2005-07-14 09:30  andy
8838         * Tests/: Complex/Executable/complex.cxx,
8839           ComplexOneConfig/Executable/complex.cxx,
8840           ComplexRelativePaths/Executable/complex.cxx: ENH: Add a test for
8841           cmGeneratedFileStream
8843 2005-07-14 09:29  andy
8845         * Source/CTest/cmCTestTestCommand.cxx: COMP: Remove warning and fix
8846           the logic
8848 2005-07-14 09:29  andy
8850         * Source/CTest/cmCTestCoverageHandler.cxx: BUG: Rename tmp files
8852 2005-07-14 03:13  andy
8854         * Source/cmVersion.cxx: STYLE: Nightly Version update
8856 2005-07-13 16:57  hoffman
8858         * Source/cmLocalVisualStudio7Generator.cxx: BUG: remove part of
8859           patch from bug 1965 that set executable paths
8861 2005-07-13 16:49  hoffman
8863         * Source/cmLocalVisualStudio6Generator.cxx: BUG: revert part of
8864           patch that set executable debug prefix as it breaks too much
8865           stuff
8867 2005-07-13 16:24  hoffman
8869         * Source/cmLocalGenerator.cxx: ENH: add -L as possible library flag
8871 2005-07-13 16:23  hoffman
8873         * Source/cmGlobalXCodeGenerator.cxx: ENH: add support for bundles
8875 2005-07-13 16:20  hoffman
8877         * Source/cmLocalVisualStudio6Generator.cxx: BUG: try to fix failed
8878           test
8880 2005-07-13 15:49  hoffman
8882         * Source/CMakeLists.txt: ENH: add bundle test
8884 2005-07-13 15:43  hoffman
8886         * Tests/BundleTest/: BundleTest.cxx, CMakeLists.txt: ENH: add a
8887           bundle test
8889 2005-07-13 11:21  hoffman
8891         * Source/: cmLocalVisualStudio6Generator.cxx,
8892           cmLocalVisualStudio6Generator.h,
8893           cmLocalVisualStudio7Generator.cxx,
8894           cmLocalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h,
8895           cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx:
8896           FIX: apply patch from bug# 1965
8898 2005-07-13 10:17  andy
8900         * Source/: cmCTest.h, CTest/cmCTestTestCommand.cxx: ENH: Add
8901           timeout support
8903 2005-07-13 09:49  andy
8905         * Source/kwsys/SystemTools.cxx: COMP: Remove warning on windows
8907 2005-07-13 09:08  hoffman
8909         * Modules/FindDoxygen.cmake: ENH: fix for darwin from eric wing
8911 2005-07-13 09:06  hoffman
8913         * Modules/: FindOpenAL.cmake, FindPhysFS.cmake, FindSDL.cmake,
8914           FindSDL_image.cmake, FindSDL_mixer.cmake, FindSDL_net.cmake,
8915           FindSDL_ttf.cmake: ENH: add a bunch of find sdl stuff from eric
8916           wing
8918 2005-07-13 08:29  hoffman
8920         * Modules/Platform/: CYGWIN-g77.cmake, IRIX64.cmake, g77.cmake:
8921           FIX: for 1852 fix fortran case
8923 2005-07-13 03:10  andy
8925         * Source/cmVersion.cxx: STYLE: Nightly Version update
8927 2005-07-12 17:30  hoffman
8929         * ChangeLog.manual, Source/kwsys/SystemTools.cxx,
8930           Source/kwsys/SystemTools.hxx.in: merge from main tree
8932 2005-07-12 17:24  hoffman
8934         * CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: ENH:
8935           remove unused files
8937 2005-07-12 17:24  hoffman
8939         * Source/cmCPluginAPI.h: ENH: change version
8941 2005-07-12 17:23  hoffman
8943         * Utilities/: cmcurl/CMakeLists.txt, cmxmlrpc/CMakeLists.txt: add
8944           -dl on unix
8946 2005-07-12 17:22  hoffman
8948         * Utilities/Release/: cmake_release.sh, config_Darwin,
8949           config_HP-UX, config_SunOS, release_dispatch.sh: move release
8950           stuff off branch
8952 2005-07-12 16:56  hoffman
8954         * ChangeLog.txt: update changes
8956 2005-07-12 16:51  hoffman
8958         * ChangeLog.txt: ENH: update changes for 2.2
8960 2005-07-12 15:40  hoffman
8962         * Utilities/Release/config_Darwin: [no log message]
8964 2005-07-12 15:26  hoffman
8966         * Utilities/Release/config_Darwin: [no log message]
8968 2005-07-12 15:11  hoffman
8970         * Utilities/Release/: config_Darwin, release_dispatch.sh: fixes for
8971           osx
8973 2005-07-12 15:08  hoffman
8975         * Source/WXDialog/: CMakeLists.txt, bin/FindwxWin.cmake: Fixes for
8976           macosx
8978 2005-07-12 15:06  andy
8980         * Source/WXDialog/: CMakeLists.txt, bin/FindwxWin.cmake: ENH: fixes
8981           for macosx
8983 2005-07-12 14:21  hoffman
8985         * Utilities/cmxmlrpc/CMakeLists.txt: ENH: add dl lib
8987 2005-07-12 13:54  hoffman
8989         * Utilities/Release/config_SunOS: put it back
8991 2005-07-12 13:21  andy
8993         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: BUG: Revert
8994           the change to FileIsDirectory. Add FileIsSymlink and treat
8995           symlinks as files when removing directory
8997 2005-07-12 12:40  hoffman
8999         * Utilities/cmcurl/CMakeLists.txt: [no log message]
9001 2005-07-12 12:31  andy
9003         * Source/CTest/cmCTestTestHandler.cxx: BUG: Go back to the original
9004           directory after examining the current directory
9006 2005-07-12 12:30  andy
9008         * Source/CTest/cmCTestTestHandler.cxx: BUG: Make sure it always
9009           starts in the current directory when searching for tests
9011 2005-07-12 10:39  andy
9013         * Source/: kwsys/SystemTools.cxx,
9014           CTest/cmCTestEmptyBinaryDirectoryCommand.cxx: BUG: When removing
9015           directory, use lstat instead of stat to make sure that symlinks
9016           are treated as files and not as directories
9018 2005-07-12 10:25  hoffman
9020         * Utilities/Release/config_SunOS: [no log message]
9022 2005-07-12 10:08  hoffman
9024         * Utilities/Release/config_SunOS: [no log message]
9026 2005-07-12 09:36  hoffman
9028         * Utilities/Release/config_HP-UX: use gmake
9030 2005-07-12 08:50  andy
9032         * Source/cmCTest.cxx: BUG: Fix problem with visual studio in
9033           release mode
9035 2005-07-12 03:10  andy
9037         * Source/cmVersion.cxx: STYLE: Nightly Version update
9039 2005-07-11 18:07  hoffman
9041         * Source/CursesDialog/form/CMakeLists.txt: ENH: fix from main tree
9043 2005-07-11 18:07  hoffman
9045         * Source/CursesDialog/form/CMakeLists.txt: ENH: add curses include
9046           directory
9048 2005-07-11 17:58  hoffman
9050         * Utilities/Release/config_Darwin: turn off wx dialog for now
9052 2005-07-11 17:15  hoffman
9054         * Utilities/Release/cmake_release.sh: get the correct version
9056 2005-07-11 17:11  hoffman
9058         * Utilities/Release/: cmake_release.sh, cmake_release.sh.in,
9059           config_CYGWIN_NT-5.1, config_IRIX64, config_Linux,
9060           cygwin-package.sh.in, release_dispatch.sh, README: ENH: merge
9061           changes from branches
9063 2005-07-11 16:57  hoffman
9065         * Utilities/Release/release_dispatch.sh: [no log message]
9067 2005-07-11 16:09  hoffman
9069         * Utilities/Release/: cmake_release.sh, cmake_release.sh.in,
9070           config_CYGWIN_NT-5.1, config_IRIX64, cygwin-package.sh.in,
9071           release_dispatch.sh: move stuff from 2.0 over to 2.2
9073 2005-07-11 15:21  hoffman
9075         * Utilities/Release/config_Linux: move config linix to 2.2 branch
9077 2005-07-11 15:11  hoffman
9079         * Utilities/Release/release_dispatch.sh: change to muse
9081 2005-07-11 15:05  hoffman
9083         * Utilities/Release/release_dispatch.sh: ENH: add from HEAD
9085 2005-07-11 15:04  hoffman
9087         * Utilities/Release/release_dispatch.sh: add from branch
9089 2005-07-11 14:55  martink
9091         * ChangeLog.manual: ENH: commit some change logs
9093 2005-07-11 14:54  hoffman
9095         * Source/cmCPluginAPI.h, Utilities/Release/cmake_release.sh,
9096           Utilities/Release/cmake_release.sh.in: ENH: fix up some version
9097           stuff
9099 2005-07-11 12:22  martink
9101         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: provide default
9102           update options if none were provided
9104 2005-07-11 11:59  andy
9106         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add default update
9107           options
9109 2005-07-11 11:37  martink
9111         * ChangeLog.manual: ENH: added ChangeLog as in prior release
9113 2005-07-11 11:36  martink
9115         * Source/cmAddCustomCommandCommand.cxx: ENH: merge from the main
9116           tree to handle relative files
9118 2005-07-11 11:31  martink
9120         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: merged from CVS fix
9121           for SNV warning
9123 2005-07-11 11:16  andy
9125         * Source/CTest/cmCTestUpdateHandler.cxx: BUG: Remove warning when
9126           using CVS
9128 2005-07-11 03:07  andy
9130         * Source/cmVersion.cxx: STYLE: Nightly Version update
9132 2005-07-10 03:08  andy
9134         * Source/cmVersion.cxx: STYLE: Nightly Version update
9136 2005-07-09 03:08  andy
9138         * Source/cmVersion.cxx: STYLE: Nightly Version update
9140 2005-07-08 11:51  martink
9142         * Source/cmAddCustomCommandCommand.cxx: ENH: slightly modified
9143           version of Alex's relative path arguments for custom commands
9145 2005-07-08 10:13  martink
9147         * Utilities/Release/cmake_release.sh: ENH: release commit
9149 2005-07-08 10:00  martink
9151         * CMakeLists.txt: ENH: rev to 22
9153 2005-07-08 09:55  martink
9155         * CMakeLists.txt: ENH: update rev to 23
9157 2005-07-08 09:53  martink
9159         * Source/MFCDialog/CMakeSetup.rc: ENH: minor version update
9161 2005-07-08 09:05  king
9163         * Source/kwsys/testProcess.c: COMP: Fixed uninitialized variable.
9165 2005-07-08 03:08  andy
9167         * Source/cmVersion.cxx: STYLE: Nightly Version update
9169 2005-07-07 16:01  martink
9171         * Source/cmConfigureFileCommand.cxx: ENH: configure file will
9172           assume start source dir if a full path is not provided
9174 2005-07-07 15:06  martink
9176         * Source/cmMakefile.cxx: BUG: library return values were not UNIX
9177           slashes on Win98
9179 2005-07-07 13:55  martink
9181         * Source/cmSourceFile.cxx: BUG: mor emissing convert to unix
9182           slashes
9184 2005-07-07 11:44  martink
9186         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: cleaned up some old
9187           methods and vars
9189 2005-07-07 10:21  king
9191         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: Removing
9192           CMAKE_HIDE_TARGET_DIRS since it has been superceded by
9193           CMAKE_TARGET_DIR_PREFIX.
9195 2005-07-07 10:14  king
9197         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: Added use of
9198           CMAKE_TARGET_DIR_PREFIX variable to prepend a project-specified
9199           string to the names of all the target-name.dir directories.
9201 2005-07-07 10:11  martink
9203         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: added ability to
9204           prefix target directories with a . to make them not show up in
9205           ls. From patch from Alex
9207 2005-07-07 09:44  martink
9209         * Source/cmake.cxx: BUG: win95 returning non unix path for cmake
9210           command
9212 2005-07-07 09:06  king
9214         * Source/kwsys/testProcess.c: ENH: Extended test 0 to run the
9215           executable twice using the same process object.  This tests the
9216           reusability of the objects.
9218 2005-07-07 09:05  king
9220         * Source/kwsys/ProcessWin32.c: BUG: Fixed reusability of process
9221           object by clearing each pipe's Closed flag when cleaning up.
9223 2005-07-07 03:08  andy
9225         * Source/cmVersion.cxx: STYLE: Nightly Version update
9227 2005-07-06 16:16  martink
9229         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
9230           cmLocalUnixMakefileGenerator3.cxx,
9231           cmLocalUnixMakefileGenerator3.h: BUG: fix for bootstrap problem
9233 2005-07-06 15:51  andy
9235         * Source/: cmCacheManager.cxx, cmFileCommand.cxx,
9236           cmWriteFileCommand.cxx: STYLE: Fix typos
9238 2005-07-06 15:49  andy
9240         * Source/CTest/cmCTestCoverageHandler.cxx: COMP: Remove warning
9242 2005-07-06 15:27  andy
9244         * Source/CTest/: cmCTestCoverageHandler.cxx,
9245           cmCTestCoverageHandler.h: ENH: Improve support for various
9246           versions of gcov
9248 2005-07-06 15:25  andy
9250         * Modules/FindFLTK.cmake: ENH: Replace with the one from InsightApp
9252 2005-07-06 15:25  martink
9254         * Source/cmListFileCache.cxx: BUG: project command should also work
9255           with lower case
9257 2005-07-06 15:24  martink
9259         * Tests/Simple/CMakeLists.txt: BUG: minor fix to project name to
9260           match ADD_TEST call
9262 2005-07-06 15:11  andy
9264         * Source/CTest/cmCTestSubmitHandler.cxx: BUG: On windows there can
9265           be a problem because scp does not handle drive names. This uses
9266           relative path for scp
9268 2005-07-06 03:10  andy
9270         * Source/cmVersion.cxx: STYLE: Nightly Version update
9272 2005-07-05 16:13  martink
9274         * Utilities/Release/: MakeRelease.cmake.in, Release.cmake: ENH: a
9275           start on UNIX release
9277 2005-07-05 15:43  martink
9279         * Utilities/Release/Release.cmake: ENH: better release support
9281 2005-07-05 12:38  martink
9283         * Utilities/Release/: MakeRelease.cmake.in, Release.cmake: ENH:
9284           better release support
9286 2005-07-05 11:17  andy
9288         * Modules/FindDCMTK.cmake: ENH: Improvements by Julien
9290 2005-07-05 10:08  martink
9292         * Source/cmMacroCommand.cxx: ENH: revert back to string replacement
9293           version
9295 2005-07-05 09:21  martink
9297         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: util targets now
9298           show up in locla makefile and make rebuild_cache now works in
9299           subdirs
9301 2005-07-05 09:00  martink
9303         * Source/cmLocalGenerator.cxx: BUG: fix for debug optimized link
9304           libraries
9306 2005-07-05 03:02  andy
9308         * Source/cmVersion.cxx: STYLE: Nightly Version update
9310 2005-07-04 03:01  andy
9312         * Source/cmVersion.cxx: STYLE: Nightly Version update
9314 2005-07-03 12:06  andy
9316         * Source/cmake.cxx: ENH: Only truncate files when not in try
9317           compile. Alsom move truncating code closer to configure
9319 2005-07-03 03:02  andy
9321         * Source/cmVersion.cxx: STYLE: Nightly Version update
9323 2005-07-02 22:50  andy
9325         * Source/cmCTest.cxx: ENH: Improve performance of MakeXMLSafe,
9326           improve performance of reading custom ctest files, and remove
9327           error when running ctest on directory without
9328           DartConfiguration.tcl
9330 2005-07-02 22:32  andy
9332         * Source/CTest/cmCTestCoverageHandler.cxx: STYLE: Unify number of
9333           spaces
9335 2005-07-02 22:31  andy
9337         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Improve performance by
9338           compiling regular expressions when needed
9340 2005-07-02 22:30  andy
9342         * Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: ENH:
9343           Improve performance of testing and do not complain if
9344           DartTestfile.txt is not found or if directory does not exist
9346 2005-07-02 22:25  andy
9348         * Source/: cmake.cxx, cmake.h: ENH: Start adding the code that will
9349           truncate output logs
9351 2005-07-02 01:25  andy
9353         * Source/cmVersion.cxx: STYLE: Nightly Version update
9355 2005-07-01 10:57  martink
9357         * Source/: cmGetTargetPropertyCommand.h, cmTarget.cxx: ENH: added
9358           Alexander's target property TYPE
9360 2005-07-01 10:23  martink
9362         * Source/: cmGetDirectoryPropertyCommand.cxx,
9363           cmGetDirectoryPropertyCommand.h: ENH: added patch from Alexander
9364           Neundorf to get DEFINITIONS
9366 2005-06-30 15:54  jorgb
9368         * Source/WXDialog/bin/: FindUPX.cmake, FindwxW.cmake,
9369           FindwxWin.cmake, UsewxW.cmake: initial checkin for bin dir
9371 2005-06-30 15:54  jorgb
9373         * Source/WXDialog/: CMakeIcon.xpm, CMakeLists.txt, CMakeSetup.cpp,
9374           CMakeSetup.h, CMakeSetup.pjd, CMakeSetup.rc, CMakeSetupFrame.cpp,
9375           CMakeSetupFrame.h, CommandLineInfo.cpp, CommandLineInfo.h,
9376           NGDialog.exe.manifest, NGDialog.ico, PropertyList.cpp,
9377           PropertyList.h, about.html, aboutdlg.cpp, aboutdlg.h,
9378           app_resources.cpp, app_resources.h, changelog.txt,
9379           cmake_icon.gif, cmake_icon.xpm, cmake_logo.xpm,
9380           cmakesetup.done.xml, cmakesetup.xml, config.h, optionsdlg.cpp,
9381           optionsdlg.h, progressdlg.cpp, progressdlg.h: Initial checkin new
9382           wx dialog
9384 2005-06-30 15:52  jorgb
9386         * Source/WXDialog/: CMakeIcon.gif, CMakeIcon.icns, CMakeIcon.xpm,
9387           CMakeLists.txt, ReadMe.Mac.txt, cmWXCacheProperty.cxx,
9388           cmWXCacheProperty.h, cmWXCommandLineInfo.cxx,
9389           cmWXCommandLineInfo.h, cmWXMainFrame.cxx, cmWXMainFrame.h,
9390           wxCMakeSetup.cxx, wxincludes.h: deleted old wx-dialog
9392 2005-06-30 13:39  martink
9394         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
9395           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
9396           ComplexOneConfig/cmTestConfigure.h.in,
9397           ComplexOneConfig/Executable/complex.cxx,
9398           ComplexRelativePaths/CMakeLists.txt,
9399           ComplexRelativePaths/cmTestConfigure.h.in,
9400           ComplexRelativePaths/Executable/complex.cxx: ENH: added testing
9401           of the WHILE command
9403 2005-06-30 13:39  martink
9405         * Docs/cmake-mode.el: ENH: added while command
9407 2005-06-30 13:27  martink
9409         * Docs/cmake-mode.el: ENH: added while command
9411 2005-06-30 13:09  martink
9413         * Utilities/Release/: CMake.nsi.in, MakeRelease.cmake.in,
9414           Release.cmake, Win32Release.sh.in: ENH: better release scripts
9416 2005-06-30 11:33  martink
9418         * Utilities/Release/Release.cmake: ENH: hard coded for VS 71 nmake
9419           for now
9421 2005-06-30 11:18  king
9423         * Modules/Platform/Windows-cl.cmake: BUG: Fixed escaped quote at
9424           end of .
9426 2005-06-30 09:53  martink
9428         * Source/: cmLocalUnixMakefileGenerator3.cxx,
9429           cmLocalUnixMakefileGenerator3.h: ENH: added local help and
9430           install targets
9432 2005-06-30 09:21  king
9434         * Source/kwsys/Base64.c: BUG: Do not increment optr by 2 after
9435           storing only one character.  Also fixed possibility of storing
9436           uninitialized characters from the last triplet.
9438 2005-06-30 05:47  andy
9440         * Source/cmVersion.cxx: STYLE: Nightly Version update
9442 2005-06-29 12:07  king
9444         * Modules/Platform/Windows-bcc32.cmake: BUG: Need to use the -c
9445           option for implib to produce case-sensitive symbols in the .lib
9446           files.
9448 2005-06-29 08:46  martink
9450         * CTestCustom.ctest.in: COMP: shut up warning
9452 2005-06-29 05:49  andy
9454         * Source/cmVersion.cxx: STYLE: Nightly Version update
9456 2005-06-28 15:00  martink
9458         * Utilities/Release/: CMake.nsi.in, CMakeInstall.bmp: ENH: added
9459           our own bitmap
9461 2005-06-28 10:55  martink
9463         * Utilities/Release/CMake.nsi.in,
9464           Utilities/Release/Win32Release.sh.in,
9465           Utilities/Release/cmake_release.sh.in,
9466           Utilities/Release/Release.cmake, CMakeLists.txt: ENH: added some
9467           release support
9469 2005-06-28 05:45  andy
9471         * Source/cmVersion.cxx: STYLE: Nightly Version update
9473 2005-06-27 15:59  martink
9475         * Source/cmMakefile.cxx: BUG: dont pass unverified char * to
9476           streams
9478 2005-06-27 12:45  martink
9480         * Tests/Simple/CMakeLists.txt: ENH: convert to lower case
9482 2005-06-27 12:44  martink
9484         * Example/: CMakeLists.txt, Demo/CMakeLists.txt,
9485           Hello/CMakeLists.txt: ENH: updte to lower case and using
9486           ADD_SUBDIRECTORY
9488 2005-06-27 11:39  martink
9490         * CTestCustom.ctest.in: ENH: mods to warning excludes based on new
9491           locaiton of curl
9493 2005-06-27 05:50  andy
9495         * Source/cmVersion.cxx: STYLE: Nightly Version update
9497 2005-06-26 05:43  andy
9499         * Source/cmVersion.cxx: STYLE: Nightly Version update
9501 2005-06-25 05:44  andy
9503         * Source/cmVersion.cxx: STYLE: Nightly Version update
9505 2005-06-24 13:29  andy
9507         * Source/CTest/cmCTestSubmitHandler.cxx: BUG: Exit properly on SCP
9508           submission
9510 2005-06-24 09:41  andy
9512         * Source/CTest/cmCTestSubmitHandler.cxx: COMP: Remove warnings
9514 2005-06-24 09:06  andy
9516         * CMakeLists.txt, Source/CMakeLists.txt, Source/cmCTest.cxx,
9517           Source/CTest/cmCTestSubmitHandler.cxx,
9518           Utilities/cmxmlrpc/xmlrpc_curl_transport.c: ENH: Move curl to
9519           utilities
9521 2005-06-24 09:00  andy
9523         * Utilities/cmcurl/amigaos.c, Utilities/cmcurl/amigaos.h,
9524           Utilities/cmcurl/arpa_telnet.h, Utilities/cmcurl/base64.c,
9525           Utilities/cmcurl/base64.h, Utilities/cmcurl/ca-bundle.h,
9526           Utilities/cmcurl/connect.c, Utilities/cmcurl/connect.h,
9527           Utilities/cmcurl/content_encoding.c,
9528           Utilities/cmcurl/content_encoding.h, Utilities/cmcurl/cookie.c,
9529           Utilities/cmcurl/cookie.h, Utilities/cmcurl/curl_memory.h,
9530           Utilities/cmcurl/curlx.h, Utilities/cmcurl/dict.c,
9531           Utilities/cmcurl/dict.h, Utilities/cmcurl/easy.c,
9532           Utilities/cmcurl/escape.c, Utilities/cmcurl/escape.h,
9533           Utilities/cmcurl/file.c, Utilities/cmcurl/file.h,
9534           Utilities/cmcurl/formdata.c, Utilities/cmcurl/formdata.h,
9535           Utilities/cmcurl/ftp.c, Utilities/cmcurl/ftp.h,
9536           Utilities/cmcurl/getdate.c, Utilities/cmcurl/getdate.h,
9537           Utilities/cmcurl/getenv.c, Utilities/cmcurl/getinfo.c,
9538           Utilities/cmcurl/getinfo.h, Utilities/cmcurl/hash.c,
9539           Utilities/cmcurl/hash.h, Utilities/cmcurl/hostares.c,
9540           Utilities/cmcurl/hostasyn.c, Utilities/cmcurl/hostip.c,
9541           Utilities/cmcurl/hostip.h, Utilities/cmcurl/hostip4.c,
9542           Utilities/cmcurl/hostip6.c, Utilities/cmcurl/hostsyn.c,
9543           Utilities/cmcurl/hostthre.c, Utilities/cmcurl/http.c,
9544           Utilities/cmcurl/http.h, Utilities/cmcurl/http_chunks.c,
9545           Utilities/cmcurl/http_chunks.h, Utilities/cmcurl/http_digest.c,
9546           Utilities/cmcurl/http_digest.h,
9547           Utilities/cmcurl/http_negotiate.c,
9548           Utilities/cmcurl/http_negotiate.h, Utilities/cmcurl/http_ntlm.c,
9549           Utilities/cmcurl/http_ntlm.h, Utilities/cmcurl/if2ip.c,
9550           Utilities/cmcurl/if2ip.h, Utilities/cmcurl/inet_ntoa_r.h,
9551           Utilities/cmcurl/inet_ntop.c, Utilities/cmcurl/inet_ntop.h,
9552           Utilities/cmcurl/inet_pton.c, Utilities/cmcurl/inet_pton.h,
9553           Utilities/cmcurl/krb4.c, Utilities/cmcurl/krb4.h,
9554           Utilities/cmcurl/ldap.c, Utilities/cmcurl/ldap.h,
9555           Utilities/cmcurl/llist.c, Utilities/cmcurl/llist.h,
9556           Utilities/cmcurl/md5.c, Utilities/cmcurl/md5.h,
9557           Utilities/cmcurl/memdebug.c, Utilities/cmcurl/memdebug.h,
9558           Utilities/cmcurl/mprintf.c, Utilities/cmcurl/multi.c,
9559           Utilities/cmcurl/netrc.c, Utilities/cmcurl/netrc.h,
9560           Utilities/cmcurl/nwlib.c, Utilities/cmcurl/progress.c,
9561           Utilities/cmcurl/progress.h, Utilities/cmcurl/security.c,
9562           Utilities/cmcurl/security.h, Utilities/cmcurl/sendf.c,
9563           Utilities/cmcurl/sendf.h, Utilities/cmcurl/setup.h,
9564           Utilities/cmcurl/share.c,
9565           Source/CTest/Curl/Testing/CMakeLists.txt,
9566           Utilities/cmcurl/share.h, Utilities/cmcurl/speedcheck.c,
9567           Utilities/cmcurl/speedcheck.h, Utilities/cmcurl/ssluse.c,
9568           Utilities/cmcurl/ssluse.h, Utilities/cmcurl/strequal.c,
9569           Utilities/cmcurl/strequal.h, Utilities/cmcurl/strerror.c,
9570           Utilities/cmcurl/strerror.h, Utilities/cmcurl/strtok.c,
9571           Utilities/cmcurl/strtok.h, Utilities/cmcurl/strtoofft.c,
9572           Utilities/cmcurl/strtoofft.h, Utilities/cmcurl/telnet.c,
9573           Utilities/cmcurl/telnet.h, Utilities/cmcurl/timeval.c,
9574           Utilities/cmcurl/timeval.h, Utilities/cmcurl/transfer.c,
9575           Utilities/cmcurl/transfer.h, Utilities/cmcurl/url.c,
9576           Utilities/cmcurl/url.h, Utilities/cmcurl/urldata.h,
9577           Utilities/cmcurl/version.c, Utilities/cmcurl/CMakeLists.txt,
9578           Utilities/cmcurl/config.h.in, Utilities/cmcurl/curl.copyright,
9579           Utilities/cmcurl/CMake/CheckTypeSize.c.in,
9580           Utilities/cmcurl/CMake/CheckTypeSize.cmake,
9581           Utilities/cmcurl/CMake/CurlTests.c,
9582           Utilities/cmcurl/Platforms/WindowsCache.cmake,
9583           Utilities/cmcurl/Platforms/config-aix.h,
9584           Utilities/cmcurl/Testing/CMakeLists.txt,
9585           Utilities/cmcurl/Testing/curlgtk.c,
9586           Utilities/cmcurl/Testing/curltest.c,
9587           Utilities/cmcurl/Testing/ftpget.c,
9588           Utilities/cmcurl/Testing/ftpgetresp.c,
9589           Utilities/cmcurl/Testing/ftpupload.c,
9590           Utilities/cmcurl/Testing/getinmemory.c,
9591           Utilities/cmcurl/Testing/http-post.c,
9592           Utilities/cmcurl/Testing/httpput.c,
9593           Utilities/cmcurl/Testing/multithread.c,
9594           Utilities/cmcurl/Testing/persistant.c,
9595           Utilities/cmcurl/Testing/postit2.c,
9596           Utilities/cmcurl/Testing/sepheaders.c,
9597           Utilities/cmcurl/Testing/simple.c,
9598           Utilities/cmcurl/Testing/simplessl.c,
9599           Utilities/cmcurl/Testing/testconfig.h.in,
9600           Utilities/cmcurl/Testing/win32sockets.c,
9601           Utilities/cmcurl/curl/curl.h, Utilities/cmcurl/curl/curlver.h,
9602           Utilities/cmcurl/curl/easy.h, Utilities/cmcurl/curl/mprintf.h,
9603           Utilities/cmcurl/curl/multi.h,
9604           Utilities/cmcurl/curl/stdcheaders.h,
9605           Utilities/cmcurl/curl/types.h: ENH: Initial import
9607 2005-06-24 05:43  andy
9609         * Source/cmVersion.cxx: STYLE: Nightly Version update
9611 2005-06-23 16:06  andy
9613         * Source/CTest/cmCTestSubmitHandler.cxx: ENH: Make iterators const
9615 2005-06-23 13:07  andy
9617         * Tests/CTestTest3/test.cmake.in: ENH: Perform second test if
9618           subversion exists
9620 2005-06-23 13:04  andy
9622         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
9623           CTest/cmCTestBuildAndTestHandler.cxx,
9624           CTest/cmCTestBuildCommand.cxx, CTest/cmCTestBuildHandler.cxx,
9625           CTest/cmCTestConfigureCommand.cxx,
9626           CTest/cmCTestConfigureHandler.cxx,
9627           CTest/cmCTestCoverageCommand.cxx,
9628           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
9629           CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
9630           CTest/cmCTestHandlerCommand.cxx, CTest/cmCTestHandlerCommand.h,
9631           CTest/cmCTestMemCheckCommand.cxx, CTest/cmCTestMemCheckCommand.h,
9632           CTest/cmCTestScriptHandler.cxx, CTest/cmCTestStartCommand.cxx,
9633           CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestSubmitHandler.cxx,
9634           CTest/cmCTestSubmitHandler.h, CTest/cmCTestTestCommand.cxx,
9635           CTest/cmCTestTestCommand.h, CTest/cmCTestTestHandler.cxx,
9636           CTest/cmCTestUpdateCommand.cxx, CTest/cmCTestUpdateHandler.cxx,
9637           kwsys/CTestConfig.cmake: ENH: Several improvements with the way
9638           things are handled. Also, support multiple submited files
9640 2005-06-23 12:34  martink
9642         * Source/cmMacroCommand.cxx: COMP: fix compiler warnings
9644 2005-06-23 12:05  utkarsh1
9646         * Source/CTest/Curl/CMakeLists.txt: BUG: reverting to 1.53
9648 2005-06-23 11:22  utkarsh1
9650         * Source/CTest/Curl/CMakeLists.txt: BUG: fixed conflicts between
9651           file names among different utilities.
9653 2005-06-23 11:03  martink
9655         * Source/: cmForEachCommand.cxx, cmIfCommand.cxx,
9656           cmMacroCommand.cxx, cmWhileCommand.cxx: ENH: converted macro to
9657           use variables and fixed some case issues with some function
9658           blockers
9660 2005-06-23 10:25  king
9662         * Source/kwsys/hashtable.hxx.in: ENH: Added some smaller primes to
9663           allow small hash table sizes and therefore shorter initial
9664           construction times.
9666 2005-06-23 05:57  andy
9668         * Source/cmVersion.cxx: STYLE: Nightly Version update
9670 2005-06-22 14:20  martink
9672         * Source/cmForEachCommand.h: STYLE: updated the docs to be more
9673           accurate
9675 2005-06-22 14:16  martink
9677         * Source/cmForEachCommand.cxx: COMP: fix possible poroblem with
9678           freed memory
9680 2005-06-22 14:04  martink
9682         * Source/cmForEachCommand.cxx: COMP: fix unused variable
9684 2005-06-22 13:32  martink
9686         * Source/cmForEachCommand.cxx: ENH: changed FOREACH to use
9687           variables instead of string replacement
9689 2005-06-22 10:54  andy
9691         * Source/CTest/cmCTestTestHandler.cxx: BUG: Fix displaying of
9692           percentage
9694 2005-06-22 10:09  martink
9696         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: clean rule wasn't
9697           cleaning libs and executables
9699 2005-06-22 09:12  martink
9701         * Source/cmTarget.cxx: ENH: some better checks
9703 2005-06-22 09:06  martink
9705         * Source/: cmExportLibraryDependencies.cxx, cmGlobalGenerator.cxx,
9706           cmGlobalKdevelopGenerator.cxx,
9707           cmGlobalUnixMakefileGenerator3.cxx,
9708           cmGlobalUnixMakefileGenerator3.h,
9709           cmGlobalVisualStudio6Generator.cxx,
9710           cmGlobalVisualStudio6Generator.h,
9711           cmGlobalVisualStudio71Generator.cxx,
9712           cmGlobalVisualStudio71Generator.h,
9713           cmGlobalVisualStudio7Generator.cxx,
9714           cmGlobalVisualStudio7Generator.h, cmLocalGenerator.cxx,
9715           cmLocalGenerator.h, cmLocalUnixMakefileGenerator3.cxx,
9716           cmLocalUnixMakefileGenerator3.h,
9717           cmLocalVisualStudio6Generator.cxx,
9718           cmLocalVisualStudio6Generator.h,
9719           cmLocalVisualStudio7Generator.cxx,
9720           cmLocalVisualStudio7Generator.h, cmMakeDepend.cxx,
9721           cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
9722           cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h,
9723           cmTarget.cxx, cmTarget.h: ENH: make LOCATION an computed property
9724           of the target and get rid of a bunch of const junk
9726 2005-06-22 05:43  andy
9728         * Source/cmVersion.cxx: STYLE: Nightly Version update
9730 2005-06-21 16:44  andy
9732         * Source/cmCommandArgumentParserHelper.cxx: ENH: Remove stray abort
9734 2005-06-21 16:29  martink
9736         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
9737           cmLocalUnixMakefileGenerator3.cxx: ENH: fix for BSD makes no
9738           longer use dir name as a target
9740 2005-06-21 14:20  king
9742         * Source/cmTryRunCommand.cxx: BUG: Fixed error message formatting
9743           when try run executable command cannot be found.
9745 2005-06-21 11:01  andy
9747         * Source/cmCommandArgumentParserHelper.cxx: BUG: Fix escaping to
9748           make OSX work again
9750 2005-06-21 10:33  king
9752         * Source/kwsys/testProcess.c: BUG: Use sleep(1) instead of
9753           usleep(1000000) because some UNIX systems specify that the
9754           argument to usleep must be less than 1000000.
9756 2005-06-21 09:34  martink
9758         * Source/: cmCustomCommand.cxx, cmCustomCommand.h,
9759           cmLocalUnixMakefileGenerator3.cxx: ENH: add test to make sure
9760           custom commands are used
9762 2005-06-21 05:56  andy
9764         * Source/cmVersion.cxx: STYLE: Nightly Version update
9766 2005-06-20 17:57  andy
9768         * Source/cmCTest.cxx: ENH: Initialize handler before processing it
9770 2005-06-20 17:37  andy
9772         * Source/CursesDialog/.NoDartCoverage: ENH: Until there is some
9773           test for curses dialog, no need to do coverage
9775 2005-06-20 16:31  martink
9777         * Modules/: Dart.cmake, TestCXXAcceptsFlag.cmake,
9778           Platform/Darwin.cmake: ENH: fixed some spelling errors
9780 2005-06-20 16:24  martink
9782         * Source/cmMakefile.cxx: BUG: goof in new feature fixed
9784 2005-06-20 14:15  martink
9786         * Source/: cmLocalUnixMakefileGenerator.cxx,
9787           cmLocalUnixMakefileGenerator.h: ENH: removed unused files
9789 2005-06-20 14:00  martink
9791         * Docs/CMake04.rtf, Source/cmGetTargetPropertyCommand.cxx,
9792           Source/cmGetTargetPropertyCommand.h, Source/cmGlobalGenerator.h,
9793           Source/cmMakefile.cxx: ENH: modified GET_TARGET_PROPERTIES to
9794           work with all targets
9796 2005-06-20 13:49  barre
9798         * Source/kwsys/testSystemTools.cxx: ENH: fix test, it has to return
9799           a true/false value otherwise it just passes the test, and add
9800           test for EscapeChars
9802 2005-06-20 13:10  martink
9804         * Modules/: TestBigEndian.cmake, UseSWIG.cmake: BUG: fix some
9805           missing quotes for STREQUAL IF statements
9807 2005-06-20 12:55  martink
9809         * Modules/CMakeGenericSystem.cmake: ENH: adde dback in
9810           CMAKE_VERBOSE_MAKEFILE that was acc removed
9812 2005-06-20 11:54  king
9814         * Source/cmSetTargetPropertiesCommand.h: ENH: Added documentation
9815           of VERSION and SOVERSION properties.
9817 2005-06-20 11:53  martink
9819         * Source/: cmLocalUnixMakefileGenerator2.cxx,
9820           cmLocalUnixMakefileGenerator2.h,
9821           cmGlobalUnixMakefileGenerator.cxx,
9822           cmGlobalUnixMakefileGenerator.h: ENH: no longer used
9824 2005-06-20 11:49  martink
9826         * Tests/COnly/CMakeLists.txt: COMP: converted to lowercase commands
9828 2005-06-20 11:47  martink
9830         * Docs/cmake-mode.el: ENH: updated emacs mode to include lowercase
9831           commands and missing command ENDMACRO
9833 2005-06-20 08:59  martink
9835         * Source/CTest/cmCTestTestHandler.cxx: COMP: see about fixing
9836           warning
9838 2005-06-20 07:42  andy
9840         * Tests/CTestTest3/test.cmake.in: ENH: Skip svn test for now
9842 2005-06-20 05:50  andy
9844         * Source/cmVersion.cxx: STYLE: Nightly Version update
9846 2005-06-19 06:51  andy
9848         * Source/cmVersion.cxx: STYLE: Nightly Version update
9850 2005-06-18 05:28  andy
9852         * Source/cmVersion.cxx: STYLE: Nightly Version update
9854 2005-06-17 23:15  andy
9856         * Source/CMakeLists.txt: COMP: Fix problems with old cmake
9858 2005-06-17 15:50  andy
9860         * Source/: cmCommandArgumentLexer.cxx, cmCommandArgumentLexer.in.l,
9861           cmCommandArgumentParserHelper.cxx,
9862           cmCommandArgumentParserHelper.h, cmListFileCache.cxx,
9863           cmMakefile.cxx, cmMakefile.h: ENH: Improve handling of escaped
9864           characters
9866 2005-06-17 15:44  andy
9868         * Source/CMakeLists.txt: ENH: Pass ctest config type to
9869           subprocesses
9871 2005-06-17 15:43  andy
9873         * Source/CTest/cmCTestTestHandler.cxx: ENH: Pass configuration type
9874           to subprocesses
9876 2005-06-17 14:13  king
9878         * Source/kwsys/CMakeLists.txt: ENH: Enabling new test 7 of process
9879           execution.
9881 2005-06-17 14:07  king
9883         * Source/kwsys/Process.h.in: ENH: Added polling feature to
9884           documentation of WaitForData.
9886 2005-06-17 14:05  king
9888         * Source/kwsys/ProcessWin32.c: BUG: Fixed polling feature of
9889           WaitForData.
9891 2005-06-17 13:59  king
9893         * Source/kwsys/testProcess.c: ENH: Added test 7 to expose problems
9894           with polling by WaitForData.
9896 2005-06-17 13:57  king
9898         * Source/kwsys/ProcessUNIX.c: BUG: Fixed polling capability of
9899           WaitForData.
9901 2005-06-17 13:14  andy
9903         * Tests/CTestTest3/test.cmake.in: ENH: Make CVS one nightly
9905 2005-06-17 13:07  andy
9907         * Tests/CTestTest3/test.cmake.in: ENH: Add subversion test
9909 2005-06-17 13:04  andy
9911         * Source/: cmCTest.cxx, cmCTest.h, cmCommand.h, cmObject.h,
9912           cmStandardIncludes.h, CTest/cmCTestBuildAndTestHandler.cxx,
9913           CTest/cmCTestBuildAndTestHandler.h,
9914           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h,
9915           CTest/cmCTestConfigureHandler.cxx,
9916           CTest/cmCTestConfigureHandler.h,
9917           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
9918           CTest/cmCTestGenericHandler.h, CTest/cmCTestMemCheckHandler.cxx,
9919           CTest/cmCTestMemCheckHandler.h, CTest/cmCTestScriptHandler.cxx,
9920           CTest/cmCTestScriptHandler.h, CTest/cmCTestStartCommand.cxx,
9921           CTest/cmCTestSubmitHandler.cxx, CTest/cmCTestSubmitHandler.h,
9922           CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h,
9923           CTest/cmCTestUpdateCommand.cxx, CTest/cmCTestUpdateHandler.cxx,
9924           CTest/cmCTestUpdateHandler.h: ENH: Add superclass for all
9925           commands and handlers. Improve handlers to have initialization
9926           code, and start initializing ctest when start is invoked
9928 2005-06-17 11:46  malaterre
9930         * Source/kwsys/CommandLineArguments.hxx.in: ENH: Fix Bug #1950,
9931           provide a direct access to the input. Minor cleanup (convenience)
9933 2005-06-17 09:49  king
9935         * Source/: cmCMakeMinimumRequired.cxx, cmMakefile.h, cmVersion.h:
9936           ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to
9937           include patch level.  Submitted by Alexander Neundorf.
9939 2005-06-17 08:45  andy
9941         * Tests/MacroTest/CMakeLists.txt: ENH: Fix test on HP
9943 2005-06-17 05:50  andy
9945         * Source/cmVersion.cxx: STYLE: Nightly Version update
9947 2005-06-16 16:42  andy
9949         * Source/cmLocalUnixMakefileGenerator3.cxx: When running the same
9950           ctest as the one we are testing, make sure to run as separate
9951           process
9953 2005-06-16 16:33  andy
9955         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Add extra argument
9957 2005-06-16 16:24  andy
9959         * Source/cmCTest.cxx, Tests/CTestTest3/test.cmake.in: ENH: Return
9960           error if there is an ERROR_MESSAGE. Also fix tag for the test
9962 2005-06-16 15:44  andy
9964         * Source/cmCommand.h: COMP: Fix build error on Windows
9966 2005-06-16 14:56  andy
9968         * Source/CMakeLists.txt, Tests/MacroTest/CMakeLists.txt,
9969           Tests/MacroTest/macroTest.c: ENH: Add test of macro
9971 2005-06-16 14:56  andy
9973         * Source/: cmake.cxx, cmake.h: ENH: Before running configre, remove
9974           all macros. Also, backup the command names. Also, make command
9975           names case insensitive
9977 2005-06-16 14:05  andy
9979         * Source/: cmCommand.h, cmConfigureFileCommand.h,
9980           cmFLTKWrapUICommand.h, cmQTWrapCPPCommand.h, cmQTWrapUICommand.h,
9981           cmUseMangledMesaCommand.h, cmVTKWrapJavaCommand.h,
9982           cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h: ENH: Add
9983           classname to commands
9985 2005-06-16 13:29  andy
9987         * Tests/CTestTest3/test.cmake.in: ENH: Initial import
9989 2005-06-16 13:18  andy
9991         * Source/CMakeLists.txt, Source/cmCTest.cxx, Source/cmCTest.h,
9992           Source/CTest/cmCTestBuildCommand.cxx,
9993           Source/CTest/cmCTestCommand.h,
9994           Source/CTest/cmCTestGenericHandler.h,
9995           Source/CTest/cmCTestStartCommand.cxx,
9996           Source/CTest/cmCTestSubmitCommand.cxx,
9997           Source/CTest/cmCTestSubmitHandler.cxx,
9998           Source/CTest/cmCTestUpdateCommand.cxx,
9999           Source/CTest/cmCTestUpdateHandler.cxx,
10000           Tests/CTestTest2/test.cmake.in: ENH: Several improvements to
10001           CTest:
10003           1. Support for showing line numbers when debugging ctest
10004           --show-line-numbers 2. Modify the ctest initialization code, so
10005           that it can be delayed 3. Handlers now have corresponding command
10006           if they were invoked from the command (so far only update
10007           actually use that) 4. Start command is simplified and the
10008           functionality is moved to CTest 5. Update can perform initial
10009           checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks
10010           out kwsys and perform tests on the fresh checkout
10012 2005-06-16 11:52  martink
10014         * Source/CMakeLists.txt: ENH: add first cut at support for exe with
10015           same name as lib
10017 2005-06-16 11:48  martink
10019         * Source/: cmSetTargetPropertiesCommand.h,
10020           cmLocalVisualStudio6Generator.cxx,
10021           cmLocalVisualStudio7Generator.cxx,
10022           cmLocalUnixMakefileGenerator3.cxx: ENH: add first cut at support
10023           for exe with same name as lib
10025 2005-06-16 11:47  martink
10027         * Tests/SameName/: CMakeLists.txt, Exe1/CMakeLists.txt,
10028           Exe1/conly.c, Lib1/CMakeLists.txt, Lib1/libc1.c, Lib1/libc1.h:
10029           ENH: add same name test
10031 2005-06-16 10:23  martink
10033         * Source/cmITKWrapTclCommand.cxx: ENH: replace brackets with more
10034           generic find
10036 2005-06-16 10:22  martink
10038         * Source/cmOrderLinkDirectories.cxx: ENH: make more specific in
10039           reject self linking
10041 2005-06-16 05:50  andy
10043         * Source/cmVersion.cxx: STYLE: Nightly Version update
10045 2005-06-15 15:51  andy
10047         * Source/cmCommand.h: ENH: Add accessor for Makefile and make
10048           SetError public
10050 2005-06-15 15:29  hoffman
10052         * CTestConfig.cmake: ENH: add for testing
10054 2005-06-15 10:54  andy
10056         * Tests/CTestTest2/test.cmake.in: BUG: Fix typo
10058 2005-06-15 10:53  andy
10060         * Source/CTest/: cmCTestMemCheckCommand.cxx,
10061           cmCTestMemCheckHandler.cxx: ENH: Pass in memcheck command options
10062           and suppresions, and change skin to tool
10064 2005-06-15 10:53  andy
10066         * Source/CTest/cmCTestCoverageCommand.cxx: ENH: Handle passing in
10067           coverage command
10069 2005-06-15 08:54  andy
10071         * Source/CMakeLists.txt: ENH: Add logging to improve coverage
10073 2005-06-15 05:42  andy
10075         * Source/cmVersion.cxx: STYLE: Nightly Version update
10077 2005-06-14 15:53  andy
10079         * Utilities/.NoDartCoverage: ENH: No need to do coverage of
10080           utilities
10082 2005-06-14 15:49  andy
10084         * Source/: cmCommandArgumentParserHelper.cxx,
10085           cmCommandArgumentParserHelper.h: ENH: More cleanups
10087 2005-06-14 14:01  andy
10089         * Tests/CTestTest2/test.cmake.in: ENH: Also perform memory checking
10090           and coverage
10092 2005-06-14 14:00  andy
10094         * Source/: CMakeLists.txt, CTest/cmCTestCoverageCommand.cxx,
10095           CTest/cmCTestCoverageCommand.h, CTest/cmCTestMemCheckCommand.cxx,
10096           CTest/cmCTestMemCheckCommand.h, CTest/cmCTestScriptHandler.cxx:
10097           ENH: Add commands for memory checking and coverage
10099 2005-06-14 13:22  andy
10101         * Source/: cmCommandArgumentLexer.cxx, cmCommandArgumentLexer.in.l:
10102           ENH: Improve variable name regular expression
10104 2005-06-14 12:48  andy
10106         * Source/: cmMacroCommand.cxx, cmake.cxx, cmake.h: ENH: Save
10107           command that macro overwrites
10109 2005-06-14 11:42  andy
10111         * Source/: cmCTest.cxx, cmCTest.h,
10112           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestUpdateHandler.cxx:
10113           ENH: Separate standard output and standard error for problematic
10114           commands
10116 2005-06-14 03:02  andy
10118         * Source/cmVersion.cxx: STYLE: Nightly Version update
10120 2005-06-13 18:03  barre
10122         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: add
10123           method to escape some chars in a string
10125 2005-06-13 14:29  andy
10127         * Source/cmCommandArgumentParserHelper.cxx: ENH: Handle
10128           non-existing variables
10130 2005-06-13 11:00  andy
10132         * bootstrap, Source/CMakeLists.txt, Source/cmMakefile.cxx: ENH: Use
10133           the new parser that supports nested variables
10135 2005-06-13 10:27  andy
10137         * Source/: cmCommandArgumentParser.cxx, cmCommandArgumentParser.y:
10138           ENH: More cleanups
10140 2005-06-13 10:11  andy
10142         * Source/: cmCommandArgumentParserHelper.cxx,
10143           cmCommandArgumentParserHelper.h: ENH: More optimization
10145 2005-06-13 10:01  andy
10147         * Source/: cmCommandArgumentLexer.cxx, cmCommandArgumentLexer.h,
10148           cmCommandArgumentParser.cxx, cmCommandArgumentParserTokens.h:
10149           ENH: Initial import
10151 2005-06-13 10:00  andy
10153         * Source/: cmCommandArgumentParserHelper.cxx,
10154           cmCommandArgumentParserHelper.h: ENH: Handle errors and optimize
10155           a bit
10157 2005-06-13 10:00  andy
10159         * Source/cmCommandArgumentLexer.in.l: ENH: Remove some allocations
10161 2005-06-13 09:59  andy
10163         * Source/cmCommandArgumentParser.y: ENH: Rearange and cleanup
10165 2005-06-13 09:33  martink
10167         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
10168           ENH: made configure file immediate by default for 2.2 or later
10170 2005-06-12 03:07  andy
10172         * Source/cmVersion.cxx: STYLE: Nightly Version update
10174 2005-06-11 03:07  andy
10176         * Source/cmVersion.cxx: STYLE: Nightly Version update
10178 2005-06-10 11:27  martink
10180         * Source/cmMakefile.cxx: ENH: remove old 1.2 compatability from
10181           cmake 2.2
10183 2005-06-10 10:45  martink
10185         * Source/cmMakefile.cxx: ENH: remove old 1.2 compatability from
10186           cmake 2.2
10188 2005-06-10 10:44  martink
10190         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10191           cmLocalUnixMakefileGenerator3.cxx,
10192           cmLocalUnixMakefileGenerator3.h, cmake.cxx, cmake.h,
10193           cmLocalGenerator.h: ENH: added support for forcing recomputation
10194           of depends
10196 2005-06-10 10:09  martink
10198         * Tests/Wrapping/CMakeLists.txt: ENH: change to work with new FLTK
10199           command
10201 2005-06-10 10:09  martink
10203         * Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: ENH:
10204           change workings of command so that it can all happing in the
10205           initial pass still works the old way but complains
10207 2005-06-10 10:08  martink
10209         * Source/cmAddLibraryCommand.cxx: ENH: allow libs with no sources
10210           but complain
10212 2005-06-10 09:01  andy
10214         * Source/: cmCTest.cxx, CTest/cmCTestBuildHandler.cxx: ENH: Be more
10215           verbose
10217 2005-06-10 08:56  andy
10219         * Source/CTest/: cmCTestBuildHandler.cxx,
10220           cmCTestConfigureHandler.cxx: ENH: Be more verbose
10222 2005-06-10 08:40  martink
10224         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10225           cmLocalVisualStudio6Generator.cxx,
10226           cmLocalVisualStudio7Generator.cxx, cmGlobalXCodeGenerator.cxx,
10227           cmLocalGenerator.cxx, cmLocalGenerator.h: ENH: removed old
10228           convert calls
10230 2005-06-10 02:57  andy
10232         * Source/cmVersion.cxx: STYLE: Nightly Version update
10234 2005-06-09 14:37  martink
10236         * bootstrap, Source/cmake.cxx, Source/CMakeLists.txt: ENH: removed
10237           UMG2
10239 2005-06-09 14:34  martink
10241         * Source/cmITKWrapTclCommand.cxx: ENH: deprecate old ITK wrap
10242           command
10244 2005-06-09 11:46  martink
10246         * Source/cmGlobalKdevelopGenerator.cxx: BUG: fix KDev gen to call
10247           parent class Generate
10249 2005-06-09 11:39  martink
10251         * Source/: cmGlobalKdevelopGenerator.h,
10252           cmLocalKdevelopGenerator.cxx, cmLocalKdevelopGenerator.h: ENH:
10253           make KDev sub off of Gen3
10255 2005-06-09 11:33  martink
10257         * Source/cmTarget.cxx: ENH: removed old 1.2 compatability
10259 2005-06-09 11:23  martink
10261         * Tests/Wrapping/CMakeLists.txt: ENH: no longer test ITK command
10263 2005-06-09 09:48  andy
10265         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10266           cmLocalUnixMakefileGenerator3.cxx: ENH: some better error
10267           reporting and more robust handlign of bad targets
10269 2005-06-09 08:19  king
10271         * Source/kwsys/Configure.h.in: COMP: Disable more warnings.
10273 2005-06-09 08:18  king
10275         * Source/kwsys/kwsys_ios_sstream.h.in: COMP: Fix
10276           no-assignment-operator warning and disable typedef-name synonym
10277           warning.
10279 2005-06-09 08:03  king
10281         * Source/kwsys/Configure.h.in: COMP: Disable useless warnings.
10283 2005-06-09 08:02  king
10285         * Source/kwsys/Configure.hxx.in: ENH: C++ configuration should
10286           include C configuration.
10288 2005-06-09 07:51  king
10290         * Source/kwsys/SystemTools.cxx: COMP: Need windows.h even on cygwin
10291           to get CreateFile API.
10293 2005-06-09 07:40  king
10295         * Source/kwsys/RegularExpression.cxx: COMP: Fixed conversion
10296           warnings.
10298 2005-06-09 04:14  andy
10300         * Source/cmVersion.cxx: STYLE: Nightly Version update
10302 2005-06-08 16:55  martink
10304         * Source/cmIncludeCommand.cxx: BUG: fatal error in include file
10305           should not cause report of missing include file
10307 2005-06-08 16:39  martink
10309         * Tests/Wrapping/CMakeLists.txt: ENH: remove bad add target
10310           commands
10312 2005-06-08 16:39  martink
10314         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx:
10315           ENH: better error checking for add library or executable with no
10316           source files
10318 2005-06-08 16:31  martink
10320         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: prevent segfault
10321           when no sources provided for lib
10323 2005-06-08 14:18  andy
10325         * Source/: cmCommandArgumentLexer.in.l, cmCommandArgumentParser.y,
10326           cmCommandArgumentParserHelper.cxx,
10327           cmCommandArgumentParserHelper.h: ENH: Handle more cases
10329 2005-06-08 14:11  martink
10331         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
10332           ComplexRelativePaths/CMakeLists.txt, Wrapping/CMakeLists.txt:
10333           ENH: remove requirements on 1.2
10335 2005-06-08 12:26  martink
10337         * Tests/: OutOfSource/SubDir/CMakeLists.txt,
10338           Complex/CMakeLists.txt, Complex/Executable/CMakeLists.txt,
10339           ComplexOneConfig/CMakeLists.txt,
10340           ComplexOneConfig/Executable/CMakeLists.txt,
10341           ComplexRelativePaths/CMakeLists.txt,
10342           ComplexRelativePaths/Executable/CMakeLists.txt,
10343           Dependency/CMakeLists.txt, Jump/CMakeLists.txt,
10344           Jump/Library/CMakeLists.txt, PreOrder/CMakeLists.txt,
10345           SimpleInstall/CMakeLists.txt, SimpleInstallS2/CMakeLists.txt,
10346           Testing/CMakeLists.txt: ENH: shift to using ADD_SUBDIRECTORY
10348 2005-06-08 10:41  andy
10350         * Source/: cmCommandArgumentLexer.in.l, cmCommandArgumentParser.y,
10351           cmCommandArgumentParserHelper.cxx,
10352           cmCommandArgumentParserHelper.h: ENH: Initial import (not working
10353           yet)
10355 2005-06-08 09:59  king
10357         * Docs/cmake-mode.el: ENH: Experimenting with auto-dated copyright.
10359 2005-06-08 09:52  andy
10361         * Tests/CTestTest/CMakeLists.txt: ENH: Cleanup
10363 2005-06-08 04:09  andy
10365         * Source/cmVersion.cxx: STYLE: Nightly Version update
10367 2005-06-07 12:07  martink
10369         * Source/cmGlobalVisualStudio7Generator.cxx,
10370           Modules/Platform/Windows-cl.cmake: ENH: fix for incorrect setting
10371           of CONFIZGURATION_TYPES
10373 2005-06-07 10:55  andy
10375         * Source/CTest/cmCTestTestHandler.cxx: BUG: Remove debugging code
10377 2005-06-07 10:47  martink
10379         * Source/: cmLocalUnixMakefileGenerator3.cxx, cmake.cxx: ENH: fix
10380           problem with dependency scanning
10382 2005-06-07 09:57  andy
10384         * Source/cmLocalGenerator.cxx, Source/kwsys/CMakeLists.txt,
10385           Source/kwsys/ExtraTest.cmake.in, Tests/CTestTest/test.cmake.in,
10386           Tests/CTestTest2/test.cmake.in: ENH: Add capability to include
10387           files to DartTestfile.txt and add example of that
10389 2005-06-07 09:06  andy
10391         * Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: ENH:
10392           Use CMake for parsing DartTestfile.txt
10394 2005-06-07 08:44  king
10396         * Modules/FindQt.cmake: ENH: Added search locations for a FreeBSD
10397           location.  Contributed by Alexander Neundorf.
10399 2005-06-07 04:09  andy
10401         * Source/cmVersion.cxx: STYLE: Nightly Version update
10403 2005-06-06 09:23  andy
10405         * Source/CTest/cmCTestBuildHandler.cxx: BUG: Initialize the
10406           iterator to prevent seg-fault
10408 2005-06-06 04:19  andy
10410         * Source/cmVersion.cxx: STYLE: Nightly Version update
10412 2005-06-05 15:35  andy
10414         * Source/cmVersion.cxx: STYLE: Nightly Version update
10416 2005-06-03 16:10  andy
10418         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
10419           CTest/cmCTestBuildAndTestHandler.cxx,
10420           CTest/cmCTestBuildAndTestHandler.h: ENH: Move the build-and-test
10421           code to a handler
10423 2005-06-03 14:42  andy
10425         * Source/CTest/: cmCTestGenericHandler.cxx,
10426           cmCTestGenericHandler.h: ENH: Add a method to parse command line
10427           argument inside the handler
10429 2005-06-03 14:42  andy
10431         * Tests/CommandLineTest/CMakeLists.txt: ENH: Test setting of
10432           environment variables
10434 2005-06-03 14:17  andy
10436         * Source/cmSetCommand.cxx: BUG: Remove memory leak
10438 2005-06-03 12:59  martink
10440         * Source/: cmWrapExcludeFilesCommand.cxx,
10441           cmWrapExcludeFilesCommand.h, cmSourceFilesCommand.cxx,
10442           cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.cxx,
10443           cmSourceFilesRemoveCommand.h: ENH: no longer used
10445 2005-06-03 12:58  martink
10447         * Source/cmCommands.cxx: ENH: removed old commands
10449 2005-06-03 11:29  andy
10451         * Source/CTest/cmCTestConfigureHandler.cxx: BUG: Remove unused code
10453 2005-06-03 11:26  martink
10455         * CTestCustom.ctest.in: ENH: shut up buggy gcc stl header
10457 2005-06-03 04:03  andy
10459         * Source/cmVersion.cxx: STYLE: Nightly Version update
10461 2005-06-02 18:10  andy
10463         * Source/: cmCTest.cxx, ctest.cxx: ENH: Add debug flag
10465 2005-06-02 16:47  andy
10467         * Source/: cmCTest.cxx, CTest/cmCTestSubmitHandler.cxx: BUG: Fix
10468           the order of things to make submit handler not crash when proxies
10469           are set
10471 2005-06-02 15:14  martink
10473         * Docs/cmake-mode.el: ENH: updated commands
10475 2005-06-02 15:09  martink
10477         * Tests/Wrapping/CMakeLists.txt: ENH: removed old command
10479 2005-06-02 14:56  martink
10481         * Tests/: Complex/Library/CMakeLists.txt,
10482           ComplexOneConfig/Library/CMakeLists.txt,
10483           ComplexRelativePaths/Library/CMakeLists.txt: ENH: removed old
10484           commands
10486 2005-06-02 14:48  andy
10488         * Source/CTest/cmCTestSubmitHandler.cxx: ENH: Cleanup output even
10489           more
10491 2005-06-02 14:24  martink
10493         * Source/: cmCommands.cxx, cmAbstractFilesCommand.cxx,
10494           cmAbstractFilesCommand.h: ENH: removed the ABSTRACT_FILES command
10496 2005-06-02 14:21  martink
10498         * Docs/cmake-mode.el: ENH: updated to remove ABSTRACT_FILES and add
10499           ADD_SUBDIRECTORY
10501 2005-06-02 14:10  martink
10503         * Tests/: Complex/Library/CMakeLists.txt,
10504           ComplexOneConfig/Library/CMakeLists.txt,
10505           ComplexRelativePaths/Library/CMakeLists.txt: ENH: removed use of
10506           ABSTRACT command
10508 2005-06-02 13:41  martink
10510         * Source/: cmLocalUnixMakefileGenerator3.cxx,
10511           cmLocalUnixMakefileGenerator3.h: ENH: now also provides obj rules
10512           for local Makefiles
10514 2005-06-02 12:26  andy
10516         * Source/CTest/cmCTestBuildHandler.cxx: COMP: Remove compile
10517           warning
10519 2005-06-02 11:47  andy
10521         * Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
10522           ENH: Once the number of errors or warnings was reached, stop
10523           counting them. Also fix compile warning on bad compilers
10525 2005-06-02 09:35  andy
10527         * Source/CTest/cmCTestSubmitHandler.cxx: BUG: On windows there are
10528           problems when opening file as ascii
10530 2005-06-02 04:02  andy
10532         * Source/cmVersion.cxx: STYLE: Nightly Version update
10534 2005-06-01 15:59  andy
10536         * Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
10537           ENH: Streamline build process. This reduces the memory footprint,
10538           since only some number of lines of output will be in memory at
10539           the time. Also, this will report the build errors and warnings as
10540           it goes through the build
10542 2005-06-01 13:37  martink
10544         * Source/: cmLocalUnixMakefileGenerator3.cxx,
10545           cmLocalUnixMakefileGenerator3.h: ENH: minor perf improvement
10547 2005-06-01 13:24  martink
10549         * Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: do not add help
10550           target if there is a real target named help
10552 2005-06-01 13:19  king
10554         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: Fixed name given
10555           to clean target listing for executable and library targets.
10557 2005-06-01 11:18  martink
10559         * Source/cmGlobalUnixMakefileGenerator3.cxx: COMP: fix warning
10561 2005-06-01 09:25  andy
10563         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10564           cmGlobalUnixMakefileGenerator3.h: BUG: Remove duplicate targets
10565           when in different generators
10567 2005-06-01 08:59  martink
10569         * Source/cmGlobalUnixMakefileGenerator3.cxx: COMP: fix warning
10571 2005-06-01 08:56  martink
10573         * CTestCustom.ctest.in: COMP: suppress warnings in 3rd party libs
10575 2005-06-01 08:54  martink
10577         * Source/cmGlobalUnixMakefileGenerator3.cxx: COMP: fix warning
10579 2005-06-01 08:50  martink
10581         * Source/cmQTWrapUICommand.cxx: COMP: fix warning
10583 2005-06-01 08:48  martink
10585         * Source/: cmVariableRequiresCommand.cxx,
10586           cmVariableRequiresCommand.h: ENH: made immediate
10588 2005-06-01 08:25  andy
10590         * Source/cmCTest.cxx: ENH: Make CMake --build-and-test to be
10591           verbose by default
10593 2005-06-01 08:25  andy
10595         * Source/cmStandardIncludes.h: ENH: Add support for deque
10597 2005-06-01 03:56  andy
10599         * Source/cmVersion.cxx: STYLE: Nightly Version update
10601 2005-05-31 18:40  andy
10603         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx,
10604           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestConfigureHandler.cxx,
10605           CTest/cmCTestCoverageHandler.cxx,
10606           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestScriptHandler.cxx,
10607           CTest/cmCTestSubmitHandler.cxx, CTest/cmCTestTestHandler.cxx,
10608           CTest/cmCTestUpdateHandler.cxx: COMP: Remove ERROR reserved word
10609           or something and replace with ERROR_MESSAGE
10611 2005-05-31 17:32  andy
10613         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx,
10614           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestConfigureHandler.cxx,
10615           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
10616           CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
10617           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestScriptHandler.cxx,
10618           CTest/cmCTestStartCommand.cxx, CTest/cmCTestSubmitHandler.cxx,
10619           CTest/cmCTestTestHandler.cxx, CTest/cmCTestUpdateHandler.cxx:
10620           ENH: Add support for writing output file. While doing that,
10621           redesign the way ctest does output. There may still be problems
10622           with commands failing, but that should be fixed by applying the
10623           similar concept to whole CMake
10625 2005-05-31 16:20  martink
10627         * CTestCustom.ctest.in: ENH: shut up some warning on SGI
10629 2005-05-31 16:16  martink
10631         * Utilities/cmxmlrpc/CMakeLists.txt: BUG: shut downgrade XMLRPC
10632           support
10634 2005-05-31 15:10  martink
10636         * Source/: cmAddSubDirectoryCommand.cxx,
10637           cmAddSubDirectoryCommand.h: ENH: removed the PREORDER option from
10638           the AddSubDirectory command
10640 2005-05-31 14:09  martink
10642         * Source/cmGlobalUnixMakefileGenerator3.cxx: COMP: fix a waring
10644 2005-05-31 11:46  martink
10646         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10647           cmGlobalUnixMakefileGenerator3.h,
10648           cmLocalUnixMakefileGenerator3.cxx: ENH: now uses Makefile2 to
10649           cleanup zsh issues and provided some more documentation
10651 2005-05-31 10:16  martink
10653         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10654           cmGlobalUnixMakefileGenerator3.h,
10655           cmLocalUnixMakefileGenerator3.cxx,
10656           cmLocalUnixMakefileGenerator3.h: STYLE: add some better comments
10657           and remove some unused code
10659 2005-05-31 04:10  andy
10661         * Source/cmVersion.cxx: STYLE: Nightly Version update
10663 2005-05-30 17:26  andy
10665         * Source/cmStandardIncludes.h: ENH: Add support for iomanip
10667 2005-05-30 04:02  andy
10669         * Source/cmVersion.cxx: STYLE: Nightly Version update
10671 2005-05-29 04:04  andy
10673         * Source/cmVersion.cxx: STYLE: Nightly Version update
10675 2005-05-28 08:44  lorensen
10677         * Source/kwsys/SystemTools.cxx: COMP: warning.
10679 2005-05-28 04:10  andy
10681         * Source/cmVersion.cxx: STYLE: Nightly Version update
10683 2005-05-27 22:11  barre
10685         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: add
10686           convenience function to convert Windows command line args into
10687           Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code
10689 2005-05-27 16:17  andy
10691         * Source/CTest/cmCTestScriptHandler.cxx: ENH: Use generated file
10692           stream for files
10694 2005-05-27 11:26  andy
10696         * DartConfig.cmake: ENH: Dart change
10698 2005-05-27 04:08  andy
10700         * Source/cmVersion.cxx: STYLE: Nightly Version update
10702 2005-05-26 18:15  andy
10704         * Source/CTest/cmCTestSubmitHandler.cxx: ENH: Fix for changes in
10705           XML-RPC for Dart2
10707 2005-05-26 17:30  andy
10709         * Modules/CMakeVS8FindMake.cmake,
10710           Source/MFCDialog/CMakeSetupDialog.cpp: COMP: Fix for support of
10711           VS 8.0 beta 2
10713 2005-05-26 04:09  andy
10715         * Source/cmVersion.cxx: STYLE: Nightly Version update
10717 2005-05-25 15:09  martink
10719         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10720           cmLocalUnixMakefileGenerator3.cxx: ENH: added clean target for
10721           subdirs
10723 2005-05-25 12:22  martink
10725         * Source/: cmDepends.cxx, cmDepends.h,
10726           cmLocalUnixMakefileGenerator3.cxx,
10727           cmLocalUnixMakefileGenerator3.h: BUG: a fix for constant
10728           recomputing of depends
10730 2005-05-25 11:19  andy
10732         * Source/cmDependsFortran.cxx: ENH: new fortran depends to match
10733           new Unix Gen
10735 2005-05-25 11:18  martink
10737         * Source/: cmGlobalUnixMakefileGenerator.h,
10738           cmGlobalUnixMakefileGenerator3.h, cmake.cxx: ENH: switch to using
10739           new Unix Makefile generator for Unix as well
10741 2005-05-25 04:07  andy
10743         * Source/cmVersion.cxx: STYLE: Nightly Version update
10745 2005-05-24 16:36  martink
10747         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for directory
10748           of empty depend.make files
10750 2005-05-24 16:11  martink
10752         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: building libs
10753           caused all generated files to be deleted
10755 2005-05-24 15:36  martink
10757         * Source/cmIfCommand.h: STYLE: fix the docs
10759 2005-05-24 14:42  martink
10761         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10762           cmGlobalUnixMakefileGenerator3.h,
10763           cmLocalUnixMakefileGenerator3.cxx,
10764           cmLocalUnixMakefileGenerator3.h: ENH: some more cleanup and
10765           changes to how custom commands are stored
10767 2005-05-24 11:17  martink
10769         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10770           cmGlobalUnixMakefileGenerator3.h,
10771           cmLocalUnixMakefileGenerator3.cxx: ENH: optimization to not use
10772           requires step unless a language requires it
10774 2005-05-24 10:45  martink
10776         * Modules/CMakeFortranInformation.cmake: ENH: added requires flag
10778 2005-05-24 04:08  andy
10780         * Source/cmVersion.cxx: STYLE: Nightly Version update
10782 2005-05-23 03:57  andy
10784         * Source/cmVersion.cxx: STYLE: Nightly Version update
10786 2005-05-22 03:56  andy
10788         * Source/cmVersion.cxx: STYLE: Nightly Version update
10790 2005-05-21 03:56  andy
10792         * Source/cmVersion.cxx: STYLE: Nightly Version update
10794 2005-05-20 12:09  andy
10796         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for empty
10797           custom commands
10799 2005-05-20 11:01  martink
10801         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10802           cmGlobalUnixMakefileGenerator3.h,
10803           cmLocalUnixMakefileGenerator3.cxx,
10804           cmLocalUnixMakefileGenerator3.h: ENH: added help target and made
10805           custom commands execute in start output directory
10807 2005-05-20 08:45  martink
10809         * Source/: cmGlobalUnixMakefileGenerator3.cxx: ENH: fix warning and
10810           also add back in build.make
10812 2005-05-20 03:57  andy
10814         * Source/cmVersion.cxx: STYLE: Nightly Version update
10816 2005-05-19 15:55  martink
10818         * Source/cmGlobalUnixMakefileGenerator3.cxx: COMP: fix warning
10820 2005-05-19 15:00  martink
10822         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10823           cmLocalUnixMakefileGenerator3.cxx: ENH: fixes for subdir build
10824           Makefiles
10826 2005-05-19 14:36  andy
10828         * Modules/Platform/Windows-cl.cmake: ENH: Be more verbose, handle
10829           network paths, and write compiler output to the log files
10831 2005-05-19 13:32  martink
10833         * Source/cmLocalUnixMakefileGenerator3.cxx: COMP: fix warning
10835 2005-05-19 13:26  martink
10837         * Source/cmLocalUnixMakefileGenerator3.cxx: BUG: fix for bad
10838           depency clearing
10840 2005-05-19 10:52  martink
10842         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10843           cmLocalUnixMakefileGenerator3.cxx: ENH: some performance
10844           improvements
10846 2005-05-19 03:55  andy
10848         * Source/cmVersion.cxx: STYLE: Nightly Version update
10850 2005-05-18 16:10  martink
10852         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: fix for makes that
10853           do not handle targets wihtout a rule to build them
10855 2005-05-18 13:46  martink
10857         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10858           cmGlobalUnixMakefileGenerator3.h,
10859           cmLocalUnixMakefileGenerator3.cxx,
10860           cmLocalUnixMakefileGenerator3.h, cmTarget.cxx: ENH: another step
10861           to the next generator still not optimized yet
10863 2005-05-18 04:01  andy
10865         * Source/cmVersion.cxx: STYLE: Nightly Version update
10867 2005-05-17 14:39  martink
10869         * Source/: cmLocalUnixMakefileGenerator3.cxx,
10870           cmLocalUnixMakefileGenerator3.h: COMP: some warning fixes and
10871           cleanup
10873 2005-05-17 14:22  andy
10875         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: implemented
10876           provides requires code
10878 2005-05-17 11:15  martink
10880         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
10881           cmGlobalUnixMakefileGenerator3.h,
10882           cmLocalUnixMakefileGenerator3.cxx,
10883           cmLocalUnixMakefileGenerator3.h: ENH: some more reorg
10885 2005-05-17 03:57  andy
10887         * Source/cmVersion.cxx: STYLE: Nightly Version update
10889 2005-05-16 14:17  king
10891         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h: BUG:
10892           Changing to a new test for whether to do relative path
10893           conversion.  Now only paths inside the source or binary trees are
10894           converted.
10896 2005-05-16 13:42  king
10898         * Source/kwsys/: ProcessUNIX.c, testProcess.c: ENH: Removing
10899           previous debug code.
10901 2005-05-16 10:53  martink
10903         * Source/: cmDependsFortran.cxx, cmLocalUnixMakefileGenerator3.cxx:
10904           ENH: some updates to the provides requires code
10906 2005-05-15 03:57  andy
10908         * Source/cmVersion.cxx: STYLE: Nightly Version update
10910 2005-05-14 04:01  andy
10912         * Source/cmVersion.cxx: STYLE: Nightly Version update
10914 2005-05-13 15:51  martink
10916         * Source/cmLocalUnixMakefileGenerator3.cxx: ENH: remove duplicate
10917           provide rule for fortran
10919 2005-05-13 15:50  martink
10921         * Source/cmLocalGenerator.cxx: COMP: shut up warning
10923 2005-05-13 14:45  king
10925         * Source/kwsys/SharedForward.h.in: ENH: Added knowledge of FreeBSD.
10927 2005-05-13 14:44  king
10929         * Source/kwsys/: ProcessUNIX.c, testProcess.c: ENH: Adding
10930           debugging code for freebsd.
10932 2005-05-13 14:13  martink
10934         * Source/cmGlobalUnixMakefileGenerator3.cxx: BUG: minor cleanup and
10935           fix for convenience rules
10937 2005-05-13 14:12  martink
10939         * Source/cmGlobalGenerator.cxx: BUG: filx for old bug in rel path
10940           computaiton code
10942 2005-05-13 09:54  martink
10944         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
10945           cmGlobalUnixMakefileGenerator3.cxx, cmLocalGenerator.cxx,
10946           cmLocalGenerator.h, cmLocalUnixMakefileGenerator3.cxx,
10947           cmLocalUnixMakefileGenerator3.h: ENH: warning fixes and some
10948           first steps in cleaning up the convert code
10950 2005-05-13 04:04  andy
10952         * Source/cmVersion.cxx: STYLE: Nightly Version update
10954 2005-05-12 16:25  hoffman
10956         * Source/cmLocalVisualStudio7Generator.cxx: Undo fix as it broke
10957           the dashboard
10959 2005-05-12 13:27  hoffman
10961         * Source/cmLocalVisualStudio7Generator.cxx: ENH: fix for bug where
10962           debug, release etc flags were not used for linker options, BUG
10963           1781 fix
10965 2005-05-12 11:53  martink
10967         * bootstrap: ENH: moved gen3 into bootstrap process
10969 2005-05-12 11:26  martink
10971         * Source/cmLocalUnixMakefileGenerator3.cxx: COMP: shut up unused
10972           var
10974 2005-05-12 11:24  martink
10976         * Source/cmake.cxx: BUG: fix bad generator name
10978 2005-05-12 10:58  martink
10980         * Source/CMakeLists.txt: ENH: defer relative paths
10982 2005-05-12 10:49  martink
10984         * Source/: CMakeLists.txt, cmGlobalBorlandMakefileGenerator.cxx,
10985           cmGlobalNMakeMakefileGenerator.cxx,
10986           cmGlobalNMakeMakefileGenerator.h,
10987           cmGlobalUnixMakefileGenerator3.cxx, cmLocalGenerator.h,
10988           cmLocalUnixMakefileGenerator2.cxx,
10989           cmLocalUnixMakefileGenerator2.h,
10990           cmLocalUnixMakefileGenerator3.cxx,
10991           cmLocalUnixMakefileGenerator3.h, cmake.cxx: ENH: added new
10992           generator
10994 2005-05-12 03:53  andy
10996         * Source/cmVersion.cxx: STYLE: Nightly Version update
10998 2005-05-11 13:16  martink
11000         * Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
11001           cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
11002           cmDependsJava.cxx, cmDependsJava.h,
11003           cmLocalUnixMakefileGenerator2.cxx: ENH: some changes to the
11004           depends signature to be more flexible
11006 2005-05-11 12:44  martink
11008         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
11009           cmLocalUnixMakefileGenerator3.cxx,
11010           cmLocalUnixMakefileGenerator3.h: ENH: another snapshot
11012 2005-05-11 10:19  martink
11014         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h: ENH: added
11015           new methods to convert to HomeRelative paths
11017 2005-05-11 08:45  martink
11019         * Source/: cmLocalUnixMakefileGenerator3.cxx,
11020           cmLocalUnixMakefileGenerator3.h,
11021           cmGlobalUnixMakefileGenerator3.cxx,
11022           cmGlobalUnixMakefileGenerator3.h: ENH: snapshot
11024 2005-05-11 03:55  andy
11026         * Source/cmVersion.cxx: STYLE: Nightly Version update
11028 2005-05-10 16:41  king
11030         * Source/kwsys/testProcess.c: ENH: Removing QNX hack for test 6 now
11031           that the problem has been fixed.
11033 2005-05-10 16:36  king
11035         * Source/kwsys/ProcessUNIX.c: BUG: struct timeval uses unsigned
11036           types on at least one platform (QNX).  Alot of the time logic
11037           assumes a signed type.  Switch to using a signed representation
11038           that is converted to the native representation only for system
11039           calls.
11041 2005-05-10 11:11  andy
11043         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
11044           Allow changing of file name
11046 2005-05-10 11:00  king
11048         * Source/: cmDependsC.cxx, cmDependsC.h: BUG: Re-implemented
11049           dependency line parsing to deal with quoted paths and escaped
11050           spaces.
11052 2005-05-10 10:10  andy
11054         * Source/cmBuildCommand.cxx: ENH: Remove the old code
11056 2005-05-10 03:52  andy
11058         * Source/cmVersion.cxx: STYLE: Nightly Version update
11060 2005-05-09 15:11  martink
11062         * Source/cmGlobalUnixMakefileGenerator3.cxx: ENH: some more fixes
11064 2005-05-09 08:53  martink
11066         * Source/: cmLocalUnixMakefileGenerator3.cxx,
11067           cmLocalUnixMakefileGenerator3.h: ENH: some more cleanup
11069 2005-05-09 03:57  andy
11071         * Source/cmVersion.cxx: STYLE: Nightly Version update
11073 2005-05-08 13:49  andy
11075         * Source/CTest/cmCTestSubmitCommand.cxx,
11076           Tests/CTestTest2/test.cmake.in: ENH: Add notes
11078 2005-05-08 13:48  andy
11080         * Source/CTest/cmCTestStartCommand.cxx: ENH: Remove error about not
11081           being able to update CTest configuration
11083 2005-05-08 13:48  andy
11085         * Source/CTest/: cmCTestBuildCommand.cxx, cmCTestBuildCommand.h:
11086           ENH: Remove memory leak and remember global generator for next
11087           time
11089 2005-05-08 13:47  andy
11091         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add method so that ctest
11092           handlers and commands can add notes
11094 2005-05-08 04:00  andy
11096         * Source/cmVersion.cxx: STYLE: Nightly Version update
11098 2005-05-07 03:56  andy
11100         * Source/cmVersion.cxx: STYLE: Nightly Version update
11102 2005-05-06 14:49  martink
11104         * Source/: cmLocalUnixMakefileGenerator3.cxx,
11105           cmLocalUnixMakefileGenerator3.h,
11106           cmGlobalUnixMakefileGenerator3.cxx,
11107           cmGlobalUnixMakefileGenerator3.h: ENH: updates
11109 2005-05-06 12:38  king
11111         * Source/cmake.cxx: COMP: Fixed forced bool conversion warning.
11113 2005-05-06 09:58  king
11115         * Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
11116           cmDependsC.h, cmDependsFortran.cxx, cmDependsFortran.h,
11117           cmDependsJava.cxx, cmDependsJava.h,
11118           cmLocalUnixMakefileGenerator2.cxx,
11119           cmLocalUnixMakefileGenerator2.h, cmake.cxx: ENH: Added optional
11120           verbose output to build system dependency check.
11122 2005-05-06 03:52  andy
11124         * Source/cmVersion.cxx: STYLE: Nightly Version update
11126 2005-05-05 12:45  martink
11128         * Source/: cmGlobalUnixMakefileGenerator3.cxx,
11129           cmGlobalUnixMakefileGenerator3.h,
11130           cmLocalUnixMakefileGenerator3.cxx,
11131           cmLocalUnixMakefileGenerator3.h: ENH: backup of work in progress
11133 2005-05-05 10:40  andy
11135         * Source/cmMakefile.cxx: BUG: If there is a fatal error, stop
11136           processing list file
11138 2005-05-05 10:26  king
11140         * Source/cmGlobalVisualStudio7Generator.cxx: BUG: Added space after
11141           /clean to avoid putting it together with the build configuration.
11142           This fixes the failure of the complext test on the second run in
11143           the same tree.
11145 2005-05-05 10:19  andy
11147         * Source/kwsys/CTestConfig.cmake: ENH: Add configuration file for
11148           kwsys
11150 2005-05-05 10:19  andy
11152         * Source/CMakeLists.txt, Tests/CTestTest2/CMakeLists.txt,
11153           Tests/CTestTest2/test.cmake.in: ENH: Add new style ctest project
11155 2005-05-05 10:18  andy
11157         * Source/CTest/: cmCTestConfigureCommand.cxx,
11158           cmCTestSubmitCommand.cxx: ENH: Add default configure rules for
11159           CMake projects and add default rules for submission
11161 2005-05-05 10:18  andy
11163         * Source/CTest/cmCTestScriptHandler.cxx: ENH: Add variable that
11164           holds cmake executable
11166 2005-05-05 10:17  andy
11168         * Source/cmCTest.h: ENH: Add accessort for CMake executable
11170 2005-05-05 09:45  king
11172         * Source/kwsys/testProcess.c: ENH: Disabling test 6 on QNX until
11173           process killing can be resolved.  It will just fail always for
11174           now.
11176 2005-05-05 09:21  andy
11178         * Source/cmCTest.cxx: BUG: Fix logic for verbose
11180 2005-05-05 09:09  king
11182         * Source/kwsys/hashtable.hxx.in: COMP: Removed unused parameter
11183           warning.
11185 2005-05-05 09:08  king
11187         * Source/kwsys/SystemTools.cxx: COMP: Added work-around to avoid
11188           warnings about unreferenced inline functions from SGI termios.
11190 2005-05-05 09:05  king
11192         * Source/kwsys/ProcessUNIX.c: COMP: Added initializer to avoid
11193           warning.  It is not really needed, though.
11195 2005-05-05 03:51  andy
11197         * Source/cmVersion.cxx: STYLE: Nightly Version update
11199 2005-05-04 11:37  andy
11201         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
11202           split that splits on arbitrary separator
11204 2005-05-04 11:16  andy
11206         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Allow spaces in
11207           update command
11209 2005-05-04 11:13  andy
11211         * Source/CTest/: cmCTestBuildCommand.cxx, cmCTestBuildCommand.h,
11212           cmCTestConfigureCommand.cxx, cmCTestConfigureCommand.h,
11213           cmCTestCoverageHandler.cxx, cmCTestSubmitCommand.cxx,
11214           cmCTestSubmitCommand.h, cmCTestTestCommand.cxx,
11215           cmCTestTestCommand.h, cmCTestUpdateCommand.cxx,
11216           cmCTestUpdateCommand.h: ENH: Improve syntax
11218 2005-05-04 11:13  andy
11220         * Source/cmGlobalGenerator.cxx: BUG: Fix bootstrap test on machines
11221           with spaces in the path
11223 2005-05-04 11:12  andy
11225         * Source/kwsys/SystemTools.hxx.in: ENH: Expose
11226           ConvertToUnixOutputPath
11228 2005-05-04 03:50  andy
11230         * Source/cmVersion.cxx: STYLE: Nightly Version update
11232 2005-05-03 15:28  andy
11234         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestStartCommand.cxx:
11235           ENH: Add Site and BuildName, make sure that the rest of the
11236           default -S rule does not happen, and make sure that new tag will
11237           be created
11239 2005-05-03 15:20  andy
11241         * Source/cmGlobalGenerator.cxx: ENH: No need to convert to output
11242           path
11244 2005-05-03 15:19  king
11246         * Source/: cmDependsFortranLexer.cxx, cmDependsFortranLexer.in.l,
11247           cmDependsJavaLexer.cxx, cmDependsJavaLexer.in.l: COMP: Removed
11248           warnings about unreachable code and constant control expressions.
11249           Added the changes to the instructions in the input lex files.
11251 2005-05-03 14:58  king
11253         * Source/: cmGeneratedFileStream.h,
11254           cmLocalUnixMakefileGenerator2.h, cmStandardIncludes.h,
11255           cmSystemTools.cxx, CTest/cmCTestUpdateHandler.h,
11256           kwsys/CommandLineArguments.cxx, kwsys/SystemTools.cxx,
11257           kwsys/testhash.cxx: COMP: Added pragma directives for SGI
11258           compilers to avoid useless warnings.
11260 2005-05-03 14:57  king
11262         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
11263           cmCursesMainForm.cxx: COMP: Changed while(1) to for(;;) to avoid
11264           warning about constant control expression.
11266 2005-05-03 14:53  king
11268         * Source/kwsys/kwsysPlatformCxxTests.cxx: COMP: Removed stray
11269           semicolon.
11271 2005-05-03 14:28  king
11273         * Source/cmStandardIncludes.h: COMP: Added hack to avoid SGI
11274           termios.h warnings.
11276 2005-05-03 14:28  king
11278         * Source/: cmDependsJavaLexer.cxx, cmDependsJavaLexer.in.l: COMP:
11279           Need #undef ECHO to avoid conflict with system ECHO definition.
11281 2005-05-03 14:27  king
11283         * Source/kwsys/RegularExpression.hxx.in: COMP: Changed type of
11284           regmlen to avoid warnings when other lengths are converted to it.
11286 2005-05-03 10:02  king
11288         * Source/kwsys/testProcess.c: ENH: Adding test of running
11289           executable with forward slashes on windows.
11291 2005-05-03 09:40  andy
11293         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestBuildCommand.cxx,
11294           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestConfigureCommand.cxx,
11295           CTest/cmCTestConfigureHandler.cxx,
11296           CTest/cmCTestCoverageHandler.cxx,
11297           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestStartCommand.cxx,
11298           CTest/cmCTestSubmitCommand.cxx, CTest/cmCTestSubmitHandler.cxx,
11299           CTest/cmCTestTestCommand.cxx, CTest/cmCTestUpdateCommand.cxx,
11300           CTest/cmCTestUpdateHandler.cxx: ENH: Cleanups
11302 2005-05-03 08:17  andy
11304         * CTestConfig.cmake, Source/CMakeLists.txt, Source/cmCTest.cxx,
11305           Source/cmCTest.h, Source/CTest/cmCTestBuildHandler.cxx,
11306           Source/CTest/cmCTestScriptHandler.cxx,
11307           Source/CTest/cmCTestSubmit.cxx, Source/CTest/cmCTestSubmit.h,
11308           Source/CTest/cmCTestSubmitCommand.cxx,
11309           Source/CTest/cmCTestSubmitCommand.h,
11310           Source/CTest/cmCTestSubmitHandler.cxx,
11311           Source/CTest/cmCTestSubmitHandler.h,
11312           Source/CTest/cmCTestTestCommand.cxx,
11313           Source/CTest/cmCTestTestCommand.h: ENH: Promote submit into a
11314           full handler, add test and submit command and do some cleanups
11316 2005-05-03 04:15  andy
11318         * Source/cmVersion.cxx: STYLE: Nightly Version update
11320 2005-05-02 15:51  andy
11322         * CTestConfig.cmake, Source/CTest/cmCTestBuildCommand.cxx,
11323           Source/CTest/cmCTestScriptHandler.cxx: ENH: Make ctest build
11324           command work
11326 2005-05-02 15:51  andy
11328         * Source/cmake.h: ENH: Make AddCMakePath public
11330 2005-05-02 15:50  andy
11332         * Source/cmGlobalGenerator.h: ENH: Make FindMakeProgram public
11334 2005-05-02 14:15  andy
11336         * CTestConfig.cmake, Source/CMakeLists.txt, Source/cmCTest.cxx,
11337           Source/cmCTest.h, Source/CTest/cmCTestBuildCommand.cxx,
11338           Source/CTest/cmCTestBuildCommand.h,
11339           Source/CTest/cmCTestConfigureCommand.cxx,
11340           Source/CTest/cmCTestConfigureCommand.h,
11341           Source/CTest/cmCTestScriptHandler.cxx,
11342           Source/CTest/cmCTestStartCommand.cxx,
11343           Source/CTest/cmCTestUpdateCommand.cxx: ENH: More commands. Start
11344           working on new style ctest configuration
11346 2005-05-02 03:42  andy
11348         * Source/cmVersion.cxx: STYLE: Nightly Version update
11350 2005-05-01 03:38  andy
11352         * Source/cmVersion.cxx: STYLE: Nightly Version update
11354 2005-04-30 15:36  andy
11356         * Source/cmGlobalXCodeGenerator.cxx: COMP: Remove warning
11358 2005-04-30 04:13  andy
11360         * Source/cmVersion.cxx: STYLE: Nightly Version update
11362 2005-04-29 12:50  andy
11364         * Source/cmBuildCommand.cxx: ENH: Try to see if
11365           GenerateBuildCommand produces apropriate result
11367 2005-04-29 11:49  andy
11369         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
11370           cmGlobalVisualStudio6Generator.cxx,
11371           cmGlobalVisualStudio6Generator.h,
11372           cmGlobalVisualStudio7Generator.cxx,
11373           cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
11374           cmGlobalXCodeGenerator.h: ENH: Add option to ignore errors. Only
11375           works on make
11377 2005-04-29 10:11  king
11379         * Source/: cmGlobalVisualStudio6Generator.cxx,
11380           cmGlobalVisualStudio6Generator.h,
11381           cmGlobalVisualStudio71Generator.cxx,
11382           cmGlobalVisualStudio71Generator.h,
11383           cmGlobalVisualStudio7Generator.cxx,
11384           cmGlobalVisualStudio7Generator.h: COMP: Converting
11385           INSTALL->ALL_BUILD dependency implementation to use the
11386           AddUtility method on a target.  This significantly simplifies the
11387           implementation and removes warnings about hiding virtual
11388           functions.
11390 2005-04-29 10:07  andy
11392         * Source/cmGlobalXCodeGenerator.cxx: COMP: Remove warning
11394 2005-04-29 10:06  hoffman
11396         * Source/cmGlobalXCodeGenerator.cxx: ENH: make install depend on
11397           all
11399 2005-04-29 04:15  andy
11401         * Source/cmVersion.cxx: STYLE: Nightly Version update
11403 2005-04-28 18:34  andy
11405         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
11406           ENH: Start working on command that will abstract generating of
11407           build command
11409 2005-04-28 18:18  andy
11411         * Source/: cmGlobalVisualStudio6Generator.cxx,
11412           cmGlobalVisualStudio6Generator.h,
11413           cmGlobalVisualStudio7Generator.cxx,
11414           cmGlobalVisualStudio7Generator.h: ENH: Start working on a method
11415           that abstracts generating of build command
11417 2005-04-28 17:33  andy
11419         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h: ENH: Start
11420           working on command that will abstract generating of build command
11422 2005-04-28 16:21  king
11424         * Source/: cmGlobalVisualStudio6Generator.cxx,
11425           cmGlobalVisualStudio6Generator.h,
11426           cmGlobalVisualStudio71Generator.cxx,
11427           cmGlobalVisualStudio71Generator.h,
11428           cmGlobalVisualStudio7Generator.cxx,
11429           cmGlobalVisualStudio7Generator.h: ENH: Added dependency from
11430           INSTALL target to ALL_BUILD target so that targets build before
11431           being installed.
11433 2005-04-28 11:47  king
11435         * Tests/: SimpleInstall/CMakeLists.txt,
11436           SimpleInstallS2/CMakeLists.txt: BUG: Avoid infinite loop during
11437           installation.
11439 2005-04-28 09:21  king
11441         * Source/kwsys/testProcess.c: BUG: Extending all timeouts to help
11442           out slower machines.
11444 2005-04-28 09:14  andy
11446         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Add internal error
11448 2005-04-28 05:07  andy
11450         * Source/cmVersion.cxx: STYLE: Nightly Version update
11452 2005-04-27 11:46  king
11454         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Added dependency
11455           on all for install rule to make sure build is up to date before
11456           installing.  This behavior can be disabled by setting
11457           CMAKE_SKIP_INSTALL_ALL_DEPENDENCY to true.
11459 2005-04-27 11:33  king
11461         * Source/cmSourceFile.cxx: BUG: Do not leave ../ in the full path
11462           to a source file.  Using CollapseFullPath simplifies the code
11463           anyway.
11465 2005-04-27 10:01  king
11467         * Source/kwsys/testProcess.c: BUG: Extending timeout of test 6 from
11468           0.1 seconds to 3 seconds.  This should avoid missed signals and
11469           intermittent failures.
11471 2005-04-27 09:12  king
11473         * Tests/CustomCommand/CMakeLists.txt: BUG: Use copy to produce
11474           doc1pre.txt instead of echo.  The redirection does not like
11475           forward slashes on Win9x.
11477 2005-04-27 04:35  andy
11479         * Source/cmVersion.cxx: STYLE: Nightly Version update
11481 2005-04-26 17:11  king
11483         * Modules/: CMakeBackwardCompatibilityC.cmake, FindThreads.cmake:
11484           BUG: Fix try-compile for sys/prctl.h.  It needs to include
11485           sys/types.h first according to the man page.
11487 2005-04-26 14:12  king
11489         * Source/CursesDialog/form/CMakeLists.txt,
11490           Source/CursesDialog/form/internal_stdio_core.h.in,
11491           Utilities/cmxmlrpc/CMakeLists.txt,
11492           Utilities/cmxmlrpc/internal_stdio_core.h.in: ENH: Removing
11493           stdio_core hack.  A better work-around has been put in
11494           cmStandardIncludes.h.
11496 2005-04-26 14:11  king
11498         * Source/cmStandardIncludes.h: COMP: Adding inclusion of stdarg.h
11499           to work-around SGI header bug in 7.4.2m.
11501 2005-04-26 11:55  king
11503         * Tests/CustomCommand/CMakeLists.txt: ENH: Added pre-build and
11504           post-build test for custom targets.
11506 2005-04-26 11:31  andy
11508         * Source/kwsys/SystemTools.cxx: BUG: Looks like std::string changes
11509           the result of c_str() call. This fixes potential problems
11511 2005-04-26 11:15  andy
11513         * Source/cmakewizard.h: COMP: Remove warning
11515 2005-04-26 11:09  andy
11517         * Source/: cmakewizard.h, CTest/cmCTestUpdateHandler.cxx: COMP:
11518           Remove warnings
11520 2005-04-26 11:08  king
11522         * Source/: cmLocalVisualStudio6Generator.cxx,
11523           cmLocalVisualStudio6Generator.h: BUG: Fixed ordering of multiple
11524           commands in a custom target when implemented as custom commands.
11525           Also added support to execute pre-build rules first to be
11526           consistent with makefile generator.
11528 2005-04-26 08:51  king
11530         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Added inclusion of
11531           pre-build rules for custom targets.
11533 2005-04-26 04:45  andy
11535         * Source/cmVersion.cxx: STYLE: Nightly Version update
11537 2005-04-25 09:59  andy
11539         * Source/cmLocalGenerator.cxx: COMP: Remove warning
11541 2005-04-25 03:03  andy
11543         * Source/cmVersion.cxx: STYLE: Nightly Version update
11545 2005-04-24 16:19  andy
11547         * Source/cmAddTestCommand.cxx: COMP: Fix problem on compilers that
11548           cannot implicitly convert std::string to cmStdString
11550 2005-04-24 15:59  andy
11552         * bootstrap, Source/CMakeLists.txt, Source/cmAddTestCommand.cxx,
11553           Source/cmAddTestCommand.h, Source/cmEnableTestingCommand.cxx,
11554           Source/cmEnableTestingCommand.h, Source/cmGlobalGenerator.cxx,
11555           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
11556           Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTest.cxx,
11557           Source/cmTest.h: ENH: Improve internal test handling by creating
11558           a test class. Command cmEnableTesting now only sets
11559           CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list.
11560           The actual test files are written by local generator. This way we
11561           can at some point in the future replace DartTestfile with some
11562           XML file
11564 2005-04-24 14:28  andy
11566         * Source/cmCTest.cxx: BUG: The argument is --ctest-config
11568 2005-04-24 13:57  andy
11570         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Support for modified
11571           and conflicts in subversion
11573 2005-04-24 13:15  king
11575         * Source/CursesDialog/form/CMakeLists.txt,
11576           Utilities/cmxmlrpc/CMakeLists.txt: BUG: Older SGI compilers still
11577           have internal/stdio_core.h but do not support #include_next.
11578           We'll have to try-compile to test whether this hack is needed.
11580 2005-04-24 12:32  andy
11582         * Source/CTest/cmCTestUpdateHandler.cxx: BUG: Remember if there was
11583           update error
11585 2005-04-24 02:26  andy
11587         * Source/cmVersion.cxx: STYLE: Nightly Version update
11589 2005-04-23 02:26  andy
11591         * Source/cmVersion.cxx: STYLE: Nightly Version update
11593 2005-04-22 16:11  king
11595         * Source/: cmLocalUnixMakefileGenerator2.cxx,
11596           cmLocalUnixMakefileGenerator2.h, cmTarget.cxx, cmTarget.h: ENH:
11597           Created cmTarget::GetLibraryNames to replace
11598           cmLocalUnixMakefileGenerator2::GetLibraryNames.  Added
11599           cmTarget::GetLibraryCleanNames to be used by
11600           cmLocalUnixMakefileGenerator2.  Now when a library is linked both
11601           the shared and static versions are removed from the build tree.
11602           In this way we avoid having both kinds of libraries present when
11603           the user switches BUILD_SHARED_LIBS on/off.  This prevents
11604           problems with turning off shared libraries and then expecting the
11605           linker to use the static libraries only to find it is using the
11606           out-of-date shared versions.
11608 2005-04-22 15:23  king
11610         * Source/: cmGetTargetPropertyCommand.cxx, cmLocalGenerator.cxx,
11611           cmLocalGenerator.h, cmLocalUnixMakefileGenerator2.cxx,
11612           cmLocalUnixMakefileGenerator2.h, cmTarget.cxx, cmTarget.h: ENH:
11613           Added cmTarget::GetBaseName and cmTarget::GetFullName methods and
11614           removed cmLocalGenerator::GetFullTargetName and
11615           cmLocalUnixMakefileGenerator2::GetBaseTargetName.  This
11616           functionality is more sensibly implemented in cmTarget.  It is
11617           also needed for an upcoming feature in which both the shared and
11618           static versions of a library will be removed before one is
11619           linked.
11621 2005-04-22 13:52  king
11623         * Source/CTest/cmCTestUpdateHandler.cxx: COMP: Commented out unused
11624           variable until the corresponding logic is finished.
11626 2005-04-22 11:57  king
11628         * Source/kwsys/: hashtable.hxx.in, kwsys_stl_string.hxx.in: COMP:
11629           Removed line continuation characters from #if lines to avoid
11630           linefeed problems on cygwin.
11632 2005-04-22 09:44  king
11634         * Source/kwsys/testProcess.c: BUG: Drastically extending test5's
11635           timeouts to get it to pass when running on a heavily-loaded
11636           machine.
11638 2005-04-22 09:22  king
11640         * Source/kwsys/SystemTools.cxx: COMP: Fixed
11641           assignment-in-conditional warning.
11643 2005-04-22 09:21  king
11645         * Source/kwsys/CommandLineArguments.cxx: COMP: Fixed constant
11646           conditional warning.
11648 2005-04-22 09:21  king
11650         * Source/kwsys/ProcessWin32.c: COMP: Fixed unused parameter and
11651           constant conditional warnings.
11653 2005-04-22 03:03  andy
11655         * Source/cmVersion.cxx: STYLE: Nightly Version update
11657 2005-04-21 18:23  andy
11659         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Reorganize a bit and
11660           make sure to report an error if there are modified files or
11661           conflicts
11663 2005-04-21 17:00  king
11665         * Source/CursesDialog/form/CMakeLists.txt,
11666           Source/CursesDialog/form/form.h,
11667           Source/CursesDialog/form/internal_stdio_core.h.in,
11668           Utilities/cmxmlrpc/CMakeLists.txt,
11669           Utilities/cmxmlrpc/internal_stdio_core.h.in,
11670           Utilities/cmxmlrpc/xmlrpc.h: COMP: Using a new work-around for
11671           stdarg.h problem on SGI.
11673 2005-04-21 16:46  king
11675         * Source/kwsys/hashtable.hxx.in: BUG: Fixed hash_allocator_n size
11676           computation.
11678 2005-04-21 16:46  king
11680         * Source/kwsys/testhash.cxx: ENH: Added include-work-around for
11681           hashtable.hxx.in dependency.
11683 2005-04-21 16:05  king
11685         * Source/kwsys/: ProcessUNIX.c, ProcessWin32.c: BUG: Do not close
11686           stdout/stderr pipes in parent if they are shared.
11688 2005-04-21 13:56  king
11690         * Source/kwsys/SystemTools.hxx.in: COMP: Do not do va_list hack if
11691           there is no std:: namespace.
11693 2005-04-21 13:47  king
11695         * bootstrap, Source/kwsys/CMakeLists.txt,
11696           Source/kwsys/Configure.hxx.in, Source/kwsys/hashtable.hxx.in,
11697           Source/kwsys/kwsysPlatformCxxTests.cxx: COMP: Added KWSys
11698           try-compiles KWSYS_STL_HAS_ALLOCATOR_TEMPLATE and
11699           KWSYS_STL_HAS_ALLOCATOR_OBJECTS.  Needed for more old-stl support
11700           in the hashtable.
11702 2005-04-21 09:33  andy
11704         * Utilities/cmxmlrpc/CMakeLists.txt: COMP: Do not build the file
11705           when wide char is not set since the file would be empty
11707 2005-04-21 02:50  andy
11709         * Source/cmVersion.cxx: STYLE: Nightly Version update
11711 2005-04-20 16:11  andy
11713         * Source/cmVersion.cxx: STYLE: Nightly Version update
11715 2005-04-20 08:53  king
11717         * Source/kwsys/testProcess.c: BUG: Adjusting timeouts for tests 4
11718           and 5 to avoid early killing.
11720 2005-04-19 18:35  andy
11722         * Utilities/cmxmlrpc/xmlrpc.h: COMP: Attempt to fix problem with
11723           building on SGI
11725 2005-04-19 18:26  andy
11727         * Source/: CursesDialog/form/form.h, kwsys/SystemTools.hxx.in:
11728           COMP: Attempt to fix problem with building on SGI
11730 2005-04-19 11:52  king
11732         * Source/kwsys/ProcessUNIX.c: BUG: When killing a child all the
11733           pipe read ends should be closed.  This will allow a child that is
11734           blocking while waiting to write to the pipe to wake up and
11735           receive the kill signal properly on cygwin.
11737 2005-04-19 10:52  king
11739         * Source/kwsys/testProcess.c: BUG: Expanded difference in timeouts
11740           between tests 4 and 5 so that 5 does not timeout while waiting
11741           for 4 to timeout.  This should fix the intermittent failure of
11742           test 5 on cygwin.  ENH: When a mismatch is reported it now
11743           reports what it was as well as what it should have been.
11745 2005-04-19 09:52  king
11747         * Utilities/cmxmlrpc/xmlrpc_data.c: COMP: Fix MAKE_WCS_BLOCK_NULL
11748           when HAVE_UNICODE_WCHAR is off.
11750 2005-04-19 09:52  king
11752         * Utilities/cmxmlrpc/xmlrpc_config.h.in: BUG: Need to use
11753           #cmakedefine for HAVE_UNICODE_WCHAR.
11755 2005-04-19 09:52  king
11757         * Utilities/cmxmlrpc/CMakeLists.txt: BUG: Do not provide
11758           HAVE_UNICODE_WCHAR option if wchar.h is not available.
11760 2005-04-15 18:57  king
11762         * Source/kwsys/kwsysPlatformCxxTests.cxx: BUG: For some reason the
11763           non-template allocator test compiles on VS6 even though its
11764           allocator is a template.  Adding ::size_type to be sure it
11765           accesses a member of the allocator.
11767 2005-04-15 18:49  king
11769         * Source/kwsys/kwsysPlatformCxxTests.cxx: BUG: Fix iterator traits
11770           test to use a real iterator instead of int*.
11772 2005-04-15 16:10  king
11774         * Source/kwsys/CMakeLists.txt: BUG: Cannot use Win32 implementation
11775           for cygwin processes because then cygwin paths to executables
11776           like /usr/bin/ls are not found.
11778 2005-04-15 16:00  king
11780         * bootstrap, Source/kwsys/CMakeLists.txt,
11781           Source/kwsys/Configure.hxx.in, Source/kwsys/hash_fun.hxx.in,
11782           Source/kwsys/hashtable.hxx.in,
11783           Source/kwsys/kwsysPlatformCxxTests.cxx,
11784           Source/kwsys/kwsys_cstddef.hxx.in: COMP: Added
11785           KWSYS_CXX_HAS_CSTDDEF try-compile to KWSys to provide
11786           kwsys/cstddef header (to get size_t for hash_fun.hxx).
11788 2005-04-15 15:30  king
11790         * Source/kwsys/: hash_map.hxx.in, hash_set.hxx.in,
11791           hashtable.hxx.in: COMP: Replaced kwsys_stl with
11792           @KWSYS_NAMESPACE@_stl to properly use the configured namespace.
11794 2005-04-15 15:18  barre
11796         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: move
11797           convenience method to get OS name and version from KWApp to
11798           KWSys.
11800 2005-04-15 14:47  andy
11802         * Source/cmCTest.cxx: STYLE: Fix english
11804 2005-04-15 13:56  king
11806         * Source/kwsys/SystemTools.cxx: BUG: Added missing variable
11807           initialization that was accidentally removed on the previsous
11808           commit.
11810 2005-04-15 13:35  king
11812         * Source/kwsys/CMakeLists.txt: ENH: Changing kwsysProcess
11813           implementation on Cygwin to use the Win32 implementation instead
11814           of the UNIX implementation.  This makes dealing with misbehaving
11815           children work better.  The KWSys Win32 process implementaion is
11816           more robust than the Cygwin implementation (partly because it
11817           doesn't have to exactly reproduce the POSIX api).
11819 2005-04-15 10:46  hoffman
11821         * Source/cmTryCompileCommand.cxx: BUG: work around for buggy Tigger
11822           OSX systems that read two copies of the same file in a directory
11824 2005-04-15 09:54  king
11826         * bootstrap, Source/kwsys/CMakeLists.txt,
11827           Source/kwsys/Configure.hxx.in, Source/kwsys/hash_map.hxx.in,
11828           Source/kwsys/hash_set.hxx.in, Source/kwsys/hashtable.hxx.in,
11829           Source/kwsys/kwsysPlatformCxxTests.cxx: ENH: Added KWSys
11830           try-compiles KWSYS_STL_HAS_ITERATOR_TRAITS,
11831           KWSYS_STL_HAS_ITERATOR_CATEGORY,
11832           KWSYS_STL_HAS___ITERATOR_CATEGORY, and
11833           KWSYS_STL_HAS_ALLOCATOR_NONTEMPLATE to get the hash table to
11834           compile on old HP and Sun compilers.
11836 2005-04-15 09:35  andy
11838         * Source/cmVersion.cxx: STYLE: Nightly Version update
11840 2005-04-15 09:05  king
11842         * Source/kwsys/hash_map.hxx.in: COMP: Replacing _Select1st with a
11843           specialized hash_select1st that avoids requiring the stl pair to
11844           have first_type defined.  The old HP STL does not define
11845           first_type and second_type in its pair.
11847 2005-04-15 08:59  king
11849         * bootstrap, Source/kwsys/CMakeLists.txt,
11850           Source/kwsys/Configure.hxx.in, Source/kwsys/hashtable.hxx.in,
11851           Source/kwsys/kwsysPlatformCxxTests.cxx: ENH: Added
11852           KWSYS_CXX_HAS_ARGUMENT_DEPENDENT_LOOKUP try-compile to KWSys.
11853           Needed to optionally bring hash table comparison operators into
11854           the global namespace when argument dependent lookup is not
11855           supported.
11857 2005-04-15 08:25  king
11859         * Source/kwsys/SystemTools.cxx: COMP: Removed extra variable
11860           initializations to avoid Borland warnings.
11862 2005-04-14 04:50  andy
11864         * Source/cmVersion.cxx: STYLE: Nightly Version update
11866 2005-04-13 23:04  king
11868         * Source/kwsys/: hash_map.hxx.in, hash_set.hxx.in,
11869           hashtable.hxx.in: COMP: Remove friend templates and always use
11870           template friends (possibly with <>).  Needed to work-around Sun
11871           CC bug.
11873 2005-04-13 23:03  king
11875         * Source/kwsys/testSystemTools.cxx: COMP: Disable MSVC debug symbol
11876           truncation warning.
11878 2005-04-13 18:13  andy
11880         * Source/cmGeneratedFileStream.cxx: ENH: For sanity, create
11881           directory before creating generated file stream
11883 2005-04-13 17:58  king
11885         * Source/CMakeLists.txt: BUG: The test1 executable has been removed
11886           from kwsys.  Instead using testIOS for the kwsys test.
11888 2005-04-13 16:58  king
11890         * Source/kwsys/CMakeLists.txt: STYLE: Renaming kwsys-hash test to
11891           kwsys-testhash for consistency with other tests.
11893 2005-04-13 16:55  king
11895         * Source/kwsys/testProcess.c: COMP: Removing return value from
11896           test6.  It is an infinite loop, so the return causes warnings.
11897           It will never return anyway.
11899 2005-04-13 16:47  king
11901         * Source/kwsys/: CMakeLists.txt, test1.cxx: ENH: Removing old
11902           test1.c Process execution example.  It is fully replaced by
11903           testProcess.
11905 2005-04-13 16:46  king
11907         * Source/kwsys/: Base64.c, CommandLineArguments.cxx, Directory.cxx,
11908           ProcessUNIX.c, ProcessWin32.c, RegularExpression.cxx,
11909           SystemTools.cxx, test1.cxx, testCommandLineArguments.cxx,
11910           testIOS.cxx, testProcess.c, testSystemTools.cxx, testhash.cxx:
11911           COMP: Adding work-around for CMake dependency scanning
11912           limitation.  Any configured header included by KWSYS_HEADER() in
11913           a .c or .cxx file in kwsys itself must use this hack to get
11914           dependencies.
11916 2005-04-13 16:35  andy
11918         * Source/: cmMakefile.cxx, cmSourceFile.cxx, cmSourceFile.h: ENH:
11919           Speedup by storing source name without last extension
11921 2005-04-13 16:34  andy
11923         * Source/cmTarget.cxx: ENH: Speedup by only getting the source once
11925 2005-04-13 16:25  andy
11927         * Source/cmSystemTools.cxx: ENH: Improve performance by using
11928           vector of char instead of string
11930 2005-04-13 16:05  king
11932         * Source/kwsys/testSystemTools.cxx: BUG: Only do ~ test if HOME
11933           variable is defined.
11935 2005-04-13 15:57  king
11937         * Source/kwsys/testProcess.c: BUG: Avoid error diagnostic popups on
11938           windows for test that crashes on purpose.
11940 2005-04-13 15:39  king
11942         * bootstrap, Source/kwsys/CMakeLists.txt,
11943           Source/kwsys/Configure.hxx.in, Source/kwsys/hashtable.hxx.in,
11944           Source/kwsys/kwsysPlatformCxxTests.cxx: COMP: Added
11945           KWSYS_STL_HAS_ALLOCATOR_MAX_SIZE_ARGUMENT check for non-standard
11946           argument to stl allocator<>::max_size method.  Needed for kwsys
11947           hashtable to compile on Sun CC.
11949 2005-04-13 15:29  king
11951         * Source/kwsys/kwsysPlatformCxxTests.cxx: BUG:
11952           allocator<>::rebind<> test should use kwsys_stl::allocator, not
11953           std::allocator.
11955 2005-04-13 15:22  king
11957         * Source/kwsys/hashtable.hxx.in: COMP: Fix for Sun CC stl allocator
11958           signature of allocate method.
11960 2005-04-13 15:04  king
11962         * Source/kwsys/hashtable.hxx.in: BUG: When constructing the bucket
11963           vector type the allocator given must have been rebound to _Node*
11964           already because GCC 3.4's vector type does not rebind it.
11966 2005-04-13 14:43  king
11968         * Source/cmTryCompileCommand.cxx: ENH: Added better error message
11969           when TRY_COMPILE does not recognize an extension.
11971 2005-04-13 14:37  king
11973         * Source/kwsys/SystemTools.cxx: BUG: Fix GetFilenameName to not use
11974           uninitialized search position in win32 version.
11976 2005-04-13 14:13  king
11978         * bootstrap: BUG: Added more try-compiles from kwsys.
11980 2005-04-13 14:13  king
11982         * Source/kwsys/kwsysPlatformCxxTests.cxx: BUG: Fixed member
11983           template test to not produce a test program that crashes when it
11984           runs.
11986 2005-04-13 13:59  andy
11988         * Source/kwsys/SystemTools.cxx: ENH: Speedup improvements
11990 2005-04-13 13:57  andy
11992         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Process.h.in,
11993           ProcessUNIX.c, ProcessWin32.c, test1.cxx,
11994           testCommandLineArguments.cxx, testIOS.cxx, testProcess.c,
11995           testSystemTools.cxx, testhash.cxx: ENH: Do kwsys testing as part
11996           of cmake testing, command line arguments are not experimental and
11997           add simple test for systemtools
11999 2005-04-13 13:43  hoffman
12001         * Utilities/Release/cmake_release.sh: BUG: fix clean action
12003 2005-04-13 12:44  hoffman
12005         * CMakeLists.txt, Utilities/Release/cmake_release.sh: Move minor
12006           version to 2.0.6
12008 2005-04-13 09:54  hoffman
12010         * Source/: cmLocalVisualStudio7Generator.cxx,
12011           kwsys/SystemTools.cxx: BUG: fix insert for 64 bit
12013 2005-04-13 08:08  king
12015         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, hash_fun.hxx.in,
12016           hash_map.hxx.in, hash_set.hxx.in, hashtable.hxx.in,
12017           kwsysPlatformCxxTests.cxx, testhash.cxx: ENH: Adding SGI hash_map
12018           and hash_set implementation ported from STL to KWSys.  This also
12019           adds try-compiles for KWSYS_STL_HAS_ALLOCATOR_REBIND,
12020           KWSYS_CXX_HAS_FULL_SPECIALIZATION,
12021           KWSYS_CXX_HAS_MEMBER_TEMPLATES, and
12022           KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS.
12024 2005-04-13 08:05  king
12026         * Source/kwsys/kwsys_stl.hxx.in: ENH: Added
12027           __HPACC_USING_MULTIPLIES_IN_FUNCTIONAL fix from vtkstd.
12029 2005-04-13 04:39  andy
12031         * Source/cmVersion.cxx: STYLE: Nightly Version update
12033 2005-04-12 15:40  hoffman
12035         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix Ambiguity in
12036           insert call
12038 2005-04-12 15:11  hoffman
12040         * Source/cmLocalGenerator.cxx: BUG: add missing header for borland
12042 2005-04-12 13:33  king
12044         * Source/kwsys/SystemTools.cxx: COMP: Fixed ambiguous call to
12045           insert method of string.
12047 2005-04-12 13:27  hoffman
12049         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
12050           cmLocalVisualStudio7Generator.cxx, cmMacroCommand.cxx,
12051           cmMakefile.cxx, cmMakefile.h: ENH: performance improvements
12053 2005-04-12 13:26  hoffman
12055         * Source/cmDepends.cxx: ENH: do not collapse full path for cwd
12057 2005-04-12 13:26  hoffman
12059         * Source/cmCacheManager.cxx: ENH: make regex static so it is not
12060           recomputed for each line of the cache
12062 2005-04-12 13:25  hoffman
12064         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH:
12065           optimization of cwd and do not leak library handle
12067 2005-04-12 09:36  martink
12069         * Source/cmLocalGenerator.cxx: BUG: local gen was setting proj dir
12070           when it shouldnt
12072 2005-04-12 09:35  martink
12074         * Tests/OutOfSource/OutOfSourceSubdir/CMakeLists.txt: ENH: also
12075           test for correct Proj dir settings
12077 2005-04-12 03:09  andy
12079         * Source/cmVersion.cxx: STYLE: Nightly Version update
12081 2005-04-11 12:38  hoffman
12083         * ChangeLog.manual, Source/cmCTest.cxx: BUG: fix GetLongPathName
12084           for all versions of windows
12086 2005-04-11 12:20  hoffman
12088         * Source/kwsys/SystemTools.cxx: BUG: fix GetLongPathName for
12089           WindowsNT
12091 2005-04-11 04:58  andy
12093         * Source/cmVersion.cxx: STYLE: Nightly Version update
12095 2005-04-10 04:06  andy
12097         * Source/cmVersion.cxx: STYLE: Nightly Version update
12099 2005-04-09 02:38  andy
12101         * Source/cmVersion.cxx: STYLE: Nightly Version update
12103 2005-04-08 12:46  hoffman
12105         * Source/: cmOrderLinkDirectories.cxx, cmOrderLinkDirectories.h:
12106           BUG: handle case insensitive library extensions on windows
12108 2005-04-08 08:34  hoffman
12110         * Source/kwsys/SystemTools.cxx: BUG: fix build on mingw
12112 2005-04-08 02:37  andy
12114         * Source/cmVersion.cxx: STYLE: Nightly Version update
12116 2005-04-07 17:39  hoffman
12118         * Source/cmakemain.cxx: BUG: move fix for -E option to branch
12120 2005-04-07 17:24  hoffman
12122         * Tests/CommandLineTest/CMakeLists.txt: merge from main tree fix
12123           for command line test
12125 2005-04-07 17:22  hoffman
12127         * Source/cmCTest.cxx: BUG: add error checking on GetLongPath
12129 2005-04-07 17:20  hoffman
12131         * Source/kwsys/SystemTools.cxx: BUG: if short path or long path
12132           fails return the original input
12134 2005-04-07 16:58  hoffman
12136         * Source/kwsys/SystemTools.cxx: ENH: check return value of
12137           GetLongPath
12139 2005-04-07 16:12  hoffman
12141         * ChangeLog.manual, Source/cmSystemTools.cxx,
12142           Source/cmWin32ProcessExecution.cxx,
12143           Source/cmWin32ProcessExecution.h: Merge in fix for win32 process
12144           stuff
12146 2005-04-07 16:09  hoffman
12148         * Modules/Platform/Darwin.cmake, Source/cmGlobalXCodeGenerator.cxx:
12149           ENH: fix install test with xcode, the xcode generator does not
12150           support library versioning yet
12152 2005-04-07 15:09  king
12154         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Avoid converting
12155           the subdirectory name to a relative path twice.
12157 2005-04-07 14:41  king
12159         * Source/cmMakefile.cxx: BUG: Do not repeat paths when trying the
12160           lib/ to lib64/ replacement.
12162 2005-04-07 14:30  king
12164         * Source/cmMakefile.cxx: ENH: Adding automatic generation of
12165           several 64-bit search path forms.
12167 2005-04-07 14:27  king
12169         * Modules/: CMakeDetermineJavaCompiler.cmake, FindAVIFile.cmake,
12170           FindFLTK.cmake, FindGLUT.cmake, FindGTK.cmake, FindJNI.cmake,
12171           FindJPEG.cmake, FindJava.cmake, FindMPEG.cmake, FindMPEG2.cmake,
12172           FindOpenGL.cmake, FindPHP4.cmake, FindPNG.cmake,
12173           FindPerlLibs.cmake, FindPythonLibs.cmake, FindQt.cmake,
12174           FindRuby.cmake, FindSDL.cmake, FindSWIG.cmake, FindTCL.cmake,
12175           FindTIFF.cmake, FindX11.cmake, FindZLIB.cmake: ENH: Removing
12176           extra 64-bit search paths.  They are now constructed
12177           automatically from the paths listed.
12179 2005-04-07 13:48  king
12181         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Fix rule name for
12182           subdirectory traversal to use relative paths.  This was broken by
12183           the recent subdirectory changes.
12185 2005-04-07 13:46  king
12187         * Modules/: CMakeDetermineJavaCompiler.cmake, FindAVIFile.cmake,
12188           FindFLTK.cmake, FindGLUT.cmake, FindGTK.cmake, FindJNI.cmake,
12189           FindJPEG.cmake, FindJava.cmake, FindMPEG.cmake, FindMPEG2.cmake,
12190           FindOpenGL.cmake, FindPHP4.cmake, FindPNG.cmake,
12191           FindPerlLibs.cmake, FindPythonLibs.cmake, FindQt.cmake,
12192           FindRuby.cmake, FindSDL.cmake, FindSWIG.cmake, FindTCL.cmake,
12193           FindTIFF.cmake, FindX11.cmake, FindZLIB.cmake: ENH: Adding
12194           support for 64-bit library paths.  Contributed by Peter Vanroose.
12196 2005-04-07 13:03  hoffman
12198         * Source/: CTest/cmCTestBuildHandler.cxx, kwsys/SystemTools.cxx,
12199           kwsys/SystemTools.hxx.in: BUG: fix for bug 1717 incorrect path
12200           sent to dart server
12202 2005-04-07 12:44  hoffman
12204         * Source/cmCTest.cxx: BUG: remove debug statement
12206 2005-04-07 12:12  hoffman
12208         * ChangeLog.manual, Source/cmSystemTools.cxx,
12209           Source/cmSystemTools.h: move fix for relative paths from main
12210           tree
12212 2005-04-07 12:11  hoffman
12214         * ChangeLog.manual, Source/cmCTest.cxx: BUG: fix for bug 1717 use
12215           the correct path for Dart server on warnings and errors
12217 2005-04-07 10:37  hoffman
12219         * ChangeLog.manual, Source/cmInstallProgramsCommand.cxx,
12220           Source/cmInstallProgramsCommand.h: move from main tree
12222 2005-04-07 02:31  andy
12224         * Source/cmVersion.cxx: STYLE: Nightly Version update
12226 2005-04-06 16:53  king
12228         * Modules/Dart.cmake: STYLE: Fixed spelling of "memmory".
12230 2005-04-06 16:15  king
12232         * Source/cmStandardIncludes.h: BUG: Avoid duplicate definition by
12233           using cmsys_STL_STRING_NEQ_CHAR_DEFINED and
12234           cmsys_STL_STRING_NO_NEQ_CHAR.
12236 2005-04-06 16:14  king
12238         * Source/kwsys/kwsys_stl_string.hxx.in: ENH: Added proper
12239           namespaced version of KWSYS_STL_STRING_ISTREAM_DEFINED,
12240           KWSYS_STL_STRING_OSTREAM_DEFINED, and
12241           _STL_STRING_NEQ_CHAR_DEFINED macros.
12243 2005-04-06 15:06  king
12245         * Modules/Platform/Darwin-xlc.cmake, Modules/Platform/Darwin.cmake,
12246           Source/cmGlobalBorlandMakefileGenerator.cxx,
12247           Source/cmGlobalNMakeMakefileGenerator.cxx,
12248           Source/cmGlobalUnixMakefileGenerator.cxx,
12249           Tests/Fortran/CMakeLists.txt,
12250           Tests/MakeClean/ToClean/CMakeLists.txt: ENH: Removed
12251           CMAKE_GENERATOR_NEW now that the old unix makefile generator is
12252           never used.
12254 2005-04-06 13:34  king
12256         * bootstrap: BUG: The bootstrap script should perform the
12257           KWSYS_STL_STRING_HAVE_NEQ_CHAR test for kwsys.
12259 2005-04-06 11:56  hoffman
12261         * Source/cmMakefile.cxx: ENH: better fix for 64 bit, add 64 to the
12262           name of all directories in the search path
12264 2005-04-06 10:59  hoffman
12266         * Source/cmGlobalXCodeGenerator.cxx: ENH: allow sub projects to use
12267           targets that are not part of the sub-project
12269 2005-04-06 09:47  hoffman
12271         * Source/kwsys/SystemTools.cxx: remove cerr stuff
12273 2005-04-06 09:44  hoffman
12275         * Source/kwsys/SystemTools.cxx: Fix bug in != stuff
12277 2005-04-06 04:28  andy
12279         * Source/cmVersion.cxx: STYLE: Nightly Version update
12281 2005-04-05 21:10  hoffman
12283         * Source/kwsys/SystemTools.cxx: COMP: hack fix for old sgi until
12284           bootstrap is fixed
12286 2005-04-05 17:06  hoffman
12288         * Modules/CMakeTestCCompiler.cmake, Source/cmMakefile.cxx: BUG: try
12289           to address Bug 1673 .
12291 2005-04-05 16:24  hoffman
12293         * Modules/FindOpenGL.cmake: Fix for bug Bug #1287 - cmake use
12294           MesaGL by default instead of libGL - Return to bug list
12296 2005-04-05 14:48  hoffman
12298         * Source/cmAuxSourceDirectoryCommand.cxx: BUG: fix for bug 1636 add
12299           extensions to AUX_SOURCE_DIRECTORY files
12301 2005-04-05 13:39  hoffman
12303         * ChangeLog.manual, Modules/FindDCMTK.cmake: Move from main tree,
12304           fix for 1652
12306 2005-04-05 13:37  hoffman
12308         * Modules/FindDCMTK.cmake: BUG: fix for bug 1652
12310 2005-04-05 13:30  hoffman
12312         * ChangeLog.manual, Source/cmLocalVisualStudio7Generator.cxx: fix
12313           on branch for 1660 language NONE working
12315 2005-04-05 13:14  hoffman
12317         * Source/cmGlobalGenerator.cxx: BUG: fix for bug 1660
12319 2005-04-05 12:54  hoffman
12321         * ChangeLog.manual: fixes on branch
12323 2005-04-05 12:52  hoffman
12325         * Source/: cmGlobalVisualStudio71Generator.cxx,
12326           cmGlobalVisualStudio7Generator.cxx: BUG: fix for bug 1702 better
12327           error on bad GUID
12329 2005-04-05 12:51  hoffman
12331         * Source/cmLocalVisualStudio7Generator.cxx: BUG: move fix from main
12332           tree for bug 1680
12334 2005-04-05 11:23  hoffman
12336         * Source/cmake.cxx: BUG: fix for bug 1700
12338 2005-04-05 10:22  hoffman
12340         * Source/: cmGlobalVisualStudio71Generator.cxx,
12341           cmGlobalVisualStudio7Generator.cxx: BUG: fix for bug 1702, better
12342           error message for GUID missing
12344 2005-04-05 08:25  king
12346         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
12347           Added Close method and updated Open method to allow streams to be
12348           reused.
12350 2005-04-05 04:25  andy
12352         * Source/cmVersion.cxx: STYLE: Nightly Version update
12354 2005-04-04 17:01  hoffman
12356         * ChangeLog.manual, Modules/UseSWIG.cmake,
12357           Source/cmGetDirectoryPropertyCommand.cxx: FIX: swig fixes from
12358           main tree
12360 2005-04-04 16:55  hoffman
12362         * Modules/UseSWIG.cmake: ENH: make sure source flags don't have to
12363           be set
12365 2005-04-04 16:43  hoffman
12367         * Source/cmGetDirectoryPropertyCommand.cxx: ENH: get directory
12368           property should return an empty variable if it is not set, not
12369           just have an error
12371 2005-04-04 16:13  hoffman
12373         * Modules/UseSWIG.cmake: ENH: fix for bug 1304
12375 2005-04-04 15:55  hoffman
12377         * ChangeLog.manual, Modules/UseSWIG.cmake: ENH: move changes from
12378           main tree
12380 2005-04-04 15:52  hoffman
12382         * ChangeLog.manual, Source/cmCTest.cxx: ENH: move from main tree
12383           timezone fix
12385 2005-04-04 15:51  hoffman
12387         * Modules/UseSWIG.cmake: FIX: fix for bug 1730
12389 2005-04-04 15:41  hoffman
12391         * ChangeLog.manual, Source/cmFileCommand.cxx,
12392           Source/cmWriteFileCommand.cxx, Source/kwsys/SystemTools.cxx: ENH:
12393           move fix for read only file configure to branch
12395 2005-04-04 12:22  andy
12397         * Modules/Dart.cmake, Source/cmAddTestCommand.cxx,
12398           Source/cmEnableTestingCommand.cxx, Source/cmGlobalGenerator.cxx:
12399           BUG: By default disable new files.
12401 2005-04-04 03:01  andy
12403         * Source/cmVersion.cxx: STYLE: Nightly Version update
12405 2005-04-03 03:17  andy
12407         * Source/cmVersion.cxx: STYLE: Nightly Version update
12409 2005-04-02 02:16  andy
12411         * Source/cmVersion.cxx: STYLE: Nightly Version update
12413 2005-04-01 15:48  andy
12415         * Source/: cmAddTestCommand.cxx, cmEnableTestingCommand.cxx,
12416           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
12417           cmGlobalVisualStudio6Generator.cxx,
12418           cmGlobalVisualStudio6Generator.h,
12419           cmGlobalVisualStudio7Generator.cxx,
12420           cmGlobalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h:
12421           ENH: More ctest changes and move SetupTest to superclass
12423 2005-04-01 15:45  andy
12425         * Modules/Dart.cmake, Source/cmCTest.cxx: ENH: Rename the
12426           DartConfiguration.tcl to CTestConfiguration.ini
12428 2005-04-01 14:57  andy
12430         * Source/: cmAddTestCommand.cxx, cmCTest.cxx, cmCTest.h,
12431           cmEnableTestingCommand.cxx, ctest.cxx,
12432           CTest/cmCTestTestHandler.cxx: ENH: Start adding support for CTest
12433           testfiles
12435 2005-04-01 02:17  andy
12437         * Source/cmVersion.cxx: STYLE: Nightly Version update
12439 2005-03-31 18:03  king
12441         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: When generating
12442           the name of the custom rule file the character : should be
12443           replaced with an underscore because it might be a non-file-name
12444           part of a path.
12446 2005-03-31 11:57  hoffman
12448         * Source/cmGlobalXCodeGenerator.cxx: BUG: fix ITK build with xcode,
12449           as long as you build it in little parts, this fixes the headermap
12450           problem
12452 2005-03-31 10:00  martink
12454         * CTestCustom.ctest.in: ENH: shut up warning in 3rd party packages
12456 2005-03-31 02:20  andy
12458         * Source/cmVersion.cxx: STYLE: Nightly Version update
12460 2005-03-30 16:11  king
12462         * Source/cmCTest.cxx: BUG: It is possible for the nightly start
12463           time to be over 24 hours in the future which requires two days to
12464           be subtracted.  Using a while loop to make sure enough days are
12465           added or subtracted.  It should never be able to iterate more
12466           than twice.
12468 2005-03-30 15:41  hoffman
12470         * ChangeLog.manual, Source/cmLocalVisualStudio7Generator.cxx: FIX:
12471           Merge from main tree: fix for VS 2005 beta
12473 2005-03-30 15:27  king
12475         * Source/kwsys/CMakeLists.txt: BUG: Test for stl stirng operator!=
12476           for char* needs to know result of KWSYS_STL_HAVE_STD.
12478 2005-03-30 02:19  andy
12480         * Source/cmVersion.cxx: STYLE: Nightly Version update
12482 2005-03-29 15:34  martink
12484         * Source/: cmGlobalGenerator.cxx, cmMakefile.cxx, cmMakefile.h:
12485           ENH: removed GetParentProjects
12487 2005-03-29 15:33  martink
12489         * Tests/OutOfSource/SubDir/CMakeLists.txt: ENH: better test for
12490           subdirs
12492 2005-03-29 15:26  henderson
12494         * Source/kwsys/: CMakeLists.txt, SharedForward.h.in: ENH: copying
12495           Brad's installation changes from the main tree to the ParaView
12496           2.0 branch
12498 2005-03-29 10:34  king
12500         * Source/: cmLocalUnixMakefileGenerator2.cxx,
12501           cmLocalUnixMakefileGenerator2.h: BUG: Fix dependencies of custom
12502           commands that are relative paths to files or other custom command
12503           outputs.
12505 2005-03-29 10:10  king
12507         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
12508           kwsysPlatformCxxTests.cxx, kwsys_stl_string.hxx.in: ENH: Added
12509           operator!= for stl string and char* when the system does not
12510           provide one.
12512 2005-03-29 08:20  king
12514         * bootstrap, Source/kwsys/CMakeLists.txt,
12515           Source/kwsys/Configure.hxx.in,
12516           Source/kwsys/kwsysPlatformCxxTests.cmake,
12517           Source/kwsys/kwsysPlatformCxxTests.cxx,
12518           Source/kwsys/kwsys_stl.h.in, Source/kwsys/kwsys_stl.hxx.in,
12519           Source/kwsys/kwsys_stl_string.hxx.in: ENH: Added istream and
12520           ostream operators for stl string in KWSys when using old streams
12521           that do not provide them.
12523 2005-03-29 08:09  king
12525         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH:
12526           SplitPath now supports slashes in both directions in the input
12527           path but still produces forward slashes in the root component.
12529 2005-03-29 02:21  andy
12531         * Source/cmVersion.cxx: STYLE: Nightly Version update
12533 2005-03-28 18:00  andy
12535         * bootstrap: BUG: The  is replaced by cvs... This is safer anyway
12537 2005-03-28 17:46  barre
12539         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: move
12540           EstimateFormatLength to kwsys
12542 2005-03-28 13:20  martink
12544         * Source/MFCDialog/: CMakeLists.txt, CMakeSetup.rc,
12545           CMakeSetupDialog.cpp, CMakeSetupDialog.h, resource.h,
12546           CMakeGenDialog.cpp, CMakeGenDialog.h: ENH: change how the
12547           generator is selected and what the last one used was
12549 2005-03-28 02:12  andy
12551         * Source/cmVersion.cxx: STYLE: Nightly Version update
12553 2005-03-27 02:18  andy
12555         * Source/cmVersion.cxx: STYLE: Nightly Version update
12557 2005-03-26 09:58  king
12559         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
12560           kwsysPlatformCxxTests.cmake, kwsysPlatformCxxTests.cxx,
12561           kwsys_stl.h.in, kwsys_stl.hxx.in, kwsys_stl_string.hxx.in: COMP:
12562           Removing stl string io operators change until the CMake bootstrap
12563           script can be fixed.
12565 2005-03-26 08:19  king
12567         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
12568           kwsysPlatformCxxTests.cmake, kwsysPlatformCxxTests.cxx,
12569           kwsys_stl.h.in, kwsys_stl.hxx.in, kwsys_stl_string.hxx.in: ENH:
12570           Added istream and ostream operators for stl string when using old
12571           streams that do not provide them.
12573 2005-03-26 02:22  andy
12575         * Source/cmVersion.cxx: STYLE: Nightly Version update
12577 2005-03-25 18:55  andy
12579         * Source/CMakeLists.txt: ENH: When in-source build, do not do
12580           bootstrap test
12582 2005-03-25 18:46  andy
12584         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt: ENH: Remove
12585           curl build testing
12587 2005-03-25 16:40  king
12589         * Source/cmAddSubDirectoryCommand.h: ENH: Clarified documentation
12590           of the command.
12592 2005-03-25 14:23  andy
12594         * bootstrap: ENH: For development versions report version when
12595           doing bootstrap
12597 2005-03-25 08:41  king
12599         * Source/kwsys/: CMakeLists.txt, SharedForward.h.in: ENH: Adding
12600           SharedForward C header to help create forwarding executables on
12601           UNIX systems that configure the shared library runtime search
12602           path and then replace themselves with the real executable.  This
12603           is useful to create binary distributions that work from any
12604           extracted location even with shared libraries.
12606 2005-03-25 08:09  king
12608         * Source/kwsys/SystemTools.cxx: ENH: Re-implemented
12609           CollapseFullPath to not need to change directories.  Operation is
12610           now fully string based.
12612 2005-03-25 08:05  king
12614         * Source/cmCTest.cxx: BUG: Adjusted GetNightlyTime computation to
12615           not depend on time_t being a signed type.
12617 2005-03-25 02:16  andy
12619         * Source/cmVersion.cxx: STYLE: Nightly Version update
12621 2005-03-24 02:25  andy
12623         * Source/cmVersion.cxx: STYLE: Nightly Version update
12625 2005-03-23 08:20  hoffman
12627         * Source/cmBuildCommand.cxx: fix for xcode
12629 2005-03-23 02:22  andy
12631         * Source/cmVersion.cxx: STYLE: Nightly Version update
12633 2005-03-22 14:27  hoffman
12635         * Source/cmDynamicLoader.h: FIX: fix bug 1690
12637 2005-03-22 14:00  hoffman
12639         * Source/cmGlobalXCodeGenerator.cxx: ENH: try to handle more source
12640           file types
12642 2005-03-22 13:32  andy
12644         * Source/cmGlobalXCodeGenerator.cxx: ENH: just use the file name
12646 2005-03-22 11:33  hoffman
12648         * Source/cmGlobalGenerator.cxx: ENH: make sure project map is
12649           cleared each time.
12651 2005-03-22 10:29  andy
12653         * Source/cmGlobalXCodeGenerator.cxx: ENH: use better names for
12654           files
12656 2005-03-22 10:23  king
12658         * Source/cmMakefile.cxx: BUG: Initializing from parent should copy
12659           link directories as well.
12661 2005-03-22 08:36  king
12663         * Source/: cmAddCustomCommandCommand.cxx,
12664           cmAddCustomTargetCommand.cxx: ENH: Added check for invalid
12665           characters in output name.
12667 2005-03-22 07:27  hoffman
12669         * Source/cmLocalGenerator.cxx: ENH: remove commented code
12671 2005-03-22 07:26  hoffman
12673         * Source/cmLocalVisualStudio7Generator.cxx: ENH: fix adding of rc
12674           files
12676 2005-03-22 02:24  andy
12678         * Source/cmVersion.cxx: STYLE: Nightly Version update
12680 2005-03-21 02:32  andy
12682         * Source/cmVersion.cxx: STYLE: Nightly Version update
12684 2005-03-20 02:34  andy
12686         * Source/cmVersion.cxx: STYLE: Nightly Version update
12688 2005-03-19 09:05  martink
12690         * Source/cmGlobalGenerator.cxx: COMP: fix warning
12692 2005-03-19 02:38  andy
12694         * Source/cmVersion.cxx: STYLE: Nightly Version update
12696 2005-03-18 11:29  martink
12698         * Source/cmMacroCommand.cxx: COMP: fix warning
12700 2005-03-18 10:58  martink
12702         * Source/: cmLocalUnixMakefileGenerator.cxx,
12703           cmLocalUnixMakefileGenerator.h: ENH: remove cmSubDirectory from
12704           unused files?
12706 2005-03-18 10:41  martink
12708         * Source/cmAddDefinitionsCommand.h, Source/cmAddTestCommand.cxx,
12709           Source/cmBootstrapCommands.cxx, Source/cmBuildCommand.h,
12710           Source/cmBuildNameCommand.h, Source/cmCMakeMinimumRequired.h,
12711           Source/cmCommand.h, Source/cmCreateTestSourceList.h,
12712           Source/cmElseCommand.h, Source/cmEnableLanguageCommand.h,
12713           Source/cmEnableTestingCommand.cxx,
12714           Source/cmEnableTestingCommand.h, Source/cmEndForEachCommand.h,
12715           Source/cmEndIfCommand.h, Source/cmEndWhileCommand.h,
12716           Source/cmFileCommand.h, Source/cmFindFileCommand.h,
12717           Source/cmFindLibraryCommand.h, Source/cmFindPackageCommand.cxx,
12718           Source/cmFindPackageCommand.h, Source/cmFindPathCommand.h,
12719           Source/cmFindProgramCommand.h, Source/cmForEachCommand.h,
12720           Source/cmGetFilenameComponentCommand.h,
12721           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
12722           Source/cmIfCommand.h, Source/cmIncludeCommand.h,
12723           Source/cmIncludeDirectoryCommand.h,
12724           Source/cmIncludeRegularExpressionCommand.h,
12725           Source/cmLinkDirectoriesCommand.h,
12726           Source/cmLinkLibrariesCommand.h, Source/cmLoadCacheCommand.h,
12727           Source/cmLoadCommandCommand.cxx, Source/cmLoadCommandCommand.h,
12728           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
12729           Source/cmLocalKdevelopGenerator.cxx,
12730           Source/cmLocalKdevelopGenerator.h,
12731           Source/cmLocalUnixMakefileGenerator2.cxx,
12732           Source/cmLocalUnixMakefileGenerator2.h,
12733           Source/cmLocalVisualStudio6Generator.cxx,
12734           Source/cmLocalVisualStudio6Generator.h,
12735           Source/cmLocalVisualStudio7Generator.cxx,
12736           Source/cmLocalVisualStudio7Generator.h,
12737           Source/cmMacroCommand.cxx, Source/cmMacroCommand.h,
12738           Source/cmMakefile.cxx, Source/cmMakefile.h,
12739           Source/cmMarkAsAdvancedCommand.h, Source/cmOptionCommand.h,
12740           Source/cmProjectCommand.h, Source/cmRemoveCommand.h,
12741           Source/cmRemoveDefinitionsCommand.h,
12742           Source/cmSeparateArgumentsCommand.h, Source/cmSetCommand.h,
12743           Source/cmSetDirectoryPropertiesCommand.h,
12744           Source/cmSiteNameCommand.h, Source/cmSourceGroupCommand.h,
12745           Source/cmStringCommand.h, Source/cmSubdirCommand.cxx,
12746           Source/cmUtilitySourceCommand.h, Source/cmWhileCommand.h,
12747           Tests/OutOfSource/CMakeLists.txt,
12748           Tests/OutOfSource/SubDir/CMakeLists.txt: ENH: big change that
12749           includes immediate subdir support, removing the notion of
12750           inherited commands, makefiles no longer read in the parent
12751           makefiles but instead inherit thier parent makefiles current
12752           settings
12754 2005-03-18 10:39  martink
12756         * Source/: cmAddSubDirectoryCommand.cxx,
12757           cmAddSubDirectoryCommand.h: ENH: added immediate subdirectory
12758           command
12760 2005-03-18 09:03  martink
12762         * Source/cmSubDirectory.h: ENH: bad idea
12764 2005-03-18 02:34  andy
12766         * Source/cmVersion.cxx: STYLE: Nightly Version update
12768 2005-03-17 18:37  king
12770         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Need to collapse
12771           full paths before depending on them to remove ./ and ../ to make
12772           sure target names match.
12774 2005-03-17 15:35  hoffman
12776         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
12777           ENH: add source groups xcode
12779 2005-03-17 13:06  king
12781         * Source/kwsys/SystemTools.cxx: COMP: Using proper __QNX__
12782           preprocessor test.
12784 2005-03-17 02:41  andy
12786         * Source/cmVersion.cxx: STYLE: Nightly Version update
12788 2005-03-16 15:31  andy
12790         * Utilities/cmxmlrpc/: CMakeLists.txt, win32_pthreads.c: COMP: Fix
12791           more pthreads problems on windows
12793 2005-03-16 13:26  andy
12795         * CMakeLists.txt, Source/CTest/Curl/CMakeLists.txt,
12796           Source/CTest/Curl/urldata.h, Utilities/cmexpat/CMakeLists.txt,
12797           Utilities/cmxmlrpc/CMakeLists.txt,
12798           Utilities/cmzlib/CMakeLists.txt: COMP: More cleanups
12800 2005-03-16 13:24  andy
12802         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: COMP: Remove warnings
12804 2005-03-16 12:54  andy
12806         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt,
12807           CTest/Curl/config.h.in, CTest/Curl/urldata.h: ENH: Make sure to
12808           use internal zlib
12810 2005-03-16 12:54  andy
12812         * Source/CTest/cmCTestSubmit.cxx: ENH: Cleanup of the output
12814 2005-03-16 11:10  andy
12816         * Utilities/cmxmlrpc/CMakeLists.txt: BUG: No need to link threads
12817           libraries when pthreads are not found
12819 2005-03-16 10:49  king
12821         * Source/kwsys/SystemTools.cxx: COMP: Only include malloc.h on QNX.
12823 2005-03-16 10:15  barre
12825         * Source/kwsys/SystemTools.cxx: FIX: that was wrong
12827 2005-03-16 09:55  king
12829         * Source/CMakeLists.txt, Tests/Wrapping/CMakeLists.txt: BUG: Do not
12830           add Qt wrapping test unless QT is found and QT_UIC_EXECUTABLE is
12831           found.
12833 2005-03-16 09:41  king
12835         * Source/kwsys/SystemTools.cxx: COMP: Need malloc.h for malloc/free
12836           on QNX.
12838 2005-03-16 02:35  andy
12840         * Source/cmVersion.cxx: STYLE: Nightly Version update
12842 2005-03-15 11:22  martink
12844         * Source/cmEnableTestingCommand.cxx: ENH: only support rel paths
12845           for now
12847 2005-03-15 08:14  king
12849         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: COMP: Defining
12850           YY_NO_INPUT to remove compilation of unused yyinput function.  It
12851           was producing a warning about unreachable code.
12853 2005-03-15 08:13  king
12855         * Source/cmCacheManager.cxx: COMP: Removed warning due to unsigned
12856           enum type.
12858 2005-03-15 02:38  andy
12860         * Source/cmVersion.cxx: STYLE: Nightly Version update
12862 2005-03-14 13:23  hoffman
12864         * Source/: CMakeLists.txt, cmake.cxx: ENH: make xcode compile only
12865           on apple
12867 2005-03-14 12:25  martink
12869         * bootstrap: ENH: oops forgot to chek this in
12871 2005-03-14 12:18  hoffman
12873         * Modules/Platform/QNX.cmake: ENH: try to fix rpath on qnx
12875 2005-03-14 11:28  martink
12877         * Source/: CMakeLists.txt, cmEnableTestingCommand.cxx,
12878           cmGlobalGenerator.cxx, cmGlobalVisualStudio71Generator.cxx,
12879           cmGlobalVisualStudio7Generator.cxx, cmLocalGenerator.cxx,
12880           cmLocalGenerator.h, cmLocalUnixMakefileGenerator.cxx,
12881           cmLocalUnixMakefileGenerator.h,
12882           cmLocalUnixMakefileGenerator2.cxx, cmMakefile.cxx, cmMakefile.h,
12883           cmSubdirCommand.cxx, cmGlobalVisualStudio6Generator.cxx: ENH: add
12884           support for out of source source
12886 2005-03-14 11:26  martink
12888         * Tests/OutOfSource/: CMakeLists.txt,
12889           OutOfSourceSubdir/CMakeLists.txt, OutOfSourceSubdir/simple.cxx,
12890           SubDir/CMakeLists.txt: ENH: added new test for out of dir source
12891           trees
12893 2005-03-14 09:23  martink
12895         * Source/cmSubDirectory.h: ENH: added new structure to hold
12896           subdirectories
12898 2005-03-14 08:15  king
12900         * Source/: cmDependsFortranParser.cxx, cmDependsFortranParser.y:
12901           COMP: Added __INTEL_COMPILER to test for yyerrorlab warning
12902           suppression.
12904 2005-03-14 03:18  andy
12906         * Source/cmVersion.cxx: STYLE: Nightly Version update
12908 2005-03-13 03:01  andy
12910         * Source/cmVersion.cxx: STYLE: Nightly Version update
12912 2005-03-12 02:35  andy
12914         * Source/cmVersion.cxx: STYLE: Nightly Version update
12916 2005-03-11 13:12  hoffman
12918         * Tests/: Complex/Executable/complex.cxx,
12919           ComplexOneConfig/Executable/complex.cxx,
12920           ComplexRelativePaths/Executable/complex.cxx: ENH: try to see if
12921           there is still a problem
12923 2005-03-11 12:56  king
12925         * Source/CTest/cmCTestScriptHandler.cxx: BUG: Do not report an
12926           error removing the binary directory if it doesn't exist.
12928 2005-03-11 11:48  barre
12930         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: add last
12931           two small funcs from vtkString. Done removing deps
12933 2005-03-11 10:53  andy
12935         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
12936           FIX: fix crashing test SubDir for xcode
12938 2005-03-11 10:43  barre
12940         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: ENH: update
12941           documentation, sort methods into categories
12943 2005-03-11 10:29  hoffman
12945         * Source/ctest.cxx: FIX: fix output of passing tests
12947 2005-03-11 10:15  king
12949         * Modules/Platform/QNX.cmake: ENH: Initial attempt at QNX support.
12950           Submitted by Tim Arney.
12952 2005-03-11 10:07  king
12954         * Source/kwsys/: CommandLineArguments.cxx, RegularExpression.cxx,
12955           SystemTools.cxx: COMP: Added missing include of string.h.
12957 2005-03-11 10:03  king
12959         * Source/cmStandardIncludes.h: COMP: Adding stdlib.h to standard
12960           includes.  We are using functions from it all over the place
12961           assuming it has been included here.
12963 2005-03-11 09:31  barre
12965         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: COMP: fix
12966           some warnings
12968 2005-03-11 08:38  martink
12970         * Source/cmake.cxx: COMP: fix a warning
12972 2005-03-11 02:32  andy
12974         * Source/cmVersion.cxx: STYLE: Nightly Version update
12976 2005-03-10 17:49  barre
12978         * Source/kwsys/SystemTools.cxx: ENH: remove deps to vtkString by
12979           using KWSys (a handful of functions have been moved to KWSys)
12981 2005-03-10 17:44  barre
12983         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: ENH: remove
12984           deps to vtkString by using KWSys (a handful of functions have
12985           been moved to KWSys)
12987 2005-03-10 17:34  barre
12989         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: remove
12990           deps to vtkString by using KWSys (a handful of functions have
12991           been moved to KWSys)
12993 2005-03-10 13:39  martink
12995         * Source/: cmExportLibraryDependencies.cxx, cmGlobalGenerator.cxx,
12996           cmGlobalGenerator.h, cmGlobalVisualStudio7Generator.cxx,
12997           cmGlobalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h,
12998           cmTryCompileCommand.cxx, cmTryRunCommand.cxx, cmake.cxx, cmake.h:
12999           ENH: cleanup by removing all the olf local generate junk that i
13000           not longer needed
13002 2005-03-10 12:50  barre
13004         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: ENH: move
13005           function from vtkKWDirectoryUtilities and vtkString to
13006           SystemTools
13008 2005-03-10 10:04  martink
13010         * Source/ctest.cxx: ENH: better docs
13012 2005-03-10 02:26  andy
13014         * Source/cmVersion.cxx: STYLE: Nightly Version update
13016 2005-03-09 18:07  andy
13018         * Utilities/cmxmlrpc/xmlrpc_serialize.c: BUG: This is weird, but
13019           marquee does not seem to handle base64 with new lines
13021 2005-03-09 18:06  andy
13023         * Source/CTest/cmCTestSubmit.cxx: BUG: xmlrpc does the base64
13024           encoding
13026 2005-03-09 15:51  andy
13028         * bootstrap: BUG: Remove awk, remove problems and add full spaces
13029           in the path support
13031 2005-03-09 02:26  andy
13033         * Source/cmVersion.cxx: STYLE: Nightly Version update
13035 2005-03-08 18:38  king
13037         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Removing
13038           jump-and-build ordering change until we can prevent extra jumps
13039           from always occuring.
13041 2005-03-08 17:27  king
13043         * bootstrap: BUG: Fix for spaces in the path when constructing
13044           cmBootstrapCommands dependencies.
13046 2005-03-08 16:01  king
13048         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Removing ...
13049           ellipsis from end of echo lines.  It is just clutter.
13051 2005-03-08 15:55  king
13053         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Adding extra
13054           dependencies to jump-and-build rules that force a single ordering
13055           to prevent parallel jumps.  This avoids problems with two jumps
13056           reaching the same target in parallel which happened occasionally
13057           with the old generator.
13059 2005-03-08 15:35  king
13061         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Removed "Checking
13062           build system in ..." message.  It is always paired with an
13063           Entering or Jumping message and is not necessary.
13065 2005-03-08 13:43  king
13067         * Source/: cmLocalUnixMakefileGenerator2.cxx,
13068           cmLocalUnixMakefileGenerator2.h: ENH: Added option
13069           CMAKE_SKIP_RULE_DEPENDENCY to skip making build rules depend on
13070           their own rule files.  It can be added to the cache by the user
13071           or added by the project in a list file.
13073 2005-03-08 11:37  king
13075         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Only add leading
13076           ./ to custom command executable if the command is really
13077           specified as one in the current directory.
13079 2005-03-08 11:25  king
13081         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: When a custom
13082           command's executable is in the current directory the relative
13083           path to it needs a "./".
13085 2005-03-08 09:25  king
13087         * Source/: cmLocalKdevelopGenerator.cxx,
13088           cmLocalKdevelopGenerator.h: ENH: Updating Kdevelop generator to
13089           use the new makefile generator.  The old one no longer works
13090           anyway because local generates are now disabled.
13092 2005-03-08 09:24  king
13094         * Source/cmDepends.cxx: BUG: Dependency scans and checks must
13095           always set the current working directory to the directory
13096           containing the Makefile.
13098 2005-03-08 02:26  andy
13100         * Source/cmVersion.cxx: STYLE: Nightly Version update
13102 2005-03-07 18:48  andy
13104         * Utilities/cmxmlrpc/win32_pthreads.c: COMP: Try to remove warning
13105           on mingw
13107 2005-03-07 15:19  king
13109         * Source/cmDependsFortran.cxx: BUG: When checking for upper-case
13110           modules do not use an upper-case .MOD extension.
13112 2005-03-07 13:51  andy
13114         * Source/: cmFileCommand.cxx, cmWriteFileCommand.cxx: BUG: Handle
13115           restrictive permissions
13117 2005-03-07 12:14  andy
13119         * Source/CTest/cmCTestSubmit.cxx: COMP: Remove warning
13121 2005-03-07 12:11  andy
13123         * bootstrap: ENH: Add proper dependencies for cmBootstrapCommands
13125 2005-03-07 11:03  andy
13127         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: BUG: Remove memory
13128           leak
13130 2005-03-07 02:28  andy
13132         * Source/cmVersion.cxx: STYLE: Nightly Version update
13134 2005-03-06 12:10  andy
13136         * Utilities/cmxmlrpc/linklist.h: COMP: Try to remove warnings on
13137           windows
13139 2005-03-06 11:26  andy
13141         * Utilities/cmxmlrpc/: CMakeLists.txt, xmlrpc_config.h.in: ENH: Fix
13142           the symantic of unicode_wchar
13144 2005-03-06 11:23  andy
13146         * Utilities/cmxmlrpc/xmlrpc_utf8.c: COMP: Remove warning on gcc
13148 2005-03-06 08:52  andy
13150         * Utilities/cmxmlrpc/synch_client.c: BUG: Fix destruction of
13151           objects
13153 2005-03-06 08:51  andy
13155         * DartConfig.cmake, Source/cmCTest.cxx,
13156           Source/CTest/cmCTestSubmit.cxx: COMP: Remove warning and fix the
13157           logic
13159 2005-03-06 08:17  andy
13161         * Source/CMakeLists.txt: COMP: Do not build cmw9xcom on Cygwin
13163 2005-03-06 02:27  andy
13165         * Source/cmVersion.cxx: STYLE: Nightly Version update
13167 2005-03-05 08:25  andy
13169         * DartConfig.cmake: ENH: Work on xmlrpc submit
13171 2005-03-05 08:12  andy
13173         * Source/CTest/cmCTestSubmit.cxx: COMP: Remove compile error
13175 2005-03-05 02:21  andy
13177         * Source/cmVersion.cxx: STYLE: Nightly Version update
13179 2005-03-04 17:11  andy
13181         * Source/: CTest/cmCTestSubmit.cxx, CTest/cmCTestSubmit.h,
13182           cmCTest.cxx: ENH: Start working on xmlrpc code. This code does
13183           not work, but it will at least test compiling with cmxmlrpc
13185 2005-03-04 15:04  andy
13187         * Utilities/cmxmlrpc/synch_client.c: ENH: Print more states
13188           including NY
13190 2005-03-04 14:27  andy
13192         * CMakeLists.txt, Source/CMakeLists.txt: ENH: More cleanups and
13193           start linking ctest to XML-RPC
13195 2005-03-04 11:37  andy
13197         * Source/CMakeLists.txt, CMakeLists.txt, Utilities/CMakeLists.txt:
13198           ENH: More cleanups and reorganization
13200 2005-03-04 10:05  andy
13202         * CMakeLists.txt, Source/CMakeLists.txt,
13203           Source/CTest/Curl/CMakeLists.txt: ENH: Cleanups
13205 2005-03-04 10:04  andy
13207         * Source/CTest/CMakeLists.txt: BUG: This cmakelists file is not
13208           used any more
13210 2005-03-04 10:03  andy
13212         * bootstrap: BUG: Handle when initial cmake fails
13214 2005-03-04 09:46  andy
13216         * Utilities/cmxmlrpc/xmlrpc_registry.c: COMP: Remove warning about
13217           code being unused
13219 2005-03-04 02:25  andy
13221         * Source/cmVersion.cxx: STYLE: Nightly Version update
13223 2005-03-03 22:35  hoffman
13225         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
13226           cmGlobalXCodeGenerator.cxx: ENH: fix for finding the correct
13227           target in the current project
13229 2005-03-03 19:42  hoffman
13231         * Tests/: Complex/Executable/complex.cxx,
13232           ComplexOneConfig/Executable/complex.cxx,
13233           ComplexRelativePaths/Executable/complex.cxx: ENH: make it pass
13234           anyway so I can see debug info
13236 2005-03-03 18:46  hoffman
13238         * Source/cmOrderLinkDirectories.cxx,
13239           Source/cmOrderLinkDirectories.h,
13240           Tests/Complex/Executable/complex.cxx,
13241           Tests/ComplexOneConfig/Executable/complex.cxx,
13242           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: try and
13243           debug the failed test on the continuous
13245 2005-03-03 18:15  hoffman
13247         * Source/cmOrderLinkDirectories.cxx,
13248           Source/cmOrderLinkDirectories.h,
13249           Tests/Complex/Executable/complex.cxx,
13250           Tests/ComplexOneConfig/Executable/complex.cxx,
13251           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: try
13252           number two with topological sort
13254 2005-03-03 17:21  andy
13256         * Utilities/cmxmlrpc/xmlrpc.h: COMP: Ok, remove warnings because of
13257           removal of warnings
13259 2005-03-03 17:00  andy
13261         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: COMP: Fix typo
13263 2005-03-03 16:58  andy
13265         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: BUG: Comp sci 101.
13266           Strings go away at the end of the function
13268 2005-03-03 16:53  king
13270         * Source/: cmDependsFortran.cxx, cmDependsFortran.h, cmake.cxx:
13271           ENH: Implementing explicit cmake_copy_f90_mod callback to copy
13272           Fortran90 modules to the stamp files more reliably.  This removes
13273           the temporary hack for per-platform upper-/lower- case.
13275 2005-03-03 16:12  andy
13277         * Utilities/cmxmlrpc/xmlrpc_config.h.in: COMP: setenv is not needed
13278           any more
13280 2005-03-03 15:52  andy
13282         * Utilities/cmxmlrpc/xmlrpc_authcookie.c: COMP: Try to remove
13283           setenv warning
13285 2005-03-03 15:49  andy
13287         * Utilities/cmxmlrpc/xmlrpc.h: ENH: Remove warnings
13289 2005-03-03 15:22  king
13291         * Source/: cmDependsC.cxx, cmDependsC.h: BUG: Fixed scanning to
13292           account for double-quote includes.
13294 2005-03-03 12:00  king
13296         * Source/kwsys/kwsys_ios_sstream.h.in: ENH: Added
13297           "ostringstream(const kwsys_stl::string& s)" and "void str(const
13298           kwsys_stl::string& s)" compatibility methods.
13300 2005-03-03 09:25  andy
13302         * Utilities/cmxmlrpc/: xmlrpc_authcookie.c, xmlrpc_client.c,
13303           xmlrpc_data.c, xmlrpc_expat.c, xmlrpc_parse.c, xmlrpc_registry.c,
13304           xmlrpc_serialize.c, xmlrpc_struct.c, xmlrpc_strutil.c,
13305           xmlrpc_utf8.c: COMP: Remove warnings on borland
13307 2005-03-03 08:46  martink
13309         * Source/: CMakeLists.txt, cmake.cxx: ENH: remove code warrior
13310           classes
13312 2005-03-03 08:45  andy
13314         * Utilities/cmxmlrpc/: xmlrpc_strutil.c, xmlrpc_support.c: COMP:
13315           Remove warnings
13317 2005-03-03 02:26  andy
13319         * Source/cmVersion.cxx: STYLE: Nightly Version update
13321 2005-03-02 18:56  hoffman
13323         * Source/cmOrderLinkDirectories.cxx,
13324           Source/cmOrderLinkDirectories.h,
13325           Tests/Complex/Executable/complex.cxx,
13326           Tests/ComplexOneConfig/Executable/complex.cxx,
13327           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: reverse
13328           last changes to avoid dashboard failures
13330 2005-03-02 17:49  hoffman
13332         * Source/cmOrderLinkDirectories.cxx,
13333           Source/cmOrderLinkDirectories.h,
13334           Tests/Complex/Executable/CMakeLists.txt,
13335           Tests/Complex/Executable/complex.cxx,
13336           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
13337           Tests/ComplexOneConfig/Executable/complex.cxx,
13338           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
13339           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: fix
13340           library ordering stuff to use a topological sort
13342 2005-03-02 17:38  andy
13344         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: BUG: Attempt to get
13345           error code
13347 2005-03-02 17:19  andy
13349         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: ENH: Temporary proxy
13350           support
13352 2005-03-02 11:48  andy
13354         * Source/cmOrderLinkDirectories.cxx: BUG: Attempt to fix sorting
13355           stability using more deterministic compare function
13357 2005-03-02 11:04  andy
13359         * Utilities/cmxmlrpc/: xmlrpc_client.c, xmlrpc_parse.c: COMP:
13360           Remove more warnings
13362 2005-03-02 10:58  martink
13364         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13365           cmGlobalCodeWarriorGenerator.h, cmLocalCodeWarriorGenerator.cxx,
13366           cmLocalCodeWarriorGenerator.h: ENH: now use xcode instead
13368 2005-03-02 10:35  andy
13370         * Utilities/cmxmlrpc/xmlrpc.h: COMP: Enum should really not have
13371           comma at the end
13373 2005-03-02 09:34  king
13375         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Pay attention to
13376           ForceUnixPaths setting in cmSystemTools for
13377           ConvertToQuotedOutputPath and for dependency scanning.
13379 2005-03-02 09:02  king
13381         * Source/cmDependsFortran.cxx: BUG: We need to test the compiler
13382           for the case of the mod file names.  For now this is a temporary
13383           hack to use upper case on SGI and lower case on Sun.
13385 2005-03-02 08:51  king
13387         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: SGI make can
13388           support suffixes only up to 32 characters.  Renaming
13389           .hpux_make_must_have_suffixes_list to
13390           .hpux_make_needs_suffix_list.
13392 2005-03-02 02:30  andy
13394         * Source/cmVersion.cxx: STYLE: Nightly Version update
13396 2005-03-01 17:32  hoffman
13398         * Source/cmOrderLinkDirectories.cxx: FIX: switch to stable_sort to
13399           avoid crash
13401 2005-03-01 14:30  andy
13403         * Modules/Dart.cmake: BUG: Change error to warning
13405 2005-03-01 14:21  andy
13407         * CMakeLists.txt, Source/CTest/Curl/CMakeLists.txt: COMP: CMake
13408           should be build static. Also propagate build_shared_libs to curl
13410 2005-03-01 13:36  king
13412         * Source/cmDependsFortran.cxx: BUG: Module file names are case
13413           insensitive.  Always use lower case no matter the real name of
13414           the module.
13416 2005-03-01 13:32  king
13418         * Source/cmDependsJava.cxx: COMP: Removed unused parameter warning.
13420 2005-03-01 12:27  king
13422         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
13423           cmGlobalNMakeMakefileGenerator.cxx: ENH: Enabling
13424           cmLocalUnixMakefileGenerator2 by default.
13426 2005-03-01 12:26  king
13428         * Modules/Platform/: Darwin-xlc.cmake, Darwin.cmake: ENH: Adding
13429           support for shared library versioning using the -install_name
13430           option on the OSX linker.  This is actually needed to support
13431           relative -o paths which are used by
13432           cmLocalUnixMakefileGenerator2.
13434 2005-03-01 12:26  king
13436         * bootstrap, Source/cmGlobalUnixMakefileGenerator.cxx,
13437           Source/cmake.cxx: ENH: Enabling cmLocalUnixMakefileGenerator2
13438           (new makefile generator) by default.
13440 2005-03-01 12:20  king
13442         * Source/: cmDependsJava.cxx, cmDependsJava.h, CMakeLists.txt,
13443           cmLocalUnixMakefileGenerator2.cxx: ENH: Framework for java
13444           dependency scanner.  Right now it does nothing but always reports
13445           success.  This is enough to get the Java test to pass with the
13446           new generator because the old implementation did not do
13447           dependencies anyway.
13449 2005-03-01 12:13  king
13451         * Source/: cmInstallProgramsCommand.cxx,
13452           cmInstallProgramsCommand.h: BUG: Added FILES mode to
13453           INSTALL_PROGRAMS command to make the single argument case
13454           unambiguous.
13456 2005-03-01 11:25  andy
13458         * Source/cmGlobalXCodeGenerator.cxx: FIX: fix spaces in paths
13460 2005-03-01 11:21  andy
13462         * Utilities/cmxmlrpc/: synch_client.c, xmlrpc_curl_transport.c:
13463           COMP: Attempt to remove warnings
13465 2005-03-01 11:01  king
13467         * Utilities/cmxmlrpc/win32_pthreads.c: COMP: #if WIN32 -> #ifdef
13468           _WIN32 for Borland.
13470 2005-03-01 10:54  andy
13472         * CMakeLists.txt: ENH: Enable XMLRPC... please do not break
13473           everywhere...
13475 2005-03-01 10:11  andy
13477         * Utilities/cmxmlrpc/CMakeLists.txt: ENH: Enable test
13479 2005-03-01 10:05  king
13481         * Source/cmLocalVisualStudio6Generator.cxx: BUG: Replaced previous
13482           fix with an implementation of properly formatting the custom
13483           build code in the generated file.
13485 2005-03-01 09:50  andy
13487         * Utilities/cmxmlrpc/xmlrpc_curl_transport.c: ENH: More removing of
13488           pthreads
13490 2005-03-01 09:07  andy
13492         * Utilities/cmxmlrpc/: CMakeLists.txt, xmlrpc_authcookie.c,
13493           xmlrpc_config.h.in, xmlrpc_curl_transport.c, xmlrpc_pthreads.h,
13494           xmlrpc_transport.h: ENH: Attempt to remove threading code
13496 2005-03-01 02:28  andy
13498         * Source/cmVersion.cxx: STYLE: Nightly Version update
13500 2005-02-28 17:12  andy
13502         * CMakeLists.txt: ENH: Add the rest of xmlrpc stuff
13504 2005-02-28 16:26  andy
13506         * Utilities/cmxmlrpc/: CMakeLists.txt, synch_client.c, xmlrpc.h,
13507           xmlrpc_client.c, xmlrpc_config.h.in: ENH: Add example
13509 2005-02-28 16:11  martink
13511         * Source/cmLocalVisualStudio6Generator.cxx: FIXTHIS THING: fix the
13512           bug
13514 2005-02-28 15:30  hoffman
13516         * Source/cmGlobalXCodeGenerator.cxx: fix typeo
13518 2005-02-28 15:07  hoffman
13520         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
13521           ENH: add re run cmake if inputs change
13523 2005-02-28 02:25  andy
13525         * Source/cmVersion.cxx: STYLE: Nightly Version update
13527 2005-02-27 17:34  andy
13529         * Utilities/cmxmlrpc/xmlrpc.h, Utilities/cmxmlrpc/xmlrpc_array.c,
13530           Utilities/cmxmlrpc/xmlrpc_curl_transport.c,
13531           Utilities/cmxmlrpc/xmlrpc_parse.c,
13532           Utilities/cmxmlrpc/xmlrpc_struct.c, Source/CTest/Curl/file.c,
13533           Source/CTest/Curl/ftp.c, Source/CTest/Curl/http.c,
13534           Source/CTest/Curl/sendf.c, Source/kwsys/ProcessUNIX.c: COMP:
13535           Remove warnings about shadow variables
13537 2005-02-27 17:33  andy
13539         * Utilities/cmexpat/xmlparse.c: COMP: Remove compile warning about
13540           shadow variables
13542 2005-02-27 03:04  andy
13544         * Source/cmVersion.cxx: STYLE: Nightly Version update
13546 2005-02-26 16:58  hoffman
13548         * Source/cmGlobalXCodeGenerator.cxx: COMP: remove some warnings
13550 2005-02-26 03:02  andy
13552         * Source/cmVersion.cxx: STYLE: Nightly Version update
13554 2005-02-25 20:46  hoffman
13556         * Source/cmGlobalXCodeGenerator.cxx: COMP: fix warning
13558 2005-02-25 17:45  hoffman
13560         * Source/: cmGlobalXCodeGenerator.cxx, cmOrderLinkDirectories.cxx,
13561           cmOrderLinkDirectories.h: ENH: clean up and use order link
13562           directories
13564 2005-02-25 14:21  hoffman
13566         * Utilities/cmexpat/xmltok_impl.c: COMP: fix warnings
13568 2005-02-25 14:20  hoffman
13570         * Source/cmGlobalXCodeGenerator.cxx: ENH: make sure header files
13571           are in the header file group
13573 2005-02-25 11:23  king
13575         * Source/: cmLocalUnixMakefileGenerator2.cxx,
13576           cmLocalUnixMakefileGenerator2.h: ENH: Replaced
13577           OutputEcho/pre-echo/post-echo with AppendEcho.  This allows for
13578           more flexible echo specifications and better preserves echo text.
13580 2005-02-25 09:31  king
13582         * Tests/: Complex/Executable/CMakeLists.txt,
13583           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
13584           ComplexOneConfig/Executable/CMakeLists.txt,
13585           ComplexOneConfig/Executable/complex.cxx,
13586           ComplexOneConfig/Library/CMakeLists.txt,
13587           ComplexRelativePaths/Executable/CMakeLists.txt,
13588           ComplexRelativePaths/Executable/complex.cxx,
13589           ComplexRelativePaths/Library/CMakeLists.txt: ENH: Added full
13590           pre-build/pre-link/post-build testing for both library and
13591           executable targets.
13593 2005-02-25 09:19  king
13595         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Adding inclusion
13596           of pre-build and pre-link commands when building executables and
13597           libraries.
13599 2005-02-25 09:14  king
13601         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG:
13602           ConvertToQuotedOutputPath must replace slashes in root component
13603           on windows.
13605 2005-02-25 09:06  king
13607         * Source/: cmLocalUnixMakefileGenerator2.cxx,
13608           cmLocalUnixMakefileGenerator2.h: ENH: Added
13609           ConvertToQuotedOutputPath method and used it to properly generate
13610           external object references with spaces in the path.
13612 2005-02-25 03:08  andy
13614         * Source/cmVersion.cxx: STYLE: Nightly Version update
13616 2005-02-24 19:32  king
13618         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Removed instances
13619           of calling ConvertToRelativeOutputPath twice on the same path.
13621 2005-02-24 19:28  king
13623         * Source/cmGlobalGenerator.cxx: BUG: Need to configure relative
13624           path support for LocalGenerate to support old makefile generator.
13626 2005-02-24 18:35  king
13628         * Source/: cmLocalVisualStudio6Generator.cxx,
13629           cmLocalVisualStudio7Generator.cxx: ENH: Converted some
13630           ConvertToRelativeOutputPath calls to
13631           ConvertToOptionallyRelativeOutputPath in preparation for making
13632           ConvertToRelativeOutputPath always convert.  Some of these might
13633           be able to be switched back but we will first have to test what
13634           paths can be relative in the generate VS project files.
13636 2005-02-24 17:46  hoffman
13638         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
13639           kwsys/SystemTools.cxx: ENH: fix relative paths in xcode
13641 2005-02-24 16:25  king
13643         * Source/cmLocalGenerator.cxx: ENH: Converted some
13644           ConvertToRelativeOutputPath calls to
13645           ConvertToOptionallyRelativeOutputPath in preparation for making
13646           ConvertToRelativeOutputPath not check CMAKE_USE_RELATIVE_PATHS.
13648 2005-02-24 16:19  king
13650         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: The path to the
13651           source file in a compile line should be made relative only when
13652           CMAKE_USE_RELATIVE_PATHS is on.
13654 2005-02-24 16:04  king
13656         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
13657           cmLocalGenerator.cxx, cmLocalGenerator.h,
13658           cmLocalUnixMakefileGenerator2.cxx,
13659           cmLocalUnixMakefileGenerator2.h: ENH: Merged implementations of
13660           ConvertToRelative*Path methods.  The main ConvertToRelativePath
13661           method is now in cmGlobalGenerator.  It converts paths only if
13662           they are at least inside the deepest common directory between the
13663           top-level source and build trees.  Each cmLocalGenerator instance
13664           calls this global method with its own output directory as the
13665           "local" argument from which paths are relative.  Added separate
13666           ConvertToOptionallyRelative path that pays attention to the
13667           CMAKE_USE_RELATIVE_PATHS option.
13669 2005-02-24 15:36  andy
13671         * Source/cmOrderLinkDirectories.cxx: COMP: remove compiler warning
13673 2005-02-24 15:34  andy
13675         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
13676           ENH: fix spaces in paths problems
13678 2005-02-24 14:47  king
13680         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Added
13681           ComparePath method.
13683 2005-02-24 14:27  hoffman
13685         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h: ENH: remove
13686           unused code
13688 2005-02-24 13:45  king
13690         * Source/cmMakefile.cxx: COMP: HP compiler does not like
13691           initializing a  const std::string & with a const char* (which
13692           requires the reference to be bound to a temporary with the scope
13693           of the reference).
13695 2005-02-24 13:26  hoffman
13697         * Source/cmOrderLinkDirectories.cxx: ENH: clean up and remove some
13698           debug code
13700 2005-02-24 13:16  hoffman
13702         * bootstrap, Source/CMakeLists.txt, Source/cmLocalGenerator.cxx,
13703           Source/cmLocalGenerator.h, Source/cmOrderLinkDirectories.cxx,
13704           Source/cmOrderLinkDirectories.h: ENH: add a new library path
13705           ordering algorithm to make sure -L paths will pick the correct
13706           libraries if possible
13708 2005-02-24 12:44  king
13710         * Source/cmDependsC.cxx: BUG: Avoid putting a leading ./ on the
13711           dependency names.
13713 2005-02-24 12:19  king
13715         * Source/: cmLocalUnixMakefileGenerator2.cxx,
13716           cmLocalUnixMakefileGenerator2.h: BUG: Using a better technique to
13717           produce the rule file name for a custom command when the output
13718           is not in the current directory or lower.
13720 2005-02-24 11:46  king
13722         * Modules/Platform/CMakeLists.txt: BUG: Added installation of .in
13723           files as well as .cmake files.
13725 2005-02-24 10:32  king
13727         * Source/cmGlobalGenerator.cxx: BUG: Only use the existing
13728           CMake(lang)Compiler.cmake file from the build tree if it was
13729           generated by the same version of CMake.
13731 2005-02-24 10:31  king
13733         * Source/cmMakefile.cxx: BUG: Fixed GetCacheMinorVersion to not
13734           always return 0.
13736 2005-02-24 10:14  andy
13738         * Source/cmCommands.cxx: COMP: Remove compile warning in bootstrap
13739           stage
13741 2005-02-24 09:21  king
13743         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Do not crash when
13744           the link language for a target is not known.
13746 2005-02-24 09:20  king
13748         * Source/cmLocalVisualStudio6Generator.cxx: BUG: Need proper
13749           newline argument to ConstructScript call.
13751 2005-02-24 03:46  andy
13753         * Source/cmVersion.cxx: STYLE: Nightly Version update
13755 2005-02-23 20:41  andy
13757         * Source/cmGlobalXCodeGenerator.cxx: ENH: remove output path stuff
13759 2005-02-23 20:28  andy
13761         * Utilities/cmxmlrpc/: CMakeLists.txt, casprintf.c, casprintf.h,
13762           inline.h, linklist.h, xmlrpc.h, xmlrpc_client.h,
13763           xmlrpc_client_int.h, xmlrpc_config.h.in, xmlrpc_curl_transport.c,
13764           xmlrpc_data.c, xmlrpc_pthreads.h, xmlrpc_support.c: COMP: Several
13765           Windows fixes
13767 2005-02-23 14:36  martink
13769         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: fix for empty
13770           target or config strings in the Build method
13772 2005-02-23 13:50  hoffman
13774         * Source/cmGlobalXCodeGenerator.cxx: FIX: fix to make this work
13775           with new custom command stuff
13777 2005-02-23 03:03  andy
13779         * Source/cmVersion.cxx: STYLE: Nightly Version update
13781 2005-02-22 15:31  king
13783         * Source/cmProjectCommand.cxx: ENH: Added CMAKE_PROJECT_NAME
13784           variable to play the role of CMAKE_SOURCE_DIR and
13785           CMAKE_BINARY_DIR for the top-level project name.
13787 2005-02-22 15:22  king
13789         * Modules/CMakeGenericSystem.cmake, Source/cmLocalGenerator.cxx:
13790           ENH: Added better default install location for windows builds.
13791           The previous default /usr/local did not make much sense.  Now
13792           "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the
13793           windows equivalent to /usr/local.
13795 2005-02-22 14:52  king
13797         * Source/: cmLoadCommandCommand.cxx, cmLoadCommandCommand.h: ENH:
13798           LOAD_COMMAND command will now set a variable called
13799           CMAKE_LOADED_COMMAND_<COMMAND_NAME> to the full path of the
13800           loaded module if loading was successful.  Otherwise the variable
13801           is not set (will evaluate to empty string).  This is useful both
13802           in testing whether loading worked and for installing loaded
13803           command modules.
13805 2005-02-22 13:08  andy
13807         * Utilities/cmxmlrpc/: CMakeLists.txt, XmlRpcCpp.cpp, XmlRpcCpp.h,
13808           bool.h, mallocvar.h, transport_config.h, win32_pthreads.c,
13809           xmlrpc.h, xmlrpc_amconfig.h.in, xmlrpc_array.c,
13810           xmlrpc_authcookie.c, xmlrpc_base64.c, xmlrpc_cgi.c, xmlrpc_cgi.h,
13811           xmlrpc_client.c, xmlrpc_client.h, xmlrpc_client_int.h,
13812           xmlrpc_config.h.in, xmlrpc_curl_transport.c,
13813           xmlrpc_curl_transport.h, xmlrpc_data.c, xmlrpc_expat.c,
13814           xmlrpc_int.h, xmlrpc_libxml2.c, xmlrpc_parse.c,
13815           xmlrpc_pthreads.h, xmlrpc_registry.c, xmlrpc_serialize.c,
13816           xmlrpc_server.h, xmlrpc_server_abyss.c, xmlrpc_server_abyss.h,
13817           xmlrpc_server_abyss_int.h, xmlrpc_struct.c, xmlrpc_strutil.c,
13818           xmlrpc_support.c, xmlrpc_transport.c, xmlrpc_transport.h,
13819           xmlrpc_utf8.c, xmlrpc_xmlparser.h,
13820           CMake/TryCompileFromSource.cmake: ENH: Initial import
13822 2005-02-22 12:34  martink
13824         * Source/cmGlobalGenerator.cxx: COMP: fix warning
13826 2005-02-22 12:10  king
13828         * Source/cmAddCustomCommandCommand.h: BUG: Fixed formatting of
13829           generated documentation.
13831 2005-02-22 12:04  king
13833         * Tests/CustomCommand/CMakeLists.txt: ENH: Added test for multiple
13834           commands in a custom command.
13836 2005-02-22 10:43  martink
13838         * Source/CMakeLists.txt: BUG: fix test execution
13840 2005-02-22 10:42  martink
13842         * Source/cmCTest.cxx: BUG: better error handling
13844 2005-02-22 10:32  king
13846         * Source/: cmAddCustomCommandCommand.cxx,
13847           cmAddCustomCommandCommand.h, cmAddCustomTargetCommand.cxx,
13848           cmAddCustomTargetCommand.h, cmCPluginAPI.cxx,
13849           cmCustomCommand.cxx, cmCustomCommand.h, cmFLTKWrapUICommand.cxx,
13850           cmGlobalVisualStudio6Generator.cxx,
13851           cmGlobalVisualStudio71Generator.cxx,
13852           cmGlobalVisualStudio7Generator.cxx, cmGlobalXCodeGenerator.cxx,
13853           cmITKWrapTclCommand.cxx, cmIncludeExternalMSProjectCommand.cxx,
13854           cmLocalGenerator.cxx, cmLocalGenerator.h,
13855           cmLocalUnixMakefileGenerator.cxx,
13856           cmLocalUnixMakefileGenerator2.cxx,
13857           cmLocalVisualStudio6Generator.cxx,
13858           cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx, cmMakefile.h,
13859           cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
13860           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
13861           cmVTKWrapTclCommand.cxx: ENH: Updated implementation of custom
13862           commands.  Multiple command lines are now supported effectively
13863           allowing entire scripts to be written.  Also removed extra
13864           variable expansions and cleaned up passing of commands through to
13865           the generators.  The command and individual arguments are now
13866           kept separate all the way until the generator writes them out.
13867           This cleans up alot of escaping issues.
13869 2005-02-22 09:12  martink
13871         * Source/: cmCTest.cxx, cmCTest.h, cmGlobalGenerator.cxx,
13872           cmGlobalGenerator.h, cmGlobalVisualStudio6Generator.cxx,
13873           cmGlobalVisualStudio6Generator.h,
13874           cmGlobalVisualStudio7Generator.cxx,
13875           cmGlobalVisualStudio7Generator.h, cmGlobalXCodeGenerator.cxx,
13876           cmGlobalXCodeGenerator.h, ctest.cxx: ENH: ctest now uses CMake
13877           global generator to do the build part of build-and-test
13879 2005-02-22 09:08  king
13881         * Source/cmake.cxx: BUG: Need to return before configure step when
13882           running in script mode.
13884 2005-02-22 08:22  king
13886         * Source/cmStandardIncludes.h: ENH: Adding cmCustomCommandLine and
13887           cmCustomCommandLines subclasses of std::vector instantiations to
13888           represent multiple commands for a single custom command.  These
13889           will be used in an upcoming checkin.
13891 2005-02-22 03:01  andy
13893         * Source/cmVersion.cxx: STYLE: Nightly Version update
13895 2005-02-21 03:07  andy
13897         * Source/cmVersion.cxx: STYLE: Nightly Version update
13899 2005-02-20 03:13  andy
13901         * Source/cmVersion.cxx: STYLE: Nightly Version update
13903 2005-02-19 02:43  andy
13905         * Source/cmVersion.cxx: STYLE: Nightly Version update
13907 2005-02-18 16:19  king
13909         * Source/: cmMakefile.cxx, cmSourceFile.cxx, cmSourceFile.h: BUG:
13910           cmSourceFile instances should delete their own custom commands
13911           when a new one is set.
13913 2005-02-18 16:12  king
13915         * Source/cmTarget.cxx: COMP: Using const_iterator instead of
13916           iterator to walk through custom command dependencies.
13918 2005-02-18 16:12  king
13920         * Source/cmTarget.h: COMP: Added missing forward declaration of
13921           cmMakefile.  This was only working because cmCustomCommand.h
13922           declared it.
13924 2005-02-18 15:45  andy
13926         * Source/cmGlobalXCodeGenerator.cxx: ENH: fix for spaces in the
13927           path
13929 2005-02-18 15:43  king
13931         * Tests/ExternalOBJ/CMakeLists.txt: BUG: We still want to print out
13932           the location where the object was found if it was found by the
13933           glob.
13935 2005-02-18 14:32  hoffman
13937         * Source/cmGlobalXCodeGenerator.cxx: COMP: remove warning
13939 2005-02-18 14:22  king
13941         * CMakeLists.txt: BUG: Disabling DART_ROOT removal until we can get
13942           Dart to submit without it.
13944 2005-02-18 13:32  hoffman
13946         * Source/CMakeLists.txt, Source/cmFileCommand.cxx,
13947           Source/cmGlobalXCodeGenerator.cxx,
13948           Source/cmGlobalXCodeGenerator.h, Source/cmLocalGenerator.cxx,
13949           Tests/ExternalOBJ/CMakeLists.txt: ENH: all tests are passing for
13950           XCode
13952 2005-02-18 02:44  andy
13954         * Source/cmVersion.cxx: STYLE: Nightly Version update
13956 2005-02-17 17:54  hoffman
13958         * Source/: cmGlobalGenerator.cxx, cmGlobalXCodeGenerator.cxx,
13959           cmGlobalXCodeGenerator.h, cmXCodeObject.h: ENH: more tests are
13960           passing, relative paths, and external objects are the ones left
13961           now
13963 2005-02-17 16:59  andy
13965         * Source/CTest/cmCTestTestHandler.cxx: BUG: Detect when
13966           TestsToRunInformation is not set
13968 2005-02-17 16:11  andy
13970         * Source/: cmCTest.cxx, CTest/cmCTestTestHandler.cxx: ENH: Some
13971           more generalization
13973 2005-02-17 15:23  andy
13975         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
13976           CTest/cmCTestScriptHandler.cxx, CTest/cmCTestUpdateCommand.cxx,
13977           CTest/cmCTestUpdateCommand.h, CTest/cmCTestUpdateHandler.cxx:
13978           ENH: Cleanups and add CTEST_UPDATE command
13980 2005-02-17 15:22  andy
13982         * Source/CTest/: cmCTestGenericHandler.cxx,
13983           cmCTestGenericHandler.h: ENH: Add a way to set options of the
13984           handler genericly
13986 2005-02-17 11:28  king
13988         * Source/: cmSystemTools.cxx, cmSystemTools.h,
13989           kwsys/SystemTools.cxx, kwsys/SystemTools.hxx.in: ENH: Adding
13990           kwsys::SystemTools::FileTimeCompare method to compare file
13991           modification times with the highest resolution possible on the
13992           file system.
13994 2005-02-17 11:27  king
13996         * bootstrap: ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM.  This
13997           tests whether struct stat has the extra st_mtim member that has
13998           high resolution times.
14000 2005-02-17 10:51  andy
14002         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
14003           CTest/cmCTestCoverageHandler.cxx,
14004           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestScriptHandler.cxx,
14005           CTest/cmCTestScriptHandler.h, CTest/cmCTestStartCommand.cxx,
14006           CTest/cmCTestStartCommand.h: ENH: Cleanups and add CTEST_START
14007           command
14009 2005-02-17 10:51  andy
14011         * Source/cmSystemTools.cxx: ENH: Add support for single '
14013 2005-02-17 10:49  king
14015         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
14016           kwsysPlatformCxxTests.cxx: ENH: Added try-compile
14017           KWSYS_STAT_HAS_ST_MTIM.  This tests whether struct stat has the
14018           extra st_mtim member that has high resolution times.
14020 2005-02-17 10:45  hoffman
14022         * Modules/FindQt.cmake: FIX: fix for bug 1409
14024 2005-02-17 10:42  hoffman
14026         * Modules/FindCurses.cmake: FIX: fix for bug 1438
14028 2005-02-17 10:39  hoffman
14030         * Source/cmLocalVisualStudio7Generator.cxx: FIX: fix for bug 1606
14032 2005-02-17 10:18  king
14034         * Source/cmDependsC.cxx: ENH: Removing collapsing of files to full
14035           path before checking.  The current working directory is set
14036           correctly because the dependency lines are used by make anyway.
14037           This drastically improves the speed of dependency checking.
14039 2005-02-17 10:03  king
14041         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14042           cmLocalUnixMakefileGenerator2.h: ENH: Avoid generating duplicate
14043           rules for an object file.  A warning about duplicate source files
14044           in a target is now generated.
14046 2005-02-17 08:50  king
14048         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Added generation
14049           of test target to run ctest.
14051 2005-02-17 07:53  king
14053         * Source/cmake.cxx: BUG: Removing "guess when there is a space in
14054           the path" check for chdir command.  It is the responsibility of
14055           the caller of the command to ensure the arguments are properly
14056           quoted on the command line.
14058 2005-02-17 07:53  king
14060         * Tests/CommandLineTest/CMakeLists.txt: BUG: Fix for space in path
14061           for chdir test.  We just need to double-quote the arguments.
14063 2005-02-17 02:42  andy
14065         * Source/cmVersion.cxx: STYLE: Nightly Version update
14067 2005-02-16 19:13  hoffman
14069         * Source/cmGlobalXCodeGenerator.cxx: ENH: add CMAKE_CFG_INTDIR
14071 2005-02-16 18:47  hoffman
14073         * Source/: cmCTest.cxx, cmGlobalXCodeGenerator.cxx: ENH: use
14074           ALL_BUILD target
14076 2005-02-16 16:35  hoffman
14078         * Source/: cmGlobalGenerator.cxx, cmGlobalXCodeGenerator.cxx,
14079           cmGlobalXCodeGenerator.h, cmMakefile.cxx, cmMakefile.h: ENH: more
14080           tests are passing
14082 2005-02-16 16:06  andy
14084         * Source/CTest/: cmCTestEmptyBinaryDirectoryCommand.cxx,
14085           cmCTestScriptHandler.cxx: BUG: Report errors
14087 2005-02-16 16:03  andy
14089         * Source/kwsys/SystemTools.cxx: BUG: On windows allow removing of
14090           files that are read-only
14092 2005-02-16 14:38  andy
14094         * Source/CTest/cmCTestUpdateHandler.cxx: COMP: Remove unused
14095           variable
14097 2005-02-16 14:24  andy
14099         * Source/CTest/cmCTestUpdateHandler.h: COMP: Remove warning
14101 2005-02-16 14:24  andy
14103         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Improve output, and
14104           handle 'G' files in subversion
14106 2005-02-16 13:45  andy
14108         * Source/CTest/cmCTestUpdateHandler.cxx: BUG: If project is up to
14109           date, handle that case
14111 2005-02-16 13:36  andy
14113         * Modules/Dart.cmake: BUG: Clean the messages
14115 2005-02-16 13:30  andy
14117         * Modules/: Dart.cmake, DartConfiguration.tcl.in: ENH: Reorganize
14118           and add subversion support
14120 2005-02-16 13:29  andy
14122         * CMakeLists.txt: ENH: Remove DART_ROOT to force
14123           DartConfiguration.tcl to be up to date
14125 2005-02-16 13:28  andy
14127         * Source/CTest/: cmCTestUpdateHandler.cxx, cmCTestUpdateHandler.h:
14128           ENH: Initial implementation of SVN support. Closes Bug #1601 -
14129           Add subversion support
14131 2005-02-16 13:15  hoffman
14133         * Source/cmake.cxx, Source/cmakemain.cxx,
14134           Tests/CommandLineTest/CMakeLists.txt: BUG: fix CommandLine test
14135           problems with spaces and testing for the return value
14137 2005-02-16 12:31  martink
14139         * CTestCustom.ctest.in: ENH: add supp for xlc linking on darwin
14141 2005-02-16 09:17  andy
14143         * Utilities/cmzlib/CMakeLists.txt: COMP: attempt to fix warning on
14144           Visual Studio 7
14146 2005-02-16 09:00  hoffman
14148         * CTestCustom.ctest.in: COMP: add a warning ignore for gcc 3.4.2
14150 2005-02-16 08:56  king
14152         * Source/kwsys/SystemTools.cxx: BUG: Removing debugging code now
14153           that the problem has been fixed on the remote dashboard.
14155 2005-02-16 02:18  andy
14157         * Source/cmVersion.cxx: STYLE: Nightly Version update
14159 2005-02-15 17:25  hoffman
14161         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14162           ENH: add custom commands, still failing a bunch of tests
14164 2005-02-15 16:03  king
14166         * Source/kwsys/SystemTools.cxx: BUG: Preserve trailing slash state
14167           when translating paths.
14169 2005-02-15 09:58  hoffman
14171         * Source/kwsys/SystemTools.cxx: ENH: make sure paths do not end in
14172           / before adding one
14174 2005-02-15 09:02  king
14176         * Source/cmDependsFortran.cxx: STYLE: Added TODO comment for
14177           checking dependencies.
14179 2005-02-15 09:01  king
14181         * Tests/Fortran/: CMakeLists.txt, test_module_implementation.f90,
14182           test_module_interface.f90, test_module_main.f90: ENH: Added
14183           Fortran 90 test if the platform supports it.
14185 2005-02-15 08:40  king
14187         * Source/kwsys/SystemTools.cxx: BUG: Adding debugging code to
14188           remotely debug a failing dashboard test.
14190 2005-02-15 08:28  king
14192         * Source/kwsys/SystemTools.cxx: BUG: Adding debugging code to
14193           remotely debug a failing dashboard test.
14195 2005-02-15 02:16  andy
14197         * Source/cmVersion.cxx: STYLE: Nightly Version update
14199 2005-02-14 16:46  hoffman
14201         * Source/: cmCTest.cxx, cmGlobalXCodeGenerator.cxx,
14202           cmGlobalXCodeGenerator.h, cmLocalGenerator.h: ENH: getting closer
14204 2005-02-14 16:15  andy
14206         * Tests/MakeClean/CMakeLists.txt: COMP: Try to fix test on HP
14208 2005-02-14 14:35  hoffman
14210         * CMakeLists.txt, CTestCustom.ctest.in, ChangeLog.manual,
14211           Source/CMakeLists.txt, Source/cmCTest.cxx: ENH: merge from main
14212           tree
14214 2005-02-14 10:16  martink
14216         * Source/CMakeLists.txt: ENH: only do objc++ test with GNU of
14217           course
14219 2005-02-14 10:16  martink
14221         * CTestCustom.ctest.in: ENH: added supp for Curl coding style
14223 2005-02-14 09:21  hoffman
14225         * Modules/Platform/Darwin-xlc.cmake: ENH: move xlc stuff to branch
14227 2005-02-14 08:44  king
14229         * Tests/MakeClean/CMakeLists.txt: COMP: Need ANSI flags for C
14230           executable.
14232 2005-02-14 02:14  andy
14234         * Source/cmVersion.cxx: STYLE: Nightly Version update
14236 2005-02-13 02:17  andy
14238         * Source/cmVersion.cxx: STYLE: Nightly Version update
14240 2005-02-12 02:14  andy
14242         * Source/cmVersion.cxx: STYLE: Nightly Version update
14244 2005-02-11 16:25  andy
14246         * Source/cmake.cxx: ENH: Add command to copy directory with content
14248 2005-02-11 16:25  andy
14250         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH:
14251           Implement copy of directory with content
14253 2005-02-11 14:36  hoffman
14255         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: FIX:
14256           fix for bug 1135
14258 2005-02-11 14:25  hoffman
14260         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14261           more work on linking flags
14263 2005-02-11 14:22  hoffman
14265         * Modules/CMakeCXXCompiler.cmake.in: FIX: fix bug 1495
14267 2005-02-11 14:20  hoffman
14269         * Source/cmLocalVisualStudio7Generator.cxx: FIX: fix for bug 1460
14271 2005-02-11 14:18  hoffman
14273         * Modules/UseSWIG.cmake: FIX: fix bug 1303
14275 2005-02-11 14:13  hoffman
14277         * Source/cmLocalVisualStudio6Generator.cxx,
14278           Templates/staticLibHeader.dsptemplate: FIX: fixes bugs 1152 and
14279           1154
14281 2005-02-11 02:17  andy
14283         * Source/cmVersion.cxx: STYLE: Nightly Version update
14285 2005-02-10 16:18  king
14287         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14288           cmLocalUnixMakefileGenerator2.h: ENH: Split
14289           cmLocalUnixMakefileGenerator2 away from
14290           cmLocalUnixMakefileGenerator to be a stand-alone generator.
14292 2005-02-10 14:19  king
14294         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH:
14295           Initializing translation map using the PWD environment variable
14296           and getcwd functions to automatically translate logical paths
14297           involving the current working directory.  Also added the JoinPath
14298           method to aid users of the SplitPath method.
14300 2005-02-10 10:35  king
14302         * Source/kwsys/SystemTools.cxx: COMP: std:: -> kwsys_stl::
14304 2005-02-10 10:32  king
14306         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14307           cmLocalUnixMakefileGenerator2.h, kwsys/SystemTools.cxx,
14308           kwsys/SystemTools.hxx.in: ENH: Added SystemTools::SplitPath
14309           method to split any file path into its basic components.
14311 2005-02-10 08:27  hoffman
14313         * Source/cmGlobalKdevelopGenerator.cxx: COMP: fix warning
14315 2005-02-10 08:22  king
14317         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fix for bug 1100.
14318           If EXECUTABLE_OUTPUT_PATH or LIBRARY_OUTPUT_PATH is a relative
14319           path it should be converted to a full path relative to each build
14320           directory.
14322 2005-02-10 07:46  king
14324         * Utilities/cmzlib/: CMakeLists.txt, zconf.h: COMP: Disabling
14325           warnings in zlib code to avoid changing it too much.
14327 2005-02-10 07:44  hoffman
14329         * Source/cmGlobalKdevelopGenerator.cxx: COMP: fix warning
14331 2005-02-10 02:14  andy
14333         * Source/cmVersion.cxx: STYLE: Nightly Version update
14335 2005-02-09 23:25  hoffman
14337         * Source/: cmLocalVisualStudio7Generator.cxx,
14338           cmLocalVisualStudio7Generator.h: ENH: fix bug 1324
14340 2005-02-09 23:21  hoffman
14342         * Source/: cmGlobalKdevelopGenerator.cxx,
14343           cmGlobalKdevelopGenerator.h, cmLocalKdevelopGenerator.cxx,
14344           cmLocalKdevelopGenerator.h: ENH: move most of the to global
14345           generator
14347 2005-02-09 23:00  hoffman
14349         * Source/cmTryRunCommand.cxx, Source/cmTryRunCommand.h,
14350           Modules/TestBigEndian.cmake: ENH: fix for 1450
14352 2005-02-09 22:46  hoffman
14354         * Modules/: FindJNI.cmake, FindJava.cmake: ENH: bug fix 1573
14356 2005-02-09 22:45  hoffman
14358         * Modules/FindPythonLibs.cmake: ENH: bug fix 1574
14360 2005-02-09 11:40  king
14362         * Source/cmLocalUnixMakefileGenerator2.cxx,
14363           Source/cmLocalUnixMakefileGenerator2.h,
14364           Tests/MakeClean/CMakeLists.txt,
14365           Tests/MakeClean/ToClean/CMakeLists.txt,
14366           Tests/Wrapping/CMakeLists.txt: ENH: Adding cleaning of custom
14367           command outputs during "make clean".
14369 2005-02-09 09:36  king
14371         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14372           cmLocalUnixMakefileGenerator2.h: ENH: Moved reference from local
14373           driver targets (like build.local) into individual target rule
14374           files.  Main rule is now empty, except that clean.local may
14375           remove files registered for cleaning.
14377 2005-02-09 09:32  king
14379         * Source/CMakeLists.txt: ENH: Adding MakeClean test to test
14380           cleaning for makefile generators.
14382 2005-02-09 09:21  king
14384         * Tests/MakeClean/: CMakeLists.txt, check_clean.c.in,
14385           ToClean/CMakeLists.txt, ToClean/ToCleanFiles.cmake.in,
14386           ToClean/toclean.cxx: ENH: Adding test of "make clean".
14388 2005-02-08 17:12  hoffman
14390         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
14391           cmXCodeObject.h: ENH: add link library stuff
14393 2005-02-08 10:13  andy
14395         * Tests/SystemInformation/CMakeLists.txt: ENH: Display all output
14396           in ctest
14398 2005-02-07 17:36  hoffman
14400         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx,
14401           cmXCodeObject.h: ENH: fix bug in target linking
14403 2005-02-07 16:18  king
14405         * Tests/: Complex/CMakeLists.txt,
14406           Complex/Executable/complex.file.cxx,
14407           ComplexOneConfig/CMakeLists.txt,
14408           ComplexOneConfig/Executable/complex.file.cxx,
14409           ComplexRelativePaths/CMakeLists.txt,
14410           ComplexRelativePaths/Executable/complex.file.cxx: ENH: Added
14411           partial test for include regular expressions.
14413 2005-02-07 16:16  king
14415         * Source/cmLocalUnixMakefileGenerator2.cxx: COMP: Removed useless
14416           expression warning.
14418 2005-02-07 16:11  king
14420         * Source/: cmDepends.cxx, cmDepends.h, cmDependsC.cxx,
14421           cmDependsC.h, cmLocalUnixMakefileGenerator2.cxx: ENH: Implemented
14422           support for include/complain regular expressions for dependency
14423           scanning.  This now includes the possibility that scanning will
14424           return failure and the build will stop.
14426 2005-02-07 15:10  king
14428         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14429           cmLocalUnixMakefileGenerator2.h: ENH: Added generation of
14430           CMakeDirectoryInformation.cmake file in each directory next to
14431           the Makefile.  The include file search path is now stored in this
14432           file instead of duplicating it for every object file. This will
14433           also allow more information to be passed in the future.
14435 2005-02-07 15:09  king
14437         * Source/cmMakefile.h: ENH: Added GetComplainRegularExpression
14438           method.
14440 2005-02-07 09:05  king
14442         * Tests/SystemInformation/DumpInformation.cxx: BUG: Need to include
14443           full output to be a useful test.
14445 2005-02-07 05:26  andy
14447         * Source/cmVersion.cxx: STYLE: Nightly Version update
14449 2005-02-06 05:27  andy
14451         * Source/cmVersion.cxx: STYLE: Nightly Version update
14453 2005-02-05 07:50  king
14455         * Tests/: SimpleInstall/CMakeLists.txt,
14456           SimpleInstallS2/CMakeLists.txt: ENH: Updated post-build command
14457           to drive installation through the native build system.
14459 2005-02-05 05:27  andy
14461         * Source/cmVersion.cxx: STYLE: Nightly Version update
14463 2005-02-04 17:58  hoffman
14465         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx,
14466           cmXCodeObject.h: ENH: this version can build cmake
14468 2005-02-04 17:38  king
14470         * Source/cmCTest.cxx: BUG: Fixed --build-target implementation to
14471           work with Visual Studio generators.
14473 2005-02-04 15:14  king
14475         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14476           cmLocalUnixMakefileGenerator2.h: ENH: Implemented external object
14477           feature.
14479 2005-02-04 14:13  king
14481         * Source/CMakeLists.txt: ENH: Adding test for external object file
14482           feature.
14484 2005-02-04 13:58  king
14486         * Tests/ExternalOBJ/: CMakeLists.txt, executable.cxx,
14487           Object/CMakeLists.txt, Object/external_main.cxx,
14488           Object/external_object.cxx: ENH: Adding test for external object
14489           file feature.
14491 2005-02-04 10:06  king
14493         * Modules/CMakeTestFortranCompiler.cmake: ENH: Added test for
14494           Fortran90 support.
14496 2005-02-04 05:28  andy
14498         * Source/cmVersion.cxx: STYLE: Nightly Version update
14500 2005-02-03 19:32  hoffman
14502         * Source/cmGlobalXCodeGenerator.cxx: COMP: remove warnings
14504 2005-02-03 17:42  hoffman
14506         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14507           cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
14508           cmLocalGenerator.h, cmXCodeObject.cxx, cmXCodeObject.h: ENH:
14509           depends work between targets
14511 2005-02-03 08:39  king
14513         * Source/cmDependsJavaParserHelper.cxx: COMP: Fix warning about
14514           printf format and given type.
14516 2005-02-03 05:29  andy
14518         * Source/cmVersion.cxx: STYLE: Nightly Version update
14520 2005-02-02 17:16  hoffman
14522         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
14523           cmLocalGenerator.h, cmXCodeObject.cxx, cmXCodeObject.h: ENH:
14524           getting closer
14526 2005-02-02 17:05  king
14528         * Source/: cmDependsFortranParser.cxx, cmDependsFortranParser.y,
14529           cmDependsJavaParser.cxx, cmDependsJavaParser.y: COMP: Adding
14530           warning work-around for unused case label yyerrorlab on HP
14531           compiler.
14533 2005-02-02 13:19  hoffman
14535         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
14536           cmLocalUnixMakefileGenerator2.cxx,
14537           cmLocalUnixMakefileGenerator2.h: ENH: move AddFlags stuff up to
14538           LocalGenerator from LocalUnix generator
14540 2005-02-02 05:44  andy
14542         * Source/cmVersion.cxx: STYLE: Nightly Version update
14544 2005-02-01 17:17  hoffman
14546         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14547           ENH: closer
14549 2005-02-01 15:48  hoffman
14551         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx: ENH:
14552           getting closer
14554 2005-02-01 14:28  hoffman
14556         * Source/cmGlobalXCodeGenerator.cxx: COMP: fix warning
14558 2005-02-01 13:12  hoffman
14560         * Modules/CMakeFindXCode.cmake: ENH: add trycompile code for xcode
14562 2005-02-01 13:07  hoffman
14564         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14565           ENH: add trycompile code for xcode
14567 2005-02-01 11:28  king
14569         * Source/: cmDependsFortranParser.cxx, cmDependsFortranParser.y:
14570           COMP: Disabling warning in generated code.
14572 2005-02-01 10:44  king
14574         * Source/: cmDependsJavaLexer.h, cmDependsJavaLexer.in.l: COMP:
14575           Removing #line directives from .h file to avoid bogus Sun
14576           warning.
14578 2005-02-01 10:43  king
14580         * Source/CTest/Curl/CMakeLists.txt: COMP: Avoid adding
14581           content_encoding.c twice.
14583 2005-02-01 10:42  king
14585         * Source/: CMakeLists.txt, cmDependsFortran.cxx,
14586           cmDependsFortranLexer.cxx, cmDependsFortranLexer.h,
14587           cmDependsFortranLexer.in.l, cmDependsFortranParser.cxx,
14588           cmDependsFortranParser.h, cmDependsFortranParser.y,
14589           cmDependsFortranParserTokens.h, cmDependsFortranLexer.c,
14590           cmDependsFortranParser.c: ENH: Changed over to using C++ for
14591           building flex/bison generated files.  It reduces the number of
14592           changes that need to be made after generation.
14594 2005-02-01 05:38  andy
14596         * Source/cmVersion.cxx: STYLE: Nightly Version update
14598 2005-01-31 05:19  andy
14600         * Source/cmVersion.cxx: STYLE: Nightly Version update
14602 2005-01-30 05:23  andy
14604         * Source/cmVersion.cxx: STYLE: Nightly Version update
14606 2005-01-29 07:57  king
14608         * Source/cmLocalUnixMakefileGenerator2.cxx: COMP: Removed shadowed
14609           variable warning.
14611 2005-01-29 05:23  andy
14613         * Source/cmVersion.cxx: STYLE: Nightly Version update
14615 2005-01-28 18:12  king
14617         * Source/cmGlobalXCodeGenerator.cxx: COMP: Added missing labels to
14618           case.
14620 2005-01-28 17:46  andy
14622         * Source/: cmDependsJavaLexer.cxx, cmDependsJavaLexer.in.l: COMP:
14623           Another borland problem
14625 2005-01-28 17:43  andy
14627         * Source/: cmDependsJavaLexer.cxx, cmDependsJavaLexer.in.l,
14628           cmDependsJavaParser.cxx, cmDependsJavaParser.y,
14629           cmDependsJavaParserTokens.h: COMP: Remove more warnings/errors
14631 2005-01-28 17:25  king
14633         * Source/cmGeneratedFileStream.cxx: COMP: Fix unused parameter
14634           warning when bootstrapping.
14636 2005-01-28 17:24  andy
14638         * Source/: cmDependsJavaLexer.cxx, cmDependsJavaLexer.in.l,
14639           cmDependsJavaParser.cxx, cmDependsJavaParser.y,
14640           cmDependsJavaParserTokens.h: COMP: Remove warnings
14642 2005-01-28 17:21  hoffman
14644         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14645           ENH: move executable xcode stuff to a method
14647 2005-01-28 17:18  king
14649         * Source/cmDependsJavaParserHelper.cxx: COMP: Removed default
14650           argument from method definition.
14652 2005-01-28 17:14  andy
14654         * Source/CMakeLists.txt: ENH: Enable java dependency
14656 2005-01-28 17:13  andy
14658         * Source/: cmDependsJavaParser.cxx, cmDependsJavaParser.y,
14659           cmDependsJavaParserHelper.cxx, cmDependsJavaParserHelper.h,
14660           cmDependsJavaParserTokens.h: ENH: Initial import of java parser
14662 2005-01-28 17:13  andy
14664         * Source/cmDependsFortranParser.y: STYLE: Add some diff helping
14665           comments
14667 2005-01-28 17:09  king
14669         * Source/: cmDependsFortranParser.c, cmDependsFortranParser.y,
14670           cmDependsFortranParserTokens.h: COMP: Disabled warnings in
14671           generated code.
14673 2005-01-28 16:56  andy
14675         * Source/: cmDependsJavaLexer.cxx, cmDependsJavaLexer.h,
14676           cmDependsJavaLexer.in.l: ENH: Initial import of java parser
14678 2005-01-28 16:26  hoffman
14680         * Source/cmGlobalXCodeGenerator.cxx: ENH: use absolute paths
14682 2005-01-28 16:00  hoffman
14684         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h:
14685           ENH: create mainGroup
14687 2005-01-28 14:17  king
14689         * Source/: cmLocalUnixMakefileGenerator2.cxx,
14690           cmLocalUnixMakefileGenerator2.h: ENH: Implemented full per-object
14691           test for whether provides-requires mode is needed.  This will
14692           still use a recursive make for any Fortran object even if it
14693           doesn't have requires.  It is possible to avoid it but we can do
14694           that later.
14696 2005-01-28 13:20  andy
14698         * Modules/Dart.cmake: ENH: Better checking for Dart. Closes Bug
14699           #1505 - Configuration fails to create Makefile
14701 2005-01-28 13:00  andy
14703         * Source/cmake.cxx: BUG: prevent -P or script to be passed as
14704           homedirectory
14706 2005-01-28 12:01  king
14708         * Source/cmDependsFortran.cxx: STYLE: Added another solution
14709           proposal for out-of-directory modules.
14711 2005-01-28 10:45  king
14713         * Source/cmDependsFortran.cxx: ENH: Added provides/requires output
14714           for modules.
14716 2005-01-28 10:12  andy
14718         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Add error regex
14720 2005-01-28 08:30  hoffman
14722         * Modules/Platform/Windows-cl.cmake: ENH: remove debug print
14724 2005-01-28 05:20  andy
14726         * Source/cmVersion.cxx: STYLE: Nightly Version update
14728 2005-01-27 19:24  hoffman
14730         * Source/cmGlobalXCodeGenerator.cxx: COMP: fix warning
14732 2005-01-27 17:45  andy
14734         * Modules/Dart.cmake: ENH: Enable compression and use the new
14735           trigger script
14737 2005-01-27 17:43  andy
14739         * Source/cmCTest.cxx, Modules/DartConfiguration.tcl.in: ENH: Enable
14740           compression with DartConfiguration file
14742 2005-01-27 17:09  hoffman
14744         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx: ENH:
14745           xcode almost working for simple exe, but not yet
14747 2005-01-27 16:49  andy
14749         * Source/CTest/cmCTestTestHandler.h: COMP: Fix build on sun
14751 2005-01-27 16:43  hoffman
14753         * Source/: cmGlobalXCodeGenerator.cxx, cmXCodeObject.cxx: ENH: fix
14754           a few more xcode things
14756 2005-01-27 16:25  hoffman
14758         * Source/cmXCodeObject.cxx: ENH: add missing ;
14760 2005-01-27 16:11  hoffman
14762         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
14763           cmXCodeObject.cxx: ENH: add more xcode stuff
14765 2005-01-27 15:54  andy
14767         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
14768           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h,
14769           CTest/cmCTestConfigureHandler.cxx,
14770           CTest/cmCTestConfigureHandler.h,
14771           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
14772           CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
14773           CTest/cmCTestMemCheckHandler.cxx, CTest/cmCTestMemCheckHandler.h,
14774           CTest/cmCTestScriptHandler.cxx, CTest/cmCTestScriptHandler.h,
14775           CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h,
14776           CTest/cmCTestUpdateHandler.cxx, CTest/cmCTestUpdateHandler.h:
14777           ENH: Several cleanups and improvements
14779 2005-01-27 13:31  martink
14781         * Source/CTest/: cmCTestRunScriptCommand.cxx,
14782           cmCTestScriptHandler.cxx, cmCTestScriptHandler.h: ENH: clean up
14783           running of default script
14785 2005-01-27 11:43  andy
14787         * Source/: CMakeLists.txt, cmCTest.cxx,
14788           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h,
14789           CTest/cmCTestConfigureHandler.cxx,
14790           CTest/cmCTestConfigureHandler.h,
14791           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
14792           CTest/cmCTestGenericHandler.cxx, CTest/cmCTestGenericHandler.h,
14793           CTest/cmCTestScriptHandler.cxx, CTest/cmCTestScriptHandler.h,
14794           CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h,
14795           CTest/cmCTestUpdateHandler.cxx, CTest/cmCTestUpdateHandler.h:
14796           ENH: Add a superclass to all handlers
14798 2005-01-27 11:01  martink
14800         * Source/CTest/: cmCTestRunScriptCommand.cxx,
14801           cmCTestScriptHandler.cxx, cmCTestScriptHandler.h,
14802           cmCTestSleepCommand.cxx: COMP: fix some compiler warnings/errors
14804 2005-01-27 10:47  martink
14806         * Source/ctest.cxx: ENH: added missing documentation
14808 2005-01-27 10:14  andy
14810         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestBuildHandler.cxx,
14811           CTest/cmCTestConfigureHandler.cxx,
14812           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
14813           CTest/cmCTestTestHandler.cxx, CTest/cmCTestUpdateHandler.cxx:
14814           ENH: Add compression support to XML files
14816 2005-01-27 10:14  andy
14818         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
14819           Add compression support
14821 2005-01-27 10:11  andy
14823         * Tests/Complex/Executable/CMakeLists.txt,
14824           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
14825           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
14826           Source/CMakeLists.txt: ENH: Link to cmzlib
14828 2005-01-27 10:11  martink
14830         * Source/: CMakeLists.txt, CTest/cmCTestCommand.h,
14831           CTest/cmCTestEmptyBinaryDirectoryCommand.cxx,
14832           CTest/cmCTestEmptyBinaryDirectoryCommand.h,
14833           CTest/cmCTestRunScriptCommand.cxx,
14834           CTest/cmCTestRunScriptCommand.h, CTest/cmCTestScriptHandler.cxx,
14835           CTest/cmCTestScriptHandler.h, CTest/cmCTestSleepCommand.cxx,
14836           CTest/cmCTestSleepCommand.h: ENH: added more capabilities to
14837           ctest
14839 2005-01-27 05:24  andy
14841         * Source/cmVersion.cxx: STYLE: Nightly Version update
14843 2005-01-26 16:19  king
14845         * Source/cmDependsFortranParser.y: COMP: Added instruction to
14846           remove TABs from generated file.
14848 2005-01-26 16:18  king
14850         * Source/: CMakeLists.txt, cmLocalUnixMakefileGenerator2.cxx: ENH:
14851           Added hook into Fortran dependency scanner.
14853 2005-01-26 16:17  king
14855         * Source/: cmDependsFortranLexer.c, cmDependsFortranLexer.h,
14856           cmDependsFortranParser.c, cmDependsFortranParserTokens.h: ENH:
14857           Added generated lexer and parser sources.
14859 2005-01-26 16:10  king
14861         * Source/: cmDependsFortranLexer.in.l, cmDependsFortranParser.y:
14862           COMP: Added additional instructions about how to modify the
14863           generated files.
14865 2005-01-26 16:09  king
14867         * Source/cmDependsFortran.cxx: COMP: Added constructor to
14868           cmDependsFortranFile to avoid using initializer list.  Also
14869           included assert.h.
14871 2005-01-26 15:58  king
14873         * Source/cmDependsFortranParser.y: COMP: Added forward declaration
14874           of yylex.
14876 2005-01-26 15:55  andy
14878         * CMakeLists.txt: ENH: Add zlib from VTK
14880 2005-01-26 15:55  andy
14882         * Utilities/cmzlib/: .NoDartCoverage, CMakeLists.txt, adler32.c,
14883           cm_zlib_mangle.h, compress.c, crc32.c, deflate.c, deflate.h,
14884           example.c, gzio.c, infblock.c, infblock.h, infcodes.c,
14885           infcodes.h, inffast.c, inffast.h, inffixed.h, inflate.c,
14886           inftrees.c, inftrees.h, infutil.c, infutil.h, maketree.c,
14887           minigzip.c, trees.c, trees.h, uncompr.c, zconf.h, zlib.def,
14888           zlib.h, zlib.rc, zlibDllConfig.h.in, zutil.c, zutil.h: ENH:
14889           Initial import from VTK
14891 2005-01-26 15:45  king
14893         * Source/cmDependsFortran.cxx: ENH: Removed Lexer/Parser prefix
14894           before _yy symbols.  Just cmDependsFortran_yy is enough.
14896 2005-01-26 15:43  hoffman
14898         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix version number
14900 2005-01-26 15:33  king
14902         * Source/: cmDependsFortran.cxx, cmDependsFortran.h,
14903           cmDependsFortranLexer.in.l, cmDependsFortranParser.h,
14904           cmDependsFortranParser.y: ENH: Added Fortran dependency scanner
14905           implementation.
14907 2005-01-26 14:25  king
14909         * Source/: cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: ENH:
14910           Added default constructor and Open method.
14912 2005-01-26 11:13  andy
14914         * Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: ENH:
14915           Add support for shrinking the output of the test
14917 2005-01-26 10:10  andy
14919         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add method to populate
14920           custom integers
14922 2005-01-26 05:59  andy
14924         * Source/cmVersion.cxx: STYLE: Nightly Version update
14926 2005-01-25 16:36  hoffman
14928         * Source/cmGlobalXCodeGenerator.cxx: COMP: fix warnings
14930 2005-01-25 16:30  hoffman
14932         * Source/cmGlobalXCodeGenerator.cxx: COMP: fix warnings
14934 2005-01-25 16:09  hoffman
14936         * bootstrap: ENH: add xcode stuff to bootstrap
14938 2005-01-25 15:26  hoffman
14940         * Source/: CMakeLists.txt, cmGlobalXCodeGenerator.cxx,
14941           cmGlobalXCodeGenerator.h, cmXCodeObject.cxx, cmXCodeObject.h,
14942           cmake.cxx: ENH: add initial non-working XCode stuff
14944 2005-01-25 05:59  andy
14946         * Source/cmVersion.cxx: STYLE: Nightly Version update
14948 2005-01-24 17:35  hoffman
14950         * Source/: cmGlobalXCodeGenerator.cxx, cmGlobalXCodeGenerator.h,
14951           cmLocalXCodeGenerator.cxx, cmLocalXCodeGenerator.h,
14952           cmXCodeObject.cxx, cmXCodeObject.h: ENH: initial xcode stuff
14954 2005-01-24 05:53  andy
14956         * Source/cmVersion.cxx: STYLE: Nightly Version update
14958 2005-01-23 05:56  andy
14960         * Source/cmVersion.cxx: STYLE: Nightly Version update
14962 2005-01-22 05:51  andy
14964         * Source/cmVersion.cxx: STYLE: Nightly Version update
14966 2005-01-21 16:25  hoffman
14968         * Source/: cmXCodeObject.cxx, cmXCodeObject.h: ENH: start xcode
14969           stuff
14971 2005-01-21 12:26  hoffman
14973         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14974           cmGlobalVisualStudio6Generator.cxx,
14975           cmGlobalVisualStudio6Generator.h,
14976           cmGlobalVisualStudio7Generator.cxx,
14977           cmGlobalVisualStudio7Generator.h: ENH: move project map to global
14978           generator base
14980 2005-01-21 11:22  martink
14982         * Source/cmWhileCommand.cxx: COMP: fix unused var warning
14984 2005-01-21 10:27  hoffman
14986         * bootstrap, Source/CMakeLists.txt, Source/cmBootstrapCommands.cxx,
14987           Source/cmCommands.cxx, Source/cmCommands.h,
14988           Source/cmWhileCommand.cxx, Source/cmake.cxx: ENH: split up
14989           cmCommands into two files
14991 2005-01-21 09:37  martink
14993         * Source/: cmCommands.cxx, cmWhileCommand.cxx, cmWhileCommand.h,
14994           cmEndWhileCommand.cxx, cmEndWhileCommand.h: ENH: added while
14995           command
14997 2005-01-21 05:36  andy
14999         * Source/cmVersion.cxx: STYLE: Nightly Version update
15001 2005-01-20 15:26  martink
15003         * Source/cmSetCommand.cxx: COMP: fix unused var warning
15005 2005-01-20 14:38  martink
15007         * Source/: cmSetCommand.cxx, cmSetCommand.h: ENH: now the set
15008           command can set environment variables
15010 2005-01-20 12:30  hoffman
15012         * Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
15013           CMakeDetermineCCompiler.cmake, CMakeFortranCompiler.cmake.in,
15014           CMakeJavaCompiler.cmake.in, CMakeRCCompiler.cmake.in,
15015           CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
15016           Platform/Windows-cl.cmake, Platform/Windows-cl.cmake.in: ENH:
15017           stuff to keep compiler tests from re-running all the time
15019 2005-01-20 12:28  hoffman
15021         * Source/: cmGlobalGenerator.cxx, cmLocalKdevelopGenerator.cxx:
15022           ENH: add some comments on how this could be moved to global
15023           generator
15025 2005-01-20 04:38  andy
15027         * Source/cmVersion.cxx: STYLE: Nightly Version update
15029 2005-01-19 12:06  king
15031         * Source/: cmListFileLexer.in.l, cmListFileLexer.c: ENH: Mangled
15032           lexer symbols to begin in cmListFileLexer_yy instead of just yy
15033           to avoid conflict with other lexers that may be added.
15035 2005-01-19 07:23  king
15037         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15038           cmLocalUnixMakefileGenerator2.h: ENH: Removed unquoted version of
15039           OBJECTS make variable.  Quoted seems to work everywhere.  BUG:
15040           Fixed AppendAnyDepend to properly identify executable targets.
15041           BUG: Used CreateMakeVariable to fix variable name for OBJECTS
15042           list when target has a . in its name.
15044 2005-01-19 05:19  andy
15046         * Source/cmVersion.cxx: STYLE: Nightly Version update
15048 2005-01-18 18:11  andy
15050         * Tests/: Complex/Executable/CMakeLists.txt,
15051           ComplexOneConfig/Executable/CMakeLists.txt,
15052           ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Add proper
15053           link directory
15055 2005-01-18 17:29  andy
15057         * Tests/: Complex/Executable/CMakeLists.txt,
15058           ComplexOneConfig/Executable/CMakeLists.txt,
15059           ComplexRelativePaths/Executable/CMakeLists.txt: COMP: Add cmexpat
15060           to complex
15062 2005-01-18 17:09  king
15064         * Source/: CMakeLists.txt, cmDepends.cxx, cmDepends.h,
15065           cmDependsC.cxx, cmDependsC.h, cmLocalUnixMakefileGenerator2.cxx,
15066           cmLocalUnixMakefileGenerator2.h, cmake.cxx: ENH: Split dependency
15067           scanning and checking into separate cmDepends superclass with
15068           language-specific subclasses such as cmDependsC.
15070 2005-01-18 16:47  andy
15072         * Source/CMakeLists.txt: COMP: Ok, actually link to the library....
15074 2005-01-18 15:54  andy
15076         * Source/cmXMLParser.cxx, Utilities/cmexpat/xmlparse.c: COMP: Try
15077           to resolve compile errors because of missing includes and wrong
15078           include path
15080 2005-01-18 14:02  andy
15082         * Source/cmXMLParser.cxx: COMP: Use cmOStringStream not
15083           ostringstream
15085 2005-01-18 13:41  andy
15087         * Source/: CMakeLists.txt, cmXMLParser.cxx, cmXMLParser.h: ENH: Add
15088           XML parser
15090 2005-01-18 11:15  king
15092         * Source/cmLocalUnixMakefileGenerator2.cxx: STYLE: Added TODO
15093           comment for another missing feature (external object files).
15095 2005-01-18 09:06  andy
15097         * Utilities/Doxygen/doc_makeall.sh.in: ENH: Cleanup
15099 2005-01-18 08:58  andy
15101         * CMakeLists.txt, cmake_uninstall.cmake.in: ENH: Add uninstall.
15102           This is not really a feature but more of an example on how to do
15103           it.
15105 2005-01-18 04:17  andy
15107         * Source/cmVersion.cxx: STYLE: Nightly Version update
15109 2005-01-17 16:29  hoffman
15111         * Source/cmCTest.cxx: BUG: when ctest is looking for cmake look in
15112           the build directory as well as where ctest is so that purify will
15113           work
15115 2005-01-17 15:20  hoffman
15117         * Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
15118           Platform/Windows-cl.cmake: BUG: fix running of cl in trycompiles
15120 2005-01-17 15:09  king
15122         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15123           cmLocalUnixMakefileGenerator2.h: ENH: Adding partial
15124           implementation of provides-requires mode.
15126 2005-01-17 15:09  king
15128         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Fix for relative
15129           path conversion when path is a subset of relative path root.
15131 2005-01-17 14:29  hoffman
15133         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
15134           BUG: make sure handles are always closed even if Wait is not
15135           called.
15137 2005-01-17 04:41  andy
15139         * Source/cmVersion.cxx: STYLE: Nightly Version update
15141 2005-01-15 04:40  andy
15143         * Source/cmVersion.cxx: STYLE: Nightly Version update
15145 2005-01-13 12:38  hoffman
15147         * ChangeLog.manual, Source/MFCDialog/PropertyList.cpp: BUG: fix
15148           from main tree
15150 2005-01-13 12:26  hoffman
15152         * Source/MFCDialog/PropertyList.cpp: BUG: fix for Bug #1466 delete
15153           cache leaves file button and can crash
15155 2005-01-13 03:58  andy
15157         * Source/cmVersion.cxx: STYLE: Nightly Version update
15159 2005-01-12 13:58  martink
15161         * Source/CTest/cmCTestBuildHandler.cxx: ENH: now limits warnings
15162           and error report to 50 each
15164 2005-01-12 13:51  martink
15166         * Source/CTest/cmCTestBuildHandler.cxx: ENH: now limits warnings
15167           and error report to 50 each
15169 2005-01-12 10:11  millerjv
15171         * Source/kwsys/Base64.c: BUG: encoding 2 bytes into 4 bytes was
15172           accessing a 3rd byte from the source
15174 2005-01-12 04:43  andy
15176         * Source/cmVersion.cxx: STYLE: Nightly Version update
15178 2005-01-11 05:03  andy
15180         * Source/cmVersion.cxx: STYLE: Nightly Version update
15182 2005-01-10 05:06  andy
15184         * Source/cmVersion.cxx: STYLE: Nightly Version update
15186 2005-01-08 05:08  andy
15188         * Source/cmVersion.cxx: STYLE: Nightly Version update
15190 2005-01-07 11:56  andy
15192         * Source/cmVersion.cxx: STYLE: Nightly Version update
15194 2005-01-05 05:13  andy
15196         * Source/cmVersion.cxx: STYLE: Nightly Version update
15198 2005-01-04 18:24  king
15200         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15201           cmLocalUnixMakefileGenerator2.h: ENH: Added install target
15202           implementation.  Also added missing include of assert.h.
15204 2005-01-04 17:41  king
15206         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15207           cmLocalUnixMakefileGenerator2.h: ENH: Added relative path support
15208           (mostly done).  Many paths are written relative even if
15209           CMAKE_USE_RELATIVE_PATHS is not on just to keep makefiles short.
15211 2005-01-04 16:26  king
15213         * Source/cmLocalUnixMakefileGenerator.h: ENH: Made
15214           ConfigureOutputPaths virtual to help new generator.
15216 2005-01-04 15:38  hoffman
15218         * ChangeLog.manual, Modules/Platform/Windows-icl.cmake: add intel
15219           compiler config file
15221 2005-01-04 12:12  hoffman
15223         * ChangeLog.manual, Source/cmSetCommand.cxx: fix for bug 1445
15225 2005-01-04 10:55  andy
15227         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add a
15228           delay method
15230 2005-01-04 09:56  king
15232         * Source/cmLocalKdevelopGenerator.cxx: BUG: Applied patch attached
15233           to bug #1453.
15235 2005-01-04 08:42  martink
15237         * Source/cmSetCommand.cxx: ENH: fixed SET command to accept cache
15238           values with more than one value
15240 2005-01-04 04:17  andy
15242         * Source/cmVersion.cxx: STYLE: Nightly Version update
15244 2005-01-02 05:04  andy
15246         * Source/cmVersion.cxx: STYLE: Nightly Version update
15248 2005-01-01 21:02  andy
15250         * Source/cmVersion.cxx: STYLE: Nightly Version update
15252 2004-12-31 05:03  andy
15254         * Source/cmVersion.cxx: STYLE: Nightly Version update
15256 2004-12-30 05:03  andy
15258         * Source/cmVersion.cxx: STYLE: Nightly Version update
15260 2004-12-29 05:27  andy
15262         * Source/cmVersion.cxx: STYLE: Nightly Version update
15264 2004-12-28 05:23  andy
15266         * Source/cmVersion.cxx: STYLE: Nightly Version update
15268 2004-12-27 05:22  andy
15270         * Source/cmVersion.cxx: STYLE: Nightly Version update
15272 2004-12-26 05:25  andy
15274         * Source/cmVersion.cxx: STYLE: Nightly Version update
15276 2004-12-25 05:21  andy
15278         * Source/cmVersion.cxx: STYLE: Nightly Version update
15280 2004-12-24 05:16  andy
15282         * Source/cmVersion.cxx: STYLE: Nightly Version update
15284 2004-12-23 05:27  andy
15286         * Source/cmVersion.cxx: STYLE: Nightly Version update
15288 2004-12-22 05:16  andy
15290         * Source/cmVersion.cxx: STYLE: Nightly Version update
15292 2004-12-21 05:14  andy
15294         * Source/cmVersion.cxx: STYLE: Nightly Version update
15296 2004-12-20 05:09  andy
15298         * Source/cmVersion.cxx: STYLE: Nightly Version update
15300 2004-12-19 05:15  andy
15302         * Source/cmVersion.cxx: STYLE: Nightly Version update
15304 2004-12-18 05:11  andy
15306         * Source/cmVersion.cxx: STYLE: Nightly Version update
15308 2004-12-17 05:06  andy
15310         * Source/cmVersion.cxx: STYLE: Nightly Version update
15312 2004-12-16 22:19  hoffman
15314         * Modules/CMakeDetermineSystem.cmake: fix wrong number of arguments
15316 2004-12-16 22:18  hoffman
15318         * Modules/CMakeDetermineSystem.cmake: fix number of arguments
15320 2004-12-16 17:26  hoffman
15322         * ChangeLog.manual, Modules/CMakeDetermineSystem.cmake,
15323           Modules/Platform/OpenBSD.cmake: ENH: fix for OpenBSD
15325 2004-12-16 05:52  andy
15327         * Source/cmVersion.cxx: STYLE: Nightly Version update
15329 2004-12-15 05:46  andy
15331         * Source/cmVersion.cxx: STYLE: Nightly Version update
15333 2004-12-14 05:08  andy
15335         * Source/cmVersion.cxx: STYLE: Nightly Version update
15337 2004-12-13 05:03  andy
15339         * Source/cmVersion.cxx: STYLE: Nightly Version update
15341 2004-12-12 05:08  andy
15343         * Source/cmVersion.cxx: STYLE: Nightly Version update
15345 2004-12-11 05:10  andy
15347         * Source/cmVersion.cxx: STYLE: Nightly Version update
15349 2004-12-10 05:13  andy
15351         * Source/cmVersion.cxx: STYLE: Nightly Version update
15353 2004-12-09 16:14  king
15355         * Source/cmSystemTools.cxx: BUG: Fix to avoid relative path with
15356           ..s all the way to the root.
15358 2004-12-09 15:56  king
15360         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Support for custom
15361           command outputs in subdirectories of current build tree location.
15363 2004-12-09 15:23  king
15365         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: AppendAnyDepend
15366           must handle non-existing files.
15368 2004-12-09 15:11  king
15370         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15371           cmLocalUnixMakefileGenerator2.h: ENH: Added post-build rules to
15372           executables and libraries.  Generalized AppendLibDepend method to
15373           AppendAnyDepend.  This takes most of the functionality of
15374           AppendCustomDepend too, and generalized jump-and-build to
15375           executables.
15377 2004-12-09 13:52  king
15379         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15380           cmLocalUnixMakefileGenerator2.h: ENH: Implemented utility
15381           targets.  This involved pulling part of the custom command rule
15382           implementation out into shared methods.
15384 2004-12-09 05:12  andy
15386         * Source/cmVersion.cxx: STYLE: Nightly Version update
15388 2004-12-08 05:05  andy
15390         * Source/cmVersion.cxx: STYLE: Nightly Version update
15392 2004-12-07 05:19  andy
15394         * Source/cmVersion.cxx: STYLE: Nightly Version update
15396 2004-12-06 12:39  hoffman
15398         * Modules/Platform/: Tru64.cmake, True64.cmake: FIX: fix for bug
15399           1325, Tru64 not True64
15401 2004-12-06 12:38  hoffman
15403         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
15404           cmLocalUnixMakefileGenerator.cxx: BUG: fix for bug 1396, object
15405           files could not be used as sources any more
15407 2004-12-06 11:10  hoffman
15409         * ChangeLog.manual, Source/cmCTest.cxx,
15410           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
15411           Source/CTest/cmCTestSubmit.cxx, Source/CTest/cmCTestSubmit.h,
15412           Utilities/Release/cmake_release.sh: merge from main tree
15414 2004-12-06 05:00  andy
15416         * Source/cmVersion.cxx: STYLE: Nightly Version update
15418 2004-12-05 04:22  andy
15420         * Source/cmVersion.cxx: STYLE: Nightly Version update
15422 2004-12-04 04:36  andy
15424         * Source/cmVersion.cxx: STYLE: Nightly Version update
15426 2004-12-03 09:25  martink
15428         * Source/CMakeLists.txt: ENH: minor fix for windows
15430 2004-12-03 09:05  martink
15432         * Source/cmMakefile.cxx: ENH: fix for relative paths
15434 2004-12-03 06:27  andy
15436         * Source/cmVersion.cxx: STYLE: Nightly Version update
15438 2004-12-02 13:14  hoffman
15440         * Source/cmMakefile.cxx: BUG: fix for 1369 before include
15441           directories need to be always added
15443 2004-12-02 12:33  hoffman
15445         * Source/kwsys/SystemTools.cxx: BUG: fix for bug 1385, /tmp should
15446           not be used on windows
15448 2004-12-02 06:13  andy
15450         * Source/cmVersion.cxx: STYLE: Nightly Version update
15452 2004-12-01 07:28  king
15454         * Source/kwsys/kwsys_ios_sstream.h.in: COMP: Need to choose between
15455           <new> and <new.h> based on whether standard headers are
15456           available.
15458 2004-12-01 07:24  king
15460         * Source/kwsys/: kwsys_ios_fstream.h.in, kwsys_ios_iostream.h.in:
15461           COMP: Disabling old streams warnings when including old headers
15462           on MSVC.
15464 2004-12-01 06:25  andy
15466         * Source/cmVersion.cxx: STYLE: Nightly Version update
15468 2004-11-30 18:20  king
15470         * Source/kwsys/kwsys_ios_sstream.h.in: BUG: Need to include header
15471           <new> to use placement new syntax.  Really this should be fixed
15472           by replacing the stream buffer to set a new string instead of
15473           reconstructing the object, but this will require quite a bit of
15474           work to do portably.
15476 2004-11-30 06:29  andy
15478         * Source/cmVersion.cxx: STYLE: Nightly Version update
15480 2004-11-29 06:21  andy
15482         * Source/cmVersion.cxx: STYLE: Nightly Version update
15484 2004-11-28 06:16  andy
15486         * Source/cmVersion.cxx: STYLE: Nightly Version update
15488 2004-11-27 06:28  andy
15490         * Source/cmVersion.cxx: STYLE: Nightly Version update
15492 2004-11-26 06:16  andy
15494         * Source/cmVersion.cxx: STYLE: Nightly Version update
15496 2004-11-25 06:19  andy
15498         * Source/cmVersion.cxx: STYLE: Nightly Version update
15500 2004-11-24 09:25  andy
15502         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: ENH: Add
15503           support for proxy authentication (thanks Jean-Michel)
15505 2004-11-24 05:45  andy
15507         * Source/cmVersion.cxx: STYLE: Nightly Version update
15509 2004-11-23 17:34  hoffman
15511         * Modules/Platform/AIX.cmake: ENH: try and fix aix xlC with gcc
15513 2004-11-23 17:28  hoffman
15515         * Modules/Platform/AIX.cmake: ENH: try and fix aix xlC with gcc
15517 2004-11-23 14:07  hoffman
15519         * Modules/Platform/AIX.cmake: ENH: try to fix aix with native cxx
15520           and gcc
15522 2004-11-23 10:48  andy
15524         * Source/CTest/cmCTestUpdateHandler.cxx: ENH: Make more things XML
15525           safe
15527 2004-11-23 05:46  andy
15529         * Source/cmVersion.cxx: STYLE: Nightly Version update
15531 2004-11-22 05:45  andy
15533         * Source/cmVersion.cxx: STYLE: Nightly Version update
15535 2004-11-21 05:44  andy
15537         * Source/cmVersion.cxx: STYLE: Nightly Version update
15539 2004-11-20 05:46  andy
15541         * Source/cmVersion.cxx: STYLE: Nightly Version update
15543 2004-11-19 09:42  king
15545         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Moved custom
15546           command rule files into special CMakeCustomCommands.dir
15547           subdirectory.
15549 2004-11-19 09:32  king
15551         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15552           cmLocalUnixMakefileGenerator2.h: ENH: Unified WriteDependRules,
15553           WriteBuildRules, WriteCleanRules, and the future
15554           WriteInstallRules into a single WritePassRules method.  Also
15555           added WriteTargetDependsRule and WriteTargetCleanRule methods to
15556           unify writing of depend and clean rules for each target.
15558 2004-11-19 05:41  andy
15560         * Source/cmVersion.cxx: STYLE: Nightly Version update
15562 2004-11-18 08:25  andy
15564         * Source/cmVersion.cxx: STYLE: Nightly Version update
15566 2004-11-17 08:33  andy
15568         * Source/cmVersion.cxx: STYLE: Nightly Version update
15570 2004-11-16 08:16  andy
15572         * Source/cmVersion.cxx: STYLE: Nightly Version update
15574 2004-11-15 09:39  martink
15576         * Source/ctest.cxx: COMP: fix warning
15578 2004-11-15 08:22  andy
15580         * Source/cmVersion.cxx: STYLE: Nightly Version update
15582 2004-11-14 08:21  andy
15584         * Source/cmVersion.cxx: STYLE: Nightly Version update
15586 2004-11-13 09:55  martink
15588         * Source/: cmCTest.cxx, ctest.cxx, CTest/cmCTestTestHandler.cxx,
15589           CTest/cmCTestTestHandler.h: ENH: added -U option to take union of
15590           -R and -I
15592 2004-11-13 08:15  andy
15594         * Source/cmVersion.cxx: STYLE: Nightly Version update
15596 2004-11-12 05:36  andy
15598         * Source/cmVersion.cxx: STYLE: Nightly Version update
15600 2004-11-11 17:40  andy
15602         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Another linker error
15603           on sun
15605 2004-11-11 05:34  andy
15607         * Source/cmVersion.cxx: STYLE: Nightly Version update
15609 2004-11-10 15:39  hoffman
15611         * Source/cmLocalUnixMakefileGenerator.cxx: FIX: make sure the
15612           object file name is correctly mangled for depend information
15614 2004-11-10 13:15  martink
15616         * CMakeLists.txt, CTestCustom.ctest.in: ENH: added custom supp for
15617           cmake
15619 2004-11-10 10:24  andy
15621         * Source/cmVersion.cxx: STYLE: Nightly Version update
15623 2004-11-09 09:57  andy
15625         * Source/cmVersion.cxx: STYLE: Nightly Version update
15627 2004-11-08 05:46  andy
15629         * Source/cmVersion.cxx: STYLE: Nightly Version update
15631 2004-11-07 05:45  andy
15633         * Source/cmVersion.cxx: STYLE: Nightly Version update
15635 2004-11-06 05:40  andy
15637         * Source/cmVersion.cxx: STYLE: Nightly Version update
15639 2004-11-05 15:09  king
15641         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15642           cmLocalUnixMakefileGenerator2.h: ENH: Added partial clean target
15643           support.
15645 2004-11-05 15:03  king
15647         * Source/: cmLocalUnixMakefileGenerator.cxx,
15648           cmLocalUnixMakefileGenerator.h: ENH: Moved code that checks
15649           output path variables to separate ConfigureOutputPaths method.
15650           Needed to provide access to the same code from a subclass.
15652 2004-11-05 07:39  king
15654         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15655           cmLocalUnixMakefileGenerator2.h: ENH: Implemented VERBOSE output
15656           setting.
15658 2004-11-05 05:38  andy
15660         * Source/cmVersion.cxx: STYLE: Nightly Version update
15662 2004-11-04 05:38  andy
15664         * Source/cmVersion.cxx: STYLE: Nightly Version update
15666 2004-11-03 15:43  martink
15668         * Source/kwsys/SystemTools.cxx: ENH: merges from the main tree
15670 2004-11-03 11:02  king
15672         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15673           cmLocalUnixMakefileGenerator2.h: ENH: Generalized driver targets
15674           and subdirectory traversal rules.  The implementations of all,
15675           depend, build, clean, install, etc. now follow a common
15676           framework.
15678 2004-11-03 08:59  king
15680         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15681           cmLocalUnixMakefileGenerator2.h: ENH: Removed unneeded requires
15682           rules now that canonical names are available.
15684 2004-11-03 08:46  king
15686         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15687           cmLocalUnixMakefileGenerator2.h: ENH: Added convenience rules to
15688           build targets without specifying full paths.
15690 2004-11-03 07:51  king
15692         * Source/: cmExportLibraryDependencies.cxx,
15693           cmGeneratedFileStream.cxx, cmGeneratedFileStream.h,
15694           cmGlobalVisualStudio7Generator.cxx, cmLocalGenerator.cxx,
15695           cmLocalKdevelopGenerator.cxx, cmLocalUnixMakefileGenerator.cxx,
15696           cmLocalUnixMakefileGenerator2.cxx,
15697           cmVTKMakeInstantiatorCommand.cxx: STYLE: Adjusted signature of
15698           cmGeneratedFileStream to make copy-if-different more explicity.
15700 2004-11-03 07:27  king
15702         * Source/: cmGlobalVisualStudio7Generator.cxx,
15703           cmGeneratedFileStream.cxx, cmGeneratedFileStream.h: COMP: Fix new
15704           cmGeneratedFileStream for MSVC.
15706 2004-11-03 07:23  king
15708         * bootstrap, Source/CMakeLists.txt,
15709           Source/cmExportLibraryDependencies.cxx,
15710           Source/cmGeneratedFileStream.cxx, Source/cmGeneratedFileStream.h,
15711           Source/cmLocalGenerator.cxx, Source/cmLocalKdevelopGenerator.cxx,
15712           Source/cmLocalUnixMakefileGenerator.cxx,
15713           Source/cmLocalUnixMakefileGenerator2.cxx,
15714           Source/cmVTKMakeInstantiatorCommand.cxx: ENH: Re-implemented
15715           cmGeneratedFileStream to look like a real stream and replace the
15716           destination file atomically.  This will avoid problems with the
15717           process being terminated while generating a file.
15719 2004-11-03 05:34  andy
15721         * Source/cmVersion.cxx: STYLE: Nightly Version update
15723 2004-11-02 18:09  king
15725         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Added partial RC
15726           language dependency scanning (just using C dependencies for now).
15728 2004-11-02 17:38  king
15730         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15731           cmLocalUnixMakefileGenerator2.h: ENH: Added dependencies between
15732           libraries.
15734 2004-11-02 17:19  king
15736         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Removed debugging
15737           output.
15739 2004-11-02 17:14  king
15741         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15742           cmLocalUnixMakefileGenerator2.h: ENH: Implemented generation of
15743           custom command rule files.
15745 2004-11-02 17:11  andy
15747         * Source/kwsys/SystemTools.cxx: COMP: Remove compile warning
15749 2004-11-02 08:32  king
15751         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15752           cmLocalUnixMakefileGenerator2.h: BUG: Fixed subdirectory
15753           implementation for Borland Make.
15755 2004-11-02 07:36  king
15757         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15758           cmLocalUnixMakefileGenerator2.h: ENH: Implemented subdirectory
15759           rules for all target.
15761 2004-11-02 04:49  andy
15763         * Source/cmVersion.cxx: STYLE: Nightly Version update
15765 2004-11-01 16:57  hoffman
15767         * Source/kwsys/SystemTools.cxx, Tests/Dependency/CMakeLists.txt,
15768           Tests/Dependency/1/CMakeLists.txt, Tests/Dependency/1/OneSrc.c:
15769           BUG: add a test for a single char dir, and fix bug introduced in
15770           1.53, but we still can not handle a space as the start of a
15771           directory name
15773 2004-11-01 04:34  andy
15775         * Source/cmVersion.cxx: STYLE: Nightly Version update
15777 2004-10-31 03:40  andy
15779         * Source/cmVersion.cxx: STYLE: Nightly Version update
15781 2004-10-30 04:32  andy
15783         * Source/cmVersion.cxx: STYLE: Nightly Version update
15785 2004-10-29 18:15  king
15787         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15788           cmLocalUnixMakefileGenerator2.h: ENH: Added framework for
15789           subdirectory traversal.
15791 2004-10-29 17:18  king
15793         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Dependency
15794           makefile lines must be at least three characters long to hold a
15795           dependency.
15797 2004-10-29 16:50  king
15799         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15800           cmLocalUnixMakefileGenerator2.h, cmake.cxx, cmake.h: ENH: Added
15801           build system integrity check to cmLocalUnixMakefileGenerator2.
15802           This now uses a special --check-build-system flag to cmake which
15803           replaces --check-rerun.  Integrity of dependencies is also
15804           checked during generation.
15806 2004-10-29 15:32  hoffman
15808         * Source/cmLocalGenerator.cxx: FIX: fix shared flag
15810 2004-10-29 15:31  hoffman
15812         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove debug print
15814 2004-10-29 14:57  king
15816         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Fixes for Borland
15817           Make.
15819 2004-10-29 13:55  king
15821         * Source/cmLocalUnixMakefileGenerator2.cxx: BUG: Fixes for NMake.
15823 2004-10-29 13:04  king
15825         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15826           cmLocalUnixMakefileGenerator2.h: ENH: Changed AppendRecursiveMake
15827           to GetRecursiveMakeCall and implemented jump-and-build on Windows
15828           and UNIX.
15830 2004-10-29 11:42  hoffman
15832         * CMakeLists.txt, ChangeLog.manual,
15833           Modules/TestCXXAcceptsFlag.cmake, Source/cmCTest.cxx,
15834           Source/cmCacheManager.cxx,
15835           Source/cmLocalUnixMakefileGenerator.cxx,
15836           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
15837           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
15838           Tests/Complex/Executable/A.cxx,
15839           Tests/Complex/Executable/CMakeLists.txt,
15840           Tests/Complex/Executable/complex.cxx,
15841           Tests/ComplexOneConfig/Executable/A.cxx,
15842           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
15843           Tests/ComplexOneConfig/Executable/complex.cxx,
15844           Tests/ComplexRelativePaths/Executable/A.cxx,
15845           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
15846           Tests/ComplexRelativePaths/Executable/complex.cxx,
15847           Tests/LoadCommand/LoadedCommand.cxx,
15848           Tests/LoadCommandOneConfig/LoadedCommand.cxx,
15849           Utilities/Release/cmake_release.sh: move 2.0.5 to LatestRelease
15851 2004-10-29 10:52  king
15853         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15854           cmLocalUnixMakefileGenerator2.h: ENH: Cleaned up format of
15855           generated makefiles.  Consolidated rule generation into single
15856           WriteMakeRule method.  Added special targets like rebuild_cache
15857           and edit_cache.
15859 2004-10-29 04:36  andy
15861         * Source/cmVersion.cxx: STYLE: Nightly Version update
15863 2004-10-28 15:40  hoffman
15865         * Source/cmIncludeDirectoryCommand.cxx: ENH: add a check for empty
15866           include directories
15868 2004-10-28 15:31  hoffman
15870         * CMakeLists.txt, Utilities/Release/cmake_release.sh: Create
15871           CMake2.0.5 version
15873 2004-10-28 07:46  king
15875         * Source/cmLocalUnixMakefileGenerator2.cxx: COMP: Fix local shadow
15876           warnings.
15878 2004-10-28 07:43  king
15880         * Source/cmLocalUnixMakefileGenerator2.cxx: COMP: Fix for Mac
15881           specific code.
15883 2004-10-28 04:36  andy
15885         * Source/cmVersion.cxx: STYLE: Nightly Version update
15887 2004-10-27 16:00  hoffman
15889         * Source/cmMakefile.cxx: ENH: look in the windows LIB env variable
15890           for libraries
15892 2004-10-27 16:00  hoffman
15894         * Source/cmGlobalKdevelopGenerator.cxx: DOC: documentation change
15896 2004-10-27 15:58  hoffman
15898         * ChangeLog.manual, Modules/TestCXXAcceptsFlag.cmake,
15899           Source/cmCacheManager.cxx,
15900           Source/cmLocalUnixMakefileGenerator.cxx: ENH: merge from main
15901           tree bug fixes
15903 2004-10-27 12:05  king
15905         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15906           cmLocalUnixMakefileGenerator2.h: ENH: Do not try to handle
15907           unimplemented target types yet.  Fixes for projects with
15908           subdirectories.
15910 2004-10-27 11:26  andy
15912         * Source/cmakemain.cxx: BUG: If bootstrap cmake is run with no
15913           argument produce error
15915 2004-10-27 10:53  hoffman
15917         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx,
15918           cmLocalVisualStudio6Generator.cxx,
15919           cmLocalVisualStudio7Generator.cxx: ENH: put error checking for
15920           missing linker languages
15922 2004-10-27 10:47  andy
15924         * bootstrap, Source/cmFileCommand.cxx,
15925           Source/cmFindPackageCommand.cxx, Source/cmMakefile.cxx,
15926           Source/cmMakefile.h, Source/cmake.cxx, Source/cmake.h,
15927           Source/cmakemain.cxx: PERF: Remove several classes from the
15928           bootstrap and so making bootstrap smaller and faster
15930 2004-10-27 10:45  andy
15932         * Source/CursesDialog/ccmake.cxx: STYLE: Remove unused code
15934 2004-10-27 10:45  king
15936         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15937           cmLocalUnixMakefileGenerator2.h: ENH: Added executable
15938           dependencies on libraries including jump-and-build support.
15940 2004-10-27 10:45  andy
15942         * Modules/TestCXXAcceptsFlag.cmake: BUG: Check for the variable
15943           first time
15945 2004-10-27 08:49  king
15947         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Add a space before
15948           the : only if the target name is one letter long.  This works
15949           around bugs in some shells' tab completion of target names.
15951 2004-10-27 08:47  king
15953         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15954           cmLocalUnixMakefileGenerator2.h: ENH: Added generation of rules
15955           for shared libraries and modules.
15957 2004-10-27 08:20  king
15959         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15960           cmLocalUnixMakefileGenerator2.h: ENH: Added rules to build
15961           executables.  Also began to consolidate flag list construction
15962           into separate methods.
15964 2004-10-27 04:37  andy
15966         * Source/cmVersion.cxx: STYLE: Nightly Version update
15968 2004-10-26 20:13  andy
15970         * Source/cmCacheManager.cxx: BUG: Handle DOS files un unix file
15971           systems
15973 2004-10-26 17:23  andy
15975         * Modules/TestCXXAcceptsFlag.cmake: BUG: Only test for cxx flags
15976           the first time around
15978 2004-10-26 16:07  king
15980         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Do not generate
15981           touch rule for target level dependencies.  There are no
15982           build-time dependencies by default.
15984 2004-10-26 15:03  hoffman
15986         * Source/: cmSystemTools.cxx, cmSystemTools.h,
15987           kwsys/SystemTools.cxx, kwsys/SystemTools.hxx.in: ENH: move stuff
15988           from main tree to branch
15990 2004-10-26 14:49  king
15992         * Source/: cmLocalUnixMakefileGenerator2.cxx,
15993           cmLocalUnixMakefileGenerator2.h: ENH: Added generation of rule to
15994           build object file.
15996 2004-10-26 14:33  hoffman
15998         * Source/kwsys/SystemTools.cxx: ENH: handle read only directories
15999           with configure file destination
16001 2004-10-26 14:12  hoffman
16003         * ChangeLog.manual, Source/cmCTest.cxx: ENH: merge from main tree
16005 2004-10-26 13:00  king
16007         * Source/cmLocalUnixMakefileGenerator2.cxx: ERR: Missing std:: on
16008           endl.
16010 2004-10-26 12:55  king
16012         * Source/cmake.cxx: ENH: Added object file dependency scanning to
16013           cmLocalUnixMakefileGenerator2.  This needs a hook in cmake.cxx.
16015 2004-10-26 12:54  king
16017         * bootstrap, Source/CMakeLists.txt: ENH: Added
16018           cmLocalUnixMakefileGenerator2 to build.
16020 2004-10-26 12:53  king
16022         * Source/: cmLocalUnixMakefileGenerator2.cxx,
16023           cmLocalUnixMakefileGenerator2.h: ENH: Added object file
16024           dependency scanning.
16026 2004-10-26 10:25  andy
16028         * Source/CTest/Curl/getdate.c: COMP: Remove warning on icl
16030 2004-10-26 10:24  andy
16032         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Handle more REMARKS on
16033           SGI
16035 2004-10-26 10:15  king
16037         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h: ENH: Split
16038           part of GetIncludeFlags method into separate
16039           GetIncludeDirectories method.
16041 2004-10-26 08:45  andy
16043         * Source/kwsys/SystemTools.hxx.in: COMP: Attempt to fix warnings on
16044           SGI
16046 2004-10-26 04:40  andy
16048         * Source/cmVersion.cxx: STYLE: Nightly Version update
16050 2004-10-25 16:39  hoffman
16052         * Source/: cmLocalKdevelopGenerator.cxx,
16053           cmLocalKdevelopGenerator.h: ENH: add some more comments
16055 2004-10-25 15:08  hoffman
16057         * Tests/: LoadCommand/CMakeLists.txt,
16058           LoadCommand/LoadedCommand.cxx, LoadCommand/LoadedCommand.h.in,
16059           LoadCommandOneConfig/CMakeLists.txt,
16060           LoadCommandOneConfig/LoadedCommand.cxx,
16061           LoadCommandOneConfig/LoadedCommand.h.in: ENH: clean up loaded
16062           command test so you can tell what really failed
16064 2004-10-25 13:40  hoffman
16066         * Source/cmSystemTools.cxx: COMP: remove an unused variable warning
16068 2004-10-25 13:24  hoffman
16070         * ChangeLog.manual, Source/cmSystemTools.cxx,
16071           Source/cmSystemTools.h, Tests/Complex/Executable/complex.cxx,
16072           Tests/ComplexOneConfig/Executable/complex.cxx,
16073           Tests/ComplexRelativePaths/Executable/complex.cxx,
16074           Tests/LoadCommand/LoadedCommand.cxx,
16075           Tests/LoadCommandOneConfig/LoadedCommand.cxx: ENH: move stuff
16076           from main tree to fix the runsingle program mess
16078 2004-10-25 13:16  hoffman
16080         * Source/cmSystemTools.cxx, Source/cmSystemTools.h,
16081           Tests/Complex/Executable/complex.cxx,
16082           Tests/ComplexOneConfig/Executable/complex.cxx,
16083           Tests/ComplexRelativePaths/Executable/complex.cxx: FIX: go back
16084           to not trying to handle spaces in the path for run single command
16085           and comment it so that people know to call the right thing
16087 2004-10-25 12:26  hoffman
16089         * Source/cmLocalKdevelopGenerator.cxx: COMP: remove warnings
16091 2004-10-25 12:15  hoffman
16093         * Tests/: Complex/Executable/complex.cxx,
16094           ComplexOneConfig/Executable/complex.cxx,
16095           ComplexRelativePaths/Executable/complex.cxx: ENH: add test back
16096           for single char exe
16098 2004-10-25 11:59  hoffman
16100         * Source/cmSystemTools.cxx, Tests/LoadCommand/LoadedCommand.cxx,
16101           Tests/LoadCommandOneConfig/LoadedCommand.cxx: FIX: fix
16102           RunSingleCommand to work with spaces in the path, and with an
16103           already quoted command
16105 2004-10-25 10:04  andy
16107         * Source/CMakeLists.txt: ENH: Allow disabling of long running tests
16109 2004-10-25 04:34  andy
16111         * Source/cmVersion.cxx: STYLE: Nightly Version update
16113 2004-10-24 11:38  andy
16115         * Source/cmVersion.cxx: STYLE: Nightly Version update
16117 2004-10-22 21:52  hoffman
16119         * Tests/: Complex/Executable/complex.cxx,
16120           ComplexOneConfig/Executable/complex.cxx,
16121           ComplexRelativePaths/Executable/complex.cxx: remove run program
16122           test until run single command is fixed
16124 2004-10-22 21:03  hoffman
16126         * Source/cmSystemTools.cxx: undo last check in as it breaks borland
16127           with spaces some how
16129 2004-10-22 17:51  hoffman
16131         * ChangeLog.manual, Source/cmCTest.cxx,
16132           Source/cmLocalUnixMakefileGenerator.cxx,
16133           Source/cmSystemTools.cxx, Source/kwsys/SystemTools.cxx,
16134           Tests/Complex/Executable/A.cxx,
16135           Tests/Complex/Executable/CMakeLists.txt,
16136           Tests/Complex/Executable/complex.cxx,
16137           Tests/ComplexOneConfig/Executable/A.cxx,
16138           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
16139           Tests/ComplexOneConfig/Executable/complex.cxx,
16140           Tests/ComplexRelativePaths/Executable/A.cxx,
16141           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
16142           Tests/ComplexRelativePaths/Executable/complex.cxx: fixes from
16143           main tree
16145 2004-10-22 17:05  hoffman
16147         * Tests/: Complex/Executable/A.cxx,
16148           ComplexOneConfig/Executable/A.cxx,
16149           ComplexRelativePaths/Executable/A.cxx: ENH: add missing file
16151 2004-10-22 17:00  hoffman
16153         * Source/cmLocalUnixMakefileGenerator.cxx,
16154           Source/cmSystemTools.cxx,
16155           Tests/Complex/Executable/CMakeLists.txt,
16156           Tests/Complex/Executable/complex.cxx,
16157           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
16158           Tests/ComplexOneConfig/Executable/complex.cxx,
16159           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
16160           Tests/ComplexRelativePaths/Executable/complex.cxx: FIX: fix the
16161           problem where a target is a single character and nmake gets
16162           confused and add a test for it
16164 2004-10-22 16:58  hoffman
16166         * Source/cmTarget.cxx: COMP: remove warnings
16168 2004-10-22 15:45  andy
16170         * Source/CMakeLists.txt: COMP: Remove unnecessary commit
16172 2004-10-22 15:44  andy
16174         * bootstrap, Source/CMakeLists.txt, Source/cmCTest.cxx,
16175           Source/cmDocumentation.cxx, Source/cmDumpDocumentation.cxx,
16176           Source/cmVersion.cxx, Source/cmVersion.h, Source/cmake.cxx,
16177           Source/CTest/cmCTestUpdateHandler.cxx: ENH: Add development
16178           version support in CMake
16180 2004-10-22 11:04  andy
16182         * Source/CTest/Curl/strequal.c: COMP: This should fix the borland
16183           random build problem
16185 2004-10-22 10:19  hoffman
16187         * Source/cmLocalKdevelopGenerator.cxx: COMP: remove warning
16189 2004-10-21 17:29  hoffman
16191         * ChangeLog.manual: add .0.5
16193 2004-10-21 17:11  hoffman
16195         * ChangeLog.manual: add .0.5
16197 2004-10-21 16:07  andy
16199         * Source/CTest/cmCTestTestHandler.cxx: BUG: Fix reporting of path
16200           and full command when test program was not found
16202 2004-10-21 15:21  hoffman
16204         * Source/: cmLocalGenerator.cxx, cmTarget.cxx: COMP: fix warnings
16206 2004-10-21 14:55  hoffman
16208         * Source/cmLocalGenerator.cxx: COMP: fix warning
16210 2004-10-21 14:34  hoffman
16212         * Modules/CMakeDetermineFortranCompiler.cmake,
16213           Modules/Platform/Windows-g77.cmake, Source/cmLocalGenerator.cxx,
16214           Source/cmLocalGenerator.h,
16215           Source/cmLocalUnixMakefileGenerator.cxx,
16216           Source/cmLocalUnixMakefileGenerator.h,
16217           Source/cmLocalVisualStudio6Generator.cxx,
16218           Source/cmLocalVisualStudio7Generator.cxx, Source/cmTarget.cxx,
16219           Source/cmTarget.h: ENH: add the ability to generate custom
16220           commands for a language that is not supported by an IDE
16222 2004-10-21 13:34  andy
16224         * Source/CTest/cmCTestBuildHandler.cxx: BUG: Handle remarks on SGI
16225           properly
16227 2004-10-21 11:58  hoffman
16229         * Source/: cmLocalKdevelopGenerator.cxx,
16230           cmLocalKdevelopGenerator.h: ENH: better support for kdevelop3
16232 2004-10-20 12:37  andy
16234         * Source/kwsys/CommandLineArguments.cxx: COMP: Remove warning
16236 2004-10-20 08:19  hoffman
16238         * Source/cmCTest.cxx: fix warning on LRB
16240 2004-10-20 08:14  hoffman
16242         * Source/cmCTest.cxx: COMP: remove warning
16244 2004-10-19 15:09  hoffman
16246         * CMakeLists.txt, ChangeLog.manual, Modules/CMakeTestForFreeVC.cxx,
16247           Modules/Platform/Windows-cl.cmake, Source/CMakeLists.txt,
16248           Source/cmAddExecutableCommand.cxx, Source/cmCTest.cxx,
16249           Source/cmCTest.h, Source/cmFileCommand.cxx,
16250           Source/cmForEachCommand.cxx, Source/cmGlob.cxx, Source/cmGlob.h,
16251           Source/cmGlobalCodeWarriorGenerator.cxx,
16252           Source/cmGlobalCodeWarriorGenerator.h,
16253           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
16254           Source/cmGlobalVisualStudio6Generator.cxx,
16255           Source/cmGlobalVisualStudio6Generator.h,
16256           Source/cmGlobalVisualStudio71Generator.cxx,
16257           Source/cmGlobalVisualStudio71Generator.h,
16258           Source/cmGlobalVisualStudio7Generator.cxx,
16259           Source/cmGlobalVisualStudio7Generator.h,
16260           Source/cmIncludeExternalMSProjectCommand.cxx,
16261           Source/cmListFileLexer.c, Source/cmListFileLexer.h,
16262           Source/cmListFileLexer.in.l,
16263           Source/cmLocalUnixMakefileGenerator.cxx,
16264           Source/cmLocalVisualStudio6Generator.cxx,
16265           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
16266           Source/cmSystemTools.h, Source/cmTryRunCommand.cxx,
16267           Source/cmWin32ProcessExecution.cxx,
16268           Source/cmWin32ProcessExecution.h, Source/cmakemain.cxx,
16269           Source/MFCDialog/CMakeSetupDialog.cpp,
16270           Source/MFCDialog/PathDialog.cpp, Source/kwsys/SystemTools.cxx,
16271           Tests/StringFileTest/CMakeLists.txt,
16272           Utilities/Release/cmake_release.sh,
16273           Utilities/Release/config_IRIX64: ENH: move 2.0.4 to LRB
16275 2004-10-19 14:57  hoffman
16277         * ChangeLog.manual: update change log
16279 2004-10-19 14:56  hoffman
16281         * Source/cmCTest.cxx: merge from main tree, add more warning cases
16282           to ctest
16284 2004-10-19 14:51  hoffman
16286         * bootstrap: ENH: perfer gmake for bootstrap
16288 2004-10-19 13:25  andy
16290         * Tests/CTestTest/test.cmake.in: ENH: Display version of ctest
16291           first
16293 2004-10-19 13:25  andy
16295         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Add regular expression
16296           for remarks on IRIX
16298 2004-10-19 13:02  hoffman
16300         * Source/cmSystemTools.cxx: BUG: if the paths share nothing then
16301           just return the remote path with no ..
16303 2004-10-19 12:48  andy
16305         * Source/cmCTest.cxx: BUG: Remove instances of // in the output
16307 2004-10-19 12:38  andy
16309         * Source/cmCTest.cxx: EHN: Even more cleanup
16311 2004-10-19 10:59  andy
16313         * Source/CMakeLists.txt, Tests/CTestTest/test.cmake.in: ERR: Fix
16314           problems on windows
16316 2004-10-18 18:11  will
16318         * bootstrap: COMP: Fix on sun
16320 2004-10-18 17:24  andy
16322         * Source/CMakeLists.txt: ENH: Remove bogus clean step
16324 2004-10-18 15:37  andy
16326         * Source/CMakeLists.txt: BUG: Ok, this should make the test
16327           actually do something
16329 2004-10-18 15:05  andy
16331         * Source/CMakeLists.txt: ENH: Do bootstrap test on all unix systems
16333 2004-10-18 13:19  hoffman
16335         * Source/cmSystemTools.cxx: ENH: better comments and variable names
16337 2004-10-18 12:33  andy
16339         * Source/CMakeLists.txt: ENH: Add bootstrap test
16341 2004-10-18 11:48  hoffman
16343         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: make sure output
16344           path is used for target with canonical name
16346 2004-10-18 11:34  andy
16348         * bootstrap: ENH: Add check for previous bootstrap in the source
16349           tree when doing out-of-source build
16351 2004-10-17 22:47  andy
16353         * Source/CTest/: cmCTestCoverageHandler.cxx,
16354           cmCTestCoverageHandler.h: BUG: Fix output to match the Dart
16355           output
16357 2004-10-17 22:47  andy
16359         * Source/CTest/cmCTestTestHandler.cxx: ENH: Cleanups and unify
16360           output
16362 2004-10-17 22:46  andy
16364         * Source/kwsys/CMakeLists.txt: ENH: Specify full path to the
16365           executable
16367 2004-10-17 22:46  andy
16369         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add method to get the
16370           relative path to source or build
16372 2004-10-17 19:45  andy
16374         * Source/CTest/: cmCTestCoverageHandler.cxx,
16375           cmCTestCoverageHandler.h: ENH: Update to the new coverage code.
16376           It may not be perfect yet, but it is a start
16378 2004-10-17 19:02  andy
16380         * Tests/CTestTest/test.cmake.in: ENH: Propagate more things
16382 2004-10-17 18:50  andy
16384         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
16385           method to find file in parent directories if it exists
16387 2004-10-17 18:50  andy
16389         * Tests/CTestTest/test.cmake.in: ENH: Propagate MEMORYCHECK_COMMAND
16390           and COVERAGE_COMMAND to the CTest test
16392 2004-10-17 18:49  andy
16394         * Source/: cmCTest.cxx, cmCTest.h: ENH: Handle coverage errors
16396 2004-10-15 11:57  andy
16398         * Source/CTest/Curl/CMakeLists.txt: COMP: Security.c should be only
16399           build when Kerberos is on
16401 2004-10-15 09:24  king
16403         * Source/: cmake.cxx, cmake.h: ENH: Added --check-rerun option to
16404           allow a runtime check of whether a new generate should really be
16405           done.
16407 2004-10-15 09:23  king
16409         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
16410           FileTimeCompare method to compare file modification times.
16411           Currently the resolution is limited to one second.
16413 2004-10-15 08:57  king
16415         * Source/cmLocalUnixMakefileGenerator2.cxx: ENH: Added generation
16416           of rule to build object file.
16418 2004-10-14 16:50  hoffman
16420         * Source/cmLocalGenerator.cxx: BUG: make sure all returns for
16421           ConvertToRelativeOutputPath get passed by ConvertToOutputPath
16423 2004-10-14 15:09  hoffman
16425         * Source/cmLocalGenerator.cxx: BUG: now that system tools relative
16426           path works, clean up the convert to relative output path code
16428 2004-10-14 11:59  hoffman
16430         * Source/cmLocalKdevelopGenerator.cxx: COMP: remove warning
16432 2004-10-14 11:46  hoffman
16434         * Source/: cmSystemTools.cxx, cmSystemTools.h: BUG: allow split
16435           string to know if it is separating a path
16437 2004-10-13 11:37  hoffman
16439         * Source/: cmSystemTools.cxx, cmSystemTools.h: BUG: fix and comment
16440           relative path funciton
16442 2004-10-13 10:45  andy
16444         * Source/CTest/Curl/: dict.c, formdata.c, ftp.c, getdate.c,
16445           hostip.c, hostthre.c, http.c, http_digest.c, mprintf.c, multi.c,
16446           telnet.c, timeval.c, transfer.c, url.c, version.c: COMP: Remove
16447           warnings on borland build
16449 2004-10-13 10:01  andy
16451         * Source/CTest/Curl/: base64.c, connect.c, cookie.c, dict.c,
16452           easy.c, escape.c, formdata.c: COMP: Attempt to remove warnings on
16453           borland
16455 2004-10-12 18:29  andy
16457         * Modules/Dart.cmake: ENH: If dart or ctest are not found, use
16458           ctest. For default drop location etc, support http submit (just
16459           set DROP_METHOD to http. Only look for tclsh if DART_ROOT is set
16461 2004-10-12 10:57  hoffman
16463         * bootstrap, Source/CMakeLists.txt: allow kdevelop for cygwin
16465 2004-10-12 10:22  hoffman
16467         * Source/cmLocalKdevelopGenerator.cxx: BUG: remove bad headers
16469 2004-10-12 09:50  hoffman
16471         * bootstrap, Source/cmake.cxx: BUG: do not build kdevlop stuff when
16472           bootstrapping
16474 2004-10-11 16:35  andy
16476         * Source/cmLocalKdevelopGenerator.cxx: ENH: Support not writing
16477           files to the source tree. Generate single project file for whole
16478           project, some other little cleanups
16480 2004-10-11 15:25  andy
16482         * Source/cmLocalKdevelopGenerator.cxx: BUG: Fix generated XML
16484 2004-10-11 14:47  andy
16486         * Source/CMakeLists.txt: STYLE: Remove anoying message
16488 2004-10-11 13:57  andy
16490         * Source/cmCTest.cxx: BUG: On Windows, remove extra CR characters.
16491           Hopefully this will result in not duplicated new-lines
16493 2004-10-11 12:25  andy
16495         * Source/CTest/Curl/url.c: COMP: Remove alignment warning
16497 2004-10-11 11:57  hoffman
16499         * Source/kwsys/SystemTools.cxx: BUG: fix split program from args to
16500           not get stuck in an infinite loop in some cases
16502 2004-10-11 11:55  hoffman
16504         * Modules/CMakeTestCXXCompiler.cmake: ENH: make sure the c++
16505           compiler is a c++ compiler
16507 2004-10-11 11:53  andy
16509         * Source/CTest/Curl/inet_ntop.c: COMP: Remove alignment warning
16511 2004-10-11 11:47  hoffman
16513         * bootstrap: ENH: add kdev to bootstrap
16515 2004-10-11 11:47  andy
16517         * Source/CTest/Curl/if2ip.c: COMP: Remove alignment warning
16519 2004-10-11 11:44  andy
16521         * Source/CTest/Curl/hostip4.c: COMP: Remove alignment warning
16523 2004-10-11 11:32  hoffman
16525         * Source/: CMakeLists.txt, cmGlobalKdevelopGenerator.cxx,
16526           cmGlobalKdevelopGenerator.h, cmLocalKdevelopGenerator.cxx,
16527           cmLocalKdevelopGenerator.h, cmake.cxx: NEW: add kdevelop patch
16528           from Alexander Neundorf
16530 2004-10-11 10:40  andy
16532         * Source/CTest/Curl/hostip.c: COMP: Remove alignment warning
16534 2004-10-11 10:10  andy
16536         * Source/CTest/Curl/: formdata.c, ftp.c: COMP: Remove alignment
16537           warning
16539 2004-10-11 08:02  king
16541         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ERR: Replaced
16542           std::string with kwsys_stl::string for portability.
16544 2004-10-10 12:14  andy
16546         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
16547           method to retrieve parent directory and for checking if directory
16548           is a subdirectory of another directory
16550 2004-10-08 15:20  andy
16552         * Source/CTest/Curl/CMakeLists.txt: COMP: If compiler know strtoll
16553           or strtoi64, then no need for compiling strtooff.c
16555 2004-10-08 11:42  andy
16557         * Source/CTest/Curl/hostip.c: COMP: Remove warning on optimized
16558           build
16560 2004-10-07 17:48  andy
16562         * Source/CTest/Curl/: CMakeLists.txt, config.h.in, strtoofft.c,
16563           CMake/CurlTests.c: COMP: Remove warning about assigning
16564           0x8000000000000000L to long long
16566 2004-10-07 17:32  andy
16568         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: ENH:
16569           Properly detect strerror_r for glibc or posix"
16571 2004-10-07 17:17  will
16573         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: FIX:
16574           broken sun build
16576 2004-10-07 09:44  andy
16578         * Source/CTest/Curl/CMakeLists.txt: COMP: No need for ldap for now
16580 2004-10-07 09:28  andy
16582         * Source/CTest/Curl/CMake/CurlTests.c: COMP: Fix problems when
16583           doing -Werror
16585 2004-10-07 08:26  andy
16587         * Source/CTest/Curl/connect.c: COMP: Fix C syntax, and remove
16588           unused variable
16590 2004-10-07 08:20  hoffman
16592         * Source/CTest/Curl/ftp.c: COMP: Fix compile warnings on certain hp
16593           systems
16595 2004-10-07 08:14  hoffman
16597         * Source/CTest/Curl/connect.c: COMP: Remove assignment warnings on
16598           hp
16600 2004-10-07 07:59  andy
16602         * Source/CTest/Curl/hostip.h: COMP: Fix hostent redefined warning
16604 2004-10-07 07:56  andy
16606         * Source/CTest/Curl/connect.c: COMP: Undef SETBLOCK before
16607           redefining it to remove parse warnings
16609 2004-10-07 07:39  andy
16611         * Source/CTest/Curl/connect.c: COMP: If both tests are succesfull,
16612           prevent compiler error
16614 2004-10-07 07:05  andy
16616         * Source/CTest/Curl/connect.c: COMP: Remove unused variable warning
16618 2004-10-06 15:12  martink
16620         * Source/CTest/Curl/hostip4.c: COMP: Remove compile warning on
16621           cygwin
16623 2004-10-06 13:10  martink
16625         * Source/CTest/Curl/hostthre.c: COMP: Attempt to remove warning
16627 2004-10-06 13:03  andy
16629         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: COMP:
16630           Attempt to fix non-blocking tests
16632 2004-10-06 12:41  hoffman
16634         * ChangeLog.manual, Source/cmAddExecutableCommand.cxx: FIX: merge
16635           from main tree mac bundle fix
16637 2004-10-06 12:25  hoffman
16639         * ChangeLog.manual, Source/cmCTest.cxx, Source/cmCTest.h: ENH:
16640           merge from main tree fix for build overview page
16642 2004-10-06 08:02  andy
16644         * Source/CTest/Curl/strerror.c: COMP: Fix C build problem in
16645           certain conditions
16647 2004-10-05 17:02  andy
16649         * Source/CTest/Curl/strerror.c: BUG: Prevent crash when strerror
16650           fails
16652 2004-10-05 16:16  andy
16654         * Source/CMakeLists.txt: ERR: Too much commits
16656 2004-10-05 16:14  andy
16658         * Source/: CMakeLists.txt, cmCTest.cxx, CTest/CMakeLists.txt,
16659           CTest/cmCTestSubmit.cxx: PERF: Several cleanups, and remove need
16660           for Curl directory to be in include path
16662 2004-10-05 12:41  hoffman
16664         * Source/CTest/Curl/: base64.c, connect.c, content_encoding.c,
16665           cookie.c, curl_memory.h, easy.c, escape.c, file.c, formdata.c,
16666           ftp.c, getdate.c, getenv.c, getinfo.c, hash.c, hostares.c,
16667           hostasyn.c, hostip.c, hostip4.c, hostip6.c, hostsyn.c,
16668           hostthre.c, http.c, http_chunks.c, http_digest.c,
16669           http_negotiate.c, http_ntlm.c, if2ip.c, krb4.c, ldap.c, llist.c,
16670           memdebug.c, memory.h, mprintf.c, multi.c, netrc.c, nwlib.c,
16671           security.c, sendf.c, share.c, ssluse.c, telnet.c, transfer.c,
16672           url.c: BUG: change the name of memory.h
16674 2004-10-05 11:37  hoffman
16676         * Source/cmake.cxx: FIX: correctly handle if path table can not
16677           open
16679 2004-10-05 11:29  hoffman
16681         * bootstrap: ENH: pick native compilers first, and aCC before CC
16683 2004-10-05 10:59  hoffman
16685         * Source/kwsys/SystemTools.cxx: BUG: fix realpath problem and unix
16686           slashes
16688 2004-10-05 10:13  andy
16690         * Source/CTest/cmCTestSubmit.cxx: ERR: Fix TRUE build problem and
16691           replace error couts with cerrs
16693 2004-10-05 10:00  andy
16695         * Source/: cmCTest.cxx, CTest/Curl/CMakeLists.txt,
16696           CTest/Curl/CMake/CheckTypeSize.cmake,
16697           CTest/Curl/CMake/CurlTests.c: ERR: Fix Windows build
16699 2004-10-05 09:34  andy
16701         * Source/CTest/Curl/: CMakeLists.txt, amigaos.c, amigaos.h,
16702           arpa_telnet.h, base64.c, base64.h, ca-bundle.h, config.h.in,
16703           connect.c, connect.h, content_encoding.c, content_encoding.h,
16704           cookie.c, cookie.h, curl.copyright, curlx.h, dict.c, dict.h,
16705           dllinit.c, easy.c, escape.c, escape.h, file.c, file.h,
16706           formdata.c, formdata.h, ftp.c, ftp.h, getdate.c, getenv.c,
16707           getinfo.c, getinfo.h, getpass.c, getpass.h, hash.c, hash.h,
16708           hostares.c, hostasyn.c, hostip.c, hostip.h, hostip4.c, hostip6.c,
16709           hostsyn.c, hostthre.c, http.c, http.h, http_chunks.c,
16710           http_chunks.h, http_digest.c, http_digest.h, http_negotiate.c,
16711           http_negotiate.h, http_ntlm.c, http_ntlm.h, if2ip.c, if2ip.h,
16712           inet_ntop.c, inet_ntop.h, inet_pton.c, inet_pton.h, krb4.c,
16713           krb4.h, ldap.c, ldap.h, llist.c, llist.h, md5.c, md5.h,
16714           memdebug.c, memdebug.h, memory.h, mprintf.c, multi.c, netrc.c,
16715           netrc.h, nwlib.c, progress.c, progress.h, security.c, security.h,
16716           sendf.c, sendf.h, setup.h, share.c, share.h, speedcheck.c,
16717           speedcheck.h, ssluse.c, ssluse.h, strequal.c, strequal.h,
16718           strerror.c, strerror.h, strtok.c, strtok.h, strtoofft.c,
16719           strtoofft.h, telnet.c, telnet.h, timeval.c, timeval.h,
16720           transfer.c, transfer.h, url.c, url.h, urldata.h, version.c,
16721           CMake/CheckSymbolExists.cmake, curl/curl.h, curl/curlver.h,
16722           curl/easy.h, curl/mprintf.h, curl/multi.h, curl/stdcheaders.h,
16723           curl/types.h: ENH: Update Curl to 7.12.1
16725 2004-10-05 09:25  martink
16727         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: COMP: fix
16728           some compile issues with insert
16730 2004-10-05 09:05  andy
16732         * Source/CTest/Curl/CMake/CurlTests.c: BUG: Fix O_NONBLOCK test
16734 2004-10-05 09:04  andy
16736         * Source/CTest/Curl/CMake/: CheckTypeSize.c.in,
16737           CheckTypeSize.cmake: ENH: We need this for the new version of
16738           Curl. Once CMake 2.2 is released, this can go out.
16740 2004-10-05 09:01  martink
16742         * Source/cmake.cxx: COMP: fix bad include file
16744 2004-10-05 08:49  andy
16746         * bootstrap: ERR: Fix bootstrap
16748 2004-10-05 08:33  andy
16750         * Modules/: CheckTypeSize.c.in, CheckTypeSize.cmake,
16751           CheckTypeSize.c: ENH: Add option of adding random include files
16752           before doing CheckTypeSize
16754 2004-10-05 08:32  andy
16756         * Modules/CheckIncludeFiles.cmake: ENH: When test fails, write out
16757           the output
16759 2004-10-04 16:15  king
16761         * Source/: cmLocalUnixMakefileGenerator2.cxx,
16762           cmLocalUnixMakefileGenerator2.h: ENH: Started new makefile
16763           generator implementation.  It will temporarily be called
16764           cmLocalUnixMakefileGenerator2 until it is ready to replace the
16765           original completely.
16767 2004-10-04 12:31  martink
16769         * CMake.rtf, Source/cmake.cxx, Source/cmake.h,
16770           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in:
16771           ENH: Mathieus support for path conversions
16773 2004-10-04 12:02  andy
16775         * Tests/CTestTest/test.cmake.in: BUG: Use kwsys from the source
16776           tree
16778 2004-10-04 08:06  andy
16780         * Tests/CTestTest/test.cmake.in: ENH: Better sorting of results
16782 2004-10-03 07:27  andy
16784         * Tests/CTestTest/test.cmake.in: BUG: Fix problem with spaces in
16785           the path
16787 2004-10-03 07:14  andy
16789         * Source/ctest.cxx: BUG: Attempt to remove memory leak
16791 2004-10-01 13:23  andy
16793         * Source/CTest/cmCTestBuildHandler.cxx: BUG: Add regular expression
16794           to vector
16796 2004-10-01 13:10  andy
16798         * Tests/CTestTest/test.cmake.in: ENH: Use existing CTest and cmake
16800 2004-10-01 12:21  andy
16802         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestScriptHandler.cxx,
16803           CTest/cmCTestScriptHandler.h: ENH: Add CTEST_EXECUTABLE_NAME to
16804           CTest scripting. This way you do not have to specify ctest
16805           executable in CTEST_COMMAND, but just a variable
16807 2004-10-01 11:36  king
16809         * Source/kwsys/testProcess.c: ERR: Added missing include of
16810           string.h
16812 2004-10-01 11:13  andy
16814         * Tests/CTestTest/test.cmake.in: ENH: Let us recognize it on the
16815           dashboard
16817 2004-09-30 18:45  andy
16819         * Source/CMakeLists.txt: ENH: Cleanup CTest test
16821 2004-09-30 18:45  andy
16823         * Tests/CTestTest/test.cmake.in: ENH: Do kwsys instead of CMake
16825 2004-09-30 18:06  andy
16827         * Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
16828           ERR: Fix for non-gcc/icc compilers
16830 2004-09-30 17:42  king
16832         * Source/kwsys/testProcess.c: ENH: Added optional display of output
16833           for tests.  Avoid printing alot of output for test 6.
16835 2004-09-30 17:27  andy
16837         * Source/CTest/cmCTestBuildHandler.h: ERR: Fix error
16839 2004-09-30 16:24  andy
16841         * bootstrap: BUG: Check if the compiler is gnu. If it is, do not do
16842           special platform tests. Fixes Bug #1215 - bootstrap uses native
16843           flags with gnu compiler on OSF
16845 2004-09-30 16:20  andy
16847         * Source/CTest/: cmCTestBuildHandler.cxx, cmCTestBuildHandler.h:
16848           ENH: Add support for SourceFile and LineNumber
16850 2004-09-29 16:07  hoffman
16852         * Source/: cmCTest.h, cmCacheManager.cxx, cmCacheManager.h,
16853           cmDynamicLoader.cxx, cmGlobalGenerator.cxx,
16854           cmLoadCacheCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
16855           cmMakefile.cxx, cmTarget.cxx, cmakewizard.cxx: ENH: shorten the
16856           symbols a bit and remove maps of std::string for map of
16857           cmStdString
16859 2004-09-29 14:14  andy
16861         * Source/CTest/: cmCTestTestHandler.cxx, cmCTestTestHandler.h: BUG:
16862           Remove maximum size of test output
16864 2004-09-29 13:21  andy
16866         * Source/kwsys/SystemTools.hxx.in: ERR: Fix Windows build
16868 2004-09-29 12:20  andy
16870         * Source/: cmSystemTools.cxx, cmSystemTools.h,
16871           kwsys/SystemTools.cxx, kwsys/SystemTools.hxx.in: ENH: Move
16872           permissions code to kwsys so that copyfile can use it. Fixes Bug
16873           #1133 - cmake -E copy file dir sets the wrong permissions on the
16874           destination directory
16876 2004-09-29 11:52  andy
16878         * Source/CTest/cmCTestScriptHandler.cxx: BUG: If extra update
16879           failes, continue with dashboard. Closes Bug #894 - Fatal CVS
16880           update error kills test, and is not reported
16882 2004-09-29 11:18  andy
16884         * Source/kwsys/SystemTools.cxx: ENH: When copy file, if the output
16885           file exits, delete it first
16887 2004-09-29 08:58  andy
16889         * Source/kwsys/CMakeLists.txt: ENH: Allow CMake to use
16890           CommandLineArguments without warning
16892 2004-09-29 08:34  andy
16894         * Source/kwsys/CommandLineArguments.hxx.in: ENH: Add lots of
16895           comments
16897 2004-09-29 07:56  andy
16899         * Source/kwsys/: CommandLineArguments.cxx,
16900           CommandLineArguments.hxx.in: ENH: Add access to last argument
16901           parsed
16903 2004-09-28 17:51  andy
16905         * CMakeLists.txt: ENH: Enable Command Line Arguments
16907 2004-09-28 17:51  andy
16909         * Source/CTest/: cmCTestScriptHandler.cxx, cmCTestScriptHandler.h:
16910           ENH: Move all extracting of variables to ExtractVariables. This
16911           way it is easy to know what variables are used
16913 2004-09-28 11:34  andy
16915         * Source/kwsys/: CommandLineArguments.cxx,
16916           CommandLineArguments.hxx.in: ENH: Add accessor for Argv0
16918 2004-09-28 09:00  andy
16920         * Source/CTest/: cmCTestScriptHandler.h, cmCTestScriptHandler.cxx:
16921           ENH: Add some documentation
16923 2004-09-27 16:33  hoffman
16925         * Source/cmLocalVisualStudio6Generator.cxx: BUG: make sure release
16926           flags are replaced
16928 2004-09-27 15:21  hoffman
16930         * Source/CMakeLists.txt: ENH: allow for a different jni.h to enable
16931           java testing
16933 2004-09-27 15:15  hoffman
16935         * Source/CMakeLists.txt: ENH: allow for a different jni.h to enable
16936           java testing
16938 2004-09-27 15:11  hoffman
16940         * Source/CMakeLists.txt: space in path problem
16942 2004-09-27 14:39  hoffman
16944         * Source/CMakeLists.txt: ENH: use jni.h to determine java version
16946 2004-09-27 14:35  hoffman
16948         * CMakeLists.txt, ChangeLog.manual, Source/cmCTest.cxx,
16949           Utilities/Release/cmake_release.sh: merge from main tree and
16950           change version to 2.0.4
16952 2004-09-27 14:21  hoffman
16954         * Source/CMakeLists.txt: ENH: use jni.h to determine java version
16956 2004-09-27 13:36  andy
16958         * Source/cmCTest.cxx: BUG: If notes file is missing, create empty
16959           notes file with error message
16961 2004-09-27 13:03  hoffman
16963         * Tests/Fortran/CMakeLists.txt: clean up output of test and force
16964           verbose makefiles
16966 2004-09-27 11:36  hoffman
16968         * Modules/CMakeJavaCompiler.cmake.in,
16969           Modules/CMakeJavaInformation.cmake,
16970           Source/cmLocalUnixMakefileGenerator.cxx: BUG: make sure java jar
16971           files are not libfoo.jar but are just foo.jar
16973 2004-09-27 11:03  hoffman
16975         * Source/CMakeLists.txt: ENH: better message for skipping java
16977 2004-09-27 09:49  andy
16979         * Modules/Documentation.cmake: ENH: Replace INCLUDE(Find...) with
16980           FIND_PACKAGE(...)
16982 2004-09-24 16:54  hoffman
16984         * Source/CMakeLists.txt: ENH: use correct args for test of java
16986 2004-09-24 16:34  hoffman
16988         * Tests/Java/: CMakeCheckJavaPath.java, CMakeLists.txt: try and get
16989           this java test to work
16991 2004-09-24 16:34  hoffman
16993         * Source/CMakeLists.txt: ENH: only use newer java for testing
16995 2004-09-24 15:40  hoffman
16997         * Tests/Java/: CMakeCheckJavaPath.java, CMakeLists.txt: ENH: add
16998           some java code to try and find the system path
17000 2004-09-24 14:37  hoffman
17002         * Modules/: CMakeCXXInformation.cmake,
17003           CMakeFortranInformation.cmake,
17004           CMakeSystemSpecificInformation.cmake: BUG: LINK_FLAGS are now all
17005           LINK_(LANG)_FLAGS
17007 2004-09-24 11:35  martink
17009         * Source/cmLocalVisualStudio6Generator.cxx: BUG: fix crash with vs6
17011 2004-09-24 11:34  martink
17013         * Source/CMakeLists.txt: ENH: check for all parts of java
17015 2004-09-24 11:05  hoffman
17017         * Tests/Java/CMakeLists.txt: ENH: remove classpath so that this
17018           test passes with older java compilers that clober the system
17019           class path with the -classpath option
17021 2004-09-24 10:07  hoffman
17023         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: replace all enabled
17024           languages in rule vars
17026 2004-09-24 09:34  hoffman
17028         * Source/cmGlobalGenerator.cxx: ENH: change ignore function so that
17029           it first checks to see if the extension has a language
17031 2004-09-24 09:11  hoffman
17033         * Modules/Platform/Darwin.cmake: ENH: use c++ with c++ and c flags
17034           with c
17036 2004-09-24 08:39  hoffman
17038         * Source/: cmLocalUnixMakefileGenerator.cxx,
17039           cmLocalUnixMakefileGenerator.h: ENH: correctly ignore files
17041 2004-09-23 17:49  hoffman
17043         * Source/CMakeLists.txt: temporary fix to try and get a clean
17044           dashboard
17046 2004-09-23 15:02  andy
17048         * Source/kwsys/CommandLineArguments.cxx: ERR: Fix memory problem
17050 2004-09-23 11:53  andy
17052         * Source/kwsys/CommandLineArguments.cxx: STYLE: Only allocate as
17053           much space as needed
17055 2004-09-23 11:45  andy
17057         * Source/kwsys/CommandLineArguments.cxx: ENH: Make
17058           GetRemainingArguments actually work
17060 2004-09-23 11:44  hoffman
17062         * Source/: cmLocalUnixMakefileGenerator.cxx,
17063           cmLocalUnixMakefileGenerator.h: ENH: only replace the language
17064           being used in expand rule variables
17066 2004-09-23 09:11  hoffman
17068         * Source/cmLocalUnixMakefileGenerator.cxx: STYLE: remove warning
17070 2004-09-23 09:08  hoffman
17072         * Source/cmTryCompileCommand.cxx: remove warning
17074 2004-09-23 08:51  hoffman
17076         * Modules/CMakeRCInformation.cmake, Source/cmGlobalGenerator.cxx:
17077           ENH: fix problems with .def and RC files
17079 2004-09-23 08:20  hoffman
17081         * CMakeLists.txt: ENH: make sure cmake has 2.0
17083 2004-09-23 07:53  andy
17085         * bootstrap: ENH: Attempt to detect a non-parallel make
17087 2004-09-22 17:50  hoffman
17089         * Source/cmTarget.cxx: BUG: fix perfered linker language code
17091 2004-09-22 17:41  hoffman
17093         * Tests/Java/CMakeLists.txt: use verbose makefiles
17095 2004-09-22 16:51  hoffman
17097         * Tests/: SimpleInstall/CMakeLists.txt,
17098           SimpleInstallS2/CMakeLists.txt: make it verbose
17100 2004-09-22 16:44  hoffman
17102         * Source/cmLocalVisualStudio6Generator.cxx: fix compilation
17104 2004-09-22 15:14  hoffman
17106         * Source/cmProjectCommand.cxx: remove warnings
17108 2004-09-22 14:52  hoffman
17110         * Modules/CMakeJavaInformation.cmake: BUG: let the generator quote
17111           the path
17113 2004-09-22 14:42  hoffman
17115         * Modules/CMakeCCompiler.cmake.in, Modules/CMakeCInformation.cmake,
17116           Modules/CMakeCXXCompiler.cmake.in,
17117           Modules/CMakeCXXInformation.cmake,
17118           Modules/CMakeCommonLanguageInclude.cmake,
17119           Modules/CMakeDetermineJavaCompiler.cmake,
17120           Modules/CMakeDetermineRCCompiler.cmake,
17121           Modules/CMakeFortranInformation.cmake,
17122           Modules/CMakeGenericSystem.cmake,
17123           Modules/CMakeJavaCompiler.cmake.in,
17124           Modules/CMakeJavaInformation.cmake,
17125           Modules/CMakeRCCompiler.cmake.in,
17126           Modules/CMakeRCInformation.cmake,
17127           Modules/CMakeSystemSpecificInformation.cmake,
17128           Modules/CMakeTestJavaCompiler.cmake,
17129           Modules/CMakeTestRCCompiler.cmake, Modules/Platform/AIX.cmake,
17130           Modules/Platform/FreeBSD.cmake, Modules/Platform/HP-UX.cmake,
17131           Modules/Platform/IRIX.cmake, Modules/Platform/IRIX64.cmake,
17132           Modules/Platform/Linux-como.cmake, Modules/Platform/Linux.cmake,
17133           Modules/Platform/MP-RAS.cmake, Modules/Platform/NetBSD.cmake,
17134           Modules/Platform/OSF1.cmake, Modules/Platform/RISCos.cmake,
17135           Modules/Platform/SunOS.cmake, Modules/Platform/ULTRIX.cmake,
17136           Modules/Platform/UNIX_SV.cmake,
17137           Modules/Platform/Windows-cl.cmake,
17138           Modules/Platform/Windows-gcc.cmake, Source/CMakeLists.txt,
17139           Source/cmCommands.cxx, Source/cmEnableLanguageCommand.cxx,
17140           Source/cmEnableLanguageCommand.h, Source/cmGlobalGenerator.cxx,
17141           Source/cmGlobalGenerator.h, Source/cmInstallFilesCommand.cxx,
17142           Source/cmInstallProgramsCommand.cxx, Source/cmLocalGenerator.cxx,
17143           Source/cmLocalUnixMakefileGenerator.cxx,
17144           Source/cmLocalUnixMakefileGenerator.h,
17145           Source/cmLocalVisualStudio6Generator.cxx,
17146           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
17147           Source/cmProjectCommand.cxx, Source/cmTarget.cxx,
17148           Source/cmTarget.h, Source/cmTryCompileCommand.cxx,
17149           Source/cmTryRunCommand.cxx, Tests/Fortran/CMakeLists.txt,
17150           Tests/Java/A.java, Tests/Java/CMakeLists.txt,
17151           Tests/Java/HelloWorld.java: ENH: major changes to support
17152           addition of languages from cmake modules directory.
17154 2004-09-22 10:06  hoffman
17156         * Source/CMakeLists.txt: ENH: only try to use fortran if the
17157           generator is make based
17159 2004-09-22 08:50  hoffman
17161         * Modules/CMakeFortranCompiler.cmake.in: BUG: fix GNU check
17162           variable and add new variables used by enable language
17164 2004-09-21 12:51  hoffman
17166         * Source/cmListFileLexer.h: merge from main tree
17168 2004-09-21 12:47  hoffman
17170         * ChangeLog.manual, Source/cmListFileLexer.c,
17171           Source/cmListFileLexer.in.l, Tests/StringFileTest/CMakeLists.txt:
17172           merge from main tree
17174 2004-09-20 14:39  hoffman
17176         * Modules/FindJava.cmake: ENH: look for java in more places
17178 2004-09-20 13:47  hoffman
17180         * Source/: cmGlobalGenerator.cxx,
17181           cmGlobalVisualStudio6Generator.cxx,
17182           cmGlobalVisualStudio7Generator.cxx: BUG: branch only fix for
17183           VSExternalInclude
17185 2004-09-20 08:51  king
17187         * Source/cmListFileLexer.c, Source/cmListFileLexer.in.l,
17188           Tests/StringFileTest/CMakeLists.txt: BUG#1179: Fix for  syntax in
17189           unquoted arguments.
17191 2004-09-17 16:46  hoffman
17193         * ChangeLog.manual, Source/CMakeLists.txt,
17194           Source/cmForEachCommand.cxx, Source/cmGlob.cxx, Source/cmGlob.h,
17195           Source/cmGlobalVisualStudio6Generator.cxx,
17196           Source/cmGlobalVisualStudio71Generator.cxx,
17197           Source/cmGlobalVisualStudio71Generator.h,
17198           Source/cmGlobalVisualStudio7Generator.cxx,
17199           Source/cmIncludeExternalMSProjectCommand.cxx,
17200           Source/cmLocalVisualStudio7Generator.cxx,
17201           Source/cmWin32ProcessExecution.cxx,
17202           Source/cmWin32ProcessExecution.h, Source/cmakemain.cxx,
17203           Source/kwsys/SystemTools.cxx,
17204           Tests/VSExternalInclude/CMakeLists.txt,
17205           Tests/VSExternalInclude/main.cpp,
17206           Tests/VSExternalInclude/Lib1/CMakeLists.txt,
17207           Tests/VSExternalInclude/Lib1/lib1.cpp,
17208           Tests/VSExternalInclude/Lib1/lib1.h,
17209           Tests/VSExternalInclude/Lib2/CMakeLists.txt,
17210           Tests/VSExternalInclude/Lib2/lib2.cpp,
17211           Tests/VSExternalInclude/Lib2/lib2.h: merge from main tree
17213 2004-09-17 16:00  hoffman
17215         * Source/cmLocalVisualStudio6Generator.cxx: merge from main tree
17216           bug 1041
17218 2004-09-17 15:57  hoffman
17220         * Source/cmLocalVisualStudio6Generator.cxx: BUG: fix for bug 1041,
17221           _MBCS sometimes added for UNIICODE which is bad
17223 2004-09-17 09:14  hoffman
17225         * Modules/CMakeJavaCompiler.cmake.in: BUG: commit bug 1123
17227 2004-09-17 09:01  hoffman
17229         * Source/cmProjectCommand.h: BUG: 1163 fix documentation
17231 2004-09-16 17:16  hoffman
17233         * Source/cmFileCommand.cxx: merge from main tree fix bug 1122
17235 2004-09-16 17:13  andy
17237         * Source/CTest/cmCTestBuildHandler.cxx: ENH: Attempt to handle
17238           Intel's remarks. Close Bug #1156 - Better support for icc
17239           'remark'
17241 2004-09-16 12:39  andy
17243         * Source/kwsys/SystemTools.cxx: ENH: Add missing include
17245 2004-09-16 10:58  andy
17247         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
17248           method to retrieve the terminal width
17250 2004-09-16 10:49  andy
17252         * Source/kwsys/CommandLineArguments.cxx: ENH: a bit more cleanup.
17253           The help should really be replaced by something like
17254           cmDocumentation
17256 2004-09-16 10:48  martink
17258         * Source/cmGlobalVisualStudio6Generator.cxx,
17259           Tests/VSExternalInclude/CMakeLists.txt: BUG: fix VSExternal for
17260           visual studio 6
17262 2004-09-16 10:27  andy
17264         * Source/kwsys/: CommandLineArguments.cxx,
17265           CommandLineArguments.hxx.in: ENH: Condense help string, add
17266           support for setting line length and make it work
17268 2004-09-15 15:15  hoffman
17270         * Source/: cmGlobalVisualStudio71Generator.cxx,
17271           cmGlobalVisualStudio71Generator.h,
17272           cmGlobalVisualStudio7Generator.cxx: BUG: fix external project
17273           command for VS 7 and 71
17275 2004-09-15 14:08  andy
17277         * Source/: cmGlob.cxx, cmGlob.h: ENH: Remove double slash
17279 2004-09-15 13:33  andy
17281         * Source/cmGlob.cxx: BUG: Attempt to fix bug on Windows (and apple)
17282           where files returned are all lowercase
17284 2004-09-15 13:31  andy
17286         * Source/cmForEachCommand.cxx: BUG: Propagate file name and line
17287           number inside FOREACH. Fixes Bug #1169 - Erro messages inside
17288           FOREACH have bad filename and line number
17290 2004-09-15 13:03  hoffman
17292         * Source/cmGlobalVisualStudio7Generator.cxx: ENH: fix for vs 70
17293           generator
17295 2004-09-15 12:07  hoffman
17297         * Source/: cmGlobalVisualStudio6Generator.cxx,
17298           cmGlobalVisualStudio71Generator.cxx,
17299           cmGlobalVisualStudio7Generator.cxx,
17300           cmIncludeExternalMSProjectCommand.cxx,
17301           cmLocalVisualStudio7Generator.cxx: ENH: clean up of
17302           INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson
17304 2004-09-15 11:31  hoffman
17306         * Source/: cmGlobalGenerator.cxx,
17307           cmGlobalVisualStudio6Generator.cxx,
17308           cmGlobalVisualStudio7Generator.cxx: BUG: make sure env CC and CXX
17309           are not set for VS IDE builds
17311 2004-09-15 10:35  martink
17313         * Tests/VSExternalInclude/CMakeLists.txt: ENH: produce better
17314           output
17316 2004-09-15 10:32  martink
17318         * Modules/: CMakeDetermineCCompiler.cmake,
17319           CMakeDetermineCXXCompiler.cmake,
17320           CMakeDetermineFortranCompiler.cmake: ENH: do not check for gnu
17321           for visual studio
17323 2004-09-15 09:22  andy
17325         * Source/kwsys/: CommandLineArguments.cxx,
17326           CommandLineArguments.hxx.in: ENH: Move callback structure out of
17327           the public interface. Also block the warning on Visual Studio
17328           Debug
17330 2004-09-14 16:34  hoffman
17332         * Tests/VSExternalInclude/: CMakeLists.txt: ENH: add a test for
17333           external projects
17335 2004-09-14 16:01  hoffman
17337         * Source/CMakeLists.txt, Tests/VSExternalInclude/CMakeLists.txt,
17338           Tests/VSExternalInclude/main.cpp,
17339           Tests/VSExternalInclude/Lib1/CMakeLists.txt,
17340           Tests/VSExternalInclude/Lib1/lib1.cpp,
17341           Tests/VSExternalInclude/Lib1/lib1.h,
17342           Tests/VSExternalInclude/Lib2/CMakeLists.txt,
17343           Tests/VSExternalInclude/Lib2/lib2.cpp,
17344           Tests/VSExternalInclude/Lib2/lib2.h: ENH: add a test for external
17345           projects
17347 2004-09-14 14:05  hoffman
17349         * Source/: cmGlobalVisualStudio71Generator.cxx,
17350           cmGlobalVisualStudio7Generator.cxx,
17351           cmIncludeExternalMSProjectCommand.cxx: bug fixes for external
17352           projects
17354 2004-09-14 11:48  martink
17356         * Source/kwsys/: CommandLineArguments.cxx,
17357           CommandLineArguments.hxx.in: ERR: Fix borland build
17359 2004-09-14 11:39  andy
17361         * Source/kwsys/CommandLineArguments.cxx: ERR: Add missing include
17363 2004-09-14 10:34  andy
17365         * Source/kwsys/: CommandLineArguments.cxx,
17366           CommandLineArguments.hxx.in: ENH: Use const correctness for
17367           arguments
17369 2004-09-14 09:19  hoffman
17371         * Source/: cmGlobalVisualStudio71Generator.cxx,
17372           cmGlobalVisualStudio7Generator.cxx: BUG: fix include external
17373           project bug
17375 2004-09-13 19:06  andy
17377         * Source/kwsys/: CommandLineArguments.cxx,
17378           testCommandLineArguments.cxx: ERR: More missing ios and includes
17380 2004-09-13 18:57  andy
17382         * Source/kwsys/CommandLineArguments.cxx: ERR: Fix IOS namespace
17384 2004-09-13 16:15  andy
17386         * Source/kwsys/: CMakeLists.txt, CommandLineArguments.cxx,
17387           CommandLineArguments.hxx.in, testCommandLineArguments.cxx: ENH:
17388           Move command line argument parsing code to kwsys
17390 2004-09-10 14:40  hoffman
17392         * Source/: cmCTest.cxx, cmakemain.cxx: ENH: fix warning correctly
17394 2004-09-10 11:19  andy
17396         * CMakeLists.txt: ENH: Add warning messages if curses library is
17397           not found
17399 2004-09-10 11:15  andy
17401         * Modules/FindQt.cmake: ENH: Use FIND_PACKAGE instead of
17402           INCLUDE(Find...
17404 2004-09-10 08:42  martink
17406         * Source/cmCTest.cxx: fix dash8 warning
17408 2004-09-10 08:30  martink
17410         * Source/CTest/cmCTestTestHandler.h: fix HPUX bugs
17412 2004-09-09 16:05  hoffman
17414         * Modules/Platform/Linux-ifort.cmake: add ifort support
17416 2004-09-09 12:58  hoffman
17418         * Source/: cmCTest.cxx, cmakemain.cxx: WAR: remove a warning on i64
17420 2004-09-09 11:50  hoffman
17422         * Modules/Platform/HP-UX.cmake: try to fix fortran on hp
17424 2004-09-09 10:52  martink
17426         * Source/CTest/cmCTestTestHandler.cxx: missing include
17428 2004-09-09 09:31  martink
17430         * Source/CTest/cmCTestCoverageHandler.cxx: missing include
17432 2004-09-09 08:41  martink
17434         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
17435           CTest/cmCTestCoverageHandler.cxx, CTest/cmCTestCoverageHandler.h,
17436           CTest/cmCTestTestHandler.cxx, CTest/cmCTestTestHandler.h,
17437           CTest/cmCTestUpdateHandler.cxx: more cleanup of ctest
17439 2004-09-08 17:53  hoffman
17441         * Tests/Fortran/CMakeLists.txt: ENH: add more output for fortran so
17442           I can figure out what is going on with other fortran compilers
17444 2004-09-08 10:41  hoffman
17446         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
17447           BUG: don't close the pipes too early
17449 2004-09-07 16:55  hoffman
17451         * Source/: cmCacheManager.cxx, cmDumpDocumentation.cxx,
17452           cmEnableTestingCommand.cxx, cmExportLibraryDependencies.cxx,
17453           cmGlobalCodeWarriorGenerator.cxx,
17454           cmGlobalVisualStudio6Generator.cxx,
17455           cmGlobalVisualStudio7Generator.cxx,
17456           cmLocalUnixMakefileGenerator.cxx,
17457           cmLocalVisualStudio6Generator.cxx, cmMakefile.cxx,
17458           cmTryCompileCommand.cxx, cmUseMangledMesaCommand.cxx,
17459           cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: ENH: add
17460           better error reporting for file open failures
17462 2004-09-07 16:03  hoffman
17464         * Source/: cmWin32ProcessExecution.cxx, kwsys/SystemTools.cxx: Fix
17465           leaked file and registry descriptors
17467 2004-09-07 12:51  martink
17469         * Source/: cmCTest.h, cmCTest.cxx: duh errors
17471 2004-09-07 11:45  martink
17473         * Source/: cmCTest.cxx, cmCTest.h: more warnings
17475 2004-09-07 11:28  martink
17477         * Source/CTest/cmCTestScriptHandler.cxx: more warnings
17479 2004-09-07 10:46  martink
17481         * Source/cmCTest.cxx: more cleanup
17483 2004-09-07 10:37  martink
17485         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
17486           CTest/cmCTestBuildHandler.cxx, CTest/cmCTestBuildHandler.h: more
17487           cleanup
17489 2004-09-07 09:17  martink
17491         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
17492           CTest/cmCTestConfigureHandler.cxx,
17493           CTest/cmCTestConfigureHandler.h, CTest/cmCTestScriptHandler.cxx,
17494           CTest/cmCTestScriptHandler.h, CTest/cmCTestUpdateHandler.cxx,
17495           CTest/cmCTestUpdateHandler.h: some bug fixes for my recent
17496           checkins and some more cleanup
17498 2004-09-06 14:43  martink
17500         * Source/CTest/cmCTestScriptHandler.cxx: another platform fix
17502 2004-09-06 14:17  martink
17504         * Source/CTest/cmCTestScriptHandler.h: another platform fix
17506 2004-09-06 13:54  martink
17508         * Source/cmCTest.cxx: jesus
17510 2004-09-06 13:37  martink
17512         * Source/CMakeLists.txt: oops
17514 2004-09-06 12:49  martink
17516         * Source/kwsys/SystemTools.cxx: fix warning
17518 2004-09-06 12:46  martink
17520         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h: starting cleanup
17521           of ctest
17523 2004-09-06 12:46  martink
17525         * Source/cmGlobalGenerator.cxx: warning fix
17527 2004-09-06 12:45  martink
17529         * Source/CTest/: cmCTestScriptHandler.cxx, cmCTestScriptHandler.h:
17530           broke out part of test scripting into seperate class
17532 2004-09-03 15:47  hoffman
17534         * ChangeLog.manual, Modules/CMakeTestForFreeVC.cxx,
17535           Modules/Platform/Windows-cl.cmake: merge from main tree fix for
17536           free vc tools
17538 2004-09-03 15:19  hoffman
17540         * Modules/: CMakeTestForFreeVC.cxx, Platform/Windows-cl.cmake: ENH
17541           better test for free VC tools
17543 2004-09-03 13:49  hoffman
17545         * Source/cmGlobalCodeWarriorGenerator.cxx: remove warning
17547 2004-09-03 13:48  hoffman
17549         * Source/cmGlobalCodeWarriorGenerator.cxx: fix for darwin
17551 2004-09-03 13:24  hoffman
17553         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
17554           cmLocalUnixMakefileGenerator.cxx: ENH: remove warnings
17556 2004-09-03 12:03  hoffman
17558         * Modules/CMakeCCompiler.cmake.in,
17559           Modules/CMakeCXXCompiler.cmake.in,
17560           Modules/CMakeFortranCompiler.cmake.in,
17561           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
17562           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
17563           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx:
17564           ENH: define language extensions in cmake files and not hard
17565           coded, also fix trycompile problem
17567 2004-09-03 12:01  hoffman
17569         * Modules/Platform/Windows-cl.cmake: ENH: check for ms free command
17570           line tools
17572 2004-08-31 18:51  king
17574         * Source/cmListFileCache.cxx: BUG: Fixed line number of end of file
17575           error message.
17577 2004-08-31 18:39  king
17579         * Source/: cmListFileCache.cxx, cmListFileLexer.c,
17580           cmListFileLexer.h, cmListFileLexer.in.l: BUG#1049: Added error
17581           message when file ends in an unterminated string.
17583 2004-08-31 10:41  king
17585         * Source/cmFileCommand.cxx: BUG: Fix crash when CMAKE_DEBUG_POSTFIX
17586           is not set.
17588 2004-08-31 10:20  andy
17590         * DartConfig.cmake: ENH: Cleanups
17592 2004-08-31 08:25  king
17594         * Source/kwsys/kwsys_ios_iosfwd.h.in: ERR: Removed inclusion of
17595           fstream header.  This file is meant as a compatibility header for
17596           iosfwd and therefore should not include any other header.
17597           Whatever was fixed by adding the include of fstream here should
17598           be fixed by other means.
17600 2004-08-30 15:15  hoffman
17602         * ChangeLog.manual, Source/cmCTest.cxx: merge fixes from main tree
17604 2004-08-30 14:07  hoffman
17606         * ChangeLog.manual, Source/cmGlobalVisualStudio6Generator.cxx,
17607           Source/cmGlobalVisualStudio7Generator.cxx, Source/cmMakefile.cxx:
17608           fix RUN_TESTS and generated header files merge from main tree
17610 2004-08-30 14:01  hoffman
17612         * ChangeLog.manual, Modules/Platform/Windows-cl.cmake,
17613           Modules/Platform/Windows-gcc.cmake, Source/cmSystemTools.h,
17614           Source/MFCDialog/CMakeSetupDialog.cpp,
17615           Source/MFCDialog/PathDialog.cpp,
17616           Utilities/Release/cmake_release.sh: merge from main tree
17618 2004-08-30 13:50  hoffman
17620         * Source/: cmSystemTools.h, MFCDialog/CMakeSetupDialog.cpp,
17621           kwsys/SystemTools.cxx: BUG: fixes for mingw and CMakesetup with
17622           spaces in the source directory
17624 2004-08-30 12:14  hoffman
17626         * Modules/Platform/Windows-gcc.cmake: Make sure cmake uses
17627           consistent module prefixes
17629 2004-08-27 09:55  hoffman
17631         * Source/cmMakefile.h: ENH: remove warning
17633 2004-08-27 08:41  hoffman
17635         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
17636           cmGlobalBorlandMakefileGenerator.h,
17637           cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
17638           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
17639           cmGlobalNMakeMakefileGenerator.cxx,
17640           cmGlobalNMakeMakefileGenerator.h,
17641           cmGlobalUnixMakefileGenerator.cxx,
17642           cmGlobalUnixMakefileGenerator.h,
17643           cmGlobalVisualStudio6Generator.cxx,
17644           cmGlobalVisualStudio6Generator.h,
17645           cmGlobalVisualStudio7Generator.cxx,
17646           cmGlobalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h,
17647           cmProjectCommand.cxx: ENH: try to initialize all languages at the
17648           same time
17650 2004-08-26 22:52  andy
17652         * Modules/: CMakeBackwardCompatibilityC.cmake,
17653           CMakeBackwardCompatibilityCXX.cmake, Documentation.cmake,
17654           FindFLTK.cmake, FindGLU.cmake, FindGnuplot.cmake,
17655           FindOpenGL.cmake, FindPNG.cmake, FindPerl.cmake,
17656           FindPythonLibs.cmake, FindQt.cmake, FindSelfPackers.cmake,
17657           FindTCL.cmake, FindThreads.cmake, FindUnixCommands.cmake,
17658           FindVTK.cmake, FindWget.cmake, FindX11.cmake,
17659           FindwxWidgets.cmake, FindwxWindows.cmake,
17660           TestForANSIStreamHeaders.cmake, UseVTK40.cmake,
17661           Use_wxWindows.cmake, UsewxWidgets.cmake,
17662           Platform/CYGWIN-g77.cmake: ENH: Cleanup. Use relative path to
17663           modules
17665 2004-08-26 21:43  hoffman
17667         * Modules/Platform/SunOS.cmake: hack to try and fix sun platform
17669 2004-08-26 18:00  king
17671         * Docs/cmake-mode.el: BUG: Only count block open tokens if they are
17672           followed by an open paren.
17674 2004-08-26 17:49  hoffman
17676         * Source/cmTryCompileCommand.cxx: ENH: try compiles in CXX require
17677           C to be enabled as well
17679 2004-08-26 16:34  hoffman
17681         * Modules/CMakeDetermineFortranCompiler.cmake,
17682           Source/CMakeLists.txt: ENH: try to find fortran compiler before
17683           adding the test
17685 2004-08-26 16:11  hoffman
17687         * Source/CMakeLists.txt: ENH: try to find fortran compiler before
17688           adding the test
17690 2004-08-26 16:00  hoffman
17692         * Source/CMakeLists.txt: remove test fortran for now
17694 2004-08-26 15:55  hoffman
17696         * Source/CMakeLists.txt: Add a fortran test if there is a fortran
17697           compiler
17699 2004-08-26 15:50  hoffman
17701         * Modules/CMakeDetermineFortranCompiler.cmake,
17702           Source/CMakeLists.txt: Add a fortran test if there is a fortran
17703           compiler
17705 2004-08-26 14:55  hoffman
17707         * Modules/CMake.cmake, Modules/CMakeCInformation.cmake,
17708           Modules/CMakeCXXInformation.cmake,
17709           Modules/CMakeCommonLanguageInclude.cmake,
17710           Modules/CMakeDefaultMakeRuleVariables.cmake,
17711           Modules/CMakeDetermineCCompiler.cmake,
17712           Modules/CMakeDetermineCXXCompiler.cmake,
17713           Modules/CMakeDetermineFortranCompiler.cmake,
17714           Modules/CMakeDetermineJavaCompiler.cmake,
17715           Modules/CMakeFortranCompiler.cmake.in,
17716           Modules/CMakeFortranInformation.cmake,
17717           Modules/CMakeGenericSystem.cmake,
17718           Modules/CMakeJavaCompiler.cmake.in,
17719           Modules/CMakeJavaInformation.cmake,
17720           Modules/CMakeSystemSpecificInformation.cmake,
17721           Modules/CMakeTestFortranCompiler.cmake,
17722           Modules/Platform/AIX.cmake, Modules/Platform/BSDOS.cmake,
17723           Modules/Platform/CYGWIN.cmake, Modules/Platform/Darwin.cmake,
17724           Modules/Platform/FreeBSD.cmake, Modules/Platform/HP-UX.cmake,
17725           Modules/Platform/IRIX.cmake, Modules/Platform/IRIX64.cmake,
17726           Modules/Platform/Linux.cmake, Modules/Platform/MP-RAS.cmake,
17727           Modules/Platform/NetBSD.cmake, Modules/Platform/OSF1.cmake,
17728           Modules/Platform/OpenBSD.cmake, Modules/Platform/RISCos.cmake,
17729           Modules/Platform/SCO_SV.cmake, Modules/Platform/SINIX.cmake,
17730           Modules/Platform/SunOS.cmake, Modules/Platform/True64.cmake,
17731           Modules/Platform/ULTRIX.cmake, Modules/Platform/UNIX_SV.cmake,
17732           Modules/Platform/UnixWare.cmake,
17733           Modules/Platform/Windows-gcc.cmake,
17734           Modules/Platform/Windows-ifort.cmake,
17735           Modules/Platform/Xenix.cmake, Source/CMakeLists.txt,
17736           Source/cmGlobalBorlandMakefileGenerator.cxx,
17737           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
17738           Source/cmGlobalUnixMakefileGenerator.cxx,
17739           Source/cmListFileCache.cxx,
17740           Source/cmLocalUnixMakefileGenerator.cxx,
17741           Source/cmProjectCommand.cxx, Source/cmTryCompileCommand.cxx,
17742           Source/cmake.cxx, Tests/Complex/Executable/complex.cxx,
17743           Tests/ComplexOneConfig/Executable/complex.cxx,
17744           Tests/ComplexRelativePaths/Executable/complex.cxx,
17745           Tests/Fortran/CMakeLists.txt: ENH: more uniform approach to
17746           enable language, one step closer to being able to enable a
17747           language without modifing cmake source code
17749 2004-08-26 09:45  andy
17751         * Source/: cmCTest.cxx, cmCTest.h: ENH: Make default date shorter
17753 2004-08-25 12:42  hoffman
17755         * Source/cmCTest.cxx: ENH: better error display for failure
17757 2004-08-25 08:44  hoffman
17759         * Source/cmCTest.cxx: ENH: produce better error message for missing
17760           variables in -S mode
17762 2004-08-24 11:30  andy
17764         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fix the list of
17765           targets. The base target name now includes the MACOSX_BUNDLE path
17767 2004-08-24 11:17  andy
17769         * Source/cmAddExecutableCommand.cxx: BUG: If macdir does not end
17770           with '/' then add it always, not just when adding current
17771           directory
17773 2004-08-23 14:33  andy
17775         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
17776           Implement PreLoad.cmake feature for CMakeSetup
17778 2004-08-23 14:09  hoffman
17780         * Source/CTest/CMakeLists.txt: fix syntax
17782 2004-08-23 13:45  hoffman
17784         * CMakeLists.txt, Source/CTest/CMakeLists.txt: ENH: fix out of the
17785           box build on sgi to match dashboards
17787 2004-08-23 11:33  hoffman
17789         * Modules/FindJava.cmake: BUG: 1107 add extra place to look for
17790           java
17792 2004-08-23 11:29  martink
17794         * Source/cmCTest.cxx: now will check out src dir if it has the necc
17795           info
17797 2004-08-23 11:21  hoffman
17799         * Modules/FindJava.cmake: BUG: 1107 add extra place to look for
17800           java
17802 2004-08-19 12:51  andy
17804         * Source/cmCTest.cxx: ENH: Handle gmake error message
17806 2004-08-18 09:28  andy
17808         * Modules/CMakeSystemSpecificInformation.cmake: BUG: Unly set gcc
17809           flags for C compiler if CMAKE_COMPILER_IS_GNUCC is set
17811 2004-08-18 08:52  andy
17813         * Source/cmCTest.cxx: BUG: When GetNightlyTime returns past time,
17814           fix everything. Also, return correct time when printing
17816 2004-08-17 19:18  andy
17818         * Modules/Platform/Darwin-xlc.cmake: ENH: Initial import for Darwin
17819           using xlC
17821 2004-08-17 16:13  andy
17823         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: Reload
17824           PreLoad.cmake every time you do configure
17826 2004-08-17 15:36  andy
17828         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: Enable preload for
17829           ccmake
17831 2004-08-17 15:36  andy
17833         * Source/: cmake.cxx, cmake.h: ENH: Move PreLoad.cmake code to
17834           public method so that ccmake and CMakeSetup can call it
17836 2004-08-17 14:23  andy
17838         * Source/cmCTest.cxx: BUG: Attempt to fix timezone problem where
17839           start time appears one day before the actual start time. Also add
17840           verbosity to GetNightlyTime
17842 2004-08-16 09:03  king
17844         * Utilities/Release/config_IRIX64: BUG: Need to set HAVE_LIBCRYPTO
17845           to 0 instead of letting the test be done.
17847 2004-08-11 20:36  hoffman
17849         * Source/cmCTest.cxx: fix it
17851 2004-08-11 16:58  hoffman
17853         * Source/: cmAbstractFilesCommand.cxx, cmAddExecutableCommand.cxx,
17854           cmCreateTestSourceList.cxx, cmGlobalCodeWarriorGenerator.cxx,
17855           cmGlobalGenerator.cxx, cmGlobalUnixMakefileGenerator.cxx,
17856           cmLocalVisualStudio6Generator.cxx,
17857           cmLocalVisualStudio7Generator.cxx, cmUtilitySourceCommand.cxx:
17858           ENH: use GetRequiredDefinition instead of GetDefinition and crash
17860 2004-08-11 16:57  hoffman
17862         * Source/: cmGlobalVisualStudio6Generator.cxx,
17863           cmGlobalVisualStudio7Generator.cxx: ENH: change RUN_TESTS to use
17864           -C and not -D also use GetRequiredDefinition where needed
17866 2004-08-11 16:37  hoffman
17868         * Source/cmCTest.cxx: ENH: fixes for RUN_TESTS from visual studio
17869           IDE, fprintf does not print right away, so std::cerr had to be
17870           used.  Also, allow .\ to start the config type
17872 2004-08-11 16:35  hoffman
17874         * Modules/CMakeSystemSpecificInformation.cmake,
17875           Modules/CMakeTestFortranCompiler.cmake, Source/cmSystemTools.cxx:
17876           ENH: minor fortran fixes
17878 2004-08-11 09:31  hoffman
17880         * CMakeLists.txt, ChangeLog.manual, DartConfig.cmake,
17881           Docs/cmake-mode.el, Modules/CMakeSystemSpecificInformation.cmake,
17882           Modules/CMakeVS8FindMake.cmake, Modules/Dart.cmake,
17883           Modules/FindDoxygen.cmake, Modules/FindFLTK.cmake,
17884           Modules/FindKDE.cmake, Modules/FindQt.cmake,
17885           Modules/FindSWIG.cmake, Modules/UseSWIG.cmake,
17886           Source/CMakeLists.txt, Source/cmAuxSourceDirectoryCommand.h,
17887           Source/cmCTest.cxx, Source/cmCTest.h, Source/cmCommands.cxx,
17888           Source/cmCreateTestSourceList.cxx, Source/cmDynamicLoader.cxx,
17889           Source/cmExecProgramCommand.cxx, Source/cmFLTKWrapUICommand.cxx,
17890           Source/cmFileCommand.cxx, Source/cmGetTargetPropertyCommand.h,
17891           Source/cmGlobalCodeWarriorGenerator.cxx,
17892           Source/cmGlobalGenerator.cxx,
17893           Source/cmGlobalVisualStudio6Generator.cxx,
17894           Source/cmGlobalVisualStudio71Generator.cxx,
17895           Source/cmGlobalVisualStudio7Generator.cxx,
17896           Source/cmGlobalVisualStudio8Generator.cxx,
17897           Source/cmGlobalVisualStudio8Generator.h, Source/cmIfCommand.cxx,
17898           Source/cmIfCommand.h, Source/cmLinkLibrariesCommand.cxx,
17899           Source/cmListFileLexer.c, Source/cmListFileLexer.in.l,
17900           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
17901           Source/cmLocalUnixMakefileGenerator.cxx,
17902           Source/cmLocalVisualStudio7Generator.cxx,
17903           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
17904           Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapUICommand.cxx,
17905           Source/cmSubdirCommand.h, Source/cmSystemTools.cxx,
17906           Source/cmSystemTools.h, Source/cmTarget.cxx,
17907           Source/cmTargetLinkLibrariesCommand.cxx,
17908           Source/cmTryRunCommand.cxx, Source/cmUseMangledMesaCommand.cxx,
17909           Source/cmWin32ProcessExecution.cxx, Source/cmake.cxx,
17910           Source/cmakewizard.h, Source/CTest/cmCTestSubmit.cxx,
17911           Source/CTest/cmCTestSubmit.h, Source/CTest/Curl/CMakeLists.txt,
17912           Source/CursesDialog/cmCursesMainForm.cxx,
17913           Source/MFCDialog/CMakeSetupDialog.cpp,
17914           Source/MFCDialog/PathDialog.cpp, Source/kwsys/CMakeLists.txt,
17915           Source/kwsys/ProcessUNIX.c, Source/kwsys/SystemTools.cxx,
17916           Templates/CMakeWindowsSystemConfig.cmake,
17917           Templates/TestDriver.cxx.in, Tests/Simple/CMakeLists.txt,
17918           Tests/SimpleInstall/CMakeLists.txt, Tests/SimpleInstall/inst.cxx,
17919           Tests/SimpleInstall/lib4.cxx, Tests/SimpleInstall/lib4.h,
17920           Tests/SimpleInstall/TestSubDir/CMakeLists.txt,
17921           Tests/SimpleInstall/TestSubDir/TSD.cxx,
17922           Tests/SimpleInstall/TestSubDir/TSD.h,
17923           Tests/SimpleInstall/TestSubDir/TSD_utils.cxx,
17924           Tests/SimpleInstallS2/CMakeLists.txt,
17925           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/lib4.cxx,
17926           Tests/SimpleInstallS2/lib4.h,
17927           Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt,
17928           Tests/SimpleInstallS2/TestSubDir/TSD.cxx,
17929           Tests/SimpleInstallS2/TestSubDir/TSD.h,
17930           Tests/SimpleInstallS2/TestSubDir/TSD_utils.cxx,
17931           Utilities/Doxygen/CMakeLists.txt,
17932           Utilities/Release/cmake_release.sh: Moving latest release branch
17933           to CMake-2-0-3.
17935 2004-08-09 18:39  martink
17937         * Source/cmIncludeCommand.cxx: ENH: Allow user to overwrite
17938           Platforms files
17940 2004-08-09 18:20  martink
17942         * Modules/Platform/Windows-icl.cmake: ENH: Initial import
17944 2004-08-09 17:42  hoffman
17946         * Source/kwsys/SystemTools.cxx: BUG: fix for try run failing on
17947           some cygwin builds.  Allow a driver letter to start a full path
17948           on cygwin
17950 2004-08-09 13:03  hoffman
17952         * Source/cmMakefile.cxx: BUG: fix bug where custom command
17953           generated .h files do not get the header_file_only flag set
17955 2004-08-06 15:05  hoffman
17957         * Tests/Fortran/: CMakeLists.txt, hello.f: ENH: initial fortran
17959 2004-08-06 14:51  hoffman
17961         * Modules/CMakeDefaultMakeRuleVariables.cmake,
17962           Modules/CMakeDetermineFortranCompiler.cmake,
17963           Modules/CMakeFortranCompiler.cmake.in,
17964           Modules/CMakeSystemSpecificInformation.cmake,
17965           Modules/CMakeTestFortranCompiler.cmake,
17966           Modules/Platform/CYGWIN-g77.cmake, Modules/Platform/g77.cmake,
17967           Source/cmGlobalGenerator.cxx,
17968           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
17969           Source/cmMakefile.h, Source/cmSystemTools.cxx,
17970           Source/cmSystemTools.h, Source/cmTarget.cxx, Source/cmTarget.h,
17971           Source/cmTryCompileCommand.cxx: ENH: initial fortran support
17973 2004-08-05 11:59  hoffman
17975         * Modules/FindQt.cmake: ENH: remove verbose QT message
17977 2004-08-05 11:51  king
17979         * Source/cmAddExecutableCommand.cxx: ERR: Replacing hack call to
17980           CONFIGURE_FILE command with direct call to
17981           m_Makefile->ConfigureFile.
17983 2004-08-05 10:27  king
17985         * ChangeLog.manual, Source/cmGlobalGenerator.cxx,
17986           Source/cmLocalUnixMakefileGenerator.cxx: BUG#427: Merging fix to
17987           CMake 2.0 release branch.
17989 2004-08-05 10:17  king
17991         * Source/: cmGlobalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
17992           BUG#427: Generated makefiles need to have targets with canonical
17993           names for each executable and library target in order for
17994           try-compiles to work correctly when specifying the target.
17996 2004-08-05 09:29  king
17998         * ChangeLog.manual, Source/cmGlobalCodeWarriorGenerator.cxx,
17999           Source/cmGlobalCodeWarriorGenerator.h,
18000           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
18001           Source/cmGlobalVisualStudio6Generator.cxx,
18002           Source/cmGlobalVisualStudio6Generator.h,
18003           Source/cmGlobalVisualStudio7Generator.cxx,
18004           Source/cmGlobalVisualStudio7Generator.h,
18005           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
18006           Source/cmTryRunCommand.cxx: Merging fixes from main tree.  See
18007           ChangeLog.manual section on 2.0.4 for details.
18009 2004-08-05 09:17  king
18011         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Fixed crash when
18012           CMAKE_CXX_STACK_SIZE is not defined.
18014 2004-08-04 17:24  king
18016         * Source/cmMakefile.cxx: BUG: Fix crash when adding a custom
18017           command to a source file that cannot be created.
18019 2004-08-04 17:21  hoffman
18021         * Source/cmTryRunCommand.cxx: ENH: allow debug of tryrun
18023 2004-08-04 16:33  king
18025         * Source/: cmGlobalCodeWarriorGenerator.cxx,
18026           cmGlobalCodeWarriorGenerator.h, cmGlobalGenerator.cxx,
18027           cmGlobalGenerator.h, cmGlobalVisualStudio6Generator.cxx,
18028           cmGlobalVisualStudio6Generator.h,
18029           cmGlobalVisualStudio7Generator.cxx,
18030           cmGlobalVisualStudio7Generator.h, cmMakefile.cxx: BUG:
18031           CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the
18032           cmMakefile instance for the listfile containing the TRY_COMPILE
18033           call, not the top level listfile.
18035 2004-08-04 14:34  king
18037         * Source/cmMakefile.cxx: ERR: Removed duplicate default arguments.
18039 2004-08-04 13:05  hoffman
18041         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: fix incorrect
18042           selection of visual studio generator
18044 2004-08-04 10:45  king
18046         * Source/: cmCPluginAPI.cxx, cmForEachCommand.cxx,
18047           cmListFileCache.cxx, cmListFileCache.h, cmMacroCommand.cxx,
18048           cmMakefile.cxx, cmMakefile.h: ENH: Added support for special
18049           variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE
18050           that evaluate to the file name and line number in which they
18051           appear.  This implements the feature request from bug 1012.
18053 2004-08-04 10:00  king
18055         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: BUG: Fixed
18056           typo in name of MSVC 8 registry key.
18058 2004-08-04 08:50  andy
18060         * Source/cmIfCommand.cxx: ERR: Fix warnings and memory leak
18062 2004-08-03 10:20  hoffman
18064         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: create a
18065           server that does not use vtkPVApplication or tcl wrapping.  Move
18066           several classes from GUI/Client to Servers/Filters. Remove use of
18067           PARAVIEW_NEW_SOURCE_ORGANIZATION define.
18069 2004-08-03 08:13  andy
18071         * Source/: cmIfCommand.cxx, cmIfCommand.h: BUG: When regular
18072           expression failes to compile, produce error: Fixes part of Bug
18073           #1025 - CMake silently ignores regular expression failure
18075 2004-08-02 08:36  andy
18077         * Source/cmCTest.cxx: BUG: these flags do not take arguments, so
18078           they do not really need to check if they are last. Fixes Bug
18079           #1020 - ctest doesn't parse its options correctly
18081 2004-07-30 15:50  andy
18083         * Source/: cmInstallFilesCommand.h, cmInstallProgramsCommand.h,
18084           cmInstallTargetsCommand.h: ENH: Since install works on Windows
18085           too, remove the UNIX
18087 2004-07-30 09:42  hoffman
18089         * CMakeLists.txt, Utilities/Release/cmake_release.sh: change
18090           version to 2.0.3
18092 2004-07-29 17:15  andy
18094         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add some documentation, and
18095           make sure that the flag given to -D -T or -M is valid. Fixes Bug
18096           #1015 - Documentation: ctest -D
18098 2004-07-29 17:07  andy
18100         * Modules/Dart.cmake: ENH: Add MemCheck to the list of Make
18101           targets. Closes Bug #1016 - Testing targets in Makefile
18103 2004-07-29 15:26  andy
18105         * Source/cmCTest.cxx: ENH: Add AIX linker error
18107 2004-07-29 14:45  hoffman
18109         * ChangeLog.manual, Modules/Dart.cmake, Source/cmCTest.cxx,
18110           Source/cmCTest.h, Source/cmLocalVisualStudio7Generator.cxx,
18111           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
18112           Source/cmTarget.cxx, Source/cmake.cxx,
18113           Source/CTest/cmCTestSubmit.cxx, Source/kwsys/SystemTools.cxx:
18114           merges from main tree
18116 2004-07-29 14:19  hoffman
18118         * Modules/CMakeSystemSpecificInformation.cmake,
18119           Source/cmTarget.cxx, Source/cmakewizard.h: merge from main tree,
18120           comment spelling fixes
18122 2004-07-29 11:46  king
18124         * ChangeLog.manual, Source/cmLinkLibrariesCommand.cxx,
18125           Source/cmTargetLinkLibrariesCommand.cxx: BUG: Fixed crash when
18126           optimized/debug argument to a link-libraries command is not
18127           followed by a value.
18129 2004-07-29 11:43  king
18131         * Source/: cmTargetLinkLibrariesCommand.cxx,
18132           cmLinkLibrariesCommand.cxx: BUG: Fixed crash when optimized/debug
18133           argument is not followed by a value.
18135 2004-07-29 11:11  andy
18137         * Tests/X11/CMakeLists.txt: ERR: Fix test to use post CMAKE_X_LIBS
18138           variables
18140 2004-07-29 10:22  king
18142         * ChangeLog.manual: ENH: Added changes for
18143           cmAuxSourceDirectoryCommand.h and cmGetTargetPropertyCommand.h
18145 2004-07-28 08:12  king
18147         * Source/: cmGetTargetPropertyCommand.h: ENH: Added documentation
18148           of LOCATION target property.
18150 2004-07-27 13:40  hoffman
18152         * Source/cmake.cxx: BUG: fix for bug 971, pick a better generator
18153           from the command line
18155 2004-07-27 08:52  andy
18157         * Modules/Dart.cmake: DOC: Fix typo
18159 2004-07-27 08:49  andy
18161         * Source/CTest/cmCTestSubmit.cxx: BUG: Allow submit and trigger url
18162           to contain ?. Fixes Bug #997 - CTest cannot handle URLs which
18163           contain a "?"
18165 2004-07-27 08:48  andy
18167         * Modules/Dart.cmake: ENH: Allow project to overwrite
18168           CMAKE_SYSTEM_NAME part of default BUILDNAME
18170 2004-07-26 16:59  hoffman
18172         * Modules/CMakeSystemSpecificInformation.cmake,
18173           Source/cmMakefile.cxx, Source/cmTarget.cxx, Source/cmakewizard.h:
18174           BUG: fix for bug 998, fix spelling errors
18176 2004-07-26 16:00  andy
18178         * Source/cmCTest.cxx: ENH: Support Threading Problem in memcheck
18180 2004-07-26 15:52  andy
18182         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add maximum size of test
18183           output
18185 2004-07-24 19:58  king
18187         * Source/: cmAuxSourceDirectoryCommand.h: ENH: Added warning about
18188           using this command to avoid listing sources for a library by
18189           hand.  It is supposed to be used only for Templates directories.
18191 2004-07-22 11:20  hoffman
18193         * ChangeLog.manual, Modules/FindFLTK.cmake, Modules/FindQt.cmake,
18194           Source/cmCTest.cxx, Source/cmDynamicLoader.cxx,
18195           Source/cmGlobalCodeWarriorGenerator.cxx,
18196           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
18197           Source/cmUseMangledMesaCommand.cxx, Source/cmake.cxx,
18198           Source/CursesDialog/cmCursesMainForm.cxx,
18199           Source/MFCDialog/CMakeSetupDialog.cpp,
18200           Templates/CMakeWindowsSystemConfig.cmake,
18201           Templates/TestDriver.cxx.in: merge from main tree
18203 2004-07-22 10:59  hoffman
18205         * Modules/: FindFLTK.cmake, FindQt.cmake: BUG: put back flags to
18206           maintain backwards compatibility
18208 2004-07-20 16:18  andy
18210         * Source/: cmCTest.cxx, cmCTest.h: BUG: Encode current time so that
18211           on some international computers xslt will not break. Also, for
18212           continuous, do not repeat if there were locally modified files or
18213           conflict, but only when things actually update
18215 2004-07-20 11:09  andy
18217         * Source/kwsys/SystemTools.cxx: BUG: If source and destination is
18218           the same file, then do not copy file always
18220 2004-07-20 11:07  andy
18222         * Source/cmMakefile.cxx: ENH: When running cmake with PreLoad make
18223           sure CMAKE_CURRENT_SOURCE/BINARY_DIR works
18225 2004-07-20 11:02  hoffman
18227         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: remove deletes
18229 2004-07-19 13:01  hoffman
18231         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: fix for 981 cursor
18232           returns to correct place in help screen
18234 2004-07-19 13:00  hoffman
18236         * Source/cmDynamicLoader.cxx: bug fix for 986
18238 2004-07-16 16:02  hoffman
18240         * Source/cmake.cxx: ENH: add a message at the end of the cmake run
18241           telling the user where things were written.
18243 2004-07-16 15:18  hoffman
18245         * Templates/TestDriver.cxx.in: make sure tests flush output
18247 2004-07-15 14:38  hoffman
18249         * Source/cmLocalVisualStudio7Generator.cxx: ENH: sort flags, and
18250           fix order and case problems and add a few more
18252 2004-07-15 13:53  martink
18254         * Source/cmCTest.cxx: better error warning exceptions
18256 2004-07-14 19:53  hoffman
18258         * Source/cmLocalVisualStudio7Generator.cxx: ENH: remove warnings
18260 2004-07-14 16:10  hoffman
18262         * Source/: cmLocalVisualStudio7Generator.cxx,
18263           cmLocalVisualStudio7Generator.h: ENH: use a map to fill out
18264           flags, and keep command line consistent with the GUI
18266 2004-07-14 16:09  hoffman
18268         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix browse button to use
18269           correct windows style initial directory
18271 2004-07-13 17:33  king
18273         * Source/kwsys/testProcess.c: BUG: Fixed off-by-one error in test6
18274           function.
18276 2004-07-13 17:27  king
18278         * Source/kwsys/: testProcess.c, CMakeLists.txt: ENH: Added test for
18279           runaway output.
18281 2004-07-13 16:50  king
18283         * Source/kwsys/ProcessWin32.c: ENH: Re-arranged handling of the two
18284           threads per pipe to improve readability of code.
18286 2004-07-13 16:23  king
18288         * Source/kwsys/ProcessWin32.c: BUG: Fix for read pipe wakeup when
18289           child is writing alot of data and may fill the pipe buffer before
18290           WriteFile is called.
18292 2004-07-13 13:05  martink
18294         * Source/CTest/Curl/CMakeLists.txt: fix warnign on OSX
18296 2004-07-13 11:06  martink
18298         * Source/: cmCTest.cxx, cmCTest.h: submit elapsed times as well
18300 2004-07-13 10:03  andy
18302         * Modules/FindQt.cmake: BUG: These regular expressions were wrong
18303           because \\t does not match tab. Also, this fix prevents whole
18304           file to be dumped to the cache
18306 2004-07-09 15:38  hoffman
18308         * Modules/FindQt.cmake: merge in fixes from neundorf at kde org,
18309           bug 869
18311 2004-07-09 14:18  hoffman
18313         * Source/: cmMakefile.cxx, cmUseMangledMesaCommand.cxx: BUG: fix
18314           spelling errors BUG 952
18316 2004-07-09 13:50  hoffman
18318         * Source/cmGlobalCodeWarriorGenerator.cxx,
18319           Templates/CMakeDotNetSystemConfig.cmake,
18320           Templates/CMakeWindowsSystemConfig.cmake: BUG: remove unused
18321           variable CMAKE_OBJECT_FILE_SUFFIX from cmake
18323 2004-07-09 11:49  king
18325         * Source/kwsys/ProcessUNIX.c: ERR: Fixed missing return warning.
18326           Code was not reachable anyway.
18328 2004-07-09 09:12  hoffman
18330         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: remove double
18331           include flags for rc resouce compiles
18333 2004-07-07 18:15  king
18335         * Source/kwsys/ProcessWin32.c: ENH: Added windows implementation of
18336           Disown/Detach.
18338 2004-07-07 17:46  king
18340         * Source/kwsys/ProcessUNIX.c: BUG: Do not disown if process has
18341           already been killed or the timeout expired.  Also need to call
18342           kwsysProcessCleanup to disown.
18344 2004-07-07 17:27  king
18346         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
18347           Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow
18348           detached processes to be created.  Currently implemented only on
18349           UNIX.
18351 2004-07-07 17:09  hoffman
18353         * ChangeLog.manual, DartConfig.cmake,
18354           Modules/CMakeVS8FindMake.cmake, Modules/FindSWIG.cmake,
18355           Modules/UseSWIG.cmake, Source/CMakeLists.txt, Source/cmCTest.cxx,
18356           Source/cmCTest.h, Source/cmExecProgramCommand.cxx,
18357           Source/cmFileCommand.cxx, Source/cmGlobalGenerator.cxx,
18358           Source/cmGlobalVisualStudio8Generator.cxx,
18359           Source/cmGlobalVisualStudio8Generator.h,
18360           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
18361           Source/cmLocalVisualStudio7Generator.cxx,
18362           Source/cmLocalVisualStudio7Generator.h, Source/cmMakefile.cxx,
18363           Source/cmQTWrapUICommand.cxx, Source/cmSystemTools.cxx,
18364           Source/cmSystemTools.h, Source/cmTryRunCommand.cxx,
18365           Source/cmWin32ProcessExecution.cxx, Source/cmake.cxx,
18366           Source/MFCDialog/CMakeSetupDialog.cpp,
18367           Source/kwsys/CMakeLists.txt, Source/kwsys/ProcessUNIX.c,
18368           Source/kwsys/SystemTools.cxx, Tests/SimpleInstall/CMakeLists.txt,
18369           Tests/SimpleInstall/inst.cxx, Tests/SimpleInstall/lib4.cxx,
18370           Tests/SimpleInstall/lib4.h,
18371           Tests/SimpleInstall/TestSubDir/CMakeLists.txt,
18372           Tests/SimpleInstall/TestSubDir/TSD.cxx,
18373           Tests/SimpleInstall/TestSubDir/TSD.h,
18374           Tests/SimpleInstall/TestSubDir/TSD_utils.cxx,
18375           Tests/SimpleInstallS2/CMakeLists.txt,
18376           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/lib4.cxx,
18377           Tests/SimpleInstallS2/lib4.h,
18378           Tests/SimpleInstallS2/TestSubDir/CMakeLists.txt,
18379           Tests/SimpleInstallS2/TestSubDir/TSD.cxx,
18380           Tests/SimpleInstallS2/TestSubDir/TSD.h,
18381           Tests/SimpleInstallS2/TestSubDir/TSD_utils.cxx: merge from main
18382           tree, see ChangeLog.manual for changes
18384 2004-07-07 16:09  andy
18386         * Source/cmCTest.cxx: BUG: LastMemCheck is not really an XML file
18388 2004-07-07 13:03  king
18390         * Source/kwsys/ProcessUNIX.c: ERR: Using KWSYSPE_PIPE_BUFFER_SIZE
18391           in place of separate bufferSize constant for consistency.
18393 2004-07-05 12:16  hoffman
18395         * Modules/CMakeVS8FindMake.cmake,
18396           Modules/Platform/Windows-cl.cmake, Source/CMakeLists.txt,
18397           Source/cmGlobalGenerator.cxx,
18398           Source/cmGlobalVisualStudio8Generator.cxx,
18399           Source/cmGlobalVisualStudio8Generator.h,
18400           Source/cmLocalVisualStudio7Generator.cxx,
18401           Source/cmLocalVisualStudio7Generator.h, Source/cmake.cxx,
18402           Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add support for
18403           VCExpress 2005
18405 2004-07-04 00:05  hoffman
18407         * Source/kwsys/ProcessUNIX.c: no c++ comments in c
18409 2004-07-03 12:00  hoffman
18411         * Source/kwsys/ProcessUNIX.c: fix for hp build
18413 2004-07-02 17:39  king
18415         * Source/kwsys/CMakeLists.txt: BUG: Need a C-only library for C
18416           tests.
18418 2004-07-02 16:39  king
18420         * Source/kwsys/ProcessUNIX.c: BUG#392: Implementation of process
18421           tree killing for systems with /proc filesystem.
18423 2004-07-02 16:29  king
18425         * Source/: cmCTest.cxx, cmCTest.h: BUG#969: Partially fixed by at
18426           least using the timeout for the individual calls to
18427           RunSingleCommand from within the inner ctest instance.  This
18428           should be modified to incrementally adjust remaining time.
18430 2004-07-02 16:27  king
18432         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Made
18433           RunSingleCommand take a double as its timeout length.
18435 2004-07-02 14:09  king
18437         * Source/cmFileCommand.cxx: BUG: Fixed generation of installation
18438           manifest to account for library versioning symlinks.  Also
18439           removed DESTDIR prefix from generated manifest.
18441 2004-07-02 14:08  king
18443         * Source/cmLocalGenerator.cxx: BUG: install_manifest.txt should be
18444           overwritten each time the install is run.
18446 2004-07-02 13:39  king
18448         * Tests/: SimpleInstall/CMakeLists.txt,
18449           SimpleInstallS2/CMakeLists.txt: ERR: Removed debugging code from
18450           test.
18452 2004-07-02 11:51  andy
18454         * Source/cmFileCommand.cxx: BUG: If the destination is the same as
18455           source, do not copy file. Fixes Bug #956 - make install broken
18457 2004-07-02 09:57  andy
18459         * Source/cmake.cxx: ENH: Also read PreLoad.cmake from the binary
18460           tree
18462 2004-06-30 11:31  hoffman
18464         * Source/: cmMakefile.cxx, kwsys/SystemTools.cxx: ENH: add
18465           CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and
18466           search them first, PATH second, and last the paths listed in the
18467           FIND call
18469 2004-06-30 08:59  andy
18471         * Source/cmFileCommand.cxx: ERR: Fix typo
18473 2004-06-29 16:40  hoffman
18475         * Source/cmQTWrapUICommand.cxx: ENH: remove QT_WRAP_UI flag
18477 2004-06-29 10:22  hoffman
18479         * Modules/FindSWIG.cmake: BUG: make sure if swig is found, we know
18480           it is found
18482 2004-06-29 09:23  andy
18484         * Source/cmFileCommand.cxx, Tests/SimpleInstall/CMakeLists.txt,
18485           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Better handling of
18486           debug postfix and fix the test
18488 2004-06-28 16:39  andy
18490         * Source/cmFileCommand.cxx, Source/cmGlobalGenerator.cxx,
18491           Tests/SimpleInstall/CMakeLists.txt,
18492           Tests/SimpleInstallS2/CMakeLists.txt: ERR: Fix visual studio
18493           install
18495 2004-06-28 14:39  andy
18497         * Source/cmFileCommand.cxx, Source/cmLocalGenerator.cxx,
18498           Source/cmLocalGenerator.h, Tests/SimpleInstall/CMakeLists.txt,
18499           Tests/SimpleInstall/inst.cxx,
18500           Tests/SimpleInstallS2/CMakeLists.txt,
18501           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstall/lib4.cxx,
18502           Tests/SimpleInstall/lib4.h, Tests/SimpleInstallS2/lib4.cxx,
18503           Tests/SimpleInstallS2/lib4.h: BUG: Implement installing of shared
18504           library versioning and add test for the whole thing
18506 2004-06-28 11:14  andy
18508         * Modules/UseSWIG.cmake: BUG: Add more comments and fix
18509           CMAKE_SWIG_FLAGS
18511 2004-06-28 09:08  andy
18513         * Modules/FindSWIG.cmake: BUG: Replace MATCHES with STREQUAL for
18514           better checking, better checking for existence of swig directory,
18515           verify if required flag was set, support fedora's location of
18516           swig. Fixes Bug #955 - Swig on fedora and Bug #954 -
18517           FIND_PACKAGE(SWIG REQUIRED)
18519 2004-06-26 08:40  hoffman
18521         * Modules/UseSWIG.cmake: BUG: SWIG_FLAGS was ignored by the add
18522           swig source to module command
18524 2004-06-25 14:04  andy
18526         * CMakeLists.txt: ENH: Build expat as a part of default build
18528 2004-06-25 14:04  andy
18530         * Utilities/cmexpat/: .NoDartCoverage, CMakeLists.txt, COPYING,
18531           ascii.h, asciitab.h, cm_expat_mangle.h, expat.h,
18532           expatConfig.h.in, expatDllConfig.h.in, iasciitab.h, latin1tab.h,
18533           nametab.h, utf8tab.h, xmlparse.c, xmlrole.c, xmlrole.h, xmltok.c,
18534           xmltok.h, xmltok_impl.c, xmltok_impl.h, xmltok_ns.c: ENH: Initial
18535           import of expat
18537 2004-06-24 09:05  hoffman
18539         * Source/cmWin32ProcessExecution.cxx: ENH: remove warning on
18540           borland
18542 2004-06-24 08:57  hoffman
18544         * Source/cmExecProgramCommand.cxx: BUG: exec program should not
18545           fail if it can not exec the program, but should only set the
18546           return value to -1 and set the output to the reason for the
18547           failure.
18549 2004-06-23 16:34  hoffman
18551         * Source/: cmExecProgramCommand.cxx, cmSystemTools.cxx,
18552           cmSystemTools.h, cmTryRunCommand.cxx,
18553           cmWin32ProcessExecution.cxx: BUG: fix spaces in path on mingw,
18554           and change EXEC_PROGRAM to return false when it does not run,
18555           also do not convert the directory to an output path for
18556           EXEC_PROGRAM as this is done by the process execution, and doing
18557           it twice may cause trouble on some shells.
18559 2004-06-23 16:15  hoffman
18561         * Modules/Platform/Windows-cl.cmake: C++ compiler is not set for c
18562           only projects
18564 2004-06-23 10:13  king
18566         * Source/: cmCacheManager.cxx, CursesDialog/cmCursesMainForm.cxx,
18567           CursesDialog/cmCursesMainForm.h: ENH: Adding MODIFIED property to
18568           cache values that have been changed by the user.
18570 2004-06-22 17:23  hoffman
18572         * Source/cmSystemTools.cxx: BUG: fix spaces in path with mingw and
18573           custom commands
18575 2004-06-21 12:59  hoffman
18577         * ChangeLog.manual: update changes for release 2.0.2
18579 2004-06-21 12:48  hoffman
18581         * CMakeLists.txt, Utilities/Release/cmake_release.sh: change
18582           version on branch
18584 2004-06-21 12:48  hoffman
18586         * CMakeLists.txt: change minimum cmake
18588 2004-06-18 15:47  hoffman
18590         * Source/cmLocalUnixMakefileGenerator.cxx: merge from main tree,
18591           remove automatic -I for source
18593 2004-06-18 15:47  hoffman
18595         * Source/cmSubdirCommand.h: merge from main tree, fix docs
18597 2004-06-18 15:46  hoffman
18599         * Modules/FindFLTK.cmake, Modules/FindQt.cmake,
18600           Source/cmFLTKWrapUICommand.cxx, Source/cmQTWrapCPPCommand.cxx:
18601           merge from main tree, remove useless variables
18603 2004-06-18 15:14  king
18605         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Added special hack
18606           for VTK 4.0-4.4 to re-enable automatic addition of current source
18607           directory to -I path.
18609 2004-06-18 15:01  king
18611         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Added special hack
18612           for VTK 4.0-4.4 to re-enable automatic addition of current source
18613           directory to -I path.
18615 2004-06-18 13:04  king
18617         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Need to preserve
18618           automatic addition of source tree to -I path if
18619           CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0.
18621 2004-06-18 13:00  king
18623         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed typo.
18625 2004-06-18 12:56  king
18627         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Need to preserve
18628           automatic addition of source tree to -I path if
18629           CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0.
18631 2004-06-18 10:54  king
18633         * Docs/: cmake-mode.el: BUG: Fixed parsing of unquoted arguments to
18634           allow double-quotes within the argument.
18636 2004-06-18 10:51  king
18638         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: BUG: Fixed
18639           parsing of unquoted arguments to allow double-quotes within the
18640           argument.
18642 2004-06-16 09:45  hoffman
18644         * Source/cmSubdirCommand.h: clean up documentation
18646 2004-06-16 09:43  hoffman
18648         * Source/cmFLTKWrapUICommand.cxx, Source/cmQTWrapCPPCommand.cxx,
18649           Modules/FindFLTK.cmake, Modules/FindQt.cmake: clean up commands
18650           so they don't need extra variable
18652 2004-06-15 11:52  king
18654         * Source/cmLocalUnixMakefileGenerator.cxx: Removing automatic
18655           addition of a -I path for the current source directory.  This is
18656           not consistent with the Visual Studio generators which do not
18657           provide this path.  It should not be added anyway because it is
18658           adding an include path not requested by the CMakeLists.txt code.
18659           The code I'm removing was originally added in revision 1.17 of
18660           cmUnixMakefileGenerator.cxx as a part of several other changes
18661           and has a commit log entry of
18663             "some bug fixes"
18665           It was propagated from their to cmLocalUnixMakefileGenerator.cxx.
18666            Since all our projects build in the VS IDE without this include
18667           path, it should not be needed.  Users can easily fix problems
18668           caused by this by adding
18670             INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
18672           to their CMakeLists.txt code.  This was often necessary
18673           previously when a project was originally written on a Unix system
18674           and then built with Visual Studio.
18676 2004-06-15 08:32  hoffman
18678         * Source/: cmGlobalVisualStudio6Generator.cxx,
18679           cmGlobalVisualStudio71Generator.cxx,
18680           cmGlobalVisualStudio7Generator.cxx: merge from main tree, fix
18681           GetCurrentDirectory problem
18683 2004-06-15 08:30  hoffman
18685         * Source/: cmGlobalVisualStudio6Generator.cxx,
18686           cmGlobalVisualStudio71Generator.cxx,
18687           cmGlobalVisualStudio7Generator.cxx: fix include order because of
18688           GetCurrentDirectory define and windows.h problem
18690 2004-06-14 13:25  hoffman
18692         * Modules/FindKDE.cmake: merge from main tree, new module
18694 2004-06-14 12:29  hoffman
18696         * Utilities/Doxygen/CMakeLists.txt: merge from main tree
18698 2004-06-14 12:29  hoffman
18700         * Source/CTest/Curl/CMakeLists.txt: merge from main tree, fix
18701           warning on mac
18703 2004-06-14 12:28  hoffman
18705         * Source/: cmIfCommand.cxx, cmIfCommand.h: merge from main tree,
18706           add STRGREATER
18708 2004-06-14 12:28  hoffman
18710         * Source/cmCommands.cxx: merge from main tree, fix bootstrap on mac
18712 2004-06-14 12:27  hoffman
18714         * Modules/FindFLTK.cmake: merge from main tree, look for both Fl.h
18715           and Fl.H
18717 2004-06-14 12:21  hoffman
18719         * Source/cmLocalUnixMakefileGenerator.cxx: merge from main tree,
18720           use cmake to install itself, when building cmake
18722 2004-06-14 12:20  hoffman
18724         * Source/cmIfCommand.cxx: merge from main tree, fix compound if
18725           crash on unix
18727 2004-06-14 12:19  hoffman
18729         * Source/: cmGlobalVisualStudio6Generator.cxx,
18730           cmGlobalVisualStudio71Generator.cxx,
18731           cmGlobalVisualStudio7Generator.cxx: merge from main tree, use
18732           correct path for sub projects
18734 2004-06-14 12:18  hoffman
18736         * Source/cmCTest.cxx: merge from main tree, more -I stuff
18738 2004-06-14 12:18  hoffman
18740         * Source/CMakeLists.txt: merge from main tree, do not use regex for
18741           directoires
18743 2004-06-14 12:17  hoffman
18745         * Modules/FindDoxygen.cmake: ENH: better find for doxygen
18747 2004-06-14 12:16  hoffman
18749         * Modules/Platform/Windows-cl.cmake,
18750           Source/cmLocalVisualStudio7Generator.cxx,
18751           Templates/DLLHeader.dsptemplate: ENH: add NDEBUG to windows
18752           release builds for both ide and nmake
18754 2004-06-14 12:02  martink
18756         * Source/: cmIfCommand.h, cmIfCommand.cxx: added strequal
18758 2004-06-14 11:24  andy
18760         * Tests/CTestTest/test.cmake.in: ENH: Handle spaces in the path
18762 2004-06-14 11:23  andy
18764         * Source/cmCommands.cxx: ERR: On Mac we need
18765           GET_SOURCE_FILE_PROPERTY for building curl
18767 2004-06-14 10:46  hoffman
18769         * Modules/FindKDE.cmake: ENH: add FindKDE from Alex from kde.org
18771 2004-06-14 10:36  hoffman
18773         * Modules/FindFLTK.cmake: fix for bug 915
18775 2004-06-14 10:28  hoffman
18777         * Source/: cmGlobalVisualStudio6Generator.cxx,
18778           cmGlobalVisualStudio71Generator.cxx,
18779           cmGlobalVisualStudio7Generator.cxx: BUG: fix sub project path
18780           problem
18782 2004-06-11 15:27  martink
18784         * CMakeLists.txt, CMakeSystemConfig.txt.in,
18785           CMakeWindowsSystemConfig.txt, ChangeLog.manual, ChangeLog.txt,
18786           DartConfig.cmake, bootstrap, Docs/cmake-mode.el,
18787           Modules/CMakeCCompiler.cmake.in,
18788           Modules/CMakeCXXCompiler.cmake.in,
18789           Modules/CMakeDefaultMakeRuleVariables.cmake,
18790           Modules/CMakeDetermineCCompiler.cmake,
18791           Modules/CMakeDetermineCXXCompiler.cmake,
18792           Modules/CMakeImportBuildSettings.cmake,
18793           Modules/CMakeSystemSpecificInformation.cmake,
18794           Modules/CMakeTestCCompiler.cmake, Modules/CMakeTestGNU.c,
18795           Modules/CheckForPthreads.c, Modules/CheckFunctionExists.c,
18796           Modules/CheckIncludeFile.cmake,
18797           Modules/CheckIncludeFileCXX.cmake, Modules/CheckTypeSize.c,
18798           Modules/CheckTypeSize.cmake, Modules/CheckVariableExists.c,
18799           Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
18800           Modules/FindDCMTK.cmake, Modules/FindGLUT.cmake,
18801           Modules/FindGTK.cmake, Modules/FindITK.cmake,
18802           Modules/FindJNI.cmake, Modules/FindMFC.cmake,
18803           Modules/FindOpenGL.cmake, Modules/FindPHP4.cmake,
18804           Modules/FindPerlLibs.cmake, Modules/FindPike.cmake,
18805           Modules/FindPythonLibs.cmake, Modules/FindQt.cmake,
18806           Modules/FindRuby.cmake, Modules/FindSWIG.cmake,
18807           Modules/FindTCL.cmake, Modules/FindTclsh.cmake,
18808           Modules/FindVTK.cmake, Modules/FindwxWidgets.cmake,
18809           Modules/FindwxWindows.cmake, Modules/MacOSXBundleInfo.plist.in,
18810           Modules/TestBigEndian.c, Modules/UseSWIG.cmake,
18811           Modules/UsewxWidgets.cmake, Modules/Platform/Darwin.cmake,
18812           Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX64.cmake,
18813           Modules/Platform/Linux.cmake, Modules/Platform/OSF1.cmake,
18814           Modules/Platform/SunOS.cmake,
18815           Modules/Platform/Windows-bcc32.cmake,
18816           Modules/Platform/Windows-cl.cmake,
18817           Modules/Platform/Windows-gcc.cmake, Source/CMakeLists.txt,
18818           Source/TODO, Source/cmAddCustomCommandCommand.h,
18819           Source/cmAddCustomTargetCommand.cxx,
18820           Source/cmAddExecutableCommand.cxx,
18821           Source/cmAddExecutableCommand.h, Source/cmAddTestCommand.cxx,
18822           Source/cmCMakeMinimumRequired.h, Source/cmCPluginAPI.cxx,
18823           Source/cmCPluginAPI.h, Source/cmCTest.cxx, Source/cmCTest.h,
18824           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
18825           Source/cmCommand.h, Source/cmCommands.cxx,
18826           Source/cmConfigure.cmake.h.in, Source/cmConfigureFileCommand.cxx,
18827           Source/cmConfigureFileCommand.h,
18828           Source/cmCreateTestSourceList.cxx,
18829           Source/cmCreateTestSourceList.h, Source/cmDocumentation.cxx,
18830           Source/cmDocumentation.h, Source/cmDynamicLoader.cxx,
18831           Source/cmElseCommand.h, Source/cmEnableTestingCommand.cxx,
18832           Source/cmEnableTestingCommand.h, Source/cmEndForEachCommand.cxx,
18833           Source/cmEndForEachCommand.h, Source/cmEndIfCommand.h,
18834           Source/cmExecProgramCommand.h,
18835           Source/cmExportLibraryDependencies.cxx,
18836           Source/cmFLTKWrapUICommand.cxx, Source/cmFileCommand.cxx,
18837           Source/cmFileCommand.h, Source/cmFindFileCommand.h,
18838           Source/cmFindLibraryCommand.h, Source/cmFindPackageCommand.cxx,
18839           Source/cmFindPackageCommand.h, Source/cmFindPathCommand.cxx,
18840           Source/cmFindPathCommand.h, Source/cmFindProgramCommand.h,
18841           Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
18842           Source/cmGeneratedFileStream.h,
18843           Source/cmGetCMakePropertyCommand.cxx,
18844           Source/cmGetDirectoryPropertyCommand.cxx,
18845           Source/cmGetDirectoryPropertyCommand.h,
18846           Source/cmGetFilenameComponentCommand.h,
18847           Source/cmGetSourceFilePropertyCommand.cxx,
18848           Source/cmGetTargetPropertyCommand.cxx, Source/cmGlob.cxx,
18849           Source/cmGlobalBorlandMakefileGenerator.cxx,
18850           Source/cmGlobalCodeWarriorGenerator.cxx,
18851           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
18852           Source/cmGlobalNMakeMakefileGenerator.cxx,
18853           Source/cmGlobalUnixMakefileGenerator.cxx,
18854           Source/cmGlobalVisualStudio6Generator.cxx,
18855           Source/cmGlobalVisualStudio6Generator.h,
18856           Source/cmGlobalVisualStudio71Generator.cxx,
18857           Source/cmGlobalVisualStudio71Generator.h,
18858           Source/cmGlobalVisualStudio7Generator.cxx,
18859           Source/cmGlobalVisualStudio7Generator.h, Source/cmIfCommand.cxx,
18860           Source/cmIfCommand.h, Source/cmIncludeCommand.cxx,
18861           Source/cmIncludeCommand.h, Source/cmInstallTargetsCommand.cxx,
18862           Source/cmInstallTargetsCommand.h,
18863           Source/cmLinkLibrariesCommand.cxx,
18864           Source/cmLinkLibrariesCommand.h, Source/cmListFileCache.cxx,
18865           Source/cmListFileCache.h, Source/cmListFileLexer.c,
18866           Source/cmListFileLexer.h, Source/cmListFileLexer.in.l,
18867           Source/cmLoadCacheCommand.h, Source/cmLoadCommandCommand.cxx,
18868           Source/cmLocalCodeWarriorGenerator.cxx,
18869           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
18870           Source/cmLocalUnixMakefileGenerator.cxx,
18871           Source/cmLocalUnixMakefileGenerator.h,
18872           Source/cmLocalVisualStudio6Generator.cxx,
18873           Source/cmLocalVisualStudio7Generator.cxx,
18874           Source/cmLocalVisualStudio7Generator.h,
18875           Source/cmMacroCommand.cxx, Source/cmMacroCommand.h,
18876           Source/cmMakeDepend.cxx, Source/cmMakeDirectoryCommand.h,
18877           Source/cmMakefile.cxx, Source/cmMakefile.h,
18878           Source/cmMessageCommand.h, Source/cmOptionCommand.cxx,
18879           Source/cmOutputRequiredFilesCommand.h,
18880           Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapCPPCommand.h,
18881           Source/cmQTWrapUICommand.cxx, Source/cmQTWrapUICommand.h,
18882           Source/cmRemoveCommand.h, Source/cmRemoveDefinitionsCommand.cxx,
18883           Source/cmRemoveDefinitionsCommand.h,
18884           Source/cmSeparateArgumentsCommand.h, Source/cmSetCommand.h,
18885           Source/cmSetDirectoryPropertiesCommand.cxx,
18886           Source/cmSetDirectoryPropertiesCommand.h,
18887           Source/cmSetSourceFilesPropertiesCommand.cxx,
18888           Source/cmSetTargetPropertiesCommand.h,
18889           Source/cmSiteNameCommand.cxx, Source/cmSourceFile.cxx,
18890           Source/cmSourceFilesCommand.cxx, Source/cmStandardIncludes.h,
18891           Source/cmStringCommand.cxx, Source/cmStringCommand.h,
18892           Source/cmSubdirCommand.cxx, Source/cmSubdirCommand.h,
18893           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
18894           Source/cmTarget.cxx, Source/cmTarget.h,
18895           Source/cmTargetLinkLibrariesCommand.cxx,
18896           Source/cmTargetLinkLibrariesCommand.h,
18897           Source/cmTryCompileCommand.cxx, Source/cmTryCompileCommand.h,
18898           Source/cmUseMangledMesaCommand.h,
18899           Source/cmVTKMakeInstantiatorCommand.cxx,
18900           Source/cmVTKWrapJavaCommand.h, Source/cmVTKWrapPythonCommand.h,
18901           Source/cmVTKWrapTclCommand.h, Source/cmWin32ProcessExecution.cxx,
18902           Source/cmWrapExcludeFilesCommand.cxx,
18903           Source/cmWriteFileCommand.cxx, Source/cmWriteFileCommand.h,
18904           Source/cmake.cxx, Source/cmake.h, Source/cmakemain.cxx,
18905           Source/cmaketest.cxx, Source/cmakewizard.cxx,
18906           Source/cmakewizard.h, Source/ctest.cxx,
18907           Source/CTest/cmCTestSubmit.cxx, Source/CTest/cmCTestSubmit.h,
18908           Source/CTest/Curl/CMakeLists.txt, Source/CTest/Curl/getdate.c,
18909           Source/CTest/Curl/ldap.c, Source/CTest/Curl/multi.c,
18910           Source/CTest/Curl/setup.h, Source/CTest/Curl/telnet.c,
18911           Source/CTest/Curl/Testing/ftpupload.c,
18912           Source/CursesDialog/ccmake.cxx,
18913           Source/CursesDialog/cmCursesMainForm.cxx,
18914           Source/CursesDialog/cmCursesPathWidget.cxx,
18915           Source/CursesDialog/cmCursesStringWidget.cxx,
18916           Source/MFCDialog/CMakeCommandLineInfo.cpp,
18917           Source/MFCDialog/CMakeLists.txt, Source/MFCDialog/CMakeSetup.rc,
18918           Source/MFCDialog/CMakeSetupDialog.cpp,
18919           Source/MFCDialog/CMakeSetupDialog.h,
18920           Source/MFCDialog/PathDialog.cpp,
18921           Source/MFCDialog/PropertyList.cpp,
18922           Source/MFCDialog/PropertyList.h, Source/MFCDialog/StdAfx.h,
18923           Source/MFCDialog/resource.h, Source/WXDialog/cmWXMainFrame.cxx,
18924           Source/kwsys/Base64.c, Source/kwsys/Base64.h.in,
18925           Source/kwsys/CMakeLists.txt, Source/kwsys/Configure.h.in,
18926           Source/kwsys/Configure.hxx.in, Source/kwsys/Copyright.txt,
18927           Source/kwsys/Directory.cxx, Source/kwsys/Directory.hxx.in,
18928           Source/kwsys/EncodeExecutable.c, Source/kwsys/Process.h.in,
18929           Source/kwsys/ProcessFwd9x.c, Source/kwsys/ProcessUNIX.c,
18930           Source/kwsys/ProcessWin32.c, Source/kwsys/RegularExpression.cxx,
18931           Source/kwsys/RegularExpression.hxx.in,
18932           Source/kwsys/SystemTools.cxx, Source/kwsys/SystemTools.hxx.in,
18933           Source/kwsys/kwsysHeaderDump.pl,
18934           Source/kwsys/kwsysPlatformCxxTests.cmake,
18935           Source/kwsys/kwsysPlatformCxxTests.cxx,
18936           Source/kwsys/kwsysPrivate.h, Source/kwsys/kwsys_ios_fstream.h.in,
18937           Source/kwsys/kwsys_ios_iosfwd.h.in,
18938           Source/kwsys/kwsys_ios_iostream.h.in,
18939           Source/kwsys/kwsys_ios_sstream.h.in, Source/kwsys/kwsys_std.h.in,
18940           Source/kwsys/kwsys_std_fstream.h.in,
18941           Source/kwsys/kwsys_std_iosfwd.h.in,
18942           Source/kwsys/kwsys_std_iostream.h.in,
18943           Source/kwsys/kwsys_std_sstream.h.in, Source/kwsys/kwsys_stl.h.in,
18944           Source/kwsys/test1.cxx, Source/kwsys/testIOS.cxx,
18945           Source/kwsys/testProcess.c, Templates/CMakeLists.txt,
18946           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
18947           Templates/EXEWinHeader.dsptemplate, Templates/TestDriver.cxx.in,
18948           Templates/install-sh, Templates/staticLibHeader.dsptemplate,
18949           Tests/COnly/CMakeLists.txt, Tests/CommandLineTest/CMakeLists.txt,
18950           Tests/CommandLineTest/PreLoad.cmake,
18951           Tests/Complex/CMakeLists.txt, Tests/Complex/VarTests.cmake,
18952           Tests/Complex/Executable/complex.cxx,
18953           Tests/Complex/Library/CMakeLists.txt,
18954           Tests/Complex/Library/file2.cxx,
18955           Tests/Complex/Library/testConly.c,
18956           Tests/ComplexOneConfig/CMakeLists.txt,
18957           Tests/ComplexOneConfig/VarTests.cmake,
18958           Tests/ComplexOneConfig/Executable/complex.cxx,
18959           Tests/ComplexOneConfig/Library/CMakeLists.txt,
18960           Tests/ComplexOneConfig/Library/file2.cxx,
18961           Tests/ComplexOneConfig/Library/testConly.c,
18962           Tests/ComplexRelativePaths/CMakeLists.txt,
18963           Tests/ComplexRelativePaths/VarTests.cmake,
18964           Tests/ComplexRelativePaths/Executable/complex.cxx,
18965           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
18966           Tests/ComplexRelativePaths/Library/file2.cxx,
18967           Tests/ComplexRelativePaths/Library/testConly.c,
18968           Tests/CustomCommand/CMakeLists.txt,
18969           Tests/CustomCommand/generator.cxx,
18970           Tests/CustomCommand/wrapper.cxx, Tests/Jump/CMakeLists.txt,
18971           Tests/Jump/Executable/CMakeLists.txt,
18972           Tests/Jump/Executable/jumpExecutable.cxx,
18973           Tests/Jump/Library/CMakeLists.txt,
18974           Tests/Jump/Library/Shared/CMakeLists.txt,
18975           Tests/Jump/Library/Shared/jumpShared.cxx,
18976           Tests/Jump/Library/Static/CMakeLists.txt,
18977           Tests/Jump/Library/Static/jumpStatic.cxx,
18978           Tests/LinkLineOrder/Two.c, Tests/LoadCommand/CMakeLists.txt,
18979           Tests/LoadCommand/CMakeCommands/cmTestCommand.c,
18980           Tests/LoadCommandOneConfig/CMakeLists.txt,
18981           Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c,
18982           Tests/PreOrder/CMakeLists.txt, Tests/PreOrder/simple.cxx,
18983           Tests/PreOrder/Library/CMakeLists.txt,
18984           Tests/PreOrder/Library/simpleLib.cxx,
18985           Tests/Simple/CMakeLists.txt, Tests/Simple/simpleWe.cpp,
18986           Tests/SimpleInstall/CMakeLists.txt,
18987           Tests/SimpleInstall/PostInstall.cmake,
18988           Tests/SimpleInstall/PreInstall.cmake, Tests/SimpleInstall/foo.c,
18989           Tests/SimpleInstall/foo.h, Tests/SimpleInstall/inst.cxx,
18990           Tests/SimpleInstall/lib1.cxx, Tests/SimpleInstall/lib1.h,
18991           Tests/SimpleInstall/lib2.cxx, Tests/SimpleInstall/lib2.h,
18992           Tests/SimpleInstall/lib3.cxx, Tests/SimpleInstall/lib3.h,
18993           Tests/SimpleInstallS2/CMakeLists.txt,
18994           Tests/SimpleInstallS2/PostInstall.cmake,
18995           Tests/SimpleInstallS2/PreInstall.cmake,
18996           Tests/SimpleInstallS2/foo.c, Tests/SimpleInstallS2/foo.h,
18997           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/lib1.cxx,
18998           Tests/SimpleInstallS2/lib1.h, Tests/SimpleInstallS2/lib2.cxx,
18999           Tests/SimpleInstallS2/lib2.h, Tests/SimpleInstallS2/lib3.cxx,
19000           Tests/SimpleInstallS2/lib3.h,
19001           Tests/StringFileTest/CMakeLists.txt,
19002           Tests/StringFileTest/InputFile.h.in, Tests/SubDir/CMakeLists.txt,
19003           Tests/SubDir/vcl_algorithm+vcl_pair+double.foo.c,
19004           Tests/SubDir/AnotherSubdir/pair+int.int.c,
19005           Tests/SubDir/AnotherSubdir/secondone.c,
19006           Tests/SubDir/AnotherSubdir/testfromsubdir.c,
19007           Tests/SubDir/Examples/CMakeLists.txt,
19008           Tests/SubDir/Examples/example1/CMakeLists.txt,
19009           Tests/SubDir/Examples/example1/example1.cxx,
19010           Tests/SubDir/Examples/example2/CMakeLists.txt,
19011           Tests/SubDir/Examples/example2/example2.cxx,
19012           Tests/SubDir/Executable/CMakeLists.txt,
19013           Tests/SubDir/Executable/test.cxx,
19014           Tests/SubDir/ThirdSubDir/pair+int.int1.c,
19015           Tests/SubDir/ThirdSubDir/pair_p_int.int1.c,
19016           Tests/SubDir/ThirdSubDir/testfromauxsubdir.c,
19017           Tests/SubDir/ThirdSubDir/thirdone.c,
19018           Tests/SwigTest/CMakeLists.txt, Tests/SwigTest/example.cxx,
19019           Tests/SwigTest/example.h, Tests/SwigTest/example.i,
19020           Tests/SwigTest/runme.php4, Tests/SwigTest/runme.pike,
19021           Tests/SwigTest/runme.pl, Tests/SwigTest/runme.py,
19022           Tests/SwigTest/runme.rb, Tests/SwigTest/runme.tcl,
19023           Tests/SwigTest/runme2.tcl,
19024           Tests/SystemInformation/CMakeLists.txt,
19025           Tests/SystemInformation/DumpInformation.cxx,
19026           Tests/TryCompile/CMakeLists.txt, Tests/UseWX/CMakeLists.txt,
19027           Tests/UseWX/WX.cxx, Tests/Wrapping/CMakeLists.txt,
19028           Tests/Wrapping/vtkTestMoc.h, Utilities/Doxygen/CMakeLists.txt,
19029           Utilities/Doxygen/doxyfile.in,
19030           Utilities/Release/cmake_release.sh,
19031           Utilities/Release/config_IRIX64,
19032           Utilities/Release/release_dispatch.sh: updated to 2.0.1
19034 2004-06-11 15:07  hoffman
19036         * Source/cmIfCommand.cxx: BUG: fix crash for if statment due to bad
19037           microsoft docs on deque BUG id 917
19039 2004-06-11 12:52  hoffman
19041         * Source/CTest/Curl/CMakeLists.txt: fix bug on mac if COMPILE FLAGS
19042           are not set then you end up with NOTFOUND as a compile flag.
19044 2004-06-09 18:56  martink
19046         * Source/cmLocalUnixMakefileGenerator.cxx: BUG#891: When building
19047           CMake itself, use the new cmake to install so that the current
19048           cmake can be overwritten.
19050 2004-06-09 18:01  martink
19052         * Source/CMakeLists.txt: ERR: Do not use the binary directory as a
19053           regular expression.
19055 2004-06-09 17:50  martink
19057         * Source/CTest/Curl/CMakeLists.txt: ERR: Disable long double
19058           warnings on xlC for the Mac.
19060 2004-06-09 17:36  martink
19062         * Source/cmCTest.cxx: BUG: Files in top-level directory of source
19063           tree were not reported in updates log.
19065 2004-06-09 11:30  andy
19067         * DartConfig.cmake: ENH: Cleanups
19069 2004-06-09 11:19  andy
19071         * Source/cmCTest.cxx: BUG: Even if update fails it should produce
19072           valid XML
19074 2004-06-09 10:37  andy
19076         * DartConfig.cmake: ENH: Use viewcvs instead of cvsweb
19078 2004-06-08 17:36  martink
19080         * Source/cmCTest.cxx: support for floating ponit strides
19082 2004-06-08 17:26  barre
19084         * Modules/FindDoxygen.cmake, Utilities/Doxygen/CMakeLists.txt: a)
19085           new version of tools like Doxygen and Graphviz now set install
19086           path info in win32 registery. use it.  b) remove DOT_PATH, it was
19087           polluting the cache (can be computed from DOT, update
19088           CMakeLists.txt accordingly if DOT_PATH is not defined)
19090 2004-06-07 21:41  hoffman
19092         * Source/kwsys/SystemTools.cxx: BUG: undo last bug fix because it
19093           breaks cmake, rebuild_cache on ParaView gets tons of errors about
19094           not being able to create the bin directory
19096 2004-06-07 13:55  king
19098         * Source/kwsys/SystemTools.cxx: BUG: Do not create a directory on
19099           top of a file.
19101 2004-06-07 12:35  hoffman
19103         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestSubmit.cxx,
19104           CTest/cmCTestSubmit.h: merge from main tree, add support for scp
19105           submit
19107 2004-06-07 09:54  hoffman
19109         * Modules/FindFLTK.cmake: merge from main tree, fix order of
19110           libraries
19112 2004-06-07 09:50  hoffman
19114         * Tests/Simple/CMakeLists.txt: merge from main tree
19116 2004-06-07 09:49  hoffman
19118         * Source/kwsys/SystemTools.cxx: merge from main tree, fix find
19119           library so it does not find directories
19121 2004-06-07 09:48  hoffman
19123         * Source/cmMakefile.cxx: merge from main tree, detect problems
19124           writting files
19126 2004-06-07 09:47  hoffman
19128         * Source/cmLocalUnixMakefileGenerator.cxx: merger from main tree,
19129           fix subdir preorder
19131 2004-06-07 09:46  hoffman
19133         * Source/cmLocalGenerator.cxx: merge from main tree, fix install
19134           with subdir and not exepath
19136 2004-06-07 09:46  hoffman
19138         * Source/: cmGlobalVisualStudio71Generator.cxx,
19139           cmLocalVisualStudio7Generator.cxx: merge from main tree, fix
19140           crash in external project include
19142 2004-06-07 09:45  hoffman
19144         * Source/cmCreateTestSourceList.cxx: merge from main tree, do not
19145           write test driver each time cmake is run
19147 2004-06-07 09:44  hoffman
19149         * Source/: cmCTest.cxx, cmCTest.h: ENH: changes from main tree,
19150           some different -I options, CTEST_DASHBOARD_ROOT computation, some
19151           more error and warning matches
19153 2004-06-07 08:51  andy
19155         * Source/CTest/cmCTestSubmit.cxx: ERR: Remove warning
19157 2004-06-04 14:59  king
19159         * Source/kwsys/CMakeLists.txt: ERR: Do not add the library if no
19160           sources are used.
19162 2004-06-03 19:12  andy
19164         * Tests/: SimpleInstall/CMakeLists.txt,
19165           SimpleInstallS2/CMakeLists.txt: ERR: Remove testinf of PREORDER
19166           on Windows
19168 2004-06-03 17:09  andy
19170         * Tests/: SimpleInstall/CMakeLists.txt,
19171           SimpleInstallS2/CMakeLists.txt: ERR: Try to fix simple install on
19172           vs6
19174 2004-06-03 14:54  hoffman
19176         * Modules/FindFLTK.cmake: Fix for bug 903 change order of fltk
19177           libraries
19179 2004-06-02 13:39  andy
19181         * Source/: cmCTest.cxx, cmCTest.h, CTest/cmCTestSubmit.cxx,
19182           CTest/cmCTestSubmit.h: ENH: Implement scp submission
19184 2004-06-01 14:08  king
19186         * Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
19187           OSF1.cmake, Windows-bcc32.cmake, gcc.cmake: BUG#895: Adding
19188           -DNDEBUG to C and C++ flags for release builds.
19190 2004-06-01 12:55  andy
19192         * Tests/: SimpleInstall/CMakeLists.txt,
19193           SimpleInstall/TestSubDir/CMakeLists.txt,
19194           SimpleInstall/TestSubDir/TSD.cxx, SimpleInstall/TestSubDir/TSD.h,
19195           SimpleInstall/TestSubDir/TSD_utils.cxx,
19196           SimpleInstallS2/CMakeLists.txt,
19197           SimpleInstallS2/TestSubDir/CMakeLists.txt,
19198           SimpleInstallS2/TestSubDir/TSD.cxx,
19199           SimpleInstallS2/TestSubDir/TSD.h,
19200           SimpleInstallS2/TestSubDir/TSD_utils.cxx: ENH: More elaborate
19201           install test
19203 2004-06-01 12:19  hoffman
19205         * Source/kwsys/SystemTools.cxx: ENH: make sure find library does
19206           not find directories
19208 2004-06-01 12:07  hoffman
19210         * Source/: cmGlobalVisualStudio71Generator.cxx,
19211           cmLocalVisualStudio7Generator.cxx: BUG: fix for 871, include
19212           external should work for 7.1 and 7.0
19214 2004-06-01 11:30  andy
19216         * Source/cmLocalGenerator.cxx: ENH: Fix bug in cmake install when
19217           exec/librayr output path not defined. Closes Bug #899 - subdir
19218           INSTALL_TARGETS INSTALL_PROGRAMS dont work
19220 2004-06-01 09:58  andy
19222         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Fix preorder. This
19223           caused preorder to not work and the test passed because of
19224           jump-over rule
19226 2004-05-28 15:02  martink
19228         * Source/: cmCTest.cxx, cmCTest.h: ctest -S support for  multiple
19229           ctest command arguments
19231 2004-05-27 12:56  andy
19233         * Source/cmCreateTestSourceList.cxx: BUG: When creating a test
19234           driver, do not remove the old file, so if nothing changes, it
19235           will not rebuild. Fixes Bug #885 - cmCreateTestSource overwrite
19236           file when running cmake
19238 2004-05-27 12:53  andy
19240         * Source/cmMakefile.cxx: ENH: Detect if there were problems writing
19241           file
19243 2004-05-27 11:21  king
19245         * Utilities/Release/cmake_release.sh: Updated to not include CVS
19246           directories in cygwin package.
19248 2004-05-26 15:27  martink
19250         * Source/cmCTest.cxx: added another error string and change the -I
19251           option some
19253 2004-05-25 14:34  martink
19255         * CMakeLists.txt, Utilities/Release/cmake_release.sh: merges from
19256           the main tree
19258 2004-05-25 11:31  martink
19260         * Modules/CMakeImportBuildSettings.cmake, Modules/FindQt.cmake,
19261           Modules/UseSWIG.cmake, Source/cmCTest.cxx,
19262           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
19263           Source/cmGeneratedFileStream.h,
19264           Source/cmGetDirectoryPropertyCommand.cxx,
19265           Source/cmGlobalVisualStudio71Generator.cxx,
19266           Source/cmGlobalVisualStudio7Generator.cxx,
19267           Source/cmGlobalVisualStudio7Generator.h,
19268           Source/cmLocalUnixMakefileGenerator.cxx,
19269           Source/cmLocalVisualStudio6Generator.cxx,
19270           Source/cmLocalVisualStudio7Generator.cxx,
19271           Source/cmLocalVisualStudio7Generator.h,
19272           Source/cmMacroCommand.cxx, Source/cmMakefile.cxx,
19273           Source/cmMakefile.h, Source/cmSetDirectoryPropertiesCommand.cxx,
19274           Source/cmSetDirectoryPropertiesCommand.h,
19275           Source/cmSystemTools.cxx, Source/MFCDialog/CMakeSetup.rc,
19276           Source/MFCDialog/CMakeSetupDialog.cpp,
19277           Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
19278           Tests/CommandLineTest/CMakeLists.txt,
19279           Tests/Simple/CMakeLists.txt, Tests/TryCompile/CMakeLists.txt:
19280           merges from the main tree
19282 2004-05-25 11:20  martink
19284         * Modules/CMakeImportBuildSettings.cmake, Source/cmCTest.cxx:
19285           better error message
19287 2004-05-21 11:52  hoffman
19289         * Source/cmSystemTools.cxx: ENH: speed up for NOTFOUND
19291 2004-05-21 09:51  hoffman
19293         * Source/cmLocalVisualStudio6Generator.cxx: ENH: fix rerun of cmake
19294           command
19296 2004-05-20 21:27  hoffman
19298         * Source/cmSystemTools.cxx: BUG: back out change due to broken
19299           dashboard
19301 2004-05-20 17:33  hoffman
19303         * Source/cmSystemTools.cxx: ENH: remove regex use where strcmp is
19304           faster
19306 2004-05-20 16:56  andy
19308         * Modules/UseSWIG.cmake, Source/cmGetDirectoryPropertyCommand.cxx,
19309           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
19310           Source/cmMakefile.h, Source/cmSetDirectoryPropertiesCommand.cxx,
19311           Source/cmSetDirectoryPropertiesCommand.h: ENH: Implement
19312           additional make clean files as a directory property instead of
19313           cmake variable
19315 2004-05-20 16:39  hoffman
19317         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: allow cursor to be
19318           changed by the OS
19320 2004-05-20 16:35  hoffman
19322         * Tests/TryCompile/CMakeLists.txt: BUG: dont put the output of a
19323           try compile in the output because visual stduio 7 ide will thing
19324           there were errors
19326 2004-05-20 16:29  hoffman
19328         * Source/: cmGeneratedFileStream.h,
19329           cmGlobalVisualStudio71Generator.cxx,
19330           cmGlobalVisualStudio7Generator.cxx,
19331           cmGlobalVisualStudio7Generator.h,
19332           cmLocalVisualStudio6Generator.cxx,
19333           cmLocalVisualStudio7Generator.cxx,
19334           cmLocalVisualStudio7Generator.h: BUG: make sure global generate
19335           is done when cmakelist file chagnes, also make sure guids are
19336           stored in the cache so the .sln file does not change every time
19338 2004-05-20 16:26  hoffman
19340         * Modules/FindQt.cmake: ENH: look for qtmoc in some other places
19342 2004-05-20 15:08  martink
19344         * Source/: cmCacheManager.cxx, cmCacheManager.h,
19345           MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
19346           MFCDialog/CMakeSetupDialog.h, MFCDialog/resource.h: updates to
19347           gui to delete cache
19349 2004-05-20 13:15  martink
19351         * Source/cmCTest.cxx: added error
19353 2004-05-19 16:04  hoffman
19355         * Source/cmMacroCommand.cxx: ENH: make it run much faster
19357 2004-05-18 15:40  hoffman
19359         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: make sure
19360           ADDITIONAL_MAKE_CLEAN_FILES works with spaces in the path and is
19361           converted to the correct native path type
19363 2004-05-18 15:39  hoffman
19365         * Source/: cmEndForEachCommand.cxx, cmForEachCommand.cxx: merge
19366           from main tree, detect missing endforeach
19368 2004-05-18 15:39  hoffman
19370         * Source/: cmDocumentation.cxx, cmakemain.cxx: merge from main
19371           tree, move doc stuff around so it does not give cmake docs to
19372           ctest
19374 2004-05-18 15:38  hoffman
19376         * Source/cmCTest.cxx: merge from main tree, add some more obscure
19377           options to ctest
19379 2004-05-18 15:37  hoffman
19381         * Modules/UseSWIG.cmake: BUG: 835 fix
19383 2004-05-18 15:37  hoffman
19385         * Modules/CMakeTestGNU.c: BUG: 825 fix
19387 2004-05-18 14:33  hoffman
19389         * Modules/CMakeTestGNU.c: BUG: fix problem where cmake thinks the
19390           intel compiler is gnu
19392 2004-05-17 16:31  hoffman
19394         * Modules/UseSWIG.cmake: ENH: append to the list of clean files,
19395           don't just set them
19397 2004-05-17 15:56  hoffman
19399         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: change
19400           ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and
19401           on windows with no spaces
19403 2004-05-17 15:55  hoffman
19405         * Modules/UseSWIG.cmake: BUG: Bug #835 fix, add swig generated
19406           files to clean target
19408 2004-05-13 16:17  hoffman
19410         * ChangeLog.manual: add a hand edited changelog
19412 2004-05-13 13:41  martink
19414         * Source/cmCTest.cxx: new feature for continuous clean once
19416 2004-05-13 13:07  king
19418         * Utilities/Release/cmake_release.sh: Removed support for
19419           wxCMakeSetup dialog.
19421 2004-05-13 10:34  hoffman
19423         * Source/kwsys/: Base64.h.in, CMakeLists.txt, Process.h.in,
19424           ProcessWin32.c, ProcessWin32Kill.c, ProcessWin32Kill.h.in,
19425           kwsysHeaderDump.pl: Merge changes from the main tree, fix a bug
19426           in the process kill code
19428 2004-05-13 10:08  king
19430         * Source/kwsys/ProcessWin32.c: BUG: Do not wait for children to
19431           exit when killing them.  Sometimes they do not really die.
19433 2004-05-12 15:34  martink
19435         * Source/cmEndForEachCommand.cxx: fix warning
19437 2004-05-12 14:32  martink
19439         * Source/: cmEndForEachCommand.cxx, cmForEachCommand.cxx: better
19440           error checking for FOREACH
19442 2004-05-12 08:46  king
19444         * Utilities/Release/cmake_release.sh: ENH: Updated for 2.0.0
19445           release tag.
19447 2004-05-10 18:06  andy
19449         * Source/CMakeLists.txt, Tests/CTestTest/CMakeLists.txt,
19450           Tests/CTestTest/test.cmake.in,
19451           Tests/CommandLineTest/CMakeLists.txt: ENH: Add some ctest
19452           coverage
19454 2004-05-10 17:53  andy
19456         * Source/: cmDocumentation.cxx, cmakemain.cxx: BUG: Move
19457           documentation so that it does not apear in ctest
19459 2004-05-10 17:44  andy
19461         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add a way to force ctest to
19462           be a new process
19464 2004-05-10 16:58  king
19466         * Utilities/Release/cmake_release.sh: ENH: Added support for using
19467           cvs checkout instead of cvs export.
19469 2004-05-10 16:55  will
19471         * Source/cmCTest.cxx: ENH: Added regex.
19473 2004-05-10 16:40  king
19475         * Source/: cmLocalUnixMakefileGenerator.cxx: BUG: Need to recognize
19476           -B linker options.
19478 2004-05-10 15:49  king
19480         * Utilities/Release/release_dispatch.sh: ENH: Adding release
19481           dispatch script.
19483 2004-05-10 15:48  king
19485         * Utilities/Release/: cmake_release.sh, config_CYGWIN_NT-5.1,
19486           config_Linux, cygwin-package.sh.in: ENH: Updated to latest
19487           version from 1.8 branch.
19489 2004-05-10 14:54  king
19491         * Source/kwsys/: CMakeLists.txt, ProcessWin32.c,
19492           ProcessWin32Kill.c, ProcessWin32Kill.h.in: ENH: Adding native
19493           windows process tree kill to ProcessWin32.c.  This replaces the
19494           ProcessWin32Kill.c implementation.
19496 2004-05-10 13:38  king
19498         * Source/kwsys/: Base64.h.in, ProcessWin32.c: ERR: Avoiding
19499           namespace pollution: kw_sys -> kwsys_ns.  Also undefining the
19500           macro at the correct time.
19502 2004-05-10 13:15  king
19504         * Source/kwsys/kwsysHeaderDump.pl: ENH: Renaming kwsys macro to
19505           kwsys_ns to work around borland preprocessor bug.
19507 2004-05-10 13:10  king
19509         * Source/kwsys/: Process.h.in, ProcessWin32Kill.h.in: ERR: Avoiding
19510           namespace pollution: kw_sys -> kwsys_ns.  Also undefining the
19511           macro at the correct time.
19513 2004-05-10 12:45  hoffman
19515         * Modules/FindGTK.cmake, Modules/Platform/OSF1.cmake,
19516           Source/cmCTest.cxx, Source/cmCTest.h, Source/cmIfCommand.cxx,
19517           Source/cmLocalGenerator.cxx, Source/cmake.cxx, Source/ctest.cxx,
19518           Source/kwsys/Base64.h.in, Source/kwsys/CMakeLists.txt,
19519           Source/kwsys/Process.h.in, Source/kwsys/ProcessWin32.c,
19520           Source/kwsys/ProcessWin32Kill.c,
19521           Source/kwsys/ProcessWin32Kill.h.in, Source/kwsys/SystemTools.cxx,
19522           Templates/TestDriver.cxx.in: merge from main tree
19524 2004-05-10 12:08  hoffman
19526         * Source/kwsys/ProcessWin32Kill.c: ENH: remove extra include for
19527           compile with mingw
19529 2004-05-10 12:06  hoffman
19531         * Source/kwsys/: CMakeLists.txt, ProcessWin32Kill.c,
19532           ProcessWin32Kill.cxx: ENH: change to c code so it can be built
19533           with mingw
19535 2004-05-10 11:04  hoffman
19537         * Source/kwsys/ProcessWin32Kill.cxx: ENH: remove unused include
19538           file so it will build with mingw
19540 2004-05-10 10:20  martink
19542         * Source/cmCTest.cxx: fix for config type passing between ctests
19544 2004-05-09 12:27  martink
19546         * Source/cmCTest.cxx: some cleanup and fix for PVLocal
19548 2004-05-08 14:55  hoffman
19550         * Templates/TestDriver.cxx.in: BUG: remove debug pop hacks, also
19551           remove duplicate call to argvc function
19553 2004-05-07 14:22  andy
19555         * Source/kwsys/: Base64.h.in, Process.h.in, ProcessWin32.c,
19556           ProcessWin32Kill.h.in: ERR: On Borland preprocessor goes into
19557           recursion which adds some weid spaces in the include name. This
19558           fixes it
19560 2004-05-07 13:26  hoffman
19562         * Source/ctest.cxx: ENH: better documentation
19564 2004-05-07 12:53  hoffman
19566         * Source/: cmCTest.cxx, cmCTest.h: ENH: add the ability to block
19567           popup error dialogs in tests on windows
19569 2004-05-07 12:52  hoffman
19571         * Source/kwsys/ProcessWin32.c: BUG: make sure the correct state is
19572           set for expired processes
19574 2004-05-07 11:24  martink
19576         * Source/cmCTest.cxx: missing header for unix
19578 2004-05-07 10:50  martink
19580         * Source/: cmCTest.cxx, cmCTest.h: updated testingoptions for
19581           continuous dashboards
19583 2004-05-07 10:16  hoffman
19585         * Modules/FindGTK.cmake: Add a missing dollar sign
19587 2004-05-07 08:35  martink
19589         * Templates/TestDriver.cxx.in: fix warning maybe
19591 2004-05-06 16:06  hoffman
19593         * Source/cmLocalGenerator.cxx: BUG: make sure install works with
19594           spaces in the path
19596 2004-05-06 15:34  king
19598         * Source/kwsys/: CMakeLists.txt, ProcessWin32.c,
19599           ProcessWin32Kill.cxx, ProcessWin32Kill.h.in: ENH: Adding process
19600           tree killing for Win32 process execution.
19602 2004-05-06 14:30  king
19604         * Source/kwsys/Process.h.in: ERR: Added units to SetTimeout
19605           documentation.
19607 2004-05-06 10:30  hoffman
19609         * Source/cmCTest.cxx: BUG: fix ctest so that the search path for
19610           test executables produces better output and does not use config
19611           dir when it is not set
19613 2004-05-06 10:29  hoffman
19615         * Source/kwsys/SystemTools.cxx: BUG: fix collapse full path to
19616           handle a file in the root directory
19618 2004-05-06 09:47  martink
19620         * Source/cmIfCommand.cxx: horrible hack
19622 2004-05-06 08:51  martink
19624         * Templates/TestDriver.cxx.in: fix warning
19626 2004-05-05 11:41  martink
19628         * Source/cmCTest.cxx: fix for in source testing
19630 2004-05-05 10:41  martink
19632         * Modules/Platform/OSF1.cmake: a guess at some OSF compiler flags
19634 2004-05-05 10:23  hoffman
19636         * ChangeLog.txt: change log up-to 2.0 branch point
19638 2004-05-05 10:21  hoffman
19640         * ChangeLog.txt: ENH: add new change log marking 2.0 branch
19642 2004-05-05 10:19  hoffman
19644         * CMakeLists.txt, Source/cmCPluginAPI.h: ENH: move version to 2.1
19645           for cvs because 2.0 has been branched
19647 2004-05-05 10:17  hoffman
19649         * CMakeLists.txt, Source/cmCPluginAPI.h,
19650           Utilities/Release/cmake_release.sh: ENH: move version numbers to
19651           cmake 2.0 for branch
19653 2004-05-05 10:13  andy
19655         * Source/: cmCTest.cxx, cmake.cxx: ENH: Remove memory leak
19657 2004-05-04 14:24  hoffman
19659         * Source/CMakeLists.txt, Tests/Complex/Executable/complex.cxx,
19660           Tests/ComplexOneConfig/Executable/complex.cxx,
19661           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: fix tests
19662           to work with in source builds
19664 2004-05-04 14:18  martink
19666         * Source/cmCTest.cxx: support in source builds and arg passing
19668 2004-05-04 11:24  andy
19670         * Modules/Platform/Windows-bcc32.cmake,
19671           Source/cmLocalUnixMakefileGenerator.cxx: ENH: Only mangle object
19672           files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only on borland
19673           for now.
19675 2004-05-04 09:16  martink
19677         * Source/cmIfCommand.cxx: fix warning
19679 2004-05-03 17:51  andy
19681         * Tests/SwigTest/CMakeLists.txt: ENH: Cleanup example a bit
19683 2004-05-03 16:38  andy
19685         * Source/cmCTest.cxx: ENH: After running test clear results for
19686           memory checking
19688 2004-05-03 16:36  andy
19690         * Source/cmCTest.cxx: ENH: Skip tests that do not have defects
19692 2004-05-03 16:35  andy
19694         * Modules/: CheckTypeSize.c, CheckTypeSize.cmake: ENH: support
19695           STDDEF and cleanup
19697 2004-05-03 15:33  martink
19699         * Source/cmIfCommand.cxx: minor backwards fix
19701 2004-05-03 12:34  hoffman
19703         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix to make spaces
19704           in paths work for jump over with borland and nmake on second
19705           build
19707 2004-05-03 12:02  andy
19709         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
19710           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: Remove
19711           warning
19713 2004-05-03 10:10  king
19715         * Source/cmStringCommand.h: ENH: Documented use of \1 syntax in
19716           replace expression.
19718 2004-05-03 08:52  hoffman
19720         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
19721           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: fix
19722           warnings in test
19724 2004-05-02 11:50  hoffman
19726         * Tests/: LinkLineOrder/Two.c,
19727           LoadCommand/CMakeCommands/cmTestCommand.c,
19728           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: remove
19729           warnings in tests
19731 2004-05-01 22:05  hoffman
19733         * Source/ctest.cxx: BUG: putenv syntax was wrong and caused a crash
19734           on the SGI
19736 2004-05-01 10:08  martink
19738         * Source/: cmIfCommand.cxx, cmIfCommand.h: better if expression
19739           support
19741 2004-05-01 10:07  martink
19743         * Modules/FindOpenGL.cmake: fix to find opengl on some osf systems
19745 2004-05-01 09:57  andy
19747         * Source/cmCTest.cxx: ERR: Remove warning about shadow variables
19749 2004-04-30 18:21  andy
19751         * Tests/: Complex/Library/testConly.c,
19752           ComplexOneConfig/Library/testConly.c,
19753           ComplexRelativePaths/Library/testConly.c,
19754           SubDir/ThirdSubDir/testfromauxsubdir.c: ENH: Remove warnings
19756 2004-04-30 17:28  andy
19758         * Tests/Simple/simpleWe.cpp: ENH: Remove warning
19760 2004-04-30 15:17  andy
19762         * Source/ctest.cxx: ENH: Add environment variable that Dart sets so
19763           that tests can know they are being tested from Dart/CTest
19765 2004-04-30 14:27  hoffman
19767         * Tests/SwigTest/CMakeLists.txt: ENH: link in more than just python
19769 2004-04-30 14:14  andy
19771         * Source/cmCTest.cxx: ENH: Report filename of the note
19773 2004-04-30 13:41  andy
19775         * Modules/FindSWIG.cmake: ENH: More paths
19777 2004-04-30 12:54  hoffman
19779         * Modules/FindSWIG.cmake: ENH: add another place to look for
19780           swig.exe
19782 2004-04-30 12:52  hoffman
19784         * Modules/FindSWIG.cmake: ENH: try to find swig.exe in SWIG_DIR
19786 2004-04-30 12:36  andy
19788         * Source/cmCTest.cxx: ENH: Add support for notes in Testing/Notes
19789           subdirectory. This way test can write notes that will be reported
19791 2004-04-30 12:17  andy
19793         * Tests/SwigTest/: CMakeLists.txt, example.cxx, example.h,
19794           example.i, runme.php4, runme.pike, runme.pl, runme.py, runme.rb,
19795           runme.tcl, runme2.tcl: ENH: Here is test for swig module
19797 2004-04-30 12:11  andy
19799         * Modules/: FindPHP4.cmake, FindPerlLibs.cmake, FindPike.cmake,
19800           FindRuby.cmake, FindSWIG.cmake, UseSWIG.cmake: ENH: Initial
19801           import of swig. Start working towards Bug #749 - Add swig support
19802           module to cmake
19804 2004-04-30 11:36  hoffman
19806         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: remove duplicate
19807           depend on cache file and use of make variable in make target
19809 2004-04-30 11:36  hoffman
19811         * Templates/TestDriver.cxx.in: ENH: remove unused variable
19813 2004-04-30 10:32  hoffman
19815         * Source/kwsys/SystemTools.cxx: ENH: remove warnings
19817 2004-04-30 08:02  hoffman
19819         * Templates/CMakeLists.txt: BUG: add missing install file
19821 2004-04-29 17:44  king
19823         * Source/kwsys/CMakeLists.txt: ENH: Added automatic adjustment of
19824           C++ flags to include -timplicit_local and -no_implicit_include
19825           for the Compaq compiler on OSF.
19827 2004-04-29 17:41  andy
19829         * Source/cmMacroCommand.cxx, Source/cmMacroCommand.h,
19830           Tests/Complex/CMakeLists.txt,
19831           Tests/ComplexOneConfig/CMakeLists.txt,
19832           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: Add ARGV and ARGN
19833           support to MACRO command. ARGV is the list of all arguments and
19834           ARGN is the list of all nonexpected arguments
19836 2004-04-29 15:12  andy
19838         * Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
19839           Tests/StringFileTest/CMakeLists.txt: ENH: Add RANGE support to
19840           FOREACH
19842 2004-04-29 14:51  andy
19844         * Source/: cmCTest.cxx, cmStandardIncludes.h: BUG: Add a safety
19845           check so that you cannot send cmOStringStream.str() to other
19846           stream and produce the funky hex number. This makes it impossible
19847           to compile such a code. Adding that exposed a whole bunch of
19848           places in CMake where streams were used wrongly
19850 2004-04-29 13:25  andy
19852         * Source/kwsys/SystemTools.cxx: BUG: Most of time when asking if
19853           file exists, we actually want to read it... Should fix Bug #809 -
19854           FIND_INCLUDE should check readability
19856 2004-04-29 13:13  hoffman
19858         * Source/MFCDialog/StdAfx.h: ENH: remove warning
19860 2004-04-29 12:33  hoffman
19862         * Source/: cmGetTargetPropertyCommand.cxx,
19863           cmLocalUnixMakefileGenerator.cxx: ENH: remove warnings
19865 2004-04-29 10:26  hoffman
19867         * Source/cmake.cxx: BUG: fix crash from bug id 806
19869 2004-04-28 14:25  hoffman
19871         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove warning
19873 2004-04-28 13:40  hoffman
19875         * Source/: cmAddExecutableCommand.h, MFCDialog/CMakeLists.txt: BUG:
19876           fix for bug 121 add some docs for MFC flag
19878 2004-04-28 13:21  hoffman
19880         * Modules/Platform/Darwin.cmake,
19881           Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for bug 116
19882           platform files can now specify directories that should not be
19883           added by CMAKE
19885 2004-04-28 12:31  hoffman
19887         * Source/cmCreateTestSourceList.cxx,
19888           Source/cmCreateTestSourceList.h, Templates/TestDriver.cxx.in:
19889           ENH: make test driver more flexible by using a configured file
19890           instead of generating all the code. fixes bug 28
19892 2004-04-28 10:52  andy
19894         * Source/cmake.cxx, Tests/CommandLineTest/CMakeLists.txt,
19895           Tests/CommandLineTest/PreLoad.cmake: ENH: Add support for
19896           automatically preloaded cmake file. Closes Bug #802 - Add auto
19897           preload file support in CMake
19899 2004-04-28 10:15  andy
19901         * Source/: cmLocalUnixMakefileGenerator.cxx,
19902           cmLocalUnixMakefileGenerator.h: ENH: Encode object files with
19903           funny characters in the name. It should fix Bug #418 - Borland
19904           5.5.1, Templates/*.cxx files with '+' chars used in execs
19906 2004-04-28 10:09  hoffman
19908         * Tests/: Complex/VarTests.cmake, Complex/Executable/complex.cxx,
19909           ComplexOneConfig/VarTests.cmake,
19910           ComplexOneConfig/Executable/complex.cxx,
19911           ComplexRelativePaths/VarTests.cmake,
19912           ComplexRelativePaths/Executable/complex.cxx: ENH: add a test for
19913           EQUAL in if
19915 2004-04-28 10:05  andy
19917         * Tests/SubDir/ThirdSubDir/: pair_p_int.int1.c,
19918           testfromauxsubdir.c: ENH: More special cases
19920 2004-04-28 10:00  hoffman
19922         * Modules/: CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake: ENH:
19923           fixes for optional flag arguments to check include macros
19925 2004-04-28 09:59  hoffman
19927         * Source/cmIfCommand.cxx: BUG: fix logic in EQUAL if test
19929 2004-04-28 09:52  hoffman
19931         * Modules/CheckIncludeFileCXX.cmake: BUG: fix for bug 80, check
19932           include cxx now has an optional argument that can is added to the
19933           cxx flags
19935 2004-04-28 09:51  hoffman
19937         * Source/: cmIfCommand.cxx, cmIfCommand.h: ENH: add a numeric EQUAL
19938           to the IF statment, very useful for variable arguments in MACROS
19940 2004-04-27 14:16  andy
19942         * Source/kwsys/: Base64.c, Base64.h.in, CMakeLists.txt,
19943           Configure.h.in, Configure.hxx.in, Copyright.txt, Directory.cxx,
19944           Directory.hxx.in, EncodeExecutable.c, Process.h.in,
19945           ProcessFwd9x.c, ProcessUNIX.c, ProcessWin32.c, README.txt,
19946           RegularExpression.cxx, RegularExpression.hxx.in, SystemTools.cxx,
19947           SystemTools.hxx.in, kwsysHeaderDump.pl,
19948           kwsysPlatformCxxTests.cmake, kwsysPlatformCxxTests.cxx,
19949           kwsysPrivate.h, kwsys_ios_fstream.h.in, kwsys_ios_iosfwd.h.in,
19950           kwsys_ios_iostream.h.in, kwsys_ios_sstream.h.in, kwsys_stl.h.in,
19951           test1.cxx, testIOS.cxx, testProcess.c: ENH: Move to VolView
19952           branch
19954 2004-04-27 12:03  andy
19956         * Source/cmGetTargetPropertyCommand.cxx,
19957           Tests/CustomCommand/CMakeLists.txt: ENH: Add LOCATION to
19958           GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_PROPERTY
19959           location of target
19961 2004-04-27 12:02  andy
19963         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
19964           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
19965           ENH: GetSafeDefinition is now in cmMakefile
19967 2004-04-27 11:30  andy
19969         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Add method to get
19970           definition even if it does not exists
19972 2004-04-27 11:08  andy
19974         * Tests/CustomCommand/: generator.cxx, wrapper.cxx: ERR: Remove
19975           warnings from tests
19977 2004-04-27 09:22  andy
19979         * Source/cmSourceFile.cxx, Tests/SubDir/CMakeLists.txt,
19980           Tests/SubDir/vcl_algorithm+vcl_pair+double.foo.c,
19981           Tests/SubDir/AnotherSubdir/pair+int.int.c,
19982           Tests/SubDir/AnotherSubdir/secondone.c,
19983           Tests/SubDir/AnotherSubdir/testfromsubdir.c,
19984           Tests/SubDir/ThirdSubDir/pair+int.int1.c,
19985           Tests/SubDir/ThirdSubDir/testfromauxsubdir.c,
19986           Tests/SubDir/ThirdSubDir/thirdone.c: BUG: Fix aus source dir and
19987           add better testing of it
19989 2004-04-27 08:30  hoffman
19991         * Source/: cmLoadCommandCommand.cxx, cmMacroCommand.cxx: WRN:
19992           remove warnings
19994 2004-04-26 18:51  andy
19996         * Source/cmCTest.cxx: ENH: Another one of those nasty hex numbers
19997           in the ctest output
19999 2004-04-26 18:49  andy
20001         * Tests/SubDir/AnotherSubdir/: secondone.c, testfromsubdir.c: ENH:
20002           Add extra test files
20004 2004-04-26 17:45  hoffman
20006         * Source/cmLoadCommandCommand.cxx: ENH: fix for bug id 27, add a
20007           signal handler for crashes in loaded commands
20009 2004-04-26 17:32  andy
20011         * Source/CMakeLists.txt, Source/cmSourceFile.cxx,
20012           Tests/SubDir/CMakeLists.txt, Tests/SubDir/Executable/test.cxx:
20013           ENH: When source file is in subdirectory put object file in
20014           subdirectory. Fixes Bug #290 - Source files in subdirectories
20015           should produce object files in subdirectories
20017 2004-04-26 13:42  andy
20019         * Modules/FindTCL.cmake: ENH: Add TCL_FOUND
20021 2004-04-26 13:42  andy
20023         * Templates/: CMakeLists.txt, install-sh: ENH: With new install
20024           framework we don't need install-sh any more
20026 2004-04-26 13:42  andy
20028         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx:
20029           ENH:Add test for GET/SET_DIRECTORY_PROPERTY
20031 2004-04-26 11:23  andy
20033         * Source/: cmake.cxx, cmake.h: BUG: Fix resolving of infinite loops
20034           while CMakeSetup/ccmake still running
20036 2004-04-26 11:12  martink
20038         * Tests/: Complex/CMakeLists.txt, Complex/Executable/complex.cxx,
20039           ComplexOneConfig/CMakeLists.txt,
20040           ComplexOneConfig/Executable/complex.cxx,
20041           ComplexRelativePaths/CMakeLists.txt,
20042           ComplexRelativePaths/Executable/complex.cxx: added tests for var
20043           args with macros
20045 2004-04-26 11:11  martink
20047         * Source/: cmMacroCommand.cxx, cmMacroCommand.h: macros now support
20048           varargs
20050 2004-04-26 11:00  king
20052         * Modules/FindITK.cmake, Modules/FindVTK.cmake,
20053           Source/cmFindPackageCommand.cxx: BUG#682: Adding environment
20054           variable check to FIND_PACKAGE command.
20056 2004-04-26 10:49  king
20058         * Source/cmFindPackageCommand.cxx: STYLE: Removed trailing
20059           whitespace.
20061 2004-04-26 10:19  king
20063         * Modules/: CheckVariableExists.c: BUG#502: Do not let optimizing
20064           compilers think the symbol exists.  Require the symbol by making
20065           the return value depend on it to force linking.
20067 2004-04-23 16:26  hoffman
20069         * Source/cmLocalVisualStudio6Generator.cxx,
20070           Source/cmLocalVisualStudio7Generator.cxx,
20071           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
20072           Templates/EXEWinHeader.dsptemplate: BUG: fix for bug 769
20073           CMAKE_STANDARD_LIBRARIES  now used in ides
20075 2004-04-23 16:20  andy
20077         * Source/: cmCommands.cxx, cmGetDirectoryPropertyCommand.cxx,
20078           cmGetDirectoryPropertyCommand.h, cmMakefile.h,
20079           cmSetDirectoryPropertiesCommand.cxx,
20080           cmSetDirectoryPropertiesCommand.h: ENH: Add
20081           GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can
20082           change include directories and get all sorts of things. Closes
20083           Bug #25 - Get_CMAKE_PROPERTIES
20085 2004-04-23 13:12  hoffman
20087         * Modules/CMakeSystemSpecificInformation.cmake,
20088           Source/cmLocalVisualStudio7Generator.cxx: ENH: add verbose make
20089           abilility to visual studio 7
20091 2004-04-23 12:52  hoffman
20093         * Source/CMakeLists.txt, Source/cmLocalUnixMakefileGenerator.cxx,
20094           Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
20095           Source/cmMakefile.h, Source/cmSubdirCommand.cxx,
20096           Tests/PreOrder/CMakeLists.txt, Tests/PreOrder/simple.cxx,
20097           Tests/PreOrder/Library/CMakeLists.txt,
20098           Tests/PreOrder/Library/simpleLib.cxx: ENH: add SUBDIR PREORDER
20099           and fix clean for non-relative paths
20101 2004-04-23 10:03  andy
20103         * Source/: cmAddExecutableCommand.cxx, cmAddExecutableCommand.h:
20104           ENH: Unify with other variables
20106 2004-04-23 09:12  hoffman
20108         * Source/cmLocalVisualStudio6Generator.cxx: ENH: allow verbose
20109           makefile flag to remove nologo from all commands so you can see
20110           them in visual studio 6
20112 2004-04-23 08:50  king
20114         * Source/cmCTest.cxx: ERR: Fixed unused variable assignment
20115           warning.
20117 2004-04-22 18:04  andy
20119         * Source/cmCTest.cxx: ENH: Add DynamicAnalisys support. The old
20120           Purify is still available through --compatibility-mode
20122 2004-04-22 17:23  hoffman
20124         * Modules/: FindwxWidgets.cmake, UsewxWidgets.cmake: BUG: fix for
20125           bug 618
20127 2004-04-22 17:20  hoffman
20129         * Modules/FindGLUT.cmake: BUG: fix for bug 743
20131 2004-04-22 17:08  hoffman
20133         * Modules/FindGTK.cmake: BUG: fix for bug 607
20135 2004-04-22 16:58  hoffman
20137         * Source/cmLocalUnixMakefileGenerator.cxx,
20138           Source/cmLocalVisualStudio6Generator.cxx,
20139           Source/cmLocalVisualStudio7Generator.cxx,
20140           Templates/staticLibHeader.dsptemplate: ENH: add support for
20141           static library property STATIC_LIBRARY_FLAGS
20143 2004-04-22 16:16  hoffman
20145         * Modules/FindDCMTK.cmake: ENH: contribution from Ian Scott,
20146           thanks.
20148 2004-04-22 15:59  martink
20150         * Modules/FindOpenGL.cmake: update comments
20152 2004-04-22 14:38  hoffman
20154         * Source/cmTarget.cxx: ENH: add a property for HAS_CXX to a target
20155           that will force the use of a c++ compiler in the linking of an
20156           executable that contains only c code
20158 2004-04-22 14:11  andy
20160         * Source/kwsys/SystemTools.cxx: ERR: Verify that getenv returned
20161           something before using it
20163 2004-04-22 13:37  martink
20165         * Source/cmAddCustomCommandCommand.h: update docs
20167 2004-04-22 13:24  hoffman
20169         * Source/: cmFindLibraryCommand.h, cmFindPathCommand.cxx,
20170           cmFindPathCommand.h, cmMakefile.cxx, kwsys/SystemTools.cxx,
20171           kwsys/SystemTools.hxx.in: BUG: fix for 301 CMAKE_LIBRARY_PATH and
20172           CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and
20173           FIND_PATH in addtion to and before PATH
20175 2004-04-22 11:12  hoffman
20177         * Modules/FindwxWindows.cmake: BUG: fix bad if statements
20179 2004-04-22 09:44  hoffman
20181         * Source/: cmLocalVisualStudio6Generator.cxx,
20182           cmLocalVisualStudio7Generator.cxx: BUG 178: make top level
20183           cmakelist file a source in ALL_BUILD
20185 2004-04-21 17:54  andy
20187         * Source/cmGlobalVisualStudio71Generator.cxx: ERR: Fix install on
20188           VS71
20190 2004-04-21 16:23  king
20192         * Source/: cmListFileLexer.c, cmListFileLexer.h,
20193           cmListFileLexer.in.l: ENH: Added cmListFileLexer_SetString method
20194           to allow a string to be parsed as input.
20196 2004-04-21 16:07  hoffman
20198         * Tests/: SimpleInstall/CMakeLists.txt,
20199           SimpleInstallS2/CMakeLists.txt: add dep
20201 2004-04-21 15:09  hoffman
20203         * Modules/FindwxWindows.cmake: ENH: fix for mingw
20205 2004-04-21 11:42  andy
20207         * Source/cmFileCommand.cxx: BUG: Put all files to manifest
20209 2004-04-21 11:36  king
20211         * Source/cmAddCustomTargetCommand.cxx: BUG: Fixed check of number
20212           of arguments.
20214 2004-04-21 11:33  king
20216         * Modules/: FindITK.cmake, FindVTK.cmake: ENH: Terminate with a
20217           FATAL_ERROR if FIND_PACKAGE command was called with REQUIRED
20218           argument and package was not found.
20220 2004-04-21 11:32  andy
20222         * Source/cmLocalGenerator.cxx: ENH: Do preinstall and postinstall
20223           script even if the target is not installed
20225 2004-04-21 10:34  andy
20227         * Source/: cmakemain.cxx, ctest.cxx: ENH: Report error and exit
20228           when the current directory is not specified
20230 2004-04-21 10:33  andy
20232         * Source/kwsys/SystemTools.cxx: BUG: Prevent crash when the current
20233           working directory cannot be established
20235 2004-04-20 18:28  andy
20237         * Source/cmSystemTools.cxx: BUG: If the line ends without new-line
20238           character, Split should still return something
20240 2004-04-19 17:21  andy
20242         * Source/cmCTest.cxx: RNH: Support NoDartCoverage in the binary
20243           directorory
20245 2004-04-19 10:36  king
20247         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h:
20248           ENH#696: Adding REQUIRED option to FIND_PACKAGE command.  It will
20249           terminate the cmake configure step if the package is not found.
20251 2004-04-18 14:41  andy
20253         * Source/: cmFileCommand.cxx, cmFileCommand.h,
20254           cmGlobalGenerator.cxx, cmMakefile.cxx, cmMakefile.h,
20255           cmWriteFileCommand.cxx, cmWriteFileCommand.h, cmake.cxx, cmake.h:
20256           ENH: Add check for infinite loops. Make sure that files written
20257           using WRITE_FILE and FILE WRITE are not used as input files.
20258           Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite
20259           loops
20261 2004-04-18 13:16  andy
20263         * Source/: cmLocalUnixMakefileGenerator.cxx, cmSourceFile.cxx: ENH:
20264           Add support for adding object files and sources. This way you can
20265           use external program such as assembler or fortran to generate
20266           object files. Also star of fixing: Bug #757 - add .o file as a
20267           source file
20269 2004-04-16 14:55  martink
20271         * Source/cmCTest.cxx: better args handling for -I options
20273 2004-04-16 14:52  martink
20275         * Source/: cmCTest.cxx, cmCTest.h: better args handling for -I
20276           option
20278 2004-04-16 13:36  andy
20280         * Source/cmCTest.cxx: ENH: Better reporting of what tests failed
20281           and write a file with failed tests
20283 2004-04-16 09:50  hoffman
20285         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for bug 91
20287 2004-04-15 16:11  andy
20289         * Source/CursesDialog/cmCursesStringWidget.cxx: ENH: Add support
20290           for HOME and END keys. Also fix Bug #666 - In CCMake when
20291           deleting something, it does not stop at the beginning of line
20293 2004-04-15 15:46  andy
20295         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Prevent deleting
20296           not existing variables and therefore prevent crash. Fixes: Bug
20297           #750 - CCMake crashes when deleting all variables
20299 2004-04-15 13:59  andy
20301         * Tests/: Complex/CMakeLists.txt, Complex/Executable/complex.cxx,
20302           Complex/Library/CMakeLists.txt, Complex/Library/file2.cxx,
20303           ComplexOneConfig/CMakeLists.txt,
20304           ComplexOneConfig/Executable/complex.cxx,
20305           ComplexOneConfig/Library/CMakeLists.txt,
20306           ComplexOneConfig/Library/file2.cxx,
20307           ComplexRelativePaths/CMakeLists.txt,
20308           ComplexRelativePaths/Executable/complex.cxx,
20309           ComplexRelativePaths/Library/CMakeLists.txt,
20310           ComplexRelativePaths/Library/file2.cxx: ENH: Add test for
20311           REMOVE_DEFINITION
20313 2004-04-15 13:58  andy
20315         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
20316           cmRemoveDefinitionsCommand.cxx, cmRemoveDefinitionsCommand.h:
20317           ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182
20318           - Add opposite to ADD_DEFINITIONS
20320 2004-04-15 13:15  hoffman
20322         * Source/cmOptionCommand.cxx: BUG: fix for 282
20324 2004-04-15 13:09  andy
20326         * Source/cmGlobalVisualStudio6Generator.cxx,
20327           Source/cmGlobalVisualStudio7Generator.cxx,
20328           Templates/CMakeLists.txt: ENH: Handle make install target on
20329           Visual Studio 6 and 7 and install templates
20331 2004-04-15 12:07  andy
20333         * Source/: cmLocalUnixMakefileGenerator.cxx,
20334           cmLocalUnixMakefileGenerator.h: ENH: Ok, that is it. Remove old
20335           install and replace it with new
20337 2004-04-15 11:55  hoffman
20339         * Modules/FindMFC.cmake: BUG: fix for bug 506
20341 2004-04-15 11:38  hoffman
20343         * Source/cmSiteNameCommand.cxx: BUG: fix for bug 689
20345 2004-04-15 08:22  hoffman
20347         * Modules/: CheckForPthreads.c, CheckFunctionExists.c,
20348           CheckTypeSize.c, CheckVariableExists.c, TestBigEndian.c: ENH: fix
20349           tests for non-ansi c on hp and remove warnings for ansi c
20351 2004-04-14 17:02  hoffman
20353         * Modules/FindITK.cmake: BUG: fix for bug 608
20355 2004-04-14 16:58  hoffman
20357         * Source/cmGlobalVisualStudio7Generator.cxx: BUG: fix external
20358           projects for vc7
20360 2004-04-14 15:56  hoffman
20362         * Modules/: CheckFunctionExists.c, TestBigEndian.c: ENH: remove
20363           warnings from try compiles
20365 2004-04-14 14:25  king
20367         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Renamed
20368           --help-list-commands to --help-command-list and split --help
20369           [command] into separate --help and --help-command cmd options.
20371 2004-04-14 13:40  king
20373         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
20374           --help-list-commands option.
20376 2004-04-14 08:55  hoffman
20378         * Source/cmCTest.cxx: ENH: remove warning
20380 2004-04-13 18:27  hoffman
20382         * Source/cmCTest.cxx: ENH: fix warning
20384 2004-04-13 16:32  hoffman
20386         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: add the ability
20387           to run a limited sub-set of the tests
20389 2004-04-13 09:28  andy
20391         * Source/CTest/Curl/multi.c: ERR: Fix warning
20393 2004-04-12 21:01  hoffman
20395         * Modules/FindGTK.cmake: BUG: fix for bug 593
20397 2004-04-09 09:53  andy
20399         * Source/cmCTest.cxx: BUG: Display string not some weird pointer
20401 2004-04-09 08:37  hoffman
20403         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: add full path
20404           libraries to the depend information
20406 2004-04-08 17:13  andy
20408         * Modules/MacOSXBundleInfo.plist.in,
20409           Source/cmAddExecutableCommand.cxx,
20410           Source/cmAddExecutableCommand.h: ENH: Improve Mac OSX bundle
20411           support
20413 2004-04-07 12:07  martink
20415         * Source/cmLocalVisualStudio7Generator.cxx: fix problem with custom
20416           command
20418 2004-04-07 09:58  hoffman
20420         * Source/cmTarget.cxx: ENH: remove warnings on sgi
20422 2004-04-05 10:35  king
20424         * DartConfig.cmake: ERR: Need to use latest testing configuration
20425           even on branch.
20427 2004-04-02 13:21  king
20429         * Source/cmTarget.cxx: BUG: _LINK_TYPE cache variable should never
20430           be switched from optimized to debug or vice versa.
20432 2004-04-02 09:43  hoffman
20434         * Source/CMakeLists.txt, Tests/Jump/Library/Shared/CMakeLists.txt:
20435           ENH: fix for apple
20437 2004-04-02 08:09  hoffman
20439         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix warning and
20440           shadow variable
20442 2004-04-01 16:07  martink
20444         * Source/cmCTest.cxx: fix for missing valid images
20446 2004-04-01 15:28  king
20448         * Source/kwsys/ProcessFwd9x.c: ENH: Added comment for future work
20449           to make forwarding executable always statically linked.
20451 2004-04-01 14:37  andy
20453         * Source/cmCTest.cxx: BUG: Fix bug on windows. You cannot cout
20454           std::string directly
20456 2004-04-01 14:11  andy
20458         * Source/: cmCTest.cxx, CTest/cmCTestSubmit.cxx,
20459           CTest/cmCTestSubmit.h: ENH: Add logging of submitting
20461 2004-04-01 09:59  hoffman
20463         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix non relative
20464           paths
20466 2004-04-01 08:59  hoffman
20468         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for non
20469           relative paths with spaces in the path
20471 2004-03-31 16:44  king
20473         * Modules/FindTclsh.cmake: ENH: Added registry check for
20474           ActiveState Tcl 8.4.6.
20476 2004-03-31 11:26  andy
20478         * Source/cmCTest.cxx: ENH: Reduce number of
20479           GetCurrentWorkingDirectory
20481 2004-03-31 11:24  andy
20483         * Source/cmCTest.cxx: ENH: Change to the new directory
20485 2004-03-31 10:01  hoffman
20487         * Source/: CMakeLists.txt, cmLocalGenerator.cxx,
20488           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
20489           cmake.cxx: ENH: make relative paths optional and default off, and
20490           add a test for them
20492 2004-03-29 13:16  king
20494         * Source/MFCDialog/PropertyList.cpp: BUG#724: Merging 1.27->1.28
20495           changes to CMake 1.8 branch.
20497 2004-03-29 13:15  king
20499         * Source/MFCDialog/PropertyList.cpp: BUG#724: Preserving current
20500           working directory during file selection.
20502 2004-03-29 12:51  king
20504         * Source/cmConfigureFileCommand.cxx: BUG#485: Fixing on CMake 1.8
20505           branch.
20507 2004-03-29 12:04  king
20509         * Source/: cmSystemTools.h, cmTryCompileCommand.cxx: BUG#679:
20510           Merging fix to CMake 1.8 branch.
20512 2004-03-28 17:59  andy
20514         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: ENH: When
20515           installing project, write manifest
20517 2004-03-28 16:36  andy
20519         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add a way to clean
20520           additional files
20522 2004-03-28 16:00  andy
20524         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
20525           cmMakefile.cxx: ENH: If configure file fails do not create
20526           directory
20528 2004-03-28 10:14  andy
20530         * Source/cmIncludeCommand.cxx: ERR: Remove debug
20532 2004-03-28 10:14  andy
20534         * Source/cmLocalGenerator.cxx: BUG: Support paths with spaces
20536 2004-03-28 09:46  andy
20538         * Source/: cmIncludeCommand.h, cmSetTargetPropertiesCommand.h: DOC:
20539           Fix comment
20541 2004-03-27 20:59  andy
20543         * Source/cmLocalGenerator.cxx,
20544           Source/cmSetTargetPropertiesCommand.h,
20545           Tests/SimpleInstall/CMakeLists.txt,
20546           Tests/SimpleInstall/PostInstall.cmake,
20547           Tests/SimpleInstall/PreInstall.cmake,
20548           Tests/SimpleInstallS2/CMakeLists.txt,
20549           Tests/SimpleInstallS2/PostInstall.cmake,
20550           Tests/SimpleInstallS2/PreInstall.cmake: ENH: Add pre and post
20551           install script support
20553 2004-03-27 19:52  andy
20555         * Source/cmIncludeCommand.cxx, Source/cmIncludeCommand.h,
20556           Tests/LoadCommand/CMakeLists.txt,
20557           Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: Add support for
20558           importing modules without specifying path
20560 2004-03-27 19:52  andy
20562         * Source/cmFindPackageCommand.cxx: ERR: That slash is unnecessary
20564 2004-03-27 13:20  starreveld
20566         * Modules/FindOpenGL.cmake: ERR: Shouldn't be adding xlibs to
20567           opengllibs on osx
20569 2004-03-25 16:06  martink
20571         * Source/cmCTest.cxx: coverage change that will probably end in an
20572           infinite loop
20574 2004-03-25 08:45  king
20576         * Source/: cmLinkLibrariesCommand.h,
20577           cmTargetLinkLibrariesCommand.h: ENH: Clarified documentation for
20578           LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
20580 2004-03-24 16:31  king
20582         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Added support to
20583           library flags parser for -Wl and -R options.
20585 2004-03-23 15:02  king
20587         * Modules/Platform/Windows-cl.cmake: ERR: Fixed incorrect
20588           documentation for CMAKE_CXX_WARNING_LEVEL.  Submitted by David
20589           Cole.
20591 2004-03-20 20:37  andy
20593         * Source/cmCTest.cxx: ENH: Fix warning
20595 2004-03-19 14:48  king
20597         * Source/cmTryCompileCommand.cxx: ENH: Clarified recursive
20598           TRY_COMPILE error message.
20600 2004-03-19 09:34  andy
20602         * Source/cmCTest.cxx: ERR: Fix warnings about wrong format
20604 2004-03-18 09:52  andy
20606         * Source/cmCTest.cxx: ERR: Fix build on broken C++ compiles with no
20607           != operator for std::string
20609 2004-03-17 11:30  andy
20611         * Source/: cmCTest.cxx, cmCTest.h: BUG: change directory before
20612           running test and remember test number
20614 2004-03-17 09:42  berk
20616         * Source/: cmSystemTools.h, cmTryCompileCommand.cxx: BUG: When
20617           error occurs, try compiles should still work
20619 2004-03-17 08:20  andy
20621         * Source/cmCTest.h: ERR: On some compilers structure inside class
20622           cannot reference private typdefs from the same class
20624 2004-03-16 12:54  king
20626         * Source/cmExportLibraryDependencies.cxx: ERR: Added missing
20627           include for auto_ptr.
20629 2004-03-15 14:54  andy
20631         * Source/kwsys/CMakeLists.txt: ENH: Always include KWSys header
20632           files directory
20634 2004-03-15 10:44  king
20636         * Source/cmExportLibraryDependencies.cxx: BUG#675: If not
20637           appending, do copy-if-different on exported file.
20639 2004-03-15 09:35  andy
20641         * Source/cmCTest.h: ERR: Fix build
20643 2004-03-14 12:28  andy
20645         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add support for future tags
20647 2004-03-14 11:23  andy
20649         * Source/: cmCTest.cxx, cmCTest.h: ENH: Count tests while they go.
20650           Also in the logs report more stuff like elapsed time etc.
20652 2004-03-12 14:43  king
20654         * Source/kwsys/ProcessUNIX.c: ERR: SIGSEGV == SIGBUS on BeOS.
20656 2004-03-10 14:33  hoffman
20658         * Source/: cmGlobalVisualStudio71Generator.cxx,
20659           cmGlobalVisualStudio71Generator.h: ENH: update vs71 generator to
20660           support excluded subdirs
20662 2004-03-09 16:28  hoffman
20664         * Source/CMakeLists.txt, Source/cmEnableTestingCommand.cxx,
20665           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
20666           Source/cmGlobalVisualStudio6Generator.cxx,
20667           Source/cmGlobalVisualStudio6Generator.h,
20668           Source/cmGlobalVisualStudio7Generator.cxx,
20669           Source/cmGlobalVisualStudio7Generator.h,
20670           Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
20671           Source/cmLocalUnixMakefileGenerator.cxx,
20672           Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
20673           Source/cmMakefile.h, Source/cmSubdirCommand.cxx,
20674           Source/cmSubdirCommand.h, Tests/SubDir/Executable/test.cxx: ENH:
20675           add new subdirectory exclude from top option
20677 2004-03-09 16:20  hoffman
20679         * Tests/SubDir/: CMakeLists.txt, Examples/CMakeLists.txt,
20680           Examples/example1/CMakeLists.txt, Examples/example1/example1.cxx,
20681           Examples/example2/CMakeLists.txt, Examples/example2/example2.cxx,
20682           Executable/CMakeLists.txt, Executable/test.cxx: ENH: create new
20683           test to test subdir exclude
20685 2004-03-09 12:31  andy
20687         * Source/cmLocalVisualStudio7Generator.cxx: ENH: Properly build
20688           WIN32 executables
20690 2004-03-09 07:50  andy
20692         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Try to remove warning
20694 2004-03-08 22:24  andy
20696         * Source/cmInstallTargetsCommand.h: ENH: Add comment about
20697           RUNTIME_DIRECTORY
20699 2004-03-08 19:05  andy
20701         * Source/: cmConfigureFileCommand.cxx, cmMakefile.cxx,
20702           cmMakefile.h: ENH: Move implementation of configure_file to
20703           cmMakefile, so that other classes can use it
20705 2004-03-04 10:05  king
20707         * Source/cmStringCommand.cxx, Source/cmStringCommand.h,
20708           Tests/StringFileTest/CMakeLists.txt,
20709           Tests/StringFileTest/InputFile.h.in: ENH: Added STRING(CONFIGURE
20710           ...) command.
20712 2004-03-03 18:18  king
20714         * Source/: cmConfigureFileCommand.cxx, cmMakefile.cxx,
20715           cmMakefile.h: ENH: Moved variable and #cmakedefine replacement
20716           from cmConfigureFileCommand.cxx to a ConfigureString method on
20717           cmMakefile.  This will give other commands access to the
20718           configuration code.
20720 2004-02-29 15:13  andy
20722         * Tests/COnly/CMakeLists.txt: ERR: Too much commits
20724 2004-02-29 15:13  andy
20726         * Source/cmMakefile.cxx, Tests/COnly/CMakeLists.txt: ERR: Fix
20727           GetModulesFile
20729 2004-02-29 14:23  andy
20731         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Handle backticks as
20732           a valid library
20734 2004-02-29 09:53  andy
20736         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Cleanup and remove
20737           warning
20739 2004-02-29 09:51  andy
20741         * Source/cmLocalCodeWarriorGenerator.cxx: ERR: Fix build on Mac
20743 2004-02-28 18:59  andy
20745         * Modules/MacOSXBundleInfo.plist.in,
20746           Source/cmAddExecutableCommand.cxx, Source/cmCPluginAPI.cxx,
20747           Source/cmFindPackageCommand.cxx, Source/cmLocalGenerator.cxx,
20748           Source/cmLocalUnixMakefileGenerator.cxx,
20749           Source/cmLocalVisualStudio6Generator.cxx,
20750           Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
20751           Source/cmMakefile.h, Source/cmTarget.h: ENH: Styart working on
20752           bundles support and abstract WIN32_EXECUTABLE
20754 2004-02-24 18:48  andy
20756         * Source/cmSystemTools.cxx: ERR: Fix crash. We should check output
20757           before appending to it
20759 2004-02-24 10:05  andy
20761         * Source/: cmCTest.cxx, cmCTest.h: BUG: CVS update fix. If the CVS
20762           command was not set there was no indication that something went
20763           wrong. Now it will make sure it does. Also start working on
20764           multiple configuration scripts
20766 2004-02-24 10:04  andy
20768         * Source/cmSystemTools.cxx: ENH: Put Process execution errors in
20769           output and honor verbosity
20771 2004-02-23 09:56  andy
20773         * Source/: cmCTest.cxx, cmLocalGenerator.cxx: ENH: Improve coverage
20774           support and add more verbosity
20776 2004-02-23 09:54  king
20778         * Source/kwsys/Directory.cxx: ERR: Merging 1.7->1.9 changes to
20779           CMake 1.8 branch.
20781 2004-02-23 09:53  king
20783         * Source/MFCDialog/PathDialog.cpp: ERR: Merging 1.2 -> 1.3 warning
20784           fix to CMake 1.8 branch.
20786 2004-02-23 09:52  king
20788         * Source/CTest/Curl/CMakeLists.txt: ERR: Merging warning fixes
20789           1.34->1.35 from main tree to CMake 1.8 branch.
20791 2004-02-22 22:07  andy
20793         * Source/: cmCMakeMinimumRequired.h, cmConfigureFileCommand.h,
20794           cmElseCommand.h, cmEndIfCommand.h, cmExecProgramCommand.h,
20795           cmFindFileCommand.h, cmFindLibraryCommand.h, cmFindPathCommand.h,
20796           cmFindProgramCommand.h, cmGetFilenameComponentCommand.h,
20797           cmMakeDirectoryCommand.h, cmRemoveCommand.h,
20798           cmSeparateArgumentsCommand.h, cmWriteFileCommand.h: ENH: Make
20799           more commands scriptable
20801 2004-02-22 22:06  andy
20803         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Prevent crash when
20804           deleting the last cache item
20806 2004-02-22 13:14  andy
20808         * Source/: cmCPluginAPI.cxx, cmFLTKWrapUICommand.cxx,
20809           cmGetCMakePropertyCommand.cxx,
20810           cmGetSourceFilePropertyCommand.cxx, cmLoadCacheCommand.h,
20811           cmOutputRequiredFilesCommand.h, cmQTWrapCPPCommand.h,
20812           cmQTWrapUICommand.h, cmSetSourceFilesPropertiesCommand.cxx,
20813           cmSourceFilesCommand.cxx, cmUseMangledMesaCommand.h,
20814           cmVTKMakeInstantiatorCommand.cxx, cmVTKWrapJavaCommand.h,
20815           cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h,
20816           cmWrapExcludeFilesCommand.cxx: ENH: Cleanups
20818 2004-02-20 14:46  andy
20820         * Source/cmake.cxx, Source/cmakemain.cxx,
20821           Tests/SimpleInstall/CMakeLists.txt,
20822           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Ok, when doing cmake
20823           -P you should not have to squish filename next to -P, There
20824           should be space between
20826 2004-02-20 09:25  andy
20828         * Source/cmCTest.cxx: ENH: Handle wrong library on sun and no
20829           project on visual studio 7
20831 2004-02-19 10:33  andy
20833         * Source/CMakeLists.txt: ENH: Comment out test
20835 2004-02-19 10:32  andy
20837         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Cleanup
20839 2004-02-19 10:29  andy
20841         * Source/cmIfCommand.h: ENH: Make IF command scriptable
20843 2004-02-19 10:28  king
20845         * Docs/cmake-mode.el: BUG: Fixed identification of ( and ) tokens
20846           to avoid finding them in string literals.
20848 2004-02-19 09:35  andy
20850         * Source/cmMacroCommand.h: ENH: Macro should be scriptable
20852 2004-02-19 09:35  andy
20854         * Source/cmCTest.cxx: ERR: Do not exit when find bad custom files.
20856 2004-02-17 08:35  hoffman
20858         * Source/cmDynamicLoader.cxx: BUG: don't crash when loading a
20859           module that does not exist
20861 2004-02-16 10:57  martink
20863         * Source/MFCDialog/PathDialog.cpp: shut up unfixable warning
20865 2004-02-16 10:48  hoffman
20867         * Source/: cmConfigure.cmake.h.in, cmDynamicLoader.cxx: ENH: use
20868           cmake variables for cmDynamicLoader to figure out library prefix
20869           and extensions
20871 2004-02-16 09:50  hoffman
20873         * Modules/Platform/Windows-gcc.cmake, Source/cmDynamicLoader.cxx:
20874           BUG: fix mingw module load tests
20876 2004-02-16 09:49  martink
20878         * Source/CTest/Curl/CMakeLists.txt: fix warnings
20880 2004-02-14 16:55  hoffman
20882         * Modules/Platform/Windows-gcc.cmake: shared modules are not linked
20883           so do not use lib prefix
20885 2004-02-13 10:51  hoffman
20887         * Modules/Platform/Windows-gcc.cmake, Source/kwsys/SystemTools.cxx:
20888           ENH: change mingw to use libfoo.dll instead of foo.dll since it
20889           can link to them
20891 2004-02-12 21:44  andy
20893         * Source/cmFileCommand.cxx: ENH: Add DESTDIR support
20895 2004-02-12 13:38  king
20897         * Source/kwsys/Directory.cxx: ERR: Fixed use of _findfirst for MSVC
20898           6.
20900 2004-02-12 11:23  martink
20902         * Source/kwsys/Directory.cxx: fix incorrect signature for findfirst
20904 2004-02-12 09:13  hoffman
20906         * Source/kwsys/SystemTools.cxx, Tests/SimpleInstall/CMakeLists.txt,
20907           Tests/SimpleInstallS2/CMakeLists.txt: Fix install test fail on
20908           mingw
20910 2004-02-12 08:58  andy
20912         * Source/kwsys/SystemTools.cxx: BUG: Like cygwin, mingw does not
20913           produce .lib file for shared libraries, so search for dll when
20914           searching for library
20916 2004-02-11 10:56  andy
20918         * Source/cmCTest.cxx: ERR: Remove warning
20920 2004-02-11 08:28  andy
20922         * Source/kwsys/SystemTools.cxx, Tests/SimpleInstall/CMakeLists.txt,
20923           Tests/SimpleInstallS2/CMakeLists.txt: ENH: On Cygwin shared
20924           libraries have only .dll file no .lib file, so when finding
20925           library on cygwin, search also for .dll. Also fix SimpleInstall
20926           test on cygwin
20928 2004-02-10 15:53  andy
20930         * Source/cmCTest.cxx: ERR: Use filepath followed by filename not
20931           another filepath
20933 2004-02-10 15:51  andy
20935         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add logging of tests while
20936           running. This way you can actually see the output as it goes
20938 2004-02-09 16:40  andy
20940         * Tests/: SimpleInstall/CMakeLists.txt,
20941           SimpleInstallS2/CMakeLists.txt: ENH: Some cleanup and try to fix
20942           Visual Studio builds
20944 2004-02-09 15:34  andy
20946         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: -l or whatever
20947           should be at beginning of line.
20949 2004-02-09 11:33  andy
20951         * Source/CMakeLists.txt, Tests/SimpleInstall/inst.cxx,
20952           Tests/SimpleInstallS2/inst.cxx: ENH: Some systems do not handle
20953           spaces in the path
20955 2004-02-08 20:08  andy
20957         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
20958           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Install stage2 to
20959           handle runtime problem
20961 2004-02-08 13:23  andy
20963         * Source/cmCTest.cxx: ENH: Attempt to support tests in funky
20964           subdirectories
20966 2004-02-08 12:04  andy
20968         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
20969           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add second part of
20970           SimpleInstall
20972 2004-02-06 16:43  king
20974         * Source/cmGlob.cxx: BUG#480: Merging 1.10->1.11 changes to 1.8
20975           branch.
20977 2004-02-06 15:26  andy
20979         * Source/cmGlob.cxx: ENH: When nor specifying full path, make sure
20980           it actually works, on broken filesystems fix case of files.
20982 2004-02-06 15:18  andy
20984         * Source/cmFileCommand.cxx: ENH: Handle script mode
20986 2004-02-06 13:47  andy
20988         * Source/: cmEndForEachCommand.h, cmForEachCommand.h,
20989           cmStringCommand.h: ENH: Make more commands scriptable
20991 2004-02-06 10:49  andy
20993         * Modules/FindJNI.cmake: ENH: Better finding of JNI
20995 2004-02-05 10:12  andy
20997         * Tests/: SimpleInstall/CMakeLists.txt,
20998           SimpleInstallS2/CMakeLists.txt: ERR: Fix test on windows with
20999           network paths
21001 2004-02-04 09:42  berk
21003         * Tests/: SimpleInstall/foo.c, SimpleInstall/foo.h,
21004           SimpleInstall/inst.cxx, SimpleInstallS2/foo.c,
21005           SimpleInstallS2/foo.h, SimpleInstallS2/inst.cxx: ENH: Fix test on
21006           HP-UX
21008 2004-02-03 11:23  andy
21010         * Source/cmFileCommand.cxx: ENH: Fix support for debug postfix
21012 2004-02-03 10:53  andy
21014         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx, cmSetCommand.h:
21015           ENH: Add support for install postfix
21017 2004-02-03 10:25  andy
21019         * Source/cmLocalGenerator.cxx: ENH: Cleanup output
21021 2004-02-03 09:26  andy
21023         * Source/cmLocalUnixMakefileGenerator.cxx,
21024           Tests/SimpleInstall/CMakeLists.txt,
21025           Tests/SimpleInstallS2/CMakeLists.txt: ENH: Fix ADD_DEPENDENCIES
21026           on Unix makefiles and fix SimpleInstall test not to link the
21027           module
21029 2004-02-02 18:23  andy
21031         * Tests/: SimpleInstall/CMakeLists.txt,
21032           SimpleInstallS2/CMakeLists.txt: ENH: Make test work on windows
21034 2004-02-02 18:23  andy
21036         * Source/cmCTest.cxx: ENH: Propagate build type
21038 2004-02-01 16:48  andy
21040         * Tests/: SimpleInstall/lib2.h, SimpleInstall/lib3.h,
21041           SimpleInstallS2/lib2.h, SimpleInstallS2/lib3.h: ENH: Fix exports
21043 2004-02-01 12:53  andy
21045         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
21046           Tests/SimpleInstall/foo.c, Tests/SimpleInstall/foo.h,
21047           Tests/SimpleInstall/inst.cxx, Tests/SimpleInstall/lib1.cxx,
21048           Tests/SimpleInstall/lib1.h, Tests/SimpleInstall/lib2.cxx,
21049           Tests/SimpleInstall/lib2.h, Tests/SimpleInstall/lib3.cxx,
21050           Tests/SimpleInstall/lib3.h, Tests/SimpleInstallS2/CMakeLists.txt,
21051           Tests/SimpleInstallS2/foo.c, Tests/SimpleInstallS2/foo.h,
21052           Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/lib1.cxx,
21053           Tests/SimpleInstallS2/lib1.h, Tests/SimpleInstallS2/lib2.cxx,
21054           Tests/SimpleInstallS2/lib2.h, Tests/SimpleInstallS2/lib3.cxx,
21055           Tests/SimpleInstallS2/lib3.h: ENH: Add install test
21057 2004-01-29 10:29  hoffman
21059         * Source/cmCTest.cxx: BUG: keep output
21061 2004-01-29 09:01  hoffman
21063         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove depend on
21064           CMakeCache for rebuild_cache target to avoid double rebuild cache
21066 2004-01-29 09:00  king
21068         * Source/CTest/Curl/getdate.c: ERR: Fixed prototypes of gmtime,
21069           localtime, and mktime.
21071 2004-01-28 13:17  hoffman
21073         * Source/cmCTest.cxx: BUG: After running builtin ctest, go back to
21074           the original directory
21076 2004-01-28 11:22  andy
21078         * Source/cmLocalGenerator.cxx: ERR: Remove cout
21080 2004-01-28 10:59  king
21082         * Source/kwsys/ProcessWin32.c: BUG: Corrected detection of
21083           exceptional exit code.
21085 2004-01-28 10:59  king
21087         * Source/kwsys/testProcess.c: ENH: Added exception string to
21088           abnormal termination report.
21090 2004-01-28 09:47  martink
21092         * Source/cmCTest.cxx: Including exception string in test's error
21093           output.
21095 2004-01-28 08:11  andy
21097         * Source/cmFileCommand.cxx: ERR: Remove warning about unused
21098           variable
21100 2004-01-27 17:12  hoffman
21102         * Source/cmaketest.cxx: remove old file
21104 2004-01-27 17:12  hoffman
21106         * Source/cmCTest.cxx: ENH: add a dynamic loader flush cache
21108 2004-01-27 17:11  andy
21110         * Source/cmCTest.cxx: ENH: Only display the precontext or
21111           postcontext up to the next or previous warning or error
21113 2004-01-27 14:51  hoffman
21115         * Source/cmSystemTools.cxx: BUG: fix FMM
21117 2004-01-27 12:37  andy
21119         * Source/: cmFileCommand.cxx, cmInstallTargetsCommand.cxx,
21120           cmLocalGenerator.cxx, cmLocalGenerator.h, cmTarget.h,
21121           MFCDialog/CMakeLists.txt: ENH: Make install on windows seems to
21122           work now
21124 2004-01-27 09:53  andy
21126         * Source/cmFileCommand.cxx: ERR: Fix build on Mingw. Looks like
21127           Mingw is more like visual studio... Thanks Fred Wheeler
21129 2004-01-27 09:42  martink
21131         * Source/cmCTest.cxx: fix for backup restore
21133 2004-01-27 09:05  andy
21135         * Source/cmFileCommand.cxx: ERR: And yet another set of constants
21136           for file permissions
21138 2004-01-27 09:05  andy
21140         * Source/: cmStandardIncludes.h, cmSystemTools.h: ERR: Properly
21141           handle mode_t on borland
21143 2004-01-26 17:52  andy
21145         * Source/cmStandardIncludes.h: ERR Fix borland
21147 2004-01-26 16:29  andy
21149         * Source/cmLocalGenerator.cxx: BUG: Fix for spaces in path
21151 2004-01-26 16:24  andy
21153         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: ENH: Several
21154           windows bugs and fixes
21156 2004-01-26 16:05  andy
21158         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: Add unix style
21159           install in file command
21161 2004-01-26 15:50  andy
21163         * Source/: cmConfigureFileCommand.cxx, cmSystemTools.cxx,
21164           cmSystemTools.h: ENH: Preserve permissions when copying files
21166 2004-01-26 15:03  andy
21168         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: ERR: Fix build
21169           problems on Visual Studio 6
21171 2004-01-26 14:55  andy
21173         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add code for
21174           setting and getting permissions
21176 2004-01-26 14:41  andy
21178         * Source/: cmCTest.cxx, cmSystemTools.cxx: ENH: Improve calling of
21179           RunSingle command and fix compile error
21181 2004-01-26 14:00  hoffman
21183         * Source/cmSystemTools.cxx: ENH: forgot return value
21185 2004-01-26 13:57  andy
21187         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add support for
21188           CTestCustom.ctest, which modifies some behavior of ctest
21190 2004-01-26 13:32  hoffman
21192         * Source/: cmCTest.cxx, cmGlobalGenerator.cxx, cmSystemTools.cxx,
21193           cmSystemTools.h, cmake.cxx, cmake.h: BUG: fix put/get env
21194           problems
21196 2004-01-26 13:32  hoffman
21198         * Source/kwsys/ProcessWin32.c: ENH: fix for build on cygwin mingw
21200 2004-01-25 19:30  andy
21202         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h: ERR: Fix std::
21203           namespace
21205 2004-01-25 19:25  andy
21207         * Source/: cmGlobalGenerator.cxx, cmLocalGenerator.cxx,
21208           cmLocalGenerator.h: ENH: Start adding new installation framework
21210 2004-01-24 12:52  king
21212         * Tests/Jump/Executable/CMakeLists.txt: BUG: Due to backward
21213           ordering, Visual Studio GUIs need the link directories for the
21214           libraries the first time.
21216 2004-01-23 15:17  hoffman
21218         * Source/cmLocalVisualStudio7Generator.cxx: BUG: .lib from a .dll
21219           should go in m_LibraryOutputPath not m_ExecutableOutputPath
21221 2004-01-23 13:43  hoffman
21223         * Tests/Jump/Library/Shared/CMakeLists.txt: BUG: libdir was set
21224           wrong on windows
21226 2004-01-23 13:43  hoffman
21228         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: jump over feature
21229           was not working for windows
21231 2004-01-23 13:19  andy
21233         * DartConfig.cmake: ENH: Fix url
21235 2004-01-23 13:01  hoffman
21237         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for debug
21238           flags into project files
21240 2004-01-23 13:01  hoffman
21242         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: more fixes for
21243           relative path stuff
21245 2004-01-23 12:46  andy
21247         * DartConfig.cmake: ENH: Add nightly reporting
21249 2004-01-23 12:40  hoffman
21251         * Modules/CMakeDetermineCCompiler.cmake: ENH: use CFLAGS for
21252           testing for gnu
21254 2004-01-23 11:26  andy
21256         * DartConfig.cmake: ENH: More continuous e-mail stuff
21258 2004-01-23 11:22  hoffman
21260         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: convert the .o
21261           files to not have ./
21263 2004-01-23 09:54  king
21265         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx,
21266           cmLocalUnixMakefileGenerator.h: BUG: Fix to build rule generation
21267           with relative paths.
21269 2004-01-23 09:48  king
21271         * DartConfig.cmake: ENH: Improving CMake continuous dashboards.
21272           Sending continuous email for all kinds of failures.
21274 2004-01-23 09:44  martink
21276         * Source/: cmCTest.cxx, cmCTest.h: fixes to backup restore options
21278 2004-01-23 08:53  king
21280         * Source/cmLocalGenerator.cxx: STYLE: Deleted trailing whitespace.
21282 2004-01-23 08:51  king
21284         * Source/CMakeLists.txt: ERR: Fixed project name for Jump tests.
21286 2004-01-22 14:44  king
21288         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ERR: Fixed function
21289           prototypes with zero arguments to be C-style.
21291 2004-01-22 11:16  andy
21293         * Source/kwsys/ProcessUNIX.c: BUG: If working directory does not
21294           exists, exit
21296 2004-01-22 11:10  andy
21298         * Source/cmCTest.cxx: BUG: If at least one test fails, the percent
21299           cannot be greater than 99
21301 2004-01-22 10:54  king
21303         * Source/: cmLocalUnixMakefileGenerator.cxx,
21304           cmLocalUnixMakefileGenerator.h: BUG: Fix jump-over-and-build for
21305           missing libraries when the relative path to the library is
21306           different between the source and destination of the jump.
21308 2004-01-22 10:51  king
21310         * Tests/Jump/Library/: CMakeLists.txt, jumpShared.cxx,
21311           jumpStatic.cxx, Shared/CMakeLists.txt, Shared/jumpShared.cxx,
21312           Static/CMakeLists.txt, Static/jumpStatic.cxx: ENH: Improved test
21313           to have a different relative path name for libraries between the
21314           Executable and Library directories.
21316 2004-01-22 10:36  king
21318         * Source/CMakeLists.txt: ENH: Added JumpWithLibOut and JumpNoLibOut
21319           to test whether jumping over to build a missing library works.
21321 2004-01-22 10:30  king
21323         * Source/: cmake.cxx, kwsys/SystemTools.cxx: BUG:
21324           CopyFileIfDifferent should return success if the files did not
21325           differ or if the copy succeeded.  It should return failure only
21326           if the files were different and the copy failed.
21328 2004-01-22 10:23  king
21330         * Tests/Jump/Library/CMakeLists.txt: ERR: Fixed post-build rule to
21331           copy shared library correctly.
21333 2004-01-22 09:56  king
21335         * Tests/Jump/: CMakeLists.txt, Executable/CMakeLists.txt,
21336           Executable/jumpExecutable.cxx, Library/CMakeLists.txt,
21337           Library/jumpShared.cxx, Library/jumpStatic.cxx: ENH: Adding test
21338           for jumping over and building a missing library.
21340 2004-01-21 18:39  andy
21342         * Modules/CMakeDefaultMakeRuleVariables.cmake: ENH: This will
21343           probably break some obscure version of gcc, but until then,
21344           everybody doing profiling will be happy
21346 2004-01-21 15:55  king
21348         * Source/cmSystemTools.cxx: BUG: ::Stdout method should flush cout
21349           after writing data.
21351 2004-01-21 15:12  king
21353         * Modules/CMakeTestCCompiler.cmake: BUG#530: Merging 1.9 -> 1.10
21354           changes to CMake 1.8 branch.
21356 2004-01-21 15:11  king
21358         * Modules/CMakeTestCCompiler.cmake: BUG#530: Using #error to report
21359           a nice error message if the C compiler is set to a C++ compiler.
21361 2004-01-21 15:08  king
21363         * Modules/TestBigEndian.c: BUG: Use return statement instead of
21364           exit.
21366 2004-01-21 15:07  martink
21368         * Source/kwsys/ProcessUNIX.c: merge from the main tree
21370 2004-01-21 14:43  king
21372         * Source/cmCTest.cxx: BUG: empty method on std string is a test,
21373           and does not set the string to empty.
21375 2004-01-21 14:27  hoffman
21377         * Source/cmCTest.cxx: BUG: fix leak
21379 2004-01-21 14:06  king
21381         * Source/cmCTest.cxx: BUG: Fixed buffer size in MakeXMLSafe.
21383 2004-01-21 13:38  andy
21385         * Source/kwsys/ProcessUNIX.c: BUG: Fix valgrind error. If working
21386           directory is not set do not do chdir
21388 2004-01-21 09:49  hoffman
21390         * Source/cmCTest.cxx: BUG: if a test is not found, it should fail
21392 2004-01-21 09:25  hoffman
21394         * Source/cmCTest.cxx: ENH: make sure tests that are not run fail,
21395           and make sure that it does not try to run directories with the
21396           same name as tests
21398 2004-01-20 14:36  hoffman
21400         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: bug fix for IBM
21401           broken xlC 6.0.0.4 compiler
21403 2004-01-20 14:35  hoffman
21405         * Source/cmSystemTools.cxx: ENH: dont do relative paths when
21406           nothing is relative
21408 2004-01-19 09:30  king
21410         * Source/kwsys/testProcess.c: ERR: Fixed unused argument warning.
21412 2004-01-19 09:30  king
21414         * Source/kwsys/CMakeLists.txt: ERR: Must include Dart module after
21415           PROJECT command.
21417 2004-01-17 12:47  king
21419         * Source/kwsys/CMakeLists.txt: ENH: Added Dart testing
21420           configuration.
21422 2004-01-17 12:46  king
21424         * Source/kwsys/testProcess.c: ENH: Added a recursive process
21425           execution test.
21427 2004-01-16 14:00  martink
21429         * Source/cmCTest.cxx: fix so that ctest is run even with bad cmake
21430           result
21432 2004-01-16 09:51  king
21434         * Source/CTest/Curl/setup.h: ERR: Disabling some borland warnings.
21436 2004-01-15 17:07  andy
21438         * Source/cmCTest.cxx: ENH: Handle spaces in the dart output of test
21440 2004-01-15 14:04  king
21442         * Modules/Platform/Windows-bcc32.cmake: BUG#518: Merging 1.30->1.31
21443           changes to CMake 1.8 branch.
21445 2004-01-15 13:57  andy
21447         * Modules/Platform/Windows-bcc32.cmake: ENH: Fix typos about
21448           copying exe flags to shared flags and to modules. Bug #518 - On
21449           borland, initial flags for bulding module are wrong
21451 2004-01-15 08:50  king
21453         * Source/cmSystemTools.cxx: ENH: Added more error state checks to
21454           RunSingleCommand.
21456 2004-01-13 12:28  andy
21458         * Source/cmCTest.cxx: ERR: Do not ignore argument after nocmake
21460 2004-01-13 11:22  hoffman
21462         * Source/: cmCTest.cxx, cmCTest.h: ENH: add no cmake option
21464 2004-01-13 09:05  king
21466         * Modules/CMakeDetermineCCompiler.cmake: BUG: Merging 1.23->1.25
21467           changes to 1.8 branch for correct setting of MINGW flag on cygwin
21468           with -mno-cygwin flag.
21470 2004-01-13 09:01  king
21472         * Modules/FindTclsh.cmake: Merging 1.6->1.7 changes to 1.8 branch
21473           to improve automatic finding of Tcl.
21475 2004-01-13 09:01  king
21477         * Modules/FindTCL.cmake: Merging 1.30->1.31 changes to 1.8 branch
21478           to improve automatic finding of Tcl.
21480 2004-01-13 09:00  hoffman
21482         * Modules/CMakeDetermineCCompiler.cmake: BUG: use the flags when
21483           testing for type of gnu compiler
21485 2004-01-12 16:16  hoffman
21487         * Source/kwsys/SystemTools.cxx: BUG: try to get access to work on
21488           borland
21490 2004-01-12 13:53  hoffman
21492         * Source/kwsys/SystemTools.cxx: ENH: use access over stat for
21493           performance
21495 2004-01-12 13:30  andy
21497         * Source/: cmCTest.cxx, kwsys/SystemTools.cxx: ENH: Only look for
21498           executable until found
21500 2004-01-12 11:07  hoffman
21502         * Source/MFCDialog/PropertyList.cpp: BUG: make sure property list
21503           is cleared between cache loadings
21505 2004-01-09 15:57  barre
21507         * Modules/: FindTCL.cmake, FindTclsh.cmake: ENH: make it a bit
21508           smarter at finding stuff: now you need only to set *ONE* of
21509           (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest
21510           will be found.
21512 2004-01-09 14:14  hoffman
21514         * Source/cmCTest.cxx: ENH: clean up the output some more
21516 2004-01-09 14:05  hoffman
21518         * Source/cmCTest.cxx: ENH: clean up output
21520 2004-01-09 13:35  hoffman
21522         * Source/: cmCTest.cxx, cmCTest.h: ENH: add an ability to specify a
21523           build run directory
21525 2004-01-09 12:35  hoffman
21527         * Source/cmCTest.cxx: ENH: clean up output
21529 2004-01-09 12:28  hoffman
21531         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: add a local target
21532           for libraries as well as executables
21534 2004-01-09 11:24  king
21536         * Source/CTest/Curl/ldap.c: ERR: Merged warning fixes (revision 1.6
21537           -> 1.7) to CMake 1.8 release branch.
21539 2004-01-09 11:23  king
21541         * CMakeLists.txt, Modules/CMakeDetermineSystem.cmake,
21542           Modules/CMakeFindFrameworks.cmake,
21543           Modules/CMakeTestCCompiler.cmake,
21544           Modules/CMakeTestCXXCompiler.cmake, Modules/Dart.cmake,
21545           Modules/FindOpenGL.cmake, Modules/FindPythonLibs.cmake,
21546           Modules/FindQt.cmake, Modules/FindTCL.cmake,
21547           Modules/Platform/Windows-cl.cmake, Source/cmCTest.cxx,
21548           Source/cmCreateTestSourceList.cxx,
21549           Source/cmGlobalCodeWarriorGenerator.cxx,
21550           Source/cmGlobalGenerator.cxx,
21551           Source/cmGlobalVisualStudio6Generator.cxx,
21552           Source/cmGlobalVisualStudio71Generator.cxx,
21553           Source/cmGlobalVisualStudio7Generator.cxx,
21554           Source/cmLinkLibrariesCommand.cxx,
21555           Source/cmLocalCodeWarriorGenerator.cxx,
21556           Source/cmLocalUnixMakefileGenerator.cxx,
21557           Source/cmLocalVisualStudio6Generator.cxx,
21558           Source/cmLocalVisualStudio7Generator.cxx,
21559           Source/cmOptionCommand.cxx, Source/cmQTWrapCPPCommand.cxx,
21560           Source/cmSiteNameCommand.cxx, Source/cmStringCommand.cxx,
21561           Source/cmTarget.cxx, Source/cmTargetLinkLibrariesCommand.cxx,
21562           Source/cmTryCompileCommand.cxx, Source/cmTryCompileCommand.h,
21563           Source/kwsys/SystemTools.cxx, Utilities/Release/cmake_release.sh,
21564           Utilities/Release/config_Linux,
21565           Utilities/Release/cygwin-package.sh.in: ENH: Merged Release-1-8-2
21566           -> Release-1-8-3 changes to CMake-LatestRelease branch.
21568 2004-01-09 10:13  king
21570         * Source/cmCTest.cxx: BUG: Updated warning regex to match in more
21571           cases.
21573 2004-01-09 08:54  hoffman
21575         * Source/cmCTest.cxx: BUG: if the build fails then the test fails
21577 2004-01-09 07:22  hoffman
21579         * Source/CMakeLists.txt: BUG: fix arguments to wxwindows test
21581 2004-01-08 15:54  hoffman
21583         * Source/MFCDialog/CMakeCommandLineInfo.cpp: BUG: make sure
21584           relative paths in command line options are expanded
21586 2004-01-08 09:59  hoffman
21588         * Source/: cmCTest.cxx, cmGlobalGenerator.cxx, cmake.cxx: BUG: make
21589           sure null terminator is in the right place for putenv static char
21590           array
21592 2004-01-08 09:23  king
21594         * Source/cmake.cxx: BUG: Fix environment variable setting.
21596 2004-01-08 09:19  king
21598         * Source/cmGlobalGenerator.cxx: BUG: Fix environment variable
21599           setting.
21601 2004-01-08 08:19  hoffman
21603         * Source/: cmCTest.cxx: ENH: remove warning
21605 2004-01-07 16:24  hoffman
21607         * Source/cmCTest.cxx: temp remove of optimization internal ctest
21608           use putenv causing trouble on cygwin
21610 2004-01-07 16:15  hoffman
21612         * Source/cmCTest.cxx: ENH: print errors when they are there
21614 2004-01-07 14:22  hoffman
21616         * Source/cmCTest.cxx: BUG: initialize ivar
21618 2004-01-07 13:27  martink
21620         * Source/cmCreateTestSourceList.cxx: merge fix from main tree
21622 2004-01-07 13:20  hoffman
21624         * Source/cmCTest.cxx: BUG: fix command line parser bug
21626 2004-01-07 12:50  hoffman
21628         * Source/cmCTest.cxx: ENH: remove warning
21630 2004-01-07 11:31  hoffman
21632         * Source/cmCTest.cxx: ENH: remove warnings
21634 2004-01-07 11:24  hoffman
21636         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
21637           cmSystemTools.cxx, cmSystemTools.h, cmWin32ProcessExecution.cxx,
21638           cmake.cxx, ctest.cxx: ENH: add new feature to ctest so that it
21639           can cmake, build and run a test executable
21641 2004-01-07 09:22  king
21643         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: Fixed crash in
21644           extern MSVC project support.
21646 2004-01-07 09:22  hoffman
21648         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: fix crash in
21649           external dsp include
21651 2004-01-07 09:10  king
21653         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: Fixed crash in
21654           extern MSVC project support.
21656 2004-01-07 09:08  hoffman
21658         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: fix crash
21660 2004-01-07 09:07  king
21662         * Source/cmCTest.cxx: BUG: Added missing Generator attributes to
21663           submitted XML files.
21665 2004-01-07 08:37  martink
21667         * Modules/Dart.cmake: merge change from main tree
21669 2004-01-06 19:13  andy
21671         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: Improve notes
21672           support (now you can specify them with the rest of the command
21673           line), improve reading of configuration file (now it actually
21674           rereads configuration file after running
21675           update/configure/build...). Remember the model
21676           (nightly/experimental) across runs
21678 2004-01-06 16:56  king
21680         * Source/kwsys/: kwsys_std.h.in, kwsys_std_fstream.h.in,
21681           kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
21682           kwsys_std_sstream.h.in: ENH: Removing empty source file now that
21683           makefile dependencies should have updated.
21685 2004-01-06 16:18  hoffman
21687         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
21688           ENH: fix for hp make and relative paths never have targets with a
21689           ./ at the start of the name
21691 2004-01-06 15:06  king
21693         * Utilities/Release/config_Linux: Fixed build for new machine.
21695 2004-01-06 13:21  king
21697         * Utilities/Release/config_Linux: ENH: Updated configuration for
21698           new build location.
21700 2004-01-05 16:29  martink
21702         * Source/cmGlob.cxx: fix for glob command
21704 2004-01-05 15:30  king
21706         * Source/cmFindPackageCommand.cxx: BUG: Fixed typo in error
21707           message.
21709 2004-01-05 13:20  king
21711         * Utilities/Release/cmake_release.sh: ENH: Updated TAG for 1.8.3
21712           release.
21714 2004-01-05 13:19  king
21716         * CMakeLists.txt, CMakeSystemConfig.txt.in,
21717           CMakeWindowsSystemConfig.txt, bootstrap,
21718           Modules/CMakeCCompiler.cmake.in,
21719           Modules/CMakeDetermineCCompiler.cmake,
21720           Modules/CMakeDetermineCXXCompiler.cmake,
21721           Modules/CMakeDetermineJavaCompiler.cmake,
21722           Modules/CMakeImportBuildSettings.cmake, Modules/CMakeLists.txt,
21723           Modules/CMakeSystemSpecificInformation.cmake,
21724           Modules/CMakeTestCCompiler.cmake,
21725           Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
21726           Modules/CheckTypeSize.cmake, Modules/CheckVariableExists.cmake,
21727           Modules/Dart.cmake, Modules/FindGTK.cmake, Modules/FindJNI.cmake,
21728           Modules/FindJava.cmake, Modules/FindLATEX.cmake,
21729           Modules/FindPythonLibs.cmake, Modules/FindTCL.cmake,
21730           Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
21731           Modules/FindWish.cmake, Modules/FindwxWindows.cmake,
21732           Modules/TestForANSIForScope.cmake,
21733           Modules/TestForSTDNamespace.cmake, Modules/Platform/AIX.cmake,
21734           Modules/Platform/BSDOS.cmake, Modules/Platform/Darwin.cmake,
21735           Modules/Platform/FreeBSD.cmake, Modules/Platform/HP-UX.cmake,
21736           Modules/Platform/IRIX.cmake, Modules/Platform/IRIX64.cmake,
21737           Modules/Platform/MP-RAS.cmake, Modules/Platform/NetBSD.cmake,
21738           Modules/Platform/OSF1.cmake, Modules/Platform/OpenBSD.cmake,
21739           Modules/Platform/RISCos.cmake, Modules/Platform/SCO_SV.cmake,
21740           Modules/Platform/SINIX.cmake, Modules/Platform/SunOS.cmake,
21741           Modules/Platform/True64.cmake, Modules/Platform/ULTRIX.cmake,
21742           Modules/Platform/UNIX_SV.cmake, Modules/Platform/UnixWare.cmake,
21743           Modules/Platform/Windows-bcc32.cmake,
21744           Modules/Platform/Windows-cl.cmake,
21745           Modules/Platform/Windows-gcc.cmake,
21746           Modules/Platform/Windows.cmake, Modules/Platform/Xenix.cmake,
21747           Modules/Platform/gcc.cmake, Source/CMakeLists.txt,
21748           Source/cmAddCustomTargetCommand.cxx, Source/cmAddTestCommand.cxx,
21749           Source/cmCPluginAPI.h, Source/cmCTest.cxx, Source/cmCTest.h,
21750           Source/cmCacheManager.cxx, Source/cmCommands.cxx,
21751           Source/cmDynamicLoader.cxx, Source/cmFindFileCommand.h,
21752           Source/cmFindLibraryCommand.h, Source/cmFindPathCommand.h,
21753           Source/cmFindProgramCommand.h,
21754           Source/cmGlobalBorlandMakefileGenerator.cxx,
21755           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
21756           Source/cmGlobalNMakeMakefileGenerator.cxx,
21757           Source/cmGlobalUnixMakefileGenerator.cxx,
21758           Source/cmGlobalVisualStudio6Generator.cxx,
21759           Source/cmGlobalVisualStudio7Generator.cxx,
21760           Source/cmLoadCommandCommand.cxx,
21761           Source/cmLocalUnixMakefileGenerator.cxx,
21762           Source/cmLocalUnixMakefileGenerator.h,
21763           Source/cmLocalVisualStudio6Generator.cxx,
21764           Source/cmLocalVisualStudio7Generator.cxx,
21765           Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
21766           Source/cmQTWrapCPPCommand.cxx, Source/cmSystemTools.cxx,
21767           Source/cmSystemTools.h, Source/cmTargetLinkLibrariesCommand.cxx,
21768           Source/cmTryCompileCommand.h, Source/cmWin32ProcessExecution.cxx,
21769           Source/cmake.cxx, Source/cmakemain.cxx, Source/cmakewizard.cxx,
21770           Source/cmakewizard.h, Source/CTest/cmCTestSubmit.cxx,
21771           Source/CTest/Curl/telnet.c,
21772           Source/CTest/Curl/Testing/ftpupload.c,
21773           Source/CursesDialog/ccmake.cxx, Source/MFCDialog/CMakeSetup.cpp,
21774           Source/WXDialog/CMakeLists.txt, Source/kwsys/ProcessUNIX.c,
21775           Source/kwsys/ProcessWin32.c, Source/kwsys/SystemTools.cxx,
21776           Templates/EXEWinHeader.dsptemplate,
21777           Tests/Complex/Executable/CMakeLists.txt,
21778           Tests/Complex/Executable/complex.cxx,
21779           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
21780           Tests/ComplexOneConfig/Executable/complex.cxx,
21781           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
21782           Tests/ComplexRelativePaths/Executable/complex.cxx,
21783           Tests/Complex/Library/CMakeLists.txt,
21784           Tests/ComplexOneConfig/Library/CMakeLists.txt,
21785           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
21786           Utilities/CMakeLists.txt, Utilities/Release/cmake_release.sh,
21787           Utilities/Release/config_AIX,
21788           Utilities/Release/config_CYGWIN_NT-5.1,
21789           Utilities/Release/config_Darwin, Utilities/Release/config_HP-UX,
21790           Utilities/Release/config_IRIX64, Utilities/Release/config_Linux,
21791           Utilities/Release/config_OSF1, Utilities/Release/config_SunOS,
21792           Utilities/Release/cygwin-package.sh.in: ENH: Merging CMake
21793           Release-1-8-2 to CMake-LatestRelease.
21795 2004-01-05 12:58  king
21797         * Source/cmLocalVisualStudio6Generator.cxx: BUG#416: Merging
21798           1.49->1.50 changes to 1.8 branch.
21800 2004-01-05 12:53  martink
21802         * Source/cmLocalVisualStudio6Generator.cxx: fix for long lines with
21803           post build rules
21805 2004-01-05 11:22  king
21807         * Source/cmQTWrapCPPCommand.cxx: BUG#421: Merging 1.16->1.17
21808           changes to 1.8 branch.
21810 2004-01-05 11:13  andy
21812         * Source/cmQTWrapCPPCommand.cxx, Tests/Wrapping/CMakeLists.txt,
21813           Tests/Wrapping/vtkTestMoc.h: BUG: Fix dependency to input file
21814           for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
21816 2004-01-05 11:02  king
21818         * Source/kwsys/kwsysPlatformCxxTests.cmake: ERR: Removed use of
21819           FILE command and using WRITE_FILE instead.  We would still like
21820           CMake 1.6 to be able to build CMake CVS, and kwsys is used.
21822 2004-01-05 10:26  hoffman
21824         * Source/MFCDialog/PropertyList.cpp: ENH: reduce flicker
21826 2004-01-02 17:24  hoffman
21828         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
21829           PropertyList.cpp, PropertyList.h: ENH: fix bug with advanced
21830           items loosing edit and do a better job sorting
21832 2004-01-02 10:23  martink
21834         * Modules/Dart.cmake: fix for multiple nexted projects
21836 2003-12-31 08:56  andy
21838         * bootstrap: ERR: Fix bootstrap for the changes in kwsys
21840 2003-12-30 17:15  king
21842         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
21843           kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
21844           kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
21845           kwsys_ios_sstream.h.in: ENH: Renamed KWSYS_IOS_HAVE_* macros to
21846           KWSYS_IOS_USE_* to be more readable in the C++ sources.
21848 2003-12-30 16:23  king
21850         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c,
21851           test1.cxx: ENH: Added GetExceptionString method to provide an
21852           error description when GetState returns Exception.
21854 2003-12-30 14:33  king
21856         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Removed stray
21857           debugging statement left from merge.
21859 2003-12-30 13:40  king
21861         * Source/kwsys/SystemTools.cxx: ERR: Use of kwsys_stl was merged
21862           from main tree.  The CMake 1.8 branch still uses kwsys_std.
21864 2003-12-30 13:39  king
21866         * Source/kwsys/SystemTools.cxx: BUG: Merging 1.30->1.31 changes to
21867           CMake 1.8 branch.
21869 2003-12-30 13:38  king
21871         * Source/kwsys/SystemTools.cxx: BUG: CollapseFullPath was calling
21872           SplitProgramPath before changing the working directory to
21873           in_base.
21875 2003-12-30 10:26  king
21877         * Source/cmSystemTools.cxx: BUG: Do not call
21878           cmsysProcess_GetErrorString unless GetState returns State_Error.
21880 2003-12-30 08:41  hoffman
21882         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
21883           BUG: borland make treats ./target and target as different also
21884           convert to outputpathrelative may get passed a quoted path
21886 2003-12-30 07:55  andy
21888         * Source/cmCTest.cxx: ENH: Remove warnings about unused variables
21890 2003-12-29 16:35  martink
21892         * Source/cmEnableTestingCommand.h: sets variable now
21894 2003-12-29 16:27  martink
21896         * Source/cmLocalUnixMakefileGenerator.cxx: only generate test
21897           target when enabled
21899 2003-12-29 16:27  martink
21901         * Source/cmEnableTestingCommand.cxx: sets variable now
21903 2003-12-29 16:19  king
21905         * Modules/: CMakeFindFrameworks.cmake, FindPythonLibs.cmake,
21906           FindTCL.cmake: BUG#423: Merged fix to 1.8 branch.
21908 2003-12-29 16:18  king
21910         * Modules/: CMakeFindFrameworks.cmake, FindPythonLibs.cmake,
21911           FindTCL.cmake: BUG#423: Fixed search for frameworks on OSX.
21913 2003-12-29 16:15  king
21915         * Source/cmSiteNameCommand.cxx: BUG#407: Merged fix to 1.8 branch.
21917 2003-12-29 16:10  andy
21919         * Source/cmSiteNameCommand.cxx: ENH: Do not use nslookup. All we
21920           really care is hostname. If somebody wants something fancy, just
21921           set it yourself. Fixes Bug #407 - nslookup is being deprecated
21922           for Red Hat and Fedora distributions
21924 2003-12-29 15:37  king
21926         * Source/cmOptionCommand.cxx: BUG#408: Merged fix to 1.8 branch.
21928 2003-12-29 15:26  andy
21930         * Source/cmOptionCommand.cxx: ERR: Fix problems with OPTION and -D
21931           on command line. Fix Bug #408 - Using -D without a type does not
21932           always work
21934 2003-12-29 15:15  king
21936         * Modules/CMakeDetermineSystem.cmake: BUG#426: Merged fix to 1.8
21937           branch.
21939 2003-12-29 15:14  king
21941         * Modules/FindQt.cmake: BUG#425: Merged fix to 1.8 branch.
21943 2003-12-29 14:55  hoffman
21945         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
21946           BUG: use ./ infront of the current directory
21948 2003-12-29 14:26  andy
21950         * Modules/CMakeDetermineSystem.cmake: ERR: On systems where uname
21951           does not support -p, try -m. Fixes Bug #426 -
21952           CMAKE_SYSTEM_PROCESSOR unknown and inconsistent
21954 2003-12-29 14:19  andy
21956         * Modules/FindQt.cmake: ENH: Add QT_ASSISTANTCLIENT_LIBRARY
21957           support. Fixes Bug #425 - Suggsted mod to FindQt.cmake to handle
21958           qassistantclient.lib
21960 2003-12-29 13:41  king
21962         * Source/cmGlobalGenerator.cxx: BUG#427: Merged fix to 1.8 branch.
21964 2003-12-29 13:37  king
21966         * Source/: cmGlobalCodeWarriorGenerator.cxx,
21967           cmGlobalVisualStudio6Generator.cxx,
21968           cmGlobalVisualStudio71Generator.cxx,
21969           cmGlobalVisualStudio7Generator.cxx, cmLinkLibrariesCommand.cxx,
21970           cmLocalCodeWarriorGenerator.cxx,
21971           cmLocalUnixMakefileGenerator.cxx,
21972           cmLocalVisualStudio6Generator.cxx,
21973           cmLocalVisualStudio7Generator.cxx, cmTarget.cxx,
21974           cmTargetLinkLibrariesCommand.cxx: BUG#445: Merging fix to 1.8
21975           branch.
21977 2003-12-29 13:32  king
21979         * Source/cmStringCommand.cxx: BUG#452: Merging 1.10->1.11 changes
21980           to 1.8 branch.
21982 2003-12-29 13:31  king
21984         * Source/cmStringCommand.cxx: BUG#452: Fix to argument checking for
21985           TOUPPER and TOLOWER subcommands.
21987 2003-12-29 13:26  king
21989         * Modules/FindOpenGL.cmake: BUG: Added missing include path to
21990           search.
21992 2003-12-29 13:14  king
21994         * Source/kwsys/SystemTools.cxx: ERR: Removed ftime ambiguity
21995           created by poor C++ standard headers provided by Borland 5.5.
21997 2003-12-26 16:41  andy
21999         * Source/CTest/Curl/: ftp.c, hostip.h: ERR: Remove warnings on HP
22001 2003-12-26 16:28  andy
22003         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
22004           base64.h, ca-bundle.h, config.h.in, connect.c, connect.h,
22005           content_encoding.c, content_encoding.h, cookie.c, cookie.h,
22006           dict.c, dict.h, easy.c, escape.c, escape.h, file.c, file.h,
22007           formdata.c, formdata.h, ftp.c, ftp.h, getdate.c, getenv.c,
22008           getinfo.c, getinfo.h, hash.c, hash.h, hostip.c, hostip.h, http.c,
22009           http.h, http_chunks.c, http_chunks.h, http_digest.c,
22010           http_digest.h, http_negotiate.c, http_negotiate.h, http_ntlm.c,
22011           http_ntlm.h, if2ip.c, if2ip.h, inet_pton.c, inet_pton.h, krb4.c,
22012           krb4.h, ldap.c, ldap.h, llist.c, llist.h, md5.c, md5.h,
22013           memdebug.c, memdebug.h, mprintf.c, multi.c, netrc.c, netrc.h,
22014           progress.c, progress.h, security.c, security.h, sendf.c, sendf.h,
22015           setup.h, share.c, share.h, speedcheck.c, speedcheck.h, ssluse.c,
22016           ssluse.h, strequal.c, strequal.h, strtok.c, strtok.h, telnet.c,
22017           telnet.h, timeval.c, timeval.h, transfer.c, transfer.h, url.c,
22018           url.h, urldata.h, version.c, curl/curl.h, curl/easy.h,
22019           curl/mprintf.h, curl/multi.h, curl/stdcheaders.h, curl/types.h:
22020           ENH: Update to Curl 7.10.8
22022 2003-12-26 15:02  andy
22024         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: Add option to
22025           submit notes. Implements Bug #465 - Add notes support to CTest
22027 2003-12-26 15:00  andy
22029         * Source/: cmSystemTools.cxx, cmSystemTools.h: BUG: For
22030           consistency, use cmStdString. Also, there was a bug in
22031           SplitString which make it lose the first character.
22033 2003-12-24 15:02  andy
22035         * Source/cmLocalGenerator.cxx: BUG: On Windows network paths do not
22036           really work as regular paths, so when the binary directory is on
22037           the network, we will not support relative paths
22039 2003-12-24 13:17  hoffman
22041         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use cd pwd trick
22042           for path for libnames
22044 2003-12-24 10:51  hoffman
22046         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: use full paths via
22047           pwd for -L paths on unix shells
22049 2003-12-24 10:07  kmorel
22051         * Source/kwsys/kwsys_ios_iosfwd.h.in: Fixed a problem where
22052           ifstream was not the same as kwsys_ios::ifstream on MSVC 6.0.
22054 2003-12-24 09:19  andy
22056         * Source/cmCTest.cxx: ENH: Fix coverage to actually work and add
22057           support for .NoDartCoverage
22059 2003-12-23 15:01  hoffman
22061         * Source/: cmLocalGenerator.cxx, cmTryCompileCommand.cxx,
22062           cmake.cxx, cmake.h: BUG: keep more of the case information
22064 2003-12-23 13:31  hoffman
22066         * Source/cmLocalGenerator.cxx: BUG: fix for vtk build
22068 2003-12-23 11:03  king
22070         * bootstrap: ENH: Merging changes from KWSys-IOS-bp to
22071           KWSys-IOS-b2t-1-mp to main tree.  This corresponds to the same
22072           merge in KWSys.  Fixes for bootstrapping on cygwin are also
22073           included.
22075 2003-12-23 11:03  king
22077         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
22078           RegularExpression.cxx, RegularExpression.hxx.in, SystemTools.cxx,
22079           SystemTools.hxx.in, kwsysPlatformCxxTests.cmake,
22080           kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
22081           kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
22082           kwsys_ios_sstream.h.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
22083           kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
22084           kwsys_std_sstream.h.in, kwsys_stl.h.in, test1.cxx, testIOS.cxx:
22085           ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to
22086           main tree.  This introduces separate kwsys_ios and kwsys_stl
22087           macros needed to support all platforms.
22089 2003-12-23 10:44  king
22091         * bootstrap: BUG: Fixed 3rd C++ test to use endl correctly.  Fixed
22092           incorrect spelling of appropriate.
22094 2003-12-23 10:39  andy
22096         * bootstrap: ENH: Some cleanups and attempt to fix cygwin problem
22098 2003-12-23 10:16  andy
22100         * bootstrap: ENH: Some cleanups, add settings comment to kwsys
22101           header files. Add proper dependency to kwsys headers
22103 2003-12-23 09:53  king
22105         * bootstrap: BUG: Fixed use of KWSYS_IOS_HAVE_SSTREAM test result
22106           for cmConfigure.
22108 2003-12-23 09:31  king
22110         * bootstrap: BUG: Moved use of KWSYS_IOS test results to after the
22111           tests are performed.  Also cleaned up ordering of some tests.
22113 2003-12-23 09:17  andy
22115         * bootstrap: ENH: support new KWSYS with IOS
22117 2003-12-22 16:21  hoffman
22119         * Source/: cmLocalVisualStudio6Generator.cxx,
22120           cmLocalVisualStudio7Generator.cxx, cmSystemTools.cxx: ENH: add
22121           relative paths to visual studio 6 and 7 project files
22123 2003-12-22 15:16  hoffman
22125         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
22126           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
22127           ENH: move relative path to parent generator class
22129 2003-12-22 14:17  hoffman
22131         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: make new relative
22132           rpath work with spaces
22134 2003-12-22 13:59  hoffman
22136         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use fullpaths based
22137           on the actual current directory
22139 2003-12-22 13:15  hoffman
22141         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use a full path for
22142           rpath
22144 2003-12-22 12:24  hoffman
22146         * Source/: cmLocalUnixMakefileGenerator.cxx,
22147           cmLocalUnixMakefileGenerator.h, cmSystemTools.cxx,
22148           cmSystemTools.h, cmake.cxx: ENH: add support for relative paths
22149           in makefiles
22151 2003-12-22 11:20  king
22153         * Source/kwsys/: CMakeLists.txt, kwsysPlatformCxxTests.cxx: ENH:
22154           All platform tests are now in kwsysPlatformCxxTests.cxx.  This
22155           makes the listfile code much more readable.
22157 2003-12-20 13:32  king
22159         * Source/kwsys/: CMakeLists.txt, testIOS.cxx: ENH: Added testIOS
22160           for kwsys_ios testing.
22162 2003-12-20 13:31  king
22164         * Source/kwsys/kwsys_ios_sstream.h.in: ERR: Fixed istringstream to
22165           work with MSVC 6 old streams.
22167 2003-12-20 12:44  king
22169         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
22170           kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
22171           kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
22172           kwsys_ios_sstream.h.in: ENH: Shortened and grouped IOS and STL
22173           feature macro names.
22175 2003-12-19 16:56  king
22177         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
22178           RegularExpression.cxx, RegularExpression.hxx.in, SystemTools.cxx,
22179           SystemTools.hxx.in, kwsysPlatformCxxTests.cmake,
22180           kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
22181           kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
22182           kwsys_ios_sstream.h.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
22183           kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
22184           kwsys_std_sstream.h.in, kwsys_stl.h.in, test1.cxx: ENH: Split
22185           kwsys_std into kwsys_ios and kwsys_stl in order to avoid std
22186           namespace pollution and support more platforms.
22188 2003-12-18 18:04  andy
22190         * Source/cmCTest.cxx: ENH: Even better. Only replace when path
22191           longer than 20 characters. Also replace parent directory. That
22192           way it will replace for related projects.
22194 2003-12-18 17:42  andy
22196         * Source/cmCTest.cxx: ENH: Attempt to cleanup the build output
22198 2003-12-18 17:36  martink
22200         * Source/cmCTest.cxx: bug fix
22202 2003-12-18 13:40  andy
22204         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Remove debug
22206 2003-12-18 13:17  andy
22208         * Source/: cmGlobalCodeWarriorGenerator.cxx,
22209           cmGlobalVisualStudio6Generator.cxx,
22210           cmGlobalVisualStudio71Generator.cxx,
22211           cmGlobalVisualStudio7Generator.cxx,
22212           cmLocalCodeWarriorGenerator.cxx,
22213           cmLocalVisualStudio6Generator.cxx,
22214           cmLocalVisualStudio7Generator.cxx: BUG: Fix Bug #445 - Same
22215           library in multiple projects can cause problems
22217 2003-12-18 13:04  andy
22219         * Source/: cmLinkLibrariesCommand.cxx,
22220           cmLocalUnixMakefileGenerator.cxx, cmTarget.cxx,
22221           cmTargetLinkLibrariesCommand.cxx: BUG: Fix Bug #445 - Same
22222           library in multiple projects can cause problems
22224 2003-12-17 09:42  andy
22226         * Modules/Dart.cmake: ENH: Mark things as advanced
22228 2003-12-17 09:40  andy
22230         * Source/cmCTest.cxx: ERR: Remove debug
22232 2003-12-17 09:25  andy
22234         * Source/cmCTest.cxx: ENH: Add more error regular expressions
22236 2003-12-17 08:49  king
22238         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: BUG#439:
22239           Merging fix to 1.8 branch.
22241 2003-12-17 08:45  king
22243         * Modules/Platform/Windows-cl.cmake: BUG#438: Merging fix to 1.8
22244           branch.
22246 2003-12-17 08:36  martink
22248         * Source/cmCTest.cxx: better ctest driver and return codes
22250 2003-12-17 08:30  king
22252         * Source/kwsys/SystemTools.hxx.in: ERR: std -> kwsys_std.
22254 2003-12-17 08:21  martink
22256         * Modules/Platform/Windows-cl.cmake: fix in quoting
22258 2003-12-16 17:30  andy
22260         * Source/cmCTest.cxx: ENH: Purify support should work now.
22262 2003-12-16 17:20  king
22264         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
22265           Added SetPipeShared method to allow stdout and stderr pipes to be
22266           shared with the parent process.
22268 2003-12-16 16:19  andy
22270         * Source/cmCTest.cxx: ENH: Add suppression file support for
22271           valgrind
22273 2003-12-16 16:19  andy
22275         * Modules/: Dart.cmake, DartConfiguration.tcl.in: ENH: Add
22276           suppression file
22278 2003-12-16 15:55  king
22280         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Added
22281           GetEnv method.
22283 2003-12-16 15:38  king
22285         * Source/kwsys/CMakeLists.txt: ENH: Updated copyright.
22287 2003-12-16 15:37  king
22289         * Source/kwsys/CMakeLists.txt: ERR: SystemTools now depends on
22290           Directory.
22292 2003-12-16 14:43  andy
22294         * Source/: cmCTest.cxx, cmCTest.h: ENH: Several cleanups and
22295           attempt to do purify support
22297 2003-12-16 14:26  martink
22299         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: is there any
22300           chance thiswill work on all platforms hmmm added removeAdirectory
22302 2003-12-16 13:18  andy
22304         * Source/cmCTest.cxx: ENH: Cleanup output
22306 2003-12-15 18:44  andy
22308         * Source/cmCTest.cxx: ERR: Fix coverage on gcc 2.95
22310 2003-12-15 18:32  andy
22312         * Source/cmCTest.cxx: ERR: Ok, think before commit... This fixes
22313           two build problems. The missing brace and the std::string
22314           signature is different on gcc 2.95 and gcc 3.3.
22316 2003-12-15 18:03  andy
22318         * Source/cmCTest.cxx: ERR: Inner loop used the same counter as
22319           outer. Broke coverage code
22321 2003-12-15 17:28  andy
22323         * Source/: cmCTest.cxx, cmCTest.h: ERR: STD fixes
22325 2003-12-15 17:25  andy
22327         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
22328           Source/cmCTest.cxx, Source/cmCTest.h, Source/cmSystemTools.cxx,
22329           Source/cmSystemTools.h, Source/ctest.cxx,
22330           Source/CTest/cmCTestSubmit.cxx, Source/CTest/cmCTestSubmit.h,
22331           Source/CursesDialog/cmCursesPathWidget.cxx: ENH: Add initial
22332           memory check support which works for Valgrind
22334 2003-12-15 16:30  king
22336         * Source/kwsys/: Base64.c, Base64.h.in, Configure.h.in,
22337           Configure.hxx.in, Copyright.txt, Directory.cxx, Directory.hxx.in,
22338           EncodeExecutable.c, Process.h.in, ProcessFwd9x.c, ProcessUNIX.c,
22339           ProcessWin32.c, RegularExpression.cxx, RegularExpression.hxx.in,
22340           SystemTools.cxx, SystemTools.hxx.in, kwsysHeaderDump.pl,
22341           kwsysPrivate.h, kwsys_std.h.in, kwsys_std_fstream.h.in,
22342           kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
22343           kwsys_std_sstream.h.in, test1.cxx, testProcess.c: ENH: Updated
22344           copyright.
22346 2003-12-15 12:56  martink
22348         * Source/cmCreateTestSourceList.cxx: fix compiler warning
22350 2003-12-15 12:02  hoffman
22352         * Source/cmCTest.cxx: ENH: fix for gcc 3.1
22354 2003-12-14 13:48  king
22356         * Source/kwsys/ProcessWin32.c: STYLE: Fixed typo on comment.
22358 2003-12-14 13:47  king
22360         * Source/kwsys/ProcessWin32.c: ENH: Using CreateFile with
22361           FILE_FLAG_DELETE_ON_CLOSE to automatically delete the Win9x
22362           forwarding executable even if the parent process crashes.
22364 2003-12-14 13:44  king
22366         * Source/kwsys/kwsysPrivate.h: ENH: Added KWSYS_NAMESPACE_STRING
22367           macro.
22369 2003-12-14 13:03  king
22371         * Source/kwsys/Configure.h.in: BUG: Fixed dllimport.
22373 2003-12-13 14:19  king
22375         * Source/kwsys/ProcessUNIX.c: ERR: Added include of sys/stat.h for
22376           open functions mode bits.
22378 2003-12-13 14:13  king
22380         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
22381           Added SetPipeFile method to allow the process pipeline stdin,
22382           stdout, and stderr to be redirected from/to files.
22384 2003-12-13 10:36  king
22386         * Source/kwsys/: ProcessUNIX.c, ProcessWin32.c: ENH: Code is now
22387           robust to New method returning NULL.
22389 2003-12-12 15:42  king
22391         * Modules/Platform/IRIX64.cmake: ENH: Added
22392           CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and
22393           CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared
22394           library version support for SGI.
22396 2003-12-12 14:44  king
22398         * Modules/Platform/HP-UX.cmake: ENH: Added
22399           CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library
22400           version support for HP-UX.
22402 2003-12-12 14:34  king
22404         * Modules/CMakeDefaultMakeRuleVariables.cmake,
22405           Modules/Platform/SunOS.cmake,
22406           Source/cmLocalUnixMakefileGenerator.cxx,
22407           Modules/Platform/Linux.cmake: ENH: Using separate
22408           CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.
22410 2003-12-12 14:20  king
22412         * Modules/Platform/SunOS.cmake: ENH: Added
22413           CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library
22414           version support for SunOS.
22416 2003-12-12 09:12  hoffman
22418         * Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
22419           CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake:
22420           ENH: reduce the number of times gnu is tested for
22422 2003-12-12 08:09  martink
22424         * Source/cmCTest.cxx: now can do extra updates
22426 2003-12-11 15:38  hoffman
22428         * Source/cmGlobalGenerator.cxx: BUG:427 trycompile target must be
22429           exe
22431 2003-12-11 10:11  hoffman
22433         * Source/cmTryCompileCommand.cxx: BUG: need a dummy first argument
22434           to cmake
22436 2003-12-11 08:57  martink
22438         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: fix to
22439           the signature and argument parsing
22441 2003-12-10 19:47  andy
22443         * Source/: cmake.cxx, cmakemain.cxx: ENH: Argument for script mode
22444           is -P (process) and take out the automatic script mode
22446 2003-12-10 08:55  hoffman
22448         * Source/: cmLocalUnixMakefileGenerator.cxx,
22449           cmLocalUnixMakefileGenerator.h: BUG: roll back change for
22450           variable used in path
22452 2003-12-09 14:33  king
22454         * Modules/FindOpenGL.cmake: ENH: Adding /usr/include/w32api for
22455           OpenGL header search.
22457 2003-12-09 11:44  king
22459         * Source/kwsys/SystemTools.cxx: BUG: File comparison on windows
22460           must test the volume serial number as well as the file index.
22462 2003-12-09 10:33  martink
22464         * DartConfig.cmake: move start time up one hour
22466 2003-12-09 09:16  king
22468         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: ERR: Removed
22469           YY_BREAK statements after return statements because they are
22470           unreachable.
22472 2003-12-09 09:11  king
22474         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: ERR: Added
22475           missing static keyword to cmListFileLexerSetToken and
22476           cmListFileLexerAppend definitions.
22478 2003-12-09 08:32  hoffman
22480         * Source/: cmLocalUnixMakefileGenerator.cxx,
22481           cmLocalUnixMakefileGenerator.h: ENH: use variables for output
22482           paths
22484 2003-12-09 08:22  martink
22486         * Source/cmCTest.cxx: some updates to handle inline cache files and
22487           environment variables
22489 2003-12-08 18:05  king
22491         * Source/cmSystemTools.cxx: BUG: Reimplemented ExpandListArguments
22492           to properly handle escaped backslashes that occur right before
22493           semicolons.  This is important for lists of paths ending in
22494           backslashes on windows.
22496 2003-12-08 16:10  martink
22498         * Source/cmSystemTools.cxx: bug fix to escaped semicolons in
22499           arguments
22501 2003-12-08 15:05  king
22503         * Source/cmListFileLexer.in.l: ERR: Fixed comment about how to run
22504           flex to reflect new name of this file.
22506 2003-12-08 14:20  king
22508         * Source/: cmListFileLexer.in.l, cmListFileLexer.l: ERR: Renaming
22509           cmListFileLexer.l to cmListFileLexer.in.l to avoid make programs
22510           trying to run lex automatically whn building cmListFileLexer.c.
22512 2003-12-08 14:11  andy
22514         * bootstrap: ENH: Fix bootstrap to handle lex parser
22516 2003-12-08 13:40  king
22518         * Source/: cmListFileLexer.c, cmListFileLexer.l: ERR: We must
22519           define YY_NO_UNISTD_H to build on windows.
22521 2003-12-08 13:36  king
22523         * Source/: CMakeLists.txt, cmListFileCache.cxx, cmListFileCache.h,
22524           cmListFileLexer.c, cmListFileLexer.h, cmListFileLexer.l: ENH:
22525           Using lex-based tokenizer and a simple recursive-descent parser
22526           in place of the old hand-coded parser for CMake listfiles.
22528 2003-12-08 11:35  king
22530         * Source/kwsys/CMakeLists.txt: STYLE: Removed trailing whitespace.
22532 2003-12-08 11:31  king
22534         * Source/cmake.cxx: ENH: Improved error messages when source tree
22535           does not have a CMakeLists.txt file.  No matter how many cases we
22536           check, there always seems to be a user that finds a case that
22537           gives a confusing error message...
22539 2003-12-08 11:23  andy
22541         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
22542           Source/cmCTest.cxx: ENH: Improve coverage on systems with
22543           multiple gcov commands
22545 2003-12-07 14:09  king
22547         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
22548           Cleaned up pipe numbering.
22550 2003-12-05 16:39  king
22552         * Source/cmCTest.cxx: ENH: Using cmListFileCache to read the
22553           DartTestfile instead of duplicating the parse loop.
22555 2003-12-05 14:51  king
22557         * Source/kwsys/kwsys_std.h.in: ERR: Need to include Configure.hxx
22558           to get kwsys_std definition.
22560 2003-12-05 11:53  king
22562         * Source/: cmCTest.cxx, cmSystemTools.cxx, kwsys/Process.h.in,
22563           kwsys/ProcessUNIX.c, kwsys/ProcessWin32.c, kwsys/test1.cxx,
22564           kwsys/testProcess.c: ENH: Removed pipe selection argument from
22565           WaitForData method in kwsysProcess.  This greatly simplifies its
22566           use.
22568 2003-12-05 11:37  king
22570         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessWin32.c:
22571           STYLE: Removed trailing whitespace.
22573 2003-12-05 11:19  king
22575         * Source/kwsys/ProcessWin32.c: BUG: Process startup-info struct
22576           dwFlags were being set incorrectly due to a change in statement
22577           order.
22579 2003-12-05 10:45  king
22581         * Docs/cmake-mode.el: ENH: New indentation implementation to
22582           support multi-line strings.
22584 2003-12-04 14:34  king
22586         * Docs/cmake-mode.el: STYLE: Removed trailing whitespace.
22588 2003-12-04 13:56  king
22590         * Source/kwsys/ProcessUNIX.c: ERR: Added missing static storage
22591           class specifier for kwsysProcessCreate.
22593 2003-12-03 14:16  martink
22595         * Source/cmCTest.cxx: some fixes to test harnes
22597 2003-12-03 13:37  king
22599         * Source/kwsys/ProcessUNIX.c: ERR: Some platforms define stdin,
22600           stdout, and stderr as macros.  Renaming these symbols to StdIn,
22601           StdOut, and StdErr.
22603 2003-12-03 09:20  king
22605         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessUNIX.c,
22606           ProcessWin32.c: ENH: Merged changes from KWSys-MultiProcess-bp to
22607           KWSys-MultiProcess-b2t-1-mp to main tree.  This introduces
22608           support for process pipelines.
22610 2003-12-03 09:12  king
22612         * Source/kwsys/Process.h.in: ERR: Added missing macro definition
22613           for kwsysProcess_AddCommand.
22615 2003-12-02 17:23  king
22617         * Utilities/Release/cmake_release.sh: ENH: Added documentation
22618           about location of cmCPluginAPI.h in cygwin package.
22620 2003-12-02 17:16  king
22622         * Utilities/Release/cygwin-package.sh.in: BUG: No longer need to
22623           copy Copyright.txt into doc directory.  It is done by the cmake
22624           installation.
22626 2003-12-02 17:14  king
22628         * Utilities/Release/cygwin-package.sh.in: BUG: Need to pass
22629           datadir/docdir/mandir to bootstrap script instead of writing in
22630           the cache.
22632 2003-12-02 16:57  king
22634         * Utilities/Release/cygwin-package.sh.in: ENH: Cygwin now uses
22635           /usr/share/doc instead of /usr/doc.
22637 2003-12-02 16:57  king
22639         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updating
22640           version number to 1.8.3.
22642 2003-12-02 16:50  martink
22644         * Source/cmCTest.cxx: better error handling
22646 2003-12-01 19:25  martink
22648         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: a start on the
22649           dashboard driver
22651 2003-12-01 13:07  king
22653         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
22654           BUG#411: Merged fix to 1.8 branch.
22656 2003-12-01 13:06  king
22658         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
22659           BUG#411: Re-ordering statements so errors show up in
22660           CMakeError.log.
22662 2003-11-28 15:37  king
22664         * Source/kwsys/ProcessWin32.c: ENH: Cleaned up implementation of
22665           stderr and win9x forwarding executable error pipe.
22667 2003-11-28 14:21  king
22669         * Source/kwsys/ProcessWin32.c: ENH: Removing special termination
22670           pipe from Windows implementation.  It does not need it because
22671           WaitForMultipleObjects can wait with a timeout for the process to
22672           terminate.  This is not the case in UNIX because waitpid has no
22673           timeout, so we need the termination pipe there.
22675 2003-11-28 14:08  king
22677         * Source/kwsys/ProcessWin32.c: BUG: Removed stray debugging code
22678           that caused win9x mode to always be used.
22680 2003-11-28 14:02  king
22682         * Source/kwsys/ProcessWin32.c: ENH: Added special termination pipe
22683           to allow timeout to work for processes that close their output
22684           pipes.
22686 2003-11-28 13:07  king
22688         * Source/kwsys/ProcessWin32.c: ENH: Error messages from the
22689           forwarding executable are now read completely even if they are
22690           reported in multiple blocks.
22692 2003-11-28 12:58  king
22694         * Source/kwsys/ProcessWin32.c: BUG: Fixed error message when
22695           process control structure initialization runs out of memory.
22697 2003-11-28 12:52  king
22699         * Source/kwsys/ProcessWin32.c: ERR: Removed useless if(command) in
22700           AddString.
22702 2003-11-28 12:47  king
22704         * Source/kwsys/ProcessWin32.c: ENH: Renamed CMPE_* to KWSYSPE_* for
22705           consistency with ProcessUNIX.c.
22707 2003-11-28 12:42  king
22709         * Source/kwsys/ProcessUNIX.c: BUG: When a child fails to exec, we
22710           need to read the entire error message, not just the first block.
22712 2003-11-28 12:31  king
22714         * Source/kwsys/ProcessUNIX.c: ENH: UNIX implementation of process
22715           pipeline.
22717 2003-11-28 10:08  king
22719         * Source/kwsys/ProcessUNIX.c: ENH: Implemented SetCommand and
22720           AddCommand for multiple process support.
22722 2003-11-28 09:48  king
22724         * Source/kwsys/: ProcessUNIX.c: STYLE: Removed trailing whitespace.
22726 2003-11-27 23:08  king
22728         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessWin32.c: ENH:
22729           Windows implementation of process pipeline.
22731 2003-11-27 10:28  king
22733         * Source/cmake.cxx: BUG: cmake_symlink_library should return the
22734           accumulated result, not just 0.
22736 2003-11-26 17:59  king
22738         * Modules/Platform/Linux.cmake: ENH: Adding implementation of
22739           shared library version support on UNIX.  This addresses the
22740           feature request described in bug#32.
22742 2003-11-26 17:52  king
22744         * Modules/CMakeDefaultMakeRuleVariables.cmake: ENH: Adding
22745           implementation of shared library version support on UNIX.  This
22746           addresses the feature request described in bug#32.
22748 2003-11-26 17:38  king
22750         * Source/: cmLocalUnixMakefileGenerator.cxx,
22751           cmLocalUnixMakefileGenerator.h: ENH: Adding implementation of
22752           shared library version support on UNIX.  This addresses the
22753           feature request described in bug#32.
22755 2003-11-26 17:34  king
22757         * Source/cmake.cxx: BUG: The cmake_symlink_library command needs to
22758           remove existing files before creating links.
22760 2003-11-26 16:38  king
22762         * Source/cmake.cxx: ENH: Added undocumented cmake_symlink_library
22763           to help with building versioned shared libraries.
22765 2003-11-26 16:15  hoffman
22767         * Source/: cmGlobalVisualStudio6Generator.cxx,
22768           cmGlobalVisualStudio7Generator.cxx: remove more warnings
22770 2003-11-26 16:12  hoffman
22772         * Source/: cmGlobalVisualStudio6Generator.cxx,
22773           cmGlobalVisualStudio6Generator.h,
22774           cmGlobalVisualStudio7Generator.cxx,
22775           cmGlobalVisualStudio7Generator.h: remove warnings
22777 2003-11-26 16:11  king
22779         * Source/cmSystemTools.cxx: ERR: Fixed unused parameter warnings.
22781 2003-11-26 16:04  hoffman
22783         * Source/: cmGlobalVisualStudio6Generator.cxx,
22784           cmGlobalVisualStudio71Generator.cxx,
22785           cmGlobalVisualStudio71Generator.h,
22786           cmGlobalVisualStudio7Generator.cxx: ENH: fix some warnings
22788 2003-11-26 14:52  king
22790         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
22791           CreateSymlink method.
22793 2003-11-26 14:30  hoffman
22795         * Source/MFCDialog/PropertyList.cpp: ENH: remove removecache entry
22796           call
22798 2003-11-26 14:29  hoffman
22800         * Source/: cmGlobalVisualStudio6Generator.cxx,
22801           cmGlobalVisualStudio6Generator.h,
22802           cmGlobalVisualStudio7Generator.cxx,
22803           cmGlobalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h:
22804           ENH: generate a sln and dsw file for each sub project in a
22805           project
22807 2003-11-26 11:41  king
22809         * Source/: cmCTest.cxx, cmSystemTools.cxx: BUG: Do not use
22810           std::string to accumulate output.  Use std::vector instead.  This
22811           is much better at memory management.
22813 2003-11-25 16:14  king
22815         * Utilities/Release/cmake_release.sh: STYLE: Removed trailing
22816           whitepsace.
22818 2003-11-24 15:51  king
22820         * Utilities/Release/cmake_release.sh: BUG: osx_install should make
22821           the Resources directory before copying files into it.
22823 2003-11-24 14:04  king
22825         * Modules/FindPythonLibs.cmake: BUG#266: Merging 1.16->1.18 changes
22826           to 1.8 branch.
22828 2003-11-24 14:01  king
22830         * Source/cmLocalVisualStudio7Generator.cxx: BUG#393: Merging
22831           1.40->1.41 changes to 1.8 branch.
22833 2003-11-21 14:13  king
22835         * Source/cmLocalVisualStudio7Generator.cxx: BUG#393: Adding XML
22836           escaping for additional per-source compile flags.
22838 2003-11-21 13:12  hoffman
22840         * Modules/FindPythonLibs.cmake: BUG: remove junk code
22842 2003-11-20 15:41  king
22844         * Modules/FindPythonLibs.cmake: BUG#266: Added cygwin names for the
22845           library.  Module now documents output as PYTHON_LIBRARIES instead
22846           of PYTHON_LIBRARY.
22848 2003-11-20 15:31  king
22850         * Modules/FindPythonLibs.cmake: STYLE: Removed trailing whitespace.
22852 2003-11-20 15:30  king
22854         * Modules/Platform/: AIX.cmake, BSDOS.cmake, Darwin.cmake,
22855           FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
22856           MP-RAS.cmake, NetBSD.cmake, OSF1.cmake, OpenBSD.cmake,
22857           RISCos.cmake, SCO_SV.cmake, SINIX.cmake, SunOS.cmake,
22858           True64.cmake, ULTRIX.cmake, UNIX_SV.cmake, UnixWare.cmake,
22859           Windows-gcc.cmake, Xenix.cmake, gcc.cmake: BUG#383: Merged fix to
22860           1.8 branch.
22862 2003-11-14 10:44  hoffman
22864         * Modules/Platform/: AIX.cmake, BSDOS.cmake, Darwin.cmake,
22865           FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
22866           MP-RAS.cmake, NetBSD.cmake, OSF1.cmake, OpenBSD.cmake,
22867           RISCos.cmake, SCO_SV.cmake, SINIX.cmake, SunOS.cmake,
22868           True64.cmake, ULTRIX.cmake, UNIX_SV.cmake, UnixWare.cmake,
22869           Windows-gcc.cmake, Xenix.cmake, gcc.cmake: BUG: fix for bug 383
22870           gcc flags are now always set if the compiler is gnu
22872 2003-11-13 15:54  king
22874         * Source/cmAddCustomTargetCommand.cxx: BUG#321: Merged 1.13->1.14
22875           changes to 1.8 branch.
22877 2003-11-13 14:45  martink
22879         * Source/cmAddCustomTargetCommand.cxx: fixed argument parsing
22881 2003-11-13 13:52  king
22883         * Source/: cmFindFileCommand.h, cmFindLibraryCommand.h,
22884           cmFindPathCommand.h, cmFindProgramCommand.h: ENH: Documentation
22885           improvements from main tree.
22887 2003-11-13 13:51  king
22889         * Source/: cmFindFileCommand.h, cmFindLibraryCommand.h,
22890           cmFindPathCommand.h, cmFindProgramCommand.h: ENH: Documentation
22891           improvements.
22893 2003-11-13 12:43  king
22895         * Modules/FindGTK.cmake: BUG#299: Merged 1.8->1.9 changes to 1.8
22896           branch.
22898 2003-11-12 17:44  king
22900         * Modules/FindGTK.cmake: BUG#299: GTK_gmodule_LIBRARY is optional
22901           just like GTK_gthread_LIBRARY.
22903 2003-11-12 16:53  king
22905         * Modules/TestForANSIForScope.cmake: BUG#374: Merging 1.10->1.11
22906           changes to 1.8 branch.
22908 2003-11-12 16:53  king
22910         * Modules/TestForSTDNamespace.cmake: BUG#374: Merging 1.9->1.10
22911           changes to 1.8 branch.
22913 2003-11-12 16:51  king
22915         * Modules/: TestForANSIForScope.cmake, TestForSTDNamespace.cmake:
22916           BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
22918 2003-11-12 14:57  king
22920         * Source/cmMakeDepend.cxx: BUG#373: Merging 1.39->1.40 to 1.8
22921           branch.
22923 2003-11-12 14:20  hoffman
22925         * Source/cmMakeDepend.cxx: BUG: fix for bug 373 make depend problem
22927 2003-11-12 14:17  king
22929         * Source/cmGlobalVisualStudio6Generator.cxx: BUG#371: Merging
22930           1.19->1.20 changes to 1.8 branch.
22932 2003-11-12 14:17  king
22934         * Source/cmGlobalVisualStudio7Generator.cxx: BUG#371: Merging
22935           1.17->1.18 changes to 1.8 branch.
22937 2003-11-12 14:06  andy
22939         * Source/: cmGlobalVisualStudio6Generator.cxx,
22940           cmGlobalVisualStudio7Generator.cxx: ENH: Bug #371 - Add build
22941           configuration for try compiles using cmake variable
22943 2003-11-12 10:03  king
22945         * Modules/Dart.cmake: BUG#199: Merging 1.45->1.46 changes to 1.8
22946           branch.
22948 2003-11-12 10:00  king
22950         * Modules/Dart.cmake: BUG#199: If
22951           DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will
22952           be included in the name of the Experimental and
22953           ExperimentalSubmit targets.
22955 2003-11-11 12:53  king
22957         * Source/cmLocalVisualStudio7Generator.cxx: BUG#363: Merged
22958           1.39->1.40 changes to 1.8 branch.
22960 2003-11-11 12:51  hoffman
22962         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for 363,
22963           VCMIDLTool not used for idl files
22965 2003-11-11 12:51  king
22967         * Source/cmCTest.cxx: BUG#344: Merged 1.66->1.67 to 1.8 branch.
22969 2003-11-11 12:36  andy
22971         * Source/cmCTest.cxx: BUG: Handle -C properly for executables that
22972           are not in the project; Fix Bug #344 - ctest -C Debug
22974 2003-11-11 11:42  king
22976         * Source/cmCTest.h: BUG#259: Merging 1.16->1.18 changes to 1.8
22977           branch.
22979 2003-11-11 11:42  king
22981         * Source/cmCTest.cxx: BUG#259: Merging 1.62->1.63 and 1.64->1.66
22982           changes to 1.8 branch.
22984 2003-11-11 11:41  king
22986         * Source/cmAddTestCommand.cxx: BUG#259: Merging 1.18->1.20 changes
22987           to 1.8 branch.
22989 2003-11-06 16:38  andy
22991         * Source/cmCTest.cxx: ENH: Add warning exception for VTK type
22992           warning blocking
22994 2003-11-05 15:02  andy
22996         * Utilities/Doxygen/doxyfile.in: ENH: Handle kwsys properly
22998 2003-11-05 15:02  andy
23000         * Utilities/Doxygen/CMakeLists.txt: ENH: Cleanup. We do not really
23001           need to use vtk for documentation. We only need utilities/doxygen
23002           directory
23004 2003-11-05 13:03  king
23006         * Modules/Platform/Windows-bcc32.cmake,
23007           Source/cmGlobalBorlandMakefileGenerator.cxx,
23008           Source/cmLocalUnixMakefileGenerator.cxx: BUG#346: Merging fix
23009           from main tree to 1.8 branch.
23011 2003-11-05 11:18  hoffman
23013         * Modules/Platform/Windows-bcc32.cmake,
23014           Source/cmGlobalBorlandMakefileGenerator.cxx,
23015           Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for bug 346,
23016           borland should now support dash in the path
23018 2003-11-05 10:46  king
23020         * Source/cmCTest.cxx: BUG#259: Fix for spaces in paths to
23021           executable added to previous fixes for this bug.
23023 2003-11-05 10:13  king
23025         * Modules/: FindTclsh.cmake, FindWish.cmake: BUG#322: Merging fix
23026           from main tree to 1.8 branch.
23028 2003-11-04 12:50  king
23030         * Source/cmCTest.cxx: BUG#323: Merging fix from main tree to 1.8
23031           branch.
23033 2003-11-04 11:19  hoffman
23035         * Source/cmCTest.cxx: BUG: fix for bug 323
23037 2003-11-04 09:45  king
23039         * Source/cmMakefile.cxx: BUG: Merging changes from revision 1.236
23040           to 1.237 to 1.8 branch.
23042 2003-11-04 09:44  king
23044         * Source/cmLocalVisualStudio6Generator.cxx: BUG: Merging changes
23045           from revisions 1.41 to 1.47 to 1.8 branch.
23047 2003-11-04 09:36  king
23049         * Modules/: FindTclsh.cmake, FindWish.cmake: ENH: Adding registry
23050           entries to search path.
23052 2003-11-04 09:06  king
23054         * Source/cmLocalUnixMakefileGenerator.cxx: BUG#318: Merging fix
23055           from main tree to 1.8 branch.
23057 2003-11-04 09:03  king
23059         * Source/CTest/: cmCTestSubmit.cxx, Curl/Testing/ftpupload.c:
23060           BUG#320: Merging fix from main tree to 1.8 branch.
23062 2003-11-04 09:01  king
23064         * Source/cmQTWrapCPPCommand.cxx: BUG#319: Merging fix from main
23065           tree (1.15->1.16) to 1.8 branch.
23067 2003-11-04 09:00  king
23069         * Source/kwsys/: ProcessWin32.c, RegularExpression.cxx: ERR:
23070           Removed extra variable assignments.
23072 2003-11-04 08:56  king
23074         * Source/kwsys/ProcessWin32.c: BUG: Removed CloseHandle in case of
23075           error in DuplicateHandle.  According to documentation,
23076           DuplicateHandle will close the source handle regardless of error
23077           condition.
23079 2003-11-04 08:50  king
23081         * Source/cmAddTestCommand.cxx: BUG: Cannot add extra escapes for
23082           backslashes because it makes the behavior inconsistent with
23083           previous versions of cmake.
23085 2003-11-03 16:59  andy
23087         * Source/CTest/: cmCTestSubmit.cxx, Curl/Testing/ftpupload.c: BUG:
23088           This fixes problem when submitting bugs on Mac: Bug #320 - When
23089           st_size in stat is 64 bit ctest does not submit
23091 2003-11-03 15:57  hoffman
23093         * Source/: cmLocalVisualStudio6Generator.cxx, cmMakefile.cxx: BUG:
23094           hack fix for problem of MS vs 6 and custom target commands
23096 2003-11-03 15:53  andy
23098         * Source/cmQTWrapCPPCommand.cxx: BUG: Fix Bug #319 - Change in
23099           QT_WRAP_CPP's behaviour
23101 2003-11-03 15:38  andy
23103         * Source/: cmCTest.cxx, cmCTest.h: ENH: Cleanup parsing of argument
23104           to help fix Bug #259 - CMake does not quote correctly in
23105           DartTestfile.txt
23107 2003-11-03 15:19  king
23109         * Source/cmAddTestCommand.cxx: BUG#259: ADD_TEST command generated
23110           in DartTestfile.txt now quotes/escapes all arguments.
23112 2003-11-03 11:01  hoffman
23114         * Source/cmLocalVisualStudio6Generator.cxx: BUG: fix for debug libs
23115           not using output path
23117 2003-10-31 17:22  king
23119         * Source/cmLocalUnixMakefileGenerator.cxx: BUG#318:
23120           cmake.check_depends now collects all dependencies for
23121           cmake.depends and then uses a single rule.
23123 2003-10-31 17:05  king
23125         * Modules/Platform/Windows-cl.cmake: BUG#317: Merging 1.23->1.24
23126           changes to 1.8 branch.
23128 2003-10-31 17:01  king
23130         * Templates/EXEWinHeader.dsptemplate: BUG#316: Merged 1.15->1.16
23131           changes from main tree to 1.8 branch.
23133 2003-10-31 16:56  hoffman
23135         * Modules/Platform/Windows-cl.cmake: BUG: fix for bug# 317
23137 2003-10-31 16:55  andy
23139         * Source/cmLocalVisualStudio6Generator.cxx,
23140           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
23141           Templates/EXEWinHeader.dsptemplate,
23142           Templates/staticLibHeader.dsptemplate,
23143           Tests/COnly/CMakeLists.txt: ENH: Attempt to add debug library
23144           postfix for visual studio 6
23146 2003-10-31 16:53  hoffman
23148         * Templates/EXEWinHeader.dsptemplate: Fix for BUG: 316
23150 2003-10-31 12:55  king
23152         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Merged all changes
23153           from main tree up to revision 1.39.
23155 2003-10-31 09:31  andy
23157         * Source/cmCTest.cxx: ENH: Report when having conflicts
23159 2003-10-30 16:12  king
23161         * Source/: cmake.cxx: BUG#313: Improving error message when no
23162           CMakeLists.txt file is found in the source tree.
23164 2003-10-30 14:27  king
23166         * Source/cmAddTestCommand.cxx: BUG: Backing out previous change
23167           until a deeper problem can be investigated.
23169 2003-10-30 14:00  king
23171         * Source/cmAddTestCommand.cxx: BUG#259: Do not double quote
23172           arguments if they are already quoted when writing
23173           DartTestfile.txt.
23175 2003-10-30 13:47  king
23177         * Source/cmTryCompileCommand.h: BUG#163: Merging 1.12->1.13 changes
23178           to 1.8 branch for 1.8.2 release.
23180 2003-10-30 13:46  king
23182         * Source/cmTryCompileCommand.h: BUG#163: Added documentation of
23183           OUTPUT_VARIABLE argument.
23185 2003-10-30 13:35  king
23187         * Modules/FindLATEX.cmake: BUG#262: Merging fix from main tree
23188           1.8->1.9 to 1.8 branch for 1.8.2 release.
23190 2003-10-30 13:33  king
23192         * Modules/FindLATEX.cmake: BUG#262: Marking DVIPDF_CONVERTER as
23193           advanced.
23195 2003-10-30 13:18  king
23197         * Source/cmake.cxx: BUG#311: Merging 1.141->1.142 changes to 1.8
23198           branch for 1.8.2 release.
23200 2003-10-30 13:16  king
23202         * Source/cmCTest.cxx: BUG#310: Merging 1.60->1.61 from main tree to
23203           1.8 branch.
23205 2003-10-30 10:05  andy
23207         * Source/cmCTest.cxx: BUG: Fix Bug #310 - CTest sends wrong time to
23208           cvs on Windows
23210 2003-10-29 19:48  andy
23212         * Source/: cmake.cxx, cmakemain.cxx, cmSystemTools.cxx,
23213           cmSystemTools.h: ENH: Ok, no more argument needed for script mode
23215 2003-10-29 09:56  andy
23217         * Source/cmGlobalGenerator.cxx: ENH: More scripting changes
23219 2003-10-29 09:43  andy
23221         * Source/: cmake.cxx, cmake.h, cmMakefile.cxx, cmakemain.cxx: ENH:
23222           Start includding the scripting support
23224 2003-10-29 08:58  andy
23226         * Source/: cmCommand.h, cmMessageCommand.h, cmIncludeCommand.h:
23227           ENH: Start includding the scripting support
23229 2003-10-28 15:26  andy
23231         * Source/cmake.cxx: ENH: Command should also be quoted
23233 2003-10-28 13:22  king
23235         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
23236           cmGlobalNMakeMakefileGenerator.cxx,
23237           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
23238           BUG#303: Merged fix from main tree to 1.8 branch for 1.8.2
23239           release.
23241 2003-10-28 13:19  king
23243         * Source/cmLocalVisualStudio7Generator.cxx: BUG#200: Merged fix to
23244           1.8 branch for 1.8.2 release.
23246 2003-10-28 11:55  hoffman
23248         * Source/cmLocalVisualStudio7Generator.cxx: BUG: add preprocessor
23249           flags to resource compiler
23251 2003-10-28 11:06  hoffman
23253         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
23254           cmGlobalNMakeMakefileGenerator.cxx,
23255           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
23256           BUG: fix for bug 303 pass makeflags to sub makes
23258 2003-10-25 18:21  andy
23260         * Utilities/Doxygen/doxyfile.in: ENH: Add all subdirectories
23262 2003-10-17 16:19  hoffman
23264         * Source/cmLocalVisualStudio7Generator.cxx: BUG: make sure -M flags
23265           are not duplicated and are only set in the xml
23267 2003-10-17 16:10  king
23269         * Modules/CMakeDetermineCXXCompiler.cmake: BUG#276: Merge fix for
23270           spaces in path from main tree.
23272 2003-10-17 16:09  king
23274         * Modules/CMakeDetermineCXXCompiler.cmake: BUG: Fixed same
23275           spaces-in-paths problem for CMakeTestGNU.c as in
23276           CMakeDetermineCCompiler.cmake.
23278 2003-10-17 16:08  hoffman
23280         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for unicode
23281           and for /D -D
23283 2003-10-17 07:45  andy
23285         * Source/WXDialog/cmWXMainFrame.cxx: ENH: Fix problem with wx 2.4
23287 2003-10-16 19:16  andy
23289         * Tests/UseWX/: CMakeLists.txt, WX.cxx: ENH: We do not really need
23290           streams. Also fix the test on windows
23292 2003-10-16 19:15  andy
23294         * Source/CMakeLists.txt: ENH: Enable test on windows
23296 2003-10-16 17:51  king
23298         * Modules/Platform/Windows-cl.cmake: BUG#78: Merged fix from main
23299           tree (1.22->1.23).
23301 2003-10-16 13:42  king
23303         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updating
23304           version number for 1.8.2 release.
23306 2003-10-16 13:09  king
23308         * Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
23309           FindJava.cmake, FindTCL.cmake: BUG#281: Merging fix from main
23310           tree.  See bug report for revision changes.
23312 2003-10-16 13:06  king
23314         * Source/cmCTest.cxx: BUG#278: Merging fix from main tree
23315           (1.59->1.60) to 1.8 branch for 1.8.2 release.
23317 2003-10-16 11:05  barre
23319         * Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
23320           FindJava.cmake, FindTCL.cmake: FIX: for Windows users, it seems
23321           logical to favor native win32 installation before Cygwin ones.
23322           Otherwise you can end up with bad mixes (part of the java tools
23323           were picked from the SDK, part from Cygwin)
23325 2003-10-16 10:32  hoffman
23327         * Source/cmLocalVisualStudio6Generator.cxx,
23328           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
23329           Templates/EXEWinHeader.dsptemplate,
23330           Templates/staticLibHeader.dsptemplate: ENH: allow UNICODE to be
23331           specifed in the cxx flags and if not default to MBCS
23333 2003-10-16 10:10  hoffman
23335         * Source/cmLocalVisualStudio7Generator.cxx: ENH: allow users to
23336           change to unicode
23338 2003-10-16 07:49  andy
23340         * Source/cmCTest.cxx: ENH: Handle all white spaces, fix problem on
23341           cygwin
23343 2003-10-15 23:42  hoffman
23345         * Modules/Platform/Windows-cl.cmake,
23346           Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for bug 78
23347           should be on 1.8 branch
23349 2003-10-15 10:19  king
23351         * Modules/Platform/Darwin.cmake: BUG#277: Fix from main tree 1.5 ->
23352           1.6 merged to 1.8 branch.  Will be included in 1.8.2 release.
23354 2003-10-15 10:14  king
23356         * Modules/Platform/Darwin.cmake: ERR: Old -flat_namespace
23357           -undefined suppress flags for CMAKE_SHARED_MODULE_CREATE_C_FLAGS
23358           should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or
23359           lower.
23361 2003-10-15 10:06  king
23363         * bootstrap: BUG#168: Merged fix for HP-UX ansi C flags as second
23364           part of the fix for this bug to 1.8 branch.  1.24 -> 1.25.
23366 2003-10-15 10:01  king
23368         * Source/kwsys/SystemTools.cxx: BUG#263: Merged search path
23369           ordering fix from main tree to CMake 1.8 branch.  1.22 -> 1.24.
23371 2003-10-15 09:56  king
23373         * Source/cmTargetLinkLibrariesCommand.cxx: BUG#201: Merged warning
23374           suppression support from main tree to 1.8 branch.  1.16->1.17.
23376 2003-10-15 09:53  king
23378         * Modules/CheckTypeSize.cmake: Documentation fix from main tree.
23379           1.11->1.12.
23381 2003-10-15 09:52  king
23383         * Modules/CheckVariableExists.cmake: BUG: Merged trivial fix from
23384           main tree.  1.10 -> 1.11.
23386 2003-10-15 09:49  king
23388         * Modules/CMakeDetermineCCompiler.cmake: BUG#263: Merged fix for
23389           system paths in ar and ranlib find commands to 1.8 branch.  Will
23390           be included in 1.8.2
23392 2003-10-15 09:26  king
23394         * Source/cmQTWrapCPPCommand.cxx: BUG#186: Merged fix from trunk to
23395           branch.
23397 2003-10-15 09:18  king
23399         * Modules/CMakeDetermineCCompiler.cmake: BUG#276: Merge fix for
23400           spaces in path from main tree.
23402 2003-10-14 22:30  king
23404         * Modules/CMakeDetermineCCompiler.cmake: BUG: Fix for spaces in
23405           path when loading CMakeTestGNU.c.
23407 2003-10-13 16:04  andy
23409         * Source/CMakeLists.txt, Tests/UseWX/CMakeLists.txt,
23410           Tests/UseWX/WX.cxx: ENH: Add test for FindwxWindows. Thanks to:
23411           Mathieu Malaterre
23413 2003-10-13 15:27  andy
23415         * Modules/CheckTypeSize.cmake: ENH: Documentation fix
23417 2003-10-13 11:58  king
23419         * Modules/Platform/Windows-cl.cmake: BUG#269: Fix for spaces in
23420           paths.  Will be included in 1.8.2 release.
23422 2003-10-13 11:32  andy
23424         * Modules/Platform/Windows-cl.cmake: ERR: allow spaces in the path
23426 2003-10-11 08:12  king
23428         * Modules/CheckVariableExists.cmake: BUG: Message describing
23429           variable was using result variable.
23431 2003-10-09 15:52  hoffman
23433         * Modules/CMakeDetermineCCompiler.cmake,
23434           Source/kwsys/SystemTools.cxx: ENH: put the system path after the
23435           paths specified on to the FIND command
23437 2003-10-07 13:45  king
23439         * Utilities/Release/cmake_release.sh: Updated cygwin dependencies.
23441 2003-10-07 09:50  king
23443         * Utilities/Release/config_CYGWIN_NT-5.1: GCC 2.95 is no longer
23444           available on cygwin.
23446 2003-10-02 14:50  andy
23448         * Source/cmTargetLinkLibrariesCommand.cxx: ENH: Add
23449           CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about
23450           dependency problems
23452 2003-09-26 11:27  king
23454         * Modules/CMakeImportBuildSettings.cmake: BUG: Comparison of build
23455           tool should be case-insensitive.
23457 2003-09-26 11:15  king
23459         * Modules/CMakeImportBuildSettings.cmake: BUG: Comparison of build
23460           tool should be case-insensitive.
23462 2003-09-24 17:51  andy
23464         * Source/cmQTWrapUICommand.cxx: ENH: Fix comment
23466 2003-09-24 17:51  andy
23468         * Tests/Wrapping/CMakeLists.txt: ENH: Better testing
23470 2003-09-24 17:50  andy
23472         * Source/cmQTWrapCPPCommand.cxx: BUG: Fix Bug #186 - QT_WRAP_UI
23473           uses the path twice
23475 2003-09-24 11:10  king
23477         * Source/cmLocalVisualStudio7Generator.cxx: BUG#191: Merging fix
23478           into 1.8 branch for inclusion in 1.8.2 release.
23480 2003-09-24 11:03  king
23482         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Check for whether
23483           to use CMAKE_EXE_LINKER_FLAGS should look both for EXECUTABLE and
23484           WIN32_EXECUTABLE targets.
23486 2003-09-23 13:58  king
23488         * Source/cmCTest.cxx: BUG#185: Merged fix from main tree to 1.8
23489           branch.  Change will be included in 1.8.2 release.
23491 2003-09-23 13:49  andy
23493         * Source/cmCTest.cxx: ENH: Add missing newline Bug #185 - CTest
23494           exceptions output is missing new line
23496 2003-09-18 11:05  hoffman
23498         * Source/kwsys/SystemTools.cxx: ENH: remove /tmp_mnt in collapse
23499           full path
23501 2003-09-15 15:58  king
23503         * bootstrap: BUG: Need to check for -Ae flag on HP-UX cc compiler.
23504           Needed for ANSI C compilation.
23506 2003-09-02 13:49  king
23508         * bootstrap: BUG#168: Using C compiler to build .c files during
23509           bootstrap instead of C++ compiler.
23511 2003-09-02 13:27  king
23513         * bootstrap: BUG: Must use C compiler to compile C files during
23514           bootstrap, not C++ compiler.
23516 2003-08-29 09:38  king
23518         * Source/: cmLocalVisualStudio6Generator.cxx,
23519           cmLocalVisualStudio7Generator.cxx: BUG: Merged more fixes from
23520           main tree.
23522 2003-08-28 16:22  hoffman
23524         * Source/: cmLocalVisualStudio6Generator.cxx,
23525           cmLocalVisualStudio7Generator.cxx: BUG: make sure exe output path
23526           is used for dep hack stuff
23528 2003-08-28 16:10  martink
23530         * Source/cmLocalVisualStudio6Generator.cxx: bad evil nasty ken
23532 2003-08-28 16:06  martink
23534         * Source/: cmLocalVisualStudio6Generator.cxx,
23535           cmLocalVisualStudio7Generator.cxx: fix to executable depends for
23536           custom commands
23538 2003-08-28 15:02  king
23540         * Utilities/Release/config_IRIX64: ERR: Don't need separate -n32
23541           and -64 binaries.
23543 2003-08-28 14:58  hoffman
23545         * Tests/: Complex/Library/CMakeLists.txt,
23546           ComplexOneConfig/Library/CMakeLists.txt,
23547           ComplexRelativePaths/Library/CMakeLists.txt: BUG: remove
23548           bundle_loader stuff it did not work with spaces in the path and
23549           is not needed for this test
23551 2003-08-28 14:55  king
23553         * Source/: cmLocalVisualStudio6Generator.cxx,
23554           cmLocalVisualStudio7Generator.cxx: BUG: Merged fix for bug with
23555           custom commands depending on executables from main tree.
23557 2003-08-28 14:52  hoffman
23559         * Source/: cmLocalVisualStudio6Generator.cxx,
23560           cmLocalVisualStudio7Generator.cxx: BUG: fix bug with custom
23561           commands depending on executables
23563 2003-08-28 14:03  king
23565         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updated
23566           for 1.8.1 release number.
23568 2003-08-27 20:35  starreveld
23570         * Modules/Platform/Darwin.cmake,
23571           Tests/Complex/Library/CMakeLists.txt,
23572           Tests/ComplexOneConfig/Library/CMakeLists.txt,
23573           Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: remove
23574           the -flat_namespace and -undefined suppress hacks from ENH:
23575           CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex
23576           example to specify a -bundle loader for the ENH: shared module
23577           that it builds.
23579 2003-08-27 17:45  hoffman
23581         * Source/cmWin32ProcessExecution.cxx: ENH: remove warnings from use
23582           of NULL
23584 2003-08-27 17:31  king
23586         * Source/CTest/Curl/ldap.c: ERR: Using union-based "cast" of
23587           DynaGetFunction result to avoid warnings about strict aliasing.
23589 2003-08-27 16:50  king
23591         * CMakeLists.txt, CMakeSystemConfig.txt.in,
23592           CMakeWindowsSystemConfig.txt, bootstrap,
23593           Modules/CMakeCCompiler.cmake.in,
23594           Modules/CMakeDetermineCCompiler.cmake,
23595           Modules/CMakeSystemSpecificInformation.cmake,
23596           Modules/CMakeTestCCompiler.cmake,
23597           Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
23598           Modules/FindThreads.cmake, Modules/FindwxWindows.cmake,
23599           Modules/Platform/Windows-bcc32.cmake,
23600           Modules/Platform/Windows-cl.cmake,
23601           Modules/Platform/Windows-gcc.cmake,
23602           Modules/Platform/Windows.cmake, Source/CMakeLists.txt,
23603           Source/TODO, Source/cmCacheManager.cxx, Source/cmCommands.cxx,
23604           Source/cmDynamicLoader.cxx,
23605           Source/cmGlobalBorlandMakefileGenerator.cxx,
23606           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
23607           Source/cmGlobalNMakeMakefileGenerator.cxx,
23608           Source/cmGlobalUnixMakefileGenerator.cxx,
23609           Source/cmLoadCommandCommand.cxx,
23610           Source/cmLocalUnixMakefileGenerator.cxx,
23611           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
23612           Source/cmWin32ProcessExecution.cxx, Source/cmake.cxx,
23613           Source/CTest/Curl/telnet.c, Source/kwsys/SystemTools.cxx,
23614           Tests/Complex/Executable/CMakeLists.txt,
23615           Tests/Complex/Executable/complex.cxx,
23616           Tests/Complex/Library/CMakeLists.txt,
23617           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
23618           Tests/ComplexOneConfig/Executable/complex.cxx,
23619           Tests/ComplexOneConfig/Library/CMakeLists.txt,
23620           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
23621           Tests/ComplexRelativePaths/Executable/complex.cxx,
23622           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
23623           Utilities/CMakeLists.txt: ENH: Merging changes from trunk into
23624           1.8 branch.
23626           1.) MinGW support (beta) 2.) make VERBOSE=1 3.) FindThreads.cmake
23627           fix 4.) FindwxWindows.cmake fix 5.)
23628           CMakeSystemSpecificInformation.cmake typo fix 6.) bootstrap
23629           spaces-in-path fix
23631 2003-08-27 16:42  hoffman
23633         * Modules/Platform/Windows-gcc.cmake,
23634           Tests/Complex/Executable/CMakeLists.txt,
23635           Tests/Complex/Executable/complex.cxx,
23636           Tests/Complex/Library/CMakeLists.txt,
23637           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
23638           Tests/ComplexOneConfig/Executable/complex.cxx,
23639           Tests/ComplexOneConfig/Library/CMakeLists.txt,
23640           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
23641           Tests/ComplexRelativePaths/Executable/complex.cxx,
23642           Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: MinGW
23643           build now passes all the tests
23645 2003-08-27 16:08  king
23647         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
23648           config_HP-UX, config_IRIX64, config_Linux, config_OSF1,
23649           config_SunOS, cygwin-package.sh.in: Merging release script
23650           changes from 1.8 branch to main tree.
23652 2003-08-27 16:02  king
23654         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
23655           ERR: Fixed typo in comment.
23657 2003-08-27 08:29  king
23659         * Source/cmake.cxx: ERR: Fixed placement of code introduced by a
23660           patch from main tree.  Somehow it ended up on the wrong lines.
23662 2003-08-26 17:13  king
23664         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Added support for
23665           "make VERBOSE=1" to run one-time verbose make runs without
23666           changing CMAKE_VERBOSE_MAKEFILE.
23668 2003-08-26 15:08  king
23670         * Source/: cmake.cxx, cmakemain.cxx, cmakewizard.cxx,
23671           cmakewizard.h: BUG#164: Fixed crash of cmake -i when CMAKE_ROOT
23672           cannot be found.  Made resulting error message cleaner.
23674 2003-08-26 15:06  king
23676         * Source/: cmake.cxx, cmakemain.cxx, cmakewizard.cxx,
23677           cmakewizard.h: BUG: Fixed crash of cmake -i when CMAKE_ROOT
23678           cannot be found.  Made resulting error message cleaner.
23680 2003-08-22 12:53  king
23682         * CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
23683           ENH: Moved decision to build MFCDialog up to top level.  It is
23684           used in both the Source and Utilities directories.
23686 2003-08-22 11:56  hoffman
23688         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove ifdef code
23689           and use makefile definitions
23691 2003-08-22 11:56  hoffman
23693         * Modules/Platform/Windows-gcc.cmake: ENH: add configure file for
23694           gcc under windows
23696 2003-08-22 09:52  andy
23698         * bootstrap, Modules/FindThreads.cmake: ERR: Reorganize to try to
23699           fix the -pthread problem on some systems
23701 2003-08-21 16:22  hoffman
23703         * Modules/CMakeCCompiler.cmake.in,
23704           Modules/CMakeDetermineCCompiler.cmake,
23705           Modules/CMakeSystemSpecificInformation.cmake,
23706           Modules/CMakeTestCCompiler.cmake,
23707           Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
23708           Modules/Platform/Windows-bcc32.cmake,
23709           Modules/Platform/Windows-cl.cmake,
23710           Modules/Platform/Windows.cmake, Source/CMakeLists.txt,
23711           Source/cmDynamicLoader.cxx,
23712           Source/cmGlobalBorlandMakefileGenerator.cxx,
23713           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
23714           Source/cmGlobalNMakeMakefileGenerator.cxx,
23715           Source/cmGlobalUnixMakefileGenerator.cxx,
23716           Source/cmLocalUnixMakefileGenerator.cxx,
23717           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
23718           Source/cmWin32ProcessExecution.cxx, Source/cmake.cxx,
23719           Source/CTest/Curl/telnet.c, Source/kwsys/SystemTools.cxx: ENH:
23720           add the unix makefile generator as an option from the windows
23721           GUI, this builds with mingw, cygwin, and combinations of make cl,
23722           bcc32
23724 2003-08-21 13:26  andy
23726         * Modules/FindwxWindows.cmake: ERR: If WX_CONFIG_LIBS are , then
23727           you get weird cmake error. This should fix it
23729 2003-08-21 09:23  hoffman
23731         * Source/TODO: [no log message]
23733 2003-08-20 12:59  king
23735         * Source/: cmakemain.cxx, CursesDialog/ccmake.cxx,
23736           MFCDialog/CMakeSetup.cpp: ENH: Added documentation of specifying
23737           an existing build tree as an argument.
23739 2003-08-19 11:02  andy
23741         * Source/cmLoadCommandCommand.cxx: ERR: Fix crash of cmake on
23742           broken load commands
23744 2003-08-19 10:50  king
23746         * Modules/Platform/: IRIX64.cmake: ENH: Improved default choice of
23747           -64 compiler/linker flags based on how cmake was built.
23749 2003-08-19 10:29  andy
23751         * Source/cmLoadCommandCommand.cxx: BUG: LastError can return 0, so
23752           handle that case
23754 2003-08-19 09:41  king
23756         * bootstrap: BUG: Merged cmake_make_processor error message to 1.8
23757           branch.
23759 2003-08-19 09:40  king
23761         * Source/: cmCTest.cxx, cmCTest.h: BUG: Merged fixes for bugs 146,
23762           152, and 153 to 1.8 branch.
23764 2003-08-19 09:39  king
23766         * Source/cmCacheManager.cxx: BUG#154: Merged fix to 1.8 branch.
23768 2003-08-19 09:39  king
23770         * Source/cmake.cxx: ERR: Fixed warnings.
23772 2003-08-19 09:33  king
23774         * Source/kwsys/SystemTools.cxx: ERR: Merged warning fix from main
23775           tree to CMake 1.8 branch.
23777 2003-08-19 09:32  king
23779         * Source/kwsys/ProcessUNIX.c: ProcessUNIX.c
23781 2003-08-19 09:32  king
23783         * Source/kwsys/ProcessWin32.c: BUG: Merged error message fix to
23784           CMake 1.8 branch.
23786 2003-08-19 09:27  king
23788         * Modules/FindLATEX.cmake: BUG#156: Fixed typo psd2pdf -> ps2pdf.
23789           Will be included in 1.8.1 release.
23791 2003-08-19 09:12  king
23793         * Utilities/Release/: cmake_release.sh, config_IRIX64: Added
23794           LDFLAGS support.
23796 2003-08-19 09:06  king
23798         * Utilities/Release/config_IRIX64: ENH: Added configuration of both
23799           -64 and -n32 builds.
23801 2003-08-19 09:05  king
23803         * Utilities/Release/cmake_release.sh: ENH: Added support for
23804           configuration of install tree.
23806 2003-08-19 08:53  andy
23808         * Modules/FindLATEX.cmake: BUG: Fix Bug #156 - ps2pdf is not found
23809           on linux
23811 2003-08-18 14:31  andy
23813         * Source/: cmCTest.cxx, cmCTest.h: BUG: Report failed as failed...
23815 2003-08-18 14:06  andy
23817         * Source/cmake.cxx: ENH: Remove unused variable
23819 2003-08-18 14:05  andy
23821         * Source/cmCacheManager.cxx: BUG: Fixed Bug #154 - Uninitialized
23822           type initialized value cache variables should return value
23824 2003-08-18 11:30  andy
23826         * Source/: cmCTest.cxx, cmCTest.h: BUG: Fix Bug #153 - CTest does
23827           not detect tests that are not found and Bug #153 - CTest does not
23828           detect tests that are not found
23830 2003-08-17 12:24  hoffman
23832         * Source/kwsys/SystemTools.cxx: ENH: remove warning and unneeded
23833           cast
23835 2003-08-15 08:41  andy
23837         * Source/cmCTest.cxx: BUG: Fix test reporting
23839 2003-08-14 13:34  andy
23841         * Source/cmCTest.cxx: ENH: Fix verbose output, fix error message,
23842           and fix the exit code check
23844 2003-08-14 09:09  hoffman
23846         * Source/cmake.cxx: ENH: remove a warning
23848 2003-08-13 18:17  andy
23850         * Source/: cmCTest.cxx, cmCTest.h: ENH: Better error reporting
23852 2003-08-13 18:08  king
23854         * Source/kwsys/ProcessWin32.c: ENH: Made error message consistent
23855           between win9x and non-win9x version of error reporting.
23857 2003-08-13 14:21  king
23859         * Source/kwsys/ProcessUNIX.c: ENH: Treating SIGBUS as a fault by
23860           default.
23862 2003-08-12 18:55  king
23864         * Source/CTest/Curl/CMakeLists.txt: ERR: Reverting dlopen changes.
23865           We don't need them.
23867 2003-08-12 17:24  king
23869         * Source/cmSystemTools.cxx: BUG: Do not hide console when run from
23870           ctest.
23872 2003-08-12 17:18  andy
23874         * Source/cmSystemTools.cxx: ENH: Fix hidden console for ctest
23876 2003-08-12 17:17  king
23878         * Utilities/Release/cmake_release.sh: Redoing 1.8.0.
23880 2003-08-12 16:37  king
23882         * Utilities/Release/cmake_release.sh: Disable use of libdl by curl.
23884 2003-08-12 16:37  king
23886         * Source/CTest/Curl/CMakeLists.txt: ENH: Re-enabling test for
23887           dlopen.  Only release scripts need to force these values off.
23889 2003-08-12 16:35  king
23891         * Utilities/Release/: config_AIX, config_Darwin, config_HP-UX,
23892           config_IRIX64, config_Linux, config_OSF1, config_SunOS: ENH:
23893           Using write_standard_cache to shorten config files.
23895 2003-08-12 16:35  king
23897         * Utilities/Release/cmake_release.sh: ENH: Unix builds should not
23898           use reentrant versions of network calls.
23900 2003-08-12 11:14  king
23902         * Source/CTest/Curl/CMakeLists.txt: BUG: Need to force HAVE_LIBDL
23903           and HAVE_DLOPEN to 0 to support old cache files.
23905 2003-08-11 18:24  king
23907         * Utilities/Release/config_Darwin: ENH: Updated for new wx version.
23909 2003-08-11 18:21  king
23911         * Utilities/Release/cmake_release.sh: BUG: CMake.app directory is
23912           now in bin, not Source.
23914 2003-08-11 18:14  king
23916         * Utilities/Release/cygwin-package.sh.in: BUG: Tests are run by
23917           bin/ctest instead of Source/ctest.
23919 2003-08-11 17:58  king
23921         * Utilities/Release/: cmake_release.sh, config_IRIX64,
23922           config_Linux: ENH: Added support for parallel build during
23923           release.
23925 2003-08-11 17:53  andy
23927         * bootstrap: ENH: Add error message for make missing
23929 2003-08-11 17:41  king
23931         * Utilities/Release/cmake_release.sh: BUG: Test for build needs to
23932           look for bin/ccmake, not Source/ccmake.
23934 2003-08-11 17:35  king
23936         * Utilities/Release/: cmake_release.sh, config_Darwin,
23937           config_HP-UX, config_IRIX64, config_SunOS: Merge from 1.8 branch.
23939 2003-08-11 17:35  king
23941         * Source/CTest/Curl/CMakeLists.txt: ENH: Removing dependence on dl
23942           library since we don't actually use ldap.
23944 2003-08-11 17:35  king
23946         * Source/WXDialog/CMakeLists.txt: BUG: Need to check both
23947           CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE and CMAKE_WX_CONFIG.
23949 2003-08-11 17:34  king
23951         * Source/cmCommands.cxx: BUG: Bootstrapping with wxWindows support
23952           needs SEPARATE_ARGUMENTS command.
23954 2003-08-11 17:34  king
23956         * Modules/CMakeLists.txt: ENH: Installing readme.txt in Modules
23957           directory to be consistent with windows.
23959 2003-08-11 17:10  king
23961         * Source/WXDialog/CMakeLists.txt: BUG: Need to use
23962           CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE in place of CMAKE_WX_CONFIG
23963           if it is set.
23965 2003-08-11 16:55  king
23967         * Utilities/Release/config_Darwin: Fixed wx location.
23969 2003-08-11 16:43  king
23971         * Source/cmCommands.cxx: BUG: Bootstrapping with wxWindows support
23972           requires SEPARATE_ARGUMENTS command in bootstrapped executable.
23974 2003-08-11 16:34  king
23976         * Source/CTest/Curl/CMakeLists.txt: ERR: Removing unnecessary
23977           dependence on libdl.
23979 2003-08-11 16:31  king
23981         * Utilities/Release/config_HP-UX: ENH: Cleaned up link of dld.
23983 2003-08-11 16:31  king
23985         * Utilities/Release/config_SunOS: ENH: Switching to system
23986           compiler.
23988 2003-08-11 15:27  king
23990         * Utilities/Release/cmake_release.sh: Using bootstrap instead of
23991           configure.
23993 2003-08-11 15:22  king
23995         * Utilities/Release/cmake_release.sh: ENH: Allow config files to
23996           specify a make.
23998 2003-08-11 15:21  king
24000         * Utilities/Release/config_IRIX64: ENH: Enabling parallel build.
24002 2003-08-11 15:16  king
24004         * Utilities/Release/cmake_release.sh: BUG: Location of ctest has
24005           changed to bin, not Source.
24007 2003-08-11 15:15  king
24009         * Utilities/Release/config_Darwin: Updated for new FindwxWindows.
24011 2003-08-11 15:07  king
24013         * Utilities/Release/cmake_release.sh: Update from 1.8 branch.
24015 2003-08-11 15:06  king
24017         * Utilities/Release/config_Darwin: Updated for new location of
24018           wxWindows.
24020 2003-08-11 15:02  king
24022         * Utilities/Release/config_Darwin: Updated for new location of
24023           wxWindows.
24025 2003-08-11 15:01  king
24027         * Utilities/Release/cmake_release.sh: ENH: Updated for new FTP
24028           directory structure.
24030 2003-08-11 14:56  king
24032         * Modules/CMakeLists.txt: ENH: Installing readme.txt in modules to
24033           be consistent with windows.
24035 2003-08-11 14:44  martink
24037         * Source/: cmMakefile.cxx: added beta release support
24039 2003-08-11 14:41  martink
24041         * CMakeLists.txt, Source/cmCPluginAPI.h: version 19
24043 2003-08-11 14:37  martink
24045         * CMakeLists.txt, Source/cmCPluginAPI.h,
24046           Utilities/Release/cmake_release.sh: added version
24048 2003-08-11 12:20  andy
24050         * Source/ctest.cxx: ENH: Add documentation for -D and add missing
24051           targets
24053 2003-08-11 12:18  andy
24055         * Source/: cmCTest.cxx, CTest/cmCTestSubmit.cxx: ENH: Cleanup the
24056           output
24058 2003-08-11 12:17  andy
24060         * Modules/Dart.cmake: ENH: Take Purify out because it is not
24061           implemented yet
24063 2003-08-11 09:47  andy
24065         * Source/cmCTest.cxx: ENH: Remove debug
24067 2003-08-10 18:30  martink
24069         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
24070           cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
24071           cmAddDependenciesCommand.h, cmAddExecutableCommand.h,
24072           cmAddLibraryCommand.h, cmAddTestCommand.h,
24073           cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
24074           cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
24075           cmCMakeMinimumRequired.h, cmCTest.cxx, cmCacheManager.cxx,
24076           cmCommand.h, cmConfigureFileCommand.h, cmCreateTestSourceList.h,
24077           cmEnableTestingCommand.h, cmEndForEachCommand.h,
24078           cmExecProgramCommand.h, cmExportLibraryDependencies.h,
24079           cmFLTKWrapUICommand.h, cmFileCommand.h, cmFindFileCommand.cxx,
24080           cmFindFileCommand.h, cmFindLibraryCommand.h,
24081           cmFindPackageCommand.h, cmFindPathCommand.h,
24082           cmFindProgramCommand.cxx, cmFindProgramCommand.h,
24083           cmForEachCommand.h, cmGetCMakePropertyCommand.h,
24084           cmGetSourceFilePropertyCommand.h, cmGetTargetPropertyCommand.h,
24085           cmGlob.cxx, cmITKWrapTclCommand.h, cmIfCommand.h,
24086           cmIncludeCommand.h, cmIncludeDirectoryCommand.h,
24087           cmIncludeExternalMSProjectCommand.h,
24088           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.h,
24089           cmInstallProgramsCommand.h, cmInstallTargetsCommand.h,
24090           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.h,
24091           cmLoadCommandCommand.h, cmLocalUnixMakefileGenerator.cxx,
24092           cmMacroCommand.h, cmMakeDirectoryCommand.h, cmMakefile.cxx,
24093           cmMakefile.h, cmMarkAsAdvancedCommand.h, cmMessageCommand.h,
24094           cmOptionCommand.h, cmOutputRequiredFilesCommand.h,
24095           cmProjectCommand.h, cmQTWrapCPPCommand.h, cmQTWrapUICommand.h,
24096           cmRemoveCommand.h, cmSeparateArgumentsCommand.h, cmSetCommand.h,
24097           cmSetSourceFilesPropertiesCommand.h,
24098           cmSetTargetPropertiesCommand.h, cmSiteNameCommand.h,
24099           cmSourceFile.h, cmSourceFilesCommand.h,
24100           cmSourceFilesRemoveCommand.h, cmSourceGroupCommand.h,
24101           cmStringCommand.h, cmSubdirCommand.h, cmSubdirDependsCommand.h,
24102           cmSystemTools.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.h,
24103           cmTryCompileCommand.h, cmTryRunCommand.h,
24104           cmUseMangledMesaCommand.h, cmUtilitySourceCommand.h,
24105           cmVTKMakeInstantiatorCommand.h, cmVTKWrapJavaCommand.h,
24106           cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h,
24107           cmVariableRequiresCommand.h, cmWin32ProcessExecution.cxx,
24108           cmWrapExcludeFilesCommand.h, cmWriteFileCommand.h, cmake.cxx,
24109           cmake.h, cmakewizard.cxx, cmakewizard.h: removed redundent
24110           includes
24112 2003-08-10 16:01  martink
24114         * Source/: cmMakeDepend.cxx, cmMakeDepend.h, cmSourceFile.cxx:
24115           removed duplicate includes
24117 2003-08-10 16:00  martink
24119         * Source/cmMakefile.cxx: removed duplicate include
24121 2003-08-09 19:37  andy
24123         * Source/cmCTest.cxx: ERR: Rename some variables to remove shadow
24124           warning
24126 2003-08-08 18:28  andy
24128         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add regression images
24129           support
24131 2003-08-08 17:10  andy
24133         * Source/cmCTest.cxx: ENH: Better output and use RunMakeCommand for
24134           configure
24136 2003-08-08 11:59  andy
24138         * Modules/: CMakeDetermineCCompiler.cmake,
24139           CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
24140           CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
24141           CMakeVS6FindMake.cmake, CMakeVS71FindMake.cmake,
24142           CMakeVS7FindMake.cmake, CheckFunctionExists.cmake,
24143           CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake,
24144           CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
24145           CheckTypeSize.cmake, CheckVariableExists.cmake,
24146           FindHTMLHelp.cmake, FindMFC.cmake, TestBigEndian.cmake,
24147           TestCXXAcceptsFlag.cmake, TestForANSIForScope.cmake,
24148           TestForSTDNamespace.cmake: ENH: Cleanups and add missing
24149           CMakeOutput.log and CMakeError.log appending. Close Bug #136 -
24150           Verify that all modules that do try compile produce
24151           CMakeError.log and CMakeOutput.log
24153 2003-08-08 11:19  martink
24155         * Source/cmStandardIncludes.h: added stdio
24157 2003-08-08 10:40  martink
24159         * Source/cmLocalVisualStudio6Generator.cxx: fid post build iue on
24160           vs6 utility targets
24162 2003-08-08 10:20  andy
24164         * Tests/SystemInformation/DumpInformation.cxx: EHN: Also display
24165           Configure.h and Configure.hxx from cmsys
24167 2003-08-08 10:07  andy
24169         * Source/cmMakefile.cxx: ENH: When fixing cache value with
24170           uninitialized type, collapse full paths for PATH and FILEPATH.
24171           Closes Bug #82 - Specifying relative path when entering path can
24172           break things
24174 2003-08-08 09:26  andy
24176         * Source/cmMakefile.cxx: ENH: Handle untyped but initialized values
24177           for boolean AddCacheDefinition. Closes Bug #118 - Specifying
24178           cache entries with -D should not need the type
24180 2003-08-08 09:22  andy
24182         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Get accessor
24183           for cache value as boolean
24185 2003-08-08 09:17  martink
24187         * Source/cmLocalUnixMakefileGenerator.cxx: remove shadowed variable
24189 2003-08-08 09:14  king
24191         * Source/cmFindPackageCommand.cxx: ERR: Fixed use of != operator
24192           for std::string on old broken compilers.
24194 2003-08-08 08:48  andy
24196         * Source/cmakemain.cxx: ENH: Add help for cmake -E
24198 2003-08-08 08:48  andy
24200         * Source/cmCTest.cxx: ENH: Flush the output file, to make more nice
24201           output for tail -f
24203 2003-08-07 19:23  andy
24205         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add displaying of dots when
24206           building project. Also, file is now written as the output is
24207           produced, so, tail -f works, baby...
24209 2003-08-07 19:00  andy
24211         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Abstract
24212           parsing of arguments so that I can use it in other places
24214 2003-08-07 18:44  andy
24216         * Source/cmaketest.cxx: ENH: More verbose
24218 2003-08-07 17:51  andy
24220         * Source/CTest/Curl/arpa_telnet.h: ENH: Bold attempt to remove
24221           warning
24223 2003-08-07 17:47  andy
24225         * Source/CTest/Curl/hostip.h: ENH: Bold attempt to remove warning
24227 2003-08-07 17:43  king
24229         * Source/ctest.cxx: ENH: Clarification of help dumped when no
24230           arguments are given and no test file is found.
24232 2003-08-07 16:54  hoffman
24234         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
24235           ComplexRelativePaths/CMakeLists.txt: BUG: fix the test
24237 2003-08-07 16:50  king
24239         * Source/cmFindPackageCommand.cxx: ENH: Added compatability for
24240           capitalization of _DIR and _FOUND variables in cmake 1.6.
24242 2003-08-07 16:32  andy
24244         * Modules/FindLATEX.cmake: ENH: Add PDFLaTeX and LaTeX2HTML. Closes
24245           Bug #132 - Add pdflatex and html2latex to FindLATEX.cmake
24247 2003-08-07 16:26  andy
24249         * Source/: cmVariableWatch.cxx, cmVariableWatch.h: ENH: Add remove
24250           watch
24252 2003-08-07 16:25  andy
24254         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Fix dependencies for
24255           curses dialog
24257 2003-08-07 16:11  king
24259         * Source/cmake.cxx: BUG: Fixed typo in error message.
24261 2003-08-07 16:09  andy
24263         * CMakeLists.txt, Source/CMakeLists.txt,
24264           Source/cmTargetLinkLibrariesCommand.cxx,
24265           Source/cmTargetLinkLibrariesCommand.h,
24266           Source/CTest/CMakeLists.txt: ENH: Report an error when
24267           ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wrong order and
24268           fix CMakeLists files to actually work
24270 2003-08-07 16:04  hoffman
24272         * Tests/Complex/CMakeLists.txt,
24273           Tests/Complex/Executable/CMakeLists.txt,
24274           Tests/ComplexOneConfig/CMakeLists.txt,
24275           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
24276           Tests/ComplexRelativePaths/CMakeLists.txt,
24277           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
24278           Source/cmIncludeExternalMSProjectCommand.cxx: ENH: improve
24279           coverage
24281 2003-08-07 15:39  andy
24283         * Source/kwsys/ProcessWin32.c: ENH: Cast into apropriate type to
24284           remove warning
24286 2003-08-07 14:37  andy
24288         * Source/cmQTWrapUICommand.cxx: ENH: Use the new signature
24290 2003-08-07 14:37  andy
24292         * Tests/Wrapping/CMakeLists.txt: ENH: More verbose test
24294 2003-08-07 14:10  hoffman
24296         * Modules/Platform/Windows-cl.cmake: BUG: fix for main in a library
24297           on windows with nmake
24299 2003-08-07 11:53  king
24301         * Source/cmLocalUnixMakefileGenerator.h: ENH: Added convenience
24302           signature to OutputMakeRule.
24304 2003-08-07 11:42  king
24306         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Makefiles now have
24307           rules to do a global generate if the CMake listfiles have
24308           changed.  Necessary for when try-compiles are added to a
24309           listfile.
24311 2003-08-07 09:19  hoffman
24313         * Modules/FindMPI.cmake, Source/cmLocalVisualStudio7Generator.cxx:
24314           BUG: fix for bugs 125 - 128, and a fix for the bug introduced by
24315           the bug fix for but 92.  & was being replaced with &amp, but
24316           after double quote was replaced with &quot causing it to be
24317           &amp;quot.  Also add more search paths for mpi
24319 2003-08-06 19:19  andy
24321         * Source/cmMakefile.cxx: ENH: oops, initialize variable
24323 2003-08-06 18:54  andy
24325         * Source/cmGetCMakePropertyCommand.cxx,
24326           Source/cmGetCMakePropertyCommand.h, Source/cmMacroCommand.cxx,
24327           Source/cmMakefile.cxx, Source/cmMakefile.h,
24328           Tests/SystemInformation/CMakeLists.txt,
24329           Tests/SystemInformation/DumpInformation.cxx: ENH: Add option to
24330           retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
24332 2003-08-06 18:43  king
24334         * Source/cmDocumentation.cxx: BUG: Don't use -V as a version
24335           option.  It conflicts with ctest.
24337 2003-08-06 18:41  king
24339         * Source/cmake.cxx: ENH: Removed old argument processing code that
24340           never does anything.
24342 2003-08-06 18:39  king
24344         * Source/: cmakewizard.cxx, CursesDialog/cmCursesMainForm.cxx:
24345           BUG#129: Fixed load/save of CMakeCache.txt when it is not in the
24346           current directory.
24348 2003-08-06 17:58  andy
24350         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: If
24351           CMAKE_EDIT_COMMAND is not specified, use cmake -i
24353 2003-08-06 17:52  andy
24355         * bootstrap: ENH: Add rebuild_cache
24357 2003-08-06 17:32  andy
24359         * Modules/FindThreads.cmake: ENH: On apple use -lpthreads
24361 2003-08-06 15:22  king
24363         * Source/: cmInstallFilesCommand.h, cmInstallProgramsCommand.h:
24364           ENH: Tweaked whitespace in documentation of command.
24366 2003-08-06 15:18  king
24368         * Source/cmAddCustomCommandCommand.h: ENH: Tweaked whitespace in
24369           documentation of command.
24371 2003-08-06 15:12  king
24373         * Source/CursesDialog/ccmake.cxx: ENH: Added SEE ALSO support for
24374           generated unix manpage.
24376 2003-08-06 15:10  king
24378         * Source/CMakeLists.txt: BUG: We don't want to install cmaketest on
24379           UNIX or windows.  It is for internal CMake testing only.  We
24380           should probably fold its functionality into ctest anyway.
24382 2003-08-06 15:03  king
24384         * Source/ctest.cxx, Utilities/CMakeLists.txt: ENH: Added
24385           documentation for ctest.
24387 2003-08-06 14:49  king
24389         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
24390           CursesDialog/ccmake.cxx, MFCDialog/CMakeSetup.cpp: ENH: Added
24391           configuration of name of executable in man page header and
24392           version banner.
24394 2003-08-06 13:48  king
24396         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: If a directory is
24397           specified on the command line that is not an existing build tree,
24398           we should still use any -G option that was given to set the
24399           generator.
24401 2003-08-06 13:48  king
24403         * Source/cmSystemTools.cxx: ENH: Hide windows for processes run by
24404           RunSingleCommand.
24406 2003-08-06 13:41  king
24408         * Source/kwsys/SystemTools.cxx: Fixed indentation
24410 2003-08-06 12:52  hoffman
24412         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: do not output make
24413           install rules on windows because they do not work
24415 2003-08-06 11:51  king
24417         * Source/cmaketest.cxx: BUG: Fixed spacing error in message.
24419 2003-08-06 10:42  king
24421         * Source/CMakeLists.txt: ENH: Install test is now enabled when
24422           CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/Tests/TestInstall/Prefix
24423           to keep test in one directory.
24425 2003-08-06 10:39  king
24427         * Source/CMakeLists.txt, Tests/TestInstall.sh.in: ENH: Added
24428           Install test.  It is enabled when the CMAKE_INSTALL_PREFIX is
24429           CMake_BINARY_DIR/InstallTest.
24431 2003-08-06 10:15  andy
24433         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Fix install problem
24435 2003-08-06 09:27  king
24437         * Source/kwsys/ProcessWin32.c: BUG: Need to provide stdin to child
24438           processes.
24440 2003-08-05 18:25  king
24442         * Tests/CommandLineTest/CMakeLists.txt: ENH: Added test of
24443           --copyright and --version arguments for coverage.
24445 2003-08-05 18:22  king
24447         * Tests/CommandLineTest/CMakeLists.txt: ENH: Added test of --help
24448           [command] form of help option for coverage.
24450 2003-08-05 18:10  king
24452         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
24453           support to --help to print help for a single command.
24455 2003-08-05 17:39  king
24457         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fixed
24458           implementation of long dependency list support.  The proxy target
24459           must have a corresponding file to work correctly.  Instead of
24460           using a proxy target, we now just list one line for each
24461           dependency and then print one copy of the build rule at the end.
24463 2003-08-05 16:51  king
24465         * Source/cmake.cxx: ENH: Clarified source directory mismatch
24466           message.
24468 2003-08-05 16:36  king
24470         * Source/: cmake.cxx, cmake.h: ENH#61: cmake and ccmake now support
24471           passing the path to a CMakeCache.txt file as an argument.  Its
24472           settings will be loaded.
24474 2003-08-05 16:04  king
24476         * Source/cmLocalVisualStudio7Generator.cxx: BUG#92 - Added XML
24477           escaping for <, >, and &.
24479 2003-08-05 15:20  andy
24481         * Tests/SystemInformation/DumpInformation.cxx: BUG: Open as ascii
24482           to remove extra new lines
24484 2003-08-05 15:10  king
24486         * Source/kwsys/: ProcessFwd9x.c, ProcessWin32.c: ENH: Added
24487           show/hide window support.
24489 2003-08-05 14:27  king
24491         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
24492           Added SetOption/GetOption methods for platform-specific options.
24494 2003-08-05 13:53  king
24496         * Source/kwsys/ProcessUNIX.c: BUG: Can't close stdin.
24498 2003-08-05 11:34  king
24500         * Source/kwsys/ProcessUNIX.c: BUG: Added missing
24501           zero-initialization of struct sigaction.
24503 2003-08-05 09:55  martink
24505         * Modules/: CMakeTestNMakeCLVersion.c, Platform/Windows-cl.cmake:
24506           added test for whether pdbtype should be used for nmake
24508 2003-08-05 09:07  king
24510         * Source/kwsys/ProcessUNIX.c: BUG: GetErrorString should return
24511           ErrorMessage buffer, not the pipe buffer.
24513 2003-08-05 09:07  martink
24515         * Source/cmLocalUnixMakefileGenerator.cxx: minor fix
24517 2003-08-05 08:49  martink
24519         * Source/: cmLocalUnixMakefileGenerator.cxx,
24520           cmLocalUnixMakefileGenerator.h: added outputEcho method and fixed
24521           make help for nmake and borland
24523 2003-08-04 17:08  king
24525         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
24526           ERR: Fixed typeo tests->test.
24528 2003-08-04 15:35  martink
24530         * Source/cmLocalUnixMakefileGenerator.cxx: added make help target
24531           first cut
24533 2003-08-04 14:34  martink
24535         * Source/cmLocalUnixMakefileGenerator.cxx: fix for debug libs on
24536           UNIX
24538 2003-08-04 11:48  andy
24540         * Source/cmSystemTools.cxx: ENH: Improve paths on windows
24542 2003-08-04 07:55  andy
24544         * Source/cmSystemTools.cxx: ENH: Fix escaping on windows
24546 2003-08-04 07:12  andy
24548         * Source/cmSystemTools.cxx: ENH: Fix argument parsing on UNIX with
24549           spaces
24551 2003-08-03 22:41  andy
24553         * Source/cmSiteNameCommand.cxx: ENH: Use new RunCommand
24555 2003-08-03 22:36  andy
24557         * Source/: cmCTest.cxx, cmCTest.h: ENH: Use new RunCommand
24559 2003-08-03 22:34  andy
24561         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
24562           cmGlobalVisualStudio6Generator.cxx,
24563           cmGlobalVisualStudio7Generator.cxx, cmake.cxx, cmaketest.cxx:
24564           ENH: Use the new RunCommand
24566 2003-08-03 22:33  andy
24568         * Source/: cmBuildNameCommand.cxx, cmTryRunCommand.cxx,
24569           cmSiteNameCommand.cxx: ENH: Use the new signature
24571 2003-08-03 22:32  andy
24573         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add back the
24574           kwsysProcess RunCommand, now is in parallel
24576 2003-08-03 20:47  andy
24578         * Source/cmGetCMakePropertyCommand.cxx,
24579           Source/cmGetCMakePropertyCommand.h, Source/cmake.h,
24580           Tests/SystemInformation/CMakeLists.txt,
24581           Tests/SystemInformation/DumpInformation.cxx: ENH: Add accessor
24582           for the list of commands
24584 2003-08-02 09:33  andy
24586         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmMakefile.cxx:
24587           BUG: Fix problem with uninitialized variables
24589 2003-08-01 19:13  andy
24591         * Modules/FindQt.cmake, Tests/Wrapping/CMakeLists.txt: ENH: Make it
24592           work for QT 2.3 non commercial on windows
24594 2003-08-01 18:53  andy
24596         * Source/cmQTWrapUICommand.cxx: ENH: Make out of source work on
24597           Windows
24599 2003-08-01 18:52  andy
24601         * Tests/Wrapping/CMakeLists.txt: ENH: Add more debug
24603 2003-08-01 18:52  andy
24605         * Source/CMakeLists.txt: ENH: Fix test for Visual Studio
24607 2003-08-01 17:11  andy
24609         * Modules/FindThreads.cmake: ENH: MAke it work on FreeBSD
24611 2003-08-01 16:48  andy
24613         * Modules/: CheckForPthreads.c, FindThreads.cmake: ENH: Do better
24614           test for pthreads
24616 2003-08-01 16:48  andy
24618         * Modules/FindQt.cmake: ENH: Fix indentation
24620 2003-08-01 16:47  andy
24622         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Remove debug
24624 2003-08-01 15:41  hoffman
24626         * Tests/: Complex/Executable/complex.file.cxx,
24627           ComplexOneConfig/Executable/complex.file.cxx,
24628           ComplexRelativePaths/Executable/complex.file.cxx: add missing
24629           file
24631 2003-08-01 15:33  king
24633         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Dependency lists
24634           are now split into multiple make lines to allow longer lists on
24635           limited make programs.
24637 2003-08-01 15:33  andy
24639         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add support for
24640           -pthread
24642 2003-08-01 15:27  king
24644         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Adding link flags
24645           to an executable that links to shared libraries must be done for
24646           both EXECUTABLE and WIN32_EXECUTABLE targets.
24648 2003-08-01 14:34  hoffman
24650         * Source/cmLocalUnixMakefileGenerator.cxx,
24651           Tests/Complex/Executable/CMakeLists.txt,
24652           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
24653           Tests/ComplexRelativePaths/Executable/CMakeLists.txt: BUG (85):
24654           allow . to be in the name of an executable
24656 2003-08-01 14:10  andy
24658         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmMakefile.cxx,
24659           cmake.cxx: ENH: Allow specifying cmake variables on the command
24660           line without specifying the type Bug #118 - Specifying cache
24661           entries with -D should not need the type
24663 2003-08-01 14:10  martink
24665         * Source/cmLocalUnixMakefileGenerator.cxx: all Makefiles now have
24666           both full path to exe and short version
24668 2003-08-01 13:54  martink
24670         * Source/cmUtilitySourceCommand.cxx: fix for utility command
24671           without EXECUTABLE_OUTPUT_PATH
24673 2003-08-01 13:24  andy
24675         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Syntax cleanup
24677 2003-08-01 13:13  hoffman
24679         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
24680           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
24681           ENH: allow lib prefix for to stay for nmake and borland make as
24682           it is not a system prefix
24684 2003-08-01 13:00  martink
24686         * CMakeLists.txt: change lib path back to empty
24688 2003-08-01 12:49  andy
24690         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Fix echo's to use
24691           @echo. This way verbose mode does not print twice: Bug #45 - add
24692           @ from echo commands
24694 2003-08-01 11:58  martink
24696         * CMakeLists.txt: made more options advanced
24698 2003-08-01 11:58  martink
24700         * Source/CTest/Curl/CMakeLists.txt: made option advanced
24702 2003-08-01 09:18  andy
24704         * Tests/Wrapping/CMakeLists.txt: ERR: Only link qt to qt executable
24706 2003-08-01 09:11  martink
24708         * Source/cmExportLibraryDependencies.cxx: fix for bug # 101
24710 2003-08-01 08:47  martink
24712         * Source/MFCDialog/CMakeSetupDialog.cpp: more reverting back
24714 2003-07-31 16:43  hoffman
24716         * Source/cmLocalVisualStudio6Generator.cxx: BUG: when creating rule
24717           files remove the IntDir
24719 2003-07-31 16:30  martink
24721         * Source/MFCDialog/CMakeSetupDialog.cpp: fix for spaces
24723 2003-07-31 15:32  hoffman
24725         * Source/cmTarget.cxx: ENH: add support for OBJECT_DEPENDS for
24726           visual studio
24728 2003-07-31 14:46  martink
24730         * Source/cmMakefile.cxx: bug fix for bug # 117
24732 2003-07-31 13:15  andy
24734         * Modules/FindwxWindows.cmake: made a minor bugfix on my
24735           FindwxWindows.cmake.  I capsulated the regular expression
24736           matching for the libdrs with another IF (line 355).  By: Jan
24737           Woetzel
24739 2003-07-31 08:55  andy
24741         * Source/WXDialog/CMakeLists.txt: ENH: Fix wx test
24743 2003-07-31 08:50  andy
24745         * Tests/Wrapping/CMakeLists.txt: ERR: Attempt to fix wrapping on
24746           Windows
24748 2003-07-31 08:33  andy
24750         * Tests/Wrapping/Wrap.c: ENH: Fix problem on HP. Whay should K&R be
24751           default?
24753 2003-07-30 15:38  andy
24755         * Modules/FindQt.cmake: ENH: when linking in QT, we should also
24756           link DL, since QT uses them
24758 2003-07-30 13:39  andy
24760         * Modules/FindQt.cmake: ENH: QT if it is multi threaded should link
24761           in threads
24763 2003-07-30 13:28  andy
24765         * Tests/Wrapping/: CMakeLists.txt, foo.ui.in: ENH: Really test uic
24766           and perform configured uic test
24768 2003-07-30 13:27  andy
24770         * Source/cmQTWrapUICommand.cxx: ENH: Allow qt ui files being it the
24771           binary dir. Bug #110 - QT_WRAP_UI problem on out-of-source builds
24773 2003-07-30 13:14  andy
24775         * Source/WXDialog/CMakeLists.txt: ENH: Revert back
24777 2003-07-30 13:11  andy
24779         * Source/: cmaketest.cxx, WXDialog/CMakeLists.txt: ENH: Also fail
24780           when make failsSource/cmaketest.cxx
24782 2003-07-30 13:10  andy
24784         * Tests/Wrapping/: CMakeLists.txt, Wrap.c: ENH: Add executable for
24785           wrapping test, so that make stage actually passes
24787 2003-07-29 18:06  andy
24789         * Source/cmGlob.cxx: ENH: Speedup globbing and attempt to fix
24790           cygwin problem
24792 2003-07-29 17:15  andy
24794         * Modules/FindQt.cmake: ENH: Use FindX11 when doing Qt on unix
24796 2003-07-29 13:36  andy
24798         * Modules/Use_wxWindows.cmake: ENH: Add Use file for wxWindows.
24799           Thanks Jan Woetzel
24801 2003-07-29 07:41  andy
24803         * Modules/FindwxWindows.cmake: ENH: Improved find module. Thank you
24804           Jan Woetzel
24806 2003-07-29 07:01  andy
24808         * Source/cmAddCustomCommandCommand.cxx: ENH: Fix typo: Bug #100 -
24809           Spelling correction to an error message
24811 2003-07-28 18:12  hoffman
24813         * Source/: cmLocalUnixMakefileGenerator.cxx, cmMakeDepend.cxx,
24814           cmMakeDepend.h: ENH: performance fixes for network depends
24816 2003-07-28 14:43  hoffman
24818         * Source/: cmSourceGroupCommand.cxx, cmSourceGroupCommand.h: ENH:
24819           put back old style call to SOURCE_GROUP, no need to break things
24820           for this
24822 2003-07-28 13:40  hoffman
24824         * Source/cmake.cxx: BUG: make sure initial cache file read only
24825           reads one file, and does not look for CMakeLists.txt files on the
24826           entire disk
24828 2003-07-25 13:39  hoffman
24830         * Source/cmake.cxx: add a better message for the GUI if no
24831           CMakeLists.txt file is found.
24833 2003-07-25 12:50  hoffman
24835         * Tests/Wrapping/CMakeLists.txt: for unix add x11 and pthreads for
24836           qt
24838 2003-07-24 11:53  andy
24840         * Source/cmGlob.cxx: ENH: Remove warning
24842 2003-07-24 11:51  andy
24844         * Source/CTest/Curl/curl.copyright: ENH: Fix legal issues.
24846 2003-07-24 11:37  martink
24848         * Source/cmLocalUnixMakefileGenerator.cxx: fix for utility depends
24849           bug#76
24851 2003-07-24 11:33  king
24853         * Source/CMakeLists.txt, Tests/FindPackageTest/CMakeLists.txt,
24854           Tests/FindPackageTest/FindPackageTest.cxx: ENH: Added
24855           FindPackageTest to improve coverage.
24857 2003-07-24 11:32  king
24859         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h: ENH:
24860           Implemented QUIET argument propagation to FOO_FIND_QUIETLY
24861           setting in FindFOO.cmake module that is found.
24863 2003-07-24 11:24  king
24865         * Source/MFCDialog/CMakeCommandLineInfo.cpp: BUG: Fix for network
24866           path argument parsing.
24868 2003-07-24 11:12  andy
24870         * Source/cmGlob.cxx: ENH: On windows handle network paths
24872 2003-07-24 11:06  king
24874         * Modules/FindVTK.cmake: ENH: Improved error message for VTK_DIR
24875           not found to refer to it as a cache entry.  Some users thought
24876           this was supposed to be an environment variable.
24878 2003-07-24 10:58  king
24880         * Source/CMakeLists.txt, Source/cmDumpDocumentation.cxx,
24881           Tests/CommandLineTest/CMakeLists.txt,
24882           Tests/CommandLineTest/CommandLineTest.cxx,
24883           Tests/StringFileTest/CMakeLists.txt: ENH: Added CommandLineTest
24884           to add coverage for command line arguments to cmake executables.
24885           This replaces the old DumpDocumentation test.
24887 2003-07-23 18:01  andy
24889         * Tests/StringFileTest/CMakeLists.txt: ENH: More coverage
24891 2003-07-23 17:59  king
24893         * Utilities/CMakeLists.txt: ENH: Added build of documentation for
24894           CMakeSetup.
24896 2003-07-23 17:40  king
24898         * Source/MFCDialog/CMakeSetup.cpp: ENH: Added support for
24899           documentation options.
24901 2003-07-23 17:31  king
24903         * Source/MFCDialog/: CMakeCommandLineInfo.cpp,
24904           CMakeCommandLineInfo.h: ENH: Added construction of original
24905           command line in argc/argv style.
24907 2003-07-23 17:28  king
24909         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
24910           Improved behavior when run with arguments from the command line.
24912 2003-07-23 17:27  king
24914         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH:
24915           CheckOptions now takes const argv.
24917 2003-07-23 15:45  king
24919         * Source/cmSourceGroupCommand.cxx: ENH: Added backwards
24920           compatability.
24922 2003-07-23 15:32  king
24924         * Source/: cmLocalVisualStudio6Generator.cxx,
24925           cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx,
24926           cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
24927           cmSourceGroupCommand.h: ENH: Fully implemented SOURCE_GROUP
24928           command.
24930 2003-07-23 14:31  andy
24932         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Fix compatibility
24934 2003-07-23 10:39  king
24936         * Source/cmSourceGroupCommand.cxx: BUG: Fixed off-by-one error in
24937           file list loop.  Fix submitted by David A. Karr.
24939 2003-07-23 10:26  andy
24941         * Source/cmGlob.cxx: ENH: On windows and apple handle
24942           lowercase/upercase file name problem
24944 2003-07-23 09:10  king
24946         * Tests/StringFileTest/CMakeLists.txt: ENH: Added more verbose
24947           output of what globbing results.
24949 2003-07-23 08:58  king
24951         * Utilities/CMakeLists.txt: BUG: Don't install ccmake documentation
24952           if no ccmake was built.
24954 2003-07-23 08:37  king
24956         * bootstrap: ENH: Adding forced settings for prefix, docdir,
24957           mandir, and datadir.
24959 2003-07-22 17:09  andy
24961         * DartConfig.cmake: ENH: Direct link to cmake bugs
24963 2003-07-22 13:53  andy
24965         * Source/cmCPluginAPI.cxx: ERR: Fix error on bad C++ compiler that
24966           do not handle return void
24968 2003-07-22 13:15  andy
24970         * Source/cmTarget.cxx: BUG: Fix copy/paste typo
24972 2003-07-22 13:14  andy
24974         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Add DisplayStatus
24976 2003-07-22 12:21  andy
24978         * Tests/: LoadCommand/LoadedCommand.cxx,
24979           LoadCommand/CMakeCommands/cmTestCommand.c,
24980           LoadCommandOneConfig/LoadedCommand.cxx,
24981           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: More
24982           coverage
24984 2003-07-22 11:17  andy
24986         * Tests/StringFileTest/CMakeLists.txt: ENH: More coverage
24988 2003-07-22 10:45  andy
24990         * Tests/StringFileTest/CMakeLists.txt: ENH: Increase coverage
24992 2003-07-21 17:14  king
24994         * Utilities/CMakeLists.txt: ENH: Added generation of ccmake
24995           documentation on UNIX.
24997 2003-07-21 17:13  king
24999         * Source/CursesDialog/ccmake.cxx: ENH: Added introduction paragraph
25000           to documentation.
25002 2003-07-21 16:38  king
25004         * CMakeLists.txt, bootstrap, Modules/CMakeLists.txt,
25005           Modules/Platform/CMakeLists.txt, Source/CMakeLists.txt,
25006           Source/cmCommands.cxx, Source/cmConfigure.cmake.h.in,
25007           Source/cmake.cxx, Templates/CMakeLists.txt,
25008           Utilities/CMakeLists.txt: ENH: Added optional configuration of
25009           data/doc/man dirs.  This will be useful for package maintainers.
25011 2003-07-21 16:37  king
25013         * Source/: InitialConfigureFlags.cmake.in, cmConfigure.h.in:
25014           Removing old file.  This was used by old configure script which
25015           has been removed.
25017 2003-07-21 15:29  andy
25019         * Source/cmGlob.cxx, Tests/StringFileTest/CMakeLists.txt: ENH: fix
25020           glob on windows and add glob recurse test
25022 2003-07-21 15:02  king
25024         * Source/CMakeLists.txt: ENH: Added generation of cmake
25025           documentation during build preocess.
25027 2003-07-21 14:58  king
25029         * Source/cmDocumentation.cxx: BUG: Text dump of documentation
25030           should be in ascii mode.
25032 2003-07-21 14:57  king
25034         * Source/cmAddCustomTargetCommand.h: BUG: Fixed documentation
25035           formatting.
25037 2003-07-21 14:44  andy
25039         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h: ENH:
25040           Use new deprecation mechanism
25042 2003-07-21 14:43  andy
25044         * Source/cmFileCommand.h: ENH: Fix comment
25046 2003-07-21 14:42  andy
25048         * Source/: cmCommand.h, cmMakefile.cxx: ENH: Initial framework for
25049           deprecated commands
25051 2003-07-21 13:48  andy
25053         * Tests/StringFileTest/CMakeLists.txt: ENH: add more coverage tests
25055 2003-07-21 13:46  andy
25057         * Source/cmGlob.cxx: ENH: Handle ^ as [^fu]
25059 2003-07-17 14:56  andy
25061         * Tests/StringFileTest/CMakeLists.txt: ENH: Add additional new line
25062           after the string to match the change in file command
25064 2003-07-17 14:56  andy
25066         * Source/cmFileCommand.cxx: ENH: Remove extra new line after the
25067           written string
25069 2003-07-17 14:54  andy
25071         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
25072           CheckFunctionExists.cmake, CheckIncludeFile.cmake,
25073           CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
25074           CheckLibraryExists.cmake, CheckSymbolExists.cmake,
25075           CheckTypeSize.cmake, CheckVariableExists.cmake,
25076           TestBigEndian.cmake, TestCXXAcceptsFlag.cmake: ENH: Extra new
25077           line after output
25079 2003-07-16 15:38  hoffman
25081         * Modules/CMakeDetermineSystem.cmake, Source/cmGlobalGenerator.cxx:
25082           ENH: set CMAKE_SYSTEM_VERSION for windows
25084 2003-07-16 14:52  king
25086         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h: ENH:
25087           Added QUIET optional argument to block error message when _DIR
25088           variable is not set.  Also removed upper-casing of package name.
25090 2003-07-16 11:38  king
25092         * Tests/SystemInformation/: DumpInformation.cxx,
25093           DumpInformation.h.in: ENH: Added dump of more files.  Improved
25094           robustness of dump.
25096 2003-07-15 12:52  hoffman
25098         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove local broken
25099           implementation of convert to windows path
25101 2003-07-15 12:52  hoffman
25103         * Source/cmAddCustomCommandCommand.cxx: ENH: better error checking
25105 2003-07-14 10:33  king
25107         * Source/cmMakefile.cxx: BUG: Custom commands should have variables
25108           expanded before comparing with previously added custom commands.
25110 2003-07-14 10:13  martink
25112         * Source/cmFLTKWrapUICommand.cxx: some updates
25114 2003-07-14 09:44  martink
25116         * Source/cmFLTKWrapUICommand.cxx: some updates
25118 2003-07-14 09:31  martink
25120         * Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: some
25121           updates
25123 2003-07-14 09:15  andy
25125         * Source/: cmFileCommand.cxx, cmFileCommand.h, cmGlob.cxx,
25126           cmGlob.h: ENH: Recurse subdirectories
25128 2003-07-11 17:21  king
25130         * bootstrap: ENH: Removed cmsys include directory from bootstrap
25131           build of kwsys.  It is no longer needed.
25133 2003-07-11 16:29  king
25135         * Utilities/Release/cmake_release.sh: BUG: Update of release
25136           utilities must maintain tag.
25138 2003-07-11 14:14  andy
25140         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
25141           CheckFunctionExists.cmake, CheckIncludeFile.cmake,
25142           CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
25143           CheckLibraryExists.cmake, CheckSymbolExists.cmake,
25144           CheckTypeSize.cmake, CheckVariableExists.cmake, Dart.cmake,
25145           TestBigEndian.cmake, TestCXXAcceptsFlag.cmake: ENH: Replace
25146           WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace
25147           MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII
25148           things
25150 2003-07-10 23:22  king
25152         * Source/cmake.h: ERR: Removed duplicate generator documentation.e
25154 2003-07-10 23:15  king
25156         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx:
25157           ENH: Added SEE ALSO section to generated man page.  Minor
25158           formatting improvements for generated text-only documentation.
25160 2003-07-10 23:14  king
25162         * Source/cmake.h: ENH: Added CMAKE_STANDARD_INTRODUCTION macro
25163           defining standard documentation for inclusion in every binary's
25164           documentation.
25166 2003-07-10 23:14  king
25168         * Source/cmGlobalUnixMakefileGenerator.cxx: ENH: Wrote basic
25169           description in full documentation block.
25171 2003-07-10 14:48  andy
25173         * Tests/StringFileTest/StringFile.cxx: ENH: Add missing include
25175 2003-07-10 14:46  king
25177         * Source/kwsys/CMakeLists.txt: ERR: Generated source files need
25178           access to kwsysPrivate.h.  Just copy it to the build tree.
25180 2003-07-10 14:35  andy
25182         * Source/cmStringCommand.cxx: ERR: Remove unused variable
25184 2003-07-10 14:32  king
25186         * Source/kwsys/: Base64.c, CMakeLists.txt, Directory.cxx,
25187           EncodeExecutable.c, ProcessUNIX.c, ProcessWin32.c,
25188           RegularExpression.cxx, SystemTools.cxx, kwsysPrivate.h: ENH:
25189           Added use of KWSYS_HEADER macro in c and cxx files to include
25190           kwsys headers through their configured namespace.
25192 2003-07-10 14:29  andy
25194         * Tests/StringFileTest/CMakeLists.txt,
25195           Tests/StringFileTest/InputFile.h.in,
25196           Tests/StringFileTest/StringFile.cxx, Source/CMakeLists.txt: ENH:
25197           Add test for string and file commands
25199 2003-07-10 13:25  andy
25201         * Source/: cmStringCommand.cxx, cmStringCommand.h: ENH: Add upper
25202           and lower case support. Close Bug #79 - STRING TOUPPER and
25203           TOLOWER
25205 2003-07-09 17:25  king
25207         * Source/cmSystemTools.cxx: ENH: Added escape support for ( and ).
25209 2003-07-09 17:17  king
25211         * Source/: cmListFileCache.cxx, cmSystemTools.cxx: ENH: Added
25212           support for # characters inside quoted arguments and for escaping
25213           # in a non-quoted argument.  Improved parsing speed by not
25214           compiling regular expressions on blank lines.
25216 2003-07-09 16:18  king
25218         * Source/kwsys/ProcessUNIX.c: ERR: Using strncpy instead of
25219           snprintf for portability.
25221 2003-07-08 16:33  andy
25223         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: Add
25224           MAKE_DIRECTORY and modify documentation
25226 2003-07-08 16:27  andy
25228         * Source/cmGlob.cxx: ENH: Remove commented code
25230 2003-07-08 15:54  andy
25232         * Source/CTest/Curl/Platforms/WindowsCache.cmake: ENH: More speedup
25234 2003-07-08 15:47  andy
25236         * Source/CTest/Curl/: CMakeLists.txt, Platforms/WindowsCache.cmake:
25237           ENH: Attempt to speedup cmake of cmake on Windows
25239 2003-07-08 14:18  andy
25241         * bootstrap, Source/CMakeLists.txt, Source/cmFileCommand.cxx,
25242           Source/cmFileCommand.h, Source/cmGlob.cxx, Source/cmGlob.h: ENH:
25243           Add globbing to FILE command
25245 2003-07-08 13:27  king
25247         * Source/cmMakefile.cxx: BUG#65: Fixed inheritance of
25248           CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR.
25250 2003-07-08 13:12  hoffman
25252         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
25253           allow cancel and display of progress during cpu intensive
25254           configure steps
25256 2003-07-08 09:21  andy
25258         * Source/kwsys/CMakeLists.txt: ENH: Fix example
25260 2003-07-08 00:28  king
25262         * Source/cmDocumentation.cxx: ERR: Added missing std::.
25264 2003-07-07 23:20  king
25266         * CMakeLists.txt, Source/cmDocumentation.cxx,
25267           Source/cmDumpDocumentation.cxx, Source/cmStandardIncludes.h: ENH:
25268           Improved name of cmake version variables.  They are now
25269           CMake_VERSION (major.minor) and CMake_VERSION_FULL
25270           (major.minor.patch).
25272 2003-07-07 22:54  king
25274         * Source/cmStringCommand.h: BUG: Removed extra newlines from help
25275           text.
25277 2003-07-07 22:44  king
25279         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
25280           CursesDialog/ccmake.cxx: ENH: Added support to write multiple
25281           help options with one command line.  Output files can now also be
25282           specified for the help options.
25284 2003-07-07 22:41  king
25286         * Source/kwsys/CMakeLists.txt: ERR: Removed useless set.
25288 2003-07-07 22:41  king
25290         * Source/cmCommands.cxx: ENH: Made ADD_DEPENDENCIES available from
25291           bootstrapped cmake.  It will be needed to build cmake.
25293 2003-07-07 21:52  king
25295         * Source/: cmDocumentation.cxx, cmDocumentation.h,
25296           cmGlobalBorlandMakefileGenerator.cxx,
25297           cmGlobalBorlandMakefileGenerator.h,
25298           cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
25299           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
25300           cmGlobalNMakeMakefileGenerator.cxx,
25301           cmGlobalNMakeMakefileGenerator.h,
25302           cmGlobalUnixMakefileGenerator.cxx,
25303           cmGlobalUnixMakefileGenerator.h,
25304           cmGlobalVisualStudio6Generator.cxx,
25305           cmGlobalVisualStudio6Generator.h,
25306           cmGlobalVisualStudio71Generator.cxx,
25307           cmGlobalVisualStudio71Generator.h,
25308           cmGlobalVisualStudio7Generator.cxx,
25309           cmGlobalVisualStudio7Generator.h, cmake.cxx, cmake.h,
25310           cmakemain.cxx: ENH: Registered global generators are now kept in
25311           a table in the cmake instance.  Added support for documentation
25312           with a Generators section.
25314 2003-07-07 18:27  king
25316         * Source/cmSystemTools.cxx: BUG: Parsing of arguments from string
25317           by RunCommand before passing to Process execution does not work
25318           with backslashes in path names.  Until this is fixed, we cannot
25319           use Process execution from kwsys.
25321 2003-07-07 17:52  andy
25323         * bootstrap: ENH: Fix bootstrap to include ProcessUNIX.c
25325 2003-07-07 17:47  andy
25327         * Source/: cmCommands.cxx, cmFileCommand.cxx, cmFileCommand.h: ENH:
25328           Start working on a general file manipulation command
25330 2003-07-07 17:45  andy
25332         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
25333           optional argument to GetLineFromStream which can let the caller
25334           know whether there was a new line character at the end of the
25335           line that was just read
25337 2003-07-07 13:36  andy
25339         * Docs/cmake-syntax.vim: Initial import of VIM syntax highlighting
25340           file
25342 2003-07-07 09:38  king
25344         * Source/kwsys/ProcessWin32.c: ENH: Made call to FormatMessage more
25345           robust.
25347 2003-07-07 09:16  king
25349         * Source/cmSystemTools.cxx: ENH: Using new Process
25350           SetWorkingDirectory method instead of manually implementing it.
25352 2003-07-07 09:12  king
25354         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ENH: Implemented
25355           SetWorkingDirectory method.
25357 2003-07-07 09:10  king
25359         * Source/kwsys/ProcessWin32.c: ENH: Implemented SetWorkingDirectory
25360           method on Windows.
25362 2003-07-07 08:41  king
25364         * Source/cmSystemTools.cxx: ENH: Using kwsys Process implementation
25365           to implement RunCommand.
25367 2003-07-07 08:36  andy
25369         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ENH: Start working on
25370           Working Directory support
25372 2003-07-06 20:40  king
25374         * Source/kwsys/ProcessWin32.c: ENH: Using GetTempPath instead of
25375           TEMP environment variable to get a location to write the Win9x
25376           forwarding executable.
25378 2003-07-03 18:33  king
25380         * Source/kwsys/ProcessWin32.c: BUG: Argument parsers do not always
25381           remove double quotes from around an argument that has no spaces.
25383 2003-07-03 12:50  hoffman
25385         * Source/cmLocalVisualStudio7Generator.cxx: ENH: add linker flags
25387 2003-07-03 11:39  hoffman
25389         * Source/cmCreateTestSourceList.cxx: ENH: null terminate at the end
25390           of the list
25392 2003-07-03 07:58  king
25394         * Source/kwsys/CMakeLists.txt: BUG: Install target for standard
25395           header wrappers must point at the std subdirectory in the
25396           installation.
25398 2003-07-02 10:48  andy
25400         * DartConfig.cmake: ENH: Add proper links to bugtracker
25402 2003-07-02 10:37  andy
25404         * DartConfig.cmake: ENH: Add links to bugtracker
25406 2003-07-02 08:35  king
25408         * Source/kwsys/ProcessWin32.c: ERR: Added cast to remove warning.
25409           We know the length of the string will not be beyond 2^31.
25411 2003-07-01 13:32  king
25413         * Source/kwsys/Base64.c: ERR: Added casts to remove type conversion
25414           warnings.  Pointer differences can be 64-bit, but unsigned long
25415           is 32-bit on many platforms.  We know we are not traversing more
25416           data than can be handled by an unsigned long, though, because the
25417           length argument is an unsigned long.
25419 2003-07-01 13:27  king
25421         * Source/kwsys/: ProcessFwd9x.c, ProcessWin32.c: ERR: Should use %p
25422           to pass HANDLE values on a command line, not %d.
25424 2003-07-01 13:27  king
25426         * Source/kwsys/SystemTools.cxx: ERR: Removed unreachable code.
25428 2003-07-01 11:40  king
25430         * Source/kwsys/: Base64.h.in, Process.h.in: ERR: Reduced
25431           requirements on preprocessor for export macro due to limitations
25432           of Mac preprocessor.  The preprocessor can be fixed by using
25433           -no-cpp-precomp, but we don't want to require that option for
25434           every source file that includes our headers.
25436 2003-07-01 08:54  king
25438         * Source/kwsys/EncodeExecutable.c: ERR: Added explicit cast from
25439           size_t to int.  We know that the data will not be out of range.
25441 2003-06-30 10:50  andy
25443         * bootstrap: ERR: Fix changes in kwsys for Configure.h and
25444           StandardIncludes.hxx
25446 2003-06-30 10:44  andy
25448         * Source/kwsys/: Base64.c, ProcessFwd9x.c, ProcessWin32.c: ERR:
25449           Remove warnings on Windows
25451 2003-06-30 10:30  king
25453         * Source/kwsys/: Base64.h.in, CMakeLists.txt, Configure.h.in,
25454           Directory.cxx, Directory.hxx.in, EncodeExecutable.c,
25455           Process.h.in, ProcessWin32.c, RegularExpression.cxx,
25456           RegularExpression.hxx.in, SystemTools.hxx.in: ENH: Added DLL
25457           support.
25459 2003-06-30 10:12  martink
25461         * Tests/CustomCommand/CMakeLists.txt: modified code to match cmake
25462           mode
25464 2003-06-30 10:07  king
25466         * Source/kwsys/StandardIncludes.hxx.in: Removing old file.
25468 2003-06-30 09:56  andy
25470         * bootstrap: ENH: Fix checking for C++ compiler on Mac, remove
25471           cmConfigure.h.tmp, so that nothing bad can happen if configure is
25472           interrupted, reports kwsys sources in cmConfigure.h
25474 2003-06-30 08:49  king
25476         * Source/kwsys/Base64.h.in: ENH: Updated comments for doxygen.
25478 2003-06-30 08:48  king
25480         * Source/kwsys/Base64.c: BUG: Should define KWSYS_IN_BASE64_C, not
25481           KWSYS_IN_PROCESS_C.
25483 2003-06-30 08:48  king
25485         * Source/kwsys/CMakeLists.txt: ENH: Using FOREACH to shorten
25486           enabling of C components.
25488 2003-06-29 21:42  andy
25490         * CMakeLists.txt, Source/kwsys/Base64.c, Source/kwsys/Base64.h.in,
25491           Source/kwsys/CMakeLists.txt: ENH: Initial import of Base64
25493 2003-06-29 20:30  king
25495         * CMakeLists.txt: ENH: Enabling build of kwsys's Process class.
25496           This will be needed for ctest.
25498 2003-06-29 20:20  king
25500         * Docs/cmake-mode.el: ENH: Added comment-region support.
25502 2003-06-27 09:48  king
25504         * CMakeLists.txt: ERR: Disabling multiply defined symbols warning
25505           for linking executables on IRIX.  The compiler's prelinker does
25506           not add weak symbols, so template instantiations are duplicated.
25508 2003-06-27 08:46  martink
25510         * Source/: cmAuxSourceDirectoryCommand.cxx,
25511           cmTryCompileCommand.cxx: fix compiler warnings
25513 2003-06-26 13:39  king
25515         * Source/kwsys/CMakeLists.txt: ENH: Updated documentation to
25516           describe enabling of classes.
25518 2003-06-26 09:44  andy
25520         * bootstrap: ENH: Attempt to handle OSF compiler flags
25522 2003-06-25 09:32  king
25524         * Source/kwsys/testProcess.c: ERR: Fixed use of non-constant
25525           initializer.
25527 2003-06-25 08:29  king
25529         * Source/kwsys/Directory.cxx: ERR: Fixed conversion warning.
25531 2003-06-24 21:37  lorensen
25533         * Source/kwsys/SystemTools.cxx: ERR: portability.
25535 2003-06-24 16:35  martink
25537         * Source/kwsys/SystemTools.cxx: compiler fix
25539 2003-06-24 15:24  martink
25541         * Source/: cmLocalVisualStudio6Generator.cxx,
25542           cmLocalVisualStudio7Generator.cxx: moved depend code into
25543           cmTarget
25545 2003-06-24 15:21  martink
25547         * Source/: cmMakefile.cxx, cmMakefile.h, kwsys/SystemTools.cxx:
25548           performance improvements
25550 2003-06-24 15:11  martink
25552         * Source/cmMacroCommand.cxx: performance improvements
25554 2003-06-24 15:10  martink
25556         * Source/: cmTarget.cxx, cmTarget.h: moved function into cmTarget
25558 2003-06-24 10:16  king
25560         * Source/: cmSystemTools.cxx, cmSystemTools.h: ERR: Renamed
25561           superclass typedef from SystemTools to Superclass to avoid
25562           conflict across platforms.
25564 2003-06-24 09:02  king
25566         * Source/kwsys/SystemTools.cxx: ERR: std->kwsys_std.
25568 2003-06-24 08:19  king
25570         * Source/cmSystemTools.h: ERR: Typedefs are not inherited on SGI
25571           and Borland.
25573 2003-06-23 16:26  martink
25575         * Source/: cmForEachCommand.cxx, cmMacroCommand.cxx: perf
25576           improvement
25578 2003-06-23 16:25  martink
25580         * Source/cmCustomCommand.h: performance improvement
25582 2003-06-23 14:10  king
25584         * CMakeLists.txt, bootstrap, Source/CMakeLists.txt,
25585           Source/cmBuildNameCommand.cxx, Source/cmCTest.cxx,
25586           Source/cmCacheManager.cxx, Source/cmConfigureFileCommand.cxx,
25587           Source/cmIfCommand.cxx, Source/cmListFileCache.cxx,
25588           Source/cmLoadCacheCommand.cxx,
25589           Source/cmLocalCodeWarriorGenerator.cxx,
25590           Source/cmLocalUnixMakefileGenerator.cxx,
25591           Source/cmLocalVisualStudio6Generator.cxx,
25592           Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
25593           Source/cmMakefile.cxx, Source/cmRegularExpression.cxx,
25594           Source/cmRegularExpression.h, Source/cmSiteNameCommand.cxx,
25595           Source/cmSourceGroup.h, Source/cmStringCommand.cxx,
25596           Source/cmSystemTools.cxx, Source/cmUseMangledMesaCommand.cxx,
25597           Source/cmaketest.cxx: ENH: Merged use of the kwsys
25598           RegularExpression class instead of cmRegularExpression.
25600 2003-06-23 14:05  king
25602         * Source/kwsys/RegularExpression.hxx.in: ERR: Fixed documentation
25603           to read RegularExpression instead of cmRegularExpression.
25605 2003-06-23 11:16  martink
25607         * Source/cmTarget.cxx: removed some no longer required code
25609 2003-06-23 08:58  king
25611         * CMakeLists.txt, bootstrap, Source/CMakeLists.txt,
25612           Source/cmAuxSourceDirectoryCommand.cxx, Source/cmDirectory.cxx,
25613           Source/cmDirectory.h, Source/cmMakeDirectoryCommand.cxx,
25614           Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
25615           Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx,
25616           Source/CursesDialog/cmCursesPathWidget.cxx,
25617           Tests/Complex/Executable/CMakeLists.txt,
25618           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
25619           Tests/ComplexRelativePaths/Executable/CMakeLists.txt: ENH: Merged
25620           use of kwsys library.
25622 2003-06-23 08:58  king
25624         * Makefile.in, configure, configure.in, Source/Makefile.in: ENH:
25625           Configure script now just invokes bootstrap script.
25627 2003-06-23 08:56  king
25629         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Removed
25630           cmake-specific functions.
25632 2003-06-23 08:56  king
25634         * Source/kwsys/CMakeLists.txt: BUG: Need include regular expression
25635           to match all files.
25637 2003-06-21 11:57  andy
25639         * bootstrap: ENH: Add copyright, cmConfigure.h is now touched only
25640           when it is modified, remove some spaces from output, add
25641           procedure that copies file and replaces atstring with another
25642           string
25644 2003-06-20 20:33  martink
25646         * Source/cmMakefile.cxx: fix to expand variables in custom command
25647           outputs and main dependencies
25649 2003-06-20 14:10  king
25651         * Source/kwsys/CMakeLists.txt: ENH: Changed configuration of header
25652           directory to specify it without the namespace.
25654 2003-06-20 14:10  hoffman
25656         * Docs/cmake-mode.el: BUG: fix highlight for comments in multiple
25657           buffers
25659 2003-06-20 13:56  martink
25661         * Source/cmMakefile.cxx: bug in not expanding variables for custom
25662           commands in targets
25664 2003-06-20 11:23  martink
25666         * Source/cmMakefile.cxx: minor perf improvement
25668 2003-06-19 18:57  king
25670         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
25671           RegularExpression.hxx.in, SystemTools.hxx.in,
25672           kwsys_std_fstream.h.in, kwsys_std_iosfwd.h.in,
25673           kwsys_std_iostream.h.in, kwsys_std_sstream.h.in: ENH: Added full
25674           configuration of namespace even for Configure.hxx macro
25675           definitions.
25677 2003-06-19 16:23  hoffman
25679         * Docs/cmake-mode.el: add a comment
25681 2003-06-19 15:05  king
25683         * Docs/: cmake-indent.vim, cmake-mode.el: Added copyright.
25685 2003-06-19 14:37  andy
25687         * Docs/cmake-indent.vim: Initial import: indentation file for vim
25689 2003-06-19 14:30  king
25691         * Docs/cmake-mode.el: Minor tweaks for anal cases of indentation.
25693 2003-06-19 14:27  martink
25695         * Source/cmMakefile.cxx: bug fix for finding source files
25697 2003-06-19 14:27  martink
25699         * Source/: cmSystemTools.cxx, cmSystemTools.h: new function
25701 2003-06-19 14:17  king
25703         * Docs/cmake-mode.el: BUG: Don't open a block if a command starts
25704           with IF in its name.
25706 2003-06-19 13:38  martink
25708         * Docs/cmake-mode.el: fix to use function-name
25710 2003-06-19 13:23  king
25712         * Docs/cmake-mode.el: Fixed slow regex for indentation.
25714 2003-06-19 11:11  king
25716         * Docs/cmake-mode.el: ENH: Wrote more robust regular expressions
25717           for indenting.
25719 2003-06-19 11:07  martink
25721         * Docs/cmake-mode.el: emacs mode
25723 2003-06-18 17:28  king
25725         * Source/kwsys/kwsysHeaderDump.pl: Tool to dump macros for
25726           redefining C header namespaces.
25728 2003-06-18 17:27  king
25730         * Source/kwsys/: CMakeLists.txt, testProcess.c: ENH: Added test for
25731           Process implementation.
25733 2003-06-18 17:27  king
25735         * Source/kwsys/ProcessWin32.c: BUG: Must return Exception status
25736           correctly.
25738 2003-06-18 17:19  king
25740         * Source/kwsys/ProcessUNIX.c: Removed Exception_Abort because there
25741           is no windows version.  Also made ExitValue consistent with
25742           windows when a signal kills the process.
25744 2003-06-18 17:19  king
25746         * Source/kwsys/Process.h.in: Removed Exception_Abort because there
25747           is no windows version.  Also removed stray typedef keywords.
25749 2003-06-18 17:06  king
25751         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c,
25752           test1.cxx: ENH: Added documentation to interface.  Finished
25753           process exit code interpretation implementation prototype.
25755 2003-06-18 11:43  hoffman
25757         * Source/cmStringCommand.h: remove non-html safe stuff
25759 2003-06-18 09:13  hoffman
25761         * Source/cmMakefile.cxx: BUG: fix not being able to find generated
25762           files in the binary tree
25764 2003-06-17 17:13  martink
25766         * Source/cmLocalVisualStudio7Generator.cxx: fix for bad assumption
25767           on custom rules
25769 2003-06-17 16:54  martink
25771         * Source/cmLocalVisualStudio6Generator.cxx: fix for bad assumption
25773 2003-06-17 15:13  martink
25775         * Source/cmLocalVisualStudio6Generator.cxx: fix for bad assumption
25777 2003-06-16 10:20  martink
25779         * Source/cmLocalVisualStudio6Generator.cxx: fix for vs6 rule files
25781 2003-06-13 16:59  king
25783         * Source/cmMakefile.cxx: BUG: Fixed translation of relative path
25784           names to full path names.
25786 2003-06-13 16:47  king
25788         * Source/cmSetSourceFilesPropertiesCommand.cxx: BUG: Fixed crash
25789           when source file cannot be looked up correctly.
25791 2003-06-13 14:15  king
25793         * Source/cmake.cxx: BUG: Fixed check for existence of
25794           CMakeLists.txt file in top-level source directory before first
25795           configure.
25797 2003-06-12 16:43  king
25799         * Modules/Platform/Windows-bcc32.cmake: BUG: Stack size in
25800           generated programs should be 10 meg, not 256.
25802 2003-06-12 16:18  king
25804         * Source/kwsys/ProcessWin32.c: ERR: Added error check for malloc of
25805           process control structure.
25807 2003-06-12 15:58  king
25809         * Source/kwsys/ProcessWin32.c: ERR: Using GetCurrentProcessId
25810           instead of _getpid so we don't need to include the system
25811           process.h header.  Also creating pipe threads with 1K stacks to
25812           save memory.
25814 2003-06-11 11:00  king
25816         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Uninitialized
25817           std::string returns bad pointers from c_str() on some platforms.
25819 2003-06-11 10:21  king
25821         * Source/kwsys/CMakeLists.txt: ENH: EXECUTABLE_OUTPUT_PATH is now
25822           always set to get around cmake 1.6.7 dependency problems.  Moved
25823           default header directory inside the build tree instead of up one
25824           level.  User projects can now set the header directory.
25826 2003-06-11 10:11  hoffman
25828         * Modules/CMakeDetermineSystem.cmake: ENH: add processor type of
25829           win32
25831 2003-06-11 10:07  hoffman
25833         * Modules/: CMakeDetermineSystem.cmake, CMakeSystem.cmake.in: ENH:
25834           add CMAKE_SYSTEM_PROCESSOR
25836 2003-06-11 09:45  king
25838         * Source/kwsys/CMakeLists.txt: ERR: Added custom command that takes
25839           advantage of new syntax.
25841 2003-06-11 09:44  king
25843         * Source/kwsys/ProcessWin32.c: ERR: Removed unused variables.
25845 2003-06-11 09:44  king
25847         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: When executable
25848           output path is not set, we still need to generate the full path
25849           to the executable target.
25851 2003-06-10 17:39  king
25853         * Source/kwsys/CMakeLists.txt: ERR: Added work-around for cmake
25854           1.6.7 bug in borland makefile generator.
25856 2003-06-10 16:56  king
25858         * Source/kwsys/CMakeLists.txt: BUG: Need to add ANSI C flags for
25859           some platforms.
25861 2003-06-10 16:55  king
25863         * Source/kwsys/ProcessUNIX.c: ERR: Added static specifier to static
25864           function definitions to quiet warnings on HP compiler.
25866 2003-06-10 16:15  king
25868         * Source/kwsys/ProcessWin32.c: BUG: Don't show a console
25869           application's window.
25871 2003-06-10 15:50  king
25873         * Source/kwsys/test1.cxx: ENH: Added use of process execution.
25875 2003-06-10 15:46  king
25877         * Source/kwsys/: CMakeLists.txt, EncodeExecutable.c, Process.h.in,
25878           ProcessFwd9x.c, ProcessUNIX.c, ProcessWin32.c: ENH: Added Process
25879           execution implementation.
25881 2003-06-10 15:45  king
25883         * Source/kwsys/SystemTools.cxx: ENH: Moved disabling of warnings to
25884           after kwsys includes.
25886 2003-06-10 15:44  king
25888         * Source/kwsys/kwsys_std.h.in: ENH: Disabled warning 4786.
25890 2003-06-06 09:58  andy
25892         * Modules/FindVTK.cmake: BUG: When VTK is not found, it should be
25893           fatal error
25895 2003-06-06 09:57  andy
25897         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: When only loading
25898           ccmake cache, do not allow generate
25900 2003-06-06 09:06  martink
25902         * Source/cmCreateTestSourceList.cxx: undid change because other
25903           changes make it no longer neccesary
25905 2003-06-05 16:45  martink
25907         * Source/: cmMakefile.cxx, cmMakefile.h: more custom command
25909 2003-06-05 16:12  martink
25911         * Source/cmMakefile.cxx: more changes to support full paths
25913 2003-06-05 15:28  martink
25915         * Source/cmMakefile.cxx: perf improvement
25917 2003-06-05 15:18  martink
25919         * Source/cmMakefile.cxx: more changes to handle full paths
25920           correctly
25922 2003-06-05 14:48  martink
25924         * Source/cmQTWrapUICommand.cxx: minor update for new custom
25925           commands
25927 2003-06-05 14:40  martink
25929         * Source/: cmLocalVisualStudio6Generator.cxx,
25930           cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx, cmTarget.cxx:
25931           more crazt changes source files now must match with full path
25933 2003-06-05 14:37  martink
25935         * Source/cmITKWrapTclCommand.cxx: updated for new custom command
25937 2003-06-05 14:37  martink
25939         * Source/cmCreateTestSourceList.cxx: minor fix
25941 2003-06-04 19:04  martink
25943         * Source/cmMakefile.cxx: hopeful fix for backwards compat
25945 2003-06-04 18:50  martink
25947         * Source/cmLocalVisualStudio6Generator.cxx: minor fix
25949 2003-06-04 16:06  martink
25951         * Source/cmMakefile.cxx: tricky fix for backwards compat
25953 2003-06-04 14:25  hoffman
25955         * Tests/CustomCommand/: generator.cxx, wrapper.cxx: minor fixes
25957 2003-06-04 14:01  hoffman
25959         * Source/cmMakefile.cxx: better error reporting
25961 2003-06-04 14:00  hoffman
25963         * Source/cmMakefile.cxx: ENH: allow duplicate commands with the
25964           same output to be reduced automatically to one command
25966 2003-06-04 13:55  hoffman
25968         * Source/cmLocalVisualStudio6Generator.cxx: bug fix for vs6 custom
25969           commands
25971 2003-06-04 13:54  hoffman
25973         * Templates/UtilityHeader.dsptemplate: fix for new custom commands
25975 2003-06-04 13:42  hoffman
25977         * Source/: cmCustomCommand.cxx, cmCustomCommand.h,
25978           cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx: ENH: allow
25979           duplicate commands with the same output to be reduced
25980           automatically to one command
25982 2003-06-04 11:46  hoffman
25984         * Source/cmAddCustomCommandCommand.h: command should nto be
25985           inherited
25987 2003-06-04 10:46  hoffman
25989         * Tests/Wrapping/CMakeLists.txt: minor fix
25991 2003-06-04 10:13  hoffman
25993         * Source/cmLocalVisualStudio6Generator.cxx: bug fix
25995 2003-06-04 09:02  hoffman
25997         * Tests/CustomCommand/: CMakeLists.txt, generator.c, generator.cxx,
25998           wrapper.c, wrapper.cxx: fixes for HP
26000 2003-06-04 09:00  king
26002         * bootstrap: ERR: Cannot use iostream.h for strict C++ compiler
26003           sanity check.  Using a small class instead.
26005 2003-06-04 08:42  martink
26007         * Source/: cmLocalVisualStudio6Generator.cxx,
26008           cmLocalVisualStudio7Generator.cxx: compielr warnings
26010 2003-06-04 08:40  martink
26012         * Source/cmMakefile.cxx: compielr errors on como
26014 2003-06-03 14:55  martink
26016         * Source/: cmCustomCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
26017           cmMakefile.cxx, cmSourceGroup.cxx: warning fixes
26019 2003-06-03 14:45  hoffman
26021         * Modules/Dart.cmake: ENH: add all targets for dashboard build
26022           types
26024 2003-06-03 10:47  martink
26026         * Source/: cmAddCustomCommandCommand.h: better docs
26028 2003-06-03 10:33  martink
26030         * Tests/CustomCommand/: CMakeLists.txt, doc1.tex, foo.in,
26031           generator.c, wrapper.c, wrapped.h: new test
26033 2003-06-03 10:30  martink
26035         * Source/: CMakeLists.txt, cmAddCustomCommandCommand.cxx,
26036           cmAddCustomCommandCommand.h, cmAddCustomTargetCommand.cxx,
26037           cmAddCustomTargetCommand.h, cmCPluginAPI.cxx, cmCPluginAPI.h,
26038           cmCustomCommand.cxx, cmCustomCommand.h,
26039           cmGlobalVisualStudio6Generator.cxx,
26040           cmGlobalVisualStudio71Generator.cxx,
26041           cmGlobalVisualStudio7Generator.cxx,
26042           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
26043           cmLocalVisualStudio6Generator.cxx,
26044           cmLocalVisualStudio6Generator.h,
26045           cmLocalVisualStudio7Generator.cxx,
26046           cmLocalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h,
26047           cmSetSourceFilesPropertiesCommand.cxx, cmSourceFile.h,
26048           cmSourceGroup.cxx, cmSourceGroup.h, cmSystemTools.cxx,
26049           cmSystemTools.h, cmTarget.h: yikes added new custom command
26050           support
26052 2003-06-02 16:37  martink
26054         * Docs/: CMake04.rtf, CMake12p2.rtf, CMake14.rtf, CMake16.rtf: add
26055           release docs to cvs
26057 2003-05-29 15:30  martink
26059         * Source/: cmGetSourceFilePropertyCommand.cxx,
26060           cmGetTargetPropertyCommand.cxx: minor bug fix
26062 2003-05-29 11:14  andy
26064         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx,
26065           cmCursesMainForm.h: ENH: On envocation of ccmake check if
26066           directories are correct, but do not rerun configure
26068 2003-05-29 11:14  andy
26070         * Source/: cmake.cxx, cmake.h: ENH: Abstract pre configure check in
26071           a separate method
26073 2003-05-29 09:34  hoffman
26075         * Source/: cmCTest.cxx, cmRegularExpression.cxx,
26076           cmSetSourceFilesPropertiesCommand.cxx, cmTarget.cxx: ENH: remove
26077           warnings from borland 6 compiler
26079 2003-05-28 15:52  andy
26081         * Source/CursesDialog/ccmake.cxx: ENH: Do not do configure first
26082           time. This way ccmake loads fast.
26084 2003-05-28 09:21  hoffman
26086         * Source/: cmCTest.cxx, cmDynamicLoader.cxx,
26087           cmGlobalVisualStudio71Generator.cxx, cmSystemTools.cxx,
26088           CTest/cmCTestSubmit.cxx: Remove some borland 6 warnings
26090 2003-05-28 07:53  andy
26092         * Modules/FindQt.cmake: ENH: More locations
26094 2003-05-24 10:07  hoffman
26096         * Source/: cmAbstractFilesCommand.cxx, cmEndIfCommand.cxx,
26097           cmGlobalGenerator.cxx, cmIfCommand.cxx, cmSourceFilesCommand.cxx,
26098           cmSourceFilesRemoveCommand.cxx, cmTarget.cxx,
26099           cmWrapExcludeFilesCommand.cxx: ENH: add stdlib.h for portability
26100           to borland 6
26102 2003-05-23 16:40  hoffman
26104         * Source/: cmCTest.cxx, cmMakefile.cxx, cmStringCommand.cxx,
26105           cmake.cxx: ENH: add some includes for borland 6
26107 2003-05-23 09:35  hoffman
26109         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add LDFLAGS as
26110           an initial value for all linker flags, good for -64
26112 2003-05-22 10:56  andy
26114         * Source/CTest/Curl/: getdate.c, hostip.c, ldap.c: ERR: Attempt to
26115           fix more Curl warnings
26117 2003-05-22 10:42  andy
26119         * Source/CTest/Curl/: connect.c, if2ip.c, url.c: ENH: Attempt to
26120           remove cast warnings
26122 2003-05-19 13:41  hoffman
26124         * Source/cmLocalUnixMakefileGenerator.cxx: fix for .def files and
26125           nmake and spaces in the path
26127 2003-05-19 09:05  andy
26129         * Source/CTest/Curl/formdata.c: ERR: We should really copy the
26130           address and not the value
26132 2003-05-16 16:33  king
26134         * Modules/: TestForAnsiForScope.cxx: ERR: Removed warning for
26135           unused variable.
26137 2003-05-16 15:20  king
26139         * Source/: cmLocalUnixMakefileGenerator.cxx: BUG: When building a C
26140           executable, we should add CMAKE_SHARED_LIBRARY_C_FLAGS, not
26141           CMAKE_SHARED_LIBRARY_LINK_FLAGS.  The latter is already added by
26142           the link line procedure.
26144 2003-05-16 15:18  king
26146         * Modules/Platform/: AIX.cmake: BUG: Need -brtl when creating
26147           shared libraries.  Also added -bexpall (AIX equivalent to Linux's
26148           -rdynamic) when building executables.
26150 2003-05-16 15:15  andy
26152         * Source/CTest/Curl/: CMakeLists.txt, formdata.c, getdate.c,
26153           multi.c, url.c: ERR: Attempt to remove more warnings
26155 2003-05-15 15:15  king
26157         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Don't report an
26158           error of output was generated but no error was set.  Merging from
26159           trunk to 1.6 branch.
26161 2003-05-15 15:05  king
26163         * Source/cmGlobalVisualStudio6Generator.cxx: Removed useless
26164           lower-casing and improved error message.  Merged from trunk to
26165           1.6 branch.
26167 2003-05-15 14:58  king
26169         * Modules/FindFLTK.cmake: Looking in another place (merge from
26170           trunk).
26172 2003-05-15 14:54  king
26174         * Source/CursesDialog/cmCursesStringWidget.cxx: Attempt to fix SGI
26175           ccmake problem (thank you Clint Miller).  Merging from trunk to
26176           1.6 branch.
26178 2003-05-15 14:45  king
26180         * Source/cmMacroCommand.cxx: BUG: Merging fix from trunk into 1.6
26181           branch.  Report a missing ENDMACRO.
26183 2003-05-15 09:35  andy
26185         * bootstrap: Several fixes before bootstrap is ready for
26186           prime-time: 1. Add --version flag to display version of CMake 2.
26187           Add comments to explain what is going on 3. Move CMAKE_ROOT_DIR
26188           and CMAKE_BOOTSTRAP to cmConfigure.h 4. Forward CC, CXX, and MAKE
26189           to cmake 5. Add more instructions
26191 2003-05-14 15:38  king
26193         * Utilities/Release/cmake_release.sh: Updated for 1.6.7 release.
26195 2003-05-14 14:14  king
26197         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
26198           Utilities/Release/cmake_release.sh: ENH: Updated version number
26199           to 1.6.7 from 1.6.6.
26201 2003-05-14 12:10  king
26203         * Source/cmGlobalGenerator.cxx: BUG: Work-around for SGI MipsPro
26204           bug where #error doesn't return an error to make.  Merged onto
26205           1.6 branch from trunk.
26207 2003-05-14 12:06  king
26209         * Source/cmGlobalGenerator.cxx: BUG: Work-around for SGI MipsPro
26210           bug where #error doesn't return an error to make.
26212 2003-05-14 10:34  king
26214         * Source/MFCDialog/: CMakeSetupDialog.cpp: ENH: Default generator
26215           selection for VS 7.1 added.
26217 2003-05-14 09:27  andy
26219         * bootstrap: ENH: Add parallel build support, fix bug in verbose
26220           and clean output when adding arguments
26222 2003-05-14 09:19  andy
26224         * bootstrap: ENH: Add better error reporting
26226 2003-05-14 08:45  king
26228         * Source/cmake.cxx: BUG: Need to remove the MAKEFLAGS when cmake
26229           starts.  If cmake is run from inside make, we don't want the
26230           try-compiles to inherit the makeflags.
26232 2003-05-14 08:40  king
26234         * Source/cmake.cxx: ERR: Fixed string literal->char* conversion
26235           warning.
26237 2003-05-14 08:17  andy
26239         * Source/CTest/Curl/CMakeLists.txt: ERR: Search for gethostbyname
26240           which is the one needed
26242 2003-05-13 16:51  king
26244         * Source/cmake.cxx: BUG: Need to remove the MAKEFLAGS when cmake
26245           starts.  If cmake is run from inside make, we don't want the
26246           try-compiles to inherit the makeflags.
26248 2003-05-13 16:10  king
26250         * Source/: cmGlobalGenerator.cxx, cmake.cxx: ENH: When the
26251           initially configured generator is invalid, allow the user to
26252           change the generator without deleting the cache by hand.
26254 2003-05-13 14:26  king
26256         * Source/: cmGlobalGenerator.cxx: ENH: Improved error message when
26257           a wrong generator is selected.
26259 2003-05-13 14:05  king
26261         * Source/cmDynamicLoader.cxx: ERR: Removed unused parameter.
26263 2003-05-13 13:54  king
26265         * Source/cmSystemTools.cxx: ERR: Removed unused variable from
26266           previous merge.
26268 2003-05-13 13:52  king
26270         * Source/: cmCacheManager.cxx, cmConfigureFileCommand.cxx,
26271           cmListFileCache.cxx, cmLocalVisualStudio6Generator.cxx,
26272           cmMakeDepend.cxx, cmOutputRequiredFilesCommand.cxx,
26273           cmSystemTools.cxx, cmSystemTools.h, cmUseMangledMesaCommand.cxx:
26274           BUG: Using GetLineFromStream instead of getline due to buggy
26275           stream implementations on some platforms.  Merged from trunk into
26276           branch 1.6.
26278 2003-05-13 13:26  hoffman
26280         * Modules/CMakeVS71FindMake.cmake, Source/CMakeLists.txt,
26281           Source/cmGlobalVisualStudio71Generator.cxx,
26282           Source/cmGlobalVisualStudio71Generator.h,
26283           Source/cmGlobalVisualStudio7Generator.h,
26284           Source/cmLocalVisualStudio7Generator.cxx,
26285           Source/cmLocalVisualStudio7Generator.h, Source/cmake.cxx: ENH:
26286           Adding VS 7.1 generator to 1.6 branch.
26288 2003-05-13 12:04  king
26290         * Modules/CheckIncludeFiles.cmake, Modules/CheckSymbolExists.cmake,
26291           Modules/FindCABLE.cmake, Modules/Platform/SunOS.cmake,
26292           Modules/Platform/Windows-bcc32.cmake,
26293           Modules/Platform/Windows-cl.cmake,
26294           Source/cmLocalUnixMakefileGenerator.cxx,
26295           Source/cmLocalVisualStudio6Generator.cxx,
26296           Source/cmLocalVisualStudio7Generator.cxx,
26297           Source/cmLocalVisualStudio7Generator.h,
26298           Source/cmRemoveCommand.cxx, Source/cmStringCommand.h,
26299           Source/cmaketest.cxx, Source/MFCDialog/CMakeSetupDialog.cpp,
26300           Tests/Complex/Executable/complex.cxx,
26301           Tests/ComplexOneConfig/Executable/complex.cxx,
26302           Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Merged
26303           fixes from main tree into 1.6 branch.
26305 2003-05-13 11:42  hoffman
26307         * Source/cmGlobalVisualStudio71Generator.h: Change name of 71
26308           generator
26310 2003-05-13 09:50  king
26312         * Source/kwsys/SystemTools.cxx: ERR: Removed use of std::string !=
26313           operator due to bug in SGI compiler's library.
26315 2003-05-13 09:42  king
26317         * Source/kwsys/CMakeLists.txt: ERR: Test for ansi streams may need
26318           to use iosfwd for test because some compilers provide an iostream
26319           header that is old streams.
26321 2003-05-13 08:38  king
26323         * Source/kwsys/SystemTools.cxx: ERR: Added forward declarations of
26324           system functions for como compiler.
26326 2003-05-13 08:27  andy
26328         * Source/CTest/Curl/hostip.c: ERR: Fix warning
26330 2003-05-12 17:15  andy
26332         * Source/CTest/Curl/: getdate.c, hostip.c, url.c: ERR: Attempt to
26333           remove warnings
26335 2003-05-12 17:11  hoffman
26337         * Source/CTest/Curl/: content_encoding.c, file.c, http.c, telnet.c,
26338           transfer.c, url.c: ERR: Remove a bunch of warnings on SGI
26340 2003-05-12 17:10  andy
26342         * Source/CTest/Curl/CMakeLists.txt: ERR: Do not link nsl if not
26343           necessary
26345 2003-05-12 13:43  king
26347         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
26348           kwsys_std_fstream.h.in, kwsys_std_iosfwd.h.in,
26349           kwsys_std_iostream.h.in, kwsys_std_sstream.h.in: ENH: Added
26350           KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream
26351           headers even if they are available.
26353 2003-05-12 13:33  king
26355         * Source/kwsys/: CMakeLists.txt, StandardIncludes.hxx.in: ENH:
26356           Removed old (unused) StandardIncludes header.
26358 2003-05-12 13:27  king
26360         * Source/kwsys/kwsys_std_iosfwd.h.in: ERR: Need to move forward
26361           declarations of non-ansi streams into std namespace when it is
26362           available.
26364 2003-05-12 13:15  king
26366         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, SystemTools.cxx,
26367           SystemTools.hxx.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
26368           kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
26369           kwsys_std_sstream.h.in: ENH: Added wrappers around the std stream
26370           headers to make them look like ansi streams on all platforms.
26372 2003-05-09 15:47  hoffman
26374         * Modules/CMakeVS71FindMake.cmake: add find make program for 71
26376 2003-05-09 09:32  hoffman
26378         * Modules/Platform/Windows-bcc32.cmake: BUG: remove typo from file
26380 2003-05-08 16:59  hoffman
26382         * Source/: CMakeLists.txt, cmGlobalVisualStudio71Generator.cxx,
26383           cmGlobalVisualStudio71Generator.h,
26384           cmGlobalVisualStudio7Generator.cxx,
26385           cmGlobalVisualStudio7Generator.h,
26386           cmLocalVisualStudio7Generator.cxx,
26387           cmLocalVisualStudio7Generator.h, cmake.cxx: add support for vs 71
26389 2003-05-08 16:52  king
26391         * Source/CMakeLists.txt: ERR: Fixed arguments to kwsys's ADD_TEST
26392           call for msvc6.
26394 2003-05-08 16:48  king
26396         * Source/kwsys/CMakeLists.txt: BUG: Need to invert test result for
26397           ansi string stream.
26399 2003-05-08 14:49  king
26401         * Source/CMakeLists.txt: ENH: Added kwsys test.
26403 2003-05-08 14:46  king
26405         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
26406           Directory.hxx.in, RegularExpression.hxx.in,
26407           StandardIncludes.hxx.in, kwsys_std.h.in: ENH: Reduced header
26408           dependencies and cleaned up inclusion of standard headers.
26410 2003-05-08 14:17  king
26412         * Source/kwsys/: CMakeLists.txt, README.itk, README.txt, test1.cxx:
26413           ENH: Setup for testing as a stand-alone project.
26415 2003-05-08 09:55  hoffman
26417         * Modules/Platform/Windows-bcc32.cmake: BUG: fix for borland win32
26418           exe builds
26420 2003-05-08 09:43  martink
26422         * Modules/Platform/: Windows-bcc32.cmake: BUG: remove -H flags as
26423           they cause crashes on oldwww
26425 2003-05-07 10:31  andy
26427         * Source/CTest/Curl/connect.c: ERR: Remove warning
26429 2003-05-07 10:27  hoffman
26431         * Source/CTest/Curl/: connect.c, ftp.c, telnet.c, url.c: ERR: Fix
26432           some HP specific warnings
26434 2003-05-06 16:03  andy
26436         * Source/CTest/Curl/ftp.c: ERR: More warnings
26438 2003-05-06 11:26  andy
26440         * Source/CTest/Curl/: getdate.c, getenv.c, getpass.c, netrc.c,
26441           telnet.c, version.c: ERR: Remove warnings on icc
26443 2003-05-06 11:10  hoffman
26445         * Source/CTest/Curl/connect.c: ERR: Remove warning on Sun
26447 2003-05-06 10:30  andy
26449         * Source/CTest/Curl/ldap.c: ERR: Remove warning on Mac OSX
26451 2003-05-06 10:16  andy
26453         * Source/ctest.cxx: ERR: Remove warning
26455 2003-05-05 10:48  andy
26457         * Source/CTest/Curl/: dict.c, hostip.c, telnet.c, url.c, version.c:
26458           ERR: Remove warnings on Borland
26460 2003-05-05 10:24  hoffman
26462         * Modules/Platform/Windows-bcc32.cmake: ENH: change the default
26463           borland stack size
26465 2003-05-05 10:23  hoffman
26467         * Source/cmLocalVisualStudio6Generator.cxx: BUG: add linker flags
26468           for modules
26470 2003-05-05 10:23  hoffman
26472         * Source/cmLocalVisualStudio7Generator.cxx: BUG: remove 64 bit
26473           warnings
26475 2003-05-05 09:56  andy
26477         * Source/CTest/Curl/CMakeLists.txt: ERR: Search for getch instead
26478           of printf. Looks like printf is special so it does not work.
26479           getch does. Also when using -ansi, strdup is not defined. Make
26480           sure to use _BSD_SOURCE on all sources that use strdup
26482 2003-05-05 09:55  andy
26484         * Source/CTest/Curl/CMake/CurlTests.c: ERR: Remove warning about
26485           unused variable i
26487 2003-05-05 09:54  andy
26489         * Modules/CheckIncludeFiles.cmake: ERR: Remove warning for main
26490           returning void.
26492 2003-05-05 08:42  andy
26494         * Source/: CMakeLists.txt, cmaketest.cxx, cmaketest.h.in: BUG: Fix
26495           some dependencies for location of executables
26497 2003-05-05 08:42  andy
26499         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add support for
26500           make test even for fresh build of cmake
26502 2003-05-03 16:15  andy
26504         * Source/WXDialog/CMakeLists.txt: Fix location of test
26506 2003-05-03 12:07  andy
26508         * Source/CTest/Curl/hostip.c: ERR: Attempt to remove warning on
26509           cygwin
26511 2003-05-02 14:05  martink
26513         * Modules/Dart.cmake: fixed andy sloppy code again
26515 2003-05-02 13:57  andy
26517         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
26518           Source/CMakeLists.txt, Source/ctest.cxx: ENH: Fix some dart
26519           issues. Now it works fine without dart.
26521 2003-05-02 13:56  andy
26523         * Source/cmake.cxx: ENH: New location of cmake binaries
26525 2003-05-02 13:54  andy
26527         * Source/cmaketest.cxx: ENH: New location of cmake
26529 2003-05-02 13:54  andy
26531         * Source/CTest/cmCTestSubmit.cxx: ENH: Be just a bit more verbose
26533 2003-05-02 11:29  andy
26535         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Executables should go
26536           to the bin directory
26538 2003-05-02 09:31  andy
26540         * Source/CTest/Curl/: base64.c, connect.c, cookie.c, formdata.c,
26541           ftp.c, getdate.c, hash.c, hostip.c, http.c, http_chunks.c,
26542           mprintf.c, sendf.c, setup.h, telnet.c, transfer.c, url.c: ERR:
26543           Remove warnings on Visual Studio 7
26545 2003-05-02 08:43  andy
26547         * Source/CTest/Curl/Testing/curltest.c: ERR: Fix comment to C style
26548           comment
26550 2003-05-01 15:19  andy
26552         * Source/CTest/Curl/ftp.c: ERR: Remove warning on FreeBSD
26554 2003-05-01 14:18  andy
26556         * Source/CTest/Curl/Testing/curltest.c: ENH: Remove more warnings
26558 2003-05-01 14:17  andy
26560         * Source/CTest/Curl/CMakeLists.txt: BUG: Make dependency checking
26561           work better
26563 2003-05-01 11:55  andy
26565         * Source/CTest/Curl/setup.h: ENH: Ignore some warnings on Visual
26566           Studio
26568 2003-05-01 11:53  andy
26570         * Source/CTest/Curl/: getpass.c, netrc.c, telnet.c, transfer.c,
26571           Testing/curltest.c: ERR: Remove warnings
26573 2003-05-01 11:32  andy
26575         * Source/CTest/Curl/: mprintf.c, timeval.c, getdate.c: ERR: Remove
26576           warnings
26578 2003-05-01 11:29  andy
26580         * Source/CTest/Curl/ldap.c: ERR: Remove warnings
26582 2003-05-01 11:25  andy
26584         * Source/CTest/Curl/: base64.c, connect.c, cookie.c, escape.c,
26585           ftp.c, http.c, url.c: ERR: Remove warnings
26587 2003-05-01 11:25  andy
26589         * Source/CTest/Curl/CMakeLists.txt: ENH: Only compile memdebug when
26590           CURL_MALLOC_DEBUG is on
26592 2003-05-01 08:08  andy
26594         * Source/CTest/Curl/: connect.c, getinfo.c, sendf.c, ssluse.c,
26595           Testing/curltest.c: ERR: Remove some curl warnings
26597 2003-05-01 07:56  andy
26599         * Source/CTest/cmCTestSubmit.cxx: ERR: Remove warnings
26601 2003-04-30 14:59  andy
26603         * Source/CTest/Curl/CMakeLists.txt: ERR: Make OpenSSL optional
26604           until pkg-config works
26606 2003-04-30 07:32  andy
26608         * Source/cmake.h: ERR: Run should return a value
26610 2003-04-29 17:23  andy
26612         * Source/: CMakeLists.txt, CTest/CMakeLists.txt: ENH: Make Curl
26613           code to be built by default
26615 2003-04-29 10:07  andy
26617         * Source/cmakemain.cxx: ENH: Add argument -N which prevents CMake
26618           from doing configure and generate. This should be improved at
26619           some point that it will do all the error checking such as whether
26620           the CMakeLists.txt exists etc. It should essentially load cache,
26621           go through cmake lists, but not modify cache and other files in
26622           the build directory. The second feature is ability to display
26623           cache values. You run with argument -L (or -LH /-LA / -LAH) and
26624           it will display all nonadvanced cached variables (-L) / all
26625           cached variable (-LA) / and cached variables with corresponding
26626           help string (-LH -LAH).
26628 2003-04-29 10:04  andy
26630         * Source/: cmake.cxx, cmake.h: ENH: Add additional optional
26631           argument to Run. If it is true, it will only set paths and load
26632           cache. It will not do configure and gfenerate
26634 2003-04-29 10:02  andy
26636         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Add method to
26637           convert from CacheEntryType to string
26639 2003-04-28 21:08  andy
26641         * Source/CTest/Curl/: CMakeLists.txt,
26642           CMake/CheckSymbolExists.cmake: BUG: Need to use the new
26643           CheckSymbolExists because the one in CMake 1.6 can be broken
26645 2003-04-28 13:16  martink
26647         * Source/cmMacroCommand.cxx: better error reporting
26649 2003-04-25 15:16  andy
26651         * Source/: CTest/CMakeLists.txt, CMakeLists.txt: ENH: Enable CTest
26652           to be build as a part of CMake
26654 2003-04-25 14:52  andy
26656         * Source/ctest.cxx: ENH: Rename option -D to -C because we will use
26657           -D later
26659 2003-04-25 14:51  andy
26661         * Source/cmCommands.cxx: ERR: Set source files properties is needed
26662           for Curl build
26664 2003-04-25 14:50  andy
26666         * Source/CTest/cmCTestSubmit.cxx: ERR: Remove warning because SCP
26667           not implemented
26669 2003-04-25 14:49  andy
26671         * Source/CTest/Curl/CMakeLists.txt: ENH: Do not build tests by
26672           default
26674 2003-04-24 13:25  berk
26676         * Source/: cmSystemTools.cxx: minor fix
26678 2003-04-23 17:24  jjomier
26680         * Source/kwsys/Directory.hxx.in: FIX: warnings, disabling 4786
26682 2003-04-23 13:58  martink
26684         * Source/CTest/CMakeLists.txt: fix some incldue paths
26686 2003-04-22 16:10  king
26688         * Modules/FindCABLE.cmake: ENH: Updated search paths to newest
26689           values from Cable.
26691 2003-04-22 14:32  andy
26693         * bootstrap: ENH: Add SGI -LANG:std support
26695 2003-04-18 10:01  andy
26697         * Source/cmCTest.cxx: ENH: Cleanup
26699 2003-04-18 10:00  andy
26701         * Source/cmCTest.cxx: Even better error detection on AIX
26703 2003-04-18 09:48  andy
26705         * Source/cmCTest.cxx: Better AIX detection
26707 2003-04-17 15:20  andy
26709         * Source/cmCTest.cxx: This is really an error
26711 2003-04-17 13:13  andy
26713         * bootstrap: Support LDFLAGS
26715 2003-04-17 13:13  andy
26717         * Source/cmCTest.cxx: ENH: Add AIX warerr
26719 2003-04-17 11:59  martink
26721         * Source/cmLocalCodeWarriorGenerator.cxx: warning fix hopefully
26723 2003-04-17 11:17  andy
26725         * DartConfig.cmake: More attempt to make continuous email work
26727 2003-04-17 08:47  martink
26729         * Source/cmDynamicLoader.cxx: fix one warning
26731 2003-04-17 08:23  andy
26733         * DartConfig.cmake: Attempt to enable sending of e-mails from
26734           continuous
26736 2003-04-17 08:03  hoffman
26738         * Source/cmCommands.cxx: BUG: fix compile error on windows because
26739           of windows.h
26741 2003-04-17 08:02  andy
26743         * CMakeLists.txt, bootstrap, configure, configure.in: BUG: Rename
26744           Bootstrap directory to Bootstrap.cmk, so that on platforms such
26745           as Windows and Mac OSX it will break during in-source build
26747 2003-04-16 17:06  andy
26749         * DartConfig.cmake: ENH: cleanup
26751 2003-04-16 16:20  martink
26753         * Source/cmDynamicLoader.cxx: fix one warning
26755 2003-04-16 16:17  martink
26757         * Source/cmCommands.cxx: streamline bootstrap
26759 2003-04-16 15:40  martink
26761         * Source/cmake.cxx: minor fix
26763 2003-04-16 14:47  martink
26765         * Source/: CMakeLists.txt, cmLocalCodeWarriorGenerator.cxx,
26766           cmLocalCodeWarriorGenerator.h, cmake.cxx: add COdeWarrior back in
26767           for testing
26769 2003-04-16 14:13  andy
26771         * Source/cmDynamicLoader.cxx: Attempt to make unloading work on OSX
26773 2003-04-16 13:41  andy
26775         * Source/cmCTest.cxx: Fix update output
26777 2003-04-16 13:33  hoffman
26779         * Tests/: LoadCommand/CMakeLists.txt,
26780           LoadCommandOneConfig/CMakeLists.txt: ENH: add a double try
26781           compile to fix crazy make on hp
26783 2003-04-11 18:05  kentwilliams
26785         * Source/kwsys/SystemTools.cxx: took out an orphan endif
26787 2003-04-11 16:22  kentwilliams
26789         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: remove
26790           redundant function and eliminate need for strcasecmp
26792 2003-04-11 13:36  king
26794         * Source/kwsys/README.itk: ENH: Added documentation for ITK.
26796 2003-04-11 07:27  lorensen
26798         * Source/kwsys/SystemTools.cxx: ERR: Borland fix for stricmp. ERR:
26799           removed itk dependencies.
26801 2003-04-10 13:41  kentwilliams
26803         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: Removed
26804           platform-specific functions from Code/IO/itkIOCommon, fixed code
26805           to use kwsys/SystemTools
26807 2003-04-10 09:07  andy
26809         * Source/cmCTest.cxx: Do safe division instead of fixing result
26811 2003-04-10 09:03  king
26813         * Source/kwsys/SystemTools.cxx: ERR: Removed unused parameter and
26814           truncated debug symbol warnings.
26816 2003-04-09 08:08  andy
26818         * Source/cmCTest.cxx: Attempt to fix FIXNUM
26820 2003-04-08 13:14  king
26822         * Source/kwsys/SystemTools.cxx: ERR: Fixed typo.
26823           cmRegularExpression -> RegularExpression.
26825 2003-04-08 13:10  king
26827         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
26828           Directory.hxx.in, RegularExpression.cxx,
26829           RegularExpression.hxx.in, StandardIncludes.hxx.in,
26830           SystemTools.cxx, SystemTools.hxx.in: ENH: Added kwsys library for
26831           platform-independent system tools.
26833 2003-04-08 10:57  andy
26835         * Source/: cmCTest.cxx, cmCTest.h: Remove nan and inf, use
26836           iostreams to set precision, fix file name, and remove bogus files
26838 2003-04-08 07:16  andy
26840         * Source/cmCTest.cxx: Remove push_back on string. Why can't STL be
26841           standard?
26843 2003-04-07 18:21  andy
26845         * Source/: cmCTest.cxx, cmCTest.h: Some cov improvements and better
26846           esc
26848 2003-04-07 12:20  andy
26850         * Source/cmaketest.cxx: We should really just call make and not
26851           make all
26853 2003-04-04 10:56  king
26855         * Source/cmSetCommand.h: ENH: Added CACHE entry types to
26856           documentation string.
26858 2003-04-04 10:05  king
26860         * Modules/FindFLTK.cmake: ENH: Added /usr/local/lib/fltk
26862 2003-04-03 18:40  andy
26864         * bootstrap: Better support for spaces in paths
26866 2003-04-03 08:44  andy
26868         * Source/cmSystemTools.cxx: Try differentiating extensions
26870 2003-04-02 22:48  king
26872         * Source/: cmake.cxx, cmake.h, cmakemain.cxx,
26873           CursesDialog/ccmake.cxx: ENH: Improved documentation.  Also
26874           modified behavior of "cmake" to not configure a project in the
26875           current directory unless . is given.
26877 2003-04-02 22:44  king
26879         * Source/cmDocumentation.cxx: ENH: Running with zero arguments now
26880           produces usage.
26882 2003-04-02 09:19  andy
26884         * Source/: cmCTest.cxx, cmCTest.h: Url escape password
26886 2003-04-02 09:19  andy
26888         * Source/CTest/cmCTestSubmit.cxx: On verbose, be more verbose
26890 2003-04-02 09:01  andy
26892         * Tests/Wrapping/qtwrappingmain.cxx: If display is not set, do not
26893           attempt to run application
26895 2003-04-02 08:45  andy
26897         * Modules/FindQt.cmake: Add QT on debian
26899 2003-04-01 15:31  andy
26901         * Source/cmCTest.cxx: Fix cov. problems, ignore nonascii char.
26902           Propagate verbosity
26904 2003-04-01 15:30  andy
26906         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Controle
26907           verbosity
26909 2003-04-01 13:29  king
26911         * Source/cmSystemTools.cxx: BUG: strlen(buffer) from getline may be
26912           2 less than gcount on windows because both the CR and LF
26913           characters may be removed.
26915 2003-03-28 13:43  andy
26917         * Source/CTest/Curl/CMakeLists.txt: Stop using
26918           check_function_exists. Use check_symbol_exists
26920 2003-03-28 13:42  andy
26922         * Modules/CheckSymbolExists.cmake: New design of CheckSymbolExists
26923           pretty much replaces all other ones.
26925           For example:
26927           CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is:
26928           CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H)
26930           CHECK_LIBRARY_EXISTS("nsl"    gethostname  HAVE_LIBNSL) would be
26931           SET(CMAKE_REQUIRED_LIBRARIES "nsl")
26932           CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL)
26934           ...
26936 2003-03-28 13:35  andy
26938         * Source/CTest/Curl/strequal.c: Fix windows problem in curl
26940 2003-03-27 15:52  andy
26942         * Source/: cmLocalVisualStudio6Generator.cxx, cmSystemTools.cxx,
26943           cmUseMangledMesaCommand.cxx: Remove warnings
26945 2003-03-27 15:29  andy
26947         * bootstrap: Initial import of bootstrap for CMake
26949 2003-03-27 13:03  hoffman
26951         * Modules/Platform/SunOS.cmake: Fix gnu c and Sun CC mix
26953 2003-03-27 12:49  andy
26955         * CMakeLists.txt: Some more preparations for new bootstrap system
26957 2003-03-27 12:24  andy
26959         * Source/: cmCacheManager.cxx, cmConfigureFileCommand.cxx,
26960           cmListFileCache.cxx, cmLocalVisualStudio6Generator.cxx,
26961           cmMakeDepend.cxx, cmOutputRequiredFilesCommand.cxx,
26962           cmSystemTools.cxx, cmSystemTools.h, cmUseMangledMesaCommand.cxx:
26963           Implement GetLineFromStream that actually works and use it
26964           instead of getline
26966 2003-03-26 10:45  andy
26968         * Source/cmStandardIncludes.h, Tests/Complex/CMakeLists.txt,
26969           Tests/ComplexOneConfig/CMakeLists.txt,
26970           Tests/ComplexRelativePaths/CMakeLists.txt: Remove bogus flags
26971           from cmStandardIncludes and make complex test pass
26973 2003-03-21 11:33  hoffman
26975         * Tests/: Complex/Executable/complex.cxx,
26976           ComplexOneConfig/Executable/complex.cxx,
26977           ComplexRelativePaths/Executable/complex.cxx: BUG: fix REMOVE test
26979 2003-03-21 11:24  hoffman
26981         * Source/cmRemoveCommand.cxx: BUG: fix broken command
26983 2003-03-20 11:27  andy
26985         * Source/cmCTest.cxx: Fix problem with network paths
26987 2003-03-20 10:12  andy
26989         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Support cmake in
26990           directory with space
26992 2003-03-20 09:47  andy
26994         * Source/cmCTest.cxx: BUG: used wrong counters
26996 2003-03-19 18:28  andy
26998         * Source/cmCTest.cxx: More regex
27000 2003-03-19 16:35  andy
27002         * Source/: cmCTest.cxx, cmCTest.h: Add start
27004 2003-03-19 16:25  andy
27006         * Source/cmCTest.cxx: Move files to different location and fix time
27008 2003-03-19 16:11  andy
27010         * Source/: cmCTest.cxx, cmCTest.h: Fix for visual studio
27012 2003-03-19 10:16  king
27014         * Source/cmStringCommand.h: BUG: Command should be inherited.
27016 2003-03-18 13:40  king
27018         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: BUG: Fixed
27019           test for gethostbyname_r and gethostbyaddr_r for ansi support.
27021 2003-03-18 11:47  king
27023         * Utilities/Release/: config_Linux: ENH: Updated to do release
27024           build on ringworld.  Needed for old glibc support.
27026 2003-03-17 14:29  andy
27028         * Tests/Simple/: CMakeLists.txt, simple.cxx, simpleCLib.c,
27029           simpleWe.cpp: Improve test
27031 2003-03-17 13:26  andy
27033         * Tests/Simple/: CMakeLists.txt, simpleCLib.c: Add testing for when
27034           C sources are compiled with C++ compiler
27036 2003-03-17 11:21  andy
27038         * Source/CursesDialog/cmCursesMainForm.cxx: If there was no error,
27039           do not say that there was one
27041 2003-03-17 10:00  king
27043         * Modules/FindGTK.cmake: BUG: Fixed ENDIF ordering.
27045 2003-03-17 09:57  king
27047         * Modules/CheckSymbolExists.cmake: BUG: Fixed syntax of file
27048           generated for test.
27050 2003-03-17 09:29  hoffman
27052         * Source/: cmLocalVisualStudio6Generator.cxx,
27053           cmLocalVisualStudio7Generator.cxx: BUG: fix crash with force cxx
27054           type
27056 2003-03-17 09:15  hoffman
27058         * Source/: cmLocalVisualStudio6Generator.cxx,
27059           cmLocalVisualStudio7Generator.cxx: force cxx compiler for cxx
27060           files
27062 2003-03-17 08:25  andy
27064         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
27065           DumpInformation.h.in: Display Cache and all variables
27067 2003-03-16 20:33  andy
27069         * Modules/CheckSymbolExists.cmake: Prevent CMake from putting ; in
27070           the file
27072 2003-03-16 20:25  andy
27074         * Modules/FindGTK.cmake: More variables advanced
27076 2003-03-16 20:23  andy
27078         * Modules/FindGTK.cmake: Add gthread library
27080 2003-03-15 10:04  hoffman
27082         * Source/cmTarget.cxx: BUG: HasCXX did not use GetFileFormat and
27083           was broken
27085 2003-03-14 15:44  hoffman
27087         * Modules/FindGTK.cmake: BUG: bad if statement order
27089 2003-03-14 15:06  hoffman
27091         * Source/cmGlobalVisualStudio6Generator.cxx: better error message
27093 2003-03-14 12:00  hoffman
27095         * Modules/Platform/Windows-cl.cmake: force c++ for c++ files
27097 2003-03-14 12:00  hoffman
27099         * Source/cmLocalVisualStudio6Generator.cxx: use c flags with c and
27100           not cxx flags, also force c++ for c files
27102 2003-03-14 11:59  hoffman
27104         * Source/cmLocalVisualStudio7Generator.cxx: Force c++ builds for
27105           c++ files
27107 2003-03-14 11:58  hoffman
27109         * Source/cmMakefile.cxx: make sure M is after m
27111 2003-03-14 10:54  king
27113         * Source/cmMakefile.cxx: BUG: c extension must come before C.
27115 2003-03-14 10:38  king
27117         * Source/cmMakefile.cxx: BUG: c must precede C.
27119 2003-03-13 16:31  king
27121         * Utilities/Release/config_Linux: Merging from 1.6 again.
27123 2003-03-13 16:30  king
27125         * Utilities/Release/config_Linux: BUG: Need to link statically
27126           against curses.
27128 2003-03-13 15:59  king
27130         * Utilities/Release/: cmake_release.sh, config_Linux: Merging from
27131           1.6 release branch.
27133 2003-03-13 15:58  king
27135         * Utilities/Release/cmake_release.sh: BUG: Need to checkout
27136           ReleaseUtilities with same tag.
27138 2003-03-13 15:47  king
27140         * Utilities/Release/: cmake_release.sh: ENH: Updated for 1.6.6
27141           release.
27143 2003-03-13 15:46  king
27145         * Modules/Platform/: SunOS.cmake: BUG: Don't use -nostdlib option
27146           to link shared libraries.  Just use gcc -shared, even for C++
27147           libraries.
27149 2003-03-13 13:28  king
27151         * Source/cmMakefile.cxx: BUG: Added missing cc extension for Source
27152           Files group.
27154 2003-03-13 13:03  king
27156         * Source/cmMakefile.cxx: BUG: Don't duplicate SUBDIRS.
27158 2003-03-13 13:01  king
27160         * Source/cmMakefile.cxx: ENH: Added header file extensions.
27162 2003-03-13 12:59  martink
27164         * Source/cmMakefile.cxx: allow the same subdir to be added twice
27166 2003-03-13 12:48  andy
27168         * Source/cmMakefile.cxx: Fix regular expressions
27170 2003-03-13 12:24  andy
27172         * Source/: cmMakefile.cxx, cmSystemTools.cxx: Synchronize extension
27173           lists
27175 2003-03-13 11:53  king
27177         * Source/CursesDialog/form/fld_attr.c: BUG: Fixed forms for HP.
27179 2003-03-13 11:51  king
27181         * Modules/TestForSTDNamespace.cmake: BUG: Don't repeat test.
27183 2003-03-13 11:49  king
27185         * Modules/CheckTypeSize.cmake: BUG: Don't test type size more than
27186           once.
27188 2003-03-13 11:48  king
27190         * Source/cmSystemTools.cxx: BUG: FindLibrary should not accept a
27191           directory even if the exact specified name exists.
27193 2003-03-13 11:46  king
27195         * Source/cmake.cxx: BUG: Fixed crash when
27196           CMAKE_BACKWARDS_COMPATIBILITY is deleted.
27198 2003-03-13 11:34  king
27200         * Source/MFCDialog/CMakeSetup.rc: BUG: Fixed tab ordering in
27201           dialog.
27203 2003-03-13 11:33  king
27205         * Source/: cmMakefile.h, WXDialog/CMakeLists.txt: ENH: Updated
27206           version for 1.6.6 release.
27208 2003-03-13 11:31  king
27210         * Utilities/Release/config_Linux: ERR: Need to do shared libc link
27211           with static C++ library to have safe dl loading on linux.
27213 2003-03-13 08:44  king
27215         * Source/cmSystemTools.cxx: BUG: FindLibrary should not accept a
27216           directory even if the exact specified name exists.
27218 2003-03-11 17:35  hoffman
27220         * Modules/TestForSTDNamespace.cmake: BUG: fix test not to run every
27221           time
27223 2003-03-11 15:25  hoffman
27225         * Source/cmDynamicLoader.cxx, Source/CTest/CMakeLists.txt,
27226           Source/CursesDialog/form/fld_attr.c,
27227           Tests/LoadCommand/CMakeLists.txt,
27228           Tests/LoadCommandOneConfig/CMakeLists.txt: BUG: fixes for hp
27230 2003-03-09 18:16  andy
27232         * Source/CursesDialog/cmCursesMainForm.cxx: Remove warnings
27234 2003-03-07 15:30  andy
27236         * Source/cmCTest.cxx: More XML
27238 2003-03-07 11:53  andy
27240         * Source/CursesDialog/cmCursesMainForm.cxx: Remove warning
27242 2003-03-07 11:45  andy
27244         * Source/cmCTest.cxx: Fix xml
27246 2003-03-07 11:27  andy
27248         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
27249           Add searching of variables
27251 2003-03-06 15:32  andy
27253         * Modules/Dart.cmake: On borland and cygwin remove .EXE
27255 2003-03-06 12:31  andy
27257         * Source/cmGetCMakePropertyCommand.cxx: Remove warning
27259 2003-03-06 11:20  andy
27261         * Source/cmCommands.cxx, Source/cmGetCMakePropertyCommand.cxx,
27262           Source/cmGetCMakePropertyCommand.h,
27263           Tests/SystemInformation/CMakeLists.txt: Add command for accessing
27264           cmake properties. At this point the only properties are VARIABLES
27265           and CACHE_VARIABLES. Also add test for this feature
27267 2003-03-06 11:19  andy
27269         * Source/: cmMakefile.cxx, cmMakefile.h: Add method which returns a
27270           list of all variables
27272 2003-03-06 11:18  andy
27274         * Source/cmCacheManager.h: Cache manager should be able to take no
27275           arguments
27277 2003-03-06 10:32  king
27279         * Modules/CheckTypeSize.cmake: BUG: Should test HAVE_<VARIABLE>
27280           before repeating test, not just whether <VARIABLE> is set.
27282 2003-03-05 17:08  andy
27284         * Source/cmCTest.cxx: oops... Forgot the main step
27286 2003-03-03 13:58  andy
27288         * Modules/Dart.cmake: Add Update and configure steps where missing
27290 2003-03-03 13:57  andy
27292         * Source/cmCTest.cxx: Fix typo
27294 2003-03-03 09:32  andy
27296         * Modules/Dart.cmake: Start cleaning global namespace
27298 2003-03-03 09:29  andy
27300         * CMakeLists.txt: BUG: Should be use the host CMake's dart file
27302 2003-02-28 13:00  andy
27304         * Source/cmCTest.cxx: Ifdef code that is missing
27306 2003-02-28 12:42  andy
27308         * Modules/CheckSymbolExists.cmake, Source/cmCTest.cxx: Fix update
27309           date and cleanup
27311 2003-02-28 11:31  andy
27313         * Source/cmCTest.cxx: Add configure step
27315 2003-02-27 14:48  andy
27317         * Modules/Dart.cmake: On windows but not on borland, look at
27318           cmake_build_tool instead of compiler to determine build name.
27319           Otherwise they will all be cl
27321 2003-02-27 11:54  andy
27323         * Modules/Dart.cmake: Use more condense buildname. If this works
27324           fine we can make cmBuildName command deprecated
27326 2003-02-27 10:53  king
27328         * Source/WXDialog/cmWXMainFrame.cxx: Remove warning about shadowing
27329           variable (merging andy's change to head)
27331 2003-02-25 12:36  andy
27333         * Source/WXDialog/cmWXMainFrame.cxx: Remove warning about shadowing
27334           variable
27336 2003-02-24 11:02  king
27338         * Source/cmake.cxx: BUG: Fixed crash when
27339           CMAKE_BACKWARDS_COMPATIBILITY is deleted between configures.
27341 2003-02-21 15:52  king
27343         * Source/MFCDialog/CMakeSetup.rc: BUG: Fixed tab ordering of gui
27344           components.
27346 2003-02-20 17:38  andy
27348         * Modules/Dart.cmake: Use simple defaults if DartConfig does not
27349           exist. This way you can use dart to build any project
27351 2003-02-20 10:46  king
27353         * Modules/CMakeVS6FindMake.cmake: BUG: Fix registry entry name.
27355 2003-02-20 10:44  hoffman
27357         * Modules/CMakeVS6FindMake.cmake: BUG: look for msdev in the right
27358           place
27360 2003-02-20 09:40  martink
27362         * Source/MFCDialog/CMakeSetupDialog.cpp: better default generator
27363           choice
27365 2003-02-20 09:40  king
27367         * Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.5
27368           release.
27370 2003-02-20 08:55  king
27372         * Source/cmLocalUnixMakefileGenerator.cxx: fix for correct path
27373           style in depend file
27375 2003-02-20 08:52  hoffman
27377         * Source/cmLocalUnixMakefileGenerator.cxx: fix for correct path
27378           style in depend file
27380 2003-02-20 08:47  king
27382         * Modules/TestForANSIForScope.cmake: BUG: Don't test every time for
27383           "for" scope.
27385 2003-02-20 08:42  king
27387         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fix problem with
27388           lib in the name of library. If there was lib in the name of
27389           library, then on Windows (where there is not lib prefix), cmake
27390           split the name wrongly. This only manifested when full path to
27391           the library is specified.
27393 2003-02-20 08:41  hoffman
27395         * Modules/TestForANSIForScope.cmake: remove commented code
27397 2003-02-20 08:38  king
27399         * Modules/CheckSymbolExists.cmake: BUG: Fixed return 0 through void
27400           type.
27402 2003-02-20 08:37  king
27404         * Modules/: CMakeDetermineCCompiler.cmake,
27405           CMakeDetermineCXXCompiler.cmake: ENH: Removed creation of extra
27406           CMAKE_C_COMPILER_FULLPATH and CMAKE_CXX_COMPILER_FULLPATH cache
27407           entries.
27409 2003-02-20 08:34  king
27411         * Source/cmGlobalVisualStudio7Generator.cxx: BUG: Added missing
27412           paren to generated file.
27414 2003-02-20 08:32  king
27416         * Source/cmaketest.cxx: BUG: Fix lower-casing of compiler for
27417           win98.
27419 2003-02-20 08:30  king
27421         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
27422           Utilities/Release/cmake_release.sh: ENH: Updated for version
27423           1.6.5.
27425 2003-02-20 08:28  king
27427         * Source/cmFindPackageCommand.h: BUG: This command must be
27428           inherited.
27430 2003-02-20 08:23  king
27432         * Modules/FindFLTK.cmake: BUG: Removed reference to CMake 1.4
27433           compatability variable.
27435 2003-02-20 07:55  king
27437         * Source/cmDumpDocumentation.cxx: ERR: Added missing return.
27439 2003-02-19 17:37  king
27441         * Source/CMakeLists.txt: ENH: Using new --all-for-coverage of
27442           DumpDocumentation to improve coverage.
27444 2003-02-19 17:36  king
27446         * Source/cmDumpDocumentation.cxx: ENH: Added option to dump all
27447           documentation (coverage).
27449 2003-02-19 17:10  king
27451         * Modules/FindFLTK.cmake: BUG: Removed use of cmake 1.4
27452           compatability variable.
27454 2003-02-19 12:54  andy
27456         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fix problem with
27457           lib in the name of library. If there was lib in the name of
27458           library, then on Windows (where there is not lib prefix), cmake
27459           split the name wrongly. This only manifested when full path to
27460           the library is specified.
27462 2003-02-19 08:52  king
27464         * Source/cmDocumentation.cxx: ERR: Fixed signed/unsigned warning.
27466 2003-02-18 20:54  king
27468         * Source/cmDumpDocumentation.cxx: ENH: Updated to use
27469           cmDocumentation class.
27471 2003-02-18 20:42  king
27473         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
27474           CursesDialog/ccmake.cxx: ENH: Re-implemented document generation
27475           class to be more organized and more robust.
27477 2003-02-18 20:40  king
27479         * Source/cmAddCustomCommandCommand.h: Fix to documentation
27480           formatting: removed extra newline.
27482 2003-02-18 16:24  hoffman
27484         * Source/cmGlobalVisualStudio7Generator.cxx: ENH: fix for vs 7
27485           beta1
27487 2003-02-17 15:47  king
27489         * Source/cmFindPackageCommand.h: BUG: This command must be
27490           inherited.
27492 2003-02-17 10:30  andy
27494         * Modules/CheckSymbolExists.cmake: Fix return value problem
27496 2003-02-17 09:59  andy
27498         * Source/CursesDialog/cmCursesStringWidget.cxx: Attempt to fix SGI
27499           ccmake problem (thank you Clint Miller)
27501 2003-02-17 09:56  andy
27503         * Source/cmDocumentation.cxx: Minor documentation fixes
27505 2003-02-17 09:42  king
27507         * Source/cmakemain.cxx: ENH: Added executable-specific command-line
27508           options.
27510 2003-02-17 09:42  king
27512         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
27513           header before list of commands in generated docs.  Made options
27514           more intuitive.
27516 2003-02-16 11:57  king
27518         * Source/cmDocumentation.cxx: ERR: Use of stream format flags is
27519           hard to make portable.  Manually implementing justification.
27521 2003-02-15 22:36  king
27523         * Source/cmDocumentation.cxx: ERR: Use of std::ios::fmtflags is not
27524           portable to older compilers.
27526 2003-02-14 18:47  king
27528         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
27529           cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
27530           cmAddDependenciesCommand.h, cmAddExecutableCommand.h,
27531           cmAddLibraryCommand.h, cmAddTestCommand.h,
27532           cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
27533           cmBuildNameCommand.h, cmConfigureFileCommand.h,
27534           cmCreateTestSourceList.h, cmElseCommand.h,
27535           cmEnableTestingCommand.h, cmEndForEachCommand.h,
27536           cmEndIfCommand.h, cmExecProgramCommand.h,
27537           cmExportLibraryDependencies.h, cmFLTKWrapUICommand.h,
27538           cmFindFileCommand.h, cmFindLibraryCommand.h,
27539           cmFindPackageCommand.h, cmFindPathCommand.h,
27540           cmFindProgramCommand.h, cmForEachCommand.h,
27541           cmGetFilenameComponentCommand.h,
27542           cmGetSourceFilePropertyCommand.h, cmGetTargetPropertyCommand.h,
27543           cmITKWrapTclCommand.h, cmIfCommand.h, cmIncludeCommand.h,
27544           cmIncludeDirectoryCommand.h, cmIncludeExternalMSProjectCommand.h,
27545           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.h,
27546           cmInstallProgramsCommand.h, cmInstallTargetsCommand.h,
27547           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.h,
27548           cmLoadCacheCommand.h, cmLoadCommandCommand.h, cmMacroCommand.h,
27549           cmMakeDirectoryCommand.h, cmMarkAsAdvancedCommand.h,
27550           cmMessageCommand.h, cmOptionCommand.h,
27551           cmOutputRequiredFilesCommand.h, cmProjectCommand.h,
27552           cmQTWrapCPPCommand.h, cmQTWrapUICommand.h, cmRemoveCommand.h,
27553           cmSeparateArgumentsCommand.h, cmSetCommand.h,
27554           cmSetSourceFilesPropertiesCommand.h,
27555           cmSetTargetPropertiesCommand.h, cmSiteNameCommand.h,
27556           cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.h,
27557           cmSourceGroupCommand.h, cmStringCommand.h, cmSubdirCommand.h,
27558           cmSubdirDependsCommand.h, cmTargetLinkLibrariesCommand.h,
27559           cmTryCompileCommand.h, cmTryRunCommand.h,
27560           cmUseMangledMesaCommand.h, cmUtilitySourceCommand.h,
27561           cmVTKMakeInstantiatorCommand.h, cmVTKWrapJavaCommand.h,
27562           cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h,
27563           cmVariableRequiresCommand.h, cmWrapExcludeFilesCommand.h,
27564           cmWriteFileCommand.h: ENH: Cleaned up documentation and formatted
27565           it for use by cmDocumentation.
27567 2003-02-14 16:16  king
27569         * Source/cmDocumentation.cxx: ENH: Improved formatting of
27570           plain-text help to add a blank line before the beginning of a
27571           preformatted section.
27573 2003-02-14 13:28  king
27575         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Further
27576           improved formatting.  HTML/man/help now all have a consistent
27577           appearance.
27579 2003-02-14 13:06  king
27581         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Improved
27582           formatting of documentation.
27584 2003-02-14 11:13  martink
27586         * Source/cmaketest.cxx: Lowercase has a bad signiture, so I have to
27587           live with it
27589 2003-02-14 10:56  king
27591         * Source/cmSystemTools.cxx: ERR: Added missing include for msvc.
27593 2003-02-14 10:53  king
27595         * Source/: CMakeLists.txt, Makefile.in, cmDocumentation.cxx,
27596           cmDocumentation.h, cmStandardIncludes.h, cmSystemTools.cxx,
27597           cmSystemTools.h, cmake.cxx, cmake.h, cmakemain.cxx,
27598           CursesDialog/ccmake.cxx: ENH: Added cmDocumentation class to
27599           generate various forms of documentation.  Each executable will be
27600           able to generate its own documentation.
27602 2003-02-14 10:40  hoffman
27604         * Modules/: CMakeDetermineCCompiler.cmake,
27605           CMakeDetermineCXXCompiler.cmake: ENH: move full path compiler to
27606           internal and not just advanced
27608 2003-02-14 09:54  hoffman
27610         * Modules/TestForANSIForScope.cmake, Source/cmCacheManager.cxx,
27611           Source/cmConfigureFileCommand.cxx,
27612           Source/cmConfigureFileCommand.h, Source/cmIncludeCommand.h,
27613           Source/cmLocalUnixMakefileGenerator.cxx, Source/cmMakefile.h,
27614           Source/cmMarkAsAdvancedCommand.h,
27615           Source/cmUseMangledMesaCommand.cxx,
27616           Source/cmVariableRequiresCommand.cxx,
27617           Source/cmVariableRequiresCommand.h: spelling errors
27619 2003-02-14 09:25  hoffman
27621         * CMake.rtf: fix spelling errors
27623 2003-02-13 21:57  king
27625         * CMakeLists.txt, configure, configure.in, Source/CMakeLists.txt,
27626           Source/cmConfigure.cmake.h.in, Source/cmConfigure.h.in,
27627           Source/cmMakefile.cxx, Source/cmMakefile.h,
27628           Source/cmStandardIncludes.h, Source/WXDialog/CMakeLists.txt: ENH:
27629           Centralized setting of CMake version number to top-level CMake
27630           listfile.
27632 2003-02-13 12:03  king
27634         * Utilities/Release/cmake_release.sh: ENH: Merged updates for 1.6.4
27635           release.
27637 2003-02-13 11:57  king
27639         * Modules/FindJNI.cmake: BUG: Fix find of JNI on Mac OSX 10.2.
27641 2003-02-13 11:54  king
27643         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
27644           Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.4
27645           release.
27647 2003-02-13 11:52  king
27649         * Modules/UseVTKConfig40.cmake: BUG: Copy of _LIB_DEPENDS variables
27650           needs to be double-quoted.
27652 2003-02-13 11:50  king
27654         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for spaces in
27655           paths in library path
27657 2003-02-13 11:47  king
27659         * Source/cmFindLibraryCommand.cxx: BUG: Use
27660           cmSystemTools::IsNOTFOUND.
27662 2003-02-12 13:43  andy
27664         * Source/: cmCTest.cxx, cmakemain.cxx: Try to fix update
27666 2003-02-12 09:26  andy
27668         * Source/cmCTest.cxx: Write individual too
27670 2003-02-11 14:49  andy
27672         * Modules/FindJNI.cmake: Ok, now it finds JNI on Mac OSX 10.2
27674 2003-02-11 13:56  andy
27676         * Modules/FindJNI.cmake: Fix typo
27678 2003-02-11 13:53  andy
27680         * Modules/FindJNI.cmake: Add missing location
27682 2003-02-11 13:37  andy
27684         * Modules/FindJNI.cmake: Improve searching for java files on OSX
27686 2003-02-11 13:34  andy
27688         * Source/cmSetTargetPropertiesCommand.h: Fix comment
27690 2003-02-11 09:50  king
27692         * Modules/: FindMangledMesa.cmake, FindOSMesa.cmake: Moving this
27693           very specific module to VTK.
27695 2003-02-11 09:19  andy
27697         * Source/: cmCTest.cxx, cmCTest.h: Fix cont and remove comments
27699 2003-02-10 23:19  andy
27701         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: Start working on cont
27703 2003-02-10 22:00  hoffman
27705         * Tests/TryCompile/CMakeLists.txt: ENH: add more testing for ansi
27706           for scopes
27708 2003-02-10 21:56  hoffman
27710         * Modules/TestForANSIForScope.cmake:  clean up check for for scope
27711           test
27713 2003-02-10 21:52  andy
27715         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: Fix date issues with
27716           different models
27718 2003-02-10 16:20  hoffman
27720         * Source/CMakeLists.txt, Tests/TryCompile/CMakeLists.txt: ENH: add
27721           a new test for TRY_COMPILE
27723 2003-02-10 13:19  hoffman
27725         * Tests/TryCompile/: CMakeLists.txt, fail.c, pass.c: ENH: add a new
27726           test to test try compile
27728 2003-02-10 11:08  king
27730         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Running "make test"
27731           can now have ARGS specified on the command line.  These ARGS are
27732           passed to ctest.
27734 2003-02-09 16:11  king
27736         * Utilities/Release/cmake_release.sh: ERR: Removed extra &&.
27738 2003-02-08 10:24  hoffman
27740         * Source/: cmSystemTools.cxx, cmSystemTools.h: Fix for include
27741           optional
27743 2003-02-08 10:23  hoffman
27745         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for spaces in
27746           paths in library path
27748 2003-02-07 16:29  king
27750         * Modules/UseVTKConfig40.cmake: BUG: Copying _LIB_DEPENDS variables
27751           requires double-quoted argument.
27753 2003-02-07 14:04  king
27755         * Source/: cmGetFilenameComponentCommand.cxx,
27756           cmGetFilenameComponentCommand.h,
27757           cmLocalUnixMakefileGenerator.cxx,
27758           cmLocalVisualStudio6Generator.cxx,
27759           cmLocalVisualStudio6Generator.h,
27760           cmLocalVisualStudio7Generator.cxx,
27761           cmLocalVisualStudio7Generator.h, cmMakefile.cxx,
27762           cmSetSourceFilesPropertiesCommand.h,
27763           cmSetTargetPropertiesCommand.h, cmSystemTools.cxx,
27764           cmSystemTools.h: Several fixes/improvements:
27766             - Fixed CollapseFullPath to work on relative paths with base
27767           paths
27768               not in the current working directory.
27769             - INCLUDE command now supports relative paths (using above
27770           fix).
27771             - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to
27772               unwind symlinks and relative paths.
27773             - Fixed libName_EXPORTS macro definition to be valid C
27774           identifier.
27775             - Added DEFINE_SYMBOL target propterty for customizing the
27776           export symbol.
27777             - Implemented LINK_FLAGS target propterty for libraries in VC6
27778           and VC7.
27780           Several of these fixes were contributed by Gareth Jones.
27782 2003-02-07 11:47  hoffman
27784         * Source/CTest/CMakeLists.txt: Remove warnings on AIX
27786 2003-02-07 11:03  andy
27788         * Source/CTest/cmCTestSubmit.cxx: Do not reuse connection as that
27789           feature seems to be broken
27791 2003-02-07 11:03  andy
27793         * Source/cmCTest.cxx: Fix update return status
27795 2003-02-07 10:34  hoffman
27797         * Source/cmSystemTools.cxx: ENH: spelling error fix
27799 2003-02-07 10:18  hoffman
27801         * Source/cmFindLibraryCommand.cxx: BUG: use IsNOTFOUND
27803 2003-02-07 10:05  king
27805         * Utilities/Release/cmake_release.sh: ERR: Removed stray && from
27806           end of line.
27808 2003-02-07 00:09  andy
27810         * Source/: cmCTest.cxx, cmCTest.h: Add updating support
27812 2003-02-06 17:48  hoffman
27814         * CMakeLists.txt: tell the aix linker not to give warnings with
27815           -bhalt:5
27817 2003-02-06 15:18  martink
27819         * Source/: cmLocalVisualStudio6Generator.cxx,
27820           cmLocalVisualStudio7Generator.cxx: added option to shut off
27821           automatic rebuilding
27823 2003-02-06 10:49  king
27825         * Source/CMakeLists.txt: ENH: Comeau C++ has been added for nightly
27826           testing.  It does not support shared libraries, so we cannot run
27827           the complex tests.
27829 2003-02-06 08:45  king
27831         * Source/WXDialog/CMakeLists.txt: BUG: We want AppleInfo.plist from
27832           our source tree, not the version of CMake running the build.
27834 2003-02-05 22:26  hoffman
27836         * Source/: cmSystemTools.cxx, cmSystemTools.h,
27837           cmTryCompileCommand.cxx:  add better testing for unlink
27839 2003-02-05 18:05  king
27841         * Source/cmCreateTestSourceList.cxx: BUG: Generate 0 into test
27842           driver instead of NULL.
27844 2003-02-05 17:52  king
27846         * Source/CTest/Curl/CMake/CurlTests.c: BUG: Don't include prototype
27847           in test for gethostbyname_r.
27849 2003-02-05 16:56  king
27851         * Utilities/Release/cmake_release.sh: ENH: Added win32_zipfile and
27852           win32_upload commands.
27854 2003-02-05 16:53  king
27856         * Utilities/Release/cmake_release.sh: ENH: Added win32_zipfile and
27857           win32_upload commands.
27859 2003-02-05 16:17  king
27861         * Source/WXDialog/CMakeLists.txt: BUG: AppleInfo.plist should come
27862           from build tree.
27864 2003-02-05 15:14  king
27866         * Utilities/Release/cmake_release.sh: BUG: Updated release tag for
27867           1.6.3.
27869 2003-02-05 15:07  king
27871         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
27872           Utilities/Release/cmake_release.sh: ENH: Updated to version
27873           1.6.3.
27875 2003-02-05 15:05  king
27877         * Modules/CMakeSystemSpecificInformation.cmake: ENH:
27878           CMAKE_INSTALL_PREFIX should not be advanced on UNIX.
27880 2003-02-05 15:02  king
27882         * Modules/Platform/HP-UX.cmake: BUG: Optimization flags use +
27883           prefix, not -.
27885 2003-02-05 15:01  king
27887         * Source/CursesDialog/cmCursesLongMessageForm.cxx: BUG: Fixed crash
27888           when messages are too long.
27890 2003-02-05 15:00  king
27892         * Source/MFCDialog/PropertyList.cpp: BUG: Fixed GUI for new
27893           NOTFOUND checks.
27895 2003-02-05 14:58  king
27897         * Source/cmGlobalGenerator.cxx: BUG: Bug in NOTFOUND error
27898           reporting logic.
27900 2003-02-05 14:55  hoffman
27902         * Modules/Platform/HP-UX.cmake: fix default release flags for hp
27904 2003-02-05 14:55  king
27906         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Better error
27907           checking for cache iterator.
27909 2003-02-05 13:24  hoffman
27911         * Source/MFCDialog/PropertyList.cpp: ENH: add a check for -NOTFOUND
27913 2003-02-04 15:37  hoffman
27915         * Modules/CMakeSystemSpecificInformation.cmake: move cmake install
27916           out of advanced
27918 2003-02-04 15:37  hoffman
27920         * Source/cmGlobalGenerator.cxx: BUG: add better testing for
27921           notfound
27923 2003-02-04 14:37  berk
27925         * Modules/: FindMangledMesa.cmake, FindOSMesa.cmake: Created
27926           modules for Mesa headers and libraries.
27928 2003-02-04 14:31  hoffman
27930         * Source/CursesDialog/cmCursesLongMessageForm.cxx: BUG: don't let
27931           the messages get too big
27933 2003-02-04 14:01  martink
27935         * Source/: cmCacheManager.h, cmCacheManager.cxx: safer operation of
27936           iterators
27938 2003-02-04 09:50  andy
27940         * Source/cmVTKWrapJavaCommand.cxx: Oops, std namespace
27942 2003-02-04 09:48  andy
27944         * Source/cmVTKWrapJavaCommand.cxx: Generate java dependency files
27946 2003-02-03 23:08  king
27948         * Utilities/Release/: cmake_release.sh: ENH: Improved robustness of
27949           remote invocation.  Added more documentation.
27951 2003-02-03 22:46  king
27953         * Utilities/Release/: cmake_release.sh: ENH: Added documentation
27954           and usage.
27956 2003-02-03 13:31  hoffman
27958         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
27959           ComplexRelativePaths/CMakeLists.txt: ENH: add a better test for
27960           lib deps
27962 2003-02-03 12:02  king
27964         * Utilities/Release/cmake_release.sh: ENH: Updated version to
27965           1.6.2.
27967 2003-02-03 12:01  king
27969         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
27970           cmFindLibraryCommand.cxx, cmFindPackageCommand.cxx,
27971           cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
27972           cmFindProgramCommand.h, cmGetFilenameComponentCommand.cxx,
27973           cmGlobalGenerator.cxx, cmITKWrapTclCommand.cxx, cmSourceFile.cxx,
27974           cmSystemTools.cxx, cmSystemTools.h: ENH: Added new NOTFOUND
27975           notification feature.
27977 2003-02-03 11:50  king
27979         * Source/: cmMakefile.h, WXDialog/CMakeLists.txt: ENH: Updated from
27980           version 1.6.1 to 1.6.2.
27982 2003-02-03 11:49  king
27984         * Source/cmExportLibraryDependencies.cxx: BUG: Removed generation
27985           of stray paren.
27987 2003-02-03 09:53  king
27989         * Source/cmExportLibraryDependencies.cxx: BUG: Removed generation
27990           of stray paren.
27992 2003-02-02 22:32  king
27994         * Source/CursesDialog/cmCursesStandardIncludes.h: ENH: Cleaned up
27995           sgi unreferenced warning hack.
27997 2003-02-02 11:45  hoffman
27999         * Source/cmGlobalGenerator.cxx: fix warning
28001 2003-02-01 16:39  hoffman
28003         * Source/cmMakefile.cxx: ENH: fix warning
28005 2003-02-01 16:39  hoffman
28007         * Source/cmAddLibraryCommand.h: ENH: fix doc line
28009 2003-02-01 16:27  hoffman
28011         * Source/CursesDialog/cmCursesStandardIncludes.h: BUG: add missing
28012           ;
28014 2003-01-31 15:01  hoffman
28016         * Modules/FindOpenGL.cmake: ENH: add checking for NOTFOUND
28018 2003-01-31 14:39  hoffman
28020         * Modules/FindOpenGL.cmake, Source/cmGlobalGenerator.cxx: ENH: add
28021           checking for NOTFOUND
28023 2003-01-31 13:50  hoffman
28025         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
28026           cmFindLibraryCommand.cxx, cmFindPackageCommand.cxx,
28027           cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
28028           cmFindProgramCommand.h, cmGetFilenameComponentCommand.cxx,
28029           cmGlobalGenerator.cxx, cmITKWrapTclCommand.cxx,
28030           cmIncludeDirectoryCommand.cxx, cmLinkLibrariesCommand.cxx,
28031           cmMakefile.cxx, cmSourceFile.cxx, cmSystemTools.cxx,
28032           cmSystemTools.h, cmTargetLinkLibrariesCommand.cxx: ENH: add
28033           checking for NOTFOUND
28035 2003-01-31 13:24  king
28037         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
28038           Utilities/Release/cmake_release.sh: ENH: Updated to version 1.6.1
28039           from 1.6.0.
28041 2003-01-31 13:18  king
28043         * Source/cmWin32ProcessExecution.cxx: Merge from HEAD.  Use process
28044           output for error reporting instead of stdout.
28046 2003-01-31 13:04  king
28048         * Modules/FindLATEX.cmake: ENH: Changes to work on windows.  Merged
28049           from HEAD.
28051 2003-01-31 11:52  king
28053         * Modules/FindFLTK.cmake: BUG: Need FIND_PROGRAM instead of
28054           FIND_FILE to find fluid.exe.
28056 2003-01-31 11:49  king
28058         * Modules/FindPerl.cmake: ENH: Added ActivePerl/804 as a search
28059           path.
28061 2003-01-31 11:44  king
28063         * Modules/CMakeSystemSpecificInformation.cmake: ERR: Removed stray
28064           double quote.
28066 2003-01-31 11:41  king
28068         * Utilities/Release/cmake_release.sh: ENH: Another merge from
28069           branch 1.6.
28071 2003-01-31 11:40  king
28073         * Modules/FindX11.cmake: BUG: Fix for cygwin's X11.
28075 2003-01-31 11:36  king
28077         * Source/cmakewizard.cxx: ENH: cmake -i on HP needs printf instead
28078           of cout.
28080 2003-01-31 11:35  king
28082         * Source/: CMakeLists.txt: BUG: Change install location of
28083           cmCPluginAPI header.
28085 2003-01-31 08:47  martink
28087         * Source/CursesDialog/cmCursesStandardIncludes.h: fixed warnings
28089 2003-01-30 14:34  andy
28091         * Source/: cmIncludeDirectoryCommand.cxx,
28092           cmLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.cxx: Add
28093           some error checking for missing include directories and link
28094           libraries
28096 2003-01-30 14:34  andy
28098         * Modules/CMakeSystemSpecificInformation.cmake: Remove extra quote
28100 2003-01-30 13:19  hoffman
28102         * Source/cmakewizard.cxx: BUG: can not mix cout and fgets on hp
28104 2003-01-30 11:50  king
28106         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Fixing
28107           attempt to remove warnings.
28109 2003-01-29 14:20  king
28111         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Another
28112           attempt to get rid of unreferenced inline function warnings on
28113           SGI.
28115 2003-01-29 13:56  king
28117         * Utilities/Release/cmake_release.sh: ENH: Use * instead of
28118           directory list for installation tarball.
28120 2003-01-29 13:46  king
28122         * Utilities/Release/cmake_release.sh: BUG: Need to include the
28123           include directory from the installation.
28125 2003-01-29 09:06  andy
28127         * Modules/FindX11.cmake: Attempt to fix build problem on some
28128           platforms
28130 2003-01-28 15:48  hoffman
28132         * Source/cmFindFileCommand.h: ENH: better docs
28134 2003-01-28 15:44  hoffman
28136         * Modules/: FindFLTK.cmake, FindQt.cmake: ENH: change FIND_FILE to
28137           FIND_PROGRAM
28139 2003-01-28 08:53  andy
28141         * Modules/FindLATEX.cmake: Make things work on unix and add DVIPDF
28143 2003-01-27 12:25  andy
28145         * Source/cmWin32ProcessExecution.cxx: Fix output variable and
28146           remove this->m_ to be only m_
28148 2003-01-27 12:18  andy
28150         * Source/cmWin32ProcessExecution.cxx: Move errors to output
28151           variable
28153 2003-01-24 17:40  king
28155         * Utilities/Release/cygwin-package.sh.in: ENH: Merged more changes
28156           from 1.6 branch.
28158 2003-01-24 17:34  king
28160         * Utilities/Release/cygwin-package.sh.in: ENH: Added testing to
28161           packaging script.
28163 2003-01-24 15:48  king
28165         * Utilities/Release/cmake_release.sh: ENH: Merged more changes from
28166           1.6 branch.
28168 2003-01-24 15:02  king
28170         * Utilities/Release/cmake_release.sh: ENH: Added cygwin_upload
28171           function.
28173 2003-01-24 14:40  king
28175         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
28176           config_IRIX64, config_Linux, config_OSF1, config_SunOS: ENH:
28177           Merged 1.6-branch changes to release scripts.
28179 2003-01-24 14:29  king
28181         * Utilities/Release/: config_AIX, config_Darwin, config_IRIX64,
28182           config_Linux, config_OSF1, config_SunOS: ENH: Use verbose
28183           makefile during release build.
28185 2003-01-24 13:55  king
28187         * Utilities/Release/cmake_release.sh: ENH: Updated checkout
28188           revision to Release-1-6-0 tag.
28190 2003-01-24 13:53  king
28192         * Modules/Platform/: HP-UX.cmake: BUG: Added missing link flag to
28193           export symbols from an executable.
28195 2003-01-24 11:50  king
28197         * Source/WXDialog/CMakeLists.txt: ENH: Updated for cmake 1.6.0
28198           release.
28200 2003-01-24 11:49  king
28202         * Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.0
28203           release over 1.6.beta2.
28205 2003-01-24 11:45  king
28207         * Utilities/: cmake_release_config_darwin,
28208           cmake_release_config_hpux, cmake_release_config_irix,
28209           cmake_release_config_linux, cmake_release_config_osf,
28210           cmake_release_config_sun, cmake_release_cygwin.sh,
28211           cmake_release_unix_config.sh, cmake_release_version.sh: ENH:
28212           Removing old release scripts.  CMake 1.6 now has its own copy of
28213           the release scripts.
28215 2003-01-24 11:45  king
28217         * Utilities/: cmake-cygwin-package.sh, cmake_release_unix_build.sh,
28218           cmake_release_unix_package.sh, Release/cmake_release.sh,
28219           Release/config_AIX, Release/config_CYGWIN_NT-5.1,
28220           Release/config_Darwin, Release/config_HP-UX,
28221           Release/config_IRIX64, Release/config_Linux, Release/config_OSF1,
28222           Release/config_SunOS, Release/cygwin-package.sh.in: ENH: Release
28223           branch should contain its own release scripts.
28225 2003-01-24 11:41  king
28227         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
28228           config_HP-UX, config_Linux, config_OSF1, config_SunOS: ENH:
28229           Enabled testing during release build.
28231 2003-01-24 10:33  king
28233         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Fixed
28234           unreferenced termios declaration warning.
28236 2003-01-23 10:42  barre
28238         * Modules/FindLATEX.cmake: no message
28240 2003-01-23 10:37  barre
28242         * Modules/FindLATEX.cmake: FIX: - rename some entries (COMPILE ->
28243           COMPILER, and the converters -> _CONVERTER) - make sure that
28244           Window system are given a chance to find Latex and the converters
28245           if MikTex and GhostScript are installed (but not in the PATH)
28247 2003-01-23 10:36  barre
28249         * Modules/FindPerl.cmake: FIX: the current version of Perl is 5.8
28251 2003-01-23 10:35  barre
28253         * Source/cmGetFilenameComponentCommand.cxx: FIX: this command was
28254           not processing  its arg to expand registery values
28256 2003-01-22 15:00  martink
28258         * Modules/Platform/gcc.cmake: joins from the main tree
28260 2003-01-22 14:59  martink
28262         * Modules/Platform/gcc.cmake: minor change to default compile flags
28264 2003-01-22 14:49  martink
28266         * Modules/: FindMPEG2.cmake, FindSDL.cmake: merge from branch
28268 2003-01-22 14:33  hoffman
28270         * Source/cmGlobalGenerator.h: ENH: merge from branch
28272 2003-01-22 14:21  hoffman
28274         * Tests/X11/CMakeLists.txt: ENH: merge from head
28276 2003-01-22 14:20  hoffman
28278         * Utilities/Doxygen/doc_makeall.sh.in: merge from main tree
28280 2003-01-22 14:20  hoffman
28282         * Source/cmGlobalGenerator.cxx: merge from main tree, test for
28283           working c and c++ compilers
28285 2003-01-22 14:17  hoffman
28287         * Templates/: cconfigure, cconfigure.in, cxxconfigure,
28288           cxxconfigure.in: merge with main branch and remove unused scripts
28290 2003-01-22 14:13  hoffman
28292         * Modules/FindAndImportCMakeProject.cmake: moved to c++ command
28294 2003-01-22 12:38  martink
28296         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
28297           joins from the main tree
28299 2003-01-22 12:31  martink
28301         * Source/: cmCommands.cxx, cmFindPathCommand.cxx,
28302           cmGlobalUnixMakefileGenerator.cxx,
28303           cmGlobalVisualStudio6Generator.cxx, cmMakefile.cxx, cmMakefile.h,
28304           cmake.cxx: joins from the main tree
28306 2003-01-22 12:29  hoffman
28308         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
28309           ENH: only run test for working c and cxx compiler once
28311 2003-01-22 12:28  martink
28313         * Modules/CMakeDetermineCCompiler.cmake,
28314           Modules/CMakeDetermineCXXCompiler.cmake,
28315           Modules/CMakeTestCCompiler.cmake,
28316           Modules/CMakeTestCXXCompiler.cmake,
28317           Modules/CheckIncludeFiles.cmake, Modules/FindFLTK.cmake,
28318           Modules/FindImageMagick.cmake, Modules/FindTclsh.cmake,
28319           Modules/FindVTK.cmake, Modules/FindX11.cmake,
28320           Modules/Platform/CYGWIN.cmake, Source/cmMessageCommand.cxx,
28321           Source/cmMessageCommand.h, Source/cmSystemTools.cxx,
28322           Source/cmSystemTools.h, Source/CursesDialog/ccmake.cxx,
28323           Source/CursesDialog/cmCursesMainForm.cxx,
28324           Source/CursesDialog/cmCursesMainForm.h,
28325           Source/cmExportLibraryDependencies.cxx,
28326           Source/cmExportLibraryDependencies.h,
28327           Source/cmFindPackageCommand.cxx, Source/cmFindPackageCommand.h:
28328           joins from the main tree
28330 2003-01-22 11:44  martink
28332         * Source/cmLocalVisualStudio6Generator.cxx: fixed spelling mistake
28334 2003-01-22 11:27  martink
28336         * Source/CursesDialog/ccmake.cxx: spelling fix
28338 2003-01-22 11:21  martink
28340         * Modules/FindOpenGL.cmake: merge from branch
28342 2003-01-22 11:16  martink
28344         * Modules/LinkQT.cmake: removed since no longer used
28346 2003-01-22 11:11  martink
28348         * Modules/FindLATEX.cmake: merge branch change into main tree
28350 2003-01-22 10:40  king
28352         * Source/cmFindPackageCommand.cxx: ENH: Added support for looking
28353           through CMAKE_MODULE_PATH to locate Find<name>.cmake modules.
28355 2003-01-22 10:33  king
28357         * Source/: cmake.cxx, CursesDialog/ccmake.cxx,
28358           CursesDialog/cmCursesMainForm.cxx,
28359           CursesDialog/cmCursesMainForm.h: BUG: Fixed crash when CMAKE_ROOT
28360           cannot be found.
28362 2003-01-22 09:34  hoffman
28364         * Source/cmake.cxx: BUG: fix command line to take -G only
28366 2003-01-22 09:28  king
28368         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: CMake 1.4
28369           configured projects did not build with new CMake.
28371 2003-01-21 17:15  king
28373         * Source/: cmCommands.cxx, cmFindPackageCommand.cxx,
28374           cmFindPackageCommand.h: ENH: Added FIND_PACKAGE command prototyp.
28376 2003-01-21 16:46  king
28378         * Source/cmake.cxx: BUG: Use CMakeDefaultMakeRuleVariables.cmake to
28379           locate modules directory instead of FindVTK.cmake.
28381 2003-01-21 15:03  king
28383         * Modules/FindVTK.cmake: ENH: Updated documentation.
28385 2003-01-21 14:10  andy
28387         * Source/CTest/Curl/CMakeLists.txt: Attempt to cleanup CMake and
28388           try to fix build on some systems
28390 2003-01-21 14:01  andy
28392         * Modules/CheckIncludeFiles.cmake: This list can be really long.
28393           Only display the variable name
28395 2003-01-21 12:50  hoffman
28397         * Modules/CMakeDetermineCCompiler.cmake,
28398           Modules/CMakeDetermineCXXCompiler.cmake,
28399           Modules/CMakeTestCCompiler.cmake,
28400           Modules/CMakeTestCXXCompiler.cmake, Source/cmGlobalGenerator.cxx,
28401           Source/cmGlobalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
28402           Source/cmMessageCommand.cxx, Source/cmMessageCommand.h,
28403           Source/cmSystemTools.cxx, Source/cmSystemTools.h: add a fatal
28404           error, and make sure c and c++ compilers work before using them
28406 2003-01-21 12:41  hoffman
28408         * Modules/Platform/CYGWIN.cmake: use export all symbols on cygwin
28410 2003-01-21 10:59  barre
28412         * Modules/FindImageMagick.cmake: IMPORTANT FIX: be extra-careful
28413           here on WIN32, we do NOT want CMake to look in the system's PATH
28414           env var to search for ImageMagick's convert.exe, otherwise it is
28415           going to pick Microsoft Window's own convert.exe, which is used
28416           to convert FAT partitions to NTFS format ! Depending on the
28417           options passed to convert.exe, there is a good chance you would
28418           kiss your hard-disk good-bye.
28420 2003-01-20 21:15  ibanez
28422         * Modules/FindLATEX.cmake: ENH: PS2PDF_COMPILE added. It looks for
28423           ps2pdf.
28425 2003-01-20 19:17  king
28427         * Source/cmMakefile.cxx: BUG: Fix for custom commands with spaces
28428           in paths.  The arguments were not having spaces escaped.
28430 2003-01-20 18:54  king
28432         * Source/: cmLocalUnixMakefileGenerator.cxx: BUG: Fixed typo in
28433           previous fix.
28435 2003-01-20 18:52  king
28437         * Source/: cmLocalUnixMakefileGenerator.cxx: BUG: Fixed directory
28438           creation for spaces in install path.
28440 2003-01-20 16:59  hoffman
28442         * Source/cmCommands.cxx, Source/cmExportLibraryDependencies.cxx,
28443           Source/cmExportLibraryDependencies.h, Source/cmGlobalGenerator.h,
28444           Source/cmMakefile.h, Tests/Complex/CMakeLists.txt,
28445           Tests/ComplexOneConfig/CMakeLists.txt,
28446           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: add a new command
28447           that allows exports of library dependencies from a project to a
28448           file
28450 2003-01-20 14:39  will
28452         * Modules/FindX11.cmake: BUG: fix missed CMAKE to X11 variable name
28454 2003-01-19 11:42  king
28456         * Source/cmSystemTools.cxx: ENH: Improved CopyFile error messages.
28458 2003-01-18 11:34  king
28460         * Source/cmLocalUnixMakefileGenerator.cxx,
28461           Source/cmLocalUnixMakefileGenerator.h, Templates/install-sh: BUG:
28462           Fixed make install to handle library prefix/suffix settings.
28463           Also fixed support for spaces in paths during make install.
28465 2003-01-17 18:14  king
28467         * Modules/: FindVTK.cmake: BUG: Fix for application of
28468           expand-list-variables.
28470 2003-01-17 18:01  king
28472         * Source/cmLocalUnixMakefileGenerator.cxx,
28473           Source/cmLocalUnixMakefileGenerator.h, Templates/install-sh: ENH:
28474           Support for spaces in paths during make install.
28476 2003-01-17 17:19  king
28478         * Modules/FindAndImportCMakeProject.cmake: ENH: Adding
28479           FIND_AND_IMPORT_CMAKE_PROJECT macro.
28481 2003-01-17 15:15  king
28483         * Utilities/Release/cmake_release.sh: ENH: Added sanity check for
28484           setting of WX_RESOURCES by config_Darwin for osx_install.
28486 2003-01-17 13:35  king
28488         * Utilities/Release/: cmake_release.sh, config_Darwin: ENH:
28489           Prototype for OSX packaging.
28491 2003-01-17 13:35  king
28493         * Utilities/Release/cmake_release.sh: ENH: Cygwin package is now
28494           created in a Cygwin subdirectory.
28496 2003-01-17 13:14  king
28498         * Source/WXDialog/CMakeLists.txt: ENH: Updated version number for
28499           1.6.beta2 release.
28501 2003-01-17 12:51  andy
28503         * Source/WXDialog/CMakeLists.txt: Fix version
28505 2003-01-17 12:27  hoffman
28507         * Source/CTest/Curl/Testing/curltest.c: Fix proxy code and fix
28508           comments to be C comments
28510 2003-01-17 11:57  king
28512         * Utilities/Release/: cmake-cygwin-package.sh, cmake_release.sh,
28513           cygwin-package.sh.in: ENH: Renamed cmake-cygwin-package.sh to
28514           cygwin-package.sh.in and removed executable permission so it
28515           cannot be run accidentally.  It must be run after being renamed
28516           to cmake-${VERSION}-${RELEASE}.
28518 2003-01-17 11:55  king
28520         * Utilities/Release/cmake_release.sh: ENH: clean now removes the
28521           entire release root directory.
28523 2003-01-17 11:51  king
28525         * Utilities/: cmake-cygwin-package.sh, cmake_release_config_aix,
28526           cmake_release_config_darwin, cmake_release_config_hpux,
28527           cmake_release_config_irix, cmake_release_config_linux,
28528           cmake_release_config_osf, cmake_release_config_sun,
28529           cmake_release_cygwin.sh, cmake_release_unix_build.sh,
28530           cmake_release_unix_config.sh, cmake_release_unix_package.sh,
28531           cmake_release_version.sh: ENH: Removing old release scripts and
28532           config files.
28534 2003-01-17 11:42  king
28536         * Utilities/Release/config_OSF1: ENH: Adding OSF release
28537           configuration.
28539 2003-01-17 11:05  king
28541         * Utilities/Release/cmake_release.sh: ENH: Added cygwin release
28542           support.
28544 2003-01-17 10:30  king
28546         * Utilities/Release/cmake-cygwin-package.sh: ENH: Adding cygwin
28547           packaging script to release directory.
28549 2003-01-17 10:28  hoffman
28551         * Source/cmFindPathCommand.cxx,
28552           Tests/Complex/Executable/complex.cxx,
28553           Tests/ComplexOneConfig/Executable/complex.cxx,
28554           Tests/ComplexRelativePaths/Executable/complex.cxx: remove
28555           trailing slash from findpath command
28557 2003-01-17 10:28  hoffman
28559         * Tests/SystemInformation/: DumpInformation.cxx,
28560           SystemInformation.in: add some more prints
28562 2003-01-17 10:21  king
28564         * Utilities/Release/config_Linux: ENH: Removed old setting.
28566 2003-01-17 10:21  king
28568         * Utilities/Release/config_CYGWIN_NT-5.1: ENH: Cygwin release
28569           configuration.
28571 2003-01-17 10:15  andy
28573         * Source/CTest/Curl/Testing/curltest.c: Add proxy support
28575 2003-01-17 09:52  king
28577         * Utilities/Release/cmake_release.sh: ENH: Added support for full
28578           remote packaging and copying back to local machine.  Added
28579           support for uploading to FTP server.
28581 2003-01-17 09:20  king
28583         * Utilities/Release/config_HP-UX: ENH: Linking with
28584           -a,archive_shared instead of -a,archive so that the shared curses
28585           library can be used.
28587 2003-01-17 09:15  king
28589         * Utilities/Release/config_AIX: ERR: Can't build release static on
28590           aix.
28592 2003-01-17 09:08  hoffman
28594         * Utilities/Release/config_AIX: Add AIX config file
28596 2003-01-17 08:56  andy
28598         * Source/cmCTest.cxx: Remove warning about %e and %T
28600 2003-01-17 08:48  andy
28602         * Source/CTest/Curl/config.h.in: Remove unnecessary defines
28604 2003-01-17 08:47  andy
28606         * Source/CTest/Curl/CMakeLists.txt: Fix gcc32 -ansi problem
28608 2003-01-17 08:24  andy
28610         * Source/CTest/Curl/config.h.in: Look for features
28612 2003-01-17 08:24  andy
28614         * Source/CTest/Curl/CMakeLists.txt: More portability issues.
28615           Sigaction is a symbol
28617 2003-01-16 15:47  martink
28619         * Tests/: Complex/Executable/complex.cxx,
28620           ComplexOneConfig/Executable/complex.cxx,
28621           ComplexRelativePaths/Executable/complex.cxx: ENH: fix for
28622           compilers that need _
28624 2003-01-16 14:59  andy
28626         * Source/cmCTest.cxx: Add aix warning
28628 2003-01-16 14:15  andy
28630         * DartConfig.cmake: Add selection of drop method
28632 2003-01-16 14:05  barre
28634         * Utilities/Doxygen/doc_makeall.sh.in: FIX: HHC is now
28635           HTML_HELP_COMPILER
28637 2003-01-16 13:31  ibanez
28639         * Modules/FindFLTK.cmake: FIX: Quotes added around the list of libs
28640           to be added in Apple.
28642 2003-01-16 13:24  ibanez
28644         * Modules/FindFLTK.cmake: ENH: Platform dependent libraries added
28645           for APPLE.
28647 2003-01-16 13:02  andy
28649         * Source/CTest/cmCTestSubmit.cxx: Try to fix aix problem
28651 2003-01-16 12:45  andy
28653         * Source/CTest/cmCTestSubmit.cxx: Add proxy support for triggering
28655 2003-01-16 12:38  hoffman
28657         * Modules/FindFLTK.cmake: ENH: fix for borland and cygwin
28659 2003-01-16 12:30  andy
28661         * Source/CTest/cmCTestSubmit.cxx: Improve submtitting using http
28663 2003-01-16 10:06  andy
28665         * Source/CTest/Curl/: CMakeLists.txt, config.h.in,
28666           Platforms/WindowsCache.cmake: HAVE_GETHOSTNAME is also
28667           unnecessary
28669 2003-01-16 10:03  andy
28671         * Source/CTest/Curl/: CMakeLists.txt, config.h.in,
28672           Platforms/WindowsCache.cmake: Cleanups
28674 2003-01-16 09:57  andy
28676         * Source/CTest/: cmCTestSubmit.cxx, Curl/CMakeLists.txt,
28677           Curl/config.h.in: Improve build, now it should build on mac and
28678           other platforms where include file depend on each other
28680 2003-01-16 08:40  hoffman
28682         * Source/cmMakefile.h: add back GetCMakeInstance
28684 2003-01-16 08:31  hoffman
28686         * Source/cmMakefile.h: fix duplicate member on branch
28688 2003-01-16 08:28  hoffman
28690         * Tests/: Complex/Executable/complex.cxx,
28691           ComplexOneConfig/Executable/complex.cxx,
28692           ComplexRelativePaths/Executable/complex.cxx: ENH: add the config
28693           directory to look for the loadable module
28695 2003-01-15 19:24  king
28697         * Utilities/Release/cmake_release.sh: BUG: error_log function
28698           should return 1 to stop execution of rest of script.
28700 2003-01-15 19:20  king
28702         * Utilities/Release/cmake_release.sh: ENH: Renamed package command
28703           to binary_tarball for clarity.
28705 2003-01-15 19:17  king
28707         * Utilities/Release/: cmake_release.sh, config_HP-UX: ENH: Release
28708           script now exports PATH and LD_LIBRARY_PATH to remove the burden
28709           from the configuration scripts.
28711 2003-01-15 19:14  king
28713         * Utilities/Release/config_HP-UX: BUG: Attempt to fix remote
28714           invocation.
28716 2003-01-15 19:04  king
28718         * Utilities/Release/config_HP-UX: ENH: Enabling verbose makefile
28719           generation for hp-ux build.  This will ease hand-fixing of the
28720           build of ccmake.
28722 2003-01-15 19:02  king
28724         * Utilities/Release/cmake_release.sh: ENH: Cleaned up remote
28725           invocation.
28727 2003-01-15 18:51  king
28729         * Utilities/Release/cmake_release.sh: ENH: Improved clean target.
28731 2003-01-15 18:48  king
28733         * Utilities/Release/cmake_release.sh: BUG: Finished clean target
28734           and fixed grep for cvsroot in ~/.cvspass.
28736 2003-01-15 18:44  king
28738         * Utilities/Release/cmake_release.sh: BUG: CVS login command is
28739           login, not cvs_login.
28741 2003-01-15 18:43  king
28743         * Utilities/Release/config_aix: ERR: Removed old config file.
28745 2003-01-15 18:42  king
28747         * Utilities/Release/: cmake_release.sh, config_Darwin,
28748           config_HP-UX, config_IRIX64, config_Linux, config_SunOS,
28749           config_aix: ENH: New release script prototype.
28751 2003-01-15 18:28  ibanez
28753         * Modules/FindFLTK.cmake: ENH: Libraries are not marked as ADVANCED
28754           now.
28756 2003-01-15 18:02  king
28758         * Source/cmMakefile.h: ERR: Removed duplicate declaration.
28760 2003-01-15 17:45  hoffman
28762         * Source/cmMakefile.h: ENH: fix for ibm build
28764 2003-01-15 17:31  hoffman
28766         * Source/CMakeLists.txt, Source/cmaketest.cxx,
28767           Tests/Complex/Executable/complex.cxx,
28768           Tests/Complex/Library/CMakeLists.txt,
28769           Tests/Complex/Library/moduleFile.c,
28770           Tests/Complex/Library/moduleFile.h,
28771           Tests/ComplexOneConfig/Executable/complex.cxx,
28772           Tests/ComplexOneConfig/Library/CMakeLists.txt,
28773           Tests/ComplexOneConfig/Library/moduleFile.c,
28774           Tests/ComplexOneConfig/Library/moduleFile.h,
28775           Tests/ComplexRelativePaths/Executable/complex.cxx,
28776           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
28777           Tests/ComplexRelativePaths/Library/moduleFile.c,
28778           Tests/ComplexRelativePaths/Library/moduleFile.h: ENH: add testing
28779           for modules and one two config modes for cmaketest
28781 2003-01-15 17:02  hoffman
28783         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
28784           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: use module on
28785           all platforms
28787 2003-01-15 15:32  hoffman
28789         * Modules/FindOpenGL.cmake: fix from head
28791 2003-01-15 15:02  hoffman
28793         * Modules/FindOpenGL.cmake: BUG: fix for OSX with x11 gl stuff
28795 2003-01-15 13:25  hoffman
28797         * Modules/Platform/Windows-bcc32.cmake: merge with head fix for
28798           borland flag and bad set statment
28800 2003-01-15 13:22  hoffman
28802         * Modules/Platform/Windows-bcc32.cmake: BUG: fix flags for borland
28803           link shared and module
28805 2003-01-15 13:14  hoffman
28807         * Modules/FindOpenGL.cmake: BUG: make sure set command has proper
28808           quoting
28810 2003-01-15 13:12  hoffman
28812         * Modules/FindOpenGL.cmake: quote the variable
28814 2003-01-15 11:59  hoffman
28816         * Modules/FindTclsh.cmake: look for cygtcl83
28818 2003-01-15 11:32  king
28820         * CMakeLists.txt: ENH: Merge of backward compatability changes from
28821           trunk.
28823 2003-01-15 11:17  king
28825         * Utilities/cmake_release_version.sh: ENH: Updated version for
28826           1.6.beta2 release.
28828 2003-01-15 11:03  martink
28830         * Source/cmMakefile.h: updated patch level
28832 2003-01-14 22:10  andy
28834         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Add support
28835           for http submit. Also, add support for proxy, but it does not
28836           work yet.
28838 2003-01-14 22:10  andy
28840         * Source/cmCTest.cxx: Add support for http submit
28842 2003-01-14 19:06  barre
28844         * Source/CTest/Curl/.NoDartCoverage: somebody is playing with the
28845           contributions :)
28847 2003-01-14 09:53  andy
28849         * Source/CTest/Curl/CMakeLists.txt: Fix problem with sigsetjmp
28851 2003-01-14 09:53  andy
28853         * Source/: cmMakefile.cxx, cmMakefile.h: Make GetCMakeInstance
28854           private and clean cxx file
28856 2003-01-14 09:12  andy
28858         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
28859           base64.h, ca-bundle.h, connect.c, connect.h, content_encoding.c,
28860           content_encoding.h, cookie.c, cookie.h, dict.c, dict.h, easy.c,
28861           escape.c, escape.h, file.c, file.h, formdata.c, formdata.h,
28862           ftp.c, ftp.h, getenv.c, getinfo.c, getinfo.h, getpass.c,
28863           getpass.h, hash.c, hash.h, hostip.c, hostip.h, http.c, http.h,
28864           http_chunks.c, http_chunks.h, if2ip.c, if2ip.h, krb4.c, krb4.h,
28865           ldap.c, ldap.h, llist.c, llist.h, memdebug.c, memdebug.h,
28866           mprintf.c, multi.c, netrc.c, netrc.h, progress.c, progress.h,
28867           security.c, security.h, sendf.c, sendf.h, setup.h, share.h,
28868           speedcheck.c, speedcheck.h, ssluse.c, ssluse.h, strequal.c,
28869           strequal.h, strtok.c, strtok.h, telnet.c, telnet.h, timeval.c,
28870           timeval.h, transfer.c, transfer.h, url.c, url.h, urldata.h,
28871           version.c, curl/curl.h, curl/easy.h, curl/mprintf.h,
28872           curl/multi.h, curl/stdcheaders.h, curl/types.h: New Curl version
28873           7.10.3
28875 2003-01-13 10:15  martink
28877         * Modules/CheckSymbolExists.cmake: join from head
28879 2003-01-13 10:11  martink
28881         * Modules/FindQt.cmake: merge from branch
28883 2003-01-13 10:07  martink
28885         * Modules/Platform/Linux-como.cmake: joined to head
28887 2003-01-13 10:04  martink
28889         * Source/cmLocalVisualStudio6Generator.cxx,
28890           Tests/Complex/Library/testConly.c,
28891           Tests/ComplexOneConfig/Library/testConly.c,
28892           Tests/ComplexRelativePaths/Library/testConly.c: joined to head
28894 2003-01-13 09:30  hoffman
28896         * Source/cmLocalVisualStudio6Generator.cxx,
28897           Tests/Complex/Library/testConly.c,
28898           Tests/ComplexOneConfig/Library/testConly.c,
28899           Tests/ComplexRelativePaths/Library/testConly.c: BUG: fix
28900           CMAKE_C_FLAGS for visual studio 6, and add a test case
28902 2003-01-13 09:27  martink
28904         * Modules/CheckIncludeFileCXX.cmake: joined to head
28906 2003-01-13 09:24  martink
28908         * Modules/FindPNG.cmake: fixed typo
28910 2003-01-13 09:22  martink
28912         * Modules/: TestForANSIForScope.cmake, TestForSTDNamespace.cmake:
28913           joined to head
28915 2003-01-13 09:12  martink
28917         * Modules/: CMakeVS6BackwardCompatibility.cmake,
28918           CMakeVS7BackwardCompatibility.cmake, CheckTypeSize.cmake,
28919           FindX11.cmake: joined to head
28921 2003-01-13 09:09  martink
28923         * Source/cmake.cxx, Source/cmake.h, Modules/FindOpenGL.cmake,
28924           Modules/CMakeBackwardCompatibilityC.cmake,
28925           Modules/CMakeBackwardCompatibilityCXX.cmake: joined to head
28927 2003-01-13 09:06  martink
28929         * Source/: cmMakefile.cxx, cmVariableWatch.h: joined to head
28931 2003-01-13 09:02  martink
28933         * Source/: cmGlobalGenerator.cxx,
28934           cmLocalVisualStudio6Generator.cxx: joined to head
28936 2003-01-13 08:51  martink
28938         * Source/cmAbstractFilesCommand.cxx: joined
28940 2003-01-13 08:50  martink
28942         * Source/CMakeLists.txt: added install target
28944 2003-01-13 08:14  andy
28946         * Source/cmLocalVisualStudio6Generator.cxx: Add space between
28947           arguments
28949 2003-01-12 22:28  andy
28951         * Modules/CheckSymbolExists.cmake: Add macro for checking if symbol
28952           exists
28954 2003-01-12 22:27  andy
28956         * Source/CTest/Curl/CMakeLists.txt: Make it work on cygwin
28958 2003-01-12 11:01  andy
28960         * Source/CTest/Curl/Testing/curltest.c: Test on simpler pages
28962 2003-01-12 10:58  andy
28964         * Source/CTest/Curl/Platforms/WindowsCache.cmake: Because of
28965           borland, this should be autodetected
28967 2003-01-12 10:50  andy
28969         * Source/cmLocalVisualStudio6Generator.cxx: Use C flags too. Not
28970           exactly the right solution but it will have to do for now.
28972 2003-01-11 21:47  andy
28974         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Add triggering
28976 2003-01-11 21:47  andy
28978         * Source/cmCTest.cxx: Fix time output and add triggering
28980 2003-01-11 15:42  andy
28982         * Source/CTest/Curl/Testing/curltest.c: Better page, so the
28983           resulting dart page will not refresh
28985 2003-01-11 11:27  andy
28987         * Source/CTest/Curl/Platforms/WindowsCache.cmake: Try to fix cygwin
28988           build
28990 2003-01-11 10:57  andy
28992         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt,
28993           CTest/Curl/Platforms/WindowsCache.cmake: Fix testing of curl on
28994           windows
28996 2003-01-10 20:22  andy
28998         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt,
28999           CTest/Curl/Testing/curltest.c: Add curl testing
29001 2003-01-10 20:08  andy
29003         * Source/CTest/Curl/multi.h: Remove old file
29005 2003-01-10 20:06  andy
29007         * Source/CTest/Curl/curl/: curl.h, multi.h: Add missing header file
29009 2003-01-10 17:31  hoffman
29011         * CMakeLists.txt: ENH: make it work with cmake 1.6 with no
29012           backwards compatibility
29014 2003-01-10 16:05  andy
29016         * Source/CTest/Curl/curl/curl.h: Try to fix building of tests
29018 2003-01-10 15:54  andy
29020         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: Add
29021           another AIX test
29023 2003-01-10 15:52  hoffman
29025         * Source/CTest/Curl/: CMakeLists.txt, config.h.in: AIX fixes
29027 2003-01-10 11:10  andy
29029         * Source/CTest/Curl/CMakeLists.txt: Fix nonblocking problem
29031 2003-01-10 11:07  martink
29033         * Source/cmGlobalGenerator.cxx: fix warnings
29035 2003-01-10 10:25  andy
29037         * Source/CTest/Curl/Platforms/WindowsCache.cmake: More windows
29039 2003-01-10 10:25  andy
29041         * Source/CTest/Curl/CMakeLists.txt: On Windows we need winmm
29043 2003-01-10 09:47  andy
29045         * Source/CTest/Curl/url.c: Fixed persistant connection problem
29047 2003-01-10 09:02  martink
29049         * Source/cmake.cxx: compiler warning
29051 2003-01-10 08:08  andy
29053         * Source/CTest/Curl/config.h.in: Forgot to move gethostname
29055 2003-01-10 07:50  andy
29057         * Source/CTest/cmCTestSubmit.cxx: Method should return something
29059 2003-01-09 23:26  andy
29061         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
29062           base64.h, ca-bundle.h, config.h.in, connect.c, connect.h,
29063           content_encoding.c, content_encoding.h, cookie.c, cookie.h,
29064           dict.c, dict.h, easy.c, escape.c, escape.h, file.c, file.h,
29065           formdata.c, formdata.h, ftp.c, ftp.h, getenv.c, getinfo.c,
29066           getinfo.h, getpass.c, getpass.h, hash.c, hash.h, hostip.c,
29067           hostip.h, http.c, http.h, http_chunks.c, http_chunks.h, if2ip.c,
29068           if2ip.h, krb4.c, krb4.h, ldap.c, ldap.h, llist.c, llist.h,
29069           memdebug.c, memdebug.h, mprintf.c, multi.c, netrc.c, netrc.h,
29070           progress.c, progress.h, security.c, security.h, sendf.c, sendf.h,
29071           setup.h, speedcheck.c, speedcheck.h, ssluse.c, ssluse.h,
29072           strequal.c, strequal.h, strtok.c, strtok.h, telnet.c, telnet.h,
29073           timeval.c, timeval.h, transfer.c, transfer.h, url.c, url.h,
29074           urldata.h, version.c, curl/curl.h, curl/easy.h, curl/mprintf.h,
29075           curl/stdcheaders.h, curl/types.h: New version of libcurl
29077 2003-01-09 15:54  martink
29079         * Modules/FindOpenGL.cmake: better fix for win32
29081 2003-01-09 14:00  martink
29083         * Modules/FindOpenGL.cmake: update to not put PROJECT_SOURCE_DIR as
29084           OPENGL_PATH
29086 2003-01-09 12:18  martink
29088         * Source/: cmake.cxx, cmake.h, cmGlobalGenerator.cxx,
29089           cmGlobalGenerator.h: fix bug in env settings
29091 2003-01-09 11:35  martink
29093         * Source/: cmMakefile.cxx, cmVariableWatch.h: more option on var
29094           watches
29096 2003-01-09 11:34  martink
29098         * Modules/CheckTypeSize.cmake: minor fix to backw compat
29100 2003-01-09 11:32  hoffman
29102         * Source/cmGlobalGenerator.cxx: fix warning
29104 2003-01-09 11:28  hoffman
29106         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h: restore the
29107           environment for cxx and cc in global generator
29109 2003-01-09 11:27  hoffman
29111         * Source/cmVariableWatch.h: use cmstdstring in maps
29113 2003-01-09 09:16  hoffman
29115         * Source/cmVariableWatch.h: fix syntax for addwatch
29117 2003-01-09 08:50  martink
29119         * Modules/: CMakeVS6BackwardCompatibility.cmake,
29120           CMakeVS7BackwardCompatibility.cmake: added big endian stuff
29122 2003-01-09 08:47  martink
29124         * Source/cmGlobalGenerator.cxx: only load bw compat if
29125           CMAKE_BACK... is set
29127 2003-01-09 08:47  martink
29129         * Source/cmake.cxx: added watches for access of bw compat vars
29131 2003-01-09 08:44  martink
29133         * Source/cmAbstractFilesCommand.cxx: now complains more
29135 2003-01-08 15:08  andy
29137         * Source/CTest/Curl/: CMakeLists.txt, WindowsCache.cmake,
29138           Platforms/WindowsCache.cmake, Platforms/config-aix.h: Reorganize
29140 2003-01-08 14:41  hoffman
29142         * Utilities/cmake_release_config_aix: release script for aix
29144 2003-01-08 13:24  andy
29146         * Source/: CMakeLists.txt, Makefile.in, cmMakefile.cxx,
29147           cmMakefile.h, cmVariableWatch.cxx, cmVariableWatch.h, cmake.cxx,
29148           cmake.h: Add variable watch support on the branch
29150 2003-01-08 13:24  andy
29152         * Source/cmTryCompileCommand.cxx: Merge try compile fixes to branch
29154 2003-01-08 12:59  andy
29156         * Source/: CMakeLists.txt, Makefile.in, cmMakefile.cxx,
29157           cmMakefile.h, cmVariableWatch.cxx, cmVariableWatch.h, cmake.cxx,
29158           cmake.h: Add option of watching variables
29160 2003-01-08 12:12  hoffman
29162         * Modules/CMakeBackwardCompatibilityCXX.cmake,
29163           Modules/CheckIncludeFileCXX.cmake,
29164           Modules/TestForANSIForScope.cmake,
29165           Modules/TestForSTDNamespace.cmake,
29166           Source/cmTryCompileCommand.cxx: ENH: only force the use of ansi
29167           flags in backwards mode
29169 2003-01-08 11:58  iscott
29171         * Modules/FindQt.cmake: mark all variables advanced
29173 2003-01-08 11:53  andy
29175         * Tests/X11/CMakeLists.txt: Change name of variable
29177 2003-01-08 11:45  andy
29179         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: Fix
29180           FindX11 to match convention
29182 2003-01-08 10:48  iscott
29184         * Modules/: FindMPEG2.cmake, FindPNG.cmake, FindSDL.cmake,
29185           LinkQT.cmake: LinkQT.cmake has been deprecated for ages, removed
29186           it now.  Fixed mistake in FindPNG.cmake Donated FindMPEG2 and
29187           FindSDL from VXL.
29189 2003-01-07 22:24  andy
29191         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Implement FTP
29192           uploading
29194 2003-01-07 22:23  andy
29196         * Source/CTest/CMakeLists.txt: Add more places to search for
29197           library, also include curl directory when compiling
29199 2003-01-07 22:23  andy
29201         * Source/cmCTest.cxx: New signature
29203 2003-01-07 20:28  andy
29205         * Source/CTest/Curl/curl/: curl.h, easy.h, mprintf.h,
29206           stdcheaders.h, types.h: Initial import
29208 2003-01-07 15:04  hoffman
29210         * CMakeLists.txt: ENH: fix install of cmake.1
29212 2003-01-07 14:57  hoffman
29214         * CMakeLists.txt: fix reg ex for install cmake man
29216 2003-01-07 13:52  martink
29218         * Source/CMakeLists.txt: adde dinstall for cmCPluginAPI.h
29220 2003-01-07 13:19  hoffman
29222         * CMakeLists.txt, Templates/CMakeLists.txt: ENH: fix install and
29223           initial prefix
29225 2003-01-07 13:05  hoffman
29227         * Templates/CMakeLists.txt: ENH: fix install target for templates
29229 2003-01-07 12:54  hoffman
29231         * Templates/: cconfigure, cconfigure.in, cxxconfigure,
29232           cxxconfigure.in: remove unused files
29234 2003-01-07 12:05  hoffman
29236         * CMakeLists.txt: use bootstrap initial flags
29238 2003-01-07 10:22  king
29240         * Utilities/cmake_release_config_irix: BUG: Version number on rolle
29241           is 6.4, not 6.5.
29243 2003-01-06 23:13  andy
29245         * Source/: cmCTest.cxx, cmCTest.h: Work on submitting
29247 2003-01-06 23:07  andy
29249         * Source/CTest/: CMakeLists.txt, cmCTestSubmit.cxx,
29250           cmCTestSubmit.h: Start working on improved test
29252 2003-01-06 21:17  andy
29254         * Source/CTest/Curl/: CMake/CurlTests.c, Testing/CMakeLists.txt,
29255           Testing/curlgtk.c, Testing/ftpget.c, Testing/ftpgetresp.c,
29256           Testing/ftpupload.c, Testing/getinmemory.c, Testing/http-post.c,
29257           Testing/httpput.c, Testing/multithread.c, Testing/persistant.c,
29258           Testing/postit2.c, Testing/sepheaders.c, Testing/simple.c,
29259           Testing/simplessl.c, Testing/testconfig.h.in,
29260           Testing/win32sockets.c: Initial import
29262 2003-01-06 21:13  andy
29264         * Source/CTest/Curl/: CMakeLists.txt, WindowsCache.cmake,
29265           arpa_telnet.h, base64.c, base64.h, config.h.in, connect.c,
29266           connect.h, cookie.c, cookie.h, dict.c, dict.h, dllinit.c, easy.c,
29267           escape.c, escape.h, file.c, file.h, formdata.c, formdata.h,
29268           ftp.c, ftp.h, getdate.c, getdate.h, getenv.c, getinfo.c,
29269           getinfo.h, getpass.c, getpass.h, hash.c, hash.h, hostip.c,
29270           hostip.h, http.c, http.h, http_chunks.c, http_chunks.h, if2ip.c,
29271           if2ip.h, inet_ntoa_r.h, krb4.c, krb4.h, ldap.c, ldap.h, llist.c,
29272           llist.h, memdebug.c, memdebug.h, mprintf.c, multi.c, multi.h,
29273           netrc.c, netrc.h, progress.c, progress.h, security.c, security.h,
29274           sendf.c, sendf.h, setup.h, speedcheck.c, speedcheck.h, ssluse.c,
29275           ssluse.h, strequal.c, strequal.h, strtok.c, strtok.h, telnet.c,
29276           telnet.h, timeval.c, timeval.h, transfer.c, transfer.h, url.c,
29277           url.h, urldata.h, version.c: Initial import
29279 2003-01-06 16:09  king
29281         * Utilities/cmake_release_config_hpux: ERR: Fixes for linking
29282           statically with -ldld.
29284 2003-01-06 15:41  hoffman
29286         * ChangeLog.txt: ENH: update change log for new version
29288 2003-01-06 15:21  king
29290         * Utilities/cmake_release_config_sun: ERR: Fix for building static
29291           with -ldl on sun.
29293 2003-01-06 14:56  king
29295         * Utilities/cmake_release_config_linux: ERR: Fixed typo.
29297 2003-01-06 14:30  biddi
29299         * Source/cmVTKWrapTclCommand.cxx: Fix a problem with TCL wrapping
29300           if the source files have a relative path.  The dependency is not
29301           correctly handled
29303 2003-01-06 14:27  king
29305         * Utilities/: cmake_release_config_hpux,
29306           cmake_release_config_linux, cmake_release_config_sun: ENH:
29307           Updated for static executable.
29309 2003-01-06 11:31  king
29311         * Utilities/cmake_release_version.sh: ENH: Updated for 1.6 beta 1
29312           release.
29314 2003-01-06 11:23  king
29316         * Utilities/: cmake_release_config_darwin,
29317           cmake_release_config_hpux, cmake_release_config_irix,
29318           cmake_release_config_linux, cmake_release_config_osf,
29319           cmake_release_config_sun, cmake_release_cygwin.sh,
29320           cmake_release_unix_config.sh, cmake_release_version.sh: ENH:
29321           Updated for CMake 1.6 release.  Version number is now in a single
29322           file that is sourced by all others.
29324 2003-01-06 10:58  martink
29326         * Source/: cmCPluginAPI.h: updated version
29328 2003-01-06 10:58  king
29330         * Source/WXDialog/CMakeLists.txt: ERR: Fixed space problem for OSX
29331           and Rez.
29333 2003-01-06 10:43  martink
29335         * CMake.rtf: updated docs
29337 2003-01-06 10:37  king
29339         * Source/WXDialog/CMakeLists.txt: ENH: Fixed space problem for Rez.
29341 2003-01-06 09:39  martink
29343         * Source/: cmMakefile.h: update version
29345 2003-01-06 09:36  martink
29347         * Source/cmMakefile.h: updated version
29349 2003-01-06 09:32  king
29351         * Modules/Platform/Linux-como.cmake: ENH: Added shared library
29352           settings.
29354 2003-01-06 09:04  hoffman
29356         * Modules/: CMakeDetermineCCompiler.cmake,
29357           CMakeDetermineCXXCompiler.cmake: ENH: look for AIX compiler as
29358           well
29360 2003-01-06 08:39  hoffman
29362         * Modules/Platform/OSF1.cmake: add shared path for OSF
29364 2003-01-05 11:24  hoffman
29366         * Modules/Platform/OSF1.cmake: BUG: revert back to rpath,
29368 2003-01-03 20:26  andy
29370         * Modules/CheckTypeSize.cmake: Remove debug
29372 2003-01-03 20:03  andy
29374         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
29375           CheckTypeSize.cmake, CheckVariableExists.cmake: Fix problems with
29376           required flags
29378 2003-01-03 19:21  andy
29380         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
29381           CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
29382           CheckTypeSize.cmake, CheckVariableExists.cmake: Add required
29383           flags
29385 2003-01-03 17:36  king
29387         * Modules/FindPythonLibs.cmake: ENH: Find python framework on Mac
29388           OSX.
29390 2003-01-03 16:23  hoffman
29392         * Modules/Platform/OSF1.cmake: try to fix rpath on OSF
29394 2003-01-03 16:14  andy
29396         * Tests/COnly/libc2.h: Fix problem with test on Borland
29398 2003-01-03 08:12  hoffman
29400         * Modules/Platform/SunOS.cmake: BUG: bad rpath flag for suns
29402 2003-01-02 10:27  king
29404         * Source/cmCPluginAPI.h: ENH: Changed magic numbers to reserved.
29405           Added CMAKE_VERSION_MAJOR and CMAKE_VERSION_MINOR macros to allow
29406           commands to do conditional compilation across multiple versions
29407           of CMake.
29409 2003-01-02 09:57  king
29411         * Modules/CMakeBackwardCompatibilityC.cmake: BUG: Don't add
29412           -I/usr/include as an X_CFLAGS setting.
29414 2003-01-02 09:57  king
29416         * Modules/FindX11.cmake: BUG: Fixed ordering of X11 search.
29418 2003-01-02 09:06  andy
29420         * Tests/COnly/CMakeLists.txt: Rename libraries from c1 to testc1
29422 2003-01-02 08:51  hoffman
29424         * Modules/Platform/: AIX.cmake, OSF1.cmake, SunOS.cmake: clean up
29425           some c/cxx issues
29427 2003-01-01 18:00  andy
29429         * Modules/CheckIncludeFiles.cmake: Add macro for checking if a
29430           swequence of includes can be includes
29432 2003-01-01 17:35  andy
29434         * Tests/COnly/CMakeLists.txt: Test conversion from ascii to string
29436 2003-01-01 17:34  andy
29438         * Source/: cmStringCommand.cxx, cmStringCommand.h: Add a way to
29439           convert ascii to string
29441 2003-01-01 16:25  andy
29443         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
29444           CheckTypeSize.cmake, CheckVariableExists.cmake: To prevent cmake
29445           from breaking up arguments, put quotes around them
29447 2003-01-01 15:02  andy
29449         * Modules/CheckVariableExists.cmake: Add a way to add custom
29450           libraries to the mix. Also add status reporting
29452 2003-01-01 15:01  andy
29454         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
29455           CheckTypeSize.cmake: Add a way to add custom libraries to the mix
29457 2003-01-01 14:26  andy
29459         * Tests/COnly/: libc2.c, libc2.h: Shared library should export
29460           symbols on windows
29462 2002-12-31 15:22  andy
29464         * Tests/COnly/: CMakeLists.txt, conly.c, libc1.c, libc1.h, libc2.c,
29465           libc2.h: Test also stating and shared libraries
29467 2002-12-31 13:08  king
29469         * Modules/: CMakeDefaultMakeRuleVariables.cmake,
29470           Platform/Darwin.cmake, Platform/HP-UX.cmake,
29471           Platform/Linux-como.cmake, Platform/Windows-bcc32.cmake,
29472           Platform/Windows-cl.cmake: ENH: Added <LINK_FLAGS> to link rules.
29474 2002-12-31 12:59  king
29476         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: When there are no
29477           link flags, we want an empty string, not a null pointer.
29479 2002-12-31 12:41  king
29481         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Support LINK_FLAGS
29482           property for static libraries.
29484 2002-12-30 11:48  hoffman
29486         * Modules/Platform/AIX.cmake: ENH: fix shared libraries on AIX
29488 2002-12-30 11:02  king
29490         * Modules/CMakeBackwardCompatibilityC.cmake, Modules/CheckSizeOf.c,
29491           Modules/CheckSizeOf.cmake, Modules/CheckTypeSize.c,
29492           Modules/CheckTypeSize.cmake, Tests/LoadCommand/CMakeLists.txt,
29493           Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: Renamed
29494           Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with
29495           the macro name that is defined by the module.
29497 2002-12-30 08:18  andy
29499         * Source/cmSystemTools.cxx: Fix problem on windows with network
29500           paths
29502 2002-12-30 07:47  hoffman
29504         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
29505           cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
29506           cmAddExecutableCommand.h, cmAddTestCommand.h,
29507           cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
29508           cmBuildNameCommand.h, cmFLTKWrapUICommand.h: ENH: clean up docs
29509           some
29511 2002-12-27 11:14  starreveld
29513         * Modules/FindPythonLibs.cmake: ENH: find python framework and
29514           include files on OSX
29516 2002-12-26 19:59  andy
29518         * Modules/CMakeJavaCompiler.cmake.in: If there is no java compiler
29519           report error on ADD_JAVA_LIBRARY
29521 2002-12-26 13:58  andy
29523         * Modules/Platform/Windows-cl.cmake: Add missing closing bracket
29525 2002-12-23 12:19  hoffman
29527         * Source/cmSystemTools.h: ENH: fix for AIX
29529 2002-12-23 09:51  hoffman
29531         * Source/cmLocalUnixMakefileGenerator.cxx: WAR: remove warinings
29533 2002-12-23 09:25  hoffman
29535         * Source/cmSystemTools.cxx: ENH: handle // in the path
29537 2002-12-22 15:19  hoffman
29539         * Modules/Platform/Windows-bcc32.cmake,
29540           Source/cmLocalUnixMakefileGenerator.cxx: ENH: fixes for borland
29541           with spaces in the path
29543 2002-12-22 11:50  hoffman
29545         * Source/cmLocalUnixMakefileGenerator.cxx: clean up warning and use
29546           more short paths
29548 2002-12-22 10:09  barre
29550         * Modules/: Documentation.cmake, FindHTMLHelp.cmake, FindHhc.cmake:
29551           ENH: it's time to create a real Microsoft HTML Help Workshop
29552           CMake module
29554 2002-12-21 11:14  hoffman
29556         * Source/: cmGetTargetPropertyCommand.cxx,
29557           cmGetTargetPropertyCommand.h, cmSetTargetPropertiesCommand.cxx,
29558           cmSetTargetPropertiesCommand.h: ENH: add target properties files
29560 2002-12-20 17:15  hoffman
29562         * Source/cmCommands.cxx, Source/cmLocalUnixMakefileGenerator.cxx,
29563           Source/cmTarget.cxx, Source/cmTarget.h,
29564           Tests/Complex/Library/CMakeLists.txt,
29565           Tests/ComplexOneConfig/Library/CMakeLists.txt,
29566           Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: add
29567           target properties
29569 2002-12-20 16:15  king
29571         * Source/cmVTKWrapTclCommand.cxx: ERR: Tcl_PkgProvide takes char*,
29572           so we cannot pass a string literal to it.
29574 2002-12-20 12:59  king
29576         * Modules/Platform/Windows-cl.cmake,
29577           Source/cmGlobalVisualStudio6Generator.cxx,
29578           Source/cmGlobalVisualStudio6Generator.h,
29579           Source/cmGlobalVisualStudio7Generator.cxx,
29580           Source/cmGlobalVisualStudio7Generator.h,
29581           Templates/CMakeVisualStudio6Configurations.cmake: ENH: Visual
29582           Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be
29583           a semicolon-separated list of configurations that will be built.
29585 2002-12-20 11:56  barre
29587         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: FIX:
29588           make CMAKE_X_LIBS and CMAKE_X_CFLAGS advanced
29590 2002-12-20 11:20  hoffman
29592         * Source/cmGlobalUnixMakefileGenerator.cxx: ENH: add a check to
29593           make sure cmake can find the c or C++ compiler for trycompile
29595 2002-12-20 11:20  hoffman
29597         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
29598           ComplexRelativePaths/CMakeLists.txt: BUG: fix for backwards
29599           compatibility
29601 2002-12-20 10:23  martink
29603         * Source/: cmSourceFilesCommand.cxx, cmake.cxx: testing more
29604           agressive compatability settings
29606 2002-12-20 09:43  king
29608         * Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tk if it
29609           is available.
29611 2002-12-20 09:42  king
29613         * Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tcl if it
29614           is available.
29616 2002-12-19 15:34  hoffman
29618         * Source/cmGlobalGenerator.cxx: BUG: enable the languages when not
29619           running in global mode
29621 2002-12-19 12:51  hoffman
29623         * Modules/CMakeSystemSpecificInformation.cmake: better docs
29625 2002-12-19 12:51  hoffman
29627         * Modules/Platform/Windows-cl.cmake: ENH: make linker flags use
29628           init values so users can set them from the cache
29630 2002-12-18 16:58  king
29632         * Source/cmVTKWrapTclCommand.cxx: ENH: Tcl packages now
29633           Tcl_PkgProvide their own name and version.
29635 2002-12-18 10:52  king
29637         * Modules/Platform/gcc.cmake: ENH: Adding build type flags for C.
29639 2002-12-18 09:38  king
29641         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: ERR: Project
29642           name and executable name should match for consistency in the X11
29643           test.
29645 2002-12-17 17:05  king
29647         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Added return type
29648           int to ExecuteCommand.
29650 2002-12-17 14:55  king
29652         * Source/cmFLTKWrapUICommand.cxx: BUG: Need at least 2 arguments,
29653           not exactly 2.
29655 2002-12-17 14:55  king
29657         * Source/cmListFileCache.h: ERR: Added operator != for SGI.
29659 2002-12-17 14:54  hoffman
29661         * Modules/: CMakeDetermineCCompiler.cmake,
29662           CMakeDetermineCXXCompiler.cmake,
29663           CMakeDetermineJavaCompiler.cmake, CMakeDetermineSystem.cmake,
29664           CMakeSystemSpecificInformation.cmake, CheckFunctionExists.cmake,
29665           CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake,
29666           CheckLibraryExists.cmake, CheckSizeOf.cmake,
29667           CheckVariableExists.cmake, TestBigEndian.cmake,
29668           TestCXXAcceptsFlag.cmake, TestForANSIForScope.cmake,
29669           TestForSTDNamespace.cmake: ENH: use CMAKE_ROOT and not PROJECT_
29670           for try compile stuff, this allows projects within projects to
29671           have different languages
29673 2002-12-17 13:28  king
29675         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: BUG: Renamed X11
29676           test executable to useX11 to avoid conflict with name of library.
29678 2002-12-17 12:56  martink
29680         * Source/cmLocalVisualStudio6Generator.cxx: better handling of
29681           Module
29683 2002-12-17 12:11  andy
29685         * Source/cmake.cxx: Save directories when doing global build
29687 2002-12-17 11:58  king
29689         * Source/cmMacroCommand.cxx: ENH: Improved error message for macro
29690           invoked with incorrect number of arguments.
29692 2002-12-17 11:57  king
29694         * Source/cmTryCompileCommand.cxx: ENH: TryCompile should produce a
29695           verbose makefile.
29697 2002-12-17 11:55  king
29699         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: ENH:
29700           FindX11.cmake module now almost fully duplicates old configure
29701           functionality.
29703 2002-12-17 10:04  martink
29705         * Source/cmLocalVisualStudio7Generator.cxx: some clean up in link
29706           directories
29708 2002-12-16 21:19  andy
29710         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h, ctest.cxx,
29711           ctest.h: Split ctest into two three files
29713 2002-12-16 18:28  king
29715         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Cannot remove
29716           quotes from defined flags.
29718 2002-12-16 12:13  andy
29720         * Source/cmake.cxx: Fix switching from local to global generation
29721           when cmake version changes or when things change inside version
29723 2002-12-16 11:10  king
29725         * Source/cmake.cxx: ENH: Added copy_if_different option to -E flag.
29727 2002-12-16 09:39  king
29729         * Source/: cmLocalVisualStudio6Generator.cxx,
29730           cmLocalVisualStudio7Generator.cxx: BUG: Fixed quotes in output
29731           paths.
29733 2002-12-15 13:45  andy
29735         * Source/: ctest.cxx, ctest.h: Add support for only showing what
29736           will be done. This way you can for example get a list of all
29737           tests: ctest -N or list of all tests that match regex: ctest -N
29738           -R regex
29740 2002-12-13 17:35  king
29742         * Tests/: Complex/CMakeLists.txt,
29743           Complex/cmTestGeneratedHeader.h.in,
29744           Complex/Executable/CMakeLists.txt,
29745           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
29746           ComplexOneConfig/cmTestGeneratedHeader.h.in,
29747           ComplexOneConfig/Executable/CMakeLists.txt,
29748           ComplexOneConfig/Executable/complex.cxx,
29749           ComplexRelativePaths/CMakeLists.txt,
29750           ComplexRelativePaths/cmTestGeneratedHeader.h.in,
29751           ComplexRelativePaths/Executable/CMakeLists.txt,
29752           ComplexRelativePaths/Executable/complex.cxx: ENH: Added test for
29753           generated header included by non-generated source.
29755 2002-12-13 17:34  king
29757         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Need source file
29758           and OBJECT_DEPENDS as dependencies of an object file.
29760 2002-12-13 16:16  king
29762         * Source/: cmLocalUnixMakefileGenerator.cxx,
29763           cmLocalUnixMakefileGenerator.h,
29764           cmLocalVisualStudio6Generator.cxx,
29765           cmLocalVisualStudio7Generator.cxx,
29766           cmSetSourceFilesPropertiesCommand.cxx: ENH: Added source file
29767           property OBJECT_DEPENDS to support generated header files
29768           included in non-generated sources.
29770 2002-12-13 14:58  king
29772         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
29773           CheckIncludeFileCXX.cmake, CheckLibraryExists.cmake,
29774           CheckSizeOf.cmake, CheckVariableExists.cmake: ENH: Don't repeat
29775           check even if answer was no.
29777 2002-12-13 09:52  martink
29779         * Source/cmIfCommand.cxx: made more strict
29781 2002-12-13 09:27  martink
29783         * Source/: ctest.cxx, cmCPluginAPI.cxx: fixed warnings
29785 2002-12-13 09:18  king
29787         * Source/: cmFunctionBlocker.h, cmIfCommand.h: ERR: Fixed unused
29788           parameter warning.
29790 2002-12-12 17:48  hoffman
29792         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: Make try
29793           compile add a depend to re-run cmake if its source chagnes
29795 2002-12-12 12:02  king
29797         * Utilities/: cmake_release_config_darwin,
29798           cmake_release_config_hpux, cmake_release_config_irix,
29799           cmake_release_config_linux, cmake_release_config_osf,
29800           cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated
29801           for 1.4.7 release.
29803 2002-12-12 11:51  martink
29805         * Source/cmMakefile.h: updated to patch7
29807 2002-12-12 11:36  king
29809         * Source/: cmListFileCache.cxx, cmListFileCache.h,
29810           cmMacroCommand.cxx, cmMakefile.cxx, cmMakefile.h, ctest.cxx: ENH:
29811           Improved filename/line number reporting in error message.  Macro
29812           invocations now chain up the error message.
29814 2002-12-12 10:25  king
29816         * Modules/CMakeTestGNU.c: ERR: Fixed syntax errors for picky
29817           preprocessors.
29819 2002-12-12 10:25  king
29821         * Modules/: CMakeDetermineCCompiler.cmake,
29822           CMakeDetermineCXXCompiler.cmake: ERR: Need double-quotes around
29823           expression to be mached in IF command.
29825 2002-12-12 10:10  king
29827         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
29828           ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.cmake,
29829           ComplexRelativePaths/CMakeLists.txt,
29830           ComplexRelativePaths/VarTests.cmake: BUG: Can't double-quote
29831           foreach arguments.
29833 2002-12-12 08:42  martink
29835         * Tests/Wrapping/CMakeLists.txt: now uses SET instead of
29836           SOURCE_LIST command
29838 2002-12-11 18:20  king
29840         * Source/cmListFileCache.cxx: BUG: Multi-line functions must also
29841           increment line number, not the pointer.
29843 2002-12-11 18:15  king
29845         * Source/cmEndForEachCommand.h: ERR: Dummy InitialPass
29846           implementation must return a value.
29848 2002-12-11 18:13  king
29850         * Source/: cmAbstractFilesCommand.cxx,
29851           cmAddCustomCommandCommand.cxx, cmAddCustomTargetCommand.cxx,
29852           cmAddDefinitionsCommand.cxx, cmAddDependenciesCommand.cxx,
29853           cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
29854           cmAddTestCommand.cxx, cmCPluginAPI.cxx, cmCommand.h,
29855           cmCreateTestSourceList.cxx, cmEndForEachCommand.cxx,
29856           cmEndForEachCommand.h, cmFindFileCommand.cxx,
29857           cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
29858           cmFindProgramCommand.cxx, cmForEachCommand.cxx,
29859           cmForEachCommand.h, cmFunctionBlocker.h, cmITKWrapTclCommand.cxx,
29860           cmIfCommand.cxx, cmIfCommand.h, cmIncludeDirectoryCommand.cxx,
29861           cmInstallProgramsCommand.cxx, cmInstallTargetsCommand.cxx,
29862           cmLinkDirectoriesCommand.cxx, cmLinkLibrariesCommand.cxx,
29863           cmListFileCache.cxx, cmListFileCache.h, cmLoadCacheCommand.cxx,
29864           cmLoadCommandCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
29865           cmMacroCommand.cxx, cmMacroCommand.h, cmMakefile.cxx,
29866           cmMakefile.h, cmMarkAsAdvancedCommand.cxx, cmMessageCommand.cxx,
29867           cmProjectCommand.cxx, cmRemoveCommand.cxx,
29868           cmSetSourceFilesPropertiesCommand.cxx, cmSourceFilesCommand.cxx,
29869           cmSourceFilesRemoveCommand.cxx, cmSubdirCommand.cxx,
29870           cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
29871           cmTargetLinkLibrariesCommand.cxx, cmUtilitySourceCommand.cxx,
29872           cmVariableRequiresCommand.cxx, cmWriteFileCommand.cxx, ctest.cxx:
29873           ENH: Moved ExpandListVariables out of individual commands.
29874           Argument evaluation rules are now very consistent.  Double quotes
29875           can always be used to create exactly one argument, regardless of
29876           contents inside.
29878 2002-12-11 14:18  martink
29880         * Source/CMakeSetup.dsw: removed dsw file
29882 2002-12-11 14:16  martink
29884         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added a Free method
29886 2002-12-11 14:15  king
29888         * Source/: cmCreateTestSourceList.cxx, cmSystemTools.cxx: ENH:
29889           Improved implementation of MSVC debug hook to only add the hook
29890           if DART_TEST_FROM_DART is set in the environment.  This is better
29891           than always adding the hook and testing the environment from the
29892           callback.
29894 2002-12-11 12:09  andy
29896         * Source/: cmGlobalVisualStudio7Generator.cxx,
29897           cmLocalVisualStudio6Generator.cxx,
29898           cmLocalVisualStudio7Generator.cxx: Add check so that java
29899           projects build without C++
29901 2002-12-11 11:49  king
29903         * Source/: cmDumpDocumentation.cxx, cmSystemTools.cxx,
29904           cmSystemTools.h, cmakemain.cxx, cmaketest.cxx, cmw9xcom.cxx,
29905           ctest.cxx: ENH: Added cmSystemTools::EnableMSVCDebugHook() to
29906           prevent error dialogs when CMake is invoked by Dart.
29908 2002-12-11 11:32  king
29910         * Source/cmCreateTestSourceList.cxx: ENH: Generate code to setup
29911           MSVC debug library hook.  The test driver program will not
29912           display error dialogs if DART_TEST_FROM_DART is set in the
29913           environment.
29915 2002-12-11 10:34  andy
29917         * Modules/CMakeDetermineJavaCompiler.cmake,
29918           Modules/CMakeJavaCompiler.cmake.in, Source/cmGlobalGenerator.cxx:
29919           Add java support
29921 2002-12-10 17:52  andy
29923         * Source/: cmLocalVisualStudio6Generator.cxx,
29924           cmLocalVisualStudio6Generator.h: Add support for comments on
29925           custom commands in visual studio 6
29927 2002-12-10 17:43  andy
29929         * Source/: cmLocalVisualStudio7Generator.cxx,
29930           cmLocalVisualStudio7Generator.h: Add support for comments on
29931           custom commands in visual studio 7
29933 2002-12-10 16:46  andy
29935         * Source/: cmCustomCommand.cxx, cmCustomCommand.h, cmMakefile.cxx,
29936           cmMakefile.h, cmAddCustomCommandCommand.cxx,
29937           cmAddCustomCommandCommand.h, cmLocalUnixMakefileGenerator.cxx,
29938           cmSourceGroup.cxx, cmSourceGroup.h: Add comment support, so that
29939           you can see in build process what the custom command does
29941 2002-12-10 16:45  andy
29943         * Source/: cmAddCustomTargetCommand.cxx,
29944           cmAddCustomTargetCommand.h: Allow target with no command
29946 2002-12-10 16:08  hoffman
29948         * Source/: cmOutputRequiredFilesCommand.cxx,
29949           cmOutputRequiredFilesCommand.h: BUG: update for changes in
29950           cmMakeDepend
29952 2002-12-10 16:01  hoffman
29954         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
29955           update use of makedepend
29957 2002-12-10 15:55  hoffman
29959         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
29960           update to new style MakeDepend
29962 2002-12-10 14:51  barre
29964         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: drag&drop on CMake
29965           icon was not working anymore.  - the cmake instance had to be
29966           created before accessing the cache (doh) - the cache iterator was
29967           not queried properly (seems the API changed)
29969 2002-12-10 14:12  hoffman
29971         * Source/cmUnixMakefileGenerator.cxx: BUG: make sure empty depends
29972           are not used
29974 2002-12-10 14:10  martink
29976         * Source/: cmOutputRequiredFilesCommand.cxx,
29977           cmOutputRequiredFilesCommand.h: updated for changes in Depend
29978           Calcs
29980 2002-12-10 13:59  hoffman
29982         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: do not output empty
29983           depends
29985 2002-12-10 13:36  andy
29987         * Source/ctest.cxx: Remove warning
29989 2002-12-10 10:34  hoffman
29991         * Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx,
29992           cmUnixMakefileGenerator.h: BUG: fix compile flags for source
29993           files, and fix depend bug for cmake 14 branch
29995 2002-12-10 09:34  hoffman
29997         * Source/cmLocalUnixMakefileGenerator.cxx: remove cerr
29999 2002-12-10 09:28  hoffman
30001         * Source/: cmLocalUnixMakefileGenerator.cxx,
30002           cmLocalUnixMakefileGenerator.h, cmMakeDepend.cxx: BUG:  fix bug
30003           in depends
30005 2002-12-09 16:23  andy
30007         * Source/cmaketest.cxx: Add to usage
30009 2002-12-09 16:22  andy
30011         * Modules/FindPythonLibs.cmake: Better search for python
30013 2002-12-09 14:33  king
30015         * Modules/CMakeImportBuildSettings.cmake: ENH: Using only filename
30016           without path or extension for comparing build tools.
30018 2002-12-09 10:07  hoffman
30020         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
30021           CMakeSetupDialog.h: clean up leaks
30023 2002-12-09 08:27  hoffman
30025         * Modules/: CMakeVS6BackwardCompatibility.cmake,
30026           CMakeVS7BackwardCompatibility.cmake: use win32 threads for win32
30028 2002-12-08 22:36  andy
30030         * Source/: ctest.cxx, ctest.h: Initial addition of coverage
30032 2002-12-08 22:35  andy
30034         * Source/cmSystemTools.cxx: Fix bug in globbing. Now it actually
30035           uses only files or directories that result in globbing not the
30036           ones that were is the vector before
30038 2002-12-08 22:33  andy
30040         * Source/: cmGlobalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
30041           Rename variable to remove warning
30043 2002-12-08 14:25  starreveld
30045         * Templates/CMakeLists.txt: ERR: Remove references to files removed
30046           4 days ago
30048 2002-12-06 16:03  hoffman
30050         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
30051           CMakeSetupDialog.h: ENH: move version to title bar
30053 2002-12-06 15:35  hoffman
30055         * Source/: cmGlobalUnixMakefileGenerator.cxx,
30056           cmGlobalVisualStudio6Generator.cxx,
30057           cmGlobalVisualStudio7Generator.cxx,
30058           cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx: ENH: fix IntDir
30059           jump and build problem
30061 2002-12-06 11:43  hoffman
30063         * Source/cmGlobalGenerator.cxx: ENH: set the CXX and CC environment
30064           vars
30066 2002-12-06 10:16  hoffman
30068         * Modules/CMakeDetermineCCompiler.cmake: BUG: fix C compiler init
30070 2002-12-06 10:09  hoffman
30072         * Modules/: CMakeDetermineCCompiler.cmake,
30073           CMakeDetermineCXXCompiler.cmake: clean up compiler picking code
30075 2002-12-06 10:02  hoffman
30077         * Modules/CMakeDetermineCCompiler.cmake,
30078           Modules/CMakeDetermineCXXCompiler.cmake,
30079           Source/cmGlobalVisualStudio6Generator.cxx: fix for generator
30080           picked compilers
30082 2002-12-05 16:53  hoffman
30084         * Source/cmLocalUnixMakefileGenerator.cxx: use correct path type
30085           for check_cache file
30087 2002-12-05 16:52  hoffman
30089         * Source/cmDynamicLoader.cxx: fix free before use
30091 2002-12-05 15:54  hoffman
30093         * Source/MFCDialog/PropertyList.cpp: ENH: add status bar and help
30094           for items
30096 2002-12-05 15:48  hoffman
30098         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
30099           PropertyList.cpp: ENH: add status bar and help for items
30101 2002-12-05 14:56  hoffman
30103         * Source/: cmCacheManager.cxx, cmLocalUnixMakefileGenerator.cxx:
30104           ENH: add a rule to automatically re-run cmake from the top if the
30105           CMakeCache.txt file is changed
30107 2002-12-05 14:24  andy
30109         * Source/Makefile.in: Better dependencies for bootstrap
30111 2002-12-05 13:44  hoffman
30113         * Modules/CMakeBackwardCompatibilityC.cmake,
30114           Modules/CMakeBackwardCompatibilityCXX.cmake,
30115           Modules/CMakeSystemSpecificInformation.cmake,
30116           Modules/CMakeVS6BackwardCompatibility.cmake,
30117           Modules/CMakeVS6FindMake.cmake,
30118           Modules/CMakeVS7BackwardCompatibility.cmake,
30119           Modules/CMakeVS7FindMake.cmake, Modules/Dart.cmake,
30120           Modules/Platform/Windows-cl.cmake,
30121           Source/cmGlobalBorlandMakefileGenerator.cxx,
30122           Source/cmGlobalBorlandMakefileGenerator.h,
30123           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
30124           Source/cmGlobalNMakeMakefileGenerator.cxx,
30125           Source/cmGlobalNMakeMakefileGenerator.h,
30126           Source/cmGlobalUnixMakefileGenerator.cxx,
30127           Source/cmGlobalUnixMakefileGenerator.h,
30128           Source/cmGlobalVisualStudio6Generator.cxx,
30129           Source/cmGlobalVisualStudio6Generator.h,
30130           Source/cmGlobalVisualStudio7Generator.cxx,
30131           Source/cmGlobalVisualStudio7Generator.h,
30132           Source/cmLocalVisualStudio6Generator.cxx: ENH: unify
30133           EnableLanguage across all generators
30135 2002-12-05 11:55  andy
30137         * Tests/: LoadCommand/CMakeLists.txt,
30138           LoadCommand/LoadedCommand.cxx, LoadCommand/LoadedCommand.h.in,
30139           LoadCommandOneConfig/CMakeLists.txt,
30140           LoadCommandOneConfig/LoadedCommand.cxx,
30141           LoadCommandOneConfig/LoadedCommand.h.in: Speedup the test
30143 2002-12-05 11:42  hoffman
30145         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure OK can not
30146           be hit first time around
30148 2002-12-05 11:09  martink
30150         * Source/cmGlobalVisualStudio7Generator.h: use InAll target setting
30151           to determine what targets are in the default build
30153 2002-12-05 10:47  king
30155         * Modules/: FindVTK.cmake, UseVTK40.cmake,
30156           UseVTKBuildSettings40.cmake, UseVTKConfig40.cmake: ENH: Added
30157           support for finding/using VTK 4.0 without using its UseVTK.cmake
30158           file that does a LOAD_CACHE.
30160 2002-12-05 10:34  king
30162         * Modules/CMakeImportBuildSettings.cmake: BUG: Fix for string
30163           comparison when one string is empty.
30165 2002-12-05 09:46  king
30167         * Modules/: CMakeBuildSettings.cmake.in,
30168           CMakeExportBuildSettings.cmake, CMakeImportBuildSettings.cmake:
30169           ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and
30170           CMAKE_IMPORT_BUILD_SETTINGS macro.
30172 2002-12-05 08:30  martink
30174         * Source/cmGlobalVisualStudio7Generator.cxx: use InAll target
30175           setting to determine what targets are in the default build
30177 2002-12-04 18:44  king
30179         * Source/: cmStringCommand.cxx, cmStringCommand.h: ENH: Added
30180           COMPARE modes to STRING command.
30182 2002-12-04 16:59  king
30184         * Modules/CMakeUnixFindMake.cmake: BUG: Removed stray debugging
30185           message.
30187 2002-12-04 14:18  king
30189         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: When a full path to
30190           a library cannot be parsed, just add the whole path to the link
30191           line.  If it isn't a valid path, the linker will complain.
30193 2002-12-04 10:57  hoffman
30195         * Modules/CMakeUnixFindMake.cmake,
30196           Source/cmGlobalBorlandMakefileGenerator.cxx,
30197           Source/cmGlobalNMakeMakefileGenerator.cxx,
30198           Source/cmGlobalUnixMakefileGenerator.cxx, Source/cmake.cxx,
30199           Source/cmake.h: BUG: fix get make command problems.
30201 2002-12-04 10:44  martink
30203         * Source/cmake.cxx: added CMAKE_BACKWARDS_COMPATIBILITY entry
30205 2002-12-04 10:25  martink
30207         * Source/cmLinkLibrariesCommand.h: updated comment
30209 2002-12-03 16:19  hoffman
30211         * Modules/CMakeBorlandFindMake.cmake,
30212           Modules/CMakeNMakeFindMake.cmake,
30213           Modules/CMakeSystemSpecificInformation.cmake,
30214           Modules/CMakeUnixFindMake.cmake, Modules/Platform/CYGWIN.cmake,
30215           Modules/Platform/Windows-bcc32.cmake,
30216           Modules/Platform/Windows-cl.cmake,
30217           Source/cmGlobalBorlandMakefileGenerator.cxx,
30218           Source/cmGlobalNMakeMakefileGenerator.cxx,
30219           Source/cmGlobalUnixMakefileGenerator.cxx: determine
30220           CMAKE_MAKE_PROGRAM in EnableLanguage
30222 2002-12-03 15:23  hoffman
30224         * Source/CMakeLists.txt,
30225           Source/cmLocalBorlandMakefileGenerator.cxx,
30226           Source/cmLocalBorlandMakefileGenerator.h,
30227           Source/cmLocalNMakeMakefileGenerator.cxx,
30228           Source/cmLocalNMakeMakefileGenerator.h,
30229           Templates/CCMakeSystemConfig.cmake.in,
30230           Templates/CMakeBorlandWindowsSystemConfig.cmake,
30231           Templates/CMakeNMakeWindowsSystemConfig.cmake,
30232           Templates/CXXCMakeSystemConfig.cmake.in: remove unused files
30234 2002-12-03 14:32  martink
30236         * Source/MFCDialog/CMakeSetupDialog.cpp: remove code warrior and
30237           fixed GUI isues
30239 2002-12-03 14:27  martink
30241         * Source/MFCDialog/CMakeSetup.rc: remove code warrior and fixed GUI
30242           isues
30244 2002-12-03 14:15  ibanez
30246         * Modules/FindImageMagick.cmake: Module to find tools from the
30247           ImageMagick package.  These tools are useful for converting image
30248           formats.
30250 2002-12-03 14:09  martink
30252         * Source/: CMakeLists.txt, Makefile.in, cmake.cxx,
30253           MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
30254           MFCDialog/CMakeSetupDialog.h: remove code warrior and fixed GUI
30255           isues
30257 2002-12-03 13:46  ibanez
30259         * Modules/FindFLTK.cmake: ENH: description of variables now follows
30260           other style in other .cmake files.
30262 2002-12-03 13:44  ibanez
30264         * Modules/FindGLUT.cmake: ENH: Description of variables now
30265           specifies that the full path is required.
30267 2002-12-03 12:59  martink
30269         * Source/cmMakefile.cxx: fix purify FMR
30271 2002-12-03 11:23  martink
30273         * CMakeLists.txt: bug fix and some cleanup
30275 2002-12-03 11:21  martink
30277         * Tests/.NoDartCoverage: clean up coverage some
30279 2002-12-03 10:47  hoffman
30281         * Modules/CMakeDefaultMakeRuleVariables.cmake,
30282           Modules/Platform/Linux-como.cmake,
30283           Modules/Platform/Windows-bcc32.cmake,
30284           Modules/Platform/Windows-cl.cmake,
30285           Source/cmLocalUnixMakefileGenerator.cxx: correctly place both
30286           LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all the rules
30288 2002-12-03 09:59  hoffman
30290         * Modules/CMakeDefaultMakeRuleVariables.cmake: use LINK_FLAGS not C
30291           and CXX LINK_FLAGS
30293 2002-12-02 16:35  martink
30295         * Source/cmStringCommand.cxx: fix compile warning
30297 2002-12-02 16:15  hoffman
30299         * Source/cmMakefile.cxx: add project command even if inheriting
30301 2002-12-02 16:08  hoffman
30303         * Source/cmListFileCache.cxx: ENH: put the project command at the
30304           front of the project
30306 2002-12-02 15:59  martink
30308         * Source/: cmFindLibraryCommand.cxx, cmMakefile.cxx, cmMakefile.h,
30309           cmSystemTools.cxx, cmSystemTools.h: removed cmMakefile depend
30310           from cmSystemTools
30312 2002-12-02 15:43  hoffman
30314         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove forced
30315           enable language call because a PROJECT command is now added to
30316           each project
30318 2002-12-02 15:37  hoffman
30320         * Source/: cmListFileCache.cxx, cmMakefile.cxx: ENH: remove cerr
30321           calls
30323 2002-12-02 15:30  hoffman
30325         * Source/: cmListFileCache.cxx, cmListFileCache.h, cmMakefile.cxx:
30326           ENH: add PROJECT command if there is not one
30328 2002-12-02 15:03  martink
30330         * Source/cmIfCommand.cxx: minor fix
30332 2002-12-02 13:18  hoffman
30334         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: add a space around
30335           the compile flags
30337 2002-12-02 10:33  hoffman
30339         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix compile flags
30340           for a single file
30342 2002-11-29 18:56  andy
30344         * Source/cmGlobalUnixMakefileGenerator.cxx: Fix problem on unix
30345           with space
30347 2002-11-29 16:35  andy
30349         * Source/cmSystemTools.cxx: When cd-jing into directory, if
30350           directory has space, it should put quotes around. I guess we
30351           could just put quotes around all the time
30353 2002-11-28 23:45  ibanez
30355         * Modules/FindFLTK.cmake: ENH: FLTK 1.1.1 under Windows links now
30356           with the comctl32 library.
30358 2002-11-27 07:42  andy
30360         * Tests/ObjC++/CMakeLists.txt: Add missing library. The test should
30361           be linked to framework Cocoa
30363 2002-11-27 07:41  andy
30365         * Source/cmSystemTools.cxx: Add objective C++ file in the list of
30366           C++ files. This may be wrong, but it will fix problems on Mac for
30367           now
30369 2002-11-26 19:02  starreveld
30371         * Source/CMakeLists.txt: Add ObjC++ test for OSX
30373 2002-11-26 19:01  starreveld
30375         * Tests/ObjC++/: CMakeLists.txt, objc++.mm:
30376           Test for ObjC++ on OSX machines only
30378 2002-11-26 09:37  andy
30380         * Source/cmTryCompileCommand.cxx: Remove warning
30382 2002-11-25 17:57  andy
30384         * Modules/FindwxWindows.cmake: Change priorities
30386 2002-11-22 16:59  hoffman
30388         * Source/cmLocalUnixMakefileGenerator.cxx: fix for paths with
30389           spaces and borland
30391 2002-11-22 16:18  hoffman
30393         * Modules/Platform/Windows-bcc32.cmake: change flags for borland
30395 2002-11-22 15:44  andy
30397         * Source/cmLocalVisualStudio6Generator.cxx: Revert back to 1.5,
30398           since it is fixed in ConvertToOutputPath and this breaks Windows
30399           98
30401 2002-11-22 09:45  andy
30403         * Source/CursesDialog/cmCursesMainForm.cxx: Rename local variable
30405 2002-11-21 23:54  hoffman
30407         * Source/cmLocalVisualStudio7Generator.cxx: add support for
30408           CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS
30410 2002-11-21 16:11  hoffman
30412         * Source/cmTryCompileCommand.cxx: fix for c flags
30414 2002-11-21 16:03  hoffman
30416         * Source/: cmTryCompileCommand.cxx: fix flag setting
30418 2002-11-21 15:36  hoffman
30420         * Modules/Platform/CYGWIN.cmake: remove debug stuff
30422 2002-11-21 15:15  hoffman
30424         * Source/cmTryCompileCommand.cxx: move compile defs to cxx and c
30425           flags
30427 2002-11-21 14:59  hoffman
30429         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: clean up
30430           entire temp directory
30432 2002-11-21 14:45  hoffman
30434         * Modules/: CheckIncludeFileCXX.cmake,
30435           TestForANSIStreamHeaders.cmake: try to fix check for ansi stream
30437 2002-11-21 14:32  hoffman
30439         * Modules/CheckIncludeFileCXX.cmake: fix order
30441 2002-11-21 14:24  hoffman
30443         * Modules/TestForSTDNamespace.cmake: fix order
30445 2002-11-21 14:11  hoffman
30447         * Modules/CheckIncludeFileCXX.cmake,
30448           Modules/TestForANSIForScope.cmake,
30449           Modules/TestForANSIStreamHeaders.cmake,
30450           Modules/TestForSTDNamespace.cmake,
30451           Source/cmTryCompileCommand.cxx: move ansi cxx flags stuff out of
30452           try compile and into cmake files
30454 2002-11-21 13:37  hoffman
30456         * Source/cmSystemTools.cxx: fix network paths with spaces
30458 2002-11-21 13:28  hoffman
30460         * Modules/CMakeBackwardCompatibilityCXX.cmake: have to cache
30461           ansi_cxxflags
30463 2002-11-21 12:59  hoffman
30465         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
30466           TestCXXAcceptsFlag.cmake: spelling error
30468 2002-11-21 12:52  hoffman
30470         * Modules/: CMakeBackwardCompatibilityCXX.cmake, DummyCXXFile.cxx,
30471           TestCXXAcceptsFlag.cmake, Platform/IRIX64.cmake,
30472           Platform/OSF1.cmake: add checks for ansi flags and not hard code
30473           them
30475 2002-11-21 12:26  andy
30477         * Source/cmLocalVisualStudio6Generator.cxx: Fix for network paths
30478           with space
30480 2002-11-21 12:26  andy
30482         * Source/ctest.cxx: Fix for network paths
30484 2002-11-21 11:46  barre
30486         * Modules/CMakeSystemSpecificInformation.cmake: FUX: those vars
30487           need to be ADVANCED
30489 2002-11-21 10:11  king
30491         * Modules/: CheckVariableExists.c, CheckVariableExists.cmake: ENH:
30492           Added CHECK_VARIABLE_EXISTS macro.
30494 2002-11-21 10:03  king
30496         * Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed string
30497           literal to char* warnings.
30499 2002-11-21 08:45  hoffman
30501         * Modules/CMakeDefaultMakeRuleVariables.cmake,
30502           Modules/Platform/CYGWIN.cmake,
30503           Source/cmLocalUnixMakefileGenerator.cxx,
30504           Tests/SystemInformation/SystemInformation.in: fix for create
30505           shared library
30507 2002-11-21 08:19  martink
30509         * Tests/LinkLineOrder/: Exec1.c, Exec2.c, NoDepB.c, NoDepC.c,
30510           NoDepE.c, NoDepF.c, NoDepX.c, NoDepY.c, NoDepZ.c, One.c:
30511           converted c plus plus comments
30513 2002-11-21 08:12  hoffman
30515         * Modules/CMakeSystemSpecificInformation.cmake: ENH: fix for module
30516           run time flag
30518 2002-11-20 18:18  hoffman
30520         * Source/: cmCacheManager.h, cmSystemTools.cxx: rename foo
30521           variables to better names
30523 2002-11-20 18:00  king
30525         * Source/: cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: ENH: Added
30526           READ_WITH_PREFIX option to LOAD_CACHE command.  This allows
30527           reading of cache values from another cache without actually
30528           creating local copies of the cache entires.  The values are
30529           stored as prefixed local makefile variables.
30531 2002-11-20 16:23  king
30533         * Modules/FindVTK.cmake: ENH: Added support to find VTK 4.0.
30535 2002-11-20 15:23  hoffman
30537         * Modules/CMakeCCompiler.cmake.in: BUG: use CMAKE_COMPILER_IS_GNUCC
30538           not CMAKE_COMPILER_IS_GNUGCC
30540 2002-11-20 14:40  ibanez
30542         * Modules/FindLATEX.cmake: ENH: Now also locates the "makeindex"
30543           program.
30545 2002-11-20 14:11  king
30547         * Modules/FindVTK.cmake: ENH: Only search VTK_INSTALL_PATH if
30548           USE_INSTALLED_VTK is on.  Only search VTK_BINARY_PATH if
30549           USE_BUILT_VTK is on.
30551 2002-11-20 13:37  king
30553         * Modules/FindVTK.cmake: ENH: New implementation of FindVTK to take
30554           advantage of VTKConfig.cmake.  Also provides more powerful search
30555           path mechanism, and requires only one cache entry in user
30556           project.
30558 2002-11-20 12:58  king
30560         * Source/cmSystemTools.cxx: BUG: Attempt to fix CopyFile problem
30561           using flush before check for success.
30563 2002-11-20 09:06  king
30565         * Source/cmGetFilenameComponentCommand.cxx: ERR: Fixed
30566           signed/unsigned warning.
30568 2002-11-20 09:06  king
30570         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed unused
30571           parameter warning.
30573 2002-11-20 09:04  martink
30575         * Tests/LinkLineOrder/NoDepA.c: fixed comments to be c style not c
30576           plus plus
30578 2002-11-19 18:17  hoffman
30580         * Modules/CMakeDetermineCCompiler.cmake,
30581           Modules/CMakeDetermineCXXCompiler.cmake,
30582           Modules/CMakeSystemSpecificInformation.cmake,
30583           Source/cmGetFilenameComponentCommand.cxx,
30584           Source/cmGetFilenameComponentCommand.h, Source/cmSystemTools.cxx,
30585           Source/cmSystemTools.h: allow flags to be in the CC and CXX
30586           environment variables
30588 2002-11-19 18:01  perera
30590         * Source/CMakeLists.txt, Source/cmMakefile.cxx,
30591           Source/cmTarget.cxx, Source/cmTarget.h,
30592           Tests/LinkLineOrder/CMakeLists.txt, Tests/LinkLineOrder/Exec1.c,
30593           Tests/LinkLineOrder/Exec2.c, Tests/LinkLineOrder/NoDepA.c,
30594           Tests/LinkLineOrder/NoDepB.c, Tests/LinkLineOrder/NoDepC.c,
30595           Tests/LinkLineOrder/NoDepE.c, Tests/LinkLineOrder/NoDepF.c,
30596           Tests/LinkLineOrder/NoDepX.c, Tests/LinkLineOrder/NoDepY.c,
30597           Tests/LinkLineOrder/NoDepZ.c, Tests/LinkLineOrder/One.c,
30598           Tests/LinkLineOrder/Two.c: BUG: the dependency analysis would
30599           incorrectly alphabetically re-order the link lines, which affects
30600           external libraries pulled up from deep within the dependency
30601           tree. Fixed by preserving order everywhere.
30603 2002-11-19 15:55  hoffman
30605         * Modules/: CMakeDetermineCCompiler.cmake,
30606           CMakeDetermineCXXCompiler.cmake: fixes to better honor env CC and
30607           CXX
30609 2002-11-19 14:40  hoffman
30611         * Source/cmSystemTools.cxx: ENH: add some better output when copy
30612           file fails
30614 2002-11-19 14:40  hoffman
30616         * Source/cmLocalUnixMakefileGenerator.cxx: fix some warnings
30618 2002-11-19 13:19  andy
30620         * Source/CursesDialog/cmCursesPathWidget.cxx: Add / after directory
30621           name when doing tab completion
30623 2002-11-19 13:09  andy
30625         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
30626           Add progress to ccmake
30628 2002-11-19 12:20  hoffman
30630         * Modules/CMakeSystemSpecificInformation.cmake: BUG: fix CFLAGS
30632 2002-11-19 12:18  hoffman
30634         * Modules/: CMakeDetermineCCompiler.cmake,
30635           CMakeDetermineCXXCompiler.cmake: BUG: fix handling of CXX
30637 2002-11-19 09:12  hoffman
30639         * Source/cmLocalUnixMakefileGenerator.cxx: fix warning
30641 2002-11-19 09:01  martink
30643         * Source/cmSystemTools.cxx: fix in warning
30645 2002-11-18 16:29  andy
30647         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
30648           Initial add of progress
30650 2002-11-18 15:14  hoffman
30652         * Modules/: CMakeBackwardCompatibilityC.cmake, FindThreads.cmake:
30653           BUG: fix for thread and cache override
30655 2002-11-18 10:52  andy
30657         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
30658           CheckLibraryExists.cmake, CheckSizeOf.cmake,
30659           TestForANSIForScope.cmake, TestForANSIStreamHeaders.cmake,
30660           TestForSTDNamespace.cmake: Add more messages, make messages look
30661           the same, add checks if test was already successfull
30663 2002-11-18 10:51  andy
30665         * Modules/CMakeSystemSpecificInformation.cmake: If system detection
30666           fails, make copy of CMakeCache
30668 2002-11-18 09:08  hoffman
30670         * Tests/SystemInformation/SystemInformation.in: add print for
30671           compiler is gnu
30673 2002-11-17 17:28  martink
30675         * Source/: cmake.cxx, cmLocalUnixMakefileGenerator.cxx: fix some
30676           compiler warnings hopefully
30678 2002-11-15 17:45  hoffman
30680         * Modules/Platform/Windows-bcc32.cmake,
30681           Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for borland run
30682           time dll
30684 2002-11-15 16:00  hoffman
30686         * Modules/Platform/SunOS.cmake: fix for sun
30688 2002-11-15 13:17  martink
30690         * Source/cmake.cxx: fixed bad source directory bug
30692 2002-11-15 12:54  martink
30694         * Source/cmIfCommand.cxx:  fixed compiler warning
30696 2002-11-15 10:07  hoffman
30698         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add back
30699           install prefix
30701 2002-11-15 09:30  hoffman
30703         * Modules/FindThreads.cmake: fix thread logic
30705 2002-11-15 09:16  hoffman
30707         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add CFLAGS and
30708           CXXFLAGS
30710 2002-11-15 07:42  andy
30712         * Source/cmakemain.cxx: Oops, std namespace
30714 2002-11-14 18:18  andy
30716         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h,
30717           wxCMakeSetup.cxx: Add progress reporting
30719 2002-11-14 17:12  andy
30721         * Source/cmakemain.cxx: Add Progress support
30723 2002-11-14 16:29  berk
30725         * Modules/Platform/HP-UX.cmake: temp fix for hp
30727 2002-11-14 16:29  hoffman
30729         * Source/TODO: [no log message]
30731 2002-11-14 16:12  berk
30733         * Modules/Platform/HP-UX.cmake: fix flags for hp
30735 2002-11-14 14:06  andy
30737         * Source/cmLocalUnixMakefileGenerator.cxx: Fix compile flags on c
30738           files in static liobraries on windows
30740 2002-11-14 11:33  andy
30742         * Modules/CMakeSystemSpecificInformation.cmake,
30743           Modules/Platform/Windows-cl.cmake,
30744           Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix flags for c
30745           compiler on windows
30747 2002-11-14 11:16  martink
30749         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added another func
30751 2002-11-14 11:03  martink
30753         * Source/: cmCPluginAPI.h, cmCPluginAPI.cxx: added another func
30755 2002-11-14 09:38  andy
30757         * Modules/: FindJNI.cmake, FindJava.cmake, FindPythonLibs.cmake:
30758           Clean find for Python, add find for python 2.2 on windows,
30759           cleanup java on windows and add java 1.4 support
30761 2002-11-14 09:38  berk
30763         * Source/cmLocalUnixMakefileGenerator.cxx: Added missing space.
30765 2002-11-14 09:37  andy
30767         * Source/cmLocalUnixMakefileGenerator.cxx: Fix building on NMake.
30768           Use short paths
30770 2002-11-14 08:59  hoffman
30772         * Modules/Platform/Windows-bcc32.cmake: BUG: fix for missing temp
30773           file variable
30775 2002-11-13 23:36  hoffman
30777         * Modules/Platform/Windows-bcc32.cmake,
30778           Source/cmLocalUnixMakefileGenerator.cxx:  reorder tWR so that it
30779           does not crash with shared
30781 2002-11-13 20:14  hoffman
30783         * Source/cmLocalUnixMakefileGenerator.cxx: add support for borland
30784           run time flag for shared builds
30786 2002-11-13 20:11  hoffman
30788         * Modules/Platform/Windows-bcc32.cmake: fix shared builds on
30789           borland and add debug stuff for makefiles
30791 2002-11-13 18:27  hoffman
30793         * Source/: cmLocalUnixMakefileGenerator.cxx,
30794           cmLocalUnixMakefileGenerator.h: BUG: fix for build out of dir for
30795           windows
30797 2002-11-13 16:31  hoffman
30799         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
30800           CheckLibraryExists.cmake, CheckSizeOf.cmake: ENH: add status
30801           messages
30803 2002-11-13 15:59  martink
30805         * Source/: cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx,
30806           cmMakefile.h, cmMessageCommand.cxx, cmMessageCommand.h: ENH:
30807           space fixes and add a status option to message command
30809 2002-11-13 15:32  martink
30811         * Modules/Platform/Windows-bcc32.cmake: ENH: move -P flag from
30812           cxxflags to the compile line for cxx files
30814 2002-11-13 15:20  hoffman
30816         * Source/: cmGlobalUnixMakefileGenerator.cxx, cmake.cxx, cmake.h:
30817           ENH: check to make sure cmake matches the cmake used to generate
30818           the cache
30820 2002-11-13 14:51  hoffman
30822         * Modules/Platform/Windows-bcc32.cmake: ENH: use correct run time
30823           library for borland
30825 2002-11-13 14:31  hoffman
30827         * Source/: cmCacheManager.cxx, cmGlobalUnixMakefileGenerator.cxx:
30828           ENH: force a global generate if the cache version does not match
30829           the running cmake
30831 2002-11-13 13:19  berk
30833         * Source/Makefile.in: BUG: add missing depend rules for hp make
30835 2002-11-13 11:49  hoffman
30837         * Modules/FindX11.cmake: fix for nsl library and X11
30839 2002-11-13 11:36  hoffman
30841         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: fix
30842           for nsl library and X11
30844 2002-11-13 11:25  hoffman
30846         * Modules/Platform/Windows-bcc32.cmake: BUG: fix order of link line
30847           for creating shared libraries
30849 2002-11-12 19:39  king
30851         * Modules/CheckFunctionExists.cmake: BUG: Fixed doc string on
30852           generated variable.
30854 2002-11-12 16:58  hoffman
30856         * Modules/CMakeDetermineCCompiler.cmake,
30857           Modules/CMakeDetermineCXXCompiler.cmake,
30858           Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix path problems
30860 2002-11-12 16:27  will
30862         * Modules/FindX11.cmake: Backwards compatibility. Andy and Bill
30863           made me add socket library.
30865 2002-11-12 15:24  hoffman
30867         * Modules/Platform/Windows-bcc32.cmake,
30868           Modules/Platform/Windows-cl.cmake,
30869           Source/cmLocalUnixMakefileGenerator.cxx: ENH: add .def file
30870           support
30872 2002-11-12 14:48  hoffman
30874         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: change to new
30875           variables
30877 2002-11-12 14:19  hoffman
30879         * Modules/: CMakeBackwardCompatibilityC.cmake,
30880           CheckLibraryExists.cmake, FindThreads.cmake: add find threads
30881           check
30883 2002-11-12 14:18  hoffman
30885         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
30886           DumpInformation.h.in, SystemInformation.in: clean up test for
30887           html output
30889 2002-11-12 13:06  hoffman
30891         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix reg expression
30893 2002-11-12 12:47  king
30895         * Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
30897 2002-11-12 10:47  barre
30899         * Modules/FindOpenGL.cmake: FIX: minor fix, OPENGL_INCLUDE_PATH was
30900           set 2 times
30902 2002-11-12 09:33  hoffman
30904         * Tests/SystemInformation/DumpInformation.cxx: [no log message]
30906 2002-11-12 09:31  hoffman
30908         * Tests/SystemInformation/CMakeLists.txt: fix project name
30910 2002-11-12 09:12  hoffman
30912         * Modules/: CMakeSystemSpecificInformation.cmake,
30913           Platform/CYGWIN.cmake, Platform/Windows-bcc32.cmake,
30914           Platform/Windows-cl.cmake: Set CMAKE_BUILD_TOOL
30916 2002-11-11 18:10  hoffman
30918         * Modules/CMakeSystemSpecificInformation.cmake,
30919           Modules/Platform/Windows-bcc32.cmake,
30920           Modules/Platform/Windows-cl.cmake, Source/CMakeLists.txt,
30921           Source/TODO, Source/cmLocalUnixMakefileGenerator.cxx,
30922           Source/cmLocalUnixMakefileGenerator.h: ENH: fix up several
30923           problems with new stuff
30925 2002-11-11 18:07  hoffman
30927         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
30928           DumpInformation.h.in, SystemInformation.in: new test
30930 2002-11-11 17:00  hoffman
30932         * Modules/Platform/OSF1.cmake: Fix for OSF
30934 2002-11-11 13:15  andy
30936         * Source/cmLocalUnixMakefileGenerator.cxx: Fix regular expressions
30937           to be able to handle windows libraries
30939 2002-11-11 12:31  hoffman
30941         * Modules/CMakeBackwardCompatibilityC.cmake,
30942           Modules/CMakeCCompiler.cmake.in,
30943           Modules/CMakeCXXCompiler.cmake.in, Modules/CMakeSystem.cmake.in,
30944           Modules/CMakeSystemSpecificInformation.cmake,
30945           Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX.cmake,
30946           Modules/Platform/IRIX64.cmake,
30947           Modules/Platform/Windows-bcc32.cmake,
30948           Modules/Platform/Windows-cl.cmake, Modules/Platform/gcc.cmake,
30949           Source/TODO, Source/cmGlobalUnixMakefileGenerator.cxx: clean up
30950           flags with _init flags
30952 2002-11-11 11:43  hoffman
30954         * Modules/: CMakeLists.txt, Platform/CMakeLists.txt: add install
30955           stuff for platform directory
30957 2002-11-11 09:11  hoffman
30959         * Modules/Platform/Darwin.cmake: ENH: fix for darwin modules
30961 2002-11-10 10:02  hoffman
30963         * Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
30964           Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake: BUG: fix
30965           setting of c flags
30967 2002-11-09 13:43  hoffman
30969         * Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
30970           Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake:  fix for
30971           cxxflags
30973 2002-11-08 18:07  king
30975         * Modules/Platform/Linux-como.cmake: ENH: Adding support for comeau
30976           C++ compiler.
30978 2002-11-08 18:06  king
30980         * Modules/: CMakeSystemSpecificInformation.cmake,
30981           Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
30982           Platform/Linux.cmake, Platform/Windows-bcc32.cmake,
30983           Platform/Windows-cl.cmake, Platform/gcc.cmake: ENH: Moved caching
30984           of C*_FLAGS* settings down to
30985           CMakeSystemSpecificInformation.cmake.  The platform files can set
30986           the defaults on the first run, and then the settings are cached
30987           at the end.
30989 2002-11-08 18:05  king
30991         * Source/cmSetCommand.cxx: BUG: A variable is not in the cache if
30992           it is UNINITIALIZED.
30994 2002-11-08 18:05  king
30996         * Source/cmGlobalCodeWarriorGenerator.cxx: ERR: Removed use of
30997           NULL.
30999 2002-11-08 18:05  king
31001         * Source/cmSystemTools.cxx: ERR: Added missing include.
31003 2002-11-08 17:24  hoffman
31005         * Modules/: CMakeDetermineCCompiler.cmake,
31006           CMakeDetermineCXXCompiler.cmake: store the compiler in the cache
31008 2002-11-08 15:46  hoffman
31010         * CMakeLists.txt, Modules/CMakeBackwardCompatibilityCXX.cmake,
31011           Modules/CMakeCCompiler.cmake.in,
31012           Modules/CMakeCXXCompiler.cmake.in,
31013           Modules/CMakeDefaultMakeRuleVariables.cmake,
31014           Modules/CMakeDetermineCCompiler.cmake,
31015           Modules/CMakeDetermineCXXCompiler.cmake,
31016           Modules/CMakeDetermineSystem.cmake,
31017           Modules/CMakePrintSystemInformation.cmake,
31018           Modules/CMakeSystem.cmake.in,
31019           Modules/CMakeSystemSpecificInformation.cmake,
31020           Modules/CYGWIN.cmake, Modules/CheckIncludeFile.cxx.in,
31021           Modules/CheckIncludeFileCXX.cmake,
31022           Modules/TestForANSIForScope.cmake,
31023           Modules/TestForAnsiForScope.cxx,
31024           Modules/TestForSTDNamespace.cmake,
31025           Modules/TestForSTDNamespace.cxx, Modules/Windows.cmake,
31026           Modules/Platform/AIX.cmake, Modules/Platform/BSDOS.cmake,
31027           Modules/Platform/CYGWIN.cmake, Modules/Platform/Darwin.cmake,
31028           Modules/Platform/FreeBSD.cmake, Modules/Platform/HP-UX.cmake,
31029           Modules/Platform/IRIX.cmake, Modules/Platform/IRIX64.cmake,
31030           Modules/Platform/Linux.cmake, Modules/Platform/MP-RAS.cmake,
31031           Modules/Platform/NetBSD.cmake, Modules/Platform/OSF1.cmake,
31032           Modules/Platform/OpenBSD.cmake, Modules/Platform/RISCos.cmake,
31033           Modules/Platform/SCO_SV.cmake, Modules/Platform/SINIX.cmake,
31034           Modules/Platform/SunOS.cmake, Modules/Platform/True64.cmake,
31035           Modules/Platform/ULTRIX.cmake, Modules/Platform/UNIX_SV.cmake,
31036           Modules/Platform/UnixWare.cmake,
31037           Modules/Platform/Windows-bcc32.cmake,
31038           Modules/Platform/Windows-cl.cmake,
31039           Modules/Platform/Windows.cmake, Modules/Platform/Xenix.cmake,
31040           Modules/Platform/gcc.cmake, Source/CMakeLists.txt, Source/TODO,
31041           Source/cmExecProgramCommand.cxx,
31042           Source/cmGlobalBorlandMakefileGenerator.cxx,
31043           Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
31044           Source/cmGlobalNMakeMakefileGenerator.cxx,
31045           Source/cmGlobalNMakeMakefileGenerator.h,
31046           Source/cmGlobalUnixMakefileGenerator.cxx,
31047           Source/cmGlobalUnixMakefileGenerator.h, Source/cmIfCommand.cxx,
31048           Source/cmLoadCommandCommand.cxx,
31049           Source/cmLocalUnixMakefileGenerator.cxx,
31050           Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
31051           Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
31052           Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx,
31053           Source/cmWin32ProcessExecution.cxx,
31054           Source/cmWin32ProcessExecution.h, Source/ctest.cxx,
31055           Source/MFCDialog/CMakeSetupDialog.cpp: Complete rework of
31056           makefile generators expect trouble
31058 2002-11-08 13:28  hoffman
31060         * Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake,
31061           CMakeDetermineCXXCompiler.cmake,
31062           CMakeSystemSpecificInformation.cmake,
31063           Platform/Windows-bcc32.cmake, Platform/Windows-cl.cmake: [no log
31064           message]
31066 2002-11-08 11:31  hoffman
31068         * Source/ctest.cxx: fix ctest
31070 2002-11-08 11:30  hoffman
31072         * Modules/: AIX.cmake, BSDOS.cmake,
31073           CMakeSystemSpecificInformation.cmake, CYGWIN.cmake, Darwin.cmake,
31074           FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
31075           Linux.cmake, MP-RAS.cmake, NetBSD.cmake, OSF1.cmake,
31076           OpenBSD.cmake, RISCos.cmake, SCO_SV.cmake, SINIX.cmake,
31077           SunOS.cmake, True64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
31078           UnixWare.cmake, Windows-bcc32.cmake, Windows-cl.cmake,
31079           Windows.cmake, Xenix.cmake, gcc.cmake, Platform/AIX.cmake,
31080           Platform/BSDOS.cmake, Platform/CYGWIN.cmake,
31081           Platform/Darwin.cmake, Platform/FreeBSD.cmake,
31082           Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
31083           Platform/Linux.cmake, Platform/MP-RAS.cmake,
31084           Platform/NetBSD.cmake, Platform/OSF1.cmake,
31085           Platform/OpenBSD.cmake, Platform/RISCos.cmake,
31086           Platform/SCO_SV.cmake, Platform/SINIX.cmake,
31087           Platform/SunOS.cmake, Platform/True64.cmake,
31088           Platform/ULTRIX.cmake, Platform/UNIX_SV.cmake,
31089           Platform/UnixWare.cmake, Platform/Windows-bcc32.cmake,
31090           Platform/Windows-cl.cmake, Platform/Windows.cmake,
31091           Platform/Xenix.cmake, Platform/gcc.cmake: move to platform
31092           directory
31094 2002-11-08 11:09  hoffman
31096         * Modules/CMakeSystemSpecificInformation.cmake: hp fixes
31098 2002-11-08 10:40  hoffman
31100         * Modules/HP-UX.cmake: hp fixes
31102 2002-11-08 10:29  hoffman
31104         * Modules/HP-UX.cmake: hp fixes
31106 2002-11-08 10:22  hoffman
31108         * Modules/CMakeSystemSpecificInformation.cmake,
31109           Modules/HP-UX.cmake, Source/cmLocalUnixMakefileGenerator.cxx: hp
31110           fixes
31112 2002-11-08 08:47  hoffman
31114         * Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
31115           TestForANSIForScope.cmake: ENH: fix for hp and remove some
31116           messages
31118 2002-11-07 17:45  hoffman
31120         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
31121           TestForANSIForScope.cmake, TestForAnsiForScope.cxx,
31122           TestForSTDNamespace.cxx: [no log message]
31124 2002-11-07 17:26  hoffman
31126         * Modules/TestForANSIForScope.cmake: [no log message]
31128 2002-11-07 17:21  hoffman
31130         * Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
31131           TestForAnsiForScope.cxx, TestForSTDNamespace.cmake,
31132           TestForSTDNamespace.cxx: [no log message]
31134 2002-11-07 11:43  hoffman
31136         * Modules/Windows-cl.cmake, Source/cmExecProgramCommand.cxx,
31137           Source/cmLocalUnixMakefileGenerator.cxx: win32 apps and crash on
31138           sun
31140 2002-11-07 09:22  king
31142         * Source/cmStringCommand.cxx: ERR: Fixed signed/unsigned warnings.
31144 2002-11-07 09:15  andy
31146         * Source/CursesDialog/cmCursesMainForm.cxx: Revert
31148 2002-11-07 09:04  andy
31150         * Source/: cmake.cxx, cmake.h: Revert back
31152 2002-11-07 09:01  andy
31154         * Source/WXDialog/ReadMe.Mac.txt: Add readme for mac
31156 2002-11-06 23:25  hoffman
31158         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
31159           cmLocalUnixMakefileGenerator.cxx: clean up echos
31161 2002-11-06 23:06  hoffman
31163         * Modules/CMakeDefaultMakeRuleVariables.cmake,
31164           Modules/Windows-bcc32.cmake,
31165           Source/cmGlobalBorlandMakefileGenerator.cxx,
31166           Source/cmLocalUnixMakefileGenerator.cxx,
31167           Source/cmLocalUnixMakefileGenerator.h: borland mostly working,
31168           tests are passing, no command to file stuff yet
31170 2002-11-06 18:40  king
31172         * Modules/FindITK.cmake: ENH: Enhanced FindITK supporting use of
31173           ITK from an install tree or a build tree.  Only one cache entry
31174           is brought into user's project, called "ITK_DIR".  This is the
31175           location of an ITKConfig.cmake file from which other settings are
31176           loaded.
31178 2002-11-06 18:05  king
31180         * Source/cmStringCommand.cxx, Tests/Complex/CMakeLists.txt,
31181           Tests/ComplexOneConfig/CMakeLists.txt,
31182           Tests/ComplexRelativePaths/CMakeLists.txt: BUG: Fixed
31183           STRING(REGEX REPLACE ...) and added better test.
31185 2002-11-06 17:35  king
31187         * Source/cmCommands.cxx, Source/cmStringCommand.cxx,
31188           Source/cmStringCommand.h, Tests/Complex/CMakeLists.txt,
31189           Tests/ComplexOneConfig/CMakeLists.txt,
31190           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: Added STRING
31191           command.
31193 2002-11-06 17:04  hoffman
31195         * Modules/Windows-bcc32.cmake: borland config
31197 2002-11-06 16:59  king
31199         * Source/: cmRegularExpression.cxx, cmRegularExpression.h: ENH:
31200           compile method now returns whether compilation succeeded.
31202 2002-11-06 16:30  hoffman
31204         * Modules/Windows-cl.cmake,
31205           Source/cmGlobalBorlandMakefileGenerator.cxx,
31206           Source/cmLocalUnixMakefileGenerator.cxx,
31207           Source/cmLocalUnixMakefileGenerator.h: borland getting closer
31209 2002-11-06 16:05  andy
31211         * Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist: Use
31212           CMake icon on Mac
31214 2002-11-06 14:56  andy
31216         * CMakeIcon.icns, Source/WXDialog/CMakeIcon.icns: Add Mac icon
31218 2002-11-06 14:54  andy
31220         * CMakeIcon.icns: Add CMake icon
31222 2002-11-06 14:53  andy
31224         * Source/WXDialog/CMakeIcon.gif: Remove background and make bigger
31226 2002-11-06 14:44  andy
31228         * Source/WXDialog/CMakeIcon.gif: Bigger icon
31230 2002-11-06 14:33  andy
31232         * Source/WXDialog/: CMakeIcon.gif, CMakeIcon.xpm,
31233           cmWXMainFrame.cxx: Start adding CMake icon
31235 2002-11-06 13:06  andy
31237         * Source/: cmSystemTools.cxx, cmSystemTools.h, ctest.cxx: Move the
31238           hi-res time to system tools
31240 2002-11-06 12:04  andy
31242         * Source/: cmake.cxx, cmake.h, CursesDialog/cmCursesMainForm.cxx:
31243           In certain cases, try to guess the source directory, so that you
31244           can run cmake or ccmake without specifying source dir
31246 2002-11-06 11:36  andy
31248         * Source/: cmSystemTools.cxx, CursesDialog/cmCursesPathWidget.cxx:
31249           Remove warning
31251 2002-11-06 11:20  barre
31253         * Source/cmMakeDepend.cxx: FIX: a / was appended without checking
31254           if there wasn't one already.
31256 2002-11-06 08:52  andy
31258         * Tests/X11/X11.c: Try to fix test
31260 2002-11-05 23:07  hoffman
31262         * Source/: TODO, cmLocalUnixMakefileGenerator.cxx: remove warning
31264 2002-11-05 22:55  hoffman
31266         * Modules/: CMakeDetermineCCompiler.cmake, IRIX64.cmake: ranlib
31267           trouble
31269 2002-11-05 22:44  hoffman
31271         * Modules/: CMakeDetermineCCompiler.cmake, IRIX.cmake,
31272           IRIX64.cmake: fix for no ranlib
31274 2002-11-05 18:11  hoffman
31276         * CMakeLists.txt, Modules/CMakeDetermineCCompiler.cmake,
31277           Modules/CMakeSystem.cmake.in, Modules/IRIX64.cmake: remove debug
31278           message statements
31280 2002-11-05 18:06  hoffman
31282         * Modules/: IRIX64.cmake: [no log message]
31284 2002-11-05 17:57  hoffman
31286         * Modules/IRIX64.cmake, Source/cmLocalUnixMakefileGenerator.cxx:
31287           [no log message]
31289 2002-11-05 17:55  hoffman
31291         * CMakeLists.txt: debug
31293 2002-11-05 17:49  hoffman
31295         * Modules/CMakeDefaultMakeRuleVariables.cmake: enh: add <FLAGS> to
31296           link libs
31298 2002-11-05 17:31  hoffman
31300         * Modules/: CYGWIN.cmake, IRIX.cmake, IRIX64.cmake, gcc.cmake: add
31301           flags
31303 2002-11-05 17:20  andy
31305         * Modules/FindX11.cmake: Make things advanced
31307 2002-11-05 17:05  hoffman
31309         * Source/cmLocalUnixMakefileGenerator.cxx: add cxx flags to link
31310           exe
31312 2002-11-05 15:49  hoffman
31314         * Modules/: HP-UX.cmake, IRIX64.cmake, OSF1.cmake: add ansi flags
31316 2002-11-05 14:33  hoffman
31318         * Modules/: IRIX.cmake, IRIX64.cmake, SunOS.cmake: [no log message]
31320 2002-11-05 14:10  hoffman
31322         * Modules/: AIX.cmake, BSDOS.cmake, Darwin.cmake, FreeBSD.cmake,
31323           HP-UX.cmake, IRIX.cmake, MP-RAS.cmake, NetBSD.cmake, OSF1.cmake,
31324           OpenBSD.cmake, RISCos.cmake, SCO_SV.cmake, SINIX.cmake,
31325           SunOS.cmake, True64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
31326           UnixWare.cmake, Xenix.cmake: ENH: add all the OS files
31328 2002-11-05 13:35  andy
31330         * Source/CursesDialog/ccmake.cxx: Cleanup
31332 2002-11-05 11:52  hoffman
31334         * Modules/Linux.cmake: add linux config file
31336 2002-11-05 11:31  hoffman
31338         * Modules/: CMakeSystemSpecificInformation.cmake, Windows.cmake:
31339           add check for sstream
31341 2002-11-05 11:02  hoffman
31343         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
31344           CheckIncludeFile.cxx.in, CheckIncludeFileCXX.cmake: add check for
31345           sstream
31347 2002-11-05 10:45  hoffman
31349         * Source/: cmGlobalUnixMakefileGenerator.cxx,
31350           cmLocalUnixMakefileGenerator.cxx: fix backwards compat enable and
31351           remove full path target
31353 2002-11-05 09:38  andy
31355         * Source/WXDialog/CMakeLists.txt: More mac fixes
31357 2002-11-05 08:52  andy
31359         * Source/CursesDialog/: cmCursesFilePathWidget.cxx,
31360           cmCursesFilePathWidget.h, cmCursesPathWidget.cxx,
31361           cmCursesStringWidget.cxx: Reparent file path widget, add tab
31362           completion support to path anf file path widget
31364 2002-11-05 08:51  andy
31366         * Source/: cmSystemTools.cxx, cmSystemTools.h: Add a simple
31367           globbing of files and directories
31369 2002-11-05 07:15  andy
31371         * Modules/FindX11.cmake, Tests/X11/CMakeLists.txt: Try to fix
31372           FindX11
31374 2002-11-05 07:06  andy
31376         * Tests/X11/X11.c: Simplify
31378 2002-11-04 19:45  king
31380         * Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
31381           --gccxml-compiler argument to GCC-XML for msvc6, msvc7, and nmake
31382           makefiles generators.
31384 2002-11-04 17:37  andy
31386         * Source/CursesDialog/: cmCursesPathWidget.cxx,
31387           cmCursesPathWidget.h, cmCursesStringWidget.cxx,
31388           cmCursesStringWidget.h: Start working on adding tab support
31390 2002-11-04 16:59  andy
31392         * Source/cmWin32ProcessExecution.cxx: Fix windows process execution
31393           so that it pops up the windows
31395 2002-11-04 16:26  hoffman
31397         * Modules/CMakeCCompiler.cmake.in,
31398           Modules/CMakeDetermineCCompiler.cmake,
31399           Modules/CMakeSystemSpecificInformation.cmake,
31400           Modules/Windows-cl.cmake, Modules/Windows.cmake, Source/TODO,
31401           Source/cmGlobalNMakeMakefileGenerator.cxx,
31402           Source/cmLocalUnixMakefileGenerator.cxx,
31403           Source/cmLocalUnixMakefileGenerator.h, Source/cmSystemTools.cxx,
31404           Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx: nmake
31405           passing tests
31407 2002-11-04 15:21  andy
31409         * Source/WXDialog/CMakeLists.txt: Get the Mac resources done
31411 2002-11-04 15:01  andy
31413         * Source/WXDialog/CMakeLists.txt: Minor fixes
31415 2002-11-04 15:01  andy
31417         * Source/cmWriteFileCommand.cxx: Make directory if it does not
31418           exist yet
31420 2002-11-04 14:50  andy
31422         * Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist:
31423           Attempt to automate apple gui generation
31425 2002-11-04 13:09  andy
31427         * Source/WXDialog/cmWXMainFrame.cxx: Try to fix generator problems
31428           on Mac
31430 2002-11-04 11:54  andy
31432         * Tests/X11/X11.c: Fix test
31434 2002-11-04 10:13  hoffman
31436         * Source/TODO: [no log message]
31438 2002-11-04 10:11  hoffman
31440         * CMakeLists.txt, Modules/CMakeCXXCompiler.cmake.in,
31441           Modules/CMakeDetermineCCompiler.cmake,
31442           Modules/CMakeDetermineCXXCompiler.cmake,
31443           Modules/CMakePrintSystemInformation.cmake,
31444           Modules/CMakeSystemSpecificInformation.cmake,
31445           Modules/Windows-cl.cmake, Modules/Windows.cmake,
31446           Source/CMakeLists.txt,
31447           Source/cmGlobalBorlandMakefileGenerator.cxx,
31448           Source/cmGlobalNMakeMakefileGenerator.cxx,
31449           Source/cmIfCommand.cxx, Source/cmLocalUnixMakefileGenerator.cxx:
31450           nmake almost working
31452 2002-11-03 18:18  andy
31454         * Tests/X11/X11.c: Try to make test to run
31456 2002-11-01 23:00  hoffman
31458         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
31459           CMakeSetupDialog.h, resource.h: ENH: better resize
31461 2002-11-01 22:57  hoffman
31463         * Source/CMakeLists.txt: make qt stuff advanced
31465 2002-10-31 10:36  andy
31467         * Templates/CCMakeSystemConfig.cmake.in: Revert X11 stuff until
31468           other steps are done
31470 2002-10-29 15:58  andy
31472         * Tests/X11/X11.c: Print message on system without X11
31474 2002-10-29 15:54  andy
31476         * Tests/X11/: CMakeLists.txt, X11.c: Add Windows code
31478 2002-10-29 15:47  andy
31480         * Modules/FindX11.cmake: Now it should work
31482 2002-10-29 15:46  andy
31484         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt, Tests/X11/X11.c:
31485           Add test for X11
31487 2002-10-29 15:03  hoffman
31489         * Modules/CMakeCXXCompiler.cmake.in,
31490           Modules/CMakeDefaultMakeRuleVariables.cmake,
31491           Modules/CMakeDetermineCCompiler.cmake,
31492           Modules/CMakeDetermineCXXCompiler.cmake,
31493           Modules/CMakeDetermineSystem.cmake,
31494           Modules/CMakePrintSystemInformation.cmake,
31495           Modules/CMakeSystem.cmake.in,
31496           Modules/CMakeSystemSpecificInformation.cmake,
31497           Modules/CYGWIN.cmake, Source/cmGlobalGenerator.cxx,
31498           Source/cmGlobalGenerator.h,
31499           Source/cmGlobalNMakeMakefileGenerator.h,
31500           Source/cmGlobalUnixMakefileGenerator.cxx,
31501           Source/cmGlobalUnixMakefileGenerator.h,
31502           Source/cmLoadCommandCommand.cxx,
31503           Source/cmLocalUnixMakefileGenerator.cxx,
31504           Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
31505           Source/cmSystemTools.cxx, Tests/Testing/CMakeLists.txt: branch
31506           checkin of working cygwin build for generator cleanup and removal
31507           of configure
31509 2002-10-29 13:34  andy
31511         * Templates/CCMakeSystemConfig.cmake.in: Remove X11 stuff
31513 2002-10-29 13:34  andy
31515         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
31516           CheckLibraryExists.cmake, CheckSizeOf.cmake, TestBigEndian.cmake:
31517           Add append to write_file
31519 2002-10-29 13:32  andy
31521         * Source/: cmWriteFileCommand.cxx, cmWriteFileCommand.h: Add flag
31522           to WRITE_FILE to append
31524 2002-10-29 13:30  andy
31526         * Modules/CMakeBackwardCompatibilityC.cmake: Do this the right way
31528 2002-10-29 13:30  andy
31530         * Modules/FindX11.cmake: This should substitute configure part that
31531           finds X11
31533 2002-10-28 10:29  king
31535         * Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
31536           --gccxml-cxxflags option to complement --gccxml-compiler.
31538 2002-10-25 16:47  hoffman
31540         * Modules/CMakeDetermineCCompiler.cmake,
31541           Modules/CMakeSystemSpecificInformation.cmake,
31542           Source/cmGlobalUnixMakefileGenerator.cxx,
31543           Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
31545 2002-10-25 16:13  hoffman
31547         * Modules/CMakeCXXCompiler.cmake.in: [no log message]
31549 2002-10-25 15:46  king
31551         * Utilities/cmake_release_cygwin.sh: ENH: Updated for cmake 1.4.6
31552           package.  Added automatic conversion of setup.hint to unix
31553           newlines.
31555 2002-10-25 14:34  hoffman
31557         * Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake:
31558           [no log message]
31560 2002-10-25 14:25  hoffman
31562         * Source/: cmGlobalUnixMakefileGenerator.cxx,
31563           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
31564           test on unix
31566 2002-10-25 14:13  king
31568         * Utilities/: cmake_release_config_darwin,
31569           cmake_release_config_hpux, cmake_release_config_irix,
31570           cmake_release_config_linux, cmake_release_config_osf,
31571           cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated
31572           for 1.4.6 release.
31574 2002-10-25 14:08  hoffman
31576         * Modules/: CMakeDefaultMakeRuleVariables.cmake,
31577           CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
31578           CMakeDetermineSystem.cmake, CMakeSystemSpecificInformation.cmake:
31579           [no log message]
31581 2002-10-24 15:39  hoffman
31583         * Source/cmake.cxx: BUG: fix stack limit size on mac OSX
31585 2002-10-24 13:39  andy
31587         * Modules/CMakeBackwardCompatibilityC.cmake: Add check for big
31588           endian in backward compatibility scripts
31590 2002-10-24 11:58  martink
31592         * Source/cmMakefile.h: updated patch level to 6
31594 2002-10-24 11:48  martink
31596         * Source/cmBorlandMakefileGenerator.cxx: fix support for Win32
31597           execs
31599 2002-10-24 10:58  andy
31601         * Source/cmSubdirCommand.cxx: Subdirs reports an error if the
31602           subdirectory does not exists
31604 2002-10-24 10:23  andy
31606         * Source/cmMakefile.cxx: Try to remove some warnings
31608 2002-10-23 18:03  king
31610         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
31611           cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
31612           cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
31613           cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
31614           cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
31615           cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
31616           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
31617           cmAddTestCommand.cxx, cmAddTestCommand.h,
31618           cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
31619           cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
31620           cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
31621           cmCMakeMinimumRequired.h, cmCPluginAPI.cxx, cmCPluginAPI.h,
31622           cmCacheManager.cxx, cmCacheManager.h, cmCommand.h,
31623           cmCommands.cxx, cmCommands.h, cmConfigureFileCommand.cxx,
31624           cmConfigureFileCommand.h, cmCreateTestSourceList.cxx,
31625           cmCreateTestSourceList.h, cmCustomCommand.cxx, cmCustomCommand.h,
31626           cmData.h, cmDirectory.cxx, cmDirectory.h,
31627           cmDumpDocumentation.cxx, cmDynamicLoader.cxx, cmDynamicLoader.h,
31628           cmElseCommand.cxx, cmElseCommand.h, cmEnableTestingCommand.cxx,
31629           cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
31630           cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
31631           cmExecProgramCommand.cxx, cmExecProgramCommand.h,
31632           cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
31633           cmFindFileCommand.cxx, cmFindFileCommand.h,
31634           cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
31635           cmFindPathCommand.cxx, cmFindPathCommand.h,
31636           cmFindProgramCommand.cxx, cmFindProgramCommand.h,
31637           cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
31638           cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
31639           cmGetFilenameComponentCommand.h,
31640           cmGetSourceFilePropertyCommand.cxx,
31641           cmGetSourceFilePropertyCommand.h,
31642           cmGlobalBorlandMakefileGenerator.cxx,
31643           cmGlobalBorlandMakefileGenerator.h,
31644           cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
31645           cmGlobalGenerator.cxx, cmGlobalGenerator.h,
31646           cmGlobalNMakeMakefileGenerator.cxx,
31647           cmGlobalNMakeMakefileGenerator.h,
31648           cmGlobalUnixMakefileGenerator.cxx,
31649           cmGlobalUnixMakefileGenerator.h,
31650           cmGlobalVisualStudio6Generator.cxx,
31651           cmGlobalVisualStudio6Generator.h,
31652           cmGlobalVisualStudio7Generator.cxx,
31653           cmGlobalVisualStudio7Generator.h, cmITKWrapTclCommand.cxx,
31654           cmITKWrapTclCommand.h, cmIfCommand.cxx, cmIfCommand.h,
31655           cmIncludeCommand.cxx, cmIncludeCommand.h,
31656           cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
31657           cmIncludeExternalMSProjectCommand.cxx,
31658           cmIncludeExternalMSProjectCommand.h,
31659           cmIncludeRegularExpressionCommand.cxx,
31660           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
31661           cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
31662           cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
31663           cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
31664           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
31665           cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
31666           cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
31667           cmLoadCommandCommand.cxx, cmLoadCommandCommand.h,
31668           cmLocalBorlandMakefileGenerator.cxx,
31669           cmLocalBorlandMakefileGenerator.h,
31670           cmLocalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.h,
31671           cmLocalGenerator.cxx, cmLocalGenerator.h,
31672           cmLocalNMakeMakefileGenerator.cxx,
31673           cmLocalNMakeMakefileGenerator.h,
31674           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
31675           cmLocalVisualStudio6Generator.cxx,
31676           cmLocalVisualStudio6Generator.h,
31677           cmLocalVisualStudio7Generator.cxx,
31678           cmLocalVisualStudio7Generator.h, cmMacroCommand.cxx,
31679           cmMacroCommand.h, cmMakeDepend.cxx, cmMakeDepend.h,
31680           cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
31681           cmMakefile.cxx, cmMakefile.h, cmMarkAsAdvancedCommand.cxx,
31682           cmMarkAsAdvancedCommand.h, cmMessageCommand.cxx,
31683           cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
31684           cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
31685           cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
31686           cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
31687           cmRegularExpression.cxx, cmRegularExpression.h,
31688           cmRemoveCommand.cxx, cmRemoveCommand.h,
31689           cmSeparateArgumentsCommand.cxx, cmSeparateArgumentsCommand.h,
31690           cmSetCommand.cxx, cmSetCommand.h,
31691           cmSetSourceFilesPropertiesCommand.cxx,
31692           cmSetSourceFilesPropertiesCommand.h, cmSiteNameCommand.cxx,
31693           cmSiteNameCommand.h, cmSourceFile.cxx, cmSourceFile.h,
31694           cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
31695           cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
31696           cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
31697           cmSourceGroupCommand.h, cmStandardIncludes.h,
31698           cmSubdirCommand.cxx, cmSubdirCommand.h,
31699           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
31700           cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
31701           cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
31702           cmTryCompileCommand.cxx, cmTryCompileCommand.h,
31703           cmTryRunCommand.cxx, cmTryRunCommand.h,
31704           cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
31705           cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
31706           cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
31707           cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
31708           cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
31709           cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
31710           cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
31711           cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h,
31712           cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
31713           cmWriteFileCommand.cxx, cmWriteFileCommand.h, cmake.cxx, cmake.h,
31714           cmakemain.cxx, cmaketest.cxx, cmakewizard.cxx, cmakewizard.h,
31715           cmw9xcom.cxx, ctest.cxx, ctest.h, CursesDialog/ccmake.cxx,
31716           CursesDialog/cmCursesBoolWidget.cxx,
31717           CursesDialog/cmCursesBoolWidget.h,
31718           CursesDialog/cmCursesCacheEntryComposite.cxx,
31719           CursesDialog/cmCursesCacheEntryComposite.h,
31720           CursesDialog/cmCursesDummyWidget.cxx,
31721           CursesDialog/cmCursesDummyWidget.h,
31722           CursesDialog/cmCursesFilePathWidget.cxx,
31723           CursesDialog/cmCursesFilePathWidget.h,
31724           CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
31725           CursesDialog/cmCursesLabelWidget.cxx,
31726           CursesDialog/cmCursesLabelWidget.h,
31727           CursesDialog/cmCursesLongMessageForm.cxx,
31728           CursesDialog/cmCursesLongMessageForm.h,
31729           CursesDialog/cmCursesMainForm.cxx,
31730           CursesDialog/cmCursesMainForm.h,
31731           CursesDialog/cmCursesPathWidget.cxx,
31732           CursesDialog/cmCursesPathWidget.h,
31733           CursesDialog/cmCursesStandardIncludes.h,
31734           CursesDialog/cmCursesStringWidget.cxx,
31735           CursesDialog/cmCursesStringWidget.h,
31736           CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
31737           MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
31738           MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
31739           MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
31740           MFCDialog/StdAfx.h, WXDialog/cmWXCacheProperty.cxx,
31741           WXDialog/cmWXCacheProperty.h, WXDialog/cmWXCommandLineInfo.cxx,
31742           WXDialog/cmWXCommandLineInfo.h, WXDialog/cmWXMainFrame.cxx,
31743           WXDialog/cmWXMainFrame.h, WXDialog/wxCMakeSetup.cxx: ENH: Added
31744           reference to Copyright.txt.  Removed old reference to ITK
31745           copyright.  Changed program name to CMake instead of Insight in
31746           source file header.  Also removed tabs.
31748 2002-10-23 16:57  hoffman
31750         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: ENH:
31751           if output variable turn verbose off
31753 2002-10-23 16:53  hoffman
31755         * Modules/: CMakeCCompiler.cmake.in,
31756           CMakeDefaultMakeRuleVariables.cmake,
31757           CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
31758           CMakeDetermineSystem.cmake, CMakePrintSystemInformation.cmake,
31759           CMakeSystem.cmake.in, CMakeSystemSpecificInformation.cmake,
31760           CYGWIN.cmake: closer to removing autoconf
31762 2002-10-23 16:43  king
31764         * Source/CursesDialog/form/frm_driver.c: ERR: Another attempt to
31765           remove warnings from missing prototypes.
31767 2002-10-22 18:17  hoffman
31769         * Modules/: CMakeDetermineCCompiler.cmake,
31770           CMakeDetermineCXXCompiler.cmake, CMakeTestGNU.c, Windows.cmake:
31771           test for gnu compiler
31773 2002-10-22 15:04  hoffman
31775         * Modules/: CMakeDetermineCCompiler.cmake,
31776           CMakeSystemSpecificInformation.cmake, CYGWIN.cmake: [no log
31777           message]
31779 2002-10-22 10:36  hoffman
31781         * Source/cmLocalBorlandMakefileGenerator.cxx: BUG: make sure win32
31782           exes are win32
31784 2002-10-22 10:34  hoffman
31786         * Modules/: CMakeDetermineCCompiler.cmake,
31787           CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
31788           CMakeSystemSpecificInformation.cmake: new cmake based
31789           configuration
31791 2002-10-18 15:51  andy
31793         * Source/ctest.cxx: When in verbose mode print test command
31795 2002-10-18 12:08  andy
31797         * Source/cmWin32ProcessExecution.h: Improve comment
31799 2002-10-17 10:50  andy
31801         * Source/: CursesDialog/cmCursesMainForm.cxx,
31802           cmCreateTestSourceList.cxx, cmDirectory.cxx,
31803           cmFindProgramCommand.cxx, cmGlobalUnixMakefileGenerator.cxx,
31804           cmLocalUnixMakefileGenerator.cxx, cmSystemTools.cxx,
31805           cmUseMangledMesaCommand.cxx: Rename variables to remove warnings
31807 2002-10-16 13:30  martink
31809         * Source/cmVTKWrapTclCommand.cxx: update to handle tcl 84
31811 2002-10-16 11:48  martink
31813         * Source/CursesDialog/cmCursesLongMessageForm.cxx: fix compiler
31814           warnings
31816 2002-10-16 11:41  martink
31818         * Source/CursesDialog/form/fty_regex.c: fix compiler warnings
31820 2002-10-16 11:37  martink
31822         * Source/CursesDialog/form/: fty_alnum.c, fty_alpha.c, fty_int.c,
31823           fty_ipv4.c, fty_num.c: fix compiler warnings
31825 2002-10-16 11:32  martink
31827         * Source/CursesDialog/: cmCursesMainForm.cxx, ccmake.cxx: fixed a
31828           warning
31830 2002-10-16 11:24  martink
31832         * Source/CursesDialog/cmCursesLongMessageForm.cxx: fixed a warning
31834 2002-10-16 11:20  martink
31836         * Source/CursesDialog/: cmCursesForm.h, cmCursesLabelWidget.cxx:
31837           fixed a warning
31839 2002-10-16 11:16  martink
31841         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
31842           cmCursesDummyWidget.cxx: fixed a warning
31844 2002-10-16 10:53  king
31846         * Source/CursesDialog/form/frm_driver.c: ENH: Another attempt to
31847           fix OSF warnings.  Also removed TABS.
31849 2002-10-16 08:49  andy
31851         * Source/ctest.cxx: Remove unused variable
31853 2002-10-15 14:33  martink
31855         * Source/cmLoadCommandCommand.cxx: better warning message
31857 2002-10-15 11:45  martink
31859         * Source/cmLoadCommandCommand.cxx: better warning message
31861 2002-10-15 07:20  andy
31863         * Source/ctest.cxx: Remove std::hex as it does not seems to work on
31864           SGI, attempt to fix ftime problem on borland
31866 2002-10-14 18:33  andy
31868         * Source/ctest.cxx: Fix namespace, typo, and make ftime work on
31869           windows
31871 2002-10-14 15:11  andy
31873         * Source/: ctest.cxx, ctest.h: Even more cleanups, fix time on
31874           certain platforms such as windows, cygwin, and linux. Hopefully
31875           we can add entries for other platforms until try_compile works.
31876           Also escape certain characters for xml.
31878 2002-10-14 09:30  andy
31880         * Source/ctest.cxx: More cleanups, fix prexontext and log number
31882 2002-10-13 23:07  andy
31884         * Source/: ctest.cxx, ctest.h: Add LastBuild.log file, fix some
31885           minor problems in output, modify output a bit...
31887 2002-10-11 13:17  martink
31889         * Source/cmLocalCodeWarriorGenerator.cxx: compiler warning
31891 2002-10-11 11:22  iscott
31893         * Modules/Dart.cmake: Add option to control number of errors sent
31894           to dashbaord
31896 2002-10-11 10:16  king
31898         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added Split
31899           method to cmSystemTools to split a string into lines on its
31900           newlines.
31902 2002-10-11 10:14  king
31904         * Modules/FindCABLE.cmake: BUG: Should not load
31905           CMAKE_INSTALL_PREFIX from the cache.
31907 2002-10-11 08:36  king
31909         * Source/cmStandardIncludes.h: ERR: istrstream and istringstream
31910           need to be pulled into namespace std on the SGI.
31912 2002-10-10 11:08  andy
31914         * Source/cmWin32ProcessExecution.cxx: Fix network build
31916 2002-10-10 10:45  barre
31918         * Modules/FindJava.cmake, Templates/CCMakeSystemConfig.cmake.in,
31919           Templates/CMakeBorlandWindowsSystemConfig.cmake,
31920           Templates/CMakeDotNetSystemConfig.cmake,
31921           Templates/CMakeNMakeWindowsSystemConfig.cmake,
31922           Templates/CMakeWindowsSystemConfig.cmake,
31923           Templates/CXXCMakeSystemConfig.cmake.in: ENH: mark some vars as
31924           advanced (and resort the list)
31926 2002-10-10 10:43  king
31928         * Source/: cmCMakeMinimumRequired.cxx,
31929           cmLocalBorlandMakefileGenerator.cxx,
31930           cmLocalNMakeMakefileGenerator.cxx,
31931           cmLocalUnixMakefileGenerator.cxx, cmStandardIncludes.h,
31932           cmSystemTools.cxx, cmVTKMakeInstantiatorCommand.cxx, cmake.cxx,
31933           ctest.cxx: ENH: Renamed cmStringStream to cmOStringStream and
31934           added cmIStringStream.  Removed cmInputStringStream.
31936 2002-10-10 09:41  andy
31938         * Source/: cmGlobalCodeWarriorGenerator.cxx,
31939           cmLocalCodeWarriorGenerator.cxx, cmStandardIncludes.h: Remove
31940           compile error and remove some warnings
31942 2002-10-10 09:02  king
31944         * Utilities/cmake_release_config_osf: ENH: Updated for actual
31945           build.
31947 2002-10-10 08:25  martink
31949         * Source/: cmGlobalCodeWarriorGenerator.cxx,
31950           cmLocalCodeWarriorGenerator.cxx: fixed some compiler warnings
31952 2002-10-10 08:23  andy
31954         * Source/ctest.cxx: Remove warning
31956 2002-10-10 08:11  andy
31958         * Source/: cmSetCommand.cxx, WXDialog/cmWXMainFrame.cxx: Remove
31959           warning
31961 2002-10-10 08:11  andy
31963         * Source/: cmStandardIncludes.h, ctest.cxx: Try to use platform
31964           independent input string stream
31966 2002-10-09 17:47  martink
31968         * Source/: cmDynamicLoader.cxx, cmaketest.cxx: Remove memory leak
31969           caused by cmDynamicLoader not being deleted properly
31971 2002-10-09 16:26  andy
31973         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Try to add
31974           enter support
31976 2002-10-09 15:54  martink
31978         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
31979           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
31980           ComplexOneConfig/cmTestConfigure.h.in,
31981           ComplexOneConfig/Executable/complex.cxx,
31982           ComplexRelativePaths/CMakeLists.txt,
31983           ComplexRelativePaths/cmTestConfigure.h.in,
31984           ComplexRelativePaths/Executable/complex.cxx: added test of SET
31985           CACHE FORCE
31987 2002-10-09 15:48  martink
31989         * Source/: cmSetCommand.cxx, cmSetCommand.h: added FORCE option
31991 2002-10-09 15:36  martink
31993         * Source/CursesDialog/ccmake.cxx: fix for OSF
31995 2002-10-09 15:24  barre
31997         * Source/cmGlobalGenerator.cxx: ENH: update the progress when
31998           generating is "done".
32000 2002-10-09 13:49  martink
32002         * Source/cmGlobalCodeWarriorGenerator.h: changed name
32004 2002-10-09 13:47  andy
32006         * Modules/FindwxWindows.cmake: Add some search paths
32008 2002-10-09 13:37  martink
32010         * Source/cmake.cxx: added Code Warrior dev
32012 2002-10-09 13:31  martink
32014         * Source/: Makefile.in, CMakeLists.txt: added build for Code
32015           Warrior
32017 2002-10-09 13:30  martink
32019         * Source/: cmGlobalCodeWarriorGenerator.cxx,
32020           cmLocalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.h:
32021           some updates
32023 2002-10-08 22:54  andy
32025         * Source/: ctest.cxx, ctest.h: Reorganization, cleanup and some
32026           improvement in dart emulation
32028 2002-10-08 22:00  andy
32030         * Source/: ctest.cxx, ctest.h: Add parsing of warnings and errors
32032 2002-10-08 20:02  andy
32034         * Source/: ctest.cxx, ctest.h: Add configure option and fix
32035           potential bug in other targets. Now the run command is actually
32036           run with directory, so eventually we should be able to run this
32037           from a subdirectory
32039 2002-10-08 15:55  martink
32041         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
32042           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: new plugin
32043           API
32045 2002-10-08 15:55  martink
32047         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h,
32048           cmLoadCommandCommand.cxx: some mods to the plugin API
32050 2002-10-08 10:53  hoffman
32052         * Source/cmExecProgramCommand.cxx: BUG: get all the output
32053           including the last character
32055 2002-10-07 16:23  martink
32057         * CMakeLists.txt: added header dep
32059 2002-10-07 09:20  andy
32061         * Tests/COnly/: foo.c, foo.h: Fix problem on HP
32063 2002-10-07 09:16  martink
32065         * Source/cmIfCommand.cxx: minor fix to allow if with no arguments
32067 2002-10-07 08:23  andy
32069         * Source/cmGlobalVisualStudio6Generator.cxx: Suppress output of
32070           trycompile
32072 2002-10-06 21:25  andy
32074         * Source/ctest.cxx: Fix update so that it actually updates the
32075           source directory,
32077 2002-10-06 21:24  andy
32079         * Source/cmSystemTools.cxx: Fix for run command on windows. If you
32080           specify command in quotes but not full path, it should still work
32082 2002-10-06 20:44  andy
32084         * Source/ctest.cxx: Add missing namespace
32086 2002-10-06 20:44  andy
32088         * Source/cmSystemTools.cxx: Revert back. Does not seems to work on
32089           Windows
32091 2002-10-06 20:36  andy
32093         * Source/: ctest.cxx, ctest.h: Add some minimal Dart capability to
32094           ctest. For example now you can actually use ctest to build
32095           projects, do cvs update on all platforms. This is especially cool
32096           for Visual Studio where you do not want to load the whole
32097           development environment just to build your project.
32099 2002-10-06 18:56  andy
32101         * Source/cmSystemTools.cxx: Check if directory was actually created
32103 2002-10-06 15:10  barre
32105         * Templates/CMakeNMakeWindowsSystemConfig.cmake: ENH: nmake now
32106           uses incremental linking as Msdev does. Faster build (linking a
32107           static vtk.exe or paraview.exe could take more than 10 minutes)
32109 2002-10-06 12:12  andy
32111         * Source/cmTarget.cxx, Tests/COnly/CMakeLists.txt,
32112           Tests/COnly/conly.c, Tests/COnly/foo.c, Tests/COnly/foo.h: If you
32113           specify header file as source, it should still use C compiler and
32114           not CXX. Also fix COnly test so that it make sure that this still
32115           works...
32117 2002-10-05 10:24  andy
32119         * Source/: cmSystemTools.cxx, cmWin32ProcessExecution.h: Fix
32120           borland build. Borland Run command should be static, since it is
32121           called with no object...
32123 2002-10-04 18:16  andy
32125         * Source/: cmMakefile.cxx, cmMakefile.h, cmRegularExpression.cxx,
32126           cmRegularExpression.h, cmSourceGroupCommand.cxx: Try to improve
32127           source group interface
32129 2002-10-04 14:01  andy
32131         * Source/cmCacheManager.cxx: Remove tabs
32133 2002-10-04 12:56  barre
32135         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: re-enable the OK
32136           button in RunCmake() when everything is done.
32138 2002-10-04 12:30  andy
32140         * Source/cmCacheManager.cxx: Fix reading of advanced values from
32141           CMakeCache
32143 2002-10-04 11:42  martink
32145         * Source/: cmLocalCodeWarriorGenerator.h,
32146           cmGlobalCodeWarriorGenerator.cxx,
32147           cmLocalCodeWarriorGenerator.cxx: updates
32149 2002-10-04 11:33  barre
32151         * DartConfig.cmake: ENH: my opinion is that it should be ADVANCED.
32152           Few people build the doc.
32154 2002-10-04 10:47  andy
32156         * Source/cmSystemTools.cxx: Add missing argument
32158 2002-10-04 10:38  andy
32160         * Source/: cmSystemTools.cxx, cmSystemTools.h,
32161           cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h: Cleanup
32162           RunCOmmand code and move borland one to vtkWin32ProcessExecution,
32163           so that it is all in one place... Add timeout option whihc does
32164           not work yet, but it should not produce warning any more
32166 2002-10-04 08:59  martink
32168         * Source/cmLocalGenerator.cxx: always set PROJECT_SOURCE_DIR etc
32170 2002-10-03 16:40  martink
32172         * Source/: cmGlobalCodeWarriorGenerator.cxx,
32173           cmLocalCodeWarriorGenerator.cxx: some fixes
32175 2002-10-03 15:14  martink
32177         * Source/: cmGlobalCodeWarriorGenerator.cxx,
32178           cmGlobalCodeWarriorGenerator.h, cmLocalCodeWarriorGenerator.cxx,
32179           cmLocalCodeWarriorGenerator.h: under development
32181 2002-10-02 17:46  martink
32183         * Source/cmWin32ProcessExecution.cxx: Revert to fix win 9x
32185 2002-10-02 17:31  king
32187         * Source/: cmGlobalUnixMakefileGenerator.cxx, cmStandardIncludes.h:
32188           ENH: Added explicit declarations of some C functions that are
32189           hard to get from standard headers in como
32190           (www.comeaucomputing.com) strict mode.
32192 2002-10-02 17:23  king
32194         * Source/cmIncludeCommand.cxx: BUG: Must return false after an
32195           error of incorrect arguments.
32197 2002-10-02 17:22  king
32199         * Source/: cmIfCommand.cxx, cmIfCommand.h: BUG: STRLESS and
32200           STRGREATER need to treat non-existent definitions as strings.
32202 2002-10-02 17:16  andy
32204         * Source/cmWin32ProcessExecution.cxx: Cleanup and try to unify with
32205           the other code
32207 2002-10-02 17:14  andy
32209         * Source/cmSystemTools.cxx: Cleanup
32211 2002-10-02 16:42  ibanez
32213         * Modules/CMakeLists.txt: ENH: Adding install of .in and .c
32214           modules.
32216 2002-10-02 11:35  martink
32218         * Source/cmLocalBorlandMakefileGenerator.cxx: Remove unnecessary
32219           new line
32221 2002-10-02 11:15  martink
32223         * Source/cmSystemTools.cxx: Fix bug in borland run command
32225 2002-10-02 11:14  martink
32227         * Source/cmake.cxx: Produce only one output
32229 2002-10-01 18:37  king
32231         * Source/cmITKWrapTclCommand.cxx: ENH: Added support to pass the
32232           gccxml program location to cable if ITK_GCCXML_EXECUTABLE is set
32233           on m_Makefile.
32235 2002-10-01 15:56  andy
32237         * Modules/: TestBigEndian.c, TestBigEndian.cmake: Add test for big
32238           endian
32240 2002-10-01 13:04  martink
32242         * Source/cmWin32ProcessExecution.cxx: Fix grouping of arguments on
32243           Windows 98
32245 2002-10-01 13:04  martink
32247         * Source/cmLocalVisualStudio6Generator.cxx: Fix a bug in generator.
32248           This one is good: This bug is only present on Windows 98, but
32249           since RunCommand did not work, it never showed on the
32250           dashboard... In any case commands in Visual studio 6 should be in
32251           windows style slashes
32253 2002-10-01 13:00  martink
32255         * Source/cmw9xcom.cxx: Put quotes around arguments if they have
32256           spaces and no quotes
32258 2002-10-01 12:59  martink
32260         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
32261           ComplexRelativePaths/CMakeLists.txt: Remove bogus exec_program
32263 2002-10-01 10:12  ibanez
32265         * Modules/FindFLTK.cmake: ENH: removed "USE_FLTK_VERSION_1.1" in
32266           favor of "FLTK_VERSION_1.1" to avoid      confusions.
32268 2002-10-01 07:28  andy
32270         * Source/: Makefile.in, cmakemain.cxx: Remove dependency to dynamic
32271           loader during bootstrap
32273 2002-09-30 22:26  ibanez
32275         * Modules/FindFLTK.cmake: ENH: Version 1.1 is considered to be the
32276           default.
32278 2002-09-30 21:34  king
32280         * Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed bad sentence
32281           in error message.
32283 2002-09-30 16:46  andy
32285         * Source/cmake.cxx: Fix bug in chdir; Who did this anyway...
32287 2002-09-30 16:25  hoffman
32289         * Source/: Makefile.in, cmDynamicLoader.cxx, cmakemain.cxx,
32290           MFCDialog/CMakeSetup.cpp: BUG: fix load command stuff for cygwin
32291           and cleanup at exit
32293 2002-09-30 15:05  martink
32295         * Source/cmWin32ProcessExecution.h: Add some more comments
32297 2002-09-30 15:00  martink
32299         * Source/cmWin32ProcessExecution.cxx: Cleanups and hopefully now it
32300           works on all windows platforms
32302 2002-09-30 14:01  martink
32304         * Source/cmake.cxx: Set comspec substitute the right way
32306 2002-09-30 14:00  martink
32308         * Source/ctest.cxx: Set comspec substitute
32310 2002-09-30 13:59  martink
32312         * Source/cmw9xcom.cxx: Add spaces
32314 2002-09-30 12:24  ibanez
32316         * Modules/FindLATEX.cmake:      Configuratiion for finding LaTeX
32317           related executables.
32319 2002-09-30 11:41  andy
32321         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmake.cxx,
32322           cmw9xcom.cxx: Another attempt on Windows 98
32324 2002-09-30 11:00  andy
32326         * Source/cmSystemTools.cxx: Attempt to unify the code
32328 2002-09-30 10:47  andy
32330         * Source/cmSystemTools.cxx: Fix bug in printing
32332 2002-09-30 07:55  andy
32334         * Source/cmWin32ProcessExecution.cxx: Remove warnings and fix
32335           potential bug
32337 2002-09-30 07:09  andy
32339         * Source/cmSystemTools.cxx,
32340           Templates/CMakeBorlandWindowsSystemConfig.cmake: Make borland
32341           pass all the tests on XP (and 2000?)
32343 2002-09-29 22:10  andy
32345         * Source/cmSystemTools.cxx: Remove debug
32347 2002-09-29 21:57  andy
32349         * Source/cmSystemTools.cxx: It is late and it at least seems to
32350           work better than before...
32352 2002-09-29 21:55  andy
32354         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
32355           Fix for it to compile on "all" windows platforms...
32357 2002-09-29 21:48  andy
32359         * Source/cmSystemTools.cxx: Simplify debugging by resetting error
32360           code
32362 2002-09-29 14:09  martink
32364         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
32365           possible fix for warnings
32367 2002-09-29 14:09  martink
32369         * Source/cmake.cxx: compiler warnings
32371 2002-09-27 17:28  andy
32373         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: Add two
32374           cmake commands -E echo for echoing strings and -E comspec for
32375           workaround of bug of windows 9x; add another implementation of
32376           run command on windows which should work...
32378 2002-09-27 17:26  andy
32380         * Source/: CMakeLists.txt, cmWin32ProcessExecution.cxx,
32381           cmWin32ProcessExecution.h: Add class for process execution on
32382           Windows
32384 2002-09-27 17:16  andy
32386         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
32387           ComplexRelativePaths/CMakeLists.txt: Use cmake echo
32389 2002-09-27 16:23  martink
32391         * Source/: cmCreateTestSourceList.cxx, cmInstallFilesCommand.cxx,
32392           cmInstallProgramsCommand.cxx, cmIncludeDirectoryCommand.cxx:
32393           removed some includes
32395 2002-09-27 16:19  martink
32397         * Source/: cmTarget.cxx, cmTarget.h, cmCommand.h,
32398           cmEnableTestingCommand.cxx, cmEndForEachCommand.cxx,
32399           cmForEachCommand.cxx, cmAddTestCommand.cxx,
32400           cmAuxSourceDirectoryCommand.cxx, cmElseCommand.cxx,
32401           cmEndIfCommand.cxx, cmIfCommand.cxx, cmAbstractFilesCommand.cxx,
32402           cmAddDependenciesCommand.cxx, cmAddLibraryCommand.cxx,
32403           cmInstallTargetsCommand.cxx, cmMacroCommand.cxx,
32404           cmMessageCommand.cxx, cmWriteFileCommand.cxx,
32405           cmAddExecutableCommand.cxx: removed some includes
32407 2002-09-27 16:19  hoffman
32409         * Source/: cmSetCommand.cxx, cmSetCommand.h: BUG: fix doc string
32410           and allow a variable to be promoted from non-cache to cache
32412 2002-09-27 16:18  hoffman
32414         * Source/cmLocalUnixMakefileGenerator.cxx: remove unused stuff
32416 2002-09-27 15:52  martink
32418         * Source/cmMakefile.h: new patch
32420 2002-09-27 14:12  andy
32422         * Templates/: CCMakeSystemConfig.cmake.in, cconfigure,
32423           cconfigure.in: Cleanup configure scripts
32425 2002-09-26 15:13  martink
32427         * Source/: cmake.h, cmake.cxx, cmGlobalGenerator.cxx,
32428           cmGlobalGenerator.h, MFCDialog/CMakeSetup.rc,
32429           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added
32430           progress
32432 2002-09-26 13:52  martink
32434         * Source/cmMakefile.cxx: minor memory fix
32436 2002-09-25 17:25  andy
32438         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
32439           CheckLibraryExists.cmake: Set variable to either 1 or empty
32440           string instead of TRUE and FALSE
32442 2002-09-25 10:38  andy
32444         * Modules/CheckLibraryExists.cmake: Cleanup
32446 2002-09-25 10:08  andy
32448         * Tests/: LoadCommand/CMakeLists.txt,
32449           LoadCommand/LoadedCommand.h.in,
32450           LoadCommandOneConfig/CMakeLists.txt,
32451           LoadCommandOneConfig/LoadedCommand.h.in: Check for library
32453 2002-09-25 10:08  andy
32455         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
32456           CheckSizeOf.cmake: Fix modules for recent changes
32458 2002-09-25 10:07  andy
32460         * Source/: cmGlobalUnixMakefileGenerator.cxx,
32461           cmTryCompileCommand.cxx: Several changes: COMPILE_DEFINITIONS is
32462           now depricated. If you want to specify some, use CMAKE_FLAGS
32463           -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include
32464           path, ... It now detects wether the file is C or C++ and uses the
32465           apropriate project command, it also does the right thing when
32466           doing try_compile, so it does not execute configure for every
32467           single try_compile
32469 2002-09-25 09:31  andy
32471         * Source/cmLocalUnixMakefileGenerator.cxx: Use file format
32472           detection
32474 2002-09-25 09:30  andy
32476         * Source/: cmSystemTools.cxx, cmSystemTools.h: Add detection of
32477           file format from extension
32479 2002-09-25 07:47  andy
32481         * Source/WXDialog/cmWXMainFrame.cxx: Remove warnings
32483 2002-09-25 07:46  andy
32485         * Source/cmGlobalGenerator.cxx: Attempt to make NMake quiet during
32486           TRY_COMPILE
32488 2002-09-24 18:34  andy
32490         * Source/: ctest.cxx, ctest.h: Add verbose flag -V, which makes the
32491           output of tests to be displayed; also add help to ctest
32493 2002-09-24 17:58  andy
32495         * Modules/CMakeBackwardCompatibilityC.cmake,
32496           Modules/CMakeBackwardCompatibilityCXX.cmake,
32497           Source/cmGlobalUnixMakefileGenerator.cxx: Improve backward
32498           compatibility, so that all backward compatibility stuff is in two
32499           modules; fix invoking of try_compile; add checking for header
32500           files and sizes of types
32502 2002-09-24 17:37  andy
32504         * Source/cmSystemTools.cxx: Add support for mac dylib
32506 2002-09-24 16:36  andy
32508         * Modules/: CheckLibraryExists.cmake, CheckLibraryExists.lists.in:
32509           Initial attempt to check if library exists
32511 2002-09-24 16:20  andy
32513         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Some GUI
32514           improvements and fix the way dirty is being set, so that if there
32515           are no cache values, dirty is not set
32517 2002-09-24 16:20  andy
32519         * Modules/CheckSizeOf.cmake: Improve check size of. Now it checks
32520           for some header files before trying to check types
32522 2002-09-24 14:49  king
32524         * Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: [no log message]
32526 2002-09-24 14:22  king
32528         * Utilities/cmake_release_config_osf: ENH: Adding prototype release
32529           config script for OSF.
32531 2002-09-24 14:18  king
32533         * Utilities/cmake_release_config_cygwin: ERR: Removed old cygwin
32534           release config file.  A separate script is now used.
32536 2002-09-24 13:24  martink
32538         * Source/cmake.cxx: fixed memory leak
32540 2002-09-24 13:17  martink
32542         * Source/cmTryRunCommand.cxx: always convert to output path
32544 2002-09-24 10:47  hoffman
32546         * Utilities/: cmake-cygwin-package.sh, cmake_release_cygwin.sh: use
32547           /usr/bin/find and uname for cygwin version
32549 2002-09-24 10:30  andy
32551         * Source/cmLoadCommandCommand.cxx: Cleanup
32553 2002-09-24 10:24  andy
32555         * Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: Add accessor for
32556           Flushing cache
32558 2002-09-24 09:51  hoffman
32560         * Source/cmLocalUnixMakefileGenerator.cxx: one rule per line so
32561           borland make does not die
32563 2002-09-24 09:50  hoffman
32565         * Source/cmLocalBorlandMakefileGenerator.cxx: handle long commands
32567 2002-09-24 09:24  hoffman
32569         * Source/: cmDynamicLoader.cxx, cmGlobalGenerator.cxx: fix for
32570           cygwin and nmake that does not define WIN32
32572 2002-09-23 21:14  king
32574         * Utilities/: cmake-cygwin-package.sh, cmake-cygwin.README,
32575           cmake_release_cygwin.sh, setup.hint: ENH: Added cygwin packaging
32576           scripts.  The setup.hint and cmake.README files required by
32577           Cygwin are generated automatically.
32579 2002-09-23 17:24  andy
32581         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
32582           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: Fix problem
32584 2002-09-23 17:20  king
32586         * Utilities/cmake_release_unix_package.sh: ENH: Added to generated
32587           README the typical install locaiton of /usr/local.
32589 2002-09-23 16:57  andy
32591         * Source/cmDynamicLoader.cxx: Fix cache for non void* types
32593 2002-09-23 16:24  andy
32595         * Source/cmDynamicLoader.cxx: Keep track of libraries so that you
32596           can load them as many times as you want...
32598 2002-09-23 15:57  andy
32600         * Source/cmaketest.cxx: Cleanup
32602 2002-09-23 15:56  andy
32604         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
32605           LoadCommand/CMakeCommands/cmTestCommand.c,
32606           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
32607           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: Some minor
32608           fixes for mac
32610 2002-09-23 15:54  andy
32612         * Source/cmLocalUnixMakefileGenerator.cxx: Fix generation of C only
32613           modules
32615 2002-09-23 15:53  andy
32617         * Source/cmDynamicLoader.cxx: Fix extension and suffix for modules
32618           on mac
32620 2002-09-23 14:57  martink
32622         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
32623           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: cleanup
32625 2002-09-23 14:57  martink
32627         * Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: cleaned up API
32629 2002-09-23 14:11  andy
32631         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
32632           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: Fix test so
32633           that it will work on HP
32635 2002-09-23 14:04  andy
32637         * Source/cmTryCompileCommand.cxx: Fix HP build
32639 2002-09-23 13:32  andy
32641         * Source/: cmSystemTools.cxx, cmTryCompileCommand.cxx,
32642           WXDialog/cmWXCommandLineInfo.cxx, WXDialog/cmWXMainFrame.cxx,
32643           WXDialog/wxCMakeSetup.cxx: Try to remove some warnings
32645 2002-09-23 13:11  andy
32647         * Source/cmLoadCommandCommand.cxx: Fix loading of module for
32648           borland
32650 2002-09-23 12:23  andy
32652         * Source/cmGlobalGenerator.cxx: Try to fix borland and nmake try
32653           compile
32655 2002-09-23 11:06  andy
32657         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h,
32658           cmTryRunCommand.cxx: Abstract cleaning of files and add code that
32659           deletes files from Debug subdirectory
32661 2002-09-23 11:05  andy
32663         * Source/cmGlobalVisualStudio6Generator.cxx: Remove debug stuff
32665 2002-09-23 10:01  andy
32667         * Modules/FindwxWindows.cmake: Fix comments
32669 2002-09-23 09:58  andy
32671         * Source/cmLocalVisualStudio7Generator.cxx: Try to fix quoted
32672           definitions
32674 2002-09-23 09:41  martink
32676         * Source/cmIfCommand.cxx: hopefull another fix to if statements
32678 2002-09-23 09:07  andy
32680         * Source/: cmGlobalVisualStudio6Generator.cxx,
32681           cmGlobalVisualStudio6Generator.h: Attempt to fix Visual studio 6
32682           comiling
32684 2002-09-23 08:51  king
32686         * Utilities/cmake_release_unix_package.sh: BUG: Creating source
32687           tarball should not affect current directory.
32689 2002-09-23 08:44  king
32691         * Utilities/: cmake_release_config_darwin,
32692           cmake_release_config_hpux, cmake_release_config_irix,
32693           cmake_release_config_linux, cmake_release_config_sun: ENH:
32694           Incremented version to 1.4.5.
32696 2002-09-22 10:08  martink
32698         * Source/cmLocalVisualStudio7Generator.cxx: defines cannot have
32699           quotes in them
32701 2002-09-22 09:53  martink
32703         * Source/: cmGlobalVisualStudio7Generator.cxx,
32704           cmGlobalVisualStudio7Generator.h: some try compile fixes
32706 2002-09-22 07:52  martink
32708         * Source/: cmWriteFileCommand.cxx,
32709           CursesDialog/cmCursesMainForm.cxx: compiler warning
32711 2002-09-21 07:29  andy
32713         * Source/cmWriteFileCommand.cxx: Fix namespace problem
32715 2002-09-20 15:45  andy
32717         * Source/WXDialog/wxincludes.h: Add missing include
32719 2002-09-20 15:01  andy
32721         * Modules/CheckFunctionExists.cmake,
32722           Modules/CheckIncludeFile.cmake, Modules/CheckSizeOf.cmake,
32723           Source/WXDialog/cmWXMainFrame.cxx: Fix tests for new trycompile
32724           and tryrun
32726 2002-09-20 15:01  andy
32728         * Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
32729           cmTryRunCommand.cxx: Add GetLocal on cmMakefile and on local
32730           builds do not perform tests
32732 2002-09-20 14:17  andy
32734         * Tests/: LoadCommand/CMakeLists.txt,
32735           LoadCommand/LoadedCommand.h.in,
32736           LoadCommandOneConfig/CMakeLists.txt,
32737           LoadCommandOneConfig/LoadedCommand.h.in: Include more testing
32739 2002-09-20 14:16  andy
32741         * Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Simplify
32742           checking for headers
32744 2002-09-20 13:40  andy
32746         * Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Add
32747           macro which checks if the header file exists
32749 2002-09-20 13:40  andy
32751         * Modules/CheckFunctionExists.cmake: Fix comment
32753 2002-09-20 13:17  andy
32755         * Tests/: LoadCommand/CMakeLists.txt,
32756           LoadCommand/LoadedCommand.cxx,
32757           LoadCommandOneConfig/CMakeLists.txt,
32758           LoadCommandOneConfig/LoadedCommand.cxx,
32759           LoadCommand/LoadedCommand.h.in,
32760           LoadCommandOneConfig/LoadedCommand.h.in: Fix test so that it does
32761           some modules testing by checking for some functions and some size
32762           of types
32764 2002-09-20 13:16  andy
32766         * Modules/: CheckFunctionExists.c, CheckFunctionExists.cmake,
32767           CheckSizeOf.c, CheckSizeOf.cmake: Add two commonly used modules.
32768           First one checks if the function exists, the second one checks
32769           the size of type
32771 2002-09-20 13:15  andy
32773         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
32774           cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx: Add option
32775           of TRY_COMPILE to store the output of compilation so that if the
32776           output fails you can display it or store it in the file
32778 2002-09-20 13:14  andy
32780         * Source/: cmCommands.cxx, cmWriteFileCommand.cxx,
32781           cmWriteFileCommand.h: Add WRITE_FILE command, which writes string
32782           to a file
32784 2002-09-20 10:06  martink
32786         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
32787           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: removed c++
32788           style comments
32790 2002-09-20 09:53  andy
32792         * Source/WXDialog/wxincludes.h: Fix includes
32794 2002-09-20 08:07  martink
32796         * Source/: cmTryRunCommand.h, cmTryRunCommand.cxx: compiler
32797           warnings
32799 2002-09-19 17:35  andy
32801         * Source/WXDialog/CMakeLists.txt: Add test for gui
32803 2002-09-19 17:35  andy
32805         * Source/WXDialog/cmWXCommandLineInfo.cxx: Fix arguments
32807 2002-09-19 17:35  andy
32809         * Source/WXDialog/wxCMakeSetup.cxx: Allow argument Q
32811 2002-09-19 17:23  andy
32813         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Add support
32814           for exiting after loading
32816 2002-09-19 17:20  andy
32818         * Source/WXDialog/: cmWXCommandLineInfo.cxx, cmWXCommandLineInfo.h:
32819           Add option -Q for existing after loading
32821 2002-09-19 16:12  hoffman
32823         * Source/cmBorlandMakefileGenerator.cxx: ENH: allow for long
32824           command lines
32826 2002-09-19 16:09  andy
32828         * Source/cmMakefile.cxx: Remove unnecessary disabling of output
32830 2002-09-19 16:07  andy
32832         * Source/cmTryRunCommand.cxx: Fix tryrun to work on Linux
32834 2002-09-19 15:01  hoffman
32836         * Source/cmUnixMakefileGenerator.cxx: ENH: use single line depend
32837           rules for borland compiler
32839 2002-09-19 14:59  hoffman
32841         * Source/cmMSDotNETGenerator.cxx: ENH: add include to rc, and
32842           newline to custom commnad
32844 2002-09-19 14:59  hoffman
32846         * Source/: cmBorlandMakefileGenerator.cxx,
32847           cmNMakeMakefileGenerator.cxx: ENH: add include to rc
32849 2002-09-19 14:58  hoffman
32851         * Source/CMakeLists.txt: ENH: fix bad endif
32853 2002-09-19 14:58  hoffman
32855         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
32856           staticLibHeader.dsptemplate: ENH: add include paths to rc
32858 2002-09-19 14:40  andy
32860         * Source/cmSystemTools.cxx: Supress standard error when running
32861           command
32863 2002-09-19 14:36  andy
32865         * Source/cmTryCompileCommand.cxx: Fix try compile with second
32866           signature, remove cmake lists from cache so that multiple tests
32867           work
32869 2002-09-19 14:35  andy
32871         * Source/cmSystemTools.h: Add a way to check if run command output
32872           is disabled
32874 2002-09-19 14:35  andy
32876         * Source/cmMakefile.cxx: When doing try compile disable output
32878 2002-09-19 14:34  andy
32880         * Source/: cmListFileCache.cxx, cmListFileCache.h: Add a way to
32881           remove files from cache
32883 2002-09-19 11:06  andy
32885         * Source/cmTryRunCommand.cxx: Fix compile problem
32887 2002-09-19 11:01  martink
32889         * Source/cmTryRunCommand.cxx: minor cleanup
32891 2002-09-19 11:00  andy
32893         * Source/WXDialog/wxincludes.h: Fix all defines on Windows
32895 2002-09-19 10:56  andy
32897         * Source/WXDialog/CMakeLists.txt: Fix executable to be WIN32 on
32898           windows
32900 2002-09-19 10:25  andy
32902         * Modules/FindwxWindows.cmake: Fix find wxWindows
32904 2002-09-19 09:49  martink
32906         * Source/: cmCommands.cxx, cmTryCompileCommand.cxx,
32907           cmTryCompileCommand.h: updated to try compile
32909 2002-09-19 09:48  martink
32911         * Source/: cmTryRunCommand.cxx, cmTryRunCommand.h: new command
32913 2002-09-19 09:48  andy
32915         * Source/WXDialog/CMakeLists.txt: Remove unnecessary message
32917 2002-09-19 09:47  andy
32919         * Source/CMakeLists.txt: Add option for building wxWindows GUI for
32920           CMake
32922 2002-09-19 09:47  andy
32924         * Source/WXDialog/: CMakeLists.txt, cmWXCacheProperty.cxx,
32925           cmWXCacheProperty.h, cmWXCommandLineInfo.cxx,
32926           cmWXCommandLineInfo.h, cmWXMainFrame.cxx, cmWXMainFrame.h,
32927           wxCMakeSetup.cxx, wxincludes.h: Initial import of wxWindows
32928           dialog
32930 2002-09-19 09:42  andy
32932         * Modules/FindwxWindows.cmake: Improve searching for wxWindows
32934 2002-09-18 14:30  andy
32936         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix callback for the new
32937           API
32939 2002-09-18 14:18  andy
32941         * Source/: cmSystemTools.cxx, cmSystemTools.h,
32942           CursesDialog/ccmake.cxx: Improve message handler to include
32943           client data.
32945 2002-09-18 11:38  martink
32947         * Tests/: LoadCommand/CMakeLists.txt,
32948           LoadCommand/CMakeCommands/CMakeLists.txt,
32949           LoadCommand/CMakeCommands/cmTestCommand.c,
32950           LoadCommandOneConfig/CMakeLists.txt,
32951           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
32952           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: test passing
32953           CMAKE_FLAGS
32955 2002-09-18 11:37  martink
32957         * Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
32958           cmTryCompileCommand.h: now Try compile can include CMAKE_FLAGS
32960 2002-09-18 11:36  martink
32962         * Source/cmLoadCommandCommand.cxx: better error reporting
32964 2002-09-18 10:40  king
32966         * Source/cmSetCommand.cxx: ENH: If SET(VAR) is called with no other
32967           arguments, remove the definition of VAR.
32969 2002-09-18 10:39  king
32971         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
32972           RemoveDefinition method.
32974 2002-09-18 09:53  barre
32976         * Source/cmVTKWrapTclCommand.cxx: FIX: better support for the
32977           Tcl/Tk 8.4 pre-release
32979 2002-09-18 08:15  andy
32981         * Modules/FindGTK.cmake: GL should not be a completely necessary
32982           thing for finding GTK. This will find gtk and GL but also just
32983           GTK
32985 2002-09-18 08:13  andy
32987         * Source/cmakewizard.cxx: Remove unnecessary variable
32989 2002-09-18 08:07  martink
32991         * Tests/: LoadCommand/CMakeLists.txt,
32992           LoadCommandOneConfig/CMakeLists.txt: removed target
32994 2002-09-17 15:41  king
32996         * Modules/CMakeLists.txt: ENH: Adding installation of TRY_COMPILE
32997           tests.
32999 2002-09-17 15:41  king
33001         * Source/cmTryCompileCommand.cxx: BUG: Generated CMakeLists.txt
33002           file needs to take CMAKE_ANSI_CXXFLAGS into account.
33004 2002-09-17 14:40  king
33006         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed typo:
33007           INSTALL_PROGRAMS -> INSTALL_PROGRAM.
33009 2002-09-17 14:20  martink
33011         * Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
33013 2002-09-17 14:19  andy
33015         * Source/cmakewizard.cxx: Strip the string that user answers
33017 2002-09-17 14:18  barre
33019         * Source/cmVTKWrapTclCommand.cxx: ENH: add support for Tcl/Tk 8.4.0
33021 2002-09-17 14:12  martink
33023         * Source/cmake.h: updated comments
33025 2002-09-17 14:09  king
33027         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: INSTALL_DATA should
33028           be INSTALL_PROGRAMS for program install targets.
33030 2002-09-17 14:04  martink
33032         * Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
33034 2002-09-17 13:59  martink
33036         * Source/: cmMakefile.cxx, cmake.cxx, cmake.h, cmakewizard.cxx,
33037           MFCDialog/CMakeSetupDialog.cpp: cleaned up some of the cmake
33038           interface
33040 2002-09-17 13:59  martink
33042         * Source/CMakeLists.txt: new test
33044 2002-09-17 13:48  andy
33046         * Source/cmakewizard.cxx: Replace getline with fgets since getline
33047           does not seems to work properly on Mac OSX
33049 2002-09-17 11:48  andy
33051         * Source/: cmCacheManager.cxx, cmCacheManager.h,
33052           cmMarkAsAdvancedCommand.cxx: Fix problems with advanced not being
33053           marked.
33055 2002-09-17 10:56  king
33057         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
33058           cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
33059           cmLocalUnixMakefileGenerator.cxx: ENH: Improved implementation of
33060           INSTALL_FILES and INSTALL_PROGRAMS commands.  Source paths can
33061           now be relative or full paths, and don't need to be in the same
33062           directory as the CMakeLists.txt file.
33064 2002-09-17 10:38  martink
33066         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
33067           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: added
33068           Destructor
33070 2002-09-17 10:38  martink
33072         * Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: added
33073           destructor to loaded commands
33075 2002-09-17 09:17  martink
33077         * Modules/TestForANSIStreamHeaders.cmake: slight change in
33078           signature for TryCompile
33080 2002-09-17 09:16  martink
33082         * Source/: cmGlobalVisualStudio6Generator.cxx,
33083           cmTryCompileCommand.cxx, cmTryCompileCommand.h: slight change in
33084           signature
33086 2002-09-17 09:16  martink
33088         * Tests/: LoadCommand/CMakeLists.txt,
33089           LoadCommandOneConfig/CMakeLists.txt: some cleanup
33091 2002-09-17 08:29  martink
33093         * Tests/: LoadCommand/CMakeLists.txt,
33094           LoadCommandOneConfig/CMakeLists.txt: minor fix in error message
33096 2002-09-16 16:27  martink
33098         * Tests/: LoadCommand/CMakeLists.txt,
33099           LoadCommand/LoadedCommand.cxx,
33100           LoadCommand/CMakeCommands/CMakeLists.txt,
33101           LoadCommand/CMakeCommands/cmTestCommand.c,
33102           LoadCommandOneConfig/CMakeLists.txt,
33103           LoadCommandOneConfig/LoadedCommand.cxx,
33104           LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
33105           LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: load command
33106           test
33108 2002-09-15 09:54  martink
33110         * Source/: cmAddCustomCommandCommand.cxx,
33111           cmAddDependenciesCommand.cxx, cmCacheManager.cxx,
33112           cmExecProgramCommand.cxx, cmFLTKWrapUICommand.cxx,
33113           cmListFileCache.cxx, cmaketest.cxx, ctest.cxx: remove unused
33114           variables
33116 2002-09-15 09:42  martink
33118         * Source/: cmLocalVisualStudio6Generator.cxx,
33119           cmLocalVisualStudio7Generator.cxx: updated to use
33120           ConfigureFinalPass
33122 2002-09-15 08:53  martink
33124         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
33125           cmGlobalGenerator.cxx: changed handling of FinalPass
33127 2002-09-15 08:53  martink
33129         * Source/cmLocalUnixMakefileGenerator.cxx: changed when final pass
33130           is done
33132 2002-09-15 08:52  martink
33134         * Source/: cmMakefile.h, cmMakefile.cxx: renamed GenerateMakefile
33135           to ConfigureFinalPass
33137 2002-09-14 10:59  martink
33139         * Source/CursesDialog/cmCursesMainForm.cxx: removed extra Generate
33140           that was screwing things up
33142 2002-09-14 08:47  martink
33144         * Source/cmGlobalGenerator.cxx: fixed warning
33146 2002-09-13 19:23  martink
33148         * Source/cmGlobalGenerator.cxx: made less verbose
33150 2002-09-13 19:23  martink
33152         * Modules/TestForANSIStreamHeaders.cmake: removed messages
33154 2002-09-13 16:38  king
33156         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
33157           FileIsFullPath test method.
33159 2002-09-13 13:48  martink
33161         * Source/: cmGlobalGenerator.cxx, cmMakefile.cxx, cmake.h: some
33162           fixes for try compile
33164 2002-09-13 11:09  martink
33166         * Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
33167           cxxconfigure.in: now uses TryCompile
33169 2002-09-13 11:05  martink
33171         * Source/cmGlobalNMakeMakefileGenerator.h: minor fix
33172           inEnableLanguages
33174 2002-09-13 11:01  martink
33176         * Source/: cmTryCompileCommand.cxx: fix to the cleanup code
33178 2002-09-13 10:42  martink
33180         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
33181           cmGlobalNMakeMakefileGenerator.h,
33182           cmGlobalUnixMakefileGenerator.cxx,
33183           cmGlobalUnixMakefileGenerator.h,
33184           cmGlobalVisualStudio6Generator.cxx,
33185           cmGlobalVisualStudio7Generator.cxx, cmMakefile.cxx,
33186           cmTryCompileCommand.cxx: better trycompile and enable langiages
33188 2002-09-13 10:41  martink
33190         * Source/cmake.cxx: better try compile
33192 2002-09-13 10:40  martink
33194         * Modules/TestForANSIStreamHeaders.cmake: removed messages
33196 2002-09-13 09:51  andy
33198         * configure, configure.in: Improve bootstrapping on Unix, so that
33199           it bootstraps in the subdirectory. This prevents from compiler
33200           files being reused and you can do make clean...
33202 2002-09-13 09:49  iscott
33204         * Modules/FindQt.cmake: Make QT variables advanced
33206 2002-09-13 08:15  martink
33208         * Source/: cmEndIfCommand.cxx, cmLocalUnixMakefileGenerator.cxx:
33209           compiler warning
33211 2002-09-13 08:12  martink
33213         * Source/MFCDialog/CMakeSetup.cpp: duh
33215 2002-09-13 05:39  iscott
33217         * Modules/FindQt.cmake: Need to use $ENV{} to access environment
33218           variables
33220 2002-09-12 16:36  martink
33222         * Modules/TestForANSIStreamHeaders.cmake: some cleanup
33224 2002-09-12 14:37  martink
33226         * Source/cmake.cxx: uninitialized var
33228 2002-09-12 13:55  andy
33230         * Source/cmaketest.cxx: Remove unnecessary include
33232 2002-09-12 13:42  andy
33234         * Source/cmakemain.cxx: Remove unnecessary include
33236 2002-09-12 13:19  bettingf
33238         * Tests/Wrapping/CMakeLists.txt, Source/CMakeLists.txt: added
33239           include of FindQT.cmake
33241 2002-09-12 11:47  martink
33243         * Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h,
33244           CMakeLists.txt: new arch
33246 2002-09-12 11:44  martink
33248         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
33249           cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
33250           cmDSWWriter.cxx, cmDSWWriter.h, cmDSPWriter.cxx, cmDSPWriter.h,
33251           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
33252           cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
33253           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: new arch
33255 2002-09-12 11:38  bettingf
33257         * Source/CMakeLists.txt: added test for QTWrapUI called qtwrapping
33259 2002-09-12 11:37  bettingf
33261         * Tests/Wrapping/: qtwrappingmain.cxx, CMakeLists.txt: corrected
33262           test for QTWrapUI
33264 2002-09-12 11:14  martink
33266         * Modules/: TestForANSIStreamHeaders.cmake,
33267           TestForANSIStreamHeaders.cxx: new try compile module
33269 2002-09-12 11:13  andy
33271         * Source/cmCacheManager.cxx: Oops, too fast commit; add missing ;
33273 2002-09-12 11:12  andy
33275         * Source/cmCacheManager.cxx: Add more error checking
33277 2002-09-12 11:08  martink
33279         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: another
33280           signature for Try_Compile
33282 2002-09-12 11:08  martink
33284         * Source/: cmMakefile.cxx, cmake.cxx, cmake.h: added a flag if a
33285           cmake is in try compile
33287 2002-09-12 09:56  andy
33289         * Source/cmMarkAsAdvancedCommand.cxx: Fix mark as advanced. Now it
33290           should work properly
33292 2002-09-12 09:00  andy
33294         * Source/: cmakewizard.cxx, cmakewizard.h: Simplify code. Since we
33295           access cache entry through the iterator, we do not need the cache
33296           manager any more
33298 2002-09-12 08:56  andy
33300         * Source/cmCacheManager.h: Fix build problem on Sun
33302 2002-09-11 16:44  bettingf
33304         * Source/cmQTWrapUICommand.cxx: corrected the generated lists .h in
33305           header list and .cxx in sources list
33307 2002-09-11 16:43  bettingf
33309         * Source/cmLocalUnixMakefileGenerator.cxx: added generation of the
33310           GENERATED_QT_FILES list for make clean
33312 2002-09-11 16:41  bettingf
33314         * Tests/Wrapping/CMakeLists.txt: added test for QTWrapUI
33316 2002-09-11 16:40  bettingf
33318         * Tests/Wrapping/: qtwrappingmain.cxx, qtwrapping.ui: test for
33319           QTWarpUI
33321 2002-09-11 16:12  king
33323         * Source/cmCacheManager.cxx: BUG: GetCacheValue must check if value
33324           is UNINITIALIZED.  If so, pretend it doesn't exist.
33326 2002-09-11 15:13  andy
33328         * Source/CursesDialog/cmCursesMainForm.cxx: Fix bug in ccmake which
33329           made it crash when all cache values were deleted
33331 2002-09-11 15:04  andy
33333         * Source/CursesDialog/cmCursesMainForm.cxx: Fix problem with ccmake
33334           crashing on empty caches
33336 2002-09-11 14:38  andy
33338         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix MFC GUI
33340 2002-09-11 14:38  andy
33342         * Source/cmCacheManager.cxx: Fix find and remove check for
33343           uninitialized entries
33345 2002-09-11 14:08  andy
33347         * Source/cmCacheManager.cxx: Function strcasecmp is not portable
33349 2002-09-11 14:05  andy
33351         * Source/: cmCacheManager.cxx, cmCacheManager.h,
33352           cmFindPathCommand.cxx, cmFindProgramCommand.cxx, cmMakefile.cxx,
33353           cmMarkAsAdvancedCommand.cxx, cmVariableRequiresCommand.cxx,
33354           cmakewizard.cxx, cmakewizard.h,
33355           CursesDialog/cmCursesCacheEntryComposite.cxx,
33356           CursesDialog/cmCursesCacheEntryComposite.h,
33357           CursesDialog/cmCursesMainForm.cxx: Couple of changes: cache
33358           variables now have a map of properties. ADVANCED and HELPSTRING
33359           are now properties of cache variable, IsAdvanced is gone, so is
33360           GetCacheEntry, since cache entries are now all private. To access
33361           them, you use the iterator. -ADVANCED cache entries are gone and
33362           are replaced by the property of cache variables. The cache file
33363           still looks the same, but the -ADVANCED cache entries are created
33364           when writing file. MarkAsAdvanced and VariableRequires are fixed.
33365           So are curses gui and wizard
33367 2002-09-11 13:27  andy
33369         * Templates/CCMakeSystemConfig.cmake.in: Remove Mark_AS_ADVANCED
33370           for some variables that do not exist
33372 2002-09-11 12:52  martink
33374         * Source/cmMakefile.cxx: minor fix in try compile code
33376 2002-09-11 09:54  king
33378         * Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
33379           cmDynamicLoaderC.c: ENH: Pointer-to-function to pointer-to-data
33380           casts are not even allowed in strict C.  Re-implemented this
33381           conversion in pure C++ using a casting trick with an extra level
33382           of indirection.
33384 2002-09-11 08:52  king
33386         * Source/cmDynamicLoaderC.c: ERR: Removed C++-style comments, used
33387           C-style instead.
33389 2002-09-10 17:24  king
33391         * Source/cmake.cxx: ERR: Added missing include of stdio.h for
33392           sprintf.
33394 2002-09-10 16:52  martink
33396         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: updated
33397           signature
33399 2002-09-10 16:52  martink
33401         * Source/: cmMakefile.cxx, cmMakefile.h: updated makefile moved
33402           commands into cmake and fixed try compile
33404 2002-09-10 16:51  martink
33406         * Source/cmDumpDocumentation.cxx: moved dump docs into cmake
33408 2002-09-10 16:51  martink
33410         * Source/: cmake.h, cmake.cxx: moved commands into cmake
33412 2002-09-10 16:49  martink
33414         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
33415           cmGlobalVisualStudio6Generator.cxx,
33416           cmGlobalVisualStudio6Generator.h,
33417           cmGlobalVisualStudio7Generator.cxx,
33418           cmGlobalVisualStudio7Generator.h: modified TryCompile
33420 2002-09-10 15:46  king
33422         * Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
33423           cmDynamicLoaderC.c: ERR: Cast from pointer-to-data to
33424           pointer-to-function is not allowed in C++.  The cast needed by
33425           cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
33427 2002-09-10 15:40  king
33429         * Source/cmGlobalUnixMakefileGenerator.cxx: ERR: Fixes for comeau
33430           compiler.  NULL is a pointer of type void*, and cannot be
33431           compared directly with other pointer types.  We use 0 instead.
33432           Also changed putenv to setenv for comeau on linux.
33434 2002-09-10 15:40  king
33436         * Source/cmStandardIncludes.h: ENH: Added definition of _BSD_SOURCE
33437           to enable proper use of POSIX functions on comeau in linux.
33439 2002-09-10 15:38  king
33441         * Source/cmSystemTools.cxx: ERR: Fix for borland on linux.  We
33442           cannot directly compare the st_dev and st_ino members of struct
33443           stat.  Use memcmp instead.
33445 2002-09-10 15:37  king
33447         * Source/cmLocalGenerator.cxx: ERR: Removed stray semi-colon.
33449 2002-09-10 15:36  king
33451         * Source/: cmMakefile.cxx, cmRegularExpression.cxx,
33452           cmRegularExpression.h, cmMakeDepend.cxx,
33453           cmLoadCommandCommand.cxx, cmCPluginAPI.cxx: ERR: Fixes for comeau
33454           compiler.  NULL is a pointer of type void*, and cannot be
33455           compared directly with other pointer types.  We use 0 instead.
33457 2002-09-10 15:36  king
33459         * Source/cmake.cxx: ERR: Fix for borland on linux.
33461 2002-09-10 13:32  barre
33463         * Modules/FindOpenGL.cmake: FIX: typo + bring back the
33464           OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped
33465           out from FindGLU)
33467 2002-09-10 12:49  martink
33469         * Source/CMakeLists.txt: removed extra ENDIF
33471 2002-09-10 10:35  king
33473         * configure, configure.in: ERR: Went back to old-style test for
33474           -LANG:std on the SGI.
33476 2002-09-10 10:16  martink
33478         * Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: better error
33479           checking on If statements
33481 2002-09-10 10:02  king
33483         * configure, configure.in: ERR: AC_SUBST replaced with AC_DEFINE.
33484           Needed to get configure script to correctly setup cmConfigure.h.
33486 2002-09-10 09:51  king
33488         * Source/cmCommands.cxx: ERR: Removed accidental commit.
33490 2002-09-10 09:50  king
33492         * configure, configure.in, Source/cmCommands.cxx: BUG: Missing
33493           AC_SUBST commands added.
33495 2002-09-09 09:50  hoffman
33497         * Modules/FindOpenGL.cmake: Adding GLU to the OPENGL_LIBRARIES only
33498           if it is found.
33500 2002-09-08 10:15  martink
33502         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
33503           cmGlobalVisualStudio6Generator.cxx,
33504           cmGlobalVisualStudio7Generator.cxx,
33505           cmLocalVisualStudio6Generator.cxx,
33506           cmLocalVisualStudio7Generator.cxx, cmake.cxx: compiler warnings
33508 2002-09-07 21:25  martink
33510         * Source/: cmGlobalGenerator.cxx,
33511           cmGlobalVisualStudio6Generator.cxx,
33512           cmGlobalVisualStudio7Generator.cxx: compiler warnings
33514 2002-09-07 21:22  martink
33516         * Source/cmLocalGenerator.h: compiler warning
33518 2002-09-07 21:18  martink
33520         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
33521           cmLocalBorlandMakefileGenerator.cxx: fix for borland compilers
33523 2002-09-06 18:05  king
33525         * Source/cmVTKWrapTclCommand.cxx: ERR: Fix for borland in generated
33526           code.  vtkCommand is ambiguously both a function and a class.
33528 2002-09-06 17:19  king
33530         * configure, configure.in, Templates/cconfigure,
33531           Templates/cconfigure.in, Templates/cxxconfigure,
33532           Templates/cxxconfigure.in: ENH: Improved configure test
33533           implementations by using AC_TRY_COMPILE.
33535 2002-09-06 16:30  martink
33537         * Source/cmLocalUnixMakefileGenerator.cxx: updated to fix the long
33538           depend line issue on Borland
33540 2002-09-06 14:03  starreveld
33542         * Modules/FindOpenGL.cmake:
33543           ERR: Fix opengl finding on osx
33545 2002-09-06 13:56  barre
33547         * Modules/FindTCL.cmake: ENH: make stub stuff ADVANCED
33549 2002-09-06 13:04  martink
33551         * Source/: cmMakefile.cxx, cmMakefile.h, cmakemain.cxx,
33552           cmakewizard.cxx, CMakeLists.txt, Makefile.in,
33553           cmGlobalGenerator.cxx, cmGlobalUnixMakefileGenerator.cxx,
33554           cmLocalUnixMakefileGenerator.cxx: new arch
33556 2002-09-06 13:00  martink
33558         * Source/: MFCDialog/CMakeSetupDialog.cpp,
33559           MFCDialog/CMakeSetupDialog.h, cmaketest.cxx, cmake.cxx, cmake.h:
33560           new arch
33562 2002-09-06 13:00  martink
33564         * Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
33565           cmCursesMainForm.cxx, cmCursesMainForm.h: new architecture
33567 2002-09-06 11:47  hoffman
33569         * Templates/CMakeBorlandWindowsSystemConfig.cmake: fix comment
33571 2002-09-06 11:00  iscott
33573         * Modules/readme.txt: Add important missing word to documentation
33575 2002-09-06 10:55  iscott
33577         * Modules/readme.txt: More detailed information about consistent
33578           FindXXX.cmake files
33580 2002-09-06 10:47  hoffman
33582         * Source/cmUnixMakefileGenerator.cxx: ENH: use :: rule and not a
33583           long line extension
33585 2002-09-06 09:24  martink
33587         * Source/cmLocalUnixMakefileGenerator.cxx: minor fix
33589 2002-09-06 08:33  martink
33591         * Source/cmLocalUnixMakefileGenerator.cxx: minor fixes
33593 2002-09-05 12:00  iscott
33595         * Modules/: FindFLTK.cmake, FindGLUT.cmake, FindGTK.cmake,
33596           FindOpenGL.cmake, FindX11.cmake: Hide lots of values in the
33597           advanced list Fix some bugs OpenGL always needs X11 on Unix
33599 2002-09-05 09:04  martink
33601         * Source/cmLocalGenerator.h: made destructor virtual
33603 2002-09-05 08:22  martink
33605         * Source/cmDynamicLoader.cxx: removed some couts
33607 2002-09-04 15:46  martink
33609         * Source/cmCacheManager.h: made method public
33611 2002-09-04 15:28  martink
33613         * Source/cmLocalUnixMakefileGenerator.cxx: fixes
33615 2002-09-04 15:24  martink
33617         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
33618           cmGlobalNMakeMakefileGenerator.cxx, cmLocalGenerator.cxx,
33619           cmLocalGenerator.h: updates
33621 2002-09-04 15:22  martink
33623         * Source/: cmGlobalVisualStudio6Generator.cxx,
33624           cmGlobalVisualStudio6Generator.h,
33625           cmLocalVisualStudio6Generator.cxx,
33626           cmLocalVisualStudio6Generator.h,
33627           cmGlobalVisualStudio7Generator.cxx,
33628           cmGlobalVisualStudio7Generator.h,
33629           cmLocalVisualStudio7Generator.cxx,
33630           cmLocalVisualStudio7Generator.h: new arch
33632 2002-09-04 15:22  martink
33634         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
33635           cmGlobalBorlandMakefileGenerator.h,
33636           cmLocalBorlandMakefileGenerator.cxx,
33637           cmLocalBorlandMakefileGenerator.h: first cut a new arch
33639 2002-09-04 11:17  martink
33641         * Tests/Wrapping/CMakeLists.txt: fixed test for new cmake
33643 2002-09-04 09:24  king
33645         * Modules/FindOpenGL.cmake: ERR: Still need to define
33646           OPENGL_INCLUDE_PATH in addition to the standard
33647           OPENGL_INCLUDE_DIR for backward compatability.
33649 2002-09-03 12:29  iscott
33651         * Modules/FindMFC.cmake: A simple FindMFC module for consistency
33653 2002-09-03 10:41  hoffman
33655         * Source/cmUnixMakefileGenerator.cxx: BUG: use windows paths for
33656           utility depends
33658 2002-09-03 10:41  hoffman
33660         * Source/cmMSDotNETGenerator.cxx: BUG: bug for more than one custom
33661           commands
33663 2002-09-03 09:14  iscott
33665         * Modules/Dart.cmake: Dart now has a configure option
33667 2002-09-03 09:00  iscott
33669         * Modules/FindPNG.cmake: I copied a bit too much VXL functionality
33670           here. Oops
33672 2002-09-03 08:33  iscott
33674         * Modules/FindPerl.cmake: Added PERL_FOUND
33676 2002-09-03 08:24  iscott
33678         * Modules/FindMPEG.cmake: Add an MPEG finder in the new format -
33679           functionality copied from VXL.
33681 2002-09-03 06:10  iscott
33683         * Modules/: FindAVIFile.cmake, FindGLU.cmake, FindGLUT.cmake,
33684           FindJPEG.cmake, FindOpenGL.cmake, FindPNG.cmake, FindTIFF.cmake,
33685           FindX11.cmake: Fixed mistake in comments Transferred OPENGL
33686           finding logic in from VXL Added Some backwards compatibility with
33687           CMake1.4
33689 2002-09-02 17:34  iscott
33691         * Modules/: FindFLTK.cmake, FindGTK.cmake: Moved FLTK and GTK to
33692           new FindXXX scheme. Imported some functionality from VXL
33694 2002-09-02 17:33  iscott
33696         * Modules/FindX11.cmake: small bug fixes
33698 2002-09-02 17:29  iscott
33700         * Source/cmFLTKWrapUICommand.cxx: FLTK_FLUID_EXE ->
33701           FLTK_FLUID_EXECUTABLE because Module files are moving to
33702           consistent scheme
33704 2002-09-02 16:59  iscott
33706         * Modules/: FindQt.cmake, FindTIFF.cmake: Fix Bugs
33708 2002-09-02 16:24  iscott
33710         * Modules/FindZLIB.cmake: This file should not be empty
33712 2002-09-02 15:49  iscott
33714         * Modules/: FindZLIB.cmake, FindZLib.cmake: Moved FindZLib.cmake to
33715           FindZLIB.cmake
33717 2002-09-02 15:46  iscott
33719         * Modules/: FindPNG.cmake, FindX11.cmake, FindZLib.cmake: Copied
33720           the X11 PNG and ZLIB functoinality from VXL
33722 2002-09-02 14:08  iscott
33724         * Modules/: FindPNG.cmake, FindZLib.cmake: Adding Zlib and PNG find
33725           modules in the new format
33727 2002-09-02 12:58  iscott
33729         * Modules/FindTIFF.cmake: This Find Module is in the new style
33731 2002-09-02 12:05  iscott
33733         * Modules/: FindJPEG.cmake, FindQt.cmake, FindWget.cmake,
33734           FindZLib.cmake: Add helpful message for QT Windows users Add
33735           FindZLib in new format Move FindJPEG and FINDWGET over to new
33736           scheme
33738 2002-09-02 07:03  iscott
33740         * Modules/FindAVIFile.cmake, Modules/FindQt.cmake,
33741           Modules/LinkQT.cmake, Modules/readme.txt,
33742           Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapUICommand.cxx:
33743           Define a single expected format for the values defined in every
33744           FindXXX.cmake file.  Upgrade all the QT functionality to use the
33745           new FindXXX.cmake format Add a module for AVIFile.
33747 2002-08-30 16:01  martink
33749         * Source/: cmGlobalUnixMakefileGenerator.cxx,
33750           cmGlobalUnixMakefileGenerator.h,
33751           cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
33752           cmGlobalNMakeMakefileGenerator.cxx,
33753           cmGlobalNMakeMakefileGenerator.h,
33754           cmLocalNMakeMakefileGenerator.cxx,
33755           cmLocalNMakeMakefileGenerator.h: in progress
33757 2002-08-30 16:00  martink
33759         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
33760           cmLocalGenerator.cxx, cmLocalGenerator.h: in progress checkin
33762 2002-08-30 09:54  hoffman
33764         * Tests/: Complex/Executable/CMakeLists.txt,
33765           ComplexOneConfig/Executable/CMakeLists.txt,
33766           ComplexRelativePaths/Executable/CMakeLists.txt: add rpcrt4.lib
33767           because of CMakeLib needing it
33769 2002-08-29 09:45  martink
33771         * Source/cmCPluginAPI.cxx: extern C fixes
33773 2002-08-28 16:35  martink
33775         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx,
33776           cmCursesMainForm.h: some changes in cachemanager and singletons
33778 2002-08-28 16:34  martink
33780         * Source/cmaketest.cxx: no more singletons
33782 2002-08-28 16:33  martink
33784         * Tests/: Complex/Executable/CMakeLists.txt,
33785           ComplexOneConfig/Executable/CMakeLists.txt,
33786           ComplexRelativePaths/Executable/CMakeLists.txt: now needs dynlib
33787           support
33789 2002-08-28 15:08  king
33791         * Utilities/: cmake_release_config_cygwin,
33792           cmake_release_unix_build.sh, cmake_release_unix_config.sh,
33793           cmake_release_unix_package.sh: ENH: Moved build of source tarball
33794           to package script.
33796 2002-08-28 14:51  martink
33798         * Source/: cmCPluginAPI.cxx, cmCacheManager.cxx, cmCacheManager.h,
33799           cmCommands.cxx, cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
33800           cmLoadCacheCommand.cxx, cmLoadCommandCommand.cxx,
33801           cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
33802           cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmMakefile.cxx,
33803           cmMakefile.h, cmMakefileGenerator.cxx, cmMakefileGenerator.h,
33804           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
33805           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
33806           cmVariableRequiresCommand.cxx, cmake.cxx, cmake.h, cmakemain.cxx,
33807           cmakewizard.cxx, cmakewizard.h, MFCDialog/CMakeSetup.cpp,
33808           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
33809           MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h: changed
33810           cache manager and registered generators to no longer be
33811           singletons
33813 2002-08-28 14:49  martink
33815         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: an early
33816           checking not complete
33818 2002-08-28 14:33  hoffman
33820         * Source/cmBorlandMakefileGenerator.cxx,
33821           Source/cmMSDotNETGenerator.cxx,
33822           Source/cmNMakeMakefileGenerator.cxx,
33823           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
33824           Templates/EXEWinHeader.dsptemplate,
33825           Templates/staticLibHeader.dsptemplate: ENH: add include paths to
33826           rc program for resource generation
33828 2002-08-28 10:43  king
33830         * Utilities/setup.hint: ENH: Incremented version number for 1.4-4
33832 2002-08-28 10:40  king
33834         * Utilities/: cmake-cygwin.README, setup.hint: ENH: Adding cygwin
33835           installation files to branch.
33837 2002-08-28 10:28  hoffman
33839         * Utilities/: cmake-cygwin.README, cmake_release_config_cygwin,
33840           setup.hint: [no log message]
33842 2002-08-28 09:30  king
33844         * Utilities/cmake_release_config_darwin: Switched to release branch
33845           tag instead of sticky tag.
33847 2002-08-28 09:27  king
33849         * Utilities/cmake_release_config_darwin: ENH: Adding release
33850           configuration for darwin.
33852 2002-08-28 09:07  king
33854         * Utilities/cmake_release_unix_package.sh: BUG: Don't erase tarball
33855           directory in packaging step in case there is a source tarball
33856           there.
33858 2002-08-28 09:04  hoffman
33860         * Utilities/: cmake_release_unix_config.sh,
33861           cmake_release_unix_package.sh: cygwin release
33863 2002-08-28 08:51  king
33865         * Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
33866           cmake_release_config_linux, cmake_release_config_sun: ENH:
33867           Updated release script configuration for CMake release 1.4.4.
33869 2002-08-27 14:45  andy
33871         * Source/cmSourceFile.cxx: Fix bug in trying to set stding with
33872           null
33874 2002-08-27 09:43  hoffman
33876         * Source/: CMakeLists.txt, cmLoadCommandCommand.cxx: ENH: fix
33877           warnings
33879 2002-08-27 08:36  martink
33881         * Source/: CMakeLists.txt, cmCommands.cxx: fixed bootstrap build to
33882           not use LoadCOmmandCOmmand
33884 2002-08-26 15:22  martink
33886         * Source/: cmGetSourceFilePropertyCommand.cxx,
33887           cmGetSourceFilePropertyCommand.h: updated to match the SET
33889 2002-08-26 15:20  martink
33891         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
33892           ComplexRelativePaths/CMakeLists.txt: added new form of Set source
33893           file properties command
33895 2002-08-26 10:52  martink
33897         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h, cmCommands.cxx,
33898           cmLoadCommandCommand.cxx: now uses stubs
33900 2002-08-26 08:53  martink
33902         * Source/cmSetSourceFilesPropertiesCommand.cxx: fixed bug maybe
33904 2002-08-23 17:00  hoffman
33906         * Templates/cxxconfigure, Templates/cxxconfigure.in, configure,
33907           configure.in: try another flag for the dec compiler...
33909 2002-08-23 16:25  hoffman
33911         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
33912           ComplexRelativePaths/CMakeLists.txt: no more dll for plugin
33914 2002-08-23 16:15  martink
33916         * Tests/: Complex/Executable/CMakeLists.txt,
33917           ComplexOneConfig/Executable/CMakeLists.txt,
33918           ComplexRelativePaths/Executable/CMakeLists.txt: remoevd shared
33919           lib
33921 2002-08-23 16:12  martink
33923         * Source/: cmCPluginAPI.h, cmCacheManager.h, cmDirectory.h,
33924           cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.h,
33925           cmake.h, CMakeLists.txt, cmListFileCache.h, cmMakefile.h,
33926           cmMakefileGenerator.h, cmakewizard.h: removed shared lib support
33928 2002-08-23 16:12  martink
33930         * Source/cmaketest.cxx: memory issue
33932 2002-08-23 15:11  martink
33934         * Source/: cmVTKMakeInstantiatorCommand.cxx, cmCacheManager.h,
33935           cmCPluginAPI.cxx: compiler warnings
33937 2002-08-23 13:47  hoffman
33939         * Tests/: Complex/Executable/CMakeLists.txt,
33940           ComplexOneConfig/Executable/CMakeLists.txt,
33941           ComplexRelativePaths/Executable/CMakeLists.txt: BUG: fix for
33942           cygwin
33944 2002-08-23 13:46  hoffman
33946         * Source/: CMakeLists.txt, cmCacheManager.cxx, cmCacheManager.h,
33947           cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx,
33948           CursesDialog/CMakeLists.txt, CursesDialog/form/CMakeLists.txt,
33949           MFCDialog/CMakeSetup.cpp: BUG: add explicit clean up of the
33950           cachemanager at exit of programs, so dll destruction is not a
33951           problem.
33953 2002-08-23 09:09  hoffman
33955         * Source/cmNMakeMakefileGenerator.cxx: remove use of
33956           getpropertyasbool
33958 2002-08-22 17:06  hoffman
33960         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
33961           ComplexRelativePaths/CMakeLists.txt: BUG: fix for borland and a
33962           shared CMakeLib
33964 2002-08-22 16:57  hoffman
33966         * Tests/: Complex/CMakeLists.txt,
33967           Complex/Executable/CMakeLists.txt,
33968           ComplexOneConfig/CMakeLists.txt,
33969           ComplexOneConfig/Executable/CMakeLists.txt,
33970           ComplexRelativePaths/CMakeLists.txt,
33971           ComplexRelativePaths/Executable/CMakeLists.txt: BUG: fix for
33972           borland and a shared CMakeLib
33974 2002-08-22 16:16  hoffman
33976         * Source/CMakeLists.txt: BUG: borland needs to have
33977           BUILD_SHARED_LIBS on for executables to work with c++
33979 2002-08-22 15:58  martink
33981         * Tests/: Complex/Executable/CMakeLists.txt,
33982           ComplexOneConfig/Executable/CMakeLists.txt,
33983           ComplexRelativePaths/Executable/CMakeLists.txt: complex test
33984           needs the dll
33986 2002-08-22 14:41  martink
33988         * Source/cmCPluginAPI.cxx: minor warning fix
33990 2002-08-22 14:40  iscott
33992         * Modules/: FindAVIFile.cmake, readme.txt: Some more explanation of
33993           a consistent scheme
33995 2002-08-22 11:37  hoffman
33997         * configure, configure.in, Templates/cxxconfigure,
33998           Templates/cxxconfigure.in: BUG: fix for OSF compiler to use ansi
33999           mode for streams
34001 2002-08-22 11:12  hoffman
34003         * Source/cmNMakeMakefileGenerator.cxx: BUG: use c flags for
34004           cprograms, and do not use large command lines for linking
34006 2002-08-22 09:17  martink
34008         * Source/cmCPluginAPI.cxx: fixed some warnings
34010 2002-08-22 09:11  martink
34012         * Source/cmSetSourceFilesPropertiesCommand.cxx: fixed some warnings
34014 2002-08-22 09:10  martink
34016         * Source/cmCPluginAPI.h: fixed nested comment
34018 2002-08-22 08:25  martink
34020         * Source/CursesDialog/CMakeLists.txt: added lib
34022 2002-08-21 15:52  king
34024         * Utilities/cmake_release_unix_package.sh: ENH: Added -files to end
34025           of internal binary tarball to distinguish from the outer
34026           tarball's name.
34028 2002-08-21 15:37  martink
34030         * Source/CursesDialog/cmCursesMainForm.cxx: minor fixes for new
34031           cache api
34033 2002-08-21 13:15  martink
34035         * Source/: cmMakefile.cxx, cmMakefile.h, cmCPluginAPI.cxx: minor
34036           bug
34038 2002-08-21 12:02  martink
34040         * Source/MFCDialog/: CMakeLists.txt, CMakeSetupDialog.cpp: support
34041           for dll
34043 2002-08-21 12:01  martink
34045         * Source/: cmMakefileGenerator.h, cmMakefile.h: dll support
34047 2002-08-21 12:00  martink
34049         * Source/cmRegularExpression.h: made into dll
34051 2002-08-21 11:59  martink
34053         * Source/: cmake.h, cmakewizard.h, cmakewizard.cxx: support for
34054           plugins
34056 2002-08-21 11:58  martink
34058         * Source/: cmLoadCommandCommand.cxx, cmLoadCommandCommand.h: adding
34059           plugin support
34061 2002-08-21 11:58  martink
34063         * Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: added plugin
34064           support
34066 2002-08-21 11:55  martink
34068         * Source/: cmStandardIncludes.h, CMakeLists.txt,
34069           cmCacheManager.cxx, cmCacheManager.h, cmDirectory.h,
34070           cmSystemTools.h, cmListFileCache.h: made CMakeLib shared on
34071           windows
34073 2002-08-21 11:54  martink
34075         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added C Plugin API
34076           first cut
34078 2002-08-21 09:45  hoffman
34080         * Source/cmNMakeMakefileGenerator.cxx: BUG: use c compiler for link
34081           of c programs, and use temp file nmake syntax for linking c and
34082           c++ programs
34084 2002-08-19 15:40  iscott
34086         * Modules/: FindQt.cmake, LinkQT.cmake: I have tested this with
34087           VXL/our internal code, and it works for me.
34089 2002-08-19 10:05  iscott
34091         * Modules/FindQt.cmake: I first go at a consistent FindXXX.cmake
34092           file
34094 2002-08-16 11:20  martink
34096         * Source/cmMacroCommand.cxx: minor fix
34098 2002-08-16 11:17  martink
34100         * Source/: cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
34101           cmSetSourceFilesPropertiesCommand.cxx,
34102           cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
34103           cmSourceFile.h, cmSourceFilesCommand.cxx,
34104           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
34105           cmVTKWrapTclCommand.cxx, cmGetSourceFilePropertyCommand.cxx,
34106           cmWrapExcludeFilesCommand.cxx, cmCreateTestSourceList.cxx,
34107           cmAbstractFilesCommand.cxx, cmAuxSourceDirectoryCommand.cxx,
34108           cmBorlandMakefileGenerator.cxx, cmDSPWriter.cxx,
34109           cmFLTKWrapUICommand.cxx, cmMSDotNETGenerator.cxx,
34110           cmMakeDepend.cxx, cmNMakeMakefileGenerator.cxx, cmTarget.cxx,
34111           cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx:
34112           modified how source files store properties
34114 2002-08-16 09:45  king
34116         * Source/cmVTKMakeInstantiatorCommand.cxx: ERR: unsigned int ->
34117           size_t.
34119 2002-08-16 09:31  king
34121         * Source/cmVTKMakeInstantiatorCommand.cxx: ENH: Changed check for
34122           which version of instantiators to generate to look for definition
34123           of VTK_USE_INSTANTIATOR_NEW instead of an extra argument to
34124           VTK_MAKE_INSTANTIATOR.
34126 2002-08-15 15:01  king
34128         * Source/: cmVTKMakeInstantiatorCommand.cxx,
34129           cmVTKMakeInstantiatorCommand.h: BUG: Added
34130           backward-compatability.  The old instantiator style will be used
34131           unless the argument USE_INSTANTIATOR_NEW is given to tell the
34132           command to make use of the instantiator new functions exported
34133           from each class's implementation file.
34135 2002-08-15 14:39  king
34137         * Source/: cmVTKMakeInstantiatorCommand.cxx,
34138           cmVTKMakeInstantiatorCommand.h: ENH: Improved generated
34139           instantiator to use extern declarations to wrappers around the
34140           New() methods.  This avoids the need to include each class's
34141           header in an instantiator source.  The instantiator class
34142           implementations can now fit in a single source file that compiles
34143           quickly.
34145 2002-08-15 09:34  hoffman
34147         * Source/cmNMakeMakefileGenerator.cxx: ENH: add -DWIN32 flag for
34148           builds
34150 2002-08-14 11:44  ibanez
34152         * Modules/FindFLTK.cmake: ENH: Platform dependent libraries added.
34154 2002-08-13 15:47  martink
34156         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
34157           ComplexRelativePaths/CMakeLists.txt: added macro test
34159 2002-08-13 15:46  martink
34161         * Source/: cmCommands.cxx, cmMacroCommand.cxx, cmMacroCommand.h:
34162           added new command
34164 2002-08-13 10:46  martink
34166         * Source/: cmExecProgramCommand.h, cmExecProgramCommand.cxx: merge
34167           from main tree
34169 2002-08-13 10:08  martink
34171         * CMakeLists.txt: added man page
34173 2002-08-13 10:05  martink
34175         * Source/cmCreateTestSourceList.cxx: some warning and purify fixes
34177 2002-08-13 10:04  martink
34179         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: IF Else improvements
34181 2002-08-13 10:03  martink
34183         * Source/: cmMakefile.cxx, cmMakefile.h: merges from the main
34184           branch
34186 2002-08-13 10:02  martink
34188         * Source/cmRemoveCommand.cxx: merge from main branch
34190 2002-08-13 10:01  martink
34192         * Copyright.txt: merge from the main branch
34194 2002-08-13 10:00  martink
34196         * cmake.1: updated from main branch
34198 2002-08-13 09:59  martink
34200         * Modules/: FindFLTK.cmake, FindTCL.cmake: updates from the main
34201           branch
34203 2002-08-12 08:39  martink
34205         * Source/cmElseCommand.cxx: compiler warning
34207 2002-08-09 12:00  martink
34209         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmMakefile.cxx:
34210           better IF ELSE handling
34212 2002-08-09 10:04  barre
34214         * Modules/FindTCL.cmake: FIX: fix commit messup (this change was
34215           committed to the branch instead of the main tree, thus was
34216           wiped-out later)
34218 2002-08-09 08:33  barre
34220         * Modules/FindwxWindows.cmake: FIX: - WINDOWS does not exist, use
34221           WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?),
34222           - fix an un-closed IF, - use same prefix for vars (and make it
34223           advanced)
34225 2002-08-09 07:55  andy
34227         * Modules/FindwxWindows.cmake: This hopefully finds wxWindows on
34228           UNIX
34230 2002-08-08 15:30  andy
34232         * Modules/FindwxWindows.cmake: Add UNIX support for WXWINDOWS
34234 2002-08-08 15:29  andy
34236         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
34237           return value support and add documentation
34239 2002-08-08 15:14  king
34241         * Copyright.txt: ENH: Updated copyright.
34243 2002-08-08 15:13  andy
34245         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
34246           option of storing output to the variable
34248 2002-08-08 13:41  barre
34250         * Modules/FindwxWindows.cmake: ENH: first stab at wxWindows support
34251           (win32)
34253 2002-08-08 12:49  king
34255         * CMakeLists.txt: ENH: Adding installation for man page.
34257 2002-08-08 12:30  hoffman
34259         * Source/cmUnixMakefileGenerator.cxx: BUG: handle .exe extension
34260           for cygwin
34262 2002-08-08 11:58  king
34264         * cmake.1: ENH: Initial checkin of unix manpage.
34266 2002-08-08 08:51  martink
34268         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
34269           and leaks
34271 2002-08-07 18:12  king
34273         * Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
34274           cmake_release_config_linux, cmake_release_config_sun,
34275           cmake_release_unix.sh, cmake_release_unix_build.sh,
34276           cmake_release_unix_config.sh, cmake_release_unix_package.sh: ENH:
34277           Split install script into two parts.  Added basic support for
34278           adding more files to the distribution and creating packages.
34280 2002-08-07 11:01  martink
34282         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
34283           and leaks
34285 2002-08-07 10:30  martink
34287         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
34288           and leaks
34290 2002-08-05 18:08  ibanez
34292         * Modules/FindFLTK.cmake: ENH: Images library added. Names for
34293           debuggin versions in windows added.
34295 2002-08-05 09:51  martink
34297         * Source/cmRemoveCommand.cxx: minor fix
34299 2002-08-02 13:43  ibanez
34301         * Modules/FindFLTK.cmake: FIX: names styles for fltkgl and
34302           fltkforms are different in windows and linux.       Both styles
34303           are now searched taking advantage of the NAMES option in
34304           FIND_LIBRARY.
34306 2002-08-02 12:51  martink
34308         * Source/cmLinkDirectoriesCommand.cxx: duhhhhhh
34310 2002-08-02 08:50  martink
34312         * Source/: cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
34313           MFCDialog/CMakeSetupDialog.cpp, cmMakefile.h: updates from the
34314           main tree
34316 2002-08-01 23:05  barre
34318         * Source/cmFindLibraryCommand.cxx: FIX: put ExpandRegistryValue()
34319           back (seems to have been removed accidentally I guess in 1.25)
34321 2002-08-01 16:23  barre
34323         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: stupid pb fixed
34324           (close to being medieval'ed by The Ken)
34326 2002-08-01 15:58  martink
34328         * Source/cmLinkDirectoriesCommand.cxx: no longer need an argument
34330 2002-08-01 09:50  martink
34332         * Source/cmCreateTestSourceList.cxx,
34333           Source/cmCreateTestSourceList.h, Source/cmMakefile.h,
34334           Source/cmNMakeMakefileGenerator.cxx,
34335           Source/cmNMakeMakefileGenerator.h, Source/cmSystemTools.cxx,
34336           Source/cmUnixMakefileGenerator.cxx,
34337           Source/cmUnixMakefileGenerator.h, Source/cmVTKWrapTclCommand.cxx,
34338           Source/cmake.cxx, Source/MFCDialog/CMakeCommandLineInfo.cpp,
34339           Source/MFCDialog/CMakeCommandLineInfo.h,
34340           Source/MFCDialog/CMakeSetup.cpp,
34341           Source/MFCDialog/CMakeSetupDialog.cpp,
34342           Source/MFCDialog/CMakeSetupDialog.h,
34343           Tests/Complex/CMakeLists.txt,
34344           Tests/ComplexOneConfig/CMakeLists.txt,
34345           Tests/ComplexRelativePaths/CMakeLists.txt,
34346           Tests/TestDriver/CMakeLists.txt, Tests/TestDriver/test1.cxx,
34347           Tests/TestDriver/test2.cxx, Tests/TestDriver/testArgs.h,
34348           Tests/TestDriver/subdir/test3.cxx: merges from the main branch
34350 2002-08-01 08:41  martink
34352         * Modules/: FindGLU.cmake, FindJNI.cmake, FindOpenGL.cmake,
34353           FindTCL.cmake: merges from the main tree
34355 2002-07-31 13:45  hoffman
34357         * Source/: cmNMakeMakefileGenerator.cxx,
34358           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
34359           cmUnixMakefileGenerator.h: BUG: fix jump to directory and build
34360           for nmake if library path is not set. combine
34361           OutputBuildExecutableInDir and OutputBuildLibraryInDir into
34362           OutputBuildTargetInDir
34364 2002-07-31 11:08  martink
34366         * Tests/TestDriver/testArgs.h: minor fix for c tests
34368 2002-07-31 11:07  martink
34370         * Source/cmCreateTestSourceList.cxx: fixed support for C test
34371           programs
34373 2002-07-31 10:34  barre
34375         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: ConvertToOutputPath
34376           puts "" around path. Not compatible with GUI use.
34378 2002-07-31 09:29  barre
34380         * Source/cmCreateTestSourceList.cxx: FIX: <stdlib.h> is enough to
34381           get malloc()/free()
34383 2002-07-30 16:19  martink
34385         * Tests/TestDriver/: CMakeLists.txt, test1.cxx, test2.cxx,
34386           subdir/test3.cxx: updated to mods in command
34388 2002-07-30 16:18  martink
34390         * Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h:
34391           updated to handle extensions
34393 2002-07-30 10:33  barre
34395         * Source/cmCreateTestSourceList.cxx: FIX: la commande créait du
34396           code C++. Du code C devrait faire l'affaire.
34398 2002-07-30 10:23  barre
34400         * Source/cmCreateTestSourceList.cxx: FIX: la commande créait du
34401           code C++. Du code C devrait faire l'affaire.
34403 2002-07-29 09:46  barre
34405         * Modules/: FindTCL.cmake: ENH: change the search path order (if
34406           several Tcl/Tk are installed, the "current" version is likely to
34407           be the one that is bound to the wish/tclsh found in the PATH)
34409 2002-07-26 14:06  barre
34411         * Modules/: FindTCL.cmake: ENH: clean the module, add debug libs
34413 2002-07-26 10:14  king
34415         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: BUG:
34416           Only one generated Tcl wrapper source was getting added to the
34417           package's library.
34419 2002-07-26 09:54  king
34421         * Source/cmVTKWrapTclCommand.cxx: BUG: Generated call to
34422           Tcl_CreateCommand for vtkCommand should cast pointer to extern
34423           "C" version.
34425 2002-07-25 16:47  king
34427         * Source/cmVTKWrapTclCommand.cxx: BUG: Generated vtkCommand
34428           prototype cannot be extern "C" because it may not match with the
34429           version in VTK.
34431 2002-07-25 16:41  andy
34433         * Source/cmSystemTools.cxx: Ok, now cd will work on windows
34435 2002-07-25 16:25  will
34437         * Source/cmVTKWrapTclCommand.cxx: fixed warning
34439 2002-07-25 11:17  barre
34441         * Modules/FindTCL.cmake: FIX: the stub libs were not searched
34443 2002-07-25 11:10  barre
34445         * Modules/FindTCL.cmake: FIX: the stub libs were not searched
34447 2002-07-25 09:16  martink
34449         * Source/cmMakefile.cxx: makefile now does not ignore NOTFOUND libs
34450           and includes
34452 2002-07-25 08:00  martink
34454         * Source/cmMakefile.cxx: makefile now ignores NOTFOUND libs and
34455           includes
34457 2002-07-22 11:03  king
34459         * Utilities/cmake_release_config_irix: ENH: Added release script
34460           configuration for IRIX build.
34462 2002-07-22 10:57  barre
34464         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: better Drag&Drop, and
34465           change source dir automatically when build dir is changed in the
34466           GUI
34468 2002-07-22 10:40  martink
34470         * Source/cmMakefile.h: updated to patch 1
34472 2002-07-22 10:34  martink
34474         * Templates/CXXCMakeSystemConfig.cmake.in: better docs and support
34475           for mising args
34477 2002-07-22 10:33  martink
34479         * Source/cmMakefile.cxx: now replaces args even if not defined
34481 2002-07-22 10:31  martink
34483         * Source/: cmAddDefinitionsCommand.cxx,
34484           cmIncludeDirectoryCommand.cxx, cmLinkLibrariesCommand.cxx,
34485           cmTargetLinkLibrariesCommand.cxx: allows less arguments changes
34486           from main tree
34488 2002-07-22 10:00  martink
34490         * Source/: cmIncludeDirectoryCommand.cxx,
34491           cmLinkLibrariesCommand.cxx: allows no arguments
34493 2002-07-21 19:12  barre
34495         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add Drag & Drop
34496           (directory, file, or CMakeCache), support for Shortcut too
34498 2002-07-21 15:56  barre
34500         * Source/MFCDialog/: CMakeCommandLineInfo.cpp,
34501           CMakeCommandLineInfo.h, CMakeSetupDialog.cpp, CMakeSetupDialog.h:
34502           ENH: add Drag & Drop (directory, file, or CMakeCache), support
34503           for Shortcut too
34505 2002-07-20 08:55  martink
34507         * Source/cmAddDefinitionsCommand.cxx: modified to accept no
34508           arguments
34510 2002-07-19 15:49  martink
34512         * Templates/CXXCMakeSystemConfig.cmake.in: fixed some empty
34513           descriptions
34515 2002-07-19 14:42  martink
34517         * Source/cmMakefile.cxx: full variable replacement and removal or
34518           empty arguments
34520 2002-07-19 14:40  martink
34522         * Source/cmTargetLinkLibrariesCommand.cxx: does not need a second
34523           argument
34525 2002-07-18 18:43  starreveld
34527         * Modules/: FindGLU.cmake, FindOpenGL.cmake: ERR: remove automatic
34528           Carbon framework on osx
34530 2002-07-17 16:33  martink
34532         * Source/cmInstallFilesCommand.cxx: fix for install with paths
34534 2002-07-17 15:57  martink
34536         * Source/cmInstallFilesCommand.cxx: fixe for files with paths
34538 2002-07-17 11:53  andy
34540         * Source/cmake.cxx: Fix changing of directories using cmSystemTools
34541           RunCommand feature
34543 2002-07-17 10:52  martink
34545         * Source/: cmForEachCommand.cxx, cmForEachCommand.h,
34546           cmMakefile.cxx: fix for IF statements inside of Foreach loops
34548 2002-07-17 10:48  martink
34550         * Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
34551           Source/cmMakefile.cxx, Tests/Complex/CMakeLists.txt,
34552           Tests/ComplexOneConfig/CMakeLists.txt,
34553           Tests/ComplexRelativePaths/CMakeLists.txt: fixed if statements
34554           inside a foreach
34556 2002-07-16 17:42  king
34558         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
34559           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
34560           ComplexOneConfig/cmTestConfigure.h.in,
34561           ComplexOneConfig/Executable/complex.cxx,
34562           ComplexRelativePaths/CMakeLists.txt,
34563           ComplexRelativePaths/cmTestConfigure.h.in,
34564           ComplexRelativePaths/Executable/complex.cxx: ENH: Added test for
34565           IF inside a FOREACH.
34567 2002-07-15 11:37  king
34569         * Utilities/cmake_release_config_hpux: ENH: Adding release script
34570           configuration for HPUX.e
34572 2002-07-15 11:13  king
34574         * Utilities/cmake_release_config_sun: ENH: Added release
34575           configuration file for Sun.
34577 2002-07-15 10:48  king
34579         * Utilities/: cmake_release_config_linux, cmake_release_unix.sh:
34580           ENH: Made release script more generic for creating static and
34581           shared releases.
34583 2002-07-15 10:09  king
34585         * Utilities/cmake_release_config_linux: ENH: Release script
34586           configuration file for linux.
34588 2002-07-15 10:08  king
34590         * Utilities/cmake_release_unix.sh: ENH: Protoype unix release
34591           script.
34593 2002-07-15 09:55  king
34595         * Templates/CMakeLists.txt: ERR: CXXCMakeSystemConfig.cmake and
34596           CCMakeSystemConfig.cmake need .in extension.
34598 2002-07-15 09:46  king
34600         * Source/cmInstallFilesCommand.cxx: BUG: Only the last extension
34601           should be removed.
34603 2002-07-15 09:45  king
34605         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: BUG:
34606           INSTALL_FILES command should remove the extension of a file
34607           before adding the user provided extension.
34609 2002-07-15 09:44  king
34611         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
34612           GetFilenameWithoutLastExtension.
34614 2002-07-15 09:23  king
34616         * Templates/CMakeLists.txt: ERR: Install for
34617           CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in
34618           extension.
34620 2002-07-15 09:22  king
34622         * Modules/FindJNI.cmake: ENH: Added /usr/local/lib/java search
34623           paths.
34625 2002-07-15 08:44  martink
34627         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: fix
34628           install target
34630 2002-07-12 11:17  martink
34632         * Modules/FindJava.cmake: merged module into branch
34634 2002-07-12 11:10  martink
34636         * Source/cmIfCommand.cxx: minor warning fix
34638 2002-07-11 14:58  martink
34640         * Source/cmIfCommand.cxx: fix warning
34642 2002-07-11 14:25  martink
34644         * Source/cmMakefile.cxx: merge from the main tree
34646 2002-07-11 14:20  hoffman
34648         * Source/cmMakefile.cxx: BUG: fix for compile with hp
34650 2002-07-11 14:03  martink
34652         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
34653           cmMakefile.cxx, cmMakefile.h: merged some updates, the IF
34654           checking
34656 2002-07-11 13:58  martink
34658         * Source/: cmUnixMakefileGenerator.cxx, cmVTKWrapTclCommand.cxx,
34659           cmake.cxx: updates from the main tree
34661 2002-07-10 16:07  martink
34663         * Source/cmVTKWrapTclCommand.cxx: fix warning on Sun
34665 2002-07-10 14:34  andy
34667         * Source/cmake.cxx: Add command that runs program in given
34668           directory
34670 2002-07-10 11:38  martink
34672         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
34673           cmMakefile.cxx, cmMakefile.h: better error handling with if
34674           statements
34676 2002-07-10 09:33  andy
34678         * Source/cmUnixMakefileGenerator.cxx: Fix problem when using NMake.
34679           This generated lines without space so nmake got all confused
34681 2002-07-08 09:30  andy
34683         * Modules/FindJava.cmake: Add module that finds java executables.
34684           This module should find java, javac, and jar.
34686 2002-07-02 09:58  martink
34688         * configure, configure.in: merges from main tree
34690 2002-07-02 09:56  martink
34692         * Modules/FindFLTK.cmake: merges with main tree
34694 2002-07-02 09:54  martink
34696         * Source/: cmAuxSourceDirectoryCommand.cxx,
34697           cmBorlandMakefileGenerator.cxx, cmCMakeMinimumRequired.cxx,
34698           cmConfigure.cmake.h.in, cmConfigure.h.in,
34699           cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
34700           cmDSWWriter.cxx, cmElseCommand.cxx, cmEnableTestingCommand.h,
34701           cmFLTKWrapUICommand.cxx, cmFindLibraryCommand.cxx,
34702           cmFunctionBlocker.h, cmGetFilenameComponentCommand.cxx,
34703           cmITKWrapTclCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
34704           cmInstallFilesCommand.cxx, cmLinkLibrariesCommand.cxx,
34705           cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmMakeDepend.cxx,
34706           cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
34707           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
34708           cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx, cmSourceFile.cxx,
34709           cmSourceFile.h, cmSourceFilesCommand.cxx,
34710           cmSourceFilesRemoveCommand.cxx, cmStandardIncludes.h,
34711           cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
34712           cmTargetLinkLibrariesCommand.cxx, cmUnixMakefileGenerator.cxx,
34713           cmUnixMakefileGenerator.h, cmVTKMakeInstantiatorCommand.cxx,
34714           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
34715           cmVTKWrapTclCommand.cxx, cmWrapExcludeFilesCommand.cxx,
34716           cmake.cxx, cmake.h, ctest.cxx: massive merge from main tree
34718 2002-07-02 09:33  martink
34720         * Source/: cmFindLibraryCommand.cxx, cmMakefile.h,
34721           cmSystemTools.cxx, cmSystemTools.h: updates
34723 2002-07-02 08:24  martink
34725         * Source/: cmMakefile.cxx, cmMakefile.h: fixed warning
34727 2002-07-01 08:49  martink
34729         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h:
34730           consolidated IF handling and added checks for bad arguments
34732 2002-06-30 13:53  martink
34734         * Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
34735           fixed commands that were setting definitions in final pass to set
34736           definitions in initial pass
34738 2002-06-29 20:04  martink
34740         * Source/: cmQTWrapCPPCommand.cxx, cmVTKWrapJavaCommand.cxx,
34741           cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: fixed
34742           commands that were setting definitions in final pass to set
34743           definitions in initial pass
34745 2002-06-28 10:29  andy
34747         * Source/cmVTKWrapPythonCommand.cxx: Remove another warning in the
34748           python wrapping
34750 2002-06-28 10:18  martink
34752         * Source/cmSourceFile.h: performance fix
34754 2002-06-28 09:43  andy
34756         * Source/cmVTKWrapPythonCommand.cxx: Add removing of warnings and
34757           add comment about the file being generated in CMake
34759 2002-06-28 09:21  martink
34761         * Source/cmAuxSourceDirectoryCommand.cxx: bug fix for aux src dirs
34763 2002-06-28 08:57  martink
34765         * Source/: cmMakefile.cxx, cmSourceFile.h: minor cleanup
34767 2002-06-27 21:17  martink
34769         * Source/: cmMakefile.cxx, cmSourceFile.h: performance inprovements
34771 2002-06-27 16:47  martink
34773         * Source/cmMakefile.cxx: bug fix
34775 2002-06-27 16:42  martink
34777         * Source/: cmMakefile.cxx, cmSourceFilesCommand.cxx: bug fix
34779 2002-06-27 16:25  martink
34781         * Source/cmSourceFilesCommand.cxx: bug fix
34783 2002-06-27 16:05  martink
34785         * Tests/Simple/CMakeLists.txt: a minor fix to make my life easier
34787 2002-06-27 15:57  martink
34789         * Source/cmAuxSourceDirectoryCommand.cxx,
34790           Source/cmCreateTestSourceList.cxx, Source/cmDSWWriter.cxx,
34791           Source/cmFLTKWrapUICommand.cxx,
34792           Source/cmGetFilenameComponentCommand.cxx,
34793           Source/cmITKWrapTclCommand.cxx, Source/cmInstallFilesCommand.cxx,
34794           Source/cmLinkLibrariesCommand.cxx,
34795           Source/cmMSDotNETGenerator.cxx, Source/cmMakeDepend.cxx,
34796           Source/cmMakefile.cxx, Source/cmMakefile.h,
34797           Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapUICommand.cxx,
34798           Source/cmSourceFilesCommand.cxx,
34799           Source/cmSourceFilesRemoveCommand.cxx, Source/cmSystemTools.cxx,
34800           Source/cmSystemTools.h, Source/cmTarget.cxx,
34801           Source/cmTargetLinkLibrariesCommand.cxx,
34802           Source/cmUnixMakefileGenerator.cxx,
34803           Source/cmVTKMakeInstantiatorCommand.cxx,
34804           Source/cmVTKWrapJavaCommand.cxx,
34805           Source/cmVTKWrapPythonCommand.cxx,
34806           Source/cmVTKWrapTclCommand.cxx,
34807           Source/cmWrapExcludeFilesCommand.cxx,
34808           Tests/Complex/Library/CMakeLists.txt,
34809           Tests/ComplexOneConfig/Library/CMakeLists.txt,
34810           Tests/ComplexRelativePaths/Library/CMakeLists.txt: removed all
34811           source lists from the system and made them vectors. Also appended
34812           _CMAKE_PATH to the end of the automatic cache entries for
34813           executables and libraries. Odds of all these changes working are
34814           slim but cmake builds and passes all its tests. VTK40 starts
34815           building
34817 2002-06-27 09:35  king
34819         * Source/: cmake.cxx, cmake.h: BUG: CMake crashed if it failed to
34820           find its own executable.  Also added better error messages when
34821           this occurs.
34823 2002-06-25 09:59  hoffman
34825         * Tests/Simple/CMakeLists.txt: add a test with no extension
34827 2002-06-25 09:59  hoffman
34829         * Source/cmTarget.cxx: BUG: try to tell the difference between
34830           variables with sources and other variables
34832 2002-06-25 09:18  king
34834         * Source/cmStandardIncludes.h: BUG: Result from ostrstream::str()
34835           can be a null pointer.
34837 2002-06-24 18:19  king
34839         * Source/cmStandardIncludes.h: BUG: Attempt to fix
34840           ostrstream::str() wrapper for broken platforms.
34842 2002-06-24 16:42  martink
34844         * Source/cmTarget.cxx: modified to handle src list vectors without
34845           proper dollar signs
34847 2002-06-24 14:07  martink
34849         * Source/ctest.cxx: BUG: make sure windows paths are used for the
34850           command or it will not work for win 98
34852 2002-06-21 11:35  martink
34854         * Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
34855           cxxconfigure.in: now looks for stringstream as well, from the
34856           main tree
34858 2002-06-21 11:25  martink
34860         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: fixed if matches bug
34862 2002-06-21 10:31  king
34864         * Source/cmStandardIncludes.h: ERR: using declaration to move
34865           streams into std namespace needs to bring up ostrstream and
34866           ostringstream, not strstream and stringstream.
34868 2002-06-21 10:26  king
34870         * Source/CursesDialog/form/frm_driver.c: ERR: Removed most of the
34871           repeated curses declarations.  The cause errors on other
34872           platforms.  Grrrr..
34874 2002-06-21 09:25  king
34876         * Source/CursesDialog/form/frm_driver.c: ERR: Added function
34877           declarations from curses.h.  They are not present on some
34878           platforms.  Fixes warnings about implicit declarations.
34880 2002-06-21 09:00  king
34882         * Tests/: Complex/cmTestConfigure.h.in,
34883           ComplexOneConfig/cmTestConfigure.h.in,
34884           ComplexRelativePaths/cmTestConfigure.h.in: ENH: Added
34885           configuration of CMAKE_NO_ANSI_STRING_STREAM.  It is defined when
34886           the sstream header does not exist.
34888 2002-06-21 08:42  king
34890         * configure, Templates/cxxconfigure: ERR: Ran autoconf on
34891           corresponding fixes to configure.in and cxxconfigure.in.
34893 2002-06-21 08:39  hoffman
34895         * Templates/cxxconfigure.in: fix for sstream
34897 2002-06-21 08:38  hoffman
34899         * configure.in: fix to sstring stuff
34901 2002-06-20 10:39  hoffman
34903         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: modified MATCHES to
34904           handle non variables
34906 2002-06-20 10:20  king
34908         * Source/cmStandardIncludes.h: ERR: cmStringStream is taking the
34909           functionality of ostringstream and ostrstream, not stringstream
34910           and strstream.
34912 2002-06-20 10:19  king
34914         * Templates/CXXCMakeSystemConfig.cmake.in: BUG:
34915           CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the
34916           cxxconfigure results.
34918 2002-06-19 15:21  king
34920         * Source/: cmBorlandMakefileGenerator.cxx,
34921           cmCMakeMinimumRequired.cxx, cmConfigure.cmake.h.in,
34922           cmConfigure.h.in, cmNMakeMakefileGenerator.cxx,
34923           cmStandardIncludes.h, cmSystemTools.cxx,
34924           cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx,
34925           cmake.cxx: ENH: Added cmStringStream class to wrap
34926           std::stringstream or std::strstream depending on the platform.
34927           The interface is that of std::stringstream, so no "ends" or
34928           "rdbuf()->freeze(0)" lines are needed.
34930 2002-06-19 15:09  king
34932         * configure, Templates/cxxconfigure: ENH: Re-ran autoconf to
34933           include changes to corresponding configure input.  This adds a
34934           test for the availability of sstream.
34936 2002-06-19 15:05  king
34938         * configure.in, Templates/cxxconfigure.in: ENH: Added test for
34939           sstream header.  Defines CMAKE_NO_ANSI_STRING_STREAM if the
34940           header doesn't exist.
34942 2002-06-19 14:35  barre
34944         * Source/cmSystemTools.cxx: ENH: FindLibrary supports .Net specific
34945           lib dirs
34947 2002-06-19 13:49  martink
34949         * Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
34950           cmEnableTestingCommand.h, cmFunctionBlocker.h, cmMakefile.h,
34951           cmTarget.cxx: merges from main tree
34953 2002-06-19 13:28  martink
34955         * Source/cmSourceFile.cxx: modified create test source to create a
34956           vector
34958 2002-06-19 13:14  martink
34960         * Modules/: Dart.cmake, FindGLU.cmake, FindGLUT.cmake,
34961           FindJNI.cmake, FindOpenGL.cmake, FindTclsh.cmake, FindX11.cmake:
34962           update dfrom main tree
34964 2002-06-19 12:51  martink
34966         * Source/cmCreateTestSourceList.cxx,
34967           Source/cmCreateTestSourceList.h, Source/cmSourceFile.cxx,
34968           Source/cmTarget.cxx, Tests/TestDriver/CMakeLists.txt: modified
34969           create test source to create a vector
34971 2002-06-19 08:57  king
34973         * Source/CursesDialog/form/fty_alpha.c: ERR: Fixed unused parameter
34974           warning.
34976 2002-06-19 07:28  hoffman
34978         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
34979           Tests/ComplexOneConfig/CMakeLists.txt,
34980           Tests/ComplexRelativePaths/CMakeLists.txt: [no log message]
34982 2002-06-18 17:20  king
34984         * Source/: cmEnableTestingCommand.h, cmFunctionBlocker.h,
34985           cmMakefile.cxx, cmSystemTools.cxx, cmTarget.cxx: ERR: Fixed
34986           compiler warnings.
34988 2002-06-18 17:20  king
34990         * Source/CursesDialog/: ccmake.cxx, cmCursesBoolWidget.cxx,
34991           cmCursesDummyWidget.cxx, cmCursesForm.h, cmCursesLabelWidget.cxx,
34992           cmCursesLongMessageForm.cxx, cmCursesMainForm.cxx: ERR: Fixed
34993           compiler warnings about unused parameters.
34995 2002-06-18 17:19  king
34997         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c,
34998           fty_alnum.c, fty_int.c, fty_ipv4.c, fty_num.c, fty_regex.c: ERR:
34999           Fixed compiler warnings when using strict ansi.
35001 2002-06-18 16:43  martink
35003         * Modules/Dart.cmake: fixed another bug
35005 2002-06-18 16:35  martink
35007         * Modules/Dart.cmake: fixed bug
35009 2002-06-18 16:32  king
35011         * Source/ctest.cxx: ERR: Fix for fprintf format warning.
35013 2002-06-18 16:30  king
35015         * Source/CursesDialog/form/frm_data.c: ERR: Attempt to fix warning
35016           on OSF about implicit declaration of winnstr.
35018 2002-06-18 14:26  barre
35020         * Modules/FindGLUT.cmake: ENH: add more paths for the HP
35022 2002-06-18 08:54  hoffman
35024         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
35025           Tests/ComplexOneConfig/CMakeLists.txt,
35026           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: try and fix link
35027           problem on dec
35029 2002-06-17 13:43  andy
35031         * Modules/FindJNI.cmake: Add debian Java paths
35033 2002-06-17 13:07  barre
35035         * Modules/: FindGLU.cmake, FindGLUT.cmake: FIX: GLU and GLUT flags
35036           for Mac OSX
35038 2002-06-14 16:49  barre
35040         * Modules/: FindCABLE.cmake, FindTclsh.cmake, FindX11.cmake: ENH:
35041           clean modules (doc, make stuff advanced, etc.)
35043 2002-06-14 16:38  hoffman
35045         * Modules/Dart.cmake: ENH: change so that on all make based systems
35046           all dart targets are added
35048 2002-06-14 11:46  barre
35050         * Modules/: FindGLU.cmake, FindGLUT.cmake: ENH: use
35051           OPENGL_LIBRARY_PATH as additional search path
35053 2002-06-14 11:45  barre
35055         * Modules/FindOpenGL.cmake: ENH: define OPENGL_LIBRARY_PATH (path
35056           to OPENGL_LIBRARY) so that it can be used to search for other
35057           OpenGL-related libs
35059 2002-06-14 11:31  barre
35061         * Modules/FindGLU.cmake: FIX: bug, the wrong include file was
35062           searched.
35064 2002-06-14 10:37  barre
35066         * Source/: cmFindLibraryCommand.cxx, cmSystemTools.cxx,
35067           cmSystemTools.h: ENH: FindLibrary can now use the makefile to add
35068           some compiler-specific lib search path (depending on the
35069           generator).
35071 2002-06-14 10:35  barre
35073         * Modules/FindGLUT.cmake: ENH/FIX: Glut should be found, not set.
35074           Add search path for Cygwin
35076 2002-06-13 14:45  barre
35078         * Modules/FindGLUT.cmake: FIX: comply with the way OpenGL libs are
35079           set in FindOpenGL and FindGLU
35081 2002-06-13 11:48  barre
35083         * Modules/: FindGLU.cmake, FindGLUT.cmake, FindOpenGL.cmake: ENH:
35084           make all OpenGL libs advanced, and add support for glu lib with
35085           Borland
35087 2002-06-12 09:46  hoffman
35089         * Source/MFCDialog/CMakeSetup.cpp: fix warning
35091 2002-06-11 14:54  martink
35093         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
35094           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
35095           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: some
35096           fixes for dot net and spaces
35098 2002-06-11 14:25  hoffman
35100         * Source/: cmNMakeMakefileGenerator.cxx,
35101           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
35102           cmUnixMakefileGenerator.h: use lower case and not short path for
35103           uniq paths on window
35105 2002-06-11 14:25  hoffman
35107         * Source/cmMSDotNETGenerator.cxx: only allow unique configurations
35109 2002-06-11 14:15  hoffman
35111         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: BUG: fix
35112           dot net for paths with spaces
35114 2002-06-11 12:16  hoffman
35116         * Source/cmMSDotNETGenerator.cxx: BUG: RelativePath should not be
35117           quoted in output files even if it has spaces
35119 2002-06-11 11:19  martink
35121         * Source/cmUnixMakefileGenerator.cxx: some win98 depend problems
35123 2002-06-11 11:01  hoffman
35125         * Source/cmUnixMakefileGenerator.cxx: ENH: don't use short paths in
35126           the output
35128 2002-06-11 10:43  hoffman
35130         * Source/cmUnixMakefileGenerator.cxx: use short path to get unique
35131           path names for depend path output
35133 2002-06-11 09:14  hoffman
35135         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: ERR:
35136           Fixed sun CC warnings.
35138 2002-06-10 14:21  martink
35140         * Source/: cmMakeDepend.cxx, cmMakeDepend.h, CMakeLists.txt: joins
35141           with the head
35143 2002-06-10 14:19  martink
35145         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: now includes current
35146           include files directory when searching for files it includes
35148 2002-06-10 11:33  hoffman
35150         * Source/CMakeLists.txt: BUG: cmake needs it's own directory for
35151           includes, so depends work
35153 2002-06-10 09:50  hoffman
35155         * ChangeLog.txt: new changes for 1.4
35157 2002-06-10 09:35  martink
35159         * Source/cmMakefile.h: updated revision
35161 2002-06-10 09:33  martink
35163         * Modules/: FindGLUT.cmake, FindPythonLibs.cmake: updated from main
35164           branch
35166 2002-06-10 08:53  andy
35168         * Modules/FindPythonLibs.cmake: Oops, forgot the library name
35170 2002-06-10 08:52  andy
35172         * Modules/FindPythonLibs.cmake: Add search for python 2.2
35174 2002-06-07 08:39  ibanez
35176         * Modules/FindFLTK.cmake: FIX: {} were missing around
35177           FLTK_*_LIBRARY.
35179 2002-06-06 17:49  ibanez
35181         * Modules/FindFLTK.cmake: FIX: The final test is done now over
35182           FLTK_LIBRARY instead of FLTK_LIBRARY_PATH
35184 2002-06-06 15:28  ibanez
35186         * Modules/FindFLTK.cmake: ENH: Support for FLTK1.1 and FLTK1.0.11
35187           added. An option allows to select      between the two versions.
35189 2002-06-06 15:00  martink
35191         * CMake.rtf: updates
35193 2002-06-06 11:53  hoffman
35195         * Source/: Makefile.borland: ENH: remove borland bootstrap makefile
35197 2002-06-06 08:49  hoffman
35199         * Modules/FindGLUT.cmake: fix for glut on win32
35201 2002-06-05 13:31  martink
35203         * Source/cmMakefile.h: updated revision
35205 2002-06-05 13:30  martink
35207         * Source/cmMakefile.h: updated rev
35209 2002-06-05 13:24  martink
35211         * Source/MFCDialog/CMakeSetup.dsp: now uses bootstrap
35213 2002-06-05 13:22  martink
35215         * Source/ccommand.cxx: merged ccommand into cmake
35217 2002-06-05 09:11  martink
35219         * Source/: CMakeLib.dsp, DumpDocumentation.dsp, ccommand.dsp,
35220           cmake.dsp, ctest.dsp: uses executabke bootstrap
35222 2002-06-03 13:40  martink
35224         * Tests/: Complex/Library/CMakeLists.txt,
35225           ComplexOneConfig/Library/CMakeLists.txt,
35226           ComplexRelativePaths/Library/CMakeLists.txt: changed CCOMMAND to
35227           CMAKE
35229 2002-06-03 13:08  martink
35231         * Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator.cxx,
35232           Source/cmNMakeMakefileGenerator.cxx, Source/cmake.cxx,
35233           Source/cmake.h, Source/cmakemain.cxx,
35234           Tests/Complex/CMakeLists.txt,
35235           Tests/ComplexOneConfig/CMakeLists.txt,
35236           Tests/ComplexRelativePaths/CMakeLists.txt: removed ccommand use
35237           cmake now
35239 2002-06-03 11:06  martink
35241         * CMake.rtf: updated
35243 2002-06-03 10:25  hoffman
35245         * Source/: cmMakefile.cxx, cmTarget.cxx: ENH: only add _LIB_DEPEND
35246           information for libraries and modules
35248 2002-05-31 08:39  martink
35250         * Source/cmSystemTools.cxx: fixed bug in get short path for quoted
35251           paths
35253 2002-05-29 15:00  perera
35255         * Source/cmTarget.cxx: BUG: never make a target depend on itself.
35256           This was causing unnecessary library duplication, resulting in
35257           link errors on some platforms.
35259 2002-05-29 09:56  king
35261         * Source/cmUnixMakefileGenerator.cxx: BUG: MAKEFLAGS does not need
35262           to be passed on command line.  It is automatically set by make in
35263           environment for recursive call.
35265 2002-05-28 08:56  martink
35267         * Source/: cmake.cxx, cmake.h: remobed bootstrap
35269 2002-05-28 08:50  martink
35271         * bootstrap.exe, ccommand.exe: different bootstrap command
35273 2002-05-27 10:29  barre
35275         * Tests/: Complex/VarTests.cmake, Complex/Executable/complex.cxx,
35276           ComplexOneConfig/VarTests.cmake,
35277           ComplexOneConfig/Executable/complex.cxx,
35278           ComplexRelativePaths/VarTests.cmake,
35279           ComplexRelativePaths/Executable/complex.cxx: ENH: add tests for
35280           LESS, GREATER, STRLESS, STRGREATER (IF command)
35282 2002-05-23 13:27  hoffman
35284         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
35285           ComplexRelativePaths/CMakeLists.txt: ENH: increse coverage
35287 2002-05-23 13:23  hoffman
35289         * Source/cmSystemTools.cxx, Source/cmSystemTools.h,
35290           Tests/Complex/CMakeLists.txt,
35291           Tests/Complex/Executable/complex.cxx,
35292           Tests/ComplexOneConfig/CMakeLists.txt,
35293           Tests/ComplexOneConfig/Executable/complex.cxx,
35294           Tests/ComplexRelativePaths/CMakeLists.txt,
35295           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: increase
35296           coverage
35298 2002-05-23 13:04  hoffman
35300         * Tests/: Complex/CMakeLists.txt,
35301           Complex/cmTestConfigureEscape.h.in,
35302           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
35303           ComplexOneConfig/cmTestConfigureEscape.h.in,
35304           ComplexOneConfig/Executable/complex.cxx,
35305           ComplexRelativePaths/CMakeLists.txt,
35306           ComplexRelativePaths/cmTestConfigureEscape.h.in,
35307           ComplexRelativePaths/Executable/complex.cxx: add a test for
35308           escape quotes and configure file
35310 2002-05-23 10:36  martink
35312         * bootstrap.exe, ccommand.exe: added win32 bootstrap support
35314 2002-05-23 10:34  martink
35316         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: only add test
35317           target if testing is enabled and ctest is found
35319 2002-05-23 10:33  martink
35321         * Source/cmake.cxx: minor bootstap fixes
35323 2002-05-23 10:32  martink
35325         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: adde
35326           less greater
35328 2002-05-22 13:20  hoffman
35330         * Source/cmAddCustomCommandCommand.cxx: ENH: add list expansion
35331           back
35333 2002-05-22 09:48  hoffman
35335         * Source/: cmMSDotNETGenerator.cxx, cmMSProjectGenerator.cxx,
35336           cmUnixMakefileGenerator.cxx: ENH: enable cxx by default if no
35337           languages have been enabled
35339 2002-05-22 09:48  hoffman
35341         * Source/cmSystemTools.cxx: ENH: better comment processing
35343 2002-05-22 09:47  hoffman
35345         * Source/: ctest.cxx, ctest.h: ENH: fix depend problem
35347 2002-05-18 16:09  starreveld
35349         * Modules/FindOpenGL.cmake: find openGL in Carbon
35351 2002-05-15 17:23  martink
35353         * Source/: cmake.cxx, cmake.h: added initial attempt to support
35354           win32 bootstrapping
35356 2002-05-15 11:11  berk
35358         * Source/cmSystemTools.cxx: RunCommand now checks whether the
35359           process died abnormally (on Unix)
35361 2002-05-14 08:42  andy
35363         * Modules/FindWish.cmake: Add better detection of wish 8.2
35365 2002-05-12 11:32  barre
35367         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: add
35368           no_system_path option to FindProgram so that the PATH is ignored
35370 2002-05-12 11:31  barre
35372         * Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h:
35373           ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
35375 2002-05-12 11:31  barre
35377         * Source/cmFindLibraryCommand.h: FIX: command usage
35379 2002-05-11 22:28  perera
35381         * Source/cmTarget.cxx: FIX: Remove assert since it was breaking
35382           IRIX builds.
35384 2002-05-10 14:06  millerjv
35386         * Source/cmTarget.cxx: FIX: Const reference to a set needs a
35387           const_iterator. (.NET build error)
35389 2002-05-10 13:35  perera
35391         * Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
35392           Tests/Dependency/CMakeLists.txt,
35393           Tests/Dependency/Eight/CMakeLists.txt,
35394           Tests/Dependency/Eight/EightSrc.c,
35395           Tests/Dependency/Exec2/CMakeLists.txt,
35396           Tests/Dependency/Exec2/ExecMain.c,
35397           Tests/Dependency/Exec3/CMakeLists.txt,
35398           Tests/Dependency/Exec3/ExecMain.c,
35399           Tests/Dependency/Exec4/CMakeLists.txt,
35400           Tests/Dependency/Exec4/ExecMain.c,
35401           Tests/Dependency/Seven/CMakeLists.txt,
35402           Tests/Dependency/Seven/SevenSrc.c, Tests/LinkLine/CMakeLists.txt,
35403           Tests/LinkLine/Exec.c, Tests/LinkLine/One.c,
35404           Tests/LinkLine/Two.c: BUG: Correct some of the dependency
35405           analysis code.  - Make sure the original link line is untouched -
35406           Avoid duplicating the link line when supporting version < 1.4 -
35407           Make sure the cyclic dependencies and such are output correctly
35408           in   complicated cases.  - Avoid outputing dependencies that are
35409           already satisfied on the original   link line when possible.
35411 2002-05-10 08:54  king
35413         * Source/cmSystemTools.cxx: ERR: Added variable initializer.
35415 2002-05-09 09:33  hoffman
35417         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx, cmTarget.cxx,
35418           cmTarget.h, cmUnixMakefileGenerator.cxx: ENH: change set<string>
35419           to set<cmStdString>  to avoid long symbols that crash ar on
35420           solaris
35422 2002-05-08 17:45  king
35424         * Tests/Wrapping/: CMakeLists.txt, itkWrapperConfig.cxx: ENH: Added
35425           coverage test for ITK_WRAP_TCL.  Doesn't actually invoke CABLE.
35427 2002-05-08 17:45  king
35429         * Source/cmITKWrapTclCommand.cxx: ENH: Added dependency hack to
35430           support wrapping test.
35432 2002-05-08 17:37  king
35434         * Source/cmITKWrapTclCommand.cxx: BUG: Need to use
35435           CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name.
35437 2002-05-08 13:11  king
35439         * Source/: cmCommands.cxx, cmITKWrapTclCommand.cxx,
35440           cmITKWrapTclCommand.h: ENH: Added ITK Tcl wrapping command.
35442 2002-05-08 10:27  martink
35444         * Source/Makefile.borland: ENH: add clean command
35446 2002-05-08 09:43  hoffman
35448         * Source/MFCDialog/CMakeCommandLineInfo.cpp: ENH: take cmake style
35449           command line options so edit_cache works
35451 2002-05-08 09:05  hoffman
35453         * Source/cmake.cxx: ENH: fix cmake to work without ccommand.
35455 2002-05-08 08:46  hoffman
35457         * Source/cmBorlandMakefileGenerator.cxx: BUG: short path does not
35458           work on bcc32
35460 2002-05-07 11:03  hoffman
35462         * Source/CursesDialog/ccmake.cxx: ENH: add -B option to specify the
35463           build directory, so make edit_cache will work
35465 2002-05-07 09:11  hoffman
35467         * Source/cmUnixMakefileGenerator.cxx: WNG: remove a warning
35469 2002-05-07 09:03  hoffman
35471         * CMake.rtf: ENH: update with docs about the targets
35473 2002-05-07 09:02  hoffman
35475         * Source/: cmBorlandMakefileGenerator.cxx,
35476           cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
35477           cmake.cxx: ENH: add an edit_cache target that runs ccmake or
35478           CMakeSetup
35480 2002-05-03 18:10  hoffman
35482         * Tests/: Complex/Library/CMakeLists.txt,
35483           ComplexOneConfig/Library/CMakeLists.txt,
35484           ComplexRelativePaths/Library/CMakeLists.txt: fix borland test
35486 2002-05-03 16:34  hoffman
35488         * Source/: cmMakefile.cxx, cmTarget.cxx, cmTarget.h: ENH: rework
35489           library depend stuff
35491 2002-05-03 00:27  perera
35493         * Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
35494           Tests/Dependency/CMakeLists.txt: - bug fix where paths weren't
35495           being output when LIB_OUT_PATH *isn't* used - test case for above
35496           mentioned bug - more comments. Comments are good.
35498 2002-05-02 19:09  hoffman
35500         * Source/cmTarget.cxx: check for optimized or debug library adds
35502 2002-05-02 16:13  hoffman
35504         * Source/: cmTarget.cxx, cmTarget.h: remove canonical conversion
35505           for lib names
35507 2002-05-02 15:56  hoffman
35509         * Source/: cmMakefile.cxx, cmMakefile.h, cmTarget.cxx: make it
35510           backwards compatible with old cmake
35512 2002-05-02 15:10  hoffman
35514         * Source/CMakeLists.txt, Source/cmMakefile.cxx,
35515           Source/cmTarget.cxx, Tests/Complex/Library/CMakeLists.txt,
35516           Tests/ComplexOneConfig/Library/CMakeLists.txt,
35517           Tests/ComplexRelativePaths/Library/CMakeLists.txt: Debug
35518           optimized cache fixes
35520 2002-05-02 13:41  perera
35522         * Source/: cmTarget.cxx, cmTarget.h: BUG: The library paths should
35523           stay with the libraries during dependency analysis.
35525 2002-05-02 13:17  hoffman
35527         * Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
35528           Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
35529           Source/cmTarget.h, Source/cmTargetLinkLibrariesCommand.cxx,
35530           Source/cmUnixMakefileGenerator.cxx,
35531           Tests/Complex/Executable/CMakeLists.txt,
35532           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
35533           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
35534           Tests/Dependency/Exec/CMakeLists.txt,
35535           Tests/Dependency/Six/CMakeLists.txt: ENH: change LINK_LIBRARY to
35536           add to targets
35538 2002-05-02 08:54  andy
35540         * configure, configure.in: Revert to make it work again
35542 2002-05-02 08:46  andy
35544         * configure, configure.in: Improve bootstrap on UNIX. Now it
35545           bootstraps into a separate directory.
35547 2002-05-02 02:27  perera
35549         * Source/cmTarget.cxx: BUG: if a_LIBS_DEPENDS exists but is empty,
35550           there are no explicit dependencies.
35552 2002-05-01 22:03  millerjv
35554         * Source/MFCDialog/PropertyList.cpp: FIX: If current selection was
35555           "NOTFOUND", then selecting the browser      would crash since a
35556           "/" could not be found in the current selection.
35558 2002-05-01 16:33  perera
35560         * Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
35561           Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
35562           Tests/Dependency/CMakeLists.txt: ENH: Make the LinkLibraries
35563           command contribute dependencies towards AddLibraries.
35565 2002-05-01 16:24  perera
35567         * Tests/Dependency/: CMakeLists.txt, Exec/CMakeLists.txt,
35568           Exec/ExecMain.c, Six/CMakeLists.txt, Six/SixASrc.c,
35569           Six/SixBSrc.c: ENH: Make the LinkLibraries command contribute
35570           dependencies towards AddLibraries.
35572 2002-05-01 14:00  perera
35574         * Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
35575           Source/cmDSWWriter.cxx, Source/cmMSDotNETGenerator.cxx,
35576           Source/cmMakefile.cxx, Source/cmMakefile.h,
35577           Source/cmNMakeMakefileGenerator.cxx, Source/cmTarget.cxx,
35578           Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
35579           Tests/Dependency/CMakeLists.txt,
35580           Tests/Dependency/Exec/CMakeLists.txt,
35581           Tests/Dependency/Exec/ExecMain.c,
35582           Tests/Dependency/Five/CMakeLists.txt,
35583           Tests/Dependency/Five/FiveSrc.c,
35584           Tests/Dependency/Four/CMakeLists.txt,
35585           Tests/Dependency/Four/FourSrc.c,
35586           Tests/Dependency/NoDepA/CMakeLists.txt,
35587           Tests/Dependency/NoDepA/NoDepASrc.c,
35588           Tests/Dependency/NoDepB/CMakeLists.txt,
35589           Tests/Dependency/NoDepB/NoDepBSrc.c,
35590           Tests/Dependency/NoDepC/CMakeLists.txt,
35591           Tests/Dependency/NoDepC/NoDepCSrc.c,
35592           Tests/Dependency/Three/CMakeLists.txt,
35593           Tests/Dependency/Three/ThreeSrc.c,
35594           Tests/Dependency/Two/CMakeLists.txt,
35595           Tests/Dependency/Two/TwoSrc.c: ENH: Add library dependency
35596           analysis.
35598 2002-05-01 11:34  berk
35600         * Source/CursesDialog/: ccmake.cxx,
35601           cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
35602           cmCursesMainForm.cxx, cmCursesMainForm.h: The entry widgets are
35603           now created with what is initially available on the terminal.
35605 2002-05-01 10:12  berk
35607         * Source/: cmIncludeCommand.cxx, cmMakefile.cxx: Reformatted the
35608           error printed by cmMakefile.
35610 2002-04-30 21:48  hoffman
35612         * Source/CMakeLists.txt: ENH: allow cmake tests to be run without
35613           dart.
35615 2002-04-30 17:49  hoffman
35617         * CMakeLists.txt, Source/CMakeLists.txt: create tests without Dart
35619 2002-04-30 17:45  hoffman
35621         * Source/cmVTKMakeInstantiatorCommand.cxx: ENH: replace freeze with
35622           delete
35624 2002-04-30 16:58  hoffman
35626         * Templates/: cconfigure, cconfigure.in: ENH: remove -fPIC for AIX
35627           gnu
35629 2002-04-30 15:33  hoffman
35631         * Source/cmMSDotNETGenerator.cxx: ENH: fix relwithdebinfo
35633 2002-04-30 14:01  hoffman
35635         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
35636           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
35637           ComplexOneConfig/cmTestConfigure.h.in,
35638           ComplexOneConfig/Executable/complex.cxx,
35639           ComplexRelativePaths/CMakeLists.txt,
35640           ComplexRelativePaths/cmTestConfigure.h.in,
35641           ComplexRelativePaths/Executable/complex.cxx: ENH: add test for
35642           SEPARATE_ARGUMENTS
35644 2002-04-30 14:00  hoffman
35646         * Source/: cmCommands.cxx, cmSeparateArgumentsCommand.cxx,
35647           cmSeparateArgumentsCommand.h: ENH: add new command to separate
35648           space separated arguments
35650 2002-04-30 14:00  hoffman
35652         * Source/: cmBorlandMakefileGenerator.cxx, cmCacheManager.cxx: ENH:
35653           do not use count, find for map lookup
35655 2002-04-30 12:58  hoffman
35657         * Source/cmMakefile.cxx: ENH: improve speed of GetSource function
35659 2002-04-30 08:09  hoffman
35661         * Source/cmUnixMakefileGenerator.cxx: BUG: look for -l anywhere in
35662           link library entry not just the begining of the line
35664 2002-04-29 10:23  hoffman
35666         * Source/cmMakefile.cxx: BUG: make sure link directories are not
35667           duplicated
35669 2002-04-29 09:20  hoffman
35671         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: remove warning about
35672           changing generators
35674 2002-04-29 08:27  hoffman
35676         * Templates/: cconfigure, cconfigure.in: use multiple rpath options
35677           for sgi
35679 2002-04-28 16:14  perera
35681         * Source/: cmLinkLibrariesCommand.cxx,
35682           cmTargetLinkLibrariesCommand.cxx: ENH: Make it unnecessary to
35683           ever specify LINK_DIRECTORIES for any library generated in this
35684           project, even when LIBRARY_OUTPUT_PATH is set.
35686 2002-04-26 21:45  hoffman
35688         * Source/cmUnixMakefileGenerator.cxx: ENH: remove redirections for
35689           output of make commands as some things are lost
35691 2002-04-26 12:43  hoffman
35693         * Source/cmUnixMakefileGenerator.cxx: COM: just fix up a comment
35695 2002-04-26 12:42  hoffman
35697         * Templates/CCMakeSystemConfig.cmake.in: correct c flags for shared
35698           links
35700 2002-04-26 12:21  hoffman
35702         * Source/cmUnixMakefileGenerator.cxx,
35703           Templates/CCMakeSystemConfig.cmake.in,
35704           Templates/CMakeSystemConfig.cmake.in: BUG: fix shared links for
35705           cc on hp
35707 2002-04-26 09:55  hoffman
35709         * Source/cmBuildNameCommand.cxx: ENH: fix build name
35711 2002-04-26 09:35  hoffman
35713         * Source/cmSiteNameCommand.cxx: ENH: look for nslookup and hostname
35714           in the right places
35716 2002-04-26 09:22  will
35718         * CMake.pdf: ENH:New pdf for CMake
35720 2002-04-26 09:17  martink
35722         * CMake.rtf: updated for 1.4
35724 2002-04-26 09:11  martink
35726         * Source/cmSourceFilesRemoveCommand.cxx: dprecated
35728 2002-04-26 08:59  martink
35730         * Source/Makefile.borland: fixed up again duh
35732 2002-04-25 16:29  martink
35734         * Source/Makefile.borland: updated to build ccommand
35736 2002-04-25 15:40  hoffman
35738         * Modules/Dart.cmake, Source/cmSiteNameCommand.cxx: fix up hostname
35739           for windows
35741 2002-04-25 13:11  hoffman
35743         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: give a warning when
35744           switching generators to match the cache
35746 2002-04-25 13:09  hoffman
35748         * Source/cmake.cxx: ENH: check for mismatched generators
35750 2002-04-25 07:59  hoffman
35752         * Source/: ccommand.cxx, cmCMakeMinimumRequired.cxx,
35753           cmOptionCommand.cxx: WAR: remove warnings for .NET compiler
35755 2002-04-24 10:08  andy
35757         * Source/: .cvsignore, MFCDialog/.cvsignore: Add cvsignore so that
35758           you do not see visual stufio files when you do cvs update
35760 2002-04-23 16:16  berk
35762         * Source/: cmake.cxx, CursesDialog/ccmake.cxx,
35763           CursesDialog/cmCursesMainForm.cxx,
35764           CursesDialog/cmCursesMainForm.h: Exit ccmake on fatal errors.
35766 2002-04-23 12:18  hoffman
35768         * Source/cmUnixMakefileGenerator.cxx: ENH: clean up depend output
35770 2002-04-23 11:33  hoffman
35772         * Source/cmUnixMakefileGenerator.cxx: ENH: add depends for utility
35773           targets
35775 2002-04-22 15:16  barre
35777         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
35778           Templates/CMakeWindowsSystemConfig.cmake,
35779           Source/cmNMakeMakefileGenerator.cxx,
35780           Source/cmUnixMakefileGenerator.cxx: ENH: make CMake less
35781           verbose/precious
35783 2002-04-22 15:05  perera
35785         * Source/CursesDialog/: CMakeLists.txt, form/CMakeLists.txt: BUG:
35786           Changed from SOURCE_FILES to SET
35788 2002-04-22 14:29  barre
35790         * Source/cmNMakeMakefileGenerator.cxx: ENH: need CMAKE_LINKER_FLAGS
35792 2002-04-22 14:22  barre
35794         * Source/: cmNMakeMakefileGenerator.cxx,
35795           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
35796           cmUnixMakefileGenerator.h: ENH: make CMake less verbose/precious
35798 2002-04-22 14:18  martink
35800         * Tests/: Complex/Executable/CMakeLists.txt,
35801           ComplexOneConfig/Executable/CMakeLists.txt,
35802           ComplexRelativePaths/Executable/CMakeLists.txt: duhZ
35804 2002-04-22 11:51  martink
35806         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
35807           Complex/Executable/CMakeLists.txt,
35808           Complex/Executable/cmVersion.h.in,
35809           Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
35810           ComplexOneConfig/cmTestConfigure.h.in,
35811           ComplexOneConfig/Executable/CMakeLists.txt,
35812           ComplexOneConfig/Executable/cmVersion.h.in,
35813           ComplexOneConfig/Executable/complex.cxx,
35814           ComplexRelativePaths/CMakeLists.txt,
35815           ComplexRelativePaths/cmTestConfigure.h.in,
35816           ComplexRelativePaths/Executable/CMakeLists.txt,
35817           ComplexRelativePaths/Executable/cmVersion.h.in,
35818           ComplexRelativePaths/Executable/complex.cxx: fixed for remove
35819           COMMAND
35821 2002-04-22 11:50  martink
35823         * Source/: CMakeLists.txt, cmCommands.cxx, cmRemoveCommand.cxx,
35824           cmRemoveCommand.h: updated for 1.4
35826 2002-04-22 11:49  martink
35828         * Source/MFCDialog/CMakeLists.txt: updated
35830 2002-04-19 15:28  hoffman
35832         * Source/cmTargetLinkLibrariesCommand.cxx,
35833           Tests/Simple/CMakeLists.txt, Tests/Simple/simple.cxx,
35834           Tests/Simple/simpleLib.cxx: BUG: add link directories for target
35835           link libraries and add a test for it
35837 2002-04-19 14:03  martink
35839         * Source/: cmAbstractFilesCommand.cxx, cmSourceFilesCommand.cxx,
35840           cmWrapExcludeFilesCommand.cxx: added deprecated warnings for
35841           version 1.4 or later
35843 2002-04-19 13:05  hoffman
35845         * Source/cmCMakeMinimumRequired.h: ENH: fix doc line
35847 2002-04-19 12:49  martink
35849         * Source/cmNMakeMakefileGenerator.cxx: renamed unix to unixPath for
35850           compile error
35852 2002-04-19 11:49  hoffman
35854         * Source/cmNMakeMakefileGenerator.cxx: BUG: fix short path on files
35855           that do not exist
35857 2002-04-19 09:00  hoffman
35859         * Source/cmUnixMakefileGenerator.cxx: BUG: try to make sure a
35860           depend file only has one rule
35862 2002-04-19 08:27  hoffman
35864         * Source/: cmSystemTools.cxx, cmake.cxx: BUG: fix SameFile function
35865           for windows, and compare source directories
35867 2002-04-18 16:13  martink
35869         * Source/cmUnixMakefileGenerator.cxx: BUG: work with spaces in the
35870           path
35872 2002-04-18 15:58  andy
35874         * Source/cmUnixMakefileGenerator.cxx: Make quotes and echos to work
35875           on unix (hopefully)
35877 2002-04-18 15:58  andy
35879         * Modules/FindMPI.cmake: Add mpi search paths for Debian
35881 2002-04-18 14:51  hoffman
35883         * Source/cmake.cxx: ENH: use home not start
35885 2002-04-18 14:19  hoffman
35887         * Source/cmake.cxx: ENH: check for mis-matched source directories
35889 2002-04-18 13:44  hoffman
35891         * Source/cmUnixMakefileGenerator.cxx: BUG: quote the echo commands
35893 2002-04-18 13:12  hoffman
35895         * Source/cmSystemTools.cxx: BUG: do escaped semi-colon better
35897 2002-04-18 12:02  hoffman
35899         * Source/cmMessageCommand.cxx, Source/cmSystemTools.cxx,
35900           Tests/Complex/CMakeLists.txt,
35901           Tests/ComplexOneConfig/CMakeLists.txt,
35902           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: add ability to
35903           escape semi-colons
35905 2002-04-18 11:52  martink
35907         * configure, configure.in: ENH: handle spaces in paths for cygwin
35908           bootstrap
35910 2002-04-18 07:58  hoffman
35912         * Source/cmCMakeMinimumRequired.cxx: BUG: add missing include
35914 2002-04-18 07:57  hoffman
35916         * Source/: CMakeLib.dsp, Makefile.borland: BUG: fix bootstrap build
35917           makefiles
35919 2002-04-17 16:16  hoffman
35921         * Source/cmAbstractFilesCommand.cxx,
35922           Source/cmAddCustomCommandCommand.cxx,
35923           Source/cmCMakeMinimumRequired.cxx,
35924           Source/cmCMakeMinimumRequired.h, Source/cmCommands.cxx,
35925           Source/cmOptionCommand.cxx, Tests/Complex/CMakeLists.txt,
35926           Tests/Complex/cmTestConfigure.h.in,
35927           Tests/Complex/Executable/complex.cxx,
35928           Tests/ComplexOneConfig/CMakeLists.txt,
35929           Tests/ComplexOneConfig/cmTestConfigure.h.in,
35930           Tests/ComplexOneConfig/Executable/complex.cxx,
35931           Tests/ComplexRelativePaths/CMakeLists.txt,
35932           Tests/ComplexRelativePaths/cmTestConfigure.h.in,
35933           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: backwards
35934           compatible for VTK 4.0, add cmake version requires
35936 2002-04-17 14:58  king
35938         * Tests/Wrapping/CMakeLists.txt: ENH: Removed tests for commands
35939           that no longer exist.
35941 2002-04-17 14:54  king
35943         * Source/: CMakeLists.txt, Makefile.in, cmCableClassSet.cxx,
35944           cmCableClassSet.h, cmCableClassSetCommand.cxx,
35945           cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
35946           cmCableWrapTclCommand.h, cmCommands.cxx,
35947           cmConfigureGccXmlCommand.cxx, cmConfigureGccXmlCommand.h,
35948           cmMakefile.cxx: ENH: Removed out-of-date commands CABLE_WRAP_TCL
35949           CABLE_CLASS_SET and CONFIGURE_GCCXML
35951 2002-04-17 14:52  king
35953         * Modules/FindCABLE.cmake: ENH: Updated for latest Cable from CVS.
35954           Old alpha version of Cable is no longer supported.
35956 2002-04-17 14:51  king
35958         * Modules/FindGCCXML.cmake: ENH: Updated for version 0.2 of
35959           GCC-XML.
35961 2002-04-17 14:39  hoffman
35963         * Source/cmUnixMakefileGenerator.cxx: ENH: use convert to output
35964           path for depend files
35966 2002-04-17 08:28  hoffman
35968         * Modules/FindOpenGL.cmake: better to find mac opengl
35970 2002-04-17 08:15  hoffman
35972         * Templates/: CCMakeSystemConfig.cmake.in,
35973           CXXCMakeSystemConfig.cmake.in: more advanced values
35975 2002-04-17 08:09  hoffman
35977         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
35978           ComplexRelativePaths/CMakeLists.txt: ENH: more coverage
35980 2002-04-16 13:48  barre
35982         * Source/cmSystemTools.cxx: Syntax seemed to be confusing according
35983           to the Bill
35985 2002-04-16 09:28  barre
35987         * Source/ccommand.cxx: FIX: warning
35989 2002-04-15 09:09  hoffman
35991         * Source/cmSystemTools.cxx: use stream not sprintf
35993 2002-04-15 08:48  barre
35995         * Source/cmSystemTools.cxx: ENH: FilesDiffer checks for 0 byte
35996           files
35998 2002-04-14 15:32  barre
36000         * Source/cmSystemTools.cxx: ENH: more paranoid checkings
36002 2002-04-12 13:28  barre
36004         * Source/MFCDialog/CMakeSetup.rc: ENH: make GUI slighlty larger to
36005           accomodate long paths
36007 2002-04-12 12:05  barre
36009         * Source/cmSystemTools.cxx: FIX: iostream binary flag should be
36010           used for cygwin too
36012 2002-04-12 09:57  barre
36014         * Source/cmSystemTools.cxx: FIX: fix UMR
36016 2002-04-11 18:59  barre
36018         * Source/ccommand.cxx: ENH: also displays command output
36020 2002-04-11 18:17  barre
36022         * Source/ccommand.cxx: can be used to time commands (time() &
36023           clock())
36025 2002-04-11 17:02  hoffman
36027         * Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.h,
36028           Source/cmFindPathCommand.h, Source/cmFindProgramCommand.h,
36029           Source/cmIncludeCommand.cxx, Source/cmListFileCache.cxx,
36030           Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
36031           Tests/Complex/Executable/complex.cxx,
36032           Tests/ComplexOneConfig/Executable/complex.cxx,
36033           Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: speed
36034           improvements
36036 2002-04-11 16:58  starreveld
36038         * Source/cmUnixMakefileGenerator.cxx:
36040           Allow modules to build properly again. (broken when Cxx testing
36041           was added)
36043 2002-04-11 11:30  barre
36045         * Tests/: Complex/Executable/CMakeLists.txt,
36046           ComplexOneConfig/Executable/CMakeLists.txt,
36047           ComplexRelativePaths/Executable/CMakeLists.txt: ENH: increase
36048           coverage
36050 2002-04-11 10:29  hoffman
36052         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
36053           ENH: clean up utility rule generation
36055 2002-04-11 10:11  barre
36057         * Tests/: Complex/Library/CMakeLists.txt,
36058           ComplexOneConfig/Library/CMakeLists.txt,
36059           ComplexRelativePaths/Library/CMakeLists.txt: ENH: use target as
36060           source if source is empty
36062 2002-04-11 10:05  barre
36064         * Source/: cmAddCustomCommandCommand.cxx,
36065           cmAddCustomCommandCommand.h: ENH: use target as source if source
36066           is empty
36068 2002-04-11 09:53  barre
36070         * Source/: cmNMakeMakefileGenerator.cxx,
36071           cmUnixMakefileGenerator.cxx: FIX: echo pb, make Nmake gen use
36072           Unix gen, factorize stuff in Unix gen
36074 2002-04-10 17:33  barre
36076         * Tests/: Complex/Executable/complex.cxx,
36077           Complex/Library/CMakeLists.txt,
36078           ComplexOneConfig/Executable/complex.cxx,
36079           ComplexOneConfig/Library/CMakeLists.txt,
36080           ComplexRelativePaths/Executable/complex.cxx,
36081           ComplexRelativePaths/Library/CMakeLists.txt: ENH: add a test to
36082           check if more than one post-build command can be attached. it
36083           fails right now.
36085 2002-04-10 16:45  andy
36087         * Source/cmUnixMakefileGenerator.cxx: Fix problem with custom
36088           commands on unix
36090 2002-04-10 12:13  king
36092         * Source/cmaketest.cxx: ERR: UseIt() missing return type.
36094 2002-04-10 11:23  hoffman
36096         * Tests/: Complex/Library/testConly.c,
36097           ComplexOneConfig/Library/testConly.c,
36098           ComplexRelativePaths/Library/testConly.c: ENH: only check flag on
36099           unix
36101 2002-04-10 08:38  hoffman
36103         * Source/cmaketest.cxx: fix warning
36105 2002-04-09 12:22  hoffman
36107         * Tests/: Complex/Library/testConly.h,
36108           ComplexOneConfig/Library/testConly.h,
36109           ComplexRelativePaths/Library/testConly.h,
36110           Complex/Executable/complex.cxx,
36111           ComplexOneConfig/Executable/complex.cxx,
36112           ComplexRelativePaths/Executable/complex.cxx: ENH: check for
36113           compile flags and add back c flag to unix generator
36115 2002-04-09 12:15  hoffman
36117         * Source/cmUnixMakefileGenerator.cxx: ENH: check for compile flags
36118           and add back c flag to unix generator
36120 2002-04-09 12:02  hoffman
36122         * Tests/: Complex/Executable/CMakeLists.txt,
36123           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
36124           Complex/Library/testConly.c,
36125           ComplexOneConfig/Executable/CMakeLists.txt,
36126           ComplexOneConfig/Executable/complex.cxx,
36127           ComplexOneConfig/Library/CMakeLists.txt,
36128           ComplexOneConfig/Library/testConly.c,
36129           ComplexRelativePaths/Executable/CMakeLists.txt,
36130           ComplexRelativePaths/Executable/complex.cxx,
36131           ComplexRelativePaths/Library/CMakeLists.txt,
36132           ComplexRelativePaths/Library/testConly.c: ENH: check for compile
36133           flags and add back c flag to unix generator
36135 2002-04-09 11:33  barre
36137         * DartConfig.cmake: ENH: quick stab at a rollup button
36139 2002-04-09 10:19  hoffman
36141         * Tests/: Complex/Library/testConly.c, Complex/Library/testConly.h,
36142           ComplexOneConfig/Library/testConly.c,
36143           ComplexOneConfig/Library/testConly.h,
36144           ComplexRelativePaths/Library/testConly.c,
36145           ComplexRelativePaths/Library/testConly.h: correct exports for
36146           windows
36148 2002-04-09 09:37  hoffman
36150         * Tests/: Complex/Library/sharedFile.h,
36151           ComplexOneConfig/Library/sharedFile.h,
36152           ComplexRelativePaths/Library/sharedFile.h: c not c++ comment
36154 2002-04-09 08:55  hoffman
36156         * DartConfig.cmake:  change EST to EDT
36158 2002-04-08 19:31  biddi
36160         * Source/cmSystemTools.cxx: ERR: ReplaceString didn't work properly
36161           if replace was longer than with as length added to start pos on
36162           next search was replaceLength  instead of withLength
36164 2002-04-08 15:01  hoffman
36166         * Templates/: CXXCMakeSystemConfig.cmake.in, cconfigure,
36167           cconfigure.in: [no log message]
36169 2002-04-08 13:36  hoffman
36171         * Source/cmExecProgramCommand.cxx,
36172           Source/cmUnixMakefileGenerator.cxx,
36173           Templates/CCMakeSystemConfig.cmake.in,
36174           Templates/CXXCMakeSystemConfig.cmake.in, Templates/cconfigure,
36175           Templates/cconfigure.in, Templates/cxxconfigure,
36176           Templates/cxxconfigure.in,
36177           Tests/Complex/Executable/CMakeLists.txt,
36178           Tests/Complex/Executable/complex.cxx,
36179           Tests/Complex/Library/CMakeLists.txt,
36180           Tests/Complex/Library/testConly.c,
36181           Tests/Complex/Library/testConly.h,
36182           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
36183           Tests/ComplexOneConfig/Executable/complex.cxx,
36184           Tests/ComplexOneConfig/Library/CMakeLists.txt,
36185           Tests/ComplexOneConfig/Library/testConly.c,
36186           Tests/ComplexOneConfig/Library/testConly.h,
36187           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
36188           Tests/ComplexRelativePaths/Executable/complex.cxx,
36189           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
36190           Tests/ComplexRelativePaths/Library/testConly.c,
36191           Tests/ComplexRelativePaths/Library/testConly.h: ENH: use separate
36192           vars for creating c++ and c shared libraries and add a test for c
36193           libraries
36195 2002-04-05 12:08  hoffman
36197         * Source/cmProjectCommand.cxx: expand ; args
36199 2002-04-05 10:51  martink
36201         * Modules/Dart.cmake: improved finding purify on windows to use
36202           registry
36204 2002-04-05 09:39  hoffman
36206         * Source/: Makefile.borland, cmaketest.cxx, cmaketest.h.in: ENH:
36207           make sure the test tests the right cmake, and not the cmake used
36208           to bootstrap this cmake
36210 2002-04-05 07:22  hoffman
36212         * Tests/TestDriver/testArgs.h: ENH: add missing file
36214 2002-04-04 16:53  hoffman
36216         * Source/cmCreateTestSourceList.cxx,
36217           Source/cmCreateTestSourceList.h, Tests/TestDriver/CMakeLists.txt:
36218           ENH: add the ability to process command line arguments in the
36219           test driver before the test driver gets them
36221 2002-04-04 11:01  hoffman
36223         * Source/cmUnixMakefileGenerator.cxx,
36224           Templates/CXXCMakeSystemConfig.cmake.in, Templates/cxxconfigure,
36225           Templates/cxxconfigure.in: ENH: separate the ar program for cxx
36226           and c
36228 2002-04-04 10:08  hoffman
36230         * Templates/CMakeLists.txt: update install information
36232 2002-04-04 09:04  hoffman
36234         * Templates/: cxxconfigure, cxxconfigure.in: BUG: add system
36235           command back into script
36237 2002-04-03 16:14  hoffman
36239         * Source/cmExecProgramCommand.cxx, Source/cmExecProgramCommand.h,
36240           Source/cmNMakeMakefileGenerator.cxx, Source/cmSystemTools.cxx,
36241           Source/cmSystemTools.h, Source/cmaketest.cxx,
36242           Tests/Complex/CMakeLists.txt,
36243           Tests/ComplexOneConfig/CMakeLists.txt,
36244           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: fix more space
36245           problems, you can add args to the ExecProgram command separatly
36246           now
36248 2002-04-03 13:53  andy
36250         * Modules/FindTCL.cmake: More places to find TCL/TK for example on
36251           Debian
36253 2002-04-02 15:42  hoffman
36255         * CMake.rtf, Example/Demo/CMakeLists.txt,
36256           Example/Hello/CMakeLists.txt, Source/CMakeLists.txt,
36257           Source/cmBorlandMakefileGenerator.cxx,
36258           Source/cmBorlandMakefileGenerator.h, Source/cmDSWWriter.cxx,
36259           Source/cmMSDotNETGenerator.cxx, Source/cmMSDotNETGenerator.h,
36260           Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
36261           Source/cmMakefile.cxx, Source/cmMakefile.h,
36262           Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
36263           Source/cmNMakeMakefileGenerator.cxx,
36264           Source/cmNMakeMakefileGenerator.h, Source/cmProjectCommand.cxx,
36265           Source/cmProjectCommand.h, Source/cmSetCommand.cxx,
36266           Source/cmSetSourceFilesPropertiesCommand.h, Source/cmTarget.cxx,
36267           Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
36268           Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
36269           Templates/cconfigure, Templates/cconfigure.in,
36270           Templates/cxxconfigure, Templates/cxxconfigure.in,
36271           Tests/COnly/CMakeLists.txt, Tests/COnly/conly.c,
36272           Templates/configure, Templates/configure.in,
36273           Templates/CCMakeSystemConfig.cmake.in,
36274           Templates/CXXCMakeSystemConfig.cmake.in: ENH: add enable language
36275           support for PROJECT command, this means that a C only project can
36276           be built with cmake, even without a cxx compiler
36278 2002-04-01 14:58  barre
36280         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
36281           ComplexOneConfig/CMakeLists.txt,
36282           ComplexOneConfig/cmTestConfigure.h.in,
36283           ComplexRelativePaths/CMakeLists.txt,
36284           ComplexRelativePaths/cmTestConfigure.h.in,
36285           Complex/Executable/complex.cxx,
36286           ComplexOneConfig/Executable/complex.cxx,
36287           ComplexRelativePaths/Executable/complex.cxx: ENH: add test for
36288           registry-related functions (win32)
36290 2002-04-01 14:50  hoffman
36292         * Source/cmSystemTools.cxx: ENH: fix for regkey and ; separation
36294 2002-04-01 13:34  barre
36296         * Source/: ccommand.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
36297           add functions to API (read, write, delete registry key value)
36299 2002-04-01 08:08  andy
36301         * Modules/FindVTK.cmake: More finds for VTK
36303 2002-03-31 11:43  andy
36305         * Modules/FindVTK.cmake: Add some more locations of VTK
36307 2002-03-30 17:17  barre
36309         * Source/: cmAbstractFilesCommand.cxx, cmSetCommand.cxx: FIX: get
36310           rid of warnings
36312 2002-03-29 18:07  ibanez
36314         * Modules/FindFLTK.cmake: ENH: HAS_FLTK variable added.
36315           FLTK_WRAP_UI command made INTERNAL.
36317 2002-03-29 16:25  barre
36319         * Source/cmCreateTestSourceList.cxx: FIX: should compare to 0, not
36320           NULL
36322 2002-03-29 16:03  barre
36324         * Source/: ctest.cxx, ctest.h: ENH: if -R or -E was used, displays
36325           also the name of the tests that passed.
36327 2002-03-29 15:41  barre
36329         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
36330           ComplexRelativePaths/CMakeLists.txt: FIX: fix dummy lib name for
36331           Unix
36333 2002-03-29 15:02  barre
36335         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
36336           Complex/Executable/CMakeLists.txt,
36337           ComplexOneConfig/CMakeLists.txt,
36338           ComplexOneConfig/cmTestConfigure.h.in,
36339           ComplexOneConfig/Executable/CMakeLists.txt,
36340           ComplexRelativePaths/CMakeLists.txt,
36341           ComplexRelativePaths/cmTestConfigure.h.in,
36342           ComplexRelativePaths/Executable/CMakeLists.txt,
36343           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
36344           ComplexOneConfig/Executable/complex.cxx,
36345           ComplexOneConfig/Library/CMakeLists.txt,
36346           ComplexRelativePaths/Executable/complex.cxx,
36347           ComplexRelativePaths/Library/CMakeLists.txt,
36348           Complex/Library/cmTestLibraryConfigure.h.in,
36349           Complex/Library/dummy, Complex/Library/empty.h,
36350           Complex/Library/file2.cxx, Complex/Library/file2.h,
36351           ComplexOneConfig/Library/cmTestLibraryConfigure.h.in,
36352           ComplexOneConfig/Library/dummy, ComplexOneConfig/Library/empty.h,
36353           ComplexOneConfig/Library/file2.cxx,
36354           ComplexOneConfig/Library/file2.h,
36355           ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in,
36356           ComplexRelativePaths/Library/dummy,
36357           ComplexRelativePaths/Library/empty.h,
36358           ComplexRelativePaths/Library/file2.cxx,
36359           ComplexRelativePaths/Library/file2.h,
36360           Complex/Library/fileFlags.cxx,
36361           ComplexOneConfig/Library/fileFlags.cxx,
36362           ComplexRelativePaths/Library/fileFlags.cxx: ENH: fix tests
36364 2002-03-29 14:31  hoffman
36366         * Source/cmMSDotNETGenerator.cxx: output list bug
36368 2002-03-29 14:22  hoffman
36370         * Tests/: Complex/Library/cmTestLibraryConfigure.h.in,
36371           ComplexOneConfig/Library/cmTestLibraryConfigure.h.in,
36372           ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in: [no log
36373           message]
36375 2002-03-29 14:20  hoffman
36377         * Source/cmAbstractFilesCommand.cxx,
36378           Source/cmAddCustomCommandCommand.cxx,
36379           Source/cmAddCustomTargetCommand.cxx,
36380           Source/cmAddDefinitionsCommand.cxx,
36381           Source/cmAddDependenciesCommand.cxx, Source/cmAddTestCommand.cxx,
36382           Source/cmCableClassSetCommand.cxx,
36383           Source/cmCableWrapTclCommand.cxx, Source/cmCommands.cxx,
36384           Source/cmCreateTestSourceList.cxx,
36385           Source/cmFLTKWrapUICommand.cxx, Source/cmFindFileCommand.cxx,
36386           Source/cmFindLibraryCommand.cxx, Source/cmFindPathCommand.cxx,
36387           Source/cmFindProgramCommand.cxx,
36388           Source/cmGetSourceFilePropertyCommand.cxx,
36389           Source/cmGetSourceFilePropertyCommand.h,
36390           Source/cmIncludeDirectoryCommand.cxx,
36391           Source/cmInstallFilesCommand.cxx,
36392           Source/cmInstallProgramsCommand.cxx,
36393           Source/cmInstallTargetsCommand.cxx,
36394           Source/cmLinkDirectoriesCommand.cxx,
36395           Source/cmLoadCacheCommand.cxx, Source/cmMakeDirectoryCommand.cxx,
36396           Source/cmMarkAsAdvancedCommand.cxx,
36397           Source/cmOutputRequiredFilesCommand.cxx,
36398           Source/cmProjectCommand.cxx, Source/cmQTWrapCPPCommand.cxx,
36399           Source/cmQTWrapUICommand.cxx,
36400           Source/cmSetSourceFilesPropertiesCommand.cxx,
36401           Source/cmSetSourceFilesPropertiesCommand.h,
36402           Source/cmSiteNameCommand.cxx, Source/cmSourceFilesCommand.cxx,
36403           Source/cmSourceFilesFlagsCommand.cxx,
36404           Source/cmSourceFilesFlagsCommand.h,
36405           Source/cmSourceFilesRemoveCommand.cxx,
36406           Source/cmSubdirCommand.cxx, Source/cmSystemTools.cxx,
36407           Source/cmSystemTools.h, Source/cmUseMangledMesaCommand.cxx,
36408           Source/cmUseMangledMesaCommand.h,
36409           Source/cmUtilitySourceCommand.cxx,
36410           Source/cmVTKMakeInstantiatorCommand.cxx,
36411           Source/cmVTKWrapJavaCommand.cxx,
36412           Source/cmVTKWrapPythonCommand.cxx,
36413           Source/cmVTKWrapTclCommand.cxx,
36414           Source/cmVariableRequiresCommand.cxx,
36415           Source/cmWrapExcludeFilesCommand.cxx,
36416           Tests/Complex/Executable/CMakeLists.txt,
36417           Tests/Complex/Executable/complex.cxx,
36418           Tests/ComplexOneConfig/Executable/CMakeLists.txt,
36419           Tests/ComplexOneConfig/Executable/complex.cxx,
36420           Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
36421           Tests/ComplexRelativePaths/Executable/complex.cxx,
36422           Tests/Complex/Library/CMakeLists.txt,
36423           Tests/Complex/Library/file2.cxx, Tests/Complex/Library/file2.h,
36424           Tests/ComplexOneConfig/Library/CMakeLists.txt,
36425           Tests/ComplexOneConfig/Library/file2.cxx,
36426           Tests/ComplexOneConfig/Library/file2.h,
36427           Tests/ComplexRelativePaths/Library/CMakeLists.txt,
36428           Tests/ComplexRelativePaths/Library/file2.cxx,
36429           Tests/ComplexRelativePaths/Library/file2.h: make sure ; expansion
36430           is done in all commands
36432 2002-03-29 11:12  hoffman
36434         * Tests/TestDriver/: CMakeLists.txt, test1.cxx, testExtraStuff.cxx,
36435           testExtraStuff2.cxx, testExtraStuff3.cxx: ENH: add test for set
36436           to create source lists
36438 2002-03-29 11:11  hoffman
36440         * Source/cmAddExecutableCommand.cxx: fix const problem
36442 2002-03-29 11:04  hoffman
36444         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
36445           cmSetCommand.cxx, cmSetCommand.h: ENH: add ability to use ;
36446           separated lists in SET and expand them for addexecutable and
36447           addlibrary
36449 2002-03-29 11:03  hoffman
36451         * Source/cmGetSourceFilePropertyCommand.h: fix docs
36453 2002-03-29 10:56  barre
36455         * Source/: cmMessageCommand.cxx, cmMessageCommand.h: ENH: Add
36456           SEND_ERROR flag to MESSAGE so that an error can be raised within
36457           a CMakeList file
36459 2002-03-29 10:07  hoffman
36461         * Tests/: Complex/Library/CMakeLists.txt,
36462           ComplexOneConfig/Library/CMakeLists.txt,
36463           ComplexRelativePaths/Library/CMakeLists.txt: more tests
36465 2002-03-29 10:06  hoffman
36467         * Source/: cmAbstractFilesCommand.cxx,
36468           cmBorlandMakefileGenerator.cxx, cmCommands.cxx,
36469           cmCreateTestSourceList.cxx, cmDSPWriter.cxx,
36470           cmFLTKWrapUICommand.cxx, cmGetSourceFilePropertyCommand.cxx,
36471           cmGetSourceFilePropertyCommand.h, cmInstallFilesCommand.cxx,
36472           cmMSDotNETGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
36473           cmMakefile.h, cmNMakeMakefileGenerator.cxx,
36474           cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
36475           cmSetSourceFilesPropertiesCommand.cxx,
36476           cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
36477           cmSourceFilesCommand.cxx, cmSourceFilesFlagsCommand.cxx,
36478           cmTarget.cxx, cmTarget.h, cmUnixMakefileGenerator.cxx,
36479           cmVTKMakeInstantiatorCommand.cxx, cmVTKWrapJavaCommand.cxx,
36480           cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
36481           cmWrapExcludeFilesCommand.cxx, cmaketest.cxx, cmaketest.h.in:
36482           ENH: major change, the cmMakefile now contains a master list of
36483           cmSourceFile objects, the source lists reference the list via
36484           pointers, also you can now set properties on a file, like compile
36485           flags, abstract, etc.
36487 2002-03-29 08:42  barre
36489         * Source/cmCreateTestSourceList.cxx: FIX: tolower is in <ctype.h>
36490           !, frenchy
36492 2002-03-28 11:43  barre
36494         * Source/cmCreateTestSourceList.cxx: ENH: perform case insensitive
36495           comparison on test names
36497 2002-03-27 16:19  barre
36499         * Source/cmCreateTestSourceList.cxx: FIX: cmSourceFile::SetName was
36500           not called correctly for the test source files
36502 2002-03-27 15:52  barre
36504         * Source/cmCreateTestSourceList.cxx: ENH: small formatting enh
36506 2002-03-27 13:54  barre
36508         * Tests/: Complex/VarTests.cmake, Complex/cmTestConfigure.h.in,
36509           Complex/Executable/complex.cxx, ComplexOneConfig/VarTests.cmake,
36510           ComplexOneConfig/cmTestConfigure.h.in,
36511           ComplexOneConfig/Executable/complex.cxx,
36512           ComplexRelativePaths/VarTests.cmake,
36513           ComplexRelativePaths/cmTestConfigure.h.in,
36514           ComplexRelativePaths/Executable/complex.cxx: ENH: add a more
36515           stressing FOREACH test.
36517 2002-03-27 13:46  barre
36519         * Source/CMakeLists.txt, Tests/TestDriver/CMakeLists.txt,
36520           Tests/TestDriver/test3.cxx, Tests/TestDriver/subdir/test3.cxx:
36521           ENH: add testdriver test with source file in subdir
36523 2002-03-27 10:55  barre
36525         * Tests/: Complex/Executable/CMakeLists.txt,
36526           ComplexOneConfig/Executable/CMakeLists.txt,
36527           ComplexRelativePaths/Executable/CMakeLists.txt: FIX: do not use
36528           CMAKE_CFG_INTDIR, just use LINK_DIRECTORIES
36530 2002-03-27 10:54  barre
36532         * Tests/: Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: FIX: do
36533           not need CMakeLib
36535 2002-03-26 18:06  barre
36537         * Source/cmCreateTestSourceList.cxx: ENH: keep the name of the test
36538           as close to the source file (only the function name is cleaned
36539           up)
36541 2002-03-26 17:53  barre
36543         * Source/cmCreateTestSourceList.cxx: ENH: add -R (similar to ctest
36544           but use substr instead of regexp). indent.
36546 2002-03-26 16:45  barre
36548         * Source/: cmForEachCommand.h, cmFunctionBlocker.h, cmMakefile.cxx:
36549           FIX: foreach function-blockers were using expanded args. Add
36550           virtual func to specify if function blocker needs them expanded
36551           or not.
36553 2002-03-26 16:44  barre
36555         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH:
36556           ExpandListArguments(): empty elements in semi-colon-separated
36557           string-list can now be ignored.
36559 2002-03-26 16:42  barre
36561         * Source/cmCreateTestSourceList.cxx: ENH: now supports tests inside
36562           sub-dirs
36564 2002-03-26 14:42  barre
36566         * Tests/Wrapping/CMakeLists.txt: ENH: USE_MANGLED_MESA is more
36567           careful now. Try to trick it again.
36569 2002-03-26 14:41  barre
36571         * Tests/: Complex/Executable/CMakeLists.txt,
36572           ComplexOneConfig/Executable/CMakeLists.txt,
36573           ComplexRelativePaths/Executable/CMakeLists.txt,
36574           Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: ENH: Use
36575           ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release,
36576           etc.
36578 2002-03-26 12:55  hoffman
36580         * Source/cmUseMangledMesaCommand.cxx: ENH: add error checking for
36581           mmesa
36583 2002-03-26 12:38  hoffman
36585         * Source/: ccommand.cxx, cmBorlandMakefileGenerator.cxx,
36586           cmNMakeMakefileGenerator.cxx: ENH: use ccommand for del on
36587           windows
36589 2002-03-26 12:38  hoffman
36591         * Source/cmaketest.cxx: ENH: show output when running tests
36593 2002-03-26 12:37  hoffman
36595         * Source/cmCreateTestSourceList.cxx: ENH: if no arguments are given
36596           and there is only one test, then run it
36598 2002-03-25 17:03  martink
36600         * Source/cmake.cxx: removed quotes from cmake and ccommand
36601           executable to be consistant
36603 2002-03-25 16:24  barre
36605         * Source/cmForEachCommand.cxx: ENH: support semi-colon format (list
36606           of args as string)
36608 2002-03-25 15:59  barre
36610         * Source/: ccommand.cxx, cmSystemTools.cxx: ENH: cmCopyFile ; the
36611           path to the destination file will be created ; second arg can be
36612           a directory.
36614 2002-03-25 15:58  barre
36616         * Templates/: CMakeDotNetSystemConfig.cmake,
36617           CMakeWindowsSystemConfig.cmake: Add suffixes
36619 2002-03-20 16:18  hoffman
36621         * Source/CMakeLists.txt, Source/cmCommands.cxx,
36622           Source/cmCreateTestSourceList.cxx,
36623           Source/cmCreateTestSourceList.h, Source/cmaketest.cxx,
36624           Tests/TestDriver/CMakeLists.txt, Tests/TestDriver/test1.cxx,
36625           Tests/TestDriver/test2.cxx, Tests/TestDriver/test3.cxx: ENH: add
36626           new command to create a test driver
36628 2002-03-20 13:16  hoffman
36630         * CMakeLists.txt, Source/CMakeLists.txt,
36631           Source/FLTKDialog/CMakeLists.txt,
36632           Source/FLTKDialog/CMakeSetupGUI.fl,
36633           Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
36634           Source/FLTKDialog/CMakeSetupGUIImplementation.h,
36635           Source/FLTKDialog/FLTKDialog.cxx,
36636           Source/FLTKDialog/FLTKDialog.dsp,
36637           Source/FLTKDialog/FLTKPropertyItemRow.cxx,
36638           Source/FLTKDialog/FLTKPropertyItemRow.h,
36639           Source/FLTKDialog/FLTKPropertyList.cxx,
36640           Source/FLTKDialog/FLTKPropertyList.h,
36641           Source/FLTKDialog/Makefile.in: ENH: remove fltk dialog as it is
36642           no longer supported
36644 2002-03-19 12:25  andy
36646         * Source/ccommand.cxx: Return error on copy
36648 2002-03-18 11:59  andy
36650         * Source/ccommand.cxx: Remove warning about sign and unsigned
36652 2002-03-15 15:42  andy
36654         * Source/: CMakeLists.txt, CMakeSetup.dsw, ccommand.cxx,
36655           ccommand.dsp, cmake.cxx: Add ccommand for executing commands on
36656           the system, so by using ADD_CUSTOM_COMMAND, you can make rules to
36657           do some system commands during build. Currently supported
36658           commands are copy and remove. Others will follow.
36660 2002-03-15 13:20  perera
36662         * Source/cmSourceFilesFlagsCommand.cxx: BUG: The source file may be
36663           specified with an extension.
36665 2002-03-15 10:43  martink
36667         * Source/ctest.cxx: less noisy about changing directories
36669 2002-03-15 09:40  berk
36671         * Templates/CMakeSystemConfig.cmake.in: There can be multiple ansi
36672           flags now
36674 2002-03-15 09:23  hoffman
36676         * Templates/configure: HP add Ae flag
36678 2002-03-15 09:14  berk
36680         * Templates/configure.in: Added better support for HPux
36682 2002-03-14 16:04  hoffman
36684         * Source/cmMakefile.cxx: ENH: add .in as a header file type, as it
36685           can not be compiled
36687 2002-03-14 16:03  hoffman
36689         * Source/CMakeLists.txt: BUG: .h not two .cxx files
36691 2002-03-14 14:59  hoffman
36693         * Source/cmSystemTools.cxx: BUG: fix RunCommand again... back to
36694           system, but with GetShortPath
36696 2002-03-14 14:59  hoffman
36698         * Source/cmDSPWriter.cxx: BUG: fix for paths with spaces
36700 2002-03-14 14:58  hoffman
36702         * Source/: cmNMakeMakefileGenerator.cxx,
36703           cmNMakeMakefileGenerator.h: BUG: fix for files with dashes in
36704           them
36706 2002-03-14 11:11  hoffman
36708         * Source/: cmConfigureGccXmlCommand.cxx, cmExecProgramCommand.cxx,
36709           cmSystemTools.cxx, cmSystemTools.h, cmaketest.cxx, ctest.cxx:
36710           ENH: overhaul of RunCommand on windows, if only win32 had
36711           popen...
36713 2002-03-13 15:29  hoffman
36715         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
36716           PathDialog.cpp: Remove warnings
36718 2002-03-13 14:23  martink
36720         * Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: ENH: closer to working
36721           with spaces in the path
36723 2002-03-13 10:25  hoffman
36725         * Source/: CMakeLists.txt, cmAuxSourceDirectoryCommand.cxx,
36726           cmCableClassSet.cxx, cmCableClassSet.h, cmDirectory.cxx,
36727           cmDirectory.h, cmFLTKWrapUICommand.cxx, cmFindFileCommand.cxx,
36728           cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
36729           cmFindProgramCommand.cxx, cmMSDotNETGenerator.cxx,
36730           cmMakefile.cxx, cmNMakeMakefileGenerator.cxx,
36731           cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
36732           cmRegularExpression.cxx, cmSourceGroup.cxx, cmSystemTools.cxx,
36733           cmVTKMakeInstantiatorCommand.cxx, cmVTKWrapJavaCommand.cxx,
36734           cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
36735           cmaketest.cxx, ctest.cxx: ENH: remove several compiler warnings
36737 2002-03-12 10:16  king
36739         * Templates/: configure, configure.in: ENH: Added test for explicit
36740           instantiation support.
36742 2002-03-11 16:04  hoffman
36744         * Source/cmOptionCommand.cxx: ENH: add error checking for option
36745           commands with too many arguments
36747 2002-03-11 12:11  hoffman
36749         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH: add
36750           support for .def files
36752 2002-03-11 08:11  hoffman
36754         * Source/cmMSDotNETGenerator.cxx: BUG: make sure libraries do not
36755           depend on themselves
36757 2002-03-10 18:24  hoffman
36759         * Templates/: configure, configure.in: ENH: try to get crazy dec
36760           cxx to work again... one more time
36762 2002-03-10 10:02  hoffman
36764         * Templates/: configure, configure.in: ENH: try to get crazy dec
36765           cxx to work again...
36767 2002-03-08 13:12  hoffman
36769         * Tests/: Complex/Executable/complex.cxx,
36770           ComplexOneConfig/Executable/complex.cxx,
36771           ComplexRelativePaths/Executable/complex.cxx: ENH: more dec silly
36772           stuff
36774 2002-03-08 11:01  hoffman
36776         * Tests/: Complex/Executable/complex.cxx,
36777           ComplexOneConfig/Executable/complex.cxx,
36778           ComplexRelativePaths/Executable/complex.cxx: more stupid dec cxx
36779           tricks...
36781 2002-03-08 08:19  hoffman
36783         * Tests/: Complex/Executable/complex.cxx,
36784           ComplexOneConfig/Executable/complex.cxx,
36785           ComplexRelativePaths/Executable/complex.cxx: ENH: add one more
36786           stupid function call for the dec cxx compiler...
36788 2002-03-08 07:25  hoffman
36790         * Tests/: Complex/Executable/complex.cxx,
36791           ComplexOneConfig/Executable/complex.cxx,
36792           ComplexRelativePaths/Executable/complex.cxx: try to fix dec cxx
36794 2002-03-07 22:07  hoffman
36796         * Tests/: Complex/Executable/complex.cxx,
36797           ComplexOneConfig/Executable/complex.cxx,
36798           ComplexRelativePaths/Executable/complex.cxx: ENH: add more junk
36799           for the dec cxx compiler to force it to instantiate stuff
36801 2002-03-07 12:13  hoffman
36803         * Tests/: Complex/Executable/complex.cxx,
36804           ComplexOneConfig/Executable/complex.cxx,
36805           ComplexRelativePaths/Executable/complex.cxx: ENH: use the string
36806           class to force the dec compiler to instantiate some templates
36808 2002-03-07 10:41  barre
36810         * Source/CMakeLists.txt: Build cmaketest even if testing if OFF (so
36811           that it can be used externally)
36813 2002-03-06 17:58  barre
36815         * Source/: ctest.cxx, ctest.h: ENH: add -E option (exclude tests
36816           matching a regexp)
36818 2002-03-06 16:30  barre
36820         * Source/: CMakeLists.txt, cmaketest.cxx: ENH: add cmaketest to
36821           install targets (so that it can be used in other projects) and
36822           pass the rest of its command-line args to cmake
36824 2002-03-06 10:44  hoffman
36826         * Templates/CMakeNMakeWindowsSystemConfig.cmake: build type should
36827           not be advanced
36829 2002-03-06 10:11  hoffman
36831         * Tests/: Complex/Executable/CMakeLists.txt,
36832           ComplexOneConfig/Executable/CMakeLists.txt,
36833           ComplexRelativePaths/Executable/CMakeLists.txt: ENH: add test for
36834           semi-colon separated lists of libraries
36836 2002-03-06 10:10  hoffman
36838         * Source/: cmLinkLibrariesCommand.cxx, cmMSDotNETGenerator.cxx,
36839           cmSystemTools.cxx, cmSystemTools.h,
36840           cmTargetLinkLibrariesCommand.cxx: ENH: add suport for semi-colon
36841           separated list variables
36843 2002-03-05 18:41  hoffman
36845         * Source/: cmAddCustomCommandCommand.cxx,
36846           cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
36847           cmAddDependenciesCommand.cxx, cmAddExecutableCommand.cxx,
36848           cmAddLibraryCommand.cxx, cmAddTestCommand.cxx,
36849           cmBuildCommand.cxx, cmCableClassSetCommand.cxx,
36850           cmCableWrapTclCommand.cxx, cmConfigureFileCommand.cxx,
36851           cmElseCommand.cxx, cmEndIfCommand.cxx, cmExecProgramCommand.cxx,
36852           cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
36853           cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
36854           cmGetFilenameComponentCommand.cxx, cmIfCommand.cxx,
36855           cmIncludeCommand.cxx, cmIncludeExternalMSProjectCommand.cxx,
36856           cmInstallFilesCommand.cxx, cmInstallProgramsCommand.cxx,
36857           cmLoadCacheCommand.cxx, cmMakeDirectoryCommand.cxx,
36858           cmMakefile.cxx, cmMessageCommand.cxx, cmOptionCommand.cxx,
36859           cmOutputRequiredFilesCommand.cxx, cmSetCommand.cxx,
36860           cmSourceFilesCommand.cxx, cmSubdirCommand.cxx, cmSystemTools.cxx,
36861           cmUnixMakefileGenerator.cxx, cmUseMangledMesaCommand.cxx,
36862           cmVTKMakeInstantiatorCommand.cxx: ENH: expand variables in
36863           arguments before the commands get them
36865 2002-03-05 18:25  hoffman
36867         * Source/cmSystemTools.cxx: BUG: get the correct return value from
36868           pclose
36870 2002-03-04 15:00  hoffman
36872         * Tests/: Complex/Library/fileFlags.cxx,
36873           ComplexOneConfig/Library/fileFlags.cxx,
36874           ComplexRelativePaths/Library/fileFlags.cxx: ENH: add support for
36875           per file flags
36877 2002-03-04 14:12  hoffman
36879         * Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSPWriter.h,
36880           cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmSourceFile.h,
36881           cmSourceGroup.cxx, cmSourceGroup.h, cmUnixMakefileGenerator.cxx,
36882           cmSourceFilesFlagsCommand.cxx, cmSourceFilesFlagsCommand.h: ENH:
36883           add file specific compile flags
36885 2002-03-04 14:11  hoffman
36887         * Tests/: Complex/Library/CMakeLists.txt,
36888           ComplexOneConfig/Library/CMakeLists.txt,
36889           ComplexRelativePaths/Library/CMakeLists.txt: ENH: add a test for
36890           per file flags
36892 2002-03-01 15:49  king
36894         * Source/: cmVTKMakeInstantiatorCommand.cxx,
36895           cmVTKMakeInstantiatorCommand.h: ENH: Added support for including
36896           extra files in generated header to get access to export macros of
36897           derived projects.
36899 2002-03-01 09:00  hoffman
36901         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
36902           CMakeDotNetSystemConfig.cmake,
36903           CMakeNMakeWindowsSystemConfig.cmake, CMakeSystemConfig.cmake.in,
36904           CMakeWindowsSystemConfig.cmake, configure, configure.in: ENH: add
36905           some OS/compiler variables
36907 2002-02-28 15:58  hoffman
36909         * Modules/Dart.cmake: ENH: add VERBOSE_BUILD to options
36911 2002-02-28 15:57  hoffman
36913         * Source/cmakewizard.cxx: check bool values and prefere off
36915 2002-02-28 15:42  hoffman
36917         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: use xml
36918           output quotes for paths
36920 2002-02-28 15:06  hoffman
36922         * Templates/: configure, configure.in: change hp checks to all hps
36923           and not just version 10
36925 2002-02-28 11:15  hoffman
36927         * Source/cmSystemTools.cxx: BUG: look for exe path as well.
36929 2002-02-28 10:41  hoffman
36931         * Source/cmSystemTools.cxx: ENH:  look for .com files before .exe
36933 2002-02-28 08:45  hoffman
36935         * Templates/CMakeDotNetSystemConfig.cmake: find path to devenv
36937 2002-02-28 07:50  hoffman
36939         * Templates/CMakeDotNetSystemConfig.cmake: ENH: add build name to
36940           the cache with a default value for dot net
36942 2002-02-27 18:11  hoffman
36944         * Source/cmMSDotNETGenerator.cxx, Source/cmSystemTools.cxx,
36945           Templates/CMakeDotNetSystemConfig.cmake: clean up in dot net
36947 2002-02-26 15:15  hoffman
36949         * Source/: ctest.cxx, ctest.h: add command line option -D for
36950           config directory to run
36952 2002-02-26 15:14  hoffman
36954         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: ENH: add
36955           RUN_TESTS
36957 2002-02-26 11:46  barre
36959         * Source/cmAddTestCommand.cxx: FIX: command now expands args during
36960           the first pass (found through FOREACH example)
36962 2002-02-26 10:11  hoffman
36964         * Templates/CMakeDotNetSystemConfig.cmake: [no log message]
36966 2002-02-26 08:56  hoffman
36968         * Source/cmCableClassSet.cxx: BUG: fix type problem size_type is
36969           unsigned
36971 2002-02-25 18:14  hoffman
36973         * Source/: cmBuildCommand.cxx, cmDirectory.h,
36974           cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
36975           cmRegularExpression.h, cmSystemTools.cxx: ENH: dot net almost
36976           working
36978 2002-02-25 16:57  barre
36980         * Source/cmAddExecutableCommand.cxx: FIX: command now expands *all*
36981           args (found through FOREACH example)
36983 2002-02-25 15:22  barre
36985         * Tests/Testing/: CMakeLists.txt, Sub/CMakeLists.txt,
36986           Sub/Sub2/CMakeLists.txt, Sub/Sub2/testing2.cxx: ENH: provide a
36987           test for today's ReadListFile() bug fix
36989 2002-02-25 15:06  barre
36991         * Source/cmMakefile.cxx: FIX: although a CMakeLists.txt file could
36992           be searched up 'n' level in the directory tree, ReadListFile()
36993           always implied a CMakeLists.txt file was up *one* level.
36995 2002-02-25 13:20  hoffman
36997         * Modules/FindDart.cmake: ENH: look for Dart in c:
36999 2002-02-25 12:47  hoffman
37001         * Source/MFCDialog/PathDialog.h: ENH: fix warning
37003 2002-02-25 11:58  barre
37005         * Source/cmSubdirCommand.cxx: ENH: Expand vars in SUBDIRS
37007 2002-02-25 10:47  hoffman
37009         * Source/cmSystemTools.cxx: BUG: fix remove of cygdrive path stuff
37011 2002-02-23 10:00  king
37013         * Source/cmSystemTools.cxx: ERR: std::ios::binary is only needed
37014           for Windows platforms, and isn't supported for all UNIX
37015           platforms.
37017 2002-02-22 15:40  hoffman
37019         * Source/: cmAddTestCommand.cxx, cmSystemTools.cxx,
37020           cmUnixMakefileGenerator.cxx: ENH: fix for spaces in paths on unix
37022 2002-02-22 13:38  hoffman
37024         * Source/: cmBorlandMakefileGenerator.cxx, cmDSPWriter.cxx,
37025           cmExecProgramCommand.cxx, cmMSDotNETGenerator.cxx,
37026           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
37027           cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
37028           cmUnixMakefileGenerator.h, cmaketest.cxx: ENH: big change in the
37029           path handling, one function CreateOutputPath is used to escape
37030           spaces and convert to the native path type
37032 2002-02-22 10:08  king
37034         * Source/cmSystemTools.cxx: ENH: Another attempt at getting
37035           cmCopyFile to work correctly.  The previous implementation was
37036           correct, but didn't work on HPUX due to stream library bugs.
37037           This implementation will hopefully work everywhere.
37039 2002-02-21 17:32  hoffman
37041         * Source/cmSystemTools.cxx: BUG: fix copy file for HP
37043 2002-02-21 16:06  barre
37045         * Source/: ctest.cxx, ctest.h: ENH: Since each test can send a lot
37046           of text to stderr/stdout, ctest now displays the list of tests
37047           that failed at the end of the process.
37049 2002-02-21 15:55  hoffman
37051         * Source/: cmBorlandMakefileGenerator.cxx,
37052           cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
37053           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH: add
37054           a virtual CreateMakeVariable to shorten makefile variables for
37055           borland make
37057 2002-02-21 08:53  berk
37059         * Source/cmake.dsp: Argh
37061 2002-02-21 08:43  hoffman
37063         * Source/cmaketest.cxx: add ifdef for windows function
37065 2002-02-20 15:27  hoffman
37067         * Source/MFCDialog/CMakeSetupDialog.cpp: dot net port
37069 2002-02-20 15:26  hoffman
37071         * Source/: cmMSDotNETGenerator.cxx, cmaketest.cxx: close to dot net
37072           working
37074 2002-02-20 09:16  berk
37076         * Source/cmake.dsp: Bill forgot to add a library to the release
37077           target.
37079 2002-02-19 17:56  hoffman
37081         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH:
37082           getting closer
37084 2002-02-19 11:53  hoffman
37086         * Source/: Makefile.borland, CMakeLists.txt: ENH: add dotnet stuff
37088 2002-02-19 10:23  ibanez
37090         * Source/FLTKDialog/FLTKDialog.cxx: FIX: FLTK includes should use
37091           ".H" instead of ".h"
37093 2002-02-19 09:43  hoffman
37095         * Source/MFCDialog/CMakeSetup.rc: fix spacing on text
37097 2002-02-19 09:43  hoffman
37099         * Source/: CMakeLib.dsp, CMakeLists.txt: add dot net stuff to
37100           cmakelists file and dsp file
37102 2002-02-18 17:41  hoffman
37104         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
37105           cmSLNWriter.cxx, cmSLNWriter.h, cmVCProjWriter.cxx,
37106           cmVCProjWriter.h: getting closer but still not working dot net
37107           support
37109 2002-02-18 14:50  hoffman
37111         * Source/MFCDialog/CMakeSetup.dsp: [no log message]
37113 2002-02-18 14:36  hoffman
37115         * Source/: CMakeLib.dsp, cmMSDotNETGenerator.cxx,
37116           cmMSDotNETGenerator.h, cmSLNWriter.cxx, cmSLNWriter.h,
37117           cmSystemTools.cxx, cmVCProjWriter.cxx, cmVCProjWriter.h,
37118           cmake.cxx, cmake.dsp: ENH: first pass at dot net support
37120 2002-02-18 14:09  hoffman
37122         * Source/: cmBorlandMakefileGenerator.cxx,
37123           cmUnixMakefileGenerator.cxx: ENH: fix for borland tlib files with
37124           dash in them problem.
37126 2002-02-14 10:03  hoffman
37128         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
37129           ENH: only depend subdir builds on TARGETS, not all sub dir
37130           operations, we do not want to build when doing a make depend
37132 2002-02-14 10:01  hoffman
37134         * configure, configure.in, Templates/configure,
37135           Templates/configure.in: ENH: do not use O2 g as default flags
37137 2002-02-14 09:31  barre
37139         * DartConfig.cmake: ENH: Add PROJECT_URL
37141 2002-02-13 18:57  barre
37143         * DartConfig.cmake: ENH: Doxygen page
37145 2002-02-13 18:50  barre
37147         * Utilities/Doxygen/doc_makeall.sh.in: FIX: remove that good ol'
37148           exit 0;
37150 2002-02-13 18:32  barre
37152         * Utilities/Doxygen/doc_makeall.sh.in: FIX: update html archive
37153           filename
37155 2002-02-13 18:28  barre
37157         * Utilities/Doxygen/: CMakeLists.txt, authors.txt,
37158           doc_makeall.sh.in, doxyfile.in: ENH: Contribution graphs
37160 2002-02-13 16:17  barre
37162         * Source/CursesDialog/form/.NoDartCoverage: This dir should not be
37163           covered (form distrib)
37165 2002-02-12 17:38  barre
37167         * Tests/Wrapping/: CMakeLists.txt, dummy: ENH: Trick VTK_WRAP_JAVA
37168           in a better way (avoid CUSTOM_TARGET)
37170 2002-02-11 09:20  hoffman
37172         * Source/MFCDialog/: CMakeSetup.rc, PropertyList.cpp,
37173           PropertyList.h, resource.h: ENH: add IGNORE option for cache
37174           values
37176 2002-02-08 15:52  hoffman
37178         * Source/cmSystemTools.cxx: BUG: fix CollapseFullPath so a trailing
37179           slash is not added to directories
37181 2002-02-07 11:39  andy
37183         * Templates/CMakeSystemConfig.cmake.in: ERR: Cache bigendian
37185 2002-02-07 11:28  martink
37187         * Source/cmMakefile.h: next patch
37189 2002-02-07 11:27  martink
37191         * Templates/CMakeSystemConfig.cmake.in: value needed to be cached
37193 2002-02-06 12:14  hoffman
37195         * Source/cmake.cxx: ENH: add ends at end of string
37197 2002-02-06 10:50  hoffman
37199         * Source/: cmSystemTools.cxx, cmSystemTools.h: add bool return
37200           value so diagnostics are easier
37202 2002-02-06 10:42  hoffman
37204         * Source/cmAuxSourceDirectoryCommand.cxx: BUG: remove depend on
37205           directory because it is not supported by all makes
37207 2002-02-04 22:00  hoffman
37209         * Source/CursesDialog/CMakeLists.txt: ENH: use target link
37210           libraries and add the link directory for cmform
37212 2002-02-04 18:41  barre
37214         * Modules/: Documentation.cmake, FindGnuplot.cmake: Add module to
37215           find gnuplot
37217 2002-02-04 08:28  iscott
37219         * Source/cmAuxSourceDirectoryCommand.cxx: the generated
37220           makefiles/DSPfiles now depend on the aux source directory's last
37221           modified date.
37223 2002-02-01 13:08  berk
37225         * Source/cmake.cxx: Using cmSystemTools::Error() instead of cerr.
37227 2002-02-01 13:07  berk
37229         * Source/cmUnixMakefileGenerator.cxx: Better support for parallel
37230           builds. Subdirs depend on their parent.
37232 2002-02-01 09:28  hoffman
37234         * CMakeLists.txt, Source/CMakeLists.txt: use CMake_SOURCE and not
37235           CMAKE_ROOT
37237 2002-01-31 15:16  blezek
37239         * Modules/FindPythonLibs.cmake: ENH: Adding search path's for
37240           PYTHON_LIBRARY
37242 2002-01-31 10:32  hoffman
37244         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: try to get
37245           this working for dec cxx default compiler options
37247 2002-01-30 11:23  hoffman
37249         * Source/cmStandardIncludes.h: ENH: fix for dec compiler, they
37250           still do not have the correct ansi stream library
37252 2002-01-25 09:06  king
37254         * Source/CursesDialog/form/: fld_def.c, frm_data.c, frm_def.c,
37255           frm_driver.c: ERR: Corrected assertions of pointers to remove
37256           warnings.
37258 2002-01-24 14:15  berk
37260         * Source/cmSystemTools.cxx: BUG: fix for network paths
37262 2002-01-23 11:58  hoffman
37264         * Source/cmMakefile.h: patch 2 release to fix dsp header problem
37266 2002-01-23 11:52  hoffman
37268         * Source/cmDSPWriter.cxx: BUG: allow .h files to be added to the
37269           sources
37271 2002-01-23 10:56  barre
37273         * Source/cmaketest.cxx: ENH: run CMake a second time. The first
37274           time it is run, some cache values are computed. The second time
37275           it is run, some commands check if the value is already in the
37276           cache and return that value instead of re-computing it. Therefore
37277           this ENH: a) make sure that this specific code is tested, b)
37278           increase coverage.
37280 2002-01-22 17:18  king
37282         * Modules/FindVTK.cmake: ENH: Added option of disabling error
37283           message when VTK is not found.
37285 2002-01-22 15:55  barre
37287         * Tests/: Complex/Executable/CMakeLists.txt,
37288           Complex/Executable/complex.cxx,
37289           Complex/Executable/Temp/CMakeLists.txt,
37290           ComplexOneConfig/Executable/CMakeLists.txt,
37291           ComplexOneConfig/Executable/complex.cxx,
37292           ComplexOneConfig/Executable/Temp/CMakeLists.txt,
37293           ComplexRelativePaths/Executable/CMakeLists.txt,
37294           ComplexRelativePaths/Executable/complex.cxx,
37295           ComplexRelativePaths/Executable/Temp/CMakeLists.txt,
37296           Testing/CMakeLists.txt, Testing/Sub/CMakeLists.txt: Just rename
37297           dir
37299 2002-01-22 15:50  barre
37301         * Tests/: Complex/CMakeCache.txt, ComplexOneConfig/CMakeCache.txt,
37302           ComplexRelativePaths/CMakeCache.txt, Complex/CMakeLists.txt,
37303           Complex/Cache/CMakeCache.txt, ComplexOneConfig/CMakeLists.txt,
37304           ComplexOneConfig/Cache/CMakeCache.txt,
37305           ComplexRelativePaths/CMakeLists.txt,
37306           ComplexRelativePaths/Cache/CMakeCache.txt: ENH: Move
37307           CMakeCache.txt to Cache/ directory to avoid any in-source build
37308           pb.
37310 2002-01-22 14:15  millerjv
37312         * Modules/Dart.cmake: ENH: New variables CVS_UPDATE_OPTIONS,
37313           DART_TESTING_TIMEOUT
37315 2002-01-22 13:30  barre
37317         * Tests/: Complex/Executable/CMakeLists.txt,
37318           ComplexOneConfig/Executable/CMakeLists.txt,
37319           ComplexRelativePaths/Executable/CMakeLists.txt,
37320           Complex/Executable/complex.cxx,
37321           ComplexOneConfig/Executable/complex.cxx,
37322           ComplexRelativePaths/Executable/complex.cxx: Coverage for
37323           OUTPUT_REQUIRED_FILES
37325 2002-01-22 10:17  king
37327         * Source/: cmCacheManager.cxx, cmCacheManager.h,
37328           cmLoadCacheCommand.cxx, cmMakefile.cxx, cmake.cxx: ERR: Removed
37329           cmCacheManager::DefineCache method.  It is no longer needed.
37331 2002-01-22 07:37  hoffman
37333         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
37334           ComplexRelativePaths/CMakeLists.txt: flags already there, just
37335           not working
37337 2002-01-22 07:18  hoffman
37339         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
37340           ComplexRelativePaths/CMakeLists.txt: BUG: must use ANSI flags for
37341           complex test now.
37343 2002-01-21 15:39  will
37345         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
37346           FLTKDialog.cxx, FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx:
37347           ENH:Updated copyright
37349 2002-01-21 15:30  barre
37351         * Tests/: Complex/Executable/complex.cxx,
37352           ComplexOneConfig/Executable/complex.cxx,
37353           ComplexRelativePaths/Executable/complex.cxx: Add warnings/infos
37355 2002-01-21 15:30  barre
37357         * Tests/Wrapping/CMakeLists.txt: Add coverage for
37358           VTK_MAKE_INSTANTIATOR
37360 2002-01-21 15:30  will
37362         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
37363           cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
37364           cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
37365           cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
37366           cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
37367           cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
37368           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
37369           cmAddTestCommand.cxx, cmAddTestCommand.h,
37370           cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
37371           cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
37372           cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
37373           cmBuildNameCommand.h, cmCableClassSet.cxx, cmCableClassSet.h,
37374           cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
37375           cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h,
37376           cmCacheManager.cxx, cmCacheManager.h, cmCommand.h,
37377           cmCommands.cxx, cmCommands.h, cmConfigureFileCommand.cxx,
37378           cmConfigureFileCommand.h, cmConfigureGccXmlCommand.cxx,
37379           cmConfigureGccXmlCommand.h, cmCustomCommand.cxx,
37380           cmCustomCommand.h, cmDSPWriter.cxx, cmDSPWriter.h,
37381           cmDSWWriter.cxx, cmDSWWriter.h, cmData.h, cmDirectory.cxx,
37382           cmDirectory.h, cmDumpDocumentation.cxx, cmElseCommand.cxx,
37383           cmElseCommand.h, cmEnableTestingCommand.cxx,
37384           cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
37385           cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
37386           cmExecProgramCommand.cxx, cmExecProgramCommand.h,
37387           cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
37388           cmFindFileCommand.cxx, cmFindFileCommand.h,
37389           cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
37390           cmFindPathCommand.cxx, cmFindPathCommand.h,
37391           cmFindProgramCommand.cxx, cmFindProgramCommand.h,
37392           cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
37393           cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
37394           cmGetFilenameComponentCommand.h, cmIfCommand.cxx, cmIfCommand.h,
37395           cmIncludeCommand.cxx, cmIncludeCommand.h,
37396           cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
37397           cmIncludeExternalMSProjectCommand.cxx,
37398           cmIncludeExternalMSProjectCommand.h,
37399           cmIncludeRegularExpressionCommand.cxx,
37400           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
37401           cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
37402           cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
37403           cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
37404           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
37405           cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
37406           cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
37407           cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
37408           cmMakeDepend.cxx, cmMakeDepend.h, cmMakeDirectoryCommand.cxx,
37409           cmMakeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h,
37410           cmMakefileGenerator.cxx, cmMakefileGenerator.h,
37411           cmMarkAsAdvancedCommand.cxx, cmMarkAsAdvancedCommand.h,
37412           cmMessageCommand.cxx, cmMessageCommand.h,
37413           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
37414           cmOptionCommand.cxx, cmOptionCommand.h,
37415           cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
37416           cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
37417           cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
37418           cmRegularExpression.cxx, cmRegularExpression.h, cmSetCommand.cxx,
37419           cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
37420           cmSourceFile.cxx, cmSourceFile.h, cmSourceFilesCommand.cxx,
37421           cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.cxx,
37422           cmSourceFilesRemoveCommand.h, cmSourceGroup.cxx, cmSourceGroup.h,
37423           cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
37424           cmStandardIncludes.h, cmSubdirCommand.cxx, cmSubdirCommand.h,
37425           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
37426           cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
37427           cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
37428           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
37429           cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
37430           cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
37431           cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
37432           cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
37433           cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
37434           cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
37435           cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
37436           cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
37437           cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx,
37438           cmakewizard.cxx, cmakewizard.h, ctest.cxx, ctest.h,
37439           CursesDialog/ccmake.cxx, CursesDialog/cmCursesBoolWidget.cxx,
37440           CursesDialog/cmCursesBoolWidget.h,
37441           CursesDialog/cmCursesCacheEntryComposite.cxx,
37442           CursesDialog/cmCursesCacheEntryComposite.h,
37443           CursesDialog/cmCursesDummyWidget.cxx,
37444           CursesDialog/cmCursesDummyWidget.h,
37445           CursesDialog/cmCursesFilePathWidget.cxx,
37446           CursesDialog/cmCursesFilePathWidget.h,
37447           CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
37448           CursesDialog/cmCursesLabelWidget.cxx,
37449           CursesDialog/cmCursesLabelWidget.h,
37450           CursesDialog/cmCursesLongMessageForm.cxx,
37451           CursesDialog/cmCursesLongMessageForm.h,
37452           CursesDialog/cmCursesMainForm.cxx,
37453           CursesDialog/cmCursesMainForm.h,
37454           CursesDialog/cmCursesPathWidget.cxx,
37455           CursesDialog/cmCursesPathWidget.h,
37456           CursesDialog/cmCursesStandardIncludes.h,
37457           CursesDialog/cmCursesStringWidget.cxx,
37458           CursesDialog/cmCursesStringWidget.h,
37459           CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
37460           FLTKDialog/CMakeSetupGUIImplementation.h,
37461           FLTKDialog/FLTKPropertyItemRow.h, FLTKDialog/FLTKPropertyList.h,
37462           MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
37463           MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
37464           MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
37465           MFCDialog/StdAfx.h, MFCDialog/resource.h: ENH:Updated copyright
37467 2002-01-21 15:11  will
37469         * Copyright.txt: ENH:Formal copyright notice
37471 2002-01-21 11:39  hoffman
37473         * Source/cmUnixMakefileGenerator.cxx: BUG: remove warning from hpux
37474           make
37476 2002-01-21 10:38  hoffman
37478         * Source/cmaketest.cxx: ENH: check the return value of the test
37479           program to be run
37481 2002-01-21 10:22  barre
37483         * Tests/: Complex/Executable/complex.cxx,
37484           ComplexOneConfig/Executable/complex.cxx,
37485           ComplexRelativePaths/Executable/complex.cxx: Comment test
37486           OUTPUT_REQUIRED
37488 2002-01-21 10:11  hoffman
37490         * Source/: cmSourceFile.cxx, cmSourceFilesCommand.cxx,
37491           cmSourceFilesRemoveCommand.cxx: BUG: fix generated files with no
37492           extension bug
37494 2002-01-20 02:21  barre
37496         * Tests/: Complex/VarTests.cmake, ComplexOneConfig/VarTests.cmake,
37497           ComplexRelativePaths/VarTests.cmake: More IF coverage
37499 2002-01-20 01:58  barre
37501         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
37502           ComplexRelativePaths/CMakeLists.txt, Complex/VarTests.cmake,
37503           ComplexOneConfig/VarTests.cmake,
37504           ComplexRelativePaths/VarTests.cmake,
37505           Complex/Executable/CMakeLists.txt,
37506           ComplexOneConfig/Executable/CMakeLists.txt,
37507           ComplexRelativePaths/Executable/CMakeLists.txt,
37508           Complex/Executable/complex.cxx,
37509           ComplexOneConfig/Executable/complex.cxx,
37510           ComplexRelativePaths/Executable/complex.cxx,
37511           Complex/Library/CMakeLists.txt,
37512           ComplexOneConfig/Library/CMakeLists.txt,
37513           ComplexRelativePaths/Library/CMakeLists.txt,
37514           Complex/Library/empty.h, ComplexOneConfig/Library/empty.h,
37515           ComplexRelativePaths/Library/empty.h, Testing/CMakeLists.txt,
37516           Wrapping/vtkExcluded.h, Wrapping/vtkIncluded.h: Increase
37517           Coverage.
37519 2002-01-20 01:05  barre
37521         * Tests/Wrapping/: CMakeLists.txt, fltk1.fl: Add coverage for QT
37522           and FLTK wrappers. Also MANGLED_MESA
37524 2002-01-20 00:12  barre
37526         * Tests/: Complex/CMakeCache.txt, Complex/CMakeLists.txt,
37527           Complex/VarTests.cmake, Complex/cmTestConfigure.h.in,
37528           ComplexOneConfig/CMakeCache.txt, ComplexOneConfig/CMakeLists.txt,
37529           ComplexOneConfig/VarTests.cmake,
37530           ComplexOneConfig/cmTestConfigure.h.in,
37531           ComplexRelativePaths/CMakeCache.txt,
37532           ComplexRelativePaths/CMakeLists.txt,
37533           ComplexRelativePaths/VarTests.cmake,
37534           ComplexRelativePaths/cmTestConfigure.h.in,
37535           Complex/Executable/CMakeLists.txt,
37536           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
37537           ComplexOneConfig/Executable/CMakeLists.txt,
37538           ComplexOneConfig/Executable/complex.cxx,
37539           ComplexOneConfig/Library/CMakeLists.txt,
37540           ComplexRelativePaths/Executable/CMakeLists.txt,
37541           ComplexRelativePaths/Executable/complex.cxx,
37542           ComplexRelativePaths/Library/CMakeLists.txt: More tests +
37543           coverage
37545 2002-01-20 00:11  barre
37547         * Tests/Testing/: CMakeLists.txt, DartConfig.cmake: More coverage +
37548           include Dart.cmake to maximize chance nslookup/hostname are found
37550 2002-01-20 00:11  barre
37552         * Tests/Wrapping/: CMakeLists.txt, hints, vtkExcluded.cxx,
37553           vtkExcluded.h, vtkIncluded.cxx, vtkIncluded.h: Add test for
37554           VTK_WRAP_*
37556 2002-01-20 00:06  barre
37558         * Source/cmLoadCacheCommand.h: Typo
37560 2002-01-19 21:24  barre
37562         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
37563           Complex/cmTestConfigure.h.in, Complex/Executable/CMakeLists.txt,
37564           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
37565           ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.cmake,
37566           ComplexOneConfig/cmTestConfigure.h.in,
37567           ComplexOneConfig/Executable/CMakeLists.txt,
37568           ComplexOneConfig/Executable/complex.cxx,
37569           ComplexOneConfig/Library/CMakeLists.txt,
37570           ComplexRelativePaths/CMakeLists.txt,
37571           ComplexRelativePaths/VarTests.cmake,
37572           ComplexRelativePaths/cmTestConfigure.h.in,
37573           ComplexRelativePaths/Executable/CMakeLists.txt,
37574           ComplexRelativePaths/Executable/complex.cxx,
37575           ComplexRelativePaths/Library/CMakeLists.txt,
37576           Testing/CMakeLists.txt, Testing/testing.cxx,
37577           Wrapping/CMakeLists.txt, Wrapping/wrapping.cxx: Add
37578           documentation, comments. Move some 'Complex' sub-tests into 2 new
37579           'Wrapping' and 'Testing' tests.
37581 2002-01-19 21:23  barre
37583         * Source/CMakeLists.txt: Add 2 new tests
37585 2002-01-19 21:22  barre
37587         * Source/cmSiteNameCommand.cxx: FIX: if the 'hostname' and
37588           'nslookup' commands were not found from their HOSTNAME and
37589           NSLOOKUP cache definition, hard-coded values were used instead,
37590           thus causing pb if the corresponding progs were not in the PATH
37591           (RunCommand). Now use FindProgram() to be sure to find both,
37592           otherwise do nothing and set the site name to "unknown"
37593           (arbitrary. could be empty string ? or error ?).
37595 2002-01-18 23:38  hoffman
37597         * Source/cmCableClassSet.cxx: BUG: make sure regex match has a
37598           string to match
37600 2002-01-18 20:33  barre
37602         * Source/cmExecProgramCommand.cxx: Fix: "cd arg2 ; arg1" not
37603           working. OK with &&. Also should prevent from: "cd
37604           non_existing_dir_oops && rm -fr *"
37606 2002-01-18 20:32  barre
37608         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
37609           ComplexRelativePaths/CMakeLists.txt, Complex/VarTests.cmake,
37610           Complex/VarTests.txt, ComplexOneConfig/VarTests.cmake,
37611           ComplexOneConfig/VarTests.txt,
37612           ComplexRelativePaths/VarTests.cmake,
37613           ComplexRelativePaths/VarTests.txt,
37614           Complex/Executable/CMakeLists.txt,
37615           Complex/Executable/complex.cxx,
37616           ComplexOneConfig/Executable/CMakeLists.txt,
37617           ComplexOneConfig/Executable/complex.cxx,
37618           ComplexRelativePaths/Executable/CMakeLists.txt,
37619           ComplexRelativePaths/Executable/complex.cxx: ENH: Increase test +
37620           coverage
37622 2002-01-18 19:22  barre
37624         * Tests/: Complex/CMakeCache.txt, ComplexOneConfig/CMakeCache.txt,
37625           ComplexRelativePaths/CMakeCache.txt: ENH: Increase test +
37626           coverage. This is not a bug, this cache is used for test.
37628 2002-01-18 19:21  barre
37630         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
37631           ComplexRelativePaths/CMakeLists.txt,
37632           Complex/cmTestConfigure.h.in, Complex/Executable/CMakeLists.txt,
37633           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
37634           ComplexOneConfig/cmTestConfigure.h.in,
37635           ComplexOneConfig/Executable/CMakeLists.txt,
37636           ComplexOneConfig/Executable/complex.cxx,
37637           ComplexOneConfig/Library/CMakeLists.txt,
37638           ComplexRelativePaths/cmTestConfigure.h.in,
37639           ComplexRelativePaths/Executable/CMakeLists.txt,
37640           ComplexRelativePaths/Executable/complex.cxx,
37641           ComplexRelativePaths/Library/CMakeLists.txt: ENH: Increase test +
37642           coverage
37644 2002-01-18 19:21  barre
37646         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: RemoveFile
37647           returns if the file was removed or not
37649 2002-01-18 17:01  barre
37651         * Source/cmLibraryCommand.h: Unused and deprecated class. Goodbye.
37653 2002-01-18 16:59  martink
37655         * Source/cmIfCommand.cxx: bug fix
37657 2002-01-18 16:45  hoffman
37659         * Source/cmIfCommand.cxx: fix if logic for null defs
37661 2002-01-18 15:54  martink
37663         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h:
37664           required for utilties
37666 2002-01-18 15:51  martink
37668         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
37669           fix for utilties
37671 2002-01-18 15:39  andy
37673         * Source/cmSourceFilesRemoveCommand.cxx,
37674           Tests/Complex/Library/CMakeLists.txt,
37675           Tests/ComplexOneConfig/Library/CMakeLists.txt,
37676           Tests/ComplexRelativePaths/Library/CMakeLists.txt: Add GENERATED
37677           to cmSourceFilesRemoveCommand
37679 2002-01-18 15:32  martink
37681         * Source/cmAddCustomCommandCommand.cxx: revert to old behaviour
37683 2002-01-18 15:31  barre
37685         * Tests/: Complex/Library/CMakeLists.txt,
37686           ComplexOneConfig/Library/CMakeLists.txt,
37687           ComplexRelativePaths/Library/CMakeLists.txt: Fix: create_file.cxx
37688           is not GENERATED, it exists (so that it can be removed, until
37689           SOURCE_FILES_REMOVE is synced with SOURCE_FILES)
37691 2002-01-18 15:18  martink
37693         * Source/cmSiteNameCommand.cxx: minor bug fix
37695 2002-01-18 15:16  martink
37697         * Source/cmMakefile.h: bug fixes
37699 2002-01-18 14:44  martink
37701         * Source/: cmCableClassSet.cxx, cmBuildNameCommand.cxx: bug fixes
37703 2002-01-18 14:38  martink
37705         * Source/cmBuildCommand.cxx: compiler warning
37707 2002-01-18 14:07  barre
37709         * Source/cmake.cxx: Fix: escaping spaces was preventing a value
37710           with space to be passed correctly
37712 2002-01-18 13:37  martink
37714         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: merged if MATCHES
37715           fix
37717 2002-01-18 13:30  martink
37719         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
37720           some fixes to recent screwerd up changes
37722 2002-01-18 12:03  barre
37724         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.txt,
37725           Complex/cmTestConfigure.h.in, ComplexOneConfig/CMakeLists.txt,
37726           ComplexOneConfig/VarTests.txt,
37727           ComplexOneConfig/cmTestConfigure.h.in,
37728           ComplexRelativePaths/CMakeLists.txt,
37729           ComplexRelativePaths/VarTests.txt,
37730           ComplexRelativePaths/cmTestConfigure.h.in,
37731           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
37732           Complex/Library/create_file.cxx,
37733           ComplexOneConfig/Executable/complex.cxx,
37734           ComplexOneConfig/Library/CMakeLists.txt,
37735           ComplexOneConfig/Library/create_file.cxx,
37736           ComplexRelativePaths/Executable/complex.cxx,
37737           ComplexRelativePaths/Library/CMakeLists.txt,
37738           ComplexRelativePaths/Library/create_file.cxx: Increase coverage,
37739           add tests
37741 2002-01-18 11:48  barre
37743         * Source/cmExecProgramCommand.cxx: Fix bug: was expanding second
37744           arg even if not passed. crashed
37746 2002-01-18 11:38  barre
37748         * Source/: cmVariableRequiresCommand.h, cmExecProgramCommand.h: Fix
37749           typo
37751 2002-01-18 11:37  barre
37753         * Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: Fix:
37754           argument was not used.
37756 2002-01-18 11:36  barre
37758         * Source/cmBuildCommand.h: Fix typo (second argument was not
37759           reported)
37761 2002-01-18 11:36  barre
37763         * Source/cmBuildCommand.cxx: no message
37765 2002-01-18 10:28  hoffman
37767         * Source/cmCableClassSet.cxx: AIX compiler fix private to public
37769 2002-01-18 10:27  hoffman
37771         * Source/cmElseCommand.cxx: BUG: GetDefiniton can return null
37773 2002-01-18 09:02  barre
37775         * Tests/: Complex/simple.cxx, ComplexOneConfig/simple.cxx,
37776           ComplexRelativePaths/simple.cxx: Is not used (see Simple test)
37778 2002-01-18 07:05  hoffman
37780         * Tests/: Complex/Executable/complex.cxx,
37781           ComplexOneConfig/Executable/complex.cxx,
37782           ComplexRelativePaths/Executable/complex.cxx: ENH: remove unused
37783           and non-standard io.h file
37785 2002-01-18 07:04  hoffman
37787         * Source/cmIfCommand.cxx: BUG: fix null pointer read if def is not
37788           defined
37790 2002-01-17 16:36  barre
37792         * Tests/: Complex/Executable/complex.cxx,
37793           ComplexOneConfig/Executable/complex.cxx,
37794           ComplexRelativePaths/Executable/complex.cxx: Fix: displays msg if
37795           passed for custom command
37797 2002-01-17 16:35  barre
37799         * Source/cmaketest.cxx: FIX: need a 'make clean' before 'make all'
37800           otherwise the post-build custom-command are not run (since a lib
37801           might be up to date already for ex.).
37803 2002-01-17 15:49  barre
37805         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
37806           ComplexOneConfig/CMakeLists.txt,
37807           ComplexOneConfig/cmTestConfigure.h.in,
37808           ComplexRelativePaths/CMakeLists.txt,
37809           ComplexRelativePaths/cmTestConfigure.h.in,
37810           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
37811           Complex/Library/create_file.cxx,
37812           ComplexOneConfig/Executable/complex.cxx,
37813           ComplexOneConfig/Library/CMakeLists.txt,
37814           ComplexOneConfig/Library/create_file.cxx,
37815           ComplexRelativePaths/Executable/complex.cxx,
37816           ComplexRelativePaths/Library/CMakeLists.txt,
37817           ComplexRelativePaths/Library/create_file.cxx: ENH: tests
37818           ADD_DEPENDENCIES and ADD_CUSTOM_COMMAND
37820 2002-01-17 15:46  barre
37822         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
37823           Fix so that ADD_DEPENDENCIES work (the Utilities dependencies
37824           were not output)
37826 2002-01-17 14:11  andy
37828         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h: Add
37829           option of adding generated files to source list
37831 2002-01-17 12:54  hoffman
37833         * Source/cmDSPWriter.cxx: ENH: only output each link path once
37835 2002-01-17 10:48  king
37837         * Source/cmMakefile.h: ERR: Missing forward declaration of
37838           cmMakeDepend added.
37840 2002-01-17 09:28  hoffman
37842         * Source/cmDSPWriter.cxx: BUG: allow header files to be added to
37843           the dsp file
37845 2002-01-16 17:29  barre
37847         * Source/cmAddCustomCommandCommand.cxx: Remove hack.
37849 2002-01-16 17:26  andy
37851         * Source/cmAddCustomCommandCommand.cxx: Hack to make it work almost
37852           like before
37854 2002-01-16 15:53  hoffman
37856         * Source/cmUnixMakefileGenerator.cxx: ENH: add silent and suffixes
37857           to check depend file
37859 2002-01-16 15:00  hoffman
37861         * Source/cmConfigureFileCommand.cxx: BUG: make sure non cmakedef
37862           lines are not skipped
37864 2002-01-16 12:45  hoffman
37866         * Source/cmConfigureFileCommand.cxx: ENH: do not undef cmakedefine
37867           stuff, just comment out the line
37869 2002-01-15 17:21  berk
37871         * Source/cmUnixMakefileGenerator.cxx: Improved performance by
37872           removing implicit rules.
37874 2002-01-15 16:20  martink
37876         * CMake.pdf, CMake.rtf: updated
37878 2002-01-15 16:19  will
37880         * CMake.pdf: ENH:Support v1.2
37882 2002-01-15 16:15  hoffman
37884         * CMake.rtf: public to www.cmake.org
37886 2002-01-15 15:56  will
37888         * CMake.pdf: ENH:Docs for version 1.2
37890 2002-01-15 15:52  hoffman
37892         * CMake.rtf: update for next version
37894 2002-01-15 15:50  martink
37896         * Source/cmMakefile.h: next release
37898 2002-01-15 15:46  martink
37900         * Source/cmMakefile.h: next release
37902 2002-01-15 15:38  hoffman
37904         * ChangeLog.txt: log for relase 1.2
37906 2002-01-15 15:29  millerjv
37908         * Modules/Dart.cmake: ENH: Added DELIVER_CONTINUOUS_EMAIL as an
37909           advanced cache entry.
37911 2002-01-15 13:20  berk
37913         * Source/: cmFindPathCommand.cxx, cmFindProgramCommand.cxx: FIX:
37914           Entry doc. should never be overwritten. This may cause cmake to
37915           be re-run very often.
37917 2002-01-14 19:08  hoffman
37919         * Source/cmDSPWriter.cxx: ENH: do not depend on the .dsp file but
37920           rather depend on .dsp.cmake and if the .dsp actually changes,
37921           then write it, so clean and rebuild will not cause many reloads
37923 2002-01-14 18:52  hoffman
37925         * Source/cmCacheManager.cxx: ENH: try to keep the dsp files from
37926           changing between each write
37928 2002-01-14 16:28  hoffman
37930         * Source/cmUnixMakefileGenerator.cxx: remove extra logic not needed
37931           anymore because of better depends
37933 2002-01-14 16:02  berk
37935         * Source/cmUnixMakefileGenerator.cxx: Quote echo
37937 2002-01-14 14:49  berk
37939         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Curses was being
37940           used without initialization.
37942 2002-01-12 22:55  hoffman
37944         * Source/cmBorlandMakefileGenerator.cxx: BUG: use borland run time
37945           dll for shared builds to avoid crashes
37947 2002-01-11 10:55  hoffman
37949         * Templates/configure: ENH: add support for AIX shared libraries
37950           with gcc
37952 2002-01-11 10:54  hoffman
37954         * Templates/configure.in: ENH: add support for shared libraries
37955           with gcc on AIX
37957 2002-01-10 18:09  hoffman
37959         * Source/CMakeLists.txt: ENH: make the fltk build default to OFF,
37960           it fails on too many linux machines with the default build
37962 2002-01-10 18:09  hoffman
37964         * Source/cmNMakeMakefileGenerator.cxx: BUG: fix build of library in
37965           other directory if it is not there
37967 2002-01-10 16:22  andy
37969         * Source/cmConfigureFileCommand.cxx: Add space to output
37971 2002-01-09 17:22  hoffman
37973         * Source/MFCDialog/CMakeSetupDialog.cpp: make it a modal dialog
37975 2002-01-08 17:18  hoffman
37977         * Source/cmBorlandMakefileGenerator.cxx: BUG: need a larger default
37978           page size
37980 2002-01-08 17:18  hoffman
37982         * Source/cmDSPWriter.cxx: BUG: need spaces around linker options
37984 2002-01-08 13:32  hoffman
37986         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake:
37987           ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generator
37989 2002-01-08 12:57  hoffman
37991         * Templates/: configure, configure.in: ENH: use +Z not +z for pic
37992           and use -fPIC for gcc
37994 2002-01-08 12:53  hoffman
37996         * Templates/: configure, configure.in: ENH: add -L/usr/lib for hp
37997           so shared libs find that directory before the pa1.1 directory
37999 2002-01-07 17:29  barre
38001         * Modules/FindVTK.cmake: More user friendly (built tree is
38002           automatically used).
38004 2002-01-07 16:30  hoffman
38006         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: not all displayed
38007           messages are errors
38009 2002-01-07 15:49  perera
38011         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
38012           Rolling back symbolic path changes until it works on Windows.
38014 2002-01-07 14:12  hoffman
38016         * Templates/configure: Add sizeof some types support
38018 2002-01-07 14:07  andy
38020         * Templates/: configure.in, CMakeBorlandWindowsSystemConfig.cmake,
38021           CMakeNMakeWindowsSystemConfig.cmake, CMakeSystemConfig.cmake.in,
38022           CMakeWindowsSystemConfig.cmake: Add sizeof some types support
38024 2002-01-07 13:47  hoffman
38026         * Templates/: configure, configure.in: use -shared for sunos build
38028 2002-01-06 14:59  perera
38030         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
38031           ENH: Add an invocation that maintains symbolic paths to the
38032           source and binary trees, mainly for systems with automounted
38033           network drives.  ENH: CollapseFullPath() no longer adds a
38034           trailing "/" to directory paths.
38036 2002-01-04 09:23  martink
38038         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp: added
38039           release version
38041 2002-01-03 16:02  andy
38043         * Source/: cmAddCustomCommandCommand.cxx,
38044           cmAddCustomCommandCommand.h: Fix add custom command so that it
38045           actually executes the code
38047 2002-01-03 14:19  martink
38049         * Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx:
38050           minor fixes
38052 2002-01-03 14:05  martink
38054         * Source/cmVTKWrapTclCommand.cxx: minor fix
38056 2002-01-03 13:56  martink
38058         * Source/cmVTKWrapTclCommand.cxx: minor fix
38060 2002-01-03 09:34  martink
38062         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: expand vars nwo for
38063           exists test
38065 2002-01-02 16:46  martink
38067         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: added
38068           exists option for if statement
38070 2002-01-02 16:45  martink
38072         * Source/: cmake.cxx, CursesDialog/cmCursesLongMessageForm.cxx,
38073           CursesDialog/cmCursesMainForm.cxx: prints the relese version
38075 2002-01-02 16:44  martink
38077         * Source/cmMakefile.h: added release verison to cmMakefile
38079 2002-01-02 11:54  hoffman
38081         * Source/: cmNMakeMakefileGenerator.cxx,
38082           cmUnixMakefileGenerator.cxx: BUG: put back recursive call to make
38083           for checking sources
38085 2001-12-31 12:02  berk
38087         * Source/cmUnixMakefileGenerator.cxx: Type || should have been &&
38089 2001-12-31 11:54  hoffman
38091         * Source/: cmNMakeMakefileGenerator.cxx,
38092           cmUnixMakefileGenerator.cxx: ENH: remove one call to make, and
38093           clean echo stuff a bit
38095 2001-12-30 17:18  berk
38097         * Source/cmUnixMakefileGenerator.cxx: BUG: fix long depend list
38098           because it gets cut on the hp: I may look like berk, but it is
38099           bill H.
38101 2001-12-28 17:01  hoffman
38103         * Source/MFCDialog/MakeHelp.cpp: ENH: use the correct case
38105 2001-12-28 17:00  hoffman
38107         * Source/MFCDialog/CMakeSetup.dsp: DO NOT USE INCREMENTAL
38109 2001-12-28 17:00  hoffman
38111         * Source/: cmNMakeMakefileGenerator.cxx,
38112           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH:
38113           remove the rule to run make depend from the top with each change
38114           in any cmakelist file.  Instead, run make depend in the current
38115           directory if a source file changes, or if a .h file changes or is
38116           removed
38118 2001-12-28 15:58  perera
38120         * Source/: cmBorlandMakefileGenerator.cxx,
38121           cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: BUG:
38122           Don't generate build rules for header files.
38124 2001-12-28 15:56  perera
38126         * Source/cmMakefile.cxx: BUG: .txx are not source files. They
38127           contain template code which can only be compiled when included in
38128           a regular .cxx file. By themselves, they cause do not cause code
38129           to be generated.
38131 2001-12-28 15:54  perera
38133         * Source/cmSourceFile.cxx: ENH: Classify a file as source or header
38134           even when the extension is given explicitly.
38136 2001-12-28 15:37  hoffman
38138         * CMakeLists.txt: remove bad ADD_DEPENDENCIES commands
38140 2001-12-28 12:40  hoffman
38142         * Source/CMakeLists.txt: ERR: remove bad ADD_DEPENDENCIES commands
38144 2001-12-27 14:55  hoffman
38146         * Source/cmIfCommand.cxx: remove warning
38148 2001-12-27 13:55  hoffman
38150         * Source/cmAddDependenciesCommand.cxx: ENH: add error checking
38152 2001-12-21 18:25  barre
38154         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix: the generator choice
38155           value was hardcoded and overrode the value passed as a
38156           command-line param (desktop shortcuts)
38158 2001-12-21 16:19  barre
38160         * Source/MFCDialog/: CMakeSetupDialog.cpp: Fix: vars that have just
38161           become ADVANCED should be removed from the GUI
38163 2001-12-21 15:39  hoffman
38165         * Source/: cmNMakeMakefileGenerator.cxx,
38166           cmUnixMakefileGenerator.cxx: BUG: fix so you can remove a
38167           directory in the source tree, and clean up echo of commands
38169 2001-12-21 15:11  martink
38171         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
38172           cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
38173           cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
38174           cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
38175           cmCursesMainForm.cxx, cmCursesMainForm.h,
38176           cmCursesStringWidget.cxx, cmCursesStringWidget.h,
38177           cmCursesWidget.cxx, cmCursesWidget.h: update interface
38179 2001-12-21 15:10  martink
38181         * Source/cmake.cxx: add patch hack
38183 2001-12-21 14:54  martink
38185         * Source/: cmBuildCommand.cxx, cmSystemTools.cxx, ctest.cxx: fix
38186           for dos files on UNIX make -k and flush in ctest
38188 2001-12-21 14:44  martink
38190         * Modules/: FindCurses.cmake, FindJNI.cmake, FindMPI.cmake,
38191           FindPythonLibs.cmake: general improvements
38193 2001-12-21 14:40  barre
38195         * Modules/: FindVTK.cmake: Change so that different flavours of VTK
38196           might be chosen by the user. See full instructions in that file.
38198 2001-12-21 14:40  martink
38200         * configure.in, configure: fixed for SGI CC
38202 2001-12-21 14:39  martink
38204         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
38205           CMakeNMakeWindowsSystemConfig.cmake,
38206           CMakeWindowsSystemConfig.cmake, DLLHeader.dsptemplate, configure,
38207           configure.in, staticLibHeader.dsptemplate: variety of bug fixes
38209 2001-12-21 09:55  ibanez
38211         * Source/cmFLTKWrapUICommand.cxx: ENH: No longer tries to create a
38212           directory for the output
38214 2001-12-21 09:07  hoffman
38216         * Source/cmUnixMakefileGenerator.cxx: ENH: add support for DESTDIR
38217           in install targets
38219 2001-12-21 00:01  perera
38221         * Source/cmUnixMakefileGenerator.cxx,
38222           Templates/CMakeSystemConfig.cmake.in: ENH: Add option to disable
38223           use of -rpath.
38225 2001-12-20 17:00  hoffman
38227         * Source/: cmBorlandMakefileGenerator.cxx,
38228           cmNMakeMakefileGenerator.cxx: ENH: fix for win98 check for
38229           directory existence
38231 2001-12-20 16:10  barre
38233         * Modules/: FindTclsh.cmake, FindWish.cmake, FindTCL.cmake: ENH:
38234           ADVANCED was not propagated to the new sub-mods
38236 2001-12-20 15:46  hoffman
38238         * Source/: cmNMakeMakefileGenerator.cxx,
38239           cmUnixMakefileGenerator.cxx: ENH: add make silent flag for nmake
38240           and move .SILENT: directive to top of makefile
38242 2001-12-20 15:45  barre
38244         * Modules/: FindFLTK.cmake: ENH: mark everything ADVANCED
38246 2001-12-20 15:45  hoffman
38248         * Source/cmBorlandMakefileGenerator.cxx: ENH: use better command
38249           for creating static library
38251 2001-12-20 15:44  hoffman
38253         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
38254           CMakeNMakeWindowsSystemConfig.cmake,
38255           CMakeWindowsSystemConfig.cmake: BUG: must use CACHE values in
38256           these
38258 2001-12-20 15:22  barre
38260         * Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
38262 2001-12-20 15:17  barre
38264         * Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
38266 2001-12-20 08:16  hoffman
38268         * Example/Demo/demo.cxx: remove fancy cxx stuff from the example
38270 2001-12-19 21:51  barre
38272         * Modules/FindJNI.cmake: ENH: Make everything ADVANCED
38274 2001-12-19 18:45  hoffman
38276         * Source/: cmBorlandMakefileGenerator.cxx,
38277           cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
38278           cmUnixMakefileGenerator.cxx: ENH: add silent mode for makefile
38279           builds and fix borland and nmake after the depend stuff
38281 2001-12-19 15:26  hoffman
38283         * Source/: CMakeLists.txt, cmaketest.cxx: add example to tests
38285 2001-12-19 15:25  hoffman
38287         * Example/: CMakeLists.txt, Demo/CMakeLists.txt, Demo/demo.cxx,
38288           Demo/demo_b.cxx, Hello/CMakeLists.txt, Hello/hello.cxx,
38289           Hello/hello.h: move example into the source tree so it will
38290           work...
38292 2001-12-19 11:38  barre
38294         * Modules/FindTCL.cmake: default ActiveState Tcl install dir is now
38295           C:/Tcl
38297 2001-12-19 08:35  hoffman
38299         * Source/cmVTKMakeInstantiatorCommand.cxx: change ostrstream to
38300           strstream
38302 2001-12-19 08:26  hoffman
38304         * Templates/configure, Templates/configure.in, configure,
38305           configure.in: check for LANG:std
38307 2001-12-18 21:00  hoffman
38309         * configure, configure.in, Templates/configure,
38310           Templates/configure.in: -LANG:std should be default on sgi for
38311           ansi CXX Flags
38313 2001-12-18 20:32  hoffman
38315         * Templates/staticLibHeader.dsptemplate: fix comment
38317 2001-12-18 17:30  hoffman
38319         * Templates/: configure, configure.in: syntax error
38321 2001-12-18 17:17  hoffman
38323         * Templates/configure: use cxx compiler on sgi to build static libs
38325 2001-12-18 17:16  hoffman
38327         * Templates/configure.in: use cxx compiler to build static libs on
38328           sgi
38330 2001-12-18 16:21  martink
38332         * Modules/FindJNI.cmake: bad spelling of java
38334 2001-12-18 14:55  king
38336         * Source/cmIfCommand.cxx: ENH: Added error reporting for missing
38337           arguments to ENDIF.
38339 2001-12-18 13:35  berk
38341         * Source/CursesDialog/cmCursesBoolWidget.cxx: Fixed warning.
38343 2001-12-18 11:35  king
38345         * Source/: cmVTKMakeInstantiatorCommand.cxx,
38346           cmVTKMakeInstantiatorCommand.h: ENH: Improved flexibility of
38347           command by allowing specificiation of separate input and outputs
38348           source lists.  Multiple input source lists are now also allowed.
38350 2001-12-18 10:21  king
38352         * Source/: cmBorlandMakefileGenerator.cxx,
38353           cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: ENH:
38354           Improved dependency generation.  If any cmake.depends is out of
38355           date, all of them in the tree are re-generated.  This is
38356           necessary in certain cases when CMakeLists.txt files change.
38358 2001-12-18 09:51  king
38360         * Source/cmElseCommand.cxx: ENH: Added option to IF command to test
38361           if a command exists.  Syntax is IF(COMMAND name-of-command).
38363 2001-12-18 09:39  king
38365         * Source/: cmIfCommand.cxx, cmMakefile.cxx, cmMakefile.h: ENH:
38366           Added option to IF command to test if a command exists.  Syntax
38367           is IF(COMMAND name-of-command).
38369 2001-12-18 09:16  king
38371         * Source/cmMakefile.cxx: BUG: Existing projects have cache entries
38372           with the same name as the command they adjust (VTK_WRAP_JAVA in
38373           VTK, for example).  Setting the command name as a variable is too
38374           dangerous.
38376 2001-12-17 17:44  andy
38378         * Source/cmSystemTools.cxx: Better handling of new lines when
38379           moving from dos to unix
38381 2001-12-17 16:20  king
38383         * Source/: cmCommands.cxx, cmVTKMakeInstantiatorCommand.cxx,
38384           cmVTKMakeInstantiatorCommand.h: ENH: Adding VTK_MAKE_INSTANTIATOR
38385           command.  This command will be used by VTK kits to register their
38386           classes with vtkInstantiator.
38388 2001-12-17 16:19  king
38390         * Source/cmMakefile.cxx: ENH: Each cmake command now adds a cmake
38391           variable of its own name, set to ON.  This allows constructs in
38392           CMakeLists.txt files like: IF(FOO_COMMAND)   FOO_COMMAND()
38393           ENDIF(FOO_COMMAND) This provides the option to add CMake commands
38394           for extra functionality without breaking compatability with
38395           earlier versions of CMake.
38397 2001-12-17 11:30  hoffman
38399         * Templates/: CMakeNMakeWindowsSystemConfig.cmake,
38400           DLLHeader.dsptemplate: remove stack stuff
38402 2001-12-17 11:28  hoffman
38404         * Templates/CMakeWindowsSystemConfig.cmake: use a better compiler
38405           name
38407 2001-12-17 11:15  hoffman
38409         * Source/cmDSPWriter.cxx: ENH: allow custom commands for files that
38410           msdev knows about
38412 2001-12-16 18:52  barre
38414         * Source/cmVTKWrapPythonCommand.cxx: Wrap abstract class too, as
38415           per David Gobbi's request (for the sake of the internal
38416           documentation features of python").
38418 2001-12-14 22:41  hoffman
38420         * Source/cmBuildCommand.cxx: use -i not -k for make
38422 2001-12-13 13:28  berk
38424         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
38425           cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
38426           cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
38427           cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
38428           cmCursesMainForm.cxx, cmCursesMainForm.h,
38429           cmCursesStringWidget.cxx, cmCursesStringWidget.h,
38430           cmCursesWidget.cxx, cmCursesWidget.h: Updated toolbar.
38432 2001-12-12 18:27  hoffman
38434         * Source/CMakeLists.txt: ENH: allow local changes
38436 2001-12-12 13:57  berk
38438         * Modules/FindMPI.cmake: Added doc.
38440 2001-12-12 12:05  king
38442         * Modules/FindCurses.cmake: ENH: Added /lib to curses search path.
38444 2001-12-12 11:51  berk
38446         * Modules/FindMPI.cmake: Added support for a 2nd mpi library
38447           (usually mpi++)
38449 2001-12-11 15:59  king
38451         * Source/cmUnixMakefileGenerator.cxx: BUG: cmake.depends files of
38452           zero size were not being re-written in some cases.  Added a
38453           comment output to the top of the file so it will be re-written
38454           every time.
38456 2001-12-11 14:09  blezek
38458         * Modules/FindPythonLibs.cmake: ENH: Adding /usr/*/python1.5 for
38459           RedHat 7.1/Python 1.5 users
38461 2001-12-11 12:29  hoffman
38463         * Source/cmSubdirDependsCommand.cxx: remove warning
38465 2001-12-11 10:42  hoffman
38467         * Source/: cmUnixMakefileGenerator.cxx: check for empty library
38468           output path
38470 2001-12-11 10:39  hoffman
38472         * Source/ctest.cxx: ENH: add flush
38474 2001-12-11 02:21  ibanez
38476         * Source/: cmFLTKWrapUICommand.h, cmFLTKWrapUICommand.cxx: FIX: The
38477           command was modified it uses now a target and a source list
38478           composed of .fl files. The names of the generated .cxx files are
38479           added internally to the Sources list of the target.
38481 2001-12-11 02:17  ibanez
38483         * Source/: cmUnixMakefileGenerator.cxx, cmTarget.h: FIX:
38484           GENERATED_CODE type is no longer needed: generated code is not a
38485           Target.
38487 2001-12-11 02:15  ibanez
38489         * Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.h: ENH:
38490           These files are now generated from the .fl file by FLTK_WRAP_UI
38491           command.
38493 2001-12-11 02:14  ibanez
38495         * Source/FLTKDialog/CMakeLists.txt: FIX: FLTK_WRAP_UI command
38496           modified.
38498 2001-12-10 12:10  king
38500         * Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
38501           program.  Also now only looks for cygtclsh80 if under cygwin.
38503 2001-12-10 12:04  king
38505         * Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
38506           program.  Also now only looks for cygtclsh80 if under cygwin.
38508 2001-12-10 12:02  perera
38510         * Source/cmUnixMakefileGenerator.cxx: BUG: LIBRARY_OUTPATH_PATH may
38511           be "set" to the null string, in which case it should be ignored.
38513 2001-12-10 11:27  king
38515         * Source/: cmMakefile.cxx, cmMakefile.h,
38516           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
38517           cmUnixMakefileGenerator.cxx: ENH: Parallel build support is now
38518           automatic.  SUBDIR_DEPENDS command now does nothing.  Also fixed
38519           a bug in CMakeLists.txt file inheritance when a directory level
38520           is skipped.
38522 2001-12-10 11:03  king
38524         * Source/: cmMakefile.cxx, cmMakefile.h,
38525           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
38526           cmUnixMakefileGenerator.cxx: ENH: SUBDIR_DEPENDS command now does
38527           nothing.  The parallel build functionality is now automatic.
38528           Dependencies are setup to force the same build order as a single
38529           threaded build, but multiple files in the same directory can be
38530           built simultaneously.  Also fixed bug with inheriting
38531           CMakeLists.txt files when a directory level is skipped.
38533 2001-12-08 21:17  hoffman
38535         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
38536           merge bug fixes to release
38538 2001-12-08 21:16  hoffman
38540         * Source/cmCacheManager.cxx: merge bug fixes to release, mistaken
38541           comment in cache
38543 2001-12-08 21:10  hoffman
38545         * Source/cmUnixMakefileGenerator.cxx: BUG: if LIBRARY_OUTPUT_PATH
38546           is set, then use the fullpath for a remote target
38548 2001-12-08 20:49  hoffman
38550         * Source/cmUnixMakefileGenerator.h: WAR: remove warning
38552 2001-12-07 19:11  hoffman
38554         * Source/cmUnixMakefileGenerator.cxx: BUG: executable extension
38555           wrong for ctest search, and was not looking in Debug and Release
38557 2001-12-07 18:27  berk
38559         * Source/cmCacheManager.cxx: If an entry starts with // (network
38560           paths), double quote it.
38562 2001-12-07 18:15  perera
38564         * Source/cmUnixMakefileGenerator.cxx: BUG: the rule for generating
38565           a library no longer has the full path, and so the dependency
38566           targets shouldn't, either.
38568 2001-12-07 18:12  berk
38570         * Source/cmCacheManager.cxx: Comments start with TWO leading
38571           slashes not _one_
38573 2001-12-07 16:06  martink
38575         * Source/cmMakefile.h: version rev
38577 2001-12-07 16:01  martink
38579         * Source/cmMakefile.h: release 10
38581 2001-12-07 15:47  hoffman
38583         * Source/cmCacheManager.cxx, Source/cmMarkAsAdvancedCommand.cxx,
38584           Source/cmMarkAsAdvancedCommand.h,
38585           Source/MFCDialog/CMakeSetupDialog.cpp,
38586           Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add mark as
38587           not advanced to mark as advanced
38589 2001-12-07 14:57  hoffman
38591         * ChangeLog.txt: yet another release
38593 2001-12-07 14:31  hoffman
38595         * Source/cmaketest.cxx: ENH: convert to windows paths
38597 2001-12-07 13:10  hoffman
38599         * Source/cmaketest.cxx: ENH: use windows paths to run commands and
38600           escape spaces
38602 2001-12-07 10:58  hoffman
38604         * Source/: cmBorlandMakefileGenerator.cxx,
38605           cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
38606           cmUnixMakefileGenerator.h: ENH: add custom commands for targets
38608 2001-12-07 10:32  barre
38610         * Templates/CMakeBorlandWindowsSystemConfig.cmake: Remove "unused
38611           var" warning from C_FLAGS
38613 2001-12-06 20:04  barre
38615         * Source/cmNMakeMakefileGenerator.cxx: Do not output library search
38616           path if the library path option/flag is empty + add
38617           CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not
38618           support the @<< syntax
38620 2001-12-06 20:02  barre
38622         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add
38623           CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not
38624           support the @<< syntax
38626 2001-12-06 17:40  andy
38628         * Source/CursesDialog/cmCursesMainForm.cxx: Fix bug with string
38630 2001-12-06 17:09  hoffman
38632         * Source/cmakewizard.cxx: ENH: call convert to unix slashes for
38633           path and filepath entries
38635 2001-12-06 17:07  berk
38637         * Source/CursesDialog/cmCursesMainForm.cxx: Added support for ~.
38639 2001-12-06 16:50  martink
38641         * Source/cmSystemTools.cxx: handle tildas
38643 2001-12-06 13:32  barre
38645         * Source/cmUnixMakefileGenerator.cxx: Lib path should be converted
38646           to native path too.
38648 2001-12-06 13:31  barre
38650         * Source/: cmBorlandMakefileGenerator.cxx,
38651           cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
38652           cmNMakeMakefileGenerator.h: Fix the command quoting pb (remove
38653           m_QuoteNextCommand), move ConvertToNativePath to NMake gen
38655 2001-12-06 11:52  martink
38657         * Modules/Dart.cmake: better use of modules
38659 2001-12-06 11:52  martink
38661         * Modules/FindDart.cmake: better docs
38663 2001-12-06 11:52  martink
38665         * Modules/FindTCL.cmake: now broken into pieces
38667 2001-12-06 11:51  martink
38669         * Modules/: FindTclsh.cmake, FindWish.cmake: new modules
38671 2001-12-06 11:49  martink
38673         * Source/CursesDialog/ccmake.cxx: Cleaning last line at exit.
38675 2001-12-06 10:24  martink
38677         * Templates/CMakeSystemConfig.cmake.in: made install prefix non
38678           advanced
38680 2001-12-05 16:05  barre
38682         * Source/MFCDialog/CMakeSetupDialog.cpp: If Shift is pressed with
38683           'OK', then don't quit
38685 2001-12-05 15:36  perera
38687         * Modules/FindTCL.cmake: ENH: add more possible names for
38688           executables.
38690 2001-12-05 15:28  barre
38692         * Source/: cmNMakeMakefileGenerator.cxx, cmCacheManager.cxx,
38693           MFCDialog/CMakeSetupDialog.cpp: Add single quotes feature.
38695 2001-12-05 15:00  barre
38697         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add single quotes
38698           feature.
38700 2001-12-05 12:07  martink
38702         * Source/cmMakefile.h: up version
38704 2001-12-05 11:59  martink
38706         * Source/cmMakefile.h: up version
38708 2001-12-05 11:38  hoffman
38710         * ChangeLog.txt: new version
38712 2001-12-05 11:37  will
38714         * CMake.pdf: updated from rtf
38716 2001-12-05 11:32  hoffman
38718         * CMake.rtf: ENH: update cvs path
38720 2001-12-04 18:49  starreveld
38722         * Templates/: configure, configure.in:
38724           Add the flat_namespace and undefined suppress flags to OSX builds
38726 2001-12-04 17:28  hoffman
38728         * Source/cmSystemTools.cxx: ENH: remove /tmp_mnt from all paths in
38729           convert to unix slashes
38731 2001-12-04 16:19  berk
38733         * Source/CursesDialog/cmCursesMainForm.cxx: Fixed outdated comment
38735 2001-12-04 15:55  hoffman
38737         * Templates/CMakeBorlandWindowsSystemConfig.cmake: add tWM to c
38738           flags as well as CXX flags
38740 2001-12-04 15:53  berk
38742         * Source/CursesDialog/cmCursesMainForm.cxx: Fixed overflow problem.
38744 2001-12-04 15:16  hoffman
38746         * Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add -tWM to
38747           default flags for compilation
38749 2001-12-04 12:03  hoffman
38751         * Source/cmUnixMakefileGenerator.cxx: crazy fix for putenv, and
38752           native path called on custom command paths
38754 2001-12-04 11:20  berk
38756         * Source/CursesDialog/cmCursesStandardIncludes.h: replacing clear()
38758 2001-12-04 11:16  berk
38760         * Source/CursesDialog/: ccmake.cxx, cmCursesForm.cxx,
38761           cmCursesForm.h, cmCursesLongMessageForm.cxx,
38762           cmCursesMainForm.cxx, cmCursesStringWidget.cxx: Added debugging.
38764 2001-12-04 10:55  barre
38766         * Modules/: Documentation.cmake, FindCygwin.cmake,
38767           FindDoxygen.cmake, FindHhc.cmake, FindPerl.cmake,
38768           FindSelfPackers.cmake, FindUnixCommands.cmake, FindWget.cmake:
38769           Remove unneeded test and code duplication. Add WIN32 test. Make
38770           all ADVANCED.
38772 2001-12-04 10:54  barre
38774         * Modules/Dart.cmake: Remove code duplication. Call FindTcl.cmake,
38775           which also does the ADVANCED stuff.
38777 2001-12-04 10:53  barre
38779         * Modules/FindTCL.cmake: Make shells also ADVANCED
38781 2001-12-04 10:27  barre
38783         * Modules/FindPythonLibs.cmake: Make vars ADVANCED for WIN32 (same
38784           as Tcl)
38786 2001-12-04 10:11  hoffman
38788         * Source/CursesDialog/form/frm_driver.c: no c++ comments in c code,
38789           duhhhh
38791 2001-12-03 19:58  hoffman
38793         * Source/CursesDialog/form/frm_driver.c: ENH: AIX seems to define
38794           lines and columns as macros, I undefed them
38796 2001-12-03 18:04  hoffman
38798         * Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix crashes
38799           in console apps
38801 2001-12-03 17:47  hoffman
38803         * Source/cmVariableRequiresCommand.cxx: ENH: let people know the
38804           variable is advanced
38806 2001-12-03 17:01  hoffman
38808         * Modules/FindOpenGL.cmake, Source/cmBorlandMakefileGenerator.cxx,
38809           Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix
38810           debugging with borland
38812 2001-12-03 17:00  hoffman
38814         * Source/cmake.cxx: ENH: add -C load cache file option
38816 2001-12-03 15:59  barre
38818         * Source/MFCDialog/: CMakeSetupDialog.cpp,
38819           CMakeCommandLineInfo.cpp, CMakeCommandLineInfo.h: Add /A and /G
38820           command-line param to carry the value of "Show Advanced" and
38821           generator name in desktop shortcuts
38823 2001-12-03 15:55  martink
38825         * Source/ctest.cxx: minor fix for not found executables
38827 2001-12-03 15:48  hoffman
38829         * CMake.rtf: [no log message]
38831 2001-12-03 15:11  berk
38833         * Source/: cmake.cxx: Fixed help.
38835 2001-12-03 13:05  hoffman
38837         * Source/Makefile.borland: add wizard
38839 2001-12-03 09:39  hoffman
38841         * CMake.rtf: update docs some
38843 2001-12-02 18:22  ibanez
38845         * Source/cmFLTKWrapUICommand.cxx: ENH: AddCustomCommand register
38846           now multiple outputs. Auxiliary variable manage      the output
38847           directory where FLTK generated code is going to be writen.
38849 2001-11-30 17:20  barre
38851         * Source/: cmBuildCommand.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
38852           cmIfCommand.cxx, cmUnixMakefileGenerator.cxx, cmake.cxx: fix
38853           warning for Borland build
38855 2001-11-30 16:51  hoffman
38857         * Source/cmakewizard.h: [no log message]
38859 2001-11-30 16:48  hoffman
38861         * Source/CMakeLib.dsp, Source/CMakeLists.txt,
38862           Source/Makefile.borland, Source/Makefile.in,
38863           Source/cmBorlandMakefileGenerator.cxx,
38864           Source/cmBorlandMakefileGenerator.h,
38865           Source/cmBorlandMakefileGenerator2.cxx,
38866           Source/cmBorlandMakefileGenerator2.h,
38867           Source/cmForEachCommand.cxx, Source/cmake.cxx,
38868           Source/cmakemain.cxx, Source/cmakewizard.cxx,
38869           Templates/CMakeBorlandWindowsSystemConfig.cmake,
38870           Templates/CMakeWindowsBorlandConfig.cmake,
38871           Templates/CMakeWindowsBorlandConfig2.cmake: new borland generator
38872           moved into place
38874 2001-11-30 16:27  hoffman
38876         * Source/: cmBorlandMakefileGenerator.cpp,
38877           cmBorlandMakefileGenerator.h: Replace with nmake subclassed
38878           generator
38880 2001-11-30 16:05  barre
38882         * Source/: cmBorlandMakefileGenerator2.cxx,
38883           cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: Add
38884           options for library manager (lib).
38886 2001-11-30 16:04  barre
38888         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add options for
38889           library manager (lib). Alpha sort
38891 2001-11-30 15:55  berk
38893         * Modules/FindTCL.cmake: Unix users are smarter.
38895 2001-11-30 15:04  berk
38897         * Source/CursesDialog/: cmCursesMainForm.cxx,
38898           cmCursesStringWidget.cxx: Improving interface.
38900 2001-11-30 14:50  hoffman
38902         * Source/CursesDialog/cmCursesMainForm.cxx: print cmake running
38903           message to cerr
38905 2001-11-30 14:33  barre
38907         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
38908           Source/cmNMakeMakefileGenerator.cxx: Add linker flags for each
38909           build type
38911 2001-11-30 14:24  berk
38913         * Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
38915 2001-11-30 14:16  berk
38917         * Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
38919 2001-11-30 13:59  berk
38921         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
38922           cmCursesMainForm.cxx, cmCursesStringWidget.cxx: Improved help.
38924 2001-11-30 13:53  berk
38926         * Templates/CMakeSystemConfig.cmake.in: Removed unused options.
38928 2001-11-30 13:10  barre
38930         * Templates/CMakeNMakeWindowsSystemConfig.cmake: CMAKE_ANSI_CFLAGS
38931           is used by VTK, so it should be set in the NMake config so that
38932           it gets expanded (even to "")
38934 2001-11-30 13:09  hoffman
38936         * Source/cmNMakeMakefileGenerator.cxx: fix library suffix
38938 2001-11-30 12:41  hoffman
38940         * Source/cmUnixMakefileGenerator.cxx: remove suffix rules
38942 2001-11-30 12:05  hoffman
38944         * Source/cmUnixMakefileGenerator.cxx: add new suffix rules
38946 2001-11-30 11:34  berk
38948         * Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
38949           cmCursesMainForm.cxx, cmCursesStandardIncludes.h: Can non use
38950           clear because it is undef'ed.
38952 2001-11-30 10:58  berk
38954         * Source/CursesDialog/ccmake.cxx: Fixed warning.
38956 2001-11-30 10:54  berk
38958         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: Fixed
38959           warning.
38961 2001-11-30 10:51  berk
38963         * Source/CursesDialog/: cmCursesMainForm.h, cmCursesMainForm.cxx:
38964           Since it is being used as an array size in another file, it is
38965           not possible to initialize MAX_WIDTH in a .cxx file.
38967 2001-11-30 10:41  hoffman
38969         * Source/cmUnixMakefileGenerator.cxx: fix warning
38971 2001-11-30 10:39  berk
38973         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
38974           cmCursesLongMessageForm.h: Missed std::
38976 2001-11-30 10:28  berk
38978         * Source/CursesDialog/cmCursesMainForm.h: Missed std::
38980 2001-11-30 10:27  berk
38982         * Templates/CMakeSystemConfig.cmake.in: CMAKE_WORDS_BIGENDIAN
38983           should not be in the cache.
38985 2001-11-30 10:23  berk
38987         * Modules/FindPythonLibs.cmake: PYTHON_DEBUG_LIBRARY is only used
38988           on Windows.
38990 2001-11-30 09:19  barre
38992         * Templates/CMakeSystemConfig.cmake.in: fix: If documentation
38993           added, then need cache type
38995 2001-11-29 23:45  berk
38997         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
38998           cmCursesLongMessageForm.h: opps I forgot to add these
39000 2001-11-29 23:24  hoffman
39002         * Source/Makefile.borland, Source/cmBorlandMakefileGenerator2.cxx,
39003           Source/cmNMakeMakefileGenerator.cxx,
39004           Source/cmUnixMakefileGenerator.cxx,
39005           Templates/CMakeSystemConfig.cmake.in,
39006           Templates/CMakeWindowsBorlandConfig2.cmake: ENH: fix various
39007           problems caused by the generalization of nmake generator
39009 2001-11-29 20:59  barre
39011         * Source/cmBorlandMakefileGenerator2.cxx,
39012           Source/cmNMakeMakefileGenerator.cxx,
39013           Source/cmUnixMakefileGenerator.cxx,
39014           Source/cmUnixMakefileGenerator.h,
39015           Templates/CMakeNMakeWindowsSystemConfig.cmake,
39016           Templates/CMakeSystemConfig.cmake.in,
39017           Templates/CMakeWindowsBorlandConfig2.cmake,
39018           Templates/CMakeWindowsSystemConfig.cmake: Nmake build: move most
39019           of hard-coded values to config parameters
39021 2001-11-29 16:44  berk
39023         * Source/: cmListFileCache.cxx, cmSystemTools.cxx, cmSystemTools.h,
39024           ctest.cxx, CursesDialog/CMakeLists.txt, CursesDialog/ccmake.cxx,
39025           CursesDialog/cmCursesCacheEntryComposite.cxx,
39026           CursesDialog/cmCursesCacheEntryComposite.h,
39027           CursesDialog/cmCursesForm.h, CursesDialog/cmCursesMainForm.cxx,
39028           CursesDialog/cmCursesMainForm.h: Improvements to the curses
39029           interface.
39031 2001-11-29 15:14  hoffman
39033         * Source/MFCDialog/CMakeSetup.cpp: ENH: fix memory leaks
39035 2001-11-29 14:51  barre
39037         * Source/cmNMakeMakefileGenerator.cxx: Fix space pb (embended, then
39038           escaped)
39040 2001-11-29 09:22  hoffman
39042         * Source/Makefile.borland: add bootstrap makefile for borland
39043           compiler
39045 2001-11-29 09:09  hoffman
39047         * Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator2.cxx,
39048           Source/cmakewizard.cxx,
39049           Templates/CMakeWindowsBorlandConfig2.cmake: fix for shared libs
39050           and borland
39052 2001-11-29 01:51  ibanez
39054         * Source/cmUnixMakefileGenerator.cxx: ENH: GENERATED_CODE case
39055           added to switch.
39057 2001-11-29 01:48  ibanez
39059         * Source/cmTarget.h: ENH: A type of target was added for
39060           representing GENERATED_CODE
39062 2001-11-29 01:46  ibanez
39064         * Source/cmFLTKWrapUICommand.cxx: ENH: Custom commands are now
39065           builded.
39067 2001-11-28 18:07  hoffman
39069         * Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator2.cxx,
39070           Source/cmBorlandMakefileGenerator2.h,
39071           Source/cmNMakeMakefileGenerator.cxx,
39072           Source/cmNMakeMakefileGenerator.h,
39073           Source/cmUnixMakefileGenerator.cxx,
39074           Source/cmUnixMakefileGenerator.h,
39075           Templates/CMakeWindowsBorlandConfig2.cmake: ENH: borland
39076           generator 2 is working more or less
39078 2001-11-28 14:45  ibanez
39080         * Source/cmFLTKWrapUICommand.cxx: ENH: Command simplified in order
39081           to construct a Source list of .cxx from      a source list of .fl
39082           GUI files.
39084 2001-11-28 14:44  ibanez
39086         * Source/cmFLTKWrapUICommand.h: ENH: The command was simplified to
39087           generate a source list of cxx from a      source list of .fl GUI
39088           files.
39090 2001-11-28 12:49  barre
39092         * Modules/FindPythonLibs.cmake: Fynd Python debug lib in usual libs
39093           dir too
39095 2001-11-28 11:12  hoffman
39097         * Source/: CMakeLists.txt, cmBorlandMakefileGenerator2.cxx,
39098           cmBorlandMakefileGenerator2.h, cmNMakeMakefileGenerator.cxx,
39099           cmNMakeMakefileGenerator.h, cmake.cxx: add new borland generator
39101 2001-11-28 10:51  hoffman
39103         * Source/cmaketest.cxx: [no log message]
39105 2001-11-28 07:15  hoffman
39107         * Source/: cmNMakeMakefileGenerator.cxx,
39108           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
39109           cmUnixMakefileGenerator.h: bug: fix same path comparison when
39110           short paths are used
39112 2001-11-28 07:14  hoffman
39114         * Source/cmMarkAsAdvancedCommand.cxx: fix warning
39116 2001-11-27 19:38  ibanez
39118         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: When
39119           switching from one project to another the CacheGUI wasn't being
39120           cleared. Values from one project were mixed into the other.
39122 2001-11-27 17:53  berk
39124         * Source/: cmNMakeMakefileGenerator.cxx,
39125           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
39126           cmUnixMakefileGenerator.h: ENH: nmake generator much closer to
39127           working with spaces
39129 2001-11-27 17:32  berk
39131         * Source/cmMakefile.cxx: ENH: expand variables in a command before
39132           escaping spaces in the command
39134 2001-11-27 17:31  berk
39136         * Source/cmOptionCommand.cxx: ENH: do not write over existing cache
39137           values even doc strings to avoid changing the cache file
39139 2001-11-27 16:12  berk
39141         * Source/cmDSPWriter.cxx: remove unused include
39143 2001-11-27 15:34  martink
39145         * Source/MFCDialog/CMakeSetup.rc: adjusted spacing
39147 2001-11-27 15:33  martink
39149         * Source/cmLinkLibrariesCommand.cxx: removed extra lib paths to
39150           avoid finding old libs
39152 2001-11-27 15:32  martink
39154         * Modules/FindTCL.cmake: made some vars advanced
39156 2001-11-27 15:20  martink
39158         * Modules/Dart.cmake: made some vars advanced
39160 2001-11-27 00:03  ibanez
39162         * Source/cmCommands.cxx: ENH: Command for running FLTK's UI tool
39163           "Fluid" was added.
39165 2001-11-27 00:02  ibanez
39167         * Source/cmUnixMakefileGenerator.cxx: ENH: Support for FLTK Fluid
39168           tool added.
39170 2001-11-26 23:57  ibanez
39172         * Modules/FindFLTK.cmake: ENH: Support for running FLUID was added.
39174 2001-11-26 22:40  ibanez
39176         * Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: Command
39177           for invoking FLTK's code generator "Fluid" during the building
39178           process
39180 2001-11-26 18:26  hoffman
39182         * Modules/Dart.cmake, Source/CMakeLists.txt,
39183           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
39184           Source/cmCommands.cxx, Source/cmSystemTools.cxx,
39185           Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
39186           Source/cmakewizard.cxx, Source/MFCDialog/CMakeSetup.rc,
39187           Source/MFCDialog/CMakeSetupDialog.cpp,
39188           Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
39189           Templates/CMakeSystemConfig.cmake.in,
39190           Templates/CMakeWindowsSystemConfig.cmake,
39191           Source/cmMarkAsAdvancedCommand.cxx,
39192           Source/cmMarkAsAdvancedCommand.h: ENH: add advanced variable
39193           types and command line wizard gui
39195 2001-11-26 18:24  hoffman
39197         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
39198           cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
39199           cmFindPathCommand.cxx, cmFindPathCommand.h,
39200           cmFindProgramCommand.cxx, cmFindProgramCommand.h: ENH: add
39201           possibility to add doc strings to varibles created by find type
39202           commands
39204 2001-11-26 16:32  berk
39206         * Source/cmCacheManager.cxx: Oops. The wrong version of the
39207           duplicate code was kept. Loaded cache values were not made
39208           internal.
39210 2001-11-26 15:45  berk
39212         * Modules/FindTCL.cmake: TK_INTERNAL_PATH is only needed on
39213           Windows.
39215 2001-11-26 11:32  martink
39217         * Source/: cmSystemTools.cxx, cmSystemTools.h: removed warning
39218           messages
39220 2001-11-26 11:31  martink
39222         * Source/cmIfCommand.cxx: better error messages
39224 2001-11-24 18:47  barre
39226         * Modules/Dart.cmake: I want to be able to start/end
39227           experimental-only dashboards
39229 2001-11-21 17:45  hoffman
39231         * Source/: cmCacheManager.cxx, cmDSPWriter.cxx,
39232           cmNMakeMakefileGenerator.cxx, cmSystemTools.cxx, cmSystemTools.h,
39233           cmUnixMakefileGenerator.cxx, cmake.cxx, cmaketest.cxx: NMake with
39234           spaces in directories
39236 2001-11-21 11:35  andy
39238         * Source/cmCacheManager.cxx: Fix the current directory check for
39239           NMake
39241 2001-11-21 08:47  hoffman
39243         * Source/cmake.cxx: ENH: clean up command line arguments
39245 2001-11-21 08:46  hoffman
39247         * Source/: cmQTWrapUICommand.cxx, cmVariableRequiresCommand.cxx:
39248           WAR: fix warning
39250 2001-11-20 17:50  hoffman
39252         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmake.cxx,
39253           cmake.h: ENH: add command line arguments to set cache entries
39255 2001-11-20 17:27  berk
39257         * Source/cmNMakeMakefileGenerator.cxx: ENH: closer to working with
39258           spaces in source directory
39260 2001-11-20 17:27  berk
39262         * Source/cmaketest.cxx: BUG: fix memory leak
39264 2001-11-20 17:26  berk
39266         * Source/cmDSPWriter.cxx: BUG: fix for spaces in path to
39267           CMakeList.txt file
39269 2001-11-20 08:28  hoffman
39271         * Source/: cmStandardIncludes.h, CursesDialog/cmCursesMainForm.cxx,
39272           CursesDialog/cmCursesStandardIncludes.h: define hacks and such
39273           for the dec compiler
39275 2001-11-19 17:52  hoffman
39277         * Source/: cmCommands.cxx, cmSystemTools.cxx, cmSystemTools.h,
39278           cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
39279           MFCDialog/CMakeSetupDialog.cpp: ENH: add new command
39280           VARIABLE_REQUIRES for better debugging of list files
39282 2001-11-19 09:34  hoffman
39284         * Source/: cmVariableRequiresCommand.cxx,
39285           cmVariableRequiresCommand.h: [no log message]
39287 2001-11-19 09:20  hoffman
39289         * Source/MFCDialog/CMakeLists.txt: ENH: remove unused source files
39291 2001-11-16 16:42  hoffman
39293         * Source/cmUnixMakefileGenerator.cxx: ENH: look for cmake test with
39294           .exe if nmake
39296 2001-11-16 16:29  hoffman
39298         * Source/MFCDialog/: CMakeLists.txt, CMakeSetup.dsp, CMakeSetup.rc,
39299           CMakeSetupDialog.cpp, CMakeSetupDialog.h, MakeHelp.cpp,
39300           MakeHelp.h, resource.h: face lift for GUI and some more help
39302 2001-11-16 16:28  hoffman
39304         * Source/cmNMakeMakefileGenerator.cxx: ENH: fix for dll builds
39306 2001-11-16 13:08  bettingf
39308         * Source/cmUnixMakefileGenerator.cxx: Added a make depend in the
39309           clean rule to refresh the dependencies
39311 2001-11-16 10:14  bettingf
39313         * Source/cmUnixMakefileGenerator.cxx: undo the last change because
39314           of problem with some versions of make
39316 2001-11-16 09:40  bettingf
39318         * Modules/FindQt.cmake: fixed QT_UIC_EXE name
39320 2001-11-16 09:04  bettingf
39322         * Source/cmUnixMakefileGenerator.cxx: added the deletion of
39323           cmake.depends in the cleaning so that it is recomputed even
39324           source files (i.e. .cxx or .h) are generated
39326 2001-11-16 09:03  bettingf
39328         * Source/cmMakeDepend.cxx: Now adds dependency if the file doesn't
39329           exist but will be created during the compilation
39331 2001-11-16 09:01  bettingf
39333         * Source/: cmQTWrapUICommand.cxx, cmQTWrapUICommand.h: corrected
39334           path problem and added moc compilation too
39336 2001-11-15 22:10  hoffman
39338         * Source/Makefile.in: remove depend on star dot h as it is not
39339           really needed and breaks some versions of gmake
39341 2001-11-15 18:18  hoffman
39343         * Source/cmNMakeMakefileGenerator.cxx: ENH: use crazy temp files
39344           for long command lines
39346 2001-11-15 17:45  hoffman
39348         * Source/cmNMakeMakefileGenerator.cxx: ENH: remove debug prints
39350 2001-11-15 17:11  hoffman
39352         * Modules/Dart.cmake, Source/cmBuildCommand.cxx,
39353           Source/cmNMakeMakefileGenerator.cxx,
39354           Source/cmNMakeMakefileGenerator.h,
39355           Source/cmUnixMakefileGenerator.cxx,
39356           Source/cmUnixMakefileGenerator.h,
39357           Templates/CMakeNMakeWindowsSystemConfig.cmake,
39358           Templates/CMakeSystemConfig.cmake.in,
39359           Templates/CMakeWindowsBorlandConfig.cmake,
39360           Templates/CMakeWindowsSystemConfig.cmake: closer to nmake
39361           working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by
39362           Dart, nmake makefiles work with borland make and nmake
39364 2001-11-15 14:54  millerjv
39366         * Modules/Dart.cmake: ENH: New make targets for Continuous builds.
39367           Added a NightlyStart and NightlyUpdate target for unix builds as
39368           well.
39370 2001-11-15 14:52  millerjv
39372         * DartConfig.cmake: ENH: Changed Nightly start time
39374 2001-11-15 09:55  hoffman
39376         * Source/: cmNMakeMakefileGenerator.cxx,
39377           cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.h, cmake.cxx:
39378           ENH: fix library builds with nmake
39380 2001-11-15 09:00  hoffman
39382         * Source/cmUnixMakefileGenerator.cxx: BUG: wrong shortname used
39384 2001-11-15 08:43  hoffman
39386         * Source/cmaketest.cxx: BUG: fix build for cygwin
39388 2001-11-15 08:42  hoffman
39390         * Source/cmUnixMakefileGenerator.cxx: BUG: avoid .cxx.o names...
39392 2001-11-14 18:12  hoffman
39394         * Source/cmSystemTools.cxx, Source/cmSystemTools.h,
39395           Source/cmUnixMakefileGenerator.cxx,
39396           Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
39397           Source/cmaketest.cxx, Source/cmaketest.h.in,
39398           Templates/CMakeNMakeWindowsSystemConfig.cmake: Closer to nmake
39399           build
39401 2001-11-14 18:11  hoffman
39403         * Source/: cmNMakeMakefileGenerator.cxx,
39404           cmNMakeMakefileGenerator.h: closer to nmake build
39406 2001-11-14 14:39  barre
39408         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
39409           CMakeSetupDialog.h, resource.h: Quick addition: "Create shortcut"
39410           menu entry.
39412 2001-11-14 10:21  hoffman
39414         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
39415           Source/cmNMakeMakefileGenerator.cxx,
39416           Source/cmNMakeMakefileGenerator.h,
39417           Source/cmUnixMakefileGenerator.cxx,
39418           Source/cmUnixMakefileGenerator.h: nmake support
39420 2001-11-14 09:56  king
39422         * Source/CursesDialog/ccmake.cxx: ERR: Re-ordered includes to fix
39423           macro conflict for gcc 3.0.
39425 2001-11-14 09:55  king
39427         * Source/CursesDialog/form/frm_driver.c: ERR: Fixed compiler
39428           warning for gcc 3.0.
39430 2001-11-14 09:22  hoffman
39432         * Source/cmUnixMakefileGenerator.cxx: ENH: remove debug statements
39434 2001-11-14 08:49  hoffman
39436         * Source/FLTKDialog/CMakeSetupGUI.cxx: ENH: remove warning
39438 2001-11-13 18:23  hoffman
39440         * Source/: CMakeLib.dsp, CMakeLists.txt,
39441           cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
39442           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: start
39443           work on nmake generator
39445 2001-11-13 15:54  hoffman
39447         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
39448           clean up object file build rule, and do not attempt to remove
39449           link_directories that are in the build tree
39451 2001-11-13 14:22  martink
39453         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: fixes to
39454           curses stuff
39456 2001-11-13 12:42  hoffman
39458         * Source/CursesDialog/form/fty_num.c: warnings
39460 2001-11-13 12:38  hoffman
39462         * Source/: cmCacheManager.cxx, cmForEachCommand.cxx,
39463           cmIncludeExternalMSProjectCommand.cxx, cmMakefile.cxx,
39464           cmSystemTools.cxx, cmUnixMakefileGenerator.cxx,
39465           FLTKDialog/CMakeSetupGUI.cxx, FLTKDialog/CMakeSetupGUI.h,
39466           FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: clean up
39467           warnings
39469 2001-11-13 12:25  hoffman
39471         * Source/FLTKDialog/: CMakeSetupGUI.cxx, FLTKPropertyItemRow.cxx:
39472           WAR: fix compile warnings
39474 2001-11-13 12:21  hoffman
39476         * Source/cmAddDependenciesCommand.h: ENH: fix spelling error
39478 2001-11-13 12:21  hoffman
39480         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: remove warnings
39482 2001-11-12 15:37  king
39484         * Source/cmMakeDepend.cxx: ENH:
39485           cmMakeDepend::GenerateDependInformation will now use hints
39486           regardless of whether the actual file exists.  This can be used
39487           to add dependencies to .h files which are generated but included
39488           in hand-written .cxx files.  If the .cxx does exist, though, it
39489           will be used first, and the hints will be used afterward.
39491 2001-11-12 09:21  martink
39493         * Source/cmDSPWriter.cxx: minor fix
39495 2001-11-10 23:01  ibanez
39497         * Modules/FindX11.cmake:      Module to search for the installation
39498           of X11
39500 2001-11-09 16:16  berk
39502         * Source/CursesDialog/: CMakeLists.txt, ccmake.cxx, ccurses.cxx:
39503           Renaming ccurses to ccmake.
39505 2001-11-09 16:15  barre
39507         * Modules/FindSelfPackers.cmake: Self-packers
39509 2001-11-09 16:05  berk
39511         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
39512           CursesDialog/cmCursesStandardIncludes.h,
39513           CursesDialog/form/frm_driver.c, CursesDialog/form/frm_req_name.c:
39514           Trying to fix curses.
39516 2001-11-09 13:00  martink
39518         * Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
39519           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
39520           Templates/EXEWinHeader.dsptemplate,
39521           Templates/staticLibHeader.dsptemplate: support for custom targets
39522           on exe and lib
39524 2001-11-09 12:08  bettingf
39526         * Modules/FindQt.cmake: support for compilation of .ui files into
39527           .h and .cxx files
39529 2001-11-09 12:07  bettingf
39531         * Source/: cmQTWrapCPPCommand.cxx, cmQTWrapCPPCommand.h: cleanups
39533 2001-11-09 12:02  bettingf
39535         * Source/: cmQTWrapUICommand.h, cmQTWrapUICommand.cxx,
39536           cmCommands.cxx, cmUnixMakefileGenerator.cxx: support for
39537           compilation of .ui files into .h and .cxx files
39539 2001-11-09 10:42  barre
39541         * Source/cmAddCustomCommandCommand.cxx: SOURCE, COMMAND, TARGET are
39542           required now
39544 2001-11-09 10:37  barre
39546         * Source/cmAddCustomCommandCommand.h: SOURCE, COMMAND, TARGET are
39547           required now
39549 2001-11-09 10:33  barre
39551         * Source/: cmAddCustomCommandCommand.cxx,
39552           cmAddCustomCommandCommand.h: Reimplement code. Since a custom
39553           command is very flexible and might be extended in the future,
39554           make all arguments prefixed with arg type, make ordering
39555           irrelevant and potentially all args optional.
39557 2001-11-08 17:30  berk
39559         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
39560           to fix curses problems.
39562 2001-11-08 17:25  berk
39564         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Fixing
39565           problems with curses headers.
39567 2001-11-08 17:17  berk
39569         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
39570           to fix curses problems.
39572 2001-11-08 17:10  berk
39574         * Source/CursesDialog/form/form.h: Oops.
39576 2001-11-08 17:03  berk
39578         * CMakeLists.txt, Source/CursesDialog/CMakeLists.txt,
39579           Source/CursesDialog/form/CMakeLists.txt,
39580           Source/CursesDialog/form/form.h,
39581           Source/CursesDialog/form/nc_alloc.h: Changes to remove warnings
39582           and fix dependencies.
39584 2001-11-08 15:09  martink
39586         * Source/cmDSWWriter.cxx: a better fix maybe
39588 2001-11-08 14:44  hoffman
39590         * Source/cmDSWWriter.cxx: make sure custom targets are in the
39591           ALL_BUILD
39593 2001-11-08 14:34  barre
39595         * Source/cmAddCustomCommandCommand.cxx: Fix number of params and
39596           expand vars in all args
39598 2001-11-08 11:50  barre
39600         * Source/cmSourceFilesCommand.cxx: Fix bug. Was using unexpanded
39601           var instead of copy
39603 2001-11-08 11:40  barre
39605         * Source/cmAddLibraryCommand.cxx: Break the "to infinity and
39606           beyond" stuff
39608 2001-11-08 10:48  barre
39610         * Source/cmAddLibraryCommand.cxx: Expand var in srclist name too
39612 2001-11-08 10:40  barre
39614         * Source/cmSourceFilesCommand.cxx: Expand var in name too
39616 2001-11-08 09:16  barre
39618         * Source/cmAddDependenciesCommand.cxx: Expand variables in all
39619           target args
39621 2001-11-08 08:42  berk
39623         * Source/cmUnixMakefileGenerator.cxx: Needed to replace srcdir to
39624           make install targets work.
39626 2001-11-07 17:12  hoffman
39628         * Templates/: configure, configure.in: put back
39629           CMAKE_TEMPLATE_FLAGS
39631 2001-11-07 17:04  hoffman
39633         * Source/cmUnixMakefileGenerator.cxx: BUG: no +=+
39635 2001-11-07 16:47  andy
39637         * Source/: cmAddCustomCommandCommand.cxx,
39638           cmAddCustomCommandCommand.h, cmCommands.cxx: Added accessor for
39639           add custom command
39641 2001-11-07 16:07  barre
39643         * Modules/FindUnixCommands.cmake: Add cp (CP)
39645 2001-11-07 15:57  hoffman
39647         * configure, configure.in, Source/cmUnixMakefileGenerator.cxx,
39648           Templates/configure, Templates/configure.in: remove template
39649           flags from cmake, no ptused, or -instance=static
39651 2001-11-07 15:57  hoffman
39653         * Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
39654           curses problems with some systems.
39656 2001-11-07 15:01  berk
39658         * Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
39659           build problems related to curses.
39661 2001-11-07 14:55  hoffman
39663         * Source/cmUnixMakefileGenerator.cxx: ENH: use full source name for
39664           c code as well as c++
39666 2001-11-07 14:44  hoffman
39668         * Source/CursesDialog/ccurses.cxx: use cmake as the executable for
39669           cmake and not ccurses
39671 2001-11-07 14:44  hoffman
39673         * Source/cmUnixMakefileGenerator.cxx: make sure default_target is
39674           first
39676 2001-11-07 13:46  hoffman
39678         * CMakeLists.txt: ENH: add ansi flag for c compiler
39680 2001-11-07 12:23  hoffman
39682         * Source/cmMessageCommand.cxx: Allow multiline messages
39684 2001-11-07 09:54  hoffman
39686         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
39687           Clean up a bit more
39689 2001-11-07 09:29  hoffman
39691         * Source/cmCacheManager.cxx: One more time...  case does not matter
39692           on cygwin
39694 2001-11-06 16:14  hoffman
39696         * Source/cmExecProgramCommand.h: ENH: fix doc string
39698 2001-11-06 15:29  bettingf
39700         * Source/: cmQTWrapCPPCommand.cxx, cmUnixMakefileGenerator.cxx: add
39701           cleaning of QT generated files when make clean is used
39703 2001-11-06 12:03  hoffman
39705         * Source/CursesDialog/: ccurses.cxx, cmCursesMainForm.cxx,
39706           cmCursesMainForm.h: ENH: tell cmake object where cmake is
39708 2001-11-06 09:35  hoffman
39710         * Source/: cmCableWrapTclCommand.cxx, cmQTWrapCPPCommand.cxx,
39711           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
39712           cmVTKWrapTclCommand.cxx: BUG: CustomCommand has to use full path
39713           to Source file now
39715 2001-11-06 08:40  hoffman
39717         * Source/CursesDialog/form/: fld_type.c, form.h: Removed a function
39718           which used va_start (did not compile on Sun with gcc)
39720 2001-11-05 22:10  berk
39722         * Source/CursesDialog/: ccurses.cxx, cmCursesBoolWidget.cxx,
39723           cmCursesLabelWidget.cxx, cmCursesMainForm.cxx,
39724           cmCursesMainForm.h, cmCursesStringWidget.cxx: Many improvements.
39726 2001-11-05 16:38  hoffman
39728         * Source/cmUnixMakefileGenerator.cxx: ENH: use full paths for
39729           object compile rules
39731 2001-11-05 15:55  berk
39733         * Source/: CMakeLists.txt, CursesDialog/cmCursesMainForm.cxx:
39734           Re-enabling curses support.
39736 2001-11-05 15:39  hoffman
39738         * Source/cmUnixMakefileGenerator.cxx: ENH: change to work with
39739           nmake
39741 2001-11-05 13:22  berk
39743         * Modules/FindCurses.cmake, Source/CursesDialog/CMakeLists.txt,
39744           Source/CursesDialog/cmCursesForm.h,
39745           Source/CursesDialog/cmCursesLabelWidget.h,
39746           Source/CursesDialog/cmCursesMainForm.h,
39747           Source/CursesDialog/cmCursesWidget.h,
39748           Source/CursesDialog/form/frm_driver.c,
39749           Source/CursesDialog/form/frm_req_name.c,
39750           Source/CursesDialog/cmCursesStandardIncludes.h: HPUX support.
39752 2001-11-05 12:57  lorensen
39754         * Source/cmIncludeExternalMSProjectCommand.cxx: ERR: ^M's removed.
39756 2001-11-05 11:52  berk
39758         * Source/CursesDialog/form/: CMakeLists.txt, READ.ME, eti.h,
39759           fld_arg.c, fld_attr.c, fld_current.c, fld_def.c, fld_dup.c,
39760           fld_ftchoice.c, fld_ftlink.c, fld_info.c, fld_just.c, fld_link.c,
39761           fld_max.c, fld_move.c, fld_newftyp.c, fld_opts.c, fld_pad.c,
39762           fld_page.c, fld_stat.c, fld_type.c, fld_user.c, form.h,
39763           form.priv.h, frm_cursor.c, frm_data.c, frm_def.c, frm_driver.c,
39764           frm_hook.c, frm_opts.c, frm_page.c, frm_post.c, frm_req_name.c,
39765           frm_scale.c, frm_sub.c, frm_user.c, frm_win.c, fty_alnum.c,
39766           fty_alpha.c, fty_enum.c, fty_int.c, fty_ipv4.c, fty_num.c,
39767           fty_regex.c, llib-lform, mf_common.h, nc_alloc.h: Adding form
39768           library.
39770 2001-11-05 11:52  berk
39772         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
39773           CursesDialog/cmCursesCacheEntryComposite.h,
39774           CursesDialog/cmCursesLabelWidget.h,
39775           CursesDialog/cmCursesMainForm.cxx,
39776           CursesDialog/cmCursesMainForm.h, CursesDialog/cmCursesWidget.h:
39777           Fixing problems on Sun (name collusions between STL and curses)
39778           and disabling curses temporarily.
39780 2001-11-05 10:42  andy
39782         * Source/CMakeLists.txt: Fix the IF IF problem
39784 2001-11-05 08:37  berk
39786         * Source/CursesDialog/: ccurses.cxx,
39787           cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
39788           cmCursesLabelWidget.h, cmCursesMainForm.cxx, cmCursesMainForm.h,
39789           cmCursesWidget.h: ERR: To include cmake headers, one should use
39790           ../
39792 2001-11-05 05:43  pcp
39794         * Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: switched
39795           string::compare to strncmp
39797 2001-11-04 18:10  berk
39799         * Source/CursesDialog/cmCursesMainForm.h: Need to include standard
39800           headers.
39802 2001-11-04 18:05  berk
39804         * Source/CursesDialog/: CMakeLists.txt, cmCursesBoolWidget.h,
39805           cmCursesCacheEntryComposite.h, cmCursesDummyWidget.h,
39806           cmCursesFilePathWidget.h, cmCursesForm.h, cmCursesLabelWidget.h,
39807           cmCursesMainForm.h, cmCursesPathWidget.h, cmCursesStringWidget.h,
39808           cmCursesWidget.h, ccurses.cxx, cmCursesBoolWidget.cxx,
39809           cmCursesCacheEntryComposite.cxx, cmCursesDummyWidget.cxx,
39810           cmCursesFilePathWidget.cxx, cmCursesForm.cxx,
39811           cmCursesLabelWidget.cxx, cmCursesMainForm.cxx,
39812           cmCursesPathWidget.cxx, cmCursesStringWidget.cxx,
39813           cmCursesWidget.cxx: Adding curses support.
39815 2001-11-04 18:00  berk
39817         * Modules/FindCurses.cmake, Source/CMakeLists.txt: Adding curses
39818           support.
39820 2001-11-02 22:32  barre
39822         * Source/: cmIncludeDirectoryCommand.cxx,
39823           cmIncludeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h: Add
39824           optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs
39825           can be specified before the actual include dirs
39827 2001-11-02 16:44  barre
39829         * Utilities/Doxygen/: CMakeLists.txt, doc_makeall.sh.in: Update
39831 2001-11-02 16:43  barre
39833         * Modules/: Documentation.cmake, DocumentationVTK.cmake,
39834           FindCygwin.cmake, FindPerl.cmake, FindUnixCommands.cmake,
39835           FindWget.cmake: Move usual Unix commands to FindUnixCommands, use
39836           FingCygwin in other modules
39838 2001-11-02 16:05  barre
39840         * Utilities/: CMakeLists.txt, Doxygen/CMakeLists.txt,
39841           Doxygen/doc_makeall.sh.in, Doxygen/doxyfile.in: Doxygen doc
39842           generator
39844 2001-11-02 16:01  barre
39846         * CMakeLists.txt: Doxygen doc generator
39848 2001-11-02 15:26  blezek
39850         * Modules/Dart.cmake: ENH: More Experimental targets for unix
39852 2001-11-02 11:19  pcp
39854         * Source/: cmDSWWriter.cxx, cmIncludeExternalMSProjectCommand.cxx,
39855           cmDSPWriter.cxx: allow more than one external MS project
39857 2001-11-02 09:18  andy
39859         * Source/cmCacheManager.cxx: On win32 path is all in lower case now
39861 2001-11-01 18:37  hoffman
39863         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
39864           ENH: clean up interface and change build in current directory to
39865           build the depend file first
39867 2001-11-01 18:36  hoffman
39869         * Source/cmCacheManager.cxx: BUG: use collapse full path when
39870           testing cache directory
39872 2001-11-01 18:36  hoffman
39874         * Source/cmDSPWriter.cxx: ENH: IntDir to INTDIR
39876 2001-11-01 13:09  barre
39878         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx:
39879           Expand vars in exe and lib name
39881 2001-11-01 10:42  hoffman
39883         * Source/cmCacheManager.cxx: ENH: clean up drive letter check
39885 2001-10-31 18:56  king
39887         * Source/: cmCableClassSet.cxx, cmCableClassSet.h: ENH: Added
39888           automatic detection of >> sequences in template names and
39889           replacement with "> >" in the output.
39891 2001-10-31 18:56  king
39893         * Source/cmStandardIncludes.h: ENH: Replaced cmStdString
39894           implementation to make it more transparently a std:string.
39896 2001-10-31 07:03  pcp
39898         * Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
39899           cmDSWWriter.h, cmIncludeExternalMSProjectCommand.cxx,
39900           cmIncludeExternalMSProjectCommand.h: INCLUDE_EXTERNAL_MSPROJECT
39901           command
39903 2001-10-30 18:32  ibanez
39905         * Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
39906           FLTKPropertyItemRow.h: FIX: Reverted to use
39907           FillCacheManagerFromGUI().
39909 2001-10-30 14:36  andy
39911         * Source/cmCacheManager.cxx: Fix the problem on windows of capital
39912           or lower case drive letter for CMAKE_CACHEFILE_DIR
39914 2001-10-30 14:15  andy
39916         * Source/cmCacheManager.cxx: Change CMAKE_CURRENT_CWD to
39917           CMAKE_CACHEFILE_DIR and change the messages
39919 2001-10-30 14:05  hoffman
39921         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
39922           cmMakefile.cxx, cmMakefile.h: ENH: add an option to configure
39923           file command that allows for only expansion of at variables and
39924           not dollar variables
39926 2001-10-30 04:33  ibanez
39928         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: FIX: In order
39929           to disable a button in fl_choice, a 0 pointer must be sent
39930           instead of  "".
39932 2001-10-29 21:22  ibanez
39934         * Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
39935           FLTKPropertyItemRow.h: ENH: FillCacheManagerFromGUI() was
39936           replaced by SaveFromCacheGUI() to      ensure that changes on the
39937           GUI are directly update in the config      file.
39939 2001-10-29 21:20  ibanez
39941         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: fl_ask
39942           replaced by fl_choice in FLTKCallback.
39944 2001-10-29 10:41  hoffman
39946         * Source/: cmSystemTools.cxx,
39947           FLTKDialog/CMakeSetupGUIImplementation.cxx,
39948           MFCDialog/CMakeSetupDialog.cpp: ENH: use callback not ifdef for
39949           MFC message box errors
39951 2001-10-29 10:19  hoffman
39953         * Source/: cmCacheManager.cxx, cmSystemTools.cxx, cmSystemTools.h,
39954           FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: add callback for
39955           message display
39957 2001-10-28 18:52  ibanez
39959         * Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl: ENH:
39960           Button were renamed : "Configure", "OK" and "Cancel" as the MFC
39961           version.
39963 2001-10-27 23:47  ibanez
39965         * Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
39966           CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
39967           CMakeSetupGUIImplementation.h, FLTKPropertyItemRow.cxx,
39968           FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: Updated with
39969           respect to MFC CMakeSetup. New cache entries are now      colored
39970           in red. The browsers for recent directories only popup if
39971           there is at least one in the list.
39973 2001-10-26 18:21  hoffman
39975         * Modules/FindITK.cmake: [no log message]
39977 2001-10-26 17:06  berk
39979         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
39980           added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
39982 2001-10-26 15:42  hoffman
39984         * Source/: cmConfigureFileCommand.cxx, cmMakefile.h, cmaketest.cxx:
39985           add dependency for configure files and use short path in WIN32
39986           cmake test
39988 2001-10-26 14:35  hoffman
39990         * Modules/FindVTK.cmake: use find_file and not just a set for
39991           USE_VTK_FILE
39993 2001-10-26 11:22  barre
39995         * Modules/DocumentationVTK.cmake: VTK documentation framework
39997 2001-10-26 09:29  andy
39999         * Source/cmCacheManager.cxx: Added check if the binary directory
40000           changed. If it did, it will print the warning message
40002 2001-10-24 20:37  barre
40004         * Modules/FindCygwin.cmake: Add GZIP (gzip)
40006 2001-10-24 20:33  barre
40008         * Modules/FindCygwin.cmake: Add TAR (path to tar or gtar)
40010 2001-10-24 17:51  berk
40012         * Source/cmUnixMakefileGenerator.cxx: ENH: allow -framework as a
40013           complete entry in the link line for Mac OSX
40015 2001-10-24 15:51  berk
40017         * DartConfig.cmake: public no longer has anonymous ftp.
40019 2001-10-24 09:41  king
40021         * Modules/FindGCCXML.cmake: ENH: Improved FIND_PROGRAM call to find
40022           the executable in PREFIX/share/GCC_XML, the new standard install
40023           location.
40025 2001-10-23 18:30  barre
40027         * Modules/FindCygwin.cmake: Cygwin mod
40029 2001-10-23 17:49  barre
40031         * Source/: cmGetFilenameComponentCommand.cxx,
40032           cmGetFilenameComponentCommand.h: The result of this utility
40033           command can now be optionally added to the cache
40035 2001-10-23 17:47  barre
40037         * Modules/FindDoxygen.cmake: Find Graphivz's dot too
40039 2001-10-23 17:06  barre
40041         * Modules/: FindDoxygen.cmake, FindWget.cmake: Add Doxygen and Wget
40042           modules. Very simple. But might be more complex later, so let's
40043           use them asap
40045 2001-10-23 16:55  barre
40047         * Modules/: FindHhc.cmake, FindPerl.cmake: Modules to find Perl and
40048           the HTML Help Compiler
40050 2001-10-19 10:07  barre
40052         * Source/cmEnableTestingCommand.h: Add warning regarding the
40053           location of ENABLE_TESTING (should be in the top CMakeList.txt,
40054           otherwise Dart is lost)
40056 2001-10-18 18:01  barre
40058         * Source/cmSiteNameCommand.cxx: SITE_NAME should return the most
40059           qualified name of the host. If nslookup works, now the domain is
40060           appended to the hostname (whereas it *replaced* the host name
40061           before)
40063 2001-10-18 13:51  iscott
40065         * Source/cmQTWrapCPPCommand.cxx: Detect error and output useful
40066           message Previously it would have got confused about the
40067           destinationSourceGroup
40069 2001-10-18 13:03  iscott
40071         * Source/cmFindFileCommand.cxx: This command should always set the
40072           cahce variabel to a filepath not a path
40074 2001-10-17 15:11  barre
40076         * Source/cmProjectCommand.cxx: Add PROJECT_NAME to the set of
40077           definitions
40079 2001-10-16 15:40  iscott
40081         * Modules/FindQt.cmake: fixed some stupid mistakes I thought I had
40082           tested these - honest
40084 2001-10-16 15:32  iscott
40086         * Modules/: FindQt.cmake, LinkQT.cmake: Some simple modules for
40087           finding and linking qt
40089 2001-10-15 18:37  hoffman
40091         * Source/cmMessageCommand.cxx: ENH: expand variables in message
40092           command output
40094 2001-10-15 18:36  hoffman
40096         * Source/cmSourceFile.cxx: ENH: clean up error report for source
40097           files not found
40099 2001-10-15 14:19  iscott
40101         * CMake.rtf, Source/cmCommands.cxx, Source/cmQTWrapCPPCommand.cxx,
40102           Source/cmQTWrapCPPCommand.h: added a QT_WRAP_CPP command
40104 2001-10-11 17:20  king
40106         * Source/cmCableWrapTclCommand.cxx: ENH: Improved parsing of
40107           GCCXML_FLAGS to improve generation of gccxml rule.  Also added
40108           ADD_DEFINITIONS arguments to the generated rule.
40110 2001-10-11 14:57  andy
40112         * Source/cmCacheManager.cxx: Added removing of spaces in
40113           CMakeCache.txt in front of comments and variables
40115 2001-10-10 10:22  hoffman
40117         * Source/cmCacheManager.cxx: ENH: add a warning comment for cache
40118           values that can not be changed because they are always loaded
40119           from another cache
40121 2001-10-09 22:18  biddi
40123         * Source/cmBorlandMakefileGenerator.cpp: FIX: Same as last checkin
40124           except applies to bpi files as wellas lib files If we can't find
40125           it - and it's not a target - and it has no path already
40126           specified, it must be in OUTDIRLIB from another makefile in the
40127           same project ! (What this really means is the lib paths are
40128           correctly specified)
40130 2001-10-09 10:25  hoffman
40132         * Source/cmSystemTools.cxx: ENH: better fix for dos return in
40133           lines, use the regular expression and don't edit the input line
40135 2001-10-05 17:31  hoffman
40137         * Source/cmSystemTools.cxx: ENH: clean up returns from input, so we
40138           can read dos files on unix
40140 2001-10-04 09:32  starreveld
40142         * Templates/: configure, configure.in:
40144           ERR: remove undefined warning for compatibility with new 10.1
40145           linker
40147 2001-10-03 15:49  hoffman
40149         * Modules/Dart.cmake, Source/CMakeLists.txt, Source/cmake.cxx,
40150           Source/cmaketest.cxx: ENH: fixes for borland compiler testing
40152 2001-10-03 11:36  king
40154         * Modules/FindCABLE.cmake: ENH: Changed CABLE_BUILD_DIR to look for
40155           cableVersion.h instead of cable.README.txt.
40157 2001-10-02 23:10  biddi
40159         * Source/cmBorlandMakefileGenerator.cpp: FIX:if we can't find it -
40160           and it's not a target - and it has no path already specified, it
40161           must be in OUTDIRLIB from another makefile in the same project !
40162           (What this really means is the lib paths are correctly specified)
40164 2001-10-02 17:28  hoffman
40166         * Source/: cmListFileCache.cxx, cmMakefile.cxx, cmSystemTools.cxx,
40167           cmSystemTools.h, ctest.cxx: ENH: add better error reports in
40168           parsing cmake files, like what file has the error
40170 2001-10-01 13:35  martink
40172         * Source/: cmMakefile.h: version
40174 2001-10-01 13:26  hoffman
40176         * ChangeLog.txt: [no log message]
40178 2001-10-01 11:55  hoffman
40180         * Source/cmaketest.cxx: BUG: add missing include
40182 2001-10-01 10:14  hoffman
40184         * Source/: cmaketest.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
40185           change checkboxes back to pull down menus, remove leak
40187 2001-09-29 11:12  hoffman
40189         * Source/cmSystemTools.cxx: BUG: fix full path for file in current
40190           directory
40192 2001-09-28 13:35  berk
40194         * Source/cmSystemTools.cxx: BUG: fix realpath problem again...
40196 2001-09-28 12:14  berk
40198         * Source/cmSystemTools.cxx: BUG: separate path from file name
40199           before calling realpath
40201 2001-09-28 10:40  hoffman
40203         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: get
40204           correct library name
40206 2001-09-28 10:34  hoffman
40208         * CMakeLists.txt: BUG: optional in wrong order
40210 2001-09-28 09:57  hoffman
40212         * CMakeLists.txt: make the include of the initial config flags
40213           optional, for builds that do not use configure
40215 2001-09-27 16:50  hoffman
40217         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: use
40218           realpath instead of cd/pwd
40220 2001-09-27 15:54  hoffman
40222         * CMakeLists.txt, Source/CMakeLists.txt: BUG: fix install prefix
40224 2001-09-27 14:58  hoffman
40226         * configure, configure.in, Source/CMakeLists.txt,
40227           Source/InitialConfigureFlags.cmake.in: ENH: pass prefix from
40228           configure into cmake
40230 2001-09-26 16:23  berk
40232         * Modules/Dart.cmake: Typo.
40234 2001-09-25 14:39  martink
40236         * Modules/FindVTK.cmake: changes to chamghe
40238 2001-09-25 14:39  martink
40240         * Source/MFCDialog/CMakeSetupDialog.cpp: improved registry handling
40242 2001-09-25 11:06  martink
40244         * Source/cmVTKWrapTclCommand.cxx: memory leak
40246 2001-09-21 11:48  martink
40248         * Modules/FindVTK.cmake: better install targets
40250 2001-09-21 09:40  king
40252         * Source/cmSystemTools.cxx: BUG: CopyFile should return immediately
40253           after an error occurs.
40255 2001-09-20 17:31  martink
40257         * Modules/FindVTK.cmake: updates
40259 2001-09-20 16:43  berk
40261         * Source/ctest.cxx: handle spaces in commands and args
40263 2001-09-20 15:29  martink
40265         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
40266           PropertyList.h: ENH: check for values that switch to internal,
40267           can happen with a load cache command
40269 2001-09-20 15:08  hoffman
40271         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
40272           cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
40273           cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
40274           cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
40275           cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
40276           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
40277           cmAddTestCommand.cxx, cmAddTestCommand.h,
40278           cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
40279           cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
40280           cmBuildNameCommand.h, cmCableClassSetCommand.cxx,
40281           cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
40282           cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
40283           cmConfigureFileCommand.h, cmConfigureGccXmlCommand.cxx,
40284           cmConfigureGccXmlCommand.h, cmElseCommand.cxx, cmElseCommand.h,
40285           cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
40286           cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
40287           cmExecProgramCommand.cxx, cmExecProgramCommand.h,
40288           cmFindFileCommand.cxx, cmFindFileCommand.h,
40289           cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
40290           cmFindPathCommand.cxx, cmFindPathCommand.h,
40291           cmFindProgramCommand.cxx, cmFindProgramCommand.h,
40292           cmForEachCommand.cxx, cmForEachCommand.h,
40293           cmGetFilenameComponentCommand.cxx,
40294           cmGetFilenameComponentCommand.h, cmIfCommand.cxx, cmIfCommand.h,
40295           cmIncludeCommand.cxx, cmIncludeCommand.h,
40296           cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
40297           cmIncludeRegularExpressionCommand.cxx,
40298           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
40299           cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
40300           cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
40301           cmInstallTargetsCommand.h, cmLibraryCommand.h,
40302           cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
40303           cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
40304           cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
40305           cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
40306           cmMakefile.cxx, cmMakefile.h, cmMessageCommand.cxx,
40307           cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
40308           cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
40309           cmProjectCommand.cxx, cmProjectCommand.h, cmSetCommand.cxx,
40310           cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
40311           cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
40312           cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
40313           cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
40314           cmSubdirCommand.cxx, cmSubdirCommand.h,
40315           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
40316           cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
40317           cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
40318           cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
40319           cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
40320           cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
40321           cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
40322           cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h: ENH:
40323           change InitialPass to take a const reference to the argument
40324           string, to avoid changes to the file cache
40326 2001-09-20 13:44  martink
40328         * Source/cmMakefile.cxx: BUG: make a copy of the arguments before
40329           passing them to Execute
40331 2001-09-20 12:00  martink
40333         * CMake.rtf: fixed some problems
40335 2001-09-20 10:57  king
40337         * Modules/FindCABLE.cmake: ENH: Added support for finding cable
40338           when it is built in a configuration subdirectory by MSVC.
40340 2001-09-20 10:54  king
40342         * Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
40343           cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
40344           cmSystemTools.cxx, cmSystemTools.h: ENH: Added
40345           cmSystemTools::GlobDirs function to allow wildcards in paths
40346           (like /foo/bar/*).
40348 2001-09-20 10:53  king
40350         * Source/cmSetCommand.cxx: ENH: Added extra newline in an error
40351           message to improve readability.
40353 2001-09-20 10:27  martink
40355         * Modules/FindVTK.cmake: minor changes
40357 2001-09-20 09:11  martink
40359         * Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
40360           UseVTKLibraries.cmake: removed some VTK stuff
40362 2001-09-19 14:52  martink
40364         * Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
40365           UseVTKLibraries.cmake: updated to how FindVTK works
40367 2001-09-19 14:20  martink
40369         * Source/cmMakefile.h: version rev to 95
40371 2001-09-19 14:20  martink
40373         * Source/cmMakefile.h: version rev to 94
40375 2001-09-18 10:45  hoffman
40377         * ChangeLog.txt: [no log message]
40379 2001-09-18 10:38  will
40381         * CMake.pdf: ENH:Updated documentation
40383 2001-09-17 17:40  hoffman
40385         * CMake.rtf: ENH: update for new version
40387 2001-09-17 16:36  hoffman
40389         * Source/: cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h:
40390           ENH: change to take a path as input
40392 2001-09-17 16:34  hoffman
40394         * Source/cmFindFileCommand.cxx: BUG: fix return when file is not
40395           found
40397 2001-09-17 14:16  king
40399         * Modules/FindCABLE.cmake: ENH: Added find support for looking at
40400           Cable's build directory if the user sets the CABLE_BUILD_DIR
40401           cache entry.
40403 2001-09-17 13:58  hoffman
40405         * Source/: cmCommands.cxx, cmUseMangledMesaCommand.cxx,
40406           cmUseMangledMesaCommand.h: ENH: add Use mangled mesa command
40408 2001-09-17 12:07  blezek
40410         * Modules/Dart.cmake: ENH: NightlyCoverage got lost
40412 2001-09-14 16:36  martink
40414         * Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapJavaCommand.cxx,
40415           cmVTKWrapPythonCommand.cxx: now uses five argument version of
40416           wrap commands
40418 2001-09-14 16:26  hoffman
40420         * Source/: cmMakefileGenerator.cxx, cmStandardIncludes.h,
40421           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
40422           cmakemain.cxx, MFCDialog/CMakeSetupDialog.cpp: remove memory
40423           leaks
40425 2001-09-14 15:18  hoffman
40427         * Source/cmDSPWriter.cxx: fix error in cygwin
40429 2001-09-14 15:18  hoffman
40431         * Source/cmListFileCache.h: initialize class
40433 2001-09-14 15:18  hoffman
40435         * Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h: add
40436           support for clean up
40438 2001-09-14 10:14  martink
40440         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
40441           EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
40442           staticLibHeader.dsptemplate: made Debug the default configuration
40444 2001-09-14 08:34  barre
40446         * Modules/FindTCL.cmake: move cygtclsh80 to the end of list,
40447           otherwise it might be found while the non-cygwin wish8x.exe will
40448           be found too. If wish8x.exe is found, then the non-cygwin
40449           tclsh8x.exe must be found too.
40451 2001-09-13 14:45  martink
40453         * Modules/Dart.cmake: added back some targets for UNIX
40455 2001-09-13 11:27  martink
40457         * Source/: cmSystemTools.h, cmSystemTools.cxx: added shortest ext
40458           function
40460 2001-09-12 17:09  lorensen
40462         * Source/cmSiteNameCommand.cxx: ENH: drop the case of the site
40463           name. This makes it consistent with Dart's usage.
40465 2001-09-12 17:09  lorensen
40467         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added LowerCase
40468           method.
40470 2001-09-12 15:18  king
40472         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
40473           Added parsing of gccxml flags into separate arguments for setting
40474           the custom command.  This is necessary since the custom command
40475           now takes a vector of individual command line options instead of
40476           a single string.
40478 2001-09-11 21:46  biddi
40480         * Templates/CMakeWindowsBorlandConfig.cmake: ERR: Spelling
40482 2001-09-11 21:45  biddi
40484         * Source/: cmBorlandMakefileGenerator.cpp,
40485           cmBorlandMakefileGenerator.h, cmSystemTools.cxx: ERR: Change to
40486           EscapeSpaces forces rework of Borland generator <sigh> Add clause
40487           to prevent adding quotes when they're already present, then stuff
40488           them onto all lib paths to prevent forward slashes causing
40489           trouble.
40491 2001-09-11 20:00  biddi
40493         * Source/: cmBorlandMakefileGenerator.cpp,
40494           cmBorlandMakefileGenerator.h: ENH: Major fix of the Borland
40495           generator which addresses the problem of libraries with
40496           dependencies (other libraries) not linking when required.
40497           Dependency checking required the full path to be supplied to each
40498           file when they're not in the current directory (very tedious).
40499           All seems to be working nicely now.
40501 2001-09-11 19:58  biddi
40503         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add a findfile
40504           routine (as opposed to find executable or library) which doesn't
40505           add any extensions - Borland make needs full paths to certain
40506           dependencies otherwise linking doesn't work properly
40507           (dependencies aren't checked)
40509 2001-09-11 15:17  martink
40511         * Source/ctest.cxx: updated testing
40513 2001-09-11 14:58  martink
40515         * Source/cmDSPWriter.cxx: include fixes
40517 2001-09-11 14:43  martink
40519         * Modules/Dart.cmake: reduced the number of targets
40521 2001-09-11 14:42  martink
40523         * Source/cmaketest.cxx: bug in testing code
40525 2001-09-11 13:44  hoffman
40527         * Source/cmBorlandMakefileGenerator.cpp: BUG: fix build with
40528           non-borland compiler
40530 2001-09-11 13:40  martink
40532         * Source/cmDSPWriter.cxx: fix for include paths
40534 2001-09-10 15:11  martink
40536         * Modules/Dart.cmake: reduced targets and merged tclsh commands
40538 2001-09-10 15:11  martink
40540         * Source/: cmCableWrapTclCommand.cxx, cmDSPWriter.cxx,
40541           cmMakefile.cxx, cmMakefile.h, cmSystemTools.cxx,
40542           cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
40543           cmVTKWrapTclCommand.cxx: various windows fixes
40545 2001-09-10 11:03  berk
40547         * Source/CMakeLists.txt: Typo in link command.
40549 2001-09-08 12:09  biddi
40551         * Source/: cmBorlandMakefileGenerator.cpp,
40552           cmBorlandMakefileGenerator.h: ERR: Forgot to put back a backslash
40554 2001-09-08 10:02  biddi
40556         * Source/cmBorlandMakefileGenerator.cpp: ERR: LINK_DIR must ot have
40557           backslah at end. Fix plus cleanup of some code.
40559 2001-09-07 10:08  martink
40561         * Source/cmDirectory.cxx: fixed bug in mismatched directory opens
40562           consuming file descriptors
40564 2001-09-07 09:40  king
40566         * Source/cmConfigureGccXmlCommand.cxx: ENH: Removed addition of
40567           compiler support directory include option since the
40568           find_*_options scripts now include it automatically.
40570 2001-09-06 18:02  hoffman
40572         * Source/: CMakeLists.txt, cmBorlandMakefileGenerator.cpp: BUG:
40573           clean up lib and exe output paths
40575 2001-09-06 17:28  hoffman
40577         * Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator.cpp,
40578           Source/cmBorlandMakefileGenerator.h,
40579           Source/cmMSProjectGenerator.h, Source/cmMakefileGenerator.cxx,
40580           Source/cmMakefileGenerator.h, Source/cmUnixMakefileGenerator.h,
40581           Source/cmake.cxx, Source/cmake.h, Source/MFCDialog/CMakeSetup.rc,
40582           Source/MFCDialog/CMakeSetupDialog.cpp,
40583           Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
40584           Templates/CMakeWindowsBorlandConfig.cmake: ENH: integrate borland
40585           support
40587 2001-09-04 16:29  biddi
40589         * Source/cmBorlandMakefileGenerator.cpp,
40590           Source/cmBorlandMakefileGenerator.h,
40591           Templates/CMakeWindowsBorlandConfig.cmake: NEW: First check in of
40592           Borland Makefile Generator and template stuff
40594 2001-09-04 16:07  hoffman
40596         * Source/: cmAddCustomTargetCommand.cxx, cmCustomCommand.cxx,
40597           cmCustomCommand.h, cmDSPWriter.cxx, cmDSWWriter.cxx,
40598           cmMakefile.cxx, cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
40599           cmVTKWrapJavaCommand.cxx: ENH: separate command from its
40600           arguments in the custom command.  This allows the generator on
40601           windows to change the slashes for just the command
40603 2001-09-01 17:13  biddi
40605         * Source/cmBuildCommand.cxx: ENH: Added a clause for Borland
40606           compiler compatibility
40608 2001-09-01 16:56  barre
40610         * Source/cmDSPWriter.cxx: Convert path format back to Windows
40611           slashes syntax. Mandatory for Win98 build.
40613 2001-09-01 16:55  barre
40615         * Source/cmSystemTools.cxx: fix comment pb
40617 2001-09-01 16:13  biddi
40619         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Windows and
40620           Unix slash conversions return a char*, clean function seperated
40621           from Convert function
40623 2001-09-01 16:12  biddi
40625         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: ExpandVariables
40626           functions return a char * for convenience
40628 2001-08-31 21:10  starreveld
40630         * Source/cmUnixMakefileGenerator.cxx:
40632           ENH: Generate compile lines for .m, .M, and .mm files (ObjC and
40633           ObjC++)
40635 2001-08-30 17:32  hoffman
40637         * Source/cmMakefile.cxx: BUG: fix incorrect deletion of function
40638           blockers
40640 2001-08-30 16:19  martink
40642         * Source/: cmMakefile.h: version rev
40644 2001-08-30 16:06  hoffman
40646         * ChangeLog, ChangeLog.txt: [no log message]
40648 2001-08-30 15:54  hoffman
40650         * ChangeLog.txt: ENH: add autogenerated changelog
40652 2001-08-29 17:21  hoffman
40654         * Source/cmake.cxx: opps
40656 2001-08-29 17:11  king
40658         * Source/cmConfigureGccXmlCommand.cxx: BUG: GCCXML_FLAGS found from
40659           find_gcc_options or find_mpro_options should have the trailing
40660           newline stripped from the string.
40662 2001-08-29 17:10  king
40664         * Source/cmCableWrapTclCommand.cxx: ENH: Updated generated
40665           dependencies since cable's installation directory now uses
40666           separate CxxTypes and WrapTclFacility subdirecories for includes.
40668 2001-08-29 17:08  king
40670         * Modules/FindCABLE.cmake: ENH: Updated library finding code to
40671           handle new cable installation directory structure.  It now uses
40672           separate directories for CxxTypes and WrapTclFacility headers.
40674 2001-08-29 16:42  martink
40676         * Source/: ctest.cxx, ctest.h: added regexp option
40678 2001-08-29 16:13  hoffman
40680         * Source/: CMakeLib.dsp, DumpDocumentation.dsp, cmake.dsp,
40681           ctest.dsp: remove /ZI
40683 2001-08-29 15:57  hoffman
40685         * Source/: cmake.cxx, cmaketest.cxx: ENH: run cmake from cmaketest
40687 2001-08-29 10:47  king
40689         * Source/cmMakefile.h: ENH: Added a const version of
40690           GetLinkLibraries().
40692 2001-08-29 10:46  king
40694         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
40695           ENH: Proper dependencies between shared libraries now exist in
40696           the generated makefiles.  If a shared library links to another,
40697           the other will be built before the link is attempted.
40699 2001-08-29 09:57  hoffman
40701         * Source/cmMakefile.cxx: clean up a bit
40703 2001-08-29 09:44  berk
40705         * Source/cmSystemTools.cxx: BUG: fix out of bounds read on string
40706           in mkdir
40708 2001-08-29 09:26  perera
40710         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Special value
40711           IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, _not_
40712           search for a library, etc.
40714 2001-08-28 18:35  hoffman
40716         * Source/cmListFileCache.h: remove warning
40718 2001-08-28 18:28  hoffman
40720         * Source/: CMakeLib.dsp, CMakeLists.txt, CMakeSetup.dsw,
40721           Makefile.in, cmListFileCache.cxx, cmListFileCache.h,
40722           cmMakefile.cxx: ENH: add caching for the input CMakeList.txt
40723           files, 2X speed up
40725 2001-08-28 18:27  hoffman
40727         * Source/cmDSPWriter.cxx: BUG: put spaces in /I paths
40729 2001-08-28 18:02  starreveld
40731         * Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
40732           cmMakefile.cxx, cmMakefile.h, cmTarget.h,
40733           cmUnixMakefileGenerator.cxx:
40735           Changes to allow MODULE type target for a shared library
40737 2001-08-28 18:01  starreveld
40739         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
40741           Changes to allow a MODULE target for a shared library.
40743 2001-08-28 16:04  martink
40745         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
40746           Tests/ComplexOneConfig/CMakeLists.txt,
40747           Tests/ComplexRelativePaths/CMakeLists.txt: minor fix
40749 2001-08-28 14:55  martink
40751         * Source/: cmDSPWriter.cxx, cmSystemTools.cxx, cmSystemTools.h:
40752           better network build support
40754 2001-08-28 13:49  starreveld
40756         * Templates/: configure, configure.in:
40758           Added support for Darwin (OSX)
40760 2001-08-28 10:57  hoffman
40762         * Modules/FindTCL.cmake: ENH: support for cygwin
40764 2001-08-28 10:57  hoffman
40766         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: fix
40767           for broken apple mkdir and general clean up of MakeDirectory
40768           command
40770 2001-08-27 15:48  hoffman
40772         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix switch projects
40773           not saving cache correctly
40775 2001-08-27 15:19  martink
40777         * Source/cmDSPWriter.cxx: support for network path link libraries
40779 2001-08-27 14:44  hoffman
40781         * Source/: cmMakefile.cxx, cmMakefile.h,
40782           cmUnixMakefileGenerator.cxx: ENH: change expand variables to use
40783           GetDefinition
40785 2001-08-27 14:38  hoffman
40787         * configure, configure.in: [no log message]
40789 2001-08-27 14:35  hoffman
40791         * configure, configure.in, Source/Makefile.in: ENH: clean up sgi
40792           build and use non-broken autoconf
40794 2001-08-27 12:24  hoffman
40796         * configure, Source/cmUnixMakefileGenerator.cxx,
40797           Templates/configure: [no log message]
40799 2001-08-27 11:03  hoffman
40801         * Source/cmUnixMakefileGenerator.cxx: BUG: set CXX and CC when
40802           running configure from cmake
40804 2001-08-27 10:23  martink
40806         * Source/ctest.cxx: better formatted output
40808 2001-08-27 10:22  hoffman
40810         * Templates/: configure, configure.in: ENH: use ANSI_CXXFLAGS for
40811           testing compiler
40813 2001-08-27 10:11  hoffman
40815         * CMakeLists.txt, Templates/CMakeSystemConfig.cmake.in,
40816           Templates/configure, Templates/configure.in,
40817           Tests/Complex/CMakeLists.txt,
40818           Tests/ComplexOneConfig/CMakeLists.txt,
40819           Tests/ComplexRelativePaths/CMakeLists.txt: ENH: sgi -LANG:std
40821 2001-08-27 10:07  berk
40823         * Source/CMakeSetup.dsw: ken added dependancy to build everything
40825 2001-08-25 12:31  martink
40827         * Source/: CMakeSetup.dsw, ctest.dsp: added ctest to win32
40829 2001-08-24 17:50  hoffman
40831         * Templates/: configure, configure.in: [no log message]
40833 2001-08-24 17:30  hoffman
40835         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
40836           ENH: more sgi -LANG stuff
40838 2001-08-24 17:25  hoffman
40840         * configure, configure.in: auto detect lang:std:
40842 2001-08-24 17:17  hoffman
40844         * Source/Makefile.in: ENH: build for sgi CC out of box
40846 2001-08-24 17:12  hoffman
40848         * configure, configure.in: auto detect lang:std:
40850 2001-08-24 17:00  hoffman
40852         * configure, configure.in: auto detect lang:std:
40854 2001-08-24 16:51  hoffman
40856         * configure, configure.in: auto detect lang:std:
40858 2001-08-24 15:54  hoffman
40860         * Tests/: Complex/cmTestConfigure.h.in,
40861           Complex/Executable/complex.cxx,
40862           ComplexOneConfig/cmTestConfigure.h.in,
40863           ComplexOneConfig/Executable/complex.cxx,
40864           ComplexRelativePaths/cmTestConfigure.h.in,
40865           ComplexRelativePaths/Executable/complex.cxx: BUG: fix complex
40866           test for old compilers
40868 2001-08-24 15:45  hoffman
40870         * configure, configure.in, Tests/Complex/cmTestConfigure.h.in,
40871           Tests/ComplexOneConfig/cmTestConfigure.h.in,
40872           Tests/ComplexRelativePaths/cmTestConfigure.h.in: BUG: fix for SGI
40873           Native compiler
40875 2001-08-24 15:41  hoffman
40877         * Templates/: configure, configure.in: BUG: fix flag for building
40878           shared on HP
40880 2001-08-23 18:30  perera
40882         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: BUG: ADD_TEST
40883           now only does stuff if ENABLE_TESTING has been run.
40885 2001-08-23 18:02  hoffman
40887         * Source/: cmMakefile.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
40888           improve coverage
40890 2001-08-23 17:40  hoffman
40892         * Source/: CMakeLists.txt, cmDumpDocumentation.cxx, cmMakefile.cxx,
40893           cmMakefile.h: ENH: add dump documentation test
40895 2001-08-23 16:28  king
40897         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
40898           Each cmCableWrapTclCommand instance now uses a single
40899           cmMakeDepend object for dependencies for all the gccxml input
40900           files it generates.  This should significantly improve generation
40901           time.
40903 2001-08-23 16:24  hoffman
40905         * Source/cmaketest.cxx: BUG: run make all on unix not make exename
40907 2001-08-23 16:00  hoffman
40909         * Source/: CMakeLists.txt, cmStandardIncludes.h, cmaketest.cxx,
40910           ctest.cxx: ENH: add more testing
40912 2001-08-23 13:57  hoffman
40914         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.txt,
40915           Complex/cmTestConfigure.h.in, Complex/simple.cxx,
40916           Complex/Executable/CMakeLists.txt,
40917           Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
40918           Complex/Library/file2.cxx, Complex/Library/file2.h,
40919           Complex/Library/sharedFile.cxx, Complex/Library/sharedFile.h,
40920           Complex/Library/ExtraSources/file1.cxx,
40921           Complex/Library/ExtraSources/file1.h,
40922           ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.txt,
40923           ComplexOneConfig/cmTestConfigure.h.in,
40924           ComplexOneConfig/simple.cxx,
40925           ComplexOneConfig/Executable/CMakeLists.txt,
40926           ComplexOneConfig/Executable/complex.cxx,
40927           ComplexOneConfig/Library/CMakeLists.txt,
40928           ComplexOneConfig/Library/file2.cxx,
40929           ComplexOneConfig/Library/file2.h,
40930           ComplexOneConfig/Library/sharedFile.cxx,
40931           ComplexOneConfig/Library/sharedFile.h,
40932           ComplexOneConfig/Library/ExtraSources/file1.cxx,
40933           ComplexOneConfig/Library/ExtraSources/file1.h,
40934           ComplexRelativePaths/CMakeLists.txt,
40935           ComplexRelativePaths/VarTests.txt,
40936           ComplexRelativePaths/cmTestConfigure.h.in,
40937           ComplexRelativePaths/simple.cxx,
40938           ComplexRelativePaths/Executable/CMakeLists.txt,
40939           ComplexRelativePaths/Executable/complex.cxx,
40940           ComplexRelativePaths/Library/CMakeLists.txt,
40941           ComplexRelativePaths/Library/file2.cxx,
40942           ComplexRelativePaths/Library/file2.h,
40943           ComplexRelativePaths/Library/sharedFile.cxx,
40944           ComplexRelativePaths/Library/sharedFile.h,
40945           ComplexRelativePaths/Library/ExtraSources/file1.cxx,
40946           ComplexRelativePaths/Library/ExtraSources/file1.h: ENH: try to
40947           get better test coverage
40949 2001-08-23 13:12  martink
40951         * Source/ctest.cxx: also check path for test executables
40953 2001-08-23 11:39  martink
40955         * Source/ctest.cxx: fixed format
40957 2001-08-23 11:32  martink
40959         * Source/cmUnixMakefileGenerator.cxx: better ctest support
40961 2001-08-23 11:12  martink
40963         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h,
40964           cmUnixMakefileGenerator.cxx, ctest.cxx, ctest.h: added test
40965           driver for make test target
40967 2001-08-22 16:33  martink
40969         * Source/cmDSPWriter.cxx: ENH: do not put a rule in to rebuild the
40970           ALL_BUILD.dsp file, as it is not possible...
40972 2001-08-22 11:58  hoffman
40974         * Source/: cmCableClassSet.h, cmCableWrapTclCommand.cxx,
40975           cmCacheManager.cxx, cmCacheManager.h, cmMakeDepend.h,
40976           cmMakefile.h, cmSourceGroup.h, cmStandardIncludes.h, cmTarget.h,
40977           cmUnixMakefileGenerator.cxx: ENH: change all maps of string to be
40978           maps of cmStdString, to reduce symbol length in object files.
40980 2001-08-22 11:26  hoffman
40982         * Source/cmMakefile.h: BUG: shorten length of symbols
40984 2001-08-22 10:12  berk
40986         * Source/cmDSPWriter.cxx: OUTDIR->IntDir
40988 2001-08-22 08:21  hoffman
40990         * Source/MFCDialog/CMakeLists.txt: BUG: add missing
40991           CMakeCommandLineInfo
40993 2001-08-21 17:41  barre
40995         * Source/MFCDialog/CMakeSetup.dsp: CMakeSetup now handles
40996           command-line arguments (ex: /H=source_dir /B=build_dir)
40998 2001-08-21 17:38  barre
41000         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
41001           CMakeSetupDialog.h, CMakeCommandLineInfo.cpp,
41002           CMakeCommandLineInfo.h: CMakeSetup now handles command-line
41003           arguments (ex: /H=source_dir /B=build_dir)
41005 2001-08-21 11:04  starreveld
41007         * Source/cmMakefile.cxx:
41009           Added support for .mm source files (ObjC++)
41011 2001-08-20 13:32  hoffman
41013         * Templates/: configure, configure.in: BUG: fix check for no std::
41015 2001-08-20 09:23  hoffman
41017         * Source/cmSetCommand.cxx: BUG: cmSystemTools::CollapseFullPath is
41018           a bad thing to call on the compiler which is a filepath
41020 2001-08-19 19:11  barre
41022         * Source/cmOptionCommand.cxx: Allow option value to be expanded
41023           (thus, we can use the value of another option as default)
41025 2001-08-19 12:14  barre
41027         * Source/cmMakefile.cxx: gcc and MSVC clash on
41028           basic_string::compare(), let's try substr()
41030 2001-08-19 07:36  barre
41032         * Source/cmSetCommand.cxx: If the value is a path, collapse it
41033           (cleaner)
41035 2001-08-18 17:57  hoffman
41037         * Templates/: configure, configure.in: BUG: get the flags right
41039 2001-08-18 12:51  barre
41041         * Source/cmMakefile.cxx, Modules/FindDart.cmake: Support for
41042           $ENV{VAR} syntax (lookup in the environment vars)
41044 2001-08-17 17:11  martink
41046         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: backwards MATCHES in
41047           if and else statements
41049 2001-08-16 18:01  hoffman
41051         * Templates/configure: ENH: default for cygwin should be pthreads
41053 2001-08-16 17:42  hoffman
41055         * Templates/: CMakeSystemConfig.cmake.in,
41056           CMakeWindowsSystemConfig.cmake, configure, configure.in: ENH: add
41057           CMAKE_USE_WIN32_THREADS to the possible thread types
41059 2001-08-16 11:41  berk
41061         * Source/: cmCacheManager.cxx, cmCacheManager.h,
41062           cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: Adding new options
41063           to LoadCache.
41065 2001-08-15 13:40  berk
41067         * Source/: cmCacheManager.cxx, cmCacheManager.h,
41068           cmLoadCacheCommand.cxx: 1. Added EXCLUDE option to LOAD_CACHE.
41069           2. Entries brought in from another cache are now marked as
41070           internal.
41072 2001-08-15 13:23  martink
41074         * Modules/FindDart.cmake: looks at same level
41076 2001-08-15 10:03  hoffman
41078         * Templates/: configure, configure.in: ENH: make pthreads the
41079           default for cygwin
41081 2001-08-14 17:18  king
41083         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
41084           cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
41085           cmMakefile.cxx: ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS
41086           commands to allow each call to the command in a single directory
41087           to specify a different install path.
41089 2001-08-13 16:04  martink
41091         * Modules/Dart.cmake: removed grep
41093 2001-08-10 15:52  martink
41095         * Source/: cmVTKWrapTclCommand.cxx, cmMakefile.h: now creates
41096           output directories
41098 2001-08-09 15:35  hoffman
41100         * CMake.pdf: ENH: update pdf to rtf
41102 2001-08-09 15:23  hoffman
41104         * CMake.rtf: ENH: add some docs for sgi CC
41106 2001-08-09 14:58  berk
41108         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: BUG: or and and were
41109           inverted.
41111 2001-08-09 11:12  hoffman
41113         * ChangeLog: add generated ChangeLog file.  Should be updated each
41114           time a new version is made
41116 2001-08-09 11:08  martink
41118         * Source/: cmMakefile.h: updated version
41120 2001-08-09 11:07  martink
41122         * README: out of date
41124 2001-08-09 09:33  hoffman
41126         * Source/cmConfigure.cmake.h.in: BUG: add in for scope variable
41128 2001-08-08 14:25  martink
41130         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: update to
41131           new style of cache access
41133 2001-08-08 13:14  hoffman
41135         * Source/: cmSiteNameCommand.cxx, cmUtilitySourceCommand.cxx: BUG:
41136           can not Add a definition that you just got
41138 2001-08-08 11:54  hoffman
41140         * configure, configure.in, Source/cmBuildCommand.cxx,
41141           Source/cmBuildNameCommand.cxx, Source/cmCableWrapTclCommand.cxx,
41142           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
41143           Source/cmConfigure.h.in, Source/cmConfigureGccXmlCommand.cxx,
41144           Source/cmDSPWriter.cxx, Source/cmDSWWriter.cxx,
41145           Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
41146           Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
41147           Source/cmLinkLibrariesCommand.cxx,
41148           Source/cmMSProjectGenerator.cxx, Source/cmMakefile.cxx,
41149           Source/cmMakefile.h, Source/cmOptionCommand.cxx,
41150           Source/cmProjectCommand.cxx, Source/cmSetCommand.cxx,
41151           Source/cmSiteNameCommand.cxx, Source/cmStandardIncludes.h,
41152           Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx,
41153           Source/cmUtilitySourceCommand.cxx,
41154           Source/cmVTKWrapJavaCommand.cxx,
41155           Source/cmVTKWrapPythonCommand.cxx,
41156           Source/cmVTKWrapTclCommand.cxx,
41157           Source/MFCDialog/CMakeSetupDialog.cpp,
41158           Templates/CMakeSystemConfig.cmake.in, Templates/configure,
41159           Templates/configure.in: ENH: big change, only allow commands
41160           access to the cache via the cmMakefile class and GetDefinition,
41161           also the cmMakefile is the only way for commands to add to the
41162           cache.  Also, some changes to configure.in that check for for
41163           scoping
41165 2001-08-07 15:49  hoffman
41167         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: ENH: compile
41168           with broken 720 SGI C++ compiler
41170 2001-08-07 13:46  hoffman
41172         * Source/cmMakefile.cxx: ENH: html output for docs
41174 2001-08-07 13:15  hoffman
41176         * CMake.rtf: ENH: update documents with current commands and new
41177           GUI
41179 2001-08-07 08:47  king
41181         * CMakeLists.txt: ERR: CMakeLogo.gif has been moved to the root
41182           directory of the source so that the Web and Web/Art directories
41183           are not needed here.
41185 2001-08-07 08:46  king
41187         * CMakeLogo.gif: ENH: CMakeLogo for Dart to use on testing web
41188           page.
41190 2001-08-06 17:01  martink
41192         * Source/: cmElseCommand.cxx, cmElseCommand.h, cmIfCommand.cxx,
41193           cmIfCommand.h: added new if commands
41195 2001-08-06 15:11  king
41197         * CMake.pdf, CMake.rtf: Re-adding doc files.  They were
41198           accidentally removed due to a symlink from the CMake/Web
41199           directory when it was removed.
41201 2001-08-06 15:01  king
41203         * CMake.pdf, CMake.rtf: Removing Web directory from CMake.  It is
41204           moving to a separate, parallel CVS module called "CMakeWeb"
41206 2001-08-03 15:47  king
41208         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
41209           ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force
41210           file copy and configuration on the initial pass so that current
41211           variable values are used.
41213 2001-08-02 17:27  king
41215         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
41216           Added use of a class's tag to generate a better set of filenames
41217           for its wrapper configuration, xml, and generated files.  This
41218           should also prevent half the classes from re-wrapping when a new
41219           one is inserted in the middle.
41221 2001-08-02 14:42  king
41223         * Source/cmUnixMakefileGenerator.cxx: BUG: Generated link line for
41224           shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS
41225           (note underscore).
41227 2001-08-02 14:10  king
41229         * Source/cmMakefile.cxx: BUG: Fixed off-by-one error in
41230           ExpandVariablesInString for case of $ or @ as last character of
41231           string.
41233 2001-08-02 09:07  king
41235         * Source/cmUnixMakefileGenerator.cxx: BUG: We don't want to output
41236           -I/usr/include in the INCLUDE_FLAGS variable.  This causes
41237           problems with finding system headers in the wrong places for
41238           certain standard library implementations.
41240 2001-08-01 16:14  king
41242         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
41243           cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
41244           cmUnixMakefileGenerator.cxx: ENH: Added SUBDIR_DEPENDS command
41245           and corresponding support code.  This command allows
41246           specification that a set of subdirectories be built before a
41247           particular directory.
41249 2001-08-01 16:13  king
41251         * Source/cmAddDefinitionsCommand.cxx: BUG: Needed to expand
41252           variables of definitions.
41254 2001-08-01 16:12  king
41256         * Source/cmInstallFilesCommand.cxx: BUG: Need to expand variables
41257           when a regular expression is specified.
41259 2001-08-01 16:11  king
41261         * Modules/FindCABLE.cmake: ENH: Support to find CABLE utility if it
41262           is installed.
41264 2001-08-01 11:19  king
41266         * Modules/FindTCL.cmake: ENH: Added tk library names tk8.4 tk8.3
41267           tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80.
41268           TK_LIBRARY should now be found on more platforms.
41270 2001-07-31 11:29  king
41272         * Source/cmCommands.cxx, Source/cmDSPWriter.cxx,
41273           Source/cmDSWWriter.cxx, Source/cmInstallFilesCommand.cxx,
41274           Source/cmInstallProgramsCommand.cxx,
41275           Source/cmInstallProgramsCommand.h, Source/cmMakefile.cxx,
41276           Source/cmTarget.cxx, Source/cmTarget.h,
41277           Source/cmUnixMakefileGenerator.cxx, Templates/CMakeLists.txt:
41278           ENH: Added INSTALL_PROGRAMS command and corresponding support.
41279           This involved splitting cmTarget::INSTALL into INSTALL_FILES and
41280           INSTALL_PROGRAMS enum values.  INSTALL_FILES no longer adds
41281           execute permission.  The INSTALL_PROGRAMS commnad takes either a
41282           list of explicit names, or a regex.  It will not expand source
41283           lists like the INSTALL_FILES command will.
41285 2001-07-30 12:21  king
41287         * Source/cmCableClassSet.cxx: ERR:
41288           ElementCombinationGenerator::ReplacePortion needs to be a friend
41289           of ElementCombinationGenerator so that it can get access to
41290           ElementCombinationGenerator::Substitution.  Also fixed one minor
41291           problem for HP build.
41293 2001-07-30 11:34  king
41295         * Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
41296           cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
41297           cmUnixMakefileGenerator.cxx: BUG: Changed include and link
41298           directory paths in cmMakefile back to std::vector because there
41299           is an order dependency.  Only cmMakefile::AddIncludeDirectory and
41300           cmMakefile::AddLinkDirectory should be called to add directories
41301           to the paths.  They make sure the paths are unique as they are
41302           inserted.
41304 2001-07-30 07:18  scottim
41306         * Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
41307           cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
41308           cmUnixMakefileGenerator.cxx: Removed the Uniquification of the
41309           include and link directory list in FinalPass, and achieved the
41310           same effect by makein m_LinkDirectores and m_IncludeDirectories a
41311           set rather than vector
41313 2001-07-27 16:29  hoffman
41315         * Source/cmMakefile.cxx: ENH: Re-implemented
41316           ExpandVariablesInString to significantly improve performance.
41318 2001-07-27 13:06  scottim
41320         * Source/: cmMakefile.cxx, cmMakefile.h: MAkefile now strips
41321           duplicate directores from the libraries and include paths
41323 2001-07-26 11:07  king
41325         * Source/: cmCableClassSet.cxx, cmCableClassSet.h,
41326           cmCableClassSetCommand.cxx, cmCableWrapTclCommand.cxx: ENH: Added
41327           cable class-set expansion and tagging for alternate name
41328           generation.  This should make the generated wrappers much easier
41329           to setup and use.
41331 2001-07-26 10:18  hoffman
41333         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp: ENH:
41334           change the logic of disabling the ok button a bit
41336 2001-07-26 09:47  berk
41338         * CMakeLists.txt: ENH: Updated regexp for tracing dependencies in
41339           FLTK dialog.
41341 2001-07-26 08:36  martink
41343         * Source/cmMakefile.h: fixed warnings
41345 2001-07-25 18:30  hoffman
41347         * Source/: cmMakefile.cxx, cmMakefile.h, cmake.cxx, cmake.h,
41348           MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
41349           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
41350           MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h,
41351           MFCDialog/resource.h: ENH: rework GUI with configure/OK/Cancel
41353 2001-07-25 16:53  martink
41355         * Source/: cmCommands.cxx, cmFunctionBlocker.h, cmIfCommand.cxx,
41356           cmIfCommand.h, cmMakefile.cxx, cmMakefile.h: added for each
41357           command
41359 2001-07-25 16:52  martink
41361         * Source/: cmEndForEachCommand.cxx, cmEndForEachCommand.h,
41362           cmForEachCommand.cxx, cmForEachCommand.h: new commands
41364 2001-07-25 09:40  berk
41366         * Source/cmCacheManager.cxx: Removing trailing spaces after cache
41367           entry value.
41369 2001-07-24 16:46  hoffman
41371         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
41372           PropertyList.h, resource.h: BUG: fix on scroll with buttons
41374 2001-07-24 16:16  king
41376         * Source/cmDSPWriter.cxx: BUG: Fixed dependency generation to work
41377           for when there are many, many dependencies.  Output is now easier
41378           to ready anyway because each dependency is on its own line.
41380 2001-07-23 14:43  king
41382         * Source/: cmConfigureGccXmlCommand.cxx,
41383           cmConfigureGccXmlCommand.h: BUG: CompilerIsMipsPro needs to
41384           redirect stderr to stdout so that the test output can be checked.
41386 2001-07-23 11:54  king
41388         * Source/: cmConfigureGccXmlCommand.cxx,
41389           cmConfigureGccXmlCommand.h: ENH: Added support for UNIX
41390           compilers.  GCC and MIPSpro are supported.
41392 2001-07-23 11:53  king
41394         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added support
41395           for non-verbose mode output from running a command.  This can be
41396           used when it is expected that the command may fail.
41398 2001-07-23 11:07  king
41400         * Source/: cmCommands.cxx, cmConfigureGccXmlCommand.cxx,
41401           cmConfigureGccXmlCommand.h: ENH: Added CONFIGURE_GCCXML command
41402           to do hard work of configuring GCCXML's flags for the current
41403           compiler.  Currently only implemented correctly for Visual C++ in
41404           Windows.
41406 2001-07-23 11:06  king
41408         * Modules/FindGCCXML.cmake: ENH: Module to find and configure
41409           GCCXML and GCCXML_FLAGS.
41411 2001-07-20 11:41  millerjv
41413         * Modules/Dart.cmake: ENH: Added Purify targets
41415 2001-07-20 09:20  millerjv
41417         * Modules/Dart.cmake: ENH: Added purify command.
41419 2001-07-20 04:56  scottim
41421         * Templates/DLLHeader.dsptemplate: adding what I think is a missing
41422           /pdbtype:sept
41424 2001-07-19 14:31  ibanez
41426         * Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
41427           CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
41428           CMakeSetupGUIImplementation.h, FLTKDialog.cxx: ENH: Save and Load
41429           of recent Source and Binary directories added.
41431 2001-07-18 16:45  martink
41433         * Source/cmMakefile.h: updated version
41435 2001-07-18 11:40  martink
41437         * Source/cmSystemTools.cxx: limit library search to appropriate
41438           extensions
41440 2001-07-18 10:17  hoffman
41442         * Modules/Dart.cmake: BUG: enable testing even if not tcl found
41444 2001-07-17 15:41  king
41446         * Source/cmCableWrapTclCommand.cxx: ENH: Added generation of
41447           dependencies on the CMake-generated input to gcc-xml so that
41448           re-generation of wrappers will occur if a header changes.
41450 2001-07-17 15:41  king
41452         * Source/cmMakeDepend.cxx: BUG: Need to expand variables in search
41453           paths in case it hasn't been done yet by the makefile.
41455 2001-07-17 15:09  king
41457         * Source/: cmMakeDepend.cxx, cmMakeDepend.h,
41458           cmOutputRequiredFilesCommand.cxx, cmUnixMakefileGenerator.cxx:
41459           ENH: Hacked together a new implementation of the dependency
41460           generator code.  This should support finding dependencies for
41461           individual files without doing them for the entire makefile.  Use
41462           cmMakeDepend::FindDependencies() to do this.
41464 2001-07-17 09:54  king
41466         * Modules/CMakeLists.txt, Modules/FindDart.cmake,
41467           Modules/FindJNI.cmake, Modules/FindPythonLibs.cmake,
41468           Modules/FindTCL.cmake, Source/cmSystemTools.cxx,
41469           Source/cmSystemTools.h, Templates/configure,
41470           Templates/configure.in: ENH: Added support for using
41471           backslash-style escaping in CMakeLists.txt file arguments.  This
41472           allows double quotes to be used in arguments.
41474 2001-07-16 18:40  perera
41476         * Source/: cmAuxSourceDirectoryCommand.cxx, cmMakefile.cxx,
41477           cmMakefile.h, cmSourceFile.cxx, cmSourceFile.h,
41478           cmSourceFilesCommand.cxx, cmSourceFilesRemoveCommand.cxx,
41479           cmTarget.cxx: ENH: Source and header file extensions are in
41480           variables in cmMakefile.  AUX_SOURCE_DIRECTORY will only add
41481           files that have a "source" extension.
41483 2001-07-16 15:19  ibanez
41485         * Modules/: FindGLU.cmake, FindGLUT.cmake:      Search path for
41486           OpenGL related libraries
41488 2001-07-16 10:17  hoffman
41490         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
41491           ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX
41493 2001-07-16 10:15  hoffman
41495         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure cache is
41496           cleared
41498 2001-07-16 10:14  hoffman
41500         * Source/: cmMakefile.cxx, cmSourceFile.cxx: ENH: add support for
41501           mac osx
41503 2001-07-15 21:10  barre
41505         * Modules/FindPythonLibs.cmake: update include/lib path to Python
41506           (Linux)
41508 2001-07-12 19:48  hoffman
41510         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
41511           PropertyList.cpp, PropertyList.h: ENH: add a check to avoid
41512           quitting before rebuilding
41514 2001-07-11 13:30  martink
41516         * Source/: cmMakefile.h: version num
41518 2001-07-11 13:06  martink
41520         * Source/MFCDialog/CMakeSetupDialog.cpp: fixed up resizing info
41522 2001-07-11 12:12  hoffman
41524         * Source/cmSystemTools.cxx: BUG: make sure find program does not
41525           find directories
41527 2001-07-10 17:13  hoffman
41529         * Source/: cmIncludeCommand.cxx, cmLoadCacheCommand.cxx: BUG:
41530           remove iostream.h includes
41532 2001-07-10 16:20  berk
41534         * Source/cmUnixMakefileGenerator.cxx: Unnecessary variable
41536 2001-07-10 16:20  berk
41538         * Source/cmMakefile.cxx: Better error checking.
41540 2001-07-10 14:29  hoffman
41542         * Templates/: configure, configure.in: BUG: fix excape of * for
41543           cmake
41545 2001-07-10 13:57  king
41547         * Source/cmUnixMakefileGenerator.cxx: BUG: When splitting a full
41548           path library into separate -L and -l parts, the -l part may not
41549           have a "lib" prefix on cygwin.
41551 2001-07-10 12:09  king
41553         * Source/cmake.cxx: ENH: Removing automatic setting of
41554           BUILD_SHARED_LIBS.  Projects that support this should explicitly
41555           declare it with the OPTION command, or set its libraries to
41556           shared or static directly on each ADD_LIBRARY command.
41558 2001-07-10 11:56  berk
41560         * Modules/Dart.cmake: Checking if tclshcommand is defined before
41561           running it.
41563 2001-07-10 11:46  king
41565         * Source/cmUnixMakefileGenerator.cxx: ENH: Added
41566           -D(library_name)_EXPORTS to build rules for sources that are
41567           going to be linked into a shared library.  This allows dllexport
41568           setup for DLL building on cygwin.  It may also come in handy in
41569           unix in the future.  This corresponds to the same definition
41570           added by the dll dsp template in windows.
41572 2001-07-10 09:23  martink
41574         * Source/cmBuildNameCommand.cxx: changes to better handle old
41575           values or hand set values
41577 2001-07-09 12:46  nobody
41579         * DartConfig.cmake: Disabled doxygen and gnats
41581 2001-07-08 17:54  perera
41583         * Source/cmUnixMakefileGenerator.cxx: BUG: library extension goes
41584           after library name, not before
41586 2001-07-06 14:41  hoffman
41588         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
41589           ENH: some clean up, and better checking to see if we are building
41590           cmake
41592 2001-07-06 14:11  hoffman
41594         * configure, configure.in: ENH: run make depend
41596 2001-07-06 12:46  will
41598         * Source/cmCommand.h: ERR:Spelling mistake
41600 2001-07-06 09:22  king
41602         * Source/cmStandardIncludes.h: ENH: Warning 4503 disable for MSVC.
41604 2001-07-05 18:15  hoffman
41606         * Templates/: configure, configure.in: BUG: fix flags for cygwin
41607           and shared builds
41609 2001-07-05 17:52  hoffman
41611         * Source/cmSystemTools.cxx: ENH: add better error output
41613 2001-07-05 12:03  hoffman
41615         * Source/cmUnixMakefileGenerator.cxx, Templates/configure,
41616           Templates/configure.in: BUG: fix solaris problems in install and
41617           ar
41619 2001-07-03 10:53  king
41621         * Source/cmCableWrapTclCommand.cxx: ENH: Removed -fsyntax-only flag
41622           from call to gcc-xml.  It should be part of GCCXML_FLAGS.
41624 2001-07-03 05:27  scottim
41626         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
41627           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
41628           Templates/EXEWinHeader.dsptemplate,
41629           Templates/UtilityHeader.dsptemplate,
41630           Templates/staticLibHeader.dsptemplate: Renamed the
41631           ReleaseWithDebugInfo Build configuration to RelWithDebInfo,
41632           because msdev does simple matching on build target, and
41633           specifying either Release or Debug builds would also build
41634           ReleaseWithDebugInfo
41636 2001-07-02 16:52  king
41638         * Source/cmUnixMakefileGenerator.cxx: BUG: When outputting relative
41639           path of .o, the relative path of the source file must also be
41640           written (not full path).
41642 2001-07-02 16:30  millerjv
41644         * Source/cmBuildNameCommand.cxx: FIX: BuildName removes path to
41645           compiler and converts any illegal characters
41647 2001-07-02 15:57  king
41649         * Source/: cmCommands.cxx, cmBuildSharedLibrariesCommand.cxx,
41650           cmBuildSharedLibrariesCommand.h: ENH: Removed deprecated command
41651           completely.
41653 2001-07-02 15:38  king
41655         * Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
41656           cmDSPWriter.cxx, cmDSPWriter.h, cmDSWWriter.cxx, cmMakefile.cxx,
41657           cmMakefile.h, cmTarget.h, cmUnixMakefileGenerator.cxx,
41658           cmUnixMakefileGenerator.h: ENH: Added support for selection of
41659           static/shared build on a per-library basis.
41661 2001-07-02 14:38  martink
41663         * Source/cmake.cxx: better arg support
41665 2001-07-02 14:03  berk
41667         * Source/: cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.h,
41668           cmVTKWrapTclCommand.h: Should not be inherited.
41670 2001-07-02 14:03  berk
41672         * Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
41673           cmVTKWrapTclCommand.cxx: Better error checking.
41675 2001-07-02 14:02  berk
41677         * Source/cmConfigureFileCommand.cxx: Wrong place for fout
41679 2001-06-29 16:46  martink
41681         * Source/cmConfigureFileCommand.cxx: better configure file command
41683 2001-06-29 16:06  nobody
41685         * CMakeLists.txt: added logo
41687 2001-06-29 09:53  martink
41689         * Source/cmaketest.cxx: minor compile fix
41691 2001-06-29 09:30  hoffman
41693         * Source/cmUnixMakefileGenerator.cxx,
41694           Templates/CMakeSystemConfig.cmake.in, Templates/configure,
41695           Templates/configure.in: BUG: break up CMAKE_AR into program and
41696           ARGS
41698 2001-06-28 17:45  hoffman
41700         * configure, configure.in, Source/cmSystemTools.cxx,
41701           Source/cmUnixMakefileGenerator.cxx, Templates/configure,
41702           Templates/configure.in: ENH: various fixes to allow bootstrap on
41703           sunos with CC
41705 2001-06-28 16:45  hoffman
41707         * Source/cmEnableTestingCommand.cxx: fixed Dart issue
41709 2001-06-28 15:27  hoffman
41711         * Templates/CMakeSystemConfig.cmake.in: set values in the cache not
41712           just the current makefile
41714 2001-06-28 15:11  berk
41716         * Source/FLTKDialog/FLTKPropertyItemRow.cxx: Undefined symbol
41718 2001-06-28 15:08  berk
41720         * Source/cmUnixMakefileGenerator.cxx: Special rules for
41721           out-of-package source files.
41723 2001-06-28 14:53  hoffman
41725         * Source/FLTKDialog/: CMakeLists.txt,
41726           CMakeSetupGUIImplementation.cxx, FLTKPropertyItemRow.cxx,
41727           FLTKPropertyList.cxx: BUG: fix for sgi compiler
41729 2001-06-28 14:38  hoffman
41731         * Templates/: configure, configure.in: BUG: pass flags to compiler
41732           during configure
41734 2001-06-28 14:27  hoffman
41736         * Templates/: configure, configure.in: BUG: pass flags to compiler
41737           during configure
41739 2001-06-28 14:01  hoffman
41741         * Source/cmSourceFilesCommand.cxx: BUG: find files in
41742           subdirectories
41744 2001-06-28 11:42  hoffman
41746         * Source/cmStandardIncludes.h: fix for scope on hp
41748 2001-06-28 11:40  hoffman
41750         * Source/cmSystemTools.cxx: BUG: check size of path error, HP
41751           gcount problem
41753 2001-06-27 17:19  berk
41755         * Source/cmSourceFilesCommand.cxx: Added variable expansion.
41757 2001-06-27 16:18  martink
41759         * Source/cmMakefile.h: updated version to 0.3
41761 2001-06-27 16:17  martink
41763         * Source/cmMakefile.h: updated version to 0.2
41765 2001-06-27 16:14  martink
41767         * Source/cmUnixMakefileGenerator.cxx: ENH: fix install when
41768           executable and lib path set
41770 2001-06-27 15:42  hoffman
41772         * configure, configure.in, Source/CMakeLists.txt,
41773           Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx,
41774           Source/cmake.cxx, Templates/install-sh: ENH: fix install for
41775           cygwin, build cmake from configure
41777 2001-06-27 15:13  king
41779         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
41780           BUG: Check for building shared libraries should read from the
41781           make file's setting, not directly from the cache.
41783 2001-06-27 15:09  king
41785         * Source/cmDSPWriter.cxx: BUG: Check for building shared libraries
41786           should read from makefile's setting, not directly from the cache.
41788 2001-06-27 13:16  martink
41790         * CMake.rtf: updated for 0.2
41792 2001-06-27 13:12  martink
41794         * Source/: cmLinkLibrariesCommand.h, cmSubdirCommand.h:
41795           documentation change
41797 2001-06-27 12:09  perera
41799         * Source/cmUnixMakefileGenerator.cxx: ENH: Use ${MAKE} instead of
41800           make for dependent library rules
41802 2001-06-27 11:49  martink
41804         * Source/cmCommands.cxx: alphabetized
41806 2001-06-27 11:35  martink
41808         * Source/cmake.cxx: added help options
41810 2001-06-27 09:17  martink
41812         * Source/: cmSystemTools.cxx, cmaketest.cxx, cmaketest.h.in: minor
41813           fixes to testing
41815 2001-06-27 09:16  martink
41817         * Source/CMakeLists.txt: mod to the testing
41819 2001-06-27 09:16  martink
41821         * CMakeLists.txt: added dependencies for testing
41823 2001-06-26 16:44  hoffman
41825         * Source/MFCDialog/PropertyList.cpp: ENH: convert to unix slashes
41826           on browse, remove font and color junk
41828 2001-06-26 16:19  hoffman
41830         * Source/cmake.dsp: BUG: change to dos mode
41832 2001-06-26 13:41  martink
41834         * Modules/Dart.cmake: update for CMake changes
41836 2001-06-26 13:23  martink
41838         * Source/: CMakeLists.txt, cmAddCustomTargetCommand.cxx,
41839           cmAddCustomTargetCommand.h, cmBuildCommand.cxx,
41840           MFCDialog/CMakeLists.txt: modified how paths are escaped, added
41841           depends
41843 2001-06-26 10:01  martink
41845         * Source/: cmAddDependenciesCommand.cxx,
41846           cmAddDependenciesCommand.h, cmCommands.cxx: added add
41847           dependencies command
41849 2001-06-26 09:55  martink
41851         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
41852           CMakeSetupDialog.h: better GUI resize and combo box fixes
41854 2001-06-25 13:34  millerjv
41856         * Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: FIX:
41857           added AddDefinition() to store site name and build name in
41858           makefile.  Also stripped      white space from the result of
41859           hostname.
41861 2001-06-25 10:59  martink
41863         * CMakeLists.txt: made cmake write its execs into CMake/Source
41865 2001-06-22 14:53  hoffman
41867         * Source/cmUnixMakefileGenerator.cxx: BUG: shared libraries should
41868           not depend on other shared libraries, they get relinked too
41869           often.
41871 2001-06-22 14:53  hoffman
41873         * Source/cmMakefile.cxx: ENH: put back stdio.h to get sprintf
41875 2001-06-22 14:23  biddi
41877         * Source/cmCommands.cxx: ERR: Serious problems with my CVS. How did
41878           this get committed?
41880 2001-06-22 12:19  king
41882         * Source/cmSystemTools.cxx: BUG: Wrote correct implementation of
41883           cmCopyFile.
41885 2001-06-22 12:18  king
41887         * Source/cmake.cxx: BUG: Fixed generation of cMakeRoot in one case.
41889 2001-06-22 12:18  king
41891         * Source/cmStandardIncludes.h: ENH: Added string.h include.
41893 2001-06-22 12:17  king
41895         * Source/cmMakefile.cxx: ERR: Removed stray standard header
41896           include.  They should be added to cmStandardIncludes.h
41898 2001-06-22 12:17  king
41900         * Source/cmIncludeCommand.cxx: BUG: Added missing newline in error
41901           message.
41903 2001-06-22 11:32  martink
41905         * Source/cmMakefile.cxx: removed stricmp
41907 2001-06-22 11:28  martink
41909         * Source/CMakeLists.txt: escape quotes on cmaketest.h.in
41911 2001-06-22 11:15  martink
41913         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
41914           added escape quotes option
41916 2001-06-22 11:14  martink
41918         * Source/: cmMakefile.cxx, cmMakefile.h: added escape quotes option
41919           in replace strings
41921 2001-06-22 10:21  martink
41923         * Source/: cmSystemTools.cxx, cmSystemTools.h: added escape quote
41924           method
41926 2001-06-22 09:58  biddi
41928         * Source/: cmCommands.cxx, cmSourceFilesRemoveCommand.cxx,
41929           cmSourceFilesRemoveCommand.h: ENH: Added new command
41930           SOURCE_FILES_REMOVE which can be used to take files out of the
41931           build. Especially useful when certain compilers choke on the odd
41932           file.
41934 2001-06-22 09:47  biddi
41936         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
41937           RemoveSource(...) to complement AddSource. New command
41938           SOURCE_FILES_REMOVE uses it and can be used to take files out of
41939           the build
41941 2001-06-22 09:27  martink
41943         * Source/cmaketest.cxx: namespace issues
41945 2001-06-21 17:55  hoffman
41947         * Source/cmDSWWriter.cxx: allow no name project
41949 2001-06-21 17:53  martink
41951         * Source/CMakeLists.txt: better testing
41953 2001-06-21 17:53  martink
41955         * Source/: cmSystemTools.cxx, cmSystemTools.h: adde changeDirectory
41957 2001-06-21 17:52  martink
41959         * Source/: cmaketest.cxx, cmaketest.h.in: new test driver
41961 2001-06-21 17:52  martink
41963         * Tests/Simple/: CMakeLists.txt, simple.cxx: new tests
41965 2001-06-21 17:41  hoffman
41967         * Source/cmake.cxx: BUG: fix for unix
41969 2001-06-21 17:25  hoffman
41971         * Source/cmake.cxx: ENH: clean up
41973 2001-06-21 17:20  hoffman
41975         * Source/cmake.cxx: ENH: look in the PREFIX dir for the modules
41977 2001-06-21 16:34  hoffman
41979         * Source/: cmConfigure.cmake.h.in, cmake.cxx: ENH: better ability
41980           to find cmake program
41982 2001-06-21 15:57  martink
41984         * Templates/CMakeLists.txt: minor install fix
41986 2001-06-21 15:54  martink
41988         * Source/cmUnixMakefileGenerator.cxx: better permission handling
41990 2001-06-21 15:02  king
41992         * Source/: cmIncludeRegularExpressionCommand.cxx,
41993           cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
41994           cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
41995           cmUnixMakefileGenerator.cxx: ENH: Extended
41996           INCLUDE_REGULAR_EXPRESSION to allow selective complaints about
41997           missing dependencies.
41999 2001-06-21 15:02  king
42001         * Source/CMakeLists.txt: ENH: Added BUILD_FLTK_GUI option (defaults
42002           to ON).
42004 2001-06-21 13:48  hoffman
42006         * Source/: CMakeLists.txt, cmSourceFile.cxx, cmStandardIncludes.h:
42007           BUG: fix bootstrap build on unix
42009 2001-06-21 12:43  ibanez
42011         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42012           FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h: ENH: Update the
42013           cacheManager from the GUI after each callback.       Only load
42014           the cache from disk if the binary path has changed.
42016 2001-06-21 12:31  hoffman
42018         * CMakeLists.txt: ENH: add include regexp
42020 2001-06-21 12:19  martink
42022         * Source/FLTKDialog/CMakeLists.txt: added install target
42024 2001-06-21 12:01  martink
42026         * CMakeLists.txt, Makefile.in, configure, configure.in, install-sh,
42027           Modules/CMakeLists.txt, Source/cmInstallFilesCommand.cxx,
42028           Source/cmInstallFilesCommand.h, Source/cmSystemTools.cxx,
42029           Source/cmSystemTools.h, Source/cmake.cxx,
42030           Templates/CMakeLists.txt, Templates/install-sh: better install
42031           support
42033 2001-06-21 10:58  hoffman
42035         * Templates/CMakeSystemConfig.cmake.in: BUG: remove quotes
42037 2001-06-21 10:36  hoffman
42039         * Source/: cmIncludeCommand.cxx, cmIncludeCommand.h: ENH: add
42040           optional include and only allow one file per INCLUDE
42042 2001-06-21 10:17  ibanez
42044         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: INTERNAL
42045           properties are not display any longer in the GUI
42047 2001-06-21 09:56  ibanez
42049         * Source/FLTKDialog/FLTKPropertyItemRow.cxx: ENH: The cache is not
42050           saved now after every modification of the GUI
42052 2001-06-21 09:45  ibanez
42054         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42055           FLTKPropertyItemRow.cxx: ENH: Clearing and redrawing the property
42056           list after a build to load the new cache.
42058 2001-06-21 08:41  ibanez
42060         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42061           FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
42062           FLTKPropertyList.cxx, FLTKPropertyList.h: ENH: PropertyRows have
42063           now a reference to CMakeSetupGUI and save the cache      at each
42064           callback action
42066 2001-06-21 07:37  ibanez
42068         * Source/FLTKDialog/: CMakeLists.txt, CMakeSetupGUI.cxx,
42069           CMakeSetupGUI.fl, CMakeSetupGUI.h,
42070           CMakeSetupGUIImplementation.cxx, FLTKPropertyItemRow.cxx,
42071           FLTKPropertyItemRow.h: ENH: PropertyNameButton was removed.
42072           PropertyRow manages all the callbacks now
42074 2001-06-21 07:35  ibanez
42076         * Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.h,
42077           FLTKPropertyNameButtonWithHelp.cxx: Removed: now the help string
42078           is managed by the PropertyRow class
42080 2001-06-20 17:03  hoffman
42082         * Source/: FLTKDialog/CMakeLists.txt, MFCDialog/CMakeLists.txt:
42083           ENH: add CMakeSetup as a target
42085 2001-06-20 16:49  hoffman
42087         * Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
42088           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
42089           Templates/EXEWinHeader.dsptemplate,
42090           Templates/staticLibHeader.dsptemplate: ENH: boot strap mfc gui
42091           and support for MFC
42093 2001-06-20 13:56  hoffman
42095         * Source/CMakeLists.txt, Source/cmConfigure.cmake.h.in,
42096           Source/cmSourceFile.cxx, Source/cmStandardIncludes.h,
42097           Source/cmake.cxx, Source/FLTKDialog/CMakeLists.txt,
42098           Source/FLTKDialog/CMakeSetupGUIImplementation.cxx,
42099           Templates/CMakeSystemConfig.cmake.in, Templates/configure,
42100           Templates/configure.in: ENH: fix cmake so it can boot strap
42101           itself better
42103 2001-06-19 16:29  hoffman
42105         * Modules/FindFLTK.cmake: [no log message]
42107 2001-06-19 16:10  hoffman
42109         * Source/: CMakeLists.txt, FLTKDialog/CMakeLists.txt,
42110           FLTKDialog/CMakeSetupGUIImplementation.cxx,
42111           FLTKDialog/FLTKPropertyNameButtonWithHelp.cxx: ENH: build fltk
42112           cmake on unix with bootstrap
42114 2001-06-19 16:05  king
42116         * Makefile.in: BUG: Exectuable installation must set permissions to
42117           755 in case installer has a umask like 007.
42119 2001-06-19 15:50  king
42121         * Source/: cmBuildSharedLibrariesCommand.cxx, cmake.cxx: ENH: CMake
42122           now always adds the BUILD_SHARED_LIBS cache entry.  The
42123           BUILD_SHARED_LIBRARIES command that used to be used is now
42124           deprecated.
42126 2001-06-19 15:49  hoffman
42128         * Source/FLTKDialog/CMakeLists.txt: ENH: add bootstrap support for
42129           building fltk
42131 2001-06-19 15:33  hoffman
42133         * Source/: CMakeLists.txt, FLTKDialog/CMakeSetupGUI.cxx,
42134           MFCDialog/CMakeSetupDialog.cpp: ENH: add bootstrap support for
42135           building fltk
42137 2001-06-19 14:32  hoffman
42139         * Source/MFCDialog/: CMakeDialog.h, CMakeSetup.rc,
42140           CMakeSetupDialog.cpp, CMakeSetupDialog.h, resource.h: ENH: add
42141           resize ability to dialog and fix tab stop orders
42143 2001-06-19 12:03  king
42145         * Source/: cmCableCloseNamespaceCommand.cxx,
42146           cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
42147           cmCableCommand.h, cmCableData.cxx, cmCableData.h,
42148           cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
42149           cmCableInstantiateClassCommand.cxx,
42150           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
42151           cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
42152           cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
42153           cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
42154           cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
42155           cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
42156           cmCableWrapCommand.h, cmCommands.cxx: ENH: Removing old-style
42157           cable commands related to the instantiation functionality which
42158           has now been removed from cable.
42160 2001-06-19 12:01  king
42162         * Source/cmOutputRequiredFilesCommand.cxx: ERR: Removed unused
42163           variable.
42165 2001-06-19 07:41  millerjv
42167         * Source/: cmAddTestCommand.cxx, cmEnableTestingCommand.cxx: ENH:
42168           Changed generated filename to DartTestfile.txt
42170 2001-06-18 17:26  hoffman
42172         * Source/cmSystemTools.cxx: BUG: use pclose not fclose
42174 2001-06-18 16:54  perera
42176         * Source/cmLinkLibrariesCommand.cxx: ENH: LINK_LIBRARIES(abc) will
42177           automatically add the path to abc to the link directories, if the
42178           path is known.
42180 2001-06-18 15:35  hoffman
42182         * Source/cmUnixMakefileGenerator.cxx: BUG: remove unused
42184 2001-06-18 15:32  hoffman
42186         * Source/cmUnixMakefileGenerator.cxx: BUG: create directories in
42187           the right place
42189 2001-06-18 15:31  hoffman
42191         * Source/cmake.cxx: ENH: move EXECUTABLE_OUTPUT_PATH and
42192           LIBRARY_OUTPUT_PATH initial creation to after the CMakeLists.txt
42193           files have been parsed
42195 2001-06-18 13:16  martink
42197         * Modules/Dart.cmake: out of source dart support
42199 2001-06-15 17:57  hoffman
42201         * Source/cmUnixMakefileGenerator.cxx: ENH: do not add anything from
42202           the current directory to the depends
42204 2001-06-15 10:35  perera
42206         * Source/cmUnixMakefileGenerator.cxx: BUG: fixed so that empty
42207           library paths are ignored
42209 2001-06-15 07:51  ibanez
42211         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42212           CMakeSetupGUIImplementation.h, FLTKDialog.cxx,
42213           FLTKPropertyNameButtonWithHelp.cxx: ENH: Absolute path to cmake
42214           resolved
42216 2001-06-15 07:49  ibanez
42218         * Source/FLTKDialog/Makefile.in: ENH: Getting headers and libs for
42219           FLTK and OpenGL
42221 2001-06-14 17:06  biddi
42223         * Source/cmSourceFile.cxx: ERR: allow *.cpp as well as *.cxx etc
42224           etc
42226 2001-06-14 14:32  berk
42228         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42229           FLTKPropertyItemRow.cxx, FLTKPropertyItemRow.h,
42230           FLTKPropertyList.cxx, FLTKPropertyNameButtonWithHelp.cxx,
42231           FLTKPropertyNameButtonWithHelp.h: Include directory names are
42232           Case sensitive in Unix.
42234 2001-06-14 11:45  martink
42236         * Source/CMakeLib.dsp: added make depend on win32
42238 2001-06-14 10:19  hoffman
42240         * Source/cmUnixMakefileGenerator.cxx: BUG: fix it so that if a
42241           Makefile is out of date for some reason, it is only built once,
42242           it was doing it twice.
42244 2001-06-14 09:10  martink
42246         * CMakeLists.txt, DartConfig.cmake: modified testing
42248 2001-06-13 17:50  hoffman
42250         * Source/cmUnixMakefileGenerator.cxx: BUG: fix so it does not jump
42251           into the current directory for inital target builds
42253 2001-06-13 17:03  hoffman
42255         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
42256           cmake.cxx: ENH: fix EXECUTABLE_OUTPUT_PATH and
42257           LIBRARY_OUTPUT_PATH for unix
42259 2001-06-13 16:15  martink
42261         * Modules/FindDart.cmake: used to find the dart testing system
42263 2001-06-13 14:49  martink
42265         * CMakeLists.txt: minor dart change
42267 2001-06-13 13:53  martink
42269         * Source/: cmTarget.cxx, cmTarget.h: duh
42271 2001-06-13 13:49  martink
42273         * CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h: minor cvs
42274           web changeCMakeLists.txt
42276 2001-06-13 10:28  ibanez
42278         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Search
42279           for cmake executable full path added (window/unix)
42281 2001-06-13 00:16  ibanez
42283         * Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
42284           FLTKPropertyItemRow.h, FLTKPropertyList.cxx, FLTKPropertyList.h,
42285           FLTKPropertyNameButtonWithHelp.cxx,
42286           FLTKPropertyNameButtonWithHelp.h: ENH: Added popup menu for
42287           removing a property.  Some style changes
42289 2001-06-12 18:44  ibanez
42291         * Source/FLTKDialog/: FLTKPropertyItemRow.cxx,
42292           FLTKPropertyItemRow.h, Makefile.in: ENH: Added help blobs that
42293           popup when the mouse is left on top of the      property name
42295 2001-06-12 18:43  ibanez
42297         * Source/FLTKDialog/: FLTKPropertyNameButtonWithHelp.cxx,
42298           FLTKPropertyNameButtonWithHelp.h:  Class derived from Fl_Button
42299           with added help blobs
42301 2001-06-12 14:15  perera
42303         * Source/cmUnixMakefileGenerator.cxx, Templates/configure,
42304           Templates/configure.in: BUG: SHLIB_LINK was being used when
42305           linking static executables. Missing comma in RUNTIME_FLAG for
42306           IRIX.  ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override
42307           configure detected flags
42309 2001-06-12 13:30  martink
42311         * CMakeLists.txt, Source/CMakeLists.txt: support testing
42313 2001-06-12 12:22  king
42315         * Source/cmUnixMakefileGenerator.cxx: BUG: CMake's configure needs
42316           to run with the current directory as the project's binary
42317           directory.
42319 2001-06-12 12:20  king
42321         * Source/FLTKDialog/: CMakeSetupGUI.h,
42322           CMakeSetupGUIImplementation.cxx, CMakeSetupGUIImplementation.h:
42323           ERR: Needed virtual destructor to correspond to virtual
42324           functions.  Also added several std:: qualifiers to string.
42326 2001-06-12 11:55  martink
42328         * Source/: cmakemain.cxx: cmake does not require two arguments
42330 2001-06-12 11:12  martink
42332         * Source/cmCommands.cxx: removed old added new
42334 2001-06-12 11:08  martink
42336         * Source/cmCommands.cxx: removed old added new
42338 2001-06-12 11:08  martink
42340         * Source/: cmOutputRequiredFilesCommand.cxx,
42341           cmOutputRequiredFilesCommand.h: added new command
42343 2001-06-12 11:08  martink
42345         * Source/: cmConfigureFileNoAutoconf.cxx,
42346           cmConfigureFileNoAutoconf.h, cmTestsCommand.cxx,
42347           cmTestsCommand.h: removed old commands
42349 2001-06-12 10:59  king
42351         * Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx: BUG:
42352           Dependency hints must be removed by the makefile generator before
42353           adding the dependencies generated by cmMakeDepend.
42355 2001-06-12 10:45  perera
42357         * Source/cmUnixMakefileGenerator.cxx: BUG: There was no dependency
42358           for library targets on their required libraries.  (Hopefully
42359           there aren't any cyclic dependencies for libraries.)
42360           CMAKE_SHLIB_LINK is now used for executable targets.
42362 2001-06-12 09:00  martink
42364         * Source/: cmMakeDepend.h, cmUnixMakefileGenerator.cxx,
42365           cmUnixMakefileGenerator.h, cmMakeDepend.cxx: some cleanup to the
42366           make depend process
42368 2001-06-12 08:34  ibanez
42370         * Source/FLTKDialog/: CMakeSetupGUI.cxx, CMakeSetupGUI.fl,
42371           CMakeSetupGUI.h, CMakeSetupGUIImplementation.cxx,
42372           CMakeSetupGUIImplementation.h, FLTKPropertyItemRow.cxx: ENH:
42373           Paths are now expanded for environment variables and made
42374           absolute.       The binary directory is created if it doesn't
42375           exist.
42377 2001-06-12 08:31  king
42379         * Source/cmUnixMakefileGenerator.cxx: BUG: WIN32_EXECUTABLE targets
42380           were not being installed on unix properly.  They are supposed to
42381           be treated just like any other EXECUTABLE target.
42383 2001-06-12 08:30  king
42385         * Source/cmake.cxx: ERR: int -> unsigned int.
42387 2001-06-11 21:50  ibanez
42389         * Modules/FindFLTK.cmake: ENH: Added the path used in SuSe Linux
42390           7.1
42392 2001-06-11 19:14  millerjv
42394         * Modules/Dart.cmake: Modified for new Dart source tree
42396 2001-06-11 18:00  martink
42398         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: minor fix in
42399           error checking
42401 2001-06-11 17:09  king
42403         * Modules/FindTCL.cmake: ENH: Added check for tcl8.4 (as against
42404           tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
42406 2001-06-11 16:47  martink
42408         * Source/cmMakefile.h: added some const versions of get methods
42410 2001-06-11 15:31  millerjv
42412         * Modules/Testing.cmake: Changed Testing.cmake to Dart.cmake
42414 2001-06-11 15:28  millerjv
42416         * Modules/Dart.cmake: Rename Testing.cmake to Dart.cmake
42418 2001-06-11 10:18  king
42420         * Source/cmSystemTools.cxx: BUG: Fixed regular expression used to
42421           match registry entries.  The expression now matches everything
42422           after a [HKEY until the first ']' is encountered.
42424 2001-06-11 02:10  ibanez
42426         * Source/FLTKDialog/CMakeSetupGUIImplementation.cxx: ENH: Waiting
42427           cursor color were reversed
42429 2001-06-11 01:20  ibanez
42431         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42432           CMakeSetupGUIImplementation.h: ENH: CMake invokation is working.
42434 2001-06-10 21:36  ibanez
42436         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cxx,
42437           CMakeSetupGUIImplementation.h: ENH: Cache saving added
42439 2001-06-10 18:27  ibanez
42441         * Source/cmSystemTools.cxx: DOC: Added a comment about the risk of
42442           using tempnam in Unix, as opposed to      using mkstemp.
42444 2001-06-10 18:25  ibanez
42446         * Source/FLTKDialog/: CMakeSetupGUI.cpp,
42447           CMakeSetupGUIImplementation.cpp, FLTKPropertyList.cpp,
42448           FLTKDialog.cpp:      .cpp renamed as .cxx
42450 2001-06-10 18:23  ibanez
42452         * Source/FLTKDialog/FLTKPropertyItemRow.h:      Class to manage
42453           every row in the GUI scrolling, corresponding to a
42454                single property
42456 2001-06-10 18:23  ibanez
42458         * Source/FLTKDialog/Makefile.in:      Template for the Makefile
42460 2001-06-10 18:21  ibanez
42462         * Source/FLTKDialog/: CMakeSetupGUI.cxx,
42463           CMakeSetupGUIImplementation.cxx, FLTKDialog.cxx,
42464           FLTKPropertyItemRow.cxx, FLTKPropertyList.cxx: ENH: cpp renamed
42465           cxx. Copy of data to and from the GUI is working
42467 2001-06-10 18:19  ibanez
42469         * Source/FLTKDialog/: CMakeSetupGUI.fl, CMakeSetupGUI.h,
42470           CMakeSetupGUIImplementation.h, FLTKPropertyList.h: ENH: Added
42471           Fl_Tiles as row for holding property data. Data to and from the
42472           GUI is working
42474 2001-06-09 20:54  king
42476         * Source/cmCableWrapTclCommand.cxx: BUG: Changed custom command
42477           generation to not use full path of output file from cable.
42479 2001-06-08 14:40  king
42481         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
42482           Added proper request for/generation of CABLE, GCCXML, and
42483           GCCXML_FLAGS cache entries.  This also allowed the correct
42484           generation of gccxml rules.
42486 2001-06-08 14:38  king
42488         * Source/cmDSPWriter.cxx: BUG: Removed generation of stray # Begin
42489           Custom Build line.
42491 2001-06-08 00:18  perera
42493         * Source/cmUnixMakefileGenerator.cxx,
42494           Templates/CMakeSystemConfig.cmake.in, Templates/configure,
42495           Templates/configure.in: ENH: Runtime library search paths can be
42496           added to the link lines for on shared builds.
42498 2001-06-07 16:48  martink
42500         * CMake.pdf.gz: replaced with pdf version
42502 2001-06-07 16:45  will
42504         * CMake.pdf: updated docs
42506 2001-06-07 16:34  martink
42508         * CMake.doc.gz: checked in rtf version
42510 2001-06-07 16:24  martink
42512         * CMake.rtf: updated docs
42514 2001-06-07 14:52  hoffman
42516         * Source/cmAddTestCommand.cxx, Source/cmCablePackageCommand.cxx,
42517           Source/cmCableWrapTclCommand.cxx, Source/cmCacheManager.cxx,
42518           Source/cmCacheManager.h, Source/cmDSWWriter.cxx,
42519           Source/cmMakefile.cxx, Source/cmMakefile.h,
42520           Source/cmSystemTools.h, Source/cmTarget.h,
42521           Source/cmUnixMakefileGenerator.cxx,
42522           Source/cmUtilitySourceCommand.cxx,
42523           Source/cmVTKWrapJavaCommand.cxx,
42524           Source/cmVTKWrapPythonCommand.cxx,
42525           Source/cmVTKWrapTclCommand.cxx, Source/cmake.cxx,
42526           Source/MFCDialog/CMakeSetupDialog.cpp,
42527           Templates/CMakeWindowsSystemConfig.cmake: ENH: move utilities to
42528           targets from makefile, and add versioning to cache
42530 2001-06-07 12:22  king
42532         * Source/cmEnableTestingCommand.cxx: BUG: ENABLE_TESTING command
42533           may need to create output directory before writing the
42534           CMakeTestfile into it since it is invoked before the makefile
42535           generator runs.
42537 2001-06-07 11:36  scottim
42539         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
42540           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
42541           Templates/EXEWinHeader.dsptemplate,
42542           Templates/UtilityHeader.dsptemplate,
42543           Templates/staticLibHeader.dsptemplate: adding a "Release with
42544           debugging Info" build to CMake for NT
42546 2001-06-07 10:16  king
42548         * Source/cmCableWrapTclCommand.cxx: ERR: Fixed generation of source
42549           name and directory for cmSourceFiles of generated Tcl wrapper
42550           files.  Changed extension of generated gcc-xml input c++ file to
42551           be .cc so that GCC will recognize it, but MsDev will still allow
42552           a custom command on it.
42554 2001-06-07 08:50  millerjv
42556         * Source/cmConfigureFileNoAutoconf.cxx: FIX: Chaned error message
42557           to match command
42559 2001-06-06 16:45  king
42561         * Source/cmCableWrapTclCommand.cxx: ENH: Changed generation of
42562           gccxml command to write out define and include flags explicitly
42563           instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables.
42564           This should help it run when gccxml is not the compiler that will
42565           build the generated wrappers.
42567 2001-06-06 16:14  millerjv
42569         * Source/cmAddTestCommand.cxx: FIX: InitialPass() seg fault on
42570           std::copy and FinalPass() was not appending to the file
42572 2001-06-06 13:58  martink
42574         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h,
42575           cmCommands.cxx, cmConfigureFileNoAutoconf.cxx,
42576           cmEnableTestingCommand.cxx, cmEnableTestingCommand.h,
42577           cmMakefile.cxx, cmMakefile.h, cmTestsCommand.cxx: added enable
42578           testing deprecated some commands
42580 2001-06-06 13:55  hoffman
42582         * Source/CMakeLib.dsp: [no log message]
42584 2001-06-06 13:48  hoffman
42586         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
42587           cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWMakefile.h,
42588           cmDSWWriter.cxx, cmDSWWriter.h, cmMSProjectGenerator.cxx,
42589           cmMSProjectGenerator.h: ENH: rename DSWMakefile and DSPMakefile
42590           to DSWWriter and DSPWriter
42592 2001-06-06 13:19  hoffman
42594         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
42595           cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
42596           cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
42597           cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
42598           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
42599           cmAddTestCommand.cxx, cmAddTestCommand.h,
42600           cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
42601           cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
42602           cmBuildNameCommand.h, cmBuildSharedLibrariesCommand.cxx,
42603           cmBuildSharedLibrariesCommand.h, cmCableClassSetCommand.cxx,
42604           cmCableClassSetCommand.h, cmCableCloseNamespaceCommand.cxx,
42605           cmCableCloseNamespaceCommand.h, cmCableDefineSetCommand.cxx,
42606           cmCableDefineSetCommand.h, cmCableOpenNamespaceCommand.cxx,
42607           cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
42608           cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
42609           cmCablePackageEntryCommand.h, cmCableWrapTclCommand.cxx,
42610           cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
42611           cmConfigureFileCommand.h, cmConfigureFileNoAutoconf.cxx,
42612           cmConfigureFileNoAutoconf.h, cmElseCommand.cxx, cmElseCommand.h,
42613           cmEndIfCommand.cxx, cmEndIfCommand.h, cmExecProgramCommand.cxx,
42614           cmExecProgramCommand.h, cmFindFileCommand.cxx,
42615           cmFindFileCommand.h, cmFindLibraryCommand.cxx,
42616           cmFindLibraryCommand.h, cmFindPathCommand.cxx,
42617           cmFindPathCommand.h, cmFindProgramCommand.cxx,
42618           cmFindProgramCommand.h, cmGetFilenameComponentCommand.cxx,
42619           cmGetFilenameComponentCommand.h, cmIfCommand.cxx, cmIfCommand.h,
42620           cmIncludeCommand.cxx, cmIncludeCommand.h,
42621           cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
42622           cmIncludeRegularExpressionCommand.cxx,
42623           cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
42624           cmInstallFilesCommand.h, cmInstallTargetsCommand.cxx,
42625           cmInstallTargetsCommand.h, cmLibraryCommand.h,
42626           cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
42627           cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
42628           cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
42629           cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
42630           cmMakefile.cxx, cmMessageCommand.cxx, cmMessageCommand.h,
42631           cmOptionCommand.cxx, cmOptionCommand.h, cmProjectCommand.cxx,
42632           cmProjectCommand.h, cmSetCommand.cxx, cmSetCommand.h,
42633           cmSiteNameCommand.cxx, cmSiteNameCommand.h,
42634           cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
42635           cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
42636           cmSubdirCommand.cxx, cmSubdirCommand.h,
42637           cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
42638           cmTestsCommand.cxx, cmTestsCommand.h, cmUtilitySourceCommand.cxx,
42639           cmUtilitySourceCommand.h, cmVTKWrapJavaCommand.cxx,
42640           cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.cxx,
42641           cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.cxx,
42642           cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx,
42643           cmWrapExcludeFilesCommand.h: ENH: rename Invoke to InitialPass
42645 2001-06-06 13:18  hoffman
42647         * Source/MFCDialog/PropertyList.cpp: BUG: PATH options should not
42648           remove the file part of the path...
42650 2001-06-06 11:02  millerjv
42652         * Source/cmMakefile.cxx: Change name of file created from Testfile
42653           to CMakeTestfile.txt
42655 2001-06-06 09:44  martink
42657         * Source/cmSystemTools.cxx: better regexp for reg entries
42659 2001-06-06 09:43  martink
42661         * Modules/FindJNI.cmake: better tests
42663 2001-06-06 07:47  millerjv
42665         * Source/cmMakefile.cxx: FIX: forgot to close the files
42667 2001-06-05 22:54  perera
42669         * Source/cmUnixMakefileGenerator.cxx: ENH: Compress the library
42670           search directories so that each appears only once.
42672 2001-06-05 20:34  millerjv
42674         * Source/cmCommands.cxx: ENH: Added AddTest command
42676 2001-06-05 20:34  millerjv
42678         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added AddTest, and
42679           GenerateTestfile routines
42681 2001-06-05 20:32  millerjv
42683         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: New cmake
42684           command to specify a single test
42686 2001-06-05 17:46  berk
42688         * Source/cmVTKWrapPythonCommand.cxx: Module name between Unix and
42689           Windows got switched by mistake.
42691 2001-06-05 17:41  biddi
42693         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Some tweaks,
42694           hacks and #ifdefs required to compile cmake on Borland C++Builder
42696 2001-06-05 17:29  hoffman
42698         * Source/MFCDialog/CMakeSetup.dsp: ENH: add PathDialog
42700 2001-06-05 17:26  hoffman
42702         * Source/MFCDialog/: CMakeSetupDialog.cpp, PathDialog.cpp,
42703           PathDialog.h, PropertyList.cpp: ENH: add better path chooser
42704           dialog
42706 2001-06-05 15:48  hoffman
42708         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: fix EXE and LIB
42709           path problems
42711 2001-06-04 18:24  hoffman
42713         * Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx: STYLE: line too long
42715 2001-06-04 18:24  hoffman
42717         * Source/cmMessageCommand.cxx: ENH: print all arguments
42719 2001-06-04 18:23  hoffman
42721         * Source/cmSetCommand.cxx: ENH: add better error checking
42723 2001-06-04 17:17  martink
42725         * Source/: cmFindIncludeCommand.cxx, cmFindIncludeCommand.h:
42726           removed find include command
42728 2001-06-04 17:16  martink
42730         * Source/cmCommands.cxx: removed find include command finally added
42731           message
42733 2001-06-04 16:55  martink
42735         * Source/: cmSystemTools.cxx, cmSystemTools.h: new message command
42737 2001-06-04 16:55  martink
42739         * Source/: cmMessageCommand.cxx, cmMessageCommand.h: new command
42741 2001-06-04 16:45  martink
42743         * Source/cmVTKWrapPythonCommand.cxx: unused variable
42745 2001-06-04 15:46  barre
42747         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
42748           EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
42749           staticLibHeader.dsptemplate: the "Release" target is not the
42750           default.
42752 2001-06-04 11:34  hoffman
42754         * Source/: cmGeneratedFileStream.h, cmUnixMakefileGenerator.cxx:
42755           ENH: try to better handle control-c during make Makefiles
42757 2001-06-04 10:18  hoffman
42759         * Source/: cmCacheManager.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
42760           cmFunctionBlocker.h, cmMSProjectGenerator.cxx, cmMakefile.cxx,
42761           cmMakefileGenerator.h, MFCDialog/CMakeSetupDialog.cpp: BUG: clean
42762           up memory leaks.
42764 2001-06-01 13:54  martink
42766         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for network
42767           includ paths
42769 2001-06-01 13:29  berk
42771         * Source/cmVTKWrapPythonCommand.cxx: Fixing the module name for
42772           Unix.
42774 2001-05-31 15:48  hoffman
42776         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: BUG: fix edit
42777           of directories
42779 2001-05-31 14:15  berk
42781         * Source/cmVTKWrapPythonCommand.cxx: Should not use decl if not on
42782           Windows.
42784 2001-05-30 15:56  hoffman
42786         * Source/cmakemain.cxx: BUG: add missing file
42788 2001-05-30 15:36  hoffman
42790         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove unused
42791           includes
42793 2001-05-30 15:28  hoffman
42795         * Source/: CMakeLib.dsp, Makefile.in, cmMSProjectGenerator.cxx,
42796           cmake.cxx, cmake.dsp, cmake.h, MFCDialog/CMakeSetup.dsp,
42797           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h:
42798           ENH: change MFC gui to use cmake class
42800 2001-05-29 14:16  perera
42802         * Source/cmUnixMakefileGenerator.cxx: BUG: Now only one makefile
42803           rule is generated per depenency. This eliminates a number of
42804           warnings.
42806 2001-05-25 17:19  geoff
42808         * Source/cmSetCommand.cxx: bug meaning that set(a b) just set a to
42809           "" and not to b
42811 2001-05-25 15:33  king
42813         * Source/cmSystemTools.cxx: BUG: Fixed stupid error in the hack I
42814           just checked in.
42816 2001-05-25 15:32  king
42818         * Source/cmUnixMakefileGenerator.cxx: BUG: WIN32 executable target
42819           rules are now generated in unix the same as any other executable
42820           (instead of not at all).
42822 2001-05-25 15:27  barre
42824         * Templates/CMakeWindowsSystemConfig.cmake: better help
42826 2001-05-25 15:27  barre
42828         * Source/MFCDialog/PropertyList.cpp: display the property name in
42829           the help box
42831 2001-05-25 14:31  king
42833         * Source/cmSystemTools.cxx: BUG: Added hack to
42834           cmSystemTools::GetPath to make its algorithm correctly parse off
42835           the last entry of the system PATH environment variable.
42837 2001-05-25 14:27  king
42839         * Source/cmUnixMakefileGenerator.cxx: BUG: Fixed logic that splits
42840           a full path library link into the -L and -l pieces to not write
42841           out a -l by itself if the file regular expression does not match.
42843 2001-05-25 07:31  millerjv
42845         * Modules/Testing.cmake: BUG: missing quote on a custom command
42847 2001-05-24 21:17  barre
42849         * Source/: cmSystemTools.cxx, cmSystemTools.h: New functions used
42850           to extract the components of a full filename.
42852 2001-05-24 21:14  barre
42854         * Source/cmFindPathCommand.cxx: The path found is now collapsed
42855           (cleaner).
42857 2001-05-24 21:13  barre
42859         * Source/: cmGetFilenameComponentCommand.cxx,
42860           cmGetFilenameComponentCommand.h, cmCommands.cxx: Welcome to
42861           cmGetFilenameComponentCommand ("Get a specific component of a
42862           full filename")
42864 2001-05-24 21:12  barre
42866         * Source/CMakeLib.dsp: Welcome to cmGetFilenameComponentCommand
42868 2001-05-24 21:11  barre
42870         * Modules/FindTCL.cmake: Try to find tclsh or wish and use that
42871           path to find the include or lib directory. TK_INTERNAL_PATH is
42872           searched too (path to tkWinInt.h)
42874 2001-05-24 19:17  barre
42876         * Source/cmSystemTools.cxx: optimize ConvertToUnixSlashes a little
42877           bit, and use it in MakeDirectory (code was duplicated)
42879 2001-05-24 17:51  king
42881         * Templates/CMakeSystemConfig.cmake.in: ERR: VAR type entry missing
42882           after CACHE for CMAKE_TEMPLATE_FLAGS.
42884 2001-05-24 14:59  barre
42886         * Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h: updated
42887           to handle Tk commands compiled/linked separately. Useful for VTK
42888           Tk widgets for example.
42890 2001-05-24 13:45  millerjv
42892         * Modules/Testing.cmake: Project independent setting for testing
42894 2001-05-24 13:40  barre
42896         * Source/: cmSystemTools.cxx, cmSystemTools.h: new Capitalized
42897           function. Will be used in the VTK Tcl wrapper for example (in a
42898           more portable way).
42900 2001-05-24 13:35  hoffman
42902         * Source/MFCDialog/CMakeSetup.rc: [no log message]
42904 2001-05-24 12:57  hoffman
42906         * Modules/FindOpenGL.cmake, Source/cmSetCommand.cxx,
42907           Source/cmSetCommand.h, Source/MFCDialog/CMakeSetup.rc,
42908           Source/MFCDialog/CMakeSetupDialog.cpp,
42909           Templates/CMakeSystemConfig.cmake.in,
42910           Templates/CMakeWindowsSystemConfig.cmake: ENH: change the syntax
42911           of the SET command, fix the combo box for larger strings
42913 2001-05-24 11:47  martink
42915         * Source/: cmMakefile.h, cmake.cxx, MFCDialog/CMakeSetup.rc,
42916           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added
42917           version number
42919 2001-05-24 10:32  barre
42921         * Templates/DLLHeader.dsptemplate: removed hardcoded VTKDLL
42923 2001-05-24 10:00  barre
42925         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
42926           EXEWinHeader.dsptemplate, staticLibHeader.dsptemplate: slight
42927           change in the order of the options (right-most takes precedence)
42929 2001-05-23 20:16  millerjv
42931         * Source/cmBuildCommand.cxx: Changed Windows build command to build
42932           Release
42934 2001-05-23 18:31  barre
42936         * Templates/DLLHeader.dsptemplate: Intermediate Dir was wrong
42938 2001-05-23 18:22  barre
42940         * Templates/CMakeWindowsSystemConfig.cmake: /Gz => /GZ
42942 2001-05-23 18:19  barre
42944         * Templates/CMakeWindowsSystemConfig.cmake: removed /O2 from debug
42946 2001-05-23 17:19  hoffman
42948         * Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
42949           Templates/CMakeWindowsSystemConfig.cmake,
42950           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
42951           Templates/EXEWinHeader.dsptemplate,
42952           Templates/staticLibHeader.dsptemplate: ENH: create
42953           CMAKE_CXX_FLAGS_[Buildtype] flags
42955 2001-05-23 16:33  hoffman
42957         * Source/MFCDialog/CMakeSetupDialog.cpp: add compute systeminfo
42959 2001-05-23 16:31  martink
42961         * Source/cmMSProjectGenerator.cxx: bug finding windows template
42962           file
42964 2001-05-23 16:28  martink
42966         * Source/: cmSystemTools.cxx, cmake.cxx: command line fixes for
42967           win32
42969 2001-05-23 16:09  barre
42971         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
42972           EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
42973           staticLibHeader.dsptemplate: ReleaseMinSize => MinSizeRel
42975 2001-05-23 15:53  hoffman
42977         * Templates/DLLHeader.dsptemplate: BUG: remove vtkCommon
42979 2001-05-23 15:49  martink
42981         * Source/cmake.cxx: fixed quoted cmake
42983 2001-05-23 14:44  hoffman
42985         * Source/cmSystemTools.cxx: ENH: add better error message
42987 2001-05-23 14:33  geoff
42989         * Source/cmake.dsp: DSPs have to be binary
42991 2001-05-23 14:05  hoffman
42993         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
42994           EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
42995           staticLibHeader.dsptemplate: ENH: change Release Minsize to
42996           MinSizeRel, add MinSizeRel to dll template
42998 2001-05-23 13:16  king
43000         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added INSTALL
43001           target to switch in OutputDSPFile.  Also added a default that
43002           prints out an error message so that anyone who adds a target
43003           doesn't forget to update the switch.
43005 2001-05-23 12:02  martink
43007         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
43008           cmDSWWriter.cxx: install fixes for win32
43010 2001-05-23 11:53  martink
43012         * Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
43013           cmUnixMakefileGenerator.h: added install target support
43015 2001-05-23 11:34  ibanez
43017         * Modules/FindVTK.cmake:      Module to search for VTK include and
43018           library paths
43020 2001-05-23 11:29  martink
43022         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
43023           cmInstallTargetsCommand.cxx, cmInstallTargetsCommand.h,
43024           cmCommands.cxx, cmTarget.cxx, cmTarget.h: added install rules
43026 2001-05-23 11:27  martink
43028         * Templates/CMakeSystemConfig.cmake.in: added prefix to config
43030 2001-05-23 10:47  hoffman
43032         * Source/cmGeneratedFileStream.h: BUG: remove warning
43034 2001-05-23 10:47  hoffman
43036         * Source/cmake.dsp: BUG: fix output directory
43038 2001-05-23 10:01  martink
43040         * Source/cmProjectCommand.cxx: added PROJECT_SOURCE_DIR
43042 2001-05-23 09:35  hoffman
43044         * Source/cmTarget.cxx: ENH: allow duplicate libraries
43046 2001-05-22 20:45  barre
43048         * Templates/UtilityHeader.dsptemplate: Template now uses
43049           EXECUTABLE_OUTPUT_PATH too.
43051 2001-05-22 20:44  barre
43053         * Templates/EXEWinHeader.dsptemplate: PROP BASE and PROP were
43054           inverted
43056 2001-05-22 20:36  barre
43058         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Seems to me that
43059           EXEWinHeader was not searched in the right place.
43061 2001-05-22 17:49  hoffman
43063         * Source/cmUnixMakefileGenerator.cxx: BUG: do not include /usr/lib
43064           in -L
43066 2001-05-22 13:52  hoffman
43068         * Source/Makefile.in: fix CXXFLAGS
43070 2001-05-22 13:42  hoffman
43072         * Source/Makefile.in: [no log message]
43074 2001-05-22 13:40  hoffman
43076         * configure, configure.in: use cxxflags in test builds
43078 2001-05-22 13:22  hoffman
43080         * Source/Makefile.in, Source/cmUnixMakefileGenerator.cxx,
43081           Templates/configure, Templates/configure.in: BUG: fix depends and
43082           CXXFLAGS passing
43084 2001-05-22 12:38  barre
43086         * Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
43087           Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
43088           Templates/EXEWinHeader.dsptemplate,
43089           Templates/staticLibHeader.dsptemplate: fixed some of the
43090           LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
43092 2001-05-22 11:15  martink
43094         * dummy.in: no longer used
43096 2001-05-22 10:43  ibanez
43098         * Source/FLTKDialog/FLTKDialog.dsp: ENH: PropertyList class added
43100 2001-05-22 10:43  ibanez
43102         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
43103           CMakeSetupGUIImplementation.h: ENH: Added support for the
43104           fltk::PropertyList class
43106 2001-05-22 10:42  ibanez
43108         * Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.fl,
43109           CMakeSetupGUI.h:      Added interactions with the PropertyList
43110           class
43112 2001-05-22 10:41  ibanez
43114         * Source/FLTKDialog/: FLTKPropertyList.cpp, FLTKPropertyList.h:
43115           Class to manage the list of properties displayed on the scroller
43117 2001-05-21 16:43  king
43119         * Makefile.in: ERR: Added missing @srcdir@ and modified install
43120           expressions to include *.cmake* files instead of just *.cmake
43121           files (for .in).
43123 2001-05-21 16:21  king
43125         * Source/cmCableWrapTclCommand.cxx: ENH: Converted to new Class and
43126           Group tags in place of WrapperSet and Groups tags.
43128 2001-05-21 16:10  hoffman
43130         * Source/cmUnixMakefileGenerator.cxx,
43131           Templates/CMakeSystemConfig.cmake.in: fix for hp x11 and gl
43133 2001-05-21 15:16  hoffman
43135         * Modules/FindOpenGL.cmake, Source/cmSystemTools.cxx: fix opengl on
43136           hp
43138 2001-05-21 14:42  martink
43140         * Source/MFCDialog/: CMakeSetup.rc, res/CMakeSetupDialog.ico: icon
43141           updates
43143 2001-05-21 14:36  martink
43145         * Source/MFCDialog/: CMakeSetup.rc, resource.h: new icon
43147 2001-05-21 14:17  hoffman
43149         * Source/cmake.cxx: BUG: remove declaration without variable
43151 2001-05-21 14:01  hoffman
43153         * configure, configure.in, Source/Makefile.in,
43154           Source/cmBuildNameCommand.cxx,
43155           Source/cmUnixMakefileGenerator.cxx,
43156           Templates/CMakeSystemConfig.cmake.in: clean up for build on its
43157           own
43159 2001-05-21 11:43  martink
43161         * Source/cmake.dsp: release fix
43163 2001-05-21 11:34  martink
43165         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
43166           CMakeSetupCMD.dsp: collapsed into cmake.cxx
43168 2001-05-21 11:32  martink
43170         * Source/cmake.dsp: new dsp
43172 2001-05-21 11:13  martink
43174         * Source/cmake.cxx: bug fix in finding CMAKE_ROOT
43176 2001-05-21 11:10  martink
43178         * Makefile.in: added install target
43180 2001-05-21 10:47  hoffman
43182         * Source/: cmBuildNameCommand.cxx, cmSetCommand.cxx,
43183           MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
43184           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
43185           MFCDialog/resource.h: BUG: fix compiler name
43187 2001-05-21 09:50  martink
43189         * Source/: CMakeSetup.dsw, cmake.cxx,
43190           MFCDialog/CMakeSetupDialog.cpp: updated for out of tree builds
43192 2001-05-21 09:32  martink
43194         * Makefile.in, configure, configure.in, install-sh: out of place
43195           cmake
43197 2001-05-21 09:32  martink
43199         * CMakeSystemConfig.cmake.in, configure.in.sample,
43200           Source/Makefile.in, Source/cmMakefile.cxx,
43201           Source/cmUnixMakefileGenerator.cxx, Source/cmake.cxx: new out of
43202           place builds
43204 2001-05-21 09:31  martink
43206         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
43207           new structure
43209 2001-05-18 16:45  hoffman
43211         * CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
43212           ENH: add support for X11
43214 2001-05-18 16:30  martink
43216         * Source/cmUnixMakefileGenerator.cxx:  duh
43218 2001-05-18 15:25  martink
43220         * Source/: cmake.cxx, cmake.h: new command
43222 2001-05-18 15:23  martink
43224         * Source/cmSystemTools.h: minor whitespace change
43226 2001-05-18 15:22  martink
43228         * Source/cmMSProjectGenerator.cxx: compiler fix
43230 2001-05-18 15:20  martink
43232         * Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
43233           cmMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
43234           cmUnixMakefileGenerator.h: changes for cmake to live outside of
43235           the source tree
43237 2001-05-18 13:04  hoffman
43239         * CMakeSystemConfig.cmake.in, Source/cmSetCommand.cxx: ENH: allow
43240           cache to override config file
43242 2001-05-18 11:48  king
43244         * Source/cmUnixMakefileGenerator.cxx: BUG: fix link of executables
43246 2001-05-18 11:12  martink
43248         * Source/cmMakefileGenerator.h: added SetLocal method
43250 2001-05-18 11:09  martink
43252         * Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
43253           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: added
43254           SetLocal method
43256 2001-05-18 10:15  hoffman
43258         * CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
43259           BUG: quote the compiler and other options
43261 2001-05-17 17:43  hoffman
43263         * Source/: CMakeBuildTargets.cxx, Makefile.in: compile source dir
43264           into cmake
43266 2001-05-17 15:48  will
43268         * Source/cmSystemTools.cxx: ERR:Bad #ifdef's
43270 2001-05-17 12:38  ibanez
43272         * Source/FLTKDialog/CMakeSetupGUIImplementation.cpp: ENH: Added
43273           Methods for loading the cache
43275 2001-05-17 12:37  ibanez
43277         * Source/FLTKDialog/FLTKDialog.cpp: ENH: Load the cache at start
43279 2001-05-17 12:36  ibanez
43281         * Source/FLTKDialog/CMakeSetupGUIImplementation.h: ENH: Added
43282           methods to load the cache
43284 2001-05-17 12:36  martink
43286         * Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate,
43287           EXEFooter.dsptemplate, EXEHeader.dsptemplate,
43288           EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
43289           UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
43290           staticLibHeader.dsptemplate: moved into Template directory
43292 2001-05-17 12:25  martink
43294         * CMakeMakefileTemplate.in, CMakeMaster.make.in,
43295           CMakeRules.make.in, CMakeSimpleRules.make.in,
43296           CMakeTargets.make.in, CMakeTopMakefileTemplate.in,
43297           CMakeVariables.make.in, CMakeWindowsSystemConfig.cmake: no longer
43298           used
43300 2001-05-17 12:14  martink
43302         * Source/CMakeBuildTargets.cxx: unix fix
43304 2001-05-17 12:08  martink
43306         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
43307           cmCablePackageCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
43308           cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
43309           MFCDialog/CMakeSetupDialog.cpp: half checked in changes for
43310           CMAKE_ROOT
43312 2001-05-17 12:04  martink
43314         * Templates/: CMakeWindowsSystemConfig.cmake,
43315           DLLFooter.dsptemplate, DLLHeader.dsptemplate,
43316           EXEFooter.dsptemplate, EXEHeader.dsptemplate,
43317           EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
43318           UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
43319           staticLibHeader.dsptemplate: new directory
43321 2001-05-17 12:02  ibanez
43323         * Source/FLTKDialog/FLTKDialog.dsp:      VC++ Project file to
43324           construct the FLTK GUI for CMake
43326 2001-05-17 12:02  ibanez
43328         * Source/FLTKDialog/FLTKDialog.cpp:      Main file that
43329           instantiates the GUI class and run it.
43331 2001-05-17 12:01  ibanez
43333         * Source/FLTKDialog/: CMakeSetupGUIImplementation.cpp,
43334           CMakeSetupGUIImplementation.h:      Implementation of the virtual
43335           Callbacks declared in the GUI
43337 2001-05-17 12:00  ibanez
43339         * Source/FLTKDialog/: CMakeSetupGUI.cpp, CMakeSetupGUI.h:      File
43340           generated by FLTK FLUID containing the implementation of the GUI
43342 2001-05-17 11:58  ibanez
43344         * Source/FLTKDialog/CMakeSetupGUI.fl:      GUI description file
43345           used by FLTK interactive tool : FLUID
43347 2001-05-17 11:44  hoffman
43349         * Source/: cmCableWrapTclCommand.cxx, cmConfigure.h.in,
43350           cmGeneratedFileStream.h, cmStandardIncludes.h: BUG: fix to
43351           compile on hp with aCC
43353 2001-05-17 11:22  king
43355         * Source/cmCableWrapTclCommand.cxx: Renamed gccxml input/output
43356           files to drop _tcl qualification.
43358 2001-05-16 18:10  hoffman
43360         * CMakeSystemConfig.cmake.in: ENH: fix for sunCC
43362 2001-05-16 18:08  hoffman
43364         * Source/: cmCacheManager.cxx, cmUnixMakefileGenerator.cxx: BUG:
43365           fix for sun compiler
43367 2001-05-16 17:43  king
43369         * Source/: cmCableClassSet.cxx, cmCableClassSet.h: ERR: Removed use
43370           of member templates.
43372 2001-05-16 17:18  king
43374         * Source/cmUnixMakefileGenerator.cxx: ERR: int -> unsigned int
43376 2001-05-16 17:18  king
43378         * Source/cmGeneratedFileStream.h: ERR: const error fixed.
43380 2001-05-16 17:11  king
43382         * Source/CMakeLib.dsp: ENH: Added cmCableClassSet.cxx to build.
43384 2001-05-16 17:11  king
43386         * Source/cmGeneratedFileStream.h: ERR: Added is_open() check in
43387           cmGeneratedFileStream::operator bool() so that implicit
43388           conversion to bool is not used.
43390 2001-05-16 17:11  king
43392         * Source/cmCableClassSet.cxx: ERR: Removed dynamic_cast so that
43393           RTTI isn't required.
43395 2001-05-16 16:41  king
43397         * Source/: Makefile.in, cmCableClassSet.cxx, cmCableClassSet.h,
43398           cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
43399           cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h,
43400           cmCommands.cxx: ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL
43401           commands.  They cannot yet be used with the main branch of CABLE,
43402           though.
43404 2001-05-16 16:40  king
43406         * Source/cmGeneratedFileStream.h: ENH: cmGeneratedFileStream class
43407           added to simplify copy-if-different usage on generated files.
43409 2001-05-16 15:43  hoffman
43411         * configure.in.sample: [no log message]
43413 2001-05-16 15:15  hoffman
43415         * CMakeSystemConfig.cmake.in, Source/Makefile.in,
43416           Source/cmBuildNameCommand.cxx,
43417           Source/cmBuildSharedLibrariesCommand.cxx,
43418           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
43419           Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
43420           Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
43421           Source/cmProjectCommand.cxx, Source/cmSetCommand.cxx,
43422           Source/cmUnixMakefileGenerator.cxx,
43423           Source/cmUnixMakefileGenerator.h,
43424           Source/MFCDialog/CMakeSetupDialog.cpp: ENH: unify make process on
43425           unix
43427 2001-05-16 09:19  king
43429         * Source/: cmData.h, cmMakefile.cxx, cmMakefile.h: ENH: Added
43430           cmData and corresponding DataMap in cmMakefile to allow commands
43431           to register arbitrary extra data with the makefile without
43432           modifying the cmMakefile class definition.
43434 2001-05-15 13:14  martink
43436         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
43437           EXEWinHeader.dsptemplate, cmDSPMakefile.cxx, cmDSPWriter.cxx,
43438           staticLibHeader.dsptemplate: added output directory support
43440 2001-05-14 16:47  barre
43442         * Source/cmSystemTools.cxx: Changed separator between registry key
43443           and its value. Change regexp for registry key.
43445 2001-05-14 16:46  barre
43447         * Modules/FindTCL.cmake: Changed separator between registry key and
43448           its value.
43450 2001-05-14 10:36  hoffman
43452         * Source/cmSystemTools.cxx: ENH: put back lost changes from r1.38
43454 2001-05-12 07:29  barre
43456         * Source/cmSystemTools.cxx: fix + => += bug reported by A. Perera
43458 2001-05-11 17:41  barre
43460         * Source/MFCDialog/res/CMakeSetupDialog.ico: I know, there are more
43461           serious things to do :) A new icon. The previous one has not be
43462           overwritten, it's in there too.
43464 2001-05-11 17:22  barre
43466         * Source/cmSystemTools.cxx: Extended the registry key regexp
43468 2001-05-11 17:11  barre
43470         * Modules/FindTCL.cmake: Add 8.4 and registry support
43472 2001-05-11 17:11  barre
43474         * Source/cmSystemTools.cxx: Add support for a specific value name
43475           in a registry key
43477 2001-05-11 14:49  geoff
43479         * Source/cmCacheManager.cxx: Cache file is a bit prettier
43481 2001-05-11 14:39  hoffman
43483         * Source/: cmCableSourceFilesCommand.cxx, cmSystemTools.cxx,
43484           cmUnixMakefileGenerator.cxx: BUG: fix find library for unix
43486 2001-05-11 13:58  barre
43488         * Modules/FindPythonLibs.cmake: NAMES syntax
43490 2001-05-11 13:52  martink
43492         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for expanding
43493           library vars
43495 2001-05-11 12:30  barre
43497         * Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
43498           used (forgot the case when there is no name)
43500 2001-05-11 12:13  barre
43502         * Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
43503           used
43505 2001-05-11 11:45  king
43507         * Source/cmFindLibraryCommand.cxx: ERR: int -> unsigned int.
43509 2001-05-11 11:39  hoffman
43511         * CMakeVariables.make.in, Source/cmFindLibraryCommand.cxx: BUG: add
43512           back thread library
43514 2001-05-11 11:07  martink
43516         * Source/cmFindProgramCommand.cxx: expands reg values
43518 2001-05-11 10:52  martink
43520         * Source/: EXEHeader.dsptemplate, cmAddExecutableCommand.cxx,
43521           cmAddExecutableCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
43522           cmDSPWriter.cxx, cmDSPWriter.h, cmFindLibraryCommand.cxx,
43523           cmFindPathCommand.cxx, cmMakefile.cxx, cmMakefile.h,
43524           cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
43525           EXEWinHeader.dsptemplate: added registry entry support and
43526           windows app support
43528 2001-05-11 10:27  martink
43530         * Modules/: FindJNI.cmake, FindPythonLibs.cmake: minor fixes and
43531           new python module
43533 2001-05-11 10:04  hoffman
43535         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix gui problem
43537 2001-05-10 17:22  hoffman
43539         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
43540           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/PropertyList.cpp: BUG:
43541           fix up gui with values that stay around too long
43543 2001-05-10 16:21  geoff
43545         * Source/cmMakefile.cxx: definitions should now be overwritten if
43546           they already exist
43548 2001-05-10 15:50  hoffman
43550         * Source/cmSystemTools.cxx: BUG: fix unix path search
43552 2001-05-10 15:32  martink
43554         * Source/cmTarget.cxx: fix for expaning libraries prior to
43555           generating dsp
43557 2001-05-10 14:30  geoff
43559         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Reads and uses
43560           MSPROJECT_TEMPLATE_DIRECTORY if it exists
43562 2001-05-10 14:02  king
43564         * CMake.doc: BUG: Removing this file.  It has been replaced by
43565           CMake.doc.gz to get around a problem with CVS.
43567 2001-05-10 13:52  martink
43569         * Source/cmTarget.h: added win32 executable option
43571 2001-05-10 12:25  king
43573         * CMake.doc.gz: Testing strange cvs problem with .doc files.
43575 2001-05-10 12:05  king
43577         * CMake.pdf, CMake.pdf.gz: BUG: Removing old CMake.pdf and adding
43578           the gzipped version, CMake.pdf.gz because of file size problems
43579           with cvs.
43581 2001-05-10 11:20  king
43583         * Source/cmUnixMakefileGenerator.cxx: BUG: Removed stray debugging
43584           output statement.  Also renamed some variables for clarity.
43586 2001-05-10 11:19  king
43588         * Source/cmSystemTools.cxx: ERR: RunCommand method needed return in
43589           unix.
43591 2001-05-10 11:18  king
43593         * Source/: cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx: ERR:
43594           Removed unused variable
43596 2001-05-10 09:45  king
43598         * CMakeVariables.make.in: BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS
43600 2001-05-09 18:00  geoff
43602         * Source/: EXEHeader.dsptemplate, cmDSPMakefile.cxx,
43603           cmDSPWriter.cxx: ADD LINK32s are now on multiple lines because VC
43604           breaks otherwise
43606 2001-05-09 17:38  barre
43608         * Modules/FindTCL.cmake: ENH: add 8.3 support
43610 2001-05-09 16:17  hoffman
43612         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: escape spaces
43613           before adding .lib
43615 2001-05-09 16:08  hoffman
43617         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: escape spaces
43619 2001-05-09 15:48  hoffman
43621         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: only add .lib
43622           if no .lib exists
43624 2001-05-09 14:53  hoffman
43626         * Modules/FindFLTK.cmake, Modules/FindGTK.cmake,
43627           Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
43628           Modules/FindMPI.cmake, Modules/FindTCL.cmake, Source/cmCommand.h,
43629           Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
43630           Source/cmFindProgramCommand.cxx, Source/cmSystemTools.cxx,
43631           Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx: ENH:
43632           change find library and find program to look for more than one
43633           name
43635 2001-05-09 13:44  hoffman
43637         * Source/cmCableDefineSetCommand.cxx: BUG: match called on invalid
43638           number
43640 2001-05-09 13:22  martink
43642         * CMakeMaster.make.in, CMakeRules.make.in,
43643           CMakeSystemConfig.cmake.in, CMakeTopMakefileTemplate.in,
43644           CMakeVariables.make.in, configure.in.sample, Source/Makefile.in:
43645           cleaned up configure some
43647 2001-05-09 11:15  millerjv
43649         * Source/cmCacheManager.cxx: FIX: only clear the cache on a load
43650           when the load needs to read internal values.  Otherwise, it is
43651           assumed that we are reading another projects cache.
43653 2001-05-09 10:13  hoffman
43655         * Source/MFCDialog/PropertyList.cpp: BUG: fix crash
43657 2001-05-09 09:52  hoffman
43659         * Source/cmConfigureFileCommand.cxx: BUG: fix use beyond end of
43660           array
43662 2001-05-09 08:51  martink
43664         * Source/: cmCommands.cxx, cmLoadCacheCommand.cxx,
43665           cmLoadCacheCommand.h, cmSourceFile.cxx: added load cache command
43666           and fixed source file
43668 2001-05-08 17:37  king
43670         * Source/cmCacheManager.cxx: ERR: LoadCache needed to return a
43671           value.
43673 2001-05-08 17:04  martink
43675         * Source/: cmCacheManager.cxx, cmCacheManager.h: added ability to
43676           load another cache
43678 2001-05-08 17:03  martink
43680         * Source/cmProjectCommand.cxx: now adds src and bin dir into cache
43682 2001-05-08 16:20  martink
43684         * Source/cmVTKWrapTclCommand.cxx: fixed bug in init code
43686 2001-05-08 16:01  hoffman
43688         * configure.in.sample: clean up
43690 2001-05-08 13:40  hoffman
43692         * Source/MFCDialog/PropertyList.cpp: ENH: add initial path support
43693           for file choosers
43695 2001-05-08 11:40  martink
43697         * Source/cmTargetLinkLibrariesCommand.cxx: BUG: added arg0 to link
43698           libraries
43700 2001-05-08 10:16  ibanez
43702         * Modules/FindFLTK.cmake: Module to search the path for FLTK
43703           library   ( http://www.fltk.org )
43705 2001-05-07 18:14  king
43707         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
43708           cmMakefile.cxx: ENH: Moved cache entry addition into
43709           cmMakefile::AddLibrary and AddExecutable so that commands do not
43710           have to add it explicitly.
43712 2001-05-07 18:11  hoffman
43714         * CMakeSystemConfig.cmake.in, Source/CMakeBuildTargets.cxx,
43715           Source/Makefile.in, Source/cmCacheManager.cxx,
43716           Source/cmCommands.cxx, Source/cmConfigureFile.cxx,
43717           Source/cmConfigureFile.h, Source/cmConfigureFileCommand.cxx,
43718           Source/cmConfigureFileCommand.h, Source/cmExecProgram.cxx,
43719           Source/cmExecProgram.h, Source/cmExecProgramCommand.cxx,
43720           Source/cmExecProgramCommand.h, Source/cmMakeDirectoryCommand.cxx,
43721           Source/cmMakeDirectoryCommand.h, Source/cmMakefile.cxx,
43722           Source/cmMakefile.h, Source/cmSystemTools.cxx,
43723           Source/cmUnixMakefileGenerator.cxx,
43724           Source/cmUnixMakefileGenerator.h: ENH: call configure from cmake
43726 2001-05-07 10:02  blezek
43728         * Source/cmConfigureFile.cxx: BUG: Removing Remove Variables call
43730 2001-05-07 09:16  geoff
43732         * configure.in.sample: Under FreeBSD: should be
43733           CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS.
43734           CMakeSystemConfig.cmake not being made
43736 2001-05-05 11:28  hoffman
43738         * Source/cmAddExecutableCommand.cxx: BUG: add internal cache entry
43739           for executables, so depends can work
43741 2001-05-05 11:03  hoffman
43743         * Source/: cmAddTargetCommand.cxx, cmAddTargetCommand.h,
43744           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.h,
43745           cmCommands.cxx, cmLibraryCommand.cxx: BUG: add removed command,
43746           and sort the order in cmCommands.cxx
43748 2001-05-04 17:00  martink
43750         * Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx: fixes for
43751           untiltiy targets in all
43753 2001-05-04 16:44  blezek
43755         * Source/cmBuildNameCommand.cxx: ENH: Proper build name
43757 2001-05-04 16:43  blezek
43759         * Source/cmSiteNameCommand.cxx: ENH: Correct sitename
43761 2001-05-04 15:50  martink
43763         * Source/: cmAddCustomTargetCommand.cxx,
43764           cmAddCustomTargetCommand.h, cmAddTargetCommand.cxx,
43765           cmAddTargetCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
43766           cmMakefile.cxx, cmMakefile.h, cmTarget.h,
43767           cmVTKWrapJavaCommand.cxx: option to make utilities in the all
43768           target
43770 2001-05-04 14:53  hoffman
43772         * CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake: ENH:
43773           move to cmake for itkConfigure.h.in
43775 2001-05-04 12:52  martink
43777         * Source/cmVTKWrapJavaCommand.cxx: updates
43779 2001-05-04 11:35  geoff
43781         * Modules/: FindGTK.cmake, FindJPEG.cmake: INCLUDE these to find
43782           the relevant libraries
43784 2001-05-04 11:34  hoffman
43786         * Source/: cmAddCustomTargetCommand.cxx,
43787           cmAddCustomTargetCommand.h, cmBuildCommand.cxx, cmBuildCommand.h,
43788           cmBuildNameCommand.cxx, cmBuildNameCommand.h, cmExecProgram.cxx,
43789           cmExecProgram.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h: ENH:
43790           move testing stuff to cmake from configure, good bye dashboard...
43791           :)
43793 2001-05-04 11:30  hoffman
43795         * CMakeRules.make.in, CMakeSystemConfig.txt.in,
43796           CMakeWindowsSystemConfig.txt, Source/cmAddTargetCommand.cxx,
43797           Source/cmAddTargetCommand.h, Source/cmCacheManager.cxx,
43798           Source/cmCommands.cxx, Source/cmDSWMakefile.cxx,
43799           Source/cmDSWWriter.cxx, Source/cmFindProgramCommand.cxx,
43800           Source/cmMakefile.cxx, Source/cmOptionCommand.cxx,
43801           Source/cmOptionCommand.h, Source/cmSourceGroup.cxx,
43802           Source/cmSourceGroup.h, Source/cmSystemTools.cxx,
43803           Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
43804           Source/MFCDialog/CMakeSetup.rc: ENH: move testing stuff to cmake
43805           from configure, good bye dashboard... :)
43807 2001-05-04 10:44  king
43809         * Source/cmSystemTools.cxx: ENH: Added support to EscapeSpaces to
43810           use double quotes on windows.
43812 2001-05-04 10:44  king
43814         * Source/cmCablePackageCommand.cxx: ENH: Added use of CMAKE cache
43815           entry for generating the DSP/makefile build rules.
43817 2001-05-04 10:44  king
43819         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
43820           cmDSPWriter.h: ENH: Added use of CMAKE cache entry for generating
43821           the DSP build rules.
43823 2001-05-04 10:13  martink
43825         * Modules/FindJNI.cmake: minor fixes
43827 2001-05-04 09:56  martink
43829         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fixed custom command
43830           rule
43832 2001-05-04 09:47  martink
43834         * Modules/FindJNI.cmake: new module
43836 2001-05-04 09:39  martink
43838         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmSourceGroup.cxx,
43839           cmSourceGroup.h, cmVTKWrapJavaCommand.cxx: better custom rules
43841 2001-05-04 08:46  martink
43843         * Source/: cmFunctionBlocker.h, cmIfCommand.cxx, cmIfCommand.h,
43844           cmMakefile.cxx, cmVTKWrapJavaCommand.cxx: better If checks
43846 2001-05-04 08:45  martink
43848         * Source/: cmSourceFilesRequireCommand.cxx,
43849           cmSourceFilesRequireCommand.h, cmUnixDefinesCommand.cxx,
43850           cmUnixDefinesCommand.h, cmUnixLibrariesCommand.cxx,
43851           cmUnixLibrariesCommand.h, cmWin32DefinesCommand.cxx,
43852           cmWin32DefinesCommand.h, cmWin32IncludeDirectoryCommand.cxx,
43853           cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
43854           cmWin32LibrariesCommand.h: removed old functions
43856 2001-05-03 16:55  king
43858         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
43859           MFCDialog/CMakeSetupDialog.cpp: ENH: Added generation of internal
43860           CMAKE cache entry with path to command-line CMake executable.
43862 2001-05-03 16:55  king
43864         * Source/: cmFindProgramCommand.cxx, cmSystemTools.cxx,
43865           cmSystemTools.h: ENH: Added cmSystemTools::FindProgram() and
43866           full-path detection utilities.
43868 2001-05-03 15:27  martink
43870         * Source/: cmCommands.cxx, cmVTKWrapJavaCommand.cxx,
43871           cmVTKWrapJavaCommand.h: minor fixes
43873 2001-05-03 11:04  martink
43875         * Source/cmCommands.cxx: removed deprecated commands
43877 2001-05-03 10:58  martink
43879         * CMakeSystemConfig.cmake.in: better config info
43881 2001-05-03 10:35  martink
43883         * Source/cmConfigureFile.cxx: now support cmakedefine
43885 2001-05-03 08:53  martink
43887         * CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: uses
43888           cmake commands now
43890 2001-05-03 08:52  martink
43892         * CMakeSystemConfig.cmake.in, CMakeSystemConfig.txt.in,
43893           CMakeWindowsSystemConfig.cmake, CMakeWindowsSystemConfig.txt,
43894           Source/cmMakefile.cxx, Source/cmMakefile.h: system config uses
43895           cmake commands now
43897 2001-05-02 17:33  martink
43899         * Modules/FindMPI.cmake: minor fixes
43901 2001-05-02 17:07  martink
43903         * Modules/FindMPI.cmake: new module
43905 2001-05-02 14:08  martink
43907         * Modules/FindOpenGL.cmake: simple module
43909 2001-05-02 11:53  martink
43911         * Modules/FindTCL.cmake: finds tk as well
43913 2001-05-02 11:53  martink
43915         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: cache loaded
43916           into makefile
43918 2001-05-01 17:52  martink
43920         * Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
43921           fixed bug in limiting to source lists
43923 2001-05-01 17:37  king
43925         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
43926           cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
43927           cmCableWrapCommand to inherit from cmCableDefineSetCommand since
43928           they do almost exactly the same thing.  Added a GetXmlTag virtual
43929           function to both classes to return what XML tag to generate in
43930           the set's output.  cmCableDefineSetCommand generates a "Set" tag,
43931           and cmCableWrapCommand generates a "WrapperSet" tag.  What is
43932           inside the tags is still generated by the cmCableDefineSetCommand
43933           superclass.
43935 2001-05-01 17:35  king
43937         * Source/: cmCableInstantiateClassCommand.cxx,
43938           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
43939           cmCableInstantiateCommand.h, cmCablePackageEntryCommand.cxx,
43940           cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
43941           cmCableSourceFilesCommand.h: ENH: Changed WriteConfiguration back
43942           to const because it doesn't need to report errors anymore.
43944 2001-05-01 17:12  hoffman
43946         * Source/: UtilityFooter.dsptemplate, UtilityHeader.dsptemplate:
43947           ADD: add utiltity templates
43949 2001-05-01 16:55  hoffman
43951         * configure.in.sample, Source/cmAddTargetCommand.cxx,
43952           Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
43953           Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
43954           Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
43955           Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
43956           Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
43957           Source/cmUnixMakefileGenerator.cxx: ENH: implement ADD_TARGET
43958           command, and add an ALL_BUILD target
43960 2001-05-01 16:34  martink
43962         * Source/: cmMakefile.cxx, MFCDialog/CMakeSetupDialog.cpp: cache
43963           now loaded into makefile
43965 2001-05-01 16:28  martink
43967         * Source/: cmCacheManager.cxx, cmCacheManager.h: added method to
43968           puch cache into makefile defines
43970 2001-05-01 16:27  martink
43972         * Source/cmIfCommand.cxx: slight bug in If command I think
43974 2001-05-01 11:28  martink
43976         * Modules/FindTCL.cmake: first module
43978 2001-05-01 11:16  martink
43980         * Source/: cmCommands.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
43981           cmIfCommand.h, cmSetCommand.cxx, cmSetCommand.h,
43982           cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: new set
43983           command and IF NOT
43985 2001-04-30 14:56  martink
43987         * Source/: cmElseCommand.cxx, cmFindFileCommand.cxx,
43988           cmFindLibraryCommand.cxx, cmFindPathCommand.cxx, cmIfCommand.cxx,
43989           cmSystemTools.cxx, cmSystemTools.h: bug fixes
43991 2001-04-30 11:51  king
43993         * Source/cmCablePackageCommand.cxx: BUG: Fixed output of
43994           CMakeLists.txt path in cable_config.xml dependency list for unix.
43995           Needed to escape spaces instead of enclosing in double quotes.
43997 2001-04-30 11:29  king
43999         * Source/cmMakefile.h: ERR: Removed a conflict that was checked in.
44001 2001-04-30 10:52  anonymous
44003         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
44004           cmDSPWriter.cxx, cmDSPWriter.h, cmIncludeCommand.cxx,
44005           cmIncludeCommand.h, cmMakefile.cxx, cmMakefile.h: New command:
44006           INCLUDE(somefile.txt)
44008 2001-04-30 10:44  martink
44010         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
44011           cmDSWMakefile.cxx, cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
44012           cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
44013           cmLinkLibrariesCommand.h, cmMakefile.cxx, cmMakefile.h,
44014           cmTarget.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.cxx,
44015           cmTargetLinkLibrariesCommand.h, cmUnixMakefileGenerator.cxx,
44016           cmUnixMakefileGenerator.h: added TARGET_LINK_LIBRARY command and
44017           support for debug and release libraries to link against
44019 2001-04-27 14:57  king
44021         * Source/cmUnixMakefileGenerator.cxx: ERR: Renamed CustomCommands
44022           to BuildRules to match change in cmSourceGroup.
44024 2001-04-27 14:52  king
44026         * Source/cmCablePackageCommand.cxx: BUG: Removed output of GCC_XML
44027           rules when the command cannot be found.
44029 2001-04-27 14:51  king
44031         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
44032           cmDSPWriter.h, cmSourceGroup.cxx, cmSourceGroup.h: BUG: Removed
44033           output of dual rules for source files that are processed by both
44034           the compiler and by a custom command.  Also removed generation of
44035           duplicate CMakeLists.txt in the project files.
44037 2001-04-27 14:40  martink
44039         * CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: get
44040           system info into cmake
44042 2001-04-27 14:25  martink
44044         * Source/: cmConfigureFile.cxx, cmConfigureFile.h: added configure
44045           file
44047 2001-04-27 11:53  hoffman
44049         * configure.in.sample: BUG: run cache build with each configure
44051 2001-04-27 11:36  hoffman
44053         * CMakeRules.make.in, Source/cmMakefile.cxx: BUG: fix inplace
44054           builds
44056 2001-04-27 11:03  hoffman
44058         * Source/cmMakefile.cxx: ENH: fix in source build with non-gnu
44060 2001-04-27 09:32  hoffman
44062         * Source/cmMakefile.cxx: ENH: add output when creating files
44064 2001-04-27 09:30  martink
44066         * Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
44067           cmFindPathCommand.cxx: better help strings
44069 2001-04-27 09:13  will
44071         * Source/cmAuxSourceDirectoryCommand.h: ENH:New copyright
44073 2001-04-27 08:46  martink
44075         * CMakeVariables.make.in: removed old junk
44077 2001-04-27 08:01  will
44079         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
44080           cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
44081           cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
44082           cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
44083           cmAddTargetCommand.cxx, cmAddTargetCommand.h,
44084           cmAuxSourceDirectoryCommand.cxx,
44085           cmBuildSharedLibrariesCommand.cxx,
44086           cmCableCloseNamespaceCommand.cxx, cmCableCloseNamespaceCommand.h,
44087           cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
44088           cmCableData.h, cmCableDefineSetCommand.cxx,
44089           cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
44090           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
44091           cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
44092           cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
44093           cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
44094           cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
44095           cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
44096           cmCableWrapCommand.h, cmCacheManager.cxx, cmCacheManager.h,
44097           cmCommand.h, cmCommands.h, cmConfigureFileNoAutoconf.cxx,
44098           cmConfigureFileNoAutoconf.h, cmCustomCommand.cxx,
44099           cmCustomCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
44100           cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx,
44101           cmDSWMakefile.h, cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.cxx,
44102           cmDirectory.h, cmElseCommand.cxx, cmElseCommand.h,
44103           cmEndIfCommand.cxx, cmEndIfCommand.h, cmFindFileCommand.cxx,
44104           cmFindFileCommand.h, cmFindIncludeCommand.cxx,
44105           cmFindIncludeCommand.h, cmFindLibraryCommand.cxx,
44106           cmFindLibraryCommand.h, cmFindProgramCommand.cxx,
44107           cmFindProgramCommand.h, cmFunctionBlocker.h, cmIfCommand.cxx,
44108           cmIfCommand.h, cmIncludeDirectoryCommand.cxx,
44109           cmIncludeDirectoryCommand.h,
44110           cmIncludeRegularExpressionCommand.cxx,
44111           cmIncludeRegularExpressionCommand.h, cmLibraryCommand.cxx,
44112           cmLibraryCommand.h, cmLinkDirectoriesCommand.cxx,
44113           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
44114           cmLinkLibrariesCommand.h, cmMSProjectGenerator.cxx,
44115           cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
44116           cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
44117           cmMakefileGenerator.h, cmOptionCommand.cxx, cmOptionCommand.h,
44118           cmProjectCommand.cxx, cmProjectCommand.h,
44119           cmRegularExpression.cxx, cmRegularExpression.h, cmSourceFile.cxx,
44120           cmSourceFile.h, cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
44121           cmSourceFilesRequireCommand.cxx, cmSourceFilesRequireCommand.h,
44122           cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
44123           cmSourceGroupCommand.h, cmStandardIncludes.h,
44124           cmSubdirCommand.cxx, cmSubdirCommand.h, cmSystemTools.cxx,
44125           cmSystemTools.h, cmTarget.cxx, cmTarget.h, cmTestsCommand.cxx,
44126           cmTestsCommand.h, cmUnixDefinesCommand.cxx,
44127           cmUnixDefinesCommand.h, cmUnixLibrariesCommand.cxx,
44128           cmUnixLibrariesCommand.h, cmUnixMakefileGenerator.cxx,
44129           cmUnixMakefileGenerator.h, cmUtilitySourceCommand.cxx,
44130           cmUtilitySourceCommand.h, cmVTKWrapPythonCommand.cxx,
44131           cmVTKWrapTclCommand.cxx, cmWin32DefinesCommand.cxx,
44132           cmWin32DefinesCommand.h, cmWin32IncludeDirectoryCommand.cxx,
44133           cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
44134           cmWin32LibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
44135           cmWrapExcludeFilesCommand.h: ENH:New copyright
44137 2001-04-27 07:55  will
44139         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h:
44140           ENH:Copyright
44142 2001-04-26 16:22  martink
44144         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
44145           cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
44146           cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
44147           cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
44148           cmMakefile.cxx, cmMakefile.h, cmUnixMakefileGenerator.cxx,
44149           cmVTKWrapPythonCommand.cxx, MFCDialog/CMakeSetup.rc,
44150           MFCDialog/resource.h: support for debug and opt libraries
44152 2001-04-26 15:41  martink
44154         * Source/: cmOptionCommand.cxx, cmOptionCommand.h: better help
44156 2001-04-26 15:27  king
44158         * Source/: cmCableInstantiateClassCommand.cxx,
44159           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
44160           cmCableInstantiateCommand.h, cmCablePackageCommand.cxx,
44161           cmCablePackageEntryCommand.cxx, cmCablePackageEntryCommand.h,
44162           cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h,
44163           cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
44164           WriteConfiguration to non-const so it can do error checking.
44165           Added parsing and output of a name for each WrapperSet generated
44166           from a CABLE_WRAP command.
44168 2001-04-26 14:53  hoffman
44170         * Source/: cmAddLibraryCommand.cxx,
44171           cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
44172           cmCacheManager.h, cmFindFileCommand.cxx,
44173           cmFindIncludeCommand.cxx, cmFindLibraryCommand.cxx,
44174           cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
44175           cmOptionCommand.cxx, cmUtilitySourceCommand.cxx,
44176           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/PropertyList.cpp,
44177           MFCDialog/PropertyList.h: ENH: add help for cache entries
44179 2001-04-26 10:49  martink
44181         * Source/: cmCacheManager.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
44182           cmSystemTools.cxx, cmSystemTools.h: some fixes for If commands
44184 2001-04-26 09:38  martink
44186         * Source/: CMakeSetup.dsw, DumpDocumentation.dsp, cmCommands.cxx,
44187           cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
44188           cmDSPWriter.h, cmFindFileCommand.cxx, cmFindIncludeCommand.cxx,
44189           cmFindIncludeCommand.h, cmFindLibraryCommand.cxx,
44190           cmFindLibraryCommand.h, cmFindPathCommand.cxx,
44191           cmFindPathCommand.h, cmMakefile.cxx, cmMakefile.h,
44192           cmUnixMakefileGenerator.cxx: bug fixes
44194 2001-04-25 19:01  hoffman
44196         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: set initial build to
44197           source dir
44199 2001-04-25 18:53  hoffman
44201         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add error checking
44202           for empty build dir
44204 2001-04-25 16:09  hoffman
44206         * configure.in.sample, Source/Makefile.in,
44207           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
44208           Source/cmMakefile.cxx, Source/MFCDialog/CMakeDialog.h,
44209           Source/MFCDialog/CMakeSetup.rc,
44210           Source/MFCDialog/CMakeSetupDialog.cpp,
44211           Source/MFCDialog/CMakeSetupDialog.h,
44212           Source/MFCDialog/PropertyList.cpp,
44213           Source/MFCDialog/PropertyList.h: ENH: clean up cmake GUI and
44214           remove the parsing of CMakeLists.txt files by configure
44216 2001-04-25 11:47  martink
44218         * Source/: cmElseCommand.h, cmEndIfCommand.h, cmIfCommand.h: rules
44219           were not inherited when they should be
44221 2001-04-25 09:39  king
44223         * Source/cmUnixMakefileGenerator.cxx: BUG: Fixed output of
44224           dependencies.  It needs to loop over the makefile's targets, not
44225           the source lists.
44227 2001-04-25 09:37  king
44229         * Source/cmMakeDepend.cxx: STYLE: Updated comments for name change
44230           cmClassFile->cmSourceFile
44232 2001-04-25 09:33  martink
44234         * CMake.doc: updated the docs some
44236 2001-04-24 17:33  king
44238         * Source/cmUnixMakefileGenerator.cxx: ERR: cmClassFile.h ->
44239           cmSourceFile.h include change.
44241 2001-04-24 16:49  martink
44243         * Source/: cmClassFile.cxx, cmClassFile.h: many fixes and cleanup
44244           and features
44246 2001-04-24 16:46  martink
44248         * Source/: CMakeLib.dsp, Makefile.in, cmAbstractFilesCommand.cxx,
44249           cmAuxSourceDirectoryCommand.cxx, cmCablePackageCommand.cxx,
44250           cmCableSourceFilesCommand.cxx, cmCacheManager.cxx,
44251           cmCacheManager.h, cmCommands.cxx, cmDSPMakefile.cxx,
44252           cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h,
44253           cmMakeDepend.cxx, cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
44254           cmOptionCommand.cxx, cmSourceFilesCommand.cxx,
44255           cmSourceFilesRequireCommand.cxx, cmTarget.h,
44256           cmUnixDefinesCommand.cxx, cmUnixLibrariesCommand.cxx,
44257           cmUnixMakefileGenerator.cxx, cmWin32DefinesCommand.cxx,
44258           cmWin32IncludeDirectoryCommand.cxx, cmWin32LibrariesCommand.cxx,
44259           cmWrapExcludeFilesCommand.cxx, MFCDialog/CMakeSetupDialog.cpp,
44260           cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
44261           cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h, cmSourceFile.cxx,
44262           cmSourceFile.h, cmTarget.cxx, cmWrapTclCommand.cxx,
44263           cmWrapTclCommand.h: many fixes and cleanup and features
44265 2001-04-24 14:19  hoffman
44267         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
44268           PropertyList.h: BUG: fix duplicate property items
44270 2001-04-24 13:32  hoffman
44272         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
44273           PropertyList.cpp: BUG: fix cache updates
44275 2001-04-24 12:40  hoffman
44277         * Source/: cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
44278           cmCacheManager.h, cmMakefile.cxx, cmMakefile.h,
44279           cmOptionCommand.cxx, cmWrapTclCommand.cxx,
44280           MFCDialog/CMakeSetupDialog.cpp: BUG: fix build directory problem
44282 2001-04-24 09:45  king
44284         * CMakeVariables.make.in: ERR: Removed extra SRC_OBJ reference.
44285           The variable is no longer used.
44287 2001-04-23 16:40  hoffman
44289         * Source/: CMakeLib.dsp, cmCacheManager.cxx, cmCacheManager.h,
44290           cmDSWMakefile.cxx, cmDSWWriter.cxx, cmSourceGroup.h,
44291           cmStandardIncludes.h, cmWindowsConfigure.cxx,
44292           cmWindowsConfigure.h, MFCDialog/CMakeDialog.h,
44293           MFCDialog/CMakeSetup.dsp, MFCDialog/CMakeSetup.rc,
44294           MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
44295           MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h,
44296           MFCDialog/resource.h: ENH: new GUI editor for cmake cache file
44298 2001-04-23 16:34  martink
44300         * Source/: cmCommands.cxx, cmWrapTclCommand.cxx: added option
44301           command
44303 2001-04-23 16:33  martink
44305         * Source/: cmOptionCommand.cxx, cmOptionCommand.h: new command
44307 2001-04-23 13:58  blezek
44309         * CMakeRules.make.in, Source/cmUnixMakefileGenerator.cxx: BUG:
44310           Clean was not doing it's job
44312 2001-04-23 10:23  king
44314         * Source/cmIfCommand.h: ERR: Added virtual destructor to complement
44315           virtual functions in cmIfFunctionBlocker.
44317 2001-04-19 17:39  martink
44319         * Source/: cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
44320           cmCommands.cxx, cmElseCommand.cxx, cmElseCommand.h,
44321           cmEndIfCommand.cxx, cmEndIfCommand.h, cmFunctionBlocker.h,
44322           cmIfCommand.cxx, cmIfCommand.h, cmMakefile.cxx, cmMakefile.h:
44323           added if else endif add definition
44325 2001-04-19 13:28  martink
44327         * Source/: cmCablePackageCommand.cxx, cmCustomCommand.h,
44328           cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
44329           cmDSWWriter.cxx, cmMakefile.cxx, cmSourceGroup.cxx, cmTarget.h,
44330           cmUnixMakefileGenerator.cxx: cleaned up the coding style made
44331           ivars private etc
44333 2001-04-18 08:01  king
44335         * Source/cmMakeDepend.cxx: ERR: We can't assume a vector iterator
44336           is a pointer.  It must be dereferenced to get a reference to the
44337           element, and then we can take the address of that to get a
44338           pointer.  "i" becomes "&*i"
44340 2001-04-17 07:42  king
44342         * Source/cmUnixMakefileGenerator.cxx: ERR: Removed unused variable.
44344 2001-04-16 15:40  hoffman
44346         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: BUG: fix small
44347           compile issues on HP aCC
44349 2001-04-16 12:31  king
44351         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Changed m_Indices
44352           to an stl set and renamed it to m_IndexSet.  Using a set results
44353           in a significant performance increase and reduction in memory
44354           usage.
44356 2001-04-16 10:15  millerjv
44358         * Source/cmAddLibraryCommand.cxx: FIX: allow ADD_LIBRARY with no
44359           source list
44361 2001-04-16 10:01  martink
44363         * Source/: cmCablePackageCommand.cxx, cmMakefile.h: fixed cable
44364           package issue
44366 2001-04-12 15:34  martink
44368         * Source/: Makefile.in, cmAddLibraryCommand.cxx,
44369           cmCacheManager.cxx, cmCacheManager.h, cmMakefile.h,
44370           cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: some bug fixes
44372 2001-04-12 09:55  king
44374         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
44375           ENH: Added individual library linkage output so that shared
44376           libraries will not try to link against themselves.
44378 2001-04-12 09:49  martink
44380         * Source/: cmExecutablesCommand.cxx, cmExecutablesCommand.h:
44381           removed old rules
44383 2001-04-11 16:34  king
44385         * Source/cmUnixMakefileGenerator.cxx: ENH: Generation now sets up
44386           proper linking of shared libraries to each other.
44388 2001-04-11 15:43  king
44390         * CMakeMaster.make.in: ERR: Needed to switch point where
44391           CMakeTargets.make is included so that Variables will be available
44392           to the targets file.
44394 2001-04-11 14:58  martink
44396         * Source/CMakeLib.dsp, Source/CMakeSetupCMD.dsp,
44397           Source/Makefile.in, Source/cmAbstractFilesCommand.cxx,
44398           Source/cmAddExecutableCommand.cxx,
44399           Source/cmAddExecutableCommand.h, Source/cmAddLibraryCommand.cxx,
44400           Source/cmAddLibraryCommand.h,
44401           Source/cmAuxSourceDirectoryCommand.cxx,
44402           Source/cmAuxSourceDirectoryCommand.h, Source/cmCableCommand.cxx,
44403           Source/cmCableData.cxx, Source/cmCableData.h,
44404           Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
44405           Source/cmCableSourceFilesCommand.cxx, Source/cmClassFile.cxx,
44406           Source/cmClassFile.h, Source/cmCommands.cxx,
44407           Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
44408           Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
44409           Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
44410           Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
44411           Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
44412           Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
44413           Source/cmMakefile.cxx, Source/cmMakefile.h,
44414           Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
44415           Source/cmSourceFilesRequireCommand.cxx,
44416           Source/cmSourceFilesRequireCommand.h, Source/cmSourceGroup.cxx,
44417           Source/cmSourceGroup.h, Source/cmTarget.h,
44418           Source/cmTestsCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
44419           Source/cmUnixMakefileGenerator.h,
44420           Source/cmWrapExcludeFilesCommand.cxx,
44421           Source/cmWrapTclCommand.cxx, Source/cmWrapTclCommand.h,
44422           CMakeRules.make.in: major changes to support multiple libraries
44423           and source lists
44425 2001-04-10 15:26  king
44427         * Source/DLLHeader.dsptemplate: ENH: Need BUILD_SHARED_LIBRARIES
44428           defined for making windows DLLs.
44430 2001-04-09 10:56  king
44432         * Source/cmCablePackageCommand.cxx: ERR: Added double-quotes around
44433           command name before arguments are appended.
44435 2001-04-09 10:53  king
44437         * Source/cmUnixMakefileGenerator.cxx: ERR: Missed one EscapeSpaces
44438           call.
44440 2001-04-09 10:31  king
44442         * Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
44443           cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
44444           cmUtilitySourceCommand.cxx: ERR: Corrected use of double-quotes
44445           to be compatible with UNIX make.  Now double quotes (windows) or
44446           escape sequences for spaces (unix) are added when dependencies
44447           are output.
44449 2001-04-09 09:44  king
44451         * Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
44452           cmUtilitySourceCommand.cxx: ENH: Added support for spaces in the
44453           output directory names.  Spaces in the input directory name may
44454           work also, but are untested.
44456 2001-04-06 17:01  hoffman
44458         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
44459           cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix
44460           depends for libraries and executables in the same dir
44462 2001-04-06 14:51  hoffman
44464         * Source/: cmFindIncludeCommand.cxx, cmFindLibraryCommand.cxx,
44465           cmMakefile.cxx: ENH: better error reporting, and add NOTFOUND
44466           into cache for library and file find
44468 2001-04-06 12:00  martink
44470         * Source/cmFindIncludeCommand.h: fixed the documentation some
44472 2001-04-06 08:28  millerjv
44474         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: FIX: configurations
44475           list needed to be reset for each dsp file created
44477 2001-04-04 09:33  millerjv
44479         * Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: FIX:
44480           returned to using /O2 optimization level and put a pragma in the
44481           netlib code that could not handle the /Og component of /O2
44483 2001-03-28 11:49  king
44485         * Source/cmSystemTools.cxx: ERR: Blank line regular expression
44486           updated to allow whitespace on the line.
44488 2001-03-23 14:27  king
44490         * Source/: cmCableSourceFilesCommand.cxx,
44491           cmCableSourceFilesCommand.h: ENH: Added support for
44492           CABLE_SOURCE_FILES to refer to files that are not in the current
44493           directory.  The include path is searched for the files.
44495 2001-03-21 15:52  king
44497         * Source/cmStandardIncludes.h: ERR: Added pragma to disable symbol
44498           length warning for Intel compiler.
44500 2001-03-20 13:48  king
44502         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ERR: Small bug in
44503           generated DSP file fixed.  A custom command environment variable
44504           has been replaced with explicity writing out the command.
44506 2001-03-20 13:20  king
44508         * Source/: CMakeLib.dsp, Makefile.in, cmCableCommand.cxx,
44509           cmCablePackageCommand.cxx, cmCommands.cxx, cmDSPMakefile.cxx,
44510           cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.cxx,
44511           cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
44512           cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
44513           cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: ENH: Added
44514           SOURCE_GROUP command and corresponding support code.  This
44515           command allows CMakeLists files to specify how sources are
44516           organized into groups in the generated DSP files and makefiles.
44518 2001-03-19 11:47  millerjv
44520         * Source/EXEHeader.dsptemplate: ENH: ignore unused libary warnings,
44521           removed /force
44523 2001-03-19 11:02  king
44525         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added text
44526           files group to DSP output.  CMakeLists.txt is duplicated in this
44527           group and outside, but fixing this will require a reorganization
44528           of custom rule generation.  I should get to that soon.
44530 2001-03-19 11:01  king
44532         * Source/cmCableCommand.cxx: ERR: Changed generation of rule to
44533           generate cable_config.xml to be produced differently for windows
44534           and unix.
44536 2001-03-19 11:00  king
44538         * Source/: cmSystemTools.cxx, cmSystemTools.h: ERR: Removed
44539           functions I just added.  They don't belong here (yet?).
44541 2001-03-19 10:09  king
44543         * Source/cmCableCommand.cxx: ENH: Added generation of a rule to
44544           re-run CMake if the cable_config.xml file is missing.
44546 2001-03-19 10:09  king
44548         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added functions
44549           to get information about the CMake executable on each platform.
44551 2001-03-16 11:14  king
44553         * Source/: cmCableData.cxx, cmCableData.h: ERR: Re-ordered
44554           declaration of members v. order of initialization on the
44555           constructor to match each other.
44557 2001-03-16 11:04  king
44559         * Source/: cmCableData.cxx, cmCableData.h: BUG: Rearranged cable
44560           config file open to do open in construction of m_OutputFile.
44561           Fixes problem on SGI with opening the file.
44563 2001-03-16 09:25  king
44565         * Source/: cmCableDefineSetCommand.cxx,
44566           cmCableSourceFilesCommand.cxx: ENH: Changed generated includes to
44567           not have full path specified.
44569 2001-03-15 18:09  king
44571         * Source/: cmCommands.cxx, cmIncludeRegularExpressionCommand.cxx,
44572           cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
44573           cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h: ENH: Added
44574           INCLUDE_REGULAR_EXPRESSION command to set regular expression used
44575           in dependency checking.
44577 2001-03-15 14:46  king
44579         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
44580           ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command.
44582 2001-03-15 14:33  king
44584         * Source/: cmMakefile.cxx, cmMakefile.h: BUG: Moved definition of
44585           CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their
44586           information is known.
44588 2001-03-15 10:42  king
44590         * Source/: cmCablePackageCommand.cxx, cmCablePackageCommand.h: BUG:
44591           Fixed segfault when CABLE_PACKAGE is only CABLE command.  Related
44592           to order of virtual destructor calls.
44594 2001-03-14 17:49  king
44596         * Source/cmStandardIncludes.h: ERR: Added for-loop scoping hack for
44597           CMake sources on MSVC
44599 2001-03-14 16:34  king
44601         * Source/cmSystemTools.cxx: ENH: Added support for comments inside
44602           function calls and indented comments.
44604 2001-03-13 18:01  king
44606         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
44607           ENH: Added support for element tag specification with syntax
44608           tag:element as an argument to the CABLE_DEFINE_SET command.  A
44609           single colon with nothing to its left will result in an empty
44610           tag.
44612 2001-03-13 09:33  king
44614         * Source/cmWrapTclCommand.cxx: ERR: Less-than-zero test replaced
44615           with greater-than-zero since we want zero arguments.
44617 2001-03-12 18:30  king
44619         * Source/: cmCommand.h, cmSystemTools.cxx, cmSystemTools.h: ENH:
44620           Improved error handling when GetError is called on a command that
44621           has not called SetError.
44623 2001-03-12 10:10  geoff
44625         * Source/: cmCommands.cxx, cmWin32IncludeDirectoryCommand.cxx,
44626           cmWin32IncludeDirectoryCommand.h: Include directories under Win32
44627           only (inherited by subdirs)
44629 2001-03-09 16:56  king
44631         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
44632           cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
44633           cmDSPWriter.h, staticLibHeader.dsptemplate: ENH: Finished
44634           Simplifying dsptemplate processing with  in place of separate
44635           Release, Debug, ReleaseDLL, ... configurations.
44637 2001-03-09 15:35  king
44639         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
44640           staticLibHeader.dsptemplate: ERR: Fixed library path problem for
44641           ReleaseMinSize build.   should now be used in place of separate
44642           Release, Debug, and ReleaseMinSize.
44644 2001-03-09 14:35  king
44646         * Source/EXEHeader.dsptemplate: ERR: Fixed header template for
44647           Release MinSize builds.
44649 2001-03-09 11:34  king
44651         * Source/EXEHeader.dsptemplate: ENH: Added Release MinSize
44652           configuration for executables.
44654 2001-03-09 11:33  king
44656         * Source/cmUtilitySourceCommand.h: ENH: Made UTILITY_SOURCE command
44657           inherited, just like FIND_PROGRAM.
44659 2001-03-09 11:16  king
44661         * Source/cmCablePackageCommand.cxx: ERR: Missing initalization of a
44662           cmClassFile::m_HeaderFileOnly fixed.
44664 2001-03-09 10:53  king
44666         * Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx, cmMakefile.cxx,
44667           cmMakefile.h, cmUnixMakefileGenerator.cxx,
44668           cmUnixMakefileGenerator.h, cmUtilitySourceCommand.cxx: ENH: Added
44669           utility dependency support.  Now a project can depend on other
44670           executables as well as link libraries.
44672 2001-03-09 10:52  king
44674         * Source/: cmCableCommand.cxx, cmCableData.cxx: ERR: Added
44675           automatic creation of directory for cable_config.xml file and
44676           corresponding error reporting.
44678 2001-03-09 10:52  king
44680         * Source/cmCablePackageCommand.cxx: ENH: Added proper dependency
44681           generation for a package on cable executable.
44683 2001-03-08 18:24  king
44685         * Source/: cmMakefile.cxx, cmUtilitySourceCommand.cxx: ERR:
44686           Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows
44687           behavior.
44689 2001-03-08 18:13  king
44691         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added output of
44692           custom rules for XML sources.
44694 2001-03-08 17:38  king
44696         * Source/cmUnixMakefileGenerator.cxx: ENH: Added output of defines
44697           flags as part of INCLUDE_FLAGS.
44699 2001-03-08 17:31  king
44701         * Source/cmUnixMakefileGenerator.cxx: ENH: Added output of a custom
44702           command's m_Source as a dependency.
44704 2001-03-08 17:31  king
44706         * Source/cmUnixDefinesCommand.cxx: ERR: Minor wording error in
44707           output message.
44709 2001-03-08 17:30  king
44711         * Source/cmCablePackageCommand.cxx: ENH: Creation of generator rule
44712           now properly uses the custom command's m_Source member.
44714 2001-03-08 16:13  king
44716         * Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h,
44717           cmCablePackageCommand.cxx, cmCablePackageCommand.h,
44718           cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h: ENH:
44719           Added creation of custom rules for generating CABLE packages.
44721 2001-03-08 16:12  king
44723         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Added support for
44724           finding dependencies for files that don't exist.  Dependency
44725           recursion begins with hints provided in the cmClassFile for a
44726           file if it doesn't exist.
44728 2001-03-08 11:30  king
44730         * Source/cmCableSourceFilesCommand.cxx: ENH: Added .txx detection
44731           for Header block output.
44733 2001-03-08 10:30  king
44735         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
44736           cmSystemTools.cxx, cmSystemTools.h, cmUtilitySourceCommand.cxx,
44737           cmUtilitySourceCommand.h: ENH: Added UTILITY_SOURCE command for
44738           specifying where a 3rd party utility's source is located when it
44739           is included in the distribution of a project.
44741 2001-03-07 13:33  king
44743         * Source/cmCableCommand.cxx: ERR: Commented out experimental code
44744           that was accidentally checked in.
44746 2001-03-07 13:23  king
44748         * Source/cmCableCommand.cxx: ENH: Added Cable to Utilities and
44749           appropriate CMakeLists.txt changes.  Moved VXLNumerics link out
44750           of source's root directory and into separate entries for Code and
44751           Testing directories.  This prevents linking of all programs (like
44752           Cable) with the numerics library.
44754 2001-03-02 16:04  king
44756         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
44757           ENH: Added custom rule support to cmUnixMakefileGenerator.
44759 2001-03-02 13:47  will
44761         * Source/cmUnixMakefileGenerator.cxx: BUG: repeat all -l options to
44762           avoid having to worry about link order.
44764 2001-03-02 12:27  king
44766         * Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h: ENH:
44767           CABLE config file (config_cable.xml) should now be opened in the
44768           output directory.
44770 2001-03-01 16:47  king
44772         * Source/: cmCableCloseNamespaceCommand.cxx,
44773           cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
44774           cmCableCommand.h, cmCableData.cxx, cmCableData.h,
44775           cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
44776           cmCableInstantiateClassCommand.cxx,
44777           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
44778           cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
44779           cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
44780           cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
44781           cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
44782           cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
44783           cmCableWrapCommand.h, cmCommands.cxx: ENH: Change to new CABLE
44784           command architecture.  CABLE configuration code is now generated
44785           on the first pass, during the Invoke() calls.
44787 2001-02-28 17:50  hoffman
44789         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
44790           cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix
44791           circular depends on libraries and remove depends for static
44792           libraries
44794 2001-02-28 09:34  king
44796         * Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
44797           cmCableData.h, cmCableDefineSetCommand.cxx,
44798           cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
44799           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
44800           cmCableInstantiateCommand.h, cmCommands.cxx: ENH: CABIL -> CABLE
44801           rename.
44803 2001-02-27 16:50  martink
44805         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
44806           cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: many
44807           enhancements including dll support
44809 2001-02-27 16:49  martink
44811         * Source/cmWrapTclCommand.cxx: bug fixes
44813 2001-02-27 16:49  martink
44815         * Source/cmCommands.cxx: added new commands
44817 2001-02-27 16:48  martink
44819         * Source/cmClassFile.h: added wrap exclude ivar
44821 2001-02-27 16:48  martink
44823         * Source/: cmBuildSharedLibrariesCommand.cxx,
44824           cmBuildSharedLibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
44825           cmWrapExcludeFilesCommand.h: new commands
44827 2001-02-27 16:46  martink
44829         * Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate: dll build
44830           rules
44832 2001-02-27 16:44  martink
44834         * Source/staticLibHeader.dsptemplate: change in options for much
44835           smaller libraries
44837 2001-02-27 16:28  king
44839         * Source/: cmCableCommand.h, cmCableDefineSetCommand.cxx,
44840           cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
44841           cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
44842           cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Implemented
44843           automatic tag generation for CABIL_DEFINE_SET command.  Added tag
44844           output to WriteConfiguration methods.  Added
44845           CABIL_INSTANTIATE_CLASS command to generate explicit class
44846           template instantiation configuration output.
44848 2001-02-27 15:41  king
44850         * Source/cmSystemTools.cxx: ENH/BUG: Improved function parsing to
44851           allow just about anything inside a double-quoted argument.  Also
44852           fixed parsing of lines with both quoted and non-quoted arguments.
44854 2001-02-27 12:00  lorensen
44856         * Source/cmSystemTools.cxx: ENH: mask on mkdir set to 777.
44858 2001-02-27 12:00  lorensen
44860         * Source/CMakeBuildTargets.cxx: ERR: missing std:: on cout.
44862 2001-02-26 20:58  millerjv
44864         * Source/staticLibHeader.dsptemplate: FIX: added /GR to MinSize
44865           build to avoid warnings about dynamic cast
44867 2001-02-26 18:20  king
44869         * Source/cmCableInstantiateCommand.cxx: ERR: Fixed configuration
44870           file output to open file in output directory.
44872 2001-02-26 18:16  king
44874         * Source/cmWrapTclCommand.cxx: int -> unsigned int
44876 2001-02-26 18:00  king
44878         * Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
44879           cmCableData.h, cmCableDefineSetCommand.cxx,
44880           cmCableDefineSetCommand.h, cmCableInstantiateCommand.cxx,
44881           cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Added CABIL
44882           commands for configuration file generation.
44884 2001-02-26 17:58  king
44886         * Source/cmMakefile.h: ENH: Added GetUsedCommands() method.
44888 2001-02-26 17:58  king
44890         * Source/cmStandardIncludes.h: ERR: fsream.h -> fstream.h
44892 2001-02-26 17:17  martink
44894         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
44895           cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.h: a variety of fixes
44896           and enhancements
44898 2001-02-26 17:17  martink
44900         * Source/: cmWrapTclCommand.cxx, cmWrapTclCommand.h: very early
44901           version of a wrapper
44903 2001-02-26 17:15  martink
44905         * Source/: cmClassFile.cxx, cmClassFile.h: added functionality,
44906           fixed bug if no file existed and with header files
44908 2001-02-26 17:14  martink
44910         * Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h: fixed
44911           bug and modified functionality
44913 2001-02-26 17:13  martink
44915         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h: new command
44917 2001-02-26 13:25  king
44919         * Source/cmMakefile.cxx: ERR: Fixed unknown command output error
44920           message for spacing.
44922 2001-02-26 12:07  king
44924         * Source/: cmAbstractFilesCommand.h, cmAddTargetCommand.h,
44925           cmAuxSourceDirectoryCommand.h, cmCommand.h,
44926           cmExecutablesCommand.h, cmFindIncludeCommand.h,
44927           cmFindLibraryCommand.h, cmFindProgramCommand.h,
44928           cmIncludeDirectoryCommand.h, cmLibraryCommand.h,
44929           cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.h,
44930           cmProjectCommand.h, cmSourceFilesCommand.h,
44931           cmSourceFilesRequireCommand.h, cmSubdirCommand.h,
44932           cmTestsCommand.h, cmUnixDefinesCommand.h,
44933           cmUnixLibrariesCommand.h, cmWin32DefinesCommand.h,
44934           cmWin32LibrariesCommand.h: ENH: Added safe downcast support
44935           (without RTTI) to cmCommand and its subclasses.
44937 2001-02-23 10:40  king
44939         * Source/: cmAbstractFilesCommand.cxx, cmCommand.h, cmCommands.h,
44940           cmConfigureFileNoAutoconf.h, cmFindIncludeCommand.cxx,
44941           cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx,
44942           cmMakefile.cxx, cmUnixMakefileGenerator.cxx: ERR: Fixed warnings
44943           (int->unsigned int and a few others).
44945 2001-02-22 19:37  hoffman
44947         * configure.in.sample: ENH: update sample
44949 2001-02-22 19:31  hoffman
44951         * Source/cmSystemTools.cxx: BUG: remove debug print
44953 2001-02-22 19:23  hoffman
44955         * Source/CMakeBuildTargets.cxx, Source/Makefile.in,
44956           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
44957           Source/cmConfigureFileNoAutoconf.cxx, Source/cmDSPMakefile.cxx,
44958           Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
44959           Source/cmDSWWriter.cxx, Source/cmMakefile.cxx,
44960           Source/cmMakefile.h, Source/cmStandardIncludes.h,
44961           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
44962           Source/MFCDialog/CMakeSetupDialog.cpp, CMakeRules.make.in,
44963           CMakeTopMakefileTemplate.in, Source/cmConfigure.h.in: ENH: add
44964           CMakeCache.txt support
44966 2001-02-20 14:12  hoffman
44968         * Source/cmSystemTools.cxx: ENH: remove relative and extra paths in
44969           CMakeLists.txt files
44971 2001-02-20 12:25  hoffman
44973         * CMakeRules.make.in: BUG: fix for in source build
44975 2001-02-19 15:13  hoffman
44977         * CMakeMakefileTemplate.in, MakefileTemplate.in,
44978           configure.in.sample, Source/CMakeBuildTargets.cxx,
44979           Source/CMakeSetupCMD.cxx, Source/Makefile.in,
44980           Source/cmCacheManager.cxx, Source/cmCacheManager.h,
44981           Source/cmCommand.h, Source/cmDSWMakefile.cxx,
44982           Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
44983           Source/cmFindLibraryCommand.cxx, Source/cmFindProgramCommand.cxx,
44984           Source/cmIncludeDirectoryCommand.cxx, Source/cmMakefile.cxx,
44985           Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
44986           Source/cmUnixMakefileGenerator.cxx,
44987           Source/cmUnixMakefileGenerator.h, Source/MFCDialog/CMakeSetup.rc,
44988           Source/MFCDialog/CMakeSetupDialog.cpp,
44989           Source/MFCDialog/resource.h: ENH: first pass at cache, clean up
44990           the unix generator, clean up configure.in some
44992 2001-02-18 13:02  hoffman
44994         * configure.in.sample: ENH: add a smaple configure.in for CMake
44995           based projects
44997 2001-02-18 12:47  hoffman
44999         * configure.in.sample: ENH: add a smaple configure.in for CMake
45000           based projects
45002 2001-02-16 15:34  hoffman
45004         * Source/cmCacheManager.h: ENH: clean up comments some
45006 2001-02-16 15:01  will
45008         * CMake.pdf: ENH:Added pdf file
45010 2001-02-16 11:52  martink
45012         * CMake.doc: clean up docs
45014 2001-02-16 11:34  martink
45016         * Source/: cmConfigureFileNoAutoconf.cxx, cmDSWMakefile.cxx,
45017           cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
45018           cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
45019           cmFindProgramCommand.cxx, cmMakefile.cxx, cmMakefile.h,
45020           cmSystemTools.cxx, cmSystemTools.h: ENH: add new commands fro
45021           find library and find program
45023 2001-02-15 13:30  martink
45025         * CMakeRules.make.in, CMakeVariables.make.in,
45026           Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
45027           Source/cmClassFile.cxx, Source/cmClassFile.h,
45028           Source/cmConfigureFileNoAutoconf.h, Source/cmDSPMakefile.cxx,
45029           Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
45030           Source/cmDSWWriter.cxx, Source/cmMakefile.cxx,
45031           Source/cmMakefile.h, Source/cmProjectCommand.cxx,
45032           Source/cmProjectCommand.h, Source/MFCDialog/CMakeSetupDialog.cpp:
45033           some cleanup and fixes
45035 2001-02-14 12:58  hoffman
45037         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: set output directory
45038           correctly
45040 2001-02-14 12:26  hoffman
45042         * Source/cmMakeDepend.cxx: ENH: fix depend segfault
45044 2001-02-13 18:49  hoffman
45046         * Source/: cmConfigureFileNoAutoconf.cxx, cmMakefile.cxx: ENH: new
45047           vnl
45049 2001-02-13 16:48  hoffman
45051         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: add configure style
45052           @var@ expansion
45054 2001-02-12 19:49  hoffman
45056         * Source/: CMakeBuildTargets.cxx, Makefile.in, cmCommands.cxx,
45057           cmConfigureFileNoAutoconf.cxx, cmConfigureFileNoAutoconf.h,
45058           cmConfigureHeaderCommand.cxx, cmConfigureHeaderCommand.h,
45059           cmMakefile.cxx, cmMakefile.h, cmStandardIncludes.h,
45060           cmSystemTools.cxx, MFCDialog/CMakeSetupDialog.cpp, cmCommands.h:
45061           ENH: get rid of special msc configure file
45063 2001-02-12 14:42  hoffman
45065         * Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.dsp,
45066           MFCDialog/CMakeSetup.dsp: ENH: share a .lib with the command line
45067           and mfc versions.
45069 2001-02-12 14:26  hoffman
45071         * Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.cxx,
45072           CMakeSetupCMD.dsp, Makefile.in, cmCacheManager.cxx,
45073           cmCacheManager.h, cmCommands.cxx, cmConfigureHeaderCommand.cxx,
45074           cmConfigureHeaderCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
45075           cmMSProjectGenerator.h, MFCDialog/CMakeSetup.dsp,
45076           MFCDialog/CMakeSetupDialog.cpp: ENH: add cache manager class,
45077           move all commands into cmCommands.cxx to speed up compile times,
45078           share a .lib with the command line and mfc versions.
45080 2001-02-06 17:01  hoffman
45082         * Source/staticLibHeader.dsptemplate: ENH: add /GX /Zm1000
45084 2001-02-06 16:48  hoffman
45086         * Source/staticLibHeader.dsptemplate: ENH: min size build
45088 2001-02-06 10:52  hoffman
45090         * Source/staticLibHeader.dsptemplate: ENH: put back /Zm1000 so we
45091           can build large files
45093 2001-02-06 08:56  millerjv
45095         * Source/staticLibHeader.dsptemplate: FIX: remove precompiled
45096           header settings
45098 2001-02-06 08:54  millerjv
45100         * Source/EXEHeader.dsptemplate: FIX: added /force to link options
45101           and removed precompiled header usage
45103 2001-01-25 15:48  millerjv
45105         * Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: BUG:
45106           backed off on the compiler optimization used.  Instead of using
45107           /O2, we now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs)
45108           except for /Og
45110 2001-01-22 10:00  will
45112         * Source/CMakeSetupCMD.dsp: BUG: convert to dos format
45114 2001-01-22 09:49  will
45116         * Source/: CMakeSetup.dsw, CMakeSetupCMD.dsp,
45117           MFCDialog/CMakeSetup.dsp: BUG: make dsp and dsw files binary
45119 2001-01-18 13:43  will
45121         * README: ENH:Commands not rules
45123 2001-01-18 12:06  will
45125         * Source/Makefile.in: ERR:Oops, use SimpleRule not SimpleCommand
45127 2001-01-18 11:51  will
45129         * CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
45130           CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in: ERR:Oops,
45131           renamed back
45133 2001-01-18 11:20  will
45135         * CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
45136           CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in,
45137           Source/CMakeSetupCMD.dsp, Source/Makefile.in,
45138           Source/cmAbstractFilesCommand.cxx,
45139           Source/cmAbstractFilesCommand.h, Source/cmAbstractFilesRule.cxx,
45140           Source/cmAbstractFilesRule.h, Source/cmAddTargetCommand.cxx,
45141           Source/cmAddTargetCommand.h, Source/cmAddTargetRule.cxx,
45142           Source/cmAddTargetRule.h, Source/cmAuxSourceDirectoryCommand.cxx,
45143           Source/cmAuxSourceDirectoryCommand.h,
45144           Source/cmAuxSourceDirectoryRule.cxx,
45145           Source/cmAuxSourceDirectoryRule.h, Source/cmCommand.h,
45146           Source/cmDumpDocumentation.cxx, Source/cmExecutablesCommand.cxx,
45147           Source/cmExecutablesCommand.h, Source/cmExecutablesRule.cxx,
45148           Source/cmExecutablesRule.h, Source/cmFindIncludeCommand.cxx,
45149           Source/cmFindIncludeCommand.h, Source/cmFindIncludeRule.cxx,
45150           Source/cmFindIncludeRule.h, Source/cmFindLibraryCommand.cxx,
45151           Source/cmFindLibraryCommand.h, Source/cmFindLibraryRule.cxx,
45152           Source/cmFindLibraryRule.h, Source/cmFindProgramCommand.cxx,
45153           Source/cmFindProgramCommand.h, Source/cmFindProgramRule.cxx,
45154           Source/cmFindProgramRule.h, Source/cmIncludeDirectoryCommand.cxx,
45155           Source/cmIncludeDirectoryCommand.h,
45156           Source/cmIncludeDirectoryRule.cxx,
45157           Source/cmIncludeDirectoryRule.h, Source/cmLibraryCommand.cxx,
45158           Source/cmLibraryCommand.h, Source/cmLibraryRule.cxx,
45159           Source/cmLibraryRule.h, Source/cmLinkDirectoriesCommand.cxx,
45160           Source/cmLinkDirectoriesCommand.h,
45161           Source/cmLinkDirectoriesRule.cxx, Source/cmLinkDirectoriesRule.h,
45162           Source/cmLinkLibrariesCommand.cxx,
45163           Source/cmLinkLibrariesCommand.h, Source/cmLinkLibrariesRule.cxx,
45164           Source/cmLinkLibrariesRule.h, Source/cmMakefile.cxx,
45165           Source/cmMakefile.h, Source/cmMakefileGenerator.h,
45166           Source/cmProjectCommand.cxx, Source/cmProjectCommand.h,
45167           Source/cmProjectRule.cxx, Source/cmProjectRule.h,
45168           Source/cmRuleMaker.h, Source/cmSourceFilesCommand.cxx,
45169           Source/cmSourceFilesCommand.h,
45170           Source/cmSourceFilesRequireCommand.cxx,
45171           Source/cmSourceFilesRequireCommand.h,
45172           Source/cmSourceFilesRequireRule.cxx,
45173           Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.cxx,
45174           Source/cmSourceFilesRule.h, Source/cmSubdirCommand.cxx,
45175           Source/cmSubdirCommand.h, Source/cmSubdirRule.cxx,
45176           Source/cmSubdirRule.h, Source/cmSystemTools.h,
45177           Source/cmTestsCommand.cxx, Source/cmTestsCommand.h,
45178           Source/cmTestsRule.cxx, Source/cmTestsRule.h,
45179           Source/cmUnixDefinesCommand.cxx, Source/cmUnixDefinesCommand.h,
45180           Source/cmUnixDefinesRule.cxx, Source/cmUnixDefinesRule.h,
45181           Source/cmUnixLibrariesCommand.cxx,
45182           Source/cmUnixLibrariesCommand.h, Source/cmUnixLibrariesRule.cxx,
45183           Source/cmUnixLibrariesRule.h, Source/cmWin32DefinesCommand.cxx,
45184           Source/cmWin32DefinesCommand.h, Source/cmWin32DefinesRule.cxx,
45185           Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesCommand.cxx,
45186           Source/cmWin32LibrariesCommand.h,
45187           Source/cmWin32LibrariesRule.cxx, Source/cmWin32LibrariesRule.h,
45188           Source/MFCDialog/CMakeSetup.dsp: ENH:Reworked CMake for
45189           consistency
45191 2001-01-12 14:35  will
45193         * README, Source/cmAbstractFilesRule.h, Source/cmAddTargetRule.h,
45194           Source/cmAuxSourceDirectoryRule.h, Source/cmExecutablesRule.h,
45195           Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
45196           Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
45197           Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
45198           Source/cmLinkLibrariesRule.h, Source/cmMakefile.cxx,
45199           Source/cmProjectRule.h, Source/cmRuleMaker.h,
45200           Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.h,
45201           Source/cmSubdirRule.h, Source/cmTestsRule.h,
45202           Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.h,
45203           Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.h:
45204           ENH:Tweaks to dump documentation
45206 2001-01-12 14:05  hoffman
45208         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: add define
45209           flags in the right place
45211 2001-01-12 13:49  hoffman
45213         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: allow continue if
45214           missing MSC configure file
45216 2001-01-12 13:48  hoffman
45218         * Source/cmSystemTools.cxx: BUG: add check for missing ) on
45219           function
45221 2001-01-12 13:07  will
45223         * README, Source/cmAuxSourceDirectoryRule.h,
45224           Source/cmIncludeDirectoryRule.h, Source/cmLinkLibrariesRule.h,
45225           Source/cmProjectRule.h, Source/cmSourceFilesRequireRule.h,
45226           Source/cmSubdirRule.h, Source/cmUnixDefinesRule.h,
45227           Source/cmWin32DefinesRule.h: ENH:Tweaks to dump documentation
45229 2001-01-12 12:49  will
45231         * Source/: cmAddTargetRule.h, cmMakefile.cxx: ENH:Tweaks to
45232           documentation
45234 2001-01-12 12:49  will
45236         * README: ENH:Updated for rule-based CMake
45238 2001-01-12 12:42  will
45240         * Source/: cmDumpDocumentation.cxx, cmMakefile.cxx, cmMakefile.h:
45241           ENH:Simple program dumps out internal documentation for CMake
45243 2001-01-12 07:43  will
45245         * README: README
45247 2001-01-11 16:19  will
45249         * doxygen.config: ENH:Doxygenated CMake
45251 2001-01-11 14:55  will
45253         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
45254           cmAbstractFilesRule.cxx, cmClassFile.cxx, cmDSPMakefile.cxx,
45255           cmDSPWriter.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
45256           cmExecutablesRule.cxx, cmFindIncludeRule.cxx,
45257           cmFindLibraryRule.cxx, cmFindProgramRule.cxx,
45258           cmIncludeDirectoryRule.cxx, cmLibraryRule.cxx,
45259           cmLinkDirectoriesRule.cxx, cmLinkLibrariesRule.cxx,
45260           cmMSProjectGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
45261           cmMakefileGenerator.cxx, cmProjectRule.cxx,
45262           cmSourceFilesRequireRule.cxx, cmSourceFilesRule.cxx,
45263           cmSubdirRule.cxx, cmSystemTools.cxx, cmTestsRule.cxx,
45264           cmUnixDefinesRule.cxx, cmUnixLibrariesRule.cxx,
45265           cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx:
45266           ENH:Documentation and cleanups
45268 2001-01-11 14:47  will
45270         * Source/: CMakeSetupCMD.cxx, cmAddTargetRule.cxx,
45271           cmAuxSourceDirectoryRule.cxx, cmClassFile.h, cmDSWMakefile.cxx,
45272           cmDSWMakefile.h, cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.h,
45273           cmFindProgramRule.h, cmMSProjectGenerator.cxx,
45274           cmMSProjectGenerator.h, cmMakeDepend.h, cmMakefile.h,
45275           cmMakefileGenerator.h, cmRegularExpression.cxx,
45276           cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.cxx,
45277           cmSystemTools.h, cmUnixMakefileGenerator.cxx,
45278           cmUnixMakefileGenerator.h, cmWindowsConfigure.cxx,
45279           cmWindowsConfigure.h: ENH:Documentation and cleanups
45281 2001-01-11 11:35  blezek
45283         * Source/: cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx: BUG:
45284           Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
45286 2001-01-11 08:04  will
45288         * Source/: cmFindIncludeRule.h, cmFindLibraryRule.h,
45289           cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
45290           cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
45291           cmSourceFilesRequireRule.h, cmSourceFilesRule.h, cmSubdirRule.h,
45292           cmTestsRule.h, cmUnixDefinesRule.h, cmUnixLibrariesRule.h,
45293           cmWin32DefinesRule.h, cmWin32LibrariesRule.h: ENH:Added
45294           documentation; clean-up
45296 2001-01-10 17:29  will
45298         * Source/: cmExecutablesRule.h, cmFindIncludeRule.h: ENH:Beginning
45299           clean up; adding documentation
45301 2001-01-10 17:13  will
45303         * Source/cmAuxSourceDirectoryRule.h: ENH:Beginning clean up; adding
45304           documentation
45306 2001-01-10 17:05  will
45308         * Source/: cmAbstractFilesRule.h, cmAddTargetRule.h,
45309           cmAuxSourceDirectoryRule.h, cmDSPMakefile.h, cmDSPWriter.h,
45310           cmExecutablesRule.h, cmFindIncludeRule.h, cmFindLibraryRule.h,
45311           cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
45312           cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
45313           cmRuleMaker.h, cmSourceFilesRequireRule.h, cmSourceFilesRule.h,
45314           cmSubdirRule.h, cmTestsRule.h, cmUnixDefinesRule.cxx,
45315           cmUnixDefinesRule.h, cmUnixLibrariesRule.cxx,
45316           cmUnixLibrariesRule.h, cmWin32DefinesRule.h,
45317           cmWin32LibrariesRule.h: ENH:Beginning clean up; adding
45318           documentation
45320 2001-01-09 15:13  hoffman
45322         * Source/cmUnixMakefileGenerator.cxx: BUG: look for -l and -L only
45323           at the begining of a link string
45325 2001-01-05 13:52  blezek
45327         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: BUG: main can
45328           not be void under ANSI C++
45330 2001-01-05 13:49  blezek
45332         * Source/cmMakefileGenerator.cxx: BUG: Looking for
45333           cmMakeFileGenerator.h rather than cmMakefileGenerator.h
45335 2001-01-05 11:41  hoffman
45337         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
45338           CMakeSetupCMD.dsp, Makefile.in, cmAbstractFilesRule.cxx,
45339           cmAbstractFilesRule.h, cmAddTargetRule.cxx, cmAddTargetRule.h,
45340           cmAuxSourceDirectoryRule.cxx, cmAuxSourceDirectoryRule.h,
45341           cmClassFile.cxx, cmClassFile.h, cmCollectFlags.cxx,
45342           cmCollectFlags.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
45343           cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx,
45344           cmDSWWriter.cxx, cmDSWMakefile.h, cmDSWWriter.h, cmDirectory.cxx,
45345           cmDirectory.h, cmExecutablesRule.cxx, cmExecutablesRule.h,
45346           cmFindIncludeRule.cxx, cmFindIncludeRule.h,
45347           cmFindLibraryRule.cxx, cmFindLibraryRule.h,
45348           cmFindProgramRule.cxx, cmFindProgramRule.h,
45349           cmIncludeDirectoryRule.cxx, cmIncludeDirectoryRule.h,
45350           cmLibraryRule.cxx, cmLibraryRule.h, cmLinkDirectoriesRule.cxx,
45351           cmLinkDirectoriesRule.h, cmLinkLibrariesRule.cxx,
45352           cmLinkLibrariesRule.h, cmMSProjectGenerator.cxx,
45353           cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
45354           cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
45355           cmMakefileGenerator.h, cmProjectRule.cxx, cmProjectRule.h,
45356           cmRegularExpression.cxx, cmRegularExpression.h, cmRuleMaker.h,
45357           cmSourceFilesRequireRule.cxx, cmSourceFilesRequireRule.h,
45358           cmSourceFilesRule.cxx, cmSourceFilesRule.h, cmStandardIncludes.h,
45359           cmSubdirRule.cxx, cmSubdirRule.h, cmSystemTools.cxx,
45360           cmSystemTools.h, cmTestsRule.cxx, cmTestsRule.h,
45361           cmUnixDefinesRule.cxx, cmUnixDefinesRule.h,
45362           cmUnixLibrariesRule.cxx, cmUnixLibrariesRule.h,
45363           cmUnixMakefile.cxx, cmUnixMakefile.h,
45364           cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
45365           cmWin32DefinesRule.cxx, cmWin32DefinesRule.h,
45366           cmWin32LibrariesRule.cxx, cmWin32LibrariesRule.h,
45367           cmWindowsConfigure.cxx, cmWindowsConfigure.h,
45368           MFCDialog/CMakeSetup.dsp, MFCDialog/CMakeSetupDialog.cpp: ENH:
45369           rework cmake, added ruleMaker classes and changed the syntax of
45370           the CMakeLists.txt files.
45372 2000-12-07 15:45  blezek
45374         * Source/cmMakefile.cxx: ENH: Added TESTS target
45376 2000-11-22 11:02  hoffman
45378         * Source/cmMakeDepend.cxx: BUG: remove bogus warning about not
45379           finding a depend file, if there are no include paths
45381 2000-11-10 17:13  hoffman
45383         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix inplace build
45385 2000-11-09 10:41  will
45387         * README, Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
45388           Source/cmWindowsConfigure.cxx: ENH:Changed CMAKE_SOURCE_ROOT to
45389           CMAKE_SOURCE_DIR
45391 2000-11-03 16:38  hoffman
45393         * README: [no log message]
45395 2000-11-03 16:37  hoffman
45397         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
45398           add ability to run from different directories
45400 2000-11-02 11:13  hoffman
45402         * Source/cmMakefile.cxx: BUG: make sure SOURCE_FILES starts at the
45403           begining of line
45405 2000-11-02 10:56  blezek
45407         * CMakeVariables.make.in: ENH: Moved @JAVA@ to @JAVACOMMAND@
45409 2000-11-02 10:24  will
45411         * README, Source/cmClassFile.cxx, Source/cmMakefile.cxx:
45412           ENH:Reworked CMake to clearer indicate what the variables do
45414 2000-10-25 17:18  hoffman
45416         * Source/: cmSystemTools.cxx: BUG: remove tabs from classnames
45418 2000-10-04 09:58  lorensen
45420         * CMakeVariables.make.in: Enh: Added TCLSH
45422 2000-10-02 14:21  blezek
45424         * Source/CMakeBuildTargets.cxx: BUG: if the path to your source
45425           directory has a -S in it, it will be picked up as the source
45426           directory by the command line parser, because it matches -S at
45427           any character position in the argements.  Bad, should have used
45428           getopt, except that it is not cross platform.
45430 2000-10-02 13:50  blezek
45432         * CMakeVariables.make.in: ENH: Support for XML builds and Dashboard
45434 2000-09-28 12:43  blezek
45436         * README: ENH: Added note about VERBATIM targets in CMakeList.txt
45438 2000-09-27 15:01  hoffman
45440         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
45441           README, Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
45442           Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
45443           Source/cmMakefile.cxx, Source/cmMakefile.h,
45444           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
45445           Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h: ENH: change
45446           ME to LIBRARY and added PROJECT, also remove ITK stuff and
45447           replaced with CMake
45449 2000-09-21 13:45  hoffman
45451         * README, Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
45452           Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
45453           Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
45454           Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
45455           Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
45456           Source/cmMakefile.h, Source/cmUnixMakefile.cxx,
45457           Source/itkVC60Configure.cxx, Source/itkVC60Configure.h: ENH:
45458           clean up code, and varible names
45460 2000-09-18 10:19  hoffman
45462         * Source/cmUnixMakefile.cxx: BUG: remove cout
45464 2000-09-18 09:19  hoffman
45466         * CMakeRules.make.in, CMakeVariables.make.in, README,
45467           Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
45468           Source/cmMakeDepend.cxx, Source/cmUnixMakefile.cxx,
45469           Source/cmWindowsConfigure.cxx, Source/cmWindowsConfigure.h,
45470           Source/MFCDialog/CMakeSetup.dsp, Source/MFCDialog/CMakeSetup.rc,
45471           Source/MFCDialog/CMakeSetupDialog.cpp,
45472           Source/MFCDialog/resource.h: ENH: added a config setup file for
45473           CMakeSetup.   Cleaned up the names of the source and binary
45474           directories
45476 2000-09-18 07:27  hoffman
45478         * Source/: CMakeSetupCMD.dsp, MFCDialog/CMakeSetup.dsp: ENH: remove
45479           unused files
45481 2000-09-12 06:44  hoffman
45483         * CMakeRules.make.in, CMakeVariables.make.in: BUG: fix build in
45484           place source directory
45486 2000-09-12 05:37  hoffman
45488         * Source/: cmCollectFlags.cxx, cmCollectFlags.h: NEW: class to
45489           collect all the flags from parent directories
45491 2000-09-12 05:30  hoffman
45493         * CMakeMaster.make.in, CMakeRules.make.in, CMakeTargets.make.in,
45494           CMakeVariables.make.in, MakefileTemplate.in, README,
45495           Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
45496           Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
45497           Source/CMakeSetupCMD.dsp, Source/Makefile.in,
45498           Source/cmClassFile.cxx, Source/cmClassFile.h,
45499           Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
45500           Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
45501           Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
45502           Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
45503           Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
45504           Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
45505           Source/cmMakefile.h, Source/cmPCBuilder.cxx,
45506           Source/cmPCBuilder.h, Source/cmSystemTools.cxx,
45507           Source/cmSystemTools.h, Source/cmUnixMakefile.cxx,
45508           Source/cmUnixMakefile.h, Source/cmWindowsConfigure.h,
45509           Source/itkVC60Configure.h, Source/MFCDialog/CMakeDialog.cpp,
45510           Source/MFCDialog/CMakeSetup.dsp,
45511           Source/MFCDialog/CMakeSetupDialog.cpp: ENH: CMake and configure
45512           now use SUBDIRS in CMakeLists.txt to find all the directories of
45513           the system.
45515 2000-09-01 10:43  hoffman
45517         * Source/: EXEHeader.dsptemplate, cmSystemTools.cxx: BUG: fix
45518           release build on windows
45520 2000-08-31 14:26  hoffman
45522         * CMakeVariables.make.in, Source/cmUnixMakefile.cxx: BUG: fix build
45523           of lib.a problem
45525 2000-08-31 14:15  hoffman
45527         * Source/: CMakeSetup.dsw, cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG:
45528           fix name of command line version in dsp files
45530 2000-08-31 13:54  hoffman
45532         * CMakeSimpleRules.make, CMakeSimpleRules.make.in: BUG: fix for out
45533           of source build
45535 2000-08-31 13:52  hoffman
45537         * CMakeSimpleRules.make: ENH: fix for Sgi make
45539 2000-08-31 09:36  hoffman
45541         * CMakeRules.make.in, Source/Makefile.in,
45542           Source/cmUnixMakefile.cxx: ENH: fix for SGI make
45544 2000-08-31 06:36  hoffman
45546         * CMakeVariables.make.in, README: ENH: clean things up a bit
45548 2000-08-30 13:59  hoffman
45550         * Source/cmDirectory.cxx, Source/cmDirectory.h,
45551           MakefileTemplate.in: ENH: add ability to compile all the files in
45552           a sub-directory
45554 2000-08-30 13:35  hoffman
45556         * CMakeRules.make.in, CMakeVariables.make.in, README,
45557           Source/CMakeSetupCMD.dsp, Source/Makefile.in,
45558           Source/cmClassFile.cxx, Source/cmDSPMakefile.cxx,
45559           Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
45560           Source/cmDSWWriter.cxx, Source/cmMakefile.cxx,
45561           Source/cmMakefile.h, Source/cmUnixMakefile.cxx,
45562           Source/MFCDialog/CMakeSetup.dsp,
45563           Source/MFCDialog/CMakeSetupDialog.cpp: ENH:  move from tools and
45564           create working CMake program
45566 2000-08-29 15:26  hoffman
45568         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
45569           Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
45570           Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
45571           Source/CMakeSetupCMD.dsp, Source/EXEFooter.dsptemplate,
45572           Source/EXEHeader.dsptemplate, Source/Makefile.in,
45573           Source/cmClassFile.cxx, Source/cmClassFile.h,
45574           Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
45575           Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
45576           Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
45577           Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
45578           Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
45579           Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
45580           Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
45581           Source/cmMakefile.cxx, Source/cmMakefile.h,
45582           Source/cmPCBuilder.cxx, Source/cmPCBuilder.h,
45583           Source/cmRegularExpression.cxx, Source/cmRegularExpression.h,
45584           Source/cmSystemTools.cxx, Source/cmSystemTools.h,
45585           Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h,
45586           Source/cmWindowsConfigure.cxx, Source/cmWindowsConfigure.h,
45587           Source/itkVC60Configure.cxx, Source/itkVC60Configure.h,
45588           Source/staticLibFooter.dsptemplate,
45589           Source/staticLibHeader.dsptemplate,
45590           Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeDialog.h,
45591           Source/MFCDialog/CMakeSetup.cpp, Source/MFCDialog/CMakeSetup.dsp,
45592           Source/MFCDialog/CMakeSetup.h, Source/MFCDialog/CMakeSetup.rc,
45593           Source/MFCDialog/CMakeSetupDialog.cpp,
45594           Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/StdAfx.cpp,
45595           Source/MFCDialog/StdAfx.h, Source/MFCDialog/resource.h,
45596           Source/MFCDialog/res/CMakeSetupDialog.ico,
45597           Source/MFCDialog/res/CMakeSetupDialog.rc2, README: NEW: move from
45598           tools and config to create CMake
45600 2000-08-29 10:56  hoffman
45602         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
45603           dummy.in: [no log message]