ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved...
[cmake.git] / ChangeLog.txt
blobcb38afcb9d67c527997d7eb56945150adaa86b5e
1 2004-05-05 10:19  hoffman
3         * CMakeLists.txt, Source/cmCPluginAPI.h: ENH: move version to 2.1
4         for cvs because 2.0 has been branched
6 2004-05-05 10:17  hoffman
8         * CMakeLists.txt, Source/cmCPluginAPI.h,
9         Utilities/Release/cmake_release.sh: ENH: move version numbers to
10         cmake 2.0 for branch
12 2004-05-05 10:13  andy
14         * Source/: cmCTest.cxx, cmake.cxx: ENH: Remove memory leak
16 2004-05-04 14:24  hoffman
18         * Source/CMakeLists.txt, Tests/Complex/Executable/complex.cxx,
19         Tests/Complex/Executable/complex.cxx,
20         Tests/ComplexOneConfig/Executable/complex.cxx,
21         Tests/ComplexOneConfig/Executable/complex.cxx,
22         Tests/ComplexRelativePaths/Executable/complex.cxx,
23         Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: fix tests
24         to work with in source builds
26 2004-05-04 14:18  martink
28         * Source/cmCTest.cxx: support in source builds and arg passing
30 2004-05-04 11:24  andy
32         * Modules/Platform/Windows-bcc32.cmake,
33         Source/cmLocalUnixMakefileGenerator.cxx: ENH: Only mangle object
34         files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only on borland for
35         now.
37 2004-05-04 09:16  martink
39         * Source/cmIfCommand.cxx: fix warning
41 2004-05-03 17:51  andy
43         * Tests/SwigTest/CMakeLists.txt: ENH: Cleanup example a bit
45 2004-05-03 16:38  andy
47         * Source/cmCTest.cxx: ENH: After running test clear results for
48         memory checking
50 2004-05-03 16:36  andy
52         * Source/cmCTest.cxx: ENH: Skip tests that do not have defects
54 2004-05-03 16:35  andy
56         * Modules/: CheckTypeSize.c, CheckTypeSize.cmake: ENH: support
57         STDDEF and cleanup
59 2004-05-03 15:33  martink
61         * Source/cmIfCommand.cxx: minor backwards fix
63 2004-05-03 12:34  hoffman
65         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix to make spaces
66         in paths work for jump over with borland and nmake on second build
68 2004-05-03 12:02  andy
70         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
71         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: Remove
72         warning
74 2004-05-03 10:10  king
76         * Source/cmStringCommand.h: ENH: Documented use of \1 syntax in
77         replace expression.
79 2004-05-03 08:52  hoffman
81         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
82         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: fix
83         warnings in test
85 2004-05-02 11:50  hoffman
87         * Tests/: LinkLineOrder/Two.c,
88         LoadCommand/CMakeCommands/cmTestCommand.c,
89         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: remove
90         warnings in tests
92 2004-05-01 22:05  hoffman
94         * Source/ctest.cxx: BUG: putenv syntax was wrong and caused a crash
95         on the SGI
97 2004-05-01 10:08  martink
99         * Source/: cmIfCommand.cxx, cmIfCommand.h: better if expression
100         support
102 2004-05-01 10:07  martink
104         * Modules/FindOpenGL.cmake: fix to find opengl on some osf systems
106 2004-05-01 09:57  andy
108         * Source/cmCTest.cxx: ERR: Remove warning about shadow variables
110 2004-04-30 18:21  andy
112         * Tests/: Complex/Library/testConly.c,
113         ComplexOneConfig/Library/testConly.c,
114         ComplexRelativePaths/Library/testConly.c,
115         SubDir/ThirdSubDir/testfromauxsubdir.c: ENH: Remove warnings
117 2004-04-30 17:28  andy
119         * Tests/Simple/simpleWe.cpp: ENH: Remove warning
121 2004-04-30 15:17  andy
123         * Source/ctest.cxx: ENH: Add environment variable that Dart sets so
124         that tests can know they are being tested from Dart/CTest
126 2004-04-30 14:27  hoffman
128         * Tests/SwigTest/CMakeLists.txt: ENH: link in more than just python
130 2004-04-30 14:14  andy
132         * Source/cmCTest.cxx: ENH: Report filename of the note
134 2004-04-30 13:41  andy
136         * Modules/FindSWIG.cmake: ENH: More paths
138 2004-04-30 12:54  hoffman
140         * Modules/FindSWIG.cmake: ENH: add another place to look for
141         swig.exe
143 2004-04-30 12:52  hoffman
145         * Modules/FindSWIG.cmake: ENH: try to find swig.exe in SWIG_DIR
147 2004-04-30 12:36  andy
149         * Source/cmCTest.cxx: ENH: Add support for notes in Testing/Notes
150         subdirectory. This way test can write notes that will be reported
152 2004-04-30 12:17  andy
154         * Tests/SwigTest/: CMakeLists.txt, example.cxx, example.h,
155         example.i, runme.php4, runme.pike, runme.pl, runme.py, runme.rb,
156         runme.tcl, runme2.tcl: ENH: Here is test for swig module
158 2004-04-30 12:11  andy
160         * Modules/: FindPHP4.cmake, FindPerlLibs.cmake, FindPike.cmake,
161         FindRuby.cmake, FindSWIG.cmake, UseSWIG.cmake: ENH: Initial import
162         of swig. Start working towards Bug #749 - Add swig support module
163         to cmake
165 2004-04-30 11:36  hoffman
167         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: remove duplicate
168         depend on cache file and use of make variable in make target
170 2004-04-30 11:36  hoffman
172         * Templates/TestDriver.cxx.in: ENH: remove unused variable
174 2004-04-30 10:32  hoffman
176         * Source/kwsys/SystemTools.cxx: ENH: remove warnings
178 2004-04-30 08:02  hoffman
180         * Templates/CMakeLists.txt: BUG: add missing install file
182 2004-04-29 17:44  king
184         * Source/kwsys/CMakeLists.txt: ENH: Added automatic adjustment of
185         C++ flags to include -timplicit_local and -no_implicit_include for
186         the Compaq compiler on OSF.
188 2004-04-29 17:41  andy
190         * Source/cmMacroCommand.cxx, Source/cmMacroCommand.h,
191         Tests/Complex/CMakeLists.txt,
192         Tests/ComplexOneConfig/CMakeLists.txt,
193         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: Add ARGV and ARGN
194         support to MACRO command. ARGV is the list of all arguments and
195         ARGN is the list of all nonexpected arguments
197 2004-04-29 15:12  andy
199         * Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
200         Tests/StringFileTest/CMakeLists.txt: ENH: Add RANGE support to
201         FOREACH
203 2004-04-29 14:51  andy
205         * Source/: cmCTest.cxx, cmStandardIncludes.h: BUG: Add a safety
206         check so that you cannot send cmOStringStream.str() to other stream
207         and produce the funky hex number. This makes it impossible to
208         compile such a code. Adding that exposed a whole bunch of places in
209         CMake where streams were used wrongly
211 2004-04-29 13:25  andy
213         * Source/kwsys/SystemTools.cxx: BUG: Most of time when asking if
214         file exists, we actually want to read it... Should fix Bug #809 -
215         FIND_INCLUDE should check readability
217 2004-04-29 13:13  hoffman
219         * Source/MFCDialog/StdAfx.h: ENH: remove warning
221 2004-04-29 12:33  hoffman
223         * Source/: cmGetTargetPropertyCommand.cxx,
224         cmLocalUnixMakefileGenerator.cxx: ENH: remove warnings
226 2004-04-29 10:26  hoffman
228         * Source/cmake.cxx: BUG: fix crash from bug id 806
230 2004-04-28 14:25  hoffman
232         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove warning
234 2004-04-28 13:40  hoffman
236         * Source/: cmAddExecutableCommand.h, MFCDialog/CMakeLists.txt: BUG:
237         fix for bug 121 add some docs for MFC flag
239 2004-04-28 13:21  hoffman
241         * Modules/Platform/Darwin.cmake,
242         Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for bug 116
243         platform files can now specify directories that should not be added
244         by CMAKE
246 2004-04-28 12:31  hoffman
248         * Source/cmCreateTestSourceList.cxx,
249         Source/cmCreateTestSourceList.h, Templates/TestDriver.cxx.in: ENH:
250         make test driver more flexible by using a configured file instead
251         of generating all the code. fixes bug 28
253 2004-04-28 10:52  andy
255         * Source/cmake.cxx, Tests/CommandLineTest/CMakeLists.txt,
256         Tests/CommandLineTest/PreLoad.cmake: ENH: Add support for
257         automatically preloaded cmake file. Closes Bug #802 - Add auto
258         preload file support in CMake
260 2004-04-28 10:15  andy
262         * Source/: cmLocalUnixMakefileGenerator.cxx,
263         cmLocalUnixMakefileGenerator.h: ENH: Encode object files with funny
264         characters in the name. It should fix Bug #418 - Borland 5.5.1,
265         Templates/*.cxx files with '+' chars used in execs
267 2004-04-28 10:09  hoffman
269         * Tests/: Complex/VarTests.cmake, Complex/Executable/complex.cxx,
270         ComplexOneConfig/VarTests.cmake,
271         ComplexOneConfig/Executable/complex.cxx,
272         ComplexRelativePaths/VarTests.cmake,
273         ComplexRelativePaths/Executable/complex.cxx: ENH: add a test for
274         EQUAL in if
276 2004-04-28 10:05  andy
278         * Tests/SubDir/ThirdSubDir/: pair_p_int.int1.c,
279         testfromauxsubdir.c: ENH: More special cases
281 2004-04-28 10:00  hoffman
283         * Modules/: CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake: ENH:
284         fixes for optional flag arguments to check include macros
286 2004-04-28 09:59  hoffman
288         * Source/cmIfCommand.cxx: BUG: fix logic in EQUAL if test
290 2004-04-28 09:52  hoffman
292         * Modules/CheckIncludeFileCXX.cmake: BUG: fix for bug 80, check
293         include cxx now has an optional argument that can is added to the
294         cxx flags
296 2004-04-28 09:51  hoffman
298         * Source/: cmIfCommand.cxx, cmIfCommand.h: ENH: add a numeric EQUAL
299         to the IF statment, very useful for variable arguments in MACROS
301 2004-04-27 14:16  andy
303         * Source/kwsys/: Base64.c, Base64.h.in, CMakeLists.txt,
304         Configure.h.in, Configure.hxx.in, Copyright.txt, Directory.cxx,
305         Directory.hxx.in, EncodeExecutable.c, Process.h.in, ProcessFwd9x.c,
306         ProcessUNIX.c, ProcessWin32.c, README.txt, RegularExpression.cxx,
307         RegularExpression.hxx.in, SystemTools.cxx, SystemTools.hxx.in,
308         kwsysHeaderDump.pl, kwsysPlatformCxxTests.cmake,
309         kwsysPlatformCxxTests.cxx, kwsysPrivate.h, kwsys_ios_fstream.h.in,
310         kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
311         kwsys_ios_sstream.h.in, kwsys_stl.h.in, test1.cxx, testIOS.cxx,
312         testProcess.c: ENH: Move to VolView branch
314 2004-04-27 12:03  andy
316         * Source/cmGetTargetPropertyCommand.cxx,
317         Tests/CustomCommand/CMakeLists.txt: ENH: Add LOCATION to
318         GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_PROPERTY
319         location of target
321 2004-04-27 12:02  andy
323         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
324         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
325         ENH: GetSafeDefinition is now in cmMakefile
327 2004-04-27 11:30  andy
329         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Add method to get
330         definition even if it does not exists
332 2004-04-27 11:08  andy
334         * Tests/CustomCommand/: generator.cxx, wrapper.cxx: ERR: Remove
335         warnings from tests
337 2004-04-27 09:22  andy
339         * Source/cmSourceFile.cxx, Tests/SubDir/CMakeLists.txt,
340         Tests/SubDir/vcl_algorithm+vcl_pair+double.foo.c,
341         Tests/SubDir/AnotherSubdir/pair+int.int.c,
342         Tests/SubDir/AnotherSubdir/secondone.c,
343         Tests/SubDir/AnotherSubdir/testfromsubdir.c,
344         Tests/SubDir/ThirdSubDir/pair+int.int1.c,
345         Tests/SubDir/ThirdSubDir/testfromauxsubdir.c,
346         Tests/SubDir/ThirdSubDir/thirdone.c: BUG: Fix aus source dir and
347         add better testing of it
349 2004-04-27 08:30  hoffman
351         * Source/: cmLoadCommandCommand.cxx, cmMacroCommand.cxx: WRN:
352         remove warnings
354 2004-04-26 18:51  andy
356         * Source/cmCTest.cxx: ENH: Another one of those nasty hex numbers
357         in the ctest output
359 2004-04-26 18:49  andy
361         * Tests/SubDir/AnotherSubdir/: secondone.c, testfromsubdir.c: ENH:
362         Add extra test files
364 2004-04-26 17:45  hoffman
366         * Source/cmLoadCommandCommand.cxx: ENH: fix for bug id 27, add a
367         signal handler for crashes in loaded commands
369 2004-04-26 17:32  andy
371         * Source/CMakeLists.txt, Source/cmSourceFile.cxx,
372         Tests/SubDir/CMakeLists.txt, Tests/SubDir/Executable/test.cxx: ENH:
373         When source file is in subdirectory put object file in
374         subdirectory. Fixes Bug #290 - Source files in subdirectories
375         should produce object files in subdirectories
377 2004-04-26 13:42  andy
379         * Modules/FindTCL.cmake: ENH: Add TCL_FOUND
381 2004-04-26 13:42  andy
383         * Templates/: CMakeLists.txt, install-sh: ENH: With new install
384         framework we don't need install-sh any more
386 2004-04-26 13:42  andy
388         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx:
389         ENH:Add test for GET/SET_DIRECTORY_PROPERTY
391 2004-04-26 11:23  andy
393         * Source/: cmake.cxx, cmake.h: BUG: Fix resolving of infinite loops
394         while CMakeSetup/ccmake still running
396 2004-04-26 11:12  martink
398         * Tests/: Complex/CMakeLists.txt, Complex/Executable/complex.cxx,
399         ComplexOneConfig/CMakeLists.txt,
400         ComplexOneConfig/Executable/complex.cxx,
401         ComplexRelativePaths/CMakeLists.txt,
402         ComplexRelativePaths/Executable/complex.cxx: added tests for var
403         args with macros
405 2004-04-26 11:11  martink
407         * Source/: cmMacroCommand.cxx, cmMacroCommand.h: macros now support
408         varargs
410 2004-04-26 11:00  king
412         * Modules/FindITK.cmake, Modules/FindVTK.cmake,
413         Source/cmFindPackageCommand.cxx: BUG#682: Adding environment
414         variable check to FIND_PACKAGE command.
416 2004-04-26 10:49  king
418         * Source/cmFindPackageCommand.cxx: STYLE: Removed trailing
419         whitespace.
421 2004-04-26 10:19  king
423         * Modules/: CheckVariableExists.c, CheckVariableExists.c: BUG#502:
424         Do not let optimizing compilers think the symbol exists.  Require
425         the symbol by making the return value depend on it to force
426         linking.
428 2004-04-23 16:26  hoffman
430         * Source/cmLocalVisualStudio6Generator.cxx,
431         Source/cmLocalVisualStudio7Generator.cxx,
432         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
433         Templates/EXEWinHeader.dsptemplate: BUG: fix for bug 769
434         CMAKE_STANDARD_LIBRARIES  now used in ides
436 2004-04-23 16:20  andy
438         * Source/: cmCommands.cxx, cmGetDirectoryPropertyCommand.cxx,
439         cmGetDirectoryPropertyCommand.h, cmMakefile.h,
440         cmSetDirectoryPropertiesCommand.cxx,
441         cmSetDirectoryPropertiesCommand.h: ENH: Add
442         GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can
443         change include directories and get all sorts of things. Closes Bug
444         #25 - Get_CMAKE_PROPERTIES
446 2004-04-23 13:12  hoffman
448         * Modules/CMakeSystemSpecificInformation.cmake,
449         Source/cmLocalVisualStudio7Generator.cxx: ENH: add verbose make
450         abilility to visual studio 7
452 2004-04-23 12:52  hoffman
454         * Source/CMakeLists.txt, Source/cmLocalUnixMakefileGenerator.cxx,
455         Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
456         Source/cmMakefile.h, Source/cmSubdirCommand.cxx,
457         Tests/PreOrder/CMakeLists.txt, Tests/PreOrder/simple.cxx,
458         Tests/PreOrder/Library/CMakeLists.txt,
459         Tests/PreOrder/Library/simpleLib.cxx: ENH: add SUBDIR PREORDER and
460         fix clean for non-relative paths
462 2004-04-23 10:03  andy
464         * Source/: cmAddExecutableCommand.cxx, cmAddExecutableCommand.h:
465         ENH: Unify with other variables
467 2004-04-23 09:12  hoffman
469         * Source/cmLocalVisualStudio6Generator.cxx: ENH: allow verbose
470         makefile flag to remove nologo from all commands so you can see
471         them in visual studio 6
473 2004-04-23 08:50  king
475         * Source/cmCTest.cxx: ERR: Fixed unused variable assignment
476         warning.
478 2004-04-22 18:04  andy
480         * Source/cmCTest.cxx: ENH: Add DynamicAnalisys support. The old
481         Purify is still available through --compatibility-mode
483 2004-04-22 17:23  hoffman
485         * Modules/: FindwxWidgets.cmake, UsewxWidgets.cmake: BUG: fix for
486         bug 618
488 2004-04-22 17:20  hoffman
490         * Modules/FindGLUT.cmake: BUG: fix for bug 743
492 2004-04-22 17:08  hoffman
494         * Modules/FindGTK.cmake: BUG: fix for bug 607
496 2004-04-22 16:58  hoffman
498         * Source/cmLocalUnixMakefileGenerator.cxx,
499         Source/cmLocalVisualStudio6Generator.cxx,
500         Source/cmLocalVisualStudio7Generator.cxx,
501         Templates/staticLibHeader.dsptemplate: ENH: add support for static
502         library property STATIC_LIBRARY_FLAGS
504 2004-04-22 16:16  hoffman
506         * Modules/FindDCMTK.cmake: ENH: contribution from Ian Scott,
507         thanks.
509 2004-04-22 15:59  martink
511         * Modules/FindOpenGL.cmake: update comments
513 2004-04-22 14:38  hoffman
515         * Source/cmTarget.cxx: ENH: add a property for HAS_CXX to a target
516         that will force the use of a c++ compiler in the linking of an
517         executable that contains only c code
519 2004-04-22 14:32  andy
521         * DashboardScripts/: andoria_80_swig_gcc.cmake,
522         andoria_swig_gcc.cmake: ENH: Rename
524 2004-04-22 14:11  andy
526         * Source/kwsys/SystemTools.cxx: ERR: Verify that getenv returned
527         something before using it
529 2004-04-22 13:37  martink
531         * Source/cmAddCustomCommandCommand.h: update docs
533 2004-04-22 13:24  hoffman
535         * Source/: cmFindLibraryCommand.h, cmFindPathCommand.cxx,
536         cmFindPathCommand.h, cmMakefile.cxx, kwsys/SystemTools.cxx,
537         kwsys/SystemTools.hxx.in: BUG: fix for 301 CMAKE_LIBRARY_PATH and
538         CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH
539         in addtion to and before PATH
541 2004-04-22 11:12  hoffman
543         * Modules/FindwxWindows.cmake: BUG: fix bad if statements
545 2004-04-22 09:44  hoffman
547         * Source/: cmLocalVisualStudio6Generator.cxx,
548         cmLocalVisualStudio7Generator.cxx: BUG 178: make top level
549         cmakelist file a source in ALL_BUILD
551 2004-04-21 17:54  andy
553         * Source/cmGlobalVisualStudio71Generator.cxx: ERR: Fix install on
554         VS71
556 2004-04-21 16:23  king
558         * Source/: cmListFileLexer.c, cmListFileLexer.h,
559         cmListFileLexer.in.l: ENH: Added cmListFileLexer_SetString method
560         to allow a string to be parsed as input.
562 2004-04-21 16:07  hoffman
564         * Tests/: SimpleInstall/CMakeLists.txt,
565         SimpleInstallS2/CMakeLists.txt: add dep
567 2004-04-21 15:09  hoffman
569         * Modules/FindwxWindows.cmake: ENH: fix for mingw
571 2004-04-21 11:42  andy
573         * Source/cmFileCommand.cxx: BUG: Put all files to manifest
575 2004-04-21 11:36  king
577         * Source/cmAddCustomTargetCommand.cxx: BUG: Fixed check of number
578         of arguments.
580 2004-04-21 11:33  king
582         * Modules/: FindITK.cmake, FindVTK.cmake: ENH: Terminate with a
583         FATAL_ERROR if FIND_PACKAGE command was called with REQUIRED
584         argument and package was not found.
586 2004-04-21 11:32  andy
588         * Source/cmLocalGenerator.cxx: ENH: Do preinstall and postinstall
589         script even if the target is not installed
591 2004-04-21 10:34  andy
593         * Source/: cmakemain.cxx, ctest.cxx: ENH: Report error and exit
594         when the current directory is not specified
596 2004-04-21 10:33  andy
598         * Source/kwsys/SystemTools.cxx: BUG: Prevent crash when the current
599         working directory cannot be established
601 2004-04-20 18:28  andy
603         * Source/cmSystemTools.cxx: BUG: If the line ends without new-line
604         character, Split should still return something
606 2004-04-20 10:52  martink
608         * DashboardScripts/dash1_ParaView_vs71.cmake: changed to release
609         static
611 2004-04-20 10:46  martink
613         * DashboardScripts/: amber4_paraviewcomplete_gcc.cmake,
614         dash1_ParaViewCompleteLRB_vs71.cmake,
615         amber5_paraviewcomplete_gcc.cmake,
616         straylight_60_paraviewcompleteR12_gcc.cmake,
617         amber8_paraviewcomplete_gcc.cmake,
618         shannara_ParaViewCompleteLRB_CC.cmake: removed old files
620 2004-04-19 17:21  andy
622         * Source/cmCTest.cxx: RNH: Support NoDartCoverage in the binary
623         directorory
625 2004-04-19 10:36  king
627         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h:
628         ENH#696: Adding REQUIRED option to FIND_PACKAGE command.  It will
629         terminate the cmake configure step if the package is not found.
631 2004-04-18 14:41  andy
633         * Source/: cmFileCommand.cxx, cmFileCommand.h,
634         cmGlobalGenerator.cxx, cmMakefile.cxx, cmMakefile.h,
635         cmWriteFileCommand.cxx, cmWriteFileCommand.h, cmake.cxx, cmake.h:
636         ENH: Add check for infinite loops. Make sure that files written
637         using WRITE_FILE and FILE WRITE are not used as input files. Fixes
638         Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
640 2004-04-18 13:16  andy
642         * Source/: cmLocalUnixMakefileGenerator.cxx, cmSourceFile.cxx: ENH:
643         Add support for adding object files and sources. This way you can
644         use external program such as assembler or fortran to generate
645         object files. Also star of fixing: Bug #757 - add .o file as a
646         source file
648 2004-04-16 14:55  martink
650         * Source/cmCTest.cxx: better args handling for -I options
652 2004-04-16 14:52  martink
654         * Source/: cmCTest.cxx, cmCTest.h: better args handling for -I
655         option
657 2004-04-16 13:36  andy
659         * Source/cmCTest.cxx: ENH: Better reporting of what tests failed
660         and write a file with failed tests
662 2004-04-16 12:03  andy
664         * DashboardScripts/andoria_80_swig_gcc.cmake: ENH: Add Swig
666 2004-04-16 09:50  hoffman
668         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for bug 91
670 2004-04-15 16:11  andy
672         * Source/CursesDialog/cmCursesStringWidget.cxx: ENH: Add support
673         for HOME and END keys. Also fix Bug #666 - In CCMake when deleting
674         something, it does not stop at the beginning of line
676 2004-04-15 15:46  andy
678         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Prevent deleting
679         not existing variables and therefore prevent crash. Fixes: Bug #750
680         - CCMake crashes when deleting all variables
682 2004-04-15 13:59  andy
684         * Tests/: Complex/CMakeLists.txt, Complex/Executable/complex.cxx,
685         Complex/Library/CMakeLists.txt, Complex/Library/file2.cxx,
686         ComplexOneConfig/CMakeLists.txt,
687         ComplexOneConfig/Executable/complex.cxx,
688         ComplexOneConfig/Library/CMakeLists.txt,
689         ComplexOneConfig/Library/file2.cxx,
690         ComplexRelativePaths/CMakeLists.txt,
691         ComplexRelativePaths/Executable/complex.cxx,
692         ComplexRelativePaths/Library/CMakeLists.txt,
693         ComplexRelativePaths/Library/file2.cxx: ENH: Add test for
694         REMOVE_DEFINITION
696 2004-04-15 13:58  andy
698         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
699         cmRemoveDefinitionsCommand.cxx, cmRemoveDefinitionsCommand.h: ENH:
700         ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add
701         opposite to ADD_DEFINITIONS
703 2004-04-15 13:15  hoffman
705         * Source/cmOptionCommand.cxx: BUG: fix for 282
707 2004-04-15 13:09  andy
709         * Source/cmGlobalVisualStudio6Generator.cxx,
710         Source/cmGlobalVisualStudio7Generator.cxx,
711         Templates/CMakeLists.txt: ENH: Handle make install target on Visual
712         Studio 6 and 7 and install templates
714 2004-04-15 12:07  andy
716         * Source/: cmLocalUnixMakefileGenerator.cxx,
717         cmLocalUnixMakefileGenerator.h: ENH: Ok, that is it. Remove old
718         install and replace it with new
720 2004-04-15 11:55  hoffman
722         * Modules/FindMFC.cmake: BUG: fix for bug 506
724 2004-04-15 11:38  hoffman
726         * Source/cmSiteNameCommand.cxx: BUG: fix for bug 689
728 2004-04-15 08:22  hoffman
730         * Modules/: CheckForPthreads.c, CheckFunctionExists.c,
731         CheckTypeSize.c, CheckVariableExists.c, TestBigEndian.c: ENH: fix
732         tests for non-ansi c on hp and remove warnings for ansi c
734 2004-04-14 17:02  hoffman
736         * Modules/FindITK.cmake: BUG: fix for bug 608
738 2004-04-14 16:58  hoffman
740         * Source/cmGlobalVisualStudio7Generator.cxx: BUG: fix external
741         projects for vc7
743 2004-04-14 15:56  hoffman
745         * Modules/: CheckFunctionExists.c, TestBigEndian.c: ENH: remove
746         warnings from try compiles
748 2004-04-14 14:25  king
750         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Renamed
751         --help-list-commands to --help-command-list and split --help
752         [command] into separate --help and --help-command cmd options.
754 2004-04-14 13:40  king
756         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
757         --help-list-commands option.
759 2004-04-14 08:55  hoffman
761         * Source/cmCTest.cxx: ENH: remove warning
763 2004-04-13 18:27  hoffman
765         * Source/cmCTest.cxx: ENH: fix warning
767 2004-04-13 16:32  hoffman
769         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: add the ability
770         to run a limited sub-set of the tests
772 2004-04-13 09:28  andy
774         * Source/CTest/Curl/multi.c: ERR: Fix warning
776 2004-04-12 21:01  hoffman
778         * Modules/FindGTK.cmake: BUG: fix for bug 593
780 2004-04-12 11:28  martink
782         * DashboardScripts/: destiny_ParaViewLRB_aCC.cmake,
783         destiny_ParaView_aCC.cmake, destiny_ParaViewCompleteLRB_aCC.cmake:
784         updates
786 2004-04-09 14:20  berk
788         * DashboardScripts/shannara_ParaViewCompleteLRB_CC.cmake: updates
790 2004-04-09 13:04  martink
792         * DashboardScripts/destiny_ParaViewLRB_aCC.cmake: fixes
794 2004-04-09 12:38  martink
796         * DashboardScripts/destiny_ParaView_aCC.cmake: updates
798 2004-04-09 12:36  andy
800         * DashboardScripts/: straylight_30_vtk_gcc.cmake,
801         straylight_50_paraview_gcc.cmake,
802         straylight_50_paraviewcomplete_gcc.cmake,
803         straylight_60_paraviewcompleteR12_gcc.cmake: updates
805 2004-04-09 12:36  martink
807         * DashboardScripts/straylight_60_ParaViewLRB_gcc.cmake: new release
808         dashboards
810 2004-04-09 11:49  martink
812         * DashboardScripts/: amber5_ParaViewLRB_gcc.cmake,
813         dash1_ParaViewLRB_vs71.cmake, destiny_ParaViewLRB_aCC.cmake,
814         shannara_ParaViewLRB_CC.cmake, straylight_60_ParaViewLRB_gcc.cmake:
815         new release dashboards
817 2004-04-09 11:44  berk
819         * DashboardScripts/: amber4_paraviewcomplete_gcc.cmake,
820         amber5_paraviewcomplete_gcc.cmake: added into cvs
822 2004-04-09 09:53  andy
824         * Source/cmCTest.cxx: BUG: Display string not some weird pointer
826 2004-04-09 08:37  hoffman
828         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: add full path
829         libraries to the depend information
831 2004-04-08 17:13  andy
833         * Modules/MacOSXBundleInfo.plist.in,
834         Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h:
835         ENH: Improve Mac OSX bundle support
837 2004-04-07 12:07  martink
839         * Source/cmLocalVisualStudio7Generator.cxx: fix problem with custom
840         command
842 2004-04-07 10:04  martink
844         * DashboardScripts/destiny_ParaViewCompleteLRB_aCC.cmake: updates
846 2004-04-07 10:02  martink
848         * DashboardScripts/dash1_ParaViewCompleteLRB_vs71.cmake: updated
850 2004-04-07 09:58  hoffman
852         * Source/cmTarget.cxx: ENH: remove warnings on sgi
854 2004-04-07 09:52  martink
856         * DashboardScripts/: destiny_ParaViewComplete_aCC.cmake,
857         destiny_ParaView_aCC.cmake: updates
859 2004-04-07 09:50  martink
861         * DashboardScripts/: dash3_ParaViewComplete_vs60.cmake,
862         dash3_vtk64_vs60Release.cmake, dash3_vtk_vs60continuous.cmake,
863         dash3_ParaView_vs60.cmake: updated
865 2004-04-07 09:32  martink
867         * DashboardScripts/: dash1_ParaViewCompleteLRB_vs71.cmake,
868         dash1_ParaViewComplete_vs71.cmake, dash1_ParaView_vs71.cmake,
869         dash1_ParaView_vs71continuous.cmake: updates
871 2004-04-05 10:35  king
873         * DartConfig.cmake, DartConfig.cmake: ERR: Need to use latest
874         testing configuration even on branch.
876 2004-04-02 13:21  king
878         * Source/cmTarget.cxx: BUG: _LINK_TYPE cache variable should never
879         be switched from optimized to debug or vice versa.
881 2004-04-02 09:43  hoffman
883         * Source/CMakeLists.txt, Tests/Jump/Library/Shared/CMakeLists.txt:
884         ENH: fix for apple
886 2004-04-02 08:09  hoffman
888         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix warning and
889         shadow variable
891 2004-04-01 16:07  martink
893         * Source/cmCTest.cxx: fix for missing valid images
895 2004-04-01 15:28  king
897         * Source/kwsys/ProcessFwd9x.c: ENH: Added comment for future work
898         to make forwarding executable always statically linked.
900 2004-04-01 14:37  andy
902         * Source/cmCTest.cxx: BUG: Fix bug on windows. You cannot cout
903         std::string directly
905 2004-04-01 14:11  andy
907         * Source/: cmCTest.cxx, CTest/cmCTestSubmit.cxx,
908         CTest/cmCTestSubmit.h: ENH: Add logging of submitting
910 2004-04-01 09:59  hoffman
912         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix non relative
913         paths
915 2004-04-01 08:59  hoffman
917         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for non
918         relative paths with spaces in the path
920 2004-03-31 17:31  martink
922         * DashboardScripts/: destiny_ParaViewCompleteLRB_aCC.cmake,
923         destiny_ParaViewComplete_aCC.cmake, destiny_ParaView_aCC.cmake,
924         destiny_cmake_aCC-noclean.cmake, destiny_cmake_aCC.cmake,
925         destiny_vtk_aCC-static.cmake, destiny_vtk_aCC.cmake: HP scripts
927 2004-03-31 17:31  berk
929         * DashboardScripts/: shannara_ParaViewCompleteLRB_CC.cmake,
930         shannara_cmake_CC-noclean.cmake, shannara_cmake_CC.cmake,
931         shannara_cmake_gcc.cmake, shannara_paraview_CC.cmake,
932         shannara_vtk_CC.cmake, shannara_xdmf_CC.cmake: Sun scripts
934 2004-03-31 16:54  andy
936         * DashboardScripts/: straylight_00_cmake-optimized_gcc.cmake,
937         straylight_00_cmakeLRB_gcc.cmake, straylight_00_cmake_gcc.cmake,
938         straylight_30_vtk_gcc.cmake, straylight_40_xdmf_gcc.cmake,
939         straylight_50_paraview_gcc.cmake,
940         straylight_50_paraviewcomplete_gcc.cmake,
941         straylight_60_paraviewcompleteR12_gcc.cmake: Commits before
942         ParaView2
944 2004-03-31 16:44  king
946         * Modules/FindTclsh.cmake: ENH: Added registry check for
947         ActiveState Tcl 8.4.6.
949 2004-03-31 11:26  andy
951         * Source/cmCTest.cxx: ENH: Reduce number of
952         GetCurrentWorkingDirectory
954 2004-03-31 11:24  andy
956         * Source/cmCTest.cxx: ENH: Change to the new directory
958 2004-03-31 10:01  hoffman
960         * Source/: CMakeLists.txt, cmLocalGenerator.cxx,
961         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
962         cmake.cxx: ENH: make relative paths optional and default off, and
963         add a test for them
965 2004-03-29 13:16  king
967         * Source/MFCDialog/PropertyList.cpp: BUG#724: Merging 1.27->1.28
968         changes to CMake 1.8 branch.
970 2004-03-29 13:15  king
972         * Source/MFCDialog/PropertyList.cpp: BUG#724: Preserving current
973         working directory during file selection.
975 2004-03-29 12:51  king
977         * Source/cmConfigureFileCommand.cxx: BUG#485: Fixing on CMake 1.8
978         branch.
980 2004-03-29 12:04  king
982         * Source/: cmSystemTools.h, cmTryCompileCommand.cxx: BUG#679:
983         Merging fix to CMake 1.8 branch.
985 2004-03-28 17:59  andy
987         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: ENH: When
988         installing project, write manifest
990 2004-03-28 16:36  andy
992         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add a way to clean
993         additional files
995 2004-03-28 16:00  andy
997         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
998         cmMakefile.cxx: ENH: If configure file fails do not create
999         directory
1001 2004-03-28 10:14  andy
1003         * Source/cmIncludeCommand.cxx: ERR: Remove debug
1005 2004-03-28 10:14  andy
1007         * Source/cmLocalGenerator.cxx: BUG: Support paths with spaces
1009 2004-03-28 09:46  andy
1011         * Source/: cmIncludeCommand.h, cmSetTargetPropertiesCommand.h: DOC:
1012         Fix comment
1014 2004-03-27 20:59  andy
1016         * Source/cmLocalGenerator.cxx,
1017         Source/cmSetTargetPropertiesCommand.h,
1018         Tests/SimpleInstall/CMakeLists.txt,
1019         Tests/SimpleInstall/PostInstall.cmake,
1020         Tests/SimpleInstall/PreInstall.cmake,
1021         Tests/SimpleInstallS2/CMakeLists.txt,
1022         Tests/SimpleInstallS2/PostInstall.cmake,
1023         Tests/SimpleInstallS2/PreInstall.cmake: ENH: Add pre and post
1024         install script support
1026 2004-03-27 19:52  andy
1028         * Source/cmIncludeCommand.cxx, Source/cmIncludeCommand.h,
1029         Tests/LoadCommand/CMakeLists.txt,
1030         Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: Add support for
1031         importing modules without specifying path
1033 2004-03-27 19:52  andy
1035         * Source/cmFindPackageCommand.cxx: ERR: That slash is unnecessary
1037 2004-03-27 13:20  starreveld
1039         * Modules/FindOpenGL.cmake: ERR: Shouldn't be adding xlibs to
1040         opengllibs on osx
1042 2004-03-25 16:06  martink
1044         * Source/cmCTest.cxx: coverage change that will probably end in an
1045         infinite loop
1047 2004-03-25 08:45  king
1049         * Source/: cmLinkLibrariesCommand.h,
1050         cmTargetLinkLibrariesCommand.h: ENH: Clarified documentation for
1051         LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
1053 2004-03-24 16:31  king
1055         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Added support to
1056         library flags parser for -Wl and -R options.
1058 2004-03-24 08:36  king
1060         * DashboardScripts/: hythloth_itk14_gcc-3.3.cmake,
1061         hythloth_itk16_gcc-3.3.cmake: ERR: Testing should be done with
1062         python 2.2
1064 2004-03-23 15:02  king
1066         * Modules/Platform/Windows-cl.cmake: ERR: Fixed incorrect
1067         documentation for CMAKE_CXX_WARNING_LEVEL.  Submitted by David
1068         Cole.
1070 2004-03-23 14:46  andy
1072         * DashboardScripts/: BuildRHLinuxAS_IGSTK_gcc.cmake,
1073         BuildRHLinuxAS_IGSTK_gcc_cont.cmake,
1074         BuildRHLinuxAS_IGSTK_gccstatic.cmake: Add IGSTK scripts
1076 2004-03-20 20:37  andy
1078         * Source/cmCTest.cxx: ENH: Fix warning
1080 2004-03-19 14:48  king
1082         * Source/cmTryCompileCommand.cxx: ENH: Clarified recursive
1083         TRY_COMPILE error message.
1085 2004-03-19 09:34  andy
1087         * Source/cmCTest.cxx: ERR: Fix warnings about wrong format
1089 2004-03-18 09:52  andy
1091         * Source/cmCTest.cxx: ERR: Fix build on broken C++ compiles with no
1092         != operator for std::string
1094 2004-03-17 11:30  andy
1096         * Source/: cmCTest.cxx, cmCTest.h: BUG: change directory before
1097         running test and remember test number
1099 2004-03-17 09:42  berk
1101         * Source/: cmSystemTools.h, cmTryCompileCommand.cxx: BUG: When
1102         error occurs, try compiles should still work
1104 2004-03-17 08:20  andy
1106         * Source/cmCTest.h: ERR: On some compilers structure inside class
1107         cannot reference private typdefs from the same class
1109 2004-03-16 12:54  king
1111         * Source/cmExportLibraryDependencies.cxx: ERR: Added missing
1112         include for auto_ptr.
1114 2004-03-15 14:54  andy
1116         * Source/kwsys/CMakeLists.txt: ENH: Always include KWSys header
1117         files directory
1119 2004-03-15 10:44  king
1121         * Source/cmExportLibraryDependencies.cxx: BUG#675: If not
1122         appending, do copy-if-different on exported file.
1124 2004-03-15 09:35  andy
1126         * Source/cmCTest.h: ERR: Fix build
1128 2004-03-14 12:28  andy
1130         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add support for future tags
1132 2004-03-14 11:23  andy
1134         * Source/: cmCTest.cxx, cmCTest.h: ENH: Count tests while they go.
1135         Also in the logs report more stuff like elapsed time etc.
1137 2004-03-12 14:43  king
1139         * Source/kwsys/ProcessUNIX.c: ERR: SIGSEGV == SIGBUS on BeOS.
1141 2004-03-10 14:33  hoffman
1143         * Source/: cmGlobalVisualStudio71Generator.cxx,
1144         cmGlobalVisualStudio71Generator.h: ENH: update vs71 generator to
1145         support excluded subdirs
1147 2004-03-09 16:28  hoffman
1149         * Source/CMakeLists.txt, Source/cmEnableTestingCommand.cxx,
1150         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
1151         Source/cmGlobalVisualStudio6Generator.cxx,
1152         Source/cmGlobalVisualStudio6Generator.h,
1153         Source/cmGlobalVisualStudio7Generator.cxx,
1154         Source/cmGlobalVisualStudio7Generator.h,
1155         Source/cmLocalGenerator.cxx, Source/cmLocalGenerator.h,
1156         Source/cmLocalUnixMakefileGenerator.cxx,
1157         Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
1158         Source/cmMakefile.h, Source/cmSubdirCommand.cxx,
1159         Source/cmSubdirCommand.h, Tests/SubDir/Executable/test.cxx: ENH:
1160         add new subdirectory exclude from top option
1162 2004-03-09 16:20  hoffman
1164         * Tests/SubDir/: CMakeLists.txt, Examples/CMakeLists.txt,
1165         Examples/example1/CMakeLists.txt, Examples/example1/example1.cxx,
1166         Examples/example2/CMakeLists.txt, Examples/example2/example2.cxx,
1167         Executable/CMakeLists.txt, Executable/test.cxx: ENH: create new
1168         test to test subdir exclude
1170 2004-03-09 12:31  andy
1172         * Source/cmLocalVisualStudio7Generator.cxx: ENH: Properly build
1173         WIN32 executables
1175 2004-03-09 07:50  andy
1177         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Try to remove warning
1179 2004-03-08 22:24  andy
1181         * Source/cmInstallTargetsCommand.h: ENH: Add comment about
1182         RUNTIME_DIRECTORY
1184 2004-03-08 19:05  andy
1186         * Source/: cmConfigureFileCommand.cxx, cmMakefile.cxx,
1187         cmMakefile.h: ENH: Move implementation of configure_file to
1188         cmMakefile, so that other classes can use it
1190 2004-03-04 10:05  king
1192         * Source/cmStringCommand.cxx, Source/cmStringCommand.h,
1193         Tests/StringFileTest/CMakeLists.txt,
1194         Tests/StringFileTest/InputFile.h.in: ENH: Added STRING(CONFIGURE
1195         ...) command.
1197 2004-03-03 18:18  king
1199         * Source/: cmConfigureFileCommand.cxx, cmMakefile.cxx,
1200         cmMakefile.h: ENH: Moved variable and #cmakedefine replacement from
1201         cmConfigureFileCommand.cxx to a ConfigureString method on
1202         cmMakefile.  This will give other commands access to the
1203         configuration code.
1205 2004-02-29 15:13  andy
1207         * Tests/COnly/CMakeLists.txt: ERR: Too much commits
1209 2004-02-29 15:13  andy
1211         * Source/cmMakefile.cxx, Tests/COnly/CMakeLists.txt: ERR: Fix
1212         GetModulesFile
1214 2004-02-29 14:25  andy
1216         * DashboardScripts/valhalla_vtk_borland.cmake: ENH: Valhalla
1217         borland is now using new framework
1219 2004-02-29 14:23  andy
1221         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Handle backticks as
1222         a valid library
1224 2004-02-29 09:53  andy
1226         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Cleanup and remove
1227         warning
1229 2004-02-29 09:51  andy
1231         * Source/cmLocalCodeWarriorGenerator.cxx: ERR: Fix build on Mac
1233 2004-02-28 18:59  andy
1235         * Modules/MacOSXBundleInfo.plist.in,
1236         Source/cmAddExecutableCommand.cxx, Source/cmCPluginAPI.cxx,
1237         Source/cmFindPackageCommand.cxx, Source/cmLocalGenerator.cxx,
1238         Source/cmLocalUnixMakefileGenerator.cxx,
1239         Source/cmLocalVisualStudio6Generator.cxx,
1240         Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakefile.cxx,
1241         Source/cmMakefile.h, Source/cmTarget.h: ENH: Styart working on
1242         bundles support and abstract WIN32_EXECUTABLE
1244 2004-02-24 18:48  andy
1246         * Source/cmSystemTools.cxx: ERR: Fix crash. We should check output
1247         before appending to it
1249 2004-02-24 18:40  andy
1251         * DashboardScripts/: straylight_00_cmake-optimized_gcc.cmake,
1252         straylight_00_cmake_gcc.cmake,
1253         straylight_50_paraviewcomplete_gcc.cmake,
1254         straylight_60_paraviewcompleteR12_gcc.cmake,
1255         straylight_80_swig_gcc.cmake: ENH: Some straylight additions
1257 2004-02-24 10:05  andy
1259         * Source/: cmCTest.cxx, cmCTest.h: BUG: CVS update fix. If the CVS
1260         command was not set there was no indication that something went
1261         wrong. Now it will make sure it does. Also start working on
1262         multiple configuration scripts
1264 2004-02-24 10:04  andy
1266         * Source/cmSystemTools.cxx: ENH: Put Process execution errors in
1267         output and honor verbosity
1269 2004-02-23 09:56  andy
1271         * Source/: cmCTest.cxx, cmLocalGenerator.cxx: ENH: Improve coverage
1272         support and add more verbosity
1274 2004-02-23 09:54  king
1276         * Source/kwsys/Directory.cxx: ERR: Merging 1.7->1.9 changes to
1277         CMake 1.8 branch.
1279 2004-02-23 09:53  king
1281         * Source/MFCDialog/PathDialog.cpp: ERR: Merging 1.2 -> 1.3 warning
1282         fix to CMake 1.8 branch.
1284 2004-02-23 09:52  king
1286         * Source/CTest/Curl/CMakeLists.txt: ERR: Merging warning fixes
1287         1.34->1.35 from main tree to CMake 1.8 branch.
1289 2004-02-22 22:07  andy
1291         * Source/: cmCMakeMinimumRequired.h, cmConfigureFileCommand.h,
1292         cmElseCommand.h, cmEndIfCommand.h, cmExecProgramCommand.h,
1293         cmFindFileCommand.h, cmFindLibraryCommand.h, cmFindPathCommand.h,
1294         cmFindProgramCommand.h, cmGetFilenameComponentCommand.h,
1295         cmMakeDirectoryCommand.h, cmRemoveCommand.h,
1296         cmSeparateArgumentsCommand.h, cmWriteFileCommand.h: ENH: Make more
1297         commands scriptable
1299 2004-02-22 22:06  andy
1301         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Prevent crash when
1302         deleting the last cache item
1304 2004-02-22 13:14  andy
1306         * Source/: cmCPluginAPI.cxx, cmFLTKWrapUICommand.cxx,
1307         cmGetCMakePropertyCommand.cxx, cmGetSourceFilePropertyCommand.cxx,
1308         cmLoadCacheCommand.h, cmOutputRequiredFilesCommand.h,
1309         cmQTWrapCPPCommand.h, cmQTWrapUICommand.h,
1310         cmSetSourceFilesPropertiesCommand.cxx, cmSourceFilesCommand.cxx,
1311         cmUseMangledMesaCommand.h, cmVTKMakeInstantiatorCommand.cxx,
1312         cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.h,
1313         cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx: ENH: Cleanups
1315 2004-02-20 14:46  andy
1317         * Source/cmake.cxx, Source/cmakemain.cxx,
1318         Tests/SimpleInstall/CMakeLists.txt,
1319         Tests/SimpleInstallS2/CMakeLists.txt: ENH: Ok, when doing cmake -P
1320         you should not have to squish filename next to -P, There should be
1321         space between
1323 2004-02-20 09:25  andy
1325         * Source/cmCTest.cxx: ENH: Handle wrong library on sun and no
1326         project on visual studio 7
1328 2004-02-19 10:33  andy
1330         * Source/CMakeLists.txt: ENH: Comment out test
1332 2004-02-19 10:32  andy
1334         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Cleanup
1336 2004-02-19 10:29  andy
1338         * Source/cmIfCommand.h: ENH: Make IF command scriptable
1340 2004-02-19 10:28  king
1342         * Docs/cmake-mode.el: BUG: Fixed identification of ( and ) tokens
1343         to avoid finding them in string literals.
1345 2004-02-19 09:59  king
1347         * DashboardScripts/hythloth_itk14_gcc-3.3.cmake: Switching to
1348         CableSwig from ITK 1.4 in the Utilities directory instead of using
1349         nightly CableSwig.  We are now longer requiring CableSwig to be
1350         backwards-compatible with previous ITK versions.
1352 2004-02-19 09:44  martink
1354         * DashboardScripts/dash2_itk16app_vs70.cmake: InsightApplications
1355         1.6 with Visual Studio 7.0.
1357 2004-02-19 09:44  martink
1359         * DashboardScripts/dash2_vtk42_vs70.cmake: VTK 4.2 nightly with
1360         Visual Studio 7.0.
1362 2004-02-19 09:35  andy
1364         * Source/cmMacroCommand.h: ENH: Macro should be scriptable
1366 2004-02-19 09:35  andy
1368         * Source/cmCTest.cxx: ERR: Do not exit when find bad custom files.
1370 2004-02-17 08:35  hoffman
1372         * Source/cmDynamicLoader.cxx: BUG: don't crash when loading a
1373         module that does not exist
1375 2004-02-16 10:57  martink
1377         * Source/MFCDialog/PathDialog.cpp: shut up unfixable warning
1379 2004-02-16 10:48  hoffman
1381         * Source/: cmConfigure.cmake.h.in, cmDynamicLoader.cxx: ENH: use
1382         cmake variables for cmDynamicLoader to figure out library prefix
1383         and extensions
1385 2004-02-16 09:50  hoffman
1387         * Modules/Platform/Windows-gcc.cmake, Source/cmDynamicLoader.cxx:
1388         BUG: fix mingw module load tests
1390 2004-02-16 09:49  martink
1392         * Source/CTest/Curl/CMakeLists.txt: fix warnings
1394 2004-02-14 16:55  hoffman
1396         * Modules/Platform/Windows-gcc.cmake: shared modules are not linked
1397         so do not use lib prefix
1399 2004-02-13 10:51  hoffman
1401         * Modules/Platform/Windows-gcc.cmake, Source/kwsys/SystemTools.cxx:
1402         ENH: change mingw to use libfoo.dll instead of foo.dll since it can
1403         link to them
1405 2004-02-12 21:44  andy
1407         * Source/cmFileCommand.cxx: ENH: Add DESTDIR support
1409 2004-02-12 16:41  martink
1411         * DashboardScripts/dash3_ParaViewComplete_vs60.cmake: ENH: Add pv
1412         complete on vs60
1414 2004-02-12 13:38  king
1416         * Source/kwsys/Directory.cxx: ERR: Fixed use of _findfirst for MSVC
1417         6.
1419 2004-02-12 11:23  martink
1421         * Source/kwsys/Directory.cxx: fix incorrect signature for findfirst
1423 2004-02-12 10:39  martink
1425         * DashboardScripts/dash8_vtk_icl80.cmake: VTK build on Intel C++
1426         8.0 Compiler for Windows.
1428 2004-02-12 10:38  martink
1430         * DashboardScripts/dash8_cmake_icl80.cmake: Corrected compiler
1431         version.
1433 2004-02-12 09:13  hoffman
1435         * Source/kwsys/SystemTools.cxx, Tests/SimpleInstall/CMakeLists.txt,
1436         Tests/SimpleInstallS2/CMakeLists.txt: Fix install test fail on
1437         mingw
1439 2004-02-12 08:58  andy
1441         * Source/kwsys/SystemTools.cxx: BUG: Like cygwin, mingw does not
1442         produce .lib file for shared libraries, so search for dll when
1443         searching for library
1445 2004-02-11 10:56  andy
1447         * Source/cmCTest.cxx: ERR: Remove warning
1449 2004-02-11 10:38  martink
1451         * DashboardScripts/dash8_cmake_icl80.cmake: CMake dashboard with
1452         Intel 8.0 Compiler for Windows.
1454 2004-02-11 09:11  martink
1456         * DashboardScripts/: dash3_cmakeLRB_nmake60.cmake,
1457         dash3_cmakeLRB_vs60.cmake, dash3_cmake_nmake60.cmake,
1458         dash3_cmake_vs60.cmake, dash3_vtk64_vs60Release.cmake,
1459         dash3_vtkLR_vs60.cmake: Add dash3 dashboard scripts
1461 2004-02-11 08:28  andy
1463         * Source/kwsys/SystemTools.cxx, Tests/SimpleInstall/CMakeLists.txt,
1464         Tests/SimpleInstallS2/CMakeLists.txt: ENH: On Cygwin shared
1465         libraries have only .dll file no .lib file, so when finding library
1466         on cygwin, search also for .dll. Also fix SimpleInstall test on
1467         cygwin
1469 2004-02-10 15:53  andy
1471         * Source/cmCTest.cxx: ERR: Use filepath followed by filename not
1472         another filepath
1474 2004-02-10 15:51  andy
1476         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add logging of tests while
1477         running. This way you can actually see the output as it goes
1479 2004-02-09 16:40  andy
1481         * Tests/: SimpleInstall/CMakeLists.txt,
1482         SimpleInstallS2/CMakeLists.txt: ENH: Some cleanup and try to fix
1483         Visual Studio builds
1485 2004-02-09 15:34  andy
1487         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: -l or whatever
1488         should be at beginning of line.
1490 2004-02-09 11:33  andy
1492         * Source/CMakeLists.txt, Tests/SimpleInstall/inst.cxx,
1493         Tests/SimpleInstallS2/inst.cxx: ENH: Some systems do not handle
1494         spaces in the path
1496 2004-02-08 20:08  andy
1498         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
1499         Tests/SimpleInstallS2/CMakeLists.txt: ENH: Install stage2 to handle
1500         runtime problem
1502 2004-02-08 13:23  andy
1504         * Source/cmCTest.cxx: ENH: Attempt to support tests in funky
1505         subdirectories
1507 2004-02-08 12:04  andy
1509         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
1510         Tests/SimpleInstallS2/CMakeLists.txt: ENH: Add second part of
1511         SimpleInstall
1513 2004-02-06 16:43  king
1515         * Source/cmGlob.cxx: BUG#480: Merging 1.10->1.11 changes to 1.8
1516         branch.
1518 2004-02-06 15:26  andy
1520         * Source/cmGlob.cxx: ENH: When nor specifying full path, make sure
1521         it actually works, on broken filesystems fix case of files.
1523 2004-02-06 15:18  andy
1525         * Source/cmFileCommand.cxx: ENH: Handle script mode
1527 2004-02-06 13:47  andy
1529         * Source/: cmEndForEachCommand.h, cmForEachCommand.h,
1530         cmStringCommand.h: ENH: Make more commands scriptable
1532 2004-02-06 10:49  andy
1534         * Modules/FindJNI.cmake: ENH: Better finding of JNI
1536 2004-02-05 10:12  andy
1538         * Tests/: SimpleInstall/CMakeLists.txt,
1539         SimpleInstallS2/CMakeLists.txt: ERR: Fix test on windows with
1540         network paths
1542 2004-02-04 09:42  berk
1544         * Tests/: SimpleInstall/foo.c, SimpleInstall/foo.h,
1545         SimpleInstall/inst.cxx, SimpleInstallS2/foo.c,
1546         SimpleInstallS2/foo.h, SimpleInstallS2/inst.cxx: ENH: Fix test on
1547         HP-UX
1549 2004-02-03 11:23  andy
1551         * Source/cmFileCommand.cxx: ENH: Fix support for debug postfix
1553 2004-02-03 10:53  andy
1555         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx, cmSetCommand.h:
1556         ENH: Add support for install postfix
1558 2004-02-03 10:25  andy
1560         * Source/cmLocalGenerator.cxx: ENH: Cleanup output
1562 2004-02-03 09:26  andy
1564         * Source/cmLocalUnixMakefileGenerator.cxx,
1565         Tests/SimpleInstall/CMakeLists.txt,
1566         Tests/SimpleInstallS2/CMakeLists.txt: ENH: Fix ADD_DEPENDENCIES on
1567         Unix makefiles and fix SimpleInstall test not to link the module
1569 2004-02-02 18:23  andy
1571         * Tests/: SimpleInstall/CMakeLists.txt,
1572         SimpleInstallS2/CMakeLists.txt: ENH: Make test work on windows
1574 2004-02-02 18:23  andy
1576         * Source/cmCTest.cxx: ENH: Propagate build type
1578 2004-02-01 16:48  andy
1580         * Tests/: SimpleInstall/lib2.h, SimpleInstall/lib3.h,
1581         SimpleInstallS2/lib2.h, SimpleInstallS2/lib3.h: ENH: Fix exports
1583 2004-02-01 12:53  andy
1585         * Source/CMakeLists.txt, Tests/SimpleInstall/CMakeLists.txt,
1586         Tests/SimpleInstall/foo.c, Tests/SimpleInstall/foo.h,
1587         Tests/SimpleInstall/inst.cxx, Tests/SimpleInstall/lib1.cxx,
1588         Tests/SimpleInstall/lib1.h, Tests/SimpleInstall/lib2.cxx,
1589         Tests/SimpleInstall/lib2.h, Tests/SimpleInstall/lib3.cxx,
1590         Tests/SimpleInstall/lib3.h, Tests/SimpleInstallS2/CMakeLists.txt,
1591         Tests/SimpleInstallS2/foo.c, Tests/SimpleInstallS2/foo.h,
1592         Tests/SimpleInstallS2/inst.cxx, Tests/SimpleInstallS2/lib1.cxx,
1593         Tests/SimpleInstallS2/lib1.h, Tests/SimpleInstallS2/lib2.cxx,
1594         Tests/SimpleInstallS2/lib2.h, Tests/SimpleInstallS2/lib3.cxx,
1595         Tests/SimpleInstallS2/lib3.h: ENH: Add install test
1597 2004-01-29 10:29  hoffman
1599         * Source/cmCTest.cxx: BUG: keep output
1601 2004-01-29 09:01  hoffman
1603         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove depend on
1604         CMakeCache for rebuild_cache target to avoid double rebuild cache
1606 2004-01-29 09:00  king
1608         * Source/CTest/Curl/getdate.c: ERR: Fixed prototypes of gmtime,
1609         localtime, and mktime.
1611 2004-01-28 13:17  hoffman
1613         * Source/cmCTest.cxx: BUG: After running builtin ctest, go back to
1614         the original directory
1616 2004-01-28 11:22  andy
1618         * Source/cmLocalGenerator.cxx: ERR: Remove cout
1620 2004-01-28 10:59  king
1622         * Source/kwsys/ProcessWin32.c: BUG: Corrected detection of
1623         exceptional exit code.
1625 2004-01-28 10:59  king
1627         * Source/kwsys/testProcess.c: ENH: Added exception string to
1628         abnormal termination report.
1630 2004-01-28 09:47  martink
1632         * Source/cmCTest.cxx: Including exception string in test's error
1633         output.
1635 2004-01-28 08:11  andy
1637         * Source/cmFileCommand.cxx: ERR: Remove warning about unused
1638         variable
1640 2004-01-27 17:12  hoffman
1642         * Source/cmaketest.cxx: remove old file
1644 2004-01-27 17:12  hoffman
1646         * Source/cmCTest.cxx: ENH: add a dynamic loader flush cache
1648 2004-01-27 17:11  andy
1650         * Source/cmCTest.cxx: ENH: Only display the precontext or
1651         postcontext up to the next or previous warning or error
1653 2004-01-27 14:51  hoffman
1655         * Source/cmSystemTools.cxx: BUG: fix FMM
1657 2004-01-27 12:37  andy
1659         * Source/: cmFileCommand.cxx, cmInstallTargetsCommand.cxx,
1660         cmLocalGenerator.cxx, cmLocalGenerator.h, cmTarget.h,
1661         MFCDialog/CMakeLists.txt: ENH: Make install on windows seems to
1662         work now
1664 2004-01-27 09:53  andy
1666         * Source/cmFileCommand.cxx: ERR: Fix build on Mingw. Looks like
1667         Mingw is more like visual studio... Thanks Fred Wheeler
1669 2004-01-27 09:42  martink
1671         * Source/cmCTest.cxx: fix for backup restore
1673 2004-01-27 09:05  andy
1675         * Source/cmFileCommand.cxx: ERR: And yet another set of constants
1676         for file permissions
1678 2004-01-27 09:05  andy
1680         * Source/: cmStandardIncludes.h, cmSystemTools.h: ERR: Properly
1681         handle mode_t on borland
1683 2004-01-26 17:52  andy
1685         * Source/cmStandardIncludes.h: ERR Fix borland
1687 2004-01-26 16:29  andy
1689         * Source/cmLocalGenerator.cxx: BUG: Fix for spaces in path
1691 2004-01-26 16:24  andy
1693         * Source/: cmFileCommand.cxx, cmLocalGenerator.cxx: ENH: Several
1694         windows bugs and fixes
1696 2004-01-26 16:05  andy
1698         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: Add unix style
1699         install in file command
1701 2004-01-26 15:50  andy
1703         * Source/: cmConfigureFileCommand.cxx, cmSystemTools.cxx,
1704         cmSystemTools.h: ENH: Preserve permissions when copying files
1706 2004-01-26 15:03  andy
1708         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: ERR: Fix build
1709         problems on Visual Studio 6
1711 2004-01-26 14:55  andy
1713         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add code for
1714         setting and getting permissions
1716 2004-01-26 14:41  andy
1718         * Source/: cmCTest.cxx, cmSystemTools.cxx: ENH: Improve calling of
1719         RunSingle command and fix compile error
1721 2004-01-26 14:00  hoffman
1723         * Source/cmSystemTools.cxx: ENH: forgot return value
1725 2004-01-26 13:57  andy
1727         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add support for
1728         CTestCustom.ctest, which modifies some behavior of ctest
1730 2004-01-26 13:32  hoffman
1732         * Source/: cmCTest.cxx, cmGlobalGenerator.cxx, cmSystemTools.cxx,
1733         cmSystemTools.h, cmake.cxx, cmake.h: BUG: fix put/get env problems
1735 2004-01-26 13:32  hoffman
1737         * Source/kwsys/ProcessWin32.c: ENH: fix for build on cygwin mingw
1739 2004-01-25 19:30  andy
1741         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h: ERR: Fix std::
1742         namespace
1744 2004-01-25 19:25  andy
1746         * Source/: cmGlobalGenerator.cxx, cmLocalGenerator.cxx,
1747         cmLocalGenerator.h: ENH: Start adding new installation framework
1749 2004-01-24 12:52  king
1751         * Tests/Jump/Executable/CMakeLists.txt: BUG: Due to backward
1752         ordering, Visual Studio GUIs need the link directories for the
1753         libraries the first time.
1755 2004-01-23 15:17  hoffman
1757         * Source/cmLocalVisualStudio7Generator.cxx: BUG: .lib from a .dll
1758         should go in m_LibraryOutputPath not m_ExecutableOutputPath
1760 2004-01-23 13:43  hoffman
1762         * Tests/Jump/Library/Shared/CMakeLists.txt: BUG: libdir was set
1763         wrong on windows
1765 2004-01-23 13:43  hoffman
1767         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: jump over feature
1768         was not working for windows
1770 2004-01-23 13:19  andy
1772         * DartConfig.cmake: ENH: Fix url
1774 2004-01-23 13:01  hoffman
1776         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for debug
1777         flags into project files
1779 2004-01-23 13:01  hoffman
1781         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: more fixes for
1782         relative path stuff
1784 2004-01-23 12:46  andy
1786         * DartConfig.cmake: ENH: Add nightly reporting
1788 2004-01-23 12:40  hoffman
1790         * Modules/CMakeDetermineCCompiler.cmake: ENH: use CFLAGS for
1791         testing for gnu
1793 2004-01-23 11:26  andy
1795         * DartConfig.cmake, DartConfig.cmake: ENH: More continuous e-mail
1796         stuff
1798 2004-01-23 11:22  hoffman
1800         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: convert the .o
1801         files to not have ./
1803 2004-01-23 10:54  martink
1805         * DashboardScripts/dash2_cmake_vs70.cmake: Using
1806         backup-and-restore.
1808 2004-01-23 10:36  martink
1810         * DashboardScripts/dash1_cmake_vs71.cmake: backup and restore
1811         support
1813 2004-01-23 09:58  martink
1815         * DashboardScripts/dash2_itk16_vs70.cmake: Enabled wrapping.
1817 2004-01-23 09:54  king
1819         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx,
1820         cmLocalUnixMakefileGenerator.h: BUG: Fix to build rule generation
1821         with relative paths.
1823 2004-01-23 09:48  king
1825         * DartConfig.cmake: ENH: Improving CMake continuous dashboards. 
1826         Sending continuous email for all kinds of failures.
1828 2004-01-23 09:44  martink
1830         * Source/: cmCTest.cxx, cmCTest.h: fixes to backup restore options
1832 2004-01-23 08:53  king
1834         * Source/cmLocalGenerator.cxx: STYLE: Deleted trailing whitespace.
1836 2004-01-23 08:51  king
1838         * Source/CMakeLists.txt: ERR: Fixed project name for Jump tests.
1840 2004-01-22 18:22  king
1842         * DashboardScripts/: hythloth_itk16_gcc-3.3.cmake,
1843         hythloth_itk16app_gcc-3.3.cmake: Renamed "My Tests" to Tests.
1845 2004-01-22 15:00  king
1847         * DashboardScripts/: hythloth_itk14_gcc-3.3.cmake,
1848         hythloth_itk14app_gcc-3.3.cmake: Moved MyTests directory to Tests.
1850 2004-01-22 14:50  king
1852         * DashboardScripts/: hythloth_itk16_gcc-3.3.cmake,
1853         hythloth_itk16app_gcc-3.3.cmake: Insight 1.6 dashboard
1855 2004-01-22 14:44  king
1857         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ERR: Fixed function
1858         prototypes with zero arguments to be C-style.
1860 2004-01-22 14:35  king
1862         * DashboardScripts/: hythloth_itk14_gcc-3.3.cmake,
1863         hythloth_itk14app_gcc-3.3.cmake: Added Tcl/Python wrapping to
1864         nightly.
1866 2004-01-22 14:01  king
1868         * DashboardScripts/: hythloth_itk14_gcc-3.3.cmake,
1869         hythloth_itk14app_gcc-3.3.cmake: Changed from experimental to
1870         nightly.
1872 2004-01-22 14:00  king
1874         * DashboardScripts/: hythloth_itk14_gcc-3.3.cmake,
1875         hythloth_itk14app_gcc-3.3.cmake: Insight 1.4 dashboard
1877 2004-01-22 11:16  andy
1879         * Source/kwsys/ProcessUNIX.c: BUG: If working directory does not
1880         exists, exit
1882 2004-01-22 11:10  andy
1884         * Source/cmCTest.cxx: BUG: If at least one test fails, the percent
1885         cannot be greater than 99
1887 2004-01-22 10:54  king
1889         * Source/: cmLocalUnixMakefileGenerator.cxx,
1890         cmLocalUnixMakefileGenerator.h: BUG: Fix jump-over-and-build for
1891         missing libraries when the relative path to the library is
1892         different between the source and destination of the jump.
1894 2004-01-22 10:51  king
1896         * Tests/Jump/Library/: CMakeLists.txt, jumpShared.cxx,
1897         jumpStatic.cxx, Shared/CMakeLists.txt, Shared/jumpShared.cxx,
1898         Static/CMakeLists.txt, Static/jumpStatic.cxx: ENH: Improved test to
1899         have a different relative path name for libraries between the
1900         Executable and Library directories.
1902 2004-01-22 10:36  king
1904         * Source/CMakeLists.txt: ENH: Added JumpWithLibOut and JumpNoLibOut
1905         to test whether jumping over to build a missing library works.
1907 2004-01-22 10:30  king
1909         * Source/: cmake.cxx, kwsys/SystemTools.cxx: BUG:
1910         CopyFileIfDifferent should return success if the files did not
1911         differ or if the copy succeeded.  It should return failure only if
1912         the files were different and the copy failed.
1914 2004-01-22 10:23  king
1916         * Tests/Jump/Library/CMakeLists.txt: ERR: Fixed post-build rule to
1917         copy shared library correctly.
1919 2004-01-22 09:56  king
1921         * Tests/Jump/: CMakeLists.txt, Executable/CMakeLists.txt,
1922         Executable/jumpExecutable.cxx, Library/CMakeLists.txt,
1923         Library/jumpShared.cxx, Library/jumpStatic.cxx: ENH: Adding test
1924         for jumping over and building a missing library.
1926 2004-01-22 08:57  martink
1928         * DashboardScripts/: destiny_cmake_aCC-noclean.cmake,
1929         destiny_cmake_aCC.cmake, destiny_ParaView_aCC.cmake,
1930         destiny_Xdmf_aCC.cmake, destiny_vtk_aCC-static.cmake,
1931         destiny_vtk_aCC.cmake: ENH: Initial import
1933 2004-01-22 08:28  martink
1935         * DashboardScripts/destiny_ParaViewCompleteLRB_aCC.cmake: ENH:
1936         Initial import
1938 2004-01-21 18:39  andy
1940         * Modules/CMakeDefaultMakeRuleVariables.cmake: ENH: This will
1941         probably break some obscure version of gcc, but until then,
1942         everybody doing profiling will be happy
1944 2004-01-21 15:55  king
1946         * Source/cmSystemTools.cxx: BUG: ::Stdout method should flush cout
1947         after writing data.
1949 2004-01-21 15:12  king
1951         * Modules/CMakeTestCCompiler.cmake: BUG#530: Merging 1.9 -> 1.10
1952         changes to CMake 1.8 branch.
1954 2004-01-21 15:11  king
1956         * Modules/CMakeTestCCompiler.cmake: BUG#530: Using #error to report
1957         a nice error message if the C compiler is set to a C++ compiler.
1959 2004-01-21 15:08  king
1961         * Modules/TestBigEndian.c: BUG: Use return statement instead of
1962         exit.
1964 2004-01-21 15:07  martink
1966         * Source/kwsys/ProcessUNIX.c: merge from the main tree
1968 2004-01-21 14:43  king
1970         * Source/cmCTest.cxx: BUG: empty method on std string is a test,
1971         and does not set the string to empty.
1973 2004-01-21 14:27  hoffman
1975         * Source/cmCTest.cxx: BUG: fix leak
1977 2004-01-21 14:06  king
1979         * Source/cmCTest.cxx: BUG: Fixed buffer size in MakeXMLSafe.
1981 2004-01-21 13:38  andy
1983         * Source/kwsys/ProcessUNIX.c: BUG: Fix valgrind error. If working
1984         directory is not set do not do chdir
1986 2004-01-21 10:51  martink
1988         * DashboardScripts/dash2_itk16_vs70.cmake: ENH: Adding ITK 1.6
1989         release branch dashboard.
1991 2004-01-21 09:49  hoffman
1993         * Source/cmCTest.cxx: BUG: if a test is not found, it should fail
1995 2004-01-21 09:25  hoffman
1997         * Source/cmCTest.cxx: ENH: make sure tests that are not run fail,
1998         and make sure that it does not try to run directories with the same
1999         name as tests
2001 2004-01-20 14:36  hoffman
2003         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: bug fix for IBM
2004         broken xlC 6.0.0.4 compiler
2006 2004-01-20 14:35  hoffman
2008         * Source/cmSystemTools.cxx: ENH: dont do relative paths when
2009         nothing is relative
2011 2004-01-20 14:12  berk
2013         * DashboardScripts/: shannara_cmake_CC-noclean.cmake,
2014         shannara_cmake_gcc.cmake, shannara_paraview_CC.cmake: ENH: Add more
2015         scripts
2017 2004-01-20 11:54  martink
2019         * DashboardScripts/: dash1_ParaViewCompleteLRB_vs71.cmake,
2020         dash1_ParaViewComplete_vs71.cmake: updates
2022 2004-01-19 09:30  king
2024         * Source/kwsys/testProcess.c: ERR: Fixed unused argument warning.
2026 2004-01-19 09:30  king
2028         * Source/kwsys/CMakeLists.txt: ERR: Must include Dart module after
2029         PROJECT command.
2031 2004-01-17 12:47  king
2033         * Source/kwsys/CMakeLists.txt: ENH: Added Dart testing
2034         configuration.
2036 2004-01-17 12:46  king
2038         * Source/kwsys/testProcess.c: ENH: Added a recursive process
2039         execution test.
2041 2004-01-16 14:00  martink
2043         * Source/cmCTest.cxx: fix so that ctest is run even with bad cmake
2044         result
2046 2004-01-16 09:51  king
2048         * Source/CTest/Curl/setup.h: ERR: Disabling some borland warnings.
2050 2004-01-15 17:07  andy
2052         * Source/cmCTest.cxx: ENH: Handle spaces in the dart output of test
2054 2004-01-15 14:04  king
2056         * Modules/Platform/Windows-bcc32.cmake: BUG#518: Merging 1.30->1.31
2057         changes to CMake 1.8 branch.
2059 2004-01-15 13:57  andy
2061         * Modules/Platform/Windows-bcc32.cmake: ENH: Fix typos about
2062         copying exe flags to shared flags and to modules. Bug #518 - On
2063         borland, initial flags for bulding module are wrong
2065 2004-01-15 08:50  king
2067         * Source/cmSystemTools.cxx: ENH: Added more error state checks to
2068         RunSingleCommand.
2070 2004-01-14 15:02  berk
2072         * DashboardScripts/: amber7_vtk_gcc.cmake,
2073         amber8_paraviewcomplete_gcc.cmake: [no log message]
2075 2004-01-14 11:22  berk
2077         * DashboardScripts/shannara_paraview_CC.cmake: ENH: Add paraview
2078         dashboard
2080 2004-01-14 08:50  berk
2082         * DashboardScripts/: shannara_cmake_CC.cmake,
2083         shannara_vtk_CC.cmake, shannara_xdmf_CC.cmake: ENH: Add shannara
2085 2004-01-13 17:04  berk
2087         * DashboardScripts/: amber4_vtk_gcc.cmake, amber7_vtk_gcc.cmake:
2088         Moved VTK dashboard to amber7
2090 2004-01-13 17:02  berk
2092         * DashboardScripts/amber8_paraviewcomplete_gcc.cmake: Continuous
2093         dashboard script
2095 2004-01-13 12:28  andy
2097         * Source/cmCTest.cxx: ERR: Do not ignore argument after nocmake
2099 2004-01-13 11:22  hoffman
2101         * Source/: cmCTest.cxx, cmCTest.h: ENH: add no cmake option
2103 2004-01-13 09:05  king
2105         * Modules/CMakeDetermineCCompiler.cmake: BUG: Merging 1.23->1.25
2106         changes to 1.8 branch for correct setting of MINGW flag on cygwin
2107         with -mno-cygwin flag.
2109 2004-01-13 09:01  king
2111         * Modules/FindTclsh.cmake: Merging 1.6->1.7 changes to 1.8 branch
2112         to improve automatic finding of Tcl.
2114 2004-01-13 09:01  king
2116         * Modules/FindTCL.cmake: Merging 1.30->1.31 changes to 1.8 branch
2117         to improve automatic finding of Tcl.
2119 2004-01-13 09:00  hoffman
2121         * Modules/CMakeDetermineCCompiler.cmake: BUG: use the flags when
2122         testing for type of gnu compiler
2124 2004-01-12 16:16  hoffman
2126         * Source/kwsys/SystemTools.cxx: BUG: try to get access to work on
2127         borland
2129 2004-01-12 13:53  hoffman
2131         * Source/kwsys/SystemTools.cxx: ENH: use access over stat for
2132         performance
2134 2004-01-12 13:30  andy
2136         * Source/: cmCTest.cxx, kwsys/SystemTools.cxx: ENH: Only look for
2137         executable until found
2139 2004-01-12 11:07  hoffman
2141         * Source/MFCDialog/PropertyList.cpp: BUG: make sure property list
2142         is cleared between cache loadings
2144 2004-01-09 16:38  berk
2146         * DashboardScripts/: amber4_paraviewcomplete_gcc.cmake,
2147         amber4_vtk_gcc.cmake: Scripts for cluster dashboards
2149 2004-01-09 15:57  barre
2151         * Modules/: FindTCL.cmake, FindTclsh.cmake: ENH: make it a bit
2152         smarter at finding stuff: now you need only to set *ONE* of
2153         (TCL|TK)_INCLUDE_PATH, (TCL|TK)_LIBRARY, TCL_TCLSH and the rest
2154         will be found.
2156 2004-01-09 14:14  hoffman
2158         * Source/cmCTest.cxx: ENH: clean up the output some more
2160 2004-01-09 14:05  hoffman
2162         * Source/cmCTest.cxx: ENH: clean up output
2164 2004-01-09 13:35  hoffman
2166         * Source/: cmCTest.cxx, cmCTest.h: ENH: add an ability to specify a
2167         build run directory
2169 2004-01-09 12:35  hoffman
2171         * Source/cmCTest.cxx: ENH: clean up output
2173 2004-01-09 12:28  hoffman
2175         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: add a local target
2176         for libraries as well as executables
2178 2004-01-09 11:44  martink
2180         * DashboardScripts/dash1_ParaViewCompleteLRB_vs71.cmake: updates
2182 2004-01-09 11:28  martink
2184         * DashboardScripts/: dash2_cmakeLRB_nmake70.cmake,
2185         dash2_cmake_nmake70.cmake, dash2_cmake_vs70continuous.cmake,
2186         dash2_vtk64_nmake70.cmake, dash2_vtkLR_vs70.cmake: more scripts
2188 2004-01-09 11:24  king
2190         * Source/CTest/Curl/ldap.c: ERR: Merged warning fixes (revision 1.6
2191         -> 1.7) to CMake 1.8 release branch.
2193 2004-01-09 11:23  king
2195         * CMakeLists.txt, Modules/CMakeDetermineSystem.cmake,
2196         Modules/CMakeFindFrameworks.cmake,
2197         Modules/CMakeTestCCompiler.cmake,
2198         Modules/CMakeTestCXXCompiler.cmake, Modules/Dart.cmake,
2199         Modules/FindOpenGL.cmake, Modules/FindPythonLibs.cmake,
2200         Modules/FindQt.cmake, Modules/FindTCL.cmake,
2201         Modules/Platform/Windows-cl.cmake, Source/cmCTest.cxx,
2202         Source/cmCreateTestSourceList.cxx,
2203         Source/cmGlobalCodeWarriorGenerator.cxx,
2204         Source/cmGlobalGenerator.cxx,
2205         Source/cmGlobalVisualStudio6Generator.cxx,
2206         Source/cmGlobalVisualStudio71Generator.cxx,
2207         Source/cmGlobalVisualStudio7Generator.cxx,
2208         Source/cmLinkLibrariesCommand.cxx,
2209         Source/cmLocalCodeWarriorGenerator.cxx,
2210         Source/cmLocalUnixMakefileGenerator.cxx,
2211         Source/cmLocalVisualStudio6Generator.cxx,
2212         Source/cmLocalVisualStudio7Generator.cxx,
2213         Source/cmOptionCommand.cxx, Source/cmQTWrapCPPCommand.cxx,
2214         Source/cmSiteNameCommand.cxx, Source/cmStringCommand.cxx,
2215         Source/cmTarget.cxx, Source/cmTargetLinkLibrariesCommand.cxx,
2216         Source/cmTryCompileCommand.cxx, Source/cmTryCompileCommand.h,
2217         Source/kwsys/SystemTools.cxx, Utilities/Release/cmake_release.sh,
2218         Utilities/Release/config_Linux,
2219         Utilities/Release/cygwin-package.sh.in: ENH: Merged Release-1-8-2
2220         -> Release-1-8-3 changes to CMake-LatestRelease branch.
2222 2004-01-09 10:43  andy
2224         * DashboardScripts/: straylight_50_paraview_gcc.cmake,
2225         straylight_50_paraviewcomplete_gcc.cmake: ENH: Increase timeout to
2226         make testdemo pass
2228 2004-01-09 10:13  king
2230         * Source/cmCTest.cxx: BUG: Updated warning regex to match in more
2231         cases.
2233 2004-01-09 08:54  hoffman
2235         * Source/cmCTest.cxx: BUG: if the build fails then the test fails
2237 2004-01-09 07:22  hoffman
2239         * Source/CMakeLists.txt: BUG: fix arguments to wxwindows test
2241 2004-01-08 15:54  hoffman
2243         * Source/MFCDialog/CMakeCommandLineInfo.cpp: BUG: make sure
2244         relative paths in command line options are expanded
2246 2004-01-08 10:55  andy
2248         * DashboardScripts/: straylight_00_cmakeLRB_gcc.cmake,
2249         straylight_00_cmake_gcc.cmake, straylight_30_vtk_gcc.cmake,
2250         straylight_40_xdmf_gcc.cmake, straylight_50_paraview_gcc.cmake,
2251         straylight_50_paraviewcomplete_gcc.cmake: ENH: Straylight scripts
2253 2004-01-08 09:59  hoffman
2255         * Source/: cmCTest.cxx, cmGlobalGenerator.cxx, cmake.cxx: BUG: make
2256         sure null terminator is in the right place for putenv static char
2257         array
2259 2004-01-08 09:23  king
2261         * Source/cmake.cxx: BUG: Fix environment variable setting.
2263 2004-01-08 09:19  king
2265         * Source/cmGlobalGenerator.cxx: BUG: Fix environment variable
2266         setting.
2268 2004-01-08 08:19  hoffman
2270         * Source/: cmCTest.cxx, cmCTest.cxx: ENH: remove warning
2272 2004-01-07 16:24  hoffman
2274         * Source/cmCTest.cxx: temp remove of optimization internal ctest
2275         use putenv causing trouble on cygwin
2277 2004-01-07 16:15  hoffman
2279         * Source/cmCTest.cxx: ENH: print errors when they are there
2281 2004-01-07 14:22  hoffman
2283         * Source/cmCTest.cxx: BUG: initialize ivar
2285 2004-01-07 13:46  berk
2287         * DashboardScripts/shannara_cmake_CC.cmake: new script
2289 2004-01-07 13:46  berk
2291         * DashboardScripts/common.cmake: space fix
2293 2004-01-07 13:27  martink
2295         * Source/cmCreateTestSourceList.cxx: merge fix from main tree
2297 2004-01-07 13:20  hoffman
2299         * Source/cmCTest.cxx: BUG: fix command line parser bug
2301 2004-01-07 12:50  hoffman
2303         * Source/cmCTest.cxx: ENH: remove warning
2305 2004-01-07 11:31  hoffman
2307         * Source/cmCTest.cxx: ENH: remove warnings
2309 2004-01-07 11:24  hoffman
2311         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h,
2312         cmSystemTools.cxx, cmSystemTools.h, cmWin32ProcessExecution.cxx,
2313         cmake.cxx, ctest.cxx: ENH: add new feature to ctest so that it can
2314         cmake, build and run a test executable
2316 2004-01-07 09:22  king
2318         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: Fixed crash in
2319         extern MSVC project support.
2321 2004-01-07 09:22  hoffman
2323         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: fix crash in
2324         external dsp include
2326 2004-01-07 09:10  king
2328         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: Fixed crash in
2329         extern MSVC project support.
2331 2004-01-07 09:08  hoffman
2333         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: fix crash
2335 2004-01-07 09:07  king
2337         * Source/cmCTest.cxx: BUG: Added missing Generator attributes to
2338         submitted XML files.
2340 2004-01-07 08:37  martink
2342         * Modules/Dart.cmake: merge change from main tree
2344 2004-01-06 19:13  andy
2346         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: Improve notes
2347         support (now you can specify them with the rest of the command
2348         line), improve reading of configuration file (now it actually
2349         rereads configuration file after running
2350         update/configure/build...). Remember the model
2351         (nightly/experimental) across runs
2353 2004-01-06 16:56  king
2355         * Source/kwsys/: kwsys_std.h.in, kwsys_std_fstream.h.in,
2356         kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
2357         kwsys_std_sstream.h.in: ENH: Removing empty source file now that
2358         makefile dependencies should have updated.
2360 2004-01-06 16:18  hoffman
2362         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
2363         ENH: fix for hp make and relative paths never have targets with a
2364         ./ at the start of the name
2366 2004-01-06 15:06  king
2368         * Utilities/Release/config_Linux: Fixed build for new machine.
2370 2004-01-06 13:21  king
2372         * Utilities/Release/config_Linux: ENH: Updated configuration for
2373         new build location.
2375 2004-01-05 16:29  martink
2377         * Source/cmGlob.cxx: fix for glob command
2379 2004-01-05 15:30  king
2381         * Source/cmFindPackageCommand.cxx: BUG: Fixed typo in error
2382         message.
2384 2004-01-05 13:20  king
2386         * Utilities/Release/cmake_release.sh: ENH: Updated TAG for 1.8.3
2387         release.
2389 2004-01-05 13:19  king
2391         * CMakeLists.txt, CMakeSystemConfig.txt.in,
2392         CMakeWindowsSystemConfig.txt, bootstrap,
2393         Modules/CMakeCCompiler.cmake.in,
2394         Modules/CMakeDetermineCCompiler.cmake,
2395         Modules/CMakeDetermineCXXCompiler.cmake,
2396         Modules/CMakeDetermineJavaCompiler.cmake,
2397         Modules/CMakeImportBuildSettings.cmake, Modules/CMakeLists.txt,
2398         Modules/CMakeSystemSpecificInformation.cmake,
2399         Modules/CMakeTestCCompiler.cmake,
2400         Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
2401         Modules/CheckTypeSize.cmake, Modules/CheckVariableExists.cmake,
2402         Modules/Dart.cmake, Modules/FindGTK.cmake, Modules/FindJNI.cmake,
2403         Modules/FindJava.cmake, Modules/FindLATEX.cmake,
2404         Modules/FindPythonLibs.cmake, Modules/FindTCL.cmake,
2405         Modules/FindTclsh.cmake, Modules/FindThreads.cmake,
2406         Modules/FindWish.cmake, Modules/FindwxWindows.cmake,
2407         Modules/TestForANSIForScope.cmake,
2408         Modules/TestForSTDNamespace.cmake, Modules/Platform/AIX.cmake,
2409         Modules/Platform/BSDOS.cmake, Modules/Platform/Darwin.cmake,
2410         Modules/Platform/FreeBSD.cmake, Modules/Platform/HP-UX.cmake,
2411         Modules/Platform/IRIX.cmake, Modules/Platform/IRIX64.cmake,
2412         Modules/Platform/MP-RAS.cmake, Modules/Platform/NetBSD.cmake,
2413         Modules/Platform/OSF1.cmake, Modules/Platform/OpenBSD.cmake,
2414         Modules/Platform/RISCos.cmake, Modules/Platform/SCO_SV.cmake,
2415         Modules/Platform/SINIX.cmake, Modules/Platform/SunOS.cmake,
2416         Modules/Platform/True64.cmake, Modules/Platform/ULTRIX.cmake,
2417         Modules/Platform/UNIX_SV.cmake, Modules/Platform/UnixWare.cmake,
2418         Modules/Platform/Windows-bcc32.cmake,
2419         Modules/Platform/Windows-cl.cmake,
2420         Modules/Platform/Windows-gcc.cmake, Modules/Platform/Windows.cmake,
2421         Modules/Platform/Xenix.cmake, Modules/Platform/gcc.cmake,
2422         Source/CMakeLists.txt, Source/cmAddCustomTargetCommand.cxx,
2423         Source/cmAddTestCommand.cxx, Source/cmCPluginAPI.h,
2424         Source/cmCTest.cxx, Source/cmCTest.h, Source/cmCacheManager.cxx,
2425         Source/cmCommands.cxx, Source/cmDynamicLoader.cxx,
2426         Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.h,
2427         Source/cmFindPathCommand.h, Source/cmFindProgramCommand.h,
2428         Source/cmGlobalBorlandMakefileGenerator.cxx,
2429         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
2430         Source/cmGlobalNMakeMakefileGenerator.cxx,
2431         Source/cmGlobalUnixMakefileGenerator.cxx,
2432         Source/cmGlobalVisualStudio6Generator.cxx,
2433         Source/cmGlobalVisualStudio7Generator.cxx,
2434         Source/cmLoadCommandCommand.cxx,
2435         Source/cmLocalUnixMakefileGenerator.cxx,
2436         Source/cmLocalUnixMakefileGenerator.h,
2437         Source/cmLocalVisualStudio6Generator.cxx,
2438         Source/cmLocalVisualStudio7Generator.cxx, Source/cmMakeDepend.cxx,
2439         Source/cmMakefile.cxx, Source/cmQTWrapCPPCommand.cxx,
2440         Source/cmSystemTools.cxx, Source/cmSystemTools.h,
2441         Source/cmTargetLinkLibrariesCommand.cxx,
2442         Source/cmTryCompileCommand.h, Source/cmWin32ProcessExecution.cxx,
2443         Source/cmake.cxx, Source/cmakemain.cxx, Source/cmakewizard.cxx,
2444         Source/cmakewizard.h, Source/CTest/cmCTestSubmit.cxx,
2445         Source/CTest/Curl/telnet.c, Source/CTest/Curl/Testing/ftpupload.c,
2446         Source/CursesDialog/ccmake.cxx, Source/MFCDialog/CMakeSetup.cpp,
2447         Source/WXDialog/CMakeLists.txt, Source/kwsys/ProcessUNIX.c,
2448         Source/kwsys/ProcessWin32.c, Source/kwsys/SystemTools.cxx,
2449         Templates/EXEWinHeader.dsptemplate,
2450         Tests/Complex/Executable/CMakeLists.txt,
2451         Tests/Complex/Executable/complex.cxx,
2452         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
2453         Tests/ComplexOneConfig/Executable/complex.cxx,
2454         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
2455         Tests/ComplexRelativePaths/Executable/complex.cxx,
2456         Tests/Complex/Library/CMakeLists.txt,
2457         Tests/ComplexOneConfig/Library/CMakeLists.txt,
2458         Tests/ComplexRelativePaths/Library/CMakeLists.txt,
2459         Utilities/CMakeLists.txt, Utilities/Release/cmake_release.sh,
2460         Utilities/Release/config_AIX,
2461         Utilities/Release/config_CYGWIN_NT-5.1,
2462         Utilities/Release/config_Darwin, Utilities/Release/config_HP-UX,
2463         Utilities/Release/config_IRIX64, Utilities/Release/config_Linux,
2464         Utilities/Release/config_OSF1, Utilities/Release/config_SunOS,
2465         Utilities/Release/cygwin-package.sh.in: ENH: Merging CMake
2466         Release-1-8-2 to CMake-LatestRelease.
2468 2004-01-05 12:58  king
2470         * Source/cmLocalVisualStudio6Generator.cxx: BUG#416: Merging
2471         1.49->1.50 changes to 1.8 branch.
2473 2004-01-05 12:53  martink
2475         * Source/cmLocalVisualStudio6Generator.cxx: fix for long lines with
2476         post build rules
2478 2004-01-05 11:22  king
2480         * Source/cmQTWrapCPPCommand.cxx: BUG#421: Merging 1.16->1.17
2481         changes to 1.8 branch.
2483 2004-01-05 11:13  andy
2485         * Source/cmQTWrapCPPCommand.cxx, Tests/Wrapping/CMakeLists.txt,
2486         Tests/Wrapping/vtkTestMoc.h: BUG: Fix dependency to input file for
2487         QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP
2489 2004-01-05 11:02  king
2491         * Source/kwsys/kwsysPlatformCxxTests.cmake: ERR: Removed use of
2492         FILE command and using WRITE_FILE instead.  We would still like
2493         CMake 1.6 to be able to build CMake CVS, and kwsys is used.
2495 2004-01-05 10:26  hoffman
2497         * Source/MFCDialog/PropertyList.cpp: ENH: reduce flicker
2499 2004-01-02 17:24  hoffman
2501         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
2502         PropertyList.cpp, PropertyList.h: ENH: fix bug with advanced items
2503         loosing edit and do a better job sorting
2505 2004-01-02 10:29  martink
2507         * DashboardScripts/: dash2_cmakeLRB_nmake70.cmake,
2508         dash2_cmakeLRB_vs70.cmake, dash2_cmake_nmake70.cmake,
2509         dash2_cmake_vs70.cmake: dash2 scripts
2511 2004-01-02 10:23  martink
2513         * Modules/Dart.cmake: fix for multiple nexted projects
2515 2004-01-02 10:03  martink
2517         * DashboardScripts/: dash1_vtkLR_vs71.cmake, dash1_vtk_vs71.cmake:
2518         updates
2520 2003-12-31 08:56  andy
2522         * bootstrap: ERR: Fix bootstrap for the changes in kwsys
2524 2003-12-30 17:15  king
2526         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
2527         kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
2528         kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
2529         kwsys_ios_sstream.h.in: ENH: Renamed KWSYS_IOS_HAVE_* macros to
2530         KWSYS_IOS_USE_* to be more readable in the C++ sources.
2532 2003-12-30 16:23  king
2534         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c,
2535         test1.cxx: ENH: Added GetExceptionString method to provide an error
2536         description when GetState returns Exception.
2538 2003-12-30 14:33  king
2540         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Removed stray
2541         debugging statement left from merge.
2543 2003-12-30 13:40  king
2545         * Source/kwsys/SystemTools.cxx: ERR: Use of kwsys_stl was merged
2546         from main tree.  The CMake 1.8 branch still uses kwsys_std.
2548 2003-12-30 13:39  king
2550         * Source/kwsys/SystemTools.cxx: BUG: Merging 1.30->1.31 changes to
2551         CMake 1.8 branch.
2553 2003-12-30 13:38  king
2555         * Source/kwsys/SystemTools.cxx: BUG: CollapseFullPath was calling
2556         SplitProgramPath before changing the working directory to in_base.
2558 2003-12-30 10:26  king
2560         * Source/cmSystemTools.cxx: BUG: Do not call
2561         cmsysProcess_GetErrorString unless GetState returns State_Error.
2563 2003-12-30 08:41  hoffman
2565         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
2566         BUG: borland make treats ./target and target as different also
2567         convert to outputpathrelative may get passed a quoted path
2569 2003-12-30 07:55  andy
2571         * Source/cmCTest.cxx: ENH: Remove warnings about unused variables
2573 2003-12-29 16:35  martink
2575         * Source/cmEnableTestingCommand.h: sets variable now
2577 2003-12-29 16:27  martink
2579         * Source/cmLocalUnixMakefileGenerator.cxx: only generate test
2580         target when enabled
2582 2003-12-29 16:27  martink
2584         * Source/cmEnableTestingCommand.cxx: sets variable now
2586 2003-12-29 16:19  king
2588         * Modules/: CMakeFindFrameworks.cmake, FindPythonLibs.cmake,
2589         FindTCL.cmake: BUG#423: Merged fix to 1.8 branch.
2591 2003-12-29 16:18  king
2593         * Modules/: CMakeFindFrameworks.cmake, FindPythonLibs.cmake,
2594         FindTCL.cmake: BUG#423: Fixed search for frameworks on OSX.
2596 2003-12-29 16:15  king
2598         * Source/cmSiteNameCommand.cxx: BUG#407: Merged fix to 1.8 branch.
2600 2003-12-29 16:10  andy
2602         * Source/cmSiteNameCommand.cxx: ENH: Do not use nslookup. All we
2603         really care is hostname. If somebody wants something fancy, just
2604         set it yourself. Fixes Bug #407 - nslookup is being deprecated for
2605         Red Hat and Fedora distributions
2607 2003-12-29 15:37  king
2609         * Source/cmOptionCommand.cxx: BUG#408: Merged fix to 1.8 branch.
2611 2003-12-29 15:26  andy
2613         * Source/cmOptionCommand.cxx: ERR: Fix problems with OPTION and -D
2614         on command line. Fix Bug #408 - Using -D without a type does not
2615         always work
2617 2003-12-29 15:15  king
2619         * Modules/CMakeDetermineSystem.cmake: BUG#426: Merged fix to 1.8
2620         branch.
2622 2003-12-29 15:14  king
2624         * Modules/FindQt.cmake: BUG#425: Merged fix to 1.8 branch.
2626 2003-12-29 14:55  hoffman
2628         * Source/: cmLocalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
2629         BUG: use ./ infront of the current directory
2631 2003-12-29 14:26  andy
2633         * Modules/CMakeDetermineSystem.cmake: ERR: On systems where uname
2634         does not support -p, try -m. Fixes Bug #426 -
2635         CMAKE_SYSTEM_PROCESSOR unknown and inconsistent
2637 2003-12-29 14:19  andy
2639         * Modules/FindQt.cmake: ENH: Add QT_ASSISTANTCLIENT_LIBRARY
2640         support. Fixes Bug #425 - Suggsted mod to FindQt.cmake to handle
2641         qassistantclient.lib
2643 2003-12-29 13:41  king
2645         * Source/cmGlobalGenerator.cxx: BUG#427: Merged fix to 1.8 branch.
2647 2003-12-29 13:37  king
2649         * Source/: cmGlobalCodeWarriorGenerator.cxx,
2650         cmGlobalVisualStudio6Generator.cxx,
2651         cmGlobalVisualStudio71Generator.cxx,
2652         cmGlobalVisualStudio7Generator.cxx, cmLinkLibrariesCommand.cxx,
2653         cmLocalCodeWarriorGenerator.cxx, cmLocalUnixMakefileGenerator.cxx,
2654         cmLocalVisualStudio6Generator.cxx,
2655         cmLocalVisualStudio7Generator.cxx, cmTarget.cxx,
2656         cmTargetLinkLibrariesCommand.cxx: BUG#445: Merging fix to 1.8
2657         branch.
2659 2003-12-29 13:32  king
2661         * Source/cmStringCommand.cxx: BUG#452: Merging 1.10->1.11 changes
2662         to 1.8 branch.
2664 2003-12-29 13:31  king
2666         * Source/cmStringCommand.cxx: BUG#452: Fix to argument checking for
2667         TOUPPER and TOLOWER subcommands.
2669 2003-12-29 13:26  king
2671         * Modules/FindOpenGL.cmake: BUG: Added missing include path to
2672         search.
2674 2003-12-29 13:14  king
2676         * Source/kwsys/SystemTools.cxx: ERR: Removed ftime ambiguity
2677         created by poor C++ standard headers provided by Borland 5.5.
2679 2003-12-26 16:41  andy
2681         * Source/CTest/Curl/: ftp.c, hostip.h: ERR: Remove warnings on HP
2683 2003-12-26 16:28  andy
2685         * Source/CTest/Curl/inet_pton.c: file inet_pton.c was initially
2686         added on branch Curl-7-10-8.
2688 2003-12-26 16:28  andy
2690         * Source/CTest/Curl/http_negotiate.c: file http_negotiate.c was
2691         initially added on branch Curl-7-10-8.
2693 2003-12-26 16:28  andy
2695         * Source/CTest/Curl/http_digest.h: file http_digest.h was initially
2696         added on branch Curl-7-10-8.
2698 2003-12-26 16:28  andy
2700         * Source/CTest/Curl/http_negotiate.h: file http_negotiate.h was
2701         initially added on branch Curl-7-10-8.
2703 2003-12-26 16:28  andy
2705         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
2706         base64.h, ca-bundle.h, config.h.in, connect.c, connect.h,
2707         content_encoding.c, content_encoding.h, cookie.c, cookie.h, dict.c,
2708         dict.h, easy.c, escape.c, escape.h, file.c, file.h, formdata.c,
2709         formdata.h, ftp.c, ftp.h, getdate.c, getenv.c, getinfo.c,
2710         getinfo.h, hash.c, hash.h, hostip.c, hostip.h, http.c, http.h,
2711         http_chunks.c, http_chunks.h, http_digest.c, http_digest.h,
2712         http_negotiate.c, http_negotiate.h, http_ntlm.c, http_ntlm.h,
2713         if2ip.c, if2ip.h, inet_pton.c, inet_pton.h, krb4.c, krb4.h, ldap.c,
2714         ldap.h, llist.c, llist.h, md5.c, md5.h, memdebug.c, memdebug.h,
2715         mprintf.c, multi.c, netrc.c, netrc.h, progress.c, progress.h,
2716         security.c, security.h, sendf.c, sendf.h, setup.h, share.c,
2717         share.h, speedcheck.c, speedcheck.h, ssluse.c, ssluse.h,
2718         strequal.c, strequal.h, strtok.c, strtok.h, telnet.c, telnet.h,
2719         timeval.c, timeval.h, transfer.c, transfer.h, url.c, url.h,
2720         urldata.h, version.c, curl/curl.h, curl/easy.h, curl/mprintf.h,
2721         curl/multi.h, curl/stdcheaders.h, curl/types.h: ENH: Update to Curl
2722         7.10.8
2724 2003-12-26 16:28  andy
2726         * Source/CTest/Curl/md5.h: file md5.h was initially added on branch
2727         Curl-7-10-8.
2729 2003-12-26 16:28  andy
2731         * Source/CTest/Curl/md5.c: file md5.c was initially added on branch
2732         Curl-7-10-8.
2734 2003-12-26 16:28  andy
2736         * Source/CTest/Curl/http_ntlm.h: file http_ntlm.h was initially
2737         added on branch Curl-7-10-8.
2739 2003-12-26 16:28  andy
2741         * Source/CTest/Curl/inet_pton.h: file inet_pton.h was initially
2742         added on branch Curl-7-10-8.
2744 2003-12-26 16:28  andy
2746         * Source/CTest/Curl/http_ntlm.c: file http_ntlm.c was initially
2747         added on branch Curl-7-10-8.
2749 2003-12-26 16:28  andy
2751         * Source/CTest/Curl/http_digest.c: file http_digest.c was initially
2752         added on branch Curl-7-10-8.
2754 2003-12-26 16:28  andy
2756         * Source/CTest/Curl/share.c: file share.c was initially added on
2757         branch Curl-7-10-8.
2759 2003-12-26 15:02  andy
2761         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: ENH: Add option to
2762         submit notes. Implements Bug #465 - Add notes support to CTest
2764 2003-12-26 15:00  andy
2766         * Source/: cmSystemTools.cxx, cmSystemTools.h: BUG: For
2767         consistency, use cmStdString. Also, there was a bug in SplitString
2768         which make it lose the first character.
2770 2003-12-24 15:02  andy
2772         * Source/cmLocalGenerator.cxx: BUG: On Windows network paths do not
2773         really work as regular paths, so when the binary directory is on
2774         the network, we will not support relative paths
2776 2003-12-24 13:17  hoffman
2778         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use cd pwd trick
2779         for path for libnames
2781 2003-12-24 10:51  hoffman
2783         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: use full paths via
2784         pwd for -L paths on unix shells
2786 2003-12-24 10:07  kmorel
2788         * Source/kwsys/kwsys_ios_iosfwd.h.in: Fixed a problem where
2789         ifstream was not the same as kwsys_ios::ifstream on MSVC 6.0.
2791 2003-12-24 09:19  andy
2793         * Source/cmCTest.cxx: ENH: Fix coverage to actually work and add
2794         support for .NoDartCoverage
2796 2003-12-23 15:01  hoffman
2798         * Source/: cmLocalGenerator.cxx, cmTryCompileCommand.cxx,
2799         cmake.cxx, cmake.h: BUG: keep more of the case information
2801 2003-12-23 13:31  hoffman
2803         * Source/cmLocalGenerator.cxx: BUG: fix for vtk build
2805 2003-12-23 11:03  king
2807         * bootstrap: ENH: Merging changes from KWSys-IOS-bp to
2808         KWSys-IOS-b2t-1-mp to main tree.  This corresponds to the same
2809         merge in KWSys.  Fixes for bootstrapping on cygwin are also
2810         included.
2812 2003-12-23 11:03  king
2814         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
2815         RegularExpression.cxx, RegularExpression.hxx.in, SystemTools.cxx,
2816         SystemTools.hxx.in, kwsysPlatformCxxTests.cmake,
2817         kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
2818         kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
2819         kwsys_ios_sstream.h.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
2820         kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
2821         kwsys_std_sstream.h.in, kwsys_stl.h.in, test1.cxx, testIOS.cxx:
2822         ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to
2823         main tree.  This introduces separate kwsys_ios and kwsys_stl macros
2824         needed to support all platforms.
2826 2003-12-23 10:44  king
2828         * bootstrap: BUG: Fixed 3rd C++ test to use endl correctly.  Fixed
2829         incorrect spelling of appropriate.
2831 2003-12-23 10:39  andy
2833         * bootstrap: ENH: Some cleanups and attempt to fix cygwin problem
2835 2003-12-23 10:16  andy
2837         * bootstrap: ENH: Some cleanups, add settings comment to kwsys
2838         header files. Add proper dependency to kwsys headers
2840 2003-12-23 09:53  king
2842         * bootstrap: BUG: Fixed use of KWSYS_IOS_HAVE_SSTREAM test result
2843         for cmConfigure.
2845 2003-12-23 09:31  king
2847         * bootstrap: BUG: Moved use of KWSYS_IOS test results to after the
2848         tests are performed.  Also cleaned up ordering of some tests.
2850 2003-12-23 09:17  andy
2852         * bootstrap: ENH: support new KWSYS with IOS
2854 2003-12-22 16:21  hoffman
2856         * Source/: cmLocalVisualStudio6Generator.cxx,
2857         cmLocalVisualStudio7Generator.cxx, cmSystemTools.cxx: ENH: add
2858         relative paths to visual studio 6 and 7 project files
2860 2003-12-22 15:16  hoffman
2862         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
2863         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
2864         ENH: move relative path to parent generator class
2866 2003-12-22 14:17  hoffman
2868         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: make new relative
2869         rpath work with spaces
2871 2003-12-22 13:59  hoffman
2873         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use fullpaths based
2874         on the actual current directory
2876 2003-12-22 13:15  hoffman
2878         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: use a full path for
2879         rpath
2881 2003-12-22 12:24  hoffman
2883         * Source/: cmLocalUnixMakefileGenerator.cxx,
2884         cmLocalUnixMakefileGenerator.h, cmSystemTools.cxx, cmSystemTools.h,
2885         cmake.cxx: ENH: add support for relative paths in makefiles
2887 2003-12-22 11:20  king
2889         * Source/kwsys/: CMakeLists.txt, kwsysPlatformCxxTests.cxx: ENH:
2890         All platform tests are now in kwsysPlatformCxxTests.cxx.  This
2891         makes the listfile code much more readable.
2893 2003-12-20 13:32  king
2895         * Source/kwsys/: CMakeLists.txt, testIOS.cxx: ENH: Added testIOS
2896         for kwsys_ios testing.
2898 2003-12-20 13:32  king
2900         * Source/kwsys/testIOS.cxx: file testIOS.cxx was initially added on
2901         branch KWSys-IOS.
2903 2003-12-20 13:31  king
2905         * Source/kwsys/kwsys_ios_sstream.h.in: ERR: Fixed istringstream to
2906         work with MSVC 6 old streams.
2908 2003-12-20 12:44  king
2910         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
2911         kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
2912         kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
2913         kwsys_ios_sstream.h.in: ENH: Shortened and grouped IOS and STL
2914         feature macro names.
2916 2003-12-19 16:56  king
2918         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
2919         RegularExpression.cxx, RegularExpression.hxx.in, SystemTools.cxx,
2920         SystemTools.hxx.in, kwsysPlatformCxxTests.cmake,
2921         kwsysPlatformCxxTests.cxx, kwsys_ios_fstream.h.in,
2922         kwsys_ios_iosfwd.h.in, kwsys_ios_iostream.h.in,
2923         kwsys_ios_sstream.h.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
2924         kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
2925         kwsys_std_sstream.h.in, kwsys_stl.h.in, test1.cxx: ENH: Split
2926         kwsys_std into kwsys_ios and kwsys_stl in order to avoid std
2927         namespace pollution and support more platforms.
2929 2003-12-19 16:56  king
2931         * Source/kwsys/kwsys_ios_sstream.h.in: file kwsys_ios_sstream.h.in
2932         was initially added on branch KWSys-IOS.
2934 2003-12-19 16:56  king
2936         * Source/kwsys/kwsys_ios_iosfwd.h.in: file kwsys_ios_iosfwd.h.in
2937         was initially added on branch KWSys-IOS.
2939 2003-12-19 16:56  king
2941         * Source/kwsys/kwsys_ios_fstream.h.in: file kwsys_ios_fstream.h.in
2942         was initially added on branch KWSys-IOS.
2944 2003-12-19 16:56  king
2946         * Source/kwsys/kwsys_ios_iostream.h.in: file
2947         kwsys_ios_iostream.h.in was initially added on branch KWSys-IOS.
2949 2003-12-19 16:56  king
2951         * Source/kwsys/kwsys_stl.h.in: file kwsys_stl.h.in was initially
2952         added on branch KWSys-IOS.
2954 2003-12-19 16:56  king
2956         * Source/kwsys/kwsysPlatformCxxTests.cxx: file
2957         kwsysPlatformCxxTests.cxx was initially added on branch KWSys-IOS.
2959 2003-12-19 16:56  king
2961         * Source/kwsys/kwsysPlatformCxxTests.cmake: file
2962         kwsysPlatformCxxTests.cmake was initially added on branch
2963         KWSys-IOS.
2965 2003-12-18 18:04  andy
2967         * Source/cmCTest.cxx: ENH: Even better. Only replace when path
2968         longer than 20 characters. Also replace parent directory. That way
2969         it will replace for related projects.
2971 2003-12-18 17:42  andy
2973         * Source/cmCTest.cxx: ENH: Attempt to cleanup the build output
2975 2003-12-18 17:36  martink
2977         * Source/cmCTest.cxx: bug fix
2979 2003-12-18 13:40  andy
2981         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Remove debug
2983 2003-12-18 13:17  andy
2985         * Source/: cmGlobalCodeWarriorGenerator.cxx,
2986         cmGlobalVisualStudio6Generator.cxx,
2987         cmGlobalVisualStudio71Generator.cxx,
2988         cmGlobalVisualStudio7Generator.cxx,
2989         cmLocalCodeWarriorGenerator.cxx, cmLocalVisualStudio6Generator.cxx,
2990         cmLocalVisualStudio7Generator.cxx: BUG: Fix Bug #445 - Same library
2991         in multiple projects can cause problems
2993 2003-12-18 13:04  andy
2995         * Source/: cmLinkLibrariesCommand.cxx,
2996         cmLocalUnixMakefileGenerator.cxx, cmTarget.cxx,
2997         cmTargetLinkLibrariesCommand.cxx: BUG: Fix Bug #445 - Same library
2998         in multiple projects can cause problems
3000 2003-12-18 09:59  martink
3002         * DashboardScripts/: dash1_cmakeLRB_nmake71.cmake,
3003         dash1_cmakeLRB_vs71.cmake, dash1_cmake_nmake71.cmake,
3004         dash1_cmake_vs71.cmake, dash1_cmake_vs71Release.cmake,
3005         dash1_vtkLR_vs71.cmake, dash1_vtkLR_vs71Release.cmake,
3006         dash1_vtk_vs71.cmake: updates
3008 2003-12-17 10:54  martink
3010         * DashboardScripts/tigana_cmake_gcc.cmake: a tigana dashboard
3012 2003-12-17 09:42  andy
3014         * Modules/Dart.cmake: ENH: Mark things as advanced
3016 2003-12-17 09:40  andy
3018         * Source/cmCTest.cxx: ERR: Remove debug
3020 2003-12-17 09:25  andy
3022         * Source/cmCTest.cxx: ENH: Add more error regular expressions
3024 2003-12-17 08:49  king
3026         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: BUG#439:
3027         Merging fix to 1.8 branch.
3029 2003-12-17 08:45  king
3031         * Modules/Platform/Windows-cl.cmake: BUG#438: Merging fix to 1.8
3032         branch.
3034 2003-12-17 08:36  martink
3036         * Source/cmCTest.cxx: better ctest driver and return codes
3038 2003-12-17 08:30  king
3040         * Source/kwsys/SystemTools.hxx.in: ERR: std -> kwsys_std.
3042 2003-12-17 08:21  martink
3044         * Modules/Platform/Windows-cl.cmake: fix in quoting
3046 2003-12-16 17:30  andy
3048         * Source/cmCTest.cxx: ENH: Purify support should work now.
3050 2003-12-16 17:20  king
3052         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
3053         Added SetPipeShared method to allow stdout and stderr pipes to be
3054         shared with the parent process.
3056 2003-12-16 16:27  martink
3058         * DashboardScripts/common.cmake: fix to unix path
3060 2003-12-16 16:19  andy
3062         * Source/cmCTest.cxx: ENH: Add suppression file support for
3063         valgrind
3065 2003-12-16 16:19  andy
3067         * Modules/: Dart.cmake, DartConfiguration.tcl.in: ENH: Add
3068         suppression file
3070 2003-12-16 15:55  king
3072         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Added
3073         GetEnv method.
3075 2003-12-16 15:38  king
3077         * Source/kwsys/CMakeLists.txt: ENH: Updated copyright.
3079 2003-12-16 15:37  king
3081         * Source/kwsys/CMakeLists.txt: ERR: SystemTools now depends on
3082         Directory.
3084 2003-12-16 14:43  andy
3086         * Source/: cmCTest.cxx, cmCTest.h: ENH: Several cleanups and
3087         attempt to do purify support
3089 2003-12-16 14:26  martink
3091         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: is there any
3092         chance thiswill work on all platforms hmmm added removeAdirectory
3094 2003-12-16 13:18  andy
3096         * Source/cmCTest.cxx: ENH: Cleanup output
3098 2003-12-15 18:44  andy
3100         * Source/cmCTest.cxx: ERR: Fix coverage on gcc 2.95
3102 2003-12-15 18:32  andy
3104         * Source/cmCTest.cxx: ERR: Ok, think before commit... This fixes
3105         two build problems. The missing brace and the std::string signature
3106         is different on gcc 2.95 and gcc 3.3.
3108 2003-12-15 18:03  andy
3110         * Source/cmCTest.cxx: ERR: Inner loop used the same counter as
3111         outer. Broke coverage code
3113 2003-12-15 17:28  andy
3115         * Source/: cmCTest.cxx, cmCTest.h: ERR: STD fixes
3117 2003-12-15 17:25  andy
3119         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
3120         Source/cmCTest.cxx, Source/cmCTest.h, Source/cmSystemTools.cxx,
3121         Source/cmSystemTools.h, Source/ctest.cxx,
3122         Source/CTest/cmCTestSubmit.cxx, Source/CTest/cmCTestSubmit.h,
3123         Source/CursesDialog/cmCursesPathWidget.cxx: ENH: Add initial memory
3124         check support which works for Valgrind
3126 2003-12-15 16:30  king
3128         * Source/kwsys/: Base64.c, Base64.h.in, Configure.h.in,
3129         Configure.hxx.in, Copyright.txt, Directory.cxx, Directory.hxx.in,
3130         EncodeExecutable.c, Process.h.in, ProcessFwd9x.c, ProcessUNIX.c,
3131         ProcessWin32.c, RegularExpression.cxx, RegularExpression.hxx.in,
3132         SystemTools.cxx, SystemTools.hxx.in, kwsysHeaderDump.pl,
3133         kwsysPrivate.h, kwsys_std.h.in, kwsys_std_fstream.h.in,
3134         kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
3135         kwsys_std_sstream.h.in, test1.cxx, testProcess.c: ENH: Updated
3136         copyright.
3138 2003-12-15 12:56  martink
3140         * Source/cmCreateTestSourceList.cxx: fix compiler warning
3142 2003-12-15 12:02  hoffman
3144         * Source/cmCTest.cxx: ENH: fix for gcc 3.1
3146 2003-12-14 13:48  king
3148         * Source/kwsys/ProcessWin32.c: STYLE: Fixed typo on comment.
3150 2003-12-14 13:47  king
3152         * Source/kwsys/ProcessWin32.c: ENH: Using CreateFile with
3153         FILE_FLAG_DELETE_ON_CLOSE to automatically delete the Win9x
3154         forwarding executable even if the parent process crashes.
3156 2003-12-14 13:44  king
3158         * Source/kwsys/kwsysPrivate.h: ENH: Added KWSYS_NAMESPACE_STRING
3159         macro.
3161 2003-12-14 13:03  king
3163         * Source/kwsys/Configure.h.in: BUG: Fixed dllimport.
3165 2003-12-13 14:19  king
3167         * Source/kwsys/ProcessUNIX.c: ERR: Added include of sys/stat.h for
3168         open functions mode bits.
3170 2003-12-13 14:13  king
3172         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
3173         Added SetPipeFile method to allow the process pipeline stdin,
3174         stdout, and stderr to be redirected from/to files.
3176 2003-12-13 10:36  king
3178         * Source/kwsys/: ProcessUNIX.c, ProcessWin32.c: ENH: Code is now
3179         robust to New method returning NULL.
3181 2003-12-12 15:42  king
3183         * Modules/Platform/IRIX64.cmake: ENH: Added
3184         CMAKE_SHARED_LIBRARY_SONAME_C_FLAG and
3185         CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG settings to enable shared
3186         library version support for SGI.
3188 2003-12-12 14:44  king
3190         * Modules/Platform/HP-UX.cmake: ENH: Added
3191         CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library
3192         version support for HP-UX.
3194 2003-12-12 14:34  king
3196         * Modules/CMakeDefaultMakeRuleVariables.cmake,
3197         Modules/Platform/SunOS.cmake,
3198         Source/cmLocalUnixMakefileGenerator.cxx,
3199         Modules/Platform/Linux.cmake: ENH: Using separate
3200         CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.
3202 2003-12-12 14:20  king
3204         * Modules/Platform/SunOS.cmake: ENH: Added
3205         CMAKE_SHARED_LIBRARY_SONAME_FLAG setting to enable shared library
3206         version support for SunOS.
3208 2003-12-12 09:12  hoffman
3210         * Modules/: CMakeCCompiler.cmake.in, CMakeCXXCompiler.cmake.in,
3211         CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake:
3212         ENH: reduce the number of times gnu is tested for
3214 2003-12-12 08:19  martink
3216         * DashboardScripts/: common.cmake, dash1_cmakeLRB_nmake71.cmake,
3217         dash1_cmakeLRB_vs71.cmake, dash1_cmake_nmake71.cmake: updates
3219 2003-12-12 08:09  martink
3221         * Source/cmCTest.cxx: now can do extra updates
3223 2003-12-11 15:38  hoffman
3225         * Source/cmGlobalGenerator.cxx: BUG:427 trycompile target must be
3226         exe
3228 2003-12-11 10:11  hoffman
3230         * Source/cmTryCompileCommand.cxx: BUG: need a dummy first argument
3231         to cmake
3233 2003-12-11 08:57  martink
3235         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: fix to
3236         the signature and argument parsing
3238 2003-12-10 19:47  andy
3240         * Source/: cmake.cxx, cmakemain.cxx: ENH: Argument for script mode
3241         is -P (process) and take out the automatic script mode
3243 2003-12-10 08:55  hoffman
3245         * Source/: cmLocalUnixMakefileGenerator.cxx,
3246         cmLocalUnixMakefileGenerator.h: BUG: roll back change for variable
3247         used in path
3249 2003-12-09 16:44  martink
3251         * DashboardScripts/: dash1_cmakeLRB_nmake71.cmake,
3252         dash1_cmakeLRB_vs71.cmake, dash1_cmake_nmake71.cmake,
3253         dash1_cmake_vs71.cmake, dash1_cmake_vs71Release.cmake: updates
3255 2003-12-09 14:33  king
3257         * Modules/FindOpenGL.cmake: ENH: Adding /usr/include/w32api for
3258         OpenGL header search.
3260 2003-12-09 11:44  king
3262         * Source/kwsys/SystemTools.cxx: BUG: File comparison on windows
3263         must test the volume serial number as well as the file index.
3265 2003-12-09 10:33  martink
3267         * DartConfig.cmake: move start time up one hour
3269 2003-12-09 10:25  martink
3271         * DashboardScripts/: dash1_cmakeLRB_nmake71.cmake,
3272         dash1_cmakeLRB_vs2003.cmake, dash1_cmakeLRB_vs2003nmake.cmake,
3273         dash1_cmakeLRB_vs71.cmake, dash1_cmake_nmake71.cmake,
3274         dash1_cmake_vs2003.cmake, dash1_cmake_vs2003nmake.cmake,
3275         dash1_cmake_vs71.cmake: some name changes
3277 2003-12-09 09:16  king
3279         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: ERR: Removed
3280         YY_BREAK statements after return statements because they are
3281         unreachable.
3283 2003-12-09 09:11  king
3285         * Source/: cmListFileLexer.c, cmListFileLexer.in.l: ERR: Added
3286         missing static keyword to cmListFileLexerSetToken and
3287         cmListFileLexerAppend definitions.
3289 2003-12-09 08:32  hoffman
3291         * Source/: cmLocalUnixMakefileGenerator.cxx,
3292         cmLocalUnixMakefileGenerator.h: ENH: use variables for output paths
3294 2003-12-09 08:22  martink
3296         * Source/cmCTest.cxx: some updates to handle inline cache files and
3297         environment variables
3299 2003-12-09 08:21  martink
3301         * DashboardScripts/: manticore_cmake_vc2003.cache,
3302         manticore_cmake_vc2003.cmake: remove old files
3304 2003-12-09 08:19  martink
3306         * DashboardScripts/: dash1_cmakeLRB_vs2003.cache,
3307         dash1_cmakeLRB_vs2003.cmake, dash1_cmakeLRB_vs2003nmake.cache,
3308         dash1_cmakeLRB_vs2003nmake.cmake: new single file approach
3310 2003-12-09 08:16  martink
3312         * DashboardScripts/: dash1_cmake_vs2003.cache,
3313         dash1_cmake_vs2003.cmake, dash1_cmake_vs2003.cmake,
3314         dash1_cmake_vs2003nmake.cache, dash1_cmake_vs2003nmake.cmake: new
3315         single file approach
3317 2003-12-08 18:05  king
3319         * Source/cmSystemTools.cxx: BUG: Reimplemented ExpandListArguments
3320         to properly handle escaped backslashes that occur right before
3321         semicolons.  This is important for lists of paths ending in
3322         backslashes on windows.
3324 2003-12-08 16:26  martink
3326         * DashboardScripts/: dash1_cmakeLRB_vs2003.cache,
3327         dash1_cmakeLRB_vs2003.cmake, dash1_cmakeLRB_vs2003nmake.cache,
3328         dash1_cmakeLRB_vs2003nmake.cmake, dash1_cmake_vs2003nmake.cache,
3329         dash1_cmake_vs2003nmake.cmake: some configuration scripts
3331 2003-12-08 16:10  martink
3333         * Source/cmSystemTools.cxx: bug fix to escaped semicolons in
3334         arguments
3336 2003-12-08 15:05  king
3338         * Source/cmListFileLexer.in.l: ERR: Fixed comment about how to run
3339         flex to reflect new name of this file.
3341 2003-12-08 14:20  king
3343         * Source/: cmListFileLexer.in.l, cmListFileLexer.l: ERR: Renaming
3344         cmListFileLexer.l to cmListFileLexer.in.l to avoid make programs
3345         trying to run lex automatically whn building cmListFileLexer.c.
3347 2003-12-08 14:11  andy
3349         * bootstrap: ENH: Fix bootstrap to handle lex parser
3351 2003-12-08 13:40  king
3353         * Source/: cmListFileLexer.c, cmListFileLexer.l: ERR: We must
3354         define YY_NO_UNISTD_H to build on windows.
3356 2003-12-08 13:36  king
3358         * Source/: CMakeLists.txt, cmListFileCache.cxx, cmListFileCache.h,
3359         cmListFileLexer.c, cmListFileLexer.h, cmListFileLexer.l: ENH: Using
3360         lex-based tokenizer and a simple recursive-descent parser in place
3361         of the old hand-coded parser for CMake listfiles.
3363 2003-12-08 11:35  king
3365         * Source/kwsys/CMakeLists.txt: STYLE: Removed trailing whitespace.
3367 2003-12-08 11:31  king
3369         * Source/cmake.cxx: ENH: Improved error messages when source tree
3370         does not have a CMakeLists.txt file.  No matter how many cases we
3371         check, there always seems to be a user that finds a case that gives
3372         a confusing error message...
3374 2003-12-08 11:23  andy
3376         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
3377         Source/cmCTest.cxx: ENH: Improve coverage on systems with multiple
3378         gcov commands
3380 2003-12-07 14:09  king
3382         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
3383         Cleaned up pipe numbering.
3385 2003-12-05 16:39  king
3387         * Source/cmCTest.cxx: ENH: Using cmListFileCache to read the
3388         DartTestfile instead of duplicating the parse loop.
3390 2003-12-05 14:51  king
3392         * Source/kwsys/kwsys_std.h.in: ERR: Need to include Configure.hxx
3393         to get kwsys_std definition.
3395 2003-12-05 11:53  king
3397         * Source/: cmCTest.cxx, cmSystemTools.cxx, kwsys/Process.h.in,
3398         kwsys/ProcessUNIX.c, kwsys/ProcessWin32.c, kwsys/test1.cxx,
3399         kwsys/testProcess.c: ENH: Removed pipe selection argument from
3400         WaitForData method in kwsysProcess.  This greatly simplifies its
3401         use.
3403 2003-12-05 11:37  king
3405         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessWin32.c:
3406         STYLE: Removed trailing whitespace.
3408 2003-12-05 11:19  king
3410         * Source/kwsys/ProcessWin32.c: BUG: Process startup-info struct
3411         dwFlags were being set incorrectly due to a change in statement
3412         order.
3414 2003-12-05 10:45  king
3416         * Docs/cmake-mode.el: ENH: New indentation implementation to
3417         support multi-line strings.
3419 2003-12-04 14:34  king
3421         * Docs/cmake-mode.el: STYLE: Removed trailing whitespace.
3423 2003-12-04 13:56  king
3425         * Source/kwsys/ProcessUNIX.c: ERR: Added missing static storage
3426         class specifier for kwsysProcessCreate.
3428 2003-12-03 14:16  martink
3430         * DashboardScripts/: common.cmake, dash1_cmake_vs2003.cache,
3431         dash1_cmake_vs2003.cmake: in progress
3433 2003-12-03 14:16  martink
3435         * Source/cmCTest.cxx: some fixes to test harnes
3437 2003-12-03 13:37  king
3439         * Source/kwsys/ProcessUNIX.c: ERR: Some platforms define stdin,
3440         stdout, and stderr as macros.  Renaming these symbols to StdIn,
3441         StdOut, and StdErr.
3443 2003-12-03 09:20  king
3445         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessUNIX.c,
3446         ProcessWin32.c: ENH: Merged changes from KWSys-MultiProcess-bp to
3447         KWSys-MultiProcess-b2t-1-mp to main tree.  This introduces support
3448         for process pipelines.
3450 2003-12-03 09:12  king
3452         * Source/kwsys/Process.h.in: ERR: Added missing macro definition
3453         for kwsysProcess_AddCommand.
3455 2003-12-02 17:23  king
3457         * Utilities/Release/cmake_release.sh: ENH: Added documentation
3458         about location of cmCPluginAPI.h in cygwin package.
3460 2003-12-02 17:16  king
3462         * Utilities/Release/cygwin-package.sh.in: BUG: No longer need to
3463         copy Copyright.txt into doc directory.  It is done by the cmake
3464         installation.
3466 2003-12-02 17:14  king
3468         * Utilities/Release/cygwin-package.sh.in: BUG: Need to pass
3469         datadir/docdir/mandir to bootstrap script instead of writing in the
3470         cache.
3472 2003-12-02 16:57  king
3474         * Utilities/Release/cygwin-package.sh.in: ENH: Cygwin now uses
3475         /usr/share/doc instead of /usr/doc.
3477 2003-12-02 16:57  king
3479         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updating
3480         version number to 1.8.3.
3482 2003-12-02 16:50  martink
3484         * Source/cmCTest.cxx: better error handling
3486 2003-12-02 11:55  martink
3488         * DashboardScripts/: manticore_cmake_vc2003.cache,
3489         manticore_cmake_vc2003.cmake: first pass
3491 2003-12-01 19:25  martink
3493         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: a start on the
3494         dashboard driver
3496 2003-12-01 13:07  king
3498         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
3499         BUG#411: Merged fix to 1.8 branch.
3501 2003-12-01 13:06  king
3503         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
3504         BUG#411: Re-ordering statements so errors show up in
3505         CMakeError.log.
3507 2003-11-28 15:37  king
3509         * Source/kwsys/ProcessWin32.c: ENH: Cleaned up implementation of
3510         stderr and win9x forwarding executable error pipe.
3512 2003-11-28 14:21  king
3514         * Source/kwsys/ProcessWin32.c: ENH: Removing special termination
3515         pipe from Windows implementation.  It does not need it because
3516         WaitForMultipleObjects can wait with a timeout for the process to
3517         terminate.  This is not the case in UNIX because waitpid has no
3518         timeout, so we need the termination pipe there.
3520 2003-11-28 14:08  king
3522         * Source/kwsys/ProcessWin32.c: BUG: Removed stray debugging code
3523         that caused win9x mode to always be used.
3525 2003-11-28 14:02  king
3527         * Source/kwsys/ProcessWin32.c: ENH: Added special termination pipe
3528         to allow timeout to work for processes that close their output
3529         pipes.
3531 2003-11-28 13:07  king
3533         * Source/kwsys/ProcessWin32.c: ENH: Error messages from the
3534         forwarding executable are now read completely even if they are
3535         reported in multiple blocks.
3537 2003-11-28 12:58  king
3539         * Source/kwsys/ProcessWin32.c: BUG: Fixed error message when
3540         process control structure initialization runs out of memory.
3542 2003-11-28 12:52  king
3544         * Source/kwsys/ProcessWin32.c: ERR: Removed useless if(command) in
3545         AddString.
3547 2003-11-28 12:47  king
3549         * Source/kwsys/ProcessWin32.c: ENH: Renamed CMPE_* to KWSYSPE_* for
3550         consistency with ProcessUNIX.c.
3552 2003-11-28 12:42  king
3554         * Source/kwsys/ProcessUNIX.c: BUG: When a child fails to exec, we
3555         need to read the entire error message, not just the first block.
3557 2003-11-28 12:31  king
3559         * Source/kwsys/ProcessUNIX.c: ENH: UNIX implementation of process
3560         pipeline.
3562 2003-11-28 10:08  king
3564         * Source/kwsys/ProcessUNIX.c: ENH: Implemented SetCommand and
3565         AddCommand for multiple process support.
3567 2003-11-28 09:48  king
3569         * Source/kwsys/: ProcessUNIX.c, ProcessUNIX.c: STYLE: Removed
3570         trailing whitespace.
3572 2003-11-27 23:08  king
3574         * Source/kwsys/: Process.h.in, ProcessFwd9x.c, ProcessWin32.c: ENH:
3575         Windows implementation of process pipeline.
3577 2003-11-27 10:28  king
3579         * Source/cmake.cxx: BUG: cmake_symlink_library should return the
3580         accumulated result, not just 0.
3582 2003-11-26 17:59  king
3584         * Modules/Platform/Linux.cmake: ENH: Adding implementation of
3585         shared library version support on UNIX.  This addresses the feature
3586         request described in bug#32.
3588 2003-11-26 17:52  king
3590         * Modules/CMakeDefaultMakeRuleVariables.cmake: ENH: Adding
3591         implementation of shared library version support on UNIX.  This
3592         addresses the feature request described in bug#32.
3594 2003-11-26 17:38  king
3596         * Source/: cmLocalUnixMakefileGenerator.cxx,
3597         cmLocalUnixMakefileGenerator.h: ENH: Adding implementation of
3598         shared library version support on UNIX.  This addresses the feature
3599         request described in bug#32.
3601 2003-11-26 17:34  king
3603         * Source/cmake.cxx: BUG: The cmake_symlink_library command needs to
3604         remove existing files before creating links.
3606 2003-11-26 16:38  king
3608         * Source/cmake.cxx: ENH: Added undocumented cmake_symlink_library
3609         to help with building versioned shared libraries.
3611 2003-11-26 16:15  hoffman
3613         * Source/: cmGlobalVisualStudio6Generator.cxx,
3614         cmGlobalVisualStudio7Generator.cxx: remove more warnings
3616 2003-11-26 16:12  hoffman
3618         * Source/: cmGlobalVisualStudio6Generator.cxx,
3619         cmGlobalVisualStudio6Generator.h,
3620         cmGlobalVisualStudio7Generator.cxx,
3621         cmGlobalVisualStudio7Generator.h: remove warnings
3623 2003-11-26 16:11  king
3625         * Source/cmSystemTools.cxx: ERR: Fixed unused parameter warnings.
3627 2003-11-26 16:04  hoffman
3629         * Source/: cmGlobalVisualStudio6Generator.cxx,
3630         cmGlobalVisualStudio71Generator.cxx,
3631         cmGlobalVisualStudio71Generator.h,
3632         cmGlobalVisualStudio7Generator.cxx: ENH: fix some warnings
3634 2003-11-26 14:52  king
3636         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
3637         CreateSymlink method.
3639 2003-11-26 14:30  hoffman
3641         * Source/MFCDialog/PropertyList.cpp: ENH: remove removecache entry
3642         call
3644 2003-11-26 14:29  hoffman
3646         * Source/: cmGlobalVisualStudio6Generator.cxx,
3647         cmGlobalVisualStudio6Generator.h,
3648         cmGlobalVisualStudio7Generator.cxx,
3649         cmGlobalVisualStudio7Generator.h, cmMakefile.cxx, cmMakefile.h:
3650         ENH: generate a sln and dsw file for each sub project in a project
3652 2003-11-26 11:41  king
3654         * Source/: cmCTest.cxx, cmSystemTools.cxx: BUG: Do not use
3655         std::string to accumulate output.  Use std::vector instead.  This
3656         is much better at memory management.
3658 2003-11-25 16:14  king
3660         * Utilities/Release/cmake_release.sh: STYLE: Removed trailing
3661         whitepsace.
3663 2003-11-24 15:51  king
3665         * Utilities/Release/cmake_release.sh: BUG: osx_install should make
3666         the Resources directory before copying files into it.
3668 2003-11-24 14:04  king
3670         * Modules/FindPythonLibs.cmake: BUG#266: Merging 1.16->1.18 changes
3671         to 1.8 branch.
3673 2003-11-24 14:01  king
3675         * Source/cmLocalVisualStudio7Generator.cxx: BUG#393: Merging
3676         1.40->1.41 changes to 1.8 branch.
3678 2003-11-21 14:13  king
3680         * Source/cmLocalVisualStudio7Generator.cxx: BUG#393: Adding XML
3681         escaping for additional per-source compile flags.
3683 2003-11-21 13:12  hoffman
3685         * Modules/FindPythonLibs.cmake: BUG: remove junk code
3687 2003-11-20 15:41  king
3689         * Modules/FindPythonLibs.cmake: BUG#266: Added cygwin names for the
3690         library.  Module now documents output as PYTHON_LIBRARIES instead
3691         of PYTHON_LIBRARY.
3693 2003-11-20 15:31  king
3695         * Modules/FindPythonLibs.cmake: STYLE: Removed trailing whitespace.
3697 2003-11-20 15:30  king
3699         * Modules/Platform/: AIX.cmake, BSDOS.cmake, Darwin.cmake,
3700         FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake, MP-RAS.cmake,
3701         NetBSD.cmake, OSF1.cmake, OpenBSD.cmake, RISCos.cmake,
3702         SCO_SV.cmake, SINIX.cmake, SunOS.cmake, True64.cmake, ULTRIX.cmake,
3703         UNIX_SV.cmake, UnixWare.cmake, Windows-gcc.cmake, Xenix.cmake,
3704         gcc.cmake: BUG#383: Merged fix to 1.8 branch.
3706 2003-11-14 10:44  hoffman
3708         * Modules/Platform/: AIX.cmake, BSDOS.cmake, Darwin.cmake,
3709         FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake, MP-RAS.cmake,
3710         NetBSD.cmake, OSF1.cmake, OpenBSD.cmake, RISCos.cmake,
3711         SCO_SV.cmake, SINIX.cmake, SunOS.cmake, True64.cmake, ULTRIX.cmake,
3712         UNIX_SV.cmake, UnixWare.cmake, Windows-gcc.cmake, Xenix.cmake,
3713         gcc.cmake: BUG: fix for bug 383 gcc flags are now always set if the
3714         compiler is gnu
3716 2003-11-13 15:54  king
3718         * Source/cmAddCustomTargetCommand.cxx: BUG#321: Merged 1.13->1.14
3719         changes to 1.8 branch.
3721 2003-11-13 14:45  martink
3723         * Source/cmAddCustomTargetCommand.cxx: fixed argument parsing
3725 2003-11-13 13:52  king
3727         * Source/: cmFindFileCommand.h, cmFindLibraryCommand.h,
3728         cmFindPathCommand.h, cmFindProgramCommand.h: ENH: Documentation
3729         improvements from main tree.
3731 2003-11-13 13:51  king
3733         * Source/: cmFindFileCommand.h, cmFindLibraryCommand.h,
3734         cmFindPathCommand.h, cmFindProgramCommand.h: ENH: Documentation
3735         improvements.
3737 2003-11-13 12:43  king
3739         * Modules/FindGTK.cmake: BUG#299: Merged 1.8->1.9 changes to 1.8
3740         branch.
3742 2003-11-12 17:44  king
3744         * Modules/FindGTK.cmake: BUG#299: GTK_gmodule_LIBRARY is optional
3745         just like GTK_gthread_LIBRARY.
3747 2003-11-12 16:53  king
3749         * Modules/TestForANSIForScope.cmake: BUG#374: Merging 1.10->1.11
3750         changes to 1.8 branch.
3752 2003-11-12 16:53  king
3754         * Modules/TestForSTDNamespace.cmake: BUG#374: Merging 1.9->1.10
3755         changes to 1.8 branch.
3757 2003-11-12 16:51  king
3759         * Modules/: TestForANSIForScope.cmake, TestForSTDNamespace.cmake:
3760         BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.
3762 2003-11-12 14:57  king
3764         * Source/cmMakeDepend.cxx: BUG#373: Merging 1.39->1.40 to 1.8
3765         branch.
3767 2003-11-12 14:20  hoffman
3769         * Source/cmMakeDepend.cxx: BUG: fix for bug 373 make depend problem
3771 2003-11-12 14:17  king
3773         * Source/cmGlobalVisualStudio6Generator.cxx: BUG#371: Merging
3774         1.19->1.20 changes to 1.8 branch.
3776 2003-11-12 14:17  king
3778         * Source/cmGlobalVisualStudio7Generator.cxx: BUG#371: Merging
3779         1.17->1.18 changes to 1.8 branch.
3781 2003-11-12 14:06  andy
3783         * Source/: cmGlobalVisualStudio6Generator.cxx,
3784         cmGlobalVisualStudio7Generator.cxx: ENH: Bug #371 - Add build
3785         configuration for try compiles using cmake variable
3787 2003-11-12 10:03  king
3789         * Modules/Dart.cmake: BUG#199: Merging 1.45->1.46 changes to 1.8
3790         branch.
3792 2003-11-12 10:00  king
3794         * Modules/Dart.cmake: BUG#199: If
3795         DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will be
3796         included in the name of the Experimental and ExperimentalSubmit
3797         targets.
3799 2003-11-11 12:53  king
3801         * Source/cmLocalVisualStudio7Generator.cxx: BUG#363: Merged
3802         1.39->1.40 changes to 1.8 branch.
3804 2003-11-11 12:51  hoffman
3806         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for 363,
3807         VCMIDLTool not used for idl files
3809 2003-11-11 12:51  king
3811         * Source/cmCTest.cxx: BUG#344: Merged 1.66->1.67 to 1.8 branch.
3813 2003-11-11 12:36  andy
3815         * Source/cmCTest.cxx: BUG: Handle -C properly for executables that
3816         are not in the project; Fix Bug #344 - ctest -C Debug
3818 2003-11-11 11:42  king
3820         * Source/cmCTest.h: BUG#259: Merging 1.16->1.18 changes to 1.8
3821         branch.
3823 2003-11-11 11:42  king
3825         * Source/cmCTest.cxx: BUG#259: Merging 1.62->1.63 and 1.64->1.66
3826         changes to 1.8 branch.
3828 2003-11-11 11:41  king
3830         * Source/cmAddTestCommand.cxx: BUG#259: Merging 1.18->1.20 changes
3831         to 1.8 branch.
3833 2003-11-06 16:38  andy
3835         * Source/cmCTest.cxx: ENH: Add warning exception for VTK type
3836         warning blocking
3838 2003-11-05 15:02  andy
3840         * Utilities/Doxygen/doxyfile.in: ENH: Handle kwsys properly
3842 2003-11-05 15:02  andy
3844         * Utilities/Doxygen/CMakeLists.txt: ENH: Cleanup. We do not really
3845         need to use vtk for documentation. We only need utilities/doxygen
3846         directory
3848 2003-11-05 13:03  king
3850         * Modules/Platform/Windows-bcc32.cmake,
3851         Source/cmGlobalBorlandMakefileGenerator.cxx,
3852         Source/cmLocalUnixMakefileGenerator.cxx: BUG#346: Merging fix from
3853         main tree to 1.8 branch.
3855 2003-11-05 11:18  hoffman
3857         * Modules/Platform/Windows-bcc32.cmake,
3858         Source/cmGlobalBorlandMakefileGenerator.cxx,
3859         Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for bug 346,
3860         borland should now support dash in the path
3862 2003-11-05 10:46  king
3864         * Source/cmCTest.cxx: BUG#259: Fix for spaces in paths to
3865         executable added to previous fixes for this bug.
3867 2003-11-05 10:13  king
3869         * Modules/: FindTclsh.cmake, FindWish.cmake: BUG#322: Merging fix
3870         from main tree to 1.8 branch.
3872 2003-11-04 12:50  king
3874         * Source/cmCTest.cxx: BUG#323: Merging fix from main tree to 1.8
3875         branch.
3877 2003-11-04 11:19  hoffman
3879         * Source/cmCTest.cxx: BUG: fix for bug 323
3881 2003-11-04 09:45  king
3883         * Source/cmMakefile.cxx: BUG: Merging changes from revision 1.236
3884         to 1.237 to 1.8 branch.
3886 2003-11-04 09:44  king
3888         * Source/cmLocalVisualStudio6Generator.cxx: BUG: Merging changes
3889         from revisions 1.41 to 1.47 to 1.8 branch.
3891 2003-11-04 09:36  king
3893         * Modules/: FindTclsh.cmake, FindWish.cmake: ENH: Adding registry
3894         entries to search path.
3896 2003-11-04 09:06  king
3898         * Source/cmLocalUnixMakefileGenerator.cxx: BUG#318: Merging fix
3899         from main tree to 1.8 branch.
3901 2003-11-04 09:03  king
3903         * Source/CTest/: cmCTestSubmit.cxx, Curl/Testing/ftpupload.c:
3904         BUG#320: Merging fix from main tree to 1.8 branch.
3906 2003-11-04 09:01  king
3908         * Source/cmQTWrapCPPCommand.cxx: BUG#319: Merging fix from main
3909         tree (1.15->1.16) to 1.8 branch.
3911 2003-11-04 09:00  king
3913         * Source/kwsys/: ProcessWin32.c, RegularExpression.cxx: ERR:
3914         Removed extra variable assignments.
3916 2003-11-04 08:56  king
3918         * Source/kwsys/ProcessWin32.c: BUG: Removed CloseHandle in case of
3919         error in DuplicateHandle.  According to documentation,
3920         DuplicateHandle will close the source handle regardless of error
3921         condition.
3923 2003-11-04 08:50  king
3925         * Source/cmAddTestCommand.cxx: BUG: Cannot add extra escapes for
3926         backslashes because it makes the behavior inconsistent with
3927         previous versions of cmake.
3929 2003-11-03 16:59  andy
3931         * Source/CTest/: cmCTestSubmit.cxx, Curl/Testing/ftpupload.c: BUG:
3932         This fixes problem when submitting bugs on Mac: Bug #320 - When
3933         st_size in stat is 64 bit ctest does not submit
3935 2003-11-03 15:57  hoffman
3937         * Source/: cmLocalVisualStudio6Generator.cxx, cmMakefile.cxx: BUG:
3938         hack fix for problem of MS vs 6 and custom target commands
3940 2003-11-03 15:53  andy
3942         * Source/cmQTWrapCPPCommand.cxx: BUG: Fix Bug #319 - Change in
3943         QT_WRAP_CPP's behaviour
3945 2003-11-03 15:38  andy
3947         * Source/: cmCTest.cxx, cmCTest.h: ENH: Cleanup parsing of argument
3948         to help fix Bug #259 - CMake does not quote correctly in
3949         DartTestfile.txt
3951 2003-11-03 15:19  king
3953         * Source/cmAddTestCommand.cxx: BUG#259: ADD_TEST command generated
3954         in DartTestfile.txt now quotes/escapes all arguments.
3956 2003-11-03 11:01  hoffman
3958         * Source/cmLocalVisualStudio6Generator.cxx: BUG: fix for debug libs
3959         not using output path
3961 2003-10-31 17:22  king
3963         * Source/cmLocalUnixMakefileGenerator.cxx: BUG#318:
3964         cmake.check_depends now collects all dependencies for cmake.depends
3965         and then uses a single rule.
3967 2003-10-31 17:05  king
3969         * Modules/Platform/Windows-cl.cmake: BUG#317: Merging 1.23->1.24
3970         changes to 1.8 branch.
3972 2003-10-31 17:01  king
3974         * Templates/EXEWinHeader.dsptemplate: BUG#316: Merged 1.15->1.16
3975         changes from main tree to 1.8 branch.
3977 2003-10-31 16:56  hoffman
3979         * Modules/Platform/Windows-cl.cmake: BUG: fix for bug# 317
3981 2003-10-31 16:55  andy
3983         * Source/cmLocalVisualStudio6Generator.cxx,
3984         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
3985         Templates/EXEWinHeader.dsptemplate,
3986         Templates/staticLibHeader.dsptemplate, Tests/COnly/CMakeLists.txt:
3987         ENH: Attempt to add debug library postfix for visual studio 6
3989 2003-10-31 16:53  hoffman
3991         * Templates/EXEWinHeader.dsptemplate: Fix for BUG: 316
3993 2003-10-31 12:55  king
3995         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Merged all changes
3996         from main tree up to revision 1.39.
3998 2003-10-31 09:31  andy
4000         * Source/cmCTest.cxx: ENH: Report when having conflicts
4002 2003-10-30 16:12  king
4004         * Source/: cmake.cxx, cmake.cxx: BUG#313: Improving error message
4005         when no CMakeLists.txt file is found in the source tree.
4007 2003-10-30 14:27  king
4009         * Source/cmAddTestCommand.cxx: BUG: Backing out previous change
4010         until a deeper problem can be investigated.
4012 2003-10-30 14:00  king
4014         * Source/cmAddTestCommand.cxx: BUG#259: Do not double quote
4015         arguments if they are already quoted when writing DartTestfile.txt.
4017 2003-10-30 13:47  king
4019         * Source/cmTryCompileCommand.h: BUG#163: Merging 1.12->1.13 changes
4020         to 1.8 branch for 1.8.2 release.
4022 2003-10-30 13:46  king
4024         * Source/cmTryCompileCommand.h: BUG#163: Added documentation of
4025         OUTPUT_VARIABLE argument.
4027 2003-10-30 13:35  king
4029         * Modules/FindLATEX.cmake: BUG#262: Merging fix from main tree
4030         1.8->1.9 to 1.8 branch for 1.8.2 release.
4032 2003-10-30 13:33  king
4034         * Modules/FindLATEX.cmake: BUG#262: Marking DVIPDF_CONVERTER as
4035         advanced.
4037 2003-10-30 13:18  king
4039         * Source/cmake.cxx: BUG#311: Merging 1.141->1.142 changes to 1.8
4040         branch for 1.8.2 release.
4042 2003-10-30 13:16  king
4044         * Source/cmCTest.cxx: BUG#310: Merging 1.60->1.61 from main tree to
4045         1.8 branch.
4047 2003-10-30 10:05  andy
4049         * Source/cmCTest.cxx: BUG: Fix Bug #310 - CTest sends wrong time to
4050         cvs on Windows
4052 2003-10-29 19:48  andy
4054         * Source/: cmake.cxx, cmakemain.cxx, cmSystemTools.cxx,
4055         cmSystemTools.h: ENH: Ok, no more argument needed for script mode
4057 2003-10-29 09:56  andy
4059         * Source/cmGlobalGenerator.cxx: ENH: More scripting changes
4061 2003-10-29 09:43  andy
4063         * Source/: cmake.cxx, cmake.h, cmMakefile.cxx, cmakemain.cxx: ENH:
4064         Start includding the scripting support
4066 2003-10-29 08:58  andy
4068         * Source/: cmCommand.h, cmMessageCommand.h, cmIncludeCommand.h:
4069         ENH: Start includding the scripting support
4071 2003-10-28 15:26  andy
4073         * Source/cmake.cxx: ENH: Command should also be quoted
4075 2003-10-28 13:22  king
4077         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
4078         cmGlobalNMakeMakefileGenerator.cxx,
4079         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
4080         BUG#303: Merged fix from main tree to 1.8 branch for 1.8.2 release.
4082 2003-10-28 13:19  king
4084         * Source/cmLocalVisualStudio7Generator.cxx: BUG#200: Merged fix to
4085         1.8 branch for 1.8.2 release.
4087 2003-10-28 11:55  hoffman
4089         * Source/cmLocalVisualStudio7Generator.cxx: BUG: add preprocessor
4090         flags to resource compiler
4092 2003-10-28 11:06  hoffman
4094         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
4095         cmGlobalNMakeMakefileGenerator.cxx,
4096         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
4097         BUG: fix for bug 303 pass makeflags to sub makes
4099 2003-10-25 18:21  andy
4101         * Utilities/Doxygen/doxyfile.in: ENH: Add all subdirectories
4103 2003-10-17 16:19  hoffman
4105         * Source/cmLocalVisualStudio7Generator.cxx: BUG: make sure -M flags
4106         are not duplicated and are only set in the xml
4108 2003-10-17 16:10  king
4110         * Modules/CMakeDetermineCXXCompiler.cmake: BUG#276: Merge fix for
4111         spaces in path from main tree.
4113 2003-10-17 16:09  king
4115         * Modules/CMakeDetermineCXXCompiler.cmake: BUG: Fixed same
4116         spaces-in-paths problem for CMakeTestGNU.c as in
4117         CMakeDetermineCCompiler.cmake.
4119 2003-10-17 16:08  hoffman
4121         * Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for unicode
4122         and for /D -D
4124 2003-10-17 07:45  andy
4126         * Source/WXDialog/cmWXMainFrame.cxx: ENH: Fix problem with wx 2.4
4128 2003-10-16 19:16  andy
4130         * Tests/UseWX/: CMakeLists.txt, WX.cxx: ENH: We do not really need
4131         streams. Also fix the test on windows
4133 2003-10-16 19:15  andy
4135         * Source/CMakeLists.txt: ENH: Enable test on windows
4137 2003-10-16 17:51  king
4139         * Modules/Platform/Windows-cl.cmake: BUG#78: Merged fix from main
4140         tree (1.22->1.23).
4142 2003-10-16 13:42  king
4144         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updating
4145         version number for 1.8.2 release.
4147 2003-10-16 13:09  king
4149         * Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
4150         FindJava.cmake, FindTCL.cmake: BUG#281: Merging fix from main tree.
4151          See bug report for revision changes.
4153 2003-10-16 13:06  king
4155         * Source/cmCTest.cxx: BUG#278: Merging fix from main tree
4156         (1.59->1.60) to 1.8 branch for 1.8.2 release.
4158 2003-10-16 11:05  barre
4160         * Modules/: CMakeDetermineJavaCompiler.cmake, FindJNI.cmake,
4161         FindJava.cmake, FindTCL.cmake: FIX: for Windows users, it seems
4162         logical to favor native win32 installation before Cygwin ones.
4163         Otherwise you can end up with bad mixes (part of the java tools
4164         were picked from the SDK, part from Cygwin)
4166 2003-10-16 10:32  hoffman
4168         * Source/cmLocalVisualStudio6Generator.cxx,
4169         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
4170         Templates/EXEWinHeader.dsptemplate,
4171         Templates/staticLibHeader.dsptemplate: ENH: allow UNICODE to be
4172         specifed in the cxx flags and if not default to MBCS
4174 2003-10-16 10:10  hoffman
4176         * Source/cmLocalVisualStudio7Generator.cxx: ENH: allow users to
4177         change to unicode
4179 2003-10-16 07:49  andy
4181         * Source/cmCTest.cxx: ENH: Handle all white spaces, fix problem on
4182         cygwin
4184 2003-10-15 23:42  hoffman
4186         * Modules/Platform/Windows-cl.cmake,
4187         Source/cmLocalVisualStudio7Generator.cxx: BUG: fix for bug 78
4188         should be on 1.8 branch
4190 2003-10-15 10:19  king
4192         * Modules/Platform/Darwin.cmake: BUG#277: Fix from main tree 1.5 ->
4193         1.6 merged to 1.8 branch.  Will be included in 1.8.2 release.
4195 2003-10-15 10:14  king
4197         * Modules/Platform/Darwin.cmake: ERR: Old -flat_namespace
4198         -undefined suppress flags for CMAKE_SHARED_MODULE_CREATE_C_FLAGS
4199         should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or
4200         lower.
4202 2003-10-15 10:06  king
4204         * bootstrap: BUG#168: Merged fix for HP-UX ansi C flags as second
4205         part of the fix for this bug to 1.8 branch.  1.24 -> 1.25.
4207 2003-10-15 10:01  king
4209         * Source/kwsys/SystemTools.cxx: BUG#263: Merged search path
4210         ordering fix from main tree to CMake 1.8 branch.  1.22 -> 1.24.
4212 2003-10-15 09:56  king
4214         * Source/cmTargetLinkLibrariesCommand.cxx: BUG#201: Merged warning
4215         suppression support from main tree to 1.8 branch.  1.16->1.17.
4217 2003-10-15 09:53  king
4219         * Modules/CheckTypeSize.cmake: Documentation fix from main tree. 
4220         1.11->1.12.
4222 2003-10-15 09:52  king
4224         * Modules/CheckVariableExists.cmake: BUG: Merged trivial fix from
4225         main tree.  1.10 -> 1.11.
4227 2003-10-15 09:49  king
4229         * Modules/CMakeDetermineCCompiler.cmake: BUG#263: Merged fix for
4230         system paths in ar and ranlib find commands to 1.8 branch.  Will be
4231         included in 1.8.2
4233 2003-10-15 09:26  king
4235         * Source/cmQTWrapCPPCommand.cxx: BUG#186: Merged fix from trunk to
4236         branch.
4238 2003-10-15 09:18  king
4240         * Modules/CMakeDetermineCCompiler.cmake: BUG#276: Merge fix for
4241         spaces in path from main tree.
4243 2003-10-14 22:30  king
4245         * Modules/CMakeDetermineCCompiler.cmake: BUG: Fix for spaces in
4246         path when loading CMakeTestGNU.c.
4248 2003-10-13 16:04  andy
4250         * Source/CMakeLists.txt, Tests/UseWX/CMakeLists.txt,
4251         Tests/UseWX/WX.cxx: ENH: Add test for FindwxWindows. Thanks to:
4252         Mathieu Malaterre
4254 2003-10-13 15:27  andy
4256         * Modules/CheckTypeSize.cmake: ENH: Documentation fix
4258 2003-10-13 11:58  king
4260         * Modules/Platform/Windows-cl.cmake: BUG#269: Fix for spaces in
4261         paths.  Will be included in 1.8.2 release.
4263 2003-10-13 11:32  andy
4265         * Modules/Platform/Windows-cl.cmake: ERR: allow spaces in the path
4267 2003-10-11 08:12  king
4269         * Modules/CheckVariableExists.cmake: BUG: Message describing
4270         variable was using result variable.
4272 2003-10-09 15:52  hoffman
4274         * Modules/CMakeDetermineCCompiler.cmake,
4275         Source/kwsys/SystemTools.cxx: ENH: put the system path after the
4276         paths specified on to the FIND command
4278 2003-10-07 13:45  king
4280         * Utilities/Release/cmake_release.sh: Updated cygwin dependencies.
4282 2003-10-07 09:50  king
4284         * Utilities/Release/config_CYGWIN_NT-5.1: GCC 2.95 is no longer
4285         available on cygwin.
4287 2003-10-02 14:50  andy
4289         * Source/cmTargetLinkLibrariesCommand.cxx: ENH: Add
4290         CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about
4291         dependency problems
4293 2003-09-26 11:27  king
4295         * Modules/CMakeImportBuildSettings.cmake: BUG: Comparison of build
4296         tool should be case-insensitive.
4298 2003-09-26 11:15  king
4300         * Modules/CMakeImportBuildSettings.cmake: BUG: Comparison of build
4301         tool should be case-insensitive.
4303 2003-09-24 17:51  andy
4305         * Source/cmQTWrapUICommand.cxx: ENH: Fix comment
4307 2003-09-24 17:51  andy
4309         * Tests/Wrapping/CMakeLists.txt: ENH: Better testing
4311 2003-09-24 17:50  andy
4313         * Source/cmQTWrapCPPCommand.cxx: BUG: Fix Bug #186 - QT_WRAP_UI
4314         uses the path twice
4316 2003-09-24 11:10  king
4318         * Source/cmLocalVisualStudio7Generator.cxx: BUG#191: Merging fix
4319         into 1.8 branch for inclusion in 1.8.2 release.
4321 2003-09-24 11:03  king
4323         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Check for whether
4324         to use CMAKE_EXE_LINKER_FLAGS should look both for EXECUTABLE and
4325         WIN32_EXECUTABLE targets.
4327 2003-09-23 13:58  king
4329         * Source/cmCTest.cxx: BUG#185: Merged fix from main tree to 1.8
4330         branch.  Change will be included in 1.8.2 release.
4332 2003-09-23 13:49  andy
4334         * Source/cmCTest.cxx: ENH: Add missing newline Bug #185 - CTest
4335         exceptions output is missing new line
4337 2003-09-18 11:05  hoffman
4339         * Source/kwsys/SystemTools.cxx: ENH: remove /tmp_mnt in collapse
4340         full path
4342 2003-09-15 15:58  king
4344         * bootstrap: BUG: Need to check for -Ae flag on HP-UX cc compiler. 
4345         Needed for ANSI C compilation.
4347 2003-09-02 13:49  king
4349         * bootstrap: BUG#168: Using C compiler to build .c files during
4350         bootstrap instead of C++ compiler.
4352 2003-09-02 13:27  king
4354         * bootstrap: BUG: Must use C compiler to compile C files during
4355         bootstrap, not C++ compiler.
4357 2003-08-29 09:38  king
4359         * Source/: cmLocalVisualStudio6Generator.cxx,
4360         cmLocalVisualStudio7Generator.cxx: BUG: Merged more fixes from main
4361         tree.
4363 2003-08-28 16:22  hoffman
4365         * Source/: cmLocalVisualStudio6Generator.cxx,
4366         cmLocalVisualStudio7Generator.cxx: BUG: make sure exe output path
4367         is used for dep hack stuff
4369 2003-08-28 16:10  martink
4371         * Source/cmLocalVisualStudio6Generator.cxx: bad evil nasty ken
4373 2003-08-28 16:06  martink
4375         * Source/: cmLocalVisualStudio6Generator.cxx,
4376         cmLocalVisualStudio7Generator.cxx: fix to executable depends for
4377         custom commands
4379 2003-08-28 15:02  king
4381         * Utilities/Release/config_IRIX64: ERR: Don't need separate -n32
4382         and -64 binaries.
4384 2003-08-28 14:58  hoffman
4386         * Tests/: Complex/Library/CMakeLists.txt,
4387         ComplexOneConfig/Library/CMakeLists.txt,
4388         ComplexRelativePaths/Library/CMakeLists.txt: BUG: remove
4389         bundle_loader stuff it did not work with spaces in the path and is
4390         not needed for this test
4392 2003-08-28 14:55  king
4394         * Source/: cmLocalVisualStudio6Generator.cxx,
4395         cmLocalVisualStudio7Generator.cxx: BUG: Merged fix for bug with
4396         custom commands depending on executables from main tree.
4398 2003-08-28 14:52  hoffman
4400         * Source/: cmLocalVisualStudio6Generator.cxx,
4401         cmLocalVisualStudio7Generator.cxx: BUG: fix bug with custom
4402         commands depending on executables
4404 2003-08-28 14:03  king
4406         * CMakeLists.txt, Utilities/Release/cmake_release.sh: ENH: Updated
4407         for 1.8.1 release number.
4409 2003-08-27 20:35  starreveld
4411         * Modules/Platform/Darwin.cmake,
4412         Tests/Complex/Library/CMakeLists.txt,
4413         Tests/ComplexOneConfig/Library/CMakeLists.txt,
4414         Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: remove the
4415         -flat_namespace and -undefined suppress hacks from ENH:
4416         CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example
4417         to specify a -bundle loader for the ENH: shared module that it
4418         builds.
4420 2003-08-27 17:45  hoffman
4422         * Source/cmWin32ProcessExecution.cxx: ENH: remove warnings from use
4423         of NULL
4425 2003-08-27 17:31  king
4427         * Source/CTest/Curl/ldap.c: ERR: Using union-based "cast" of
4428         DynaGetFunction result to avoid warnings about strict aliasing.
4430 2003-08-27 16:50  king
4432         * CMakeLists.txt, CMakeSystemConfig.txt.in,
4433         CMakeWindowsSystemConfig.txt, bootstrap,
4434         Modules/CMakeCCompiler.cmake.in,
4435         Modules/CMakeDetermineCCompiler.cmake,
4436         Modules/CMakeSystemSpecificInformation.cmake,
4437         Modules/CMakeTestCCompiler.cmake,
4438         Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
4439         Modules/FindThreads.cmake, Modules/FindwxWindows.cmake,
4440         Modules/Platform/Windows-bcc32.cmake,
4441         Modules/Platform/Windows-cl.cmake,
4442         Modules/Platform/Windows-gcc.cmake, Modules/Platform/Windows.cmake,
4443         Source/CMakeLists.txt, Source/TODO, Source/cmCacheManager.cxx,
4444         Source/cmCommands.cxx, Source/cmDynamicLoader.cxx,
4445         Source/cmGlobalBorlandMakefileGenerator.cxx,
4446         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
4447         Source/cmGlobalNMakeMakefileGenerator.cxx,
4448         Source/cmGlobalUnixMakefileGenerator.cxx,
4449         Source/cmLoadCommandCommand.cxx,
4450         Source/cmLocalUnixMakefileGenerator.cxx, Source/cmSystemTools.cxx,
4451         Source/cmSystemTools.h, Source/cmWin32ProcessExecution.cxx,
4452         Source/cmake.cxx, Source/CTest/Curl/telnet.c,
4453         Source/kwsys/SystemTools.cxx,
4454         Tests/Complex/Executable/CMakeLists.txt,
4455         Tests/Complex/Executable/complex.cxx,
4456         Tests/Complex/Library/CMakeLists.txt,
4457         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
4458         Tests/ComplexOneConfig/Executable/complex.cxx,
4459         Tests/ComplexOneConfig/Library/CMakeLists.txt,
4460         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
4461         Tests/ComplexRelativePaths/Executable/complex.cxx,
4462         Tests/ComplexRelativePaths/Library/CMakeLists.txt,
4463         Utilities/CMakeLists.txt: ENH: Merging changes from trunk into 1.8
4464         branch.
4465         
4466         1.) MinGW support (beta) 2.) make VERBOSE=1 3.) FindThreads.cmake
4467         fix 4.) FindwxWindows.cmake fix 5.)
4468         CMakeSystemSpecificInformation.cmake typo fix 6.) bootstrap
4469         spaces-in-path fix
4471 2003-08-27 16:42  hoffman
4473         * Modules/Platform/Windows-gcc.cmake,
4474         Tests/Complex/Executable/CMakeLists.txt,
4475         Tests/Complex/Executable/complex.cxx,
4476         Tests/Complex/Library/CMakeLists.txt,
4477         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
4478         Tests/ComplexOneConfig/Executable/complex.cxx,
4479         Tests/ComplexOneConfig/Library/CMakeLists.txt,
4480         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
4481         Tests/ComplexRelativePaths/Executable/complex.cxx,
4482         Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: MinGW build
4483         now passes all the tests
4485 2003-08-27 16:08  king
4487         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
4488         config_HP-UX, config_IRIX64, config_Linux, config_OSF1,
4489         config_SunOS, cygwin-package.sh.in: Merging release script changes
4490         from 1.8 branch to main tree.
4492 2003-08-27 16:02  king
4494         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
4495         ERR: Fixed typo in comment.
4497 2003-08-27 08:29  king
4499         * Source/cmake.cxx: ERR: Fixed placement of code introduced by a
4500         patch from main tree.  Somehow it ended up on the wrong lines.
4502 2003-08-26 17:13  king
4504         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Added support for
4505         "make VERBOSE=1" to run one-time verbose make runs without changing
4506         CMAKE_VERBOSE_MAKEFILE.
4508 2003-08-26 15:08  king
4510         * Source/: cmake.cxx, cmakemain.cxx, cmakewizard.cxx,
4511         cmakewizard.h: BUG#164: Fixed crash of cmake -i when CMAKE_ROOT
4512         cannot be found.  Made resulting error message cleaner.
4514 2003-08-26 15:06  king
4516         * Source/: cmake.cxx, cmakemain.cxx, cmakewizard.cxx,
4517         cmakewizard.h: BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot
4518         be found.  Made resulting error message cleaner.
4520 2003-08-22 12:53  king
4522         * CMakeLists.txt, Source/CMakeLists.txt, Utilities/CMakeLists.txt:
4523         ENH: Moved decision to build MFCDialog up to top level.  It is used
4524         in both the Source and Utilities directories.
4526 2003-08-22 11:56  hoffman
4528         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove ifdef code
4529         and use makefile definitions
4531 2003-08-22 11:56  hoffman
4533         * Modules/Platform/Windows-gcc.cmake: ENH: add configure file for
4534         gcc under windows
4536 2003-08-22 09:52  andy
4538         * bootstrap, Modules/FindThreads.cmake: ERR: Reorganize to try to
4539         fix the -pthread problem on some systems
4541 2003-08-21 16:22  hoffman
4543         * Modules/CMakeCCompiler.cmake.in,
4544         Modules/CMakeDetermineCCompiler.cmake,
4545         Modules/CMakeSystemSpecificInformation.cmake,
4546         Modules/CMakeTestCCompiler.cmake,
4547         Modules/CMakeTestCXXCompiler.cmake, Modules/CMakeTestGNU.c,
4548         Modules/Platform/Windows-bcc32.cmake,
4549         Modules/Platform/Windows-cl.cmake, Modules/Platform/Windows.cmake,
4550         Source/CMakeLists.txt, Source/cmDynamicLoader.cxx,
4551         Source/cmGlobalBorlandMakefileGenerator.cxx,
4552         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
4553         Source/cmGlobalNMakeMakefileGenerator.cxx,
4554         Source/cmGlobalUnixMakefileGenerator.cxx,
4555         Source/cmLocalUnixMakefileGenerator.cxx, Source/cmSystemTools.cxx,
4556         Source/cmSystemTools.h, Source/cmWin32ProcessExecution.cxx,
4557         Source/cmake.cxx, Source/CTest/Curl/telnet.c,
4558         Source/kwsys/SystemTools.cxx: ENH: add the unix makefile generator
4559         as an option from the windows GUI, this builds with mingw, cygwin,
4560         and combinations of make cl, bcc32
4562 2003-08-21 13:26  andy
4564         * Modules/FindwxWindows.cmake: ERR: If WX_CONFIG_LIBS are , then
4565         you get weird cmake error. This should fix it
4567 2003-08-21 09:23  hoffman
4569         * Source/TODO: [no log message]
4571 2003-08-20 12:59  king
4573         * Source/: cmakemain.cxx, CursesDialog/ccmake.cxx,
4574         MFCDialog/CMakeSetup.cpp, cmakemain.cxx, CursesDialog/ccmake.cxx,
4575         MFCDialog/CMakeSetup.cpp: ENH: Added documentation of specifying an
4576         existing build tree as an argument.
4578 2003-08-19 11:02  andy
4580         * Source/cmLoadCommandCommand.cxx: ERR: Fix crash of cmake on
4581         broken load commands
4583 2003-08-19 10:50  king
4585         * Modules/Platform/: IRIX64.cmake, IRIX64.cmake: ENH: Improved
4586         default choice of -64 compiler/linker flags based on how cmake was
4587         built.
4589 2003-08-19 10:29  andy
4591         * Source/cmLoadCommandCommand.cxx: BUG: LastError can return 0, so
4592         handle that case
4594 2003-08-19 09:41  king
4596         * bootstrap: BUG: Merged cmake_make_processor error message to 1.8
4597         branch.
4599 2003-08-19 09:40  king
4601         * Source/: cmCTest.cxx, cmCTest.h: BUG: Merged fixes for bugs 146,
4602         152, and 153 to 1.8 branch.
4604 2003-08-19 09:39  king
4606         * Source/cmCacheManager.cxx: BUG#154: Merged fix to 1.8 branch.
4608 2003-08-19 09:39  king
4610         * Source/cmake.cxx: ERR: Fixed warnings.
4612 2003-08-19 09:33  king
4614         * Source/kwsys/SystemTools.cxx: ERR: Merged warning fix from main
4615         tree to CMake 1.8 branch.
4617 2003-08-19 09:32  king
4619         * Source/kwsys/ProcessUNIX.c: ProcessUNIX.c
4621 2003-08-19 09:32  king
4623         * Source/kwsys/ProcessWin32.c: BUG: Merged error message fix to
4624         CMake 1.8 branch.
4626 2003-08-19 09:27  king
4628         * Modules/FindLATEX.cmake: BUG#156: Fixed typo psd2pdf -> ps2pdf. 
4629         Will be included in 1.8.1 release.
4631 2003-08-19 09:12  king
4633         * Utilities/Release/: cmake_release.sh, config_IRIX64: Added
4634         LDFLAGS support.
4636 2003-08-19 09:06  king
4638         * Utilities/Release/config_IRIX64: ENH: Added configuration of both
4639         -64 and -n32 builds.
4641 2003-08-19 09:05  king
4643         * Utilities/Release/cmake_release.sh: ENH: Added support for
4644         configuration of install tree.
4646 2003-08-19 08:53  andy
4648         * Modules/FindLATEX.cmake: BUG: Fix Bug #156 - ps2pdf is not found
4649         on linux
4651 2003-08-18 14:31  andy
4653         * Source/: cmCTest.cxx, cmCTest.h: BUG: Report failed as failed...
4655 2003-08-18 14:06  andy
4657         * Source/cmake.cxx: ENH: Remove unused variable
4659 2003-08-18 14:05  andy
4661         * Source/cmCacheManager.cxx: BUG: Fixed Bug #154 - Uninitialized
4662         type initialized value cache variables should return value
4664 2003-08-18 11:30  andy
4666         * Source/: cmCTest.cxx, cmCTest.h: BUG: Fix Bug #153 - CTest does
4667         not detect tests that are not found and Bug #153 - CTest does not
4668         detect tests that are not found
4670 2003-08-17 12:24  hoffman
4672         * Source/kwsys/SystemTools.cxx: ENH: remove warning and unneeded
4673         cast
4675 2003-08-15 08:41  andy
4677         * Source/cmCTest.cxx: BUG: Fix test reporting
4679 2003-08-14 13:34  andy
4681         * Source/cmCTest.cxx: ENH: Fix verbose output, fix error message,
4682         and fix the exit code check
4684 2003-08-14 09:09  hoffman
4686         * Source/cmake.cxx: ENH: remove a warning
4688 2003-08-13 18:17  andy
4690         * Source/: cmCTest.cxx, cmCTest.h: ENH: Better error reporting
4692 2003-08-13 18:08  king
4694         * Source/kwsys/ProcessWin32.c: ENH: Made error message consistent
4695         between win9x and non-win9x version of error reporting.
4697 2003-08-13 14:21  king
4699         * Source/kwsys/ProcessUNIX.c: ENH: Treating SIGBUS as a fault by
4700         default.
4702 2003-08-12 18:55  king
4704         * Source/CTest/Curl/CMakeLists.txt: ERR: Reverting dlopen changes. 
4705         We don't need them.
4707 2003-08-12 17:24  king
4709         * Source/cmSystemTools.cxx: BUG: Do not hide console when run from
4710         ctest.
4712 2003-08-12 17:18  andy
4714         * Source/cmSystemTools.cxx: ENH: Fix hidden console for ctest
4716 2003-08-12 17:17  king
4718         * Utilities/Release/cmake_release.sh: Redoing 1.8.0.
4720 2003-08-12 16:37  king
4722         * Utilities/Release/cmake_release.sh: Disable use of libdl by curl.
4724 2003-08-12 16:37  king
4726         * Source/CTest/Curl/CMakeLists.txt: ENH: Re-enabling test for
4727         dlopen.  Only release scripts need to force these values off.
4729 2003-08-12 16:35  king
4731         * Utilities/Release/: config_AIX, config_Darwin, config_HP-UX,
4732         config_IRIX64, config_Linux, config_OSF1, config_SunOS: ENH: Using
4733         write_standard_cache to shorten config files.
4735 2003-08-12 16:35  king
4737         * Utilities/Release/cmake_release.sh: ENH: Unix builds should not
4738         use reentrant versions of network calls.
4740 2003-08-12 11:14  king
4742         * Source/CTest/Curl/CMakeLists.txt: BUG: Need to force HAVE_LIBDL
4743         and HAVE_DLOPEN to 0 to support old cache files.
4745 2003-08-11 18:24  king
4747         * Utilities/Release/config_Darwin: ENH: Updated for new wx version.
4749 2003-08-11 18:21  king
4751         * Utilities/Release/cmake_release.sh: BUG: CMake.app directory is
4752         now in bin, not Source.
4754 2003-08-11 18:14  king
4756         * Utilities/Release/cygwin-package.sh.in: BUG: Tests are run by
4757         bin/ctest instead of Source/ctest.
4759 2003-08-11 17:58  king
4761         * Utilities/Release/: cmake_release.sh, config_IRIX64,
4762         config_Linux: ENH: Added support for parallel build during release.
4764 2003-08-11 17:53  andy
4766         * bootstrap: ENH: Add error message for make missing
4768 2003-08-11 17:41  king
4770         * Utilities/Release/cmake_release.sh: BUG: Test for build needs to
4771         look for bin/ccmake, not Source/ccmake.
4773 2003-08-11 17:35  king
4775         * Utilities/Release/: cmake_release.sh, config_Darwin,
4776         config_HP-UX, config_IRIX64, config_SunOS: Merge from 1.8 branch.
4778 2003-08-11 17:35  king
4780         * Source/CTest/Curl/CMakeLists.txt: ENH: Removing dependence on dl
4781         library since we don't actually use ldap.
4783 2003-08-11 17:35  king
4785         * Source/WXDialog/CMakeLists.txt: BUG: Need to check both
4786         CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE and CMAKE_WX_CONFIG.
4788 2003-08-11 17:34  king
4790         * Source/cmCommands.cxx: BUG: Bootstrapping with wxWindows support
4791         needs SEPARATE_ARGUMENTS command.
4793 2003-08-11 17:34  king
4795         * Modules/CMakeLists.txt: ENH: Installing readme.txt in Modules
4796         directory to be consistent with windows.
4798 2003-08-11 17:10  king
4800         * Source/WXDialog/CMakeLists.txt: BUG: Need to use
4801         CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE in place of CMAKE_WX_CONFIG if
4802         it is set.
4804 2003-08-11 16:55  king
4806         * Utilities/Release/config_Darwin: Fixed wx location.
4808 2003-08-11 16:43  king
4810         * Source/cmCommands.cxx: BUG: Bootstrapping with wxWindows support
4811         requires SEPARATE_ARGUMENTS command in bootstrapped executable.
4813 2003-08-11 16:34  king
4815         * Source/CTest/Curl/CMakeLists.txt: ERR: Removing unnecessary
4816         dependence on libdl.
4818 2003-08-11 16:31  king
4820         * Utilities/Release/config_HP-UX: ENH: Cleaned up link of dld.
4822 2003-08-11 16:31  king
4824         * Utilities/Release/config_SunOS: ENH: Switching to system
4825         compiler.
4827 2003-08-11 15:27  king
4829         * Utilities/Release/cmake_release.sh: Using bootstrap instead of
4830         configure.
4832 2003-08-11 15:22  king
4834         * Utilities/Release/cmake_release.sh: ENH: Allow config files to
4835         specify a make.
4837 2003-08-11 15:21  king
4839         * Utilities/Release/config_IRIX64: ENH: Enabling parallel build.
4841 2003-08-11 15:16  king
4843         * Utilities/Release/cmake_release.sh: BUG: Location of ctest has
4844         changed to bin, not Source.
4846 2003-08-11 15:15  king
4848         * Utilities/Release/config_Darwin: Updated for new FindwxWindows.
4850 2003-08-11 15:07  king
4852         * Utilities/Release/cmake_release.sh: Update from 1.8 branch.
4854 2003-08-11 15:06  king
4856         * Utilities/Release/config_Darwin: Updated for new location of
4857         wxWindows.
4859 2003-08-11 15:02  king
4861         * Utilities/Release/config_Darwin: Updated for new location of
4862         wxWindows.
4864 2003-08-11 15:01  king
4866         * Utilities/Release/cmake_release.sh: ENH: Updated for new FTP
4867         directory structure.
4869 2003-08-11 14:56  king
4871         * Modules/CMakeLists.txt: ENH: Installing readme.txt in modules to
4872         be consistent with windows.
4874 2003-08-11 14:44  martink
4876         * Source/: cmMakefile.cxx, cmMakefile.cxx: added beta release
4877         support
4879 2003-08-11 14:41  martink
4881         * CMakeLists.txt, Source/cmCPluginAPI.h: version 19
4883 2003-08-11 14:37  martink
4885         * CMakeLists.txt, Source/cmCPluginAPI.h,
4886         Utilities/Release/cmake_release.sh: added version
4888 2003-08-11 12:20  andy
4890         * Source/ctest.cxx: ENH: Add documentation for -D and add missing
4891         targets
4893 2003-08-11 12:18  andy
4895         * Source/: cmCTest.cxx, CTest/cmCTestSubmit.cxx: ENH: Cleanup the
4896         output
4898 2003-08-11 12:17  andy
4900         * Modules/Dart.cmake: ENH: Take Purify out because it is not
4901         implemented yet
4903 2003-08-11 09:47  andy
4905         * Source/cmCTest.cxx: ENH: Remove debug
4907 2003-08-10 18:30  martink
4909         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
4910         cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
4911         cmAddDependenciesCommand.h, cmAddExecutableCommand.h,
4912         cmAddLibraryCommand.h, cmAddTestCommand.h,
4913         cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
4914         cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
4915         cmCMakeMinimumRequired.h, cmCTest.cxx, cmCacheManager.cxx,
4916         cmCommand.h, cmConfigureFileCommand.h, cmCreateTestSourceList.h,
4917         cmEnableTestingCommand.h, cmEndForEachCommand.h,
4918         cmExecProgramCommand.h, cmExportLibraryDependencies.h,
4919         cmFLTKWrapUICommand.h, cmFileCommand.h, cmFindFileCommand.cxx,
4920         cmFindFileCommand.h, cmFindLibraryCommand.h,
4921         cmFindPackageCommand.h, cmFindPathCommand.h,
4922         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
4923         cmForEachCommand.h, cmGetCMakePropertyCommand.h,
4924         cmGetSourceFilePropertyCommand.h, cmGetTargetPropertyCommand.h,
4925         cmGlob.cxx, cmITKWrapTclCommand.h, cmIfCommand.h,
4926         cmIncludeCommand.h, cmIncludeDirectoryCommand.h,
4927         cmIncludeExternalMSProjectCommand.h,
4928         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.h,
4929         cmInstallProgramsCommand.h, cmInstallTargetsCommand.h,
4930         cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.h,
4931         cmLoadCommandCommand.h, cmLocalUnixMakefileGenerator.cxx,
4932         cmMacroCommand.h, cmMakeDirectoryCommand.h, cmMakefile.cxx,
4933         cmMakefile.h, cmMarkAsAdvancedCommand.h, cmMessageCommand.h,
4934         cmOptionCommand.h, cmOutputRequiredFilesCommand.h,
4935         cmProjectCommand.h, cmQTWrapCPPCommand.h, cmQTWrapUICommand.h,
4936         cmRemoveCommand.h, cmSeparateArgumentsCommand.h, cmSetCommand.h,
4937         cmSetSourceFilesPropertiesCommand.h,
4938         cmSetTargetPropertiesCommand.h, cmSiteNameCommand.h,
4939         cmSourceFile.h, cmSourceFilesCommand.h,
4940         cmSourceFilesRemoveCommand.h, cmSourceGroupCommand.h,
4941         cmStringCommand.h, cmSubdirCommand.h, cmSubdirDependsCommand.h,
4942         cmSystemTools.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.h,
4943         cmTryCompileCommand.h, cmTryRunCommand.h,
4944         cmUseMangledMesaCommand.h, cmUtilitySourceCommand.h,
4945         cmVTKMakeInstantiatorCommand.h, cmVTKWrapJavaCommand.h,
4946         cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h,
4947         cmVariableRequiresCommand.h, cmWin32ProcessExecution.cxx,
4948         cmWrapExcludeFilesCommand.h, cmWriteFileCommand.h, cmake.cxx,
4949         cmake.h, cmakewizard.cxx, cmakewizard.h: removed redundent includes
4951 2003-08-10 16:01  martink
4953         * Source/: cmMakeDepend.cxx, cmMakeDepend.h, cmSourceFile.cxx:
4954         removed duplicate includes
4956 2003-08-10 16:00  martink
4958         * Source/cmMakefile.cxx: removed duplicate include
4960 2003-08-09 19:37  andy
4962         * Source/cmCTest.cxx: ERR: Rename some variables to remove shadow
4963         warning
4965 2003-08-08 18:28  andy
4967         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add regression images
4968         support
4970 2003-08-08 17:10  andy
4972         * Source/cmCTest.cxx: ENH: Better output and use RunMakeCommand for
4973         configure
4975 2003-08-08 11:59  andy
4977         * Modules/: CMakeDetermineCCompiler.cmake,
4978         CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
4979         CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
4980         CMakeVS6FindMake.cmake, CMakeVS71FindMake.cmake,
4981         CMakeVS7FindMake.cmake, CheckFunctionExists.cmake,
4982         CheckIncludeFile.cmake, CheckIncludeFileCXX.cmake,
4983         CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
4984         CheckTypeSize.cmake, CheckVariableExists.cmake, FindHTMLHelp.cmake,
4985         FindMFC.cmake, TestBigEndian.cmake, TestCXXAcceptsFlag.cmake,
4986         TestForANSIForScope.cmake, TestForSTDNamespace.cmake: ENH: Cleanups
4987         and add missing CMakeOutput.log and CMakeError.log appending. Close
4988         Bug #136 - Verify that all modules that do try compile produce
4989         CMakeError.log and CMakeOutput.log
4991 2003-08-08 11:19  martink
4993         * Source/cmStandardIncludes.h: added stdio
4995 2003-08-08 10:40  martink
4997         * Source/cmLocalVisualStudio6Generator.cxx: fid post build iue on
4998         vs6 utility targets
5000 2003-08-08 10:20  andy
5002         * Tests/SystemInformation/DumpInformation.cxx: EHN: Also display
5003         Configure.h and Configure.hxx from cmsys
5005 2003-08-08 10:07  andy
5007         * Source/cmMakefile.cxx: ENH: When fixing cache value with
5008         uninitialized type, collapse full paths for PATH and FILEPATH.
5009         Closes Bug #82 - Specifying relative path when entering path can
5010         break things
5012 2003-08-08 09:26  andy
5014         * Source/cmMakefile.cxx: ENH: Handle untyped but initialized values
5015         for boolean AddCacheDefinition. Closes Bug #118 - Specifying cache
5016         entries with -D should not need the type
5018 2003-08-08 09:22  andy
5020         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Get accessor
5021         for cache value as boolean
5023 2003-08-08 09:17  martink
5025         * Source/cmLocalUnixMakefileGenerator.cxx: remove shadowed variable
5027 2003-08-08 09:14  king
5029         * Source/cmFindPackageCommand.cxx: ERR: Fixed use of != operator
5030         for std::string on old broken compilers.
5032 2003-08-08 08:48  andy
5034         * Source/cmakemain.cxx: ENH: Add help for cmake -E
5036 2003-08-08 08:48  andy
5038         * Source/cmCTest.cxx: ENH: Flush the output file, to make more nice
5039         output for tail -f
5041 2003-08-07 19:23  andy
5043         * Source/: cmCTest.cxx, cmCTest.h: ENH: Add displaying of dots when
5044         building project. Also, file is now written as the output is
5045         produced, so, tail -f works, baby...
5047 2003-08-07 19:00  andy
5049         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Abstract
5050         parsing of arguments so that I can use it in other places
5052 2003-08-07 18:44  andy
5054         * Source/cmaketest.cxx: ENH: More verbose
5056 2003-08-07 17:51  andy
5058         * Source/CTest/Curl/arpa_telnet.h: ENH: Bold attempt to remove
5059         warning
5061 2003-08-07 17:47  andy
5063         * Source/CTest/Curl/hostip.h: ENH: Bold attempt to remove warning
5065 2003-08-07 17:43  king
5067         * Source/ctest.cxx: ENH: Clarification of help dumped when no
5068         arguments are given and no test file is found.
5070 2003-08-07 16:54  hoffman
5072         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
5073         ComplexRelativePaths/CMakeLists.txt: BUG: fix the test
5075 2003-08-07 16:50  king
5077         * Source/cmFindPackageCommand.cxx: ENH: Added compatability for
5078         capitalization of _DIR and _FOUND variables in cmake 1.6.
5080 2003-08-07 16:32  andy
5082         * Modules/FindLATEX.cmake: ENH: Add PDFLaTeX and LaTeX2HTML. Closes
5083         Bug #132 - Add pdflatex and html2latex to FindLATEX.cmake
5085 2003-08-07 16:26  andy
5087         * Source/: cmVariableWatch.cxx, cmVariableWatch.h: ENH: Add remove
5088         watch
5090 2003-08-07 16:25  andy
5092         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Fix dependencies for
5093         curses dialog
5095 2003-08-07 16:11  king
5097         * Source/cmake.cxx: BUG: Fixed typo in error message.
5099 2003-08-07 16:09  andy
5101         * CMakeLists.txt, Source/CMakeLists.txt,
5102         Source/cmTargetLinkLibrariesCommand.cxx,
5103         Source/cmTargetLinkLibrariesCommand.h, Source/CTest/CMakeLists.txt:
5104         ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are
5105         in the wrong order and fix CMakeLists files to actually work
5107 2003-08-07 16:04  hoffman
5109         * Tests/Complex/CMakeLists.txt,
5110         Tests/Complex/Executable/CMakeLists.txt,
5111         Tests/ComplexOneConfig/CMakeLists.txt,
5112         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
5113         Tests/ComplexRelativePaths/CMakeLists.txt,
5114         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
5115         Source/cmIncludeExternalMSProjectCommand.cxx: ENH: improve coverage
5117 2003-08-07 15:39  andy
5119         * Source/kwsys/ProcessWin32.c: ENH: Cast into apropriate type to
5120         remove warning
5122 2003-08-07 14:37  andy
5124         * Source/cmQTWrapUICommand.cxx: ENH: Use the new signature
5126 2003-08-07 14:37  andy
5128         * Tests/Wrapping/CMakeLists.txt: ENH: More verbose test
5130 2003-08-07 14:10  hoffman
5132         * Modules/Platform/Windows-cl.cmake: BUG: fix for main in a library
5133         on windows with nmake
5135 2003-08-07 11:53  king
5137         * Source/cmLocalUnixMakefileGenerator.h: ENH: Added convenience
5138         signature to OutputMakeRule.
5140 2003-08-07 11:42  king
5142         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Makefiles now have
5143         rules to do a global generate if the CMake listfiles have changed. 
5144         Necessary for when try-compiles are added to a listfile.
5146 2003-08-07 09:19  hoffman
5148         * Modules/FindMPI.cmake, Source/cmLocalVisualStudio7Generator.cxx:
5149         BUG: fix for bugs 125 - 128, and a fix for the bug introduced by
5150         the bug fix for but 92.  & was being replaced with &amp, but after
5151         double quote was replaced with &quot causing it to be &quot. 
5152         Also add more search paths for mpi
5154 2003-08-06 19:19  andy
5156         * Source/cmMakefile.cxx: ENH: oops, initialize variable
5158 2003-08-06 18:54  andy
5160         * Source/cmGetCMakePropertyCommand.cxx,
5161         Source/cmGetCMakePropertyCommand.h, Source/cmMacroCommand.cxx,
5162         Source/cmMakefile.cxx, Source/cmMakefile.h,
5163         Tests/SystemInformation/CMakeLists.txt,
5164         Tests/SystemInformation/DumpInformation.cxx: ENH: Add option to
5165         retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
5167 2003-08-06 18:43  king
5169         * Source/cmDocumentation.cxx: BUG: Don't use -V as a version
5170         option.  It conflicts with ctest.
5172 2003-08-06 18:41  king
5174         * Source/cmake.cxx: ENH: Removed old argument processing code that
5175         never does anything.
5177 2003-08-06 18:39  king
5179         * Source/: cmakewizard.cxx, CursesDialog/cmCursesMainForm.cxx:
5180         BUG#129: Fixed load/save of CMakeCache.txt when it is not in the
5181         current directory.
5183 2003-08-06 17:58  andy
5185         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: If
5186         CMAKE_EDIT_COMMAND is not specified, use cmake -i
5188 2003-08-06 17:52  andy
5190         * bootstrap: ENH: Add rebuild_cache
5192 2003-08-06 17:32  andy
5194         * Modules/FindThreads.cmake: ENH: On apple use -lpthreads
5196 2003-08-06 15:22  king
5198         * Source/: cmInstallFilesCommand.h, cmInstallProgramsCommand.h:
5199         ENH: Tweaked whitespace in documentation of command.
5201 2003-08-06 15:18  king
5203         * Source/cmAddCustomCommandCommand.h: ENH: Tweaked whitespace in
5204         documentation of command.
5206 2003-08-06 15:12  king
5208         * Source/CursesDialog/ccmake.cxx: ENH: Added SEE ALSO support for
5209         generated unix manpage.
5211 2003-08-06 15:10  king
5213         * Source/CMakeLists.txt: BUG: We don't want to install cmaketest on
5214         UNIX or windows.  It is for internal CMake testing only.  We should
5215         probably fold its functionality into ctest anyway.
5217 2003-08-06 15:03  king
5219         * Source/ctest.cxx, Utilities/CMakeLists.txt: ENH: Added
5220         documentation for ctest.
5222 2003-08-06 14:49  king
5224         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
5225         CursesDialog/ccmake.cxx, MFCDialog/CMakeSetup.cpp: ENH: Added
5226         configuration of name of executable in man page header and version
5227         banner.
5229 2003-08-06 13:48  king
5231         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: If a directory is
5232         specified on the command line that is not an existing build tree,
5233         we should still use any -G option that was given to set the
5234         generator.
5236 2003-08-06 13:48  king
5238         * Source/cmSystemTools.cxx: ENH: Hide windows for processes run by
5239         RunSingleCommand.
5241 2003-08-06 13:41  king
5243         * Source/kwsys/SystemTools.cxx: Fixed indentation
5245 2003-08-06 12:52  hoffman
5247         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: do not output make
5248         install rules on windows because they do not work
5250 2003-08-06 11:51  king
5252         * Source/cmaketest.cxx: BUG: Fixed spacing error in message.
5254 2003-08-06 10:42  king
5256         * Source/CMakeLists.txt: ENH: Install test is now enabled when
5257         CMAKE_INSTALL_PREFIX is CMake_BINARY_DIR/Tests/TestInstall/Prefix
5258         to keep test in one directory.
5260 2003-08-06 10:39  king
5262         * Source/CMakeLists.txt, Tests/TestInstall.sh.in: ENH: Added
5263         Install test.  It is enabled when the CMAKE_INSTALL_PREFIX is
5264         CMake_BINARY_DIR/InstallTest.
5266 2003-08-06 10:15  andy
5268         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Fix install problem
5270 2003-08-06 09:27  king
5272         * Source/kwsys/ProcessWin32.c: BUG: Need to provide stdin to child
5273         processes.
5275 2003-08-05 18:25  king
5277         * Tests/CommandLineTest/CMakeLists.txt: ENH: Added test of
5278         --copyright and --version arguments for coverage.
5280 2003-08-05 18:22  king
5282         * Tests/CommandLineTest/CMakeLists.txt: ENH: Added test of --help
5283         [command] form of help option for coverage.
5285 2003-08-05 18:10  king
5287         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
5288         support to --help to print help for a single command.
5290 2003-08-05 17:39  king
5292         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fixed
5293         implementation of long dependency list support.  The proxy target
5294         must have a corresponding file to work correctly.  Instead of using
5295         a proxy target, we now just list one line for each dependency and
5296         then print one copy of the build rule at the end.
5298 2003-08-05 16:51  king
5300         * Source/cmake.cxx: ENH: Clarified source directory mismatch
5301         message.
5303 2003-08-05 16:36  king
5305         * Source/: cmake.cxx, cmake.h: ENH#61: cmake and ccmake now support
5306         passing the path to a CMakeCache.txt file as an argument.  Its
5307         settings will be loaded.
5309 2003-08-05 16:04  king
5311         * Source/cmLocalVisualStudio7Generator.cxx: BUG#92 - Added XML
5312         escaping for <, >, and &.
5314 2003-08-05 15:20  andy
5316         * Tests/SystemInformation/DumpInformation.cxx: BUG: Open as ascii
5317         to remove extra new lines
5319 2003-08-05 15:10  king
5321         * Source/kwsys/: ProcessFwd9x.c, ProcessWin32.c: ENH: Added
5322         show/hide window support.
5324 2003-08-05 14:27  king
5326         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c: ENH:
5327         Added SetOption/GetOption methods for platform-specific options.
5329 2003-08-05 13:53  king
5331         * Source/kwsys/ProcessUNIX.c: BUG: Can't close stdin.
5333 2003-08-05 11:34  king
5335         * Source/kwsys/ProcessUNIX.c: BUG: Added missing
5336         zero-initialization of struct sigaction.
5338 2003-08-05 09:55  martink
5340         * Modules/: CMakeTestNMakeCLVersion.c, Platform/Windows-cl.cmake:
5341         added test for whether pdbtype should be used for nmake
5343 2003-08-05 09:07  king
5345         * Source/kwsys/ProcessUNIX.c: BUG: GetErrorString should return
5346         ErrorMessage buffer, not the pipe buffer.
5348 2003-08-05 09:07  martink
5350         * Source/cmLocalUnixMakefileGenerator.cxx: minor fix
5352 2003-08-05 08:49  martink
5354         * Source/: cmLocalUnixMakefileGenerator.cxx,
5355         cmLocalUnixMakefileGenerator.h: added outputEcho method and fixed
5356         make help for nmake and borland
5358 2003-08-04 17:08  king
5360         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
5361         ERR: Fixed typeo tests->test.
5363 2003-08-04 15:35  martink
5365         * Source/cmLocalUnixMakefileGenerator.cxx: added make help target
5366         first cut
5368 2003-08-04 14:34  martink
5370         * Source/cmLocalUnixMakefileGenerator.cxx: fix for debug libs on
5371         UNIX
5373 2003-08-04 11:48  andy
5375         * Source/cmSystemTools.cxx: ENH: Improve paths on windows
5377 2003-08-04 07:55  andy
5379         * Source/cmSystemTools.cxx: ENH: Fix escaping on windows
5381 2003-08-04 07:12  andy
5383         * Source/cmSystemTools.cxx: ENH: Fix argument parsing on UNIX with
5384         spaces
5386 2003-08-03 22:41  andy
5388         * Source/cmSiteNameCommand.cxx: ENH: Use new RunCommand
5390 2003-08-03 22:36  andy
5392         * Source/: cmCTest.cxx, cmCTest.h: ENH: Use new RunCommand
5394 2003-08-03 22:34  andy
5396         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
5397         cmGlobalVisualStudio6Generator.cxx,
5398         cmGlobalVisualStudio7Generator.cxx, cmake.cxx, cmaketest.cxx: ENH:
5399         Use the new RunCommand
5401 2003-08-03 22:33  andy
5403         * Source/: cmBuildNameCommand.cxx, cmTryRunCommand.cxx,
5404         cmSiteNameCommand.cxx: ENH: Use the new signature
5406 2003-08-03 22:32  andy
5408         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add back the
5409         kwsysProcess RunCommand, now is in parallel
5411 2003-08-03 20:47  andy
5413         * Source/cmGetCMakePropertyCommand.cxx,
5414         Source/cmGetCMakePropertyCommand.h, Source/cmake.h,
5415         Tests/SystemInformation/CMakeLists.txt,
5416         Tests/SystemInformation/DumpInformation.cxx: ENH: Add accessor for
5417         the list of commands
5419 2003-08-02 09:33  andy
5421         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmMakefile.cxx:
5422         BUG: Fix problem with uninitialized variables
5424 2003-08-01 19:13  andy
5426         * Modules/FindQt.cmake, Tests/Wrapping/CMakeLists.txt: ENH: Make it
5427         work for QT 2.3 non commercial on windows
5429 2003-08-01 18:53  andy
5431         * Source/cmQTWrapUICommand.cxx: ENH: Make out of source work on
5432         Windows
5434 2003-08-01 18:52  andy
5436         * Tests/Wrapping/CMakeLists.txt: ENH: Add more debug
5438 2003-08-01 18:52  andy
5440         * Source/CMakeLists.txt: ENH: Fix test for Visual Studio
5442 2003-08-01 17:11  andy
5444         * Modules/FindThreads.cmake: ENH: MAke it work on FreeBSD
5446 2003-08-01 16:48  andy
5448         * Modules/: CheckForPthreads.c, FindThreads.cmake: ENH: Do better
5449         test for pthreads
5451 2003-08-01 16:48  andy
5453         * Modules/FindQt.cmake: ENH: Fix indentation
5455 2003-08-01 16:47  andy
5457         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Remove debug
5459 2003-08-01 15:41  hoffman
5461         * Tests/: Complex/Executable/complex.file.cxx,
5462         ComplexOneConfig/Executable/complex.file.cxx,
5463         ComplexRelativePaths/Executable/complex.file.cxx: add missing file
5465 2003-08-01 15:33  king
5467         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Dependency lists
5468         are now split into multiple make lines to allow longer lists on
5469         limited make programs.
5471 2003-08-01 15:33  andy
5473         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add support for
5474         -pthread
5476 2003-08-01 15:27  king
5478         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Adding link flags
5479         to an executable that links to shared libraries must be done for
5480         both EXECUTABLE and WIN32_EXECUTABLE targets.
5482 2003-08-01 14:34  hoffman
5484         * Source/cmLocalUnixMakefileGenerator.cxx,
5485         Tests/Complex/Executable/CMakeLists.txt,
5486         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
5487         Tests/ComplexRelativePaths/Executable/CMakeLists.txt: BUG (85):
5488         allow . to be in the name of an executable
5490 2003-08-01 14:10  andy
5492         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmMakefile.cxx,
5493         cmake.cxx: ENH: Allow specifying cmake variables on the command
5494         line without specifying the type Bug #118 - Specifying cache
5495         entries with -D should not need the type
5497 2003-08-01 14:10  martink
5499         * Source/cmLocalUnixMakefileGenerator.cxx: all Makefiles now have
5500         both full path to exe and short version
5502 2003-08-01 13:54  martink
5504         * Source/cmUtilitySourceCommand.cxx: fix for utility command
5505         without EXECUTABLE_OUTPUT_PATH
5507 2003-08-01 13:24  andy
5509         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Syntax cleanup
5511 2003-08-01 13:13  hoffman
5513         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
5514         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
5515         ENH: allow lib prefix for to stay for nmake and borland make as it
5516         is not a system prefix
5518 2003-08-01 13:00  martink
5520         * CMakeLists.txt: change lib path back to empty
5522 2003-08-01 12:49  andy
5524         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Fix echo's to use
5525         @echo. This way verbose mode does not print twice: Bug #45 - add @
5526         from echo commands
5528 2003-08-01 11:58  martink
5530         * CMakeLists.txt: made more options advanced
5532 2003-08-01 11:58  martink
5534         * Source/CTest/Curl/CMakeLists.txt: made option advanced
5536 2003-08-01 09:18  andy
5538         * Tests/Wrapping/CMakeLists.txt: ERR: Only link qt to qt executable
5540 2003-08-01 09:11  martink
5542         * Source/cmExportLibraryDependencies.cxx: fix for bug # 101
5544 2003-08-01 08:47  martink
5546         * Source/MFCDialog/CMakeSetupDialog.cpp: more reverting back
5548 2003-07-31 16:43  hoffman
5550         * Source/cmLocalVisualStudio6Generator.cxx: BUG: when creating rule
5551         files remove the IntDir
5553 2003-07-31 16:30  martink
5555         * Source/MFCDialog/CMakeSetupDialog.cpp: fix for spaces
5557 2003-07-31 15:32  hoffman
5559         * Source/cmTarget.cxx: ENH: add support for OBJECT_DEPENDS for
5560         visual studio
5562 2003-07-31 14:46  martink
5564         * Source/cmMakefile.cxx: bug fix for bug # 117
5566 2003-07-31 13:15  andy
5568         * Modules/FindwxWindows.cmake: made a minor bugfix on my
5569         FindwxWindows.cmake.  I capsulated the regular expression matching
5570         for the libdrs with another IF (line 355).  By: Jan Woetzel
5572 2003-07-31 08:55  andy
5574         * Source/WXDialog/CMakeLists.txt: ENH: Fix wx test
5576 2003-07-31 08:50  andy
5578         * Tests/Wrapping/CMakeLists.txt: ERR: Attempt to fix wrapping on
5579         Windows
5581 2003-07-31 08:33  andy
5583         * Tests/Wrapping/Wrap.c: ENH: Fix problem on HP. Whay should K&R be
5584         default?
5586 2003-07-30 15:38  andy
5588         * Modules/FindQt.cmake: ENH: when linking in QT, we should also
5589         link DL, since QT uses them
5591 2003-07-30 13:39  andy
5593         * Modules/FindQt.cmake: ENH: QT if it is multi threaded should link
5594         in threads
5596 2003-07-30 13:28  andy
5598         * Tests/Wrapping/: CMakeLists.txt, foo.ui.in: ENH: Really test uic
5599         and perform configured uic test
5601 2003-07-30 13:27  andy
5603         * Source/cmQTWrapUICommand.cxx: ENH: Allow qt ui files being it the
5604         binary dir. Bug #110 - QT_WRAP_UI problem on out-of-source builds
5606 2003-07-30 13:14  andy
5608         * Source/WXDialog/CMakeLists.txt: ENH: Revert back
5610 2003-07-30 13:11  andy
5612         * Source/: cmaketest.cxx, WXDialog/CMakeLists.txt: ENH: Also fail
5613         when make failsSource/cmaketest.cxx
5615 2003-07-30 13:10  andy
5617         * Tests/Wrapping/: CMakeLists.txt, Wrap.c: ENH: Add executable for
5618         wrapping test, so that make stage actually passes
5620 2003-07-29 18:06  andy
5622         * Source/cmGlob.cxx: ENH: Speedup globbing and attempt to fix
5623         cygwin problem
5625 2003-07-29 17:15  andy
5627         * Modules/FindQt.cmake: ENH: Use FindX11 when doing Qt on unix
5629 2003-07-29 13:36  andy
5631         * Modules/Use_wxWindows.cmake: ENH: Add Use file for wxWindows.
5632         Thanks Jan Woetzel
5634 2003-07-29 07:41  andy
5636         * Modules/FindwxWindows.cmake: ENH: Improved find module. Thank you
5637         Jan Woetzel
5639 2003-07-29 07:01  andy
5641         * Source/cmAddCustomCommandCommand.cxx: ENH: Fix typo: Bug #100 -
5642         Spelling correction to an error message
5644 2003-07-28 18:12  hoffman
5646         * Source/: cmLocalUnixMakefileGenerator.cxx, cmMakeDepend.cxx,
5647         cmMakeDepend.h: ENH: performance fixes for network depends
5649 2003-07-28 14:43  hoffman
5651         * Source/: cmSourceGroupCommand.cxx, cmSourceGroupCommand.h: ENH:
5652         put back old style call to SOURCE_GROUP, no need to break things
5653         for this
5655 2003-07-28 13:40  hoffman
5657         * Source/cmake.cxx: BUG: make sure initial cache file read only
5658         reads one file, and does not look for CMakeLists.txt files on the
5659         entire disk
5661 2003-07-25 13:39  hoffman
5663         * Source/cmake.cxx: add a better message for the GUI if no
5664         CMakeLists.txt file is found.
5666 2003-07-25 12:50  hoffman
5668         * Tests/Wrapping/CMakeLists.txt: for unix add x11 and pthreads for
5669         qt
5671 2003-07-24 11:53  andy
5673         * Source/cmGlob.cxx: ENH: Remove warning
5675 2003-07-24 11:51  andy
5677         * Source/CTest/Curl/curl.copyright: ENH: Fix legal issues.
5679 2003-07-24 11:37  martink
5681         * Source/cmLocalUnixMakefileGenerator.cxx: fix for utility depends
5682         bug#76
5684 2003-07-24 11:33  king
5686         * Source/CMakeLists.txt, Tests/FindPackageTest/CMakeLists.txt,
5687         Tests/FindPackageTest/FindPackageTest.cxx: ENH: Added
5688         FindPackageTest to improve coverage.
5690 2003-07-24 11:32  king
5692         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h: ENH:
5693         Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting
5694         in FindFOO.cmake module that is found.
5696 2003-07-24 11:24  king
5698         * Source/MFCDialog/CMakeCommandLineInfo.cpp: BUG: Fix for network
5699         path argument parsing.
5701 2003-07-24 11:12  andy
5703         * Source/cmGlob.cxx: ENH: On windows handle network paths
5705 2003-07-24 11:06  king
5707         * Modules/FindVTK.cmake: ENH: Improved error message for VTK_DIR
5708         not found to refer to it as a cache entry.  Some users thought this
5709         was supposed to be an environment variable.
5711 2003-07-24 10:58  king
5713         * Source/CMakeLists.txt, Source/cmDumpDocumentation.cxx,
5714         Tests/CommandLineTest/CMakeLists.txt,
5715         Tests/CommandLineTest/CommandLineTest.cxx,
5716         Tests/StringFileTest/CMakeLists.txt: ENH: Added CommandLineTest to
5717         add coverage for command line arguments to cmake executables.  This
5718         replaces the old DumpDocumentation test.
5720 2003-07-23 18:01  andy
5722         * Tests/StringFileTest/CMakeLists.txt: ENH: More coverage
5724 2003-07-23 17:59  king
5726         * Utilities/CMakeLists.txt: ENH: Added build of documentation for
5727         CMakeSetup.
5729 2003-07-23 17:40  king
5731         * Source/MFCDialog/CMakeSetup.cpp: ENH: Added support for
5732         documentation options.
5734 2003-07-23 17:31  king
5736         * Source/MFCDialog/: CMakeCommandLineInfo.cpp,
5737         CMakeCommandLineInfo.h: ENH: Added construction of original command
5738         line in argc/argv style.
5740 2003-07-23 17:28  king
5742         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
5743         Improved behavior when run with arguments from the command line.
5745 2003-07-23 17:27  king
5747         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH:
5748         CheckOptions now takes const argv.
5750 2003-07-23 15:45  king
5752         * Source/cmSourceGroupCommand.cxx: ENH: Added backwards
5753         compatability.
5755 2003-07-23 15:32  king
5757         * Source/: cmLocalVisualStudio6Generator.cxx,
5758         cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx,
5759         cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
5760         cmSourceGroupCommand.h: ENH: Fully implemented SOURCE_GROUP
5761         command.
5763 2003-07-23 14:31  andy
5765         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Fix compatibility
5767 2003-07-23 10:39  king
5769         * Source/cmSourceGroupCommand.cxx: BUG: Fixed off-by-one error in
5770         file list loop.  Fix submitted by David A. Karr.
5772 2003-07-23 10:26  andy
5774         * Source/cmGlob.cxx: ENH: On windows and apple handle
5775         lowercase/upercase file name problem
5777 2003-07-23 09:10  king
5779         * Tests/StringFileTest/CMakeLists.txt: ENH: Added more verbose
5780         output of what globbing results.
5782 2003-07-23 08:58  king
5784         * Utilities/CMakeLists.txt: BUG: Don't install ccmake documentation
5785         if no ccmake was built.
5787 2003-07-23 08:37  king
5789         * bootstrap: ENH: Adding forced settings for prefix, docdir,
5790         mandir, and datadir.
5792 2003-07-22 17:09  andy
5794         * DartConfig.cmake: ENH: Direct link to cmake bugs
5796 2003-07-22 13:53  andy
5798         * Source/cmCPluginAPI.cxx: ERR: Fix error on bad C++ compiler that
5799         do not handle return void
5801 2003-07-22 13:15  andy
5803         * Source/cmTarget.cxx: BUG: Fix copy/paste typo
5805 2003-07-22 13:14  andy
5807         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Add DisplayStatus
5809 2003-07-22 12:21  andy
5811         * Tests/: LoadCommand/LoadedCommand.cxx,
5812         LoadCommand/CMakeCommands/cmTestCommand.c,
5813         LoadCommandOneConfig/LoadedCommand.cxx,
5814         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: ENH: More
5815         coverage
5817 2003-07-22 11:17  andy
5819         * Tests/StringFileTest/CMakeLists.txt: ENH: More coverage
5821 2003-07-22 10:45  andy
5823         * Tests/StringFileTest/CMakeLists.txt: ENH: Increase coverage
5825 2003-07-21 17:14  king
5827         * Utilities/CMakeLists.txt: ENH: Added generation of ccmake
5828         documentation on UNIX.
5830 2003-07-21 17:13  king
5832         * Source/CursesDialog/ccmake.cxx: ENH: Added introduction paragraph
5833         to documentation.
5835 2003-07-21 16:38  king
5837         * CMakeLists.txt, bootstrap, Modules/CMakeLists.txt,
5838         Modules/Platform/CMakeLists.txt, Source/CMakeLists.txt,
5839         Source/cmCommands.cxx, Source/cmConfigure.cmake.h.in,
5840         Source/cmake.cxx, Templates/CMakeLists.txt,
5841         Utilities/CMakeLists.txt: ENH: Added optional configuration of
5842         data/doc/man dirs.  This will be useful for package maintainers.
5844 2003-07-21 16:37  king
5846         * Source/: InitialConfigureFlags.cmake.in, cmConfigure.h.in:
5847         Removing old file.  This was used by old configure script which has
5848         been removed.
5850 2003-07-21 15:29  andy
5852         * Source/cmGlob.cxx, Tests/StringFileTest/CMakeLists.txt: ENH: fix
5853         glob on windows and add glob recurse test
5855 2003-07-21 15:02  king
5857         * Source/CMakeLists.txt: ENH: Added generation of cmake
5858         documentation during build preocess.
5860 2003-07-21 14:58  king
5862         * Source/cmDocumentation.cxx: BUG: Text dump of documentation
5863         should be in ascii mode.
5865 2003-07-21 14:57  king
5867         * Source/cmAddCustomTargetCommand.h: BUG: Fixed documentation
5868         formatting.
5870 2003-07-21 14:44  andy
5872         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h: ENH:
5873         Use new deprecation mechanism
5875 2003-07-21 14:43  andy
5877         * Source/cmFileCommand.h: ENH: Fix comment
5879 2003-07-21 14:42  andy
5881         * Source/: cmCommand.h, cmMakefile.cxx: ENH: Initial framework for
5882         deprecated commands
5884 2003-07-21 13:48  andy
5886         * Tests/StringFileTest/CMakeLists.txt: ENH: add more coverage tests
5888 2003-07-21 13:46  andy
5890         * Source/cmGlob.cxx: ENH: Handle ^ as [^fu]
5892 2003-07-17 14:56  andy
5894         * Tests/StringFileTest/CMakeLists.txt: ENH: Add additional new line
5895         after the string to match the change in file command
5897 2003-07-17 14:56  andy
5899         * Source/cmFileCommand.cxx: ENH: Remove extra new line after the
5900         written string
5902 2003-07-17 14:54  andy
5904         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
5905         CheckFunctionExists.cmake, CheckIncludeFile.cmake,
5906         CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
5907         CheckLibraryExists.cmake, CheckSymbolExists.cmake,
5908         CheckTypeSize.cmake, CheckVariableExists.cmake,
5909         TestBigEndian.cmake, TestCXXAcceptsFlag.cmake: ENH: Extra new line
5910         after output
5912 2003-07-16 15:38  hoffman
5914         * Modules/CMakeDetermineSystem.cmake, Source/cmGlobalGenerator.cxx:
5915         ENH: set CMAKE_SYSTEM_VERSION for windows
5917 2003-07-16 14:52  king
5919         * Source/: cmFindPackageCommand.cxx, cmFindPackageCommand.h: ENH:
5920         Added QUIET optional argument to block error message when _DIR
5921         variable is not set.  Also removed upper-casing of package name.
5923 2003-07-16 11:38  king
5925         * Tests/SystemInformation/: DumpInformation.cxx,
5926         DumpInformation.h.in: ENH: Added dump of more files.  Improved
5927         robustness of dump.
5929 2003-07-15 12:52  hoffman
5931         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove local broken
5932         implementation of convert to windows path
5934 2003-07-15 12:52  hoffman
5936         * Source/cmAddCustomCommandCommand.cxx: ENH: better error checking
5938 2003-07-14 10:33  king
5940         * Source/cmMakefile.cxx: BUG: Custom commands should have variables
5941         expanded before comparing with previously added custom commands.
5943 2003-07-14 10:13  martink
5945         * Source/cmFLTKWrapUICommand.cxx: some updates
5947 2003-07-14 09:44  martink
5949         * Source/cmFLTKWrapUICommand.cxx: some updates
5951 2003-07-14 09:31  martink
5953         * Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: some
5954         updates
5956 2003-07-14 09:15  andy
5958         * Source/: cmFileCommand.cxx, cmFileCommand.h, cmGlob.cxx,
5959         cmGlob.h: ENH: Recurse subdirectories
5961 2003-07-11 17:21  king
5963         * bootstrap: ENH: Removed cmsys include directory from bootstrap
5964         build of kwsys.  It is no longer needed.
5966 2003-07-11 16:29  king
5968         * Utilities/Release/cmake_release.sh: BUG: Update of release
5969         utilities must maintain tag.
5971 2003-07-11 14:14  andy
5973         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake,
5974         CheckFunctionExists.cmake, CheckIncludeFile.cmake,
5975         CheckIncludeFileCXX.cmake, CheckIncludeFiles.cmake,
5976         CheckLibraryExists.cmake, CheckSymbolExists.cmake,
5977         CheckTypeSize.cmake, CheckVariableExists.cmake, Dart.cmake,
5978         TestBigEndian.cmake, TestCXXAcceptsFlag.cmake: ENH: Replace
5979         WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTORY
5980         with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
5982 2003-07-10 23:22  king
5984         * Source/cmake.h: ERR: Removed duplicate generator documentation.e
5986 2003-07-10 23:15  king
5988         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx:
5989         ENH: Added SEE ALSO section to generated man page.  Minor
5990         formatting improvements for generated text-only documentation.
5992 2003-07-10 23:14  king
5994         * Source/cmake.h: ENH: Added CMAKE_STANDARD_INTRODUCTION macro
5995         defining standard documentation for inclusion in every binary's
5996         documentation.
5998 2003-07-10 23:14  king
6000         * Source/cmGlobalUnixMakefileGenerator.cxx: ENH: Wrote basic
6001         description in full documentation block.
6003 2003-07-10 14:48  andy
6005         * Tests/StringFileTest/StringFile.cxx: ENH: Add missing include
6007 2003-07-10 14:46  king
6009         * Source/kwsys/CMakeLists.txt: ERR: Generated source files need
6010         access to kwsysPrivate.h.  Just copy it to the build tree.
6012 2003-07-10 14:35  andy
6014         * Source/cmStringCommand.cxx: ERR: Remove unused variable
6016 2003-07-10 14:32  king
6018         * Source/kwsys/: Base64.c, CMakeLists.txt, Directory.cxx,
6019         EncodeExecutable.c, ProcessUNIX.c, ProcessWin32.c,
6020         RegularExpression.cxx, SystemTools.cxx, kwsysPrivate.h: ENH: Added
6021         use of KWSYS_HEADER macro in c and cxx files to include kwsys
6022         headers through their configured namespace.
6024 2003-07-10 14:29  andy
6026         * Tests/StringFileTest/CMakeLists.txt,
6027         Tests/StringFileTest/InputFile.h.in,
6028         Tests/StringFileTest/StringFile.cxx, Source/CMakeLists.txt: ENH:
6029         Add test for string and file commands
6031 2003-07-10 13:25  andy
6033         * Source/: cmStringCommand.cxx, cmStringCommand.h: ENH: Add upper
6034         and lower case support. Close Bug #79 - STRING TOUPPER and TOLOWER
6036 2003-07-09 17:25  king
6038         * Source/cmSystemTools.cxx: ENH: Added escape support for ( and ).
6040 2003-07-09 17:17  king
6042         * Source/: cmListFileCache.cxx, cmSystemTools.cxx: ENH: Added
6043         support for # characters inside quoted arguments and for escaping #
6044         in a non-quoted argument.  Improved parsing speed by not compiling
6045         regular expressions on blank lines.
6047 2003-07-09 16:18  king
6049         * Source/kwsys/ProcessUNIX.c: ERR: Using strncpy instead of
6050         snprintf for portability.
6052 2003-07-08 16:33  andy
6054         * Source/: cmFileCommand.cxx, cmFileCommand.h: ENH: Add
6055         MAKE_DIRECTORY and modify documentation
6057 2003-07-08 16:27  andy
6059         * Source/cmGlob.cxx: ENH: Remove commented code
6061 2003-07-08 15:54  andy
6063         * Source/CTest/Curl/Platforms/WindowsCache.cmake: ENH: More speedup
6065 2003-07-08 15:47  andy
6067         * Source/CTest/Curl/: CMakeLists.txt, Platforms/WindowsCache.cmake:
6068         ENH: Attempt to speedup cmake of cmake on Windows
6070 2003-07-08 14:18  andy
6072         * bootstrap, Source/CMakeLists.txt, Source/cmFileCommand.cxx,
6073         Source/cmFileCommand.h, Source/cmGlob.cxx, Source/cmGlob.h: ENH:
6074         Add globbing to FILE command
6076 2003-07-08 13:27  king
6078         * Source/cmMakefile.cxx: BUG#65: Fixed inheritance of
6079         CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR.
6081 2003-07-08 13:12  hoffman
6083         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
6084         allow cancel and display of progress during cpu intensive configure
6085         steps
6087 2003-07-08 09:21  andy
6089         * Source/kwsys/CMakeLists.txt: ENH: Fix example
6091 2003-07-08 00:28  king
6093         * Source/cmDocumentation.cxx: ERR: Added missing std::.
6095 2003-07-07 23:20  king
6097         * CMakeLists.txt, Source/cmDocumentation.cxx,
6098         Source/cmDumpDocumentation.cxx, Source/cmStandardIncludes.h: ENH:
6099         Improved name of cmake version variables.  They are now
6100         CMake_VERSION (major.minor) and CMake_VERSION_FULL
6101         (major.minor.patch).
6103 2003-07-07 22:54  king
6105         * Source/cmStringCommand.h: BUG: Removed extra newlines from help
6106         text.
6108 2003-07-07 22:44  king
6110         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
6111         CursesDialog/ccmake.cxx: ENH: Added support to write multiple help
6112         options with one command line.  Output files can now also be
6113         specified for the help options.
6115 2003-07-07 22:41  king
6117         * Source/kwsys/CMakeLists.txt: ERR: Removed useless set.
6119 2003-07-07 22:41  king
6121         * Source/cmCommands.cxx: ENH: Made ADD_DEPENDENCIES available from
6122         bootstrapped cmake.  It will be needed to build cmake.
6124 2003-07-07 21:52  king
6126         * Source/: cmDocumentation.cxx, cmDocumentation.h,
6127         cmGlobalBorlandMakefileGenerator.cxx,
6128         cmGlobalBorlandMakefileGenerator.h,
6129         cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
6130         cmGlobalGenerator.cxx, cmGlobalGenerator.h,
6131         cmGlobalNMakeMakefileGenerator.cxx,
6132         cmGlobalNMakeMakefileGenerator.h,
6133         cmGlobalUnixMakefileGenerator.cxx, cmGlobalUnixMakefileGenerator.h,
6134         cmGlobalVisualStudio6Generator.cxx,
6135         cmGlobalVisualStudio6Generator.h,
6136         cmGlobalVisualStudio71Generator.cxx,
6137         cmGlobalVisualStudio71Generator.h,
6138         cmGlobalVisualStudio7Generator.cxx,
6139         cmGlobalVisualStudio7Generator.h, cmake.cxx, cmake.h,
6140         cmakemain.cxx: ENH: Registered global generators are now kept in a
6141         table in the cmake instance.  Added support for documentation with
6142         a Generators section.
6144 2003-07-07 18:27  king
6146         * Source/cmSystemTools.cxx: BUG: Parsing of arguments from string
6147         by RunCommand before passing to Process execution does not work
6148         with backslashes in path names.  Until this is fixed, we cannot use
6149         Process execution from kwsys.
6151 2003-07-07 17:52  andy
6153         * bootstrap: ENH: Fix bootstrap to include ProcessUNIX.c
6155 2003-07-07 17:47  andy
6157         * Source/: cmCommands.cxx, cmFileCommand.cxx, cmFileCommand.h: ENH:
6158         Start working on a general file manipulation command
6160 2003-07-07 17:45  andy
6162         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Add
6163         optional argument to GetLineFromStream which can let the caller
6164         know whether there was a new line character at the end of the line
6165         that was just read
6167 2003-07-07 13:36  andy
6169         * Docs/cmake-syntax.vim: Initial import of VIM syntax highlighting
6170         file
6172 2003-07-07 09:38  king
6174         * Source/kwsys/ProcessWin32.c: ENH: Made call to FormatMessage more
6175         robust.
6177 2003-07-07 09:16  king
6179         * Source/cmSystemTools.cxx: ENH: Using new Process
6180         SetWorkingDirectory method instead of manually implementing it.
6182 2003-07-07 09:12  king
6184         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ENH: Implemented
6185         SetWorkingDirectory method.
6187 2003-07-07 09:10  king
6189         * Source/kwsys/ProcessWin32.c: ENH: Implemented SetWorkingDirectory
6190         method on Windows.
6192 2003-07-07 08:41  king
6194         * Source/cmSystemTools.cxx: ENH: Using kwsys Process implementation
6195         to implement RunCommand.
6197 2003-07-07 08:36  andy
6199         * Source/kwsys/: Process.h.in, ProcessUNIX.c: ENH: Start working on
6200         Working Directory support
6202 2003-07-06 20:40  king
6204         * Source/kwsys/ProcessWin32.c: ENH: Using GetTempPath instead of
6205         TEMP environment variable to get a location to write the Win9x
6206         forwarding executable.
6208 2003-07-03 18:33  king
6210         * Source/kwsys/ProcessWin32.c: BUG: Argument parsers do not always
6211         remove double quotes from around an argument that has no spaces.
6213 2003-07-03 12:50  hoffman
6215         * Source/cmLocalVisualStudio7Generator.cxx: ENH: add linker flags
6217 2003-07-03 11:39  hoffman
6219         * Source/cmCreateTestSourceList.cxx: ENH: null terminate at the end
6220         of the list
6222 2003-07-03 07:58  king
6224         * Source/kwsys/CMakeLists.txt: BUG: Install target for standard
6225         header wrappers must point at the std subdirectory in the
6226         installation.
6228 2003-07-02 10:48  andy
6230         * DartConfig.cmake: ENH: Add proper links to bugtracker
6232 2003-07-02 10:37  andy
6234         * DartConfig.cmake: ENH: Add links to bugtracker
6236 2003-07-02 08:35  king
6238         * Source/kwsys/ProcessWin32.c: ERR: Added cast to remove warning. 
6239         We know the length of the string will not be beyond 2^31.
6241 2003-07-01 13:32  king
6243         * Source/kwsys/Base64.c: ERR: Added casts to remove type conversion
6244         warnings.  Pointer differences can be 64-bit, but unsigned long is
6245         32-bit on many platforms.  We know we are not traversing more data
6246         than can be handled by an unsigned long, though, because the length
6247         argument is an unsigned long.
6249 2003-07-01 13:27  king
6251         * Source/kwsys/: ProcessFwd9x.c, ProcessWin32.c: ERR: Should use %p
6252         to pass HANDLE values on a command line, not %d.
6254 2003-07-01 13:27  king
6256         * Source/kwsys/SystemTools.cxx: ERR: Removed unreachable code.
6258 2003-07-01 11:40  king
6260         * Source/kwsys/: Base64.h.in, Process.h.in: ERR: Reduced
6261         requirements on preprocessor for export macro due to limitations of
6262         Mac preprocessor.  The preprocessor can be fixed by using
6263         -no-cpp-precomp, but we don't want to require that option for every
6264         source file that includes our headers.
6266 2003-07-01 08:54  king
6268         * Source/kwsys/EncodeExecutable.c: ERR: Added explicit cast from
6269         size_t to int.  We know that the data will not be out of range.
6271 2003-06-30 10:50  andy
6273         * bootstrap: ERR: Fix changes in kwsys for Configure.h and
6274         StandardIncludes.hxx
6276 2003-06-30 10:44  andy
6278         * Source/kwsys/: Base64.c, ProcessFwd9x.c, ProcessWin32.c: ERR:
6279         Remove warnings on Windows
6281 2003-06-30 10:30  king
6283         * Source/kwsys/: Base64.h.in, CMakeLists.txt, Configure.h.in,
6284         Directory.cxx, Directory.hxx.in, EncodeExecutable.c, Process.h.in,
6285         ProcessWin32.c, RegularExpression.cxx, RegularExpression.hxx.in,
6286         SystemTools.hxx.in: ENH: Added DLL support.
6288 2003-06-30 10:12  martink
6290         * Tests/CustomCommand/CMakeLists.txt: modified code to match cmake
6291         mode
6293 2003-06-30 10:07  king
6295         * Source/kwsys/StandardIncludes.hxx.in: Removing old file.
6297 2003-06-30 09:56  andy
6299         * bootstrap: ENH: Fix checking for C++ compiler on Mac, remove
6300         cmConfigure.h.tmp, so that nothing bad can happen if configure is
6301         interrupted, reports kwsys sources in cmConfigure.h
6303 2003-06-30 08:49  king
6305         * Source/kwsys/Base64.h.in: ENH: Updated comments for doxygen.
6307 2003-06-30 08:48  king
6309         * Source/kwsys/Base64.c: BUG: Should define KWSYS_IN_BASE64_C, not
6310         KWSYS_IN_PROCESS_C.
6312 2003-06-30 08:48  king
6314         * Source/kwsys/CMakeLists.txt: ENH: Using FOREACH to shorten
6315         enabling of C components.
6317 2003-06-29 21:42  andy
6319         * CMakeLists.txt, Source/kwsys/Base64.c, Source/kwsys/Base64.h.in,
6320         Source/kwsys/CMakeLists.txt: ENH: Initial import of Base64
6322 2003-06-29 20:30  king
6324         * CMakeLists.txt: ENH: Enabling build of kwsys's Process class. 
6325         This will be needed for ctest.
6327 2003-06-29 20:20  king
6329         * Docs/cmake-mode.el: ENH: Added comment-region support.
6331 2003-06-27 09:48  king
6333         * CMakeLists.txt: ERR: Disabling multiply defined symbols warning
6334         for linking executables on IRIX.  The compiler's prelinker does not
6335         add weak symbols, so template instantiations are duplicated.
6337 2003-06-27 08:46  martink
6339         * Source/: cmAuxSourceDirectoryCommand.cxx,
6340         cmTryCompileCommand.cxx: fix compiler warnings
6342 2003-06-26 13:39  king
6344         * Source/kwsys/CMakeLists.txt: ENH: Updated documentation to
6345         describe enabling of classes.
6347 2003-06-26 09:44  andy
6349         * bootstrap: ENH: Attempt to handle OSF compiler flags
6351 2003-06-25 09:32  king
6353         * Source/kwsys/testProcess.c: ERR: Fixed use of non-constant
6354         initializer.
6356 2003-06-25 08:29  king
6358         * Source/kwsys/Directory.cxx: ERR: Fixed conversion warning.
6360 2003-06-24 21:37  lorensen
6362         * Source/kwsys/SystemTools.cxx: ERR: portability.
6364 2003-06-24 16:35  martink
6366         * Source/kwsys/SystemTools.cxx: compiler fix
6368 2003-06-24 15:24  martink
6370         * Source/: cmLocalVisualStudio6Generator.cxx,
6371         cmLocalVisualStudio7Generator.cxx: moved depend code into cmTarget
6373 2003-06-24 15:21  martink
6375         * Source/: cmMakefile.cxx, cmMakefile.h, kwsys/SystemTools.cxx:
6376         performance improvements
6378 2003-06-24 15:11  martink
6380         * Source/cmMacroCommand.cxx: performance improvements
6382 2003-06-24 15:10  martink
6384         * Source/: cmTarget.cxx, cmTarget.h: moved function into cmTarget
6386 2003-06-24 10:16  king
6388         * Source/: cmSystemTools.cxx, cmSystemTools.h: ERR: Renamed
6389         superclass typedef from SystemTools to Superclass to avoid conflict
6390         across platforms.
6392 2003-06-24 09:02  king
6394         * Source/kwsys/SystemTools.cxx: ERR: std->kwsys_std.
6396 2003-06-24 08:19  king
6398         * Source/cmSystemTools.h: ERR: Typedefs are not inherited on SGI
6399         and Borland.
6401 2003-06-23 16:26  martink
6403         * Source/: cmForEachCommand.cxx, cmMacroCommand.cxx: perf
6404         improvement
6406 2003-06-23 16:25  martink
6408         * Source/cmCustomCommand.h: performance improvement
6410 2003-06-23 14:10  king
6412         * CMakeLists.txt, bootstrap, Source/CMakeLists.txt,
6413         Source/cmBuildNameCommand.cxx, Source/cmCTest.cxx,
6414         Source/cmCacheManager.cxx, Source/cmConfigureFileCommand.cxx,
6415         Source/cmIfCommand.cxx, Source/cmListFileCache.cxx,
6416         Source/cmLoadCacheCommand.cxx,
6417         Source/cmLocalCodeWarriorGenerator.cxx,
6418         Source/cmLocalUnixMakefileGenerator.cxx,
6419         Source/cmLocalVisualStudio6Generator.cxx, Source/cmMakeDepend.cxx,
6420         Source/cmMakeDepend.h, Source/cmMakefile.cxx,
6421         Source/cmRegularExpression.cxx, Source/cmRegularExpression.h,
6422         Source/cmSiteNameCommand.cxx, Source/cmSourceGroup.h,
6423         Source/cmStringCommand.cxx, Source/cmSystemTools.cxx,
6424         Source/cmUseMangledMesaCommand.cxx, Source/cmaketest.cxx: ENH:
6425         Merged use of the kwsys RegularExpression class instead of
6426         cmRegularExpression.
6428 2003-06-23 14:05  king
6430         * Source/kwsys/RegularExpression.hxx.in: ERR: Fixed documentation
6431         to read RegularExpression instead of cmRegularExpression.
6433 2003-06-23 11:16  martink
6435         * Source/cmTarget.cxx: removed some no longer required code
6437 2003-06-23 08:58  king
6439         * CMakeLists.txt, bootstrap, Source/CMakeLists.txt,
6440         Source/cmAuxSourceDirectoryCommand.cxx, Source/cmDirectory.cxx,
6441         Source/cmDirectory.h, Source/cmMakeDirectoryCommand.cxx,
6442         Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
6443         Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx,
6444         Source/CursesDialog/cmCursesPathWidget.cxx,
6445         Tests/Complex/Executable/CMakeLists.txt,
6446         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
6447         Tests/ComplexRelativePaths/Executable/CMakeLists.txt: ENH: Merged
6448         use of kwsys library.
6450 2003-06-23 08:58  king
6452         * Makefile.in, configure, configure.in, Source/Makefile.in: ENH:
6453         Configure script now just invokes bootstrap script.
6455 2003-06-23 08:56  king
6457         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: ENH: Removed
6458         cmake-specific functions.
6460 2003-06-23 08:56  king
6462         * Source/kwsys/CMakeLists.txt: BUG: Need include regular expression
6463         to match all files.
6465 2003-06-21 11:57  andy
6467         * bootstrap: ENH: Add copyright, cmConfigure.h is now touched only
6468         when it is modified, remove some spaces from output, add procedure
6469         that copies file and replaces atstring with another string
6471 2003-06-20 20:33  martink
6473         * Source/cmMakefile.cxx: fix to expand variables in custom command
6474         outputs and main dependencies
6476 2003-06-20 14:10  king
6478         * Source/kwsys/CMakeLists.txt: ENH: Changed configuration of header
6479         directory to specify it without the namespace.
6481 2003-06-20 14:10  hoffman
6483         * Docs/cmake-mode.el: BUG: fix highlight for comments in multiple
6484         buffers
6486 2003-06-20 13:56  martink
6488         * Source/cmMakefile.cxx: bug in not expanding variables for custom
6489         commands in targets
6491 2003-06-20 11:23  martink
6493         * Source/cmMakefile.cxx: minor perf improvement
6495 2003-06-19 18:57  king
6497         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
6498         RegularExpression.hxx.in, SystemTools.hxx.in,
6499         kwsys_std_fstream.h.in, kwsys_std_iosfwd.h.in,
6500         kwsys_std_iostream.h.in, kwsys_std_sstream.h.in: ENH: Added full
6501         configuration of namespace even for Configure.hxx macro
6502         definitions.
6504 2003-06-19 16:23  hoffman
6506         * Docs/cmake-mode.el: add a comment
6508 2003-06-19 15:05  king
6510         * Docs/: cmake-indent.vim, cmake-mode.el: Added copyright.
6512 2003-06-19 14:37  andy
6514         * Docs/cmake-indent.vim: Initial import: indentation file for vim
6516 2003-06-19 14:30  king
6518         * Docs/cmake-mode.el: Minor tweaks for anal cases of indentation.
6520 2003-06-19 14:27  martink
6522         * Source/cmMakefile.cxx: bug fix for finding source files
6524 2003-06-19 14:27  martink
6526         * Source/: cmSystemTools.cxx, cmSystemTools.h: new function
6528 2003-06-19 14:17  king
6530         * Docs/cmake-mode.el: BUG: Don't open a block if a command starts
6531         with IF in its name.
6533 2003-06-19 13:38  martink
6535         * Docs/cmake-mode.el: fix to use function-name
6537 2003-06-19 13:23  king
6539         * Docs/cmake-mode.el: Fixed slow regex for indentation.
6541 2003-06-19 11:11  king
6543         * Docs/cmake-mode.el: ENH: Wrote more robust regular expressions
6544         for indenting.
6546 2003-06-19 11:07  martink
6548         * Docs/cmake-mode.el: emacs mode
6550 2003-06-18 17:28  king
6552         * Source/kwsys/kwsysHeaderDump.pl: Tool to dump macros for
6553         redefining C header namespaces.
6555 2003-06-18 17:27  king
6557         * Source/kwsys/: CMakeLists.txt, testProcess.c: ENH: Added test for
6558         Process implementation.
6560 2003-06-18 17:27  king
6562         * Source/kwsys/ProcessWin32.c: BUG: Must return Exception status
6563         correctly.
6565 2003-06-18 17:19  king
6567         * Source/kwsys/ProcessUNIX.c: Removed Exception_Abort because there
6568         is no windows version.  Also made ExitValue consistent with windows
6569         when a signal kills the process.
6571 2003-06-18 17:19  king
6573         * Source/kwsys/Process.h.in: Removed Exception_Abort because there
6574         is no windows version.  Also removed stray typedef keywords.
6576 2003-06-18 17:06  king
6578         * Source/kwsys/: Process.h.in, ProcessUNIX.c, ProcessWin32.c,
6579         test1.cxx: ENH: Added documentation to interface.  Finished process
6580         exit code interpretation implementation prototype.
6582 2003-06-18 11:43  hoffman
6584         * Source/cmStringCommand.h: remove non-html safe stuff
6586 2003-06-18 09:13  hoffman
6588         * Source/cmMakefile.cxx: BUG: fix not being able to find generated
6589         files in the binary tree
6591 2003-06-17 17:13  martink
6593         * Source/cmLocalVisualStudio7Generator.cxx: fix for bad assumption
6594         on custom rules
6596 2003-06-17 16:54  martink
6598         * Source/cmLocalVisualStudio6Generator.cxx: fix for bad assumption
6600 2003-06-17 15:13  martink
6602         * Source/cmLocalVisualStudio6Generator.cxx: fix for bad assumption
6604 2003-06-16 10:20  martink
6606         * Source/cmLocalVisualStudio6Generator.cxx: fix for vs6 rule files
6608 2003-06-13 16:59  king
6610         * Source/cmMakefile.cxx: BUG: Fixed translation of relative path
6611         names to full path names.
6613 2003-06-13 16:47  king
6615         * Source/cmSetSourceFilesPropertiesCommand.cxx: BUG: Fixed crash
6616         when source file cannot be looked up correctly.
6618 2003-06-13 14:15  king
6620         * Source/cmake.cxx: BUG: Fixed check for existence of
6621         CMakeLists.txt file in top-level source directory before first
6622         configure.
6624 2003-06-12 16:43  king
6626         * Modules/Platform/Windows-bcc32.cmake: BUG: Stack size in
6627         generated programs should be 10 meg, not 256.
6629 2003-06-12 16:18  king
6631         * Source/kwsys/ProcessWin32.c: ERR: Added error check for malloc of
6632         process control structure.
6634 2003-06-12 15:58  king
6636         * Source/kwsys/ProcessWin32.c: ERR: Using GetCurrentProcessId
6637         instead of _getpid so we don't need to include the system process.h
6638         header.  Also creating pipe threads with 1K stacks to save memory.
6640 2003-06-11 11:00  king
6642         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Uninitialized
6643         std::string returns bad pointers from c_str() on some platforms.
6645 2003-06-11 10:21  king
6647         * Source/kwsys/CMakeLists.txt: ENH: EXECUTABLE_OUTPUT_PATH is now
6648         always set to get around cmake 1.6.7 dependency problems.  Moved
6649         default header directory inside the build tree instead of up one
6650         level.  User projects can now set the header directory.
6652 2003-06-11 10:11  hoffman
6654         * Modules/CMakeDetermineSystem.cmake: ENH: add processor type of
6655         win32
6657 2003-06-11 10:07  hoffman
6659         * Modules/: CMakeDetermineSystem.cmake, CMakeSystem.cmake.in: ENH:
6660         add CMAKE_SYSTEM_PROCESSOR
6662 2003-06-11 09:45  king
6664         * Source/kwsys/CMakeLists.txt: ERR: Added custom command that takes
6665         advantage of new syntax.
6667 2003-06-11 09:44  king
6669         * Source/kwsys/ProcessWin32.c: ERR: Removed unused variables.
6671 2003-06-11 09:44  king
6673         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: When executable
6674         output path is not set, we still need to generate the full path to
6675         the executable target.
6677 2003-06-10 17:39  king
6679         * Source/kwsys/CMakeLists.txt: ERR: Added work-around for cmake
6680         1.6.7 bug in borland makefile generator.
6682 2003-06-10 16:56  king
6684         * Source/kwsys/CMakeLists.txt: BUG: Need to add ANSI C flags for
6685         some platforms.
6687 2003-06-10 16:55  king
6689         * Source/kwsys/ProcessUNIX.c: ERR: Added static specifier to static
6690         function definitions to quiet warnings on HP compiler.
6692 2003-06-10 16:15  king
6694         * Source/kwsys/ProcessWin32.c: BUG: Don't show a console
6695         application's window.
6697 2003-06-10 15:50  king
6699         * Source/kwsys/test1.cxx: ENH: Added use of process execution.
6701 2003-06-10 15:46  king
6703         * Source/kwsys/: CMakeLists.txt, EncodeExecutable.c, Process.h.in,
6704         ProcessFwd9x.c, ProcessUNIX.c, ProcessWin32.c: ENH: Added Process
6705         execution implementation.
6707 2003-06-10 15:45  king
6709         * Source/kwsys/SystemTools.cxx: ENH: Moved disabling of warnings to
6710         after kwsys includes.
6712 2003-06-10 15:44  king
6714         * Source/kwsys/kwsys_std.h.in: ENH: Disabled warning 4786.
6716 2003-06-06 09:58  andy
6718         * Modules/FindVTK.cmake: BUG: When VTK is not found, it should be
6719         fatal error
6721 2003-06-06 09:57  andy
6723         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: When only loading
6724         ccmake cache, do not allow generate
6726 2003-06-06 09:06  martink
6728         * Source/cmCreateTestSourceList.cxx: undid change because other
6729         changes make it no longer neccesary
6731 2003-06-05 16:45  martink
6733         * Source/: cmMakefile.cxx, cmMakefile.h: more custom command
6735 2003-06-05 16:12  martink
6737         * Source/cmMakefile.cxx: more changes to support full paths
6739 2003-06-05 15:28  martink
6741         * Source/cmMakefile.cxx: perf improvement
6743 2003-06-05 15:18  martink
6745         * Source/cmMakefile.cxx: more changes to handle full paths
6746         correctly
6748 2003-06-05 14:48  martink
6750         * Source/cmQTWrapUICommand.cxx: minor update for new custom
6751         commands
6753 2003-06-05 14:40  martink
6755         * Source/: cmLocalVisualStudio6Generator.cxx,
6756         cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx, cmTarget.cxx:
6757         more crazt changes source files now must match with full path
6759 2003-06-05 14:37  martink
6761         * Source/cmITKWrapTclCommand.cxx: updated for new custom command
6763 2003-06-05 14:37  martink
6765         * Source/cmCreateTestSourceList.cxx: minor fix
6767 2003-06-04 19:04  martink
6769         * Source/cmMakefile.cxx: hopeful fix for backwards compat
6771 2003-06-04 18:50  martink
6773         * Source/cmLocalVisualStudio6Generator.cxx: minor fix
6775 2003-06-04 16:06  martink
6777         * Source/cmMakefile.cxx: tricky fix for backwards compat
6779 2003-06-04 14:25  hoffman
6781         * Tests/CustomCommand/: generator.cxx, wrapper.cxx: minor fixes
6783 2003-06-04 14:01  hoffman
6785         * Source/cmMakefile.cxx: better error reporting
6787 2003-06-04 14:00  hoffman
6789         * Source/cmMakefile.cxx: ENH: allow duplicate commands with the
6790         same output to be reduced automatically to one command
6792 2003-06-04 13:55  hoffman
6794         * Source/cmLocalVisualStudio6Generator.cxx: bug fix for vs6 custom
6795         commands
6797 2003-06-04 13:54  hoffman
6799         * Templates/UtilityHeader.dsptemplate: fix for new custom commands
6801 2003-06-04 13:42  hoffman
6803         * Source/: cmCustomCommand.cxx, cmCustomCommand.h,
6804         cmLocalVisualStudio7Generator.cxx, cmMakefile.cxx: ENH: allow
6805         duplicate commands with the same output to be reduced automatically
6806         to one command
6808 2003-06-04 11:46  hoffman
6810         * Source/cmAddCustomCommandCommand.h: command should nto be
6811         inherited
6813 2003-06-04 10:46  hoffman
6815         * Tests/Wrapping/CMakeLists.txt: minor fix
6817 2003-06-04 10:13  hoffman
6819         * Source/cmLocalVisualStudio6Generator.cxx: bug fix
6821 2003-06-04 09:02  hoffman
6823         * Tests/CustomCommand/: CMakeLists.txt, generator.c, generator.cxx,
6824         wrapper.c, wrapper.cxx: fixes for HP
6826 2003-06-04 09:00  king
6828         * bootstrap: ERR: Cannot use iostream.h for strict C++ compiler
6829         sanity check.  Using a small class instead.
6831 2003-06-04 08:42  martink
6833         * Source/: cmLocalVisualStudio6Generator.cxx,
6834         cmLocalVisualStudio7Generator.cxx: compielr warnings
6836 2003-06-04 08:40  martink
6838         * Source/cmMakefile.cxx: compielr errors on como
6840 2003-06-03 14:55  martink
6842         * Source/: cmCustomCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
6843         cmMakefile.cxx, cmSourceGroup.cxx: warning fixes
6845 2003-06-03 14:45  hoffman
6847         * Modules/Dart.cmake: ENH: add all targets for dashboard build
6848         types
6850 2003-06-03 10:47  martink
6852         * Source/: cmAddCustomCommandCommand.h,
6853         cmAddCustomCommandCommand.h: better docs
6855 2003-06-03 10:33  martink
6857         * Tests/CustomCommand/: CMakeLists.txt, doc1.tex, foo.in,
6858         generator.c, wrapper.c, wrapped.h: new test
6860 2003-06-03 10:30  martink
6862         * Source/: CMakeLists.txt, cmAddCustomCommandCommand.cxx,
6863         cmAddCustomCommandCommand.h, cmAddCustomTargetCommand.cxx,
6864         cmAddCustomTargetCommand.h, cmCPluginAPI.cxx, cmCPluginAPI.h,
6865         cmCustomCommand.cxx, cmCustomCommand.h,
6866         cmGlobalVisualStudio6Generator.cxx,
6867         cmGlobalVisualStudio71Generator.cxx,
6868         cmGlobalVisualStudio7Generator.cxx,
6869         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h,
6870         cmLocalVisualStudio6Generator.cxx, cmLocalVisualStudio6Generator.h,
6871         cmLocalVisualStudio7Generator.cxx, cmLocalVisualStudio7Generator.h,
6872         cmMakefile.cxx, cmMakefile.h,
6873         cmSetSourceFilesPropertiesCommand.cxx, cmSourceFile.h,
6874         cmSourceGroup.cxx, cmSourceGroup.h, cmSystemTools.cxx,
6875         cmSystemTools.h, cmTarget.h: yikes added new custom command support
6877 2003-06-02 16:37  martink
6879         * Docs/: CMake04.rtf, CMake12p2.rtf, CMake14.rtf, CMake16.rtf: add
6880         release docs to cvs
6882 2003-05-29 15:30  martink
6884         * Source/: cmGetSourceFilePropertyCommand.cxx,
6885         cmGetTargetPropertyCommand.cxx: minor bug fix
6887 2003-05-29 11:14  andy
6889         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx,
6890         cmCursesMainForm.h: ENH: On envocation of ccmake check if
6891         directories are correct, but do not rerun configure
6893 2003-05-29 11:14  andy
6895         * Source/: cmake.cxx, cmake.h: ENH: Abstract pre configure check in
6896         a separate method
6898 2003-05-29 09:34  hoffman
6900         * Source/: cmCTest.cxx, cmRegularExpression.cxx,
6901         cmSetSourceFilesPropertiesCommand.cxx, cmTarget.cxx: ENH: remove
6902         warnings from borland 6 compiler
6904 2003-05-28 15:52  andy
6906         * Source/CursesDialog/ccmake.cxx: ENH: Do not do configure first
6907         time. This way ccmake loads fast.
6909 2003-05-28 09:21  hoffman
6911         * Source/: cmCTest.cxx, cmDynamicLoader.cxx,
6912         cmGlobalVisualStudio71Generator.cxx, cmSystemTools.cxx,
6913         CTest/cmCTestSubmit.cxx: Remove some borland 6 warnings
6915 2003-05-28 07:53  andy
6917         * Modules/FindQt.cmake: ENH: More locations
6919 2003-05-24 10:07  hoffman
6921         * Source/: cmAbstractFilesCommand.cxx, cmEndIfCommand.cxx,
6922         cmGlobalGenerator.cxx, cmIfCommand.cxx, cmSourceFilesCommand.cxx,
6923         cmSourceFilesRemoveCommand.cxx, cmTarget.cxx,
6924         cmWrapExcludeFilesCommand.cxx: ENH: add stdlib.h for portability to
6925         borland 6
6927 2003-05-23 16:40  hoffman
6929         * Source/: cmCTest.cxx, cmMakefile.cxx, cmStringCommand.cxx,
6930         cmake.cxx: ENH: add some includes for borland 6
6932 2003-05-23 09:35  hoffman
6934         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add LDFLAGS as
6935         an initial value for all linker flags, good for -64
6937 2003-05-22 10:56  andy
6939         * Source/CTest/Curl/: getdate.c, hostip.c, ldap.c: ERR: Attempt to
6940         fix more Curl warnings
6942 2003-05-22 10:42  andy
6944         * Source/CTest/Curl/: connect.c, if2ip.c, url.c: ENH: Attempt to
6945         remove cast warnings
6947 2003-05-19 13:41  hoffman
6949         * Source/cmLocalUnixMakefileGenerator.cxx: fix for .def files and
6950         nmake and spaces in the path
6952 2003-05-19 09:05  andy
6954         * Source/CTest/Curl/formdata.c: ERR: We should really copy the
6955         address and not the value
6957 2003-05-16 16:33  king
6959         * Modules/: TestForAnsiForScope.cxx, TestForAnsiForScope.cxx: ERR:
6960         Removed warning for unused variable.
6962 2003-05-16 15:20  king
6964         * Source/: cmLocalUnixMakefileGenerator.cxx,
6965         cmLocalUnixMakefileGenerator.cxx: BUG: When building a C
6966         executable, we should add CMAKE_SHARED_LIBRARY_C_FLAGS, not
6967         CMAKE_SHARED_LIBRARY_LINK_FLAGS.  The latter is already added by
6968         the link line procedure.
6970 2003-05-16 15:18  king
6972         * Modules/Platform/: AIX.cmake, AIX.cmake: BUG: Need -brtl when
6973         creating shared libraries.  Also added -bexpall (AIX equivalent to
6974         Linux's -rdynamic) when building executables.
6976 2003-05-16 15:15  andy
6978         * Source/CTest/Curl/: CMakeLists.txt, formdata.c, getdate.c,
6979         multi.c, url.c: ERR: Attempt to remove more warnings
6981 2003-05-15 15:15  king
6983         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Don't report an
6984         error of output was generated but no error was set.  Merging from
6985         trunk to 1.6 branch.
6987 2003-05-15 15:05  king
6989         * Source/cmGlobalVisualStudio6Generator.cxx: Removed useless
6990         lower-casing and improved error message.  Merged from trunk to 1.6
6991         branch.
6993 2003-05-15 14:58  king
6995         * Modules/FindFLTK.cmake: Looking in another place (merge from
6996         trunk).
6998 2003-05-15 14:54  king
7000         * Source/CursesDialog/cmCursesStringWidget.cxx: Attempt to fix SGI
7001         ccmake problem (thank you Clint Miller).  Merging from trunk to 1.6
7002         branch.
7004 2003-05-15 14:45  king
7006         * Source/cmMacroCommand.cxx: BUG: Merging fix from trunk into 1.6
7007         branch.  Report a missing ENDMACRO.
7009 2003-05-15 09:35  andy
7011         * bootstrap: Several fixes before bootstrap is ready for
7012         prime-time: 1. Add --version flag to display version of CMake 2.
7013         Add comments to explain what is going on 3. Move CMAKE_ROOT_DIR and
7014         CMAKE_BOOTSTRAP to cmConfigure.h 4. Forward CC, CXX, and MAKE to
7015         cmake 5. Add more instructions
7017 2003-05-14 15:38  king
7019         * Utilities/Release/cmake_release.sh: Updated for 1.6.7 release.
7021 2003-05-14 14:14  king
7023         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
7024         Utilities/Release/cmake_release.sh: ENH: Updated version number to
7025         1.6.7 from 1.6.6.
7027 2003-05-14 12:10  king
7029         * Source/cmGlobalGenerator.cxx: BUG: Work-around for SGI MipsPro
7030         bug where #error doesn't return an error to make.  Merged onto 1.6
7031         branch from trunk.
7033 2003-05-14 12:06  king
7035         * Source/cmGlobalGenerator.cxx: BUG: Work-around for SGI MipsPro
7036         bug where #error doesn't return an error to make.
7038 2003-05-14 10:34  king
7040         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.cpp:
7041         ENH: Default generator selection for VS 7.1 added.
7043 2003-05-14 09:27  andy
7045         * bootstrap: ENH: Add parallel build support, fix bug in verbose
7046         and clean output when adding arguments
7048 2003-05-14 09:19  andy
7050         * bootstrap: ENH: Add better error reporting
7052 2003-05-14 08:45  king
7054         * Source/cmake.cxx: BUG: Need to remove the MAKEFLAGS when cmake
7055         starts.  If cmake is run from inside make, we don't want the
7056         try-compiles to inherit the makeflags.
7058 2003-05-14 08:40  king
7060         * Source/cmake.cxx: ERR: Fixed string literal->char* conversion
7061         warning.
7063 2003-05-14 08:17  andy
7065         * Source/CTest/Curl/CMakeLists.txt: ERR: Search for gethostbyname
7066         which is the one needed
7068 2003-05-13 16:51  king
7070         * Source/cmake.cxx: BUG: Need to remove the MAKEFLAGS when cmake
7071         starts.  If cmake is run from inside make, we don't want the
7072         try-compiles to inherit the makeflags.
7074 2003-05-13 16:10  king
7076         * Source/: cmGlobalGenerator.cxx, cmake.cxx, cmGlobalGenerator.cxx,
7077         cmake.cxx: ENH: When the initially configured generator is invalid,
7078         allow the user to change the generator without deleting the cache
7079         by hand.
7081 2003-05-13 14:26  king
7083         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.cxx: ENH:
7084         Improved error message when a wrong generator is selected.
7086 2003-05-13 14:05  king
7088         * Source/cmDynamicLoader.cxx: ERR: Removed unused parameter.
7090 2003-05-13 13:54  king
7092         * Source/cmSystemTools.cxx: ERR: Removed unused variable from
7093         previous merge.
7095 2003-05-13 13:52  king
7097         * Source/: cmCacheManager.cxx, cmConfigureFileCommand.cxx,
7098         cmListFileCache.cxx, cmLocalVisualStudio6Generator.cxx,
7099         cmMakeDepend.cxx, cmOutputRequiredFilesCommand.cxx,
7100         cmSystemTools.cxx, cmSystemTools.h, cmUseMangledMesaCommand.cxx:
7101         BUG: Using GetLineFromStream instead of getline due to buggy stream
7102         implementations on some platforms.  Merged from trunk into branch
7103         1.6.
7105 2003-05-13 13:26  hoffman
7107         * Modules/CMakeVS71FindMake.cmake, Source/CMakeLists.txt,
7108         Source/cmGlobalVisualStudio71Generator.cxx,
7109         Source/cmGlobalVisualStudio71Generator.h,
7110         Source/cmGlobalVisualStudio7Generator.h,
7111         Source/cmLocalVisualStudio7Generator.cxx,
7112         Source/cmLocalVisualStudio7Generator.h, Source/cmake.cxx: ENH:
7113         Adding VS 7.1 generator to 1.6 branch.
7115 2003-05-13 12:04  king
7117         * Modules/CheckIncludeFiles.cmake, Modules/CheckSymbolExists.cmake,
7118         Modules/FindCABLE.cmake, Modules/Platform/SunOS.cmake,
7119         Modules/Platform/Windows-bcc32.cmake,
7120         Modules/Platform/Windows-cl.cmake,
7121         Source/cmLocalUnixMakefileGenerator.cxx,
7122         Source/cmLocalVisualStudio6Generator.cxx,
7123         Source/cmLocalVisualStudio7Generator.cxx,
7124         Source/cmLocalVisualStudio7Generator.h, Source/cmRemoveCommand.cxx,
7125         Source/cmStringCommand.h, Source/cmaketest.cxx,
7126         Source/MFCDialog/CMakeSetupDialog.cpp,
7127         Tests/Complex/Executable/complex.cxx,
7128         Tests/ComplexOneConfig/Executable/complex.cxx,
7129         Tests/ComplexRelativePaths/Executable/complex.cxx: BUG: Merged
7130         fixes from main tree into 1.6 branch.
7132 2003-05-13 11:42  hoffman
7134         * Source/cmGlobalVisualStudio71Generator.h: Change name of 71
7135         generator
7137 2003-05-13 09:50  king
7139         * Source/kwsys/SystemTools.cxx: ERR: Removed use of std::string !=
7140         operator due to bug in SGI compiler's library.
7142 2003-05-13 09:42  king
7144         * Source/kwsys/CMakeLists.txt: ERR: Test for ansi streams may need
7145         to use iosfwd for test because some compilers provide an iostream
7146         header that is old streams.
7148 2003-05-13 08:38  king
7150         * Source/kwsys/SystemTools.cxx: ERR: Added forward declarations of
7151         system functions for como compiler.
7153 2003-05-13 08:27  andy
7155         * Source/CTest/Curl/hostip.c: ERR: Fix warning
7157 2003-05-12 17:15  andy
7159         * Source/CTest/Curl/: getdate.c, hostip.c, url.c: ERR: Attempt to
7160         remove warnings
7162 2003-05-12 17:11  hoffman
7164         * Source/CTest/Curl/: content_encoding.c, file.c, http.c, telnet.c,
7165         transfer.c, url.c: ERR: Remove a bunch of warnings on SGI
7167 2003-05-12 17:10  andy
7169         * Source/CTest/Curl/CMakeLists.txt: ERR: Do not link nsl if not
7170         necessary
7172 2003-05-12 13:43  king
7174         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in,
7175         kwsys_std_fstream.h.in, kwsys_std_iosfwd.h.in,
7176         kwsys_std_iostream.h.in, kwsys_std_sstream.h.in: ENH: Added
7177         KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream
7178         headers even if they are available.
7180 2003-05-12 13:33  king
7182         * Source/kwsys/: CMakeLists.txt, StandardIncludes.hxx.in: ENH:
7183         Removed old (unused) StandardIncludes header.
7185 2003-05-12 13:27  king
7187         * Source/kwsys/kwsys_std_iosfwd.h.in: ERR: Need to move forward
7188         declarations of non-ansi streams into std namespace when it is
7189         available.
7191 2003-05-12 13:15  king
7193         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, SystemTools.cxx,
7194         SystemTools.hxx.in, kwsys_std.h.in, kwsys_std_fstream.h.in,
7195         kwsys_std_iosfwd.h.in, kwsys_std_iostream.h.in,
7196         kwsys_std_sstream.h.in: ENH: Added wrappers around the std stream
7197         headers to make them look like ansi streams on all platforms.
7199 2003-05-09 15:47  hoffman
7201         * Modules/CMakeVS71FindMake.cmake: add find make program for 71
7203 2003-05-09 09:32  hoffman
7205         * Modules/Platform/Windows-bcc32.cmake: BUG: remove typo from file
7207 2003-05-08 16:59  hoffman
7209         * Source/: CMakeLists.txt, cmGlobalVisualStudio71Generator.cxx,
7210         cmGlobalVisualStudio71Generator.h,
7211         cmGlobalVisualStudio7Generator.cxx,
7212         cmGlobalVisualStudio7Generator.h,
7213         cmLocalVisualStudio7Generator.cxx, cmLocalVisualStudio7Generator.h,
7214         cmake.cxx: add support for vs 71
7216 2003-05-08 16:52  king
7218         * Source/CMakeLists.txt: ERR: Fixed arguments to kwsys's ADD_TEST
7219         call for msvc6.
7221 2003-05-08 16:48  king
7223         * Source/kwsys/CMakeLists.txt: BUG: Need to invert test result for
7224         ansi string stream.
7226 2003-05-08 14:49  king
7228         * Source/CMakeLists.txt: ENH: Added kwsys test.
7230 2003-05-08 14:46  king
7232         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
7233         Directory.hxx.in, RegularExpression.hxx.in,
7234         StandardIncludes.hxx.in, kwsys_std.h.in: ENH: Reduced header
7235         dependencies and cleaned up inclusion of standard headers.
7237 2003-05-08 14:17  king
7239         * Source/kwsys/: CMakeLists.txt, README.itk, README.txt, test1.cxx:
7240         ENH: Setup for testing as a stand-alone project.
7242 2003-05-08 09:55  hoffman
7244         * Modules/Platform/Windows-bcc32.cmake: BUG: fix for borland win32
7245         exe builds
7247 2003-05-08 09:43  martink
7249         * Modules/Platform/: Windows-bcc32.cmake, Windows-bcc32.cmake: BUG:
7250         remove -H flags as they cause crashes on oldwww
7252 2003-05-07 10:31  andy
7254         * Source/CTest/Curl/connect.c: ERR: Remove warning
7256 2003-05-07 10:27  hoffman
7258         * Source/CTest/Curl/: connect.c, ftp.c, telnet.c, url.c: ERR: Fix
7259         some HP specific warnings
7261 2003-05-06 16:03  andy
7263         * Source/CTest/Curl/ftp.c: ERR: More warnings
7265 2003-05-06 11:26  andy
7267         * Source/CTest/Curl/: getdate.c, getenv.c, getpass.c, netrc.c,
7268         telnet.c, version.c: ERR: Remove warnings on icc
7270 2003-05-06 11:10  hoffman
7272         * Source/CTest/Curl/connect.c: ERR: Remove warning on Sun
7274 2003-05-06 10:30  andy
7276         * Source/CTest/Curl/ldap.c: ERR: Remove warning on Mac OSX
7278 2003-05-06 10:16  andy
7280         * Source/ctest.cxx: ERR: Remove warning
7282 2003-05-05 10:48  andy
7284         * Source/CTest/Curl/: dict.c, hostip.c, telnet.c, url.c, version.c:
7285         ERR: Remove warnings on Borland
7287 2003-05-05 10:24  hoffman
7289         * Modules/Platform/Windows-bcc32.cmake: ENH: change the default
7290         borland stack size
7292 2003-05-05 10:23  hoffman
7294         * Source/cmLocalVisualStudio6Generator.cxx: BUG: add linker flags
7295         for modules
7297 2003-05-05 10:23  hoffman
7299         * Source/cmLocalVisualStudio7Generator.cxx: BUG: remove 64 bit
7300         warnings
7302 2003-05-05 09:56  andy
7304         * Source/CTest/Curl/CMakeLists.txt: ERR: Search for getch instead
7305         of printf. Looks like printf is special so it does not work. getch
7306         does. Also when using -ansi, strdup is not defined. Make sure to
7307         use _BSD_SOURCE on all sources that use strdup
7309 2003-05-05 09:55  andy
7311         * Source/CTest/Curl/CMake/CurlTests.c: ERR: Remove warning about
7312         unused variable i
7314 2003-05-05 09:54  andy
7316         * Modules/CheckIncludeFiles.cmake: ERR: Remove warning for main
7317         returning void.
7319 2003-05-05 08:42  andy
7321         * Source/: CMakeLists.txt, cmaketest.cxx, cmaketest.h.in: BUG: Fix
7322         some dependencies for location of executables
7324 2003-05-05 08:42  andy
7326         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Add support for
7327         make test even for fresh build of cmake
7329 2003-05-03 16:15  andy
7331         * Source/WXDialog/CMakeLists.txt: Fix location of test
7333 2003-05-03 12:07  andy
7335         * Source/CTest/Curl/hostip.c: ERR: Attempt to remove warning on
7336         cygwin
7338 2003-05-02 14:05  martink
7340         * Modules/Dart.cmake: fixed andy sloppy code again
7342 2003-05-02 13:57  andy
7344         * Modules/Dart.cmake, Modules/DartConfiguration.tcl.in,
7345         Source/CMakeLists.txt, Source/ctest.cxx: ENH: Fix some dart issues.
7346         Now it works fine without dart.
7348 2003-05-02 13:56  andy
7350         * Source/cmake.cxx: ENH: New location of cmake binaries
7352 2003-05-02 13:54  andy
7354         * Source/cmaketest.cxx: ENH: New location of cmake
7356 2003-05-02 13:54  andy
7358         * Source/CTest/cmCTestSubmit.cxx: ENH: Be just a bit more verbose
7360 2003-05-02 11:29  andy
7362         * CMakeLists.txt, Source/CMakeLists.txt: ENH: Executables should go
7363         to the bin directory
7365 2003-05-02 09:31  andy
7367         * Source/CTest/Curl/: base64.c, connect.c, cookie.c, formdata.c,
7368         ftp.c, getdate.c, hash.c, hostip.c, http.c, http_chunks.c,
7369         mprintf.c, sendf.c, setup.h, telnet.c, transfer.c, url.c: ERR:
7370         Remove warnings on Visual Studio 7
7372 2003-05-02 08:43  andy
7374         * Source/CTest/Curl/Testing/curltest.c: ERR: Fix comment to C style
7375         comment
7377 2003-05-01 15:19  andy
7379         * Source/CTest/Curl/ftp.c: ERR: Remove warning on FreeBSD
7381 2003-05-01 14:18  andy
7383         * Source/CTest/Curl/Testing/curltest.c: ENH: Remove more warnings
7385 2003-05-01 14:17  andy
7387         * Source/CTest/Curl/CMakeLists.txt: BUG: Make dependency checking
7388         work better
7390 2003-05-01 11:55  andy
7392         * Source/CTest/Curl/setup.h: ENH: Ignore some warnings on Visual
7393         Studio
7395 2003-05-01 11:53  andy
7397         * Source/CTest/Curl/: getpass.c, netrc.c, telnet.c, transfer.c,
7398         Testing/curltest.c: ERR: Remove warnings
7400 2003-05-01 11:32  andy
7402         * Source/CTest/Curl/: mprintf.c, timeval.c, getdate.c: ERR: Remove
7403         warnings
7405 2003-05-01 11:29  andy
7407         * Source/CTest/Curl/ldap.c: ERR: Remove warnings
7409 2003-05-01 11:25  andy
7411         * Source/CTest/Curl/: base64.c, connect.c, cookie.c, escape.c,
7412         ftp.c, http.c, url.c: ERR: Remove warnings
7414 2003-05-01 11:25  andy
7416         * Source/CTest/Curl/CMakeLists.txt: ENH: Only compile memdebug when
7417         CURL_MALLOC_DEBUG is on
7419 2003-05-01 08:08  andy
7421         * Source/CTest/Curl/: connect.c, getinfo.c, sendf.c, ssluse.c,
7422         Testing/curltest.c: ERR: Remove some curl warnings
7424 2003-05-01 07:56  andy
7426         * Source/CTest/cmCTestSubmit.cxx: ERR: Remove warnings
7428 2003-04-30 14:59  andy
7430         * Source/CTest/Curl/CMakeLists.txt: ERR: Make OpenSSL optional
7431         until pkg-config works
7433 2003-04-30 07:32  andy
7435         * Source/cmake.h: ERR: Run should return a value
7437 2003-04-29 17:23  andy
7439         * Source/: CMakeLists.txt, CTest/CMakeLists.txt: ENH: Make Curl
7440         code to be built by default
7442 2003-04-29 10:07  andy
7444         * Source/cmakemain.cxx: ENH: Add argument -N which prevents CMake
7445         from doing configure and generate. This should be improved at some
7446         point that it will do all the error checking such as whether the
7447         CMakeLists.txt exists etc. It should essentially load cache, go
7448         through cmake lists, but not modify cache and other files in the
7449         build directory. The second feature is ability to display cache
7450         values. You run with argument -L (or -LH /-LA / -LAH) and it will
7451         display all nonadvanced cached variables (-L) / all cached variable
7452         (-LA) / and cached variables with corresponding help string (-LH
7453         -LAH).
7455 2003-04-29 10:04  andy
7457         * Source/: cmake.cxx, cmake.h: ENH: Add additional optional
7458         argument to Run. If it is true, it will only set paths and load
7459         cache. It will not do configure and gfenerate
7461 2003-04-29 10:02  andy
7463         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Add method to
7464         convert from CacheEntryType to string
7466 2003-04-28 21:08  andy
7468         * Source/CTest/Curl/: CMakeLists.txt,
7469         CMake/CheckSymbolExists.cmake: BUG: Need to use the new
7470         CheckSymbolExists because the one in CMake 1.6 can be broken
7472 2003-04-28 13:16  martink
7474         * Source/cmMacroCommand.cxx: better error reporting
7476 2003-04-25 15:16  andy
7478         * Source/: CTest/CMakeLists.txt, CMakeLists.txt: ENH: Enable CTest
7479         to be build as a part of CMake
7481 2003-04-25 14:52  andy
7483         * Source/ctest.cxx: ENH: Rename option -D to -C because we will use
7484         -D later
7486 2003-04-25 14:51  andy
7488         * Source/cmCommands.cxx: ERR: Set source files properties is needed
7489         for Curl build
7491 2003-04-25 14:50  andy
7493         * Source/CTest/cmCTestSubmit.cxx: ERR: Remove warning because SCP
7494         not implemented
7496 2003-04-25 14:49  andy
7498         * Source/CTest/Curl/CMakeLists.txt: ENH: Do not build tests by
7499         default
7501 2003-04-24 13:25  berk
7503         * Source/: cmSystemTools.cxx, cmSystemTools.cxx: minor fix
7505 2003-04-23 17:24  jjomier
7507         * Source/kwsys/Directory.hxx.in: FIX: warnings, disabling 4786
7509 2003-04-23 13:58  martink
7511         * Source/CTest/CMakeLists.txt: fix some incldue paths
7513 2003-04-22 16:10  king
7515         * Modules/FindCABLE.cmake: ENH: Updated search paths to newest
7516         values from Cable.
7518 2003-04-22 14:32  andy
7520         * bootstrap: ENH: Add SGI -LANG:std support
7522 2003-04-18 10:01  andy
7524         * Source/cmCTest.cxx: ENH: Cleanup
7526 2003-04-18 10:00  andy
7528         * Source/cmCTest.cxx: Even better error detection on AIX
7530 2003-04-18 09:48  andy
7532         * Source/cmCTest.cxx: Better AIX detection
7534 2003-04-17 15:20  andy
7536         * Source/cmCTest.cxx: This is really an error
7538 2003-04-17 13:13  andy
7540         * bootstrap: Support LDFLAGS
7542 2003-04-17 13:13  andy
7544         * Source/cmCTest.cxx: ENH: Add AIX warerr
7546 2003-04-17 11:59  martink
7548         * Source/cmLocalCodeWarriorGenerator.cxx: warning fix hopefully
7550 2003-04-17 11:17  andy
7552         * DartConfig.cmake: More attempt to make continuous email work
7554 2003-04-17 08:47  martink
7556         * Source/cmDynamicLoader.cxx: fix one warning
7558 2003-04-17 08:23  andy
7560         * DartConfig.cmake: Attempt to enable sending of e-mails from
7561         continuous
7563 2003-04-17 08:03  hoffman
7565         * Source/cmCommands.cxx: BUG: fix compile error on windows because
7566         of windows.h
7568 2003-04-17 08:02  andy
7570         * CMakeLists.txt, bootstrap, configure, configure.in: BUG: Rename
7571         Bootstrap directory to Bootstrap.cmk, so that on platforms such as
7572         Windows and Mac OSX it will break during in-source build
7574 2003-04-16 17:06  andy
7576         * DartConfig.cmake: ENH: cleanup
7578 2003-04-16 16:20  martink
7580         * Source/cmDynamicLoader.cxx: fix one warning
7582 2003-04-16 16:17  martink
7584         * Source/cmCommands.cxx: streamline bootstrap
7586 2003-04-16 15:40  martink
7588         * Source/cmake.cxx: minor fix
7590 2003-04-16 14:47  martink
7592         * Source/: CMakeLists.txt, cmLocalCodeWarriorGenerator.cxx,
7593         cmLocalCodeWarriorGenerator.h, cmake.cxx: add COdeWarrior back in
7594         for testing
7596 2003-04-16 14:13  andy
7598         * Source/cmDynamicLoader.cxx: Attempt to make unloading work on OSX
7600 2003-04-16 13:41  andy
7602         * Source/cmCTest.cxx: Fix update output
7604 2003-04-16 13:33  hoffman
7606         * Tests/: LoadCommand/CMakeLists.txt,
7607         LoadCommandOneConfig/CMakeLists.txt: ENH: add a double try compile
7608         to fix crazy make on hp
7610 2003-04-11 18:05  kentwilliams
7612         * Source/kwsys/SystemTools.cxx: took out an orphan endif
7614 2003-04-11 16:22  kentwilliams
7616         * Source/kwsys/: SystemTools.hxx.in, SystemTools.cxx: remove
7617         redundant function and eliminate need for strcasecmp
7619 2003-04-11 13:36  king
7621         * Source/kwsys/README.itk: ENH: Added documentation for ITK.
7623 2003-04-11 07:27  lorensen
7625         * Source/kwsys/SystemTools.cxx: ERR: Borland fix for stricmp. ERR:
7626         removed itk dependencies.
7628 2003-04-10 13:41  kentwilliams
7630         * Source/kwsys/: SystemTools.cxx, SystemTools.hxx.in: Removed
7631         platform-specific functions from Code/IO/itkIOCommon, fixed code to
7632         use kwsys/SystemTools
7634 2003-04-10 09:07  andy
7636         * Source/cmCTest.cxx: Do safe division instead of fixing result
7638 2003-04-10 09:03  king
7640         * Source/kwsys/SystemTools.cxx: ERR: Removed unused parameter and
7641         truncated debug symbol warnings.
7643 2003-04-09 08:08  andy
7645         * Source/cmCTest.cxx: Attempt to fix FIXNUM
7647 2003-04-08 13:14  king
7649         * Source/kwsys/SystemTools.cxx: ERR: Fixed typo. 
7650         cmRegularExpression -> RegularExpression.
7652 2003-04-08 13:10  king
7654         * Source/kwsys/: CMakeLists.txt, Configure.hxx.in, Directory.cxx,
7655         Directory.hxx.in, RegularExpression.cxx, RegularExpression.hxx.in,
7656         StandardIncludes.hxx.in, SystemTools.cxx, SystemTools.hxx.in: ENH:
7657         Added kwsys library for platform-independent system tools.
7659 2003-04-08 10:57  andy
7661         * Source/: cmCTest.cxx, cmCTest.h: Remove nan and inf, use
7662         iostreams to set precision, fix file name, and remove bogus files
7664 2003-04-08 07:16  andy
7666         * Source/cmCTest.cxx: Remove push_back on string. Why can't STL be
7667         standard?
7669 2003-04-07 18:21  andy
7671         * Source/: cmCTest.cxx, cmCTest.h: Some cov improvements and better
7672         esc
7674 2003-04-07 12:20  andy
7676         * Source/cmaketest.cxx: We should really just call make and not
7677         make all
7679 2003-04-04 10:56  king
7681         * Source/cmSetCommand.h: ENH: Added CACHE entry types to
7682         documentation string.
7684 2003-04-04 10:05  king
7686         * Modules/FindFLTK.cmake: ENH: Added /usr/local/lib/fltk
7688 2003-04-03 18:40  andy
7690         * bootstrap: Better support for spaces in paths
7692 2003-04-03 08:44  andy
7694         * Source/cmSystemTools.cxx: Try differentiating extensions
7696 2003-04-02 22:48  king
7698         * Source/: cmake.cxx, cmake.h, cmakemain.cxx,
7699         CursesDialog/ccmake.cxx: ENH: Improved documentation.  Also
7700         modified behavior of "cmake" to not configure a project in the
7701         current directory unless . is given.
7703 2003-04-02 22:44  king
7705         * Source/cmDocumentation.cxx: ENH: Running with zero arguments now
7706         produces usage.
7708 2003-04-02 09:19  andy
7710         * Source/: cmCTest.cxx, cmCTest.h: Url escape password
7712 2003-04-02 09:19  andy
7714         * Source/CTest/cmCTestSubmit.cxx: On verbose, be more verbose
7716 2003-04-02 09:01  andy
7718         * Tests/Wrapping/qtwrappingmain.cxx: If display is not set, do not
7719         attempt to run application
7721 2003-04-02 08:45  andy
7723         * Modules/FindQt.cmake: Add QT on debian
7725 2003-04-01 15:31  andy
7727         * Source/cmCTest.cxx: Fix cov. problems, ignore nonascii char.
7728         Propagate verbosity
7730 2003-04-01 15:30  andy
7732         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Controle
7733         verbosity
7735 2003-04-01 13:29  king
7737         * Source/cmSystemTools.cxx: BUG: strlen(buffer) from getline may be
7738         2 less than gcount on windows because both the CR and LF characters
7739         may be removed.
7741 2003-03-28 13:43  andy
7743         * Source/CTest/Curl/CMakeLists.txt: Stop using
7744         check_function_exists. Use check_symbol_exists
7746 2003-03-28 13:42  andy
7748         * Modules/CheckSymbolExists.cmake: New design of CheckSymbolExists
7749         pretty much replaces all other ones.
7750         
7751         For example:
7752         
7753         CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is:
7754         CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H)
7755         
7756         CHECK_LIBRARY_EXISTS("nsl"    gethostname  HAVE_LIBNSL) would be
7757         SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname
7758         "netdb.h" HAVE_LIBNSL)
7759         
7760         ...
7762 2003-03-28 13:35  andy
7764         * Source/CTest/Curl/strequal.c: Fix windows problem in curl
7766 2003-03-27 15:52  andy
7768         * Source/: cmLocalVisualStudio6Generator.cxx, cmSystemTools.cxx,
7769         cmUseMangledMesaCommand.cxx: Remove warnings
7771 2003-03-27 15:29  andy
7773         * bootstrap: Initial import of bootstrap for CMake
7775 2003-03-27 13:03  hoffman
7777         * Modules/Platform/SunOS.cmake: Fix gnu c and Sun CC mix
7779 2003-03-27 12:49  andy
7781         * CMakeLists.txt: Some more preparations for new bootstrap system
7783 2003-03-27 12:24  andy
7785         * Source/: cmCacheManager.cxx, cmConfigureFileCommand.cxx,
7786         cmListFileCache.cxx, cmLocalVisualStudio6Generator.cxx,
7787         cmMakeDepend.cxx, cmOutputRequiredFilesCommand.cxx,
7788         cmSystemTools.cxx, cmSystemTools.h, cmUseMangledMesaCommand.cxx:
7789         Implement GetLineFromStream that actually works and use it instead
7790         of getline
7792 2003-03-26 10:45  andy
7794         * Source/cmStandardIncludes.h, Tests/Complex/CMakeLists.txt,
7795         Tests/ComplexOneConfig/CMakeLists.txt,
7796         Tests/ComplexRelativePaths/CMakeLists.txt: Remove bogus flags from
7797         cmStandardIncludes and make complex test pass
7799 2003-03-21 11:33  hoffman
7801         * Tests/: Complex/Executable/complex.cxx,
7802         ComplexOneConfig/Executable/complex.cxx,
7803         ComplexRelativePaths/Executable/complex.cxx: BUG: fix REMOVE test
7805 2003-03-21 11:24  hoffman
7807         * Source/cmRemoveCommand.cxx: BUG: fix broken command
7809 2003-03-20 11:27  andy
7811         * Source/cmCTest.cxx: Fix problem with network paths
7813 2003-03-20 10:12  andy
7815         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Support cmake in
7816         directory with space
7818 2003-03-20 09:47  andy
7820         * Source/cmCTest.cxx: BUG: used wrong counters
7822 2003-03-19 18:28  andy
7824         * Source/cmCTest.cxx: More regex
7826 2003-03-19 16:35  andy
7828         * Source/: cmCTest.cxx, cmCTest.h: Add start
7830 2003-03-19 16:25  andy
7832         * Source/cmCTest.cxx: Move files to different location and fix time
7834 2003-03-19 16:11  andy
7836         * Source/: cmCTest.cxx, cmCTest.h: Fix for visual studio
7838 2003-03-19 10:16  king
7840         * Source/cmStringCommand.h: BUG: Command should be inherited.
7842 2003-03-18 13:40  king
7844         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: BUG: Fixed
7845         test for gethostbyname_r and gethostbyaddr_r for ansi support.
7847 2003-03-18 11:47  king
7849         * Utilities/Release/: config_Linux, config_Linux: ENH: Updated to
7850         do release build on ringworld.  Needed for old glibc support.
7852 2003-03-17 14:29  andy
7854         * Tests/Simple/: CMakeLists.txt, simple.cxx, simpleCLib.c,
7855         simpleWe.cpp: Improve test
7857 2003-03-17 13:26  andy
7859         * Tests/Simple/: CMakeLists.txt, simpleCLib.c: Add testing for when
7860         C sources are compiled with C++ compiler
7862 2003-03-17 11:21  andy
7864         * Source/CursesDialog/cmCursesMainForm.cxx: If there was no error,
7865         do not say that there was one
7867 2003-03-17 10:00  king
7869         * Modules/FindGTK.cmake: BUG: Fixed ENDIF ordering.
7871 2003-03-17 09:57  king
7873         * Modules/CheckSymbolExists.cmake: BUG: Fixed syntax of file
7874         generated for test.
7876 2003-03-17 09:29  hoffman
7878         * Source/: cmLocalVisualStudio6Generator.cxx,
7879         cmLocalVisualStudio7Generator.cxx: BUG: fix crash with force cxx
7880         type
7882 2003-03-17 09:15  hoffman
7884         * Source/: cmLocalVisualStudio6Generator.cxx,
7885         cmLocalVisualStudio7Generator.cxx: force cxx compiler for cxx files
7887 2003-03-17 08:25  andy
7889         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
7890         DumpInformation.h.in: Display Cache and all variables
7892 2003-03-16 20:33  andy
7894         * Modules/CheckSymbolExists.cmake: Prevent CMake from putting ; in
7895         the file
7897 2003-03-16 20:25  andy
7899         * Modules/FindGTK.cmake: More variables advanced
7901 2003-03-16 20:23  andy
7903         * Modules/FindGTK.cmake: Add gthread library
7905 2003-03-15 10:04  hoffman
7907         * Source/cmTarget.cxx: BUG: HasCXX did not use GetFileFormat and
7908         was broken
7910 2003-03-14 15:44  hoffman
7912         * Modules/FindGTK.cmake: BUG: bad if statement order
7914 2003-03-14 15:06  hoffman
7916         * Source/cmGlobalVisualStudio6Generator.cxx: better error message
7918 2003-03-14 12:00  hoffman
7920         * Modules/Platform/Windows-cl.cmake: force c++ for c++ files
7922 2003-03-14 12:00  hoffman
7924         * Source/cmLocalVisualStudio6Generator.cxx: use c flags with c and
7925         not cxx flags, also force c++ for c files
7927 2003-03-14 11:59  hoffman
7929         * Source/cmLocalVisualStudio7Generator.cxx: Force c++ builds for
7930         c++ files
7932 2003-03-14 11:58  hoffman
7934         * Source/cmMakefile.cxx: make sure M is after m
7936 2003-03-14 10:54  king
7938         * Source/cmMakefile.cxx: BUG: c extension must come before C.
7940 2003-03-14 10:38  king
7942         * Source/cmMakefile.cxx: BUG: c must precede C.
7944 2003-03-13 16:31  king
7946         * Utilities/Release/config_Linux: Merging from 1.6 again.
7948 2003-03-13 16:30  king
7950         * Utilities/Release/config_Linux: BUG: Need to link statically
7951         against curses.
7953 2003-03-13 15:59  king
7955         * Utilities/Release/: cmake_release.sh, config_Linux: Merging from
7956         1.6 release branch.
7958 2003-03-13 15:58  king
7960         * Utilities/Release/cmake_release.sh: BUG: Need to checkout
7961         ReleaseUtilities with same tag.
7963 2003-03-13 15:47  king
7965         * Utilities/Release/: cmake_release.sh, cmake_release.sh: ENH:
7966         Updated for 1.6.6 release.
7968 2003-03-13 15:46  king
7970         * Modules/Platform/: SunOS.cmake, SunOS.cmake: BUG: Don't use
7971         -nostdlib option to link shared libraries.  Just use gcc -shared,
7972         even for C++ libraries.
7974 2003-03-13 13:28  king
7976         * Source/cmMakefile.cxx: BUG: Added missing cc extension for Source
7977         Files group.
7979 2003-03-13 13:03  king
7981         * Source/cmMakefile.cxx: BUG: Don't duplicate SUBDIRS.
7983 2003-03-13 13:01  king
7985         * Source/cmMakefile.cxx: ENH: Added header file extensions.
7987 2003-03-13 12:59  martink
7989         * Source/cmMakefile.cxx: allow the same subdir to be added twice
7991 2003-03-13 12:48  andy
7993         * Source/cmMakefile.cxx: Fix regular expressions
7995 2003-03-13 12:24  andy
7997         * Source/: cmMakefile.cxx, cmSystemTools.cxx: Synchronize extension
7998         lists
8000 2003-03-13 11:53  king
8002         * Source/CursesDialog/form/fld_attr.c: BUG: Fixed forms for HP.
8004 2003-03-13 11:51  king
8006         * Modules/TestForSTDNamespace.cmake: BUG: Don't repeat test.
8008 2003-03-13 11:49  king
8010         * Modules/CheckTypeSize.cmake: BUG: Don't test type size more than
8011         once.
8013 2003-03-13 11:48  king
8015         * Source/cmSystemTools.cxx: BUG: FindLibrary should not accept a
8016         directory even if the exact specified name exists.
8018 2003-03-13 11:46  king
8020         * Source/cmake.cxx: BUG: Fixed crash when
8021         CMAKE_BACKWARDS_COMPATIBILITY is deleted.
8023 2003-03-13 11:34  king
8025         * Source/MFCDialog/CMakeSetup.rc: BUG: Fixed tab ordering in
8026         dialog.
8028 2003-03-13 11:33  king
8030         * Source/: cmMakefile.h, WXDialog/CMakeLists.txt: ENH: Updated
8031         version for 1.6.6 release.
8033 2003-03-13 11:31  king
8035         * Utilities/Release/config_Linux: ERR: Need to do shared libc link
8036         with static C++ library to have safe dl loading on linux.
8038 2003-03-13 08:44  king
8040         * Source/cmSystemTools.cxx: BUG: FindLibrary should not accept a
8041         directory even if the exact specified name exists.
8043 2003-03-11 17:35  hoffman
8045         * Modules/TestForSTDNamespace.cmake: BUG: fix test not to run every
8046         time
8048 2003-03-11 15:25  hoffman
8050         * Source/cmDynamicLoader.cxx, Source/CTest/CMakeLists.txt,
8051         Source/CursesDialog/form/fld_attr.c,
8052         Tests/LoadCommand/CMakeLists.txt,
8053         Tests/LoadCommandOneConfig/CMakeLists.txt: BUG: fixes for hp
8055 2003-03-09 18:16  andy
8057         * Source/CursesDialog/cmCursesMainForm.cxx: Remove warnings
8059 2003-03-07 15:30  andy
8061         * Source/cmCTest.cxx: More XML
8063 2003-03-07 11:53  andy
8065         * Source/CursesDialog/cmCursesMainForm.cxx: Remove warning
8067 2003-03-07 11:45  andy
8069         * Source/cmCTest.cxx: Fix xml
8071 2003-03-07 11:27  andy
8073         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
8074         Add searching of variables
8076 2003-03-06 15:32  andy
8078         * Modules/Dart.cmake: On borland and cygwin remove .EXE
8080 2003-03-06 12:31  andy
8082         * Source/cmGetCMakePropertyCommand.cxx: Remove warning
8084 2003-03-06 11:20  andy
8086         * Source/cmCommands.cxx, Source/cmGetCMakePropertyCommand.cxx,
8087         Source/cmGetCMakePropertyCommand.h,
8088         Tests/SystemInformation/CMakeLists.txt: Add command for accessing
8089         cmake properties. At this point the only properties are VARIABLES
8090         and CACHE_VARIABLES. Also add test for this feature
8092 2003-03-06 11:19  andy
8094         * Source/: cmMakefile.cxx, cmMakefile.h: Add method which returns a
8095         list of all variables
8097 2003-03-06 11:18  andy
8099         * Source/cmCacheManager.h: Cache manager should be able to take no
8100         arguments
8102 2003-03-06 10:32  king
8104         * Modules/CheckTypeSize.cmake: BUG: Should test HAVE_<VARIABLE>
8105         before repeating test, not just whether <VARIABLE> is set.
8107 2003-03-05 17:08  andy
8109         * Source/cmCTest.cxx: oops... Forgot the main step
8111 2003-03-03 13:58  andy
8113         * Modules/Dart.cmake: Add Update and configure steps where missing
8115 2003-03-03 13:57  andy
8117         * Source/cmCTest.cxx: Fix typo
8119 2003-03-03 09:32  andy
8121         * Modules/Dart.cmake: Start cleaning global namespace
8123 2003-03-03 09:29  andy
8125         * CMakeLists.txt: BUG: Should be use the host CMake's dart file
8127 2003-02-28 13:00  andy
8129         * Source/cmCTest.cxx: Ifdef code that is missing
8131 2003-02-28 12:42  andy
8133         * Modules/CheckSymbolExists.cmake, Source/cmCTest.cxx: Fix update
8134         date and cleanup
8136 2003-02-28 11:31  andy
8138         * Source/cmCTest.cxx: Add configure step
8140 2003-02-27 14:48  andy
8142         * Modules/Dart.cmake: On windows but not on borland, look at
8143         cmake_build_tool instead of compiler to determine build name.
8144         Otherwise they will all be cl
8146 2003-02-27 11:54  andy
8148         * Modules/Dart.cmake: Use more condense buildname. If this works
8149         fine we can make cmBuildName command deprecated
8151 2003-02-27 10:53  king
8153         * Source/WXDialog/cmWXMainFrame.cxx: Remove warning about shadowing
8154         variable (merging andy's change to head)
8156 2003-02-25 12:36  andy
8158         * Source/WXDialog/cmWXMainFrame.cxx: Remove warning about shadowing
8159         variable
8161 2003-02-24 11:02  king
8163         * Source/cmake.cxx: BUG: Fixed crash when
8164         CMAKE_BACKWARDS_COMPATIBILITY is deleted between configures.
8166 2003-02-21 15:52  king
8168         * Source/MFCDialog/CMakeSetup.rc: BUG: Fixed tab ordering of gui
8169         components.
8171 2003-02-20 17:38  andy
8173         * Modules/Dart.cmake: Use simple defaults if DartConfig does not
8174         exist. This way you can use dart to build any project
8176 2003-02-20 10:46  king
8178         * Modules/CMakeVS6FindMake.cmake: BUG: Fix registry entry name.
8180 2003-02-20 10:44  hoffman
8182         * Modules/CMakeVS6FindMake.cmake: BUG: look for msdev in the right
8183         place
8185 2003-02-20 09:40  martink
8187         * Source/MFCDialog/CMakeSetupDialog.cpp: better default generator
8188         choice
8190 2003-02-20 09:40  king
8192         * Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.5
8193         release.
8195 2003-02-20 08:55  king
8197         * Source/cmLocalUnixMakefileGenerator.cxx: fix for correct path
8198         style in depend file
8200 2003-02-20 08:52  hoffman
8202         * Source/cmLocalUnixMakefileGenerator.cxx: fix for correct path
8203         style in depend file
8205 2003-02-20 08:47  king
8207         * Modules/TestForANSIForScope.cmake: BUG: Don't test every time for
8208         "for" scope.
8210 2003-02-20 08:42  king
8212         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fix problem with
8213         lib in the name of library. If there was lib in the name of
8214         library, then on Windows (where there is not lib prefix), cmake
8215         split the name wrongly. This only manifested when full path to the
8216         library is specified.
8218 2003-02-20 08:41  hoffman
8220         * Modules/TestForANSIForScope.cmake: remove commented code
8222 2003-02-20 08:38  king
8224         * Modules/CheckSymbolExists.cmake: BUG: Fixed return 0 through void
8225         type.
8227 2003-02-20 08:37  king
8229         * Modules/: CMakeDetermineCCompiler.cmake,
8230         CMakeDetermineCXXCompiler.cmake: ENH: Removed creation of extra
8231         CMAKE_C_COMPILER_FULLPATH and CMAKE_CXX_COMPILER_FULLPATH cache
8232         entries.
8234 2003-02-20 08:34  king
8236         * Source/cmGlobalVisualStudio7Generator.cxx: BUG: Added missing
8237         paren to generated file.
8239 2003-02-20 08:32  king
8241         * Source/cmaketest.cxx: BUG: Fix lower-casing of compiler for
8242         win98.
8244 2003-02-20 08:30  king
8246         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
8247         Utilities/Release/cmake_release.sh: ENH: Updated for version 1.6.5.
8249 2003-02-20 08:28  king
8251         * Source/cmFindPackageCommand.h: BUG: This command must be
8252         inherited.
8254 2003-02-20 08:23  king
8256         * Modules/FindFLTK.cmake: BUG: Removed reference to CMake 1.4
8257         compatability variable.
8259 2003-02-20 07:55  king
8261         * Source/cmDumpDocumentation.cxx: ERR: Added missing return.
8263 2003-02-19 17:37  king
8265         * Source/CMakeLists.txt: ENH: Using new --all-for-coverage of
8266         DumpDocumentation to improve coverage.
8268 2003-02-19 17:36  king
8270         * Source/cmDumpDocumentation.cxx: ENH: Added option to dump all
8271         documentation (coverage).
8273 2003-02-19 17:10  king
8275         * Modules/FindFLTK.cmake: BUG: Removed use of cmake 1.4
8276         compatability variable.
8278 2003-02-19 12:54  andy
8280         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Fix problem with
8281         lib in the name of library. If there was lib in the name of
8282         library, then on Windows (where there is not lib prefix), cmake
8283         split the name wrongly. This only manifested when full path to the
8284         library is specified.
8286 2003-02-19 08:52  king
8288         * Source/cmDocumentation.cxx: ERR: Fixed signed/unsigned warning.
8290 2003-02-18 20:54  king
8292         * Source/cmDumpDocumentation.cxx: ENH: Updated to use
8293         cmDocumentation class.
8295 2003-02-18 20:42  king
8297         * Source/: cmDocumentation.cxx, cmDocumentation.h, cmakemain.cxx,
8298         CursesDialog/ccmake.cxx: ENH: Re-implemented document generation
8299         class to be more organized and more robust.
8301 2003-02-18 20:40  king
8303         * Source/cmAddCustomCommandCommand.h: Fix to documentation
8304         formatting: removed extra newline.
8306 2003-02-18 16:24  hoffman
8308         * Source/cmGlobalVisualStudio7Generator.cxx: ENH: fix for vs 7
8309         beta1
8311 2003-02-17 15:47  king
8313         * Source/cmFindPackageCommand.h: BUG: This command must be
8314         inherited.
8316 2003-02-17 10:30  andy
8318         * Modules/CheckSymbolExists.cmake: Fix return value problem
8320 2003-02-17 09:59  andy
8322         * Source/CursesDialog/cmCursesStringWidget.cxx: Attempt to fix SGI
8323         ccmake problem (thank you Clint Miller)
8325 2003-02-17 09:56  andy
8327         * Source/cmDocumentation.cxx: Minor documentation fixes
8329 2003-02-17 09:42  king
8331         * Source/cmakemain.cxx: ENH: Added executable-specific command-line
8332         options.
8334 2003-02-17 09:42  king
8336         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Added
8337         header before list of commands in generated docs.  Made options
8338         more intuitive.
8340 2003-02-16 11:57  king
8342         * Source/cmDocumentation.cxx: ERR: Use of stream format flags is
8343         hard to make portable.  Manually implementing justification.
8345 2003-02-15 22:36  king
8347         * Source/cmDocumentation.cxx: ERR: Use of std::ios::fmtflags is not
8348         portable to older compilers.
8350 2003-02-14 18:47  king
8352         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
8353         cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
8354         cmAddDependenciesCommand.h, cmAddExecutableCommand.h,
8355         cmAddLibraryCommand.h, cmAddTestCommand.h,
8356         cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
8357         cmBuildNameCommand.h, cmConfigureFileCommand.h,
8358         cmCreateTestSourceList.h, cmElseCommand.h,
8359         cmEnableTestingCommand.h, cmEndForEachCommand.h, cmEndIfCommand.h,
8360         cmExecProgramCommand.h, cmExportLibraryDependencies.h,
8361         cmFLTKWrapUICommand.h, cmFindFileCommand.h, cmFindLibraryCommand.h,
8362         cmFindPackageCommand.h, cmFindPathCommand.h,
8363         cmFindProgramCommand.h, cmForEachCommand.h,
8364         cmGetFilenameComponentCommand.h, cmGetSourceFilePropertyCommand.h,
8365         cmGetTargetPropertyCommand.h, cmITKWrapTclCommand.h, cmIfCommand.h,
8366         cmIncludeCommand.h, cmIncludeDirectoryCommand.h,
8367         cmIncludeExternalMSProjectCommand.h,
8368         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.h,
8369         cmInstallProgramsCommand.h, cmInstallTargetsCommand.h,
8370         cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.h,
8371         cmLoadCacheCommand.h, cmLoadCommandCommand.h, cmMacroCommand.h,
8372         cmMakeDirectoryCommand.h, cmMarkAsAdvancedCommand.h,
8373         cmMessageCommand.h, cmOptionCommand.h,
8374         cmOutputRequiredFilesCommand.h, cmProjectCommand.h,
8375         cmQTWrapCPPCommand.h, cmQTWrapUICommand.h, cmRemoveCommand.h,
8376         cmSeparateArgumentsCommand.h, cmSetCommand.h,
8377         cmSetSourceFilesPropertiesCommand.h,
8378         cmSetTargetPropertiesCommand.h, cmSiteNameCommand.h,
8379         cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.h,
8380         cmSourceGroupCommand.h, cmStringCommand.h, cmSubdirCommand.h,
8381         cmSubdirDependsCommand.h, cmTargetLinkLibrariesCommand.h,
8382         cmTryCompileCommand.h, cmTryRunCommand.h,
8383         cmUseMangledMesaCommand.h, cmUtilitySourceCommand.h,
8384         cmVTKMakeInstantiatorCommand.h, cmVTKWrapJavaCommand.h,
8385         cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.h,
8386         cmVariableRequiresCommand.h, cmWrapExcludeFilesCommand.h,
8387         cmWriteFileCommand.h: ENH: Cleaned up documentation and formatted
8388         it for use by cmDocumentation.
8390 2003-02-14 16:16  king
8392         * Source/cmDocumentation.cxx: ENH: Improved formatting of
8393         plain-text help to add a blank line before the beginning of a
8394         preformatted section.
8396 2003-02-14 13:28  king
8398         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Further
8399         improved formatting.  HTML/man/help now all have a consistent
8400         appearance.
8402 2003-02-14 13:06  king
8404         * Source/: cmDocumentation.cxx, cmDocumentation.h: ENH: Improved
8405         formatting of documentation.
8407 2003-02-14 11:13  martink
8409         * Source/cmaketest.cxx: Lowercase has a bad signiture, so I have to
8410         live with it
8412 2003-02-14 10:56  king
8414         * Source/cmSystemTools.cxx: ERR: Added missing include for msvc.
8416 2003-02-14 10:53  king
8418         * Source/: CMakeLists.txt, Makefile.in, cmDocumentation.cxx,
8419         cmDocumentation.h, cmStandardIncludes.h, cmSystemTools.cxx,
8420         cmSystemTools.h, cmake.cxx, cmake.h, cmakemain.cxx,
8421         CursesDialog/ccmake.cxx: ENH: Added cmDocumentation class to
8422         generate various forms of documentation.  Each executable will be
8423         able to generate its own documentation.
8425 2003-02-14 10:40  hoffman
8427         * Modules/: CMakeDetermineCCompiler.cmake,
8428         CMakeDetermineCXXCompiler.cmake: ENH: move full path compiler to
8429         internal and not just advanced
8431 2003-02-14 09:54  hoffman
8433         * Modules/TestForANSIForScope.cmake, Source/cmCacheManager.cxx,
8434         Source/cmConfigureFileCommand.cxx, Source/cmConfigureFileCommand.h,
8435         Source/cmIncludeCommand.h, Source/cmLocalUnixMakefileGenerator.cxx,
8436         Source/cmMakefile.h, Source/cmMarkAsAdvancedCommand.h,
8437         Source/cmUseMangledMesaCommand.cxx,
8438         Source/cmVariableRequiresCommand.cxx,
8439         Source/cmVariableRequiresCommand.h: spelling errors
8441 2003-02-14 09:25  hoffman
8443         * CMake.rtf: fix spelling errors
8445 2003-02-13 21:57  king
8447         * CMakeLists.txt, configure, configure.in, Source/CMakeLists.txt,
8448         Source/cmConfigure.cmake.h.in, Source/cmConfigure.h.in,
8449         Source/cmMakefile.cxx, Source/cmMakefile.h,
8450         Source/cmStandardIncludes.h, Source/WXDialog/CMakeLists.txt: ENH:
8451         Centralized setting of CMake version number to top-level CMake
8452         listfile.
8454 2003-02-13 12:03  king
8456         * Utilities/Release/cmake_release.sh: ENH: Merged updates for 1.6.4
8457         release.
8459 2003-02-13 11:57  king
8461         * Modules/FindJNI.cmake: BUG: Fix find of JNI on Mac OSX 10.2.
8463 2003-02-13 11:54  king
8465         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
8466         Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.4 release.
8468 2003-02-13 11:52  king
8470         * Modules/UseVTKConfig40.cmake: BUG: Copy of _LIB_DEPENDS variables
8471         needs to be double-quoted.
8473 2003-02-13 11:50  king
8475         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for spaces in
8476         paths in library path
8478 2003-02-13 11:47  king
8480         * Source/cmFindLibraryCommand.cxx: BUG: Use
8481         cmSystemTools::IsNOTFOUND.
8483 2003-02-12 13:43  andy
8485         * Source/: cmCTest.cxx, cmakemain.cxx: Try to fix update
8487 2003-02-12 09:26  andy
8489         * Source/cmCTest.cxx: Write individual too
8491 2003-02-11 14:49  andy
8493         * Modules/FindJNI.cmake: Ok, now it finds JNI on Mac OSX 10.2
8495 2003-02-11 13:56  andy
8497         * Modules/FindJNI.cmake: Fix typo
8499 2003-02-11 13:53  andy
8501         * Modules/FindJNI.cmake: Add missing location
8503 2003-02-11 13:37  andy
8505         * Modules/FindJNI.cmake: Improve searching for java files on OSX
8507 2003-02-11 13:34  andy
8509         * Source/cmSetTargetPropertiesCommand.h: Fix comment
8511 2003-02-11 09:50  king
8513         * Modules/: FindMangledMesa.cmake, FindOSMesa.cmake: Moving this
8514         very specific module to VTK.
8516 2003-02-11 09:19  andy
8518         * Source/: cmCTest.cxx, cmCTest.h: Fix cont and remove comments
8520 2003-02-10 23:19  andy
8522         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: Start working on cont
8524 2003-02-10 22:00  hoffman
8526         * Tests/TryCompile/CMakeLists.txt: ENH: add more testing for ansi
8527         for scopes
8529 2003-02-10 21:56  hoffman
8531         * Modules/TestForANSIForScope.cmake:  clean up check for for scope
8532         test
8534 2003-02-10 21:52  andy
8536         * Source/: cmCTest.cxx, cmCTest.h, ctest.cxx: Fix date issues with
8537         different models
8539 2003-02-10 16:20  hoffman
8541         * Source/CMakeLists.txt, Tests/TryCompile/CMakeLists.txt: ENH: add
8542         a new test for TRY_COMPILE
8544 2003-02-10 13:19  hoffman
8546         * Tests/TryCompile/: CMakeLists.txt, fail.c, pass.c: ENH: add a new
8547         test to test try compile
8549 2003-02-10 11:08  king
8551         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Running "make test"
8552         can now have ARGS specified on the command line.  These ARGS are
8553         passed to ctest.
8555 2003-02-09 16:11  king
8557         * Utilities/Release/cmake_release.sh: ERR: Removed extra &&.
8559 2003-02-08 10:24  hoffman
8561         * Source/: cmSystemTools.cxx, cmSystemTools.h: Fix for include
8562         optional
8564 2003-02-08 10:23  hoffman
8566         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for spaces in
8567         paths in library path
8569 2003-02-07 16:29  king
8571         * Modules/UseVTKConfig40.cmake: BUG: Copying _LIB_DEPENDS variables
8572         requires double-quoted argument.
8574 2003-02-07 14:04  king
8576         * Source/: cmGetFilenameComponentCommand.cxx,
8577         cmGetFilenameComponentCommand.h, cmLocalUnixMakefileGenerator.cxx,
8578         cmLocalVisualStudio6Generator.cxx, cmLocalVisualStudio6Generator.h,
8579         cmLocalVisualStudio7Generator.cxx, cmLocalVisualStudio7Generator.h,
8580         cmMakefile.cxx, cmSetSourceFilesPropertiesCommand.h,
8581         cmSetTargetPropertiesCommand.h, cmSystemTools.cxx, cmSystemTools.h:
8582         Several fixes/improvements:
8583         
8584           - Fixed CollapseFullPath to work on relative paths with base
8585         paths
8586             not in the current working directory.
8587           - INCLUDE command now supports relative paths (using above fix).
8588           - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to
8589             unwind symlinks and relative paths.
8590           - Fixed libName_EXPORTS macro definition to be valid C
8591         identifier.
8592           - Added DEFINE_SYMBOL target propterty for customizing the export
8593         symbol.
8594           - Implemented LINK_FLAGS target propterty for libraries in VC6
8595         and VC7.
8596         
8597         Several of these fixes were contributed by Gareth Jones.
8599 2003-02-07 11:47  hoffman
8601         * Source/CTest/CMakeLists.txt: Remove warnings on AIX
8603 2003-02-07 11:03  andy
8605         * Source/CTest/cmCTestSubmit.cxx: Do not reuse connection as that
8606         feature seems to be broken
8608 2003-02-07 11:03  andy
8610         * Source/cmCTest.cxx: Fix update return status
8612 2003-02-07 10:34  hoffman
8614         * Source/cmSystemTools.cxx: ENH: spelling error fix
8616 2003-02-07 10:18  hoffman
8618         * Source/cmFindLibraryCommand.cxx: BUG: use IsNOTFOUND
8620 2003-02-07 10:05  king
8622         * Utilities/Release/cmake_release.sh: ERR: Removed stray && from
8623         end of line.
8625 2003-02-07 00:09  andy
8627         * Source/: cmCTest.cxx, cmCTest.h: Add updating support
8629 2003-02-06 17:48  hoffman
8631         * CMakeLists.txt: tell the aix linker not to give warnings with
8632         -bhalt:5
8634 2003-02-06 15:18  martink
8636         * Source/: cmLocalVisualStudio6Generator.cxx,
8637         cmLocalVisualStudio7Generator.cxx: added option to shut off
8638         automatic rebuilding
8640 2003-02-06 10:49  king
8642         * Source/CMakeLists.txt: ENH: Comeau C++ has been added for nightly
8643         testing.  It does not support shared libraries, so we cannot run
8644         the complex tests.
8646 2003-02-06 08:45  king
8648         * Source/WXDialog/CMakeLists.txt: BUG: We want AppleInfo.plist from
8649         our source tree, not the version of CMake running the build.
8651 2003-02-05 22:26  hoffman
8653         * Source/: cmSystemTools.cxx, cmSystemTools.h,
8654         cmTryCompileCommand.cxx:  add better testing for unlink
8656 2003-02-05 18:05  king
8658         * Source/cmCreateTestSourceList.cxx: BUG: Generate 0 into test
8659         driver instead of NULL.
8661 2003-02-05 17:52  king
8663         * Source/CTest/Curl/CMake/CurlTests.c: BUG: Don't include prototype
8664         in test for gethostbyname_r.
8666 2003-02-05 16:56  king
8668         * Utilities/Release/cmake_release.sh: ENH: Added win32_zipfile and
8669         win32_upload commands.
8671 2003-02-05 16:53  king
8673         * Utilities/Release/cmake_release.sh: ENH: Added win32_zipfile and
8674         win32_upload commands.
8676 2003-02-05 16:17  king
8678         * Source/WXDialog/CMakeLists.txt: BUG: AppleInfo.plist should come
8679         from build tree.
8681 2003-02-05 15:14  king
8683         * Utilities/Release/cmake_release.sh: BUG: Updated release tag for
8684         1.6.3.
8686 2003-02-05 15:07  king
8688         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
8689         Utilities/Release/cmake_release.sh: ENH: Updated to version 1.6.3.
8691 2003-02-05 15:05  king
8693         * Modules/CMakeSystemSpecificInformation.cmake: ENH:
8694         CMAKE_INSTALL_PREFIX should not be advanced on UNIX.
8696 2003-02-05 15:02  king
8698         * Modules/Platform/HP-UX.cmake: BUG: Optimization flags use +
8699         prefix, not -.
8701 2003-02-05 15:01  king
8703         * Source/CursesDialog/cmCursesLongMessageForm.cxx: BUG: Fixed crash
8704         when messages are too long.
8706 2003-02-05 15:00  king
8708         * Source/MFCDialog/PropertyList.cpp: BUG: Fixed GUI for new
8709         NOTFOUND checks.
8711 2003-02-05 14:58  king
8713         * Source/cmGlobalGenerator.cxx: BUG: Bug in NOTFOUND error
8714         reporting logic.
8716 2003-02-05 14:55  hoffman
8718         * Modules/Platform/HP-UX.cmake: fix default release flags for hp
8720 2003-02-05 14:55  king
8722         * Source/: cmCacheManager.cxx, cmCacheManager.h: ENH: Better error
8723         checking for cache iterator.
8725 2003-02-05 13:24  hoffman
8727         * Source/MFCDialog/PropertyList.cpp: ENH: add a check for -NOTFOUND
8729 2003-02-04 15:37  hoffman
8731         * Modules/CMakeSystemSpecificInformation.cmake: move cmake install
8732         out of advanced
8734 2003-02-04 15:37  hoffman
8736         * Source/cmGlobalGenerator.cxx: BUG: add better testing for
8737         notfound
8739 2003-02-04 14:37  berk
8741         * Modules/: FindMangledMesa.cmake, FindOSMesa.cmake: Created
8742         modules for Mesa headers and libraries.
8744 2003-02-04 14:31  hoffman
8746         * Source/CursesDialog/cmCursesLongMessageForm.cxx: BUG: don't let
8747         the messages get too big
8749 2003-02-04 14:01  martink
8751         * Source/: cmCacheManager.h, cmCacheManager.cxx: safer operation of
8752         iterators
8754 2003-02-04 09:50  andy
8756         * Source/cmVTKWrapJavaCommand.cxx: Oops, std namespace
8758 2003-02-04 09:48  andy
8760         * Source/cmVTKWrapJavaCommand.cxx: Generate java dependency files
8762 2003-02-03 23:08  king
8764         * Utilities/Release/: cmake_release.sh, cmake_release.sh: ENH:
8765         Improved robustness of remote invocation.  Added more
8766         documentation.
8768 2003-02-03 22:46  king
8770         * Utilities/Release/: cmake_release.sh, cmake_release.sh: ENH:
8771         Added documentation and usage.
8773 2003-02-03 13:31  hoffman
8775         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
8776         ComplexRelativePaths/CMakeLists.txt: ENH: add a better test for lib
8777         deps
8779 2003-02-03 12:02  king
8781         * Utilities/Release/cmake_release.sh: ENH: Updated version to
8782         1.6.2.
8784 2003-02-03 12:01  king
8786         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
8787         cmFindLibraryCommand.cxx, cmFindPackageCommand.cxx,
8788         cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
8789         cmFindProgramCommand.h, cmGetFilenameComponentCommand.cxx,
8790         cmGlobalGenerator.cxx, cmITKWrapTclCommand.cxx, cmSourceFile.cxx,
8791         cmSystemTools.cxx, cmSystemTools.h: ENH: Added new NOTFOUND
8792         notification feature.
8794 2003-02-03 11:50  king
8796         * Source/: cmMakefile.h, WXDialog/CMakeLists.txt: ENH: Updated from
8797         version 1.6.1 to 1.6.2.
8799 2003-02-03 11:49  king
8801         * Source/cmExportLibraryDependencies.cxx: BUG: Removed generation
8802         of stray paren.
8804 2003-02-03 09:53  king
8806         * Source/cmExportLibraryDependencies.cxx: BUG: Removed generation
8807         of stray paren.
8809 2003-02-02 22:32  king
8811         * Source/CursesDialog/cmCursesStandardIncludes.h: ENH: Cleaned up
8812         sgi unreferenced warning hack.
8814 2003-02-02 11:45  hoffman
8816         * Source/cmGlobalGenerator.cxx: fix warning
8818 2003-02-01 16:39  hoffman
8820         * Source/cmMakefile.cxx: ENH: fix warning
8822 2003-02-01 16:39  hoffman
8824         * Source/cmAddLibraryCommand.h: ENH: fix doc line
8826 2003-02-01 16:27  hoffman
8828         * Source/CursesDialog/cmCursesStandardIncludes.h: BUG: add missing
8829         ;
8831 2003-01-31 15:01  hoffman
8833         * Modules/FindOpenGL.cmake: ENH: add checking for NOTFOUND
8835 2003-01-31 14:39  hoffman
8837         * Modules/FindOpenGL.cmake, Source/cmGlobalGenerator.cxx: ENH: add
8838         checking for NOTFOUND
8840 2003-01-31 13:50  hoffman
8842         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
8843         cmFindLibraryCommand.cxx, cmFindPackageCommand.cxx,
8844         cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
8845         cmFindProgramCommand.h, cmGetFilenameComponentCommand.cxx,
8846         cmGlobalGenerator.cxx, cmITKWrapTclCommand.cxx,
8847         cmIncludeDirectoryCommand.cxx, cmLinkLibrariesCommand.cxx,
8848         cmMakefile.cxx, cmSourceFile.cxx, cmSystemTools.cxx,
8849         cmSystemTools.h, cmTargetLinkLibrariesCommand.cxx: ENH: add
8850         checking for NOTFOUND
8852 2003-01-31 13:24  king
8854         * Source/cmMakefile.h, Source/WXDialog/CMakeLists.txt,
8855         Utilities/Release/cmake_release.sh: ENH: Updated to version 1.6.1
8856         from 1.6.0.
8858 2003-01-31 13:18  king
8860         * Source/cmWin32ProcessExecution.cxx: Merge from HEAD.  Use process
8861         output for error reporting instead of stdout.
8863 2003-01-31 13:04  king
8865         * Modules/FindLATEX.cmake: ENH: Changes to work on windows.  Merged
8866         from HEAD.
8868 2003-01-31 11:52  king
8870         * Modules/FindFLTK.cmake: BUG: Need FIND_PROGRAM instead of
8871         FIND_FILE to find fluid.exe.
8873 2003-01-31 11:49  king
8875         * Modules/FindPerl.cmake: ENH: Added ActivePerl/804 as a search
8876         path.
8878 2003-01-31 11:44  king
8880         * Modules/CMakeSystemSpecificInformation.cmake: ERR: Removed stray
8881         double quote.
8883 2003-01-31 11:41  king
8885         * Utilities/Release/cmake_release.sh: ENH: Another merge from
8886         branch 1.6.
8888 2003-01-31 11:40  king
8890         * Modules/FindX11.cmake: BUG: Fix for cygwin's X11.
8892 2003-01-31 11:36  king
8894         * Source/cmakewizard.cxx: ENH: cmake -i on HP needs printf instead
8895         of cout.
8897 2003-01-31 11:35  king
8899         * Source/: CMakeLists.txt, CMakeLists.txt: BUG: Change install
8900         location of cmCPluginAPI header.
8902 2003-01-31 08:47  martink
8904         * Source/CursesDialog/cmCursesStandardIncludes.h: fixed warnings
8906 2003-01-30 14:34  andy
8908         * Source/: cmIncludeDirectoryCommand.cxx,
8909         cmLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.cxx: Add
8910         some error checking for missing include directories and link
8911         libraries
8913 2003-01-30 14:34  andy
8915         * Modules/CMakeSystemSpecificInformation.cmake: Remove extra quote
8917 2003-01-30 13:19  hoffman
8919         * Source/cmakewizard.cxx: BUG: can not mix cout and fgets on hp
8921 2003-01-30 11:50  king
8923         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Fixing
8924         attempt to remove warnings.
8926 2003-01-29 14:20  king
8928         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Another
8929         attempt to get rid of unreferenced inline function warnings on SGI.
8931 2003-01-29 13:56  king
8933         * Utilities/Release/cmake_release.sh: ENH: Use * instead of
8934         directory list for installation tarball.
8936 2003-01-29 13:46  king
8938         * Utilities/Release/cmake_release.sh: BUG: Need to include the
8939         include directory from the installation.
8941 2003-01-29 09:06  andy
8943         * Modules/FindX11.cmake: Attempt to fix build problem on some
8944         platforms
8946 2003-01-28 15:48  hoffman
8948         * Source/cmFindFileCommand.h: ENH: better docs
8950 2003-01-28 15:44  hoffman
8952         * Modules/: FindFLTK.cmake, FindQt.cmake: ENH: change FIND_FILE to
8953         FIND_PROGRAM
8955 2003-01-28 08:53  andy
8957         * Modules/FindLATEX.cmake: Make things work on unix and add DVIPDF
8959 2003-01-27 12:25  andy
8961         * Source/cmWin32ProcessExecution.cxx: Fix output variable and
8962         remove this->m_ to be only m_
8964 2003-01-27 12:18  andy
8966         * Source/cmWin32ProcessExecution.cxx: Move errors to output
8967         variable
8969 2003-01-24 17:40  king
8971         * Utilities/Release/cygwin-package.sh.in: ENH: Merged more changes
8972         from 1.6 branch.
8974 2003-01-24 17:34  king
8976         * Utilities/Release/cygwin-package.sh.in: ENH: Added testing to
8977         packaging script.
8979 2003-01-24 15:48  king
8981         * Utilities/Release/cmake_release.sh: ENH: Merged more changes from
8982         1.6 branch.
8984 2003-01-24 15:02  king
8986         * Utilities/Release/cmake_release.sh: ENH: Added cygwin_upload
8987         function.
8989 2003-01-24 14:40  king
8991         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
8992         config_IRIX64, config_Linux, config_OSF1, config_SunOS: ENH: Merged
8993         1.6-branch changes to release scripts.
8995 2003-01-24 14:29  king
8997         * Utilities/Release/: config_AIX, config_Darwin, config_IRIX64,
8998         config_Linux, config_OSF1, config_SunOS: ENH: Use verbose makefile
8999         during release build.
9001 2003-01-24 13:55  king
9003         * Utilities/Release/cmake_release.sh: ENH: Updated checkout
9004         revision to Release-1-6-0 tag.
9006 2003-01-24 13:53  king
9008         * Modules/Platform/: HP-UX.cmake, HP-UX.cmake: BUG: Added missing
9009         link flag to export symbols from an executable.
9011 2003-01-24 11:50  king
9013         * Source/WXDialog/CMakeLists.txt: ENH: Updated for cmake 1.6.0
9014         release.
9016 2003-01-24 11:49  king
9018         * Utilities/Release/cmake_release.sh: ENH: Updated for 1.6.0
9019         release over 1.6.beta2.
9021 2003-01-24 11:45  king
9023         * Utilities/: cmake_release_config_darwin,
9024         cmake_release_config_hpux, cmake_release_config_irix,
9025         cmake_release_config_linux, cmake_release_config_osf,
9026         cmake_release_config_sun, cmake_release_cygwin.sh,
9027         cmake_release_unix_config.sh, cmake_release_version.sh: ENH:
9028         Removing old release scripts.  CMake 1.6 now has its own copy of
9029         the release scripts.
9031 2003-01-24 11:45  king
9033         * Utilities/: cmake-cygwin-package.sh, cmake_release_unix_build.sh,
9034         cmake_release_unix_package.sh, Release/cmake_release.sh,
9035         Release/config_AIX, Release/config_CYGWIN_NT-5.1,
9036         Release/config_Darwin, Release/config_HP-UX, Release/config_IRIX64,
9037         Release/config_Linux, Release/config_OSF1, Release/config_SunOS,
9038         Release/cygwin-package.sh.in: ENH: Release branch should contain
9039         its own release scripts.
9041 2003-01-24 11:41  king
9043         * Utilities/Release/: cmake_release.sh, config_AIX, config_Darwin,
9044         config_HP-UX, config_Linux, config_OSF1, config_SunOS: ENH: Enabled
9045         testing during release build.
9047 2003-01-24 10:33  king
9049         * Source/CursesDialog/cmCursesStandardIncludes.h: ERR: Fixed
9050         unreferenced termios declaration warning.
9052 2003-01-23 10:42  barre
9054         * Modules/FindLATEX.cmake: no message
9056 2003-01-23 10:37  barre
9058         * Modules/FindLATEX.cmake: FIX: - rename some entries (COMPILE ->
9059         COMPILER, and the converters -> _CONVERTER) - make sure that Window
9060         system are given a chance to find Latex and the converters if
9061         MikTex and GhostScript are installed (but not in the PATH)
9063 2003-01-23 10:36  barre
9065         * Modules/FindPerl.cmake: FIX: the current version of Perl is 5.8
9067 2003-01-23 10:35  barre
9069         * Source/cmGetFilenameComponentCommand.cxx: FIX: this command was
9070         not processing  its arg to expand registery values
9072 2003-01-22 15:00  martink
9074         * Modules/Platform/gcc.cmake: joins from the main tree
9076 2003-01-22 14:59  martink
9078         * Modules/Platform/gcc.cmake: minor change to default compile flags
9080 2003-01-22 14:49  martink
9082         * Modules/: FindMPEG2.cmake, FindSDL.cmake: merge from branch
9084 2003-01-22 14:33  hoffman
9086         * Source/cmGlobalGenerator.h: ENH: merge from branch
9088 2003-01-22 14:21  hoffman
9090         * Tests/X11/CMakeLists.txt: ENH: merge from head
9092 2003-01-22 14:20  hoffman
9094         * Utilities/Doxygen/doc_makeall.sh.in: merge from main tree
9096 2003-01-22 14:20  hoffman
9098         * Source/cmGlobalGenerator.cxx: merge from main tree, test for
9099         working c and c++ compilers
9101 2003-01-22 14:17  hoffman
9103         * Templates/: cconfigure, cconfigure.in, cxxconfigure,
9104         cxxconfigure.in: merge with main branch and remove unused scripts
9106 2003-01-22 14:13  hoffman
9108         * Modules/FindAndImportCMakeProject.cmake: moved to c++ command
9110 2003-01-22 12:38  martink
9112         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
9113         joins from the main tree
9115 2003-01-22 12:31  martink
9117         * Source/: cmCommands.cxx, cmFindPathCommand.cxx,
9118         cmGlobalUnixMakefileGenerator.cxx,
9119         cmGlobalVisualStudio6Generator.cxx, cmMakefile.cxx, cmMakefile.h,
9120         cmake.cxx: joins from the main tree
9122 2003-01-22 12:29  hoffman
9124         * Modules/: CMakeTestCCompiler.cmake, CMakeTestCXXCompiler.cmake:
9125         ENH: only run test for working c and cxx compiler once
9127 2003-01-22 12:28  martink
9129         * Modules/CMakeDetermineCCompiler.cmake,
9130         Modules/CMakeDetermineCXXCompiler.cmake,
9131         Modules/CMakeTestCCompiler.cmake,
9132         Modules/CMakeTestCXXCompiler.cmake,
9133         Modules/CheckIncludeFiles.cmake, Modules/FindFLTK.cmake,
9134         Modules/FindImageMagick.cmake, Modules/FindTclsh.cmake,
9135         Modules/FindVTK.cmake, Modules/FindX11.cmake,
9136         Modules/Platform/CYGWIN.cmake, Source/cmMessageCommand.cxx,
9137         Source/cmMessageCommand.h, Source/cmSystemTools.cxx,
9138         Source/cmSystemTools.h, Source/CursesDialog/ccmake.cxx,
9139         Source/CursesDialog/cmCursesMainForm.cxx,
9140         Source/CursesDialog/cmCursesMainForm.h,
9141         Source/cmExportLibraryDependencies.cxx,
9142         Source/cmExportLibraryDependencies.h,
9143         Source/cmFindPackageCommand.cxx, Source/cmFindPackageCommand.h:
9144         joins from the main tree
9146 2003-01-22 11:44  martink
9148         * Source/cmLocalVisualStudio6Generator.cxx: fixed spelling mistake
9150 2003-01-22 11:27  martink
9152         * Source/CursesDialog/ccmake.cxx: spelling fix
9154 2003-01-22 11:21  martink
9156         * Modules/FindOpenGL.cmake: merge from branch
9158 2003-01-22 11:16  martink
9160         * Modules/LinkQT.cmake: removed since no longer used
9162 2003-01-22 11:11  martink
9164         * Modules/FindLATEX.cmake: merge branch change into main tree
9166 2003-01-22 10:40  king
9168         * Source/cmFindPackageCommand.cxx: ENH: Added support for looking
9169         through CMAKE_MODULE_PATH to locate Find<name>.cmake modules.
9171 2003-01-22 10:33  king
9173         * Source/: cmake.cxx, CursesDialog/ccmake.cxx,
9174         CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h:
9175         BUG: Fixed crash when CMAKE_ROOT cannot be found.
9177 2003-01-22 09:34  hoffman
9179         * Source/cmake.cxx: BUG: fix command line to take -G only
9181 2003-01-22 09:28  king
9183         * Source/cmGlobalVisualStudio6Generator.cxx: BUG: CMake 1.4
9184         configured projects did not build with new CMake.
9186 2003-01-21 17:15  king
9188         * Source/: cmCommands.cxx, cmFindPackageCommand.cxx,
9189         cmFindPackageCommand.h: ENH: Added FIND_PACKAGE command prototyp.
9191 2003-01-21 16:46  king
9193         * Source/cmake.cxx: BUG: Use CMakeDefaultMakeRuleVariables.cmake to
9194         locate modules directory instead of FindVTK.cmake.
9196 2003-01-21 15:03  king
9198         * Modules/FindVTK.cmake: ENH: Updated documentation.
9200 2003-01-21 14:10  andy
9202         * Source/CTest/Curl/CMakeLists.txt: Attempt to cleanup CMake and
9203         try to fix build on some systems
9205 2003-01-21 14:01  andy
9207         * Modules/CheckIncludeFiles.cmake: This list can be really long.
9208         Only display the variable name
9210 2003-01-21 12:50  hoffman
9212         * Modules/CMakeDetermineCCompiler.cmake,
9213         Modules/CMakeDetermineCXXCompiler.cmake,
9214         Modules/CMakeTestCCompiler.cmake,
9215         Modules/CMakeTestCXXCompiler.cmake, Source/cmGlobalGenerator.cxx,
9216         Source/cmGlobalUnixMakefileGenerator.cxx, Source/cmMakefile.cxx,
9217         Source/cmMessageCommand.cxx, Source/cmMessageCommand.h,
9218         Source/cmSystemTools.cxx, Source/cmSystemTools.h: add a fatal
9219         error, and make sure c and c++ compilers work before using them
9221 2003-01-21 12:41  hoffman
9223         * Modules/Platform/CYGWIN.cmake: use export all symbols on cygwin
9225 2003-01-21 10:59  barre
9227         * Modules/FindImageMagick.cmake: IMPORTANT FIX: be extra-careful
9228         here on WIN32, we do NOT want CMake to look in the system's PATH
9229         env var to search for ImageMagick's convert.exe, otherwise it is
9230         going to pick Microsoft Window's own convert.exe, which is used to
9231         convert FAT partitions to NTFS format ! Depending on the options
9232         passed to convert.exe, there is a good chance you would kiss your
9233         hard-disk good-bye.
9235 2003-01-20 21:15  ibanez
9237         * Modules/FindLATEX.cmake: ENH: PS2PDF_COMPILE added. It looks for
9238         ps2pdf.
9240 2003-01-20 19:17  king
9242         * Source/cmMakefile.cxx: BUG: Fix for custom commands with spaces
9243         in paths.  The arguments were not having spaces escaped.
9245 2003-01-20 18:54  king
9247         * Source/: cmLocalUnixMakefileGenerator.cxx,
9248         cmLocalUnixMakefileGenerator.cxx: BUG: Fixed typo in previous fix.
9250 2003-01-20 18:52  king
9252         * Source/: cmLocalUnixMakefileGenerator.cxx,
9253         cmLocalUnixMakefileGenerator.cxx: BUG: Fixed directory creation for
9254         spaces in install path.
9256 2003-01-20 16:59  hoffman
9258         * Source/cmCommands.cxx, Source/cmExportLibraryDependencies.cxx,
9259         Source/cmExportLibraryDependencies.h, Source/cmGlobalGenerator.h,
9260         Source/cmMakefile.h, Tests/Complex/CMakeLists.txt,
9261         Tests/ComplexOneConfig/CMakeLists.txt,
9262         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: add a new command
9263         that allows exports of library dependencies from a project to a
9264         file
9266 2003-01-20 14:39  will
9268         * Modules/FindX11.cmake: BUG: fix missed CMAKE to X11 variable name
9270 2003-01-19 11:42  king
9272         * Source/cmSystemTools.cxx: ENH: Improved CopyFile error messages.
9274 2003-01-18 11:34  king
9276         * Source/cmLocalUnixMakefileGenerator.cxx,
9277         Source/cmLocalUnixMakefileGenerator.h, Templates/install-sh: BUG:
9278         Fixed make install to handle library prefix/suffix settings.  Also
9279         fixed support for spaces in paths during make install.
9281 2003-01-17 18:14  king
9283         * Modules/: FindVTK.cmake, FindVTK.cmake: BUG: Fix for application
9284         of expand-list-variables.
9286 2003-01-17 18:01  king
9288         * Source/cmLocalUnixMakefileGenerator.cxx,
9289         Source/cmLocalUnixMakefileGenerator.h, Templates/install-sh: ENH:
9290         Support for spaces in paths during make install.
9292 2003-01-17 17:19  king
9294         * Modules/FindAndImportCMakeProject.cmake: ENH: Adding
9295         FIND_AND_IMPORT_CMAKE_PROJECT macro.
9297 2003-01-17 15:15  king
9299         * Utilities/Release/cmake_release.sh: ENH: Added sanity check for
9300         setting of WX_RESOURCES by config_Darwin for osx_install.
9302 2003-01-17 13:35  king
9304         * Utilities/Release/: cmake_release.sh, config_Darwin: ENH:
9305         Prototype for OSX packaging.
9307 2003-01-17 13:35  king
9309         * Utilities/Release/cmake_release.sh: ENH: Cygwin package is now
9310         created in a Cygwin subdirectory.
9312 2003-01-17 13:14  king
9314         * Source/WXDialog/CMakeLists.txt: ENH: Updated version number for
9315         1.6.beta2 release.
9317 2003-01-17 12:51  andy
9319         * Source/WXDialog/CMakeLists.txt: Fix version
9321 2003-01-17 12:27  hoffman
9323         * Source/CTest/Curl/Testing/curltest.c: Fix proxy code and fix
9324         comments to be C comments
9326 2003-01-17 11:57  king
9328         * Utilities/Release/: cmake-cygwin-package.sh, cmake_release.sh,
9329         cygwin-package.sh.in: ENH: Renamed cmake-cygwin-package.sh to
9330         cygwin-package.sh.in and removed executable permission so it cannot
9331         be run accidentally.  It must be run after being renamed to
9332         cmake-${VERSION}-${RELEASE}.
9334 2003-01-17 11:55  king
9336         * Utilities/Release/cmake_release.sh: ENH: clean now removes the
9337         entire release root directory.
9339 2003-01-17 11:51  king
9341         * Utilities/: cmake-cygwin-package.sh, cmake_release_config_aix,
9342         cmake_release_config_darwin, cmake_release_config_hpux,
9343         cmake_release_config_irix, cmake_release_config_linux,
9344         cmake_release_config_osf, cmake_release_config_sun,
9345         cmake_release_cygwin.sh, cmake_release_unix_build.sh,
9346         cmake_release_unix_config.sh, cmake_release_unix_package.sh,
9347         cmake_release_version.sh: ENH: Removing old release scripts and
9348         config files.
9350 2003-01-17 11:42  king
9352         * Utilities/Release/config_OSF1: ENH: Adding OSF release
9353         configuration.
9355 2003-01-17 11:05  king
9357         * Utilities/Release/cmake_release.sh: ENH: Added cygwin release
9358         support.
9360 2003-01-17 10:30  king
9362         * Utilities/Release/cmake-cygwin-package.sh: ENH: Adding cygwin
9363         packaging script to release directory.
9365 2003-01-17 10:28  hoffman
9367         * Source/cmFindPathCommand.cxx,
9368         Tests/Complex/Executable/complex.cxx,
9369         Tests/ComplexOneConfig/Executable/complex.cxx,
9370         Tests/ComplexRelativePaths/Executable/complex.cxx: remove trailing
9371         slash from findpath command
9373 2003-01-17 10:28  hoffman
9375         * Tests/SystemInformation/: DumpInformation.cxx,
9376         SystemInformation.in: add some more prints
9378 2003-01-17 10:21  king
9380         * Utilities/Release/config_Linux: ENH: Removed old setting.
9382 2003-01-17 10:21  king
9384         * Utilities/Release/config_CYGWIN_NT-5.1: ENH: Cygwin release
9385         configuration.
9387 2003-01-17 10:15  andy
9389         * Source/CTest/Curl/Testing/curltest.c: Add proxy support
9391 2003-01-17 09:52  king
9393         * Utilities/Release/cmake_release.sh: ENH: Added support for full
9394         remote packaging and copying back to local machine.  Added support
9395         for uploading to FTP server.
9397 2003-01-17 09:20  king
9399         * Utilities/Release/config_HP-UX: ENH: Linking with
9400         -a,archive_shared instead of -a,archive so that the shared curses
9401         library can be used.
9403 2003-01-17 09:15  king
9405         * Utilities/Release/config_AIX: ERR: Can't build release static on
9406         aix.
9408 2003-01-17 09:08  hoffman
9410         * Utilities/Release/config_AIX: Add AIX config file
9412 2003-01-17 08:56  andy
9414         * Source/cmCTest.cxx: Remove warning about %e and %T
9416 2003-01-17 08:48  andy
9418         * Source/CTest/Curl/config.h.in: Remove unnecessary defines
9420 2003-01-17 08:47  andy
9422         * Source/CTest/Curl/CMakeLists.txt: Fix gcc32 -ansi problem
9424 2003-01-17 08:24  andy
9426         * Source/CTest/Curl/config.h.in: Look for features
9428 2003-01-17 08:24  andy
9430         * Source/CTest/Curl/CMakeLists.txt: More portability issues.
9431         Sigaction is a symbol
9433 2003-01-16 15:47  martink
9435         * Tests/: Complex/Executable/complex.cxx,
9436         ComplexOneConfig/Executable/complex.cxx,
9437         ComplexRelativePaths/Executable/complex.cxx: ENH: fix for compilers
9438         that need _
9440 2003-01-16 14:59  andy
9442         * Source/cmCTest.cxx: Add aix warning
9444 2003-01-16 14:15  andy
9446         * DartConfig.cmake: Add selection of drop method
9448 2003-01-16 14:05  barre
9450         * Utilities/Doxygen/doc_makeall.sh.in: FIX: HHC is now
9451         HTML_HELP_COMPILER
9453 2003-01-16 13:31  ibanez
9455         * Modules/FindFLTK.cmake: FIX: Quotes added around the list of libs
9456         to be added in Apple.
9458 2003-01-16 13:24  ibanez
9460         * Modules/FindFLTK.cmake: ENH: Platform dependent libraries added
9461         for APPLE.
9463 2003-01-16 13:02  andy
9465         * Source/CTest/cmCTestSubmit.cxx: Try to fix aix problem
9467 2003-01-16 12:45  andy
9469         * Source/CTest/cmCTestSubmit.cxx: Add proxy support for triggering
9471 2003-01-16 12:38  hoffman
9473         * Modules/FindFLTK.cmake: ENH: fix for borland and cygwin
9475 2003-01-16 12:30  andy
9477         * Source/CTest/cmCTestSubmit.cxx: Improve submtitting using http
9479 2003-01-16 10:06  andy
9481         * Source/CTest/Curl/: CMakeLists.txt, config.h.in,
9482         Platforms/WindowsCache.cmake: HAVE_GETHOSTNAME is also unnecessary
9484 2003-01-16 10:03  andy
9486         * Source/CTest/Curl/: CMakeLists.txt, config.h.in,
9487         Platforms/WindowsCache.cmake: Cleanups
9489 2003-01-16 09:57  andy
9491         * Source/CTest/: cmCTestSubmit.cxx, Curl/CMakeLists.txt,
9492         Curl/config.h.in: Improve build, now it should build on mac and
9493         other platforms where include file depend on each other
9495 2003-01-16 08:40  hoffman
9497         * Source/cmMakefile.h: add back GetCMakeInstance
9499 2003-01-16 08:31  hoffman
9501         * Source/cmMakefile.h: fix duplicate member on branch
9503 2003-01-16 08:28  hoffman
9505         * Tests/: Complex/Executable/complex.cxx,
9506         ComplexOneConfig/Executable/complex.cxx,
9507         ComplexRelativePaths/Executable/complex.cxx: ENH: add the config
9508         directory to look for the loadable module
9510 2003-01-15 19:24  king
9512         * Utilities/Release/cmake_release.sh: BUG: error_log function
9513         should return 1 to stop execution of rest of script.
9515 2003-01-15 19:20  king
9517         * Utilities/Release/cmake_release.sh: ENH: Renamed package command
9518         to binary_tarball for clarity.
9520 2003-01-15 19:17  king
9522         * Utilities/Release/: cmake_release.sh, config_HP-UX: ENH: Release
9523         script now exports PATH and LD_LIBRARY_PATH to remove the burden
9524         from the configuration scripts.
9526 2003-01-15 19:14  king
9528         * Utilities/Release/config_HP-UX: BUG: Attempt to fix remote
9529         invocation.
9531 2003-01-15 19:04  king
9533         * Utilities/Release/config_HP-UX: ENH: Enabling verbose makefile
9534         generation for hp-ux build.  This will ease hand-fixing of the
9535         build of ccmake.
9537 2003-01-15 19:02  king
9539         * Utilities/Release/cmake_release.sh: ENH: Cleaned up remote
9540         invocation.
9542 2003-01-15 18:51  king
9544         * Utilities/Release/cmake_release.sh: ENH: Improved clean target.
9546 2003-01-15 18:48  king
9548         * Utilities/Release/cmake_release.sh: BUG: Finished clean target
9549         and fixed grep for cvsroot in ~/.cvspass.
9551 2003-01-15 18:44  king
9553         * Utilities/Release/cmake_release.sh: BUG: CVS login command is
9554         login, not cvs_login.
9556 2003-01-15 18:43  king
9558         * Utilities/Release/config_aix: ERR: Removed old config file.
9560 2003-01-15 18:42  king
9562         * Utilities/Release/: cmake_release.sh, config_Darwin,
9563         config_HP-UX, config_IRIX64, config_Linux, config_SunOS,
9564         config_aix: ENH: New release script prototype.
9566 2003-01-15 18:28  ibanez
9568         * Modules/FindFLTK.cmake: ENH: Libraries are not marked as ADVANCED
9569         now.
9571 2003-01-15 18:02  king
9573         * Source/cmMakefile.h: ERR: Removed duplicate declaration.
9575 2003-01-15 17:45  hoffman
9577         * Source/cmMakefile.h: ENH: fix for ibm build
9579 2003-01-15 17:31  hoffman
9581         * Source/CMakeLists.txt, Source/cmaketest.cxx,
9582         Tests/Complex/Executable/complex.cxx,
9583         Tests/Complex/Library/CMakeLists.txt,
9584         Tests/Complex/Library/moduleFile.c,
9585         Tests/Complex/Library/moduleFile.h,
9586         Tests/ComplexOneConfig/Executable/complex.cxx,
9587         Tests/ComplexOneConfig/Library/CMakeLists.txt,
9588         Tests/ComplexOneConfig/Library/moduleFile.c,
9589         Tests/ComplexOneConfig/Library/moduleFile.h,
9590         Tests/ComplexRelativePaths/Executable/complex.cxx,
9591         Tests/ComplexRelativePaths/Library/CMakeLists.txt,
9592         Tests/ComplexRelativePaths/Library/moduleFile.c,
9593         Tests/ComplexRelativePaths/Library/moduleFile.h: ENH: add testing
9594         for modules and one two config modes for cmaketest
9596 2003-01-15 17:02  hoffman
9598         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
9599         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: use module on
9600         all platforms
9602 2003-01-15 15:32  hoffman
9604         * Modules/FindOpenGL.cmake: fix from head
9606 2003-01-15 15:02  hoffman
9608         * Modules/FindOpenGL.cmake: BUG: fix for OSX with x11 gl stuff
9610 2003-01-15 13:25  hoffman
9612         * Modules/Platform/Windows-bcc32.cmake: merge with head fix for
9613         borland flag and bad set statment
9615 2003-01-15 13:22  hoffman
9617         * Modules/Platform/Windows-bcc32.cmake: BUG: fix flags for borland
9618         link shared and module
9620 2003-01-15 13:14  hoffman
9622         * Modules/FindOpenGL.cmake: BUG: make sure set command has proper
9623         quoting
9625 2003-01-15 13:12  hoffman
9627         * Modules/FindOpenGL.cmake: quote the variable
9629 2003-01-15 11:59  hoffman
9631         * Modules/FindTclsh.cmake: look for cygtcl83
9633 2003-01-15 11:32  king
9635         * CMakeLists.txt: ENH: Merge of backward compatability changes from
9636         trunk.
9638 2003-01-15 11:17  king
9640         * Utilities/cmake_release_version.sh: ENH: Updated version for
9641         1.6.beta2 release.
9643 2003-01-15 11:03  martink
9645         * Source/cmMakefile.h: updated patch level
9647 2003-01-14 22:10  andy
9649         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Add support
9650         for http submit. Also, add support for proxy, but it does not work
9651         yet.
9653 2003-01-14 22:10  andy
9655         * Source/cmCTest.cxx: Add support for http submit
9657 2003-01-14 19:06  barre
9659         * Source/CTest/Curl/.NoDartCoverage: somebody is playing with the
9660         contributions :)
9662 2003-01-14 09:53  andy
9664         * Source/CTest/Curl/CMakeLists.txt: Fix problem with sigsetjmp
9666 2003-01-14 09:53  andy
9668         * Source/: cmMakefile.cxx, cmMakefile.h: Make GetCMakeInstance
9669         private and clean cxx file
9671 2003-01-14 09:12  andy
9673         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
9674         base64.h, ca-bundle.h, connect.c, connect.h, content_encoding.c,
9675         content_encoding.h, cookie.c, cookie.h, dict.c, dict.h, easy.c,
9676         escape.c, escape.h, file.c, file.h, formdata.c, formdata.h, ftp.c,
9677         ftp.h, getenv.c, getinfo.c, getinfo.h, getpass.c, getpass.h,
9678         hash.c, hash.h, hostip.c, hostip.h, http.c, http.h, http_chunks.c,
9679         http_chunks.h, if2ip.c, if2ip.h, krb4.c, krb4.h, ldap.c, ldap.h,
9680         llist.c, llist.h, memdebug.c, memdebug.h, mprintf.c, multi.c,
9681         netrc.c, netrc.h, progress.c, progress.h, security.c, security.h,
9682         sendf.c, sendf.h, setup.h, share.h, speedcheck.c, speedcheck.h,
9683         ssluse.c, ssluse.h, strequal.c, strequal.h, strtok.c, strtok.h,
9684         telnet.c, telnet.h, timeval.c, timeval.h, transfer.c, transfer.h,
9685         url.c, url.h, urldata.h, version.c, curl/curl.h, curl/easy.h,
9686         curl/mprintf.h, curl/multi.h, curl/stdcheaders.h, curl/types.h: New
9687         Curl version 7.10.3
9689 2003-01-13 10:15  martink
9691         * Modules/CheckSymbolExists.cmake: join from head
9693 2003-01-13 10:11  martink
9695         * Modules/FindQt.cmake: merge from branch
9697 2003-01-13 10:07  martink
9699         * Modules/Platform/Linux-como.cmake: joined to head
9701 2003-01-13 10:04  martink
9703         * Source/cmLocalVisualStudio6Generator.cxx,
9704         Tests/Complex/Library/testConly.c,
9705         Tests/ComplexOneConfig/Library/testConly.c,
9706         Tests/ComplexRelativePaths/Library/testConly.c: joined to head
9708 2003-01-13 09:30  hoffman
9710         * Source/cmLocalVisualStudio6Generator.cxx,
9711         Tests/Complex/Library/testConly.c,
9712         Tests/ComplexOneConfig/Library/testConly.c,
9713         Tests/ComplexRelativePaths/Library/testConly.c: BUG: fix
9714         CMAKE_C_FLAGS for visual studio 6, and add a test case
9716 2003-01-13 09:27  martink
9718         * Modules/CheckIncludeFileCXX.cmake: joined to head
9720 2003-01-13 09:24  martink
9722         * Modules/FindPNG.cmake: fixed typo
9724 2003-01-13 09:22  martink
9726         * Modules/: TestForANSIForScope.cmake, TestForSTDNamespace.cmake:
9727         joined to head
9729 2003-01-13 09:12  martink
9731         * Modules/: CMakeVS6BackwardCompatibility.cmake,
9732         CMakeVS7BackwardCompatibility.cmake, CheckTypeSize.cmake,
9733         FindX11.cmake: joined to head
9735 2003-01-13 09:09  martink
9737         * Source/cmake.cxx, Source/cmake.h, Modules/FindOpenGL.cmake,
9738         Modules/CMakeBackwardCompatibilityC.cmake,
9739         Modules/CMakeBackwardCompatibilityCXX.cmake: joined to head
9741 2003-01-13 09:06  martink
9743         * Source/: cmMakefile.cxx, cmMakefile.cxx, cmVariableWatch.h:
9744         joined to head
9746 2003-01-13 09:02  martink
9748         * Source/: cmGlobalGenerator.cxx,
9749         cmLocalVisualStudio6Generator.cxx: joined to head
9751 2003-01-13 08:51  martink
9753         * Source/cmAbstractFilesCommand.cxx: joined
9755 2003-01-13 08:50  martink
9757         * Source/CMakeLists.txt: added install target
9759 2003-01-13 08:14  andy
9761         * Source/cmLocalVisualStudio6Generator.cxx: Add space between
9762         arguments
9764 2003-01-12 22:28  andy
9766         * Modules/CheckSymbolExists.cmake: Add macro for checking if symbol
9767         exists
9769 2003-01-12 22:27  andy
9771         * Source/CTest/Curl/CMakeLists.txt: Make it work on cygwin
9773 2003-01-12 11:01  andy
9775         * Source/CTest/Curl/Testing/curltest.c: Test on simpler pages
9777 2003-01-12 10:58  andy
9779         * Source/CTest/Curl/Platforms/WindowsCache.cmake: Because of
9780         borland, this should be autodetected
9782 2003-01-12 10:50  andy
9784         * Source/cmLocalVisualStudio6Generator.cxx: Use C flags too. Not
9785         exactly the right solution but it will have to do for now.
9787 2003-01-11 21:47  andy
9789         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Add triggering
9791 2003-01-11 21:47  andy
9793         * Source/cmCTest.cxx: Fix time output and add triggering
9795 2003-01-11 15:42  andy
9797         * Source/CTest/Curl/Testing/curltest.c: Better page, so the
9798         resulting dart page will not refresh
9800 2003-01-11 11:27  andy
9802         * Source/CTest/Curl/Platforms/WindowsCache.cmake: Try to fix cygwin
9803         build
9805 2003-01-11 10:57  andy
9807         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt,
9808         CTest/Curl/Platforms/WindowsCache.cmake: Fix testing of curl on
9809         windows
9811 2003-01-10 20:22  andy
9813         * Source/: CMakeLists.txt, CTest/Curl/CMakeLists.txt,
9814         CTest/Curl/Testing/curltest.c: Add curl testing
9816 2003-01-10 20:08  andy
9818         * Source/CTest/Curl/multi.h: Remove old file
9820 2003-01-10 20:06  andy
9822         * Source/CTest/Curl/curl/: curl.h, multi.h: Add missing header file
9824 2003-01-10 17:31  hoffman
9826         * CMakeLists.txt: ENH: make it work with cmake 1.6 with no
9827         backwards compatibility
9829 2003-01-10 16:05  andy
9831         * Source/CTest/Curl/curl/curl.h: Try to fix building of tests
9833 2003-01-10 15:54  andy
9835         * Source/CTest/Curl/: CMakeLists.txt, CMake/CurlTests.c: Add
9836         another AIX test
9838 2003-01-10 15:52  hoffman
9840         * Source/CTest/Curl/: CMakeLists.txt, config.h.in: AIX fixes
9842 2003-01-10 11:10  andy
9844         * Source/CTest/Curl/CMakeLists.txt: Fix nonblocking problem
9846 2003-01-10 11:07  martink
9848         * Source/cmGlobalGenerator.cxx: fix warnings
9850 2003-01-10 10:25  andy
9852         * Source/CTest/Curl/Platforms/WindowsCache.cmake: More windows
9854 2003-01-10 10:25  andy
9856         * Source/CTest/Curl/CMakeLists.txt: On Windows we need winmm
9858 2003-01-10 09:47  andy
9860         * Source/CTest/Curl/url.c: Fixed persistant connection problem
9862 2003-01-10 09:02  martink
9864         * Source/cmake.cxx: compiler warning
9866 2003-01-10 08:08  andy
9868         * Source/CTest/Curl/config.h.in: Forgot to move gethostname
9870 2003-01-10 07:50  andy
9872         * Source/CTest/cmCTestSubmit.cxx: Method should return something
9874 2003-01-09 23:26  andy
9876         * Source/CTest/Curl/: CMakeLists.txt, arpa_telnet.h, base64.c,
9877         base64.h, ca-bundle.h, config.h.in, connect.c, connect.h,
9878         content_encoding.c, content_encoding.h, cookie.c, cookie.h, dict.c,
9879         dict.h, easy.c, escape.c, escape.h, file.c, file.h, formdata.c,
9880         formdata.h, ftp.c, ftp.h, getenv.c, getinfo.c, getinfo.h,
9881         getpass.c, getpass.h, hash.c, hash.h, hostip.c, hostip.h, http.c,
9882         http.h, http_chunks.c, http_chunks.h, if2ip.c, if2ip.h, krb4.c,
9883         krb4.h, ldap.c, ldap.h, llist.c, llist.h, memdebug.c, memdebug.h,
9884         mprintf.c, multi.c, netrc.c, netrc.h, progress.c, progress.h,
9885         security.c, security.h, sendf.c, sendf.h, setup.h, speedcheck.c,
9886         speedcheck.h, ssluse.c, ssluse.h, strequal.c, strequal.h, strtok.c,
9887         strtok.h, telnet.c, telnet.h, timeval.c, timeval.h, transfer.c,
9888         transfer.h, url.c, url.h, urldata.h, version.c, curl/curl.h,
9889         curl/easy.h, curl/mprintf.h, curl/stdcheaders.h, curl/types.h: New
9890         version of libcurl
9892 2003-01-09 15:54  martink
9894         * Modules/FindOpenGL.cmake: better fix for win32
9896 2003-01-09 14:00  martink
9898         * Modules/FindOpenGL.cmake: update to not put PROJECT_SOURCE_DIR as
9899         OPENGL_PATH
9901 2003-01-09 12:18  martink
9903         * Source/: cmake.cxx, cmake.h, cmGlobalGenerator.cxx,
9904         cmGlobalGenerator.h: fix bug in env settings
9906 2003-01-09 11:35  martink
9908         * Source/: cmMakefile.cxx, cmVariableWatch.h: more option on var
9909         watches
9911 2003-01-09 11:34  martink
9913         * Modules/CheckTypeSize.cmake: minor fix to backw compat
9915 2003-01-09 11:32  hoffman
9917         * Source/cmGlobalGenerator.cxx: fix warning
9919 2003-01-09 11:28  hoffman
9921         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h: restore the
9922         environment for cxx and cc in global generator
9924 2003-01-09 11:27  hoffman
9926         * Source/cmVariableWatch.h: use cmstdstring in maps
9928 2003-01-09 09:16  hoffman
9930         * Source/cmVariableWatch.h: fix syntax for addwatch
9932 2003-01-09 08:50  martink
9934         * Modules/: CMakeVS6BackwardCompatibility.cmake,
9935         CMakeVS7BackwardCompatibility.cmake: added big endian stuff
9937 2003-01-09 08:47  martink
9939         * Source/cmGlobalGenerator.cxx: only load bw compat if
9940         CMAKE_BACK... is set
9942 2003-01-09 08:47  martink
9944         * Source/cmake.cxx: added watches for access of bw compat vars
9946 2003-01-09 08:44  martink
9948         * Source/cmAbstractFilesCommand.cxx: now complains more
9950 2003-01-08 15:08  andy
9952         * Source/CTest/Curl/: CMakeLists.txt, WindowsCache.cmake,
9953         Platforms/WindowsCache.cmake, Platforms/config-aix.h: Reorganize
9955 2003-01-08 14:41  hoffman
9957         * Utilities/cmake_release_config_aix: release script for aix
9959 2003-01-08 13:24  andy
9961         * Source/: CMakeLists.txt, Makefile.in, cmMakefile.cxx,
9962         cmMakefile.h, cmVariableWatch.cxx, cmVariableWatch.h, cmake.cxx,
9963         cmake.h: Add variable watch support on the branch
9965 2003-01-08 13:24  andy
9967         * Source/cmTryCompileCommand.cxx: Merge try compile fixes to branch
9969 2003-01-08 12:59  andy
9971         * Source/: CMakeLists.txt, Makefile.in, cmMakefile.cxx,
9972         cmMakefile.h, cmVariableWatch.cxx, cmVariableWatch.h, cmake.cxx,
9973         cmake.h: Add option of watching variables
9975 2003-01-08 12:12  hoffman
9977         * Modules/CMakeBackwardCompatibilityCXX.cmake,
9978         Modules/CheckIncludeFileCXX.cmake,
9979         Modules/TestForANSIForScope.cmake,
9980         Modules/TestForSTDNamespace.cmake, Source/cmTryCompileCommand.cxx:
9981         ENH: only force the use of ansi flags in backwards mode
9983 2003-01-08 11:58  iscott
9985         * Modules/FindQt.cmake: mark all variables advanced
9987 2003-01-08 11:53  andy
9989         * Tests/X11/CMakeLists.txt: Change name of variable
9991 2003-01-08 11:45  andy
9993         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: Fix
9994         FindX11 to match convention
9996 2003-01-08 10:48  iscott
9998         * Modules/FindSDL.cmake: file FindSDL.cmake was initially added on
9999         branch Release-1-6.
10001 2003-01-08 10:48  iscott
10003         * Modules/: FindMPEG2.cmake, FindPNG.cmake, FindSDL.cmake,
10004         LinkQT.cmake: LinkQT.cmake has been deprecated for ages, removed it
10005         now.  Fixed mistake in FindPNG.cmake Donated FindMPEG2 and FindSDL
10006         from VXL.
10008 2003-01-08 10:48  iscott
10010         * Modules/FindMPEG2.cmake: file FindMPEG2.cmake was initially added
10011         on branch Release-1-6.
10013 2003-01-07 22:24  andy
10015         * Source/CTest/: cmCTestSubmit.cxx, cmCTestSubmit.h: Implement FTP
10016         uploading
10018 2003-01-07 22:23  andy
10020         * Source/CTest/CMakeLists.txt: Add more places to search for
10021         library, also include curl directory when compiling
10023 2003-01-07 22:23  andy
10025         * Source/cmCTest.cxx: New signature
10027 2003-01-07 20:28  andy
10029         * Source/CTest/Curl/curl/: curl.h, easy.h, mprintf.h,
10030         stdcheaders.h, types.h: Initial import
10032 2003-01-07 15:04  hoffman
10034         * CMakeLists.txt: ENH: fix install of cmake.1
10036 2003-01-07 14:57  hoffman
10038         * CMakeLists.txt: fix reg ex for install cmake man
10040 2003-01-07 13:52  martink
10042         * Source/CMakeLists.txt: adde dinstall for cmCPluginAPI.h
10044 2003-01-07 13:19  hoffman
10046         * CMakeLists.txt, Templates/CMakeLists.txt: ENH: fix install and
10047         initial prefix
10049 2003-01-07 13:05  hoffman
10051         * Templates/CMakeLists.txt: ENH: fix install target for templates
10053 2003-01-07 12:54  hoffman
10055         * Templates/: cconfigure, cconfigure.in, cxxconfigure,
10056         cxxconfigure.in: remove unused files
10058 2003-01-07 12:05  hoffman
10060         * CMakeLists.txt: use bootstrap initial flags
10062 2003-01-07 10:22  king
10064         * Utilities/cmake_release_config_irix: BUG: Version number on rolle
10065         is 6.4, not 6.5.
10067 2003-01-06 23:13  andy
10069         * Source/: cmCTest.cxx, cmCTest.h: Work on submitting
10071 2003-01-06 23:07  andy
10073         * Source/CTest/: CMakeLists.txt, cmCTestSubmit.cxx,
10074         cmCTestSubmit.h: Start working on improved test
10076 2003-01-06 21:17  andy
10078         * Source/CTest/Curl/: CMake/CurlTests.c, Testing/CMakeLists.txt,
10079         Testing/curlgtk.c, Testing/ftpget.c, Testing/ftpgetresp.c,
10080         Testing/ftpupload.c, Testing/getinmemory.c, Testing/http-post.c,
10081         Testing/httpput.c, Testing/multithread.c, Testing/persistant.c,
10082         Testing/postit2.c, Testing/sepheaders.c, Testing/simple.c,
10083         Testing/simplessl.c, Testing/testconfig.h.in,
10084         Testing/win32sockets.c: Initial import
10086 2003-01-06 21:13  andy
10088         * Source/CTest/Curl/: CMakeLists.txt, WindowsCache.cmake,
10089         arpa_telnet.h, base64.c, base64.h, config.h.in, connect.c,
10090         connect.h, cookie.c, cookie.h, dict.c, dict.h, dllinit.c, easy.c,
10091         escape.c, escape.h, file.c, file.h, formdata.c, formdata.h, ftp.c,
10092         ftp.h, getdate.c, getdate.h, getenv.c, getinfo.c, getinfo.h,
10093         getpass.c, getpass.h, hash.c, hash.h, hostip.c, hostip.h, http.c,
10094         http.h, http_chunks.c, http_chunks.h, if2ip.c, if2ip.h,
10095         inet_ntoa_r.h, krb4.c, krb4.h, ldap.c, ldap.h, llist.c, llist.h,
10096         memdebug.c, memdebug.h, mprintf.c, multi.c, multi.h, netrc.c,
10097         netrc.h, progress.c, progress.h, security.c, security.h, sendf.c,
10098         sendf.h, setup.h, speedcheck.c, speedcheck.h, ssluse.c, ssluse.h,
10099         strequal.c, strequal.h, strtok.c, strtok.h, telnet.c, telnet.h,
10100         timeval.c, timeval.h, transfer.c, transfer.h, url.c, url.h,
10101         urldata.h, version.c: Initial import
10103 2003-01-06 16:09  king
10105         * Utilities/cmake_release_config_hpux: ERR: Fixes for linking
10106         statically with -ldld.
10108 2003-01-06 15:41  hoffman
10110         * ChangeLog.txt, ChangeLog.txt: ENH: update change log for new
10111         version
10113 2003-01-06 15:21  king
10115         * Utilities/cmake_release_config_sun: ERR: Fix for building static
10116         with -ldl on sun.
10118 2003-01-06 14:56  king
10120         * Utilities/cmake_release_config_linux: ERR: Fixed typo.
10122 2003-01-06 14:30  biddi
10124         * Source/cmVTKWrapTclCommand.cxx: Fix a problem with TCL wrapping
10125         if the source files have a relative path.  The dependency is not
10126         correctly handled
10128 2003-01-06 14:27  king
10130         * Utilities/: cmake_release_config_hpux,
10131         cmake_release_config_linux, cmake_release_config_sun: ENH: Updated
10132         for static executable.
10134 2003-01-06 11:31  king
10136         * Utilities/cmake_release_version.sh: ENH: Updated for 1.6 beta 1
10137         release.
10139 2003-01-06 11:23  king
10141         * Utilities/cmake_release_version.sh: file cmake_release_version.sh
10142         was initially added on branch Release-1-6.
10144 2003-01-06 11:23  king
10146         * Utilities/: cmake_release_config_darwin,
10147         cmake_release_config_hpux, cmake_release_config_irix,
10148         cmake_release_config_linux, cmake_release_config_osf,
10149         cmake_release_config_sun, cmake_release_cygwin.sh,
10150         cmake_release_unix_config.sh, cmake_release_version.sh,
10151         cmake_release_config_darwin, cmake_release_config_hpux,
10152         cmake_release_config_irix, cmake_release_config_linux,
10153         cmake_release_config_osf, cmake_release_config_sun,
10154         cmake_release_cygwin.sh, cmake_release_unix_config.sh,
10155         cmake_release_version.sh: ENH: Updated for CMake 1.6 release. 
10156         Version number is now in a single file that is sourced by all
10157         others.
10159 2003-01-06 10:58  martink
10161         * Source/: cmCPluginAPI.h, cmCPluginAPI.h: updated version
10163 2003-01-06 10:58  king
10165         * Source/WXDialog/CMakeLists.txt: ERR: Fixed space problem for OSX
10166         and Rez.
10168 2003-01-06 10:43  martink
10170         * CMake.rtf: updated docs
10172 2003-01-06 10:37  king
10174         * Source/WXDialog/CMakeLists.txt: ENH: Fixed space problem for Rez.
10176 2003-01-06 09:39  martink
10178         * Source/: cmMakefile.h, cmMakefile.h: update version
10180 2003-01-06 09:36  martink
10182         * Source/cmMakefile.h: updated version
10184 2003-01-06 09:32  king
10186         * Modules/Platform/Linux-como.cmake: ENH: Added shared library
10187         settings.
10189 2003-01-06 09:04  hoffman
10191         * Modules/: CMakeDetermineCCompiler.cmake,
10192         CMakeDetermineCXXCompiler.cmake: ENH: look for AIX compiler as well
10194 2003-01-06 08:39  hoffman
10196         * Modules/Platform/OSF1.cmake: add shared path for OSF
10198 2003-01-05 11:24  hoffman
10200         * Modules/Platform/OSF1.cmake: BUG: revert back to rpath,
10202 2003-01-03 20:26  andy
10204         * Modules/CheckTypeSize.cmake: Remove debug
10206 2003-01-03 20:03  andy
10208         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
10209         CheckTypeSize.cmake, CheckVariableExists.cmake: Fix problems with
10210         required flags
10212 2003-01-03 19:21  andy
10214         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
10215         CheckIncludeFiles.cmake, CheckLibraryExists.cmake,
10216         CheckTypeSize.cmake, CheckVariableExists.cmake: Add required flags
10218 2003-01-03 17:36  king
10220         * Modules/FindPythonLibs.cmake: ENH: Find python framework on Mac
10221         OSX.
10223 2003-01-03 16:23  hoffman
10225         * Modules/Platform/OSF1.cmake: try to fix rpath on OSF
10227 2003-01-03 16:14  andy
10229         * Tests/COnly/libc2.h: Fix problem with test on Borland
10231 2003-01-03 08:12  hoffman
10233         * Modules/Platform/SunOS.cmake: BUG: bad rpath flag for suns
10235 2003-01-02 10:27  king
10237         * Source/cmCPluginAPI.h: ENH: Changed magic numbers to reserved. 
10238         Added CMAKE_VERSION_MAJOR and CMAKE_VERSION_MINOR macros to allow
10239         commands to do conditional compilation across multiple versions of
10240         CMake.
10242 2003-01-02 09:57  king
10244         * Modules/CMakeBackwardCompatibilityC.cmake: BUG: Don't add
10245         -I/usr/include as an X_CFLAGS setting.
10247 2003-01-02 09:57  king
10249         * Modules/FindX11.cmake: BUG: Fixed ordering of X11 search.
10251 2003-01-02 09:06  andy
10253         * Tests/COnly/CMakeLists.txt: Rename libraries from c1 to testc1
10255 2003-01-02 08:51  hoffman
10257         * Modules/Platform/: AIX.cmake, OSF1.cmake, SunOS.cmake,
10258         SunOS.cmake: clean up some c/cxx issues
10260 2003-01-01 18:00  andy
10262         * Modules/CheckIncludeFiles.cmake: Add macro for checking if a
10263         swequence of includes can be includes
10265 2003-01-01 17:35  andy
10267         * Tests/COnly/CMakeLists.txt: Test conversion from ascii to string
10269 2003-01-01 17:34  andy
10271         * Source/: cmStringCommand.cxx, cmStringCommand.h: Add a way to
10272         convert ascii to string
10274 2003-01-01 16:25  andy
10276         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
10277         CheckTypeSize.cmake, CheckVariableExists.cmake: To prevent cmake
10278         from breaking up arguments, put quotes around them
10280 2003-01-01 15:02  andy
10282         * Modules/CheckVariableExists.cmake: Add a way to add custom
10283         libraries to the mix. Also add status reporting
10285 2003-01-01 15:01  andy
10287         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
10288         CheckTypeSize.cmake: Add a way to add custom libraries to the mix
10290 2003-01-01 14:26  andy
10292         * Tests/COnly/: libc2.c, libc2.h: Shared library should export
10293         symbols on windows
10295 2002-12-31 15:22  andy
10297         * Tests/COnly/: CMakeLists.txt, conly.c, libc1.c, libc1.h, libc2.c,
10298         libc2.h: Test also stating and shared libraries
10300 2002-12-31 13:08  king
10302         * Modules/: CMakeDefaultMakeRuleVariables.cmake,
10303         Platform/Darwin.cmake, Platform/HP-UX.cmake,
10304         Platform/Linux-como.cmake, Platform/Windows-bcc32.cmake,
10305         Platform/Windows-cl.cmake: ENH: Added <LINK_FLAGS> to link rules.
10307 2002-12-31 12:59  king
10309         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: When there are no
10310         link flags, we want an empty string, not a null pointer.
10312 2002-12-31 12:41  king
10314         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: Support LINK_FLAGS
10315         property for static libraries.
10317 2002-12-30 11:48  hoffman
10319         * Modules/Platform/AIX.cmake: ENH: fix shared libraries on AIX
10321 2002-12-30 11:02  king
10323         * Modules/CMakeBackwardCompatibilityC.cmake, Modules/CheckSizeOf.c,
10324         Modules/CheckSizeOf.cmake, Modules/CheckTypeSize.c,
10325         Modules/CheckTypeSize.cmake, Tests/LoadCommand/CMakeLists.txt,
10326         Tests/LoadCommandOneConfig/CMakeLists.txt: ENH: Renamed
10327         Modules/CheckSizeOf to Modules/CheckTypeSize for consistency with
10328         the macro name that is defined by the module.
10330 2002-12-30 08:18  andy
10332         * Source/cmSystemTools.cxx: Fix problem on windows with network
10333         paths
10335 2002-12-30 07:47  hoffman
10337         * Source/: cmAbstractFilesCommand.h, cmAddCustomCommandCommand.h,
10338         cmAddCustomTargetCommand.h, cmAddDefinitionsCommand.h,
10339         cmAddExecutableCommand.h, cmAddTestCommand.h,
10340         cmAuxSourceDirectoryCommand.h, cmBuildCommand.h,
10341         cmBuildNameCommand.h, cmFLTKWrapUICommand.h: ENH: clean up docs
10342         some
10344 2002-12-27 11:14  starreveld
10346         * Modules/FindPythonLibs.cmake: ENH: find python framework and
10347         include files on OSX
10349 2002-12-26 19:59  andy
10351         * Modules/CMakeJavaCompiler.cmake.in: If there is no java compiler
10352         report error on ADD_JAVA_LIBRARY
10354 2002-12-26 13:58  andy
10356         * Modules/Platform/Windows-cl.cmake: Add missing closing bracket
10358 2002-12-23 12:19  hoffman
10360         * Source/cmSystemTools.h: ENH: fix for AIX
10362 2002-12-23 09:51  hoffman
10364         * Source/cmLocalUnixMakefileGenerator.cxx: WAR: remove warinings
10366 2002-12-23 09:25  hoffman
10368         * Source/cmSystemTools.cxx: ENH: handle // in the path
10370 2002-12-22 15:19  hoffman
10372         * Modules/Platform/Windows-bcc32.cmake,
10373         Source/cmLocalUnixMakefileGenerator.cxx: ENH: fixes for borland
10374         with spaces in the path
10376 2002-12-22 11:50  hoffman
10378         * Source/cmLocalUnixMakefileGenerator.cxx: clean up warning and use
10379         more short paths
10381 2002-12-22 10:09  barre
10383         * Modules/: Documentation.cmake, FindHTMLHelp.cmake, FindHhc.cmake:
10384         ENH: it's time to create a real Microsoft HTML Help Workshop CMake
10385         module
10387 2002-12-21 11:14  hoffman
10389         * Source/: cmGetTargetPropertyCommand.cxx,
10390         cmGetTargetPropertyCommand.h, cmSetTargetPropertiesCommand.cxx,
10391         cmSetTargetPropertiesCommand.h: ENH: add target properties files
10393 2002-12-20 17:15  hoffman
10395         * Source/cmCommands.cxx, Source/cmLocalUnixMakefileGenerator.cxx,
10396         Source/cmTarget.cxx, Source/cmTarget.h,
10397         Tests/Complex/Library/CMakeLists.txt,
10398         Tests/ComplexOneConfig/Library/CMakeLists.txt,
10399         Tests/ComplexRelativePaths/Library/CMakeLists.txt: ENH: add target
10400         properties
10402 2002-12-20 16:15  king
10404         * Source/cmVTKWrapTclCommand.cxx: ERR: Tcl_PkgProvide takes char*,
10405         so we cannot pass a string literal to it.
10407 2002-12-20 12:59  king
10409         * Modules/Platform/Windows-cl.cmake,
10410         Source/cmGlobalVisualStudio6Generator.cxx,
10411         Source/cmGlobalVisualStudio6Generator.h,
10412         Source/cmGlobalVisualStudio7Generator.cxx,
10413         Source/cmGlobalVisualStudio7Generator.h,
10414         Templates/CMakeVisualStudio6Configurations.cmake: ENH: Visual
10415         Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be a
10416         semicolon-separated list of configurations that will be built.
10418 2002-12-20 11:56  barre
10420         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: FIX:
10421         make CMAKE_X_LIBS and CMAKE_X_CFLAGS advanced
10423 2002-12-20 11:20  hoffman
10425         * Source/cmGlobalUnixMakefileGenerator.cxx: ENH: add a check to
10426         make sure cmake can find the c or C++ compiler for trycompile
10428 2002-12-20 11:20  hoffman
10430         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
10431         ComplexRelativePaths/CMakeLists.txt: BUG: fix for backwards
10432         compatibility
10434 2002-12-20 10:23  martink
10436         * Source/: cmSourceFilesCommand.cxx, cmake.cxx: testing more
10437         agressive compatability settings
10439 2002-12-20 09:43  king
10441         * Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tk if it
10442         is available.
10444 2002-12-20 09:42  king
10446         * Modules/FindTCL.cmake: ENH: Use the Mac -framework for Tcl if it
10447         is available.
10449 2002-12-19 15:34  hoffman
10451         * Source/cmGlobalGenerator.cxx: BUG: enable the languages when not
10452         running in global mode
10454 2002-12-19 12:51  hoffman
10456         * Modules/CMakeSystemSpecificInformation.cmake: better docs
10458 2002-12-19 12:51  hoffman
10460         * Modules/Platform/Windows-cl.cmake: ENH: make linker flags use
10461         init values so users can set them from the cache
10463 2002-12-18 16:58  king
10465         * Source/cmVTKWrapTclCommand.cxx: ENH: Tcl packages now
10466         Tcl_PkgProvide their own name and version.
10468 2002-12-18 10:52  king
10470         * Modules/Platform/gcc.cmake: ENH: Adding build type flags for C.
10472 2002-12-18 09:38  king
10474         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: ERR: Project
10475         name and executable name should match for consistency in the X11
10476         test.
10478 2002-12-17 17:05  king
10480         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: ENH: Added return type
10481         int to ExecuteCommand.
10483 2002-12-17 14:55  king
10485         * Source/cmFLTKWrapUICommand.cxx: BUG: Need at least 2 arguments,
10486         not exactly 2.
10488 2002-12-17 14:55  king
10490         * Source/cmListFileCache.h: ERR: Added operator != for SGI.
10492 2002-12-17 14:54  hoffman
10494         * Modules/: CMakeDetermineCCompiler.cmake,
10495         CMakeDetermineCXXCompiler.cmake, CMakeDetermineJavaCompiler.cmake,
10496         CMakeDetermineSystem.cmake, CMakeSystemSpecificInformation.cmake,
10497         CheckFunctionExists.cmake, CheckIncludeFile.cmake,
10498         CheckIncludeFileCXX.cmake, CheckLibraryExists.cmake,
10499         CheckSizeOf.cmake, CheckVariableExists.cmake, TestBigEndian.cmake,
10500         TestCXXAcceptsFlag.cmake, TestForANSIForScope.cmake,
10501         TestForSTDNamespace.cmake: ENH: use CMAKE_ROOT and not PROJECT_ for
10502         try compile stuff, this allows projects within projects to have
10503         different languages
10505 2002-12-17 13:28  king
10507         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt: BUG: Renamed X11
10508         test executable to useX11 to avoid conflict with name of library.
10510 2002-12-17 12:56  martink
10512         * Source/cmLocalVisualStudio6Generator.cxx: better handling of
10513         Module
10515 2002-12-17 12:11  andy
10517         * Source/cmake.cxx: Save directories when doing global build
10519 2002-12-17 11:58  king
10521         * Source/cmMacroCommand.cxx: ENH: Improved error message for macro
10522         invoked with incorrect number of arguments.
10524 2002-12-17 11:57  king
10526         * Source/cmTryCompileCommand.cxx: ENH: TryCompile should produce a
10527         verbose makefile.
10529 2002-12-17 11:55  king
10531         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: ENH:
10532         FindX11.cmake module now almost fully duplicates old configure
10533         functionality.
10535 2002-12-17 10:04  martink
10537         * Source/cmLocalVisualStudio7Generator.cxx: some clean up in link
10538         directories
10540 2002-12-16 21:19  andy
10542         * Source/: CMakeLists.txt, cmCTest.cxx, cmCTest.h, ctest.cxx,
10543         ctest.h: Split ctest into two three files
10545 2002-12-16 18:28  king
10547         * Source/cmLocalVisualStudio7Generator.cxx: BUG: Cannot remove
10548         quotes from defined flags.
10550 2002-12-16 12:13  andy
10552         * Source/cmake.cxx: Fix switching from local to global generation
10553         when cmake version changes or when things change inside version
10555 2002-12-16 11:10  king
10557         * Source/cmake.cxx: ENH: Added copy_if_different option to -E flag.
10559 2002-12-16 09:39  king
10561         * Source/: cmLocalVisualStudio6Generator.cxx,
10562         cmLocalVisualStudio7Generator.cxx: BUG: Fixed quotes in output
10563         paths.
10565 2002-12-15 13:45  andy
10567         * Source/: ctest.cxx, ctest.h: Add support for only showing what
10568         will be done. This way you can for example get a list of all tests:
10569         ctest -N or list of all tests that match regex: ctest -N -R regex
10571 2002-12-13 17:35  king
10573         * Tests/: Complex/CMakeLists.txt,
10574         Complex/cmTestGeneratedHeader.h.in,
10575         Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
10576         ComplexOneConfig/CMakeLists.txt,
10577         ComplexOneConfig/cmTestGeneratedHeader.h.in,
10578         ComplexOneConfig/Executable/CMakeLists.txt,
10579         ComplexOneConfig/Executable/complex.cxx,
10580         ComplexRelativePaths/CMakeLists.txt,
10581         ComplexRelativePaths/cmTestGeneratedHeader.h.in,
10582         ComplexRelativePaths/Executable/CMakeLists.txt,
10583         ComplexRelativePaths/Executable/complex.cxx: ENH: Added test for
10584         generated header included by non-generated source.
10586 2002-12-13 17:34  king
10588         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: Need source file
10589         and OBJECT_DEPENDS as dependencies of an object file.
10591 2002-12-13 16:16  king
10593         * Source/: cmLocalUnixMakefileGenerator.cxx,
10594         cmLocalUnixMakefileGenerator.h, cmLocalVisualStudio6Generator.cxx,
10595         cmLocalVisualStudio7Generator.cxx,
10596         cmSetSourceFilesPropertiesCommand.cxx: ENH: Added source file
10597         property OBJECT_DEPENDS to support generated header files included
10598         in non-generated sources.
10600 2002-12-13 14:58  king
10602         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
10603         CheckIncludeFileCXX.cmake, CheckLibraryExists.cmake,
10604         CheckSizeOf.cmake, CheckVariableExists.cmake: ENH: Don't repeat
10605         check even if answer was no.
10607 2002-12-13 09:52  martink
10609         * Source/cmIfCommand.cxx: made more strict
10611 2002-12-13 09:27  martink
10613         * Source/: ctest.cxx, cmCPluginAPI.cxx: fixed warnings
10615 2002-12-13 09:18  king
10617         * Source/: cmFunctionBlocker.h, cmIfCommand.h: ERR: Fixed unused
10618         parameter warning.
10620 2002-12-12 17:48  hoffman
10622         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: Make try
10623         compile add a depend to re-run cmake if its source chagnes
10625 2002-12-12 12:02  king
10627         * Utilities/: cmake_release_config_darwin,
10628         cmake_release_config_hpux, cmake_release_config_irix,
10629         cmake_release_config_linux, cmake_release_config_osf,
10630         cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated for
10631         1.4.7 release.
10633 2002-12-12 11:51  martink
10635         * Source/cmMakefile.h: updated to patch7
10637 2002-12-12 11:36  king
10639         * Source/: cmListFileCache.cxx, cmListFileCache.h,
10640         cmMacroCommand.cxx, cmMakefile.cxx, cmMakefile.h, ctest.cxx: ENH:
10641         Improved filename/line number reporting in error message.  Macro
10642         invocations now chain up the error message.
10644 2002-12-12 10:25  king
10646         * Modules/CMakeTestGNU.c: ERR: Fixed syntax errors for picky
10647         preprocessors.
10649 2002-12-12 10:25  king
10651         * Modules/: CMakeDetermineCCompiler.cmake,
10652         CMakeDetermineCXXCompiler.cmake: ERR: Need double-quotes around
10653         expression to be mached in IF command.
10655 2002-12-12 10:10  king
10657         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
10658         ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.cmake,
10659         ComplexRelativePaths/CMakeLists.txt,
10660         ComplexRelativePaths/VarTests.cmake: BUG: Can't double-quote
10661         foreach arguments.
10663 2002-12-12 08:42  martink
10665         * Tests/Wrapping/CMakeLists.txt: now uses SET instead of
10666         SOURCE_LIST command
10668 2002-12-11 18:20  king
10670         * Source/cmListFileCache.cxx: BUG: Multi-line functions must also
10671         increment line number, not the pointer.
10673 2002-12-11 18:15  king
10675         * Source/cmEndForEachCommand.h: ERR: Dummy InitialPass
10676         implementation must return a value.
10678 2002-12-11 18:13  king
10680         * Source/: cmAbstractFilesCommand.cxx,
10681         cmAddCustomCommandCommand.cxx, cmAddCustomTargetCommand.cxx,
10682         cmAddDefinitionsCommand.cxx, cmAddDependenciesCommand.cxx,
10683         cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
10684         cmAddTestCommand.cxx, cmCPluginAPI.cxx, cmCommand.h,
10685         cmCreateTestSourceList.cxx, cmEndForEachCommand.cxx,
10686         cmEndForEachCommand.h, cmFindFileCommand.cxx,
10687         cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
10688         cmFindProgramCommand.cxx, cmForEachCommand.cxx, cmForEachCommand.h,
10689         cmFunctionBlocker.h, cmITKWrapTclCommand.cxx, cmIfCommand.cxx,
10690         cmIfCommand.h, cmIncludeDirectoryCommand.cxx,
10691         cmInstallProgramsCommand.cxx, cmInstallTargetsCommand.cxx,
10692         cmLinkDirectoriesCommand.cxx, cmLinkLibrariesCommand.cxx,
10693         cmListFileCache.cxx, cmListFileCache.h, cmLoadCacheCommand.cxx,
10694         cmLoadCommandCommand.cxx, cmLocalUnixMakefileGenerator.cxx,
10695         cmMacroCommand.cxx, cmMacroCommand.h, cmMakefile.cxx, cmMakefile.h,
10696         cmMarkAsAdvancedCommand.cxx, cmMessageCommand.cxx,
10697         cmProjectCommand.cxx, cmRemoveCommand.cxx,
10698         cmSetSourceFilesPropertiesCommand.cxx, cmSourceFilesCommand.cxx,
10699         cmSourceFilesRemoveCommand.cxx, cmSubdirCommand.cxx,
10700         cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
10701         cmTargetLinkLibrariesCommand.cxx, cmUtilitySourceCommand.cxx,
10702         cmVariableRequiresCommand.cxx, cmWriteFileCommand.cxx, ctest.cxx:
10703         ENH: Moved ExpandListVariables out of individual commands. 
10704         Argument evaluation rules are now very consistent.  Double quotes
10705         can always be used to create exactly one argument, regardless of
10706         contents inside.
10708 2002-12-11 14:18  martink
10710         * Source/CMakeSetup.dsw: removed dsw file
10712 2002-12-11 14:16  martink
10714         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added a Free method
10716 2002-12-11 14:15  king
10718         * Source/: cmCreateTestSourceList.cxx, cmSystemTools.cxx: ENH:
10719         Improved implementation of MSVC debug hook to only add the hook if
10720         DART_TEST_FROM_DART is set in the environment.  This is better than
10721         always adding the hook and testing the environment from the
10722         callback.
10724 2002-12-11 12:09  andy
10726         * Source/: cmGlobalVisualStudio7Generator.cxx,
10727         cmLocalVisualStudio6Generator.cxx,
10728         cmLocalVisualStudio7Generator.cxx: Add check so that java projects
10729         build without C++
10731 2002-12-11 11:49  king
10733         * Source/: cmDumpDocumentation.cxx, cmSystemTools.cxx,
10734         cmSystemTools.h, cmakemain.cxx, cmaketest.cxx, cmw9xcom.cxx,
10735         ctest.cxx: ENH: Added cmSystemTools::EnableMSVCDebugHook() to
10736         prevent error dialogs when CMake is invoked by Dart.
10738 2002-12-11 11:32  king
10740         * Source/cmCreateTestSourceList.cxx: ENH: Generate code to setup
10741         MSVC debug library hook.  The test driver program will not display
10742         error dialogs if DART_TEST_FROM_DART is set in the environment.
10744 2002-12-11 10:34  andy
10746         * Modules/CMakeDetermineJavaCompiler.cmake,
10747         Modules/CMakeJavaCompiler.cmake.in, Source/cmGlobalGenerator.cxx:
10748         Add java support
10750 2002-12-10 17:52  andy
10752         * Source/: cmLocalVisualStudio6Generator.cxx,
10753         cmLocalVisualStudio6Generator.h: Add support for comments on custom
10754         commands in visual studio 6
10756 2002-12-10 17:43  andy
10758         * Source/: cmLocalVisualStudio7Generator.cxx,
10759         cmLocalVisualStudio7Generator.h: Add support for comments on custom
10760         commands in visual studio 7
10762 2002-12-10 16:46  andy
10764         * Source/: cmCustomCommand.cxx, cmCustomCommand.h, cmMakefile.cxx,
10765         cmMakefile.h, cmAddCustomCommandCommand.cxx,
10766         cmAddCustomCommandCommand.h, cmLocalUnixMakefileGenerator.cxx,
10767         cmSourceGroup.cxx, cmSourceGroup.h: Add comment support, so that
10768         you can see in build process what the custom command does
10770 2002-12-10 16:45  andy
10772         * Source/: cmAddCustomTargetCommand.cxx,
10773         cmAddCustomTargetCommand.h: Allow target with no command
10775 2002-12-10 16:08  hoffman
10777         * Source/: cmOutputRequiredFilesCommand.cxx,
10778         cmOutputRequiredFilesCommand.h: BUG: update for changes in
10779         cmMakeDepend
10781 2002-12-10 16:01  hoffman
10783         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
10784         update use of makedepend
10786 2002-12-10 15:55  hoffman
10788         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: ENH:
10789         update to new style MakeDepend
10791 2002-12-10 14:51  barre
10793         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: drag&drop on CMake
10794         icon was not working anymore.  - the cmake instance had to be
10795         created before accessing the cache (doh) - the cache iterator was
10796         not queried properly (seems the API changed)
10798 2002-12-10 14:12  hoffman
10800         * Source/cmUnixMakefileGenerator.cxx: BUG: make sure empty depends
10801         are not used
10803 2002-12-10 14:10  martink
10805         * Source/: cmOutputRequiredFilesCommand.cxx,
10806         cmOutputRequiredFilesCommand.h: updated for changes in Depend Calcs
10808 2002-12-10 13:59  hoffman
10810         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: do not output empty
10811         depends
10813 2002-12-10 13:36  andy
10815         * Source/ctest.cxx: Remove warning
10817 2002-12-10 10:34  hoffman
10819         * Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx,
10820         cmUnixMakefileGenerator.h: BUG: fix compile flags for source files,
10821         and fix depend bug for cmake 14 branch
10823 2002-12-10 09:34  hoffman
10825         * Source/cmLocalUnixMakefileGenerator.cxx: remove cerr
10827 2002-12-10 09:28  hoffman
10829         * Source/: cmLocalUnixMakefileGenerator.cxx,
10830         cmLocalUnixMakefileGenerator.h, cmMakeDepend.cxx: BUG:  fix bug in
10831         depends
10833 2002-12-09 16:23  andy
10835         * Source/cmaketest.cxx: Add to usage
10837 2002-12-09 16:22  andy
10839         * Modules/FindPythonLibs.cmake: Better search for python
10841 2002-12-09 14:33  king
10843         * Modules/CMakeImportBuildSettings.cmake: ENH: Using only filename
10844         without path or extension for comparing build tools.
10846 2002-12-09 10:07  hoffman
10848         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
10849         CMakeSetupDialog.h: clean up leaks
10851 2002-12-09 08:27  hoffman
10853         * Modules/: CMakeVS6BackwardCompatibility.cmake,
10854         CMakeVS7BackwardCompatibility.cmake: use win32 threads for win32
10856 2002-12-08 22:36  andy
10858         * Source/: ctest.cxx, ctest.h: Initial addition of coverage
10860 2002-12-08 22:35  andy
10862         * Source/cmSystemTools.cxx: Fix bug in globbing. Now it actually
10863         uses only files or directories that result in globbing not the ones
10864         that were is the vector before
10866 2002-12-08 22:33  andy
10868         * Source/: cmGlobalGenerator.cxx, cmLocalUnixMakefileGenerator.cxx:
10869         Rename variable to remove warning
10871 2002-12-08 14:25  starreveld
10873         * Templates/CMakeLists.txt: ERR: Remove references to files removed
10874         4 days ago
10876 2002-12-06 16:03  hoffman
10878         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
10879         CMakeSetupDialog.h: ENH: move version to title bar
10881 2002-12-06 15:35  hoffman
10883         * Source/: cmGlobalUnixMakefileGenerator.cxx,
10884         cmGlobalVisualStudio6Generator.cxx,
10885         cmGlobalVisualStudio7Generator.cxx,
10886         cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx: ENH: fix IntDir
10887         jump and build problem
10889 2002-12-06 11:43  hoffman
10891         * Source/cmGlobalGenerator.cxx: ENH: set the CXX and CC environment
10892         vars
10894 2002-12-06 10:16  hoffman
10896         * Modules/CMakeDetermineCCompiler.cmake: BUG: fix C compiler init
10898 2002-12-06 10:09  hoffman
10900         * Modules/: CMakeDetermineCCompiler.cmake,
10901         CMakeDetermineCXXCompiler.cmake: clean up compiler picking code
10903 2002-12-06 10:02  hoffman
10905         * Modules/CMakeDetermineCCompiler.cmake,
10906         Modules/CMakeDetermineCXXCompiler.cmake,
10907         Source/cmGlobalVisualStudio6Generator.cxx: fix for generator picked
10908         compilers
10910 2002-12-05 16:53  hoffman
10912         * Source/cmLocalUnixMakefileGenerator.cxx: use correct path type
10913         for check_cache file
10915 2002-12-05 16:52  hoffman
10917         * Source/cmDynamicLoader.cxx: fix free before use
10919 2002-12-05 15:54  hoffman
10921         * Source/MFCDialog/PropertyList.cpp: ENH: add status bar and help
10922         for items
10924 2002-12-05 15:48  hoffman
10926         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
10927         PropertyList.cpp: ENH: add status bar and help for items
10929 2002-12-05 14:56  hoffman
10931         * Source/: cmCacheManager.cxx, cmLocalUnixMakefileGenerator.cxx:
10932         ENH: add a rule to automatically re-run cmake from the top if the
10933         CMakeCache.txt file is changed
10935 2002-12-05 14:24  andy
10937         * Source/Makefile.in: Better dependencies for bootstrap
10939 2002-12-05 13:44  hoffman
10941         * Modules/CMakeBackwardCompatibilityC.cmake,
10942         Modules/CMakeBackwardCompatibilityCXX.cmake,
10943         Modules/CMakeSystemSpecificInformation.cmake,
10944         Modules/CMakeVS6BackwardCompatibility.cmake,
10945         Modules/CMakeVS6FindMake.cmake,
10946         Modules/CMakeVS7BackwardCompatibility.cmake,
10947         Modules/CMakeVS7FindMake.cmake, Modules/Dart.cmake,
10948         Modules/Platform/Windows-cl.cmake,
10949         Source/cmGlobalBorlandMakefileGenerator.cxx,
10950         Source/cmGlobalBorlandMakefileGenerator.h,
10951         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
10952         Source/cmGlobalNMakeMakefileGenerator.cxx,
10953         Source/cmGlobalNMakeMakefileGenerator.h,
10954         Source/cmGlobalUnixMakefileGenerator.cxx,
10955         Source/cmGlobalUnixMakefileGenerator.h,
10956         Source/cmGlobalVisualStudio6Generator.cxx,
10957         Source/cmGlobalVisualStudio6Generator.h,
10958         Source/cmGlobalVisualStudio7Generator.cxx,
10959         Source/cmGlobalVisualStudio7Generator.h,
10960         Source/cmLocalVisualStudio6Generator.cxx: ENH: unify EnableLanguage
10961         across all generators
10963 2002-12-05 11:55  andy
10965         * Tests/: LoadCommand/CMakeLists.txt,
10966         LoadCommand/LoadedCommand.cxx, LoadCommand/LoadedCommand.h.in,
10967         LoadCommandOneConfig/CMakeLists.txt,
10968         LoadCommandOneConfig/LoadedCommand.cxx,
10969         LoadCommandOneConfig/LoadedCommand.h.in: Speedup the test
10971 2002-12-05 11:42  hoffman
10973         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure OK can not
10974         be hit first time around
10976 2002-12-05 11:09  martink
10978         * Source/cmGlobalVisualStudio7Generator.h: use InAll target setting
10979         to determine what targets are in the default build
10981 2002-12-05 10:47  king
10983         * Modules/: FindVTK.cmake, UseVTK40.cmake,
10984         UseVTKBuildSettings40.cmake, UseVTKConfig40.cmake: ENH: Added
10985         support for finding/using VTK 4.0 without using its UseVTK.cmake
10986         file that does a LOAD_CACHE.
10988 2002-12-05 10:34  king
10990         * Modules/CMakeImportBuildSettings.cmake: BUG: Fix for string
10991         comparison when one string is empty.
10993 2002-12-05 09:46  king
10995         * Modules/: CMakeBuildSettings.cmake.in,
10996         CMakeExportBuildSettings.cmake, CMakeImportBuildSettings.cmake:
10997         ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and
10998         CMAKE_IMPORT_BUILD_SETTINGS macro.
11000 2002-12-05 08:30  martink
11002         * Source/cmGlobalVisualStudio7Generator.cxx: use InAll target
11003         setting to determine what targets are in the default build
11005 2002-12-04 18:44  king
11007         * Source/: cmStringCommand.cxx, cmStringCommand.h: ENH: Added
11008         COMPARE modes to STRING command.
11010 2002-12-04 16:59  king
11012         * Modules/CMakeUnixFindMake.cmake: BUG: Removed stray debugging
11013         message.
11015 2002-12-04 14:18  king
11017         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: When a full path to
11018         a library cannot be parsed, just add the whole path to the link
11019         line.  If it isn't a valid path, the linker will complain.
11021 2002-12-04 10:57  hoffman
11023         * Modules/CMakeUnixFindMake.cmake,
11024         Source/cmGlobalBorlandMakefileGenerator.cxx,
11025         Source/cmGlobalNMakeMakefileGenerator.cxx,
11026         Source/cmGlobalUnixMakefileGenerator.cxx, Source/cmake.cxx,
11027         Source/cmake.h: BUG: fix get make command problems.
11029 2002-12-04 10:44  martink
11031         * Source/cmake.cxx: added CMAKE_BACKWARDS_COMPATIBILITY entry
11033 2002-12-04 10:25  martink
11035         * Source/cmLinkLibrariesCommand.h: updated comment
11037 2002-12-03 16:19  hoffman
11039         * Modules/CMakeBorlandFindMake.cmake,
11040         Modules/CMakeNMakeFindMake.cmake,
11041         Modules/CMakeSystemSpecificInformation.cmake,
11042         Modules/CMakeUnixFindMake.cmake, Modules/Platform/CYGWIN.cmake,
11043         Modules/Platform/Windows-bcc32.cmake,
11044         Modules/Platform/Windows-cl.cmake,
11045         Source/cmGlobalBorlandMakefileGenerator.cxx,
11046         Source/cmGlobalNMakeMakefileGenerator.cxx,
11047         Source/cmGlobalUnixMakefileGenerator.cxx: determine
11048         CMAKE_MAKE_PROGRAM in EnableLanguage
11050 2002-12-03 15:23  hoffman
11052         * Source/CMakeLists.txt,
11053         Source/cmLocalBorlandMakefileGenerator.cxx,
11054         Source/cmLocalBorlandMakefileGenerator.h,
11055         Source/cmLocalNMakeMakefileGenerator.cxx,
11056         Source/cmLocalNMakeMakefileGenerator.h,
11057         Templates/CCMakeSystemConfig.cmake.in,
11058         Templates/CMakeBorlandWindowsSystemConfig.cmake,
11059         Templates/CMakeNMakeWindowsSystemConfig.cmake,
11060         Templates/CXXCMakeSystemConfig.cmake.in: remove unused files
11062 2002-12-03 14:32  martink
11064         * Source/MFCDialog/CMakeSetupDialog.cpp: remove code warrior and
11065         fixed GUI isues
11067 2002-12-03 14:27  martink
11069         * Source/MFCDialog/CMakeSetup.rc: remove code warrior and fixed GUI
11070         isues
11072 2002-12-03 14:15  ibanez
11074         * Modules/FindImageMagick.cmake: Module to find tools from the
11075         ImageMagick package.  These tools are useful for converting image
11076         formats.
11078 2002-12-03 14:09  martink
11080         * Source/: CMakeLists.txt, Makefile.in, cmake.cxx,
11081         MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
11082         MFCDialog/CMakeSetupDialog.h: remove code warrior and fixed GUI
11083         isues
11085 2002-12-03 13:46  ibanez
11087         * Modules/FindFLTK.cmake: ENH: description of variables now follows
11088         other style in other .cmake files.
11090 2002-12-03 13:44  ibanez
11092         * Modules/FindGLUT.cmake: ENH: Description of variables now
11093         specifies that the full path is required.
11095 2002-12-03 12:59  martink
11097         * Source/cmMakefile.cxx: fix purify FMR
11099 2002-12-03 11:23  martink
11101         * CMakeLists.txt: bug fix and some cleanup
11103 2002-12-03 11:21  martink
11105         * Tests/.NoDartCoverage: clean up coverage some
11107 2002-12-03 10:47  hoffman
11109         * Modules/CMakeDefaultMakeRuleVariables.cmake,
11110         Modules/Platform/Linux-como.cmake,
11111         Modules/Platform/Windows-bcc32.cmake,
11112         Modules/Platform/Windows-cl.cmake,
11113         Source/cmLocalUnixMakefileGenerator.cxx: correctly place both
11114         LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all the rules
11116 2002-12-03 09:59  hoffman
11118         * Modules/CMakeDefaultMakeRuleVariables.cmake: use LINK_FLAGS not C
11119         and CXX LINK_FLAGS
11121 2002-12-02 16:35  martink
11123         * Source/cmStringCommand.cxx: fix compile warning
11125 2002-12-02 16:15  hoffman
11127         * Source/cmMakefile.cxx: add project command even if inheriting
11129 2002-12-02 16:08  hoffman
11131         * Source/cmListFileCache.cxx: ENH: put the project command at the
11132         front of the project
11134 2002-12-02 15:59  martink
11136         * Source/: cmFindLibraryCommand.cxx, cmMakefile.cxx, cmMakefile.h,
11137         cmSystemTools.cxx, cmSystemTools.h: removed cmMakefile depend from
11138         cmSystemTools
11140 2002-12-02 15:43  hoffman
11142         * Source/cmLocalUnixMakefileGenerator.cxx: ENH: remove forced
11143         enable language call because a PROJECT command is now added to each
11144         project
11146 2002-12-02 15:37  hoffman
11148         * Source/: cmListFileCache.cxx, cmMakefile.cxx: ENH: remove cerr
11149         calls
11151 2002-12-02 15:30  hoffman
11153         * Source/: cmListFileCache.cxx, cmListFileCache.h, cmMakefile.cxx:
11154         ENH: add PROJECT command if there is not one
11156 2002-12-02 15:03  martink
11158         * Source/cmIfCommand.cxx: minor fix
11160 2002-12-02 13:18  hoffman
11162         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: add a space around
11163         the compile flags
11165 2002-12-02 10:33  hoffman
11167         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix compile flags
11168         for a single file
11170 2002-11-29 18:56  andy
11172         * Source/cmGlobalUnixMakefileGenerator.cxx: Fix problem on unix
11173         with space
11175 2002-11-29 16:35  andy
11177         * Source/cmSystemTools.cxx: When cd-jing into directory, if
11178         directory has space, it should put quotes around. I guess we could
11179         just put quotes around all the time
11181 2002-11-28 23:45  ibanez
11183         * Modules/FindFLTK.cmake: ENH: FLTK 1.1.1 under Windows links now
11184         with the comctl32 library.
11186 2002-11-27 07:42  andy
11188         * Tests/ObjC++/CMakeLists.txt: Add missing library. The test should
11189         be linked to framework Cocoa
11191 2002-11-27 07:41  andy
11193         * Source/cmSystemTools.cxx: Add objective C++ file in the list of
11194         C++ files. This may be wrong, but it will fix problems on Mac for
11195         now
11197 2002-11-26 19:02  starreveld
11199         * Source/CMakeLists.txt: Add ObjC++ test for OSX
11201 2002-11-26 19:01  starreveld
11203         * Tests/ObjC++/: CMakeLists.txt, objc++.mm: 
11204         Test for ObjC++ on OSX machines only
11206 2002-11-26 09:37  andy
11208         * Source/cmTryCompileCommand.cxx: Remove warning
11210 2002-11-25 17:57  andy
11212         * Modules/FindwxWindows.cmake: Change priorities
11214 2002-11-22 16:59  hoffman
11216         * Source/cmLocalUnixMakefileGenerator.cxx: fix for paths with
11217         spaces and borland
11219 2002-11-22 16:18  hoffman
11221         * Modules/Platform/Windows-bcc32.cmake: change flags for borland
11223 2002-11-22 15:44  andy
11225         * Source/cmLocalVisualStudio6Generator.cxx: Revert back to 1.5,
11226         since it is fixed in ConvertToOutputPath and this breaks Windows 98
11228 2002-11-22 09:45  andy
11230         * Source/CursesDialog/cmCursesMainForm.cxx: Rename local variable
11232 2002-11-21 23:54  hoffman
11234         * Source/cmLocalVisualStudio7Generator.cxx: add support for
11235         CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS
11237 2002-11-21 16:11  hoffman
11239         * Source/cmTryCompileCommand.cxx: fix for c flags
11241 2002-11-21 16:03  hoffman
11243         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.cxx: fix
11244         flag setting
11246 2002-11-21 15:36  hoffman
11248         * Modules/Platform/CYGWIN.cmake: remove debug stuff
11250 2002-11-21 15:15  hoffman
11252         * Source/cmTryCompileCommand.cxx: move compile defs to cxx and c
11253         flags
11255 2002-11-21 14:59  hoffman
11257         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: clean up
11258         entire temp directory
11260 2002-11-21 14:45  hoffman
11262         * Modules/: CheckIncludeFileCXX.cmake,
11263         TestForANSIStreamHeaders.cmake: try to fix check for ansi stream
11265 2002-11-21 14:32  hoffman
11267         * Modules/CheckIncludeFileCXX.cmake: fix order
11269 2002-11-21 14:24  hoffman
11271         * Modules/TestForSTDNamespace.cmake: fix order
11273 2002-11-21 14:11  hoffman
11275         * Modules/CheckIncludeFileCXX.cmake,
11276         Modules/TestForANSIForScope.cmake,
11277         Modules/TestForANSIStreamHeaders.cmake,
11278         Modules/TestForSTDNamespace.cmake, Source/cmTryCompileCommand.cxx:
11279         move ansi cxx flags stuff out of try compile and into cmake files
11281 2002-11-21 13:37  hoffman
11283         * Source/cmSystemTools.cxx: fix network paths with spaces
11285 2002-11-21 13:28  hoffman
11287         * Modules/CMakeBackwardCompatibilityCXX.cmake: have to cache
11288         ansi_cxxflags
11290 2002-11-21 12:59  hoffman
11292         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
11293         TestCXXAcceptsFlag.cmake: spelling error
11295 2002-11-21 12:52  hoffman
11297         * Modules/: CMakeBackwardCompatibilityCXX.cmake, DummyCXXFile.cxx,
11298         TestCXXAcceptsFlag.cmake, Platform/IRIX64.cmake,
11299         Platform/OSF1.cmake: add checks for ansi flags and not hard code
11300         them
11302 2002-11-21 12:26  andy
11304         * Source/cmLocalVisualStudio6Generator.cxx: Fix for network paths
11305         with space
11307 2002-11-21 12:26  andy
11309         * Source/ctest.cxx: Fix for network paths
11311 2002-11-21 11:46  barre
11313         * Modules/CMakeSystemSpecificInformation.cmake: FUX: those vars
11314         need to be ADVANCED
11316 2002-11-21 10:11  king
11318         * Modules/: CheckVariableExists.c, CheckVariableExists.cmake: ENH:
11319         Added CHECK_VARIABLE_EXISTS macro.
11321 2002-11-21 10:03  king
11323         * Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed string
11324         literal to char* warnings.
11326 2002-11-21 08:45  hoffman
11328         * Modules/CMakeDefaultMakeRuleVariables.cmake,
11329         Modules/Platform/CYGWIN.cmake,
11330         Source/cmLocalUnixMakefileGenerator.cxx,
11331         Tests/SystemInformation/SystemInformation.in: fix for create shared
11332         library
11334 2002-11-21 08:19  martink
11336         * Tests/LinkLineOrder/: Exec1.c, Exec2.c, NoDepB.c, NoDepC.c,
11337         NoDepE.c, NoDepF.c, NoDepX.c, NoDepY.c, NoDepZ.c, One.c: converted
11338         c plus plus comments
11340 2002-11-21 08:12  hoffman
11342         * Modules/CMakeSystemSpecificInformation.cmake: ENH: fix for module
11343         run time flag
11345 2002-11-20 18:18  hoffman
11347         * Source/: cmCacheManager.h, cmSystemTools.cxx: rename foo
11348         variables to better names
11350 2002-11-20 18:00  king
11352         * Source/: cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: ENH: Added
11353         READ_WITH_PREFIX option to LOAD_CACHE command.  This allows reading
11354         of cache values from another cache without actually creating local
11355         copies of the cache entires.  The values are stored as prefixed
11356         local makefile variables.
11358 2002-11-20 16:23  king
11360         * Modules/FindVTK.cmake: ENH: Added support to find VTK 4.0.
11362 2002-11-20 15:23  hoffman
11364         * Modules/CMakeCCompiler.cmake.in: BUG: use CMAKE_COMPILER_IS_GNUCC
11365         not CMAKE_COMPILER_IS_GNUGCC
11367 2002-11-20 14:40  ibanez
11369         * Modules/FindLATEX.cmake: ENH: Now also locates the "makeindex"
11370         program.
11372 2002-11-20 14:11  king
11374         * Modules/FindVTK.cmake: ENH: Only search VTK_INSTALL_PATH if
11375         USE_INSTALLED_VTK is on.  Only search VTK_BINARY_PATH if
11376         USE_BUILT_VTK is on.
11378 2002-11-20 13:37  king
11380         * Modules/FindVTK.cmake: ENH: New implementation of FindVTK to take
11381         advantage of VTKConfig.cmake.  Also provides more powerful search
11382         path mechanism, and requires only one cache entry in user project.
11384 2002-11-20 12:58  king
11386         * Source/cmSystemTools.cxx: BUG: Attempt to fix CopyFile problem
11387         using flush before check for success.
11389 2002-11-20 09:06  king
11391         * Source/cmGetFilenameComponentCommand.cxx: ERR: Fixed
11392         signed/unsigned warning.
11394 2002-11-20 09:06  king
11396         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed unused
11397         parameter warning.
11399 2002-11-20 09:04  martink
11401         * Tests/LinkLineOrder/NoDepA.c: fixed comments to be c style not c
11402         plus plus
11404 2002-11-19 18:17  hoffman
11406         * Modules/CMakeDetermineCCompiler.cmake,
11407         Modules/CMakeDetermineCXXCompiler.cmake,
11408         Modules/CMakeSystemSpecificInformation.cmake,
11409         Source/cmGetFilenameComponentCommand.cxx,
11410         Source/cmGetFilenameComponentCommand.h, Source/cmSystemTools.cxx,
11411         Source/cmSystemTools.h: allow flags to be in the CC and CXX
11412         environment variables
11414 2002-11-19 18:01  perera
11416         * Source/CMakeLists.txt, Source/cmMakefile.cxx,
11417         Source/cmTarget.cxx, Source/cmTarget.h,
11418         Tests/LinkLineOrder/CMakeLists.txt, Tests/LinkLineOrder/Exec1.c,
11419         Tests/LinkLineOrder/Exec2.c, Tests/LinkLineOrder/NoDepA.c,
11420         Tests/LinkLineOrder/NoDepB.c, Tests/LinkLineOrder/NoDepC.c,
11421         Tests/LinkLineOrder/NoDepE.c, Tests/LinkLineOrder/NoDepF.c,
11422         Tests/LinkLineOrder/NoDepX.c, Tests/LinkLineOrder/NoDepY.c,
11423         Tests/LinkLineOrder/NoDepZ.c, Tests/LinkLineOrder/One.c,
11424         Tests/LinkLineOrder/Two.c: BUG: the dependency analysis would
11425         incorrectly alphabetically re-order the link lines, which affects
11426         external libraries pulled up from deep within the dependency tree.
11427         Fixed by preserving order everywhere.
11429 2002-11-19 15:55  hoffman
11431         * Modules/: CMakeDetermineCCompiler.cmake,
11432         CMakeDetermineCXXCompiler.cmake: fixes to better honor env CC and
11433         CXX
11435 2002-11-19 14:40  hoffman
11437         * Source/cmSystemTools.cxx: ENH: add some better output when copy
11438         file fails
11440 2002-11-19 14:40  hoffman
11442         * Source/cmLocalUnixMakefileGenerator.cxx: fix some warnings
11444 2002-11-19 13:19  andy
11446         * Source/CursesDialog/cmCursesPathWidget.cxx: Add / after directory
11447         name when doing tab completion
11449 2002-11-19 13:09  andy
11451         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
11452         Add progress to ccmake
11454 2002-11-19 12:20  hoffman
11456         * Modules/CMakeSystemSpecificInformation.cmake: BUG: fix CFLAGS
11458 2002-11-19 12:18  hoffman
11460         * Modules/: CMakeDetermineCCompiler.cmake,
11461         CMakeDetermineCXXCompiler.cmake: BUG: fix handling of CXX
11463 2002-11-19 09:12  hoffman
11465         * Source/cmLocalUnixMakefileGenerator.cxx: fix warning
11467 2002-11-19 09:01  martink
11469         * Source/cmSystemTools.cxx: fix in warning
11471 2002-11-18 16:29  andy
11473         * Source/CursesDialog/: cmCursesMainForm.cxx, cmCursesMainForm.h:
11474         Initial add of progress
11476 2002-11-18 15:14  hoffman
11478         * Modules/: CMakeBackwardCompatibilityC.cmake, FindThreads.cmake:
11479         BUG: fix for thread and cache override
11481 2002-11-18 10:52  andy
11483         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
11484         CheckLibraryExists.cmake, CheckSizeOf.cmake,
11485         TestForANSIForScope.cmake, TestForANSIStreamHeaders.cmake,
11486         TestForSTDNamespace.cmake: Add more messages, make messages look
11487         the same, add checks if test was already successfull
11489 2002-11-18 10:51  andy
11491         * Modules/CMakeSystemSpecificInformation.cmake: If system detection
11492         fails, make copy of CMakeCache
11494 2002-11-18 09:08  hoffman
11496         * Tests/SystemInformation/SystemInformation.in: add print for
11497         compiler is gnu
11499 2002-11-17 17:28  martink
11501         * Source/: cmake.cxx, cmLocalUnixMakefileGenerator.cxx: fix some
11502         compiler warnings hopefully
11504 2002-11-15 17:45  hoffman
11506         * Modules/Platform/Windows-bcc32.cmake,
11507         Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix for borland run
11508         time dll
11510 2002-11-15 16:00  hoffman
11512         * Modules/Platform/SunOS.cmake: fix for sun
11514 2002-11-15 13:17  martink
11516         * Source/cmake.cxx: fixed bad source directory bug
11518 2002-11-15 12:54  martink
11520         * Source/cmIfCommand.cxx:  fixed compiler warning
11522 2002-11-15 10:07  hoffman
11524         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add back
11525         install prefix
11527 2002-11-15 09:30  hoffman
11529         * Modules/FindThreads.cmake: fix thread logic
11531 2002-11-15 09:16  hoffman
11533         * Modules/CMakeSystemSpecificInformation.cmake: ENH: add CFLAGS and
11534         CXXFLAGS
11536 2002-11-15 07:42  andy
11538         * Source/cmakemain.cxx: Oops, std namespace
11540 2002-11-14 18:18  andy
11542         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h,
11543         wxCMakeSetup.cxx: Add progress reporting
11545 2002-11-14 17:12  andy
11547         * Source/cmakemain.cxx: Add Progress support
11549 2002-11-14 16:29  berk
11551         * Modules/Platform/HP-UX.cmake: temp fix for hp
11553 2002-11-14 16:29  hoffman
11555         * Source/TODO: [no log message]
11557 2002-11-14 16:12  berk
11559         * Modules/Platform/HP-UX.cmake: fix flags for hp
11561 2002-11-14 14:06  andy
11563         * Source/cmLocalUnixMakefileGenerator.cxx: Fix compile flags on c
11564         files in static liobraries on windows
11566 2002-11-14 11:33  andy
11568         * Modules/CMakeSystemSpecificInformation.cmake,
11569         Modules/Platform/Windows-cl.cmake,
11570         Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix flags for c
11571         compiler on windows
11573 2002-11-14 11:16  martink
11575         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added another func
11577 2002-11-14 11:03  martink
11579         * Source/: cmCPluginAPI.h, cmCPluginAPI.cxx: added another func
11581 2002-11-14 09:38  andy
11583         * Modules/: FindJNI.cmake, FindJava.cmake, FindPythonLibs.cmake:
11584         Clean find for Python, add find for python 2.2 on windows, cleanup
11585         java on windows and add java 1.4 support
11587 2002-11-14 09:38  berk
11589         * Source/cmLocalUnixMakefileGenerator.cxx: Added missing space.
11591 2002-11-14 09:37  andy
11593         * Source/cmLocalUnixMakefileGenerator.cxx: Fix building on NMake.
11594         Use short paths
11596 2002-11-14 08:59  hoffman
11598         * Modules/Platform/Windows-bcc32.cmake: BUG: fix for missing temp
11599         file variable
11601 2002-11-13 23:36  hoffman
11603         * Modules/Platform/Windows-bcc32.cmake,
11604         Source/cmLocalUnixMakefileGenerator.cxx:  reorder tWR so that it
11605         does not crash with shared
11607 2002-11-13 20:14  hoffman
11609         * Source/cmLocalUnixMakefileGenerator.cxx: add support for borland
11610         run time flag for shared builds
11612 2002-11-13 20:11  hoffman
11614         * Modules/Platform/Windows-bcc32.cmake: fix shared builds on
11615         borland and add debug stuff for makefiles
11617 2002-11-13 18:27  hoffman
11619         * Source/: cmLocalUnixMakefileGenerator.cxx,
11620         cmLocalUnixMakefileGenerator.h: BUG: fix for build out of dir for
11621         windows
11623 2002-11-13 16:31  hoffman
11625         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
11626         CheckLibraryExists.cmake, CheckSizeOf.cmake: ENH: add status
11627         messages
11629 2002-11-13 15:59  martink
11631         * Source/: cmLocalUnixMakefileGenerator.cxx, cmMakefile.cxx,
11632         cmMakefile.h, cmMessageCommand.cxx, cmMessageCommand.h: ENH: space
11633         fixes and add a status option to message command
11635 2002-11-13 15:32  martink
11637         * Modules/Platform/Windows-bcc32.cmake: ENH: move -P flag from
11638         cxxflags to the compile line for cxx files
11640 2002-11-13 15:20  hoffman
11642         * Source/: cmGlobalUnixMakefileGenerator.cxx, cmake.cxx, cmake.h:
11643         ENH: check to make sure cmake matches the cmake used to generate
11644         the cache
11646 2002-11-13 14:51  hoffman
11648         * Modules/Platform/Windows-bcc32.cmake: ENH: use correct run time
11649         library for borland
11651 2002-11-13 14:31  hoffman
11653         * Source/: cmCacheManager.cxx, cmGlobalUnixMakefileGenerator.cxx:
11654         ENH: force a global generate if the cache version does not match
11655         the running cmake
11657 2002-11-13 13:19  berk
11659         * Source/Makefile.in: BUG: add missing depend rules for hp make
11661 2002-11-13 11:49  hoffman
11663         * Modules/FindX11.cmake: fix for nsl library and X11
11665 2002-11-13 11:36  hoffman
11667         * Modules/: CMakeBackwardCompatibilityC.cmake, FindX11.cmake: fix
11668         for nsl library and X11
11670 2002-11-13 11:25  hoffman
11672         * Modules/Platform/Windows-bcc32.cmake: BUG: fix order of link line
11673         for creating shared libraries
11675 2002-11-12 19:39  king
11677         * Modules/CheckFunctionExists.cmake: BUG: Fixed doc string on
11678         generated variable.
11680 2002-11-12 16:58  hoffman
11682         * Modules/CMakeDetermineCCompiler.cmake,
11683         Modules/CMakeDetermineCXXCompiler.cmake,
11684         Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix path problems
11686 2002-11-12 16:27  will
11688         * Modules/FindX11.cmake: Backwards compatibility. Andy and Bill
11689         made me add socket library.
11691 2002-11-12 15:24  hoffman
11693         * Modules/Platform/Windows-bcc32.cmake,
11694         Modules/Platform/Windows-cl.cmake,
11695         Source/cmLocalUnixMakefileGenerator.cxx: ENH: add .def file support
11697 2002-11-12 14:48  hoffman
11699         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: change to new
11700         variables
11702 2002-11-12 14:19  hoffman
11704         * Modules/: CMakeBackwardCompatibilityC.cmake,
11705         CheckLibraryExists.cmake, FindThreads.cmake,
11706         CheckLibraryExists.cmake: add find threads check
11708 2002-11-12 14:18  hoffman
11710         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
11711         DumpInformation.h.in, SystemInformation.in: clean up test for html
11712         output
11714 2002-11-12 13:06  hoffman
11716         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: fix reg expression
11718 2002-11-12 12:47  king
11720         * Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
11722 2002-11-12 10:47  barre
11724         * Modules/FindOpenGL.cmake: FIX: minor fix, OPENGL_INCLUDE_PATH was
11725         set 2 times
11727 2002-11-12 09:33  hoffman
11729         * Tests/SystemInformation/DumpInformation.cxx: [no log message]
11731 2002-11-12 09:31  hoffman
11733         * Tests/SystemInformation/CMakeLists.txt: fix project name
11735 2002-11-12 09:12  hoffman
11737         * Modules/: CMakeSystemSpecificInformation.cmake,
11738         Platform/CYGWIN.cmake, Platform/Windows-bcc32.cmake,
11739         Platform/Windows-cl.cmake: Set CMAKE_BUILD_TOOL
11741 2002-11-11 18:10  hoffman
11743         * Modules/CMakeSystemSpecificInformation.cmake,
11744         Modules/Platform/Windows-bcc32.cmake,
11745         Modules/Platform/Windows-cl.cmake, Source/CMakeLists.txt,
11746         Source/TODO, Source/cmLocalUnixMakefileGenerator.cxx,
11747         Source/cmLocalUnixMakefileGenerator.h: ENH: fix up several problems
11748         with new stuff
11750 2002-11-11 18:07  hoffman
11752         * Tests/SystemInformation/: CMakeLists.txt, DumpInformation.cxx,
11753         DumpInformation.h.in, SystemInformation.in: new test
11755 2002-11-11 17:00  hoffman
11757         * Modules/Platform/OSF1.cmake: Fix for OSF
11759 2002-11-11 13:15  andy
11761         * Source/cmLocalUnixMakefileGenerator.cxx: Fix regular expressions
11762         to be able to handle windows libraries
11764 2002-11-11 12:31  hoffman
11766         * Modules/CMakeBackwardCompatibilityC.cmake,
11767         Modules/CMakeCCompiler.cmake.in, Modules/CMakeCXXCompiler.cmake.in,
11768         Modules/CMakeSystem.cmake.in,
11769         Modules/CMakeSystemSpecificInformation.cmake,
11770         Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX.cmake,
11771         Modules/Platform/IRIX64.cmake,
11772         Modules/Platform/Windows-bcc32.cmake,
11773         Modules/Platform/Windows-cl.cmake, Modules/Platform/gcc.cmake,
11774         Source/TODO, Source/cmGlobalUnixMakefileGenerator.cxx: clean up
11775         flags with _init flags
11777 2002-11-11 11:43  hoffman
11779         * Modules/: CMakeLists.txt, Platform/CMakeLists.txt: add install
11780         stuff for platform directory
11782 2002-11-11 09:11  hoffman
11784         * Modules/Platform/Darwin.cmake: ENH: fix for darwin modules
11786 2002-11-10 10:02  hoffman
11788         * Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
11789         Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake: BUG: fix setting
11790         of c flags
11792 2002-11-09 13:43  hoffman
11794         * Modules/Platform/: HP-UX.cmake, IRIX.cmake, IRIX64.cmake,
11795         Windows-bcc32.cmake, Windows-cl.cmake, gcc.cmake:  fix for cxxflags
11797 2002-11-08 18:07  king
11799         * Modules/Platform/Linux-como.cmake: ENH: Adding support for comeau
11800         C++ compiler.
11802 2002-11-08 18:06  king
11804         * Modules/: CMakeSystemSpecificInformation.cmake,
11805         Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
11806         Platform/Linux.cmake, Platform/Windows-bcc32.cmake,
11807         Platform/Windows-cl.cmake, Platform/gcc.cmake: ENH: Moved caching
11808         of C*_FLAGS* settings down to CMakeSystemSpecificInformation.cmake.
11809          The platform files can set the defaults on the first run, and then
11810         the settings are cached at the end.
11812 2002-11-08 18:05  king
11814         * Source/cmSetCommand.cxx: BUG: A variable is not in the cache if
11815         it is UNINITIALIZED.
11817 2002-11-08 18:05  king
11819         * Source/cmGlobalCodeWarriorGenerator.cxx: ERR: Removed use of
11820         NULL.
11822 2002-11-08 18:05  king
11824         * Source/cmSystemTools.cxx: ERR: Added missing include.
11826 2002-11-08 17:24  hoffman
11828         * Modules/: CMakeDetermineCCompiler.cmake,
11829         CMakeDetermineCXXCompiler.cmake: store the compiler in the cache
11831 2002-11-08 15:46  hoffman
11833         * CMakeLists.txt, Modules/CMakeBackwardCompatibilityCXX.cmake,
11834         Modules/CMakeCCompiler.cmake.in, Modules/CMakeCXXCompiler.cmake.in,
11835         Modules/CMakeDefaultMakeRuleVariables.cmake,
11836         Modules/CMakeDetermineCCompiler.cmake,
11837         Modules/CMakeDetermineCXXCompiler.cmake,
11838         Modules/CMakeDetermineSystem.cmake,
11839         Modules/CMakePrintSystemInformation.cmake,
11840         Modules/CMakeSystem.cmake.in,
11841         Modules/CMakeSystemSpecificInformation.cmake, Modules/CYGWIN.cmake,
11842         Modules/CheckIncludeFile.cxx.in, Modules/CheckIncludeFileCXX.cmake,
11843         Modules/TestForANSIForScope.cmake, Modules/TestForAnsiForScope.cxx,
11844         Modules/TestForSTDNamespace.cmake, Modules/TestForSTDNamespace.cxx,
11845         Modules/Windows.cmake, Modules/Platform/AIX.cmake,
11846         Modules/Platform/BSDOS.cmake, Modules/Platform/CYGWIN.cmake,
11847         Modules/Platform/Darwin.cmake, Modules/Platform/FreeBSD.cmake,
11848         Modules/Platform/HP-UX.cmake, Modules/Platform/IRIX.cmake,
11849         Modules/Platform/IRIX64.cmake, Modules/Platform/Linux.cmake,
11850         Modules/Platform/MP-RAS.cmake, Modules/Platform/NetBSD.cmake,
11851         Modules/Platform/OSF1.cmake, Modules/Platform/OpenBSD.cmake,
11852         Modules/Platform/RISCos.cmake, Modules/Platform/SCO_SV.cmake,
11853         Modules/Platform/SINIX.cmake, Modules/Platform/SunOS.cmake,
11854         Modules/Platform/True64.cmake, Modules/Platform/ULTRIX.cmake,
11855         Modules/Platform/UNIX_SV.cmake, Modules/Platform/UnixWare.cmake,
11856         Modules/Platform/Windows-bcc32.cmake,
11857         Modules/Platform/Windows-cl.cmake, Modules/Platform/Windows.cmake,
11858         Modules/Platform/Xenix.cmake, Modules/Platform/gcc.cmake,
11859         Source/CMakeLists.txt, Source/TODO,
11860         Source/cmExecProgramCommand.cxx,
11861         Source/cmGlobalBorlandMakefileGenerator.cxx,
11862         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
11863         Source/cmGlobalNMakeMakefileGenerator.cxx,
11864         Source/cmGlobalNMakeMakefileGenerator.h,
11865         Source/cmGlobalUnixMakefileGenerator.cxx,
11866         Source/cmGlobalUnixMakefileGenerator.h, Source/cmIfCommand.cxx,
11867         Source/cmLoadCommandCommand.cxx,
11868         Source/cmLocalUnixMakefileGenerator.cxx,
11869         Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
11870         Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
11871         Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx,
11872         Source/cmWin32ProcessExecution.cxx,
11873         Source/cmWin32ProcessExecution.h, Source/ctest.cxx,
11874         Source/MFCDialog/CMakeSetupDialog.cpp: Complete rework of makefile
11875         generators expect trouble
11877 2002-11-08 13:28  hoffman
11879         * Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake,
11880         CMakeDetermineCXXCompiler.cmake,
11881         CMakeSystemSpecificInformation.cmake, Platform/Windows-bcc32.cmake,
11882         Platform/Windows-cl.cmake: [no log message]
11884 2002-11-08 11:31  hoffman
11886         * Source/ctest.cxx: fix ctest
11888 2002-11-08 11:30  hoffman
11890         * Modules/Platform/gcc.cmake: file gcc.cmake was initially added on
11891         branch NewMakefileDev.
11893 2002-11-08 11:30  hoffman
11895         * Modules/Platform/HP-UX.cmake: file HP-UX.cmake was initially
11896         added on branch NewMakefileDev.
11898 2002-11-08 11:30  hoffman
11900         * Modules/Platform/Linux.cmake: file Linux.cmake was initially
11901         added on branch NewMakefileDev.
11903 2002-11-08 11:30  hoffman
11905         * Modules/Platform/IRIX.cmake: file IRIX.cmake was initially added
11906         on branch NewMakefileDev.
11908 2002-11-08 11:30  hoffman
11910         * Modules/Platform/SCO_SV.cmake: file SCO_SV.cmake was initially
11911         added on branch NewMakefileDev.
11913 2002-11-08 11:30  hoffman
11915         * Modules/Platform/ULTRIX.cmake: file ULTRIX.cmake was initially
11916         added on branch NewMakefileDev.
11918 2002-11-08 11:30  hoffman
11920         * Modules/Platform/Windows-bcc32.cmake: file Windows-bcc32.cmake
11921         was initially added on branch NewMakefileDev.
11923 2002-11-08 11:30  hoffman
11925         * Modules/Platform/MP-RAS.cmake: file MP-RAS.cmake was initially
11926         added on branch NewMakefileDev.
11928 2002-11-08 11:30  hoffman
11930         * Modules/Platform/SunOS.cmake: file SunOS.cmake was initially
11931         added on branch NewMakefileDev.
11933 2002-11-08 11:30  hoffman
11935         * Modules/Platform/CYGWIN.cmake: file CYGWIN.cmake was initially
11936         added on branch NewMakefileDev.
11938 2002-11-08 11:30  hoffman
11940         * Modules/Platform/NetBSD.cmake: file NetBSD.cmake was initially
11941         added on branch NewMakefileDev.
11943 2002-11-08 11:30  hoffman
11945         * Modules/Platform/IRIX64.cmake: file IRIX64.cmake was initially
11946         added on branch NewMakefileDev.
11948 2002-11-08 11:30  hoffman
11950         * Modules/Platform/OpenBSD.cmake: file OpenBSD.cmake was initially
11951         added on branch NewMakefileDev.
11953 2002-11-08 11:30  hoffman
11955         * Modules/Platform/Windows.cmake: file Windows.cmake was initially
11956         added on branch NewMakefileDev.
11958 2002-11-08 11:30  hoffman
11960         * Modules/Platform/BSDOS.cmake: file BSDOS.cmake was initially
11961         added on branch NewMakefileDev.
11963 2002-11-08 11:30  hoffman
11965         * Modules/Platform/FreeBSD.cmake: file FreeBSD.cmake was initially
11966         added on branch NewMakefileDev.
11968 2002-11-08 11:30  hoffman
11970         * Modules/Platform/True64.cmake: file True64.cmake was initially
11971         added on branch NewMakefileDev.
11973 2002-11-08 11:30  hoffman
11975         * Modules/Platform/Darwin.cmake: file Darwin.cmake was initially
11976         added on branch NewMakefileDev.
11978 2002-11-08 11:30  hoffman
11980         * Modules/Platform/OSF1.cmake: file OSF1.cmake was initially added
11981         on branch NewMakefileDev.
11983 2002-11-08 11:30  hoffman
11985         * Modules/Platform/SINIX.cmake: file SINIX.cmake was initially
11986         added on branch NewMakefileDev.
11988 2002-11-08 11:30  hoffman
11990         * Modules/Platform/UNIX_SV.cmake: file UNIX_SV.cmake was initially
11991         added on branch NewMakefileDev.
11993 2002-11-08 11:30  hoffman
11995         * Modules/Platform/UnixWare.cmake: file UnixWare.cmake was
11996         initially added on branch NewMakefileDev.
11998 2002-11-08 11:30  hoffman
12000         * Modules/Platform/Xenix.cmake: file Xenix.cmake was initially
12001         added on branch NewMakefileDev.
12003 2002-11-08 11:30  hoffman
12005         * Modules/: AIX.cmake, BSDOS.cmake,
12006         CMakeSystemSpecificInformation.cmake, CYGWIN.cmake, Darwin.cmake,
12007         FreeBSD.cmake, HP-UX.cmake, IRIX.cmake, IRIX64.cmake, Linux.cmake,
12008         MP-RAS.cmake, NetBSD.cmake, OSF1.cmake, OpenBSD.cmake,
12009         RISCos.cmake, SCO_SV.cmake, SINIX.cmake, SunOS.cmake, True64.cmake,
12010         ULTRIX.cmake, UNIX_SV.cmake, UnixWare.cmake, Windows-bcc32.cmake,
12011         Windows-cl.cmake, Windows.cmake, Xenix.cmake, gcc.cmake,
12012         Platform/AIX.cmake, Platform/BSDOS.cmake, Platform/CYGWIN.cmake,
12013         Platform/Darwin.cmake, Platform/FreeBSD.cmake,
12014         Platform/HP-UX.cmake, Platform/IRIX.cmake, Platform/IRIX64.cmake,
12015         Platform/Linux.cmake, Platform/MP-RAS.cmake, Platform/NetBSD.cmake,
12016         Platform/OSF1.cmake, Platform/OpenBSD.cmake, Platform/RISCos.cmake,
12017         Platform/SCO_SV.cmake, Platform/SINIX.cmake, Platform/SunOS.cmake,
12018         Platform/True64.cmake, Platform/ULTRIX.cmake,
12019         Platform/UNIX_SV.cmake, Platform/UnixWare.cmake,
12020         Platform/Windows-bcc32.cmake, Platform/Windows-cl.cmake,
12021         Platform/Windows.cmake, Platform/Xenix.cmake, Platform/gcc.cmake:
12022         move to platform directory
12024 2002-11-08 11:30  hoffman
12026         * Modules/Platform/Windows-cl.cmake: file Windows-cl.cmake was
12027         initially added on branch NewMakefileDev.
12029 2002-11-08 11:30  hoffman
12031         * Modules/Platform/RISCos.cmake: file RISCos.cmake was initially
12032         added on branch NewMakefileDev.
12034 2002-11-08 11:30  hoffman
12036         * Modules/Platform/AIX.cmake: file AIX.cmake was initially added on
12037         branch NewMakefileDev.
12039 2002-11-08 11:09  hoffman
12041         * Modules/CMakeSystemSpecificInformation.cmake: hp fixes
12043 2002-11-08 10:40  hoffman
12045         * Modules/HP-UX.cmake: hp fixes
12047 2002-11-08 10:29  hoffman
12049         * Modules/HP-UX.cmake: hp fixes
12051 2002-11-08 10:22  hoffman
12053         * Modules/CMakeSystemSpecificInformation.cmake,
12054         Modules/HP-UX.cmake, Source/cmLocalUnixMakefileGenerator.cxx: hp
12055         fixes
12057 2002-11-08 08:47  hoffman
12059         * Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
12060         TestForANSIForScope.cmake: ENH: fix for hp and remove some messages
12062 2002-11-07 17:45  hoffman
12064         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
12065         TestForANSIForScope.cmake, TestForAnsiForScope.cxx,
12066         TestForSTDNamespace.cxx: [no log message]
12068 2002-11-07 17:26  hoffman
12070         * Modules/TestForANSIForScope.cmake: [no log message]
12072 2002-11-07 17:26  hoffman
12074         * Modules/TestForANSIForScope.cmake: file TestForANSIForScope.cmake
12075         was initially added on branch NewMakefileDev.
12077 2002-11-07 17:21  hoffman
12079         * Modules/: CMakeBackwardCompatibilityCXX.cmake, HP-UX.cmake,
12080         TestForAnsiForScope.cxx, TestForSTDNamespace.cmake,
12081         TestForSTDNamespace.cxx: [no log message]
12083 2002-11-07 17:21  hoffman
12085         * Modules/TestForAnsiForScope.cxx: file TestForAnsiForScope.cxx was
12086         initially added on branch NewMakefileDev.
12088 2002-11-07 17:21  hoffman
12090         * Modules/TestForSTDNamespace.cmake: file TestForSTDNamespace.cmake
12091         was initially added on branch NewMakefileDev.
12093 2002-11-07 17:21  hoffman
12095         * Modules/TestForSTDNamespace.cxx: file TestForSTDNamespace.cxx was
12096         initially added on branch NewMakefileDev.
12098 2002-11-07 11:43  hoffman
12100         * Modules/Windows-cl.cmake, Source/cmExecProgramCommand.cxx,
12101         Source/cmLocalUnixMakefileGenerator.cxx: win32 apps and crash on
12102         sun
12104 2002-11-07 09:22  king
12106         * Source/cmStringCommand.cxx: ERR: Fixed signed/unsigned warnings.
12108 2002-11-07 09:15  andy
12110         * Source/CursesDialog/cmCursesMainForm.cxx: Revert
12112 2002-11-07 09:04  andy
12114         * Source/: cmake.cxx, cmake.h: Revert back
12116 2002-11-07 09:01  andy
12118         * Source/WXDialog/ReadMe.Mac.txt: Add readme for mac
12120 2002-11-06 23:25  hoffman
12122         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
12123         cmLocalUnixMakefileGenerator.cxx: clean up echos
12125 2002-11-06 23:06  hoffman
12127         * Modules/CMakeDefaultMakeRuleVariables.cmake,
12128         Modules/Windows-bcc32.cmake,
12129         Source/cmGlobalBorlandMakefileGenerator.cxx,
12130         Source/cmLocalUnixMakefileGenerator.cxx,
12131         Source/cmLocalUnixMakefileGenerator.h: borland mostly working,
12132         tests are passing, no command to file stuff yet
12134 2002-11-06 18:40  king
12136         * Modules/FindITK.cmake: ENH: Enhanced FindITK supporting use of
12137         ITK from an install tree or a build tree.  Only one cache entry is
12138         brought into user's project, called "ITK_DIR".  This is the
12139         location of an ITKConfig.cmake file from which other settings are
12140         loaded.
12142 2002-11-06 18:05  king
12144         * Source/cmStringCommand.cxx, Tests/Complex/CMakeLists.txt,
12145         Tests/ComplexOneConfig/CMakeLists.txt,
12146         Tests/ComplexRelativePaths/CMakeLists.txt: BUG: Fixed STRING(REGEX
12147         REPLACE ...) and added better test.
12149 2002-11-06 17:35  king
12151         * Source/cmCommands.cxx, Source/cmStringCommand.cxx,
12152         Source/cmStringCommand.h, Tests/Complex/CMakeLists.txt,
12153         Tests/ComplexOneConfig/CMakeLists.txt,
12154         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: Added STRING
12155         command.
12157 2002-11-06 17:04  hoffman
12159         * Modules/Windows-bcc32.cmake: file Windows-bcc32.cmake was
12160         initially added on branch NewMakefileDev.
12162 2002-11-06 17:04  hoffman
12164         * Modules/Windows-bcc32.cmake: borland config
12166 2002-11-06 16:59  king
12168         * Source/: cmRegularExpression.cxx, cmRegularExpression.h: ENH:
12169         compile method now returns whether compilation succeeded.
12171 2002-11-06 16:30  hoffman
12173         * Modules/Windows-cl.cmake,
12174         Source/cmGlobalBorlandMakefileGenerator.cxx,
12175         Source/cmLocalUnixMakefileGenerator.cxx,
12176         Source/cmLocalUnixMakefileGenerator.h: borland getting closer
12178 2002-11-06 16:05  andy
12180         * Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist: Use
12181         CMake icon on Mac
12183 2002-11-06 14:56  andy
12185         * CMakeIcon.icns, Source/WXDialog/CMakeIcon.icns: Add Mac icon
12187 2002-11-06 14:54  andy
12189         * CMakeIcon.icns: Add CMake icon
12191 2002-11-06 14:53  andy
12193         * Source/WXDialog/CMakeIcon.gif: Remove background and make bigger
12195 2002-11-06 14:44  andy
12197         * Source/WXDialog/CMakeIcon.gif: Bigger icon
12199 2002-11-06 14:33  andy
12201         * Source/WXDialog/: CMakeIcon.gif, CMakeIcon.xpm,
12202         cmWXMainFrame.cxx: Start adding CMake icon
12204 2002-11-06 13:06  andy
12206         * Source/: cmSystemTools.cxx, cmSystemTools.h, ctest.cxx: Move the
12207         hi-res time to system tools
12209 2002-11-06 12:04  andy
12211         * Source/: cmake.cxx, cmake.h, CursesDialog/cmCursesMainForm.cxx:
12212         In certain cases, try to guess the source directory, so that you
12213         can run cmake or ccmake without specifying source dir
12215 2002-11-06 11:36  andy
12217         * Source/: cmSystemTools.cxx, CursesDialog/cmCursesPathWidget.cxx:
12218         Remove warning
12220 2002-11-06 11:20  barre
12222         * Source/cmMakeDepend.cxx: FIX: a / was appended without checking
12223         if there wasn't one already.
12225 2002-11-06 08:52  andy
12227         * Tests/X11/X11.c: Try to fix test
12229 2002-11-05 23:07  hoffman
12231         * Source/: TODO, cmLocalUnixMakefileGenerator.cxx: remove warning
12233 2002-11-05 22:55  hoffman
12235         * Modules/: CMakeDetermineCCompiler.cmake, IRIX64.cmake: ranlib
12236         trouble
12238 2002-11-05 22:44  hoffman
12240         * Modules/: CMakeDetermineCCompiler.cmake, IRIX.cmake,
12241         IRIX64.cmake: fix for no ranlib
12243 2002-11-05 18:11  hoffman
12245         * CMakeLists.txt, Modules/CMakeDetermineCCompiler.cmake,
12246         Modules/CMakeSystem.cmake.in, Modules/IRIX64.cmake: remove debug
12247         message statements
12249 2002-11-05 18:06  hoffman
12251         * Modules/: IRIX64.cmake, IRIX64.cmake: [no log message]
12253 2002-11-05 17:57  hoffman
12255         * Modules/IRIX64.cmake, Source/cmLocalUnixMakefileGenerator.cxx,
12256         Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
12258 2002-11-05 17:55  hoffman
12260         * CMakeLists.txt: debug
12262 2002-11-05 17:49  hoffman
12264         * Modules/CMakeDefaultMakeRuleVariables.cmake: enh: add <FLAGS> to
12265         link libs
12267 2002-11-05 17:31  hoffman
12269         * Modules/gcc.cmake: file gcc.cmake was initially added on branch
12270         NewMakefileDev.
12272 2002-11-05 17:31  hoffman
12274         * Modules/: CYGWIN.cmake, IRIX.cmake, IRIX64.cmake, gcc.cmake: add
12275         flags
12277 2002-11-05 17:20  andy
12279         * Modules/FindX11.cmake: Make things advanced
12281 2002-11-05 17:05  hoffman
12283         * Source/cmLocalUnixMakefileGenerator.cxx: add cxx flags to link
12284         exe
12286 2002-11-05 15:49  hoffman
12288         * Modules/: HP-UX.cmake, IRIX64.cmake, OSF1.cmake: add ansi flags
12290 2002-11-05 14:33  hoffman
12292         * Modules/: IRIX.cmake, IRIX64.cmake, SunOS.cmake: [no log message]
12294 2002-11-05 14:33  hoffman
12296         * Modules/IRIX64.cmake: file IRIX64.cmake was initially added on
12297         branch NewMakefileDev.
12299 2002-11-05 14:10  hoffman
12301         * Modules/HP-UX.cmake: file HP-UX.cmake was initially added on
12302         branch NewMakefileDev.
12304 2002-11-05 14:10  hoffman
12306         * Modules/IRIX.cmake: file IRIX.cmake was initially added on branch
12307         NewMakefileDev.
12309 2002-11-05 14:10  hoffman
12311         * Modules/SCO_SV.cmake: file SCO_SV.cmake was initially added on
12312         branch NewMakefileDev.
12314 2002-11-05 14:10  hoffman
12316         * Modules/ULTRIX.cmake: file ULTRIX.cmake was initially added on
12317         branch NewMakefileDev.
12319 2002-11-05 14:10  hoffman
12321         * Modules/MP-RAS.cmake: file MP-RAS.cmake was initially added on
12322         branch NewMakefileDev.
12324 2002-11-05 14:10  hoffman
12326         * Modules/SunOS.cmake: file SunOS.cmake was initially added on
12327         branch NewMakefileDev.
12329 2002-11-05 14:10  hoffman
12331         * Modules/NetBSD.cmake: file NetBSD.cmake was initially added on
12332         branch NewMakefileDev.
12334 2002-11-05 14:10  hoffman
12336         * Modules/OpenBSD.cmake: file OpenBSD.cmake was initially added on
12337         branch NewMakefileDev.
12339 2002-11-05 14:10  hoffman
12341         * Modules/BSDOS.cmake: file BSDOS.cmake was initially added on
12342         branch NewMakefileDev.
12344 2002-11-05 14:10  hoffman
12346         * Modules/FreeBSD.cmake: file FreeBSD.cmake was initially added on
12347         branch NewMakefileDev.
12349 2002-11-05 14:10  hoffman
12351         * Modules/True64.cmake: file True64.cmake was initially added on
12352         branch NewMakefileDev.
12354 2002-11-05 14:10  hoffman
12356         * Modules/Darwin.cmake: file Darwin.cmake was initially added on
12357         branch NewMakefileDev.
12359 2002-11-05 14:10  hoffman
12361         * Modules/: AIX.cmake, BSDOS.cmake, Darwin.cmake, FreeBSD.cmake,
12362         HP-UX.cmake, IRIX.cmake, MP-RAS.cmake, NetBSD.cmake, OSF1.cmake,
12363         OpenBSD.cmake, RISCos.cmake, SCO_SV.cmake, SINIX.cmake,
12364         SunOS.cmake, True64.cmake, ULTRIX.cmake, UNIX_SV.cmake,
12365         UnixWare.cmake, Xenix.cmake: ENH: add all the OS files
12367 2002-11-05 14:10  hoffman
12369         * Modules/OSF1.cmake: file OSF1.cmake was initially added on branch
12370         NewMakefileDev.
12372 2002-11-05 14:10  hoffman
12374         * Modules/SINIX.cmake: file SINIX.cmake was initially added on
12375         branch NewMakefileDev.
12377 2002-11-05 14:10  hoffman
12379         * Modules/UNIX_SV.cmake: file UNIX_SV.cmake was initially added on
12380         branch NewMakefileDev.
12382 2002-11-05 14:10  hoffman
12384         * Modules/Xenix.cmake: file Xenix.cmake was initially added on
12385         branch NewMakefileDev.
12387 2002-11-05 14:10  hoffman
12389         * Modules/UnixWare.cmake: file UnixWare.cmake was initially added
12390         on branch NewMakefileDev.
12392 2002-11-05 14:10  hoffman
12394         * Modules/RISCos.cmake: file RISCos.cmake was initially added on
12395         branch NewMakefileDev.
12397 2002-11-05 14:10  hoffman
12399         * Modules/AIX.cmake: file AIX.cmake was initially added on branch
12400         NewMakefileDev.
12402 2002-11-05 13:35  andy
12404         * Source/CursesDialog/ccmake.cxx: Cleanup
12406 2002-11-05 11:52  hoffman
12408         * Modules/Linux.cmake: file Linux.cmake was initially added on
12409         branch NewMakefileDev.
12411 2002-11-05 11:52  hoffman
12413         * Modules/Linux.cmake: add linux config file
12415 2002-11-05 11:31  hoffman
12417         * Modules/: CMakeSystemSpecificInformation.cmake, Windows.cmake:
12418         add check for sstream
12420 2002-11-05 11:02  hoffman
12422         * Modules/CheckIncludeFileCXX.cmake: file CheckIncludeFileCXX.cmake
12423         was initially added on branch NewMakefileDev.
12425 2002-11-05 11:02  hoffman
12427         * Modules/CheckIncludeFile.cxx.in: file CheckIncludeFile.cxx.in was
12428         initially added on branch NewMakefileDev.
12430 2002-11-05 11:02  hoffman
12432         * Modules/: CMakeBackwardCompatibilityCXX.cmake,
12433         CheckIncludeFile.cxx.in, CheckIncludeFileCXX.cmake: add check for
12434         sstream
12436 2002-11-05 10:45  hoffman
12438         * Source/: cmGlobalUnixMakefileGenerator.cxx,
12439         cmLocalUnixMakefileGenerator.cxx: fix backwards compat enable and
12440         remove full path target
12442 2002-11-05 09:38  andy
12444         * Source/WXDialog/CMakeLists.txt: More mac fixes
12446 2002-11-05 08:52  andy
12448         * Source/CursesDialog/: cmCursesFilePathWidget.cxx,
12449         cmCursesFilePathWidget.h, cmCursesPathWidget.cxx,
12450         cmCursesStringWidget.cxx: Reparent file path widget, add tab
12451         completion support to path anf file path widget
12453 2002-11-05 08:51  andy
12455         * Source/: cmSystemTools.cxx, cmSystemTools.h: Add a simple
12456         globbing of files and directories
12458 2002-11-05 07:15  andy
12460         * Modules/FindX11.cmake, Tests/X11/CMakeLists.txt: Try to fix
12461         FindX11
12463 2002-11-05 07:06  andy
12465         * Tests/X11/X11.c: Simplify
12467 2002-11-04 19:45  king
12469         * Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
12470         --gccxml-compiler argument to GCC-XML for msvc6, msvc7, and nmake
12471         makefiles generators.
12473 2002-11-04 17:37  andy
12475         * Source/CursesDialog/: cmCursesPathWidget.cxx,
12476         cmCursesPathWidget.h, cmCursesStringWidget.cxx,
12477         cmCursesStringWidget.h: Start working on adding tab support
12479 2002-11-04 16:59  andy
12481         * Source/cmWin32ProcessExecution.cxx: Fix windows process execution
12482         so that it pops up the windows
12484 2002-11-04 16:26  hoffman
12486         * Modules/CMakeCCompiler.cmake.in,
12487         Modules/CMakeDetermineCCompiler.cmake,
12488         Modules/CMakeSystemSpecificInformation.cmake,
12489         Modules/Windows-cl.cmake, Modules/Windows.cmake, Source/TODO,
12490         Source/cmGlobalNMakeMakefileGenerator.cxx,
12491         Source/cmLocalUnixMakefileGenerator.cxx,
12492         Source/cmLocalUnixMakefileGenerator.h, Source/cmSystemTools.cxx,
12493         Source/cmSystemTools.h, Source/cmTryCompileCommand.cxx: nmake
12494         passing tests
12496 2002-11-04 15:21  andy
12498         * Source/WXDialog/CMakeLists.txt: Get the Mac resources done
12500 2002-11-04 15:01  andy
12502         * Source/WXDialog/CMakeLists.txt: Minor fixes
12504 2002-11-04 15:01  andy
12506         * Source/cmWriteFileCommand.cxx: Make directory if it does not
12507         exist yet
12509 2002-11-04 14:50  andy
12511         * Source/WXDialog/CMakeLists.txt, Templates/AppleInfo.plist:
12512         Attempt to automate apple gui generation
12514 2002-11-04 13:09  andy
12516         * Source/WXDialog/cmWXMainFrame.cxx: Try to fix generator problems
12517         on Mac
12519 2002-11-04 11:54  andy
12521         * Tests/X11/X11.c: Fix test
12523 2002-11-04 10:13  hoffman
12525         * Source/TODO: [no log message]
12527 2002-11-04 10:13  hoffman
12529         * Source/TODO: file TODO was initially added on branch
12530         NewMakefileDev.
12532 2002-11-04 10:11  hoffman
12534         * Modules/Windows-cl.cmake: file Windows-cl.cmake was initially
12535         added on branch NewMakefileDev.
12537 2002-11-04 10:11  hoffman
12539         * CMakeLists.txt, Modules/CMakeCXXCompiler.cmake.in,
12540         Modules/CMakeDetermineCCompiler.cmake,
12541         Modules/CMakeDetermineCXXCompiler.cmake,
12542         Modules/CMakePrintSystemInformation.cmake,
12543         Modules/CMakeSystemSpecificInformation.cmake,
12544         Modules/Windows-cl.cmake, Modules/Windows.cmake,
12545         Source/CMakeLists.txt, Source/cmGlobalBorlandMakefileGenerator.cxx,
12546         Source/cmGlobalNMakeMakefileGenerator.cxx, Source/cmIfCommand.cxx,
12547         Source/cmLocalUnixMakefileGenerator.cxx: nmake almost working
12549 2002-11-03 18:18  andy
12551         * Tests/X11/X11.c: Try to make test to run
12553 2002-11-01 23:00  hoffman
12555         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
12556         CMakeSetupDialog.h, resource.h: ENH: better resize
12558 2002-11-01 22:57  hoffman
12560         * Source/CMakeLists.txt: make qt stuff advanced
12562 2002-10-31 10:36  andy
12564         * Templates/CCMakeSystemConfig.cmake.in: Revert X11 stuff until
12565         other steps are done
12567 2002-10-29 15:58  andy
12569         * Tests/X11/X11.c: Print message on system without X11
12571 2002-10-29 15:54  andy
12573         * Tests/X11/: CMakeLists.txt, X11.c: Add Windows code
12575 2002-10-29 15:47  andy
12577         * Modules/FindX11.cmake: Now it should work
12579 2002-10-29 15:46  andy
12581         * Source/CMakeLists.txt, Tests/X11/CMakeLists.txt, Tests/X11/X11.c:
12582         Add test for X11
12584 2002-10-29 15:03  hoffman
12586         * Modules/CMakeCXXCompiler.cmake.in,
12587         Modules/CMakeDefaultMakeRuleVariables.cmake,
12588         Modules/CMakeDetermineCCompiler.cmake,
12589         Modules/CMakeDetermineCXXCompiler.cmake,
12590         Modules/CMakeDetermineSystem.cmake,
12591         Modules/CMakePrintSystemInformation.cmake,
12592         Modules/CMakeSystem.cmake.in,
12593         Modules/CMakeSystemSpecificInformation.cmake, Modules/CYGWIN.cmake,
12594         Source/cmGlobalGenerator.cxx, Source/cmGlobalGenerator.h,
12595         Source/cmGlobalNMakeMakefileGenerator.h,
12596         Source/cmGlobalUnixMakefileGenerator.cxx,
12597         Source/cmGlobalUnixMakefileGenerator.h,
12598         Source/cmLoadCommandCommand.cxx,
12599         Source/cmLocalUnixMakefileGenerator.cxx,
12600         Source/cmLocalUnixMakefileGenerator.h, Source/cmMakefile.cxx,
12601         Source/cmSystemTools.cxx, Tests/Testing/CMakeLists.txt,
12602         Tests/Testing/CMakeLists.txt: branch checkin of working cygwin
12603         build for generator cleanup and removal of configure
12605 2002-10-29 13:34  andy
12607         * Templates/CCMakeSystemConfig.cmake.in: Remove X11 stuff
12609 2002-10-29 13:34  andy
12611         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
12612         CheckLibraryExists.cmake, CheckSizeOf.cmake, TestBigEndian.cmake:
12613         Add append to write_file
12615 2002-10-29 13:32  andy
12617         * Source/: cmWriteFileCommand.cxx, cmWriteFileCommand.h: Add flag
12618         to WRITE_FILE to append
12620 2002-10-29 13:30  andy
12622         * Modules/CMakeBackwardCompatibilityC.cmake: Do this the right way
12624 2002-10-29 13:30  andy
12626         * Modules/FindX11.cmake: This should substitute configure part that
12627         finds X11
12629 2002-10-28 10:29  king
12631         * Source/cmITKWrapTclCommand.cxx: ENH: Added generation of
12632         --gccxml-cxxflags option to complement --gccxml-compiler.
12634 2002-10-25 16:47  hoffman
12636         * Modules/CMakeDetermineCCompiler.cmake,
12637         Modules/CMakeSystemSpecificInformation.cmake,
12638         Source/cmGlobalUnixMakefileGenerator.cxx,
12639         Source/cmLocalUnixMakefileGenerator.cxx: [no log message]
12641 2002-10-25 16:13  hoffman
12643         * Modules/CMakeCXXCompiler.cmake.in: [no log message]
12645 2002-10-25 15:46  king
12647         * Utilities/cmake_release_cygwin.sh: ENH: Updated for cmake 1.4.6
12648         package.  Added automatic conversion of setup.hint to unix
12649         newlines.
12651 2002-10-25 14:34  hoffman
12653         * Modules/: CMakeCCompiler.cmake.in, CMakeDetermineCCompiler.cmake:
12654         [no log message]
12656 2002-10-25 14:25  hoffman
12658         * Source/: cmGlobalUnixMakefileGenerator.cxx,
12659         cmLocalUnixMakefileGenerator.cxx, cmLocalUnixMakefileGenerator.h:
12660         test on unix
12662 2002-10-25 14:13  king
12664         * Utilities/: cmake_release_config_darwin,
12665         cmake_release_config_hpux, cmake_release_config_irix,
12666         cmake_release_config_linux, cmake_release_config_osf,
12667         cmake_release_config_sun, cmake_release_cygwin.sh: ENH: Updated for
12668         1.4.6 release.
12670 2002-10-25 14:08  hoffman
12672         * Modules/: CMakeDefaultMakeRuleVariables.cmake,
12673         CMakeDetermineCCompiler.cmake, CMakeDetermineCXXCompiler.cmake,
12674         CMakeDetermineSystem.cmake, CMakeSystemSpecificInformation.cmake:
12675         [no log message]
12677 2002-10-24 15:39  hoffman
12679         * Source/cmake.cxx: BUG: fix stack limit size on mac OSX
12681 2002-10-24 13:39  andy
12683         * Modules/CMakeBackwardCompatibilityC.cmake: Add check for big
12684         endian in backward compatibility scripts
12686 2002-10-24 11:58  martink
12688         * Source/cmMakefile.h: updated patch level to 6
12690 2002-10-24 11:48  martink
12692         * Source/cmBorlandMakefileGenerator.cxx: fix support for Win32
12693         execs
12695 2002-10-24 10:58  andy
12697         * Source/cmSubdirCommand.cxx: Subdirs reports an error if the
12698         subdirectory does not exists
12700 2002-10-24 10:23  andy
12702         * Source/cmMakefile.cxx: Try to remove some warnings
12704 2002-10-23 18:03  king
12706         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
12707         cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
12708         cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
12709         cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
12710         cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
12711         cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
12712         cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
12713         cmAddTestCommand.cxx, cmAddTestCommand.h,
12714         cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
12715         cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
12716         cmBuildNameCommand.h, cmCMakeMinimumRequired.cxx,
12717         cmCMakeMinimumRequired.h, cmCPluginAPI.cxx, cmCPluginAPI.h,
12718         cmCacheManager.cxx, cmCacheManager.h, cmCommand.h, cmCommands.cxx,
12719         cmCommands.h, cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
12720         cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
12721         cmCustomCommand.cxx, cmCustomCommand.h, cmData.h, cmDirectory.cxx,
12722         cmDirectory.h, cmDumpDocumentation.cxx, cmDynamicLoader.cxx,
12723         cmDynamicLoader.h, cmElseCommand.cxx, cmElseCommand.h,
12724         cmEnableTestingCommand.cxx, cmEnableTestingCommand.h,
12725         cmEndForEachCommand.cxx, cmEndForEachCommand.h, cmEndIfCommand.cxx,
12726         cmEndIfCommand.h, cmExecProgramCommand.cxx, cmExecProgramCommand.h,
12727         cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
12728         cmFindFileCommand.cxx, cmFindFileCommand.h,
12729         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
12730         cmFindPathCommand.cxx, cmFindPathCommand.h,
12731         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
12732         cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
12733         cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
12734         cmGetFilenameComponentCommand.h,
12735         cmGetSourceFilePropertyCommand.cxx,
12736         cmGetSourceFilePropertyCommand.h,
12737         cmGlobalBorlandMakefileGenerator.cxx,
12738         cmGlobalBorlandMakefileGenerator.h,
12739         cmGlobalCodeWarriorGenerator.cxx, cmGlobalCodeWarriorGenerator.h,
12740         cmGlobalGenerator.cxx, cmGlobalGenerator.h,
12741         cmGlobalNMakeMakefileGenerator.cxx,
12742         cmGlobalNMakeMakefileGenerator.h,
12743         cmGlobalUnixMakefileGenerator.cxx, cmGlobalUnixMakefileGenerator.h,
12744         cmGlobalVisualStudio6Generator.cxx,
12745         cmGlobalVisualStudio6Generator.h,
12746         cmGlobalVisualStudio7Generator.cxx,
12747         cmGlobalVisualStudio7Generator.h, cmITKWrapTclCommand.cxx,
12748         cmITKWrapTclCommand.h, cmIfCommand.cxx, cmIfCommand.h,
12749         cmIncludeCommand.cxx, cmIncludeCommand.h,
12750         cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
12751         cmIncludeExternalMSProjectCommand.cxx,
12752         cmIncludeExternalMSProjectCommand.h,
12753         cmIncludeRegularExpressionCommand.cxx,
12754         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
12755         cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
12756         cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
12757         cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
12758         cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
12759         cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
12760         cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
12761         cmLoadCommandCommand.cxx, cmLoadCommandCommand.h,
12762         cmLocalBorlandMakefileGenerator.cxx,
12763         cmLocalBorlandMakefileGenerator.h, cmLocalCodeWarriorGenerator.cxx,
12764         cmLocalCodeWarriorGenerator.h, cmLocalGenerator.cxx,
12765         cmLocalGenerator.h, cmLocalNMakeMakefileGenerator.cxx,
12766         cmLocalNMakeMakefileGenerator.h, cmLocalUnixMakefileGenerator.cxx,
12767         cmLocalUnixMakefileGenerator.h, cmLocalVisualStudio6Generator.cxx,
12768         cmLocalVisualStudio6Generator.h, cmLocalVisualStudio7Generator.cxx,
12769         cmLocalVisualStudio7Generator.h, cmMacroCommand.cxx,
12770         cmMacroCommand.h, cmMakeDepend.cxx, cmMakeDepend.h,
12771         cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
12772         cmMakefile.cxx, cmMakefile.h, cmMarkAsAdvancedCommand.cxx,
12773         cmMarkAsAdvancedCommand.h, cmMessageCommand.cxx,
12774         cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
12775         cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
12776         cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
12777         cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
12778         cmRegularExpression.cxx, cmRegularExpression.h,
12779         cmRemoveCommand.cxx, cmRemoveCommand.h,
12780         cmSeparateArgumentsCommand.cxx, cmSeparateArgumentsCommand.h,
12781         cmSetCommand.cxx, cmSetCommand.h,
12782         cmSetSourceFilesPropertiesCommand.cxx,
12783         cmSetSourceFilesPropertiesCommand.h, cmSiteNameCommand.cxx,
12784         cmSiteNameCommand.h, cmSourceFile.cxx, cmSourceFile.h,
12785         cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
12786         cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
12787         cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
12788         cmSourceGroupCommand.h, cmStandardIncludes.h, cmSubdirCommand.cxx,
12789         cmSubdirCommand.h, cmSubdirDependsCommand.cxx,
12790         cmSubdirDependsCommand.h, cmSystemTools.cxx, cmSystemTools.h,
12791         cmTarget.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.cxx,
12792         cmTargetLinkLibrariesCommand.h, cmTryCompileCommand.cxx,
12793         cmTryCompileCommand.h, cmTryRunCommand.cxx, cmTryRunCommand.h,
12794         cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
12795         cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
12796         cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
12797         cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
12798         cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
12799         cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
12800         cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
12801         cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h,
12802         cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
12803         cmWriteFileCommand.cxx, cmWriteFileCommand.h, cmake.cxx, cmake.h,
12804         cmakemain.cxx, cmaketest.cxx, cmakewizard.cxx, cmakewizard.h,
12805         cmw9xcom.cxx, ctest.cxx, ctest.h, CursesDialog/ccmake.cxx,
12806         CursesDialog/cmCursesBoolWidget.cxx,
12807         CursesDialog/cmCursesBoolWidget.h,
12808         CursesDialog/cmCursesCacheEntryComposite.cxx,
12809         CursesDialog/cmCursesCacheEntryComposite.h,
12810         CursesDialog/cmCursesDummyWidget.cxx,
12811         CursesDialog/cmCursesDummyWidget.h,
12812         CursesDialog/cmCursesFilePathWidget.cxx,
12813         CursesDialog/cmCursesFilePathWidget.h,
12814         CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
12815         CursesDialog/cmCursesLabelWidget.cxx,
12816         CursesDialog/cmCursesLabelWidget.h,
12817         CursesDialog/cmCursesLongMessageForm.cxx,
12818         CursesDialog/cmCursesLongMessageForm.h,
12819         CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
12820         CursesDialog/cmCursesPathWidget.cxx,
12821         CursesDialog/cmCursesPathWidget.h,
12822         CursesDialog/cmCursesStandardIncludes.h,
12823         CursesDialog/cmCursesStringWidget.cxx,
12824         CursesDialog/cmCursesStringWidget.h,
12825         CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
12826         MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
12827         MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
12828         MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
12829         MFCDialog/StdAfx.h, WXDialog/cmWXCacheProperty.cxx,
12830         WXDialog/cmWXCacheProperty.h, WXDialog/cmWXCommandLineInfo.cxx,
12831         WXDialog/cmWXCommandLineInfo.h, WXDialog/cmWXMainFrame.cxx,
12832         WXDialog/cmWXMainFrame.h, WXDialog/wxCMakeSetup.cxx: ENH: Added
12833         reference to Copyright.txt.  Removed old reference to ITK
12834         copyright.  Changed program name to CMake instead of Insight in
12835         source file header.  Also removed tabs.
12837 2002-10-23 16:57  hoffman
12839         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: ENH:
12840         if output variable turn verbose off
12842 2002-10-23 16:53  hoffman
12844         * Modules/: CMakeCCompiler.cmake.in,
12845         CMakeDefaultMakeRuleVariables.cmake, CMakeDetermineCCompiler.cmake,
12846         CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
12847         CMakePrintSystemInformation.cmake, CMakeSystem.cmake.in,
12848         CMakeSystemSpecificInformation.cmake, CYGWIN.cmake: closer to
12849         removing autoconf
12851 2002-10-23 16:43  king
12853         * Source/CursesDialog/form/frm_driver.c: ERR: Another attempt to
12854         remove warnings from missing prototypes.
12856 2002-10-22 18:17  hoffman
12858         * Modules/: CMakeDetermineCCompiler.cmake,
12859         CMakeDetermineCXXCompiler.cmake, CMakeTestGNU.c, Windows.cmake:
12860         test for gnu compiler
12862 2002-10-22 15:04  hoffman
12864         * Modules/: CMakeDetermineCCompiler.cmake,
12865         CMakeSystemSpecificInformation.cmake, CYGWIN.cmake: [no log
12866         message]
12868 2002-10-22 10:36  hoffman
12870         * Source/cmLocalBorlandMakefileGenerator.cxx: BUG: make sure win32
12871         exes are win32
12873 2002-10-22 10:34  hoffman
12875         * Modules/: CMakeDetermineCCompiler.cmake,
12876         CMakeDetermineCXXCompiler.cmake, CMakeDetermineSystem.cmake,
12877         CMakeSystemSpecificInformation.cmake: new cmake based configuration
12879 2002-10-18 15:51  andy
12881         * Source/ctest.cxx: When in verbose mode print test command
12883 2002-10-18 12:08  andy
12885         * Source/cmWin32ProcessExecution.h: Improve comment
12887 2002-10-17 10:50  andy
12889         * Source/: CursesDialog/cmCursesMainForm.cxx,
12890         cmCreateTestSourceList.cxx, cmDirectory.cxx,
12891         cmFindProgramCommand.cxx, cmGlobalUnixMakefileGenerator.cxx,
12892         cmLocalUnixMakefileGenerator.cxx, cmSystemTools.cxx,
12893         cmUseMangledMesaCommand.cxx: Rename variables to remove warnings
12895 2002-10-16 13:30  martink
12897         * Source/cmVTKWrapTclCommand.cxx: update to handle tcl 84
12899 2002-10-16 11:48  martink
12901         * Source/CursesDialog/cmCursesLongMessageForm.cxx: fix compiler
12902         warnings
12904 2002-10-16 11:41  martink
12906         * Source/CursesDialog/form/fty_regex.c: fix compiler warnings
12908 2002-10-16 11:37  martink
12910         * Source/CursesDialog/form/: fty_alnum.c, fty_alpha.c, fty_int.c,
12911         fty_ipv4.c, fty_num.c: fix compiler warnings
12913 2002-10-16 11:32  martink
12915         * Source/CursesDialog/: cmCursesMainForm.cxx, ccmake.cxx: fixed a
12916         warning
12918 2002-10-16 11:24  martink
12920         * Source/CursesDialog/cmCursesLongMessageForm.cxx: fixed a warning
12922 2002-10-16 11:20  martink
12924         * Source/CursesDialog/: cmCursesForm.h, cmCursesLabelWidget.cxx:
12925         fixed a warning
12927 2002-10-16 11:16  martink
12929         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
12930         cmCursesDummyWidget.cxx: fixed a warning
12932 2002-10-16 10:53  king
12934         * Source/CursesDialog/form/frm_driver.c: ENH: Another attempt to
12935         fix OSF warnings.  Also removed TABS.
12937 2002-10-16 08:49  andy
12939         * Source/ctest.cxx: Remove unused variable
12941 2002-10-15 14:33  martink
12943         * Source/cmLoadCommandCommand.cxx: better warning message
12945 2002-10-15 11:45  martink
12947         * Source/cmLoadCommandCommand.cxx: better warning message
12949 2002-10-15 07:20  andy
12951         * Source/ctest.cxx: Remove std::hex as it does not seems to work on
12952         SGI, attempt to fix ftime problem on borland
12954 2002-10-14 18:33  andy
12956         * Source/ctest.cxx: Fix namespace, typo, and make ftime work on
12957         windows
12959 2002-10-14 15:11  andy
12961         * Source/: ctest.cxx, ctest.h: Even more cleanups, fix time on
12962         certain platforms such as windows, cygwin, and linux. Hopefully we
12963         can add entries for other platforms until try_compile works. Also
12964         escape certain characters for xml.
12966 2002-10-14 09:30  andy
12968         * Source/ctest.cxx: More cleanups, fix prexontext and log number
12970 2002-10-13 23:07  andy
12972         * Source/: ctest.cxx, ctest.h: Add LastBuild.log file, fix some
12973         minor problems in output, modify output a bit...
12975 2002-10-11 13:17  martink
12977         * Source/cmLocalCodeWarriorGenerator.cxx: compiler warning
12979 2002-10-11 11:22  iscott
12981         * Modules/Dart.cmake: Add option to control number of errors sent
12982         to dashbaord
12984 2002-10-11 10:16  king
12986         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added Split
12987         method to cmSystemTools to split a string into lines on its
12988         newlines.
12990 2002-10-11 10:14  king
12992         * Modules/FindCABLE.cmake: BUG: Should not load
12993         CMAKE_INSTALL_PREFIX from the cache.
12995 2002-10-11 08:36  king
12997         * Source/cmStandardIncludes.h: ERR: istrstream and istringstream
12998         need to be pulled into namespace std on the SGI.
13000 2002-10-10 11:08  andy
13002         * Source/cmWin32ProcessExecution.cxx: Fix network build
13004 2002-10-10 10:45  barre
13006         * Modules/FindJava.cmake, Templates/CCMakeSystemConfig.cmake.in,
13007         Templates/CMakeBorlandWindowsSystemConfig.cmake,
13008         Templates/CMakeDotNetSystemConfig.cmake,
13009         Templates/CMakeNMakeWindowsSystemConfig.cmake,
13010         Templates/CMakeWindowsSystemConfig.cmake,
13011         Templates/CXXCMakeSystemConfig.cmake.in: ENH: mark some vars as
13012         advanced (and resort the list)
13014 2002-10-10 10:43  king
13016         * Source/: cmCMakeMinimumRequired.cxx,
13017         cmLocalBorlandMakefileGenerator.cxx,
13018         cmLocalNMakeMakefileGenerator.cxx,
13019         cmLocalUnixMakefileGenerator.cxx, cmStandardIncludes.h,
13020         cmSystemTools.cxx, cmVTKMakeInstantiatorCommand.cxx, cmake.cxx,
13021         ctest.cxx: ENH: Renamed cmStringStream to cmOStringStream and added
13022         cmIStringStream.  Removed cmInputStringStream.
13024 2002-10-10 09:41  andy
13026         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13027         cmLocalCodeWarriorGenerator.cxx, cmStandardIncludes.h: Remove
13028         compile error and remove some warnings
13030 2002-10-10 09:02  king
13032         * Utilities/cmake_release_config_osf: ENH: Updated for actual
13033         build.
13035 2002-10-10 08:25  martink
13037         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13038         cmLocalCodeWarriorGenerator.cxx: fixed some compiler warnings
13040 2002-10-10 08:23  andy
13042         * Source/ctest.cxx: Remove warning
13044 2002-10-10 08:11  andy
13046         * Source/: cmSetCommand.cxx, WXDialog/cmWXMainFrame.cxx: Remove
13047         warning
13049 2002-10-10 08:11  andy
13051         * Source/: cmStandardIncludes.h, ctest.cxx: Try to use platform
13052         independent input string stream
13054 2002-10-09 17:47  martink
13056         * Source/: cmDynamicLoader.cxx, cmaketest.cxx: Remove memory leak
13057         caused by cmDynamicLoader not being deleted properly
13059 2002-10-09 16:26  andy
13061         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Try to add
13062         enter support
13064 2002-10-09 15:54  martink
13066         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
13067         Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
13068         ComplexOneConfig/cmTestConfigure.h.in,
13069         ComplexOneConfig/Executable/complex.cxx,
13070         ComplexRelativePaths/CMakeLists.txt,
13071         ComplexRelativePaths/cmTestConfigure.h.in,
13072         ComplexRelativePaths/Executable/complex.cxx: added test of SET
13073         CACHE FORCE
13075 2002-10-09 15:48  martink
13077         * Source/: cmSetCommand.cxx, cmSetCommand.h: added FORCE option
13079 2002-10-09 15:36  martink
13081         * Source/CursesDialog/ccmake.cxx: fix for OSF
13083 2002-10-09 15:24  barre
13085         * Source/cmGlobalGenerator.cxx: ENH: update the progress when
13086         generating is "done".
13088 2002-10-09 13:49  martink
13090         * Source/cmGlobalCodeWarriorGenerator.h: changed name
13092 2002-10-09 13:47  andy
13094         * Modules/FindwxWindows.cmake: Add some search paths
13096 2002-10-09 13:37  martink
13098         * Source/cmake.cxx: added Code Warrior dev
13100 2002-10-09 13:31  martink
13102         * Source/: Makefile.in, CMakeLists.txt: added build for Code
13103         Warrior
13105 2002-10-09 13:30  martink
13107         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13108         cmLocalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.h:
13109         some updates
13111 2002-10-08 22:54  andy
13113         * Source/: ctest.cxx, ctest.h: Reorganization, cleanup and some
13114         improvement in dart emulation
13116 2002-10-08 22:00  andy
13118         * Source/: ctest.cxx, ctest.h: Add parsing of warnings and errors
13120 2002-10-08 20:02  andy
13122         * Source/: ctest.cxx, ctest.h: Add configure option and fix
13123         potential bug in other targets. Now the run command is actually run
13124         with directory, so eventually we should be able to run this from a
13125         subdirectory
13127 2002-10-08 15:55  martink
13129         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
13130         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: new plugin API
13132 2002-10-08 15:55  martink
13134         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h,
13135         cmLoadCommandCommand.cxx: some mods to the plugin API
13137 2002-10-08 10:53  hoffman
13139         * Source/cmExecProgramCommand.cxx: BUG: get all the output
13140         including the last character
13142 2002-10-07 16:23  martink
13144         * CMakeLists.txt: added header dep
13146 2002-10-07 09:20  andy
13148         * Tests/COnly/: foo.c, foo.h: Fix problem on HP
13150 2002-10-07 09:16  martink
13152         * Source/cmIfCommand.cxx: minor fix to allow if with no arguments
13154 2002-10-07 08:23  andy
13156         * Source/cmGlobalVisualStudio6Generator.cxx: Suppress output of
13157         trycompile
13159 2002-10-06 21:25  andy
13161         * Source/ctest.cxx: Fix update so that it actually updates the
13162         source directory,
13164 2002-10-06 21:24  andy
13166         * Source/cmSystemTools.cxx: Fix for run command on windows. If you
13167         specify command in quotes but not full path, it should still work
13169 2002-10-06 20:44  andy
13171         * Source/ctest.cxx: Add missing namespace
13173 2002-10-06 20:44  andy
13175         * Source/cmSystemTools.cxx: Revert back. Does not seems to work on
13176         Windows
13178 2002-10-06 20:36  andy
13180         * Source/: ctest.cxx, ctest.h: Add some minimal Dart capability to
13181         ctest. For example now you can actually use ctest to build
13182         projects, do cvs update on all platforms. This is especially cool
13183         for Visual Studio where you do not want to load the whole
13184         development environment just to build your project.
13186 2002-10-06 18:56  andy
13188         * Source/cmSystemTools.cxx: Check if directory was actually created
13190 2002-10-06 15:10  barre
13192         * Templates/CMakeNMakeWindowsSystemConfig.cmake: ENH: nmake now
13193         uses incremental linking as Msdev does. Faster build (linking a
13194         static vtk.exe or paraview.exe could take more than 10 minutes)
13196 2002-10-06 12:12  andy
13198         * Source/cmTarget.cxx, Tests/COnly/CMakeLists.txt,
13199         Tests/COnly/conly.c, Tests/COnly/foo.c, Tests/COnly/foo.h: If you
13200         specify header file as source, it should still use C compiler and
13201         not CXX. Also fix COnly test so that it make sure that this still
13202         works...
13204 2002-10-05 10:24  andy
13206         * Source/: cmSystemTools.cxx, cmWin32ProcessExecution.h: Fix
13207         borland build. Borland Run command should be static, since it is
13208         called with no object...
13210 2002-10-04 18:16  andy
13212         * Source/: cmMakefile.cxx, cmMakefile.h, cmRegularExpression.cxx,
13213         cmRegularExpression.h, cmSourceGroupCommand.cxx: Try to improve
13214         source group interface
13216 2002-10-04 14:01  andy
13218         * Source/cmCacheManager.cxx: Remove tabs
13220 2002-10-04 12:56  barre
13222         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: re-enable the OK
13223         button in RunCmake() when everything is done.
13225 2002-10-04 12:30  andy
13227         * Source/cmCacheManager.cxx: Fix reading of advanced values from
13228         CMakeCache
13230 2002-10-04 11:42  martink
13232         * Source/: cmLocalCodeWarriorGenerator.h,
13233         cmGlobalCodeWarriorGenerator.cxx, cmLocalCodeWarriorGenerator.cxx:
13234         updates
13236 2002-10-04 11:33  barre
13238         * DartConfig.cmake: ENH: my opinion is that it should be ADVANCED.
13239         Few people build the doc.
13241 2002-10-04 10:47  andy
13243         * Source/cmSystemTools.cxx: Add missing argument
13245 2002-10-04 10:38  andy
13247         * Source/: cmSystemTools.cxx, cmSystemTools.h,
13248         cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h: Cleanup
13249         RunCOmmand code and move borland one to vtkWin32ProcessExecution,
13250         so that it is all in one place... Add timeout option whihc does not
13251         work yet, but it should not produce warning any more
13253 2002-10-04 08:59  martink
13255         * Source/cmLocalGenerator.cxx: always set PROJECT_SOURCE_DIR etc
13257 2002-10-03 16:40  martink
13259         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13260         cmLocalCodeWarriorGenerator.cxx: some fixes
13262 2002-10-03 15:14  martink
13264         * Source/: cmGlobalCodeWarriorGenerator.cxx,
13265         cmGlobalCodeWarriorGenerator.h, cmLocalCodeWarriorGenerator.cxx,
13266         cmLocalCodeWarriorGenerator.h: under development
13268 2002-10-02 17:46  martink
13270         * Source/cmWin32ProcessExecution.cxx: Revert to fix win 9x
13272 2002-10-02 17:31  king
13274         * Source/: cmGlobalUnixMakefileGenerator.cxx, cmStandardIncludes.h:
13275         ENH: Added explicit declarations of some C functions that are hard
13276         to get from standard headers in como (www.comeaucomputing.com)
13277         strict mode.
13279 2002-10-02 17:23  king
13281         * Source/cmIncludeCommand.cxx: BUG: Must return false after an
13282         error of incorrect arguments.
13284 2002-10-02 17:22  king
13286         * Source/: cmIfCommand.cxx, cmIfCommand.h: BUG: STRLESS and
13287         STRGREATER need to treat non-existent definitions as strings.
13289 2002-10-02 17:16  andy
13291         * Source/cmWin32ProcessExecution.cxx: Cleanup and try to unify with
13292         the other code
13294 2002-10-02 17:14  andy
13296         * Source/cmSystemTools.cxx: Cleanup
13298 2002-10-02 16:42  ibanez
13300         * Modules/CMakeLists.txt: ENH: Adding install of .in and .c
13301         modules.
13303 2002-10-02 11:35  martink
13305         * Source/cmLocalBorlandMakefileGenerator.cxx: Remove unnecessary
13306         new line
13308 2002-10-02 11:15  martink
13310         * Source/cmSystemTools.cxx: Fix bug in borland run command
13312 2002-10-02 11:14  martink
13314         * Source/cmake.cxx: Produce only one output
13316 2002-10-01 18:37  king
13318         * Source/cmITKWrapTclCommand.cxx: ENH: Added support to pass the
13319         gccxml program location to cable if ITK_GCCXML_EXECUTABLE is set on
13320         m_Makefile.
13322 2002-10-01 15:56  andy
13324         * Modules/: TestBigEndian.c, TestBigEndian.cmake: Add test for big
13325         endian
13327 2002-10-01 13:04  martink
13329         * Source/cmWin32ProcessExecution.cxx: Fix grouping of arguments on
13330         Windows 98
13332 2002-10-01 13:04  martink
13334         * Source/cmLocalVisualStudio6Generator.cxx: Fix a bug in generator.
13335         This one is good: This bug is only present on Windows 98, but since
13336         RunCommand did not work, it never showed on the dashboard... In any
13337         case commands in Visual studio 6 should be in windows style slashes
13339 2002-10-01 13:00  martink
13341         * Source/cmw9xcom.cxx: Put quotes around arguments if they have
13342         spaces and no quotes
13344 2002-10-01 12:59  martink
13346         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
13347         ComplexRelativePaths/CMakeLists.txt: Remove bogus exec_program
13349 2002-10-01 10:12  ibanez
13351         * Modules/FindFLTK.cmake: ENH: removed "USE_FLTK_VERSION_1.1" in
13352         favor of "FLTK_VERSION_1.1" to avoid      confusions.
13354 2002-10-01 07:28  andy
13356         * Source/: Makefile.in, cmakemain.cxx: Remove dependency to dynamic
13357         loader during bootstrap
13359 2002-09-30 22:26  ibanez
13361         * Modules/FindFLTK.cmake: ENH: Version 1.1 is considered to be the
13362         default.
13364 2002-09-30 21:34  king
13366         * Source/CursesDialog/cmCursesMainForm.cxx: ERR: Fixed bad sentence
13367         in error message.
13369 2002-09-30 16:46  andy
13371         * Source/cmake.cxx: Fix bug in chdir; Who did this anyway...
13373 2002-09-30 16:25  hoffman
13375         * Source/: Makefile.in, cmDynamicLoader.cxx, cmakemain.cxx,
13376         MFCDialog/CMakeSetup.cpp: BUG: fix load command stuff for cygwin
13377         and cleanup at exit
13379 2002-09-30 15:05  martink
13381         * Source/cmWin32ProcessExecution.h: Add some more comments
13383 2002-09-30 15:00  martink
13385         * Source/cmWin32ProcessExecution.cxx: Cleanups and hopefully now it
13386         works on all windows platforms
13388 2002-09-30 14:01  martink
13390         * Source/cmake.cxx: Set comspec substitute the right way
13392 2002-09-30 14:00  martink
13394         * Source/ctest.cxx: Set comspec substitute
13396 2002-09-30 13:59  martink
13398         * Source/cmw9xcom.cxx: Add spaces
13400 2002-09-30 12:24  ibanez
13402         * Modules/FindLATEX.cmake:      Configuratiion for finding LaTeX
13403         related executables.
13405 2002-09-30 11:41  andy
13407         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmake.cxx,
13408         cmw9xcom.cxx: Another attempt on Windows 98
13410 2002-09-30 11:00  andy
13412         * Source/cmSystemTools.cxx: Attempt to unify the code
13414 2002-09-30 10:47  andy
13416         * Source/cmSystemTools.cxx: Fix bug in printing
13418 2002-09-30 07:55  andy
13420         * Source/cmWin32ProcessExecution.cxx: Remove warnings and fix
13421         potential bug
13423 2002-09-30 07:09  andy
13425         * Source/cmSystemTools.cxx,
13426         Templates/CMakeBorlandWindowsSystemConfig.cmake: Make borland pass
13427         all the tests on XP (and 2000?)
13429 2002-09-29 22:10  andy
13431         * Source/cmSystemTools.cxx: Remove debug
13433 2002-09-29 21:57  andy
13435         * Source/cmSystemTools.cxx: It is late and it at least seems to
13436         work better than before...
13438 2002-09-29 21:55  andy
13440         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
13441         Fix for it to compile on "all" windows platforms...
13443 2002-09-29 21:48  andy
13445         * Source/cmSystemTools.cxx: Simplify debugging by resetting error
13446         code
13448 2002-09-29 14:09  martink
13450         * Source/: cmWin32ProcessExecution.cxx, cmWin32ProcessExecution.h:
13451         possible fix for warnings
13453 2002-09-29 14:09  martink
13455         * Source/cmake.cxx: compiler warnings
13457 2002-09-27 17:28  andy
13459         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx: Add two
13460         cmake commands -E echo for echoing strings and -E comspec for
13461         workaround of bug of windows 9x; add another implementation of run
13462         command on windows which should work...
13464 2002-09-27 17:26  andy
13466         * Source/: CMakeLists.txt, cmWin32ProcessExecution.cxx,
13467         cmWin32ProcessExecution.h: Add class for process execution on
13468         Windows
13470 2002-09-27 17:16  andy
13472         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
13473         ComplexRelativePaths/CMakeLists.txt: Use cmake echo
13475 2002-09-27 16:23  martink
13477         * Source/: cmCreateTestSourceList.cxx, cmInstallFilesCommand.cxx,
13478         cmInstallProgramsCommand.cxx, cmIncludeDirectoryCommand.cxx:
13479         removed some includes
13481 2002-09-27 16:19  martink
13483         * Source/: cmTarget.cxx, cmTarget.h, cmCommand.h,
13484         cmEnableTestingCommand.cxx, cmEndForEachCommand.cxx,
13485         cmForEachCommand.cxx, cmAddTestCommand.cxx,
13486         cmAuxSourceDirectoryCommand.cxx, cmElseCommand.cxx,
13487         cmEndIfCommand.cxx, cmIfCommand.cxx, cmAbstractFilesCommand.cxx,
13488         cmAddDependenciesCommand.cxx, cmAddLibraryCommand.cxx,
13489         cmInstallTargetsCommand.cxx, cmMacroCommand.cxx,
13490         cmMessageCommand.cxx, cmWriteFileCommand.cxx,
13491         cmAddExecutableCommand.cxx: removed some includes
13493 2002-09-27 16:19  hoffman
13495         * Source/: cmSetCommand.cxx, cmSetCommand.h: BUG: fix doc string
13496         and allow a variable to be promoted from non-cache to cache
13498 2002-09-27 16:18  hoffman
13500         * Source/cmLocalUnixMakefileGenerator.cxx: remove unused stuff
13502 2002-09-27 15:52  martink
13504         * Source/cmMakefile.h: new patch
13506 2002-09-27 14:12  andy
13508         * Templates/: CCMakeSystemConfig.cmake.in, cconfigure,
13509         cconfigure.in: Cleanup configure scripts
13511 2002-09-26 15:13  martink
13513         * Source/: cmake.h, cmake.cxx, cmGlobalGenerator.cxx,
13514         cmGlobalGenerator.h, MFCDialog/CMakeSetup.rc,
13515         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added
13516         progress
13518 2002-09-26 13:52  martink
13520         * Source/cmMakefile.cxx: minor memory fix
13522 2002-09-25 17:25  andy
13524         * Modules/: CheckFunctionExists.cmake, CheckIncludeFile.cmake,
13525         CheckLibraryExists.cmake: Set variable to either 1 or empty string
13526         instead of TRUE and FALSE
13528 2002-09-25 10:38  andy
13530         * Modules/CheckLibraryExists.cmake: Cleanup
13532 2002-09-25 10:08  andy
13534         * Tests/: LoadCommand/CMakeLists.txt,
13535         LoadCommand/LoadedCommand.h.in,
13536         LoadCommandOneConfig/CMakeLists.txt,
13537         LoadCommandOneConfig/LoadedCommand.h.in: Check for library
13539 2002-09-25 10:08  andy
13541         * Modules/: CheckFunctionExists.cmake, CheckLibraryExists.cmake,
13542         CheckSizeOf.cmake: Fix modules for recent changes
13544 2002-09-25 10:07  andy
13546         * Source/: cmGlobalUnixMakefileGenerator.cxx,
13547         cmTryCompileCommand.cxx: Several changes: COMPILE_DEFINITIONS is
13548         now depricated. If you want to specify some, use CMAKE_FLAGS
13549         -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include
13550         path, ... It now detects wether the file is C or C++ and uses the
13551         apropriate project command, it also does the right thing when doing
13552         try_compile, so it does not execute configure for every single
13553         try_compile
13555 2002-09-25 09:31  andy
13557         * Source/cmLocalUnixMakefileGenerator.cxx: Use file format
13558         detection
13560 2002-09-25 09:30  andy
13562         * Source/: cmSystemTools.cxx, cmSystemTools.h: Add detection of
13563         file format from extension
13565 2002-09-25 07:47  andy
13567         * Source/WXDialog/cmWXMainFrame.cxx: Remove warnings
13569 2002-09-25 07:46  andy
13571         * Source/cmGlobalGenerator.cxx: Attempt to make NMake quiet during
13572         TRY_COMPILE
13574 2002-09-24 18:34  andy
13576         * Source/: ctest.cxx, ctest.h: Add verbose flag -V, which makes the
13577         output of tests to be displayed; also add help to ctest
13579 2002-09-24 17:58  andy
13581         * Modules/CMakeBackwardCompatibilityC.cmake,
13582         Modules/CMakeBackwardCompatibilityCXX.cmake,
13583         Source/cmGlobalUnixMakefileGenerator.cxx: Improve backward
13584         compatibility, so that all backward compatibility stuff is in two
13585         modules; fix invoking of try_compile; add checking for header files
13586         and sizes of types
13588 2002-09-24 17:37  andy
13590         * Source/cmSystemTools.cxx: Add support for mac dylib
13592 2002-09-24 16:36  andy
13594         * Modules/: CheckLibraryExists.cmake, CheckLibraryExists.lists.in:
13595         Initial attempt to check if library exists
13597 2002-09-24 16:20  andy
13599         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Some GUI
13600         improvements and fix the way dirty is being set, so that if there
13601         are no cache values, dirty is not set
13603 2002-09-24 16:20  andy
13605         * Modules/CheckSizeOf.cmake: Improve check size of. Now it checks
13606         for some header files before trying to check types
13608 2002-09-24 14:49  king
13610         * Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: [no log message]
13612 2002-09-24 14:22  king
13614         * Utilities/cmake_release_config_osf: ENH: Adding prototype release
13615         config script for OSF.
13617 2002-09-24 14:18  king
13619         * Utilities/cmake_release_config_cygwin: ERR: Removed old cygwin
13620         release config file.  A separate script is now used.
13622 2002-09-24 13:24  martink
13624         * Source/cmake.cxx: fixed memory leak
13626 2002-09-24 13:17  martink
13628         * Source/cmTryRunCommand.cxx: always convert to output path
13630 2002-09-24 10:47  hoffman
13632         * Utilities/: cmake-cygwin-package.sh, cmake_release_cygwin.sh: use
13633         /usr/bin/find and uname for cygwin version
13635 2002-09-24 10:30  andy
13637         * Source/cmLoadCommandCommand.cxx: Cleanup
13639 2002-09-24 10:24  andy
13641         * Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: Add accessor for
13642         Flushing cache
13644 2002-09-24 09:51  hoffman
13646         * Source/cmLocalUnixMakefileGenerator.cxx: one rule per line so
13647         borland make does not die
13649 2002-09-24 09:50  hoffman
13651         * Source/cmLocalBorlandMakefileGenerator.cxx: handle long commands
13653 2002-09-24 09:24  hoffman
13655         * Source/: cmDynamicLoader.cxx, cmGlobalGenerator.cxx: fix for
13656         cygwin and nmake that does not define WIN32
13658 2002-09-23 21:14  king
13660         * Utilities/: cmake-cygwin-package.sh, cmake-cygwin.README,
13661         cmake_release_cygwin.sh, setup.hint: ENH: Added cygwin packaging
13662         scripts.  The setup.hint and cmake.README files required by Cygwin
13663         are generated automatically.
13665 2002-09-23 17:24  andy
13667         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
13668         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: Fix problem
13670 2002-09-23 17:20  king
13672         * Utilities/cmake_release_unix_package.sh: ENH: Added to generated
13673         README the typical install locaiton of /usr/local.
13675 2002-09-23 16:57  andy
13677         * Source/cmDynamicLoader.cxx: Fix cache for non void* types
13679 2002-09-23 16:24  andy
13681         * Source/cmDynamicLoader.cxx: Keep track of libraries so that you
13682         can load them as many times as you want...
13684 2002-09-23 15:57  andy
13686         * Source/cmaketest.cxx: Cleanup
13688 2002-09-23 15:56  andy
13690         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
13691         LoadCommand/CMakeCommands/cmTestCommand.c,
13692         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
13693         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: Some minor
13694         fixes for mac
13696 2002-09-23 15:54  andy
13698         * Source/cmLocalUnixMakefileGenerator.cxx: Fix generation of C only
13699         modules
13701 2002-09-23 15:53  andy
13703         * Source/cmDynamicLoader.cxx: Fix extension and suffix for modules
13704         on mac
13706 2002-09-23 14:57  martink
13708         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
13709         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: cleanup
13711 2002-09-23 14:57  martink
13713         * Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: cleaned up API
13715 2002-09-23 14:11  andy
13717         * Tests/: LoadCommand/CMakeCommands/CMakeLists.txt,
13718         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt: Fix test so that
13719         it will work on HP
13721 2002-09-23 14:04  andy
13723         * Source/cmTryCompileCommand.cxx: Fix HP build
13725 2002-09-23 13:32  andy
13727         * Source/: cmSystemTools.cxx, cmTryCompileCommand.cxx,
13728         WXDialog/cmWXCommandLineInfo.cxx, WXDialog/cmWXMainFrame.cxx,
13729         WXDialog/wxCMakeSetup.cxx: Try to remove some warnings
13731 2002-09-23 13:11  andy
13733         * Source/cmLoadCommandCommand.cxx: Fix loading of module for
13734         borland
13736 2002-09-23 12:23  andy
13738         * Source/cmGlobalGenerator.cxx: Try to fix borland and nmake try
13739         compile
13741 2002-09-23 11:06  andy
13743         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h,
13744         cmTryRunCommand.cxx: Abstract cleaning of files and add code that
13745         deletes files from Debug subdirectory
13747 2002-09-23 11:05  andy
13749         * Source/cmGlobalVisualStudio6Generator.cxx: Remove debug stuff
13751 2002-09-23 10:01  andy
13753         * Modules/FindwxWindows.cmake: Fix comments
13755 2002-09-23 09:58  andy
13757         * Source/cmLocalVisualStudio7Generator.cxx: Try to fix quoted
13758         definitions
13760 2002-09-23 09:41  martink
13762         * Source/cmIfCommand.cxx: hopefull another fix to if statements
13764 2002-09-23 09:07  andy
13766         * Source/: cmGlobalVisualStudio6Generator.cxx,
13767         cmGlobalVisualStudio6Generator.h: Attempt to fix Visual studio 6
13768         comiling
13770 2002-09-23 08:51  king
13772         * Utilities/cmake_release_unix_package.sh: BUG: Creating source
13773         tarball should not affect current directory.
13775 2002-09-23 08:44  king
13777         * Utilities/: cmake_release_config_darwin,
13778         cmake_release_config_hpux, cmake_release_config_irix,
13779         cmake_release_config_linux, cmake_release_config_sun: ENH:
13780         Incremented version to 1.4.5.
13782 2002-09-22 10:08  martink
13784         * Source/cmLocalVisualStudio7Generator.cxx: defines cannot have
13785         quotes in them
13787 2002-09-22 09:53  martink
13789         * Source/: cmGlobalVisualStudio7Generator.cxx,
13790         cmGlobalVisualStudio7Generator.h: some try compile fixes
13792 2002-09-22 07:52  martink
13794         * Source/: cmWriteFileCommand.cxx,
13795         CursesDialog/cmCursesMainForm.cxx: compiler warning
13797 2002-09-21 07:29  andy
13799         * Source/cmWriteFileCommand.cxx: Fix namespace problem
13801 2002-09-20 15:45  andy
13803         * Source/WXDialog/wxincludes.h: Add missing include
13805 2002-09-20 15:01  andy
13807         * Modules/CheckFunctionExists.cmake,
13808         Modules/CheckIncludeFile.cmake, Modules/CheckSizeOf.cmake,
13809         Source/WXDialog/cmWXMainFrame.cxx: Fix tests for new trycompile and
13810         tryrun
13812 2002-09-20 15:01  andy
13814         * Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
13815         cmTryRunCommand.cxx: Add GetLocal on cmMakefile and on local builds
13816         do not perform tests
13818 2002-09-20 14:17  andy
13820         * Tests/: LoadCommand/CMakeLists.txt,
13821         LoadCommand/LoadedCommand.h.in,
13822         LoadCommandOneConfig/CMakeLists.txt,
13823         LoadCommandOneConfig/LoadedCommand.h.in: Include more testing
13825 2002-09-20 14:16  andy
13827         * Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Simplify
13828         checking for headers
13830 2002-09-20 13:40  andy
13832         * Modules/: CheckIncludeFile.c.in, CheckIncludeFile.cmake: Add
13833         macro which checks if the header file exists
13835 2002-09-20 13:40  andy
13837         * Modules/CheckFunctionExists.cmake: Fix comment
13839 2002-09-20 13:17  andy
13841         * Tests/: LoadCommand/CMakeLists.txt,
13842         LoadCommand/LoadedCommand.cxx, LoadCommandOneConfig/CMakeLists.txt,
13843         LoadCommandOneConfig/LoadedCommand.cxx,
13844         LoadCommand/LoadedCommand.h.in,
13845         LoadCommandOneConfig/LoadedCommand.h.in: Fix test so that it does
13846         some modules testing by checking for some functions and some size
13847         of types
13849 2002-09-20 13:16  andy
13851         * Modules/: CheckFunctionExists.c, CheckFunctionExists.cmake,
13852         CheckSizeOf.c, CheckSizeOf.cmake: Add two commonly used modules.
13853         First one checks if the function exists, the second one checks the
13854         size of type
13856 2002-09-20 13:15  andy
13858         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
13859         cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx: Add option
13860         of TRY_COMPILE to store the output of compilation so that if the
13861         output fails you can display it or store it in the file
13863 2002-09-20 13:14  andy
13865         * Source/: cmCommands.cxx, cmWriteFileCommand.cxx,
13866         cmWriteFileCommand.h: Add WRITE_FILE command, which writes string
13867         to a file
13869 2002-09-20 10:06  martink
13871         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
13872         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: removed c++
13873         style comments
13875 2002-09-20 09:53  andy
13877         * Source/WXDialog/wxincludes.h: Fix includes
13879 2002-09-20 08:07  martink
13881         * Source/: cmTryRunCommand.h, cmTryRunCommand.cxx: compiler
13882         warnings
13884 2002-09-19 17:35  andy
13886         * Source/WXDialog/CMakeLists.txt: Add test for gui
13888 2002-09-19 17:35  andy
13890         * Source/WXDialog/cmWXCommandLineInfo.cxx: Fix arguments
13892 2002-09-19 17:35  andy
13894         * Source/WXDialog/wxCMakeSetup.cxx: Allow argument Q
13896 2002-09-19 17:23  andy
13898         * Source/WXDialog/: cmWXMainFrame.cxx, cmWXMainFrame.h: Add support
13899         for exiting after loading
13901 2002-09-19 17:20  andy
13903         * Source/WXDialog/: cmWXCommandLineInfo.cxx, cmWXCommandLineInfo.h:
13904         Add option -Q for existing after loading
13906 2002-09-19 16:12  hoffman
13908         * Source/cmBorlandMakefileGenerator.cxx: ENH: allow for long
13909         command lines
13911 2002-09-19 16:09  andy
13913         * Source/cmMakefile.cxx: Remove unnecessary disabling of output
13915 2002-09-19 16:07  andy
13917         * Source/cmTryRunCommand.cxx: Fix tryrun to work on Linux
13919 2002-09-19 15:01  hoffman
13921         * Source/cmUnixMakefileGenerator.cxx: ENH: use single line depend
13922         rules for borland compiler
13924 2002-09-19 14:59  hoffman
13926         * Source/cmMSDotNETGenerator.cxx: ENH: add include to rc, and
13927         newline to custom commnad
13929 2002-09-19 14:59  hoffman
13931         * Source/: cmBorlandMakefileGenerator.cxx,
13932         cmNMakeMakefileGenerator.cxx: ENH: add include to rc
13934 2002-09-19 14:58  hoffman
13936         * Source/CMakeLists.txt: ENH: fix bad endif
13938 2002-09-19 14:58  hoffman
13940         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
13941         staticLibHeader.dsptemplate: ENH: add include paths to rc
13943 2002-09-19 14:40  andy
13945         * Source/cmSystemTools.cxx: Supress standard error when running
13946         command
13948 2002-09-19 14:36  andy
13950         * Source/cmTryCompileCommand.cxx: Fix try compile with second
13951         signature, remove cmake lists from cache so that multiple tests
13952         work
13954 2002-09-19 14:35  andy
13956         * Source/cmSystemTools.h: Add a way to check if run command output
13957         is disabled
13959 2002-09-19 14:35  andy
13961         * Source/cmMakefile.cxx: When doing try compile disable output
13963 2002-09-19 14:34  andy
13965         * Source/: cmListFileCache.cxx, cmListFileCache.h: Add a way to
13966         remove files from cache
13968 2002-09-19 11:06  andy
13970         * Source/cmTryRunCommand.cxx: Fix compile problem
13972 2002-09-19 11:01  martink
13974         * Source/cmTryRunCommand.cxx: minor cleanup
13976 2002-09-19 11:00  andy
13978         * Source/WXDialog/wxincludes.h: Fix all defines on Windows
13980 2002-09-19 10:56  andy
13982         * Source/WXDialog/CMakeLists.txt: Fix executable to be WIN32 on
13983         windows
13985 2002-09-19 10:25  andy
13987         * Modules/FindwxWindows.cmake: Fix find wxWindows
13989 2002-09-19 09:49  martink
13991         * Source/: cmCommands.cxx, cmTryCompileCommand.cxx,
13992         cmTryCompileCommand.h: updated to try compile
13994 2002-09-19 09:48  martink
13996         * Source/: cmTryRunCommand.cxx, cmTryRunCommand.h: new command
13998 2002-09-19 09:48  andy
14000         * Source/WXDialog/CMakeLists.txt: Remove unnecessary message
14002 2002-09-19 09:47  andy
14004         * Source/CMakeLists.txt: Add option for building wxWindows GUI for
14005         CMake
14007 2002-09-19 09:47  andy
14009         * Source/WXDialog/: CMakeLists.txt, cmWXCacheProperty.cxx,
14010         cmWXCacheProperty.h, cmWXCommandLineInfo.cxx,
14011         cmWXCommandLineInfo.h, cmWXMainFrame.cxx, cmWXMainFrame.h,
14012         wxCMakeSetup.cxx, wxincludes.h: Initial import of wxWindows dialog
14014 2002-09-19 09:42  andy
14016         * Modules/FindwxWindows.cmake: Improve searching for wxWindows
14018 2002-09-18 14:30  andy
14020         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix callback for the new
14021         API
14023 2002-09-18 14:18  andy
14025         * Source/: cmSystemTools.cxx, cmSystemTools.h,
14026         CursesDialog/ccmake.cxx: Improve message handler to include client
14027         data.
14029 2002-09-18 11:38  martink
14031         * Tests/: LoadCommand/CMakeLists.txt,
14032         LoadCommand/CMakeCommands/CMakeLists.txt,
14033         LoadCommand/CMakeCommands/cmTestCommand.c,
14034         LoadCommandOneConfig/CMakeLists.txt,
14035         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
14036         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: test passing
14037         CMAKE_FLAGS
14039 2002-09-18 11:37  martink
14041         * Source/: cmMakefile.cxx, cmMakefile.h, cmTryCompileCommand.cxx,
14042         cmTryCompileCommand.h: now Try compile can include CMAKE_FLAGS
14044 2002-09-18 11:36  martink
14046         * Source/cmLoadCommandCommand.cxx: better error reporting
14048 2002-09-18 10:40  king
14050         * Source/cmSetCommand.cxx: ENH: If SET(VAR) is called with no other
14051         arguments, remove the definition of VAR.
14053 2002-09-18 10:39  king
14055         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
14056         RemoveDefinition method.
14058 2002-09-18 09:53  barre
14060         * Source/cmVTKWrapTclCommand.cxx: FIX: better support for the
14061         Tcl/Tk 8.4 pre-release
14063 2002-09-18 08:15  andy
14065         * Modules/FindGTK.cmake: GL should not be a completely necessary
14066         thing for finding GTK. This will find gtk and GL but also just GTK
14068 2002-09-18 08:13  andy
14070         * Source/cmakewizard.cxx: Remove unnecessary variable
14072 2002-09-18 08:07  martink
14074         * Tests/: LoadCommand/CMakeLists.txt,
14075         LoadCommandOneConfig/CMakeLists.txt: removed target
14077 2002-09-17 15:41  king
14079         * Modules/CMakeLists.txt: ENH: Adding installation of TRY_COMPILE
14080         tests.
14082 2002-09-17 15:41  king
14084         * Source/cmTryCompileCommand.cxx: BUG: Generated CMakeLists.txt
14085         file needs to take CMAKE_ANSI_CXXFLAGS into account.
14087 2002-09-17 14:40  king
14089         * Source/cmLocalUnixMakefileGenerator.cxx: ERR: Fixed typo:
14090         INSTALL_PROGRAMS -> INSTALL_PROGRAM.
14092 2002-09-17 14:20  martink
14094         * Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
14096 2002-09-17 14:19  andy
14098         * Source/cmakewizard.cxx: Strip the string that user answers
14100 2002-09-17 14:18  barre
14102         * Source/cmVTKWrapTclCommand.cxx: ENH: add support for Tcl/Tk 8.4.0
14104 2002-09-17 14:12  martink
14106         * Source/cmake.h: updated comments
14108 2002-09-17 14:09  king
14110         * Source/cmLocalUnixMakefileGenerator.cxx: BUG: INSTALL_DATA should
14111         be INSTALL_PROGRAMS for program install targets.
14113 2002-09-17 14:04  martink
14115         * Source/CursesDialog/cmCursesMainForm.cxx: some cmake api changees
14117 2002-09-17 13:59  martink
14119         * Source/: cmMakefile.cxx, cmake.cxx, cmake.h, cmakewizard.cxx,
14120         MFCDialog/CMakeSetupDialog.cpp: cleaned up some of the cmake
14121         interface
14123 2002-09-17 13:59  martink
14125         * Source/CMakeLists.txt: new test
14127 2002-09-17 13:48  andy
14129         * Source/cmakewizard.cxx: Replace getline with fgets since getline
14130         does not seems to work properly on Mac OSX
14132 2002-09-17 11:48  andy
14134         * Source/: cmCacheManager.cxx, cmCacheManager.h,
14135         cmMarkAsAdvancedCommand.cxx: Fix problems with advanced not being
14136         marked.
14138 2002-09-17 10:56  king
14140         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
14141         cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
14142         cmLocalUnixMakefileGenerator.cxx: ENH: Improved implementation of
14143         INSTALL_FILES and INSTALL_PROGRAMS commands.  Source paths can now
14144         be relative or full paths, and don't need to be in the same
14145         directory as the CMakeLists.txt file.
14147 2002-09-17 10:38  martink
14149         * Tests/: LoadCommand/CMakeCommands/cmTestCommand.c,
14150         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: added
14151         Destructor
14153 2002-09-17 10:38  martink
14155         * Source/: cmCPluginAPI.h, cmLoadCommandCommand.cxx: added
14156         destructor to loaded commands
14158 2002-09-17 09:17  martink
14160         * Modules/TestForANSIStreamHeaders.cmake: slight change in
14161         signature for TryCompile
14163 2002-09-17 09:16  martink
14165         * Source/: cmGlobalVisualStudio6Generator.cxx,
14166         cmTryCompileCommand.cxx, cmTryCompileCommand.h: slight change in
14167         signature
14169 2002-09-17 09:16  martink
14171         * Tests/: LoadCommand/CMakeLists.txt,
14172         LoadCommandOneConfig/CMakeLists.txt: some cleanup
14174 2002-09-17 08:29  martink
14176         * Tests/: LoadCommand/CMakeLists.txt,
14177         LoadCommandOneConfig/CMakeLists.txt: minor fix in error message
14179 2002-09-16 16:27  martink
14181         * Tests/: LoadCommand/CMakeLists.txt,
14182         LoadCommand/LoadedCommand.cxx,
14183         LoadCommand/CMakeCommands/CMakeLists.txt,
14184         LoadCommand/CMakeCommands/cmTestCommand.c,
14185         LoadCommandOneConfig/CMakeLists.txt,
14186         LoadCommandOneConfig/LoadedCommand.cxx,
14187         LoadCommandOneConfig/CMakeCommands/CMakeLists.txt,
14188         LoadCommandOneConfig/CMakeCommands/cmTestCommand.c: load command
14189         test
14191 2002-09-15 09:54  martink
14193         * Source/: cmAddCustomCommandCommand.cxx,
14194         cmAddDependenciesCommand.cxx, cmCacheManager.cxx,
14195         cmExecProgramCommand.cxx, cmFLTKWrapUICommand.cxx,
14196         cmListFileCache.cxx, cmaketest.cxx, ctest.cxx: remove unused
14197         variables
14199 2002-09-15 09:42  martink
14201         * Source/: cmLocalVisualStudio6Generator.cxx,
14202         cmLocalVisualStudio7Generator.cxx: updated to use
14203         ConfigureFinalPass
14205 2002-09-15 08:53  martink
14207         * Source/: cmLocalGenerator.cxx, cmLocalGenerator.h,
14208         cmGlobalGenerator.cxx: changed handling of FinalPass
14210 2002-09-15 08:53  martink
14212         * Source/cmLocalUnixMakefileGenerator.cxx: changed when final pass
14213         is done
14215 2002-09-15 08:52  martink
14217         * Source/: cmMakefile.h, cmMakefile.cxx: renamed GenerateMakefile
14218         to ConfigureFinalPass
14220 2002-09-14 10:59  martink
14222         * Source/CursesDialog/cmCursesMainForm.cxx: removed extra Generate
14223         that was screwing things up
14225 2002-09-14 08:47  martink
14227         * Source/cmGlobalGenerator.cxx: fixed warning
14229 2002-09-13 19:23  martink
14231         * Source/cmGlobalGenerator.cxx: made less verbose
14233 2002-09-13 19:23  martink
14235         * Modules/TestForANSIStreamHeaders.cmake: removed messages
14237 2002-09-13 16:38  king
14239         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added
14240         FileIsFullPath test method.
14242 2002-09-13 13:48  martink
14244         * Source/: cmGlobalGenerator.cxx, cmMakefile.cxx, cmake.h: some
14245         fixes for try compile
14247 2002-09-13 11:09  martink
14249         * Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
14250         cxxconfigure.in: now uses TryCompile
14252 2002-09-13 11:05  martink
14254         * Source/cmGlobalNMakeMakefileGenerator.h: minor fix
14255         inEnableLanguages
14257 2002-09-13 11:01  martink
14259         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.cxx: fix to
14260         the cleanup code
14262 2002-09-13 10:42  martink
14264         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14265         cmGlobalNMakeMakefileGenerator.h,
14266         cmGlobalUnixMakefileGenerator.cxx, cmGlobalUnixMakefileGenerator.h,
14267         cmGlobalVisualStudio6Generator.cxx,
14268         cmGlobalVisualStudio7Generator.cxx, cmMakefile.cxx,
14269         cmTryCompileCommand.cxx: better trycompile and enable langiages
14271 2002-09-13 10:41  martink
14273         * Source/cmake.cxx: better try compile
14275 2002-09-13 10:40  martink
14277         * Modules/TestForANSIStreamHeaders.cmake: removed messages
14279 2002-09-13 09:51  andy
14281         * configure, configure.in: Improve bootstrapping on Unix, so that
14282         it bootstraps in the subdirectory. This prevents from compiler
14283         files being reused and you can do make clean...
14285 2002-09-13 09:49  iscott
14287         * Modules/FindQt.cmake: Make QT variables advanced
14289 2002-09-13 08:15  martink
14291         * Source/: cmEndIfCommand.cxx, cmLocalUnixMakefileGenerator.cxx:
14292         compiler warning
14294 2002-09-13 08:12  martink
14296         * Source/MFCDialog/CMakeSetup.cpp: duh
14298 2002-09-13 05:39  iscott
14300         * Modules/FindQt.cmake: Need to use $ENV{} to access environment
14301         variables
14303 2002-09-12 16:36  martink
14305         * Modules/TestForANSIStreamHeaders.cmake: some cleanup
14307 2002-09-12 14:37  martink
14309         * Source/cmake.cxx: uninitialized var
14311 2002-09-12 13:55  andy
14313         * Source/cmaketest.cxx: Remove unnecessary include
14315 2002-09-12 13:42  andy
14317         * Source/cmakemain.cxx: Remove unnecessary include
14319 2002-09-12 13:19  bettingf
14321         * Tests/Wrapping/CMakeLists.txt, Source/CMakeLists.txt: added
14322         include of FindQT.cmake
14324 2002-09-12 11:47  martink
14326         * Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h,
14327         CMakeLists.txt: new arch
14329 2002-09-12 11:44  martink
14331         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
14332         cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmDSWWriter.cxx,
14333         cmDSWWriter.h, cmDSPWriter.cxx, cmDSPWriter.h,
14334         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
14335         cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
14336         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: new arch
14338 2002-09-12 11:38  bettingf
14340         * Source/CMakeLists.txt: added test for QTWrapUI called qtwrapping
14342 2002-09-12 11:37  bettingf
14344         * Tests/Wrapping/: qtwrappingmain.cxx, CMakeLists.txt: corrected
14345         test for QTWrapUI
14347 2002-09-12 11:14  martink
14349         * Modules/: TestForANSIStreamHeaders.cmake,
14350         TestForANSIStreamHeaders.cxx: new try compile module
14352 2002-09-12 11:13  andy
14354         * Source/cmCacheManager.cxx: Oops, too fast commit; add missing ;
14356 2002-09-12 11:12  andy
14358         * Source/cmCacheManager.cxx: Add more error checking
14360 2002-09-12 11:08  martink
14362         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: another
14363         signature for Try_Compile
14365 2002-09-12 11:08  martink
14367         * Source/: cmMakefile.cxx, cmake.cxx, cmake.h: added a flag if a
14368         cmake is in try compile
14370 2002-09-12 09:56  andy
14372         * Source/cmMarkAsAdvancedCommand.cxx: Fix mark as advanced. Now it
14373         should work properly
14375 2002-09-12 09:00  andy
14377         * Source/: cmakewizard.cxx, cmakewizard.h: Simplify code. Since we
14378         access cache entry through the iterator, we do not need the cache
14379         manager any more
14381 2002-09-12 08:56  andy
14383         * Source/cmCacheManager.h: Fix build problem on Sun
14385 2002-09-11 16:44  bettingf
14387         * Source/cmQTWrapUICommand.cxx: corrected the generated lists .h in
14388         header list and .cxx in sources list
14390 2002-09-11 16:43  bettingf
14392         * Source/cmLocalUnixMakefileGenerator.cxx: added generation of the
14393         GENERATED_QT_FILES list for make clean
14395 2002-09-11 16:41  bettingf
14397         * Tests/Wrapping/CMakeLists.txt: added test for QTWrapUI
14399 2002-09-11 16:40  bettingf
14401         * Tests/Wrapping/: qtwrappingmain.cxx, qtwrapping.ui: test for
14402         QTWarpUI
14404 2002-09-11 16:12  king
14406         * Source/cmCacheManager.cxx: BUG: GetCacheValue must check if value
14407         is UNINITIALIZED.  If so, pretend it doesn't exist.
14409 2002-09-11 15:13  andy
14411         * Source/CursesDialog/cmCursesMainForm.cxx: Fix bug in ccmake which
14412         made it crash when all cache values were deleted
14414 2002-09-11 15:04  andy
14416         * Source/CursesDialog/cmCursesMainForm.cxx: Fix problem with ccmake
14417         crashing on empty caches
14419 2002-09-11 14:38  andy
14421         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix MFC GUI
14423 2002-09-11 14:38  andy
14425         * Source/cmCacheManager.cxx: Fix find and remove check for
14426         uninitialized entries
14428 2002-09-11 14:08  andy
14430         * Source/cmCacheManager.cxx: Function strcasecmp is not portable
14432 2002-09-11 14:05  andy
14434         * Source/: cmCacheManager.cxx, cmCacheManager.h,
14435         cmFindPathCommand.cxx, cmFindProgramCommand.cxx, cmMakefile.cxx,
14436         cmMarkAsAdvancedCommand.cxx, cmVariableRequiresCommand.cxx,
14437         cmakewizard.cxx, cmakewizard.h,
14438         CursesDialog/cmCursesCacheEntryComposite.cxx,
14439         CursesDialog/cmCursesCacheEntryComposite.h,
14440         CursesDialog/cmCursesMainForm.cxx: Couple of changes: cache
14441         variables now have a map of properties. ADVANCED and HELPSTRING are
14442         now properties of cache variable, IsAdvanced is gone, so is
14443         GetCacheEntry, since cache entries are now all private. To access
14444         them, you use the iterator. -ADVANCED cache entries are gone and
14445         are replaced by the property of cache variables. The cache file
14446         still looks the same, but the -ADVANCED cache entries are created
14447         when writing file. MarkAsAdvanced and VariableRequires are fixed.
14448         So are curses gui and wizard
14450 2002-09-11 13:27  andy
14452         * Templates/CCMakeSystemConfig.cmake.in: Remove Mark_AS_ADVANCED
14453         for some variables that do not exist
14455 2002-09-11 12:52  martink
14457         * Source/cmMakefile.cxx: minor fix in try compile code
14459 2002-09-11 09:54  king
14461         * Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
14462         cmDynamicLoaderC.c: ENH: Pointer-to-function to pointer-to-data
14463         casts are not even allowed in strict C.  Re-implemented this
14464         conversion in pure C++ using a casting trick with an extra level of
14465         indirection.
14467 2002-09-11 08:52  king
14469         * Source/cmDynamicLoaderC.c: ERR: Removed C++-style comments, used
14470         C-style instead.
14472 2002-09-10 17:24  king
14474         * Source/cmake.cxx: ERR: Added missing include of stdio.h for
14475         sprintf.
14477 2002-09-10 16:52  martink
14479         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: updated
14480         signature
14482 2002-09-10 16:52  martink
14484         * Source/: cmMakefile.cxx, cmMakefile.h: updated makefile moved
14485         commands into cmake and fixed try compile
14487 2002-09-10 16:51  martink
14489         * Source/cmDumpDocumentation.cxx: moved dump docs into cmake
14491 2002-09-10 16:51  martink
14493         * Source/: cmake.h, cmake.cxx: moved commands into cmake
14495 2002-09-10 16:49  martink
14497         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14498         cmGlobalVisualStudio6Generator.cxx,
14499         cmGlobalVisualStudio6Generator.h,
14500         cmGlobalVisualStudio7Generator.cxx,
14501         cmGlobalVisualStudio7Generator.h: modified TryCompile
14503 2002-09-10 15:46  king
14505         * Source/: CMakeLists.txt, cmDynamicLoader.cxx, cmDynamicLoader.h,
14506         cmDynamicLoaderC.c: ERR: Cast from pointer-to-data to
14507         pointer-to-function is not allowed in C++.  The cast needed by
14508         cmDynamicLoader::GetSymbolAddress is now hidden in a C file.
14510 2002-09-10 15:40  king
14512         * Source/cmGlobalUnixMakefileGenerator.cxx: ERR: Fixes for comeau
14513         compiler.  NULL is a pointer of type void*, and cannot be compared
14514         directly with other pointer types.  We use 0 instead.  Also changed
14515         putenv to setenv for comeau on linux.
14517 2002-09-10 15:40  king
14519         * Source/cmStandardIncludes.h: ENH: Added definition of _BSD_SOURCE
14520         to enable proper use of POSIX functions on comeau in linux.
14522 2002-09-10 15:38  king
14524         * Source/cmSystemTools.cxx: ERR: Fix for borland on linux.  We
14525         cannot directly compare the st_dev and st_ino members of struct
14526         stat.  Use memcmp instead.
14528 2002-09-10 15:37  king
14530         * Source/cmLocalGenerator.cxx: ERR: Removed stray semi-colon.
14532 2002-09-10 15:36  king
14534         * Source/: cmMakefile.cxx, cmRegularExpression.cxx,
14535         cmRegularExpression.h, cmMakeDepend.cxx, cmLoadCommandCommand.cxx,
14536         cmCPluginAPI.cxx: ERR: Fixes for comeau compiler.  NULL is a
14537         pointer of type void*, and cannot be compared directly with other
14538         pointer types.  We use 0 instead.
14540 2002-09-10 15:36  king
14542         * Source/cmake.cxx: ERR: Fix for borland on linux.
14544 2002-09-10 13:32  barre
14546         * Modules/FindOpenGL.cmake: FIX: typo + bring back the
14547         OPENGL_gl_LIBRARY path that can be used to find GLU (was wiped out
14548         from FindGLU)
14550 2002-09-10 12:49  martink
14552         * Source/CMakeLists.txt: removed extra ENDIF
14554 2002-09-10 10:35  king
14556         * configure, configure.in: ERR: Went back to old-style test for
14557         -LANG:std on the SGI.
14559 2002-09-10 10:16  martink
14561         * Source/: cmEndIfCommand.cxx, cmIfCommand.cxx: better error
14562         checking on If statements
14564 2002-09-10 10:02  king
14566         * configure, configure.in: ERR: AC_SUBST replaced with AC_DEFINE. 
14567         Needed to get configure script to correctly setup cmConfigure.h.
14569 2002-09-10 09:51  king
14571         * Source/cmCommands.cxx: ERR: Removed accidental commit.
14573 2002-09-10 09:50  king
14575         * configure, configure.in, Source/cmCommands.cxx: BUG: Missing
14576         AC_SUBST commands added.
14578 2002-09-09 09:50  hoffman
14580         * Modules/FindOpenGL.cmake: Adding GLU to the OPENGL_LIBRARIES only
14581         if it is found.
14583 2002-09-08 10:15  martink
14585         * Source/: cmGlobalNMakeMakefileGenerator.cxx,
14586         cmGlobalVisualStudio6Generator.cxx,
14587         cmGlobalVisualStudio7Generator.cxx,
14588         cmLocalVisualStudio6Generator.cxx,
14589         cmLocalVisualStudio7Generator.cxx, cmake.cxx: compiler warnings
14591 2002-09-07 21:25  martink
14593         * Source/: cmGlobalGenerator.cxx,
14594         cmGlobalVisualStudio6Generator.cxx,
14595         cmGlobalVisualStudio7Generator.cxx: compiler warnings
14597 2002-09-07 21:22  martink
14599         * Source/cmLocalGenerator.h: compiler warning
14601 2002-09-07 21:18  martink
14603         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
14604         cmLocalBorlandMakefileGenerator.cxx: fix for borland compilers
14606 2002-09-06 18:05  king
14608         * Source/cmVTKWrapTclCommand.cxx: ERR: Fix for borland in generated
14609         code.  vtkCommand is ambiguously both a function and a class.
14611 2002-09-06 17:19  king
14613         * configure, configure.in, Templates/cconfigure,
14614         Templates/cconfigure.in, Templates/cxxconfigure,
14615         Templates/cxxconfigure.in: ENH: Improved configure test
14616         implementations by using AC_TRY_COMPILE.
14618 2002-09-06 16:30  martink
14620         * Source/cmLocalUnixMakefileGenerator.cxx: updated to fix the long
14621         depend line issue on Borland
14623 2002-09-06 14:03  starreveld
14625         * Modules/FindOpenGL.cmake: 
14626         ERR: Fix opengl finding on osx
14628 2002-09-06 13:56  barre
14630         * Modules/FindTCL.cmake: ENH: make stub stuff ADVANCED
14632 2002-09-06 13:04  martink
14634         * Source/: cmMakefile.cxx, cmMakefile.h, cmakemain.cxx,
14635         cmakewizard.cxx, CMakeLists.txt, Makefile.in,
14636         cmGlobalGenerator.cxx, cmGlobalUnixMakefileGenerator.cxx,
14637         cmLocalUnixMakefileGenerator.cxx: new arch
14639 2002-09-06 13:00  martink
14641         * Source/: MFCDialog/CMakeSetupDialog.cpp,
14642         MFCDialog/CMakeSetupDialog.h, cmaketest.cxx, cmake.cxx, cmake.h:
14643         new arch
14645 2002-09-06 13:00  martink
14647         * Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
14648         cmCursesMainForm.cxx, cmCursesMainForm.h: new architecture
14650 2002-09-06 11:47  hoffman
14652         * Templates/CMakeBorlandWindowsSystemConfig.cmake: fix comment
14654 2002-09-06 11:00  iscott
14656         * Modules/readme.txt: Add important missing word to documentation
14658 2002-09-06 10:55  iscott
14660         * Modules/readme.txt: More detailed information about consistent
14661         FindXXX.cmake files
14663 2002-09-06 10:47  hoffman
14665         * Source/cmUnixMakefileGenerator.cxx: ENH: use :: rule and not a
14666         long line extension
14668 2002-09-06 09:24  martink
14670         * Source/cmLocalUnixMakefileGenerator.cxx: minor fix
14672 2002-09-06 08:33  martink
14674         * Source/cmLocalUnixMakefileGenerator.cxx: minor fixes
14676 2002-09-05 12:00  iscott
14678         * Modules/: FindFLTK.cmake, FindGLUT.cmake, FindGTK.cmake,
14679         FindOpenGL.cmake, FindX11.cmake: Hide lots of values in the
14680         advanced list Fix some bugs OpenGL always needs X11 on Unix
14682 2002-09-05 09:04  martink
14684         * Source/cmLocalGenerator.h: made destructor virtual
14686 2002-09-05 08:22  martink
14688         * Source/cmDynamicLoader.cxx: removed some couts
14690 2002-09-04 15:46  martink
14692         * Source/cmCacheManager.h: made method public
14694 2002-09-04 15:28  martink
14696         * Source/cmLocalUnixMakefileGenerator.cxx: fixes
14698 2002-09-04 15:24  martink
14700         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14701         cmGlobalNMakeMakefileGenerator.cxx, cmLocalGenerator.cxx,
14702         cmLocalGenerator.h: updates
14704 2002-09-04 15:22  martink
14706         * Source/: cmGlobalVisualStudio6Generator.cxx,
14707         cmGlobalVisualStudio6Generator.h,
14708         cmLocalVisualStudio6Generator.cxx, cmLocalVisualStudio6Generator.h,
14709         cmGlobalVisualStudio7Generator.cxx,
14710         cmGlobalVisualStudio7Generator.h,
14711         cmLocalVisualStudio7Generator.cxx, cmLocalVisualStudio7Generator.h:
14712         new arch
14714 2002-09-04 15:22  martink
14716         * Source/: cmGlobalBorlandMakefileGenerator.cxx,
14717         cmGlobalBorlandMakefileGenerator.h,
14718         cmLocalBorlandMakefileGenerator.cxx,
14719         cmLocalBorlandMakefileGenerator.h: first cut a new arch
14721 2002-09-04 11:17  martink
14723         * Tests/Wrapping/CMakeLists.txt: fixed test for new cmake
14725 2002-09-04 09:24  king
14727         * Modules/FindOpenGL.cmake: ERR: Still need to define
14728         OPENGL_INCLUDE_PATH in addition to the standard OPENGL_INCLUDE_DIR
14729         for backward compatability.
14731 2002-09-03 12:29  iscott
14733         * Modules/FindMFC.cmake: A simple FindMFC module for consistency
14735 2002-09-03 10:41  hoffman
14737         * Source/cmUnixMakefileGenerator.cxx: BUG: use windows paths for
14738         utility depends
14740 2002-09-03 10:41  hoffman
14742         * Source/cmMSDotNETGenerator.cxx: BUG: bug for more than one custom
14743         commands
14745 2002-09-03 09:14  iscott
14747         * Modules/Dart.cmake: Dart now has a configure option
14749 2002-09-03 09:00  iscott
14751         * Modules/FindPNG.cmake: I copied a bit too much VXL functionality
14752         here. Oops
14754 2002-09-03 08:33  iscott
14756         * Modules/FindPerl.cmake: Added PERL_FOUND
14758 2002-09-03 08:24  iscott
14760         * Modules/FindMPEG.cmake: Add an MPEG finder in the new format -
14761         functionality copied from VXL.
14763 2002-09-03 06:10  iscott
14765         * Modules/: FindAVIFile.cmake, FindGLU.cmake, FindGLUT.cmake,
14766         FindJPEG.cmake, FindOpenGL.cmake, FindPNG.cmake, FindTIFF.cmake,
14767         FindX11.cmake: Fixed mistake in comments Transferred OPENGL finding
14768         logic in from VXL Added Some backwards compatibility with CMake1.4
14770 2002-09-02 17:34  iscott
14772         * Modules/: FindFLTK.cmake, FindGTK.cmake: Moved FLTK and GTK to
14773         new FindXXX scheme. Imported some functionality from VXL
14775 2002-09-02 17:33  iscott
14777         * Modules/FindX11.cmake: small bug fixes
14779 2002-09-02 17:29  iscott
14781         * Source/cmFLTKWrapUICommand.cxx: FLTK_FLUID_EXE ->
14782         FLTK_FLUID_EXECUTABLE because Module files are moving to consistent
14783         scheme
14785 2002-09-02 16:59  iscott
14787         * Modules/: FindQt.cmake, FindTIFF.cmake: Fix Bugs
14789 2002-09-02 16:24  iscott
14791         * Modules/FindZLIB.cmake: This file should not be empty
14793 2002-09-02 15:49  iscott
14795         * Modules/: FindZLIB.cmake, FindZLib.cmake: Moved FindZLib.cmake to
14796         FindZLIB.cmake
14798 2002-09-02 15:46  iscott
14800         * Modules/: FindPNG.cmake, FindX11.cmake, FindZLib.cmake: Copied
14801         the X11 PNG and ZLIB functoinality from VXL
14803 2002-09-02 14:08  iscott
14805         * Modules/: FindPNG.cmake, FindZLib.cmake: Adding Zlib and PNG find
14806         modules in the new format
14808 2002-09-02 12:58  iscott
14810         * Modules/FindTIFF.cmake: This Find Module is in the new style
14812 2002-09-02 12:05  iscott
14814         * Modules/: FindJPEG.cmake, FindQt.cmake, FindWget.cmake,
14815         FindZLib.cmake: Add helpful message for QT Windows users Add
14816         FindZLib in new format Move FindJPEG and FINDWGET over to new
14817         scheme
14819 2002-09-02 07:03  iscott
14821         * Modules/FindAVIFile.cmake, Modules/FindQt.cmake,
14822         Modules/LinkQT.cmake, Modules/readme.txt,
14823         Source/cmQTWrapCPPCommand.cxx, Source/cmQTWrapUICommand.cxx: Define
14824         a single expected format for the values defined in every
14825         FindXXX.cmake file.  Upgrade all the QT functionality to use the
14826         new FindXXX.cmake format Add a module for AVIFile.
14828 2002-08-30 16:01  martink
14830         * Source/: cmGlobalUnixMakefileGenerator.cxx,
14831         cmGlobalUnixMakefileGenerator.h, cmLocalUnixMakefileGenerator.cxx,
14832         cmLocalUnixMakefileGenerator.h, cmGlobalNMakeMakefileGenerator.cxx,
14833         cmGlobalNMakeMakefileGenerator.h,
14834         cmLocalNMakeMakefileGenerator.cxx, cmLocalNMakeMakefileGenerator.h:
14835         in progress
14837 2002-08-30 16:00  martink
14839         * Source/: cmGlobalGenerator.cxx, cmGlobalGenerator.h,
14840         cmLocalGenerator.cxx, cmLocalGenerator.h: in progress checkin
14842 2002-08-30 09:54  hoffman
14844         * Tests/: Complex/Executable/CMakeLists.txt,
14845         ComplexOneConfig/Executable/CMakeLists.txt,
14846         ComplexRelativePaths/Executable/CMakeLists.txt: add rpcrt4.lib
14847         because of CMakeLib needing it
14849 2002-08-29 09:45  martink
14851         * Source/cmCPluginAPI.cxx: extern C fixes
14853 2002-08-28 16:35  martink
14855         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx,
14856         cmCursesMainForm.h: some changes in cachemanager and singletons
14858 2002-08-28 16:34  martink
14860         * Source/cmaketest.cxx: no more singletons
14862 2002-08-28 16:33  martink
14864         * Tests/: Complex/Executable/CMakeLists.txt,
14865         ComplexOneConfig/Executable/CMakeLists.txt,
14866         ComplexRelativePaths/Executable/CMakeLists.txt: now needs dynlib
14867         support
14869 2002-08-28 15:08  king
14871         * Utilities/: cmake_release_config_cygwin,
14872         cmake_release_unix_build.sh, cmake_release_unix_config.sh,
14873         cmake_release_unix_package.sh: ENH: Moved build of source tarball
14874         to package script.
14876 2002-08-28 14:51  martink
14878         * Source/: cmCPluginAPI.cxx, cmCacheManager.cxx, cmCacheManager.h,
14879         cmCommands.cxx, cmFindPathCommand.cxx, cmFindProgramCommand.cxx,
14880         cmLoadCacheCommand.cxx, cmLoadCommandCommand.cxx,
14881         cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
14882         cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmMakefile.cxx,
14883         cmMakefile.h, cmMakefileGenerator.cxx, cmMakefileGenerator.h,
14884         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
14885         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
14886         cmVariableRequiresCommand.cxx, cmake.cxx, cmake.h, cmakemain.cxx,
14887         cmakewizard.cxx, cmakewizard.h, MFCDialog/CMakeSetup.cpp,
14888         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
14889         MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h: changed cache
14890         manager and registered generators to no longer be singletons
14892 2002-08-28 14:49  martink
14894         * Source/: cmTryCompileCommand.cxx, cmTryCompileCommand.h: an early
14895         checking not complete
14897 2002-08-28 14:33  hoffman
14899         * Source/cmBorlandMakefileGenerator.cxx,
14900         Source/cmMSDotNETGenerator.cxx,
14901         Source/cmNMakeMakefileGenerator.cxx,
14902         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
14903         Templates/EXEWinHeader.dsptemplate,
14904         Templates/staticLibHeader.dsptemplate: ENH: add include paths to rc
14905         program for resource generation
14907 2002-08-28 10:43  king
14909         * Utilities/setup.hint: ENH: Incremented version number for 1.4-4
14911 2002-08-28 10:40  king
14913         * Utilities/: cmake-cygwin.README, setup.hint: ENH: Adding cygwin
14914         installation files to branch.
14916 2002-08-28 10:28  hoffman
14918         * Utilities/: cmake-cygwin.README, cmake_release_config_cygwin,
14919         setup.hint: [no log message]
14921 2002-08-28 09:30  king
14923         * Utilities/cmake_release_config_darwin: Switched to release branch
14924         tag instead of sticky tag.
14926 2002-08-28 09:27  king
14928         * Utilities/cmake_release_config_darwin: ENH: Adding release
14929         configuration for darwin.
14931 2002-08-28 09:07  king
14933         * Utilities/cmake_release_unix_package.sh: BUG: Don't erase tarball
14934         directory in packaging step in case there is a source tarball
14935         there.
14937 2002-08-28 09:04  hoffman
14939         * Utilities/: cmake_release_unix_config.sh,
14940         cmake_release_unix_package.sh: cygwin release
14942 2002-08-28 08:51  king
14944         * Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
14945         cmake_release_config_linux, cmake_release_config_sun: ENH: Updated
14946         release script configuration for CMake release 1.4.4.
14948 2002-08-27 14:45  andy
14950         * Source/cmSourceFile.cxx: Fix bug in trying to set stding with
14951         null
14953 2002-08-27 09:43  hoffman
14955         * Source/: CMakeLists.txt, cmLoadCommandCommand.cxx: ENH: fix
14956         warnings
14958 2002-08-27 08:36  martink
14960         * Source/: CMakeLists.txt, cmCommands.cxx: fixed bootstrap build to
14961         not use LoadCOmmandCOmmand
14963 2002-08-26 15:22  martink
14965         * Source/: cmGetSourceFilePropertyCommand.cxx,
14966         cmGetSourceFilePropertyCommand.h: updated to match the SET
14968 2002-08-26 15:20  martink
14970         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
14971         ComplexRelativePaths/CMakeLists.txt: added new form of Set source
14972         file properties command
14974 2002-08-26 10:52  martink
14976         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h, cmCommands.cxx,
14977         cmLoadCommandCommand.cxx: now uses stubs
14979 2002-08-26 08:53  martink
14981         * Source/cmSetSourceFilesPropertiesCommand.cxx: fixed bug maybe
14983 2002-08-23 17:00  hoffman
14985         * Templates/cxxconfigure, Templates/cxxconfigure.in, configure,
14986         configure.in: try another flag for the dec compiler...
14988 2002-08-23 16:25  hoffman
14990         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
14991         ComplexRelativePaths/CMakeLists.txt: no more dll for plugin
14993 2002-08-23 16:15  martink
14995         * Tests/: Complex/Executable/CMakeLists.txt,
14996         ComplexOneConfig/Executable/CMakeLists.txt,
14997         ComplexRelativePaths/Executable/CMakeLists.txt: remoevd shared lib
14999 2002-08-23 16:12  martink
15001         * Source/: cmCPluginAPI.h, cmCacheManager.h, cmDirectory.h,
15002         cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.h,
15003         cmake.h, CMakeLists.txt, cmListFileCache.h, cmMakefile.h,
15004         cmMakefileGenerator.h, cmakewizard.h: removed shared lib support
15006 2002-08-23 16:12  martink
15008         * Source/cmaketest.cxx: memory issue
15010 2002-08-23 15:11  martink
15012         * Source/: cmVTKMakeInstantiatorCommand.cxx, cmCacheManager.h,
15013         cmCPluginAPI.cxx: compiler warnings
15015 2002-08-23 13:47  hoffman
15017         * Tests/: Complex/Executable/CMakeLists.txt,
15018         ComplexOneConfig/Executable/CMakeLists.txt,
15019         ComplexRelativePaths/Executable/CMakeLists.txt: BUG: fix for cygwin
15021 2002-08-23 13:46  hoffman
15023         * Source/: CMakeLists.txt, cmCacheManager.cxx, cmCacheManager.h,
15024         cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx,
15025         CursesDialog/CMakeLists.txt, CursesDialog/form/CMakeLists.txt,
15026         MFCDialog/CMakeSetup.cpp: BUG: add explicit clean up of the
15027         cachemanager at exit of programs, so dll destruction is not a
15028         problem.
15030 2002-08-23 09:09  hoffman
15032         * Source/cmNMakeMakefileGenerator.cxx: remove use of
15033         getpropertyasbool
15035 2002-08-22 17:06  hoffman
15037         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
15038         ComplexRelativePaths/CMakeLists.txt: BUG: fix for borland and a
15039         shared CMakeLib
15041 2002-08-22 16:57  hoffman
15043         * Tests/: Complex/CMakeLists.txt,
15044         Complex/Executable/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
15045         ComplexOneConfig/Executable/CMakeLists.txt,
15046         ComplexRelativePaths/CMakeLists.txt,
15047         ComplexRelativePaths/Executable/CMakeLists.txt: BUG: fix for
15048         borland and a shared CMakeLib
15050 2002-08-22 16:16  hoffman
15052         * Source/CMakeLists.txt: BUG: borland needs to have
15053         BUILD_SHARED_LIBS on for executables to work with c++
15055 2002-08-22 15:58  martink
15057         * Tests/: Complex/Executable/CMakeLists.txt,
15058         ComplexOneConfig/Executable/CMakeLists.txt,
15059         ComplexRelativePaths/Executable/CMakeLists.txt: complex test needs
15060         the dll
15062 2002-08-22 14:41  martink
15064         * Source/cmCPluginAPI.cxx: minor warning fix
15066 2002-08-22 14:40  iscott
15068         * Modules/FindAVIFile.cmake: file FindAVIFile.cmake was initially
15069         added on branch tidy_modules.
15071 2002-08-22 14:40  iscott
15073         * Modules/readme.txt: file readme.txt was initially added on branch
15074         tidy_modules.
15076 2002-08-22 14:40  iscott
15078         * Modules/: FindAVIFile.cmake, readme.txt: Some more explanation of
15079         a consistent scheme
15081 2002-08-22 11:37  hoffman
15083         * configure, configure.in, Templates/cxxconfigure,
15084         Templates/cxxconfigure.in: BUG: fix for OSF compiler to use ansi
15085         mode for streams
15087 2002-08-22 11:12  hoffman
15089         * Source/cmNMakeMakefileGenerator.cxx: BUG: use c flags for
15090         cprograms, and do not use large command lines for linking
15092 2002-08-22 09:17  martink
15094         * Source/cmCPluginAPI.cxx: fixed some warnings
15096 2002-08-22 09:11  martink
15098         * Source/cmSetSourceFilesPropertiesCommand.cxx: fixed some warnings
15100 2002-08-22 09:10  martink
15102         * Source/cmCPluginAPI.h: fixed nested comment
15104 2002-08-22 08:25  martink
15106         * Source/CursesDialog/CMakeLists.txt: added lib
15108 2002-08-21 15:52  king
15110         * Utilities/cmake_release_unix_package.sh: ENH: Added -files to end
15111         of internal binary tarball to distinguish from the outer tarball's
15112         name.
15114 2002-08-21 15:37  martink
15116         * Source/CursesDialog/cmCursesMainForm.cxx: minor fixes for new
15117         cache api
15119 2002-08-21 13:15  martink
15121         * Source/: cmMakefile.cxx, cmMakefile.h, cmCPluginAPI.cxx: minor
15122         bug
15124 2002-08-21 12:02  martink
15126         * Source/MFCDialog/: CMakeLists.txt, CMakeSetupDialog.cpp: support
15127         for dll
15129 2002-08-21 12:01  martink
15131         * Source/: cmMakefileGenerator.h, cmMakefile.h: dll support
15133 2002-08-21 12:00  martink
15135         * Source/cmRegularExpression.h: made into dll
15137 2002-08-21 11:59  martink
15139         * Source/: cmake.h, cmakewizard.h, cmakewizard.cxx: support for
15140         plugins
15142 2002-08-21 11:58  martink
15144         * Source/: cmLoadCommandCommand.cxx, cmLoadCommandCommand.h: adding
15145         plugin support
15147 2002-08-21 11:58  martink
15149         * Source/: cmDynamicLoader.cxx, cmDynamicLoader.h: added plugin
15150         support
15152 2002-08-21 11:55  martink
15154         * Source/: cmStandardIncludes.h, CMakeLists.txt,
15155         cmCacheManager.cxx, cmCacheManager.h, cmDirectory.h,
15156         cmSystemTools.h, cmListFileCache.h: made CMakeLib shared on windows
15158 2002-08-21 11:54  martink
15160         * Source/: cmCPluginAPI.cxx, cmCPluginAPI.h: added C Plugin API
15161         first cut
15163 2002-08-21 09:45  hoffman
15165         * Source/cmNMakeMakefileGenerator.cxx: BUG: use c compiler for link
15166         of c programs, and use temp file nmake syntax for linking c and c++
15167         programs
15169 2002-08-19 15:40  iscott
15171         * Modules/: FindQt.cmake, LinkQT.cmake: I have tested this with
15172         VXL/our internal code, and it works for me.
15174 2002-08-19 10:05  iscott
15176         * Modules/FindQt.cmake: I first go at a consistent FindXXX.cmake
15177         file
15179 2002-08-16 11:20  martink
15181         * Source/cmMacroCommand.cxx: minor fix
15183 2002-08-16 11:17  martink
15185         * Source/: cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx,
15186         cmSetSourceFilesPropertiesCommand.cxx,
15187         cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
15188         cmSourceFile.h, cmSourceFilesCommand.cxx, cmVTKWrapJavaCommand.cxx,
15189         cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
15190         cmGetSourceFilePropertyCommand.cxx, cmWrapExcludeFilesCommand.cxx,
15191         cmCreateTestSourceList.cxx, cmAbstractFilesCommand.cxx,
15192         cmAuxSourceDirectoryCommand.cxx, cmBorlandMakefileGenerator.cxx,
15193         cmDSPWriter.cxx, cmFLTKWrapUICommand.cxx, cmMSDotNETGenerator.cxx,
15194         cmMakeDepend.cxx, cmNMakeMakefileGenerator.cxx, cmTarget.cxx,
15195         cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx:
15196         modified how source files store properties
15198 2002-08-16 09:45  king
15200         * Source/cmVTKMakeInstantiatorCommand.cxx: ERR: unsigned int ->
15201         size_t.
15203 2002-08-16 09:31  king
15205         * Source/cmVTKMakeInstantiatorCommand.cxx: ENH: Changed check for
15206         which version of instantiators to generate to look for definition
15207         of VTK_USE_INSTANTIATOR_NEW instead of an extra argument to
15208         VTK_MAKE_INSTANTIATOR.
15210 2002-08-15 15:01  king
15212         * Source/: cmVTKMakeInstantiatorCommand.cxx,
15213         cmVTKMakeInstantiatorCommand.h: BUG: Added backward-compatability. 
15214         The old instantiator style will be used unless the argument
15215         USE_INSTANTIATOR_NEW is given to tell the command to make use of
15216         the instantiator new functions exported from each class's
15217         implementation file.
15219 2002-08-15 14:39  king
15221         * Source/: cmVTKMakeInstantiatorCommand.cxx,
15222         cmVTKMakeInstantiatorCommand.h: ENH: Improved generated
15223         instantiator to use extern declarations to wrappers around the
15224         New() methods.  This avoids the need to include each class's header
15225         in an instantiator source.  The instantiator class implementations
15226         can now fit in a single source file that compiles quickly.
15228 2002-08-15 09:34  hoffman
15230         * Source/cmNMakeMakefileGenerator.cxx: ENH: add -DWIN32 flag for
15231         builds
15233 2002-08-14 11:44  ibanez
15235         * Modules/FindFLTK.cmake: ENH: Platform dependent libraries added.
15237 2002-08-13 15:47  martink
15239         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
15240         ComplexRelativePaths/CMakeLists.txt: added macro test
15242 2002-08-13 15:46  martink
15244         * Source/: cmCommands.cxx, cmMacroCommand.cxx, cmMacroCommand.h:
15245         added new command
15247 2002-08-13 10:46  martink
15249         * Source/: cmExecProgramCommand.h, cmExecProgramCommand.cxx: merge
15250         from main tree
15252 2002-08-13 10:08  martink
15254         * CMakeLists.txt: added man page
15256 2002-08-13 10:05  martink
15258         * Source/cmCreateTestSourceList.cxx: some warning and purify fixes
15260 2002-08-13 10:04  martink
15262         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: IF Else improvements
15264 2002-08-13 10:03  martink
15266         * Source/: cmMakefile.cxx, cmMakefile.h: merges from the main
15267         branch
15269 2002-08-13 10:02  martink
15271         * Source/cmRemoveCommand.cxx: merge from main branch
15273 2002-08-13 10:01  martink
15275         * Copyright.txt: merge from the main branch
15277 2002-08-13 10:00  martink
15279         * cmake.1: updated from main branch
15281 2002-08-13 09:59  martink
15283         * Modules/: FindFLTK.cmake, FindTCL.cmake: updates from the main
15284         branch
15286 2002-08-12 08:39  martink
15288         * Source/cmElseCommand.cxx: compiler warning
15290 2002-08-09 12:00  martink
15292         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmMakefile.cxx:
15293         better IF ELSE handling
15295 2002-08-09 10:04  barre
15297         * Modules/FindTCL.cmake: FIX: fix commit messup (this change was
15298         committed to the branch instead of the main tree, thus was
15299         wiped-out later)
15301 2002-08-09 08:33  barre
15303         * Modules/FindwxWindows.cmake: FIX: - WINDOWS does not exist, use
15304         WIN32 (or defineWINDOWS if cygwin can not be used inUnix mode?), -
15305         fix an un-closed IF, - use same prefix for vars (and make it
15306         advanced)
15308 2002-08-09 07:55  andy
15310         * Modules/FindwxWindows.cmake: This hopefully finds wxWindows on
15311         UNIX
15313 2002-08-08 15:30  andy
15315         * Modules/FindwxWindows.cmake: Add UNIX support for WXWINDOWS
15317 2002-08-08 15:29  andy
15319         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
15320         return value support and add documentation
15322 2002-08-08 15:14  king
15324         * Copyright.txt: ENH: Updated copyright.
15326 2002-08-08 15:13  andy
15328         * Source/: cmExecProgramCommand.cxx, cmExecProgramCommand.h: Add
15329         option of storing output to the variable
15331 2002-08-08 13:41  barre
15333         * Modules/FindwxWindows.cmake: ENH: first stab at wxWindows support
15334         (win32)
15336 2002-08-08 12:49  king
15338         * CMakeLists.txt: ENH: Adding installation for man page.
15340 2002-08-08 12:30  hoffman
15342         * Source/cmUnixMakefileGenerator.cxx: BUG: handle .exe extension
15343         for cygwin
15345 2002-08-08 11:58  king
15347         * cmake.1: ENH: Initial checkin of unix manpage.
15349 2002-08-08 08:51  martink
15351         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
15352         and leaks
15354 2002-08-07 18:12  king
15356         * Utilities/: cmake_release_config_hpux, cmake_release_config_irix,
15357         cmake_release_config_linux, cmake_release_config_sun,
15358         cmake_release_unix.sh, cmake_release_unix_build.sh,
15359         cmake_release_unix_config.sh, cmake_release_unix_package.sh: ENH:
15360         Split install script into two parts.  Added basic support for
15361         adding more files to the distribution and creating packages.
15363 2002-08-07 11:01  martink
15365         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
15366         and leaks
15368 2002-08-07 10:30  martink
15370         * Source/cmCreateTestSourceList.cxx: fixed some compiler warnings
15371         and leaks
15373 2002-08-05 18:08  ibanez
15375         * Modules/FindFLTK.cmake: ENH: Images library added. Names for
15376         debuggin versions in windows added.
15378 2002-08-05 09:51  martink
15380         * Source/cmRemoveCommand.cxx: minor fix
15382 2002-08-02 13:43  ibanez
15384         * Modules/FindFLTK.cmake: FIX: names styles for fltkgl and
15385         fltkforms are different in windows and linux.       Both styles are
15386         now searched taking advantage of the NAMES option in      
15387         FIND_LIBRARY.
15389 2002-08-02 12:51  martink
15391         * Source/cmLinkDirectoriesCommand.cxx: duhhhhhh
15393 2002-08-02 08:50  martink
15395         * Source/: cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
15396         MFCDialog/CMakeSetupDialog.cpp, cmMakefile.h: updates from the main
15397         tree
15399 2002-08-01 23:05  barre
15401         * Source/cmFindLibraryCommand.cxx: FIX: put ExpandRegistryValue()
15402         back (seems to have been removed accidentally I guess in 1.25)
15404 2002-08-01 16:23  barre
15406         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: stupid pb fixed
15407         (close to being medieval'ed by The Ken)
15409 2002-08-01 15:58  martink
15411         * Source/cmLinkDirectoriesCommand.cxx: no longer need an argument
15413 2002-08-01 09:50  martink
15415         * Source/cmCreateTestSourceList.cxx,
15416         Source/cmCreateTestSourceList.h, Source/cmMakefile.h,
15417         Source/cmNMakeMakefileGenerator.cxx,
15418         Source/cmNMakeMakefileGenerator.h, Source/cmSystemTools.cxx,
15419         Source/cmUnixMakefileGenerator.cxx,
15420         Source/cmUnixMakefileGenerator.h, Source/cmVTKWrapTclCommand.cxx,
15421         Source/cmake.cxx, Source/MFCDialog/CMakeCommandLineInfo.cpp,
15422         Source/MFCDialog/CMakeCommandLineInfo.h,
15423         Source/MFCDialog/CMakeSetup.cpp,
15424         Source/MFCDialog/CMakeSetupDialog.cpp,
15425         Source/MFCDialog/CMakeSetupDialog.h, Tests/Complex/CMakeLists.txt,
15426         Tests/ComplexOneConfig/CMakeLists.txt,
15427         Tests/ComplexRelativePaths/CMakeLists.txt,
15428         Tests/TestDriver/CMakeLists.txt, Tests/TestDriver/test1.cxx,
15429         Tests/TestDriver/test2.cxx, Tests/TestDriver/testArgs.h,
15430         Tests/TestDriver/subdir/test3.cxx: merges from the main branch
15432 2002-08-01 08:41  martink
15434         * Modules/: FindGLU.cmake, FindJNI.cmake, FindOpenGL.cmake,
15435         FindTCL.cmake: merges from the main tree
15437 2002-07-31 13:45  hoffman
15439         * Source/: cmNMakeMakefileGenerator.cxx,
15440         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
15441         cmUnixMakefileGenerator.h: BUG: fix jump to directory and build for
15442         nmake if library path is not set. combine
15443         OutputBuildExecutableInDir and OutputBuildLibraryInDir into
15444         OutputBuildTargetInDir
15446 2002-07-31 11:08  martink
15448         * Tests/TestDriver/testArgs.h: minor fix for c tests
15450 2002-07-31 11:07  martink
15452         * Source/cmCreateTestSourceList.cxx: fixed support for C test
15453         programs
15455 2002-07-31 10:34  barre
15457         * Source/MFCDialog/CMakeSetupDialog.cpp: FIX: ConvertToOutputPath
15458         puts "" around path. Not compatible with GUI use.
15460 2002-07-31 09:29  barre
15462         * Source/cmCreateTestSourceList.cxx: FIX: <stdlib.h> is enough to
15463         get malloc()/free()
15465 2002-07-30 16:19  martink
15467         * Tests/TestDriver/: CMakeLists.txt, test1.cxx, test2.cxx,
15468         subdir/test3.cxx: updated to mods in command
15470 2002-07-30 16:18  martink
15472         * Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h:
15473         updated to handle extensions
15475 2002-07-30 10:33  barre
15477         * Source/cmCreateTestSourceList.cxx: FIX: la commande créait du
15478         code C++. Du code C devrait faire l'affaire.
15480 2002-07-30 10:23  barre
15482         * Source/cmCreateTestSourceList.cxx: FIX: la commande créait du
15483         code C++. Du code C devrait faire l'affaire.
15485 2002-07-29 09:46  barre
15487         * Modules/: FindTCL.cmake, FindTCL.cmake: ENH: change the search
15488         path order (if several Tcl/Tk are installed, the "current" version
15489         is likely to be the one that is bound to the wish/tclsh found in
15490         the PATH)
15492 2002-07-26 14:06  barre
15494         * Modules/: FindTCL.cmake, FindTCL.cmake: ENH: clean the module,
15495         add debug libs
15497 2002-07-26 10:14  king
15499         * Source/: cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h,
15500         cmITKWrapTclCommand.cxx, cmITKWrapTclCommand.h: BUG: Only one
15501         generated Tcl wrapper source was getting added to the package's
15502         library.
15504 2002-07-26 09:54  king
15506         * Source/cmVTKWrapTclCommand.cxx: BUG: Generated call to
15507         Tcl_CreateCommand for vtkCommand should cast pointer to extern "C"
15508         version.
15510 2002-07-25 16:47  king
15512         * Source/cmVTKWrapTclCommand.cxx: BUG: Generated vtkCommand
15513         prototype cannot be extern "C" because it may not match with the
15514         version in VTK.
15516 2002-07-25 16:41  andy
15518         * Source/cmSystemTools.cxx: Ok, now cd will work on windows
15520 2002-07-25 16:25  will
15522         * Source/cmVTKWrapTclCommand.cxx: fixed warning
15524 2002-07-25 11:17  barre
15526         * Modules/FindTCL.cmake: FIX: the stub libs were not searched
15528 2002-07-25 11:10  barre
15530         * Modules/FindTCL.cmake: FIX: the stub libs were not searched
15532 2002-07-25 09:16  martink
15534         * Source/cmMakefile.cxx: makefile now does not ignore NOTFOUND libs
15535         and includes
15537 2002-07-25 08:00  martink
15539         * Source/cmMakefile.cxx: makefile now ignores NOTFOUND libs and
15540         includes
15542 2002-07-22 11:03  king
15544         * Utilities/cmake_release_config_irix: ENH: Added release script
15545         configuration for IRIX build.
15547 2002-07-22 10:57  barre
15549         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: better Drag&Drop, and
15550         change source dir automatically when build dir is changed in the
15551         GUI
15553 2002-07-22 10:40  martink
15555         * Source/cmMakefile.h: updated to patch 1
15557 2002-07-22 10:34  martink
15559         * Templates/CXXCMakeSystemConfig.cmake.in: better docs and support
15560         for mising args
15562 2002-07-22 10:33  martink
15564         * Source/cmMakefile.cxx: now replaces args even if not defined
15566 2002-07-22 10:31  martink
15568         * Source/: cmAddDefinitionsCommand.cxx,
15569         cmIncludeDirectoryCommand.cxx, cmLinkLibrariesCommand.cxx,
15570         cmTargetLinkLibrariesCommand.cxx: allows less arguments changes
15571         from main tree
15573 2002-07-22 10:00  martink
15575         * Source/: cmIncludeDirectoryCommand.cxx,
15576         cmLinkLibrariesCommand.cxx: allows no arguments
15578 2002-07-21 19:12  barre
15580         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add Drag & Drop
15581         (directory, file, or CMakeCache), support for Shortcut too
15583 2002-07-21 15:56  barre
15585         * Source/MFCDialog/: CMakeCommandLineInfo.cpp,
15586         CMakeCommandLineInfo.h, CMakeSetupDialog.cpp, CMakeSetupDialog.h:
15587         ENH: add Drag & Drop (directory, file, or CMakeCache), support for
15588         Shortcut too
15590 2002-07-20 08:55  martink
15592         * Source/cmAddDefinitionsCommand.cxx: modified to accept no
15593         arguments
15595 2002-07-19 15:49  martink
15597         * Templates/CXXCMakeSystemConfig.cmake.in: fixed some empty
15598         descriptions
15600 2002-07-19 14:42  martink
15602         * Source/cmMakefile.cxx: full variable replacement and removal or
15603         empty arguments
15605 2002-07-19 14:40  martink
15607         * Source/cmTargetLinkLibrariesCommand.cxx: does not need a second
15608         argument
15610 2002-07-18 18:43  starreveld
15612         * Modules/: FindGLU.cmake, FindOpenGL.cmake: ERR: remove automatic
15613         Carbon framework on osx
15615 2002-07-17 16:33  martink
15617         * Source/cmInstallFilesCommand.cxx: fix for install with paths
15619 2002-07-17 15:57  martink
15621         * Source/cmInstallFilesCommand.cxx: fixe for files with paths
15623 2002-07-17 11:53  andy
15625         * Source/cmake.cxx: Fix changing of directories using cmSystemTools
15626         RunCommand feature
15628 2002-07-17 10:52  martink
15630         * Source/: cmForEachCommand.cxx, cmForEachCommand.h,
15631         cmMakefile.cxx: fix for IF statements inside of Foreach loops
15633 2002-07-17 10:48  martink
15635         * Source/cmForEachCommand.cxx, Source/cmForEachCommand.h,
15636         Source/cmMakefile.cxx, Tests/Complex/CMakeLists.txt,
15637         Tests/ComplexOneConfig/CMakeLists.txt,
15638         Tests/ComplexRelativePaths/CMakeLists.txt: fixed if statements
15639         inside a foreach
15641 2002-07-16 17:42  king
15643         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
15644         Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
15645         ComplexOneConfig/cmTestConfigure.h.in,
15646         ComplexOneConfig/Executable/complex.cxx,
15647         ComplexRelativePaths/CMakeLists.txt,
15648         ComplexRelativePaths/cmTestConfigure.h.in,
15649         ComplexRelativePaths/Executable/complex.cxx: ENH: Added test for IF
15650         inside a FOREACH.
15652 2002-07-15 11:37  king
15654         * Utilities/cmake_release_config_hpux: ENH: Adding release script
15655         configuration for HPUX.e
15657 2002-07-15 11:13  king
15659         * Utilities/cmake_release_config_sun: ENH: Added release
15660         configuration file for Sun.
15662 2002-07-15 10:48  king
15664         * Utilities/: cmake_release_config_linux, cmake_release_unix.sh:
15665         ENH: Made release script more generic for creating static and
15666         shared releases.
15668 2002-07-15 10:09  king
15670         * Utilities/cmake_release_config_linux: ENH: Release script
15671         configuration file for linux.
15673 2002-07-15 10:08  king
15675         * Utilities/cmake_release_unix.sh: ENH: Protoype unix release
15676         script.
15678 2002-07-15 09:55  king
15680         * Templates/CMakeLists.txt: ERR: CXXCMakeSystemConfig.cmake and
15681         CCMakeSystemConfig.cmake need .in extension.
15683 2002-07-15 09:46  king
15685         * Source/cmInstallFilesCommand.cxx: BUG: Only the last extension
15686         should be removed.
15688 2002-07-15 09:45  king
15690         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: BUG:
15691         INSTALL_FILES command should remove the extension of a file before
15692         adding the user provided extension.
15694 2002-07-15 09:44  king
15696         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmSystemTools.cxx,
15697         cmSystemTools.h: ENH: Added GetFilenameWithoutLastExtension.
15699 2002-07-15 09:23  king
15701         * Templates/CMakeLists.txt: ERR: Install for
15702         CXXCMakeSystemConfig.cmake and CCMakeSystemConfig.cmake need .in
15703         extension.
15705 2002-07-15 09:22  king
15707         * Modules/FindJNI.cmake: ENH: Added /usr/local/lib/java search
15708         paths.
15710 2002-07-15 08:44  martink
15712         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h: fix
15713         install target
15715 2002-07-12 11:17  martink
15717         * Modules/FindJava.cmake: merged module into branch
15719 2002-07-12 11:10  martink
15721         * Source/cmIfCommand.cxx: minor warning fix
15723 2002-07-11 14:58  martink
15725         * Source/cmIfCommand.cxx: fix warning
15727 2002-07-11 14:25  martink
15729         * Source/cmMakefile.cxx: merge from the main tree
15731 2002-07-11 14:20  hoffman
15733         * Source/cmMakefile.cxx: BUG: fix for compile with hp
15735 2002-07-11 14:03  martink
15737         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
15738         cmMakefile.cxx, cmMakefile.h: merged some updates, the IF checking
15740 2002-07-11 13:58  martink
15742         * Source/: cmUnixMakefileGenerator.cxx, cmVTKWrapTclCommand.cxx,
15743         cmake.cxx: updates from the main tree
15745 2002-07-10 16:07  martink
15747         * Source/cmVTKWrapTclCommand.cxx: fix warning on Sun
15749 2002-07-10 14:34  andy
15751         * Source/cmake.cxx: Add command that runs program in given
15752         directory
15754 2002-07-10 11:38  martink
15756         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
15757         cmMakefile.cxx, cmMakefile.h: better error handling with if
15758         statements
15760 2002-07-10 09:33  andy
15762         * Source/cmUnixMakefileGenerator.cxx: Fix problem when using NMake.
15763         This generated lines without space so nmake got all confused
15765 2002-07-08 09:30  andy
15767         * Modules/FindJava.cmake: Add module that finds java executables.
15768         This module should find java, javac, and jar.
15770 2002-07-02 09:58  martink
15772         * configure, configure.in: merges from main tree
15774 2002-07-02 09:56  martink
15776         * Modules/FindFLTK.cmake: merges with main tree
15778 2002-07-02 09:54  martink
15780         * Source/: cmAuxSourceDirectoryCommand.cxx,
15781         cmBorlandMakefileGenerator.cxx, cmCMakeMinimumRequired.cxx,
15782         cmConfigure.cmake.h.in, cmConfigure.h.in,
15783         cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
15784         cmDSWWriter.cxx, cmElseCommand.cxx, cmEnableTestingCommand.h,
15785         cmFLTKWrapUICommand.cxx, cmFindLibraryCommand.cxx,
15786         cmFunctionBlocker.h, cmGetFilenameComponentCommand.cxx,
15787         cmITKWrapTclCommand.cxx, cmIfCommand.cxx, cmIfCommand.h,
15788         cmInstallFilesCommand.cxx, cmLinkLibrariesCommand.cxx,
15789         cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmMakeDepend.cxx,
15790         cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
15791         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
15792         cmQTWrapCPPCommand.cxx, cmQTWrapUICommand.cxx, cmSourceFile.cxx,
15793         cmSourceFile.h, cmSourceFilesCommand.cxx,
15794         cmSourceFilesRemoveCommand.cxx, cmStandardIncludes.h,
15795         cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx,
15796         cmTargetLinkLibrariesCommand.cxx, cmUnixMakefileGenerator.cxx,
15797         cmUnixMakefileGenerator.h, cmVTKMakeInstantiatorCommand.cxx,
15798         cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
15799         cmVTKWrapTclCommand.cxx, cmWrapExcludeFilesCommand.cxx, cmake.cxx,
15800         cmake.h, ctest.cxx: massive merge from main tree
15802 2002-07-02 09:33  martink
15804         * Source/: cmFindLibraryCommand.cxx, cmMakefile.h,
15805         cmSystemTools.cxx, cmSystemTools.h: updates
15807 2002-07-02 08:24  martink
15809         * Source/: cmMakefile.cxx, cmMakefile.h: fixed warning
15811 2002-07-01 08:49  martink
15813         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h:
15814         consolidated IF handling and added checks for bad arguments
15816 2002-06-30 13:53  martink
15818         * Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
15819         fixed commands that were setting definitions in final pass to set
15820         definitions in initial pass
15822 2002-06-29 20:04  martink
15824         * Source/: cmQTWrapCPPCommand.cxx, cmVTKWrapJavaCommand.cxx,
15825         cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: fixed commands
15826         that were setting definitions in final pass to set definitions in
15827         initial pass
15829 2002-06-28 10:29  andy
15831         * Source/cmVTKWrapPythonCommand.cxx: Remove another warning in the
15832         python wrapping
15834 2002-06-28 10:18  martink
15836         * Source/cmSourceFile.h: performance fix
15838 2002-06-28 09:43  andy
15840         * Source/cmVTKWrapPythonCommand.cxx: Add removing of warnings and
15841         add comment about the file being generated in CMake
15843 2002-06-28 09:21  martink
15845         * Source/cmAuxSourceDirectoryCommand.cxx: bug fix for aux src dirs
15847 2002-06-28 08:57  martink
15849         * Source/: cmMakefile.cxx, cmSourceFile.h: minor cleanup
15851 2002-06-27 21:17  martink
15853         * Source/: cmMakefile.cxx, cmSourceFile.h: performance inprovements
15855 2002-06-27 16:47  martink
15857         * Source/cmMakefile.cxx: bug fix
15859 2002-06-27 16:42  martink
15861         * Source/: cmMakefile.cxx, cmSourceFilesCommand.cxx: bug fix
15863 2002-06-27 16:25  martink
15865         * Source/cmSourceFilesCommand.cxx: bug fix
15867 2002-06-27 16:05  martink
15869         * Tests/Simple/CMakeLists.txt: a minor fix to make my life easier
15871 2002-06-27 15:57  martink
15873         * Source/cmAuxSourceDirectoryCommand.cxx,
15874         Source/cmCreateTestSourceList.cxx, Source/cmDSWWriter.cxx,
15875         Source/cmFLTKWrapUICommand.cxx,
15876         Source/cmGetFilenameComponentCommand.cxx,
15877         Source/cmITKWrapTclCommand.cxx, Source/cmInstallFilesCommand.cxx,
15878         Source/cmLinkLibrariesCommand.cxx, Source/cmMSDotNETGenerator.cxx,
15879         Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
15880         Source/cmMakefile.h, Source/cmQTWrapCPPCommand.cxx,
15881         Source/cmQTWrapUICommand.cxx, Source/cmSourceFilesCommand.cxx,
15882         Source/cmSourceFilesRemoveCommand.cxx, Source/cmSystemTools.cxx,
15883         Source/cmSystemTools.h, Source/cmTarget.cxx,
15884         Source/cmTargetLinkLibrariesCommand.cxx,
15885         Source/cmUnixMakefileGenerator.cxx,
15886         Source/cmVTKMakeInstantiatorCommand.cxx,
15887         Source/cmVTKWrapJavaCommand.cxx, Source/cmVTKWrapPythonCommand.cxx,
15888         Source/cmVTKWrapTclCommand.cxx,
15889         Source/cmWrapExcludeFilesCommand.cxx,
15890         Tests/Complex/Library/CMakeLists.txt,
15891         Tests/ComplexOneConfig/Library/CMakeLists.txt,
15892         Tests/ComplexRelativePaths/Library/CMakeLists.txt: removed all
15893         source lists from the system and made them vectors. Also appended
15894         _CMAKE_PATH to the end of the automatic cache entries for
15895         executables and libraries. Odds of all these changes working are
15896         slim but cmake builds and passes all its tests. VTK40 starts
15897         building
15899 2002-06-27 09:35  king
15901         * Source/: cmake.cxx, cmake.h: BUG: CMake crashed if it failed to
15902         find its own executable.  Also added better error messages when
15903         this occurs.
15905 2002-06-25 09:59  hoffman
15907         * Tests/Simple/CMakeLists.txt: add a test with no extension
15909 2002-06-25 09:59  hoffman
15911         * Source/cmTarget.cxx: BUG: try to tell the difference between
15912         variables with sources and other variables
15914 2002-06-25 09:18  king
15916         * Source/cmStandardIncludes.h: BUG: Result from ostrstream::str()
15917         can be a null pointer.
15919 2002-06-24 18:19  king
15921         * Source/cmStandardIncludes.h: BUG: Attempt to fix
15922         ostrstream::str() wrapper for broken platforms.
15924 2002-06-24 16:42  martink
15926         * Source/cmTarget.cxx: modified to handle src list vectors without
15927         proper dollar signs
15929 2002-06-24 14:07  martink
15931         * Source/ctest.cxx: BUG: make sure windows paths are used for the
15932         command or it will not work for win 98
15934 2002-06-21 11:35  martink
15936         * Templates/: CXXCMakeSystemConfig.cmake.in, cxxconfigure,
15937         cxxconfigure.in: now looks for stringstream as well, from the main
15938         tree
15940 2002-06-21 11:25  martink
15942         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: fixed if matches bug
15944 2002-06-21 10:31  king
15946         * Source/cmStandardIncludes.h: ERR: using declaration to move
15947         streams into std namespace needs to bring up ostrstream and
15948         ostringstream, not strstream and stringstream.
15950 2002-06-21 10:26  king
15952         * Source/CursesDialog/form/frm_driver.c: ERR: Removed most of the
15953         repeated curses declarations.  The cause errors on other platforms.
15954          Grrrr..
15956 2002-06-21 09:25  king
15958         * Source/CursesDialog/form/frm_driver.c: ERR: Added function
15959         declarations from curses.h.  They are not present on some
15960         platforms.  Fixes warnings about implicit declarations.
15962 2002-06-21 09:00  king
15964         * Tests/: Complex/cmTestConfigure.h.in,
15965         ComplexOneConfig/cmTestConfigure.h.in,
15966         ComplexRelativePaths/cmTestConfigure.h.in: ENH: Added configuration
15967         of CMAKE_NO_ANSI_STRING_STREAM.  It is defined when the sstream
15968         header does not exist.
15970 2002-06-21 08:42  king
15972         * configure, Templates/cxxconfigure: ERR: Ran autoconf on
15973         corresponding fixes to configure.in and cxxconfigure.in.
15975 2002-06-21 08:39  hoffman
15977         * Templates/cxxconfigure.in: fix for sstream
15979 2002-06-21 08:38  hoffman
15981         * configure.in: fix to sstring stuff
15983 2002-06-20 10:39  hoffman
15985         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: modified MATCHES to
15986         handle non variables
15988 2002-06-20 10:20  king
15990         * Source/cmStandardIncludes.h: ERR: cmStringStream is taking the
15991         functionality of ostringstream and ostrstream, not stringstream and
15992         strstream.
15994 2002-06-20 10:19  king
15996         * Templates/CXXCMakeSystemConfig.cmake.in: BUG:
15997         CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the
15998         cxxconfigure results.
16000 2002-06-19 15:21  king
16002         * Source/: cmBorlandMakefileGenerator.cxx,
16003         cmCMakeMinimumRequired.cxx, cmConfigure.cmake.h.in,
16004         cmConfigure.h.in, cmNMakeMakefileGenerator.cxx,
16005         cmStandardIncludes.h, cmSystemTools.cxx,
16006         cmUnixMakefileGenerator.cxx, cmVTKMakeInstantiatorCommand.cxx,
16007         cmake.cxx: ENH: Added cmStringStream class to wrap
16008         std::stringstream or std::strstream depending on the platform.  The
16009         interface is that of std::stringstream, so no "ends" or
16010         "rdbuf()->freeze(0)" lines are needed.
16012 2002-06-19 15:09  king
16014         * configure, Templates/cxxconfigure: ENH: Re-ran autoconf to
16015         include changes to corresponding configure input.  This adds a test
16016         for the availability of sstream.
16018 2002-06-19 15:05  king
16020         * configure.in, Templates/cxxconfigure.in: ENH: Added test for
16021         sstream header.  Defines CMAKE_NO_ANSI_STRING_STREAM if the header
16022         doesn't exist.
16024 2002-06-19 14:35  barre
16026         * Source/cmSystemTools.cxx: ENH: FindLibrary supports .Net specific
16027         lib dirs
16029 2002-06-19 13:49  martink
16031         * Source/: cmCreateTestSourceList.cxx, cmCreateTestSourceList.h,
16032         cmEnableTestingCommand.h, cmFunctionBlocker.h, cmMakefile.h,
16033         cmTarget.cxx: merges from main tree
16035 2002-06-19 13:28  martink
16037         * Source/cmSourceFile.cxx: modified create test source to create a
16038         vector
16040 2002-06-19 13:14  martink
16042         * Modules/: Dart.cmake, FindGLU.cmake, FindGLUT.cmake,
16043         FindJNI.cmake, FindOpenGL.cmake, FindTclsh.cmake, FindX11.cmake:
16044         update dfrom main tree
16046 2002-06-19 12:51  martink
16048         * Source/cmCreateTestSourceList.cxx,
16049         Source/cmCreateTestSourceList.h, Source/cmSourceFile.cxx,
16050         Source/cmTarget.cxx, Tests/TestDriver/CMakeLists.txt: modified
16051         create test source to create a vector
16053 2002-06-19 08:57  king
16055         * Source/CursesDialog/form/fty_alpha.c: ERR: Fixed unused parameter
16056         warning.
16058 2002-06-19 07:28  hoffman
16060         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
16061         Tests/ComplexOneConfig/CMakeLists.txt,
16062         Tests/ComplexRelativePaths/CMakeLists.txt: [no log message]
16064 2002-06-18 17:20  king
16066         * Source/: cmEnableTestingCommand.h, cmFunctionBlocker.h,
16067         cmMakefile.cxx, cmSystemTools.cxx, cmTarget.cxx: ERR: Fixed
16068         compiler warnings.
16070 2002-06-18 17:20  king
16072         * Source/CursesDialog/: ccmake.cxx, cmCursesBoolWidget.cxx,
16073         cmCursesDummyWidget.cxx, cmCursesForm.h, cmCursesLabelWidget.cxx,
16074         cmCursesLongMessageForm.cxx, cmCursesMainForm.cxx: ERR: Fixed
16075         compiler warnings about unused parameters.
16077 2002-06-18 17:19  king
16079         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c,
16080         fty_alnum.c, fty_int.c, fty_ipv4.c, fty_num.c, fty_regex.c: ERR:
16081         Fixed compiler warnings when using strict ansi.
16083 2002-06-18 16:43  martink
16085         * Modules/Dart.cmake: fixed another bug
16087 2002-06-18 16:35  martink
16089         * Modules/Dart.cmake: fixed bug
16091 2002-06-18 16:32  king
16093         * Source/ctest.cxx: ERR: Fix for fprintf format warning.
16095 2002-06-18 16:30  king
16097         * Source/CursesDialog/form/frm_data.c: ERR: Attempt to fix warning
16098         on OSF about implicit declaration of winnstr.
16100 2002-06-18 14:26  barre
16102         * Modules/FindGLUT.cmake: ENH: add more paths for the HP
16104 2002-06-18 08:54  hoffman
16106         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
16107         Tests/ComplexOneConfig/CMakeLists.txt,
16108         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: try and fix link
16109         problem on dec
16111 2002-06-17 13:43  andy
16113         * Modules/FindJNI.cmake: Add debian Java paths
16115 2002-06-17 13:07  barre
16117         * Modules/: FindGLU.cmake, FindGLUT.cmake: FIX: GLU and GLUT flags
16118         for Mac OSX
16120 2002-06-14 16:49  barre
16122         * Modules/: FindCABLE.cmake, FindTclsh.cmake, FindX11.cmake: ENH:
16123         clean modules (doc, make stuff advanced, etc.)
16125 2002-06-14 16:38  hoffman
16127         * Modules/Dart.cmake: ENH: change so that on all make based systems
16128         all dart targets are added
16130 2002-06-14 11:46  barre
16132         * Modules/: FindGLU.cmake, FindGLUT.cmake: ENH: use
16133         OPENGL_LIBRARY_PATH as additional search path
16135 2002-06-14 11:45  barre
16137         * Modules/FindOpenGL.cmake: ENH: define OPENGL_LIBRARY_PATH (path
16138         to OPENGL_LIBRARY) so that it can be used to search for other
16139         OpenGL-related libs
16141 2002-06-14 11:31  barre
16143         * Modules/FindGLU.cmake: FIX: bug, the wrong include file was
16144         searched.
16146 2002-06-14 10:37  barre
16148         * Source/: cmFindLibraryCommand.cxx, cmSystemTools.cxx,
16149         cmSystemTools.h: ENH: FindLibrary can now use the makefile to add
16150         some compiler-specific lib search path (depending on the
16151         generator).
16153 2002-06-14 10:35  barre
16155         * Modules/FindGLUT.cmake: ENH/FIX: Glut should be found, not set.
16156         Add search path for Cygwin
16158 2002-06-13 14:45  barre
16160         * Modules/FindGLUT.cmake: FIX: comply with the way OpenGL libs are
16161         set in FindOpenGL and FindGLU
16163 2002-06-13 11:48  barre
16165         * Modules/: FindGLU.cmake, FindGLUT.cmake, FindOpenGL.cmake: ENH:
16166         make all OpenGL libs advanced, and add support for glu lib with
16167         Borland
16169 2002-06-12 09:46  hoffman
16171         * Source/MFCDialog/CMakeSetup.cpp: fix warning
16173 2002-06-11 14:54  martink
16175         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
16176         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
16177         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: some fixes
16178         for dot net and spaces
16180 2002-06-11 14:25  hoffman
16182         * Source/: cmNMakeMakefileGenerator.cxx,
16183         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
16184         cmUnixMakefileGenerator.h: use lower case and not short path for
16185         uniq paths on window
16187 2002-06-11 14:25  hoffman
16189         * Source/cmMSDotNETGenerator.cxx: only allow unique configurations
16191 2002-06-11 14:15  hoffman
16193         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: BUG: fix
16194         dot net for paths with spaces
16196 2002-06-11 12:16  hoffman
16198         * Source/cmMSDotNETGenerator.cxx: BUG: RelativePath should not be
16199         quoted in output files even if it has spaces
16201 2002-06-11 11:19  martink
16203         * Source/cmUnixMakefileGenerator.cxx: some win98 depend problems
16205 2002-06-11 11:01  hoffman
16207         * Source/cmUnixMakefileGenerator.cxx: ENH: don't use short paths in
16208         the output
16210 2002-06-11 10:43  hoffman
16212         * Source/cmUnixMakefileGenerator.cxx: use short path to get unique
16213         path names for depend path output
16215 2002-06-11 09:14  hoffman
16217         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: ERR:
16218         Fixed sun CC warnings.
16220 2002-06-10 14:21  martink
16222         * Source/: cmMakeDepend.cxx, cmMakeDepend.h, CMakeLists.txt: joins
16223         with the head
16225 2002-06-10 14:19  martink
16227         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: now includes current
16228         include files directory when searching for files it includes
16230 2002-06-10 11:33  hoffman
16232         * Source/CMakeLists.txt: BUG: cmake needs it's own directory for
16233         includes, so depends work
16235 2002-06-10 09:50  hoffman
16237         * ChangeLog.txt: new changes for 1.4
16239 2002-06-10 09:35  martink
16241         * Source/cmMakefile.h: updated revision
16243 2002-06-10 09:33  martink
16245         * Modules/: FindGLUT.cmake, FindPythonLibs.cmake: updated from main
16246         branch
16248 2002-06-10 08:53  andy
16250         * Modules/FindPythonLibs.cmake: Oops, forgot the library name
16252 2002-06-10 08:52  andy
16254         * Modules/FindPythonLibs.cmake: Add search for python 2.2
16256 2002-06-07 08:39  ibanez
16258         * Modules/FindFLTK.cmake: FIX: {} were missing around
16259         FLTK_*_LIBRARY.
16261 2002-06-06 17:49  ibanez
16263         * Modules/FindFLTK.cmake: FIX: The final test is done now over
16264         FLTK_LIBRARY instead of FLTK_LIBRARY_PATH
16266 2002-06-06 15:28  ibanez
16268         * Modules/FindFLTK.cmake: ENH: Support for FLTK1.1 and FLTK1.0.11
16269         added. An option allows to select      between the two versions.
16271 2002-06-06 15:00  martink
16273         * CMake.rtf: updates
16275 2002-06-06 11:53  hoffman
16277         * Source/: Makefile.borland, Makefile.borland: ENH: remove borland
16278         bootstrap makefile
16280 2002-06-06 08:49  hoffman
16282         * Modules/FindGLUT.cmake: fix for glut on win32
16284 2002-06-05 13:31  martink
16286         * Source/cmMakefile.h: updated revision
16288 2002-06-05 13:30  martink
16290         * Source/cmMakefile.h: updated rev
16292 2002-06-05 13:24  martink
16294         * Source/MFCDialog/CMakeSetup.dsp: now uses bootstrap
16296 2002-06-05 13:22  martink
16298         * Source/ccommand.cxx: merged ccommand into cmake
16300 2002-06-05 09:11  martink
16302         * Source/: CMakeLib.dsp, DumpDocumentation.dsp, ccommand.dsp,
16303         cmake.dsp, ctest.dsp: uses executabke bootstrap
16305 2002-06-03 13:40  martink
16307         * Tests/: Complex/Library/CMakeLists.txt,
16308         ComplexOneConfig/Library/CMakeLists.txt,
16309         ComplexRelativePaths/Library/CMakeLists.txt: changed CCOMMAND to
16310         CMAKE
16312 2002-06-03 13:08  martink
16314         * Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator.cxx,
16315         Source/cmNMakeMakefileGenerator.cxx, Source/cmake.cxx,
16316         Source/cmake.h, Source/cmakemain.cxx, Tests/Complex/CMakeLists.txt,
16317         Tests/ComplexOneConfig/CMakeLists.txt,
16318         Tests/ComplexRelativePaths/CMakeLists.txt: removed ccommand use
16319         cmake now
16321 2002-06-03 11:06  martink
16323         * CMake.rtf: updated
16325 2002-06-03 10:25  hoffman
16327         * Source/: cmMakefile.cxx, cmTarget.cxx: ENH: only add _LIB_DEPEND
16328         information for libraries and modules
16330 2002-05-31 08:39  martink
16332         * Source/cmSystemTools.cxx: fixed bug in get short path for quoted
16333         paths
16335 2002-05-29 15:00  perera
16337         * Source/cmTarget.cxx: BUG: never make a target depend on itself.
16338         This was causing unnecessary library duplication, resulting in link
16339         errors on some platforms.
16341 2002-05-29 09:56  king
16343         * Source/cmUnixMakefileGenerator.cxx: BUG: MAKEFLAGS does not need
16344         to be passed on command line.  It is automatically set by make in
16345         environment for recursive call.
16347 2002-05-28 08:56  martink
16349         * Source/: cmake.cxx, cmake.h: remobed bootstrap
16351 2002-05-28 08:50  martink
16353         * bootstrap.exe, ccommand.exe: different bootstrap command
16355 2002-05-27 10:29  barre
16357         * Tests/: Complex/VarTests.cmake, Complex/Executable/complex.cxx,
16358         ComplexOneConfig/VarTests.cmake,
16359         ComplexOneConfig/Executable/complex.cxx,
16360         ComplexRelativePaths/VarTests.cmake,
16361         ComplexRelativePaths/Executable/complex.cxx: ENH: add tests for
16362         LESS, GREATER, STRLESS, STRGREATER (IF command)
16364 2002-05-23 13:27  hoffman
16366         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
16367         ComplexRelativePaths/CMakeLists.txt: ENH: increse coverage
16369 2002-05-23 13:23  hoffman
16371         * Source/cmSystemTools.cxx, Source/cmSystemTools.h,
16372         Tests/Complex/CMakeLists.txt, Tests/Complex/Executable/complex.cxx,
16373         Tests/ComplexOneConfig/CMakeLists.txt,
16374         Tests/ComplexOneConfig/Executable/complex.cxx,
16375         Tests/ComplexRelativePaths/CMakeLists.txt,
16376         Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: increase
16377         coverage
16379 2002-05-23 13:04  hoffman
16381         * Tests/: Complex/CMakeLists.txt,
16382         Complex/cmTestConfigureEscape.h.in, Complex/Executable/complex.cxx,
16383         ComplexOneConfig/CMakeLists.txt,
16384         ComplexOneConfig/cmTestConfigureEscape.h.in,
16385         ComplexOneConfig/Executable/complex.cxx,
16386         ComplexRelativePaths/CMakeLists.txt,
16387         ComplexRelativePaths/cmTestConfigureEscape.h.in,
16388         ComplexRelativePaths/Executable/complex.cxx: add a test for escape
16389         quotes and configure file
16391 2002-05-23 10:36  martink
16393         * bootstrap.exe, ccommand.exe: added win32 bootstrap support
16395 2002-05-23 10:34  martink
16397         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: only add test
16398         target if testing is enabled and ctest is found
16400 2002-05-23 10:33  martink
16402         * Source/cmake.cxx: minor bootstap fixes
16404 2002-05-23 10:32  martink
16406         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: adde
16407         less greater
16409 2002-05-22 13:20  hoffman
16411         * Source/cmAddCustomCommandCommand.cxx: ENH: add list expansion
16412         back
16414 2002-05-22 09:48  hoffman
16416         * Source/: cmMSDotNETGenerator.cxx, cmMSProjectGenerator.cxx,
16417         cmUnixMakefileGenerator.cxx: ENH: enable cxx by default if no
16418         languages have been enabled
16420 2002-05-22 09:48  hoffman
16422         * Source/cmSystemTools.cxx: ENH: better comment processing
16424 2002-05-22 09:47  hoffman
16426         * Source/: ctest.cxx, ctest.h: ENH: fix depend problem
16428 2002-05-18 16:09  starreveld
16430         * Modules/FindOpenGL.cmake: find openGL in Carbon
16432 2002-05-15 17:23  martink
16434         * Source/: cmake.cxx, cmake.h: added initial attempt to support
16435         win32 bootstrapping
16437 2002-05-15 11:11  berk
16439         * Source/cmSystemTools.cxx: RunCommand now checks whether the
16440         process died abnormally (on Unix)
16442 2002-05-14 08:42  andy
16444         * Modules/FindWish.cmake: Add better detection of wish 8.2
16446 2002-05-12 11:32  barre
16448         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: add
16449         no_system_path option to FindProgram so that the PATH is ignored
16451 2002-05-12 11:31  barre
16453         * Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h:
16454         ENH/FIX: add NO_SYSTEM_PATH option + fix command usage
16456 2002-05-12 11:31  barre
16458         * Source/cmFindLibraryCommand.h: FIX: command usage
16460 2002-05-11 22:28  perera
16462         * Source/cmTarget.cxx: FIX: Remove assert since it was breaking
16463         IRIX builds.
16465 2002-05-10 14:06  millerjv
16467         * Source/cmTarget.cxx: FIX: Const reference to a set needs a
16468         const_iterator. (.NET build error)
16470 2002-05-10 13:35  perera
16472         * Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
16473         Tests/Dependency/CMakeLists.txt,
16474         Tests/Dependency/Eight/CMakeLists.txt,
16475         Tests/Dependency/Eight/EightSrc.c,
16476         Tests/Dependency/Exec2/CMakeLists.txt,
16477         Tests/Dependency/Exec2/ExecMain.c,
16478         Tests/Dependency/Exec3/CMakeLists.txt,
16479         Tests/Dependency/Exec3/ExecMain.c,
16480         Tests/Dependency/Exec4/CMakeLists.txt,
16481         Tests/Dependency/Exec4/ExecMain.c,
16482         Tests/Dependency/Seven/CMakeLists.txt,
16483         Tests/Dependency/Seven/SevenSrc.c, Tests/LinkLine/CMakeLists.txt,
16484         Tests/LinkLine/Exec.c, Tests/LinkLine/One.c, Tests/LinkLine/Two.c:
16485         BUG: Correct some of the dependency analysis code.  - Make sure the
16486         original link line is untouched - Avoid duplicating the link line
16487         when supporting version < 1.4 - Make sure the cyclic dependencies
16488         and such are output correctly in   complicated cases.  - Avoid
16489         outputing dependencies that are already satisfied on the original  
16490         link line when possible.
16492 2002-05-10 08:54  king
16494         * Source/cmSystemTools.cxx: ERR: Added variable initializer.
16496 2002-05-09 09:33  hoffman
16498         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx, cmTarget.cxx,
16499         cmTarget.h, cmUnixMakefileGenerator.cxx: ENH: change set<string> to
16500         set<cmStdString>  to avoid long symbols that crash ar on solaris
16502 2002-05-08 17:45  king
16504         * Tests/Wrapping/: CMakeLists.txt, itkWrapperConfig.cxx: ENH: Added
16505         coverage test for ITK_WRAP_TCL.  Doesn't actually invoke CABLE.
16507 2002-05-08 17:45  king
16509         * Source/cmITKWrapTclCommand.cxx: ENH: Added dependency hack to
16510         support wrapping test.
16512 2002-05-08 17:37  king
16514         * Source/cmITKWrapTclCommand.cxx: BUG: Need to use
16515         CMAKE_CXX_COMPILER, not CXX, to get the C++ compiler name.
16517 2002-05-08 13:11  king
16519         * Source/: cmCommands.cxx, cmITKWrapTclCommand.cxx,
16520         cmITKWrapTclCommand.h: ENH: Added ITK Tcl wrapping command.
16522 2002-05-08 10:27  martink
16524         * Source/Makefile.borland: ENH: add clean command
16526 2002-05-08 09:43  hoffman
16528         * Source/MFCDialog/CMakeCommandLineInfo.cpp: ENH: take cmake style
16529         command line options so edit_cache works
16531 2002-05-08 09:05  hoffman
16533         * Source/cmake.cxx: ENH: fix cmake to work without ccommand.
16535 2002-05-08 08:46  hoffman
16537         * Source/cmBorlandMakefileGenerator.cxx: BUG: short path does not
16538         work on bcc32
16540 2002-05-07 11:03  hoffman
16542         * Source/CursesDialog/ccmake.cxx: ENH: add -B option to specify the
16543         build directory, so make edit_cache will work
16545 2002-05-07 09:11  hoffman
16547         * Source/cmUnixMakefileGenerator.cxx: WNG: remove a warning
16549 2002-05-07 09:03  hoffman
16551         * CMake.rtf: ENH: update with docs about the targets
16553 2002-05-07 09:02  hoffman
16555         * Source/: cmBorlandMakefileGenerator.cxx,
16556         cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
16557         cmake.cxx: ENH: add an edit_cache target that runs ccmake or
16558         CMakeSetup
16560 2002-05-03 18:10  hoffman
16562         * Tests/: Complex/Library/CMakeLists.txt,
16563         ComplexOneConfig/Library/CMakeLists.txt,
16564         ComplexRelativePaths/Library/CMakeLists.txt: fix borland test
16566 2002-05-03 16:34  hoffman
16568         * Source/: cmMakefile.cxx, cmTarget.cxx, cmTarget.h: ENH: rework
16569         library depend stuff
16571 2002-05-03 00:27  perera
16573         * Source/CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h,
16574         Tests/Dependency/CMakeLists.txt: - bug fix where paths weren't
16575         being output when LIB_OUT_PATH *isn't* used - test case for above
16576         mentioned bug - more comments. Comments are good.
16578 2002-05-02 19:09  hoffman
16580         * Source/cmTarget.cxx: check for optimized or debug library adds
16582 2002-05-02 16:13  hoffman
16584         * Source/: cmTarget.cxx, cmTarget.h: remove canonical conversion
16585         for lib names
16587 2002-05-02 15:56  hoffman
16589         * Source/: cmMakefile.cxx, cmMakefile.h, cmTarget.cxx: make it
16590         backwards compatible with old cmake
16592 2002-05-02 15:10  hoffman
16594         * Source/CMakeLists.txt, Source/cmMakefile.cxx,
16595         Source/cmTarget.cxx, Tests/Complex/Library/CMakeLists.txt,
16596         Tests/ComplexOneConfig/Library/CMakeLists.txt,
16597         Tests/ComplexRelativePaths/Library/CMakeLists.txt: Debug optimized
16598         cache fixes
16600 2002-05-02 13:41  perera
16602         * Source/: cmTarget.cxx, cmTarget.h: BUG: The library paths should
16603         stay with the libraries during dependency analysis.
16605 2002-05-02 13:17  hoffman
16607         * Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
16608         Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
16609         Source/cmTarget.h, Source/cmTargetLinkLibrariesCommand.cxx,
16610         Source/cmUnixMakefileGenerator.cxx,
16611         Tests/Complex/Executable/CMakeLists.txt,
16612         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
16613         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
16614         Tests/Dependency/Exec/CMakeLists.txt,
16615         Tests/Dependency/Six/CMakeLists.txt: ENH: change LINK_LIBRARY to
16616         add to targets
16618 2002-05-02 08:54  andy
16620         * configure, configure.in: Revert to make it work again
16622 2002-05-02 08:46  andy
16624         * configure, configure.in: Improve bootstrap on UNIX. Now it
16625         bootstraps into a separate directory.
16627 2002-05-02 02:27  perera
16629         * Source/cmTarget.cxx: BUG: if a_LIBS_DEPENDS exists but is empty,
16630         there are no explicit dependencies.
16632 2002-05-01 22:03  millerjv
16634         * Source/MFCDialog/PropertyList.cpp: FIX: If current selection was
16635         "NOTFOUND", then selecting the browser      would crash since a "/"
16636         could not be found in the current selection.
16638 2002-05-01 16:33  perera
16640         * Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
16641         Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.cxx,
16642         Tests/Dependency/CMakeLists.txt: ENH: Make the LinkLibraries
16643         command contribute dependencies towards AddLibraries.
16645 2002-05-01 16:24  perera
16647         * Tests/Dependency/: CMakeLists.txt, Exec/CMakeLists.txt,
16648         Exec/ExecMain.c, Six/CMakeLists.txt, Six/SixASrc.c, Six/SixBSrc.c:
16649         ENH: Make the LinkLibraries command contribute dependencies towards
16650         AddLibraries.
16652 2002-05-01 14:00  perera
16654         * Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
16655         Source/cmDSWWriter.cxx, Source/cmMSDotNETGenerator.cxx,
16656         Source/cmMakefile.cxx, Source/cmMakefile.h,
16657         Source/cmNMakeMakefileGenerator.cxx, Source/cmTarget.cxx,
16658         Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
16659         Tests/Dependency/CMakeLists.txt,
16660         Tests/Dependency/Exec/CMakeLists.txt,
16661         Tests/Dependency/Exec/ExecMain.c,
16662         Tests/Dependency/Five/CMakeLists.txt,
16663         Tests/Dependency/Five/FiveSrc.c,
16664         Tests/Dependency/Four/CMakeLists.txt,
16665         Tests/Dependency/Four/FourSrc.c,
16666         Tests/Dependency/NoDepA/CMakeLists.txt,
16667         Tests/Dependency/NoDepA/NoDepASrc.c,
16668         Tests/Dependency/NoDepB/CMakeLists.txt,
16669         Tests/Dependency/NoDepB/NoDepBSrc.c,
16670         Tests/Dependency/NoDepC/CMakeLists.txt,
16671         Tests/Dependency/NoDepC/NoDepCSrc.c,
16672         Tests/Dependency/One/CMakeLists.txt, Tests/Dependency/One/OneSrc.c,
16673         Tests/Dependency/Three/CMakeLists.txt,
16674         Tests/Dependency/Three/ThreeSrc.c,
16675         Tests/Dependency/Two/CMakeLists.txt, Tests/Dependency/Two/TwoSrc.c:
16676         ENH: Add library dependency analysis.
16678 2002-05-01 11:34  berk
16680         * Source/CursesDialog/: ccmake.cxx,
16681         cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
16682         cmCursesMainForm.cxx, cmCursesMainForm.h: The entry widgets are now
16683         created with what is initially available on the terminal.
16685 2002-05-01 10:12  berk
16687         * Source/: cmIncludeCommand.cxx, cmMakefile.cxx: Reformatted the
16688         error printed by cmMakefile.
16690 2002-04-30 21:48  hoffman
16692         * Source/CMakeLists.txt: ENH: allow cmake tests to be run without
16693         dart.
16695 2002-04-30 17:49  hoffman
16697         * CMakeLists.txt, Source/CMakeLists.txt: create tests without Dart
16699 2002-04-30 17:45  hoffman
16701         * Source/cmVTKMakeInstantiatorCommand.cxx: ENH: replace freeze with
16702         delete
16704 2002-04-30 16:58  hoffman
16706         * Templates/: cconfigure, cconfigure.in: ENH: remove -fPIC for AIX
16707         gnu
16709 2002-04-30 15:33  hoffman
16711         * Source/cmMSDotNETGenerator.cxx: ENH: fix relwithdebinfo
16713 2002-04-30 14:01  hoffman
16715         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
16716         Complex/Executable/complex.cxx, ComplexOneConfig/CMakeLists.txt,
16717         ComplexOneConfig/cmTestConfigure.h.in,
16718         ComplexOneConfig/Executable/complex.cxx,
16719         ComplexRelativePaths/CMakeLists.txt,
16720         ComplexRelativePaths/cmTestConfigure.h.in,
16721         ComplexRelativePaths/Executable/complex.cxx: ENH: add test for
16722         SEPARATE_ARGUMENTS
16724 2002-04-30 14:00  hoffman
16726         * Source/: cmCommands.cxx, cmSeparateArgumentsCommand.cxx,
16727         cmSeparateArgumentsCommand.h: ENH: add new command to separate
16728         space separated arguments
16730 2002-04-30 14:00  hoffman
16732         * Source/: cmBorlandMakefileGenerator.cxx, cmCacheManager.cxx: ENH:
16733         do not use count, find for map lookup
16735 2002-04-30 12:58  hoffman
16737         * Source/cmMakefile.cxx: ENH: improve speed of GetSource function
16739 2002-04-30 08:09  hoffman
16741         * Source/cmUnixMakefileGenerator.cxx: BUG: look for -l anywhere in
16742         link library entry not just the begining of the line
16744 2002-04-29 10:23  hoffman
16746         * Source/cmMakefile.cxx: BUG: make sure link directories are not
16747         duplicated
16749 2002-04-29 09:20  hoffman
16751         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: remove warning about
16752         changing generators
16754 2002-04-29 08:27  hoffman
16756         * Templates/: cconfigure, cconfigure.in: use multiple rpath options
16757         for sgi
16759 2002-04-28 16:14  perera
16761         * Source/: cmLinkLibrariesCommand.cxx,
16762         cmTargetLinkLibrariesCommand.cxx: ENH: Make it unnecessary to ever
16763         specify LINK_DIRECTORIES for any library generated in this project,
16764         even when LIBRARY_OUTPUT_PATH is set.
16766 2002-04-26 21:45  hoffman
16768         * Source/cmUnixMakefileGenerator.cxx: ENH: remove redirections for
16769         output of make commands as some things are lost
16771 2002-04-26 12:43  hoffman
16773         * Source/cmUnixMakefileGenerator.cxx: COM: just fix up a comment
16775 2002-04-26 12:42  hoffman
16777         * Templates/CCMakeSystemConfig.cmake.in: correct c flags for shared
16778         links
16780 2002-04-26 12:21  hoffman
16782         * Source/cmUnixMakefileGenerator.cxx,
16783         Templates/CCMakeSystemConfig.cmake.in,
16784         Templates/CMakeSystemConfig.cmake.in: BUG: fix shared links for cc
16785         on hp
16787 2002-04-26 09:55  hoffman
16789         * Source/cmBuildNameCommand.cxx: ENH: fix build name
16791 2002-04-26 09:35  hoffman
16793         * Source/cmSiteNameCommand.cxx: ENH: look for nslookup and hostname
16794         in the right places
16796 2002-04-26 09:22  will
16798         * CMake.pdf: ENH:New pdf for CMake
16800 2002-04-26 09:17  martink
16802         * CMake.rtf: updated for 1.4
16804 2002-04-26 09:11  martink
16806         * Source/cmSourceFilesRemoveCommand.cxx: dprecated
16808 2002-04-26 08:59  martink
16810         * Source/Makefile.borland: fixed up again duh
16812 2002-04-25 16:29  martink
16814         * Source/Makefile.borland: updated to build ccommand
16816 2002-04-25 15:40  hoffman
16818         * Modules/Dart.cmake, Source/cmSiteNameCommand.cxx: fix up hostname
16819         for windows
16821 2002-04-25 13:11  hoffman
16823         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: give a warning when
16824         switching generators to match the cache
16826 2002-04-25 13:09  hoffman
16828         * Source/cmake.cxx: ENH: check for mismatched generators
16830 2002-04-25 07:59  hoffman
16832         * Source/: ccommand.cxx, cmCMakeMinimumRequired.cxx,
16833         cmOptionCommand.cxx: WAR: remove warnings for .NET compiler
16835 2002-04-24 10:08  andy
16837         * Source/: .cvsignore, MFCDialog/.cvsignore: Add cvsignore so that
16838         you do not see visual stufio files when you do cvs update
16840 2002-04-23 16:16  berk
16842         * Source/: cmake.cxx, CursesDialog/ccmake.cxx,
16843         CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h:
16844         Exit ccmake on fatal errors.
16846 2002-04-23 12:18  hoffman
16848         * Source/cmUnixMakefileGenerator.cxx: ENH: clean up depend output
16850 2002-04-23 11:33  hoffman
16852         * Source/cmUnixMakefileGenerator.cxx: ENH: add depends for utility
16853         targets
16855 2002-04-22 15:16  barre
16857         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
16858         Templates/CMakeWindowsSystemConfig.cmake,
16859         Source/cmNMakeMakefileGenerator.cxx,
16860         Source/cmUnixMakefileGenerator.cxx: ENH: make CMake less
16861         verbose/precious
16863 2002-04-22 15:05  perera
16865         * Source/CursesDialog/: CMakeLists.txt, form/CMakeLists.txt: BUG:
16866         Changed from SOURCE_FILES to SET
16868 2002-04-22 14:29  barre
16870         * Source/cmNMakeMakefileGenerator.cxx: ENH: need CMAKE_LINKER_FLAGS
16872 2002-04-22 14:22  barre
16874         * Source/: cmNMakeMakefileGenerator.cxx,
16875         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
16876         cmUnixMakefileGenerator.h: ENH: make CMake less verbose/precious
16878 2002-04-22 14:18  martink
16880         * Tests/: Complex/Executable/CMakeLists.txt,
16881         ComplexOneConfig/Executable/CMakeLists.txt,
16882         ComplexRelativePaths/Executable/CMakeLists.txt: duhZ
16884 2002-04-22 11:51  martink
16886         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
16887         Complex/Executable/CMakeLists.txt,
16888         Complex/Executable/cmVersion.h.in, Complex/Executable/complex.cxx,
16889         ComplexOneConfig/CMakeLists.txt,
16890         ComplexOneConfig/cmTestConfigure.h.in,
16891         ComplexOneConfig/Executable/CMakeLists.txt,
16892         ComplexOneConfig/Executable/cmVersion.h.in,
16893         ComplexOneConfig/Executable/complex.cxx,
16894         ComplexRelativePaths/CMakeLists.txt,
16895         ComplexRelativePaths/cmTestConfigure.h.in,
16896         ComplexRelativePaths/Executable/CMakeLists.txt,
16897         ComplexRelativePaths/Executable/cmVersion.h.in,
16898         ComplexRelativePaths/Executable/complex.cxx: fixed for remove
16899         COMMAND
16901 2002-04-22 11:50  martink
16903         * Source/: CMakeLists.txt, cmCommands.cxx, cmRemoveCommand.cxx,
16904         cmRemoveCommand.h: updated for 1.4
16906 2002-04-22 11:49  martink
16908         * Source/MFCDialog/CMakeLists.txt: updated
16910 2002-04-19 15:28  hoffman
16912         * Source/cmTargetLinkLibrariesCommand.cxx,
16913         Tests/Simple/CMakeLists.txt, Tests/Simple/simple.cxx,
16914         Tests/Simple/simpleLib.cxx: BUG: add link directories for target
16915         link libraries and add a test for it
16917 2002-04-19 14:03  martink
16919         * Source/: cmAbstractFilesCommand.cxx, cmSourceFilesCommand.cxx,
16920         cmWrapExcludeFilesCommand.cxx: added deprecated warnings for
16921         version 1.4 or later
16923 2002-04-19 13:05  hoffman
16925         * Source/cmCMakeMinimumRequired.h: ENH: fix doc line
16927 2002-04-19 12:49  martink
16929         * Source/cmNMakeMakefileGenerator.cxx: renamed unix to unixPath for
16930         compile error
16932 2002-04-19 11:49  hoffman
16934         * Source/cmNMakeMakefileGenerator.cxx: BUG: fix short path on files
16935         that do not exist
16937 2002-04-19 09:00  hoffman
16939         * Source/cmUnixMakefileGenerator.cxx: BUG: try to make sure a
16940         depend file only has one rule
16942 2002-04-19 08:27  hoffman
16944         * Source/: cmSystemTools.cxx, cmake.cxx: BUG: fix SameFile function
16945         for windows, and compare source directories
16947 2002-04-18 16:13  martink
16949         * Source/cmUnixMakefileGenerator.cxx: BUG: work with spaces in the
16950         path
16952 2002-04-18 15:58  andy
16954         * Source/cmUnixMakefileGenerator.cxx: Make quotes and echos to work
16955         on unix (hopefully)
16957 2002-04-18 15:58  andy
16959         * Modules/FindMPI.cmake: Add mpi search paths for Debian
16961 2002-04-18 14:51  hoffman
16963         * Source/cmake.cxx: ENH: use home not start
16965 2002-04-18 14:19  hoffman
16967         * Source/cmake.cxx: ENH: check for mis-matched source directories
16969 2002-04-18 13:44  hoffman
16971         * Source/cmUnixMakefileGenerator.cxx: BUG: quote the echo commands
16973 2002-04-18 13:12  hoffman
16975         * Source/cmSystemTools.cxx: BUG: do escaped semi-colon better
16977 2002-04-18 12:02  hoffman
16979         * Source/cmMessageCommand.cxx, Source/cmSystemTools.cxx,
16980         Tests/Complex/CMakeLists.txt,
16981         Tests/ComplexOneConfig/CMakeLists.txt,
16982         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: add ability to
16983         escape semi-colons
16985 2002-04-18 11:52  martink
16987         * configure, configure.in: ENH: handle spaces in paths for cygwin
16988         bootstrap
16990 2002-04-18 07:58  hoffman
16992         * Source/cmCMakeMinimumRequired.cxx: BUG: add missing include
16994 2002-04-18 07:57  hoffman
16996         * Source/: CMakeLib.dsp, Makefile.borland: BUG: fix bootstrap build
16997         makefiles
16999 2002-04-17 16:16  hoffman
17001         * Source/cmAbstractFilesCommand.cxx,
17002         Source/cmAddCustomCommandCommand.cxx,
17003         Source/cmCMakeMinimumRequired.cxx, Source/cmCMakeMinimumRequired.h,
17004         Source/cmCommands.cxx, Source/cmOptionCommand.cxx,
17005         Tests/Complex/CMakeLists.txt, Tests/Complex/cmTestConfigure.h.in,
17006         Tests/Complex/Executable/complex.cxx,
17007         Tests/ComplexOneConfig/CMakeLists.txt,
17008         Tests/ComplexOneConfig/cmTestConfigure.h.in,
17009         Tests/ComplexOneConfig/Executable/complex.cxx,
17010         Tests/ComplexRelativePaths/CMakeLists.txt,
17011         Tests/ComplexRelativePaths/cmTestConfigure.h.in,
17012         Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: backwards
17013         compatible for VTK 4.0, add cmake version requires
17015 2002-04-17 14:58  king
17017         * Tests/Wrapping/CMakeLists.txt: ENH: Removed tests for commands
17018         that no longer exist.
17020 2002-04-17 14:54  king
17022         * Source/: CMakeLists.txt, Makefile.in, cmCableClassSet.cxx,
17023         cmCableClassSet.h, cmCableClassSetCommand.cxx,
17024         cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
17025         cmCableWrapTclCommand.h, cmCommands.cxx,
17026         cmConfigureGccXmlCommand.cxx, cmConfigureGccXmlCommand.h,
17027         cmMakefile.cxx: ENH: Removed out-of-date commands CABLE_WRAP_TCL
17028         CABLE_CLASS_SET and CONFIGURE_GCCXML
17030 2002-04-17 14:52  king
17032         * Modules/FindCABLE.cmake: ENH: Updated for latest Cable from CVS. 
17033         Old alpha version of Cable is no longer supported.
17035 2002-04-17 14:51  king
17037         * Modules/FindGCCXML.cmake: ENH: Updated for version 0.2 of
17038         GCC-XML.
17040 2002-04-17 14:39  hoffman
17042         * Source/cmUnixMakefileGenerator.cxx: ENH: use convert to output
17043         path for depend files
17045 2002-04-17 08:28  hoffman
17047         * Modules/FindOpenGL.cmake: better to find mac opengl
17049 2002-04-17 08:15  hoffman
17051         * Templates/: CCMakeSystemConfig.cmake.in,
17052         CXXCMakeSystemConfig.cmake.in: more advanced values
17054 2002-04-17 08:09  hoffman
17056         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
17057         ComplexRelativePaths/CMakeLists.txt: ENH: more coverage
17059 2002-04-16 13:48  barre
17061         * Source/cmSystemTools.cxx: Syntax seemed to be confusing according
17062         to the Bill
17064 2002-04-16 09:28  barre
17066         * Source/ccommand.cxx: FIX: warning
17068 2002-04-15 09:09  hoffman
17070         * Source/cmSystemTools.cxx: use stream not sprintf
17072 2002-04-15 08:48  barre
17074         * Source/cmSystemTools.cxx: ENH: FilesDiffer checks for 0 byte
17075         files
17077 2002-04-14 15:32  barre
17079         * Source/cmSystemTools.cxx: ENH: more paranoid checkings
17081 2002-04-12 13:28  barre
17083         * Source/MFCDialog/CMakeSetup.rc: ENH: make GUI slighlty larger to
17084         accomodate long paths
17086 2002-04-12 12:05  barre
17088         * Source/cmSystemTools.cxx: FIX: iostream binary flag should be
17089         used for cygwin too
17091 2002-04-12 09:57  barre
17093         * Source/cmSystemTools.cxx: FIX: fix UMR
17095 2002-04-11 18:59  barre
17097         * Source/ccommand.cxx: ENH: also displays command output
17099 2002-04-11 18:17  barre
17101         * Source/ccommand.cxx: can be used to time commands (time() &
17102         clock())
17104 2002-04-11 17:02  hoffman
17106         * Source/cmFindFileCommand.h, Source/cmFindLibraryCommand.h,
17107         Source/cmFindPathCommand.h, Source/cmFindProgramCommand.h,
17108         Source/cmIncludeCommand.cxx, Source/cmListFileCache.cxx,
17109         Source/cmMakefile.cxx, Source/cmSystemTools.cxx,
17110         Tests/Complex/Executable/complex.cxx,
17111         Tests/ComplexOneConfig/Executable/complex.cxx,
17112         Tests/ComplexRelativePaths/Executable/complex.cxx: ENH: speed
17113         improvements
17115 2002-04-11 16:58  starreveld
17117         * Source/cmUnixMakefileGenerator.cxx: 
17118         
17119         Allow modules to build properly again. (broken when Cxx testing was
17120         added)
17122 2002-04-11 11:30  barre
17124         * Tests/: Complex/Executable/CMakeLists.txt,
17125         ComplexOneConfig/Executable/CMakeLists.txt,
17126         ComplexRelativePaths/Executable/CMakeLists.txt: ENH: increase
17127         coverage
17129 2002-04-11 10:29  hoffman
17131         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
17132         ENH: clean up utility rule generation
17134 2002-04-11 10:11  barre
17136         * Tests/: Complex/Library/CMakeLists.txt,
17137         ComplexOneConfig/Library/CMakeLists.txt,
17138         ComplexRelativePaths/Library/CMakeLists.txt: ENH: use target as
17139         source if source is empty
17141 2002-04-11 10:05  barre
17143         * Source/: cmAddCustomCommandCommand.cxx,
17144         cmAddCustomCommandCommand.h: ENH: use target as source if source is
17145         empty
17147 2002-04-11 09:53  barre
17149         * Source/: cmNMakeMakefileGenerator.cxx,
17150         cmUnixMakefileGenerator.cxx: FIX: echo pb, make Nmake gen use Unix
17151         gen, factorize stuff in Unix gen
17153 2002-04-10 17:33  barre
17155         * Tests/: Complex/Executable/complex.cxx,
17156         Complex/Library/CMakeLists.txt,
17157         ComplexOneConfig/Executable/complex.cxx,
17158         ComplexOneConfig/Library/CMakeLists.txt,
17159         ComplexRelativePaths/Executable/complex.cxx,
17160         ComplexRelativePaths/Library/CMakeLists.txt: ENH: add a test to
17161         check if more than one post-build command can be attached. it fails
17162         right now.
17164 2002-04-10 16:45  andy
17166         * Source/cmUnixMakefileGenerator.cxx: Fix problem with custom
17167         commands on unix
17169 2002-04-10 12:13  king
17171         * Source/cmaketest.cxx: ERR: UseIt() missing return type.
17173 2002-04-10 11:23  hoffman
17175         * Tests/: Complex/Library/testConly.c,
17176         ComplexOneConfig/Library/testConly.c,
17177         ComplexRelativePaths/Library/testConly.c: ENH: only check flag on
17178         unix
17180 2002-04-10 08:38  hoffman
17182         * Source/cmaketest.cxx: fix warning
17184 2002-04-09 12:22  hoffman
17186         * Tests/: Complex/Library/testConly.h,
17187         ComplexOneConfig/Library/testConly.h,
17188         ComplexRelativePaths/Library/testConly.h,
17189         Complex/Executable/complex.cxx,
17190         ComplexOneConfig/Executable/complex.cxx,
17191         ComplexRelativePaths/Executable/complex.cxx: ENH: check for compile
17192         flags and add back c flag to unix generator
17194 2002-04-09 12:15  hoffman
17196         * Source/cmUnixMakefileGenerator.cxx: ENH: check for compile flags
17197         and add back c flag to unix generator
17199 2002-04-09 12:02  hoffman
17201         * Tests/: Complex/Executable/CMakeLists.txt,
17202         Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
17203         Complex/Library/testConly.c,
17204         ComplexOneConfig/Executable/CMakeLists.txt,
17205         ComplexOneConfig/Executable/complex.cxx,
17206         ComplexOneConfig/Library/CMakeLists.txt,
17207         ComplexOneConfig/Library/testConly.c,
17208         ComplexRelativePaths/Executable/CMakeLists.txt,
17209         ComplexRelativePaths/Executable/complex.cxx,
17210         ComplexRelativePaths/Library/CMakeLists.txt,
17211         ComplexRelativePaths/Library/testConly.c: ENH: check for compile
17212         flags and add back c flag to unix generator
17214 2002-04-09 11:33  barre
17216         * DartConfig.cmake: ENH: quick stab at a rollup button
17218 2002-04-09 10:19  hoffman
17220         * Tests/: Complex/Library/testConly.c, Complex/Library/testConly.h,
17221         ComplexOneConfig/Library/testConly.c,
17222         ComplexOneConfig/Library/testConly.h,
17223         ComplexRelativePaths/Library/testConly.c,
17224         ComplexRelativePaths/Library/testConly.h: correct exports for
17225         windows
17227 2002-04-09 09:37  hoffman
17229         * Tests/: Complex/Library/sharedFile.h,
17230         ComplexOneConfig/Library/sharedFile.h,
17231         ComplexRelativePaths/Library/sharedFile.h: c not c++ comment
17233 2002-04-09 08:55  hoffman
17235         * DartConfig.cmake:  change EST to EDT
17237 2002-04-08 19:31  biddi
17239         * Source/cmSystemTools.cxx: ERR: ReplaceString didn't work properly
17240         if replace was longer than with as length added to start pos on
17241         next search was replaceLength  instead of withLength
17243 2002-04-08 15:01  hoffman
17245         * Templates/: CXXCMakeSystemConfig.cmake.in, cconfigure,
17246         cconfigure.in: [no log message]
17248 2002-04-08 13:36  hoffman
17250         * Source/cmExecProgramCommand.cxx,
17251         Source/cmUnixMakefileGenerator.cxx,
17252         Templates/CCMakeSystemConfig.cmake.in,
17253         Templates/CXXCMakeSystemConfig.cmake.in, Templates/cconfigure,
17254         Templates/cconfigure.in, Templates/cxxconfigure,
17255         Templates/cxxconfigure.in, Tests/Complex/Executable/CMakeLists.txt,
17256         Tests/Complex/Executable/complex.cxx,
17257         Tests/Complex/Library/CMakeLists.txt,
17258         Tests/Complex/Library/testConly.c,
17259         Tests/Complex/Library/testConly.h,
17260         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
17261         Tests/ComplexOneConfig/Executable/complex.cxx,
17262         Tests/ComplexOneConfig/Library/CMakeLists.txt,
17263         Tests/ComplexOneConfig/Library/testConly.c,
17264         Tests/ComplexOneConfig/Library/testConly.h,
17265         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
17266         Tests/ComplexRelativePaths/Executable/complex.cxx,
17267         Tests/ComplexRelativePaths/Library/CMakeLists.txt,
17268         Tests/ComplexRelativePaths/Library/testConly.c,
17269         Tests/ComplexRelativePaths/Library/testConly.h: ENH: use separate
17270         vars for creating c++ and c shared libraries and add a test for c
17271         libraries
17273 2002-04-05 12:08  hoffman
17275         * Source/cmProjectCommand.cxx: expand ; args
17277 2002-04-05 10:51  martink
17279         * Modules/Dart.cmake: improved finding purify on windows to use
17280         registry
17282 2002-04-05 09:39  hoffman
17284         * Source/: Makefile.borland, cmaketest.cxx, cmaketest.h.in: ENH:
17285         make sure the test tests the right cmake, and not the cmake used to
17286         bootstrap this cmake
17288 2002-04-05 07:22  hoffman
17290         * Tests/TestDriver/testArgs.h: ENH: add missing file
17292 2002-04-04 16:53  hoffman
17294         * Source/cmCreateTestSourceList.cxx,
17295         Source/cmCreateTestSourceList.h, Tests/TestDriver/CMakeLists.txt:
17296         ENH: add the ability to process command line arguments in the test
17297         driver before the test driver gets them
17299 2002-04-04 11:01  hoffman
17301         * Source/cmUnixMakefileGenerator.cxx,
17302         Templates/CXXCMakeSystemConfig.cmake.in, Templates/cxxconfigure,
17303         Templates/cxxconfigure.in: ENH: separate the ar program for cxx and
17304         c
17306 2002-04-04 10:08  hoffman
17308         * Templates/CMakeLists.txt: update install information
17310 2002-04-04 09:04  hoffman
17312         * Templates/: cxxconfigure, cxxconfigure.in: BUG: add system
17313         command back into script
17315 2002-04-03 16:14  hoffman
17317         * Source/cmExecProgramCommand.cxx, Source/cmExecProgramCommand.h,
17318         Source/cmNMakeMakefileGenerator.cxx, Source/cmSystemTools.cxx,
17319         Source/cmSystemTools.h, Source/cmaketest.cxx,
17320         Tests/Complex/CMakeLists.txt,
17321         Tests/ComplexOneConfig/CMakeLists.txt,
17322         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: fix more space
17323         problems, you can add args to the ExecProgram command separatly now
17325 2002-04-03 13:53  andy
17327         * Modules/FindTCL.cmake: More places to find TCL/TK for example on
17328         Debian
17330 2002-04-02 15:42  hoffman
17332         * CMake.rtf, Example/Demo/CMakeLists.txt,
17333         Example/Hello/CMakeLists.txt, Source/CMakeLists.txt,
17334         Source/cmBorlandMakefileGenerator.cxx,
17335         Source/cmBorlandMakefileGenerator.h, Source/cmDSWWriter.cxx,
17336         Source/cmMSDotNETGenerator.cxx, Source/cmMSDotNETGenerator.h,
17337         Source/cmMSProjectGenerator.cxx, Source/cmMSProjectGenerator.h,
17338         Source/cmMakefile.cxx, Source/cmMakefile.h,
17339         Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
17340         Source/cmNMakeMakefileGenerator.cxx,
17341         Source/cmNMakeMakefileGenerator.h, Source/cmProjectCommand.cxx,
17342         Source/cmProjectCommand.h, Source/cmSetCommand.cxx,
17343         Source/cmSetSourceFilesPropertiesCommand.h, Source/cmTarget.cxx,
17344         Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
17345         Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
17346         Templates/cconfigure, Templates/cconfigure.in,
17347         Templates/cxxconfigure, Templates/cxxconfigure.in,
17348         Tests/COnly/CMakeLists.txt, Tests/COnly/conly.c,
17349         Templates/configure, Templates/configure.in,
17350         Templates/CCMakeSystemConfig.cmake.in,
17351         Templates/CXXCMakeSystemConfig.cmake.in: ENH: add enable language
17352         support for PROJECT command, this means that a C only project can
17353         be built with cmake, even without a cxx compiler
17355 2002-04-01 14:58  barre
17357         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
17358         ComplexOneConfig/CMakeLists.txt,
17359         ComplexOneConfig/cmTestConfigure.h.in,
17360         ComplexRelativePaths/CMakeLists.txt,
17361         ComplexRelativePaths/cmTestConfigure.h.in,
17362         Complex/Executable/complex.cxx,
17363         ComplexOneConfig/Executable/complex.cxx,
17364         ComplexRelativePaths/Executable/complex.cxx: ENH: add test for
17365         registry-related functions (win32)
17367 2002-04-01 14:50  hoffman
17369         * Source/cmSystemTools.cxx: ENH: fix for regkey and ; separation
17371 2002-04-01 13:34  barre
17373         * Source/: ccommand.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
17374         add functions to API (read, write, delete registry key value)
17376 2002-04-01 08:08  andy
17378         * Modules/FindVTK.cmake: More finds for VTK
17380 2002-03-31 11:43  andy
17382         * Modules/FindVTK.cmake: Add some more locations of VTK
17384 2002-03-30 17:17  barre
17386         * Source/: cmAbstractFilesCommand.cxx, cmSetCommand.cxx: FIX: get
17387         rid of warnings
17389 2002-03-29 18:07  ibanez
17391         * Modules/FindFLTK.cmake: ENH: HAS_FLTK variable added.
17392         FLTK_WRAP_UI command made INTERNAL.
17394 2002-03-29 16:25  barre
17396         * Source/cmCreateTestSourceList.cxx: FIX: should compare to 0, not
17397         NULL
17399 2002-03-29 16:03  barre
17401         * Source/: ctest.cxx, ctest.h: ENH: if -R or -E was used, displays
17402         also the name of the tests that passed.
17404 2002-03-29 15:41  barre
17406         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
17407         ComplexRelativePaths/CMakeLists.txt: FIX: fix dummy lib name for
17408         Unix
17410 2002-03-29 15:02  barre
17412         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
17413         Complex/Executable/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
17414         ComplexOneConfig/cmTestConfigure.h.in,
17415         ComplexOneConfig/Executable/CMakeLists.txt,
17416         ComplexRelativePaths/CMakeLists.txt,
17417         ComplexRelativePaths/cmTestConfigure.h.in,
17418         ComplexRelativePaths/Executable/CMakeLists.txt,
17419         Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
17420         ComplexOneConfig/Executable/complex.cxx,
17421         ComplexOneConfig/Library/CMakeLists.txt,
17422         ComplexRelativePaths/Executable/complex.cxx,
17423         ComplexRelativePaths/Library/CMakeLists.txt,
17424         Complex/Library/cmTestLibraryConfigure.h.in, Complex/Library/dummy,
17425         Complex/Library/empty.h, Complex/Library/file2.cxx,
17426         Complex/Library/file2.h,
17427         ComplexOneConfig/Library/cmTestLibraryConfigure.h.in,
17428         ComplexOneConfig/Library/dummy, ComplexOneConfig/Library/empty.h,
17429         ComplexOneConfig/Library/file2.cxx,
17430         ComplexOneConfig/Library/file2.h,
17431         ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in,
17432         ComplexRelativePaths/Library/dummy,
17433         ComplexRelativePaths/Library/empty.h,
17434         ComplexRelativePaths/Library/file2.cxx,
17435         ComplexRelativePaths/Library/file2.h,
17436         Complex/Library/fileFlags.cxx,
17437         ComplexOneConfig/Library/fileFlags.cxx,
17438         ComplexRelativePaths/Library/fileFlags.cxx: ENH: fix tests
17440 2002-03-29 14:31  hoffman
17442         * Source/cmMSDotNETGenerator.cxx: output list bug
17444 2002-03-29 14:22  hoffman
17446         * Tests/: Complex/Library/cmTestLibraryConfigure.h.in,
17447         ComplexOneConfig/Library/cmTestLibraryConfigure.h.in,
17448         ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in: [no log
17449         message]
17451 2002-03-29 14:20  hoffman
17453         * Source/cmAbstractFilesCommand.cxx,
17454         Source/cmAddCustomCommandCommand.cxx,
17455         Source/cmAddCustomTargetCommand.cxx,
17456         Source/cmAddDefinitionsCommand.cxx,
17457         Source/cmAddDependenciesCommand.cxx, Source/cmAddTestCommand.cxx,
17458         Source/cmCableClassSetCommand.cxx,
17459         Source/cmCableWrapTclCommand.cxx, Source/cmCommands.cxx,
17460         Source/cmCreateTestSourceList.cxx, Source/cmFLTKWrapUICommand.cxx,
17461         Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
17462         Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
17463         Source/cmGetSourceFilePropertyCommand.cxx,
17464         Source/cmGetSourceFilePropertyCommand.h,
17465         Source/cmIncludeDirectoryCommand.cxx,
17466         Source/cmInstallFilesCommand.cxx,
17467         Source/cmInstallProgramsCommand.cxx,
17468         Source/cmInstallTargetsCommand.cxx,
17469         Source/cmLinkDirectoriesCommand.cxx, Source/cmLoadCacheCommand.cxx,
17470         Source/cmMakeDirectoryCommand.cxx,
17471         Source/cmMarkAsAdvancedCommand.cxx,
17472         Source/cmOutputRequiredFilesCommand.cxx,
17473         Source/cmProjectCommand.cxx, Source/cmQTWrapCPPCommand.cxx,
17474         Source/cmQTWrapUICommand.cxx,
17475         Source/cmSetSourceFilesPropertiesCommand.cxx,
17476         Source/cmSetSourceFilesPropertiesCommand.h,
17477         Source/cmSiteNameCommand.cxx, Source/cmSourceFilesCommand.cxx,
17478         Source/cmSourceFilesFlagsCommand.cxx,
17479         Source/cmSourceFilesFlagsCommand.h,
17480         Source/cmSourceFilesRemoveCommand.cxx, Source/cmSubdirCommand.cxx,
17481         Source/cmSystemTools.cxx, Source/cmSystemTools.h,
17482         Source/cmUseMangledMesaCommand.cxx,
17483         Source/cmUseMangledMesaCommand.h,
17484         Source/cmUtilitySourceCommand.cxx,
17485         Source/cmVTKMakeInstantiatorCommand.cxx,
17486         Source/cmVTKWrapJavaCommand.cxx, Source/cmVTKWrapPythonCommand.cxx,
17487         Source/cmVTKWrapTclCommand.cxx,
17488         Source/cmVariableRequiresCommand.cxx,
17489         Source/cmWrapExcludeFilesCommand.cxx,
17490         Tests/Complex/Executable/CMakeLists.txt,
17491         Tests/Complex/Executable/complex.cxx,
17492         Tests/ComplexOneConfig/Executable/CMakeLists.txt,
17493         Tests/ComplexOneConfig/Executable/complex.cxx,
17494         Tests/ComplexRelativePaths/Executable/CMakeLists.txt,
17495         Tests/ComplexRelativePaths/Executable/complex.cxx,
17496         Tests/Complex/Library/CMakeLists.txt,
17497         Tests/Complex/Library/file2.cxx, Tests/Complex/Library/file2.h,
17498         Tests/ComplexOneConfig/Library/CMakeLists.txt,
17499         Tests/ComplexOneConfig/Library/file2.cxx,
17500         Tests/ComplexOneConfig/Library/file2.h,
17501         Tests/ComplexRelativePaths/Library/CMakeLists.txt,
17502         Tests/ComplexRelativePaths/Library/file2.cxx,
17503         Tests/ComplexRelativePaths/Library/file2.h: make sure ; expansion
17504         is done in all commands
17506 2002-03-29 11:12  hoffman
17508         * Tests/TestDriver/: CMakeLists.txt, test1.cxx, testExtraStuff.cxx,
17509         testExtraStuff2.cxx, testExtraStuff3.cxx: ENH: add test for set to
17510         create source lists
17512 2002-03-29 11:11  hoffman
17514         * Source/cmAddExecutableCommand.cxx: fix const problem
17516 2002-03-29 11:04  hoffman
17518         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
17519         cmSetCommand.cxx, cmSetCommand.h: ENH: add ability to use ;
17520         separated lists in SET and expand them for addexecutable and
17521         addlibrary
17523 2002-03-29 11:03  hoffman
17525         * Source/cmGetSourceFilePropertyCommand.h: fix docs
17527 2002-03-29 10:56  barre
17529         * Source/: cmMessageCommand.cxx, cmMessageCommand.h: ENH: Add
17530         SEND_ERROR flag to MESSAGE so that an error can be raised within a
17531         CMakeList file
17533 2002-03-29 10:07  hoffman
17535         * Tests/: Complex/Library/CMakeLists.txt,
17536         ComplexOneConfig/Library/CMakeLists.txt,
17537         ComplexRelativePaths/Library/CMakeLists.txt: more tests
17539 2002-03-29 10:06  hoffman
17541         * Source/: cmAbstractFilesCommand.cxx,
17542         cmBorlandMakefileGenerator.cxx, cmCommands.cxx,
17543         cmCreateTestSourceList.cxx, cmDSPWriter.cxx,
17544         cmFLTKWrapUICommand.cxx, cmGetSourceFilePropertyCommand.cxx,
17545         cmGetSourceFilePropertyCommand.h, cmInstallFilesCommand.cxx,
17546         cmMSDotNETGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
17547         cmMakefile.h, cmNMakeMakefileGenerator.cxx, cmQTWrapCPPCommand.cxx,
17548         cmQTWrapUICommand.cxx, cmSetSourceFilesPropertiesCommand.cxx,
17549         cmSetSourceFilesPropertiesCommand.h, cmSourceFile.cxx,
17550         cmSourceFilesCommand.cxx, cmSourceFilesFlagsCommand.cxx,
17551         cmTarget.cxx, cmTarget.h, cmUnixMakefileGenerator.cxx,
17552         cmVTKMakeInstantiatorCommand.cxx, cmVTKWrapJavaCommand.cxx,
17553         cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
17554         cmWrapExcludeFilesCommand.cxx, cmaketest.cxx, cmaketest.h.in: ENH:
17555         major change, the cmMakefile now contains a master list of
17556         cmSourceFile objects, the source lists reference the list via
17557         pointers, also you can now set properties on a file, like compile
17558         flags, abstract, etc.
17560 2002-03-29 08:42  barre
17562         * Source/cmCreateTestSourceList.cxx: FIX: tolower is in <ctype.h>
17563         !, frenchy
17565 2002-03-28 11:43  barre
17567         * Source/cmCreateTestSourceList.cxx: ENH: perform case insensitive
17568         comparison on test names
17570 2002-03-27 16:19  barre
17572         * Source/cmCreateTestSourceList.cxx: FIX: cmSourceFile::SetName was
17573         not called correctly for the test source files
17575 2002-03-27 15:52  barre
17577         * Source/cmCreateTestSourceList.cxx: ENH: small formatting enh
17579 2002-03-27 13:54  barre
17581         * Tests/: Complex/VarTests.cmake, Complex/cmTestConfigure.h.in,
17582         Complex/Executable/complex.cxx, ComplexOneConfig/VarTests.cmake,
17583         ComplexOneConfig/cmTestConfigure.h.in,
17584         ComplexOneConfig/Executable/complex.cxx,
17585         ComplexRelativePaths/VarTests.cmake,
17586         ComplexRelativePaths/cmTestConfigure.h.in,
17587         ComplexRelativePaths/Executable/complex.cxx: ENH: add a more
17588         stressing FOREACH test.
17590 2002-03-27 13:46  barre
17592         * Source/CMakeLists.txt, Tests/TestDriver/CMakeLists.txt,
17593         Tests/TestDriver/test3.cxx, Tests/TestDriver/subdir/test3.cxx: ENH:
17594         add testdriver test with source file in subdir
17596 2002-03-27 10:55  barre
17598         * Tests/: Complex/Executable/CMakeLists.txt,
17599         ComplexOneConfig/Executable/CMakeLists.txt,
17600         ComplexRelativePaths/Executable/CMakeLists.txt: FIX: do not use
17601         CMAKE_CFG_INTDIR, just use LINK_DIRECTORIES
17603 2002-03-27 10:54  barre
17605         * Tests/: Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: FIX: do
17606         not need CMakeLib
17608 2002-03-26 18:06  barre
17610         * Source/cmCreateTestSourceList.cxx: ENH: keep the name of the test
17611         as close to the source file (only the function name is cleaned up)
17613 2002-03-26 17:53  barre
17615         * Source/cmCreateTestSourceList.cxx: ENH: add -R (similar to ctest
17616         but use substr instead of regexp). indent.
17618 2002-03-26 16:45  barre
17620         * Source/: cmForEachCommand.h, cmFunctionBlocker.h, cmMakefile.cxx:
17621         FIX: foreach function-blockers were using expanded args. Add
17622         virtual func to specify if function blocker needs them expanded or
17623         not.
17625 2002-03-26 16:44  barre
17627         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH:
17628         ExpandListArguments(): empty elements in semi-colon-separated
17629         string-list can now be ignored.
17631 2002-03-26 16:42  barre
17633         * Source/cmCreateTestSourceList.cxx: ENH: now supports tests inside
17634         sub-dirs
17636 2002-03-26 14:42  barre
17638         * Tests/Wrapping/CMakeLists.txt: ENH: USE_MANGLED_MESA is more
17639         careful now. Try to trick it again.
17641 2002-03-26 14:41  barre
17643         * Tests/: Complex/Executable/CMakeLists.txt,
17644         ComplexOneConfig/Executable/CMakeLists.txt,
17645         ComplexRelativePaths/Executable/CMakeLists.txt,
17646         Testing/CMakeLists.txt, Wrapping/CMakeLists.txt: ENH: Use
17647         ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release,
17648         etc.
17650 2002-03-26 12:55  hoffman
17652         * Source/cmUseMangledMesaCommand.cxx: ENH: add error checking for
17653         mmesa
17655 2002-03-26 12:38  hoffman
17657         * Source/: ccommand.cxx, cmBorlandMakefileGenerator.cxx,
17658         cmNMakeMakefileGenerator.cxx: ENH: use ccommand for del on windows
17660 2002-03-26 12:38  hoffman
17662         * Source/cmaketest.cxx: ENH: show output when running tests
17664 2002-03-26 12:37  hoffman
17666         * Source/cmCreateTestSourceList.cxx: ENH: if no arguments are given
17667         and there is only one test, then run it
17669 2002-03-25 17:03  martink
17671         * Source/cmake.cxx: removed quotes from cmake and ccommand
17672         executable to be consistant
17674 2002-03-25 16:24  barre
17676         * Source/cmForEachCommand.cxx: ENH: support semi-colon format (list
17677         of args as string)
17679 2002-03-25 15:59  barre
17681         * Source/: ccommand.cxx, cmSystemTools.cxx: ENH: cmCopyFile ; the
17682         path to the destination file will be created ; second arg can be a
17683         directory.
17685 2002-03-25 15:58  barre
17687         * Templates/: CMakeDotNetSystemConfig.cmake,
17688         CMakeWindowsSystemConfig.cmake: Add suffixes
17690 2002-03-20 16:18  hoffman
17692         * Source/CMakeLists.txt, Source/cmCommands.cxx,
17693         Source/cmCreateTestSourceList.cxx, Source/cmCreateTestSourceList.h,
17694         Source/cmaketest.cxx, Tests/TestDriver/CMakeLists.txt,
17695         Tests/TestDriver/test1.cxx, Tests/TestDriver/test2.cxx,
17696         Tests/TestDriver/test3.cxx: ENH: add new command to create a test
17697         driver
17699 2002-03-20 13:16  hoffman
17701         * CMakeLists.txt, Source/CMakeLists.txt: ENH: remove fltk dialog as
17702         it is no longer supported
17704 2002-03-19 12:25  andy
17706         * Source/ccommand.cxx: Return error on copy
17708 2002-03-18 11:59  andy
17710         * Source/ccommand.cxx: Remove warning about sign and unsigned
17712 2002-03-15 15:42  andy
17714         * Source/: CMakeLists.txt, CMakeSetup.dsw, ccommand.cxx,
17715         ccommand.dsp, cmake.cxx: Add ccommand for executing commands on the
17716         system, so by using ADD_CUSTOM_COMMAND, you can make rules to do
17717         some system commands during build. Currently supported commands are
17718         copy and remove. Others will follow.
17720 2002-03-15 13:20  perera
17722         * Source/cmSourceFilesFlagsCommand.cxx: BUG: The source file may be
17723         specified with an extension.
17725 2002-03-15 10:43  martink
17727         * Source/ctest.cxx: less noisy about changing directories
17729 2002-03-15 09:40  berk
17731         * Templates/CMakeSystemConfig.cmake.in: There can be multiple ansi
17732         flags now
17734 2002-03-15 09:23  hoffman
17736         * Templates/configure: HP add Ae flag
17738 2002-03-15 09:14  berk
17740         * Templates/configure.in: Added better support for HPux
17742 2002-03-14 16:04  hoffman
17744         * Source/cmMakefile.cxx: ENH: add .in as a header file type, as it
17745         can not be compiled
17747 2002-03-14 16:03  hoffman
17749         * Source/CMakeLists.txt: BUG: .h not two .cxx files
17751 2002-03-14 14:59  hoffman
17753         * Source/cmSystemTools.cxx: BUG: fix RunCommand again... back to
17754         system, but with GetShortPath
17756 2002-03-14 14:59  hoffman
17758         * Source/cmDSPWriter.cxx: BUG: fix for paths with spaces
17760 2002-03-14 14:58  hoffman
17762         * Source/: cmNMakeMakefileGenerator.cxx,
17763         cmNMakeMakefileGenerator.h: BUG: fix for files with dashes in them
17765 2002-03-14 11:11  hoffman
17767         * Source/: cmConfigureGccXmlCommand.cxx, cmExecProgramCommand.cxx,
17768         cmSystemTools.cxx, cmSystemTools.h, cmaketest.cxx, ctest.cxx: ENH:
17769         overhaul of RunCommand on windows, if only win32 had popen...
17771 2002-03-13 15:29  hoffman
17773         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
17774         PathDialog.cpp: Remove warnings
17776 2002-03-13 14:23  martink
17778         * Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: ENH: closer to working
17779         with spaces in the path
17781 2002-03-13 10:25  hoffman
17783         * Source/: CMakeLists.txt, cmAuxSourceDirectoryCommand.cxx,
17784         cmCableClassSet.cxx, cmCableClassSet.h, cmDirectory.cxx,
17785         cmDirectory.h, cmFLTKWrapUICommand.cxx, cmFindFileCommand.cxx,
17786         cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
17787         cmFindProgramCommand.cxx, cmMSDotNETGenerator.cxx, cmMakefile.cxx,
17788         cmNMakeMakefileGenerator.cxx, cmQTWrapCPPCommand.cxx,
17789         cmQTWrapUICommand.cxx, cmRegularExpression.cxx, cmSourceGroup.cxx,
17790         cmSystemTools.cxx, cmVTKMakeInstantiatorCommand.cxx,
17791         cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
17792         cmVTKWrapTclCommand.cxx, cmaketest.cxx, ctest.cxx: ENH: remove
17793         several compiler warnings
17795 2002-03-12 10:16  king
17797         * Templates/: configure, configure.in: ENH: Added test for explicit
17798         instantiation support.
17800 2002-03-11 16:04  hoffman
17802         * Source/cmOptionCommand.cxx: ENH: add error checking for option
17803         commands with too many arguments
17805 2002-03-11 12:11  hoffman
17807         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH: add
17808         support for .def files
17810 2002-03-11 08:11  hoffman
17812         * Source/cmMSDotNETGenerator.cxx: BUG: make sure libraries do not
17813         depend on themselves
17815 2002-03-10 18:24  hoffman
17817         * Templates/: configure, configure.in: ENH: try to get crazy dec
17818         cxx to work again... one more time
17820 2002-03-10 10:02  hoffman
17822         * Templates/: configure, configure.in: ENH: try to get crazy dec
17823         cxx to work again...
17825 2002-03-08 13:12  hoffman
17827         * Tests/: Complex/Executable/complex.cxx,
17828         ComplexOneConfig/Executable/complex.cxx,
17829         ComplexRelativePaths/Executable/complex.cxx: ENH: more dec silly
17830         stuff
17832 2002-03-08 11:01  hoffman
17834         * Tests/: Complex/Executable/complex.cxx,
17835         ComplexOneConfig/Executable/complex.cxx,
17836         ComplexRelativePaths/Executable/complex.cxx: more stupid dec cxx
17837         tricks...
17839 2002-03-08 08:19  hoffman
17841         * Tests/: Complex/Executable/complex.cxx,
17842         ComplexOneConfig/Executable/complex.cxx,
17843         ComplexRelativePaths/Executable/complex.cxx: ENH: add one more
17844         stupid function call for the dec cxx compiler...
17846 2002-03-08 07:25  hoffman
17848         * Tests/: Complex/Executable/complex.cxx,
17849         ComplexOneConfig/Executable/complex.cxx,
17850         ComplexRelativePaths/Executable/complex.cxx: try to fix dec cxx
17852 2002-03-07 22:07  hoffman
17854         * Tests/: Complex/Executable/complex.cxx,
17855         ComplexOneConfig/Executable/complex.cxx,
17856         ComplexRelativePaths/Executable/complex.cxx: ENH: add more junk for
17857         the dec cxx compiler to force it to instantiate stuff
17859 2002-03-07 12:13  hoffman
17861         * Tests/: Complex/Executable/complex.cxx,
17862         ComplexOneConfig/Executable/complex.cxx,
17863         ComplexRelativePaths/Executable/complex.cxx: ENH: use the string
17864         class to force the dec compiler to instantiate some templates
17866 2002-03-07 10:41  barre
17868         * Source/CMakeLists.txt: Build cmaketest even if testing if OFF (so
17869         that it can be used externally)
17871 2002-03-06 17:58  barre
17873         * Source/: ctest.cxx, ctest.h: ENH: add -E option (exclude tests
17874         matching a regexp)
17876 2002-03-06 16:30  barre
17878         * Source/: CMakeLists.txt, cmaketest.cxx: ENH: add cmaketest to
17879         install targets (so that it can be used in other projects) and pass
17880         the rest of its command-line args to cmake
17882 2002-03-06 10:44  hoffman
17884         * Templates/CMakeNMakeWindowsSystemConfig.cmake: build type should
17885         not be advanced
17887 2002-03-06 10:11  hoffman
17889         * Tests/: Complex/Executable/CMakeLists.txt,
17890         ComplexOneConfig/Executable/CMakeLists.txt,
17891         ComplexRelativePaths/Executable/CMakeLists.txt: ENH: add test for
17892         semi-colon separated lists of libraries
17894 2002-03-06 10:10  hoffman
17896         * Source/: cmLinkLibrariesCommand.cxx, cmMSDotNETGenerator.cxx,
17897         cmSystemTools.cxx, cmSystemTools.h,
17898         cmTargetLinkLibrariesCommand.cxx: ENH: add suport for semi-colon
17899         separated list variables
17901 2002-03-05 18:41  hoffman
17903         * Source/: cmAddCustomCommandCommand.cxx,
17904         cmAddCustomTargetCommand.cxx, cmAddDefinitionsCommand.cxx,
17905         cmAddDependenciesCommand.cxx, cmAddExecutableCommand.cxx,
17906         cmAddLibraryCommand.cxx, cmAddTestCommand.cxx, cmBuildCommand.cxx,
17907         cmCableClassSetCommand.cxx, cmCableWrapTclCommand.cxx,
17908         cmConfigureFileCommand.cxx, cmElseCommand.cxx, cmEndIfCommand.cxx,
17909         cmExecProgramCommand.cxx, cmFindFileCommand.cxx,
17910         cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
17911         cmFindProgramCommand.cxx, cmGetFilenameComponentCommand.cxx,
17912         cmIfCommand.cxx, cmIncludeCommand.cxx,
17913         cmIncludeExternalMSProjectCommand.cxx, cmInstallFilesCommand.cxx,
17914         cmInstallProgramsCommand.cxx, cmLoadCacheCommand.cxx,
17915         cmMakeDirectoryCommand.cxx, cmMakefile.cxx, cmMessageCommand.cxx,
17916         cmOptionCommand.cxx, cmOutputRequiredFilesCommand.cxx,
17917         cmSetCommand.cxx, cmSourceFilesCommand.cxx, cmSubdirCommand.cxx,
17918         cmSystemTools.cxx, cmUnixMakefileGenerator.cxx,
17919         cmUseMangledMesaCommand.cxx, cmVTKMakeInstantiatorCommand.cxx: ENH:
17920         expand variables in arguments before the commands get them
17922 2002-03-05 18:25  hoffman
17924         * Source/cmSystemTools.cxx: BUG: get the correct return value from
17925         pclose
17927 2002-03-04 15:00  hoffman
17929         * Tests/: Complex/Library/fileFlags.cxx,
17930         ComplexOneConfig/Library/fileFlags.cxx,
17931         ComplexRelativePaths/Library/fileFlags.cxx: ENH: add support for
17932         per file flags
17934 2002-03-04 14:12  hoffman
17936         * Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSPWriter.h,
17937         cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h, cmSourceFile.h,
17938         cmSourceGroup.cxx, cmSourceGroup.h, cmUnixMakefileGenerator.cxx,
17939         cmSourceFilesFlagsCommand.cxx, cmSourceFilesFlagsCommand.h: ENH:
17940         add file specific compile flags
17942 2002-03-04 14:11  hoffman
17944         * Tests/: Complex/Library/CMakeLists.txt,
17945         ComplexOneConfig/Library/CMakeLists.txt,
17946         ComplexRelativePaths/Library/CMakeLists.txt: ENH: add a test for
17947         per file flags
17949 2002-03-01 15:49  king
17951         * Source/: cmVTKMakeInstantiatorCommand.cxx,
17952         cmVTKMakeInstantiatorCommand.h: ENH: Added support for including
17953         extra files in generated header to get access to export macros of
17954         derived projects.
17956 2002-03-01 09:00  hoffman
17958         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
17959         CMakeDotNetSystemConfig.cmake, CMakeNMakeWindowsSystemConfig.cmake,
17960         CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake,
17961         configure, configure.in: ENH: add some OS/compiler variables
17963 2002-02-28 15:58  hoffman
17965         * Modules/Dart.cmake: ENH: add VERBOSE_BUILD to options
17967 2002-02-28 15:57  hoffman
17969         * Source/cmakewizard.cxx: check bool values and prefere off
17971 2002-02-28 15:42  hoffman
17973         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: use xml
17974         output quotes for paths
17976 2002-02-28 15:06  hoffman
17978         * Templates/: configure, configure.in: change hp checks to all hps
17979         and not just version 10
17981 2002-02-28 11:15  hoffman
17983         * Source/cmSystemTools.cxx: BUG: look for exe path as well.
17985 2002-02-28 10:41  hoffman
17987         * Source/cmSystemTools.cxx: ENH:  look for .com files before .exe
17989 2002-02-28 08:45  hoffman
17991         * Templates/CMakeDotNetSystemConfig.cmake: find path to devenv
17993 2002-02-28 07:50  hoffman
17995         * Templates/CMakeDotNetSystemConfig.cmake: ENH: add build name to
17996         the cache with a default value for dot net
17998 2002-02-27 18:11  hoffman
18000         * Source/cmMSDotNETGenerator.cxx, Source/cmSystemTools.cxx,
18001         Templates/CMakeDotNetSystemConfig.cmake: clean up in dot net
18003 2002-02-26 15:15  hoffman
18005         * Source/: ctest.cxx, ctest.h: add command line option -D for
18006         config directory to run
18008 2002-02-26 15:14  hoffman
18010         * Source/: cmDSWWriter.cxx, cmMSDotNETGenerator.cxx: ENH: add
18011         RUN_TESTS
18013 2002-02-26 11:46  barre
18015         * Source/cmAddTestCommand.cxx: FIX: command now expands args during
18016         the first pass (found through FOREACH example)
18018 2002-02-26 10:11  hoffman
18020         * Templates/CMakeDotNetSystemConfig.cmake: [no log message]
18022 2002-02-26 08:56  hoffman
18024         * Source/cmCableClassSet.cxx: BUG: fix type problem size_type is
18025         unsigned
18027 2002-02-25 18:14  hoffman
18029         * Source/: cmBuildCommand.cxx, cmDirectory.h,
18030         cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
18031         cmRegularExpression.h, cmSystemTools.cxx: ENH: dot net almost
18032         working
18034 2002-02-25 16:57  barre
18036         * Source/cmAddExecutableCommand.cxx: FIX: command now expands *all*
18037         args (found through FOREACH example)
18039 2002-02-25 15:22  barre
18041         * Tests/Testing/: CMakeLists.txt, Sub/CMakeLists.txt,
18042         Sub/Sub2/CMakeLists.txt, Sub/Sub2/testing2.cxx: ENH: provide a test
18043         for today's ReadListFile() bug fix
18045 2002-02-25 15:06  barre
18047         * Source/cmMakefile.cxx: FIX: although a CMakeLists.txt file could
18048         be searched up 'n' level in the directory tree, ReadListFile()
18049         always implied a CMakeLists.txt file was up *one* level.
18051 2002-02-25 13:20  hoffman
18053         * Modules/FindDart.cmake: ENH: look for Dart in c:
18055 2002-02-25 12:47  hoffman
18057         * Source/MFCDialog/PathDialog.h: ENH: fix warning
18059 2002-02-25 11:58  barre
18061         * Source/cmSubdirCommand.cxx: ENH: Expand vars in SUBDIRS
18063 2002-02-25 10:47  hoffman
18065         * Source/cmSystemTools.cxx: BUG: fix remove of cygdrive path stuff
18067 2002-02-23 10:00  king
18069         * Source/cmSystemTools.cxx: ERR: std::ios::binary is only needed
18070         for Windows platforms, and isn't supported for all UNIX platforms.
18072 2002-02-22 15:40  hoffman
18074         * Source/: cmAddTestCommand.cxx, cmSystemTools.cxx,
18075         cmUnixMakefileGenerator.cxx: ENH: fix for spaces in paths on unix
18077 2002-02-22 13:38  hoffman
18079         * Source/: cmBorlandMakefileGenerator.cxx, cmDSPWriter.cxx,
18080         cmExecProgramCommand.cxx, cmMSDotNETGenerator.cxx,
18081         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
18082         cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
18083         cmUnixMakefileGenerator.h, cmaketest.cxx: ENH: big change in the
18084         path handling, one function CreateOutputPath is used to escape
18085         spaces and convert to the native path type
18087 2002-02-22 10:08  king
18089         * Source/cmSystemTools.cxx: ENH: Another attempt at getting
18090         cmCopyFile to work correctly.  The previous implementation was
18091         correct, but didn't work on HPUX due to stream library bugs.  This
18092         implementation will hopefully work everywhere.
18094 2002-02-21 17:32  hoffman
18096         * Source/cmSystemTools.cxx: BUG: fix copy file for HP
18098 2002-02-21 16:06  barre
18100         * Source/: ctest.cxx, ctest.h: ENH: Since each test can send a lot
18101         of text to stderr/stdout, ctest now displays the list of tests that
18102         failed at the end of the process.
18104 2002-02-21 15:55  hoffman
18106         * Source/: cmBorlandMakefileGenerator.cxx,
18107         cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
18108         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH: add a
18109         virtual CreateMakeVariable to shorten makefile variables for
18110         borland make
18112 2002-02-21 08:53  berk
18114         * Source/cmake.dsp: Argh
18116 2002-02-21 08:43  hoffman
18118         * Source/cmaketest.cxx: add ifdef for windows function
18120 2002-02-20 15:27  hoffman
18122         * Source/MFCDialog/CMakeSetupDialog.cpp: dot net port
18124 2002-02-20 15:26  hoffman
18126         * Source/: cmMSDotNETGenerator.cxx, cmaketest.cxx: close to dot net
18127         working
18129 2002-02-20 09:16  berk
18131         * Source/cmake.dsp: Bill forgot to add a library to the release
18132         target.
18134 2002-02-19 17:56  hoffman
18136         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h: ENH:
18137         getting closer
18139 2002-02-19 11:53  hoffman
18141         * Source/: Makefile.borland, CMakeLists.txt: ENH: add dotnet stuff
18143 2002-02-19 09:43  hoffman
18145         * Source/MFCDialog/CMakeSetup.rc: fix spacing on text
18147 2002-02-19 09:43  hoffman
18149         * Source/: CMakeLib.dsp, CMakeLists.txt: add dot net stuff to
18150         cmakelists file and dsp file
18152 2002-02-18 17:41  hoffman
18154         * Source/: cmMSDotNETGenerator.cxx, cmMSDotNETGenerator.h,
18155         cmSLNWriter.cxx, cmSLNWriter.h, cmVCProjWriter.cxx,
18156         cmVCProjWriter.h: getting closer but still not working dot net
18157         support
18159 2002-02-18 14:50  hoffman
18161         * Source/MFCDialog/CMakeSetup.dsp: [no log message]
18163 2002-02-18 14:36  hoffman
18165         * Source/: CMakeLib.dsp, cmMSDotNETGenerator.cxx,
18166         cmMSDotNETGenerator.h, cmSLNWriter.cxx, cmSLNWriter.h,
18167         cmSystemTools.cxx, cmVCProjWriter.cxx, cmVCProjWriter.h, cmake.cxx,
18168         cmake.dsp: ENH: first pass at dot net support
18170 2002-02-18 14:09  hoffman
18172         * Source/: cmBorlandMakefileGenerator.cxx,
18173         cmUnixMakefileGenerator.cxx: ENH: fix for borland tlib files with
18174         dash in them problem.
18176 2002-02-14 10:03  hoffman
18178         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
18179         ENH: only depend subdir builds on TARGETS, not all sub dir
18180         operations, we do not want to build when doing a make depend
18182 2002-02-14 10:01  hoffman
18184         * configure, configure.in, Templates/configure,
18185         Templates/configure.in: ENH: do not use O2 g as default flags
18187 2002-02-14 09:31  barre
18189         * DartConfig.cmake: ENH: Add PROJECT_URL
18191 2002-02-13 18:57  barre
18193         * DartConfig.cmake: ENH: Doxygen page
18195 2002-02-13 18:50  barre
18197         * Utilities/Doxygen/doc_makeall.sh.in: FIX: remove that good ol'
18198         exit 0;
18200 2002-02-13 18:32  barre
18202         * Utilities/Doxygen/doc_makeall.sh.in: FIX: update html archive
18203         filename
18205 2002-02-13 18:28  barre
18207         * Utilities/Doxygen/: CMakeLists.txt, authors.txt,
18208         doc_makeall.sh.in, doxyfile.in: ENH: Contribution graphs
18210 2002-02-13 16:17  barre
18212         * Source/CursesDialog/form/.NoDartCoverage: This dir should not be
18213         covered (form distrib)
18215 2002-02-12 17:38  barre
18217         * Tests/Wrapping/: CMakeLists.txt, dummy: ENH: Trick VTK_WRAP_JAVA
18218         in a better way (avoid CUSTOM_TARGET)
18220 2002-02-11 09:20  hoffman
18222         * Source/MFCDialog/: CMakeSetup.rc, PropertyList.cpp,
18223         PropertyList.h, resource.h: ENH: add IGNORE option for cache values
18225 2002-02-08 15:52  hoffman
18227         * Source/cmSystemTools.cxx: BUG: fix CollapseFullPath so a trailing
18228         slash is not added to directories
18230 2002-02-07 11:39  andy
18232         * Templates/CMakeSystemConfig.cmake.in: ERR: Cache bigendian
18234 2002-02-07 11:28  martink
18236         * Source/cmMakefile.h: next patch
18238 2002-02-07 11:27  martink
18240         * Templates/CMakeSystemConfig.cmake.in: value needed to be cached
18242 2002-02-06 12:14  hoffman
18244         * Source/cmake.cxx: ENH: add ends at end of string
18246 2002-02-06 10:50  hoffman
18248         * Source/: cmSystemTools.cxx, cmSystemTools.h: add bool return
18249         value so diagnostics are easier
18251 2002-02-06 10:42  hoffman
18253         * Source/cmAuxSourceDirectoryCommand.cxx: BUG: remove depend on
18254         directory because it is not supported by all makes
18256 2002-02-04 22:00  hoffman
18258         * Source/CursesDialog/CMakeLists.txt: ENH: use target link
18259         libraries and add the link directory for cmform
18261 2002-02-04 18:41  barre
18263         * Modules/: Documentation.cmake, FindGnuplot.cmake: Add module to
18264         find gnuplot
18266 2002-02-04 08:28  iscott
18268         * Source/cmAuxSourceDirectoryCommand.cxx: the generated
18269         makefiles/DSPfiles now depend on the aux source directory's last
18270         modified date.
18272 2002-02-01 13:08  berk
18274         * Source/cmake.cxx: Using cmSystemTools::Error() instead of cerr.
18276 2002-02-01 13:07  berk
18278         * Source/cmUnixMakefileGenerator.cxx: Better support for parallel
18279         builds. Subdirs depend on their parent.
18281 2002-02-01 09:28  hoffman
18283         * CMakeLists.txt, Source/CMakeLists.txt: use CMake_SOURCE and not
18284         CMAKE_ROOT
18286 2002-01-31 15:16  blezek
18288         * Modules/FindPythonLibs.cmake: ENH: Adding search path's for
18289         PYTHON_LIBRARY
18291 2002-01-31 10:32  hoffman
18293         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: try to get
18294         this working for dec cxx default compiler options
18296 2002-01-30 11:23  hoffman
18298         * Source/cmStandardIncludes.h: ENH: fix for dec compiler, they
18299         still do not have the correct ansi stream library
18301 2002-01-25 09:06  king
18303         * Source/CursesDialog/form/: fld_def.c, frm_data.c, frm_def.c,
18304         frm_driver.c: ERR: Corrected assertions of pointers to remove
18305         warnings.
18307 2002-01-24 14:15  berk
18309         * Source/cmSystemTools.cxx: BUG: fix for network paths
18311 2002-01-23 11:58  hoffman
18313         * Source/cmMakefile.h: patch 2 release to fix dsp header problem
18315 2002-01-23 11:52  hoffman
18317         * Source/cmDSPWriter.cxx: BUG: allow .h files to be added to the
18318         sources
18320 2002-01-23 10:56  barre
18322         * Source/cmaketest.cxx: ENH: run CMake a second time. The first
18323         time it is run, some cache values are computed. The second time it
18324         is run, some commands check if the value is already in the cache
18325         and return that value instead of re-computing it. Therefore this
18326         ENH: a) make sure that this specific code is tested, b) increase
18327         coverage.
18329 2002-01-22 17:18  king
18331         * Modules/FindVTK.cmake: ENH: Added option of disabling error
18332         message when VTK is not found.
18334 2002-01-22 15:55  barre
18336         * Tests/: Complex/Executable/CMakeLists.txt,
18337         Complex/Executable/complex.cxx,
18338         Complex/Executable/Temp/CMakeLists.txt,
18339         ComplexOneConfig/Executable/CMakeLists.txt,
18340         ComplexOneConfig/Executable/complex.cxx,
18341         ComplexOneConfig/Executable/Temp/CMakeLists.txt,
18342         ComplexRelativePaths/Executable/CMakeLists.txt,
18343         ComplexRelativePaths/Executable/complex.cxx,
18344         ComplexRelativePaths/Executable/Temp/CMakeLists.txt,
18345         Testing/CMakeLists.txt, Testing/Sub/CMakeLists.txt: Just rename dir
18347 2002-01-22 15:50  barre
18349         * Tests/: Complex/CMakeCache.txt, ComplexOneConfig/CMakeCache.txt,
18350         ComplexRelativePaths/CMakeCache.txt, Complex/CMakeLists.txt,
18351         Complex/Cache/CMakeCache.txt, ComplexOneConfig/CMakeLists.txt,
18352         ComplexOneConfig/Cache/CMakeCache.txt,
18353         ComplexRelativePaths/CMakeLists.txt,
18354         ComplexRelativePaths/Cache/CMakeCache.txt: ENH: Move CMakeCache.txt
18355         to Cache/ directory to avoid any in-source build pb.
18357 2002-01-22 14:15  millerjv
18359         * Modules/Dart.cmake: ENH: New variables CVS_UPDATE_OPTIONS,
18360         DART_TESTING_TIMEOUT
18362 2002-01-22 13:30  barre
18364         * Tests/: Complex/Executable/CMakeLists.txt,
18365         ComplexOneConfig/Executable/CMakeLists.txt,
18366         ComplexRelativePaths/Executable/CMakeLists.txt,
18367         Complex/Executable/complex.cxx,
18368         ComplexOneConfig/Executable/complex.cxx,
18369         ComplexRelativePaths/Executable/complex.cxx: Coverage for
18370         OUTPUT_REQUIRED_FILES
18372 2002-01-22 10:17  king
18374         * Source/: cmCacheManager.cxx, cmCacheManager.h,
18375         cmLoadCacheCommand.cxx, cmMakefile.cxx, cmake.cxx: ERR: Removed
18376         cmCacheManager::DefineCache method.  It is no longer needed.
18378 2002-01-22 07:37  hoffman
18380         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
18381         ComplexRelativePaths/CMakeLists.txt: flags already there, just not
18382         working
18384 2002-01-22 07:18  hoffman
18386         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
18387         ComplexRelativePaths/CMakeLists.txt: BUG: must use ANSI flags for
18388         complex test now.
18390 2002-01-21 15:30  barre
18392         * Tests/: Complex/Executable/complex.cxx,
18393         ComplexOneConfig/Executable/complex.cxx,
18394         ComplexRelativePaths/Executable/complex.cxx: Add warnings/infos
18396 2002-01-21 15:30  barre
18398         * Tests/Wrapping/CMakeLists.txt: Add coverage for
18399         VTK_MAKE_INSTANTIATOR
18401 2002-01-21 15:30  will
18403         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
18404         cmAddCustomCommandCommand.cxx, cmAddCustomCommandCommand.h,
18405         cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
18406         cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
18407         cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
18408         cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
18409         cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
18410         cmAddTestCommand.cxx, cmAddTestCommand.h,
18411         cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
18412         cmBorlandMakefileGenerator.cxx, cmBorlandMakefileGenerator.h,
18413         cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
18414         cmBuildNameCommand.h, cmCableClassSet.cxx, cmCableClassSet.h,
18415         cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
18416         cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h,
18417         cmCacheManager.cxx, cmCacheManager.h, cmCommand.h, cmCommands.cxx,
18418         cmCommands.h, cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
18419         cmConfigureGccXmlCommand.cxx, cmConfigureGccXmlCommand.h,
18420         cmCustomCommand.cxx, cmCustomCommand.h, cmDSPWriter.cxx,
18421         cmDSPWriter.h, cmDSWWriter.cxx, cmDSWWriter.h, cmData.h,
18422         cmDirectory.cxx, cmDirectory.h, cmDumpDocumentation.cxx,
18423         cmElseCommand.cxx, cmElseCommand.h, cmEnableTestingCommand.cxx,
18424         cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
18425         cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
18426         cmExecProgramCommand.cxx, cmExecProgramCommand.h,
18427         cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h,
18428         cmFindFileCommand.cxx, cmFindFileCommand.h,
18429         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
18430         cmFindPathCommand.cxx, cmFindPathCommand.h,
18431         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
18432         cmForEachCommand.cxx, cmForEachCommand.h, cmFunctionBlocker.h,
18433         cmGeneratedFileStream.h, cmGetFilenameComponentCommand.cxx,
18434         cmGetFilenameComponentCommand.h, cmIfCommand.cxx, cmIfCommand.h,
18435         cmIncludeCommand.cxx, cmIncludeCommand.h,
18436         cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
18437         cmIncludeExternalMSProjectCommand.cxx,
18438         cmIncludeExternalMSProjectCommand.h,
18439         cmIncludeRegularExpressionCommand.cxx,
18440         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
18441         cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
18442         cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
18443         cmInstallTargetsCommand.h, cmLinkDirectoriesCommand.cxx,
18444         cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
18445         cmLinkLibrariesCommand.h, cmListFileCache.cxx, cmListFileCache.h,
18446         cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
18447         cmMSProjectGenerator.cxx, cmMSProjectGenerator.h, cmMakeDepend.cxx,
18448         cmMakeDepend.h, cmMakeDirectoryCommand.cxx,
18449         cmMakeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h,
18450         cmMakefileGenerator.cxx, cmMakefileGenerator.h,
18451         cmMarkAsAdvancedCommand.cxx, cmMarkAsAdvancedCommand.h,
18452         cmMessageCommand.cxx, cmMessageCommand.h,
18453         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
18454         cmOptionCommand.cxx, cmOptionCommand.h,
18455         cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
18456         cmProjectCommand.cxx, cmProjectCommand.h, cmQTWrapCPPCommand.cxx,
18457         cmQTWrapCPPCommand.h, cmQTWrapUICommand.cxx, cmQTWrapUICommand.h,
18458         cmRegularExpression.cxx, cmRegularExpression.h, cmSetCommand.cxx,
18459         cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
18460         cmSourceFile.cxx, cmSourceFile.h, cmSourceFilesCommand.cxx,
18461         cmSourceFilesCommand.h, cmSourceFilesRemoveCommand.cxx,
18462         cmSourceFilesRemoveCommand.h, cmSourceGroup.cxx, cmSourceGroup.h,
18463         cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
18464         cmStandardIncludes.h, cmSubdirCommand.cxx, cmSubdirCommand.h,
18465         cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
18466         cmSystemTools.cxx, cmSystemTools.h, cmTarget.cxx, cmTarget.h,
18467         cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
18468         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
18469         cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h,
18470         cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
18471         cmVTKMakeInstantiatorCommand.cxx, cmVTKMakeInstantiatorCommand.h,
18472         cmVTKWrapJavaCommand.cxx, cmVTKWrapJavaCommand.h,
18473         cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
18474         cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h,
18475         cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
18476         cmWrapExcludeFilesCommand.cxx, cmWrapExcludeFilesCommand.h,
18477         cmake.cxx, cmake.h, cmakemain.cxx, cmaketest.cxx, cmakewizard.cxx,
18478         cmakewizard.h, ctest.cxx, ctest.h, CursesDialog/ccmake.cxx,
18479         CursesDialog/cmCursesBoolWidget.cxx,
18480         CursesDialog/cmCursesBoolWidget.h,
18481         CursesDialog/cmCursesCacheEntryComposite.cxx,
18482         CursesDialog/cmCursesCacheEntryComposite.h,
18483         CursesDialog/cmCursesDummyWidget.cxx,
18484         CursesDialog/cmCursesDummyWidget.h,
18485         CursesDialog/cmCursesFilePathWidget.cxx,
18486         CursesDialog/cmCursesFilePathWidget.h,
18487         CursesDialog/cmCursesForm.cxx, CursesDialog/cmCursesForm.h,
18488         CursesDialog/cmCursesLabelWidget.cxx,
18489         CursesDialog/cmCursesLabelWidget.h,
18490         CursesDialog/cmCursesLongMessageForm.cxx,
18491         CursesDialog/cmCursesLongMessageForm.h,
18492         CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
18493         CursesDialog/cmCursesPathWidget.cxx,
18494         CursesDialog/cmCursesPathWidget.h,
18495         CursesDialog/cmCursesStandardIncludes.h,
18496         CursesDialog/cmCursesStringWidget.cxx,
18497         CursesDialog/cmCursesStringWidget.h,
18498         CursesDialog/cmCursesWidget.cxx, CursesDialog/cmCursesWidget.h,
18499         MFCDialog/CMakeCommandLineInfo.h, MFCDialog/CMakeSetup.h,
18500         MFCDialog/CMakeSetupDialog.h, MFCDialog/MakeHelp.h,
18501         MFCDialog/PathDialog.h, MFCDialog/PropertyList.h,
18502         MFCDialog/StdAfx.h, MFCDialog/resource.h: ENH:Updated copyright
18504 2002-01-21 15:11  will
18506         * Copyright.txt: ENH:Formal copyright notice
18508 2002-01-21 11:39  hoffman
18510         * Source/cmUnixMakefileGenerator.cxx: BUG: remove warning from hpux
18511         make
18513 2002-01-21 10:38  hoffman
18515         * Source/cmaketest.cxx: ENH: check the return value of the test
18516         program to be run
18518 2002-01-21 10:22  barre
18520         * Tests/: Complex/Executable/complex.cxx,
18521         ComplexOneConfig/Executable/complex.cxx,
18522         ComplexRelativePaths/Executable/complex.cxx: Comment test
18523         OUTPUT_REQUIRED
18525 2002-01-21 10:11  hoffman
18527         * Source/: cmSourceFile.cxx, cmSourceFilesCommand.cxx,
18528         cmSourceFilesRemoveCommand.cxx: BUG: fix generated files with no
18529         extension bug
18531 2002-01-20 02:21  barre
18533         * Tests/: Complex/VarTests.cmake, ComplexOneConfig/VarTests.cmake,
18534         ComplexRelativePaths/VarTests.cmake: More IF coverage
18536 2002-01-20 01:58  barre
18538         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
18539         ComplexRelativePaths/CMakeLists.txt, Complex/VarTests.cmake,
18540         ComplexOneConfig/VarTests.cmake,
18541         ComplexRelativePaths/VarTests.cmake,
18542         Complex/Executable/CMakeLists.txt,
18543         ComplexOneConfig/Executable/CMakeLists.txt,
18544         ComplexRelativePaths/Executable/CMakeLists.txt,
18545         Complex/Executable/complex.cxx,
18546         ComplexOneConfig/Executable/complex.cxx,
18547         ComplexRelativePaths/Executable/complex.cxx,
18548         Complex/Library/CMakeLists.txt,
18549         ComplexOneConfig/Library/CMakeLists.txt,
18550         ComplexRelativePaths/Library/CMakeLists.txt,
18551         Complex/Library/empty.h, ComplexOneConfig/Library/empty.h,
18552         ComplexRelativePaths/Library/empty.h, Testing/CMakeLists.txt,
18553         Wrapping/vtkExcluded.h, Wrapping/vtkIncluded.h: Increase Coverage.
18555 2002-01-20 01:05  barre
18557         * Tests/Wrapping/: CMakeLists.txt, fltk1.fl: Add coverage for QT
18558         and FLTK wrappers. Also MANGLED_MESA
18560 2002-01-20 00:12  barre
18562         * Tests/: Complex/CMakeCache.txt, Complex/CMakeLists.txt,
18563         Complex/VarTests.cmake, Complex/cmTestConfigure.h.in,
18564         ComplexOneConfig/CMakeCache.txt, ComplexOneConfig/CMakeLists.txt,
18565         ComplexOneConfig/VarTests.cmake,
18566         ComplexOneConfig/cmTestConfigure.h.in,
18567         ComplexRelativePaths/CMakeCache.txt,
18568         ComplexRelativePaths/CMakeLists.txt,
18569         ComplexRelativePaths/VarTests.cmake,
18570         ComplexRelativePaths/cmTestConfigure.h.in,
18571         Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
18572         Complex/Library/CMakeLists.txt,
18573         ComplexOneConfig/Executable/CMakeLists.txt,
18574         ComplexOneConfig/Executable/complex.cxx,
18575         ComplexOneConfig/Library/CMakeLists.txt,
18576         ComplexRelativePaths/Executable/CMakeLists.txt,
18577         ComplexRelativePaths/Executable/complex.cxx,
18578         ComplexRelativePaths/Library/CMakeLists.txt: More tests + coverage
18580 2002-01-20 00:11  barre
18582         * Tests/Testing/: CMakeLists.txt, DartConfig.cmake: More coverage +
18583         include Dart.cmake to maximize chance nslookup/hostname are found
18585 2002-01-20 00:11  barre
18587         * Tests/Wrapping/: CMakeLists.txt, hints, vtkExcluded.cxx,
18588         vtkExcluded.h, vtkIncluded.cxx, vtkIncluded.h: Add test for
18589         VTK_WRAP_*
18591 2002-01-20 00:06  barre
18593         * Source/cmLoadCacheCommand.h: Typo
18595 2002-01-19 21:24  barre
18597         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.cmake,
18598         Complex/cmTestConfigure.h.in, Complex/Executable/CMakeLists.txt,
18599         Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
18600         ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.cmake,
18601         ComplexOneConfig/cmTestConfigure.h.in,
18602         ComplexOneConfig/Executable/CMakeLists.txt,
18603         ComplexOneConfig/Executable/complex.cxx,
18604         ComplexOneConfig/Library/CMakeLists.txt,
18605         ComplexRelativePaths/CMakeLists.txt,
18606         ComplexRelativePaths/VarTests.cmake,
18607         ComplexRelativePaths/cmTestConfigure.h.in,
18608         ComplexRelativePaths/Executable/CMakeLists.txt,
18609         ComplexRelativePaths/Executable/complex.cxx,
18610         ComplexRelativePaths/Library/CMakeLists.txt,
18611         Testing/CMakeLists.txt, Testing/testing.cxx,
18612         Wrapping/CMakeLists.txt, Wrapping/wrapping.cxx: Add documentation,
18613         comments. Move some 'Complex' sub-tests into 2 new 'Wrapping' and
18614         'Testing' tests.
18616 2002-01-19 21:23  barre
18618         * Source/CMakeLists.txt: Add 2 new tests
18620 2002-01-19 21:22  barre
18622         * Source/cmSiteNameCommand.cxx: FIX: if the 'hostname' and
18623         'nslookup' commands were not found from their HOSTNAME and NSLOOKUP
18624         cache definition, hard-coded values were used instead, thus causing
18625         pb if the corresponding progs were not in the PATH (RunCommand).
18626         Now use FindProgram() to be sure to find both, otherwise do nothing
18627         and set the site name to "unknown" (arbitrary. could be empty
18628         string ? or error ?).
18630 2002-01-18 23:38  hoffman
18632         * Source/cmCableClassSet.cxx: BUG: make sure regex match has a
18633         string to match
18635 2002-01-18 20:33  barre
18637         * Source/cmExecProgramCommand.cxx: Fix: "cd arg2 ; arg1" not
18638         working. OK with &&. Also should prevent from: "cd
18639         non_existing_dir_oops && rm -fr *"
18641 2002-01-18 20:32  barre
18643         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
18644         ComplexRelativePaths/CMakeLists.txt, Complex/VarTests.cmake,
18645         Complex/VarTests.txt, ComplexOneConfig/VarTests.cmake,
18646         ComplexOneConfig/VarTests.txt, ComplexRelativePaths/VarTests.cmake,
18647         ComplexRelativePaths/VarTests.txt,
18648         Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
18649         ComplexOneConfig/Executable/CMakeLists.txt,
18650         ComplexOneConfig/Executable/complex.cxx,
18651         ComplexRelativePaths/Executable/CMakeLists.txt,
18652         ComplexRelativePaths/Executable/complex.cxx: ENH: Increase test +
18653         coverage
18655 2002-01-18 19:22  barre
18657         * Tests/: Complex/CMakeCache.txt, ComplexOneConfig/CMakeCache.txt,
18658         ComplexRelativePaths/CMakeCache.txt: ENH: Increase test + coverage.
18659         This is not a bug, this cache is used for test.
18661 2002-01-18 19:21  barre
18663         * Tests/: Complex/CMakeLists.txt, ComplexOneConfig/CMakeLists.txt,
18664         ComplexRelativePaths/CMakeLists.txt, Complex/cmTestConfigure.h.in,
18665         Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
18666         Complex/Library/CMakeLists.txt,
18667         ComplexOneConfig/cmTestConfigure.h.in,
18668         ComplexOneConfig/Executable/CMakeLists.txt,
18669         ComplexOneConfig/Executable/complex.cxx,
18670         ComplexOneConfig/Library/CMakeLists.txt,
18671         ComplexRelativePaths/cmTestConfigure.h.in,
18672         ComplexRelativePaths/Executable/CMakeLists.txt,
18673         ComplexRelativePaths/Executable/complex.cxx,
18674         ComplexRelativePaths/Library/CMakeLists.txt: ENH: Increase test +
18675         coverage
18677 2002-01-18 19:21  barre
18679         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: RemoveFile
18680         returns if the file was removed or not
18682 2002-01-18 17:01  barre
18684         * Source/cmLibraryCommand.h: Unused and deprecated class. Goodbye.
18686 2002-01-18 16:59  martink
18688         * Source/cmIfCommand.cxx: bug fix
18690 2002-01-18 16:45  hoffman
18692         * Source/cmIfCommand.cxx: fix if logic for null defs
18694 2002-01-18 15:54  martink
18696         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h:
18697         required for utilties
18699 2002-01-18 15:51  martink
18701         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
18702         fix for utilties
18704 2002-01-18 15:39  andy
18706         * Source/cmSourceFilesRemoveCommand.cxx,
18707         Tests/Complex/Library/CMakeLists.txt,
18708         Tests/ComplexOneConfig/Library/CMakeLists.txt,
18709         Tests/ComplexRelativePaths/Library/CMakeLists.txt: Add GENERATED to
18710         cmSourceFilesRemoveCommand
18712 2002-01-18 15:32  martink
18714         * Source/cmAddCustomCommandCommand.cxx: revert to old behaviour
18716 2002-01-18 15:31  barre
18718         * Tests/: Complex/Library/CMakeLists.txt,
18719         ComplexOneConfig/Library/CMakeLists.txt,
18720         ComplexRelativePaths/Library/CMakeLists.txt: Fix: create_file.cxx
18721         is not GENERATED, it exists (so that it can be removed, until
18722         SOURCE_FILES_REMOVE is synced with SOURCE_FILES)
18724 2002-01-18 15:18  martink
18726         * Source/cmSiteNameCommand.cxx: minor bug fix
18728 2002-01-18 15:16  martink
18730         * Source/cmMakefile.h: bug fixes
18732 2002-01-18 14:44  martink
18734         * Source/: cmCableClassSet.cxx, cmBuildNameCommand.cxx: bug fixes
18736 2002-01-18 14:38  martink
18738         * Source/cmBuildCommand.cxx: compiler warning
18740 2002-01-18 14:07  barre
18742         * Source/cmake.cxx: Fix: escaping spaces was preventing a value
18743         with space to be passed correctly
18745 2002-01-18 13:37  martink
18747         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: merged if MATCHES
18748         fix
18750 2002-01-18 13:30  martink
18752         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
18753         some fixes to recent screwerd up changes
18755 2002-01-18 12:03  barre
18757         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.txt,
18758         Complex/cmTestConfigure.h.in, ComplexOneConfig/CMakeLists.txt,
18759         ComplexOneConfig/VarTests.txt,
18760         ComplexOneConfig/cmTestConfigure.h.in,
18761         ComplexRelativePaths/CMakeLists.txt,
18762         ComplexRelativePaths/VarTests.txt,
18763         ComplexRelativePaths/cmTestConfigure.h.in,
18764         Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
18765         Complex/Library/create_file.cxx,
18766         ComplexOneConfig/Executable/complex.cxx,
18767         ComplexOneConfig/Library/CMakeLists.txt,
18768         ComplexOneConfig/Library/create_file.cxx,
18769         ComplexRelativePaths/Executable/complex.cxx,
18770         ComplexRelativePaths/Library/CMakeLists.txt,
18771         ComplexRelativePaths/Library/create_file.cxx: Increase coverage,
18772         add tests
18774 2002-01-18 11:48  barre
18776         * Source/cmExecProgramCommand.cxx: Fix bug: was expanding second
18777         arg even if not passed. crashed
18779 2002-01-18 11:38  barre
18781         * Source/: cmVariableRequiresCommand.h, cmExecProgramCommand.h: Fix
18782         typo
18784 2002-01-18 11:37  barre
18786         * Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: Fix:
18787         argument was not used.
18789 2002-01-18 11:36  barre
18791         * Source/cmBuildCommand.h: Fix typo (second argument was not
18792         reported)
18794 2002-01-18 11:36  barre
18796         * Source/cmBuildCommand.cxx: no message
18798 2002-01-18 10:28  hoffman
18800         * Source/cmCableClassSet.cxx: AIX compiler fix private to public
18802 2002-01-18 10:27  hoffman
18804         * Source/cmElseCommand.cxx: BUG: GetDefiniton can return null
18806 2002-01-18 09:02  barre
18808         * Tests/: Complex/simple.cxx, ComplexOneConfig/simple.cxx,
18809         ComplexRelativePaths/simple.cxx: Is not used (see Simple test)
18811 2002-01-18 07:05  hoffman
18813         * Tests/: Complex/Executable/complex.cxx,
18814         ComplexOneConfig/Executable/complex.cxx,
18815         ComplexRelativePaths/Executable/complex.cxx: ENH: remove unused and
18816         non-standard io.h file
18818 2002-01-18 07:04  hoffman
18820         * Source/cmIfCommand.cxx: BUG: fix null pointer read if def is not
18821         defined
18823 2002-01-17 16:36  barre
18825         * Tests/: Complex/Executable/complex.cxx,
18826         ComplexOneConfig/Executable/complex.cxx,
18827         ComplexRelativePaths/Executable/complex.cxx: Fix: displays msg if
18828         passed for custom command
18830 2002-01-17 16:35  barre
18832         * Source/cmaketest.cxx: FIX: need a 'make clean' before 'make all'
18833         otherwise the post-build custom-command are not run (since a lib
18834         might be up to date already for ex.).
18836 2002-01-17 15:49  barre
18838         * Tests/: Complex/CMakeLists.txt, Complex/cmTestConfigure.h.in,
18839         ComplexOneConfig/CMakeLists.txt,
18840         ComplexOneConfig/cmTestConfigure.h.in,
18841         ComplexRelativePaths/CMakeLists.txt,
18842         ComplexRelativePaths/cmTestConfigure.h.in,
18843         Complex/Executable/complex.cxx, Complex/Library/CMakeLists.txt,
18844         Complex/Library/create_file.cxx,
18845         ComplexOneConfig/Executable/complex.cxx,
18846         ComplexOneConfig/Library/CMakeLists.txt,
18847         ComplexOneConfig/Library/create_file.cxx,
18848         ComplexRelativePaths/Executable/complex.cxx,
18849         ComplexRelativePaths/Library/CMakeLists.txt,
18850         ComplexRelativePaths/Library/create_file.cxx: ENH: tests
18851         ADD_DEPENDENCIES and ADD_CUSTOM_COMMAND
18853 2002-01-17 15:46  barre
18855         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
18856         Fix so that ADD_DEPENDENCIES work (the Utilities dependencies were
18857         not output)
18859 2002-01-17 14:11  andy
18861         * Source/: cmSourceFilesCommand.cxx, cmSourceFilesCommand.h: Add
18862         option of adding generated files to source list
18864 2002-01-17 12:54  hoffman
18866         * Source/cmDSPWriter.cxx: ENH: only output each link path once
18868 2002-01-17 10:48  king
18870         * Source/cmMakefile.h: ERR: Missing forward declaration of
18871         cmMakeDepend added.
18873 2002-01-17 09:28  hoffman
18875         * Source/cmDSPWriter.cxx: BUG: allow header files to be added to
18876         the dsp file
18878 2002-01-16 17:29  barre
18880         * Source/cmAddCustomCommandCommand.cxx: Remove hack.
18882 2002-01-16 17:26  andy
18884         * Source/cmAddCustomCommandCommand.cxx: Hack to make it work almost
18885         like before
18887 2002-01-16 15:53  hoffman
18889         * Source/cmUnixMakefileGenerator.cxx: ENH: add silent and suffixes
18890         to check depend file
18892 2002-01-16 15:00  hoffman
18894         * Source/cmConfigureFileCommand.cxx: BUG: make sure non cmakedef
18895         lines are not skipped
18897 2002-01-16 12:45  hoffman
18899         * Source/cmConfigureFileCommand.cxx: ENH: do not undef cmakedefine
18900         stuff, just comment out the line
18902 2002-01-15 17:21  berk
18904         * Source/cmUnixMakefileGenerator.cxx: Improved performance by
18905         removing implicit rules.
18907 2002-01-15 16:20  martink
18909         * CMake.pdf, CMake.rtf: updated
18911 2002-01-15 16:19  will
18913         * CMake.pdf: ENH:Support v1.2
18915 2002-01-15 16:15  hoffman
18917         * CMake.rtf: public to www.cmake.org
18919 2002-01-15 15:56  will
18921         * CMake.pdf: ENH:Docs for version 1.2
18923 2002-01-15 15:52  hoffman
18925         * CMake.rtf: update for next version
18927 2002-01-15 15:50  martink
18929         * Source/cmMakefile.h: next release
18931 2002-01-15 15:46  martink
18933         * Source/cmMakefile.h: next release
18935 2002-01-15 15:38  hoffman
18937         * ChangeLog.txt: log for relase 1.2
18939 2002-01-15 15:29  millerjv
18941         * Modules/Dart.cmake: ENH: Added DELIVER_CONTINUOUS_EMAIL as an
18942         advanced cache entry.
18944 2002-01-15 13:20  berk
18946         * Source/: cmFindPathCommand.cxx, cmFindProgramCommand.cxx: FIX:
18947         Entry doc. should never be overwritten. This may cause cmake to be
18948         re-run very often.
18950 2002-01-14 19:08  hoffman
18952         * Source/cmDSPWriter.cxx: ENH: do not depend on the .dsp file but
18953         rather depend on .dsp.cmake and if the .dsp actually changes, then
18954         write it, so clean and rebuild will not cause many reloads
18956 2002-01-14 18:52  hoffman
18958         * Source/cmCacheManager.cxx: ENH: try to keep the dsp files from
18959         changing between each write
18961 2002-01-14 16:28  hoffman
18963         * Source/cmUnixMakefileGenerator.cxx: remove extra logic not needed
18964         anymore because of better depends
18966 2002-01-14 16:02  berk
18968         * Source/cmUnixMakefileGenerator.cxx: Quote echo
18970 2002-01-14 14:49  berk
18972         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: Curses was being
18973         used without initialization.
18975 2002-01-12 22:55  hoffman
18977         * Source/cmBorlandMakefileGenerator.cxx: BUG: use borland run time
18978         dll for shared builds to avoid crashes
18980 2002-01-11 10:55  hoffman
18982         * Templates/configure: ENH: add support for AIX shared libraries
18983         with gcc
18985 2002-01-11 10:54  hoffman
18987         * Templates/configure.in: ENH: add support for shared libraries
18988         with gcc on AIX
18990 2002-01-10 18:09  hoffman
18992         * Source/CMakeLists.txt: ENH: make the fltk build default to OFF,
18993         it fails on too many linux machines with the default build
18995 2002-01-10 18:09  hoffman
18997         * Source/cmNMakeMakefileGenerator.cxx: BUG: fix build of library in
18998         other directory if it is not there
19000 2002-01-10 16:22  andy
19002         * Source/cmConfigureFileCommand.cxx: Add space to output
19004 2002-01-09 17:22  hoffman
19006         * Source/MFCDialog/CMakeSetupDialog.cpp: make it a modal dialog
19008 2002-01-08 17:18  hoffman
19010         * Source/cmBorlandMakefileGenerator.cxx: BUG: need a larger default
19011         page size
19013 2002-01-08 17:18  hoffman
19015         * Source/cmDSPWriter.cxx: BUG: need spaces around linker options
19017 2002-01-08 13:32  hoffman
19019         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake:
19020         ENH: add CMAKE_EXTRA_LINK_FLAGS to dsp generator
19022 2002-01-08 12:57  hoffman
19024         * Templates/: configure, configure.in: ENH: use +Z not +z for pic
19025         and use -fPIC for gcc
19027 2002-01-08 12:53  hoffman
19029         * Templates/: configure, configure.in: ENH: add -L/usr/lib for hp
19030         so shared libs find that directory before the pa1.1 directory
19032 2002-01-07 17:29  barre
19034         * Modules/FindVTK.cmake: More user friendly (built tree is
19035         automatically used).
19037 2002-01-07 16:30  hoffman
19039         * Source/CursesDialog/cmCursesMainForm.cxx: BUG: not all displayed
19040         messages are errors
19042 2002-01-07 15:49  perera
19044         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
19045         Rolling back symbolic path changes until it works on Windows.
19047 2002-01-07 14:12  hoffman
19049         * Templates/configure: Add sizeof some types support
19051 2002-01-07 14:07  andy
19053         * Templates/: configure.in, CMakeBorlandWindowsSystemConfig.cmake,
19054         CMakeNMakeWindowsSystemConfig.cmake, CMakeSystemConfig.cmake.in,
19055         CMakeWindowsSystemConfig.cmake: Add sizeof some types support
19057 2002-01-07 13:47  hoffman
19059         * Templates/: configure, configure.in: use -shared for sunos build
19061 2002-01-06 14:59  perera
19063         * Source/: cmSystemTools.cxx, cmSystemTools.h, cmake.cxx, cmake.h:
19064         ENH: Add an invocation that maintains symbolic paths to the source
19065         and binary trees, mainly for systems with automounted network
19066         drives.  ENH: CollapseFullPath() no longer adds a trailing "/" to
19067         directory paths.
19069 2002-01-04 09:23  martink
19071         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp: added
19072         release version
19074 2002-01-03 16:02  andy
19076         * Source/: cmAddCustomCommandCommand.cxx,
19077         cmAddCustomCommandCommand.h: Fix add custom command so that it
19078         actually executes the code
19080 2002-01-03 14:19  martink
19082         * Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx:
19083         minor fixes
19085 2002-01-03 14:05  martink
19087         * Source/cmVTKWrapTclCommand.cxx: minor fix
19089 2002-01-03 13:56  martink
19091         * Source/cmVTKWrapTclCommand.cxx: minor fix
19093 2002-01-03 09:34  martink
19095         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: expand vars nwo for
19096         exists test
19098 2002-01-02 16:46  martink
19100         * Source/: cmElseCommand.cxx, cmIfCommand.cxx, cmIfCommand.h: added
19101         exists option for if statement
19103 2002-01-02 16:45  martink
19105         * Source/: cmake.cxx, CursesDialog/cmCursesLongMessageForm.cxx,
19106         CursesDialog/cmCursesMainForm.cxx: prints the relese version
19108 2002-01-02 16:44  martink
19110         * Source/cmMakefile.h: added release verison to cmMakefile
19112 2002-01-02 11:54  hoffman
19114         * Source/: cmNMakeMakefileGenerator.cxx,
19115         cmUnixMakefileGenerator.cxx: BUG: put back recursive call to make
19116         for checking sources
19118 2001-12-31 12:02  berk
19120         * Source/cmUnixMakefileGenerator.cxx: Type || should have been &&
19122 2001-12-31 11:54  hoffman
19124         * Source/: cmNMakeMakefileGenerator.cxx,
19125         cmUnixMakefileGenerator.cxx: ENH: remove one call to make, and
19126         clean echo stuff a bit
19128 2001-12-30 17:18  berk
19130         * Source/cmUnixMakefileGenerator.cxx: BUG: fix long depend list
19131         because it gets cut on the hp: I may look like berk, but it is bill
19132         H.
19134 2001-12-28 17:01  hoffman
19136         * Source/MFCDialog/MakeHelp.cpp: ENH: use the correct case
19138 2001-12-28 17:00  hoffman
19140         * Source/MFCDialog/CMakeSetup.dsp: DO NOT USE INCREMENTAL
19142 2001-12-28 17:00  hoffman
19144         * Source/: cmNMakeMakefileGenerator.cxx,
19145         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: ENH: remove
19146         the rule to run make depend from the top with each change in any
19147         cmakelist file.  Instead, run make depend in the current directory
19148         if a source file changes, or if a .h file changes or is removed
19150 2001-12-28 15:58  perera
19152         * Source/: cmBorlandMakefileGenerator.cxx,
19153         cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: BUG:
19154         Don't generate build rules for header files.
19156 2001-12-28 15:56  perera
19158         * Source/cmMakefile.cxx: BUG: .txx are not source files. They
19159         contain template code which can only be compiled when included in a
19160         regular .cxx file. By themselves, they cause do not cause code to
19161         be generated.
19163 2001-12-28 15:54  perera
19165         * Source/cmSourceFile.cxx: ENH: Classify a file as source or header
19166         even when the extension is given explicitly.
19168 2001-12-28 15:37  hoffman
19170         * CMakeLists.txt: remove bad ADD_DEPENDENCIES commands
19172 2001-12-28 12:40  hoffman
19174         * Source/CMakeLists.txt: ERR: remove bad ADD_DEPENDENCIES commands
19176 2001-12-27 14:55  hoffman
19178         * Source/cmIfCommand.cxx: remove warning
19180 2001-12-27 13:55  hoffman
19182         * Source/cmAddDependenciesCommand.cxx: ENH: add error checking
19184 2001-12-21 18:25  barre
19186         * Source/MFCDialog/CMakeSetupDialog.cpp: Fix: the generator choice
19187         value was hardcoded and overrode the value passed as a command-line
19188         param (desktop shortcuts)
19190 2001-12-21 16:19  barre
19192         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.cpp:
19193         Fix: vars that have just become ADVANCED should be removed from the
19194         GUI
19196 2001-12-21 15:39  hoffman
19198         * Source/: cmNMakeMakefileGenerator.cxx,
19199         cmUnixMakefileGenerator.cxx: BUG: fix so you can remove a directory
19200         in the source tree, and clean up echo of commands
19202 2001-12-21 15:11  martink
19204         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
19205         cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
19206         cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
19207         cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
19208         cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesStringWidget.cxx,
19209         cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
19210         update interface
19212 2001-12-21 15:10  martink
19214         * Source/cmake.cxx: add patch hack
19216 2001-12-21 14:54  martink
19218         * Source/: cmBuildCommand.cxx, cmSystemTools.cxx, ctest.cxx: fix
19219         for dos files on UNIX make -k and flush in ctest
19221 2001-12-21 14:44  martink
19223         * Modules/: FindCurses.cmake, FindJNI.cmake, FindMPI.cmake,
19224         FindPythonLibs.cmake: general improvements
19226 2001-12-21 14:40  barre
19228         * Modules/: FindVTK.cmake, FindVTK.cmake: Change so that different
19229         flavours of VTK might be chosen by the user. See full instructions
19230         in that file.
19232 2001-12-21 14:40  martink
19234         * configure.in, configure: fixed for SGI CC
19236 2001-12-21 14:39  martink
19238         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
19239         CMakeNMakeWindowsSystemConfig.cmake,
19240         CMakeWindowsSystemConfig.cmake, DLLHeader.dsptemplate, configure,
19241         configure.in, staticLibHeader.dsptemplate: variety of bug fixes
19243 2001-12-21 09:55  ibanez
19245         * Source/cmFLTKWrapUICommand.cxx: ENH: No longer tries to create a
19246         directory for the output
19248 2001-12-21 09:07  hoffman
19250         * Source/cmUnixMakefileGenerator.cxx: ENH: add support for DESTDIR
19251         in install targets
19253 2001-12-21 00:01  perera
19255         * Source/cmUnixMakefileGenerator.cxx,
19256         Templates/CMakeSystemConfig.cmake.in: ENH: Add option to disable
19257         use of -rpath.
19259 2001-12-20 17:00  hoffman
19261         * Source/: cmBorlandMakefileGenerator.cxx,
19262         cmNMakeMakefileGenerator.cxx: ENH: fix for win98 check for
19263         directory existence
19265 2001-12-20 16:10  barre
19267         * Modules/: FindTclsh.cmake, FindWish.cmake, FindTCL.cmake,
19268         FindTCL.cmake, FindTclsh.cmake, FindWish.cmake: ENH: ADVANCED was
19269         not propagated to the new sub-mods
19271 2001-12-20 15:46  hoffman
19273         * Source/: cmNMakeMakefileGenerator.cxx,
19274         cmUnixMakefileGenerator.cxx: ENH: add make silent flag for nmake
19275         and move .SILENT: directive to top of makefile
19277 2001-12-20 15:45  barre
19279         * Modules/: FindFLTK.cmake, FindFLTK.cmake: ENH: mark everything
19280         ADVANCED
19282 2001-12-20 15:45  hoffman
19284         * Source/cmBorlandMakefileGenerator.cxx: ENH: use better command
19285         for creating static library
19287 2001-12-20 15:44  hoffman
19289         * Templates/: CMakeBorlandWindowsSystemConfig.cmake,
19290         CMakeNMakeWindowsSystemConfig.cmake,
19291         CMakeWindowsSystemConfig.cmake: BUG: must use CACHE values in these
19293 2001-12-20 15:22  barre
19295         * Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
19297 2001-12-20 15:17  barre
19299         * Modules/FindVTK.cmake: ENH: Also look for 4.2, 4.1, 4.0
19301 2001-12-20 08:16  hoffman
19303         * Example/Demo/demo.cxx: remove fancy cxx stuff from the example
19305 2001-12-19 21:51  barre
19307         * Modules/FindJNI.cmake: ENH: Make everything ADVANCED
19309 2001-12-19 18:45  hoffman
19311         * Source/: cmBorlandMakefileGenerator.cxx,
19312         cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
19313         cmUnixMakefileGenerator.cxx: ENH: add silent mode for makefile
19314         builds and fix borland and nmake after the depend stuff
19316 2001-12-19 15:26  hoffman
19318         * Source/: CMakeLists.txt, cmaketest.cxx: add example to tests
19320 2001-12-19 15:25  hoffman
19322         * Example/: CMakeLists.txt, Demo/CMakeLists.txt, Demo/demo.cxx,
19323         Demo/demo_b.cxx, Hello/CMakeLists.txt, Hello/hello.cxx,
19324         Hello/hello.h: move example into the source tree so it will work...
19326 2001-12-19 11:38  barre
19328         * Modules/FindTCL.cmake: default ActiveState Tcl install dir is now
19329         C:/Tcl
19331 2001-12-19 08:35  hoffman
19333         * Source/cmVTKMakeInstantiatorCommand.cxx: change ostrstream to
19334         strstream
19336 2001-12-19 08:26  hoffman
19338         * Templates/configure, Templates/configure.in, configure,
19339         configure.in: check for LANG:std
19341 2001-12-18 21:00  hoffman
19343         * configure, configure.in, Templates/configure,
19344         Templates/configure.in: -LANG:std should be default on sgi for ansi
19345         CXX Flags
19347 2001-12-18 20:32  hoffman
19349         * Templates/staticLibHeader.dsptemplate: fix comment
19351 2001-12-18 17:30  hoffman
19353         * Templates/: configure, configure.in: syntax error
19355 2001-12-18 17:17  hoffman
19357         * Templates/configure: use cxx compiler on sgi to build static libs
19359 2001-12-18 17:16  hoffman
19361         * Templates/configure.in: use cxx compiler to build static libs on
19362         sgi
19364 2001-12-18 16:21  martink
19366         * Modules/FindJNI.cmake: bad spelling of java
19368 2001-12-18 14:55  king
19370         * Source/cmIfCommand.cxx: ENH: Added error reporting for missing
19371         arguments to ENDIF.
19373 2001-12-18 13:35  berk
19375         * Source/CursesDialog/cmCursesBoolWidget.cxx: Fixed warning.
19377 2001-12-18 11:35  king
19379         * Source/: cmVTKMakeInstantiatorCommand.cxx,
19380         cmVTKMakeInstantiatorCommand.h: ENH: Improved flexibility of
19381         command by allowing specificiation of separate input and outputs
19382         source lists.  Multiple input source lists are now also allowed.
19384 2001-12-18 10:21  king
19386         * Source/: cmBorlandMakefileGenerator.cxx,
19387         cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: ENH:
19388         Improved dependency generation.  If any cmake.depends is out of
19389         date, all of them in the tree are re-generated.  This is necessary
19390         in certain cases when CMakeLists.txt files change.
19392 2001-12-18 09:51  king
19394         * Source/cmElseCommand.cxx: ENH: Added option to IF command to test
19395         if a command exists.  Syntax is IF(COMMAND name-of-command).
19397 2001-12-18 09:39  king
19399         * Source/: cmIfCommand.cxx, cmMakefile.cxx, cmMakefile.h: ENH:
19400         Added option to IF command to test if a command exists.  Syntax is
19401         IF(COMMAND name-of-command).
19403 2001-12-18 09:16  king
19405         * Source/cmMakefile.cxx: BUG: Existing projects have cache entries
19406         with the same name as the command they adjust (VTK_WRAP_JAVA in
19407         VTK, for example).  Setting the command name as a variable is too
19408         dangerous.
19410 2001-12-17 17:44  andy
19412         * Source/cmSystemTools.cxx: Better handling of new lines when
19413         moving from dos to unix
19415 2001-12-17 16:20  king
19417         * Source/: cmCommands.cxx, cmVTKMakeInstantiatorCommand.cxx,
19418         cmVTKMakeInstantiatorCommand.h: ENH: Adding VTK_MAKE_INSTANTIATOR
19419         command.  This command will be used by VTK kits to register their
19420         classes with vtkInstantiator.
19422 2001-12-17 16:19  king
19424         * Source/cmMakefile.cxx: ENH: Each cmake command now adds a cmake
19425         variable of its own name, set to ON.  This allows constructs in
19426         CMakeLists.txt files like: IF(FOO_COMMAND)   FOO_COMMAND()
19427         ENDIF(FOO_COMMAND) This provides the option to add CMake commands
19428         for extra functionality without breaking compatability with earlier
19429         versions of CMake.
19431 2001-12-17 11:30  hoffman
19433         * Templates/: CMakeNMakeWindowsSystemConfig.cmake,
19434         DLLHeader.dsptemplate: remove stack stuff
19436 2001-12-17 11:28  hoffman
19438         * Templates/CMakeWindowsSystemConfig.cmake: use a better compiler
19439         name
19441 2001-12-17 11:15  hoffman
19443         * Source/cmDSPWriter.cxx: ENH: allow custom commands for files that
19444         msdev knows about
19446 2001-12-16 18:52  barre
19448         * Source/cmVTKWrapPythonCommand.cxx: Wrap abstract class too, as
19449         per David Gobbi's request (for the sake of the internal
19450         documentation features of python").
19452 2001-12-14 22:41  hoffman
19454         * Source/cmBuildCommand.cxx: use -i not -k for make
19456 2001-12-13 13:28  berk
19458         * Source/CursesDialog/: cmCursesBoolWidget.cxx,
19459         cmCursesBoolWidget.h, cmCursesDummyWidget.cxx,
19460         cmCursesDummyWidget.h, cmCursesForm.h, cmCursesLabelWidget.cxx,
19461         cmCursesLabelWidget.h, cmCursesLongMessageForm.cxx,
19462         cmCursesMainForm.cxx, cmCursesMainForm.h, cmCursesStringWidget.cxx,
19463         cmCursesStringWidget.h, cmCursesWidget.cxx, cmCursesWidget.h:
19464         Updated toolbar.
19466 2001-12-12 18:27  hoffman
19468         * Source/CMakeLists.txt: ENH: allow local changes
19470 2001-12-12 13:57  berk
19472         * Modules/FindMPI.cmake: Added doc.
19474 2001-12-12 12:05  king
19476         * Modules/FindCurses.cmake: ENH: Added /lib to curses search path.
19478 2001-12-12 11:51  berk
19480         * Modules/FindMPI.cmake: Added support for a 2nd mpi library
19481         (usually mpi++)
19483 2001-12-11 15:59  king
19485         * Source/cmUnixMakefileGenerator.cxx: BUG: cmake.depends files of
19486         zero size were not being re-written in some cases.  Added a comment
19487         output to the top of the file so it will be re-written every time.
19489 2001-12-11 14:09  blezek
19491         * Modules/FindPythonLibs.cmake: ENH: Adding /usr/*/python1.5 for
19492         RedHat 7.1/Python 1.5 users
19494 2001-12-11 12:29  hoffman
19496         * Source/cmSubdirDependsCommand.cxx: remove warning
19498 2001-12-11 10:42  hoffman
19500         * Source/: cmUnixMakefileGenerator.cxx,
19501         cmUnixMakefileGenerator.cxx: check for empty library output path
19503 2001-12-11 10:39  hoffman
19505         * Source/ctest.cxx: ENH: add flush
19507 2001-12-11 02:21  ibanez
19509         * Source/: cmFLTKWrapUICommand.h, cmFLTKWrapUICommand.cxx: FIX: The
19510         command was modified it uses now a target and a source list     
19511         composed of .fl files. The names of the generated .cxx files are   
19512           added internally to the Sources list of the target.
19514 2001-12-11 02:17  ibanez
19516         * Source/: cmUnixMakefileGenerator.cxx, cmTarget.h: FIX:
19517         GENERATED_CODE type is no longer needed: generated code is not a
19518         Target.
19520 2001-12-10 12:10  king
19522         * Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
19523         program.  Also now only looks for cygtclsh80 if under cygwin.
19525 2001-12-10 12:04  king
19527         * Modules/FindTclsh.cmake: ENH: Added more filenames for tclsh
19528         program.  Also now only looks for cygtclsh80 if under cygwin.
19530 2001-12-10 12:02  perera
19532         * Source/cmUnixMakefileGenerator.cxx: BUG: LIBRARY_OUTPATH_PATH may
19533         be "set" to the null string, in which case it should be ignored.
19535 2001-12-10 11:27  king
19537         * Source/: cmMakefile.cxx, cmMakefile.h,
19538         cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
19539         cmUnixMakefileGenerator.cxx: ENH: Parallel build support is now
19540         automatic.  SUBDIR_DEPENDS command now does nothing.  Also fixed a
19541         bug in CMakeLists.txt file inheritance when a directory level is
19542         skipped.
19544 2001-12-10 11:03  king
19546         * Source/: cmMakefile.cxx, cmMakefile.h,
19547         cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
19548         cmUnixMakefileGenerator.cxx: ENH: SUBDIR_DEPENDS command now does
19549         nothing.  The parallel build functionality is now automatic. 
19550         Dependencies are setup to force the same build order as a single
19551         threaded build, but multiple files in the same directory can be
19552         built simultaneously.  Also fixed bug with inheriting
19553         CMakeLists.txt files when a directory level is skipped.
19555 2001-12-08 21:17  hoffman
19557         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
19558         merge bug fixes to release
19560 2001-12-08 21:16  hoffman
19562         * Source/cmCacheManager.cxx: merge bug fixes to release, mistaken
19563         comment in cache
19565 2001-12-08 21:10  hoffman
19567         * Source/cmUnixMakefileGenerator.cxx: BUG: if LIBRARY_OUTPUT_PATH
19568         is set, then use the fullpath for a remote target
19570 2001-12-08 20:49  hoffman
19572         * Source/cmUnixMakefileGenerator.h: WAR: remove warning
19574 2001-12-07 19:11  hoffman
19576         * Source/cmUnixMakefileGenerator.cxx: BUG: executable extension
19577         wrong for ctest search, and was not looking in Debug and Release
19579 2001-12-07 18:27  berk
19581         * Source/cmCacheManager.cxx: If an entry starts with // (network
19582         paths), double quote it.
19584 2001-12-07 18:15  perera
19586         * Source/cmUnixMakefileGenerator.cxx: BUG: the rule for generating
19587         a library no longer has the full path, and so the dependency
19588         targets shouldn't, either.
19590 2001-12-07 18:12  berk
19592         * Source/cmCacheManager.cxx: Comments start with TWO leading
19593         slashes not _one_
19595 2001-12-07 16:06  martink
19597         * Source/cmMakefile.h: version rev
19599 2001-12-07 16:01  martink
19601         * Source/cmMakefile.h: release 10
19603 2001-12-07 15:47  hoffman
19605         * Source/cmCacheManager.cxx, Source/cmMarkAsAdvancedCommand.cxx,
19606         Source/cmMarkAsAdvancedCommand.h,
19607         Source/MFCDialog/CMakeSetupDialog.cpp,
19608         Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add mark as
19609         not advanced to mark as advanced
19611 2001-12-07 14:57  hoffman
19613         * ChangeLog.txt: yet another release
19615 2001-12-07 14:31  hoffman
19617         * Source/cmaketest.cxx: ENH: convert to windows paths
19619 2001-12-07 13:10  hoffman
19621         * Source/cmaketest.cxx: ENH: use windows paths to run commands and
19622         escape spaces
19624 2001-12-07 10:58  hoffman
19626         * Source/: cmBorlandMakefileGenerator.cxx,
19627         cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx,
19628         cmUnixMakefileGenerator.h: ENH: add custom commands for targets
19630 2001-12-07 10:32  barre
19632         * Templates/CMakeBorlandWindowsSystemConfig.cmake: Remove "unused
19633         var" warning from C_FLAGS
19635 2001-12-06 20:04  barre
19637         * Source/cmNMakeMakefileGenerator.cxx: Do not output library search
19638         path if the library path option/flag is empty + add
19639         CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support
19640         the @<< syntax
19642 2001-12-06 20:02  barre
19644         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add
19645         CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support
19646         the @<< syntax
19648 2001-12-06 17:40  andy
19650         * Source/CursesDialog/cmCursesMainForm.cxx: Fix bug with string
19652 2001-12-06 17:09  hoffman
19654         * Source/cmakewizard.cxx: ENH: call convert to unix slashes for
19655         path and filepath entries
19657 2001-12-06 17:07  berk
19659         * Source/CursesDialog/cmCursesMainForm.cxx: Added support for ~.
19661 2001-12-06 16:50  martink
19663         * Source/cmSystemTools.cxx: handle tildas
19665 2001-12-06 13:32  barre
19667         * Source/cmUnixMakefileGenerator.cxx: Lib path should be converted
19668         to native path too.
19670 2001-12-06 13:31  barre
19672         * Source/: cmBorlandMakefileGenerator.cxx,
19673         cmBorlandMakefileGenerator.h, cmNMakeMakefileGenerator.cxx,
19674         cmNMakeMakefileGenerator.h: Fix the command quoting pb (remove
19675         m_QuoteNextCommand), move ConvertToNativePath to NMake gen
19677 2001-12-06 11:52  martink
19679         * Modules/Dart.cmake: better use of modules
19681 2001-12-06 11:52  martink
19683         * Modules/FindDart.cmake: better docs
19685 2001-12-06 11:52  martink
19687         * Modules/FindTCL.cmake: now broken into pieces
19689 2001-12-06 11:51  martink
19691         * Modules/: FindTclsh.cmake, FindWish.cmake: new modules
19693 2001-12-06 11:49  martink
19695         * Source/CursesDialog/ccmake.cxx: Cleaning last line at exit.
19697 2001-12-06 10:24  martink
19699         * Templates/CMakeSystemConfig.cmake.in: made install prefix non
19700         advanced
19702 2001-12-05 16:05  barre
19704         * Source/MFCDialog/CMakeSetupDialog.cpp: If Shift is pressed with
19705         'OK', then don't quit
19707 2001-12-05 15:36  perera
19709         * Modules/FindTCL.cmake: ENH: add more possible names for
19710         executables.
19712 2001-12-05 15:28  barre
19714         * Source/: cmNMakeMakefileGenerator.cxx, cmCacheManager.cxx,
19715         MFCDialog/CMakeSetupDialog.cpp: Add single quotes feature.
19717 2001-12-05 15:00  barre
19719         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add single quotes
19720         feature.
19722 2001-12-05 12:07  martink
19724         * Source/cmMakefile.h: up version
19726 2001-12-05 11:59  martink
19728         * Source/cmMakefile.h: up version
19730 2001-12-05 11:38  hoffman
19732         * ChangeLog.txt: new version
19734 2001-12-05 11:37  will
19736         * CMake.pdf: updated from rtf
19738 2001-12-05 11:32  hoffman
19740         * CMake.rtf: ENH: update cvs path
19742 2001-12-04 18:49  starreveld
19744         * Templates/: configure, configure.in: 
19745         
19746         Add the flat_namespace and undefined suppress flags to OSX builds
19748 2001-12-04 17:28  hoffman
19750         * Source/cmSystemTools.cxx: ENH: remove /tmp_mnt from all paths in
19751         convert to unix slashes
19753 2001-12-04 16:19  berk
19755         * Source/CursesDialog/cmCursesMainForm.cxx: Fixed outdated comment
19757 2001-12-04 15:55  hoffman
19759         * Templates/CMakeBorlandWindowsSystemConfig.cmake: add tWM to c
19760         flags as well as CXX flags
19762 2001-12-04 15:53  berk
19764         * Source/CursesDialog/cmCursesMainForm.cxx: Fixed overflow problem.
19766 2001-12-04 15:16  hoffman
19768         * Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: add -tWM to
19769         default flags for compilation
19771 2001-12-04 12:03  hoffman
19773         * Source/cmUnixMakefileGenerator.cxx: crazy fix for putenv, and
19774         native path called on custom command paths
19776 2001-12-04 11:20  berk
19778         * Source/CursesDialog/cmCursesStandardIncludes.h: replacing clear()
19780 2001-12-04 11:16  berk
19782         * Source/CursesDialog/: ccmake.cxx, cmCursesForm.cxx,
19783         cmCursesForm.h, cmCursesLongMessageForm.cxx, cmCursesMainForm.cxx,
19784         cmCursesStringWidget.cxx: Added debugging.
19786 2001-12-04 10:55  barre
19788         * Modules/: Documentation.cmake, FindCygwin.cmake,
19789         FindDoxygen.cmake, FindHhc.cmake, FindPerl.cmake,
19790         FindSelfPackers.cmake, FindUnixCommands.cmake, FindWget.cmake:
19791         Remove unneeded test and code duplication. Add WIN32 test. Make all
19792         ADVANCED.
19794 2001-12-04 10:54  barre
19796         * Modules/Dart.cmake: Remove code duplication. Call FindTcl.cmake,
19797         which also does the ADVANCED stuff.
19799 2001-12-04 10:53  barre
19801         * Modules/FindTCL.cmake: Make shells also ADVANCED
19803 2001-12-04 10:27  barre
19805         * Modules/FindPythonLibs.cmake: Make vars ADVANCED for WIN32 (same
19806         as Tcl)
19808 2001-12-04 10:11  hoffman
19810         * Source/CursesDialog/form/frm_driver.c: no c++ comments in c code,
19811         duhhhh
19813 2001-12-03 19:58  hoffman
19815         * Source/CursesDialog/form/frm_driver.c: ENH: AIX seems to define
19816         lines and columns as macros, I undefed them
19818 2001-12-03 18:04  hoffman
19820         * Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix crashes
19821         in console apps
19823 2001-12-03 17:47  hoffman
19825         * Source/cmVariableRequiresCommand.cxx: ENH: let people know the
19826         variable is advanced
19828 2001-12-03 17:01  hoffman
19830         * Modules/FindOpenGL.cmake, Source/cmBorlandMakefileGenerator.cxx,
19831         Templates/CMakeBorlandWindowsSystemConfig.cmake: ENH: fix debugging
19832         with borland
19834 2001-12-03 17:00  hoffman
19836         * Source/cmake.cxx: ENH: add -C load cache file option
19838 2001-12-03 15:59  barre
19840         * Source/MFCDialog/: CMakeSetupDialog.cpp,
19841         CMakeCommandLineInfo.cpp, CMakeCommandLineInfo.h: Add /A and /G
19842         command-line param to carry the value of "Show Advanced" and
19843         generator name in desktop shortcuts
19845 2001-12-03 15:55  martink
19847         * Source/ctest.cxx: minor fix for not found executables
19849 2001-12-03 15:48  hoffman
19851         * CMake.rtf: [no log message]
19853 2001-12-03 15:11  berk
19855         * Source/: cmake.cxx, cmake.cxx: Fixed help.
19857 2001-12-03 13:05  hoffman
19859         * Source/Makefile.borland: add wizard
19861 2001-12-03 09:39  hoffman
19863         * CMake.rtf: update docs some
19865 2001-12-02 18:22  ibanez
19867         * Source/cmFLTKWrapUICommand.cxx: ENH: AddCustomCommand register
19868         now multiple outputs. Auxiliary variable manage      the output
19869         directory where FLTK generated code is going to be writen.
19871 2001-11-30 17:20  barre
19873         * Source/: cmBuildCommand.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
19874         cmIfCommand.cxx, cmUnixMakefileGenerator.cxx, cmake.cxx: fix
19875         warning for Borland build
19877 2001-11-30 16:51  hoffman
19879         * Source/cmakewizard.h: [no log message]
19881 2001-11-30 16:48  hoffman
19883         * Source/CMakeLib.dsp, Source/CMakeLists.txt,
19884         Source/Makefile.borland, Source/Makefile.in,
19885         Source/cmBorlandMakefileGenerator.cxx,
19886         Source/cmBorlandMakefileGenerator.h,
19887         Source/cmBorlandMakefileGenerator2.cxx,
19888         Source/cmBorlandMakefileGenerator2.h, Source/cmForEachCommand.cxx,
19889         Source/cmake.cxx, Source/cmakemain.cxx, Source/cmakewizard.cxx,
19890         Templates/CMakeBorlandWindowsSystemConfig.cmake,
19891         Templates/CMakeWindowsBorlandConfig.cmake,
19892         Templates/CMakeWindowsBorlandConfig2.cmake: new borland generator
19893         moved into place
19895 2001-11-30 16:27  hoffman
19897         * Source/: cmBorlandMakefileGenerator.cpp,
19898         cmBorlandMakefileGenerator.h: Replace with nmake subclassed
19899         generator
19901 2001-11-30 16:05  barre
19903         * Source/: cmBorlandMakefileGenerator2.cxx,
19904         cmNMakeMakefileGenerator.cxx, cmUnixMakefileGenerator.cxx: Add
19905         options for library manager (lib).
19907 2001-11-30 16:04  barre
19909         * Templates/CMakeNMakeWindowsSystemConfig.cmake: Add options for
19910         library manager (lib). Alpha sort
19912 2001-11-30 15:55  berk
19914         * Modules/FindTCL.cmake: Unix users are smarter.
19916 2001-11-30 15:04  berk
19918         * Source/CursesDialog/: cmCursesMainForm.cxx,
19919         cmCursesStringWidget.cxx: Improving interface.
19921 2001-11-30 14:50  hoffman
19923         * Source/CursesDialog/cmCursesMainForm.cxx: print cmake running
19924         message to cerr
19926 2001-11-30 14:33  barre
19928         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
19929         Source/cmNMakeMakefileGenerator.cxx: Add linker flags for each
19930         build type
19932 2001-11-30 14:24  berk
19934         * Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
19936 2001-11-30 14:16  berk
19938         * Source/CursesDialog/cmCursesMainForm.cxx: Better documentation.
19940 2001-11-30 13:59  berk
19942         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
19943         cmCursesMainForm.cxx, cmCursesStringWidget.cxx: Improved help.
19945 2001-11-30 13:53  berk
19947         * Templates/CMakeSystemConfig.cmake.in: Removed unused options.
19949 2001-11-30 13:10  barre
19951         * Templates/CMakeNMakeWindowsSystemConfig.cmake: CMAKE_ANSI_CFLAGS
19952         is used by VTK, so it should be set in the NMake config so that it
19953         gets expanded (even to "")
19955 2001-11-30 13:09  hoffman
19957         * Source/cmNMakeMakefileGenerator.cxx: fix library suffix
19959 2001-11-30 12:41  hoffman
19961         * Source/cmUnixMakefileGenerator.cxx: remove suffix rules
19963 2001-11-30 12:05  hoffman
19965         * Source/cmUnixMakefileGenerator.cxx: add new suffix rules
19967 2001-11-30 11:34  berk
19969         * Source/CursesDialog/: ccmake.cxx, cmCursesLongMessageForm.cxx,
19970         cmCursesMainForm.cxx, cmCursesStandardIncludes.h: Can non use clear
19971         because it is undef'ed.
19973 2001-11-30 10:58  berk
19975         * Source/CursesDialog/ccmake.cxx: Fixed warning.
19977 2001-11-30 10:54  berk
19979         * Source/CursesDialog/: ccmake.cxx, cmCursesMainForm.cxx: Fixed
19980         warning.
19982 2001-11-30 10:51  berk
19984         * Source/CursesDialog/: cmCursesMainForm.h, cmCursesMainForm.cxx:
19985         Since it is being used as an array size in another file, it is not
19986         possible to initialize MAX_WIDTH in a .cxx file.
19988 2001-11-30 10:41  hoffman
19990         * Source/cmUnixMakefileGenerator.cxx: fix warning
19992 2001-11-30 10:39  berk
19994         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
19995         cmCursesLongMessageForm.h: Missed std::
19997 2001-11-30 10:28  berk
19999         * Source/CursesDialog/cmCursesMainForm.h: Missed std::
20001 2001-11-30 10:27  berk
20003         * Templates/CMakeSystemConfig.cmake.in: CMAKE_WORDS_BIGENDIAN
20004         should not be in the cache.
20006 2001-11-30 10:23  berk
20008         * Modules/FindPythonLibs.cmake: PYTHON_DEBUG_LIBRARY is only used
20009         on Windows.
20011 2001-11-30 09:19  barre
20013         * Templates/CMakeSystemConfig.cmake.in: fix: If documentation
20014         added, then need cache type
20016 2001-11-29 23:45  berk
20018         * Source/CursesDialog/: cmCursesLongMessageForm.cxx,
20019         cmCursesLongMessageForm.h: opps I forgot to add these
20021 2001-11-29 23:24  hoffman
20023         * Source/Makefile.borland, Source/cmBorlandMakefileGenerator2.cxx,
20024         Source/cmNMakeMakefileGenerator.cxx,
20025         Source/cmUnixMakefileGenerator.cxx,
20026         Templates/CMakeSystemConfig.cmake.in,
20027         Templates/CMakeWindowsBorlandConfig2.cmake: ENH: fix various
20028         problems caused by the generalization of nmake generator
20030 2001-11-29 20:59  barre
20032         * Source/cmBorlandMakefileGenerator2.cxx,
20033         Source/cmNMakeMakefileGenerator.cxx,
20034         Source/cmUnixMakefileGenerator.cxx,
20035         Source/cmUnixMakefileGenerator.h,
20036         Templates/CMakeNMakeWindowsSystemConfig.cmake,
20037         Templates/CMakeSystemConfig.cmake.in,
20038         Templates/CMakeWindowsBorlandConfig2.cmake,
20039         Templates/CMakeWindowsSystemConfig.cmake: Nmake build: move most of
20040         hard-coded values to config parameters
20042 2001-11-29 16:44  berk
20044         * Source/: cmListFileCache.cxx, cmSystemTools.cxx, cmSystemTools.h,
20045         ctest.cxx, CursesDialog/CMakeLists.txt, CursesDialog/ccmake.cxx,
20046         CursesDialog/cmCursesCacheEntryComposite.cxx,
20047         CursesDialog/cmCursesCacheEntryComposite.h,
20048         CursesDialog/cmCursesForm.h, CursesDialog/cmCursesMainForm.cxx,
20049         CursesDialog/cmCursesMainForm.h: Improvements to the curses
20050         interface.
20052 2001-11-29 15:14  hoffman
20054         * Source/MFCDialog/CMakeSetup.cpp: ENH: fix memory leaks
20056 2001-11-29 14:51  barre
20058         * Source/cmNMakeMakefileGenerator.cxx: Fix space pb (embended, then
20059         escaped)
20061 2001-11-29 09:22  hoffman
20063         * Source/Makefile.borland: add bootstrap makefile for borland
20064         compiler
20066 2001-11-29 09:09  hoffman
20068         * Source/CMakeLists.txt, Source/cmBorlandMakefileGenerator2.cxx,
20069         Source/cmakewizard.cxx, Templates/CMakeWindowsBorlandConfig2.cmake:
20070         fix for shared libs and borland
20072 2001-11-29 01:51  ibanez
20074         * Source/cmUnixMakefileGenerator.cxx: ENH: GENERATED_CODE case
20075         added to switch.
20077 2001-11-29 01:48  ibanez
20079         * Source/cmTarget.h: ENH: A type of target was added for
20080         representing GENERATED_CODE
20082 2001-11-29 01:46  ibanez
20084         * Source/cmFLTKWrapUICommand.cxx: ENH: Custom commands are now
20085         builded.
20087 2001-11-28 18:07  hoffman
20089         * Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator2.cxx,
20090         Source/cmBorlandMakefileGenerator2.h,
20091         Source/cmNMakeMakefileGenerator.cxx,
20092         Source/cmNMakeMakefileGenerator.h,
20093         Source/cmUnixMakefileGenerator.cxx,
20094         Source/cmUnixMakefileGenerator.h,
20095         Templates/CMakeWindowsBorlandConfig2.cmake: ENH: borland generator
20096         2 is working more or less
20098 2001-11-28 14:45  ibanez
20100         * Source/cmFLTKWrapUICommand.cxx: ENH: Command simplified in order
20101         to construct a Source list of .cxx from      a source list of .fl
20102         GUI files.
20104 2001-11-28 14:44  ibanez
20106         * Source/cmFLTKWrapUICommand.h: ENH: The command was simplified to
20107         generate a source list of cxx from a      source list of .fl GUI
20108         files.
20110 2001-11-28 12:49  barre
20112         * Modules/FindPythonLibs.cmake: Fynd Python debug lib in usual libs
20113         dir too
20115 2001-11-28 11:12  hoffman
20117         * Source/: CMakeLists.txt, cmBorlandMakefileGenerator2.cxx,
20118         cmBorlandMakefileGenerator2.h, cmNMakeMakefileGenerator.cxx,
20119         cmNMakeMakefileGenerator.h, cmake.cxx: add new borland generator
20121 2001-11-28 10:51  hoffman
20123         * Source/cmaketest.cxx: [no log message]
20125 2001-11-28 07:15  hoffman
20127         * Source/: cmNMakeMakefileGenerator.cxx,
20128         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
20129         cmUnixMakefileGenerator.h: bug: fix same path comparison when short
20130         paths are used
20132 2001-11-28 07:14  hoffman
20134         * Source/cmMarkAsAdvancedCommand.cxx: fix warning
20136 2001-11-27 17:53  berk
20138         * Source/: cmNMakeMakefileGenerator.cxx,
20139         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
20140         cmUnixMakefileGenerator.h: ENH: nmake generator much closer to
20141         working with spaces
20143 2001-11-27 17:32  berk
20145         * Source/cmMakefile.cxx: ENH: expand variables in a command before
20146         escaping spaces in the command
20148 2001-11-27 17:31  berk
20150         * Source/cmOptionCommand.cxx: ENH: do not write over existing cache
20151         values even doc strings to avoid changing the cache file
20153 2001-11-27 16:12  berk
20155         * Source/cmDSPWriter.cxx: remove unused include
20157 2001-11-27 15:34  martink
20159         * Source/MFCDialog/CMakeSetup.rc: adjusted spacing
20161 2001-11-27 15:33  martink
20163         * Source/cmLinkLibrariesCommand.cxx: removed extra lib paths to
20164         avoid finding old libs
20166 2001-11-27 15:32  martink
20168         * Modules/FindTCL.cmake: made some vars advanced
20170 2001-11-27 15:20  martink
20172         * Modules/Dart.cmake: made some vars advanced
20174 2001-11-27 00:03  ibanez
20176         * Source/cmCommands.cxx: ENH: Command for running FLTK's UI tool
20177         "Fluid" was added.
20179 2001-11-27 00:02  ibanez
20181         * Source/cmUnixMakefileGenerator.cxx: ENH: Support for FLTK Fluid
20182         tool added.
20184 2001-11-26 23:57  ibanez
20186         * Modules/FindFLTK.cmake: ENH: Support for running FLUID was added.
20188 2001-11-26 22:40  ibanez
20190         * Source/: cmFLTKWrapUICommand.cxx, cmFLTKWrapUICommand.h: Command
20191         for invoking FLTK's code generator "Fluid" during the building
20192         process
20194 2001-11-26 18:26  hoffman
20196         * Modules/Dart.cmake, Source/CMakeLists.txt,
20197         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
20198         Source/cmCommands.cxx, Source/cmSystemTools.cxx,
20199         Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
20200         Source/cmakewizard.cxx, Source/MFCDialog/CMakeSetup.rc,
20201         Source/MFCDialog/CMakeSetupDialog.cpp,
20202         Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
20203         Templates/CMakeSystemConfig.cmake.in,
20204         Templates/CMakeWindowsSystemConfig.cmake,
20205         Source/cmMarkAsAdvancedCommand.cxx,
20206         Source/cmMarkAsAdvancedCommand.h: ENH: add advanced variable types
20207         and command line wizard gui
20209 2001-11-26 18:24  hoffman
20211         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h,
20212         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
20213         cmFindPathCommand.cxx, cmFindPathCommand.h,
20214         cmFindProgramCommand.cxx, cmFindProgramCommand.h: ENH: add
20215         possibility to add doc strings to varibles created by find type
20216         commands
20218 2001-11-26 16:32  berk
20220         * Source/cmCacheManager.cxx: Oops. The wrong version of the
20221         duplicate code was kept. Loaded cache values were not made
20222         internal.
20224 2001-11-26 15:45  berk
20226         * Modules/FindTCL.cmake: TK_INTERNAL_PATH is only needed on
20227         Windows.
20229 2001-11-26 11:32  martink
20231         * Source/: cmSystemTools.cxx, cmSystemTools.h: removed warning
20232         messages
20234 2001-11-26 11:31  martink
20236         * Source/cmIfCommand.cxx: better error messages
20238 2001-11-24 18:47  barre
20240         * Modules/Dart.cmake: I want to be able to start/end
20241         experimental-only dashboards
20243 2001-11-21 17:45  hoffman
20245         * Source/: cmCacheManager.cxx, cmDSPWriter.cxx,
20246         cmNMakeMakefileGenerator.cxx, cmSystemTools.cxx, cmSystemTools.h,
20247         cmUnixMakefileGenerator.cxx, cmake.cxx, cmaketest.cxx: NMake with
20248         spaces in directories
20250 2001-11-21 11:35  andy
20252         * Source/cmCacheManager.cxx: Fix the current directory check for
20253         NMake
20255 2001-11-21 08:47  hoffman
20257         * Source/cmake.cxx: ENH: clean up command line arguments
20259 2001-11-21 08:46  hoffman
20261         * Source/: cmQTWrapUICommand.cxx, cmVariableRequiresCommand.cxx:
20262         WAR: fix warning
20264 2001-11-20 17:50  hoffman
20266         * Source/: cmCacheManager.cxx, cmCacheManager.h, cmake.cxx,
20267         cmake.h: ENH: add command line arguments to set cache entries
20269 2001-11-20 17:27  berk
20271         * Source/cmNMakeMakefileGenerator.cxx: ENH: closer to working with
20272         spaces in source directory
20274 2001-11-20 17:27  berk
20276         * Source/cmaketest.cxx: BUG: fix memory leak
20278 2001-11-20 17:26  berk
20280         * Source/cmDSPWriter.cxx: BUG: fix for spaces in path to
20281         CMakeList.txt file
20283 2001-11-20 08:28  hoffman
20285         * Source/: cmStandardIncludes.h, CursesDialog/cmCursesMainForm.cxx,
20286         CursesDialog/cmCursesStandardIncludes.h: define hacks and such for
20287         the dec compiler
20289 2001-11-19 17:52  hoffman
20291         * Source/: cmCommands.cxx, cmSystemTools.cxx, cmSystemTools.h,
20292         cmVariableRequiresCommand.cxx, cmVariableRequiresCommand.h,
20293         MFCDialog/CMakeSetupDialog.cpp: ENH: add new command
20294         VARIABLE_REQUIRES for better debugging of list files
20296 2001-11-19 09:34  hoffman
20298         * Source/: cmVariableRequiresCommand.cxx,
20299         cmVariableRequiresCommand.h: [no log message]
20301 2001-11-19 09:20  hoffman
20303         * Source/MFCDialog/CMakeLists.txt: ENH: remove unused source files
20305 2001-11-16 16:42  hoffman
20307         * Source/cmUnixMakefileGenerator.cxx: ENH: look for cmake test with
20308         .exe if nmake
20310 2001-11-16 16:29  hoffman
20312         * Source/MFCDialog/: CMakeLists.txt, CMakeSetup.dsp, CMakeSetup.rc,
20313         CMakeSetupDialog.cpp, CMakeSetupDialog.h, MakeHelp.cpp, MakeHelp.h,
20314         resource.h: face lift for GUI and some more help
20316 2001-11-16 16:28  hoffman
20318         * Source/cmNMakeMakefileGenerator.cxx: ENH: fix for dll builds
20320 2001-11-16 13:08  bettingf
20322         * Source/cmUnixMakefileGenerator.cxx: Added a make depend in the
20323         clean rule to refresh the dependencies
20325 2001-11-16 10:14  bettingf
20327         * Source/cmUnixMakefileGenerator.cxx: undo the last change because
20328         of problem with some versions of make
20330 2001-11-16 09:40  bettingf
20332         * Modules/FindQt.cmake: fixed QT_UIC_EXE name
20334 2001-11-16 09:04  bettingf
20336         * Source/cmUnixMakefileGenerator.cxx: added the deletion of
20337         cmake.depends in the cleaning so that it is recomputed even source
20338         files (i.e. .cxx or .h) are generated
20340 2001-11-16 09:03  bettingf
20342         * Source/cmMakeDepend.cxx: Now adds dependency if the file doesn't
20343         exist but will be created during the compilation
20345 2001-11-16 09:01  bettingf
20347         * Source/: cmQTWrapUICommand.cxx, cmQTWrapUICommand.h: corrected
20348         path problem and added moc compilation too
20350 2001-11-15 22:10  hoffman
20352         * Source/Makefile.in: remove depend on star dot h as it is not
20353         really needed and breaks some versions of gmake
20355 2001-11-15 18:18  hoffman
20357         * Source/cmNMakeMakefileGenerator.cxx: ENH: use crazy temp files
20358         for long command lines
20360 2001-11-15 17:45  hoffman
20362         * Source/cmNMakeMakefileGenerator.cxx: ENH: remove debug prints
20364 2001-11-15 17:11  hoffman
20366         * Modules/Dart.cmake, Source/cmBuildCommand.cxx,
20367         Source/cmNMakeMakefileGenerator.cxx,
20368         Source/cmNMakeMakefileGenerator.h,
20369         Source/cmUnixMakefileGenerator.cxx,
20370         Source/cmUnixMakefileGenerator.h,
20371         Templates/CMakeNMakeWindowsSystemConfig.cmake,
20372         Templates/CMakeSystemConfig.cmake.in,
20373         Templates/CMakeWindowsBorlandConfig.cmake,
20374         Templates/CMakeWindowsSystemConfig.cmake: closer to nmake working,
20375         added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used by Dart, nmake
20376         makefiles work with borland make and nmake
20378 2001-11-15 14:54  millerjv
20380         * Modules/Dart.cmake: ENH: New make targets for Continuous builds. 
20381         Added a NightlyStart and NightlyUpdate target for unix builds as
20382         well.
20384 2001-11-15 14:52  millerjv
20386         * DartConfig.cmake: ENH: Changed Nightly start time
20388 2001-11-15 09:55  hoffman
20390         * Source/: cmNMakeMakefileGenerator.cxx,
20391         cmNMakeMakefileGenerator.h, cmUnixMakefileGenerator.h, cmake.cxx:
20392         ENH: fix library builds with nmake
20394 2001-11-15 09:00  hoffman
20396         * Source/cmUnixMakefileGenerator.cxx: BUG: wrong shortname used
20398 2001-11-15 08:43  hoffman
20400         * Source/cmaketest.cxx: BUG: fix build for cygwin
20402 2001-11-15 08:42  hoffman
20404         * Source/cmUnixMakefileGenerator.cxx: BUG: avoid .cxx.o names...
20406 2001-11-14 18:12  hoffman
20408         * Source/cmSystemTools.cxx, Source/cmSystemTools.h,
20409         Source/cmUnixMakefileGenerator.cxx,
20410         Source/cmUnixMakefileGenerator.h, Source/cmake.cxx,
20411         Source/cmaketest.cxx, Source/cmaketest.h.in,
20412         Templates/CMakeNMakeWindowsSystemConfig.cmake: Closer to nmake
20413         build
20415 2001-11-14 18:11  hoffman
20417         * Source/: cmNMakeMakefileGenerator.cxx,
20418         cmNMakeMakefileGenerator.h: closer to nmake build
20420 2001-11-14 14:39  barre
20422         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
20423         CMakeSetupDialog.h, resource.h: Quick addition: "Create shortcut"
20424         menu entry.
20426 2001-11-14 10:21  hoffman
20428         * Templates/CMakeNMakeWindowsSystemConfig.cmake,
20429         Source/cmNMakeMakefileGenerator.cxx,
20430         Source/cmNMakeMakefileGenerator.h,
20431         Source/cmUnixMakefileGenerator.cxx,
20432         Source/cmUnixMakefileGenerator.h: nmake support
20434 2001-11-14 09:56  king
20436         * Source/CursesDialog/ccmake.cxx: ERR: Re-ordered includes to fix
20437         macro conflict for gcc 3.0.
20439 2001-11-14 09:55  king
20441         * Source/CursesDialog/form/frm_driver.c: ERR: Fixed compiler
20442         warning for gcc 3.0.
20444 2001-11-14 09:22  hoffman
20446         * Source/cmUnixMakefileGenerator.cxx: ENH: remove debug statements
20448 2001-11-13 18:23  hoffman
20450         * Source/: CMakeLib.dsp, CMakeLists.txt,
20451         cmNMakeMakefileGenerator.cxx, cmNMakeMakefileGenerator.h,
20452         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: start work
20453         on nmake generator
20455 2001-11-13 15:54  hoffman
20457         * Source/: cmUnixMakefileGenerator.h, cmUnixMakefileGenerator.cxx:
20458         clean up object file build rule, and do not attempt to remove
20459         link_directories that are in the build tree
20461 2001-11-13 14:22  martink
20463         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt: fixes to
20464         curses stuff
20466 2001-11-13 12:42  hoffman
20468         * Source/CursesDialog/form/fty_num.c: warnings
20470 2001-11-13 12:38  hoffman
20472         * Source/: cmCacheManager.cxx, cmForEachCommand.cxx,
20473         cmIncludeExternalMSProjectCommand.cxx, cmMakefile.cxx,
20474         cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: ENH: clean up
20475         warnings
20477 2001-11-13 12:21  hoffman
20479         * Source/cmAddDependenciesCommand.h: ENH: fix spelling error
20481 2001-11-13 12:21  hoffman
20483         * Source/CursesDialog/cmCursesMainForm.cxx: ENH: remove warnings
20485 2001-11-12 15:37  king
20487         * Source/cmMakeDepend.cxx: ENH:
20488         cmMakeDepend::GenerateDependInformation will now use hints
20489         regardless of whether the actual file exists.  This can be used to
20490         add dependencies to .h files which are generated but included in
20491         hand-written .cxx files.  If the .cxx does exist, though, it will
20492         be used first, and the hints will be used afterward.
20494 2001-11-12 09:21  martink
20496         * Source/cmDSPWriter.cxx: minor fix
20498 2001-11-10 23:01  ibanez
20500         * Modules/FindX11.cmake:      Module to search for the installation
20501         of X11
20503 2001-11-09 16:16  berk
20505         * Source/CursesDialog/: CMakeLists.txt, ccmake.cxx, ccurses.cxx:
20506         Renaming ccurses to ccmake.
20508 2001-11-09 16:15  barre
20510         * Modules/FindSelfPackers.cmake: Self-packers
20512 2001-11-09 16:05  berk
20514         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
20515         CursesDialog/cmCursesStandardIncludes.h,
20516         CursesDialog/form/frm_driver.c, CursesDialog/form/frm_req_name.c:
20517         Trying to fix curses.
20519 2001-11-09 13:00  martink
20521         * Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
20522         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
20523         Templates/EXEWinHeader.dsptemplate,
20524         Templates/staticLibHeader.dsptemplate: support for custom targets
20525         on exe and lib
20527 2001-11-09 12:08  bettingf
20529         * Modules/FindQt.cmake: support for compilation of .ui files into
20530         .h and .cxx files
20532 2001-11-09 12:07  bettingf
20534         * Source/: cmQTWrapCPPCommand.cxx, cmQTWrapCPPCommand.h: cleanups
20536 2001-11-09 12:02  bettingf
20538         * Source/: cmQTWrapUICommand.h, cmQTWrapUICommand.cxx,
20539         cmCommands.cxx, cmUnixMakefileGenerator.cxx: support for
20540         compilation of .ui files into .h and .cxx files
20542 2001-11-09 10:42  barre
20544         * Source/cmAddCustomCommandCommand.cxx: SOURCE, COMMAND, TARGET are
20545         required now
20547 2001-11-09 10:37  barre
20549         * Source/cmAddCustomCommandCommand.h: SOURCE, COMMAND, TARGET are
20550         required now
20552 2001-11-09 10:33  barre
20554         * Source/: cmAddCustomCommandCommand.cxx,
20555         cmAddCustomCommandCommand.h: Reimplement code. Since a custom
20556         command is very flexible and might be extended in the future, make
20557         all arguments prefixed with arg type, make ordering irrelevant and
20558         potentially all args optional.
20560 2001-11-08 17:30  berk
20562         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
20563         to fix curses problems.
20565 2001-11-08 17:25  berk
20567         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Fixing
20568         problems with curses headers.
20570 2001-11-08 17:17  berk
20572         * Source/CursesDialog/form/: frm_driver.c, frm_req_name.c: Trying
20573         to fix curses problems.
20575 2001-11-08 17:10  berk
20577         * Source/CursesDialog/form/form.h: Oops.
20579 2001-11-08 17:03  berk
20581         * CMakeLists.txt, Source/CursesDialog/CMakeLists.txt,
20582         Source/CursesDialog/form/CMakeLists.txt,
20583         Source/CursesDialog/form/form.h,
20584         Source/CursesDialog/form/nc_alloc.h: Changes to remove warnings and
20585         fix dependencies.
20587 2001-11-08 15:09  martink
20589         * Source/cmDSWWriter.cxx: a better fix maybe
20591 2001-11-08 14:44  hoffman
20593         * Source/cmDSWWriter.cxx: make sure custom targets are in the
20594         ALL_BUILD
20596 2001-11-08 14:34  barre
20598         * Source/cmAddCustomCommandCommand.cxx: Fix number of params and
20599         expand vars in all args
20601 2001-11-08 11:50  barre
20603         * Source/cmSourceFilesCommand.cxx: Fix bug. Was using unexpanded
20604         var instead of copy
20606 2001-11-08 11:40  barre
20608         * Source/cmAddLibraryCommand.cxx: Break the "to infinity and
20609         beyond" stuff
20611 2001-11-08 10:48  barre
20613         * Source/cmAddLibraryCommand.cxx: Expand var in srclist name too
20615 2001-11-08 10:40  barre
20617         * Source/cmSourceFilesCommand.cxx: Expand var in name too
20619 2001-11-08 09:16  barre
20621         * Source/cmAddDependenciesCommand.cxx: Expand variables in all
20622         target args
20624 2001-11-08 08:42  berk
20626         * Source/cmUnixMakefileGenerator.cxx: Needed to replace srcdir to
20627         make install targets work.
20629 2001-11-07 17:12  hoffman
20631         * Templates/: configure, configure.in: put back
20632         CMAKE_TEMPLATE_FLAGS
20634 2001-11-07 17:04  hoffman
20636         * Source/cmUnixMakefileGenerator.cxx: BUG: no +=+
20638 2001-11-07 16:47  andy
20640         * Source/: cmAddCustomCommandCommand.cxx,
20641         cmAddCustomCommandCommand.h, cmCommands.cxx: Added accessor for add
20642         custom command
20644 2001-11-07 16:07  barre
20646         * Modules/FindUnixCommands.cmake: Add cp (CP)
20648 2001-11-07 15:57  hoffman
20650         * configure, configure.in, Source/cmUnixMakefileGenerator.cxx,
20651         Templates/configure, Templates/configure.in: remove template flags
20652         from cmake, no ptused, or -instance=static
20654 2001-11-07 15:57  hoffman
20656         * Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
20657         curses problems with some systems.
20659 2001-11-07 15:01  berk
20661         * Source/CursesDialog/cmCursesStandardIncludes.h: Trying to fix
20662         build problems related to curses.
20664 2001-11-07 14:55  hoffman
20666         * Source/cmUnixMakefileGenerator.cxx: ENH: use full source name for
20667         c code as well as c++
20669 2001-11-07 14:44  hoffman
20671         * Source/CursesDialog/ccurses.cxx: use cmake as the executable for
20672         cmake and not ccurses
20674 2001-11-07 14:44  hoffman
20676         * Source/cmUnixMakefileGenerator.cxx: make sure default_target is
20677         first
20679 2001-11-07 13:46  hoffman
20681         * CMakeLists.txt: ENH: add ansi flag for c compiler
20683 2001-11-07 12:23  hoffman
20685         * Source/cmMessageCommand.cxx: Allow multiline messages
20687 2001-11-07 09:54  hoffman
20689         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
20690         Clean up a bit more
20692 2001-11-07 09:29  hoffman
20694         * Source/cmCacheManager.cxx: One more time...  case does not matter
20695         on cygwin
20697 2001-11-06 16:14  hoffman
20699         * Source/cmExecProgramCommand.h: ENH: fix doc string
20701 2001-11-06 15:29  bettingf
20703         * Source/: cmQTWrapCPPCommand.cxx, cmUnixMakefileGenerator.cxx: add
20704         cleaning of QT generated files when make clean is used
20706 2001-11-06 12:03  hoffman
20708         * Source/CursesDialog/: ccurses.cxx, cmCursesMainForm.cxx,
20709         cmCursesMainForm.h: ENH: tell cmake object where cmake is
20711 2001-11-06 09:35  hoffman
20713         * Source/: cmCableWrapTclCommand.cxx, cmQTWrapCPPCommand.cxx,
20714         cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
20715         cmVTKWrapTclCommand.cxx: BUG: CustomCommand has to use full path to
20716         Source file now
20718 2001-11-06 08:40  hoffman
20720         * Source/CursesDialog/form/: fld_type.c, form.h: Removed a function
20721         which used va_start (did not compile on Sun with gcc)
20723 2001-11-05 22:10  berk
20725         * Source/CursesDialog/: ccurses.cxx, cmCursesBoolWidget.cxx,
20726         cmCursesLabelWidget.cxx, cmCursesMainForm.cxx, cmCursesMainForm.h,
20727         cmCursesStringWidget.cxx: Many improvements.
20729 2001-11-05 16:38  hoffman
20731         * Source/cmUnixMakefileGenerator.cxx: ENH: use full paths for
20732         object compile rules
20734 2001-11-05 15:55  berk
20736         * Source/: CMakeLists.txt, CursesDialog/cmCursesMainForm.cxx:
20737         Re-enabling curses support.
20739 2001-11-05 15:39  hoffman
20741         * Source/cmUnixMakefileGenerator.cxx: ENH: change to work with
20742         nmake
20744 2001-11-05 13:22  berk
20746         * Modules/FindCurses.cmake, Source/CursesDialog/CMakeLists.txt,
20747         Source/CursesDialog/cmCursesForm.h,
20748         Source/CursesDialog/cmCursesLabelWidget.h,
20749         Source/CursesDialog/cmCursesMainForm.h,
20750         Source/CursesDialog/cmCursesWidget.h,
20751         Source/CursesDialog/form/frm_driver.c,
20752         Source/CursesDialog/form/frm_req_name.c,
20753         Source/CursesDialog/cmCursesStandardIncludes.h: HPUX support.
20755 2001-11-05 12:57  lorensen
20757         * Source/cmIncludeExternalMSProjectCommand.cxx: ERR: ^M's removed.
20759 2001-11-05 11:52  berk
20761         * Source/CursesDialog/form/: CMakeLists.txt, READ.ME, eti.h,
20762         fld_arg.c, fld_attr.c, fld_current.c, fld_def.c, fld_dup.c,
20763         fld_ftchoice.c, fld_ftlink.c, fld_info.c, fld_just.c, fld_link.c,
20764         fld_max.c, fld_move.c, fld_newftyp.c, fld_opts.c, fld_pad.c,
20765         fld_page.c, fld_stat.c, fld_type.c, fld_user.c, form.h,
20766         form.priv.h, frm_cursor.c, frm_data.c, frm_def.c, frm_driver.c,
20767         frm_hook.c, frm_opts.c, frm_page.c, frm_post.c, frm_req_name.c,
20768         frm_scale.c, frm_sub.c, frm_user.c, frm_win.c, fty_alnum.c,
20769         fty_alpha.c, fty_enum.c, fty_int.c, fty_ipv4.c, fty_num.c,
20770         fty_regex.c, llib-lform, mf_common.h, nc_alloc.h: Adding form
20771         library.
20773 2001-11-05 11:52  berk
20775         * Source/: CMakeLists.txt, CursesDialog/CMakeLists.txt,
20776         CursesDialog/cmCursesCacheEntryComposite.h,
20777         CursesDialog/cmCursesLabelWidget.h,
20778         CursesDialog/cmCursesMainForm.cxx, CursesDialog/cmCursesMainForm.h,
20779         CursesDialog/cmCursesWidget.h: Fixing problems on Sun (name
20780         collusions between STL and curses) and disabling curses
20781         temporarily.
20783 2001-11-05 10:42  andy
20785         * Source/CMakeLists.txt: Fix the IF IF problem
20787 2001-11-05 08:37  berk
20789         * Source/CursesDialog/: ccurses.cxx,
20790         cmCursesCacheEntryComposite.cxx, cmCursesCacheEntryComposite.h,
20791         cmCursesLabelWidget.h, cmCursesMainForm.cxx, cmCursesMainForm.h,
20792         cmCursesWidget.h: ERR: To include cmake headers, one should use ../
20794 2001-11-05 05:43  pcp
20796         * Source/: cmDSPWriter.cxx, cmDSWWriter.cxx: switched
20797         string::compare to strncmp
20799 2001-11-04 18:10  berk
20801         * Source/CursesDialog/cmCursesMainForm.h: Need to include standard
20802         headers.
20804 2001-11-04 18:05  berk
20806         * Source/CursesDialog/: CMakeLists.txt, cmCursesBoolWidget.h,
20807         cmCursesCacheEntryComposite.h, cmCursesDummyWidget.h,
20808         cmCursesFilePathWidget.h, cmCursesForm.h, cmCursesLabelWidget.h,
20809         cmCursesMainForm.h, cmCursesPathWidget.h, cmCursesStringWidget.h,
20810         cmCursesWidget.h, ccurses.cxx, cmCursesBoolWidget.cxx,
20811         cmCursesCacheEntryComposite.cxx, cmCursesDummyWidget.cxx,
20812         cmCursesFilePathWidget.cxx, cmCursesForm.cxx,
20813         cmCursesLabelWidget.cxx, cmCursesMainForm.cxx,
20814         cmCursesPathWidget.cxx, cmCursesStringWidget.cxx,
20815         cmCursesWidget.cxx: Adding curses support.
20817 2001-11-04 18:00  berk
20819         * Modules/FindCurses.cmake, Source/CMakeLists.txt: Adding curses
20820         support.
20822 2001-11-02 22:32  barre
20824         * Source/: cmIncludeDirectoryCommand.cxx,
20825         cmIncludeDirectoryCommand.h, cmMakefile.cxx, cmMakefile.h: Add
20826         optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs
20827         can be specified before the actual include dirs
20829 2001-11-02 16:44  barre
20831         * Utilities/Doxygen/: CMakeLists.txt, doc_makeall.sh.in: Update
20833 2001-11-02 16:43  barre
20835         * Modules/: Documentation.cmake, DocumentationVTK.cmake,
20836         FindCygwin.cmake, FindPerl.cmake, FindUnixCommands.cmake,
20837         FindWget.cmake: Move usual Unix commands to FindUnixCommands, use
20838         FingCygwin in other modules
20840 2001-11-02 16:05  barre
20842         * Utilities/: CMakeLists.txt, Doxygen/CMakeLists.txt,
20843         Doxygen/doc_makeall.sh.in, Doxygen/doxyfile.in: Doxygen doc
20844         generator
20846 2001-11-02 16:01  barre
20848         * CMakeLists.txt: Doxygen doc generator
20850 2001-11-02 15:26  blezek
20852         * Modules/Dart.cmake: ENH: More Experimental targets for unix
20854 2001-11-02 11:19  pcp
20856         * Source/: cmDSWWriter.cxx, cmIncludeExternalMSProjectCommand.cxx,
20857         cmDSPWriter.cxx: allow more than one external MS project
20859 2001-11-02 09:18  andy
20861         * Source/cmCacheManager.cxx: On win32 path is all in lower case now
20863 2001-11-01 18:37  hoffman
20865         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
20866         ENH: clean up interface and change build in current directory to
20867         build the depend file first
20869 2001-11-01 18:36  hoffman
20871         * Source/cmCacheManager.cxx: BUG: use collapse full path when
20872         testing cache directory
20874 2001-11-01 18:36  hoffman
20876         * Source/cmDSPWriter.cxx: ENH: IntDir to INTDIR
20878 2001-11-01 13:09  barre
20880         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx:
20881         Expand vars in exe and lib name
20883 2001-11-01 10:42  hoffman
20885         * Source/cmCacheManager.cxx: ENH: clean up drive letter check
20887 2001-10-31 18:56  king
20889         * Source/: cmCableClassSet.cxx, cmCableClassSet.h: ENH: Added
20890         automatic detection of >> sequences in template names and
20891         replacement with "> >" in the output.
20893 2001-10-31 18:56  king
20895         * Source/cmStandardIncludes.h: ENH: Replaced cmStdString
20896         implementation to make it more transparently a std:string.
20898 2001-10-31 07:03  pcp
20900         * Source/: cmCommands.cxx, cmDSPWriter.cxx, cmDSWWriter.cxx,
20901         cmDSWWriter.h, cmIncludeExternalMSProjectCommand.cxx,
20902         cmIncludeExternalMSProjectCommand.h: INCLUDE_EXTERNAL_MSPROJECT
20903         command
20905 2001-10-30 14:36  andy
20907         * Source/cmCacheManager.cxx: Fix the problem on windows of capital
20908         or lower case drive letter for CMAKE_CACHEFILE_DIR
20910 2001-10-30 14:15  andy
20912         * Source/cmCacheManager.cxx: Change CMAKE_CURRENT_CWD to
20913         CMAKE_CACHEFILE_DIR and change the messages
20915 2001-10-30 14:05  hoffman
20917         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h,
20918         cmMakefile.cxx, cmMakefile.h: ENH: add an option to configure file
20919         command that allows for only expansion of at variables and not
20920         dollar variables
20922 2001-10-29 10:41  hoffman
20924         * Source/: cmSystemTools.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
20925         use callback not ifdef for MFC message box errors
20927 2001-10-29 10:19  hoffman
20929         * Source/: cmCacheManager.cxx, cmSystemTools.cxx, cmSystemTools.h:
20930         ENH: add callback for message display
20932 2001-10-26 18:21  hoffman
20934         * Modules/FindITK.cmake: [no log message]
20936 2001-10-26 17:06  berk
20938         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
20939         added CMAKE_NO_EXPLICIT_TEMPLATE_INSTANTIATION
20941 2001-10-26 15:42  hoffman
20943         * Source/: cmConfigureFileCommand.cxx, cmMakefile.h, cmaketest.cxx:
20944         add dependency for configure files and use short path in WIN32
20945         cmake test
20947 2001-10-26 14:35  hoffman
20949         * Modules/FindVTK.cmake: use find_file and not just a set for
20950         USE_VTK_FILE
20952 2001-10-26 11:22  barre
20954         * Modules/DocumentationVTK.cmake: VTK documentation framework
20956 2001-10-26 09:29  andy
20958         * Source/cmCacheManager.cxx: Added check if the binary directory
20959         changed. If it did, it will print the warning message
20961 2001-10-24 20:37  barre
20963         * Modules/FindCygwin.cmake: Add GZIP (gzip)
20965 2001-10-24 20:33  barre
20967         * Modules/FindCygwin.cmake: Add TAR (path to tar or gtar)
20969 2001-10-24 17:51  berk
20971         * Source/cmUnixMakefileGenerator.cxx: ENH: allow -framework as a
20972         complete entry in the link line for Mac OSX
20974 2001-10-24 15:51  berk
20976         * DartConfig.cmake: public no longer has anonymous ftp.
20978 2001-10-24 09:41  king
20980         * Modules/FindGCCXML.cmake: ENH: Improved FIND_PROGRAM call to find
20981         the executable in PREFIX/share/GCC_XML, the new standard install
20982         location.
20984 2001-10-23 18:30  barre
20986         * Modules/FindCygwin.cmake: Cygwin mod
20988 2001-10-23 17:49  barre
20990         * Source/: cmGetFilenameComponentCommand.cxx,
20991         cmGetFilenameComponentCommand.h: The result of this utility command
20992         can now be optionally added to the cache
20994 2001-10-23 17:47  barre
20996         * Modules/FindDoxygen.cmake: Find Graphivz's dot too
20998 2001-10-23 17:06  barre
21000         * Modules/: FindDoxygen.cmake, FindWget.cmake: Add Doxygen and Wget
21001         modules. Very simple. But might be more complex later, so let's use
21002         them asap
21004 2001-10-23 16:55  barre
21006         * Modules/: FindHhc.cmake, FindPerl.cmake: Modules to find Perl and
21007         the HTML Help Compiler
21009 2001-10-19 10:07  barre
21011         * Source/cmEnableTestingCommand.h: Add warning regarding the
21012         location of ENABLE_TESTING (should be in the top CMakeList.txt,
21013         otherwise Dart is lost)
21015 2001-10-18 18:01  barre
21017         * Source/cmSiteNameCommand.cxx: SITE_NAME should return the most
21018         qualified name of the host. If nslookup works, now the domain is
21019         appended to the hostname (whereas it *replaced* the host name
21020         before)
21022 2001-10-18 13:51  iscott
21024         * Source/cmQTWrapCPPCommand.cxx: Detect error and output useful
21025         message Previously it would have got confused about the
21026         destinationSourceGroup
21028 2001-10-18 13:03  iscott
21030         * Source/cmFindFileCommand.cxx: This command should always set the
21031         cahce variabel to a filepath not a path
21033 2001-10-17 15:11  barre
21035         * Source/cmProjectCommand.cxx: Add PROJECT_NAME to the set of
21036         definitions
21038 2001-10-16 15:40  iscott
21040         * Modules/FindQt.cmake: fixed some stupid mistakes I thought I had
21041         tested these - honest
21043 2001-10-16 15:32  iscott
21045         * Modules/: FindQt.cmake, LinkQT.cmake: Some simple modules for
21046         finding and linking qt
21048 2001-10-15 18:37  hoffman
21050         * Source/cmMessageCommand.cxx: ENH: expand variables in message
21051         command output
21053 2001-10-15 18:36  hoffman
21055         * Source/cmSourceFile.cxx: ENH: clean up error report for source
21056         files not found
21058 2001-10-15 14:19  iscott
21060         * CMake.rtf, Source/cmCommands.cxx, Source/cmQTWrapCPPCommand.cxx,
21061         Source/cmQTWrapCPPCommand.h: added a QT_WRAP_CPP command
21063 2001-10-11 17:20  king
21065         * Source/cmCableWrapTclCommand.cxx: ENH: Improved parsing of
21066         GCCXML_FLAGS to improve generation of gccxml rule.  Also added
21067         ADD_DEFINITIONS arguments to the generated rule.
21069 2001-10-11 14:57  andy
21071         * Source/cmCacheManager.cxx: Added removing of spaces in
21072         CMakeCache.txt in front of comments and variables
21074 2001-10-10 10:22  hoffman
21076         * Source/cmCacheManager.cxx: ENH: add a warning comment for cache
21077         values that can not be changed because they are always loaded from
21078         another cache
21080 2001-10-09 22:18  biddi
21082         * Source/cmBorlandMakefileGenerator.cpp: FIX: Same as last checkin
21083         except applies to bpi files as wellas lib files If we can't find it
21084         - and it's not a target - and it has no path already specified, it
21085         must be in OUTDIRLIB from another makefile in the same project !
21086         (What this really means is the lib paths are correctly specified)
21088 2001-10-09 10:25  hoffman
21090         * Source/cmSystemTools.cxx: ENH: better fix for dos return in
21091         lines, use the regular expression and don't edit the input line
21093 2001-10-05 17:31  hoffman
21095         * Source/cmSystemTools.cxx: ENH: clean up returns from input, so we
21096         can read dos files on unix
21098 2001-10-04 09:32  starreveld
21100         * Templates/: configure, configure.in: 
21101         
21102         ERR: remove undefined warning for compatibility with new 10.1
21103         linker
21105 2001-10-03 15:49  hoffman
21107         * Modules/Dart.cmake, Source/CMakeLists.txt, Source/cmake.cxx,
21108         Source/cmaketest.cxx: ENH: fixes for borland compiler testing
21110 2001-10-03 11:36  king
21112         * Modules/FindCABLE.cmake: ENH: Changed CABLE_BUILD_DIR to look for
21113         cableVersion.h instead of cable.README.txt.
21115 2001-10-02 23:10  biddi
21117         * Source/cmBorlandMakefileGenerator.cpp: FIX:if we can't find it -
21118         and it's not a target - and it has no path already specified, it
21119         must be in OUTDIRLIB from another makefile in the same project !
21120         (What this really means is the lib paths are correctly specified)
21122 2001-10-02 17:28  hoffman
21124         * Source/: cmListFileCache.cxx, cmMakefile.cxx, cmSystemTools.cxx,
21125         cmSystemTools.h, ctest.cxx: ENH: add better error reports in
21126         parsing cmake files, like what file has the error
21128 2001-10-01 13:35  martink
21130         * Source/: cmMakefile.h, cmMakefile.h: version
21132 2001-10-01 13:26  hoffman
21134         * ChangeLog.txt: [no log message]
21136 2001-10-01 11:55  hoffman
21138         * Source/cmaketest.cxx: BUG: add missing include
21140 2001-10-01 10:14  hoffman
21142         * Source/: cmaketest.cxx, MFCDialog/CMakeSetupDialog.cpp: ENH:
21143         change checkboxes back to pull down menus, remove leak
21145 2001-09-29 11:12  hoffman
21147         * Source/cmSystemTools.cxx: BUG: fix full path for file in current
21148         directory
21150 2001-09-28 13:35  berk
21152         * Source/cmSystemTools.cxx: BUG: fix realpath problem again...
21154 2001-09-28 12:14  berk
21156         * Source/cmSystemTools.cxx: BUG: separate path from file name
21157         before calling realpath
21159 2001-09-28 10:40  hoffman
21161         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: get
21162         correct library name
21164 2001-09-28 10:34  hoffman
21166         * CMakeLists.txt: BUG: optional in wrong order
21168 2001-09-28 09:57  hoffman
21170         * CMakeLists.txt: make the include of the initial config flags
21171         optional, for builds that do not use configure
21173 2001-09-27 16:50  hoffman
21175         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: use
21176         realpath instead of cd/pwd
21178 2001-09-27 15:54  hoffman
21180         * CMakeLists.txt, Source/CMakeLists.txt: BUG: fix install prefix
21182 2001-09-27 14:58  hoffman
21184         * configure, configure.in, Source/CMakeLists.txt,
21185         Source/InitialConfigureFlags.cmake.in: ENH: pass prefix from
21186         configure into cmake
21188 2001-09-26 16:23  berk
21190         * Modules/Dart.cmake: Typo.
21192 2001-09-25 14:39  martink
21194         * Modules/FindVTK.cmake: changes to chamghe
21196 2001-09-25 14:39  martink
21198         * Source/MFCDialog/CMakeSetupDialog.cpp: improved registry handling
21200 2001-09-25 11:06  martink
21202         * Source/cmVTKWrapTclCommand.cxx: memory leak
21204 2001-09-21 11:48  martink
21206         * Modules/FindVTK.cmake: better install targets
21208 2001-09-21 09:40  king
21210         * Source/cmSystemTools.cxx: BUG: CopyFile should return immediately
21211         after an error occurs.
21213 2001-09-20 17:31  martink
21215         * Modules/FindVTK.cmake: updates
21217 2001-09-20 16:43  berk
21219         * Source/ctest.cxx: handle spaces in commands and args
21221 2001-09-20 15:29  martink
21223         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
21224         PropertyList.h: ENH: check for values that switch to internal, can
21225         happen with a load cache command
21227 2001-09-20 15:08  hoffman
21229         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
21230         cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
21231         cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
21232         cmAddDependenciesCommand.cxx, cmAddDependenciesCommand.h,
21233         cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
21234         cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
21235         cmAddTestCommand.cxx, cmAddTestCommand.h,
21236         cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
21237         cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
21238         cmBuildNameCommand.h, cmCableClassSetCommand.cxx,
21239         cmCableClassSetCommand.h, cmCableWrapTclCommand.cxx,
21240         cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
21241         cmConfigureFileCommand.h, cmConfigureGccXmlCommand.cxx,
21242         cmConfigureGccXmlCommand.h, cmElseCommand.cxx, cmElseCommand.h,
21243         cmEnableTestingCommand.h, cmEndForEachCommand.cxx,
21244         cmEndForEachCommand.h, cmEndIfCommand.cxx, cmEndIfCommand.h,
21245         cmExecProgramCommand.cxx, cmExecProgramCommand.h,
21246         cmFindFileCommand.cxx, cmFindFileCommand.h,
21247         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
21248         cmFindPathCommand.cxx, cmFindPathCommand.h,
21249         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
21250         cmForEachCommand.cxx, cmForEachCommand.h,
21251         cmGetFilenameComponentCommand.cxx, cmGetFilenameComponentCommand.h,
21252         cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
21253         cmIncludeCommand.h, cmIncludeDirectoryCommand.cxx,
21254         cmIncludeDirectoryCommand.h, cmIncludeRegularExpressionCommand.cxx,
21255         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
21256         cmInstallFilesCommand.h, cmInstallProgramsCommand.cxx,
21257         cmInstallProgramsCommand.h, cmInstallTargetsCommand.cxx,
21258         cmInstallTargetsCommand.h, cmLibraryCommand.h,
21259         cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
21260         cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
21261         cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
21262         cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
21263         cmMakefile.cxx, cmMakefile.h, cmMessageCommand.cxx,
21264         cmMessageCommand.h, cmOptionCommand.cxx, cmOptionCommand.h,
21265         cmOutputRequiredFilesCommand.cxx, cmOutputRequiredFilesCommand.h,
21266         cmProjectCommand.cxx, cmProjectCommand.h, cmSetCommand.cxx,
21267         cmSetCommand.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h,
21268         cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
21269         cmSourceFilesRemoveCommand.cxx, cmSourceFilesRemoveCommand.h,
21270         cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
21271         cmSubdirCommand.cxx, cmSubdirCommand.h, cmSubdirDependsCommand.cxx,
21272         cmSubdirDependsCommand.h, cmTargetLinkLibrariesCommand.cxx,
21273         cmTargetLinkLibrariesCommand.h, cmUseMangledMesaCommand.cxx,
21274         cmUseMangledMesaCommand.h, cmUtilitySourceCommand.cxx,
21275         cmUtilitySourceCommand.h, cmVTKWrapJavaCommand.cxx,
21276         cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.cxx,
21277         cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.cxx,
21278         cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx,
21279         cmWrapExcludeFilesCommand.h: ENH: change InitialPass to take a
21280         const reference to the argument string, to avoid changes to the
21281         file cache
21283 2001-09-20 13:44  martink
21285         * Source/cmMakefile.cxx: BUG: make a copy of the arguments before
21286         passing them to Execute
21288 2001-09-20 12:00  martink
21290         * CMake.rtf: fixed some problems
21292 2001-09-20 10:57  king
21294         * Modules/FindCABLE.cmake: ENH: Added support for finding cable
21295         when it is built in a configuration subdirectory by MSVC.
21297 2001-09-20 10:54  king
21299         * Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
21300         cmFindPathCommand.cxx, cmFindProgramCommand.cxx, cmSystemTools.cxx,
21301         cmSystemTools.h: ENH: Added cmSystemTools::GlobDirs function to
21302         allow wildcards in paths (like /foo/bar/*).
21304 2001-09-20 10:53  king
21306         * Source/cmSetCommand.cxx: ENH: Added extra newline in an error
21307         message to improve readability.
21309 2001-09-20 10:27  martink
21311         * Modules/FindVTK.cmake: minor changes
21313 2001-09-20 09:11  martink
21315         * Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
21316         UseVTKLibraries.cmake: removed some VTK stuff
21318 2001-09-19 14:52  martink
21320         * Modules/: FindVTK.cmake, UseVTKIncludes.cmake,
21321         UseVTKLibraries.cmake: updated to how FindVTK works
21323 2001-09-19 14:20  martink
21325         * Source/cmMakefile.h: version rev to 95
21327 2001-09-19 14:20  martink
21329         * Source/cmMakefile.h: version rev to 94
21331 2001-09-18 10:45  hoffman
21333         * ChangeLog.txt: [no log message]
21335 2001-09-18 10:38  will
21337         * CMake.pdf: ENH:Updated documentation
21339 2001-09-17 17:40  hoffman
21341         * CMake.rtf: ENH: update for new version
21343 2001-09-17 16:36  hoffman
21345         * Source/: cmUseMangledMesaCommand.cxx, cmUseMangledMesaCommand.h:
21346         ENH: change to take a path as input
21348 2001-09-17 16:34  hoffman
21350         * Source/cmFindFileCommand.cxx: BUG: fix return when file is not
21351         found
21353 2001-09-17 14:16  king
21355         * Modules/FindCABLE.cmake: ENH: Added find support for looking at
21356         Cable's build directory if the user sets the CABLE_BUILD_DIR cache
21357         entry.
21359 2001-09-17 13:58  hoffman
21361         * Source/: cmCommands.cxx, cmUseMangledMesaCommand.cxx,
21362         cmUseMangledMesaCommand.h: ENH: add Use mangled mesa command
21364 2001-09-17 12:07  blezek
21366         * Modules/Dart.cmake: ENH: NightlyCoverage got lost
21368 2001-09-14 16:36  martink
21370         * Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapJavaCommand.cxx,
21371         cmVTKWrapPythonCommand.cxx: now uses five argument version of wrap
21372         commands
21374 2001-09-14 16:26  hoffman
21376         * Source/: cmMakefileGenerator.cxx, cmStandardIncludes.h,
21377         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
21378         cmakemain.cxx, MFCDialog/CMakeSetupDialog.cpp: remove memory leaks
21380 2001-09-14 15:18  hoffman
21382         * Source/cmDSPWriter.cxx: fix error in cygwin
21384 2001-09-14 15:18  hoffman
21386         * Source/cmListFileCache.h: initialize class
21388 2001-09-14 15:18  hoffman
21390         * Source/: cmMakefileGenerator.cxx, cmMakefileGenerator.h: add
21391         support for clean up
21393 2001-09-14 10:14  martink
21395         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
21396         EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
21397         staticLibHeader.dsptemplate: made Debug the default configuration
21399 2001-09-14 08:34  barre
21401         * Modules/FindTCL.cmake: move cygtclsh80 to the end of list,
21402         otherwise it might be found while the non-cygwin wish8x.exe will be
21403         found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe
21404         must be found too.
21406 2001-09-13 14:45  martink
21408         * Modules/Dart.cmake: added back some targets for UNIX
21410 2001-09-13 11:27  martink
21412         * Source/: cmSystemTools.h, cmSystemTools.cxx: added shortest ext
21413         function
21415 2001-09-12 17:09  lorensen
21417         * Source/cmSiteNameCommand.cxx: ENH: drop the case of the site
21418         name. This makes it consistent with Dart's usage.
21420 2001-09-12 17:09  lorensen
21422         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added LowerCase
21423         method.
21425 2001-09-12 15:18  king
21427         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
21428         Added parsing of gccxml flags into separate arguments for setting
21429         the custom command.  This is necessary since the custom command now
21430         takes a vector of individual command line options instead of a
21431         single string.
21433 2001-09-11 21:46  biddi
21435         * Templates/CMakeWindowsBorlandConfig.cmake: ERR: Spelling
21437 2001-09-11 21:45  biddi
21439         * Source/: cmBorlandMakefileGenerator.cpp,
21440         cmBorlandMakefileGenerator.h, cmSystemTools.cxx: ERR: Change to
21441         EscapeSpaces forces rework of Borland generator <sigh> Add clause
21442         to prevent adding quotes when they're already present, then stuff
21443         them onto all lib paths to prevent forward slashes causing trouble.
21445 2001-09-11 20:00  biddi
21447         * Source/: cmBorlandMakefileGenerator.cpp,
21448         cmBorlandMakefileGenerator.h: ENH: Major fix of the Borland
21449         generator which addresses the problem of libraries with
21450         dependencies (other libraries) not linking when required.
21451         Dependency checking required the full path to be supplied to each
21452         file when they're not in the current directory (very tedious). All
21453         seems to be working nicely now.
21455 2001-09-11 19:58  biddi
21457         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Add a findfile
21458         routine (as opposed to find executable or library) which doesn't
21459         add any extensions - Borland make needs full paths to certain
21460         dependencies otherwise linking doesn't work properly (dependencies
21461         aren't checked)
21463 2001-09-11 15:17  martink
21465         * Source/ctest.cxx: updated testing
21467 2001-09-11 14:58  martink
21469         * Source/cmDSPWriter.cxx: include fixes
21471 2001-09-11 14:43  martink
21473         * Modules/Dart.cmake: reduced the number of targets
21475 2001-09-11 14:42  martink
21477         * Source/cmaketest.cxx: bug in testing code
21479 2001-09-11 13:44  hoffman
21481         * Source/cmBorlandMakefileGenerator.cpp: BUG: fix build with
21482         non-borland compiler
21484 2001-09-11 13:40  martink
21486         * Source/cmDSPWriter.cxx: fix for include paths
21488 2001-09-10 15:11  martink
21490         * Modules/Dart.cmake: reduced targets and merged tclsh commands
21492 2001-09-10 15:11  martink
21494         * Source/: cmCableWrapTclCommand.cxx, cmDSPWriter.cxx,
21495         cmMakefile.cxx, cmMakefile.h, cmSystemTools.cxx,
21496         cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
21497         cmVTKWrapTclCommand.cxx: various windows fixes
21499 2001-09-10 11:03  berk
21501         * Source/CMakeLists.txt: Typo in link command.
21503 2001-09-08 12:09  biddi
21505         * Source/: cmBorlandMakefileGenerator.cpp,
21506         cmBorlandMakefileGenerator.h: ERR: Forgot to put back a backslash
21508 2001-09-08 10:02  biddi
21510         * Source/cmBorlandMakefileGenerator.cpp: ERR: LINK_DIR must ot have
21511         backslah at end. Fix plus cleanup of some code.
21513 2001-09-07 10:08  martink
21515         * Source/cmDirectory.cxx: fixed bug in mismatched directory opens
21516         consuming file descriptors
21518 2001-09-07 09:40  king
21520         * Source/cmConfigureGccXmlCommand.cxx: ENH: Removed addition of
21521         compiler support directory include option since the find_*_options
21522         scripts now include it automatically.
21524 2001-09-06 18:02  hoffman
21526         * Source/: CMakeLists.txt, cmBorlandMakefileGenerator.cpp: BUG:
21527         clean up lib and exe output paths
21529 2001-09-06 17:28  hoffman
21531         * Source/CMakeLib.dsp, Source/cmBorlandMakefileGenerator.cpp,
21532         Source/cmBorlandMakefileGenerator.h, Source/cmMSProjectGenerator.h,
21533         Source/cmMakefileGenerator.cxx, Source/cmMakefileGenerator.h,
21534         Source/cmUnixMakefileGenerator.h, Source/cmake.cxx, Source/cmake.h,
21535         Source/MFCDialog/CMakeSetup.rc,
21536         Source/MFCDialog/CMakeSetupDialog.cpp,
21537         Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/resource.h,
21538         Templates/CMakeWindowsBorlandConfig.cmake: ENH: integrate borland
21539         support
21541 2001-09-04 16:29  biddi
21543         * Source/cmBorlandMakefileGenerator.cpp,
21544         Source/cmBorlandMakefileGenerator.h,
21545         Templates/CMakeWindowsBorlandConfig.cmake: NEW: First check in of
21546         Borland Makefile Generator and template stuff
21548 2001-09-04 16:07  hoffman
21550         * Source/: cmAddCustomTargetCommand.cxx, cmCustomCommand.cxx,
21551         cmCustomCommand.h, cmDSPWriter.cxx, cmDSWWriter.cxx,
21552         cmMakefile.cxx, cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
21553         cmVTKWrapJavaCommand.cxx: ENH: separate command from its arguments
21554         in the custom command.  This allows the generator on windows to
21555         change the slashes for just the command
21557 2001-09-01 17:13  biddi
21559         * Source/cmBuildCommand.cxx: ENH: Added a clause for Borland
21560         compiler compatibility
21562 2001-09-01 16:56  barre
21564         * Source/cmDSPWriter.cxx: Convert path format back to Windows
21565         slashes syntax. Mandatory for Win98 build.
21567 2001-09-01 16:55  barre
21569         * Source/cmSystemTools.cxx: fix comment pb
21571 2001-09-01 16:13  biddi
21573         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Windows and
21574         Unix slash conversions return a char*, clean function seperated
21575         from Convert function
21577 2001-09-01 16:12  biddi
21579         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: ExpandVariables
21580         functions return a char * for convenience
21582 2001-08-31 21:10  starreveld
21584         * Source/cmUnixMakefileGenerator.cxx: 
21585         
21586         ENH: Generate compile lines for .m, .M, and .mm files (ObjC and
21587         ObjC++)
21589 2001-08-30 17:32  hoffman
21591         * Source/cmMakefile.cxx: BUG: fix incorrect deletion of function
21592         blockers
21594 2001-08-30 16:19  martink
21596         * Source/: cmMakefile.h, cmMakefile.h: version rev
21598 2001-08-30 16:06  hoffman
21600         * ChangeLog, ChangeLog.txt, ChangeLog: [no log message]
21602 2001-08-30 15:54  hoffman
21604         * ChangeLog.txt: ENH: add autogenerated changelog
21606 2001-08-29 17:21  hoffman
21608         * Source/cmake.cxx: opps
21610 2001-08-29 17:11  king
21612         * Source/cmConfigureGccXmlCommand.cxx: BUG: GCCXML_FLAGS found from
21613         find_gcc_options or find_mpro_options should have the trailing
21614         newline stripped from the string.
21616 2001-08-29 17:10  king
21618         * Source/cmCableWrapTclCommand.cxx: ENH: Updated generated
21619         dependencies since cable's installation directory now uses separate
21620         CxxTypes and WrapTclFacility subdirecories for includes.
21622 2001-08-29 17:08  king
21624         * Modules/FindCABLE.cmake: ENH: Updated library finding code to
21625         handle new cable installation directory structure.  It now uses
21626         separate directories for CxxTypes and WrapTclFacility headers.
21628 2001-08-29 16:42  martink
21630         * Source/: ctest.cxx, ctest.h: added regexp option
21632 2001-08-29 16:13  hoffman
21634         * Source/: CMakeLib.dsp, DumpDocumentation.dsp, cmake.dsp,
21635         ctest.dsp: remove /ZI
21637 2001-08-29 15:57  hoffman
21639         * Source/: cmake.cxx, cmaketest.cxx: ENH: run cmake from cmaketest
21641 2001-08-29 10:47  king
21643         * Source/cmMakefile.h: ENH: Added a const version of
21644         GetLinkLibraries().
21646 2001-08-29 10:46  king
21648         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
21649         ENH: Proper dependencies between shared libraries now exist in the
21650         generated makefiles.  If a shared library links to another, the
21651         other will be built before the link is attempted.
21653 2001-08-29 09:57  hoffman
21655         * Source/cmMakefile.cxx: clean up a bit
21657 2001-08-29 09:44  berk
21659         * Source/cmSystemTools.cxx: BUG: fix out of bounds read on string
21660         in mkdir
21662 2001-08-29 09:26  perera
21664         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Special value
21665         IGNORE behaves like NOTFOUND, but makes FindLibrary, etc, _not_
21666         search for a library, etc.
21668 2001-08-28 18:35  hoffman
21670         * Source/cmListFileCache.h: remove warning
21672 2001-08-28 18:28  hoffman
21674         * Source/: CMakeLib.dsp, CMakeLists.txt, CMakeSetup.dsw,
21675         Makefile.in, cmListFileCache.cxx, cmListFileCache.h,
21676         cmMakefile.cxx: ENH: add caching for the input CMakeList.txt files,
21677         2X speed up
21679 2001-08-28 18:27  hoffman
21681         * Source/cmDSPWriter.cxx: BUG: put spaces in /I paths
21683 2001-08-28 18:02  starreveld
21685         * Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
21686         cmMakefile.cxx, cmMakefile.h, cmTarget.h,
21687         cmUnixMakefileGenerator.cxx: 
21688         
21689         Changes to allow MODULE type target for a shared library
21691 2001-08-28 18:01  starreveld
21693         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in: 
21694         
21695         Changes to allow a MODULE target for a shared library.
21697 2001-08-28 16:04  martink
21699         * CMakeLists.txt, Tests/Complex/CMakeLists.txt,
21700         Tests/ComplexOneConfig/CMakeLists.txt,
21701         Tests/ComplexRelativePaths/CMakeLists.txt: minor fix
21703 2001-08-28 14:55  martink
21705         * Source/: cmDSPWriter.cxx, cmSystemTools.cxx, cmSystemTools.h:
21706         better network build support
21708 2001-08-28 13:49  starreveld
21710         * Templates/: configure, configure.in: 
21711         
21712         Added support for Darwin (OSX)
21714 2001-08-28 10:57  hoffman
21716         * Modules/FindTCL.cmake: ENH: support for cygwin
21718 2001-08-28 10:57  hoffman
21720         * Source/: cmSystemTools.cxx, cmUnixMakefileGenerator.cxx: BUG: fix
21721         for broken apple mkdir and general clean up of MakeDirectory
21722         command
21724 2001-08-27 15:48  hoffman
21726         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix switch projects
21727         not saving cache correctly
21729 2001-08-27 15:19  martink
21731         * Source/cmDSPWriter.cxx: support for network path link libraries
21733 2001-08-27 14:44  hoffman
21735         * Source/: cmMakefile.cxx, cmMakefile.h,
21736         cmUnixMakefileGenerator.cxx: ENH: change expand variables to use
21737         GetDefinition
21739 2001-08-27 14:38  hoffman
21741         * configure, configure.in: [no log message]
21743 2001-08-27 14:35  hoffman
21745         * configure, configure.in, Source/Makefile.in: ENH: clean up sgi
21746         build and use non-broken autoconf
21748 2001-08-27 12:24  hoffman
21750         * configure, Source/cmUnixMakefileGenerator.cxx,
21751         Templates/configure: [no log message]
21753 2001-08-27 11:03  hoffman
21755         * Source/cmUnixMakefileGenerator.cxx: BUG: set CXX and CC when
21756         running configure from cmake
21758 2001-08-27 10:23  martink
21760         * Source/ctest.cxx: better formatted output
21762 2001-08-27 10:22  hoffman
21764         * Templates/: configure, configure.in: ENH: use ANSI_CXXFLAGS for
21765         testing compiler
21767 2001-08-27 10:11  hoffman
21769         * CMakeLists.txt, Templates/CMakeSystemConfig.cmake.in,
21770         Templates/configure, Templates/configure.in,
21771         Tests/Complex/CMakeLists.txt,
21772         Tests/ComplexOneConfig/CMakeLists.txt,
21773         Tests/ComplexRelativePaths/CMakeLists.txt: ENH: sgi -LANG:std
21775 2001-08-27 10:07  berk
21777         * Source/CMakeSetup.dsw: ken added dependancy to build everything
21779 2001-08-25 12:31  martink
21781         * Source/: CMakeSetup.dsw, ctest.dsp: added ctest to win32
21783 2001-08-24 17:50  hoffman
21785         * Templates/: configure, configure.in: [no log message]
21787 2001-08-24 17:30  hoffman
21789         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
21790         ENH: more sgi -LANG stuff
21792 2001-08-24 17:25  hoffman
21794         * configure, configure.in, configure, configure.in: auto detect
21795         lang:std:
21797 2001-08-24 17:17  hoffman
21799         * Source/Makefile.in: ENH: build for sgi CC out of box
21801 2001-08-24 17:12  hoffman
21803         * configure, configure.in, configure, configure.in: auto detect
21804         lang:std:
21806 2001-08-24 17:00  hoffman
21808         * configure, configure.in: auto detect lang:std:
21810 2001-08-24 16:51  hoffman
21812         * configure, configure.in: auto detect lang:std:
21814 2001-08-24 15:54  hoffman
21816         * Tests/: Complex/cmTestConfigure.h.in,
21817         Complex/Executable/complex.cxx,
21818         ComplexOneConfig/cmTestConfigure.h.in,
21819         ComplexOneConfig/Executable/complex.cxx,
21820         ComplexRelativePaths/cmTestConfigure.h.in,
21821         ComplexRelativePaths/Executable/complex.cxx: BUG: fix complex test
21822         for old compilers
21824 2001-08-24 15:45  hoffman
21826         * configure, configure.in, Tests/Complex/cmTestConfigure.h.in,
21827         Tests/ComplexOneConfig/cmTestConfigure.h.in,
21828         Tests/ComplexRelativePaths/cmTestConfigure.h.in: BUG: fix for SGI
21829         Native compiler
21831 2001-08-24 15:41  hoffman
21833         * Templates/: configure, configure.in: BUG: fix flag for building
21834         shared on HP
21836 2001-08-23 18:30  perera
21838         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: BUG: ADD_TEST
21839         now only does stuff if ENABLE_TESTING has been run.
21841 2001-08-23 18:02  hoffman
21843         * Source/: cmMakefile.cxx, cmSystemTools.cxx, cmSystemTools.h: ENH:
21844         improve coverage
21846 2001-08-23 17:40  hoffman
21848         * Source/: CMakeLists.txt, cmDumpDocumentation.cxx, cmMakefile.cxx,
21849         cmMakefile.h: ENH: add dump documentation test
21851 2001-08-23 16:28  king
21853         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
21854         Each cmCableWrapTclCommand instance now uses a single cmMakeDepend
21855         object for dependencies for all the gccxml input files it
21856         generates.  This should significantly improve generation time.
21858 2001-08-23 16:24  hoffman
21860         * Source/cmaketest.cxx: BUG: run make all on unix not make exename
21862 2001-08-23 16:00  hoffman
21864         * Source/: CMakeLists.txt, cmStandardIncludes.h, cmaketest.cxx,
21865         ctest.cxx: ENH: add more testing
21867 2001-08-23 13:57  hoffman
21869         * Tests/: Complex/CMakeLists.txt, Complex/VarTests.txt,
21870         Complex/cmTestConfigure.h.in, Complex/simple.cxx,
21871         Complex/Executable/CMakeLists.txt, Complex/Executable/complex.cxx,
21872         Complex/Library/CMakeLists.txt, Complex/Library/file2.cxx,
21873         Complex/Library/file2.h, Complex/Library/sharedFile.cxx,
21874         Complex/Library/sharedFile.h,
21875         Complex/Library/ExtraSources/file1.cxx,
21876         Complex/Library/ExtraSources/file1.h,
21877         ComplexOneConfig/CMakeLists.txt, ComplexOneConfig/VarTests.txt,
21878         ComplexOneConfig/cmTestConfigure.h.in, ComplexOneConfig/simple.cxx,
21879         ComplexOneConfig/Executable/CMakeLists.txt,
21880         ComplexOneConfig/Executable/complex.cxx,
21881         ComplexOneConfig/Library/CMakeLists.txt,
21882         ComplexOneConfig/Library/file2.cxx,
21883         ComplexOneConfig/Library/file2.h,
21884         ComplexOneConfig/Library/sharedFile.cxx,
21885         ComplexOneConfig/Library/sharedFile.h,
21886         ComplexOneConfig/Library/ExtraSources/file1.cxx,
21887         ComplexOneConfig/Library/ExtraSources/file1.h,
21888         ComplexRelativePaths/CMakeLists.txt,
21889         ComplexRelativePaths/VarTests.txt,
21890         ComplexRelativePaths/cmTestConfigure.h.in,
21891         ComplexRelativePaths/simple.cxx,
21892         ComplexRelativePaths/Executable/CMakeLists.txt,
21893         ComplexRelativePaths/Executable/complex.cxx,
21894         ComplexRelativePaths/Library/CMakeLists.txt,
21895         ComplexRelativePaths/Library/file2.cxx,
21896         ComplexRelativePaths/Library/file2.h,
21897         ComplexRelativePaths/Library/sharedFile.cxx,
21898         ComplexRelativePaths/Library/sharedFile.h,
21899         ComplexRelativePaths/Library/ExtraSources/file1.cxx,
21900         ComplexRelativePaths/Library/ExtraSources/file1.h: ENH: try to get
21901         better test coverage
21903 2001-08-23 13:12  martink
21905         * Source/ctest.cxx: also check path for test executables
21907 2001-08-23 11:39  martink
21909         * Source/ctest.cxx: fixed format
21911 2001-08-23 11:32  martink
21913         * Source/cmUnixMakefileGenerator.cxx: better ctest support
21915 2001-08-23 11:12  martink
21917         * Source/: CMakeLists.txt, cmSystemTools.cxx, cmSystemTools.h,
21918         cmUnixMakefileGenerator.cxx, ctest.cxx, ctest.h: added test driver
21919         for make test target
21921 2001-08-22 16:33  martink
21923         * Source/cmDSPWriter.cxx: ENH: do not put a rule in to rebuild the
21924         ALL_BUILD.dsp file, as it is not possible...
21926 2001-08-22 11:58  hoffman
21928         * Source/: cmCableClassSet.h, cmCableWrapTclCommand.cxx,
21929         cmCacheManager.cxx, cmCacheManager.h, cmMakeDepend.h, cmMakefile.h,
21930         cmSourceGroup.h, cmStandardIncludes.h, cmTarget.h,
21931         cmUnixMakefileGenerator.cxx: ENH: change all maps of string to be
21932         maps of cmStdString, to reduce symbol length in object files.
21934 2001-08-22 11:26  hoffman
21936         * Source/cmMakefile.h: BUG: shorten length of symbols
21938 2001-08-22 10:12  berk
21940         * Source/cmDSPWriter.cxx: OUTDIR->IntDir
21942 2001-08-22 08:21  hoffman
21944         * Source/MFCDialog/CMakeLists.txt: BUG: add missing
21945         CMakeCommandLineInfo
21947 2001-08-21 17:41  barre
21949         * Source/MFCDialog/CMakeSetup.dsp: CMakeSetup now handles
21950         command-line arguments (ex: /H=source_dir /B=build_dir)
21952 2001-08-21 17:38  barre
21954         * Source/MFCDialog/: CMakeSetup.cpp, CMakeSetupDialog.cpp,
21955         CMakeSetupDialog.h, CMakeCommandLineInfo.cpp,
21956         CMakeCommandLineInfo.h: CMakeSetup now handles command-line
21957         arguments (ex: /H=source_dir /B=build_dir)
21959 2001-08-21 11:04  starreveld
21961         * Source/cmMakefile.cxx: 
21962         
21963         Added support for .mm source files (ObjC++)
21965 2001-08-20 13:32  hoffman
21967         * Templates/: configure, configure.in: BUG: fix check for no std::
21969 2001-08-20 09:23  hoffman
21971         * Source/cmSetCommand.cxx: BUG: cmSystemTools::CollapseFullPath is
21972         a bad thing to call on the compiler which is a filepath
21974 2001-08-19 19:11  barre
21976         * Source/cmOptionCommand.cxx: Allow option value to be expanded
21977         (thus, we can use the value of another option as default)
21979 2001-08-19 12:14  barre
21981         * Source/cmMakefile.cxx: gcc and MSVC clash on
21982         basic_string::compare(), let's try substr()
21984 2001-08-19 07:36  barre
21986         * Source/cmSetCommand.cxx: If the value is a path, collapse it
21987         (cleaner)
21989 2001-08-18 17:57  hoffman
21991         * Templates/: configure, configure.in: BUG: get the flags right
21993 2001-08-18 12:51  barre
21995         * Source/cmMakefile.cxx, Modules/FindDart.cmake: Support for
21996         $ENV{VAR} syntax (lookup in the environment vars)
21998 2001-08-17 17:11  martink
22000         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: backwards MATCHES in
22001         if and else statements
22003 2001-08-16 18:01  hoffman
22005         * Templates/configure: ENH: default for cygwin should be pthreads
22007 2001-08-16 17:42  hoffman
22009         * Templates/: CMakeSystemConfig.cmake.in,
22010         CMakeWindowsSystemConfig.cmake, configure, configure.in: ENH: add
22011         CMAKE_USE_WIN32_THREADS to the possible thread types
22013 2001-08-16 11:41  berk
22015         * Source/: cmCacheManager.cxx, cmCacheManager.h,
22016         cmLoadCacheCommand.cxx, cmLoadCacheCommand.h: Adding new options to
22017         LoadCache.
22019 2001-08-15 13:40  berk
22021         * Source/: cmCacheManager.cxx, cmCacheManager.h,
22022         cmLoadCacheCommand.cxx: 1. Added EXCLUDE option to LOAD_CACHE.  2.
22023         Entries brought in from another cache are now marked as internal.
22025 2001-08-15 13:23  martink
22027         * Modules/FindDart.cmake: looks at same level
22029 2001-08-15 10:03  hoffman
22031         * Templates/: configure, configure.in: ENH: make pthreads the
22032         default for cygwin
22034 2001-08-14 17:18  king
22036         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
22037         cmInstallProgramsCommand.cxx, cmInstallProgramsCommand.h,
22038         cmMakefile.cxx: ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS
22039         commands to allow each call to the command in a single directory to
22040         specify a different install path.
22042 2001-08-13 16:04  martink
22044         * Modules/Dart.cmake: removed grep
22046 2001-08-10 15:52  martink
22048         * Source/: cmVTKWrapTclCommand.cxx, cmMakefile.h: now creates
22049         output directories
22051 2001-08-09 15:35  hoffman
22053         * CMake.pdf: ENH: update pdf to rtf
22055 2001-08-09 15:23  hoffman
22057         * CMake.rtf: ENH: add some docs for sgi CC
22059 2001-08-09 14:58  berk
22061         * Source/: cmElseCommand.cxx, cmIfCommand.cxx: BUG: or and and were
22062         inverted.
22064 2001-08-09 11:12  hoffman
22066         * ChangeLog: add generated ChangeLog file.  Should be updated each
22067         time a new version is made
22069 2001-08-09 11:08  martink
22071         * Source/: cmMakefile.h, cmMakefile.h: updated version
22073 2001-08-09 11:07  martink
22075         * README: out of date
22077 2001-08-09 09:33  hoffman
22079         * Source/cmConfigure.cmake.h.in: BUG: add in for scope variable
22081 2001-08-08 13:14  hoffman
22083         * Source/: cmSiteNameCommand.cxx, cmUtilitySourceCommand.cxx: BUG:
22084         can not Add a definition that you just got
22086 2001-08-08 11:54  hoffman
22088         * configure, configure.in, Source/cmBuildCommand.cxx,
22089         Source/cmBuildNameCommand.cxx, Source/cmCableWrapTclCommand.cxx,
22090         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
22091         Source/cmConfigure.h.in, Source/cmConfigureGccXmlCommand.cxx,
22092         Source/cmDSPWriter.cxx, Source/cmDSWWriter.cxx,
22093         Source/cmFindFileCommand.cxx, Source/cmFindLibraryCommand.cxx,
22094         Source/cmFindPathCommand.cxx, Source/cmFindProgramCommand.cxx,
22095         Source/cmLinkLibrariesCommand.cxx, Source/cmMSProjectGenerator.cxx,
22096         Source/cmMakefile.cxx, Source/cmMakefile.h,
22097         Source/cmOptionCommand.cxx, Source/cmProjectCommand.cxx,
22098         Source/cmSetCommand.cxx, Source/cmSiteNameCommand.cxx,
22099         Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
22100         Source/cmUnixMakefileGenerator.cxx,
22101         Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
22102         Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
22103         Source/MFCDialog/CMakeSetupDialog.cpp,
22104         Templates/CMakeSystemConfig.cmake.in, Templates/configure,
22105         Templates/configure.in: ENH: big change, only allow commands access
22106         to the cache via the cmMakefile class and GetDefinition, also the
22107         cmMakefile is the only way for commands to add to the cache.  Also,
22108         some changes to configure.in that check for for scoping
22110 2001-08-07 15:49  hoffman
22112         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: ENH: compile
22113         with broken 720 SGI C++ compiler
22115 2001-08-07 13:46  hoffman
22117         * Source/cmMakefile.cxx: ENH: html output for docs
22119 2001-08-07 13:15  hoffman
22121         * CMake.rtf: ENH: update documents with current commands and new
22122         GUI
22124 2001-08-07 08:47  king
22126         * CMakeLists.txt: ERR: CMakeLogo.gif has been moved to the root
22127         directory of the source so that the Web and Web/Art directories are
22128         not needed here.
22130 2001-08-07 08:46  king
22132         * CMakeLogo.gif: ENH: CMakeLogo for Dart to use on testing web
22133         page.
22135 2001-08-06 17:01  martink
22137         * Source/: cmElseCommand.cxx, cmElseCommand.h, cmIfCommand.cxx,
22138         cmIfCommand.h: added new if commands
22140 2001-08-06 15:11  king
22142         * CMake.pdf, CMake.rtf: Re-adding doc files.  They were
22143         accidentally removed due to a symlink from the CMake/Web directory
22144         when it was removed.
22146 2001-08-06 15:01  king
22148         * CMake.pdf, CMake.rtf: Removing Web directory from CMake.  It is
22149         moving to a separate, parallel CVS module called "CMakeWeb"
22151 2001-08-03 15:47  king
22153         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
22154         ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force
22155         file copy and configuration on the initial pass so that current
22156         variable values are used.
22158 2001-08-02 17:27  king
22160         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
22161         Added use of a class's tag to generate a better set of filenames
22162         for its wrapper configuration, xml, and generated files.  This
22163         should also prevent half the classes from re-wrapping when a new
22164         one is inserted in the middle.
22166 2001-08-02 14:42  king
22168         * Source/cmUnixMakefileGenerator.cxx: BUG: Generated link line for
22169         shared libraries had CMAKE_CXX_FLAGS instead of CMAKE_CXXFLAGS
22170         (note underscore).
22172 2001-08-02 14:10  king
22174         * Source/cmMakefile.cxx: BUG: Fixed off-by-one error in
22175         ExpandVariablesInString for case of $ or @ as last character of
22176         string.
22178 2001-08-02 09:07  king
22180         * Source/cmUnixMakefileGenerator.cxx: BUG: We don't want to output
22181         -I/usr/include in the INCLUDE_FLAGS variable.  This causes problems
22182         with finding system headers in the wrong places for certain
22183         standard library implementations.
22185 2001-08-01 16:14  king
22187         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
22188         cmSubdirDependsCommand.cxx, cmSubdirDependsCommand.h,
22189         cmUnixMakefileGenerator.cxx: ENH: Added SUBDIR_DEPENDS command and
22190         corresponding support code.  This command allows specification that
22191         a set of subdirectories be built before a particular directory.
22193 2001-08-01 16:13  king
22195         * Source/cmAddDefinitionsCommand.cxx: BUG: Needed to expand
22196         variables of definitions.
22198 2001-08-01 16:12  king
22200         * Source/cmInstallFilesCommand.cxx: BUG: Need to expand variables
22201         when a regular expression is specified.
22203 2001-08-01 16:11  king
22205         * Modules/FindCABLE.cmake: ENH: Support to find CABLE utility if it
22206         is installed.
22208 2001-08-01 11:19  king
22210         * Modules/FindTCL.cmake: ENH: Added tk library names tk8.4 tk8.3
22211         tk8.2 and tk8.0 to correspond to tk84 tk83 tk82 and tk80. 
22212         TK_LIBRARY should now be found on more platforms.
22214 2001-07-31 11:29  king
22216         * Source/cmCommands.cxx, Source/cmDSPWriter.cxx,
22217         Source/cmDSWWriter.cxx, Source/cmInstallFilesCommand.cxx,
22218         Source/cmInstallProgramsCommand.cxx,
22219         Source/cmInstallProgramsCommand.h, Source/cmMakefile.cxx,
22220         Source/cmTarget.cxx, Source/cmTarget.h,
22221         Source/cmUnixMakefileGenerator.cxx, Templates/CMakeLists.txt: ENH:
22222         Added INSTALL_PROGRAMS command and corresponding support.  This
22223         involved splitting cmTarget::INSTALL into INSTALL_FILES and
22224         INSTALL_PROGRAMS enum values.  INSTALL_FILES no longer adds execute
22225         permission.  The INSTALL_PROGRAMS commnad takes either a list of
22226         explicit names, or a regex.  It will not expand source lists like
22227         the INSTALL_FILES command will.
22229 2001-07-30 12:21  king
22231         * Source/cmCableClassSet.cxx: ERR:
22232         ElementCombinationGenerator::ReplacePortion needs to be a friend of
22233         ElementCombinationGenerator so that it can get access to
22234         ElementCombinationGenerator::Substitution.  Also fixed one minor
22235         problem for HP build.
22237 2001-07-30 11:34  king
22239         * Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
22240         cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
22241         cmUnixMakefileGenerator.cxx: BUG: Changed include and link
22242         directory paths in cmMakefile back to std::vector because there is
22243         an order dependency.  Only cmMakefile::AddIncludeDirectory and
22244         cmMakefile::AddLinkDirectory should be called to add directories to
22245         the paths.  They make sure the paths are unique as they are
22246         inserted.
22248 2001-07-30 07:18  scottim
22250         * Source/: cmCableClassSet.cxx, cmCableWrapTclCommand.cxx,
22251         cmDSPWriter.cxx, cmMakeDepend.cxx, cmMakefile.cxx, cmMakefile.h,
22252         cmUnixMakefileGenerator.cxx: Removed the Uniquification of the
22253         include and link directory list in FinalPass, and achieved the same
22254         effect by makein m_LinkDirectores and m_IncludeDirectories a set
22255         rather than vector
22257 2001-07-27 16:29  hoffman
22259         * Source/cmMakefile.cxx: ENH: Re-implemented
22260         ExpandVariablesInString to significantly improve performance.
22262 2001-07-27 13:06  scottim
22264         * Source/: cmMakefile.cxx, cmMakefile.h: MAkefile now strips
22265         duplicate directores from the libraries and include paths
22267 2001-07-26 11:07  king
22269         * Source/: cmCableClassSet.cxx, cmCableClassSet.h,
22270         cmCableClassSetCommand.cxx, cmCableWrapTclCommand.cxx: ENH: Added
22271         cable class-set expansion and tagging for alternate name
22272         generation.  This should make the generated wrappers much easier to
22273         setup and use.
22275 2001-07-26 10:18  hoffman
22277         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp: ENH:
22278         change the logic of disabling the ok button a bit
22280 2001-07-26 09:47  berk
22282         * CMakeLists.txt: ENH: Updated regexp for tracing dependencies in
22283         FLTK dialog.
22285 2001-07-26 08:36  martink
22287         * Source/cmMakefile.h: fixed warnings
22289 2001-07-25 18:30  hoffman
22291         * Source/: cmMakefile.cxx, cmMakefile.h, cmake.cxx, cmake.h,
22292         MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
22293         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
22294         MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h,
22295         MFCDialog/resource.h: ENH: rework GUI with configure/OK/Cancel
22297 2001-07-25 16:53  martink
22299         * Source/: cmCommands.cxx, cmFunctionBlocker.h, cmIfCommand.cxx,
22300         cmIfCommand.h, cmMakefile.cxx, cmMakefile.h: added for each command
22302 2001-07-25 16:52  martink
22304         * Source/: cmEndForEachCommand.cxx, cmEndForEachCommand.h,
22305         cmForEachCommand.cxx, cmForEachCommand.h: new commands
22307 2001-07-25 09:40  berk
22309         * Source/cmCacheManager.cxx: Removing trailing spaces after cache
22310         entry value.
22312 2001-07-24 16:46  hoffman
22314         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
22315         PropertyList.h, resource.h: BUG: fix on scroll with buttons
22317 2001-07-24 16:16  king
22319         * Source/cmDSPWriter.cxx: BUG: Fixed dependency generation to work
22320         for when there are many, many dependencies.  Output is now easier
22321         to ready anyway because each dependency is on its own line.
22323 2001-07-23 14:43  king
22325         * Source/: cmConfigureGccXmlCommand.cxx,
22326         cmConfigureGccXmlCommand.h: BUG: CompilerIsMipsPro needs to
22327         redirect stderr to stdout so that the test output can be checked.
22329 2001-07-23 11:54  king
22331         * Source/: cmConfigureGccXmlCommand.cxx,
22332         cmConfigureGccXmlCommand.h: ENH: Added support for UNIX compilers. 
22333         GCC and MIPSpro are supported.
22335 2001-07-23 11:53  king
22337         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added support
22338         for non-verbose mode output from running a command.  This can be
22339         used when it is expected that the command may fail.
22341 2001-07-23 11:07  king
22343         * Source/: cmCommands.cxx, cmConfigureGccXmlCommand.cxx,
22344         cmConfigureGccXmlCommand.h: ENH: Added CONFIGURE_GCCXML command to
22345         do hard work of configuring GCCXML's flags for the current
22346         compiler.  Currently only implemented correctly for Visual C++ in
22347         Windows.
22349 2001-07-23 11:06  king
22351         * Modules/FindGCCXML.cmake: ENH: Module to find and configure
22352         GCCXML and GCCXML_FLAGS.
22354 2001-07-20 11:41  millerjv
22356         * Modules/Dart.cmake: ENH: Added Purify targets
22358 2001-07-20 09:20  millerjv
22360         * Modules/Dart.cmake: ENH: Added purify command.
22362 2001-07-20 04:56  scottim
22364         * Templates/DLLHeader.dsptemplate: adding what I think is a missing
22365         /pdbtype:sept
22367 2001-07-18 16:45  martink
22369         * Source/cmMakefile.h: updated version
22371 2001-07-18 11:40  martink
22373         * Source/cmSystemTools.cxx: limit library search to appropriate
22374         extensions
22376 2001-07-18 10:17  hoffman
22378         * Modules/Dart.cmake: BUG: enable testing even if not tcl found
22380 2001-07-17 15:41  king
22382         * Source/cmCableWrapTclCommand.cxx: ENH: Added generation of
22383         dependencies on the CMake-generated input to gcc-xml so that
22384         re-generation of wrappers will occur if a header changes.
22386 2001-07-17 15:41  king
22388         * Source/cmMakeDepend.cxx: BUG: Need to expand variables in search
22389         paths in case it hasn't been done yet by the makefile.
22391 2001-07-17 15:09  king
22393         * Source/: cmMakeDepend.cxx, cmMakeDepend.h,
22394         cmOutputRequiredFilesCommand.cxx, cmUnixMakefileGenerator.cxx: ENH:
22395         Hacked together a new implementation of the dependency generator
22396         code.  This should support finding dependencies for individual
22397         files without doing them for the entire makefile.  Use
22398         cmMakeDepend::FindDependencies() to do this.
22400 2001-07-17 09:54  king
22402         * Modules/CMakeLists.txt, Modules/FindDart.cmake,
22403         Modules/FindJNI.cmake, Modules/FindPythonLibs.cmake,
22404         Modules/FindTCL.cmake, Source/cmSystemTools.cxx,
22405         Source/cmSystemTools.h, Templates/configure,
22406         Templates/configure.in: ENH: Added support for using
22407         backslash-style escaping in CMakeLists.txt file arguments.  This
22408         allows double quotes to be used in arguments.
22410 2001-07-16 18:40  perera
22412         * Source/: cmAuxSourceDirectoryCommand.cxx, cmMakefile.cxx,
22413         cmMakefile.h, cmSourceFile.cxx, cmSourceFile.h,
22414         cmSourceFilesCommand.cxx, cmSourceFilesRemoveCommand.cxx,
22415         cmTarget.cxx: ENH: Source and header file extensions are in
22416         variables in cmMakefile.  AUX_SOURCE_DIRECTORY will only add files
22417         that have a "source" extension.
22419 2001-07-16 15:19  ibanez
22421         * Modules/: FindGLU.cmake, FindGLUT.cmake:      Search path for
22422         OpenGL related libraries
22424 2001-07-16 10:17  hoffman
22426         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
22427         ENH: add a variable for CMAKE_COMPILER_IS_GNUCXX
22429 2001-07-16 10:15  hoffman
22431         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: make sure cache is
22432         cleared
22434 2001-07-16 10:14  hoffman
22436         * Source/: cmMakefile.cxx, cmSourceFile.cxx: ENH: add support for
22437         mac osx
22439 2001-07-15 21:10  barre
22441         * Modules/FindPythonLibs.cmake: update include/lib path to Python
22442         (Linux)
22444 2001-07-12 19:48  hoffman
22446         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
22447         PropertyList.cpp, PropertyList.h: ENH: add a check to avoid
22448         quitting before rebuilding
22450 2001-07-11 13:30  martink
22452         * Source/: cmMakefile.h, cmMakefile.h: version num
22454 2001-07-11 13:06  martink
22456         * Source/MFCDialog/CMakeSetupDialog.cpp: fixed up resizing info
22458 2001-07-11 12:12  hoffman
22460         * Source/cmSystemTools.cxx: BUG: make sure find program does not
22461         find directories
22463 2001-07-10 17:13  hoffman
22465         * Source/: cmIncludeCommand.cxx, cmLoadCacheCommand.cxx: BUG:
22466         remove iostream.h includes
22468 2001-07-10 16:20  berk
22470         * Source/cmUnixMakefileGenerator.cxx: Unnecessary variable
22472 2001-07-10 16:20  berk
22474         * Source/cmMakefile.cxx: Better error checking.
22476 2001-07-10 14:29  hoffman
22478         * Templates/: configure, configure.in: BUG: fix excape of * for
22479         cmake
22481 2001-07-10 13:57  king
22483         * Source/cmUnixMakefileGenerator.cxx: BUG: When splitting a full
22484         path library into separate -L and -l parts, the -l part may not
22485         have a "lib" prefix on cygwin.
22487 2001-07-10 12:09  king
22489         * Source/cmake.cxx: ENH: Removing automatic setting of
22490         BUILD_SHARED_LIBS.  Projects that support this should explicitly
22491         declare it with the OPTION command, or set its libraries to shared
22492         or static directly on each ADD_LIBRARY command.
22494 2001-07-10 11:56  berk
22496         * Modules/Dart.cmake: Checking if tclshcommand is defined before
22497         running it.
22499 2001-07-10 11:46  king
22501         * Source/cmUnixMakefileGenerator.cxx: ENH: Added
22502         -D(library_name)_EXPORTS to build rules for sources that are going
22503         to be linked into a shared library.  This allows dllexport setup
22504         for DLL building on cygwin.  It may also come in handy in unix in
22505         the future.  This corresponds to the same definition added by the
22506         dll dsp template in windows.
22508 2001-07-10 09:23  martink
22510         * Source/cmBuildNameCommand.cxx: changes to better handle old
22511         values or hand set values
22513 2001-07-09 12:46  nobody
22515         * DartConfig.cmake: Disabled doxygen and gnats
22517 2001-07-08 17:54  perera
22519         * Source/cmUnixMakefileGenerator.cxx: BUG: library extension goes
22520         after library name, not before
22522 2001-07-06 14:41  hoffman
22524         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
22525         ENH: some clean up, and better checking to see if we are building
22526         cmake
22528 2001-07-06 14:11  hoffman
22530         * configure, configure.in: ENH: run make depend
22532 2001-07-06 12:46  will
22534         * Source/cmCommand.h: ERR:Spelling mistake
22536 2001-07-06 09:22  king
22538         * Source/cmStandardIncludes.h: ENH: Warning 4503 disable for MSVC.
22540 2001-07-05 18:15  hoffman
22542         * Templates/: configure, configure.in: BUG: fix flags for cygwin
22543         and shared builds
22545 2001-07-05 17:52  hoffman
22547         * Source/cmSystemTools.cxx: ENH: add better error output
22549 2001-07-05 12:03  hoffman
22551         * Source/cmUnixMakefileGenerator.cxx, Templates/configure,
22552         Templates/configure.in: BUG: fix solaris problems in install and ar
22554 2001-07-03 10:53  king
22556         * Source/cmCableWrapTclCommand.cxx: ENH: Removed -fsyntax-only flag
22557         from call to gcc-xml.  It should be part of GCCXML_FLAGS.
22559 2001-07-03 05:27  scottim
22561         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
22562         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
22563         Templates/EXEWinHeader.dsptemplate,
22564         Templates/UtilityHeader.dsptemplate,
22565         Templates/staticLibHeader.dsptemplate: Renamed the
22566         ReleaseWithDebugInfo Build configuration to RelWithDebInfo, because
22567         msdev does simple matching on build target, and specifying either
22568         Release or Debug builds would also build ReleaseWithDebugInfo
22570 2001-07-02 16:52  king
22572         * Source/cmUnixMakefileGenerator.cxx: BUG: When outputting relative
22573         path of .o, the relative path of the source file must also be
22574         written (not full path).
22576 2001-07-02 16:30  millerjv
22578         * Source/cmBuildNameCommand.cxx: FIX: BuildName removes path to
22579         compiler and converts any illegal characters
22581 2001-07-02 15:57  king
22583         * Source/: cmCommands.cxx, cmBuildSharedLibrariesCommand.cxx,
22584         cmBuildSharedLibrariesCommand.h: ENH: Removed deprecated command
22585         completely.
22587 2001-07-02 15:38  king
22589         * Source/: cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
22590         cmDSPWriter.cxx, cmDSPWriter.h, cmDSWWriter.cxx, cmMakefile.cxx,
22591         cmMakefile.h, cmTarget.h, cmUnixMakefileGenerator.cxx,
22592         cmUnixMakefileGenerator.h: ENH: Added support for selection of
22593         static/shared build on a per-library basis.
22595 2001-07-02 14:38  martink
22597         * Source/cmake.cxx: better arg support
22599 2001-07-02 14:03  berk
22601         * Source/: cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.h,
22602         cmVTKWrapTclCommand.h: Should not be inherited.
22604 2001-07-02 14:03  berk
22606         * Source/: cmVTKWrapJavaCommand.cxx, cmVTKWrapPythonCommand.cxx,
22607         cmVTKWrapTclCommand.cxx: Better error checking.
22609 2001-07-02 14:02  berk
22611         * Source/cmConfigureFileCommand.cxx: Wrong place for fout
22613 2001-06-29 16:46  martink
22615         * Source/cmConfigureFileCommand.cxx: better configure file command
22617 2001-06-29 16:06  nobody
22619         * CMakeLists.txt: added logo
22621 2001-06-29 09:53  martink
22623         * Source/cmaketest.cxx: minor compile fix
22625 2001-06-29 09:30  hoffman
22627         * Source/cmUnixMakefileGenerator.cxx,
22628         Templates/CMakeSystemConfig.cmake.in, Templates/configure,
22629         Templates/configure.in: BUG: break up CMAKE_AR into program and
22630         ARGS
22632 2001-06-28 17:45  hoffman
22634         * configure, configure.in, Source/cmSystemTools.cxx,
22635         Source/cmUnixMakefileGenerator.cxx, Templates/configure,
22636         Templates/configure.in: ENH: various fixes to allow bootstrap on
22637         sunos with CC
22639 2001-06-28 16:45  hoffman
22641         * Source/cmEnableTestingCommand.cxx: fixed Dart issue
22643 2001-06-28 15:27  hoffman
22645         * Templates/CMakeSystemConfig.cmake.in: set values in the cache not
22646         just the current makefile
22648 2001-06-28 15:08  berk
22650         * Source/cmUnixMakefileGenerator.cxx: Special rules for
22651         out-of-package source files.
22653 2001-06-28 14:38  hoffman
22655         * Templates/: configure, configure.in: BUG: pass flags to compiler
22656         during configure
22658 2001-06-28 14:27  hoffman
22660         * Templates/: configure, configure.in: BUG: pass flags to compiler
22661         during configure
22663 2001-06-28 14:01  hoffman
22665         * Source/cmSourceFilesCommand.cxx: BUG: find files in
22666         subdirectories
22668 2001-06-28 11:42  hoffman
22670         * Source/cmStandardIncludes.h: fix for scope on hp
22672 2001-06-28 11:40  hoffman
22674         * Source/cmSystemTools.cxx: BUG: check size of path error, HP
22675         gcount problem
22677 2001-06-27 17:19  berk
22679         * Source/cmSourceFilesCommand.cxx: Added variable expansion.
22681 2001-06-27 16:18  martink
22683         * Source/cmMakefile.h: updated version to 0.3
22685 2001-06-27 16:17  martink
22687         * Source/cmMakefile.h: updated version to 0.2
22689 2001-06-27 16:14  martink
22691         * Source/cmUnixMakefileGenerator.cxx: ENH: fix install when
22692         executable and lib path set
22694 2001-06-27 15:42  hoffman
22696         * configure, configure.in, Source/CMakeLists.txt,
22697         Source/cmSystemTools.cxx, Source/cmUnixMakefileGenerator.cxx,
22698         Source/cmake.cxx, Templates/install-sh: ENH: fix install for
22699         cygwin, build cmake from configure
22701 2001-06-27 15:13  king
22703         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
22704         BUG: Check for building shared libraries should read from the make
22705         file's setting, not directly from the cache.
22707 2001-06-27 15:09  king
22709         * Source/cmDSPWriter.cxx: BUG: Check for building shared libraries
22710         should read from makefile's setting, not directly from the cache.
22712 2001-06-27 13:16  martink
22714         * CMake.rtf: updated for 0.2
22716 2001-06-27 13:12  martink
22718         * Source/: cmLinkLibrariesCommand.h, cmSubdirCommand.h:
22719         documentation change
22721 2001-06-27 12:09  perera
22723         * Source/cmUnixMakefileGenerator.cxx: ENH: Use ${MAKE} instead of
22724         make for dependent library rules
22726 2001-06-27 11:49  martink
22728         * Source/cmCommands.cxx: alphabetized
22730 2001-06-27 11:35  martink
22732         * Source/cmake.cxx: added help options
22734 2001-06-27 09:17  martink
22736         * Source/: cmSystemTools.cxx, cmaketest.cxx, cmaketest.h.in: minor
22737         fixes to testing
22739 2001-06-27 09:16  martink
22741         * Source/CMakeLists.txt: mod to the testing
22743 2001-06-27 09:16  martink
22745         * CMakeLists.txt: added dependencies for testing
22747 2001-06-26 16:44  hoffman
22749         * Source/MFCDialog/PropertyList.cpp: ENH: convert to unix slashes
22750         on browse, remove font and color junk
22752 2001-06-26 16:19  hoffman
22754         * Source/cmake.dsp: BUG: change to dos mode
22756 2001-06-26 13:41  martink
22758         * Modules/Dart.cmake: update for CMake changes
22760 2001-06-26 13:23  martink
22762         * Source/: CMakeLists.txt, cmAddCustomTargetCommand.cxx,
22763         cmAddCustomTargetCommand.h, cmBuildCommand.cxx,
22764         MFCDialog/CMakeLists.txt: modified how paths are escaped, added
22765         depends
22767 2001-06-26 10:01  martink
22769         * Source/: cmAddDependenciesCommand.cxx,
22770         cmAddDependenciesCommand.h, cmCommands.cxx: added add dependencies
22771         command
22773 2001-06-26 09:55  martink
22775         * Source/MFCDialog/: CMakeSetup.rc, CMakeSetupDialog.cpp,
22776         CMakeSetupDialog.h: better GUI resize and combo box fixes
22778 2001-06-25 13:34  millerjv
22780         * Source/: cmBuildNameCommand.cxx, cmSiteNameCommand.cxx: FIX:
22781         added AddDefinition() to store site name and build name in
22782         makefile.  Also stripped      white space from the result of
22783         hostname.
22785 2001-06-25 10:59  martink
22787         * CMakeLists.txt: made cmake write its execs into CMake/Source
22789 2001-06-22 14:53  hoffman
22791         * Source/cmUnixMakefileGenerator.cxx: BUG: shared libraries should
22792         not depend on other shared libraries, they get relinked too often.
22794 2001-06-22 14:53  hoffman
22796         * Source/cmMakefile.cxx: ENH: put back stdio.h to get sprintf
22798 2001-06-22 14:23  biddi
22800         * Source/cmCommands.cxx: ERR: Serious problems with my CVS. How did
22801         this get committed?
22803 2001-06-22 12:19  king
22805         * Source/cmSystemTools.cxx: BUG: Wrote correct implementation of
22806         cmCopyFile.
22808 2001-06-22 12:18  king
22810         * Source/cmake.cxx: BUG: Fixed generation of cMakeRoot in one case.
22812 2001-06-22 12:18  king
22814         * Source/cmStandardIncludes.h: ENH: Added string.h include.
22816 2001-06-22 12:17  king
22818         * Source/cmMakefile.cxx: ERR: Removed stray standard header
22819         include.  They should be added to cmStandardIncludes.h
22821 2001-06-22 12:17  king
22823         * Source/cmIncludeCommand.cxx: BUG: Added missing newline in error
22824         message.
22826 2001-06-22 11:32  martink
22828         * Source/cmMakefile.cxx: removed stricmp
22830 2001-06-22 11:28  martink
22832         * Source/CMakeLists.txt: escape quotes on cmaketest.h.in
22834 2001-06-22 11:15  martink
22836         * Source/: cmConfigureFileCommand.cxx, cmConfigureFileCommand.h:
22837         added escape quotes option
22839 2001-06-22 11:14  martink
22841         * Source/: cmMakefile.cxx, cmMakefile.h: added escape quotes option
22842         in replace strings
22844 2001-06-22 10:21  martink
22846         * Source/: cmSystemTools.cxx, cmSystemTools.h: added escape quote
22847         method
22849 2001-06-22 09:58  biddi
22851         * Source/: cmCommands.cxx, cmSourceFilesRemoveCommand.cxx,
22852         cmSourceFilesRemoveCommand.h: ENH: Added new command
22853         SOURCE_FILES_REMOVE which can be used to take files out of the
22854         build. Especially useful when certain compilers choke on the odd
22855         file.
22857 2001-06-22 09:47  biddi
22859         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added
22860         RemoveSource(...) to complement AddSource. New command
22861         SOURCE_FILES_REMOVE uses it and can be used to take files out of
22862         the build
22864 2001-06-22 09:27  martink
22866         * Source/cmaketest.cxx: namespace issues
22868 2001-06-21 17:55  hoffman
22870         * Source/cmDSWWriter.cxx: allow no name project
22872 2001-06-21 17:53  martink
22874         * Source/CMakeLists.txt: better testing
22876 2001-06-21 17:53  martink
22878         * Source/: cmSystemTools.cxx, cmSystemTools.h: adde changeDirectory
22880 2001-06-21 17:52  martink
22882         * Source/: cmaketest.cxx, cmaketest.h.in: new test driver
22884 2001-06-21 17:52  martink
22886         * Tests/Simple/: CMakeLists.txt, simple.cxx: new tests
22888 2001-06-21 17:41  hoffman
22890         * Source/cmake.cxx: BUG: fix for unix
22892 2001-06-21 17:25  hoffman
22894         * Source/cmake.cxx: ENH: clean up
22896 2001-06-21 17:20  hoffman
22898         * Source/cmake.cxx: ENH: look in the PREFIX dir for the modules
22900 2001-06-21 16:34  hoffman
22902         * Source/: cmConfigure.cmake.h.in, cmake.cxx: ENH: better ability
22903         to find cmake program
22905 2001-06-21 15:57  martink
22907         * Templates/CMakeLists.txt: minor install fix
22909 2001-06-21 15:54  martink
22911         * Source/cmUnixMakefileGenerator.cxx: better permission handling
22913 2001-06-21 15:02  king
22915         * Source/: cmIncludeRegularExpressionCommand.cxx,
22916         cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
22917         cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h,
22918         cmUnixMakefileGenerator.cxx: ENH: Extended
22919         INCLUDE_REGULAR_EXPRESSION to allow selective complaints about
22920         missing dependencies.
22922 2001-06-21 15:02  king
22924         * Source/CMakeLists.txt: ENH: Added BUILD_FLTK_GUI option (defaults
22925         to ON).
22927 2001-06-21 13:48  hoffman
22929         * Source/: CMakeLists.txt, cmSourceFile.cxx, cmStandardIncludes.h:
22930         BUG: fix bootstrap build on unix
22932 2001-06-21 12:31  hoffman
22934         * CMakeLists.txt: ENH: add include regexp
22936 2001-06-21 12:01  martink
22938         * CMakeLists.txt, Makefile.in, configure, configure.in, install-sh,
22939         Modules/CMakeLists.txt, Source/cmInstallFilesCommand.cxx,
22940         Source/cmInstallFilesCommand.h, Source/cmSystemTools.cxx,
22941         Source/cmSystemTools.h, Source/cmake.cxx, Templates/CMakeLists.txt,
22942         Templates/install-sh: better install support
22944 2001-06-21 10:58  hoffman
22946         * Templates/CMakeSystemConfig.cmake.in: BUG: remove quotes
22948 2001-06-21 10:36  hoffman
22950         * Source/: cmIncludeCommand.cxx, cmIncludeCommand.h: ENH: add
22951         optional include and only allow one file per INCLUDE
22953 2001-06-20 17:03  hoffman
22955         * Source/MFCDialog/CMakeLists.txt: ENH: add CMakeSetup as a target
22957 2001-06-20 16:49  hoffman
22959         * Source/CMakeLists.txt, Source/cmDSPWriter.cxx,
22960         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
22961         Templates/EXEWinHeader.dsptemplate,
22962         Templates/staticLibHeader.dsptemplate: ENH: boot strap mfc gui and
22963         support for MFC
22965 2001-06-20 13:56  hoffman
22967         * Source/CMakeLists.txt, Source/cmConfigure.cmake.h.in,
22968         Source/cmSourceFile.cxx, Source/cmStandardIncludes.h,
22969         Source/cmake.cxx, Templates/CMakeSystemConfig.cmake.in,
22970         Templates/configure, Templates/configure.in: ENH: fix cmake so it
22971         can boot strap itself better
22973 2001-06-19 16:29  hoffman
22975         * Modules/FindFLTK.cmake: [no log message]
22977 2001-06-19 16:10  hoffman
22979         * Source/CMakeLists.txt: ENH: build fltk cmake on unix with
22980         bootstrap
22982 2001-06-19 16:05  king
22984         * Makefile.in: BUG: Exectuable installation must set permissions to
22985         755 in case installer has a umask like 007.
22987 2001-06-19 15:50  king
22989         * Source/: cmBuildSharedLibrariesCommand.cxx, cmake.cxx: ENH: CMake
22990         now always adds the BUILD_SHARED_LIBS cache entry.  The
22991         BUILD_SHARED_LIBRARIES command that used to be used is now
22992         deprecated.
22994 2001-06-19 15:33  hoffman
22996         * Source/: CMakeLists.txt, MFCDialog/CMakeSetupDialog.cpp: ENH: add
22997         bootstrap support for building fltk
22999 2001-06-19 14:32  hoffman
23001         * Source/MFCDialog/: CMakeDialog.h, CMakeSetup.rc,
23002         CMakeSetupDialog.cpp, CMakeSetupDialog.h, resource.h: ENH: add
23003         resize ability to dialog and fix tab stop orders
23005 2001-06-19 12:03  king
23007         * Source/: cmCableCloseNamespaceCommand.cxx,
23008         cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
23009         cmCableCommand.h, cmCableData.cxx, cmCableData.h,
23010         cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
23011         cmCableInstantiateClassCommand.cxx,
23012         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
23013         cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
23014         cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
23015         cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
23016         cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
23017         cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
23018         cmCableWrapCommand.h, cmCommands.cxx: ENH: Removing old-style cable
23019         commands related to the instantiation functionality which has now
23020         been removed from cable.
23022 2001-06-19 12:01  king
23024         * Source/cmOutputRequiredFilesCommand.cxx: ERR: Removed unused
23025         variable.
23027 2001-06-19 07:41  millerjv
23029         * Source/: cmAddTestCommand.cxx, cmEnableTestingCommand.cxx: ENH:
23030         Changed generated filename to DartTestfile.txt
23032 2001-06-18 17:26  hoffman
23034         * Source/cmSystemTools.cxx: BUG: use pclose not fclose
23036 2001-06-18 16:54  perera
23038         * Source/cmLinkLibrariesCommand.cxx: ENH: LINK_LIBRARIES(abc) will
23039         automatically add the path to abc to the link directories, if the
23040         path is known.
23042 2001-06-18 15:35  hoffman
23044         * Source/cmUnixMakefileGenerator.cxx: BUG: remove unused
23046 2001-06-18 15:32  hoffman
23048         * Source/cmUnixMakefileGenerator.cxx: BUG: create directories in
23049         the right place
23051 2001-06-18 15:31  hoffman
23053         * Source/cmake.cxx: ENH: move EXECUTABLE_OUTPUT_PATH and
23054         LIBRARY_OUTPUT_PATH initial creation to after the CMakeLists.txt
23055         files have been parsed
23057 2001-06-18 13:16  martink
23059         * Modules/Dart.cmake: out of source dart support
23061 2001-06-15 17:57  hoffman
23063         * Source/cmUnixMakefileGenerator.cxx: ENH: do not add anything from
23064         the current directory to the depends
23066 2001-06-15 10:35  perera
23068         * Source/cmUnixMakefileGenerator.cxx: BUG: fixed so that empty
23069         library paths are ignored
23071 2001-06-14 17:06  biddi
23073         * Source/cmSourceFile.cxx: ERR: allow *.cpp as well as *.cxx etc
23074         etc
23076 2001-06-14 11:45  martink
23078         * Source/CMakeLib.dsp: added make depend on win32
23080 2001-06-14 10:19  hoffman
23082         * Source/cmUnixMakefileGenerator.cxx: BUG: fix it so that if a
23083         Makefile is out of date for some reason, it is only built once, it
23084         was doing it twice.
23086 2001-06-14 09:10  martink
23088         * CMakeLists.txt, DartConfig.cmake: modified testing
23090 2001-06-13 17:50  hoffman
23092         * Source/cmUnixMakefileGenerator.cxx: BUG: fix so it does not jump
23093         into the current directory for inital target builds
23095 2001-06-13 17:03  hoffman
23097         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
23098         cmake.cxx: ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH
23099         for unix
23101 2001-06-13 16:15  martink
23103         * Modules/FindDart.cmake: used to find the dart testing system
23105 2001-06-13 14:49  martink
23107         * CMakeLists.txt: minor dart change
23109 2001-06-13 13:53  martink
23111         * Source/: cmTarget.cxx, cmTarget.h: duh
23113 2001-06-13 13:49  martink
23115         * CMakeLists.txt, Source/cmTarget.cxx, Source/cmTarget.h: minor cvs
23116         web changeCMakeLists.txt
23118 2001-06-12 14:15  perera
23120         * Source/cmUnixMakefileGenerator.cxx, Templates/configure,
23121         Templates/configure.in: BUG: SHLIB_LINK was being used when linking
23122         static executables. Missing comma in RUNTIME_FLAG for IRIX.  ENH:
23123         User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure
23124         detected flags
23126 2001-06-12 13:30  martink
23128         * CMakeLists.txt, Source/CMakeLists.txt: support testing
23130 2001-06-12 12:22  king
23132         * Source/cmUnixMakefileGenerator.cxx: BUG: CMake's configure needs
23133         to run with the current directory as the project's binary
23134         directory.
23136 2001-06-12 11:55  martink
23138         * Source/: cmakemain.cxx, cmakemain.cxx: cmake does not require two
23139         arguments
23141 2001-06-12 11:12  martink
23143         * Source/cmCommands.cxx: removed old added new
23145 2001-06-12 11:08  martink
23147         * Source/cmCommands.cxx: removed old added new
23149 2001-06-12 11:08  martink
23151         * Source/: cmOutputRequiredFilesCommand.cxx,
23152         cmOutputRequiredFilesCommand.h: added new command
23154 2001-06-12 11:08  martink
23156         * Source/: cmConfigureFileNoAutoconf.cxx,
23157         cmConfigureFileNoAutoconf.h, cmTestsCommand.cxx, cmTestsCommand.h:
23158         removed old commands
23160 2001-06-12 10:59  king
23162         * Source/: cmMakeDepend.cxx, cmUnixMakefileGenerator.cxx: BUG:
23163         Dependency hints must be removed by the makefile generator before
23164         adding the dependencies generated by cmMakeDepend.
23166 2001-06-12 10:45  perera
23168         * Source/cmUnixMakefileGenerator.cxx: BUG: There was no dependency
23169         for library targets on their required libraries.  (Hopefully there
23170         aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is
23171         now used for executable targets.
23173 2001-06-12 09:00  martink
23175         * Source/: cmMakeDepend.h, cmUnixMakefileGenerator.cxx,
23176         cmUnixMakefileGenerator.h, cmMakeDepend.cxx: some cleanup to the
23177         make depend process
23179 2001-06-12 08:31  king
23181         * Source/cmUnixMakefileGenerator.cxx: BUG: WIN32_EXECUTABLE targets
23182         were not being installed on unix properly.  They are supposed to be
23183         treated just like any other EXECUTABLE target.
23185 2001-06-12 08:30  king
23187         * Source/cmake.cxx: ERR: int -> unsigned int.
23189 2001-06-11 21:50  ibanez
23191         * Modules/FindFLTK.cmake: ENH: Added the path used in SuSe Linux
23192         7.1
23194 2001-06-11 19:14  millerjv
23196         * Modules/Dart.cmake: Modified for new Dart source tree
23198 2001-06-11 18:00  martink
23200         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: minor fix in
23201         error checking
23203 2001-06-11 17:09  king
23205         * Modules/FindTCL.cmake: ENH: Added check for tcl8.4 (as against
23206         tcl84), tcl8.3, tcl8.2, and tcl8.0 when finding the TCL_LIBRARY.
23208 2001-06-11 16:47  martink
23210         * Source/cmMakefile.h: added some const versions of get methods
23212 2001-06-11 15:31  millerjv
23214         * Modules/Testing.cmake: Changed Testing.cmake to Dart.cmake
23216 2001-06-11 15:28  millerjv
23218         * Modules/Dart.cmake: Rename Testing.cmake to Dart.cmake
23220 2001-06-11 10:18  king
23222         * Source/cmSystemTools.cxx: BUG: Fixed regular expression used to
23223         match registry entries.  The expression now matches everything
23224         after a [HKEY until the first ']' is encountered.
23226 2001-06-10 18:27  ibanez
23228         * Source/cmSystemTools.cxx: DOC: Added a comment about the risk of
23229         using tempnam in Unix, as opposed to      using mkstemp.
23231 2001-06-09 20:54  king
23233         * Source/cmCableWrapTclCommand.cxx: BUG: Changed custom command
23234         generation to not use full path of output file from cable.
23236 2001-06-08 14:40  king
23238         * Source/: cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h: ENH:
23239         Added proper request for/generation of CABLE, GCCXML, and
23240         GCCXML_FLAGS cache entries.  This also allowed the correct
23241         generation of gccxml rules.
23243 2001-06-08 14:38  king
23245         * Source/cmDSPWriter.cxx: BUG: Removed generation of stray # Begin
23246         Custom Build line.
23248 2001-06-08 00:18  perera
23250         * Source/cmUnixMakefileGenerator.cxx,
23251         Templates/CMakeSystemConfig.cmake.in, Templates/configure,
23252         Templates/configure.in: ENH: Runtime library search paths can be
23253         added to the link lines for on shared builds.
23255 2001-06-07 16:48  martink
23257         * CMake.pdf.gz: replaced with pdf version
23259 2001-06-07 16:45  will
23261         * CMake.pdf: updated docs
23263 2001-06-07 16:34  martink
23265         * CMake.doc.gz: checked in rtf version
23267 2001-06-07 16:24  martink
23269         * CMake.rtf: updated docs
23271 2001-06-07 14:52  hoffman
23273         * Source/cmAddTestCommand.cxx, Source/cmCablePackageCommand.cxx,
23274         Source/cmCableWrapTclCommand.cxx, Source/cmCacheManager.cxx,
23275         Source/cmCacheManager.h, Source/cmDSWWriter.cxx,
23276         Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmSystemTools.h,
23277         Source/cmTarget.h, Source/cmUnixMakefileGenerator.cxx,
23278         Source/cmUtilitySourceCommand.cxx, Source/cmVTKWrapJavaCommand.cxx,
23279         Source/cmVTKWrapPythonCommand.cxx, Source/cmVTKWrapTclCommand.cxx,
23280         Source/cmake.cxx, Source/MFCDialog/CMakeSetupDialog.cpp,
23281         Templates/CMakeWindowsSystemConfig.cmake: ENH: move utilities to
23282         targets from makefile, and add versioning to cache
23284 2001-06-07 12:22  king
23286         * Source/cmEnableTestingCommand.cxx: BUG: ENABLE_TESTING command
23287         may need to create output directory before writing the
23288         CMakeTestfile into it since it is invoked before the makefile
23289         generator runs.
23291 2001-06-07 11:36  scottim
23293         * Source/cmDSPWriter.cxx, Templates/CMakeWindowsSystemConfig.cmake,
23294         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
23295         Templates/EXEWinHeader.dsptemplate,
23296         Templates/UtilityHeader.dsptemplate,
23297         Templates/staticLibHeader.dsptemplate: adding a "Release with
23298         debugging Info" build to CMake for NT
23300 2001-06-07 10:16  king
23302         * Source/cmCableWrapTclCommand.cxx: ERR: Fixed generation of source
23303         name and directory for cmSourceFiles of generated Tcl wrapper
23304         files.  Changed extension of generated gcc-xml input c++ file to be
23305         .cc so that GCC will recognize it, but MsDev will still allow a
23306         custom command on it.
23308 2001-06-07 08:50  millerjv
23310         * Source/cmConfigureFileNoAutoconf.cxx: FIX: Chaned error message
23311         to match command
23313 2001-06-06 16:45  king
23315         * Source/cmCableWrapTclCommand.cxx: ENH: Changed generation of
23316         gccxml command to write out define and include flags explicitly
23317         instead of using CMAKE_CXX_FLAGS and INCLUDE_FLAGS variables.  This
23318         should help it run when gccxml is not the compiler that will build
23319         the generated wrappers.
23321 2001-06-06 16:14  millerjv
23323         * Source/cmAddTestCommand.cxx: FIX: InitialPass() seg fault on
23324         std::copy and FinalPass() was not appending to the file
23326 2001-06-06 13:58  martink
23328         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h,
23329         cmCommands.cxx, cmConfigureFileNoAutoconf.cxx,
23330         cmEnableTestingCommand.cxx, cmEnableTestingCommand.h,
23331         cmMakefile.cxx, cmMakefile.h, cmTestsCommand.cxx: added enable
23332         testing deprecated some commands
23334 2001-06-06 13:55  hoffman
23336         * Source/CMakeLib.dsp: [no log message]
23338 2001-06-06 13:48  hoffman
23340         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
23341         cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWMakefile.h, cmDSWWriter.cxx,
23342         cmDSWWriter.h, cmMSProjectGenerator.cxx, cmMSProjectGenerator.h:
23343         ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter
23345 2001-06-06 13:19  hoffman
23347         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h,
23348         cmAddCustomTargetCommand.cxx, cmAddCustomTargetCommand.h,
23349         cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
23350         cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
23351         cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
23352         cmAddTestCommand.cxx, cmAddTestCommand.h,
23353         cmAuxSourceDirectoryCommand.cxx, cmAuxSourceDirectoryCommand.h,
23354         cmBuildCommand.cxx, cmBuildCommand.h, cmBuildNameCommand.cxx,
23355         cmBuildNameCommand.h, cmBuildSharedLibrariesCommand.cxx,
23356         cmBuildSharedLibrariesCommand.h, cmCableClassSetCommand.cxx,
23357         cmCableClassSetCommand.h, cmCableCloseNamespaceCommand.cxx,
23358         cmCableCloseNamespaceCommand.h, cmCableDefineSetCommand.cxx,
23359         cmCableDefineSetCommand.h, cmCableOpenNamespaceCommand.cxx,
23360         cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
23361         cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
23362         cmCablePackageEntryCommand.h, cmCableWrapTclCommand.cxx,
23363         cmCableWrapTclCommand.h, cmCommand.h, cmConfigureFileCommand.cxx,
23364         cmConfigureFileCommand.h, cmConfigureFileNoAutoconf.cxx,
23365         cmConfigureFileNoAutoconf.h, cmElseCommand.cxx, cmElseCommand.h,
23366         cmEndIfCommand.cxx, cmEndIfCommand.h, cmExecProgramCommand.cxx,
23367         cmExecProgramCommand.h, cmFindFileCommand.cxx, cmFindFileCommand.h,
23368         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
23369         cmFindPathCommand.cxx, cmFindPathCommand.h,
23370         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
23371         cmGetFilenameComponentCommand.cxx, cmGetFilenameComponentCommand.h,
23372         cmIfCommand.cxx, cmIfCommand.h, cmIncludeCommand.cxx,
23373         cmIncludeCommand.h, cmIncludeDirectoryCommand.cxx,
23374         cmIncludeDirectoryCommand.h, cmIncludeRegularExpressionCommand.cxx,
23375         cmIncludeRegularExpressionCommand.h, cmInstallFilesCommand.cxx,
23376         cmInstallFilesCommand.h, cmInstallTargetsCommand.cxx,
23377         cmInstallTargetsCommand.h, cmLibraryCommand.h,
23378         cmLinkDirectoriesCommand.cxx, cmLinkDirectoriesCommand.h,
23379         cmLinkLibrariesCommand.cxx, cmLinkLibrariesCommand.h,
23380         cmLoadCacheCommand.cxx, cmLoadCacheCommand.h,
23381         cmMakeDirectoryCommand.cxx, cmMakeDirectoryCommand.h,
23382         cmMakefile.cxx, cmMessageCommand.cxx, cmMessageCommand.h,
23383         cmOptionCommand.cxx, cmOptionCommand.h, cmProjectCommand.cxx,
23384         cmProjectCommand.h, cmSetCommand.cxx, cmSetCommand.h,
23385         cmSiteNameCommand.cxx, cmSiteNameCommand.h,
23386         cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
23387         cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
23388         cmSubdirCommand.cxx, cmSubdirCommand.h,
23389         cmTargetLinkLibrariesCommand.cxx, cmTargetLinkLibrariesCommand.h,
23390         cmTestsCommand.cxx, cmTestsCommand.h, cmUtilitySourceCommand.cxx,
23391         cmUtilitySourceCommand.h, cmVTKWrapJavaCommand.cxx,
23392         cmVTKWrapJavaCommand.h, cmVTKWrapPythonCommand.cxx,
23393         cmVTKWrapPythonCommand.h, cmVTKWrapTclCommand.cxx,
23394         cmVTKWrapTclCommand.h, cmWrapExcludeFilesCommand.cxx,
23395         cmWrapExcludeFilesCommand.h: ENH: rename Invoke to InitialPass
23397 2001-06-06 13:18  hoffman
23399         * Source/MFCDialog/PropertyList.cpp: BUG: PATH options should not
23400         remove the file part of the path...
23402 2001-06-06 11:02  millerjv
23404         * Source/cmMakefile.cxx: Change name of file created from Testfile
23405         to CMakeTestfile.txt
23407 2001-06-06 09:44  martink
23409         * Source/cmSystemTools.cxx: better regexp for reg entries
23411 2001-06-06 09:43  martink
23413         * Modules/FindJNI.cmake: better tests
23415 2001-06-06 07:47  millerjv
23417         * Source/cmMakefile.cxx: FIX: forgot to close the files
23419 2001-06-05 22:54  perera
23421         * Source/cmUnixMakefileGenerator.cxx: ENH: Compress the library
23422         search directories so that each appears only once.
23424 2001-06-05 20:34  millerjv
23426         * Source/cmCommands.cxx: ENH: Added AddTest command
23428 2001-06-05 20:34  millerjv
23430         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: Added AddTest, and
23431         GenerateTestfile routines
23433 2001-06-05 20:32  millerjv
23435         * Source/: cmAddTestCommand.cxx, cmAddTestCommand.h: New cmake
23436         command to specify a single test
23438 2001-06-05 17:46  berk
23440         * Source/cmVTKWrapPythonCommand.cxx: Module name between Unix and
23441         Windows got switched by mistake.
23443 2001-06-05 17:41  biddi
23445         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Some tweaks,
23446         hacks and #ifdefs required to compile cmake on Borland C++Builder
23448 2001-06-05 17:29  hoffman
23450         * Source/MFCDialog/CMakeSetup.dsp: ENH: add PathDialog
23452 2001-06-05 17:26  hoffman
23454         * Source/MFCDialog/: CMakeSetupDialog.cpp, PathDialog.cpp,
23455         PathDialog.h, PropertyList.cpp: ENH: add better path chooser dialog
23457 2001-06-05 15:48  hoffman
23459         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: fix EXE and LIB
23460         path problems
23462 2001-06-04 18:24  hoffman
23464         * Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx: STYLE: line too long
23466 2001-06-04 18:24  hoffman
23468         * Source/cmMessageCommand.cxx: ENH: print all arguments
23470 2001-06-04 18:23  hoffman
23472         * Source/cmSetCommand.cxx: ENH: add better error checking
23474 2001-06-04 17:17  martink
23476         * Source/: cmFindIncludeCommand.cxx, cmFindIncludeCommand.h:
23477         removed find include command
23479 2001-06-04 17:16  martink
23481         * Source/cmCommands.cxx: removed find include command finally added
23482         message
23484 2001-06-04 16:55  martink
23486         * Source/: cmSystemTools.cxx, cmSystemTools.h: new message command
23488 2001-06-04 16:55  martink
23490         * Source/: cmMessageCommand.cxx, cmMessageCommand.h: new command
23492 2001-06-04 16:45  martink
23494         * Source/cmVTKWrapPythonCommand.cxx: unused variable
23496 2001-06-04 15:46  barre
23498         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
23499         EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
23500         staticLibHeader.dsptemplate: the "Release" target is not the
23501         default.
23503 2001-06-04 11:34  hoffman
23505         * Source/: cmGeneratedFileStream.h, cmUnixMakefileGenerator.cxx:
23506         ENH: try to better handle control-c during make Makefiles
23508 2001-06-04 10:18  hoffman
23510         * Source/: cmCacheManager.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
23511         cmFunctionBlocker.h, cmMSProjectGenerator.cxx, cmMakefile.cxx,
23512         cmMakefileGenerator.h, MFCDialog/CMakeSetupDialog.cpp: BUG: clean
23513         up memory leaks.
23515 2001-06-01 13:54  martink
23517         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for network
23518         includ paths
23520 2001-06-01 13:29  berk
23522         * Source/cmVTKWrapPythonCommand.cxx: Fixing the module name for
23523         Unix.
23525 2001-05-31 15:48  hoffman
23527         * Source/: cmake.cxx, MFCDialog/CMakeSetupDialog.cpp: BUG: fix edit
23528         of directories
23530 2001-05-31 14:15  berk
23532         * Source/cmVTKWrapPythonCommand.cxx: Should not use decl if not on
23533         Windows.
23535 2001-05-30 15:56  hoffman
23537         * Source/cmakemain.cxx: BUG: add missing file
23539 2001-05-30 15:36  hoffman
23541         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: remove unused
23542         includes
23544 2001-05-30 15:28  hoffman
23546         * Source/: CMakeLib.dsp, Makefile.in, cmMSProjectGenerator.cxx,
23547         cmake.cxx, cmake.dsp, cmake.h, MFCDialog/CMakeSetup.dsp,
23548         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h: ENH:
23549         change MFC gui to use cmake class
23551 2001-05-29 14:16  perera
23553         * Source/cmUnixMakefileGenerator.cxx: BUG: Now only one makefile
23554         rule is generated per depenency. This eliminates a number of
23555         warnings.
23557 2001-05-25 17:19  geoff
23559         * Source/cmSetCommand.cxx: bug meaning that set(a b) just set a to
23560         "" and not to b
23562 2001-05-25 15:33  king
23564         * Source/cmSystemTools.cxx: BUG: Fixed stupid error in the hack I
23565         just checked in.
23567 2001-05-25 15:32  king
23569         * Source/cmUnixMakefileGenerator.cxx: BUG: WIN32 executable target
23570         rules are now generated in unix the same as any other executable
23571         (instead of not at all).
23573 2001-05-25 15:27  barre
23575         * Templates/CMakeWindowsSystemConfig.cmake: better help
23577 2001-05-25 15:27  barre
23579         * Source/MFCDialog/PropertyList.cpp: display the property name in
23580         the help box
23582 2001-05-25 14:31  king
23584         * Source/cmSystemTools.cxx: BUG: Added hack to
23585         cmSystemTools::GetPath to make its algorithm correctly parse off
23586         the last entry of the system PATH environment variable.
23588 2001-05-25 14:27  king
23590         * Source/cmUnixMakefileGenerator.cxx: BUG: Fixed logic that splits
23591         a full path library link into the -L and -l pieces to not write out
23592         a -l by itself if the file regular expression does not match.
23594 2001-05-25 07:31  millerjv
23596         * Modules/Testing.cmake: BUG: missing quote on a custom command
23598 2001-05-24 21:17  barre
23600         * Source/: cmSystemTools.cxx, cmSystemTools.h: New functions used
23601         to extract the components of a full filename.
23603 2001-05-24 21:14  barre
23605         * Source/cmFindPathCommand.cxx: The path found is now collapsed
23606         (cleaner).
23608 2001-05-24 21:13  barre
23610         * Source/: cmGetFilenameComponentCommand.cxx,
23611         cmGetFilenameComponentCommand.h, cmCommands.cxx: Welcome to
23612         cmGetFilenameComponentCommand ("Get a specific component of a full
23613         filename")
23615 2001-05-24 21:12  barre
23617         * Source/CMakeLib.dsp: Welcome to cmGetFilenameComponentCommand
23619 2001-05-24 21:11  barre
23621         * Modules/FindTCL.cmake: Try to find tclsh or wish and use that
23622         path to find the include or lib directory. TK_INTERNAL_PATH is
23623         searched too (path to tkWinInt.h)
23625 2001-05-24 19:17  barre
23627         * Source/cmSystemTools.cxx: optimize ConvertToUnixSlashes a little
23628         bit, and use it in MakeDirectory (code was duplicated)
23630 2001-05-24 17:51  king
23632         * Templates/CMakeSystemConfig.cmake.in: ERR: VAR type entry missing
23633         after CACHE for CMAKE_TEMPLATE_FLAGS.
23635 2001-05-24 14:59  barre
23637         * Source/: cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h: updated
23638         to handle Tk commands compiled/linked separately. Useful for VTK Tk
23639         widgets for example.
23641 2001-05-24 13:45  millerjv
23643         * Modules/Testing.cmake: Project independent setting for testing
23645 2001-05-24 13:40  barre
23647         * Source/: cmSystemTools.cxx, cmSystemTools.h: new Capitalized
23648         function. Will be used in the VTK Tcl wrapper for example (in a
23649         more portable way).
23651 2001-05-24 13:35  hoffman
23653         * Source/MFCDialog/CMakeSetup.rc: [no log message]
23655 2001-05-24 12:57  hoffman
23657         * Modules/FindOpenGL.cmake, Source/cmSetCommand.cxx,
23658         Source/cmSetCommand.h, Source/MFCDialog/CMakeSetup.rc,
23659         Source/MFCDialog/CMakeSetupDialog.cpp,
23660         Templates/CMakeSystemConfig.cmake.in,
23661         Templates/CMakeWindowsSystemConfig.cmake: ENH: change the syntax of
23662         the SET command, fix the combo box for larger strings
23664 2001-05-24 11:47  martink
23666         * Source/: cmMakefile.h, cmake.cxx, MFCDialog/CMakeSetup.rc,
23667         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/resource.h: added version
23668         number
23670 2001-05-24 10:32  barre
23672         * Templates/DLLHeader.dsptemplate: removed hardcoded VTKDLL
23674 2001-05-24 10:00  barre
23676         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
23677         EXEWinHeader.dsptemplate, staticLibHeader.dsptemplate: slight
23678         change in the order of the options (right-most takes precedence)
23680 2001-05-23 20:16  millerjv
23682         * Source/cmBuildCommand.cxx: Changed Windows build command to build
23683         Release
23685 2001-05-23 18:31  barre
23687         * Templates/DLLHeader.dsptemplate: Intermediate Dir was wrong
23689 2001-05-23 18:22  barre
23691         * Templates/CMakeWindowsSystemConfig.cmake: /Gz => /GZ
23693 2001-05-23 18:19  barre
23695         * Templates/CMakeWindowsSystemConfig.cmake: removed /O2 from debug
23697 2001-05-23 17:19  hoffman
23699         * Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
23700         Templates/CMakeWindowsSystemConfig.cmake,
23701         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
23702         Templates/EXEWinHeader.dsptemplate,
23703         Templates/staticLibHeader.dsptemplate: ENH: create
23704         CMAKE_CXX_FLAGS_[Buildtype] flags
23706 2001-05-23 16:33  hoffman
23708         * Source/MFCDialog/CMakeSetupDialog.cpp: add compute systeminfo
23710 2001-05-23 16:31  martink
23712         * Source/cmMSProjectGenerator.cxx: bug finding windows template
23713         file
23715 2001-05-23 16:28  martink
23717         * Source/: cmSystemTools.cxx, cmake.cxx: command line fixes for
23718         win32
23720 2001-05-23 16:09  barre
23722         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
23723         EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
23724         staticLibHeader.dsptemplate: ReleaseMinSize => MinSizeRel
23726 2001-05-23 15:53  hoffman
23728         * Templates/DLLHeader.dsptemplate: BUG: remove vtkCommon
23730 2001-05-23 15:49  martink
23732         * Source/cmake.cxx: fixed quoted cmake
23734 2001-05-23 14:44  hoffman
23736         * Source/cmSystemTools.cxx: ENH: add better error message
23738 2001-05-23 14:33  geoff
23740         * Source/cmake.dsp: DSPs have to be binary
23742 2001-05-23 14:05  hoffman
23744         * Templates/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
23745         EXEWinHeader.dsptemplate, UtilityHeader.dsptemplate,
23746         staticLibHeader.dsptemplate: ENH: change Release Minsize to
23747         MinSizeRel, add MinSizeRel to dll template
23749 2001-05-23 13:16  king
23751         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added INSTALL
23752         target to switch in OutputDSPFile.  Also added a default that
23753         prints out an error message so that anyone who adds a target
23754         doesn't forget to update the switch.
23756 2001-05-23 12:02  martink
23758         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
23759         cmDSWWriter.cxx: install fixes for win32
23761 2001-05-23 11:53  martink
23763         * Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
23764         cmUnixMakefileGenerator.h: added install target support
23766 2001-05-23 11:34  ibanez
23768         * Modules/FindVTK.cmake:      Module to search for VTK include and
23769         library paths
23771 2001-05-23 11:29  martink
23773         * Source/: cmInstallFilesCommand.cxx, cmInstallFilesCommand.h,
23774         cmInstallTargetsCommand.cxx, cmInstallTargetsCommand.h,
23775         cmCommands.cxx, cmTarget.cxx, cmTarget.h: added install rules
23777 2001-05-23 11:27  martink
23779         * Templates/CMakeSystemConfig.cmake.in: added prefix to config
23781 2001-05-23 10:47  hoffman
23783         * Source/cmGeneratedFileStream.h: BUG: remove warning
23785 2001-05-23 10:47  hoffman
23787         * Source/cmake.dsp: BUG: fix output directory
23789 2001-05-23 10:01  martink
23791         * Source/cmProjectCommand.cxx: added PROJECT_SOURCE_DIR
23793 2001-05-23 09:35  hoffman
23795         * Source/cmTarget.cxx: ENH: allow duplicate libraries
23797 2001-05-22 20:45  barre
23799         * Templates/UtilityHeader.dsptemplate: Template now uses
23800         EXECUTABLE_OUTPUT_PATH too.
23802 2001-05-22 20:44  barre
23804         * Templates/EXEWinHeader.dsptemplate: PROP BASE and PROP were
23805         inverted
23807 2001-05-22 20:36  barre
23809         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Seems to me that
23810         EXEWinHeader was not searched in the right place.
23812 2001-05-22 17:49  hoffman
23814         * Source/cmUnixMakefileGenerator.cxx: BUG: do not include /usr/lib
23815         in -L
23817 2001-05-22 13:52  hoffman
23819         * Source/Makefile.in: fix CXXFLAGS
23821 2001-05-22 13:42  hoffman
23823         * Source/Makefile.in: [no log message]
23825 2001-05-22 13:40  hoffman
23827         * configure, configure.in: use cxxflags in test builds
23829 2001-05-22 13:22  hoffman
23831         * Source/Makefile.in, Source/cmUnixMakefileGenerator.cxx,
23832         Templates/configure, Templates/configure.in: BUG: fix depends and
23833         CXXFLAGS passing
23835 2001-05-22 12:38  barre
23837         * Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
23838         Templates/DLLHeader.dsptemplate, Templates/EXEHeader.dsptemplate,
23839         Templates/EXEWinHeader.dsptemplate,
23840         Templates/staticLibHeader.dsptemplate: fixed some of the
23841         LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.
23843 2001-05-22 11:15  martink
23845         * dummy.in: no longer used
23847 2001-05-21 16:43  king
23849         * Makefile.in: ERR: Added missing @srcdir@ and modified install
23850         expressions to include *.cmake* files instead of just *.cmake files
23851         (for .in).
23853 2001-05-21 16:21  king
23855         * Source/cmCableWrapTclCommand.cxx: ENH: Converted to new Class and
23856         Group tags in place of WrapperSet and Groups tags.
23858 2001-05-21 16:10  hoffman
23860         * Source/cmUnixMakefileGenerator.cxx,
23861         Templates/CMakeSystemConfig.cmake.in: fix for hp x11 and gl
23863 2001-05-21 15:16  hoffman
23865         * Modules/FindOpenGL.cmake, Source/cmSystemTools.cxx: fix opengl on
23866         hp
23868 2001-05-21 14:42  martink
23870         * Source/MFCDialog/: CMakeSetup.rc, res/CMakeSetupDialog.ico: icon
23871         updates
23873 2001-05-21 14:36  martink
23875         * Source/MFCDialog/: CMakeSetup.rc, resource.h: new icon
23877 2001-05-21 14:17  hoffman
23879         * Source/cmake.cxx: BUG: remove declaration without variable
23881 2001-05-21 14:01  hoffman
23883         * configure, configure.in, Source/Makefile.in,
23884         Source/cmBuildNameCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
23885         Templates/CMakeSystemConfig.cmake.in: clean up for build on its own
23887 2001-05-21 11:43  martink
23889         * Source/cmake.dsp: release fix
23891 2001-05-21 11:34  martink
23893         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
23894         CMakeSetupCMD.dsp: collapsed into cmake.cxx
23896 2001-05-21 11:32  martink
23898         * Source/cmake.dsp: new dsp
23900 2001-05-21 11:13  martink
23902         * Source/cmake.cxx: bug fix in finding CMAKE_ROOT
23904 2001-05-21 11:10  martink
23906         * Makefile.in: added install target
23908 2001-05-21 10:47  hoffman
23910         * Source/: cmBuildNameCommand.cxx, cmSetCommand.cxx,
23911         MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.rc,
23912         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/CMakeSetupDialog.h,
23913         MFCDialog/resource.h: BUG: fix compiler name
23915 2001-05-21 09:50  martink
23917         * Source/: CMakeSetup.dsw, cmake.cxx,
23918         MFCDialog/CMakeSetupDialog.cpp: updated for out of tree builds
23920 2001-05-21 09:32  martink
23922         * Makefile.in, configure, configure.in, install-sh: out of place
23923         cmake
23925 2001-05-21 09:32  martink
23927         * CMakeSystemConfig.cmake.in, configure.in.sample,
23928         Source/Makefile.in, Source/cmMakefile.cxx,
23929         Source/cmUnixMakefileGenerator.cxx, Source/cmake.cxx: new out of
23930         place builds
23932 2001-05-21 09:31  martink
23934         * Templates/: CMakeSystemConfig.cmake.in, configure, configure.in:
23935         new structure
23937 2001-05-18 16:45  hoffman
23939         * CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
23940         ENH: add support for X11
23942 2001-05-18 16:30  martink
23944         * Source/cmUnixMakefileGenerator.cxx:  duh
23946 2001-05-18 15:25  martink
23948         * Source/: cmake.cxx, cmake.h: new command
23950 2001-05-18 15:23  martink
23952         * Source/cmSystemTools.h: minor whitespace change
23954 2001-05-18 15:22  martink
23956         * Source/cmMSProjectGenerator.cxx: compiler fix
23958 2001-05-18 15:20  martink
23960         * Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
23961         cmMakefileGenerator.h, cmUnixMakefileGenerator.cxx,
23962         cmUnixMakefileGenerator.h: changes for cmake to live outside of the
23963         source tree
23965 2001-05-18 13:04  hoffman
23967         * CMakeSystemConfig.cmake.in, Source/cmSetCommand.cxx: ENH: allow
23968         cache to override config file
23970 2001-05-18 11:48  king
23972         * Source/cmUnixMakefileGenerator.cxx: BUG: fix link of executables
23974 2001-05-18 11:12  martink
23976         * Source/cmMakefileGenerator.h: added SetLocal method
23978 2001-05-18 11:09  martink
23980         * Source/: cmMSProjectGenerator.cxx, cmMSProjectGenerator.h,
23981         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h: added
23982         SetLocal method
23984 2001-05-18 10:15  hoffman
23986         * CMakeSystemConfig.cmake.in, Source/cmUnixMakefileGenerator.cxx:
23987         BUG: quote the compiler and other options
23989 2001-05-17 17:43  hoffman
23991         * Source/: CMakeBuildTargets.cxx, Makefile.in: compile source dir
23992         into cmake
23994 2001-05-17 15:48  will
23996         * Source/cmSystemTools.cxx: ERR:Bad #ifdef's
23998 2001-05-17 12:36  martink
24000         * Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate,
24001         EXEFooter.dsptemplate, EXEHeader.dsptemplate,
24002         EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
24003         UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
24004         staticLibHeader.dsptemplate: moved into Template directory
24006 2001-05-17 12:25  martink
24008         * CMakeMakefileTemplate.in, CMakeMaster.make.in,
24009         CMakeRules.make.in, CMakeSimpleRules.make.in, CMakeTargets.make.in,
24010         CMakeTopMakefileTemplate.in, CMakeVariables.make.in,
24011         CMakeWindowsSystemConfig.cmake: no longer used
24013 2001-05-17 12:14  martink
24015         * Source/CMakeBuildTargets.cxx: unix fix
24017 2001-05-17 12:08  martink
24019         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
24020         cmCablePackageCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
24021         cmMakefile.cxx, cmUnixMakefileGenerator.cxx,
24022         MFCDialog/CMakeSetupDialog.cpp: half checked in changes for
24023         CMAKE_ROOT
24025 2001-05-17 12:04  martink
24027         * Templates/: CMakeWindowsSystemConfig.cmake,
24028         DLLFooter.dsptemplate, DLLHeader.dsptemplate,
24029         EXEFooter.dsptemplate, EXEHeader.dsptemplate,
24030         EXEWinHeader.dsptemplate, UtilityFooter.dsptemplate,
24031         UtilityHeader.dsptemplate, staticLibFooter.dsptemplate,
24032         staticLibHeader.dsptemplate: new directory
24034 2001-05-17 11:44  hoffman
24036         * Source/: cmCableWrapTclCommand.cxx, cmConfigure.h.in,
24037         cmGeneratedFileStream.h, cmStandardIncludes.h: BUG: fix to compile
24038         on hp with aCC
24040 2001-05-17 11:22  king
24042         * Source/cmCableWrapTclCommand.cxx: Renamed gccxml input/output
24043         files to drop _tcl qualification.
24045 2001-05-16 18:10  hoffman
24047         * CMakeSystemConfig.cmake.in: ENH: fix for sunCC
24049 2001-05-16 18:08  hoffman
24051         * Source/: cmCacheManager.cxx, cmUnixMakefileGenerator.cxx: BUG:
24052         fix for sun compiler
24054 2001-05-16 17:43  king
24056         * Source/: cmCableClassSet.cxx, cmCableClassSet.h: ERR: Removed use
24057         of member templates.
24059 2001-05-16 17:18  king
24061         * Source/cmUnixMakefileGenerator.cxx: ERR: int -> unsigned int
24063 2001-05-16 17:18  king
24065         * Source/cmGeneratedFileStream.h: ERR: const error fixed.
24067 2001-05-16 17:11  king
24069         * Source/CMakeLib.dsp: ENH: Added cmCableClassSet.cxx to build.
24071 2001-05-16 17:11  king
24073         * Source/cmGeneratedFileStream.h: ERR: Added is_open() check in
24074         cmGeneratedFileStream::operator bool() so that implicit conversion
24075         to bool is not used.
24077 2001-05-16 17:11  king
24079         * Source/cmCableClassSet.cxx: ERR: Removed dynamic_cast so that
24080         RTTI isn't required.
24082 2001-05-16 16:41  king
24084         * Source/: Makefile.in, cmCableClassSet.cxx, cmCableClassSet.h,
24085         cmCableClassSetCommand.cxx, cmCableClassSetCommand.h,
24086         cmCableWrapTclCommand.cxx, cmCableWrapTclCommand.h, cmCommands.cxx:
24087         ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands.  They
24088         cannot yet be used with the main branch of CABLE, though.
24090 2001-05-16 16:40  king
24092         * Source/cmGeneratedFileStream.h: ENH: cmGeneratedFileStream class
24093         added to simplify copy-if-different usage on generated files.
24095 2001-05-16 15:43  hoffman
24097         * configure.in.sample: [no log message]
24099 2001-05-16 15:15  hoffman
24101         * CMakeSystemConfig.cmake.in, Source/Makefile.in,
24102         Source/cmBuildNameCommand.cxx,
24103         Source/cmBuildSharedLibrariesCommand.cxx,
24104         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
24105         Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
24106         Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
24107         Source/cmProjectCommand.cxx, Source/cmSetCommand.cxx,
24108         Source/cmUnixMakefileGenerator.cxx,
24109         Source/cmUnixMakefileGenerator.h,
24110         Source/MFCDialog/CMakeSetupDialog.cpp: ENH: unify make process on
24111         unix
24113 2001-05-16 09:19  king
24115         * Source/: cmData.h, cmMakefile.cxx, cmMakefile.h: ENH: Added
24116         cmData and corresponding DataMap in cmMakefile to allow commands to
24117         register arbitrary extra data with the makefile without modifying
24118         the cmMakefile class definition.
24120 2001-05-15 13:14  martink
24122         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
24123         EXEWinHeader.dsptemplate, cmDSPMakefile.cxx, cmDSPWriter.cxx,
24124         staticLibHeader.dsptemplate: added output directory support
24126 2001-05-14 16:47  barre
24128         * Source/cmSystemTools.cxx: Changed separator between registry key
24129         and its value. Change regexp for registry key.
24131 2001-05-14 16:46  barre
24133         * Modules/FindTCL.cmake: Changed separator between registry key and
24134         its value.
24136 2001-05-14 10:36  hoffman
24138         * Source/cmSystemTools.cxx: ENH: put back lost changes from r1.38
24140 2001-05-12 07:29  barre
24142         * Source/cmSystemTools.cxx: fix + => += bug reported by A. Perera
24144 2001-05-11 17:41  barre
24146         * Source/MFCDialog/res/CMakeSetupDialog.ico: I know, there are more
24147         serious things to do :) A new icon. The previous one has not be
24148         overwritten, it's in there too.
24150 2001-05-11 17:22  barre
24152         * Source/cmSystemTools.cxx: Extended the registry key regexp
24154 2001-05-11 17:11  barre
24156         * Modules/FindTCL.cmake: Add 8.4 and registry support
24158 2001-05-11 17:11  barre
24160         * Source/cmSystemTools.cxx: Add support for a specific value name
24161         in a registry key
24163 2001-05-11 14:49  geoff
24165         * Source/cmCacheManager.cxx: Cache file is a bit prettier
24167 2001-05-11 14:39  hoffman
24169         * Source/: cmCableSourceFilesCommand.cxx, cmSystemTools.cxx,
24170         cmUnixMakefileGenerator.cxx: BUG: fix find library for unix
24172 2001-05-11 13:58  barre
24174         * Modules/FindPythonLibs.cmake: NAMES syntax
24176 2001-05-11 13:52  martink
24178         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fix for expanding
24179         library vars
24181 2001-05-11 12:30  barre
24183         * Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
24184         used (forgot the case when there is no name)
24186 2001-05-11 12:13  barre
24188         * Source/cmFindLibraryCommand.cxx: Fix help string when NAMES was
24189         used
24191 2001-05-11 11:45  king
24193         * Source/cmFindLibraryCommand.cxx: ERR: int -> unsigned int.
24195 2001-05-11 11:39  hoffman
24197         * CMakeVariables.make.in, Source/cmFindLibraryCommand.cxx: BUG: add
24198         back thread library
24200 2001-05-11 11:07  martink
24202         * Source/cmFindProgramCommand.cxx: expands reg values
24204 2001-05-11 10:52  martink
24206         * Source/: EXEHeader.dsptemplate, cmAddExecutableCommand.cxx,
24207         cmAddExecutableCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
24208         cmDSPWriter.cxx, cmDSPWriter.h, cmFindLibraryCommand.cxx,
24209         cmFindPathCommand.cxx, cmMakefile.cxx, cmMakefile.h,
24210         cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
24211         EXEWinHeader.dsptemplate: added registry entry support and windows
24212         app support
24214 2001-05-11 10:27  martink
24216         * Modules/: FindJNI.cmake, FindPythonLibs.cmake: minor fixes and
24217         new python module
24219 2001-05-11 10:04  hoffman
24221         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix gui problem
24223 2001-05-10 17:22  hoffman
24225         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
24226         MFCDialog/CMakeSetupDialog.cpp, MFCDialog/PropertyList.cpp: BUG:
24227         fix up gui with values that stay around too long
24229 2001-05-10 16:21  geoff
24231         * Source/cmMakefile.cxx: definitions should now be overwritten if
24232         they already exist
24234 2001-05-10 15:50  hoffman
24236         * Source/cmSystemTools.cxx: BUG: fix unix path search
24238 2001-05-10 15:32  martink
24240         * Source/cmTarget.cxx: fix for expaning libraries prior to
24241         generating dsp
24243 2001-05-10 14:30  geoff
24245         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: Reads and uses
24246         MSPROJECT_TEMPLATE_DIRECTORY if it exists
24248 2001-05-10 14:02  king
24250         * CMake.doc: BUG: Removing this file.  It has been replaced by
24251         CMake.doc.gz to get around a problem with CVS.
24253 2001-05-10 13:52  martink
24255         * Source/cmTarget.h: added win32 executable option
24257 2001-05-10 12:25  king
24259         * CMake.doc.gz: Testing strange cvs problem with .doc files.
24261 2001-05-10 12:05  king
24263         * CMake.pdf, CMake.pdf.gz: BUG: Removing old CMake.pdf and adding
24264         the gzipped version, CMake.pdf.gz because of file size problems
24265         with cvs.
24267 2001-05-10 11:20  king
24269         * Source/cmUnixMakefileGenerator.cxx: BUG: Removed stray debugging
24270         output statement.  Also renamed some variables for clarity.
24272 2001-05-10 11:19  king
24274         * Source/cmSystemTools.cxx: ERR: RunCommand method needed return in
24275         unix.
24277 2001-05-10 11:18  king
24279         * Source/: cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx: ERR:
24280         Removed unused variable
24282 2001-05-10 09:45  king
24284         * CMakeVariables.make.in: BUG: ANSI_CFLAGS -> CMAKE_ANSI_CFLAGS
24286 2001-05-09 18:00  geoff
24288         * Source/: EXEHeader.dsptemplate, cmDSPMakefile.cxx,
24289         cmDSPWriter.cxx: ADD LINK32s are now on multiple lines because VC
24290         breaks otherwise
24292 2001-05-09 17:38  barre
24294         * Modules/FindTCL.cmake: ENH: add 8.3 support
24296 2001-05-09 16:17  hoffman
24298         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG: escape spaces
24299         before adding .lib
24301 2001-05-09 16:08  hoffman
24303         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: escape spaces
24305 2001-05-09 15:48  hoffman
24307         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: only add .lib
24308         if no .lib exists
24310 2001-05-09 14:53  hoffman
24312         * Modules/FindFLTK.cmake, Modules/FindGTK.cmake,
24313         Modules/FindJNI.cmake, Modules/FindJPEG.cmake,
24314         Modules/FindMPI.cmake, Modules/FindTCL.cmake, Source/cmCommand.h,
24315         Source/cmFindLibraryCommand.cxx, Source/cmFindLibraryCommand.h,
24316         Source/cmFindProgramCommand.cxx, Source/cmSystemTools.cxx,
24317         Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx: ENH:
24318         change find library and find program to look for more than one name
24320 2001-05-09 13:44  hoffman
24322         * Source/cmCableDefineSetCommand.cxx: BUG: match called on invalid
24323         number
24325 2001-05-09 13:22  martink
24327         * CMakeMaster.make.in, CMakeRules.make.in,
24328         CMakeSystemConfig.cmake.in, CMakeTopMakefileTemplate.in,
24329         CMakeVariables.make.in, configure.in.sample, Source/Makefile.in:
24330         cleaned up configure some
24332 2001-05-09 11:15  millerjv
24334         * Source/cmCacheManager.cxx: FIX: only clear the cache on a load
24335         when the load needs to read internal values.  Otherwise, it is
24336         assumed that we are reading another projects cache.
24338 2001-05-09 10:13  hoffman
24340         * Source/MFCDialog/PropertyList.cpp: BUG: fix crash
24342 2001-05-09 09:52  hoffman
24344         * Source/cmConfigureFileCommand.cxx: BUG: fix use beyond end of
24345         array
24347 2001-05-09 08:51  martink
24349         * Source/: cmCommands.cxx, cmLoadCacheCommand.cxx,
24350         cmLoadCacheCommand.h, cmSourceFile.cxx: added load cache command
24351         and fixed source file
24353 2001-05-08 17:37  king
24355         * Source/cmCacheManager.cxx: ERR: LoadCache needed to return a
24356         value.
24358 2001-05-08 17:04  martink
24360         * Source/: cmCacheManager.cxx, cmCacheManager.h: added ability to
24361         load another cache
24363 2001-05-08 17:03  martink
24365         * Source/cmProjectCommand.cxx: now adds src and bin dir into cache
24367 2001-05-08 16:20  martink
24369         * Source/cmVTKWrapTclCommand.cxx: fixed bug in init code
24371 2001-05-08 16:01  hoffman
24373         * configure.in.sample: clean up
24375 2001-05-08 13:40  hoffman
24377         * Source/MFCDialog/PropertyList.cpp: ENH: add initial path support
24378         for file choosers
24380 2001-05-08 11:40  martink
24382         * Source/cmTargetLinkLibrariesCommand.cxx: BUG: added arg0 to link
24383         libraries
24385 2001-05-08 10:16  ibanez
24387         * Modules/FindFLTK.cmake: Module to search the path for FLTK
24388         library   ( http://www.fltk.org )
24390 2001-05-07 18:14  king
24392         * Source/: cmAddExecutableCommand.cxx, cmAddLibraryCommand.cxx,
24393         cmMakefile.cxx: ENH: Moved cache entry addition into
24394         cmMakefile::AddLibrary and AddExecutable so that commands do not
24395         have to add it explicitly.
24397 2001-05-07 18:11  hoffman
24399         * CMakeSystemConfig.cmake.in, Source/CMakeBuildTargets.cxx,
24400         Source/Makefile.in, Source/cmCacheManager.cxx,
24401         Source/cmCommands.cxx, Source/cmConfigureFile.cxx,
24402         Source/cmConfigureFile.h, Source/cmConfigureFileCommand.cxx,
24403         Source/cmConfigureFileCommand.h, Source/cmExecProgram.cxx,
24404         Source/cmExecProgram.h, Source/cmExecProgramCommand.cxx,
24405         Source/cmExecProgramCommand.h, Source/cmMakeDirectoryCommand.cxx,
24406         Source/cmMakeDirectoryCommand.h, Source/cmMakefile.cxx,
24407         Source/cmMakefile.h, Source/cmSystemTools.cxx,
24408         Source/cmUnixMakefileGenerator.cxx,
24409         Source/cmUnixMakefileGenerator.h: ENH: call configure from cmake
24411 2001-05-07 10:02  blezek
24413         * Source/cmConfigureFile.cxx: BUG: Removing Remove Variables call
24415 2001-05-07 09:16  geoff
24417         * configure.in.sample: Under FreeBSD: should be
24418         CMAKE_SHLIB_BUILD_FLAGS and not CMAKE_SHLIB_LINK_FLAGS. 
24419         CMakeSystemConfig.cmake not being made
24421 2001-05-05 11:28  hoffman
24423         * Source/cmAddExecutableCommand.cxx: BUG: add internal cache entry
24424         for executables, so depends can work
24426 2001-05-05 11:03  hoffman
24428         * Source/: cmAddTargetCommand.cxx, cmAddTargetCommand.h,
24429         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.h,
24430         cmCommands.cxx, cmLibraryCommand.cxx: BUG: add removed command, and
24431         sort the order in cmCommands.cxx
24433 2001-05-04 17:00  martink
24435         * Source/: cmMakefile.cxx, cmUnixMakefileGenerator.cxx: fixes for
24436         untiltiy targets in all
24438 2001-05-04 16:44  blezek
24440         * Source/cmBuildNameCommand.cxx: ENH: Proper build name
24442 2001-05-04 16:43  blezek
24444         * Source/cmSiteNameCommand.cxx: ENH: Correct sitename
24446 2001-05-04 15:50  martink
24448         * Source/: cmAddCustomTargetCommand.cxx,
24449         cmAddCustomTargetCommand.h, cmAddTargetCommand.cxx,
24450         cmAddTargetCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
24451         cmMakefile.cxx, cmMakefile.h, cmTarget.h, cmVTKWrapJavaCommand.cxx:
24452         option to make utilities in the all target
24454 2001-05-04 14:53  hoffman
24456         * CMakeSystemConfig.cmake.in, CMakeWindowsSystemConfig.cmake: ENH:
24457         move to cmake for itkConfigure.h.in
24459 2001-05-04 12:52  martink
24461         * Source/cmVTKWrapJavaCommand.cxx: updates
24463 2001-05-04 11:35  geoff
24465         * Modules/: FindGTK.cmake, FindJPEG.cmake: INCLUDE these to find
24466         the relevant libraries
24468 2001-05-04 11:34  hoffman
24470         * Source/: cmAddCustomTargetCommand.cxx,
24471         cmAddCustomTargetCommand.h, cmBuildCommand.cxx, cmBuildCommand.h,
24472         cmBuildNameCommand.cxx, cmBuildNameCommand.h, cmExecProgram.cxx,
24473         cmExecProgram.h, cmSiteNameCommand.cxx, cmSiteNameCommand.h: ENH:
24474         move testing stuff to cmake from configure, good bye dashboard...
24475         :)
24477 2001-05-04 11:30  hoffman
24479         * CMakeRules.make.in, CMakeSystemConfig.txt.in,
24480         CMakeWindowsSystemConfig.txt, Source/cmAddTargetCommand.cxx,
24481         Source/cmAddTargetCommand.h, Source/cmCacheManager.cxx,
24482         Source/cmCommands.cxx, Source/cmDSWMakefile.cxx,
24483         Source/cmDSWWriter.cxx, Source/cmFindProgramCommand.cxx,
24484         Source/cmMakefile.cxx, Source/cmOptionCommand.cxx,
24485         Source/cmOptionCommand.h, Source/cmSourceGroup.cxx,
24486         Source/cmSourceGroup.h, Source/cmSystemTools.cxx,
24487         Source/cmSystemTools.h, Source/cmUnixMakefileGenerator.cxx,
24488         Source/MFCDialog/CMakeSetup.rc: ENH: move testing stuff to cmake
24489         from configure, good bye dashboard... :)
24491 2001-05-04 10:44  king
24493         * Source/cmSystemTools.cxx: ENH: Added support to EscapeSpaces to
24494         use double quotes on windows.
24496 2001-05-04 10:44  king
24498         * Source/cmCablePackageCommand.cxx: ENH: Added use of CMAKE cache
24499         entry for generating the DSP/makefile build rules.
24501 2001-05-04 10:44  king
24503         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
24504         cmDSPWriter.h: ENH: Added use of CMAKE cache entry for generating
24505         the DSP build rules.
24507 2001-05-04 10:13  martink
24509         * Modules/FindJNI.cmake: minor fixes
24511 2001-05-04 09:56  martink
24513         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: fixed custom command
24514         rule
24516 2001-05-04 09:47  martink
24518         * Modules/FindJNI.cmake: new module
24520 2001-05-04 09:39  martink
24522         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmSourceGroup.cxx,
24523         cmSourceGroup.h, cmVTKWrapJavaCommand.cxx: better custom rules
24525 2001-05-04 08:46  martink
24527         * Source/: cmFunctionBlocker.h, cmIfCommand.cxx, cmIfCommand.h,
24528         cmMakefile.cxx, cmVTKWrapJavaCommand.cxx: better If checks
24530 2001-05-04 08:45  martink
24532         * Source/: cmSourceFilesRequireCommand.cxx,
24533         cmSourceFilesRequireCommand.h, cmUnixDefinesCommand.cxx,
24534         cmUnixDefinesCommand.h, cmUnixLibrariesCommand.cxx,
24535         cmUnixLibrariesCommand.h, cmWin32DefinesCommand.cxx,
24536         cmWin32DefinesCommand.h, cmWin32IncludeDirectoryCommand.cxx,
24537         cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
24538         cmWin32LibrariesCommand.h: removed old functions
24540 2001-05-03 16:55  king
24542         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
24543         MFCDialog/CMakeSetupDialog.cpp: ENH: Added generation of internal
24544         CMAKE cache entry with path to command-line CMake executable.
24546 2001-05-03 16:55  king
24548         * Source/: cmFindProgramCommand.cxx, cmSystemTools.cxx,
24549         cmSystemTools.h: ENH: Added cmSystemTools::FindProgram() and
24550         full-path detection utilities.
24552 2001-05-03 15:27  martink
24554         * Source/: cmCommands.cxx, cmVTKWrapJavaCommand.cxx,
24555         cmVTKWrapJavaCommand.h: minor fixes
24557 2001-05-03 11:04  martink
24559         * Source/cmCommands.cxx: removed deprecated commands
24561 2001-05-03 10:58  martink
24563         * CMakeSystemConfig.cmake.in: better config info
24565 2001-05-03 10:35  martink
24567         * Source/cmConfigureFile.cxx: now support cmakedefine
24569 2001-05-03 08:53  martink
24571         * CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: uses
24572         cmake commands now
24574 2001-05-03 08:52  martink
24576         * CMakeSystemConfig.cmake.in, CMakeSystemConfig.txt.in,
24577         CMakeWindowsSystemConfig.cmake, CMakeWindowsSystemConfig.txt,
24578         Source/cmMakefile.cxx, Source/cmMakefile.h: system config uses
24579         cmake commands now
24581 2001-05-02 17:33  martink
24583         * Modules/FindMPI.cmake: minor fixes
24585 2001-05-02 17:07  martink
24587         * Modules/FindMPI.cmake: new module
24589 2001-05-02 14:08  martink
24591         * Modules/FindOpenGL.cmake: simple module
24593 2001-05-02 11:53  martink
24595         * Modules/FindTCL.cmake: finds tk as well
24597 2001-05-02 11:53  martink
24599         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: cache loaded
24600         into makefile
24602 2001-05-01 17:52  martink
24604         * Source/: cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx:
24605         fixed bug in limiting to source lists
24607 2001-05-01 17:37  king
24609         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
24610         cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
24611         cmCableWrapCommand to inherit from cmCableDefineSetCommand since
24612         they do almost exactly the same thing.  Added a GetXmlTag virtual
24613         function to both classes to return what XML tag to generate in the
24614         set's output.  cmCableDefineSetCommand generates a "Set" tag, and
24615         cmCableWrapCommand generates a "WrapperSet" tag.  What is inside
24616         the tags is still generated by the cmCableDefineSetCommand
24617         superclass.
24619 2001-05-01 17:35  king
24621         * Source/: cmCableInstantiateClassCommand.cxx,
24622         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
24623         cmCableInstantiateCommand.h, cmCablePackageEntryCommand.cxx,
24624         cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
24625         cmCableSourceFilesCommand.h: ENH: Changed WriteConfiguration back
24626         to const because it doesn't need to report errors anymore.
24628 2001-05-01 17:12  hoffman
24630         * Source/: UtilityFooter.dsptemplate, UtilityHeader.dsptemplate:
24631         ADD: add utiltity templates
24633 2001-05-01 16:55  hoffman
24635         * configure.in.sample, Source/cmAddTargetCommand.cxx,
24636         Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
24637         Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
24638         Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
24639         Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
24640         Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmTarget.h,
24641         Source/cmUnixMakefileGenerator.cxx: ENH: implement ADD_TARGET
24642         command, and add an ALL_BUILD target
24644 2001-05-01 16:34  martink
24646         * Source/: cmMakefile.cxx, MFCDialog/CMakeSetupDialog.cpp: cache
24647         now loaded into makefile
24649 2001-05-01 16:28  martink
24651         * Source/: cmCacheManager.cxx, cmCacheManager.h: added method to
24652         puch cache into makefile defines
24654 2001-05-01 16:27  martink
24656         * Source/cmIfCommand.cxx: slight bug in If command I think
24658 2001-05-01 11:28  martink
24660         * Modules/FindTCL.cmake: first module
24662 2001-05-01 11:16  martink
24664         * Source/: cmCommands.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
24665         cmIfCommand.h, cmSetCommand.cxx, cmSetCommand.h,
24666         cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx: new set
24667         command and IF NOT
24669 2001-04-30 14:56  martink
24671         * Source/: cmElseCommand.cxx, cmFindFileCommand.cxx,
24672         cmFindLibraryCommand.cxx, cmFindPathCommand.cxx, cmIfCommand.cxx,
24673         cmSystemTools.cxx, cmSystemTools.h: bug fixes
24675 2001-04-30 11:51  king
24677         * Source/cmCablePackageCommand.cxx: BUG: Fixed output of
24678         CMakeLists.txt path in cable_config.xml dependency list for unix. 
24679         Needed to escape spaces instead of enclosing in double quotes.
24681 2001-04-30 11:29  king
24683         * Source/cmMakefile.h: ERR: Removed a conflict that was checked in.
24685 2001-04-30 10:52  anonymous
24687         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
24688         cmDSPWriter.cxx, cmDSPWriter.h, cmIncludeCommand.cxx,
24689         cmIncludeCommand.h, cmMakefile.cxx, cmMakefile.h: New command:
24690         INCLUDE(somefile.txt)
24692 2001-04-30 10:44  martink
24694         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
24695         cmDSWMakefile.cxx, cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
24696         cmFindLibraryCommand.cxx, cmLinkLibrariesCommand.cxx,
24697         cmLinkLibrariesCommand.h, cmMakefile.cxx, cmMakefile.h,
24698         cmTarget.cxx, cmTarget.h, cmTargetLinkLibrariesCommand.cxx,
24699         cmTargetLinkLibrariesCommand.h, cmUnixMakefileGenerator.cxx,
24700         cmUnixMakefileGenerator.h: added TARGET_LINK_LIBRARY command and
24701         support for debug and release libraries to link against
24703 2001-04-27 14:57  king
24705         * Source/cmUnixMakefileGenerator.cxx: ERR: Renamed CustomCommands
24706         to BuildRules to match change in cmSourceGroup.
24708 2001-04-27 14:52  king
24710         * Source/cmCablePackageCommand.cxx: BUG: Removed output of GCC_XML
24711         rules when the command cannot be found.
24713 2001-04-27 14:51  king
24715         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
24716         cmDSPWriter.h, cmSourceGroup.cxx, cmSourceGroup.h: BUG: Removed
24717         output of dual rules for source files that are processed by both
24718         the compiler and by a custom command.  Also removed generation of
24719         duplicate CMakeLists.txt in the project files.
24721 2001-04-27 14:40  martink
24723         * CMakeSystemConfig.txt.in, CMakeWindowsSystemConfig.txt: get
24724         system info into cmake
24726 2001-04-27 14:25  martink
24728         * Source/: cmConfigureFile.cxx, cmConfigureFile.h: added configure
24729         file
24731 2001-04-27 11:53  hoffman
24733         * configure.in.sample: BUG: run cache build with each configure
24735 2001-04-27 11:36  hoffman
24737         * CMakeRules.make.in, Source/cmMakefile.cxx: BUG: fix inplace
24738         builds
24740 2001-04-27 11:03  hoffman
24742         * Source/cmMakefile.cxx: ENH: fix in source build with non-gnu
24744 2001-04-27 09:32  hoffman
24746         * Source/cmMakefile.cxx: ENH: add output when creating files
24748 2001-04-27 09:30  martink
24750         * Source/: cmFindFileCommand.cxx, cmFindLibraryCommand.cxx,
24751         cmFindPathCommand.cxx: better help strings
24753 2001-04-27 09:13  will
24755         * Source/cmAuxSourceDirectoryCommand.h: ENH:New copyright
24757 2001-04-27 08:46  martink
24759         * CMakeVariables.make.in: removed old junk
24761 2001-04-27 08:01  will
24763         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
24764         cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
24765         cmAddExecutableCommand.cxx, cmAddExecutableCommand.h,
24766         cmAddLibraryCommand.cxx, cmAddLibraryCommand.h,
24767         cmAddTargetCommand.cxx, cmAddTargetCommand.h,
24768         cmAuxSourceDirectoryCommand.cxx, cmBuildSharedLibrariesCommand.cxx,
24769         cmCableCloseNamespaceCommand.cxx, cmCableCloseNamespaceCommand.h,
24770         cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
24771         cmCableData.h, cmCableDefineSetCommand.cxx,
24772         cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
24773         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
24774         cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
24775         cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
24776         cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
24777         cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
24778         cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
24779         cmCableWrapCommand.h, cmCacheManager.cxx, cmCacheManager.h,
24780         cmCommand.h, cmCommands.h, cmConfigureFileNoAutoconf.cxx,
24781         cmConfigureFileNoAutoconf.h, cmCustomCommand.cxx,
24782         cmCustomCommand.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
24783         cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWMakefile.h,
24784         cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.cxx, cmDirectory.h,
24785         cmElseCommand.cxx, cmElseCommand.h, cmEndIfCommand.cxx,
24786         cmEndIfCommand.h, cmFindFileCommand.cxx, cmFindFileCommand.h,
24787         cmFindIncludeCommand.cxx, cmFindIncludeCommand.h,
24788         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
24789         cmFindProgramCommand.cxx, cmFindProgramCommand.h,
24790         cmFunctionBlocker.h, cmIfCommand.cxx, cmIfCommand.h,
24791         cmIncludeDirectoryCommand.cxx, cmIncludeDirectoryCommand.h,
24792         cmIncludeRegularExpressionCommand.cxx,
24793         cmIncludeRegularExpressionCommand.h, cmLibraryCommand.cxx,
24794         cmLibraryCommand.h, cmLinkDirectoriesCommand.cxx,
24795         cmLinkDirectoriesCommand.h, cmLinkLibrariesCommand.cxx,
24796         cmLinkLibrariesCommand.h, cmMSProjectGenerator.cxx,
24797         cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
24798         cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
24799         cmMakefileGenerator.h, cmOptionCommand.cxx, cmOptionCommand.h,
24800         cmProjectCommand.cxx, cmProjectCommand.h, cmRegularExpression.cxx,
24801         cmRegularExpression.h, cmSourceFile.cxx, cmSourceFile.h,
24802         cmSourceFilesCommand.cxx, cmSourceFilesCommand.h,
24803         cmSourceFilesRequireCommand.cxx, cmSourceFilesRequireCommand.h,
24804         cmSourceGroup.cxx, cmSourceGroup.h, cmSourceGroupCommand.cxx,
24805         cmSourceGroupCommand.h, cmStandardIncludes.h, cmSubdirCommand.cxx,
24806         cmSubdirCommand.h, cmSystemTools.cxx, cmSystemTools.h,
24807         cmTarget.cxx, cmTarget.h, cmTestsCommand.cxx, cmTestsCommand.h,
24808         cmUnixDefinesCommand.cxx, cmUnixDefinesCommand.h,
24809         cmUnixLibrariesCommand.cxx, cmUnixLibrariesCommand.h,
24810         cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h,
24811         cmUtilitySourceCommand.cxx, cmUtilitySourceCommand.h,
24812         cmVTKWrapPythonCommand.cxx, cmVTKWrapTclCommand.cxx,
24813         cmWin32DefinesCommand.cxx, cmWin32DefinesCommand.h,
24814         cmWin32IncludeDirectoryCommand.cxx,
24815         cmWin32IncludeDirectoryCommand.h, cmWin32LibrariesCommand.cxx,
24816         cmWin32LibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
24817         cmWrapExcludeFilesCommand.h: ENH:New copyright
24819 2001-04-27 07:55  will
24821         * Source/: cmAbstractFilesCommand.cxx, cmAbstractFilesCommand.h:
24822         ENH:Copyright
24824 2001-04-26 16:22  martink
24826         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
24827         cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h,
24828         cmDSWMakefile.cxx, cmDSWWriter.cxx, cmLinkLibrariesCommand.cxx,
24829         cmLinkLibrariesCommand.h, cmMakefile.cxx, cmMakefile.h,
24830         cmUnixMakefileGenerator.cxx, cmVTKWrapPythonCommand.cxx,
24831         MFCDialog/CMakeSetup.rc, MFCDialog/resource.h: support for debug
24832         and opt libraries
24834 2001-04-26 15:41  martink
24836         * Source/: cmOptionCommand.cxx, cmOptionCommand.h: better help
24838 2001-04-26 15:27  king
24840         * Source/: cmCableInstantiateClassCommand.cxx,
24841         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
24842         cmCableInstantiateCommand.h, cmCablePackageCommand.cxx,
24843         cmCablePackageEntryCommand.cxx, cmCablePackageEntryCommand.h,
24844         cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h,
24845         cmCableWrapCommand.cxx, cmCableWrapCommand.h: ENH: Changed
24846         WriteConfiguration to non-const so it can do error checking.  Added
24847         parsing and output of a name for each WrapperSet generated from a
24848         CABLE_WRAP command.
24850 2001-04-26 14:53  hoffman
24852         * Source/: cmAddLibraryCommand.cxx,
24853         cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
24854         cmCacheManager.h, cmFindFileCommand.cxx, cmFindIncludeCommand.cxx,
24855         cmFindLibraryCommand.cxx, cmFindPathCommand.cxx,
24856         cmFindProgramCommand.cxx, cmOptionCommand.cxx,
24857         cmUtilitySourceCommand.cxx, MFCDialog/CMakeSetupDialog.cpp,
24858         MFCDialog/PropertyList.cpp, MFCDialog/PropertyList.h: ENH: add help
24859         for cache entries
24861 2001-04-26 10:49  martink
24863         * Source/: cmCacheManager.cxx, cmElseCommand.cxx, cmIfCommand.cxx,
24864         cmSystemTools.cxx, cmSystemTools.h: some fixes for If commands
24866 2001-04-26 09:38  martink
24868         * Source/: CMakeSetup.dsw, DumpDocumentation.dsp, cmCommands.cxx,
24869         cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h, cmDSPWriter.h,
24870         cmFindFileCommand.cxx, cmFindIncludeCommand.cxx,
24871         cmFindIncludeCommand.h, cmFindLibraryCommand.cxx,
24872         cmFindLibraryCommand.h, cmFindPathCommand.cxx, cmFindPathCommand.h,
24873         cmMakefile.cxx, cmMakefile.h, cmUnixMakefileGenerator.cxx: bug
24874         fixes
24876 2001-04-25 19:01  hoffman
24878         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: set initial build to
24879         source dir
24881 2001-04-25 18:53  hoffman
24883         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: add error checking
24884         for empty build dir
24886 2001-04-25 16:09  hoffman
24888         * configure.in.sample, Source/Makefile.in,
24889         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
24890         Source/cmMakefile.cxx, Source/MFCDialog/CMakeDialog.h,
24891         Source/MFCDialog/CMakeSetup.rc,
24892         Source/MFCDialog/CMakeSetupDialog.cpp,
24893         Source/MFCDialog/CMakeSetupDialog.h,
24894         Source/MFCDialog/PropertyList.cpp, Source/MFCDialog/PropertyList.h:
24895         ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt
24896         files by configure
24898 2001-04-25 11:47  martink
24900         * Source/: cmElseCommand.h, cmEndIfCommand.h, cmIfCommand.h: rules
24901         were not inherited when they should be
24903 2001-04-25 09:39  king
24905         * Source/cmUnixMakefileGenerator.cxx: BUG: Fixed output of
24906         dependencies.  It needs to loop over the makefile's targets, not
24907         the source lists.
24909 2001-04-25 09:37  king
24911         * Source/cmMakeDepend.cxx: STYLE: Updated comments for name change
24912         cmClassFile->cmSourceFile
24914 2001-04-25 09:33  martink
24916         * CMake.doc: updated the docs some
24918 2001-04-24 17:33  king
24920         * Source/cmUnixMakefileGenerator.cxx: ERR: cmClassFile.h ->
24921         cmSourceFile.h include change.
24923 2001-04-24 16:49  martink
24925         * Source/: cmClassFile.cxx, cmClassFile.h: many fixes and cleanup
24926         and features
24928 2001-04-24 16:46  martink
24930         * Source/: CMakeLib.dsp, Makefile.in, cmAbstractFilesCommand.cxx,
24931         cmAuxSourceDirectoryCommand.cxx, cmCablePackageCommand.cxx,
24932         cmCableSourceFilesCommand.cxx, cmCacheManager.cxx,
24933         cmCacheManager.h, cmCommands.cxx, cmDSPMakefile.cxx,
24934         cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h, cmMakeDepend.cxx,
24935         cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h, cmOptionCommand.cxx,
24936         cmSourceFilesCommand.cxx, cmSourceFilesRequireCommand.cxx,
24937         cmTarget.h, cmUnixDefinesCommand.cxx, cmUnixLibrariesCommand.cxx,
24938         cmUnixMakefileGenerator.cxx, cmWin32DefinesCommand.cxx,
24939         cmWin32IncludeDirectoryCommand.cxx, cmWin32LibrariesCommand.cxx,
24940         cmWrapExcludeFilesCommand.cxx, MFCDialog/CMakeSetupDialog.cpp,
24941         cmVTKWrapPythonCommand.cxx, cmVTKWrapPythonCommand.h,
24942         cmVTKWrapTclCommand.cxx, cmVTKWrapTclCommand.h, cmSourceFile.cxx,
24943         cmSourceFile.h, cmTarget.cxx, cmWrapTclCommand.cxx,
24944         cmWrapTclCommand.h: many fixes and cleanup and features
24946 2001-04-24 14:19  hoffman
24948         * Source/MFCDialog/: CMakeSetupDialog.cpp, PropertyList.cpp,
24949         PropertyList.h: BUG: fix duplicate property items
24951 2001-04-24 13:32  hoffman
24953         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h,
24954         PropertyList.cpp: BUG: fix cache updates
24956 2001-04-24 12:40  hoffman
24958         * Source/: cmBuildSharedLibrariesCommand.cxx, cmCacheManager.cxx,
24959         cmCacheManager.h, cmMakefile.cxx, cmMakefile.h,
24960         cmOptionCommand.cxx, cmWrapTclCommand.cxx,
24961         MFCDialog/CMakeSetupDialog.cpp: BUG: fix build directory problem
24963 2001-04-24 09:45  king
24965         * CMakeVariables.make.in: ERR: Removed extra SRC_OBJ reference. 
24966         The variable is no longer used.
24968 2001-04-23 16:40  hoffman
24970         * Source/: CMakeLib.dsp, cmCacheManager.cxx, cmCacheManager.h,
24971         cmDSWMakefile.cxx, cmDSWWriter.cxx, cmSourceGroup.h,
24972         cmStandardIncludes.h, cmWindowsConfigure.cxx, cmWindowsConfigure.h,
24973         MFCDialog/CMakeDialog.h, MFCDialog/CMakeSetup.dsp,
24974         MFCDialog/CMakeSetup.rc, MFCDialog/CMakeSetupDialog.cpp,
24975         MFCDialog/CMakeSetupDialog.h, MFCDialog/PropertyList.cpp,
24976         MFCDialog/PropertyList.h, MFCDialog/resource.h: ENH: new GUI editor
24977         for cmake cache file
24979 2001-04-23 16:34  martink
24981         * Source/: cmCommands.cxx, cmWrapTclCommand.cxx: added option
24982         command
24984 2001-04-23 16:33  martink
24986         * Source/: cmOptionCommand.cxx, cmOptionCommand.h: new command
24988 2001-04-23 13:58  blezek
24990         * CMakeRules.make.in, Source/cmUnixMakefileGenerator.cxx: BUG:
24991         Clean was not doing it's job
24993 2001-04-23 10:23  king
24995         * Source/cmIfCommand.h: ERR: Added virtual destructor to complement
24996         virtual functions in cmIfFunctionBlocker.
24998 2001-04-19 17:39  martink
25000         * Source/: cmAddDefinitionsCommand.cxx, cmAddDefinitionsCommand.h,
25001         cmCommands.cxx, cmElseCommand.cxx, cmElseCommand.h,
25002         cmEndIfCommand.cxx, cmEndIfCommand.h, cmFunctionBlocker.h,
25003         cmIfCommand.cxx, cmIfCommand.h, cmMakefile.cxx, cmMakefile.h: added
25004         if else endif add definition
25006 2001-04-19 13:28  martink
25008         * Source/: cmCablePackageCommand.cxx, cmCustomCommand.h,
25009         cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSWMakefile.cxx,
25010         cmDSWWriter.cxx, cmMakefile.cxx, cmSourceGroup.cxx, cmTarget.h,
25011         cmUnixMakefileGenerator.cxx: cleaned up the coding style made ivars
25012         private etc
25014 2001-04-18 08:01  king
25016         * Source/cmMakeDepend.cxx: ERR: We can't assume a vector iterator
25017         is a pointer.  It must be dereferenced to get a reference to the
25018         element, and then we can take the address of that to get a pointer.
25019          "i" becomes "&*i"
25021 2001-04-17 07:42  king
25023         * Source/cmUnixMakefileGenerator.cxx: ERR: Removed unused variable.
25025 2001-04-16 15:40  hoffman
25027         * Source/: cmStandardIncludes.h, cmSystemTools.cxx: BUG: fix small
25028         compile issues on HP aCC
25030 2001-04-16 12:31  king
25032         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Changed m_Indices
25033         to an stl set and renamed it to m_IndexSet.  Using a set results in
25034         a significant performance increase and reduction in memory usage.
25036 2001-04-16 10:15  millerjv
25038         * Source/cmAddLibraryCommand.cxx: FIX: allow ADD_LIBRARY with no
25039         source list
25041 2001-04-16 10:01  martink
25043         * Source/: cmCablePackageCommand.cxx, cmMakefile.h: fixed cable
25044         package issue
25046 2001-04-12 15:34  martink
25048         * Source/: Makefile.in, cmAddLibraryCommand.cxx,
25049         cmCacheManager.cxx, cmCacheManager.h, cmMakefile.h,
25050         cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: some bug fixes
25052 2001-04-12 09:55  king
25054         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
25055         ENH: Added individual library linkage output so that shared
25056         libraries will not try to link against themselves.
25058 2001-04-12 09:49  martink
25060         * Source/: cmExecutablesCommand.cxx, cmExecutablesCommand.h:
25061         removed old rules
25063 2001-04-11 16:34  king
25065         * Source/cmUnixMakefileGenerator.cxx: ENH: Generation now sets up
25066         proper linking of shared libraries to each other.
25068 2001-04-11 15:43  king
25070         * CMakeMaster.make.in: ERR: Needed to switch point where
25071         CMakeTargets.make is included so that Variables will be available
25072         to the targets file.
25074 2001-04-11 14:58  martink
25076         * Source/CMakeLib.dsp, Source/CMakeSetupCMD.dsp,
25077         Source/Makefile.in, Source/cmAbstractFilesCommand.cxx,
25078         Source/cmAddExecutableCommand.cxx, Source/cmAddExecutableCommand.h,
25079         Source/cmAddLibraryCommand.cxx, Source/cmAddLibraryCommand.h,
25080         Source/cmAuxSourceDirectoryCommand.cxx,
25081         Source/cmAuxSourceDirectoryCommand.h, Source/cmCableCommand.cxx,
25082         Source/cmCableData.cxx, Source/cmCableData.h,
25083         Source/cmCablePackageCommand.cxx, Source/cmCablePackageCommand.h,
25084         Source/cmCableSourceFilesCommand.cxx, Source/cmClassFile.cxx,
25085         Source/cmClassFile.h, Source/cmCommands.cxx,
25086         Source/cmCustomCommand.cxx, Source/cmCustomCommand.h,
25087         Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
25088         Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
25089         Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
25090         Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
25091         Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
25092         Source/cmMakefile.cxx, Source/cmMakefile.h,
25093         Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
25094         Source/cmSourceFilesRequireCommand.cxx,
25095         Source/cmSourceFilesRequireCommand.h, Source/cmSourceGroup.cxx,
25096         Source/cmSourceGroup.h, Source/cmTarget.h,
25097         Source/cmTestsCommand.cxx, Source/cmUnixMakefileGenerator.cxx,
25098         Source/cmUnixMakefileGenerator.h,
25099         Source/cmWrapExcludeFilesCommand.cxx, Source/cmWrapTclCommand.cxx,
25100         Source/cmWrapTclCommand.h, CMakeRules.make.in: major changes to
25101         support multiple libraries and source lists
25103 2001-04-10 15:26  king
25105         * Source/DLLHeader.dsptemplate: ENH: Need BUILD_SHARED_LIBRARIES
25106         defined for making windows DLLs.
25108 2001-04-09 10:56  king
25110         * Source/cmCablePackageCommand.cxx: ERR: Added double-quotes around
25111         command name before arguments are appended.
25113 2001-04-09 10:53  king
25115         * Source/cmUnixMakefileGenerator.cxx: ERR: Missed one EscapeSpaces
25116         call.
25118 2001-04-09 10:31  king
25120         * Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
25121         cmSystemTools.cxx, cmSystemTools.h, cmUnixMakefileGenerator.cxx,
25122         cmUtilitySourceCommand.cxx: ERR: Corrected use of double-quotes to
25123         be compatible with UNIX make.  Now double quotes (windows) or
25124         escape sequences for spaces (unix) are added when dependencies are
25125         output.
25127 2001-04-09 09:44  king
25129         * Source/: cmCableCommand.cxx, cmDSPMakefile.cxx, cmDSPWriter.cxx,
25130         cmUtilitySourceCommand.cxx: ENH: Added support for spaces in the
25131         output directory names.  Spaces in the input directory name may
25132         work also, but are untested.
25134 2001-04-06 17:01  hoffman
25136         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
25137         cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix depends
25138         for libraries and executables in the same dir
25140 2001-04-06 14:51  hoffman
25142         * Source/: cmFindIncludeCommand.cxx, cmFindLibraryCommand.cxx,
25143         cmMakefile.cxx: ENH: better error reporting, and add NOTFOUND into
25144         cache for library and file find
25146 2001-04-06 12:00  martink
25148         * Source/cmFindIncludeCommand.h: fixed the documentation some
25150 2001-04-06 08:28  millerjv
25152         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: FIX: configurations
25153         list needed to be reset for each dsp file created
25155 2001-04-04 09:33  millerjv
25157         * Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: FIX:
25158         returned to using /O2 optimization level and put a pragma in the
25159         netlib code that could not handle the /Og component of /O2
25161 2001-03-28 11:49  king
25163         * Source/cmSystemTools.cxx: ERR: Blank line regular expression
25164         updated to allow whitespace on the line.
25166 2001-03-23 14:27  king
25168         * Source/: cmCableSourceFilesCommand.cxx,
25169         cmCableSourceFilesCommand.h: ENH: Added support for
25170         CABLE_SOURCE_FILES to refer to files that are not in the current
25171         directory.  The include path is searched for the files.
25173 2001-03-21 15:52  king
25175         * Source/cmStandardIncludes.h: ERR: Added pragma to disable symbol
25176         length warning for Intel compiler.
25178 2001-03-20 13:48  king
25180         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ERR: Small bug in
25181         generated DSP file fixed.  A custom command environment variable
25182         has been replaced with explicity writing out the command.
25184 2001-03-20 13:20  king
25186         * Source/: CMakeLib.dsp, Makefile.in, cmCableCommand.cxx,
25187         cmCablePackageCommand.cxx, cmCommands.cxx, cmDSPMakefile.cxx,
25188         cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.cxx,
25189         cmMakefile.h, cmSourceGroup.cxx, cmSourceGroup.h,
25190         cmSourceGroupCommand.cxx, cmSourceGroupCommand.h,
25191         cmUnixMakefileGenerator.cxx, cmWrapTclCommand.cxx: ENH: Added
25192         SOURCE_GROUP command and corresponding support code.  This command
25193         allows CMakeLists files to specify how sources are organized into
25194         groups in the generated DSP files and makefiles.
25196 2001-03-19 11:47  millerjv
25198         * Source/EXEHeader.dsptemplate: ENH: ignore unused libary warnings,
25199         removed /force
25201 2001-03-19 11:02  king
25203         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added text
25204         files group to DSP output.  CMakeLists.txt is duplicated in this
25205         group and outside, but fixing this will require a reorganization of
25206         custom rule generation.  I should get to that soon.
25208 2001-03-19 11:01  king
25210         * Source/cmCableCommand.cxx: ERR: Changed generation of rule to
25211         generate cable_config.xml to be produced differently for windows
25212         and unix.
25214 2001-03-19 11:00  king
25216         * Source/: cmSystemTools.cxx, cmSystemTools.h: ERR: Removed
25217         functions I just added.  They don't belong here (yet?).
25219 2001-03-19 10:09  king
25221         * Source/cmCableCommand.cxx: ENH: Added generation of a rule to
25222         re-run CMake if the cable_config.xml file is missing.
25224 2001-03-19 10:09  king
25226         * Source/: cmSystemTools.cxx, cmSystemTools.h: ENH: Added functions
25227         to get information about the CMake executable on each platform.
25229 2001-03-16 11:14  king
25231         * Source/: cmCableData.cxx, cmCableData.h: ERR: Re-ordered
25232         declaration of members v. order of initialization on the
25233         constructor to match each other.
25235 2001-03-16 11:04  king
25237         * Source/: cmCableData.cxx, cmCableData.h: BUG: Rearranged cable
25238         config file open to do open in construction of m_OutputFile.  Fixes
25239         problem on SGI with opening the file.
25241 2001-03-16 09:25  king
25243         * Source/: cmCableDefineSetCommand.cxx,
25244         cmCableSourceFilesCommand.cxx: ENH: Changed generated includes to
25245         not have full path specified.
25247 2001-03-15 18:09  king
25249         * Source/: cmCommands.cxx, cmIncludeRegularExpressionCommand.cxx,
25250         cmIncludeRegularExpressionCommand.h, cmMakeDepend.cxx,
25251         cmMakeDepend.h, cmMakefile.cxx, cmMakefile.h: ENH: Added
25252         INCLUDE_REGULAR_EXPRESSION command to set regular expression used
25253         in dependency checking.
25255 2001-03-15 14:46  king
25257         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
25258         ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command.
25260 2001-03-15 14:33  king
25262         * Source/: cmMakefile.cxx, cmMakefile.h: BUG: Moved definition of
25263         CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon as their
25264         information is known.
25266 2001-03-15 10:42  king
25268         * Source/: cmCablePackageCommand.cxx, cmCablePackageCommand.h: BUG:
25269         Fixed segfault when CABLE_PACKAGE is only CABLE command.  Related
25270         to order of virtual destructor calls.
25272 2001-03-14 17:49  king
25274         * Source/cmStandardIncludes.h: ERR: Added for-loop scoping hack for
25275         CMake sources on MSVC
25277 2001-03-14 16:34  king
25279         * Source/cmSystemTools.cxx: ENH: Added support for comments inside
25280         function calls and indented comments.
25282 2001-03-13 18:01  king
25284         * Source/: cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h:
25285         ENH: Added support for element tag specification with syntax
25286         tag:element as an argument to the CABLE_DEFINE_SET command.  A
25287         single colon with nothing to its left will result in an empty tag.
25289 2001-03-13 09:33  king
25291         * Source/cmWrapTclCommand.cxx: ERR: Less-than-zero test replaced
25292         with greater-than-zero since we want zero arguments.
25294 2001-03-12 18:30  king
25296         * Source/: cmCommand.h, cmSystemTools.cxx, cmSystemTools.h: ENH:
25297         Improved error handling when GetError is called on a command that
25298         has not called SetError.
25300 2001-03-12 10:10  geoff
25302         * Source/: cmCommands.cxx, cmWin32IncludeDirectoryCommand.cxx,
25303         cmWin32IncludeDirectoryCommand.h: Include directories under Win32
25304         only (inherited by subdirs)
25306 2001-03-09 16:56  king
25308         * Source/: DLLHeader.dsptemplate, EXEHeader.dsptemplate,
25309         cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx, cmDSPWriter.h,
25310         staticLibHeader.dsptemplate: ENH: Finished Simplifying dsptemplate
25311         processing with  in place of separate Release, Debug, ReleaseDLL,
25312         ... configurations.
25314 2001-03-09 15:35  king
25316         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx,
25317         staticLibHeader.dsptemplate: ERR: Fixed library path problem for
25318         ReleaseMinSize build.   should now be used in place of separate
25319         Release, Debug, and ReleaseMinSize.
25321 2001-03-09 14:35  king
25323         * Source/EXEHeader.dsptemplate: ERR: Fixed header template for
25324         Release MinSize builds.
25326 2001-03-09 11:34  king
25328         * Source/EXEHeader.dsptemplate: ENH: Added Release MinSize
25329         configuration for executables.
25331 2001-03-09 11:33  king
25333         * Source/cmUtilitySourceCommand.h: ENH: Made UTILITY_SOURCE command
25334         inherited, just like FIND_PROGRAM.
25336 2001-03-09 11:16  king
25338         * Source/cmCablePackageCommand.cxx: ERR: Missing initalization of a
25339         cmClassFile::m_HeaderFileOnly fixed.
25341 2001-03-09 10:53  king
25343         * Source/: cmDSWMakefile.cxx, cmDSWWriter.cxx, cmMakefile.cxx,
25344         cmMakefile.h, cmUnixMakefileGenerator.cxx,
25345         cmUnixMakefileGenerator.h, cmUtilitySourceCommand.cxx: ENH: Added
25346         utility dependency support.  Now a project can depend on other
25347         executables as well as link libraries.
25349 2001-03-09 10:52  king
25351         * Source/: cmCableCommand.cxx, cmCableData.cxx: ERR: Added
25352         automatic creation of directory for cable_config.xml file and
25353         corresponding error reporting.
25355 2001-03-09 10:52  king
25357         * Source/cmCablePackageCommand.cxx: ENH: Added proper dependency
25358         generation for a package on cable executable.
25360 2001-03-08 18:24  king
25362         * Source/: cmMakefile.cxx, cmUtilitySourceCommand.cxx: ERR:
25363         Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior.
25365 2001-03-08 18:13  king
25367         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: Added output of
25368         custom rules for XML sources.
25370 2001-03-08 17:38  king
25372         * Source/cmUnixMakefileGenerator.cxx: ENH: Added output of defines
25373         flags as part of INCLUDE_FLAGS.
25375 2001-03-08 17:31  king
25377         * Source/cmUnixMakefileGenerator.cxx: ENH: Added output of a custom
25378         command's m_Source as a dependency.
25380 2001-03-08 17:31  king
25382         * Source/cmUnixDefinesCommand.cxx: ERR: Minor wording error in
25383         output message.
25385 2001-03-08 17:30  king
25387         * Source/cmCablePackageCommand.cxx: ENH: Creation of generator rule
25388         now properly uses the custom command's m_Source member.
25390 2001-03-08 16:13  king
25392         * Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h,
25393         cmCablePackageCommand.cxx, cmCablePackageCommand.h,
25394         cmCableSourceFilesCommand.cxx, cmCableSourceFilesCommand.h: ENH:
25395         Added creation of custom rules for generating CABLE packages.
25397 2001-03-08 16:12  king
25399         * Source/: cmMakeDepend.cxx, cmMakeDepend.h: ENH: Added support for
25400         finding dependencies for files that don't exist.  Dependency
25401         recursion begins with hints provided in the cmClassFile for a file
25402         if it doesn't exist.
25404 2001-03-08 11:30  king
25406         * Source/cmCableSourceFilesCommand.cxx: ENH: Added .txx detection
25407         for Header block output.
25409 2001-03-08 10:30  king
25411         * Source/: cmCommands.cxx, cmMakefile.cxx, cmMakefile.h,
25412         cmSystemTools.cxx, cmSystemTools.h, cmUtilitySourceCommand.cxx,
25413         cmUtilitySourceCommand.h: ENH: Added UTILITY_SOURCE command for
25414         specifying where a 3rd party utility's source is located when it is
25415         included in the distribution of a project.
25417 2001-03-07 13:33  king
25419         * Source/cmCableCommand.cxx: ERR: Commented out experimental code
25420         that was accidentally checked in.
25422 2001-03-07 13:23  king
25424         * Source/cmCableCommand.cxx: ENH: Added Cable to Utilities and
25425         appropriate CMakeLists.txt changes.  Moved VXLNumerics link out of
25426         source's root directory and into separate entries for Code and
25427         Testing directories.  This prevents linking of all programs (like
25428         Cable) with the numerics library.
25430 2001-03-02 16:04  king
25432         * Source/: cmUnixMakefileGenerator.cxx, cmUnixMakefileGenerator.h:
25433         ENH: Added custom rule support to cmUnixMakefileGenerator.
25435 2001-03-02 13:47  will
25437         * Source/cmUnixMakefileGenerator.cxx: BUG: repeat all -l options to
25438         avoid having to worry about link order.
25440 2001-03-02 12:27  king
25442         * Source/: cmCableCommand.cxx, cmCableData.cxx, cmCableData.h: ENH:
25443         CABLE config file (config_cable.xml) should now be opened in the
25444         output directory.
25446 2001-03-01 16:47  king
25448         * Source/: cmCableCloseNamespaceCommand.cxx,
25449         cmCableCloseNamespaceCommand.h, cmCableCommand.cxx,
25450         cmCableCommand.h, cmCableData.cxx, cmCableData.h,
25451         cmCableDefineSetCommand.cxx, cmCableDefineSetCommand.h,
25452         cmCableInstantiateClassCommand.cxx,
25453         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
25454         cmCableInstantiateCommand.h, cmCableOpenNamespaceCommand.cxx,
25455         cmCableOpenNamespaceCommand.h, cmCablePackageCommand.cxx,
25456         cmCablePackageCommand.h, cmCablePackageEntryCommand.cxx,
25457         cmCablePackageEntryCommand.h, cmCableSourceFilesCommand.cxx,
25458         cmCableSourceFilesCommand.h, cmCableWrapCommand.cxx,
25459         cmCableWrapCommand.h, cmCommands.cxx: ENH: Change to new CABLE
25460         command architecture.  CABLE configuration code is now generated on
25461         the first pass, during the Invoke() calls.
25463 2001-02-28 17:50  hoffman
25465         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx, cmDSPMakefile.h,
25466         cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: BUG: fix
25467         circular depends on libraries and remove depends for static
25468         libraries
25470 2001-02-28 09:34  king
25472         * Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
25473         cmCableData.h, cmCableDefineSetCommand.cxx,
25474         cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
25475         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
25476         cmCableInstantiateCommand.h, cmCommands.cxx: ENH: CABIL -> CABLE
25477         rename.
25479 2001-02-27 16:50  martink
25481         * Source/: cmDSPMakefile.cxx, cmDSPMakefile.h, cmDSPWriter.cxx,
25482         cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx: many
25483         enhancements including dll support
25485 2001-02-27 16:49  martink
25487         * Source/cmWrapTclCommand.cxx: bug fixes
25489 2001-02-27 16:49  martink
25491         * Source/cmCommands.cxx: added new commands
25493 2001-02-27 16:48  martink
25495         * Source/cmClassFile.h: added wrap exclude ivar
25497 2001-02-27 16:48  martink
25499         * Source/: cmBuildSharedLibrariesCommand.cxx,
25500         cmBuildSharedLibrariesCommand.h, cmWrapExcludeFilesCommand.cxx,
25501         cmWrapExcludeFilesCommand.h: new commands
25503 2001-02-27 16:46  martink
25505         * Source/: DLLFooter.dsptemplate, DLLHeader.dsptemplate: dll build
25506         rules
25508 2001-02-27 16:44  martink
25510         * Source/staticLibHeader.dsptemplate: change in options for much
25511         smaller libraries
25513 2001-02-27 16:28  king
25515         * Source/: cmCableCommand.h, cmCableDefineSetCommand.cxx,
25516         cmCableDefineSetCommand.h, cmCableInstantiateClassCommand.cxx,
25517         cmCableInstantiateClassCommand.h, cmCableInstantiateCommand.cxx,
25518         cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Implemented
25519         automatic tag generation for CABIL_DEFINE_SET command.  Added tag
25520         output to WriteConfiguration methods.  Added
25521         CABIL_INSTANTIATE_CLASS command to generate explicit class template
25522         instantiation configuration output.
25524 2001-02-27 15:41  king
25526         * Source/cmSystemTools.cxx: ENH/BUG: Improved function parsing to
25527         allow just about anything inside a double-quoted argument.  Also
25528         fixed parsing of lines with both quoted and non-quoted arguments.
25530 2001-02-27 12:00  lorensen
25532         * Source/cmSystemTools.cxx: ENH: mask on mkdir set to 777.
25534 2001-02-27 12:00  lorensen
25536         * Source/CMakeBuildTargets.cxx: ERR: missing std:: on cout.
25538 2001-02-26 20:58  millerjv
25540         * Source/staticLibHeader.dsptemplate: FIX: added /GR to MinSize
25541         build to avoid warnings about dynamic cast
25543 2001-02-26 18:20  king
25545         * Source/cmCableInstantiateCommand.cxx: ERR: Fixed configuration
25546         file output to open file in output directory.
25548 2001-02-26 18:16  king
25550         * Source/cmWrapTclCommand.cxx: int -> unsigned int
25552 2001-02-26 18:00  king
25554         * Source/: cmCableCommand.cxx, cmCableCommand.h, cmCableData.cxx,
25555         cmCableData.h, cmCableDefineSetCommand.cxx,
25556         cmCableDefineSetCommand.h, cmCableInstantiateCommand.cxx,
25557         cmCableInstantiateCommand.h, cmCommands.cxx: ENH: Added CABIL
25558         commands for configuration file generation.
25560 2001-02-26 17:58  king
25562         * Source/cmMakefile.h: ENH: Added GetUsedCommands() method.
25564 2001-02-26 17:58  king
25566         * Source/cmStandardIncludes.h: ERR: fsream.h -> fstream.h
25568 2001-02-26 17:17  martink
25570         * Source/: cmCommands.cxx, cmDSPMakefile.cxx, cmDSPMakefile.h,
25571         cmDSPWriter.cxx, cmDSPWriter.h, cmMakefile.h: a variety of fixes
25572         and enhancements
25574 2001-02-26 17:17  martink
25576         * Source/: cmWrapTclCommand.cxx, cmWrapTclCommand.h: very early
25577         version of a wrapper
25579 2001-02-26 17:15  martink
25581         * Source/: cmClassFile.cxx, cmClassFile.h: added functionality,
25582         fixed bug if no file existed and with header files
25584 2001-02-26 17:14  martink
25586         * Source/: cmFindProgramCommand.cxx, cmFindProgramCommand.h: fixed
25587         bug and modified functionality
25589 2001-02-26 17:13  martink
25591         * Source/: cmFindFileCommand.cxx, cmFindFileCommand.h: new command
25593 2001-02-26 13:25  king
25595         * Source/cmMakefile.cxx: ERR: Fixed unknown command output error
25596         message for spacing.
25598 2001-02-26 12:07  king
25600         * Source/: cmAbstractFilesCommand.h, cmAddTargetCommand.h,
25601         cmAuxSourceDirectoryCommand.h, cmCommand.h, cmExecutablesCommand.h,
25602         cmFindIncludeCommand.h, cmFindLibraryCommand.h,
25603         cmFindProgramCommand.h, cmIncludeDirectoryCommand.h,
25604         cmLibraryCommand.h, cmLinkDirectoriesCommand.h,
25605         cmLinkLibrariesCommand.h, cmProjectCommand.h,
25606         cmSourceFilesCommand.h, cmSourceFilesRequireCommand.h,
25607         cmSubdirCommand.h, cmTestsCommand.h, cmUnixDefinesCommand.h,
25608         cmUnixLibrariesCommand.h, cmWin32DefinesCommand.h,
25609         cmWin32LibrariesCommand.h: ENH: Added safe downcast support
25610         (without RTTI) to cmCommand and its subclasses.
25612 2001-02-23 10:40  king
25614         * Source/: cmAbstractFilesCommand.cxx, cmCommand.h, cmCommands.h,
25615         cmConfigureFileNoAutoconf.h, cmFindIncludeCommand.cxx,
25616         cmFindLibraryCommand.cxx, cmFindProgramCommand.cxx, cmMakefile.cxx,
25617         cmUnixMakefileGenerator.cxx: ERR: Fixed warnings (int->unsigned int
25618         and a few others).
25620 2001-02-22 19:37  hoffman
25622         * configure.in.sample: ENH: update sample
25624 2001-02-22 19:31  hoffman
25626         * Source/cmSystemTools.cxx: BUG: remove debug print
25628 2001-02-22 19:23  hoffman
25630         * Source/CMakeBuildTargets.cxx, Source/Makefile.in,
25631         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
25632         Source/cmConfigureFileNoAutoconf.cxx, Source/cmDSPMakefile.cxx,
25633         Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
25634         Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
25635         Source/cmStandardIncludes.h, Source/cmSystemTools.cxx,
25636         Source/cmSystemTools.h, Source/MFCDialog/CMakeSetupDialog.cpp,
25637         CMakeRules.make.in, CMakeTopMakefileTemplate.in,
25638         Source/cmConfigure.h.in: ENH: add CMakeCache.txt support
25640 2001-02-20 14:12  hoffman
25642         * Source/cmSystemTools.cxx: ENH: remove relative and extra paths in
25643         CMakeLists.txt files
25645 2001-02-20 12:25  hoffman
25647         * CMakeRules.make.in: BUG: fix for in source build
25649 2001-02-19 15:13  hoffman
25651         * CMakeMakefileTemplate.in, MakefileTemplate.in,
25652         configure.in.sample, Source/CMakeBuildTargets.cxx,
25653         Source/CMakeSetupCMD.cxx, Source/Makefile.in,
25654         Source/cmCacheManager.cxx, Source/cmCacheManager.h,
25655         Source/cmCommand.h, Source/cmDSWMakefile.cxx,
25656         Source/cmDSWWriter.cxx, Source/cmFindIncludeCommand.cxx,
25657         Source/cmFindLibraryCommand.cxx, Source/cmFindProgramCommand.cxx,
25658         Source/cmIncludeDirectoryCommand.cxx, Source/cmMakefile.cxx,
25659         Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
25660         Source/cmUnixMakefileGenerator.cxx,
25661         Source/cmUnixMakefileGenerator.h, Source/MFCDialog/CMakeSetup.rc,
25662         Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
25663         ENH: first pass at cache, clean up the unix generator, clean up
25664         configure.in some
25666 2001-02-18 13:02  hoffman
25668         * configure.in.sample: ENH: add a smaple configure.in for CMake
25669         based projects
25671 2001-02-18 12:47  hoffman
25673         * configure.in.sample: ENH: add a smaple configure.in for CMake
25674         based projects
25676 2001-02-16 15:34  hoffman
25678         * Source/cmCacheManager.h: ENH: clean up comments some
25680 2001-02-16 15:01  will
25682         * CMake.pdf: ENH:Added pdf file
25684 2001-02-16 11:52  martink
25686         * CMake.doc: clean up docs
25688 2001-02-16 11:34  martink
25690         * Source/: cmConfigureFileNoAutoconf.cxx, cmDSWMakefile.cxx,
25691         cmDSWWriter.cxx, cmFindIncludeCommand.cxx,
25692         cmFindLibraryCommand.cxx, cmFindLibraryCommand.h,
25693         cmFindProgramCommand.cxx, cmMakefile.cxx, cmMakefile.h,
25694         cmSystemTools.cxx, cmSystemTools.h: ENH: add new commands fro find
25695         library and find program
25697 2001-02-15 13:30  martink
25699         * CMakeRules.make.in, CMakeVariables.make.in,
25700         Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
25701         Source/cmClassFile.cxx, Source/cmClassFile.h,
25702         Source/cmConfigureFileNoAutoconf.h, Source/cmDSPMakefile.cxx,
25703         Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
25704         Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
25705         Source/cmProjectCommand.cxx, Source/cmProjectCommand.h,
25706         Source/MFCDialog/CMakeSetupDialog.cpp: some cleanup and fixes
25708 2001-02-14 12:58  hoffman
25710         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: set output directory
25711         correctly
25713 2001-02-14 12:26  hoffman
25715         * Source/cmMakeDepend.cxx: ENH: fix depend segfault
25717 2001-02-13 18:49  hoffman
25719         * Source/: cmConfigureFileNoAutoconf.cxx, cmMakefile.cxx: ENH: new
25720         vnl
25722 2001-02-13 16:48  hoffman
25724         * Source/: cmMakefile.cxx, cmMakefile.h: ENH: add configure style
25725         @var@ expansion
25727 2001-02-12 19:49  hoffman
25729         * Source/: CMakeBuildTargets.cxx, Makefile.in, cmCommands.cxx,
25730         cmConfigureFileNoAutoconf.cxx, cmConfigureFileNoAutoconf.h,
25731         cmConfigureHeaderCommand.cxx, cmConfigureHeaderCommand.h,
25732         cmMakefile.cxx, cmMakefile.h, cmStandardIncludes.h,
25733         cmSystemTools.cxx, MFCDialog/CMakeSetupDialog.cpp, cmCommands.h:
25734         ENH: get rid of special msc configure file
25736 2001-02-12 14:42  hoffman
25738         * Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.dsp,
25739         MFCDialog/CMakeSetup.dsp: ENH: share a .lib with the command line
25740         and mfc versions.
25742 2001-02-12 14:26  hoffman
25744         * Source/: CMakeLib.dsp, CMakeSetup.dsw, CMakeSetupCMD.cxx,
25745         CMakeSetupCMD.dsp, Makefile.in, cmCacheManager.cxx,
25746         cmCacheManager.h, cmCommands.cxx, cmConfigureHeaderCommand.cxx,
25747         cmConfigureHeaderCommand.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
25748         cmMSProjectGenerator.h, MFCDialog/CMakeSetup.dsp,
25749         MFCDialog/CMakeSetupDialog.cpp: ENH: add cache manager class, move
25750         all commands into cmCommands.cxx to speed up compile times, share a
25751         .lib with the command line and mfc versions.
25753 2001-02-06 17:01  hoffman
25755         * Source/staticLibHeader.dsptemplate: ENH: add /GX /Zm1000
25757 2001-02-06 16:48  hoffman
25759         * Source/staticLibHeader.dsptemplate: ENH: min size build
25761 2001-02-06 10:52  hoffman
25763         * Source/staticLibHeader.dsptemplate: ENH: put back /Zm1000 so we
25764         can build large files
25766 2001-02-06 08:56  millerjv
25768         * Source/staticLibHeader.dsptemplate: FIX: remove precompiled
25769         header settings
25771 2001-02-06 08:54  millerjv
25773         * Source/EXEHeader.dsptemplate: FIX: added /force to link options
25774         and removed precompiled header usage
25776 2001-01-25 15:48  millerjv
25778         * Source/: EXEHeader.dsptemplate, staticLibHeader.dsptemplate: BUG:
25779         backed off on the compiler optimization used.  Instead of using
25780         /O2, we now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs)
25781         except for /Og
25783 2001-01-22 10:00  will
25785         * Source/CMakeSetupCMD.dsp: BUG: convert to dos format
25787 2001-01-22 09:49  will
25789         * Source/: CMakeSetup.dsw, CMakeSetupCMD.dsp,
25790         MFCDialog/CMakeSetup.dsp, CMakeSetup.dsw, CMakeSetupCMD.dsp,
25791         MFCDialog/CMakeSetup.dsp: BUG: make dsp and dsw files binary
25793 2001-01-18 13:43  will
25795         * README: ENH:Commands not rules
25797 2001-01-18 12:06  will
25799         * Source/Makefile.in: ERR:Oops, use SimpleRule not SimpleCommand
25801 2001-01-18 11:51  will
25803         * CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
25804         CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in: ERR:Oops,
25805         renamed back
25807 2001-01-18 11:20  will
25809         * CMakeCommands.make.in, CMakeMaster.make.in, CMakeRules.make.in,
25810         CMakeSimpleCommands.make.in, CMakeSimpleRules.make.in,
25811         Source/CMakeSetupCMD.dsp, Source/Makefile.in,
25812         Source/cmAbstractFilesCommand.cxx, Source/cmAbstractFilesCommand.h,
25813         Source/cmAbstractFilesRule.cxx, Source/cmAbstractFilesRule.h,
25814         Source/cmAddTargetCommand.cxx, Source/cmAddTargetCommand.h,
25815         Source/cmAddTargetRule.cxx, Source/cmAddTargetRule.h,
25816         Source/cmAuxSourceDirectoryCommand.cxx,
25817         Source/cmAuxSourceDirectoryCommand.h,
25818         Source/cmAuxSourceDirectoryRule.cxx,
25819         Source/cmAuxSourceDirectoryRule.h, Source/cmCommand.h,
25820         Source/cmDumpDocumentation.cxx, Source/cmExecutablesCommand.cxx,
25821         Source/cmExecutablesCommand.h, Source/cmExecutablesRule.cxx,
25822         Source/cmExecutablesRule.h, Source/cmFindIncludeCommand.cxx,
25823         Source/cmFindIncludeCommand.h, Source/cmFindIncludeRule.cxx,
25824         Source/cmFindIncludeRule.h, Source/cmFindLibraryCommand.cxx,
25825         Source/cmFindLibraryCommand.h, Source/cmFindLibraryRule.cxx,
25826         Source/cmFindLibraryRule.h, Source/cmFindProgramCommand.cxx,
25827         Source/cmFindProgramCommand.h, Source/cmFindProgramRule.cxx,
25828         Source/cmFindProgramRule.h, Source/cmIncludeDirectoryCommand.cxx,
25829         Source/cmIncludeDirectoryCommand.h,
25830         Source/cmIncludeDirectoryRule.cxx, Source/cmIncludeDirectoryRule.h,
25831         Source/cmLibraryCommand.cxx, Source/cmLibraryCommand.h,
25832         Source/cmLibraryRule.cxx, Source/cmLibraryRule.h,
25833         Source/cmLinkDirectoriesCommand.cxx,
25834         Source/cmLinkDirectoriesCommand.h,
25835         Source/cmLinkDirectoriesRule.cxx, Source/cmLinkDirectoriesRule.h,
25836         Source/cmLinkLibrariesCommand.cxx, Source/cmLinkLibrariesCommand.h,
25837         Source/cmLinkLibrariesRule.cxx, Source/cmLinkLibrariesRule.h,
25838         Source/cmMakefile.cxx, Source/cmMakefile.h,
25839         Source/cmMakefileGenerator.h, Source/cmProjectCommand.cxx,
25840         Source/cmProjectCommand.h, Source/cmProjectRule.cxx,
25841         Source/cmProjectRule.h, Source/cmRuleMaker.h,
25842         Source/cmSourceFilesCommand.cxx, Source/cmSourceFilesCommand.h,
25843         Source/cmSourceFilesRequireCommand.cxx,
25844         Source/cmSourceFilesRequireCommand.h,
25845         Source/cmSourceFilesRequireRule.cxx,
25846         Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.cxx,
25847         Source/cmSourceFilesRule.h, Source/cmSubdirCommand.cxx,
25848         Source/cmSubdirCommand.h, Source/cmSubdirRule.cxx,
25849         Source/cmSubdirRule.h, Source/cmSystemTools.h,
25850         Source/cmTestsCommand.cxx, Source/cmTestsCommand.h,
25851         Source/cmTestsRule.cxx, Source/cmTestsRule.h,
25852         Source/cmUnixDefinesCommand.cxx, Source/cmUnixDefinesCommand.h,
25853         Source/cmUnixDefinesRule.cxx, Source/cmUnixDefinesRule.h,
25854         Source/cmUnixLibrariesCommand.cxx, Source/cmUnixLibrariesCommand.h,
25855         Source/cmUnixLibrariesRule.cxx, Source/cmUnixLibrariesRule.h,
25856         Source/cmWin32DefinesCommand.cxx, Source/cmWin32DefinesCommand.h,
25857         Source/cmWin32DefinesRule.cxx, Source/cmWin32DefinesRule.h,
25858         Source/cmWin32LibrariesCommand.cxx,
25859         Source/cmWin32LibrariesCommand.h, Source/cmWin32LibrariesRule.cxx,
25860         Source/cmWin32LibrariesRule.h, Source/MFCDialog/CMakeSetup.dsp:
25861         ENH:Reworked CMake for consistency
25863 2001-01-12 14:35  will
25865         * README, Source/cmAbstractFilesRule.h, Source/cmAddTargetRule.h,
25866         Source/cmAuxSourceDirectoryRule.h, Source/cmExecutablesRule.h,
25867         Source/cmFindIncludeRule.h, Source/cmFindLibraryRule.h,
25868         Source/cmFindProgramRule.h, Source/cmIncludeDirectoryRule.h,
25869         Source/cmLibraryRule.h, Source/cmLinkDirectoriesRule.h,
25870         Source/cmLinkLibrariesRule.h, Source/cmMakefile.cxx,
25871         Source/cmProjectRule.h, Source/cmRuleMaker.h,
25872         Source/cmSourceFilesRequireRule.h, Source/cmSourceFilesRule.h,
25873         Source/cmSubdirRule.h, Source/cmTestsRule.h,
25874         Source/cmUnixDefinesRule.h, Source/cmUnixLibrariesRule.h,
25875         Source/cmWin32DefinesRule.h, Source/cmWin32LibrariesRule.h:
25876         ENH:Tweaks to dump documentation
25878 2001-01-12 14:05  hoffman
25880         * Source/: cmDSPMakefile.cxx, cmDSPWriter.cxx: ENH: add define
25881         flags in the right place
25883 2001-01-12 13:49  hoffman
25885         * Source/MFCDialog/CMakeSetupDialog.cpp: ENH: allow continue if
25886         missing MSC configure file
25888 2001-01-12 13:48  hoffman
25890         * Source/cmSystemTools.cxx: BUG: add check for missing ) on
25891         function
25893 2001-01-12 13:07  will
25895         * README, Source/cmAuxSourceDirectoryRule.h,
25896         Source/cmIncludeDirectoryRule.h, Source/cmLinkLibrariesRule.h,
25897         Source/cmProjectRule.h, Source/cmSourceFilesRequireRule.h,
25898         Source/cmSubdirRule.h, Source/cmUnixDefinesRule.h,
25899         Source/cmWin32DefinesRule.h: ENH:Tweaks to dump documentation
25901 2001-01-12 12:49  will
25903         * Source/: cmAddTargetRule.h, cmMakefile.cxx: ENH:Tweaks to
25904         documentation
25906 2001-01-12 12:49  will
25908         * README: ENH:Updated for rule-based CMake
25910 2001-01-12 12:42  will
25912         * Source/: cmDumpDocumentation.cxx, cmMakefile.cxx, cmMakefile.h:
25913         ENH:Simple program dumps out internal documentation for CMake
25915 2001-01-12 07:43  will
25917         * README: README
25919 2001-01-11 16:19  will
25921         * doxygen.config: ENH:Doxygenated CMake
25923 2001-01-11 14:55  will
25925         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
25926         cmAbstractFilesRule.cxx, cmClassFile.cxx, cmDSPMakefile.cxx,
25927         cmDSPWriter.cxx, cmDSWMakefile.cxx, cmDSWWriter.cxx,
25928         cmExecutablesRule.cxx, cmFindIncludeRule.cxx,
25929         cmFindLibraryRule.cxx, cmFindProgramRule.cxx,
25930         cmIncludeDirectoryRule.cxx, cmLibraryRule.cxx,
25931         cmLinkDirectoriesRule.cxx, cmLinkLibrariesRule.cxx,
25932         cmMSProjectGenerator.cxx, cmMakeDepend.cxx, cmMakefile.cxx,
25933         cmMakefileGenerator.cxx, cmProjectRule.cxx,
25934         cmSourceFilesRequireRule.cxx, cmSourceFilesRule.cxx,
25935         cmSubdirRule.cxx, cmSystemTools.cxx, cmTestsRule.cxx,
25936         cmUnixDefinesRule.cxx, cmUnixLibrariesRule.cxx,
25937         cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx: ENH:Documentation
25938         and cleanups
25940 2001-01-11 14:47  will
25942         * Source/: CMakeSetupCMD.cxx, cmAddTargetRule.cxx,
25943         cmAuxSourceDirectoryRule.cxx, cmClassFile.h, cmDSWMakefile.cxx,
25944         cmDSWMakefile.h, cmDSWWriter.cxx, cmDSWWriter.h, cmDirectory.h,
25945         cmFindProgramRule.h, cmMSProjectGenerator.cxx,
25946         cmMSProjectGenerator.h, cmMakeDepend.h, cmMakefile.h,
25947         cmMakefileGenerator.h, cmRegularExpression.cxx,
25948         cmRegularExpression.h, cmStandardIncludes.h, cmSystemTools.cxx,
25949         cmSystemTools.h, cmUnixMakefileGenerator.cxx,
25950         cmUnixMakefileGenerator.h, cmWindowsConfigure.cxx,
25951         cmWindowsConfigure.h: ENH:Documentation and cleanups
25953 2001-01-11 11:35  blezek
25955         * Source/: cmWin32DefinesRule.cxx, cmWin32LibrariesRule.cxx: BUG:
25956         Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff
25958 2001-01-11 08:04  will
25960         * Source/: cmFindIncludeRule.h, cmFindLibraryRule.h,
25961         cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
25962         cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
25963         cmSourceFilesRequireRule.h, cmSourceFilesRule.h, cmSubdirRule.h,
25964         cmTestsRule.h, cmUnixDefinesRule.h, cmUnixLibrariesRule.h,
25965         cmWin32DefinesRule.h, cmWin32LibrariesRule.h: ENH:Added
25966         documentation; clean-up
25968 2001-01-10 17:29  will
25970         * Source/: cmExecutablesRule.h, cmFindIncludeRule.h: ENH:Beginning
25971         clean up; adding documentation
25973 2001-01-10 17:13  will
25975         * Source/cmAuxSourceDirectoryRule.h: ENH:Beginning clean up; adding
25976         documentation
25978 2001-01-10 17:05  will
25980         * Source/: cmAbstractFilesRule.h, cmAddTargetRule.h,
25981         cmAuxSourceDirectoryRule.h, cmDSPMakefile.h, cmDSPWriter.h,
25982         cmExecutablesRule.h, cmFindIncludeRule.h, cmFindLibraryRule.h,
25983         cmFindProgramRule.h, cmIncludeDirectoryRule.h, cmLibraryRule.h,
25984         cmLinkDirectoriesRule.h, cmLinkLibrariesRule.h, cmProjectRule.h,
25985         cmRuleMaker.h, cmSourceFilesRequireRule.h, cmSourceFilesRule.h,
25986         cmSubdirRule.h, cmTestsRule.h, cmUnixDefinesRule.cxx,
25987         cmUnixDefinesRule.h, cmUnixLibrariesRule.cxx,
25988         cmUnixLibrariesRule.h, cmWin32DefinesRule.h,
25989         cmWin32LibrariesRule.h: ENH:Beginning clean up; adding
25990         documentation
25992 2001-01-09 15:13  hoffman
25994         * Source/cmUnixMakefileGenerator.cxx: BUG: look for -l and -L only
25995         at the begining of a link string
25997 2001-01-05 13:52  blezek
25999         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx: BUG: main can
26000         not be void under ANSI C++
26002 2001-01-05 13:49  blezek
26004         * Source/cmMakefileGenerator.cxx: BUG: Looking for
26005         cmMakeFileGenerator.h rather than cmMakefileGenerator.h
26007 2001-01-05 11:41  hoffman
26009         * Source/: CMakeBuildTargets.cxx, CMakeSetupCMD.cxx,
26010         CMakeSetupCMD.dsp, Makefile.in, cmAbstractFilesRule.cxx,
26011         cmAbstractFilesRule.h, cmAddTargetRule.cxx, cmAddTargetRule.h,
26012         cmAuxSourceDirectoryRule.cxx, cmAuxSourceDirectoryRule.h,
26013         cmClassFile.cxx, cmClassFile.h, cmCollectFlags.cxx,
26014         cmCollectFlags.h, cmDSPMakefile.cxx, cmDSPMakefile.h,
26015         cmDSPWriter.cxx, cmDSPWriter.h, cmDSWMakefile.cxx, cmDSWWriter.cxx,
26016         cmDSWMakefile.h, cmDSWWriter.h, cmDirectory.cxx, cmDirectory.h,
26017         cmExecutablesRule.cxx, cmExecutablesRule.h, cmFindIncludeRule.cxx,
26018         cmFindIncludeRule.h, cmFindLibraryRule.cxx, cmFindLibraryRule.h,
26019         cmFindProgramRule.cxx, cmFindProgramRule.h,
26020         cmIncludeDirectoryRule.cxx, cmIncludeDirectoryRule.h,
26021         cmLibraryRule.cxx, cmLibraryRule.h, cmLinkDirectoriesRule.cxx,
26022         cmLinkDirectoriesRule.h, cmLinkLibrariesRule.cxx,
26023         cmLinkLibrariesRule.h, cmMSProjectGenerator.cxx,
26024         cmMSProjectGenerator.h, cmMakeDepend.cxx, cmMakeDepend.h,
26025         cmMakefile.cxx, cmMakefile.h, cmMakefileGenerator.cxx,
26026         cmMakefileGenerator.h, cmProjectRule.cxx, cmProjectRule.h,
26027         cmRegularExpression.cxx, cmRegularExpression.h, cmRuleMaker.h,
26028         cmSourceFilesRequireRule.cxx, cmSourceFilesRequireRule.h,
26029         cmSourceFilesRule.cxx, cmSourceFilesRule.h, cmStandardIncludes.h,
26030         cmSubdirRule.cxx, cmSubdirRule.h, cmSystemTools.cxx,
26031         cmSystemTools.h, cmTestsRule.cxx, cmTestsRule.h,
26032         cmUnixDefinesRule.cxx, cmUnixDefinesRule.h,
26033         cmUnixLibrariesRule.cxx, cmUnixLibrariesRule.h, cmUnixMakefile.cxx,
26034         cmUnixMakefile.h, cmUnixMakefileGenerator.cxx,
26035         cmUnixMakefileGenerator.h, cmWin32DefinesRule.cxx,
26036         cmWin32DefinesRule.h, cmWin32LibrariesRule.cxx,
26037         cmWin32LibrariesRule.h, cmWindowsConfigure.cxx,
26038         cmWindowsConfigure.h, MFCDialog/CMakeSetup.dsp,
26039         MFCDialog/CMakeSetupDialog.cpp: ENH: rework cmake, added ruleMaker
26040         classes and changed the syntax of the CMakeLists.txt files.
26042 2000-12-07 15:45  blezek
26044         * Source/cmMakefile.cxx: ENH: Added TESTS target
26046 2000-11-22 11:02  hoffman
26048         * Source/cmMakeDepend.cxx: BUG: remove bogus warning about not
26049         finding a depend file, if there are no include paths
26051 2000-11-10 17:13  hoffman
26053         * Source/MFCDialog/CMakeSetupDialog.cpp: BUG: fix inplace build
26055 2000-11-09 10:41  will
26057         * README, Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
26058         Source/cmWindowsConfigure.cxx: ENH:Changed CMAKE_SOURCE_ROOT to
26059         CMAKE_SOURCE_DIR
26061 2000-11-03 16:38  hoffman
26063         * README: [no log message]
26065 2000-11-03 16:37  hoffman
26067         * Source/MFCDialog/: CMakeSetupDialog.cpp, CMakeSetupDialog.h: ENH:
26068         add ability to run from different directories
26070 2000-11-02 11:13  hoffman
26072         * Source/cmMakefile.cxx: BUG: make sure SOURCE_FILES starts at the
26073         begining of line
26075 2000-11-02 10:56  blezek
26077         * CMakeVariables.make.in: ENH: Moved @JAVA@ to @JAVACOMMAND@
26079 2000-11-02 10:24  will
26081         * README, Source/cmClassFile.cxx, Source/cmMakefile.cxx:
26082         ENH:Reworked CMake to clearer indicate what the variables do
26084 2000-10-25 17:18  hoffman
26086         * Source/: cmSystemTools.cxx, cmSystemTools.cxx: BUG: remove tabs
26087         from classnames
26089 2000-10-04 09:58  lorensen
26091         * CMakeVariables.make.in: Enh: Added TCLSH
26093 2000-10-02 14:21  blezek
26095         * Source/CMakeBuildTargets.cxx: BUG: if the path to your source
26096         directory has a -S in it, it will be picked up as the source
26097         directory by the command line parser, because it matches -S at any
26098         character position in the argements.  Bad, should have used getopt,
26099         except that it is not cross platform.
26101 2000-10-02 13:50  blezek
26103         * CMakeVariables.make.in: ENH: Support for XML builds and Dashboard
26105 2000-09-28 12:43  blezek
26107         * README: ENH: Added note about VERBATIM targets in CMakeList.txt
26109 2000-09-27 15:01  hoffman
26111         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
26112         README, Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
26113         Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
26114         Source/cmMakefile.cxx, Source/cmMakefile.h,
26115         Source/cmSystemTools.cxx, Source/cmSystemTools.h,
26116         Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h: ENH: change ME
26117         to LIBRARY and added PROJECT, also remove ITK stuff and replaced
26118         with CMake
26120 2000-09-21 13:45  hoffman
26122         * README, Source/CMakeBuildTargets.cxx, Source/CMakeSetupCMD.cxx,
26123         Source/cmCollectFlags.cxx, Source/cmCollectFlags.h,
26124         Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
26125         Source/cmDSWMakefile.cxx, Source/cmDSWWriter.cxx,
26126         Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
26127         Source/cmMakefile.h, Source/cmUnixMakefile.cxx,
26128         Source/itkVC60Configure.cxx, Source/itkVC60Configure.h: ENH: clean
26129         up code, and varible names
26131 2000-09-18 10:19  hoffman
26133         * Source/cmUnixMakefile.cxx: BUG: remove cout
26135 2000-09-18 09:19  hoffman
26137         * CMakeRules.make.in, CMakeVariables.make.in, README,
26138         Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
26139         Source/cmMakeDepend.cxx, Source/cmUnixMakefile.cxx,
26140         Source/cmWindowsConfigure.cxx, Source/cmWindowsConfigure.h,
26141         Source/MFCDialog/CMakeSetup.dsp, Source/MFCDialog/CMakeSetup.rc,
26142         Source/MFCDialog/CMakeSetupDialog.cpp, Source/MFCDialog/resource.h:
26143         ENH: added a config setup file for CMakeSetup.   Cleaned up the
26144         names of the source and binary directories
26146 2000-09-18 07:27  hoffman
26148         * Source/: CMakeSetupCMD.dsp, MFCDialog/CMakeSetup.dsp: ENH: remove
26149         unused files
26151 2000-09-12 06:44  hoffman
26153         * CMakeRules.make.in, CMakeVariables.make.in: BUG: fix build in
26154         place source directory
26156 2000-09-12 05:37  hoffman
26158         * Source/: cmCollectFlags.cxx, cmCollectFlags.h: NEW: class to
26159         collect all the flags from parent directories
26161 2000-09-12 05:30  hoffman
26163         * CMakeMaster.make.in, CMakeRules.make.in, CMakeTargets.make.in,
26164         CMakeVariables.make.in, MakefileTemplate.in, README,
26165         Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
26166         Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
26167         Source/CMakeSetupCMD.dsp, Source/Makefile.in,
26168         Source/cmClassFile.cxx, Source/cmClassFile.h,
26169         Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
26170         Source/cmDSPMakefile.cxx, Source/cmDSPWriter.cxx,
26171         Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
26172         Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
26173         Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
26174         Source/cmMakeDepend.cxx, Source/cmMakefile.cxx,
26175         Source/cmMakefile.h, Source/cmPCBuilder.cxx, Source/cmPCBuilder.h,
26176         Source/cmSystemTools.cxx, Source/cmSystemTools.h,
26177         Source/cmUnixMakefile.cxx, Source/cmUnixMakefile.h,
26178         Source/cmWindowsConfigure.h, Source/itkVC60Configure.h,
26179         Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeSetup.dsp,
26180         Source/MFCDialog/CMakeSetupDialog.cpp: ENH: CMake and configure now
26181         use SUBDIRS in CMakeLists.txt to find all the directories of the
26182         system.
26184 2000-09-01 10:43  hoffman
26186         * Source/: EXEHeader.dsptemplate, cmSystemTools.cxx: BUG: fix
26187         release build on windows
26189 2000-08-31 14:26  hoffman
26191         * CMakeVariables.make.in, Source/cmUnixMakefile.cxx: BUG: fix build
26192         of lib.a problem
26194 2000-08-31 14:15  hoffman
26196         * Source/: CMakeSetup.dsw, cmDSPMakefile.cxx, cmDSPWriter.cxx: BUG:
26197         fix name of command line version in dsp files
26199 2000-08-31 13:54  hoffman
26201         * CMakeSimpleRules.make, CMakeSimpleRules.make.in: BUG: fix for out
26202         of source build
26204 2000-08-31 13:52  hoffman
26206         * CMakeSimpleRules.make: ENH: fix for Sgi make
26208 2000-08-31 09:36  hoffman
26210         * CMakeRules.make.in, Source/Makefile.in,
26211         Source/cmUnixMakefile.cxx: ENH: fix for SGI make
26213 2000-08-31 06:36  hoffman
26215         * CMakeVariables.make.in, README: ENH: clean things up a bit
26217 2000-08-30 13:59  hoffman
26219         * Source/cmDirectory.cxx, Source/cmDirectory.h,
26220         MakefileTemplate.in: ENH: add ability to compile all the files in a
26221         sub-directory
26223 2000-08-30 13:35  hoffman
26225         * CMakeRules.make.in, CMakeVariables.make.in, README,
26226         Source/CMakeSetupCMD.dsp, Source/Makefile.in,
26227         Source/cmClassFile.cxx, Source/cmDSPMakefile.cxx,
26228         Source/cmDSPWriter.cxx, Source/cmDSWMakefile.cxx,
26229         Source/cmDSWWriter.cxx, Source/cmMakefile.cxx, Source/cmMakefile.h,
26230         Source/cmUnixMakefile.cxx, Source/MFCDialog/CMakeSetup.dsp,
26231         Source/MFCDialog/CMakeSetupDialog.cpp: ENH:  move from tools and
26232         create working CMake program
26234 2000-08-29 15:26  hoffman
26236         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
26237         Source/CMakeBuildTargets.cxx, Source/CMakeSetup.cxx,
26238         Source/CMakeSetup.dsw, Source/CMakeSetupCMD.cxx,
26239         Source/CMakeSetupCMD.dsp, Source/EXEFooter.dsptemplate,
26240         Source/EXEHeader.dsptemplate, Source/Makefile.in,
26241         Source/cmClassFile.cxx, Source/cmClassFile.h,
26242         Source/cmDSPBuilder.cxx, Source/cmDSPBuilder.h,
26243         Source/cmDSPMakefile.cxx, Source/cmDSPMakefile.h,
26244         Source/cmDSPWriter.cxx, Source/cmDSPWriter.h,
26245         Source/cmDSWBuilder.cxx, Source/cmDSWBuilder.h,
26246         Source/cmDSWMakefile.cxx, Source/cmDSWMakefile.h,
26247         Source/cmDSWWriter.cxx, Source/cmDSWWriter.h,
26248         Source/cmMakeDepend.cxx, Source/cmMakeDepend.h,
26249         Source/cmMakefile.cxx, Source/cmMakefile.h, Source/cmPCBuilder.cxx,
26250         Source/cmPCBuilder.h, Source/cmRegularExpression.cxx,
26251         Source/cmRegularExpression.h, Source/cmSystemTools.cxx,
26252         Source/cmSystemTools.h, Source/cmUnixMakefile.cxx,
26253         Source/cmUnixMakefile.h, Source/cmWindowsConfigure.cxx,
26254         Source/cmWindowsConfigure.h, Source/itkVC60Configure.cxx,
26255         Source/itkVC60Configure.h, Source/staticLibFooter.dsptemplate,
26256         Source/staticLibHeader.dsptemplate,
26257         Source/MFCDialog/CMakeDialog.cpp, Source/MFCDialog/CMakeDialog.h,
26258         Source/MFCDialog/CMakeSetup.cpp, Source/MFCDialog/CMakeSetup.dsp,
26259         Source/MFCDialog/CMakeSetup.h, Source/MFCDialog/CMakeSetup.rc,
26260         Source/MFCDialog/CMakeSetupDialog.cpp,
26261         Source/MFCDialog/CMakeSetupDialog.h, Source/MFCDialog/StdAfx.cpp,
26262         Source/MFCDialog/StdAfx.h, Source/MFCDialog/resource.h,
26263         Source/MFCDialog/res/CMakeSetupDialog.ico,
26264         Source/MFCDialog/res/CMakeSetupDialog.rc2, README: NEW: move from
26265         tools and config to create CMake
26267 2000-08-29 10:56  hoffman
26269         * CMakeMaster.make.in, CMakeRules.make.in, CMakeVariables.make.in,
26270         dummy.in: [no log message]