Resync.
[CMakeLuaTailorHgBridge.git] / project.log
blobb1c1a5844016198ced7b6ecf35023a18ae55102f
1 2007-12-16 04:33:02     INFO: Bootstrapping "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
2 2007-12-16 04:33:02    DEBUG: cvs not found as new-style vcs, trying as monolithic
3 2007-12-16 04:33:02    DEBUG: hg not found as new-style vcs, trying as monolithic
4 2007-12-16 04:33:02     INFO: Initializing new repository in '/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua'...
5 2007-12-16 04:33:02     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -r:HEAD -b CMake 2>&1
6 2007-12-16 04:33:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -r:HEAD -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
7 2007-12-16 04:34:05     INFO: [Ok]
8 2007-12-16 04:34:29     INFO: Cached information about 10113 pending changesets
9 2007-12-16 04:34:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR $ cvs -f -q -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake checkout -d CMakeLua -D "2007-12-03 00:00:00 UTC" CMake
10 2007-12-16 04:34:29    DEBUG: Executing  cvs -f -q -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake checkout -d CMakeLua -D "2007-12-03 00:00:00 UTC" CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
11 2007-12-16 04:35:42     INFO: [Ok]
12 2007-12-16 04:35:42     INFO: Forcing CVS sticky tag in /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua
13 2007-12-16 04:35:43     INFO: Working copy up to revision 2007-12-02 16:51:32 by hoffman
14 2007-12-16 04:35:43    DEBUG: Adjusting the state accordingly to journal
15 2007-12-16 04:35:44     INFO: Committing 'Tailorization'...
16 2007-12-16 04:35:48     INFO: Bootstrap completed
17 2007-12-16 04:35:48     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
18 2007-12-16 04:35:48     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-02 16:51:32 UTC<" -b CMake 2>&1
19 2007-12-16 04:35:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-02 16:51:32 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
20 2007-12-16 04:36:08     INFO: [Ok]
21 2007-12-16 04:36:13     INFO: Cached information about 57 pending changesets
22 2007-12-16 04:36:13     INFO: Applying pending upstream changesets
23 2007-12-16 04:36:13     INFO: Changeset #1
24 2007-12-16 04:36:13     INFO: Changeset "2007-12-03 05:01:03 by king"
25 2007-12-16 04:36:13     INFO: Log message: STYLE: Nightly Date Stamp
26 2007-12-16 04:36:13    DEBUG: Going to apply changeset:
27 Revision: 2007-12-03 05:01:03 by king
28 Date: 2007-12-03 05:01:03+00:00
29 Author: king
30 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.23)
31 Log: STYLE: Nightly Date Stamp
32 2007-12-16 04:36:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/kwsys/kwsysDateStamp.cmake
33 2007-12-16 04:36:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
34 2007-12-16 04:36:15     INFO: [Ok]
35 2007-12-16 04:36:15    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.23
36 2007-12-16 04:36:15     INFO: Committing u'2007-12-03 05:01:03 by king'...
37 2007-12-16 04:36:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
38 2007-12-16 04:36:15     INFO: Changeset #2
39 2007-12-16 04:36:15     INFO: Changeset "2007-12-03 17:43:52 by martink"
40 2007-12-16 04:36:15     INFO: Log message: ENH: add functions and raise scope to cmake
41 2007-12-16 04:36:15    DEBUG: Going to apply changeset:
42 Revision: 2007-12-03 17:43:52 by martink
43 Date: 2007-12-03 17:44:42+00:00
44 Author: martink
45 Entries: Source/cmFunctionCommand.cxx(ADD at 1.1), Source/cmFunctionCommand.h(ADD at 1.1), Source/cmRaiseScopeCommand.cxx(ADD at 1.1), Source/cmRaiseScopeCommand.h(ADD at 1.1), Tests/FunctionTest/CMakeLists.txt(ADD at 1.1), Tests/FunctionTest/functionTest.c(ADD at 1.1)
46 Log: ENH: add functions and raise scope to cmake
47 2007-12-16 04:36:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmFunctionCommand.cxx Source/cmFunctionCommand.h Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/CMakeLists.txt Tests/FunctionTest/functionTest.c
48 2007-12-16 04:36:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmFunctionCommand.cxx Source/cmFunctionCommand.h Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/CMakeLists.txt Tests/FunctionTest/functionTest.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
49 2007-12-16 04:36:17     INFO: [Ok]
50 2007-12-16 04:36:17    DEBUG: Source/cmFunctionCommand.cxx,Source/cmFunctionCommand.h,Source/cmRaiseScopeCommand.cxx,Source/cmRaiseScopeCommand.h,Tests/FunctionTest/CMakeLists.txt,Tests/FunctionTest/functionTest.c updated to 1.1
51 2007-12-16 04:36:17     INFO: registering new Tests/FunctionTest directory
52 2007-12-16 04:36:17     INFO: Adding Source/cmFunctionCommand.cxx, Source/cmFunctionCommand.h, Source/cmRaiseScopeCommand.cxx, Source/cmRaiseScopeCommand.h, Tests/FunctionTest/CMakeLists.txt, Tests/FunctionTest/functionTest.c...
53 2007-12-16 04:36:17     INFO: Adding Tests/FunctionTest/CMakeLists.txt, Tests/FunctionTest/functionTest.c...
54 2007-12-16 04:36:17     INFO: Committing u'2007-12-03 17:43:52 by martink'...
55 2007-12-16 04:36:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
56 2007-12-16 04:36:17     INFO: Changeset #3
57 2007-12-16 04:36:17     INFO: Changeset "2007-12-03 17:47:22 by martink"
58 2007-12-16 04:36:17     INFO: Log message: ENH: add functions
59 2007-12-16 04:36:17    DEBUG: Going to apply changeset:
60 Revision: 2007-12-03 17:47:22 by martink
61 Date: 2007-12-03 17:47:22+00:00
62 Author: martink
63 Entries: Source/cmEndFunctionCommand.cxx(ADD at 1.1), Source/cmEndFunctionCommand.h(ADD at 1.1)
64 Log: ENH: add functions
65 2007-12-16 04:36:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmEndFunctionCommand.cxx Source/cmEndFunctionCommand.h
66 2007-12-16 04:36:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmEndFunctionCommand.cxx Source/cmEndFunctionCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
67 2007-12-16 04:36:19     INFO: [Ok]
68 2007-12-16 04:36:19    DEBUG: Source/cmEndFunctionCommand.cxx,Source/cmEndFunctionCommand.h updated to 1.1
69 2007-12-16 04:36:19     INFO: Adding Source/cmEndFunctionCommand.cxx, Source/cmEndFunctionCommand.h...
70 2007-12-16 04:36:19     INFO: Committing u'2007-12-03 17:47:22 by martink'...
71 2007-12-16 04:36:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
72 2007-12-16 04:36:19     INFO: Changeset #4
73 2007-12-16 04:36:19     INFO: Changeset "2007-12-03 18:35:33 by martink"
74 2007-12-16 04:36:19     INFO: Log message: ENH: add functions and raise scope
75 2007-12-16 04:36:19    DEBUG: Going to apply changeset:
76 Revision: 2007-12-03 18:35:33 by martink
77 Date: 2007-12-03 18:35:41+00:00
78 Author: martink
79 Entries: Source/cmBootstrapCommands.cxx(UPD to 1.19), Source/cmCommands.cxx(UPD to 1.120), Source/cmMakefile.cxx(UPD to 1.418), Source/cmMakefile.h(UPD to 1.216), Source/cmake.cxx(UPD to 1.335), Tests/CMakeLists.txt(UPD to 1.39)
80 Log: ENH: add functions and raise scope
81 2007-12-16 04:36:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmBootstrapCommands.cxx
82 2007-12-16 04:36:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
83 2007-12-16 04:36:21     INFO: [Ok]
84 2007-12-16 04:36:21    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.39
85 2007-12-16 04:36:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Tests/CMakeLists.txt
86 2007-12-16 04:36:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
87 2007-12-16 04:36:22     INFO: [Ok]
88 2007-12-16 04:36:22    DEBUG: Tests/CMakeLists.txt updated to 1.39
89 2007-12-16 04:36:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/cmCommands.cxx
90 2007-12-16 04:36:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/cmCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
91 2007-12-16 04:36:24     INFO: [Ok]
92 2007-12-16 04:36:24    DEBUG: Source/cmCommands.cxx updated to 1.39
93 2007-12-16 04:36:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmMakefile.h
94 2007-12-16 04:36:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
95 2007-12-16 04:36:25     INFO: [Ok]
96 2007-12-16 04:36:25    DEBUG: Source/cmMakefile.h updated to 1.39
97 2007-12-16 04:36:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.335 Source/cmake.cxx
98 2007-12-16 04:36:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.335 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
99 2007-12-16 04:36:26     INFO: [Ok]
100 2007-12-16 04:36:26    DEBUG: Source/cmake.cxx updated to 1.39
101 2007-12-16 04:36:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.418 Source/cmMakefile.cxx
102 2007-12-16 04:36:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.418 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
103 2007-12-16 04:36:27     INFO: [Ok]
104 2007-12-16 04:36:27    DEBUG: Source/cmMakefile.cxx updated to 1.39
105 2007-12-16 04:36:27     INFO: Committing u'2007-12-03 18:35:33 by martink'...
106 2007-12-16 04:36:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
107 2007-12-16 04:36:27     INFO: Changeset #5
108 2007-12-16 04:36:27     INFO: Changeset "2007-12-04 01:44:43 by hoffman"
109 2007-12-16 04:36:27     INFO: Log message: ENH: remove superior dean i, no longer uses borland
110 2007-12-16 04:36:27    DEBUG: Going to apply changeset:
111 Revision: 2007-12-04 01:44:43 by hoffman
112 Date: 2007-12-04 01:44:43+00:00
113 Author: hoffman
114 Entries: DartLocal.conf.in(UPD to 1.15)
115 Log: ENH: remove superior dean i, no longer uses borland
116 2007-12-16 04:36:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 DartLocal.conf.in
117 2007-12-16 04:36:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 DartLocal.conf.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
118 2007-12-16 04:36:29     INFO: [Ok]
119 2007-12-16 04:36:29    DEBUG: DartLocal.conf.in updated to 1.15
120 2007-12-16 04:36:29     INFO: Committing u'2007-12-04 01:44:43 by hoffman'...
121 2007-12-16 04:36:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
122 2007-12-16 04:36:29     INFO: Changeset #6
123 2007-12-16 04:36:29     INFO: Changeset "2007-12-04 05:01:02 by king"
124 2007-12-16 04:36:29     INFO: Log message: STYLE: Nightly Date Stamp
125 2007-12-16 04:36:29    DEBUG: Going to apply changeset:
126 Revision: 2007-12-04 05:01:02 by king
127 Date: 2007-12-04 05:01:02+00:00
128 Author: king
129 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.24)
130 Log: STYLE: Nightly Date Stamp
131 2007-12-16 04:36:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/kwsys/kwsysDateStamp.cmake
132 2007-12-16 04:36:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
133 2007-12-16 04:36:31     INFO: [Ok]
134 2007-12-16 04:36:31    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.24
135 2007-12-16 04:36:31     INFO: Committing u'2007-12-04 05:01:02 by king'...
136 2007-12-16 04:36:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
137 2007-12-16 04:36:31     INFO: Changeset #7
138 2007-12-16 04:36:31     INFO: Changeset "2007-12-04 15:43:32 by martink"
139 2007-12-16 04:36:31     INFO: Log message: COMP: fix style and work around old compilers
140 2007-12-16 04:36:31    DEBUG: Going to apply changeset:
141 Revision: 2007-12-04 15:43:32 by martink
142 Date: 2007-12-04 15:43:33+00:00
143 Author: martink
144 Entries: Source/cmFunctionCommand.cxx(UPD to 1.2), Source/cmFunctionCommand.h(UPD to 1.2)
145 Log: COMP: fix style and work around old compilers
146 2007-12-16 04:36:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmFunctionCommand.cxx Source/cmFunctionCommand.h
147 2007-12-16 04:36:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmFunctionCommand.cxx Source/cmFunctionCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
148 2007-12-16 04:36:33     INFO: [Ok]
149 2007-12-16 04:36:33    DEBUG: Source/cmFunctionCommand.cxx,Source/cmFunctionCommand.h updated to 1.2
150 2007-12-16 04:36:33     INFO: Committing u'2007-12-04 15:43:32 by martink'...
151 2007-12-16 04:36:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
152 2007-12-16 04:36:33     INFO: Changeset #8
153 2007-12-16 04:36:33     INFO: Changeset "2007-12-04 21:03:18 by hoffman"
154 2007-12-16 04:36:33     INFO: Log message: ENH: add a touch -E command to cmake
155 2007-12-16 04:36:33    DEBUG: Going to apply changeset:
156 Revision: 2007-12-04 21:03:18 by hoffman
157 Date: 2007-12-04 21:03:19+00:00
158 Author: hoffman
159 Entries: Source/cmake.cxx(UPD to 1.336), Source/kwsys/SystemTools.cxx(UPD to 1.212), Source/kwsys/SystemTools.hxx.in(UPD to 1.68)
160 Log: ENH: add a touch -E command to cmake
161 2007-12-16 04:36:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/kwsys/SystemTools.hxx.in
162 2007-12-16 04:36:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/kwsys/SystemTools.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
163 2007-12-16 04:36:34     INFO: [Ok]
164 2007-12-16 04:36:34    DEBUG: Source/kwsys/SystemTools.hxx.in updated to 1.68
165 2007-12-16 04:36:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.212 Source/kwsys/SystemTools.cxx
166 2007-12-16 04:36:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.212 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
167 2007-12-16 04:36:35     INFO: [Ok]
168 2007-12-16 04:36:35    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.68
169 2007-12-16 04:36:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.336 Source/cmake.cxx
170 2007-12-16 04:36:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.336 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
171 2007-12-16 04:36:36     INFO: [Ok]
172 2007-12-16 04:36:36    DEBUG: Source/cmake.cxx updated to 1.68
173 2007-12-16 04:36:36     INFO: Committing u'2007-12-04 21:03:18 by hoffman'...
174 2007-12-16 04:36:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
175 2007-12-16 04:36:36     INFO: Changeset #9
176 2007-12-16 04:36:36     INFO: Changeset "2007-12-04 21:09:46 by hoffman"
177 2007-12-16 04:36:36     INFO: Log message: ENH: do not depend on touch being on the system
178 2007-12-16 04:36:36    DEBUG: Going to apply changeset:
179 Revision: 2007-12-04 21:09:46 by hoffman
180 Date: 2007-12-04 21:09:46+00:00
181 Author: hoffman
182 Entries: Source/cmDependsFortran.cxx(UPD to 1.26)
183 Log: ENH: do not depend on touch being on the system
184 2007-12-16 04:36:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmDependsFortran.cxx
185 2007-12-16 04:36:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
186 2007-12-16 04:36:38     INFO: [Ok]
187 2007-12-16 04:36:38    DEBUG: Source/cmDependsFortran.cxx updated to 1.26
188 2007-12-16 04:36:38     INFO: Committing u'2007-12-04 21:09:46 by hoffman'...
189 2007-12-16 04:36:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
190 2007-12-16 04:36:38     INFO: Changeset #10
191 2007-12-16 04:36:38     INFO: Changeset "2007-12-04 22:00:44 by hoffman"
192 2007-12-16 04:36:38     INFO: Log message: ENH: remove warning
193 2007-12-16 04:36:38    DEBUG: Going to apply changeset:
194 Revision: 2007-12-04 22:00:44 by hoffman
195 Date: 2007-12-04 22:00:44+00:00
196 Author: hoffman
197 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.213)
198 Log: ENH: remove warning
199 2007-12-16 04:36:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.213 Source/kwsys/SystemTools.cxx
200 2007-12-16 04:36:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.213 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
201 2007-12-16 04:36:40     INFO: [Ok]
202 2007-12-16 04:36:40    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.213
203 2007-12-16 04:36:40     INFO: Committing u'2007-12-04 22:00:44 by hoffman'...
204 2007-12-16 04:36:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
205 2007-12-16 04:36:40     INFO: Changeset #11
206 2007-12-16 04:36:40     INFO: Changeset "2007-12-05 05:01:02 by king"
207 2007-12-16 04:36:40     INFO: Log message: STYLE: Nightly Date Stamp
208 2007-12-16 04:36:40    DEBUG: Going to apply changeset:
209 Revision: 2007-12-05 05:01:02 by king
210 Date: 2007-12-05 05:01:02+00:00
211 Author: king
212 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.25)
213 Log: STYLE: Nightly Date Stamp
214 2007-12-16 04:36:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/kwsys/kwsysDateStamp.cmake
215 2007-12-16 04:36:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
216 2007-12-16 04:36:42     INFO: [Ok]
217 2007-12-16 04:36:42    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.25
218 2007-12-16 04:36:42     INFO: Committing u'2007-12-05 05:01:02 by king'...
219 2007-12-16 04:36:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
220 2007-12-16 04:36:42     INFO: Changeset #12
221 2007-12-16 04:36:42     INFO: Changeset "2007-12-05 14:17:07 by hoffman"
222 2007-12-16 04:36:42     INFO: Log message: STYLE: fix line len
223 2007-12-16 04:36:42    DEBUG: Going to apply changeset:
224 Revision: 2007-12-05 14:17:07 by hoffman
225 Date: 2007-12-05 14:17:07+00:00
226 Author: hoffman
227 Entries: Source/cmDependsFortran.cxx(UPD to 1.27)
228 Log: STYLE: fix line len
229 2007-12-16 04:36:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmDependsFortran.cxx
230 2007-12-16 04:36:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
231 2007-12-16 04:36:44     INFO: [Ok]
232 2007-12-16 04:36:44    DEBUG: Source/cmDependsFortran.cxx updated to 1.27
233 2007-12-16 04:36:44     INFO: Committing u'2007-12-05 14:17:07 by hoffman'...
234 2007-12-16 04:36:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
235 2007-12-16 04:36:44     INFO: Changeset #13
236 2007-12-16 04:36:44     INFO: Changeset "2007-12-05 17:24:27 by pppebay"
237 2007-12-16 04:36:44     INFO: Log message: ENH: added two functions for URL parsing:
238      1. an "abridged" version that separates protocol from dataglom in
239         an expression with the form protocol://dataglom
240      2. a "full" version that parses protocol, username, password,
241         hostname, port, and path in a standard URL (all of these variables
242         are optional, except for protocol and hostname).
243 2007-12-16 04:36:44    DEBUG: Going to apply changeset:
244 Revision: 2007-12-05 17:24:27 by pppebay
245 Date: 2007-12-05 17:24:27+00:00
246 Author: pppebay
247 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.214), Source/kwsys/SystemTools.hxx.in(UPD to 1.69)
248 Log: ENH: added two functions for URL parsing:
249      1. an "abridged" version that separates protocol from dataglom in
250         an expression with the form protocol://dataglom
251      2. a "full" version that parses protocol, username, password,
252         hostname, port, and path in a standard URL (all of these variables
253         are optional, except for protocol and hostname).
254 2007-12-16 04:36:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/kwsys/SystemTools.hxx.in
255 2007-12-16 04:36:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/kwsys/SystemTools.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
256 2007-12-16 04:36:46     INFO: [Ok]
257 2007-12-16 04:36:46    DEBUG: Source/kwsys/SystemTools.hxx.in updated to 1.69
258 2007-12-16 04:36:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/kwsys/SystemTools.cxx
259 2007-12-16 04:36:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
260 2007-12-16 04:36:48     INFO: [Ok]
261 2007-12-16 04:36:48    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.69
262 2007-12-16 04:36:48     INFO: Committing u'2007-12-05 17:24:27 by pppebay'...
263 2007-12-16 04:36:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
264 2007-12-16 04:36:48     INFO: Changeset #14
265 2007-12-16 04:36:48     INFO: Changeset "2007-12-05 18:13:53 by king"
266 2007-12-16 04:36:48     INFO: Log message: COMP: Remove reference to vtksys.  The unmangled kwsys name should be used in this source.
267 2007-12-16 04:36:48    DEBUG: Going to apply changeset:
268 Revision: 2007-12-05 18:13:53 by king
269 Date: 2007-12-05 18:13:53+00:00
270 Author: king
271 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.215)
272 Log: COMP: Remove reference to vtksys.  The unmangled kwsys name should be used in this source.
273 2007-12-16 04:36:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/kwsys/SystemTools.cxx
274 2007-12-16 04:36:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
275 2007-12-16 04:36:50     INFO: [Ok]
276 2007-12-16 04:36:50    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.215
277 2007-12-16 04:36:50     INFO: Committing u'2007-12-05 18:13:53 by king'...
278 2007-12-16 04:36:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
279 2007-12-16 04:36:50     INFO: Changeset #15
280 2007-12-16 04:36:50     INFO: Changeset "2007-12-06 05:01:07 by king"
281 2007-12-16 04:36:50     INFO: Log message: STYLE: Nightly Date Stamp
282 2007-12-16 04:36:50    DEBUG: Going to apply changeset:
283 Revision: 2007-12-06 05:01:07 by king
284 Date: 2007-12-06 05:01:07+00:00
285 Author: king
286 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.26)
287 Log: STYLE: Nightly Date Stamp
288 2007-12-16 04:36:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/kwsys/kwsysDateStamp.cmake
289 2007-12-16 04:36:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
290 2007-12-16 04:36:52     INFO: [Ok]
291 2007-12-16 04:36:52    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.26
292 2007-12-16 04:36:52     INFO: Committing u'2007-12-06 05:01:07 by king'...
293 2007-12-16 04:36:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
294 2007-12-16 04:36:52     INFO: Changeset #16
295 2007-12-16 04:36:52     INFO: Changeset "2007-12-06 13:40:18 by hoffman"
296 2007-12-16 04:36:52     INFO: Log message: BUG: fix for bug 5455, handle nodefaultlib with more than one lib
297 2007-12-16 04:36:52    DEBUG: Going to apply changeset:
298 Revision: 2007-12-06 13:40:18 by hoffman
299 Date: 2007-12-06 13:40:18+00:00
300 Author: hoffman
301 Entries: Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.207), Source/cmLocalVisualStudio7Generator.h(UPD to 1.45), Tests/COnly/CMakeLists.txt(UPD to 1.11)
302 Log: BUG: fix for bug 5455, handle nodefaultlib with more than one lib
303 2007-12-16 04:36:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Tests/COnly/CMakeLists.txt
304 2007-12-16 04:36:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Tests/COnly/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
305 2007-12-16 04:36:54     INFO: [Ok]
306 2007-12-16 04:36:54    DEBUG: Tests/COnly/CMakeLists.txt updated to 1.11
307 2007-12-16 04:36:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmLocalVisualStudio7Generator.h
308 2007-12-16 04:36:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
309 2007-12-16 04:36:55     INFO: [Ok]
310 2007-12-16 04:36:55    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.11
311 2007-12-16 04:36:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.207 Source/cmLocalVisualStudio7Generator.cxx
312 2007-12-16 04:36:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.207 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
313 2007-12-16 04:36:56     INFO: [Ok]
314 2007-12-16 04:36:56    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.11
315 2007-12-16 04:36:56     INFO: Committing u'2007-12-06 13:40:18 by hoffman'...
316 2007-12-16 04:36:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
317 2007-12-16 04:36:56     INFO: Changeset #17
318 2007-12-16 04:36:56     INFO: Changeset "2007-12-06 14:56:02 by hoffman"
319 2007-12-16 04:36:56     INFO: Log message: ENH: for try compile do not put the rules to rebuild the project with cmake inside it.  This has caused infinite loops of builds in some cases, and it is just a waste of time anyway.
320 2007-12-16 04:36:56    DEBUG: Going to apply changeset:
321 Revision: 2007-12-06 14:56:02 by hoffman
322 Date: 2007-12-06 14:56:02+00:00
323 Author: hoffman
324 Entries: Source/cmCoreTryCompile.cxx(UPD to 1.5)
325 Log: ENH: for try compile do not put the rules to rebuild the project with cmake inside it.  This has caused infinite loops of builds in some cases, and it is just a waste of time anyway.
326 2007-12-16 04:36:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmCoreTryCompile.cxx
327 2007-12-16 04:36:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmCoreTryCompile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
328 2007-12-16 04:36:58     INFO: [Ok]
329 2007-12-16 04:36:58    DEBUG: Source/cmCoreTryCompile.cxx updated to 1.5
330 2007-12-16 04:36:58     INFO: Committing u'2007-12-06 14:56:02 by hoffman'...
331 2007-12-16 04:36:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
332 2007-12-16 04:36:58     INFO: Changeset #18
333 2007-12-16 04:36:58     INFO: Changeset "2007-12-06 19:07:52 by clinton"
334 2007-12-16 04:36:58     INFO: Log message: BUG:  Prevent mapping of Configure to Preferences when Qt merges menu items with
335       the standard Mac OS X application menu.
336 2007-12-16 04:36:58    DEBUG: Going to apply changeset:
337 Revision: 2007-12-06 19:07:52 by clinton
338 Date: 2007-12-06 19:07:52+00:00
339 Author: clinton
340 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.26)
341 Log: BUG:  Prevent mapping of Configure to Preferences when Qt merges menu items with
342       the standard Mac OS X application menu.
343 2007-12-16 04:36:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/QtDialog/CMakeSetupDialog.cxx
344 2007-12-16 04:36:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
345 2007-12-16 04:37:00     INFO: [Ok]
346 2007-12-16 04:37:00    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.26
347 2007-12-16 04:37:00     INFO: Committing u'2007-12-06 19:07:52 by clinton'...
348 2007-12-16 04:37:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
349 2007-12-16 04:37:00     INFO: Changeset #19
350 2007-12-16 04:37:00     INFO: Changeset "2007-12-06 21:43:11 by pppebay"
351 2007-12-16 04:37:00     INFO: Log message: BUG: fixed an incomplete regexp
352 2007-12-16 04:37:00    DEBUG: Going to apply changeset:
353 Revision: 2007-12-06 21:43:11 by pppebay
354 Date: 2007-12-06 21:43:11+00:00
355 Author: pppebay
356 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.216)
357 Log: BUG: fixed an incomplete regexp
358 2007-12-16 04:37:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/kwsys/SystemTools.cxx
359 2007-12-16 04:37:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
360 2007-12-16 04:37:02     INFO: [Ok]
361 2007-12-16 04:37:02    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.216
362 2007-12-16 04:37:02     INFO: Committing u'2007-12-06 21:43:11 by pppebay'...
363 2007-12-16 04:37:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
364 2007-12-16 04:37:02     INFO: Changeset #20
365 2007-12-16 04:37:02     INFO: Changeset "2007-12-07 03:38:29 by hoffman"
366 2007-12-16 04:37:02     INFO: Log message: ENH: change to libs that are not real
367 2007-12-16 04:37:02    DEBUG: Going to apply changeset:
368 Revision: 2007-12-07 03:38:29 by hoffman
369 Date: 2007-12-07 03:38:29+00:00
370 Author: hoffman
371 Entries: Tests/COnly/CMakeLists.txt(UPD to 1.12)
372 Log: ENH: change to libs that are not real
373 2007-12-16 04:37:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Tests/COnly/CMakeLists.txt
374 2007-12-16 04:37:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Tests/COnly/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
375 2007-12-16 04:37:04     INFO: [Ok]
376 2007-12-16 04:37:04    DEBUG: Tests/COnly/CMakeLists.txt updated to 1.12
377 2007-12-16 04:37:04     INFO: Committing u'2007-12-07 03:38:29 by hoffman'...
378 2007-12-16 04:37:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
379 2007-12-16 04:37:04     INFO: Changeset #21
380 2007-12-16 04:37:04     INFO: Changeset "2007-12-07 05:01:03 by king"
381 2007-12-16 04:37:04     INFO: Log message: STYLE: Nightly Date Stamp
382 2007-12-16 04:37:04    DEBUG: Going to apply changeset:
383 Revision: 2007-12-07 05:01:03 by king
384 Date: 2007-12-07 05:01:03+00:00
385 Author: king
386 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.27)
387 Log: STYLE: Nightly Date Stamp
388 2007-12-16 04:37:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/kwsys/kwsysDateStamp.cmake
389 2007-12-16 04:37:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
390 2007-12-16 04:37:06     INFO: [Ok]
391 2007-12-16 04:37:06    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.27
392 2007-12-16 04:37:06     INFO: Committing u'2007-12-07 05:01:03 by king'...
393 2007-12-16 04:37:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
394 2007-12-16 04:37:06     INFO: Changeset #22
395 2007-12-16 04:37:06     INFO: Changeset "2007-12-08 05:01:03 by king"
396 2007-12-16 04:37:06     INFO: Log message: STYLE: Nightly Date Stamp
397 2007-12-16 04:37:06    DEBUG: Going to apply changeset:
398 Revision: 2007-12-08 05:01:03 by king
399 Date: 2007-12-08 05:01:03+00:00
400 Author: king
401 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.28)
402 Log: STYLE: Nightly Date Stamp
403 2007-12-16 04:37:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/kwsys/kwsysDateStamp.cmake
404 2007-12-16 04:37:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
405 2007-12-16 04:37:08     INFO: [Ok]
406 2007-12-16 04:37:08    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.28
407 2007-12-16 04:37:08     INFO: Committing u'2007-12-08 05:01:03 by king'...
408 2007-12-16 04:37:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
409 2007-12-16 04:37:08     INFO: Changeset #23
410 2007-12-16 04:37:08     INFO: Changeset "2007-12-09 05:01:03 by king"
411 2007-12-16 04:37:08     INFO: Log message: STYLE: Nightly Date Stamp
412 2007-12-16 04:37:08    DEBUG: Going to apply changeset:
413 Revision: 2007-12-09 05:01:03 by king
414 Date: 2007-12-09 05:01:03+00:00
415 Author: king
416 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.29)
417 Log: STYLE: Nightly Date Stamp
418 2007-12-16 04:37:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/kwsys/kwsysDateStamp.cmake
419 2007-12-16 04:37:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
420 2007-12-16 04:37:10     INFO: [Ok]
421 2007-12-16 04:37:10    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.29
422 2007-12-16 04:37:10     INFO: Committing u'2007-12-09 05:01:03 by king'...
423 2007-12-16 04:37:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
424 2007-12-16 04:37:10     INFO: Changeset #24
425 2007-12-16 04:37:10     INFO: Changeset "2007-12-10 00:58:33 by hoffman"
426 2007-12-16 04:37:10     INFO: Log message: STYLE: fix line len error
427 2007-12-16 04:37:10    DEBUG: Going to apply changeset:
428 Revision: 2007-12-10 00:58:33 by hoffman
429 Date: 2007-12-10 00:58:33+00:00
430 Author: hoffman
431 Entries: Source/cmLocalVisualStudio7Generator.h(UPD to 1.46)
432 Log: STYLE: fix line len error
433 2007-12-16 04:37:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmLocalVisualStudio7Generator.h
434 2007-12-16 04:37:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
435 2007-12-16 04:37:12     INFO: [Ok]
436 2007-12-16 04:37:12    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.46
437 2007-12-16 04:37:12     INFO: Committing u'2007-12-10 00:58:33 by hoffman'...
438 2007-12-16 04:37:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
439 2007-12-16 04:37:12     INFO: Changeset #25
440 2007-12-16 04:37:12     INFO: Changeset "2007-12-10 05:01:04 by king"
441 2007-12-16 04:37:12     INFO: Log message: STYLE: Nightly Date Stamp
442 2007-12-16 04:37:12    DEBUG: Going to apply changeset:
443 Revision: 2007-12-10 05:01:04 by king
444 Date: 2007-12-10 05:01:04+00:00
445 Author: king
446 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.30)
447 Log: STYLE: Nightly Date Stamp
448 2007-12-16 04:37:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/kwsys/kwsysDateStamp.cmake
449 2007-12-16 04:37:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
450 2007-12-16 04:37:14     INFO: [Ok]
451 2007-12-16 04:37:14    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.30
452 2007-12-16 04:37:14     INFO: Committing u'2007-12-10 05:01:04 by king'...
453 2007-12-16 04:37:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
454 2007-12-16 04:37:14     INFO: Changeset #26
455 2007-12-16 04:37:14     INFO: Changeset "2007-12-11 05:01:03 by king"
456 2007-12-16 04:37:14     INFO: Log message: STYLE: Nightly Date Stamp
457 2007-12-16 04:37:14    DEBUG: Going to apply changeset:
458 Revision: 2007-12-11 05:01:03 by king
459 Date: 2007-12-11 05:01:03+00:00
460 Author: king
461 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.31)
462 Log: STYLE: Nightly Date Stamp
463 2007-12-16 04:37:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/kwsys/kwsysDateStamp.cmake
464 2007-12-16 04:37:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
465 2007-12-16 04:37:16     INFO: [Ok]
466 2007-12-16 04:37:16    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.31
467 2007-12-16 04:37:16     INFO: Committing u'2007-12-11 05:01:03 by king'...
468 2007-12-16 04:37:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
469 2007-12-16 04:37:16     INFO: Changeset #27
470 2007-12-16 04:37:16     INFO: Changeset "2007-12-11 16:36:57 by king"
471 2007-12-16 04:37:16     INFO: Log message: ENH: Added C String utilities to KWSys.  Implemented strcasecmp and strncasecmp.
472 2007-12-16 04:37:16    DEBUG: Going to apply changeset:
473 Revision: 2007-12-11 16:36:57 by king
474 Date: 2007-12-11 16:36:57+00:00
475 Author: king
476 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.130), Source/kwsys/String.c(ADD at 1.1), Source/kwsys/String.h.in(ADD at 1.1)
477 Log: ENH: Added C String utilities to KWSys.  Implemented strcasecmp and strncasecmp.
478 2007-12-16 04:37:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/String.c Source/kwsys/String.h.in
479 2007-12-16 04:37:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/String.c Source/kwsys/String.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
480 2007-12-16 04:37:18     INFO: [Ok]
481 2007-12-16 04:37:18    DEBUG: Source/kwsys/String.c,Source/kwsys/String.h.in updated to 1.1
482 2007-12-16 04:37:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.130 Source/kwsys/CMakeLists.txt
483 2007-12-16 04:37:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.130 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
484 2007-12-16 04:37:19     INFO: [Ok]
485 2007-12-16 04:37:19    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.1
486 2007-12-16 04:37:19     INFO: Adding Source/kwsys/String.c, Source/kwsys/String.h.in...
487 2007-12-16 04:37:19     INFO: Committing u'2007-12-11 16:36:57 by king'...
488 2007-12-16 04:37:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
489 2007-12-16 04:37:19     INFO: Changeset #28
490 2007-12-16 04:37:19     INFO: Changeset "2007-12-11 17:57:54 by clinton"
491 2007-12-16 04:37:19     INFO: Log message: ENH:  Correctly find UiTools library on Mac w/ binary install of Qt.
492       Fixes #4554.
493 2007-12-16 04:37:19    DEBUG: Going to apply changeset:
494 Revision: 2007-12-11 17:57:54 by clinton
495 Date: 2007-12-11 17:57:54+00:00
496 Author: clinton
497 Entries: Modules/FindQt4.cmake(UPD to 1.79)
498 Log: ENH:  Correctly find UiTools library on Mac w/ binary install of Qt.
499       Fixes #4554.
500 2007-12-16 04:37:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Modules/FindQt4.cmake
501 2007-12-16 04:37:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
502 2007-12-16 04:37:21     INFO: [Ok]
503 2007-12-16 04:37:21    DEBUG: Modules/FindQt4.cmake updated to 1.79
504 2007-12-16 04:37:21     INFO: Committing u'2007-12-11 17:57:54 by clinton'...
505 2007-12-16 04:37:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
506 2007-12-16 04:37:21     INFO: Changeset #29
507 2007-12-16 04:37:21     INFO: Changeset "2007-12-12 05:01:06 by king"
508 2007-12-16 04:37:21     INFO: Log message: STYLE: Nightly Date Stamp
509 2007-12-16 04:37:21    DEBUG: Going to apply changeset:
510 Revision: 2007-12-12 05:01:06 by king
511 Date: 2007-12-12 05:01:06+00:00
512 Author: king
513 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.32)
514 Log: STYLE: Nightly Date Stamp
515 2007-12-16 04:37:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/kwsys/kwsysDateStamp.cmake
516 2007-12-16 04:37:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
517 2007-12-16 04:37:23     INFO: [Ok]
518 2007-12-16 04:37:23    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.32
519 2007-12-16 04:37:23     INFO: Committing u'2007-12-12 05:01:06 by king'...
520 2007-12-16 04:37:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
521 2007-12-16 04:37:23     INFO: Changeset #30
522 2007-12-16 04:37:23     INFO: Changeset "2007-12-12 12:26:25 by hoffman"
523 2007-12-16 04:37:23     INFO: Log message: BUG:  Fix bug 6106 FindPerlLibs.cmake missing escaped $
524 2007-12-16 04:37:23    DEBUG: Going to apply changeset:
525 Revision: 2007-12-12 12:26:25 by hoffman
526 Date: 2007-12-12 12:26:25+00:00
527 Author: hoffman
528 Entries: Modules/FindPerlLibs.cmake(UPD to 1.8)
529 Log: BUG:  Fix bug 6106 FindPerlLibs.cmake missing escaped $
530 2007-12-16 04:37:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindPerlLibs.cmake
531 2007-12-16 04:37:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindPerlLibs.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
532 2007-12-16 04:37:25     INFO: [Ok]
533 2007-12-16 04:37:25    DEBUG: Modules/FindPerlLibs.cmake updated to 1.8
534 2007-12-16 04:37:25     INFO: Committing u'2007-12-12 12:26:25 by hoffman'...
535 2007-12-16 04:37:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
536 2007-12-16 04:37:25     INFO: Changeset #31
537 2007-12-16 04:37:25     INFO: Changeset "2007-12-12 18:25:24 by clinton"
538 2007-12-16 04:37:25     INFO: Log message: BUG:  Fix logic to accept drop events.
539 2007-12-16 04:37:25    DEBUG: Going to apply changeset:
540 Revision: 2007-12-12 18:25:24 by clinton
541 Date: 2007-12-12 18:25:24+00:00
542 Author: clinton
543 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.27)
544 Log: BUG:  Fix logic to accept drop events.
545 2007-12-16 04:37:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/QtDialog/CMakeSetupDialog.cxx
546 2007-12-16 04:37:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
547 2007-12-16 04:37:27     INFO: [Ok]
548 2007-12-16 04:37:27    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.27
549 2007-12-16 04:37:27     INFO: Committing u'2007-12-12 18:25:24 by clinton'...
550 2007-12-16 04:37:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
551 2007-12-16 04:37:27     INFO: Changeset #32
552 2007-12-16 04:37:27     INFO: Changeset "2007-12-13 05:01:03 by king"
553 2007-12-16 04:37:27     INFO: Log message: STYLE: Nightly Date Stamp
554 2007-12-16 04:37:27    DEBUG: Going to apply changeset:
555 Revision: 2007-12-13 05:01:03 by king
556 Date: 2007-12-13 05:01:03+00:00
557 Author: king
558 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.33)
559 Log: STYLE: Nightly Date Stamp
560 2007-12-16 04:37:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/kwsys/kwsysDateStamp.cmake
561 2007-12-16 04:37:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
562 2007-12-16 04:37:29     INFO: [Ok]
563 2007-12-16 04:37:29    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.33
564 2007-12-16 04:37:29     INFO: Committing u'2007-12-13 05:01:03 by king'...
565 2007-12-16 04:37:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
566 2007-12-16 04:37:29     INFO: Changeset #33
567 2007-12-16 04:37:29     INFO: Changeset "2007-12-13 20:11:09 by hoffman"
568 2007-12-16 04:37:29     INFO: Log message: ENH: fix docs
569 2007-12-16 04:37:29    DEBUG: Going to apply changeset:
570 Revision: 2007-12-13 20:11:09 by hoffman
571 Date: 2007-12-13 20:11:09+00:00
572 Author: hoffman
573 Entries: Source/cmakemain.cxx(UPD to 1.75)
574 Log: ENH: fix docs
575 2007-12-16 04:37:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmakemain.cxx
576 2007-12-16 04:37:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
577 2007-12-16 04:37:31     INFO: [Ok]
578 2007-12-16 04:37:31    DEBUG: Source/cmakemain.cxx updated to 1.75
579 2007-12-16 04:37:31     INFO: Committing u'2007-12-13 20:11:09 by hoffman'...
580 2007-12-16 04:37:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
581 2007-12-16 04:37:31     INFO: Changeset #34
582 2007-12-16 04:37:31     INFO: Changeset "2007-12-13 20:41:54 by hoffman"
583 2007-12-16 04:37:31     INFO: Log message: ENH: fix docs
584 2007-12-16 04:37:31    DEBUG: Going to apply changeset:
585 Revision: 2007-12-13 20:41:54 by hoffman
586 Date: 2007-12-13 20:41:54+00:00
587 Author: hoffman
588 Entries: Source/cmCreateTestSourceList.h(UPD to 1.13)
589 Log: ENH: fix docs
590 2007-12-16 04:37:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmCreateTestSourceList.h
591 2007-12-16 04:37:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmCreateTestSourceList.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
592 2007-12-16 04:37:33     INFO: [Ok]
593 2007-12-16 04:37:33    DEBUG: Source/cmCreateTestSourceList.h updated to 1.13
594 2007-12-16 04:37:33     INFO: Committing u'2007-12-13 20:41:54 by hoffman'...
595 2007-12-16 04:37:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
596 2007-12-16 04:37:33     INFO: Changeset #35
597 2007-12-16 04:37:33     INFO: Changeset "2007-12-13 20:42:49 by hoffman"
598 2007-12-16 04:37:33     INFO: Log message: STYLE: fix indent
599 2007-12-16 04:37:33    DEBUG: Going to apply changeset:
600 Revision: 2007-12-13 20:42:49 by hoffman
601 Date: 2007-12-13 20:42:49+00:00
602 Author: hoffman
603 Entries: Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.208)
604 Log: STYLE: fix indent
605 2007-12-16 04:37:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.208 Source/cmLocalVisualStudio7Generator.cxx
606 2007-12-16 04:37:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.208 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
607 2007-12-16 04:37:35     INFO: [Ok]
608 2007-12-16 04:37:35    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.208
609 2007-12-16 04:37:35     INFO: Committing u'2007-12-13 20:42:49 by hoffman'...
610 2007-12-16 04:37:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
611 2007-12-16 04:37:35     INFO: Changeset #36
612 2007-12-16 04:37:35     INFO: Changeset "2007-12-13 20:54:29 by hoffman"
613 2007-12-16 04:37:35     INFO: Log message: ENH: fix for bug 6102, allow users to change the compiler
614 2007-12-16 04:37:35    DEBUG: Going to apply changeset:
615 Revision: 2007-12-13 20:54:29 by hoffman
616 Date: 2007-12-13 20:54:29+00:00
617 Author: hoffman
618 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.117), Source/cmMakefileTargetGenerator.cxx(UPD to 1.74), Source/cmake.cxx(UPD to 1.337), Source/cmake.h(UPD to 1.96)
619 Log: ENH: fix for bug 6102, allow users to change the compiler
620 2007-12-16 04:37:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.74 Source/cmMakefileTargetGenerator.cxx
621 2007-12-16 04:37:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.74 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
622 2007-12-16 04:37:37     INFO: [Ok]
623 2007-12-16 04:37:37    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.96
624 2007-12-16 04:37:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmake.h
625 2007-12-16 04:37:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
626 2007-12-16 04:37:38     INFO: [Ok]
627 2007-12-16 04:37:38    DEBUG: Source/cmake.h updated to 1.96
628 2007-12-16 04:37:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.117 Source/cmGlobalUnixMakefileGenerator3.cxx
629 2007-12-16 04:37:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.117 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
630 2007-12-16 04:37:39     INFO: [Ok]
631 2007-12-16 04:37:39    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.96
632 2007-12-16 04:37:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.337 Source/cmake.cxx
633 2007-12-16 04:37:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.337 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
634 2007-12-16 04:37:40     INFO: [Ok]
635 2007-12-16 04:37:40    DEBUG: Source/cmake.cxx updated to 1.96
636 2007-12-16 04:37:40     INFO: Committing u'2007-12-13 20:54:29 by hoffman'...
637 2007-12-16 04:37:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
638 2007-12-16 04:37:40     INFO: Changeset #37
639 2007-12-16 04:37:40     INFO: Changeset "2007-12-13 22:39:53 by king"
640 2007-12-16 04:37:40     INFO: Log message: BUG: Fixed typo introduced by previous commit.
641 2007-12-16 04:37:40    DEBUG: Going to apply changeset:
642 Revision: 2007-12-13 22:39:53 by king
643 Date: 2007-12-13 22:39:53+00:00
644 Author: king
645 Entries: Source/cmake.cxx(UPD to 1.338)
646 Log: BUG: Fixed typo introduced by previous commit.
647 2007-12-16 04:37:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.338 Source/cmake.cxx
648 2007-12-16 04:37:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.338 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
649 2007-12-16 04:37:42     INFO: [Ok]
650 2007-12-16 04:37:42    DEBUG: Source/cmake.cxx updated to 1.338
651 2007-12-16 04:37:42     INFO: Committing u'2007-12-13 22:39:53 by king'...
652 2007-12-16 04:37:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
653 2007-12-16 04:37:42     INFO: Changeset #38
654 2007-12-16 04:37:42     INFO: Changeset "2007-12-13 22:56:49 by king"
655 2007-12-16 04:37:42     INFO: Log message: ENH: Centralized and globalized computation of CMake program locations.  This eliminates startup paths that failed to produce this information.
656 2007-12-16 04:37:42    DEBUG: Going to apply changeset:
657 Revision: 2007-12-13 22:56:49 by king
658 Date: 2007-12-13 22:56:50+00:00
659 Author: king
660 Entries: Source/cmCTest.cxx(UPD to 1.330), Source/cmCTest.h(UPD to 1.99), Source/cmDumpDocumentation.cxx(UPD to 1.20), Source/cmSystemTools.cxx(UPD to 1.356), Source/cmSystemTools.h(UPD to 1.143), Source/cmake.cxx(UPD to 1.339), Source/cmake.h(UPD to 1.97), Source/cmakemain.cxx(UPD to 1.76), Source/ctest.cxx(UPD to 1.100), Source/CPack/cpack.cxx(UPD to 1.42), Source/CTest/cmCTestScriptHandler.cxx(UPD to 1.42), Source/CursesDialog/ccmake.cxx(UPD to 1.37), Source/FLTKDialog/FLTKDialog.cxx(UPD to 1.8), Source/MFCDialog/CMakeSetup.cpp(UPD to 1.20), Source/QtDialog/CMakeSetup.cxx(UPD to 1.9)
661 Log: ENH: Centralized and globalized computation of CMake program locations.  This eliminates startup paths that failed to produce this information.
662 2007-12-16 04:37:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/FLTKDialog/FLTKDialog.cxx
663 2007-12-16 04:37:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/FLTKDialog/FLTKDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
664 2007-12-16 04:37:44     INFO: [Ok]
665 2007-12-16 04:37:44    DEBUG: Source/FLTKDialog/FLTKDialog.cxx updated to 1.9
666 2007-12-16 04:37:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/CMakeSetup.cxx
667 2007-12-16 04:37:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
668 2007-12-16 04:37:45     INFO: [Ok]
669 2007-12-16 04:37:45    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.9
670 2007-12-16 04:37:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmDumpDocumentation.cxx Source/MFCDialog/CMakeSetup.cpp
671 2007-12-16 04:37:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmDumpDocumentation.cxx Source/MFCDialog/CMakeSetup.cpp ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
672 2007-12-16 04:37:46     INFO: [Ok]
673 2007-12-16 04:37:46    DEBUG: Source/cmDumpDocumentation.cxx,Source/MFCDialog/CMakeSetup.cpp updated to 1.9
674 2007-12-16 04:37:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/CursesDialog/ccmake.cxx
675 2007-12-16 04:37:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/CursesDialog/ccmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
676 2007-12-16 04:37:47     INFO: [Ok]
677 2007-12-16 04:37:47    DEBUG: Source/CursesDialog/ccmake.cxx updated to 1.9
678 2007-12-16 04:37:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/CPack/cpack.cxx Source/CTest/cmCTestScriptHandler.cxx
679 2007-12-16 04:37:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/CPack/cpack.cxx Source/CTest/cmCTestScriptHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
680 2007-12-16 04:37:48     INFO: [Ok]
681 2007-12-16 04:37:48    DEBUG: Source/CPack/cpack.cxx,Source/CTest/cmCTestScriptHandler.cxx updated to 1.9
682 2007-12-16 04:37:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmakemain.cxx
683 2007-12-16 04:37:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
684 2007-12-16 04:37:49     INFO: [Ok]
685 2007-12-16 04:37:49    DEBUG: Source/cmakemain.cxx updated to 1.9
686 2007-12-16 04:37:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmake.h
687 2007-12-16 04:37:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
688 2007-12-16 04:37:50     INFO: [Ok]
689 2007-12-16 04:37:50    DEBUG: Source/cmake.h updated to 1.9
690 2007-12-16 04:37:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmCTest.h
691 2007-12-16 04:37:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmCTest.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
692 2007-12-16 04:37:51     INFO: [Ok]
693 2007-12-16 04:37:51    DEBUG: Source/cmCTest.h updated to 1.9
694 2007-12-16 04:37:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/ctest.cxx
695 2007-12-16 04:37:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/ctest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
696 2007-12-16 04:37:52     INFO: [Ok]
697 2007-12-16 04:37:52    DEBUG: Source/ctest.cxx updated to 1.9
698 2007-12-16 04:37:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.143 Source/cmSystemTools.h
699 2007-12-16 04:37:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.143 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
700 2007-12-16 04:37:53     INFO: [Ok]
701 2007-12-16 04:37:53    DEBUG: Source/cmSystemTools.h updated to 1.9
702 2007-12-16 04:37:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.330 Source/cmCTest.cxx
703 2007-12-16 04:37:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.330 Source/cmCTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
704 2007-12-16 04:37:54     INFO: [Ok]
705 2007-12-16 04:37:54    DEBUG: Source/cmCTest.cxx updated to 1.9
706 2007-12-16 04:37:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.339 Source/cmake.cxx
707 2007-12-16 04:37:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.339 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
708 2007-12-16 04:37:55     INFO: [Ok]
709 2007-12-16 04:37:55    DEBUG: Source/cmake.cxx updated to 1.9
710 2007-12-16 04:37:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.356 Source/cmSystemTools.cxx
711 2007-12-16 04:37:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.356 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
712 2007-12-16 04:37:56     INFO: [Ok]
713 2007-12-16 04:37:56    DEBUG: Source/cmSystemTools.cxx updated to 1.9
714 2007-12-16 04:37:56     INFO: Committing u'2007-12-13 22:56:49 by king'...
715 2007-12-16 04:37:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
716 2007-12-16 04:37:56     INFO: Changeset #39
717 2007-12-16 04:37:56     INFO: Changeset "2007-12-13 23:30:53 by king"
718 2007-12-16 04:37:56     INFO: Log message: COMP: Add missing return value from Bill's change.
719 2007-12-16 04:37:56    DEBUG: Going to apply changeset:
720 Revision: 2007-12-13 23:30:53 by king
721 Date: 2007-12-13 23:30:53+00:00
722 Author: king
723 Entries: Source/cmake.cxx(UPD to 1.340)
724 Log: COMP: Add missing return value from Bill's change.
725 2007-12-16 04:37:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.340 Source/cmake.cxx
726 2007-12-16 04:37:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.340 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
727 2007-12-16 04:37:58     INFO: [Ok]
728 2007-12-16 04:37:58    DEBUG: Source/cmake.cxx updated to 1.340
729 2007-12-16 04:37:58     INFO: Committing u'2007-12-13 23:30:53 by king'...
730 2007-12-16 04:37:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
731 2007-12-16 04:37:58     INFO: Changeset #40
732 2007-12-16 04:37:58     INFO: Changeset "2007-12-14 05:01:04 by king"
733 2007-12-16 04:37:58     INFO: Log message: STYLE: Nightly Date Stamp
734 2007-12-16 04:37:58    DEBUG: Going to apply changeset:
735 Revision: 2007-12-14 05:01:04 by king
736 Date: 2007-12-14 05:01:04+00:00
737 Author: king
738 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.34)
739 Log: STYLE: Nightly Date Stamp
740 2007-12-16 04:37:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/kwsys/kwsysDateStamp.cmake
741 2007-12-16 04:37:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
742 2007-12-16 04:38:00     INFO: [Ok]
743 2007-12-16 04:38:00    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.34
744 2007-12-16 04:38:00     INFO: Committing u'2007-12-14 05:01:04 by king'...
745 2007-12-16 04:38:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
746 2007-12-16 04:38:00     INFO: Changeset #41
747 2007-12-16 04:38:00     INFO: Changeset "2007-12-14 16:00:56 by hoffman"
748 2007-12-16 04:38:00     INFO: Log message: BUG: fix for bug 6054 remove some warnings
749 2007-12-16 04:38:00    DEBUG: Going to apply changeset:
750 Revision: 2007-12-14 16:00:56 by hoffman
751 Date: 2007-12-14 16:00:56+00:00
752 Author: hoffman
753 Entries: Utilities/cmcurl/curl/mprintf.h(UPD to 1.3)
754 Log: BUG: fix for bug 6054 remove some warnings
755 2007-12-16 04:38:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Utilities/cmcurl/curl/mprintf.h
756 2007-12-16 04:38:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Utilities/cmcurl/curl/mprintf.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
757 2007-12-16 04:38:02     INFO: [Ok]
758 2007-12-16 04:38:02    DEBUG: Utilities/cmcurl/curl/mprintf.h updated to 1.3
759 2007-12-16 04:38:02     INFO: Committing u'2007-12-14 16:00:56 by hoffman'...
760 2007-12-16 04:38:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
761 2007-12-16 04:38:02     INFO: Changeset #42
762 2007-12-16 04:38:02     INFO: Changeset "2007-12-14 17:49:36 by hoffman"
763 2007-12-16 04:38:02     INFO: Log message: STYLE: line length
764 2007-12-16 04:38:02    DEBUG: Going to apply changeset:
765 Revision: 2007-12-14 17:49:36 by hoffman
766 Date: 2007-12-14 17:49:36+00:00
767 Author: hoffman
768 Entries: Source/cmCreateTestSourceList.h(UPD to 1.14)
769 Log: STYLE: line length
770 2007-12-16 04:38:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmCreateTestSourceList.h
771 2007-12-16 04:38:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmCreateTestSourceList.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
772 2007-12-16 04:38:03     INFO: [Ok]
773 2007-12-16 04:38:03    DEBUG: Source/cmCreateTestSourceList.h updated to 1.14
774 2007-12-16 04:38:03     INFO: Committing u'2007-12-14 17:49:36 by hoffman'...
775 2007-12-16 04:38:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
776 2007-12-16 04:38:03     INFO: Changeset #43
777 2007-12-16 04:38:03     INFO: Changeset "2007-12-14 17:51:43 by hoffman"
778 2007-12-16 04:38:03     INFO: Log message: BUG: fix for 6117, fix for second run
779 2007-12-16 04:38:03    DEBUG: Going to apply changeset:
780 Revision: 2007-12-14 17:51:43 by hoffman
781 Date: 2007-12-14 17:51:43+00:00
782 Author: hoffman
783 Entries: Modules/FindPkgConfig.cmake(UPD to 1.5)
784 Log: BUG: fix for 6117, fix for second run
785 2007-12-16 04:38:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/FindPkgConfig.cmake
786 2007-12-16 04:38:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/FindPkgConfig.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
787 2007-12-16 04:38:04     INFO: [Ok]
788 2007-12-16 04:38:04    DEBUG: Modules/FindPkgConfig.cmake updated to 1.5
789 2007-12-16 04:38:04     INFO: Committing u'2007-12-14 17:51:43 by hoffman'...
790 2007-12-16 04:38:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
791 2007-12-16 04:38:04     INFO: Changeset #44
792 2007-12-16 04:38:04     INFO: Changeset "2007-12-14 19:58:27 by hoffman"
793 2007-12-16 04:38:04     INFO: Log message: BUG: fix for 6086 uninstall icon not set right
794 2007-12-16 04:38:04    DEBUG: Going to apply changeset:
795 Revision: 2007-12-14 19:58:27 by hoffman
796 Date: 2007-12-14 19:58:27+00:00
797 Author: hoffman
798 Entries: Source/CPack/cmCPackNSISGenerator.cxx(UPD to 1.30)
799 Log: BUG: fix for 6086 uninstall icon not set right
800 2007-12-16 04:38:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/CPack/cmCPackNSISGenerator.cxx
801 2007-12-16 04:38:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/CPack/cmCPackNSISGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
802 2007-12-16 04:38:06     INFO: [Ok]
803 2007-12-16 04:38:06    DEBUG: Source/CPack/cmCPackNSISGenerator.cxx updated to 1.30
804 2007-12-16 04:38:06     INFO: Committing u'2007-12-14 19:58:27 by hoffman'...
805 2007-12-16 04:38:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
806 2007-12-16 04:38:06     INFO: Changeset #45
807 2007-12-16 04:38:06     INFO: Changeset "2007-12-14 20:50:10 by hoffman"
808 2007-12-16 04:38:06     INFO: Log message: BUG: fix bug 6081
809 2007-12-16 04:38:06    DEBUG: Going to apply changeset:
810 Revision: 2007-12-14 20:50:10 by hoffman
811 Date: 2007-12-14 20:50:10+00:00
812 Author: hoffman
813 Entries: Source/cmListCommand.h(UPD to 1.12)
814 Log: BUG: fix bug 6081
815 2007-12-16 04:38:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmListCommand.h
816 2007-12-16 04:38:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmListCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
817 2007-12-16 04:38:08     INFO: [Ok]
818 2007-12-16 04:38:08    DEBUG: Source/cmListCommand.h updated to 1.12
819 2007-12-16 04:38:08     INFO: Committing u'2007-12-14 20:50:10 by hoffman'...
820 2007-12-16 04:38:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
821 2007-12-16 04:38:08     INFO: Changeset #46
822 2007-12-16 04:38:08     INFO: Changeset "2007-12-14 21:56:25 by clinton"
823 2007-12-16 04:38:08     INFO: Log message: ENH:  Add OPTIONS argument to some Qt4 macros.
824       Addresses #6125.
825 2007-12-16 04:38:08    DEBUG: Going to apply changeset:
826 Revision: 2007-12-14 21:56:25 by clinton
827 Date: 2007-12-14 21:56:25+00:00
828 Author: clinton
829 Entries: Modules/FindQt4.cmake(UPD to 1.80)
830 Log: ENH:  Add OPTIONS argument to some Qt4 macros.
831       Addresses #6125.
832 2007-12-16 04:38:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Modules/FindQt4.cmake
833 2007-12-16 04:38:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
834 2007-12-16 04:38:10     INFO: [Ok]
835 2007-12-16 04:38:10    DEBUG: Modules/FindQt4.cmake updated to 1.80
836 2007-12-16 04:38:10     INFO: Committing u'2007-12-14 21:56:25 by clinton'...
837 2007-12-16 04:38:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
838 2007-12-16 04:38:10     INFO: Changeset #47
839 2007-12-16 04:38:10     INFO: Changeset "2007-12-15 01:31:27 by hoffman"
840 2007-12-16 04:38:10     INFO: Log message: BUG: fix for bug 6136 make sure includes are not directories
841 2007-12-16 04:38:10    DEBUG: Going to apply changeset:
842 Revision: 2007-12-15 01:31:27 by hoffman
843 Date: 2007-12-15 01:31:27+00:00
844 Author: hoffman
845 Entries: Source/cmDependsC.cxx(UPD to 1.33), Source/cmDependsFortran.cxx(UPD to 1.28), Source/cmMakeDepend.cxx(UPD to 1.46), Source/kwsys/SystemTools.cxx(UPD to 1.217), Source/kwsys/SystemTools.hxx.in(UPD to 1.70)
846 Log: BUG: fix for bug 6136 make sure includes are not directories
847 2007-12-16 04:38:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmDependsFortran.cxx
848 2007-12-16 04:38:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
849 2007-12-16 04:38:12     INFO: [Ok]
850 2007-12-16 04:38:12    DEBUG: Source/cmDependsFortran.cxx updated to 1.70
851 2007-12-16 04:38:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDependsC.cxx
852 2007-12-16 04:38:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDependsC.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
853 2007-12-16 04:38:13     INFO: [Ok]
854 2007-12-16 04:38:13    DEBUG: Source/cmDependsC.cxx updated to 1.70
855 2007-12-16 04:38:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmMakeDepend.cxx
856 2007-12-16 04:38:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmMakeDepend.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
857 2007-12-16 04:38:14     INFO: [Ok]
858 2007-12-16 04:38:14    DEBUG: Source/cmMakeDepend.cxx updated to 1.70
859 2007-12-16 04:38:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.70 Source/kwsys/SystemTools.hxx.in
860 2007-12-16 04:38:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.70 Source/kwsys/SystemTools.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
861 2007-12-16 04:38:15     INFO: [Ok]
862 2007-12-16 04:38:15    DEBUG: Source/kwsys/SystemTools.hxx.in updated to 1.70
863 2007-12-16 04:38:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/kwsys/SystemTools.cxx
864 2007-12-16 04:38:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
865 2007-12-16 04:38:16     INFO: [Ok]
866 2007-12-16 04:38:16    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.70
867 2007-12-16 04:38:16     INFO: Committing u'2007-12-15 01:31:27 by hoffman'...
868 2007-12-16 04:38:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
869 2007-12-16 04:38:16     INFO: Changeset #48
870 2007-12-16 04:38:16     INFO: Changeset "2007-12-15 01:46:15 by hoffman"
871 2007-12-16 04:38:16     INFO: Log message: BUG: fix for bug 6039 LIB and INCLUDE not used for find stuff
872 2007-12-16 04:38:16    DEBUG: Going to apply changeset:
873 Revision: 2007-12-15 01:46:15 by hoffman
874 Date: 2007-12-15 01:46:15+00:00
875 Author: hoffman
876 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.45), Source/cmFindPathCommand.cxx(UPD to 1.37)
877 Log: BUG: fix for bug 6039 LIB and INCLUDE not used for find stuff
878 2007-12-16 04:38:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmFindPathCommand.cxx
879 2007-12-16 04:38:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmFindPathCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
880 2007-12-16 04:38:18     INFO: [Ok]
881 2007-12-16 04:38:18    DEBUG: Source/cmFindPathCommand.cxx updated to 1.37
882 2007-12-16 04:38:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmFindLibraryCommand.cxx
883 2007-12-16 04:38:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
884 2007-12-16 04:38:19     INFO: [Ok]
885 2007-12-16 04:38:19    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.37
886 2007-12-16 04:38:19     INFO: Committing u'2007-12-15 01:46:15 by hoffman'...
887 2007-12-16 04:38:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
888 2007-12-16 04:38:19     INFO: Changeset #49
889 2007-12-16 04:38:19     INFO: Changeset "2007-12-15 05:01:04 by king"
890 2007-12-16 04:38:19     INFO: Log message: STYLE: Nightly Date Stamp
891 2007-12-16 04:38:19    DEBUG: Going to apply changeset:
892 Revision: 2007-12-15 05:01:04 by king
893 Date: 2007-12-15 05:01:04+00:00
894 Author: king
895 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.35)
896 Log: STYLE: Nightly Date Stamp
897 2007-12-16 04:38:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/kwsys/kwsysDateStamp.cmake
898 2007-12-16 04:38:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
899 2007-12-16 04:38:21     INFO: [Ok]
900 2007-12-16 04:38:21    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.35
901 2007-12-16 04:38:21     INFO: Committing u'2007-12-15 05:01:04 by king'...
902 2007-12-16 04:38:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
903 2007-12-16 04:38:21     INFO: Changeset #50
904 2007-12-16 04:38:21     INFO: Changeset "2007-12-15 19:13:14 by king"
905 2007-12-16 04:38:21     INFO: Log message: STYLE: Fixed line-too-long.
906 2007-12-16 04:38:21    DEBUG: Going to apply changeset:
907 Revision: 2007-12-15 19:13:14 by king
908 Date: 2007-12-15 19:13:14+00:00
909 Author: king
910 Entries: Source/cmake.cxx(UPD to 1.341)
911 Log: STYLE: Fixed line-too-long.
912 2007-12-16 04:38:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.341 Source/cmake.cxx
913 2007-12-16 04:38:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.341 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
914 2007-12-16 04:38:23     INFO: [Ok]
915 2007-12-16 04:38:23    DEBUG: Source/cmake.cxx updated to 1.341
916 2007-12-16 04:38:23     INFO: Committing u'2007-12-15 19:13:14 by king'...
917 2007-12-16 04:38:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
918 2007-12-16 04:38:23     INFO: Changeset #51
919 2007-12-16 04:38:23     INFO: Changeset "2007-12-15 19:14:05 by king"
920 2007-12-16 04:38:23     INFO: Log message: STYLE: Fixed terminology to avoid confusion between roots and prefixes.
921 2007-12-16 04:38:23    DEBUG: Going to apply changeset:
922 Revision: 2007-12-15 19:14:05 by king
923 Date: 2007-12-15 19:14:05+00:00
924 Author: king
925 Entries: Source/cmFindBase.cxx(UPD to 1.26)
926 Log: STYLE: Fixed terminology to avoid confusion between roots and prefixes.
927 2007-12-16 04:38:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindBase.cxx
928 2007-12-16 04:38:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
929 2007-12-16 04:38:25     INFO: [Ok]
930 2007-12-16 04:38:25    DEBUG: Source/cmFindBase.cxx updated to 1.26
931 2007-12-16 04:38:25     INFO: Committing u'2007-12-15 19:14:05 by king'...
932 2007-12-16 04:38:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
933 2007-12-16 04:38:25     INFO: Changeset #52
934 2007-12-16 04:38:25     INFO: Changeset "2007-12-15 19:16:45 by king"
935 2007-12-16 04:38:25     INFO: Log message: STYLE: Removed trailing whitespace.
936 2007-12-16 04:38:25    DEBUG: Going to apply changeset:
937 Revision: 2007-12-15 19:16:45 by king
938 Date: 2007-12-15 19:17:21+00:00
939 Author: king
940 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.26), Source/cmFindPackageCommand.h(UPD to 1.15)
941 Log: STYLE: Removed trailing whitespace.
942 2007-12-16 04:38:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmFindPackageCommand.h
943 2007-12-16 04:38:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmFindPackageCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
944 2007-12-16 04:38:26     INFO: [Ok]
945 2007-12-16 04:38:26    DEBUG: Source/cmFindPackageCommand.h updated to 1.15
946 2007-12-16 04:38:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindPackageCommand.cxx
947 2007-12-16 04:38:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
948 2007-12-16 04:38:27     INFO: [Ok]
949 2007-12-16 04:38:27    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.15
950 2007-12-16 04:38:27     INFO: Committing u'2007-12-15 19:16:45 by king'...
951 2007-12-16 04:38:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
952 2007-12-16 04:38:27     INFO: Changeset #53
953 2007-12-16 04:38:27     INFO: Changeset "2007-12-15 20:35:00 by king"
954 2007-12-16 04:38:27     INFO: Log message: ENH: Make module timestamps work for modules in subdirectories.  Make sure timestamps for all modules provided by a target are created when the target is done building.
955 2007-12-16 04:38:27    DEBUG: Going to apply changeset:
956 Revision: 2007-12-15 20:35:00 by king
957 Date: 2007-12-15 20:35:00+00:00
958 Author: king
959 Entries: Source/cmDependsFortran.cxx(UPD to 1.29)
960 Log: ENH: Make module timestamps work for modules in subdirectories.  Make sure timestamps for all modules provided by a target are created when the target is done building.
961 2007-12-16 04:38:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmDependsFortran.cxx
962 2007-12-16 04:38:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
963 2007-12-16 04:38:29     INFO: [Ok]
964 2007-12-16 04:38:29    DEBUG: Source/cmDependsFortran.cxx updated to 1.29
965 2007-12-16 04:38:29     INFO: Committing u'2007-12-15 20:35:00 by king'...
966 2007-12-16 04:38:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
967 2007-12-16 04:38:29     INFO: Changeset #54
968 2007-12-16 04:38:29     INFO: Changeset "2007-12-15 20:36:13 by king"
969 2007-12-16 04:38:29     INFO: Log message: ENH: Added test for Fortran90 modules in subdirectories.
970 2007-12-16 04:38:29    DEBUG: Going to apply changeset:
971 Revision: 2007-12-15 20:36:13 by king
972 Date: 2007-12-15 20:36:14+00:00
973 Author: king
974 Entries: Tests/Fortran/CMakeLists.txt(UPD to 1.9), Tests/Fortran/Library/CMakeLists.txt(ADD at 1.1), Tests/Fortran/Library/a.f90(ADD at 1.1), Tests/Fortran/Library/b.f90(ADD at 1.1), Tests/Fortran/Library/main.f90(ADD at 1.1)
975 Log: ENH: Added test for Fortran90 modules in subdirectories.
976 2007-12-16 04:38:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/Library/CMakeLists.txt Tests/Fortran/Library/a.f90 Tests/Fortran/Library/b.f90 Tests/Fortran/Library/main.f90
977 2007-12-16 04:38:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/Library/CMakeLists.txt Tests/Fortran/Library/a.f90 Tests/Fortran/Library/b.f90 Tests/Fortran/Library/main.f90 ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
978 2007-12-16 04:38:31     INFO: [Ok]
979 2007-12-16 04:38:31    DEBUG: Tests/Fortran/Library/CMakeLists.txt,Tests/Fortran/Library/a.f90,Tests/Fortran/Library/b.f90,Tests/Fortran/Library/main.f90 updated to 1.1
980 2007-12-16 04:38:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Fortran/CMakeLists.txt
981 2007-12-16 04:38:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Fortran/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
982 2007-12-16 04:38:32     INFO: [Ok]
983 2007-12-16 04:38:32    DEBUG: Tests/Fortran/CMakeLists.txt updated to 1.1
984 2007-12-16 04:38:32     INFO: registering new Tests/Fortran/Library directory
985 2007-12-16 04:38:32     INFO: Adding Tests/Fortran/Library/CMakeLists.txt, Tests/Fortran/Library/a.f90, Tests/Fortran/Library/b.f90, Tests/Fortran/Library/main.f90...
986 2007-12-16 04:38:32     INFO: Adding Tests/Fortran/Library/a.f90, Tests/Fortran/Library/b.f90, Tests/Fortran/Library/CMakeLists.txt, Tests/Fortran/Library/main.f90...
987 2007-12-16 04:38:32     INFO: Committing u'2007-12-15 20:36:13 by king'...
988 2007-12-16 04:38:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
989 2007-12-16 04:38:32     INFO: Changeset #55
990 2007-12-16 04:38:32     INFO: Changeset "2007-12-15 21:03:29 by king"
991 2007-12-16 04:38:32     INFO: Log message: BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'.  This fixes bug#6141.
992 2007-12-16 04:38:32    DEBUG: Going to apply changeset:
993 Revision: 2007-12-15 21:03:29 by king
994 Date: 2007-12-15 21:03:29+00:00
995 Author: king
996 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.13)
997 Log: BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'.  This fixes bug#6141.
998 2007-12-16 04:38:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/CMakeDetermineCompilerId.cmake
999 2007-12-16 04:38:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1000 2007-12-16 04:38:34     INFO: [Ok]
1001 2007-12-16 04:38:34    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.13
1002 2007-12-16 04:38:34     INFO: Committing u'2007-12-15 21:03:29 by king'...
1003 2007-12-16 04:38:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1004 2007-12-16 04:38:34     INFO: Changeset #56
1005 2007-12-16 04:38:34     INFO: Changeset "2007-12-16 05:01:02 by king"
1006 2007-12-16 04:38:34     INFO: Log message: STYLE: Nightly Date Stamp
1007 2007-12-16 04:38:34    DEBUG: Going to apply changeset:
1008 Revision: 2007-12-16 05:01:02 by king
1009 Date: 2007-12-16 05:01:02+00:00
1010 Author: king
1011 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.36)
1012 Log: STYLE: Nightly Date Stamp
1013 2007-12-16 04:38:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/kwsys/kwsysDateStamp.cmake
1014 2007-12-16 04:38:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1015 2007-12-16 04:38:36     INFO: [Ok]
1016 2007-12-16 04:38:36    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.36
1017 2007-12-16 04:38:36     INFO: Committing u'2007-12-16 05:01:02 by king'...
1018 2007-12-16 04:38:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1019 2007-12-16 04:38:36     INFO: Changeset #57
1020 2007-12-16 04:38:36     INFO: Changeset "2007-12-16 10:49:23 by alex"
1021 2007-12-16 04:38:36     INFO: Log message: STYLE: some whitespace syncing with FindQt4.cmake in KDE svn
1023 Alex
1024 2007-12-16 04:38:36    DEBUG: Going to apply changeset:
1025 Revision: 2007-12-16 10:49:23 by alex
1026 Date: 2007-12-16 10:49:23+00:00
1027 Author: alex
1028 Entries: Modules/FindQt4.cmake(UPD to 1.81)
1029 Log: STYLE: some whitespace syncing with FindQt4.cmake in KDE svn
1031 Alex
1032 2007-12-16 04:38:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Modules/FindQt4.cmake
1033 2007-12-16 04:38:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1034 2007-12-16 04:38:38     INFO: [Ok]
1035 2007-12-16 04:38:38    DEBUG: Modules/FindQt4.cmake updated to 1.81
1036 2007-12-16 04:38:38     INFO: Committing u'2007-12-16 10:49:23 by alex'...
1037 2007-12-16 04:38:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1038 2007-12-16 04:38:38    DEBUG: Adjusting the state accordingly to journal
1039 2007-12-16 04:38:38     INFO: Update completed, now at revision "2007-12-16 10:49:23 by alex"
1040 2007-12-16 04:44:30     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
1041 2007-12-16 04:44:30    DEBUG: cvs not found as new-style vcs, trying as monolithic
1042 2007-12-16 04:44:30    DEBUG: hg not found as new-style vcs, trying as monolithic
1043 2007-12-16 04:44:30     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-16 10:49:23 UTC<" -b CMake 2>&1
1044 2007-12-16 04:44:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-16 10:49:23 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
1045 2007-12-16 04:44:51     INFO: [Ok]
1046 2007-12-16 04:44:55     INFO: Cached information about 0 pending changesets
1047 2007-12-16 04:44:55     INFO: Update completed with no upstream changes
1048 2007-12-25 03:32:07     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
1049 2007-12-25 03:32:07    DEBUG: cvs not found as new-style vcs, trying as monolithic
1050 2007-12-25 03:32:07    DEBUG: hg not found as new-style vcs, trying as monolithic
1051 2007-12-25 03:32:07     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-16 10:49:23 UTC<" -b CMake 2>&1
1052 2007-12-25 03:32:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-16 10:49:23 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
1053 2007-12-25 03:32:26     INFO: [Ok]
1054 2007-12-25 03:32:31     INFO: Cached information about 68 pending changesets
1055 2007-12-25 03:32:31     INFO: Applying pending upstream changesets
1056 2007-12-25 03:32:31     INFO: Changeset #1
1057 2007-12-25 03:32:31     INFO: Changeset "2007-12-16 12:56:43 by alex"
1058 2007-12-25 03:32:31     INFO: Log message: BUG: fix STRING(STRIP ...) if no non-space is contained in the input string,
1059 this should fix the dashboard
1061 Alex
1062 2007-12-25 03:32:31    DEBUG: Going to apply changeset:
1063 Revision: 2007-12-16 12:56:43 by alex
1064 Date: 2007-12-16 12:56:43+00:00
1065 Author: alex
1066 Entries: Source/cmStringCommand.cxx(UPD to 1.26)
1067 Log: BUG: fix STRING(STRIP ...) if no non-space is contained in the input string,
1068 this should fix the dashboard
1070 Alex
1071 2007-12-25 03:32:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmStringCommand.cxx
1072 2007-12-25 03:32:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmStringCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1073 2007-12-25 03:32:34     INFO: [Ok]
1074 2007-12-25 03:32:34    DEBUG: Source/cmStringCommand.cxx updated to 1.26
1075 2007-12-25 03:32:34     INFO: Committing u'2007-12-16 12:56:43 by alex'...
1076 2007-12-25 03:32:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1077 2007-12-25 03:32:34     INFO: Changeset #2
1078 2007-12-25 03:32:34     INFO: Changeset "2007-12-17 05:01:02 by king"
1079 2007-12-25 03:32:34     INFO: Log message: STYLE: Nightly Date Stamp
1080 2007-12-25 03:32:34    DEBUG: Going to apply changeset:
1081 Revision: 2007-12-17 05:01:02 by king
1082 Date: 2007-12-17 05:01:02+00:00
1083 Author: king
1084 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.37)
1085 Log: STYLE: Nightly Date Stamp
1086 2007-12-25 03:32:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/kwsys/kwsysDateStamp.cmake
1087 2007-12-25 03:32:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1088 2007-12-25 03:32:36     INFO: [Ok]
1089 2007-12-25 03:32:36    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.37
1090 2007-12-25 03:32:36     INFO: Committing u'2007-12-17 05:01:02 by king'...
1091 2007-12-25 03:32:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1092 2007-12-25 03:32:36     INFO: Changeset #3
1093 2007-12-25 03:32:36     INFO: Changeset "2007-12-17 15:12:19 by king"
1094 2007-12-25 03:32:36     INFO: Log message: ENH: Added cmSourceFile::GetLocation method to get a read-only reference to the Location ivar.  This partially addresses issue #6137.
1095 2007-12-25 03:32:36    DEBUG: Going to apply changeset:
1096 Revision: 2007-12-17 15:12:19 by king
1097 Date: 2007-12-17 15:12:19+00:00
1098 Author: king
1099 Entries: Source/cmSourceFile.cxx(UPD to 1.39), Source/cmSourceFile.h(UPD to 1.23)
1100 Log: ENH: Added cmSourceFile::GetLocation method to get a read-only reference to the Location ivar.  This partially addresses issue #6137.
1101 2007-12-25 03:32:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmSourceFile.h
1102 2007-12-25 03:32:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmSourceFile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1103 2007-12-25 03:32:38     INFO: [Ok]
1104 2007-12-25 03:32:38    DEBUG: Source/cmSourceFile.h updated to 1.23
1105 2007-12-25 03:32:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmSourceFile.cxx
1106 2007-12-25 03:32:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1107 2007-12-25 03:32:39     INFO: [Ok]
1108 2007-12-25 03:32:39    DEBUG: Source/cmSourceFile.cxx updated to 1.23
1109 2007-12-25 03:32:39     INFO: Committing u'2007-12-17 15:12:19 by king'...
1110 2007-12-25 03:32:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1111 2007-12-25 03:32:39     INFO: Changeset #4
1112 2007-12-25 03:32:39     INFO: Changeset "2007-12-17 15:12:22 by king"
1113 2007-12-25 03:32:39     INFO: Log message: ENH: Added SOURCES property to targets.  This is based on patch from issues #6137.
1114 2007-12-25 03:32:39    DEBUG: Going to apply changeset:
1115 Revision: 2007-12-17 15:12:22 by king
1116 Date: 2007-12-17 15:12:22+00:00
1117 Author: king
1118 Entries: Source/cmTarget.cxx(UPD to 1.168), Tests/Properties/CMakeLists.txt(UPD to 1.3)
1119 Log: ENH: Added SOURCES property to targets.  This is based on patch from issues #6137.
1120 2007-12-25 03:32:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Properties/CMakeLists.txt
1121 2007-12-25 03:32:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Properties/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1122 2007-12-25 03:32:41     INFO: [Ok]
1123 2007-12-25 03:32:41    DEBUG: Tests/Properties/CMakeLists.txt updated to 1.3
1124 2007-12-25 03:32:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.168 Source/cmTarget.cxx
1125 2007-12-25 03:32:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.168 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1126 2007-12-25 03:32:43     INFO: [Ok]
1127 2007-12-25 03:32:43    DEBUG: Source/cmTarget.cxx updated to 1.3
1128 2007-12-25 03:32:43     INFO: Committing u'2007-12-17 15:12:22 by king'...
1129 2007-12-25 03:32:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1130 2007-12-25 03:32:43     INFO: Changeset #5
1131 2007-12-25 03:32:43     INFO: Changeset "2007-12-17 17:04:15 by hoffman"
1132 2007-12-25 03:32:43     INFO: Log message: BUG: fix for bug 6167 get rid of extra space in flags
1133 2007-12-25 03:32:43    DEBUG: Going to apply changeset:
1134 Revision: 2007-12-17 17:04:15 by hoffman
1135 Date: 2007-12-17 17:04:15+00:00
1136 Author: hoffman
1137 Entries: Modules/CMakeCInformation.cmake(UPD to 1.17), Modules/CMakeCXXInformation.cmake(UPD to 1.20), Modules/CMakeFortranInformation.cmake(UPD to 1.15)
1138 Log: BUG: fix for bug 6167 get rid of extra space in flags
1139 2007-12-25 03:32:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeFortranInformation.cmake
1140 2007-12-25 03:32:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeFortranInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1141 2007-12-25 03:32:45     INFO: [Ok]
1142 2007-12-25 03:32:45    DEBUG: Modules/CMakeFortranInformation.cmake updated to 1.15
1143 2007-12-25 03:32:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeCInformation.cmake
1144 2007-12-25 03:32:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeCInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1145 2007-12-25 03:32:46     INFO: [Ok]
1146 2007-12-25 03:32:46    DEBUG: Modules/CMakeCInformation.cmake updated to 1.15
1147 2007-12-25 03:32:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCXXInformation.cmake
1148 2007-12-25 03:32:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCXXInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1149 2007-12-25 03:32:47     INFO: [Ok]
1150 2007-12-25 03:32:47    DEBUG: Modules/CMakeCXXInformation.cmake updated to 1.15
1151 2007-12-25 03:32:47     INFO: Committing u'2007-12-17 17:04:15 by hoffman'...
1152 2007-12-25 03:32:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1153 2007-12-25 03:32:47     INFO: Changeset #6
1154 2007-12-25 03:32:47     INFO: Changeset "2007-12-17 19:43:11 by hoffman"
1155 2007-12-25 03:32:47     INFO: Log message: ENH: add support for vs 9 win64
1156 2007-12-25 03:32:47    DEBUG: Going to apply changeset:
1157 Revision: 2007-12-17 19:43:11 by hoffman
1158 Date: 2007-12-17 19:43:11+00:00
1159 Author: hoffman
1160 Entries: Source/CMakeLists.txt(UPD to 1.386), Source/cmGlobalVisualStudio9Win64Generator.cxx(ADD at 1.1), Source/cmGlobalVisualStudio9Win64Generator.h(ADD at 1.1), Source/cmake.cxx(UPD to 1.342)
1161 Log: ENH: add support for vs 9 win64
1162 2007-12-25 03:32:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmGlobalVisualStudio9Win64Generator.cxx Source/cmGlobalVisualStudio9Win64Generator.h
1163 2007-12-25 03:32:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmGlobalVisualStudio9Win64Generator.cxx Source/cmGlobalVisualStudio9Win64Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1164 2007-12-25 03:32:49     INFO: [Ok]
1165 2007-12-25 03:32:49    DEBUG: Source/cmGlobalVisualStudio9Win64Generator.cxx,Source/cmGlobalVisualStudio9Win64Generator.h updated to 1.342
1166 2007-12-25 03:32:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.342 Source/cmake.cxx
1167 2007-12-25 03:32:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.342 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1168 2007-12-25 03:32:50     INFO: [Ok]
1169 2007-12-25 03:32:50    DEBUG: Source/cmake.cxx updated to 1.342
1170 2007-12-25 03:32:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.386 Source/CMakeLists.txt
1171 2007-12-25 03:32:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.386 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1172 2007-12-25 03:32:51     INFO: [Ok]
1173 2007-12-25 03:32:51    DEBUG: Source/CMakeLists.txt updated to 1.342
1174 2007-12-25 03:32:51     INFO: Adding Source/cmGlobalVisualStudio9Win64Generator.cxx, Source/cmGlobalVisualStudio9Win64Generator.h...
1175 2007-12-25 03:32:51     INFO: Committing u'2007-12-17 19:43:11 by hoffman'...
1176 2007-12-25 03:32:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1177 2007-12-25 03:32:51     INFO: Changeset #7
1178 2007-12-25 03:32:51     INFO: Changeset "2007-12-17 20:20:06 by king"
1179 2007-12-25 03:32:51     INFO: Log message: BUG: Apply patch from issue #6006.
1180 2007-12-25 03:32:51    DEBUG: Going to apply changeset:
1181 Revision: 2007-12-17 20:20:06 by king
1182 Date: 2007-12-17 20:20:06+00:00
1183 Author: king
1184 Entries: Source/cmInstallCommand.cxx(UPD to 1.37)
1185 Log: BUG: Apply patch from issue #6006.
1186 2007-12-25 03:32:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmInstallCommand.cxx
1187 2007-12-25 03:32:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1188 2007-12-25 03:32:53     INFO: [Ok]
1189 2007-12-25 03:32:53    DEBUG: Source/cmInstallCommand.cxx updated to 1.37
1190 2007-12-25 03:32:53     INFO: Committing u'2007-12-17 20:20:06 by king'...
1191 2007-12-25 03:32:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1192 2007-12-25 03:32:53     INFO: Changeset #8
1193 2007-12-25 03:32:53     INFO: Changeset "2007-12-17 20:27:30 by hoffman"
1194 2007-12-25 03:32:53     INFO: Log message: ENH: try to fix dashboard
1195 2007-12-25 03:32:53    DEBUG: Going to apply changeset:
1196 Revision: 2007-12-17 20:27:30 by hoffman
1197 Date: 2007-12-17 20:27:30+00:00
1198 Author: hoffman
1199 Entries: Source/CPack/cmCPackPackageMakerGenerator.cxx(UPD to 1.22)
1200 Log: ENH: try to fix dashboard
1201 2007-12-25 03:32:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/CPack/cmCPackPackageMakerGenerator.cxx
1202 2007-12-25 03:32:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/CPack/cmCPackPackageMakerGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1203 2007-12-25 03:32:55     INFO: [Ok]
1204 2007-12-25 03:32:55    DEBUG: Source/CPack/cmCPackPackageMakerGenerator.cxx updated to 1.22
1205 2007-12-25 03:32:55     INFO: Committing u'2007-12-17 20:27:30 by hoffman'...
1206 2007-12-25 03:32:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1207 2007-12-25 03:32:55     INFO: Changeset #9
1208 2007-12-25 03:32:55     INFO: Changeset "2007-12-17 21:15:26 by alex"
1209 2007-12-25 03:32:55     INFO: Log message: STYLE: apply patch from #6166, better cmake syntax highlighting in vim,
1210 seems to fix the issues mentioned in the bug report and the rest also still
1211 seems to be ok
1213 Alex
1214 2007-12-25 03:32:55    DEBUG: Going to apply changeset:
1215 Revision: 2007-12-17 21:15:26 by alex
1216 Date: 2007-12-17 21:15:26+00:00
1217 Author: alex
1218 Entries: Docs/cmake-syntax.vim(UPD to 1.7)
1219 Log: STYLE: apply patch from #6166, better cmake syntax highlighting in vim,
1220 seems to fix the issues mentioned in the bug report and the rest also still
1221 seems to be ok
1223 Alex
1224 2007-12-25 03:32:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Docs/cmake-syntax.vim
1225 2007-12-25 03:32:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Docs/cmake-syntax.vim ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1226 2007-12-25 03:32:57     INFO: [Ok]
1227 2007-12-25 03:32:57    DEBUG: Docs/cmake-syntax.vim updated to 1.7
1228 2007-12-25 03:32:57     INFO: Committing u'2007-12-17 21:15:26 by alex'...
1229 2007-12-25 03:32:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1230 2007-12-25 03:32:57     INFO: Changeset #10
1231 2007-12-25 03:32:57     INFO: Changeset "2007-12-17 22:05:07 by alex"
1232 2007-12-25 03:32:57     INFO: Log message: STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch
1234 Alex
1235 2007-12-25 03:32:57    DEBUG: Going to apply changeset:
1236 Revision: 2007-12-17 22:05:07 by alex
1237 Date: 2007-12-17 22:05:07+00:00
1238 Author: alex
1239 Entries: Modules/CTest.cmake(UPD to 1.10)
1240 Log: STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch
1242 Alex
1243 2007-12-25 03:32:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CTest.cmake
1244 2007-12-25 03:32:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CTest.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1245 2007-12-25 03:32:59     INFO: [Ok]
1246 2007-12-25 03:32:59    DEBUG: Modules/CTest.cmake updated to 1.10
1247 2007-12-25 03:32:59     INFO: Committing u'2007-12-17 22:05:07 by alex'...
1248 2007-12-25 03:32:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1249 2007-12-25 03:32:59     INFO: Changeset #11
1250 2007-12-25 03:32:59     INFO: Changeset "2007-12-17 22:22:51 by hoffman"
1251 2007-12-25 03:32:59     INFO: Log message: BUG: fix for 5933, look for java in more reg entries
1252 2007-12-25 03:32:59    DEBUG: Going to apply changeset:
1253 Revision: 2007-12-17 22:22:51 by hoffman
1254 Date: 2007-12-17 22:22:51+00:00
1255 Author: hoffman
1256 Entries: Modules/FindJNI.cmake(UPD to 1.33)
1257 Log: BUG: fix for 5933, look for java in more reg entries
1258 2007-12-25 03:32:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Modules/FindJNI.cmake
1259 2007-12-25 03:32:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Modules/FindJNI.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1260 2007-12-25 03:33:01     INFO: [Ok]
1261 2007-12-25 03:33:01    DEBUG: Modules/FindJNI.cmake updated to 1.33
1262 2007-12-25 03:33:01     INFO: Committing u'2007-12-17 22:22:51 by hoffman'...
1263 2007-12-25 03:33:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1264 2007-12-25 03:33:01     INFO: Changeset #12
1265 2007-12-25 03:33:01     INFO: Changeset "2007-12-17 22:28:23 by hoffman"
1266 2007-12-25 03:33:01     INFO: Log message: BUG: fix for bug 5931 add some more flags for the gui
1267 2007-12-25 03:33:01    DEBUG: Going to apply changeset:
1268 Revision: 2007-12-17 22:28:23 by hoffman
1269 Date: 2007-12-17 22:28:23+00:00
1270 Author: hoffman
1271 Entries: Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.30)
1272 Log: BUG: fix for bug 5931 add some more flags for the gui
1273 2007-12-25 03:33:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmGlobalVisualStudio8Generator.cxx
1274 2007-12-25 03:33:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1275 2007-12-25 03:33:03     INFO: [Ok]
1276 2007-12-25 03:33:03    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.30
1277 2007-12-25 03:33:03     INFO: Committing u'2007-12-17 22:28:23 by hoffman'...
1278 2007-12-25 03:33:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1279 2007-12-25 03:33:03     INFO: Changeset #13
1280 2007-12-25 03:33:03     INFO: Changeset "2007-12-17 22:50:55 by hoffman"
1281 2007-12-25 03:33:03     INFO: Log message: BUG: fix for bug 5837, libtar and long path names
1282 2007-12-25 03:33:03    DEBUG: Going to apply changeset:
1283 Revision: 2007-12-17 22:50:55 by hoffman
1284 Date: 2007-12-17 22:50:55+00:00
1285 Author: hoffman
1286 Entries: Utilities/cmtar/encode.c(UPD to 1.5)
1287 Log: BUG: fix for bug 5837, libtar and long path names
1288 2007-12-25 03:33:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Utilities/cmtar/encode.c
1289 2007-12-25 03:33:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Utilities/cmtar/encode.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1290 2007-12-25 03:33:05     INFO: [Ok]
1291 2007-12-25 03:33:05    DEBUG: Utilities/cmtar/encode.c updated to 1.5
1292 2007-12-25 03:33:05     INFO: Committing u'2007-12-17 22:50:55 by hoffman'...
1293 2007-12-25 03:33:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1294 2007-12-25 03:33:05     INFO: Changeset #14
1295 2007-12-25 03:33:05     INFO: Changeset "2007-12-17 22:54:43 by king"
1296 2007-12-25 03:33:05     INFO: Log message: ENH: Fortran include path is the same as C and CXX include paths.
1297 2007-12-25 03:33:05    DEBUG: Going to apply changeset:
1298 Revision: 2007-12-17 22:54:43 by king
1299 Date: 2007-12-17 22:54:43+00:00
1300 Author: king
1301 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.219)
1302 Log: ENH: Fortran include path is the same as C and CXX include paths.
1303 2007-12-25 03:33:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmLocalUnixMakefileGenerator3.cxx
1304 2007-12-25 03:33:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1305 2007-12-25 03:33:07     INFO: [Ok]
1306 2007-12-25 03:33:07    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.219
1307 2007-12-25 03:33:07     INFO: Committing u'2007-12-17 22:54:43 by king'...
1308 2007-12-25 03:33:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1309 2007-12-25 03:33:07     INFO: Changeset #15
1310 2007-12-25 03:33:07     INFO: Changeset "2007-12-17 22:55:03 by king"
1311 2007-12-25 03:33:07     INFO: Log message: BUG: Fix parsing of #include preprocessor directives.
1312 2007-12-25 03:33:07    DEBUG: Going to apply changeset:
1313 Revision: 2007-12-17 22:55:03 by king
1314 Date: 2007-12-17 22:55:03+00:00
1315 Author: king
1316 Entries: Source/cmDependsFortranParser.cxx(UPD to 1.14), Source/cmDependsFortranParser.y(UPD to 1.16)
1317 Log: BUG: Fix parsing of #include preprocessor directives.
1318 2007-12-25 03:33:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDependsFortranParser.cxx
1319 2007-12-25 03:33:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDependsFortranParser.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1320 2007-12-25 03:33:09     INFO: [Ok]
1321 2007-12-25 03:33:09    DEBUG: Source/cmDependsFortranParser.cxx updated to 1.16
1322 2007-12-25 03:33:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDependsFortranParser.y
1323 2007-12-25 03:33:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDependsFortranParser.y ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1324 2007-12-25 03:33:10     INFO: [Ok]
1325 2007-12-25 03:33:10    DEBUG: Source/cmDependsFortranParser.y updated to 1.16
1326 2007-12-25 03:33:10     INFO: Committing u'2007-12-17 22:55:03 by king'...
1327 2007-12-25 03:33:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1328 2007-12-25 03:33:10     INFO: Changeset #16
1329 2007-12-25 03:33:10     INFO: Changeset "2007-12-17 22:55:21 by king"
1330 2007-12-25 03:33:10     INFO: Log message: BUG: Fixed memory-leaks in fortran parser.
1331 2007-12-25 03:33:10    DEBUG: Going to apply changeset:
1332 Revision: 2007-12-17 22:55:21 by king
1333 Date: 2007-12-17 22:55:21+00:00
1334 Author: king
1335 Entries: Source/cmDependsFortranParser.cxx(UPD to 1.15), Source/cmDependsFortranParser.y(UPD to 1.17)
1336 Log: BUG: Fixed memory-leaks in fortran parser.
1337 2007-12-25 03:33:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDependsFortranParser.cxx
1338 2007-12-25 03:33:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDependsFortranParser.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1339 2007-12-25 03:33:12     INFO: [Ok]
1340 2007-12-25 03:33:12    DEBUG: Source/cmDependsFortranParser.cxx updated to 1.17
1341 2007-12-25 03:33:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDependsFortranParser.y
1342 2007-12-25 03:33:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDependsFortranParser.y ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1343 2007-12-25 03:33:13     INFO: [Ok]
1344 2007-12-25 03:33:13    DEBUG: Source/cmDependsFortranParser.y updated to 1.17
1345 2007-12-25 03:33:13     INFO: Committing u'2007-12-17 22:55:21 by king'...
1346 2007-12-25 03:33:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1347 2007-12-25 03:33:13     INFO: Changeset #17
1348 2007-12-25 03:33:13     INFO: Changeset "2007-12-17 22:57:57 by hoffman"
1349 2007-12-25 03:33:13     INFO: Log message: STYLE: fix doc string
1350 2007-12-25 03:33:13    DEBUG: Going to apply changeset:
1351 Revision: 2007-12-17 22:57:57 by hoffman
1352 Date: 2007-12-17 22:57:57+00:00
1353 Author: hoffman
1354 Entries: Modules/TestForANSIForScope.cmake(UPD to 1.15)
1355 Log: STYLE: fix doc string
1356 2007-12-25 03:33:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/TestForANSIForScope.cmake
1357 2007-12-25 03:33:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/TestForANSIForScope.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1358 2007-12-25 03:33:14     INFO: [Ok]
1359 2007-12-25 03:33:14    DEBUG: Modules/TestForANSIForScope.cmake updated to 1.15
1360 2007-12-25 03:33:14     INFO: Committing u'2007-12-17 22:57:57 by hoffman'...
1361 2007-12-25 03:33:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1362 2007-12-25 03:33:14     INFO: Changeset #18
1363 2007-12-25 03:33:14     INFO: Changeset "2007-12-17 23:38:19 by king"
1364 2007-12-25 03:33:14     INFO: Log message: BUG: When the working directory for a custom command is on another drive letter we need to change to that drive letter after changing its working directory.  Fixes issue #6150.
1365 2007-12-25 03:33:14    DEBUG: Going to apply changeset:
1366 Revision: 2007-12-17 23:38:19 by king
1367 Date: 2007-12-17 23:38:19+00:00
1368 Author: king
1369 Entries: Source/cmLocalVisualStudioGenerator.cxx(UPD to 1.14)
1370 Log: BUG: When the working directory for a custom command is on another drive letter we need to change to that drive letter after changing its working directory.  Fixes issue #6150.
1371 2007-12-25 03:33:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmLocalVisualStudioGenerator.cxx
1372 2007-12-25 03:33:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmLocalVisualStudioGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1373 2007-12-25 03:33:16     INFO: [Ok]
1374 2007-12-25 03:33:16    DEBUG: Source/cmLocalVisualStudioGenerator.cxx updated to 1.14
1375 2007-12-25 03:33:16     INFO: Committing u'2007-12-17 23:38:19 by king'...
1376 2007-12-25 03:33:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1377 2007-12-25 03:33:16     INFO: Changeset #19
1378 2007-12-25 03:33:16     INFO: Changeset "2007-12-18 00:48:13 by king"
1379 2007-12-25 03:33:16     INFO: Log message: BUG: Remove stray debugging message.
1380 2007-12-25 03:33:16    DEBUG: Going to apply changeset:
1381 Revision: 2007-12-18 00:48:13 by king
1382 Date: 2007-12-18 00:48:13+00:00
1383 Author: king
1384 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.170)
1385 Log: BUG: Remove stray debugging message.
1386 2007-12-25 03:33:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.170 Source/cmGlobalXCodeGenerator.cxx
1387 2007-12-25 03:33:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.170 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1388 2007-12-25 03:33:18     INFO: [Ok]
1389 2007-12-25 03:33:18    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.170
1390 2007-12-25 03:33:18     INFO: Committing u'2007-12-18 00:48:13 by king'...
1391 2007-12-25 03:33:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1392 2007-12-25 03:33:18     INFO: Changeset #20
1393 2007-12-25 03:33:18     INFO: Changeset "2007-12-18 02:37:16 by hoffman"
1394 2007-12-25 03:33:18     INFO: Log message: BUG: fix for 5722
1395 2007-12-25 03:33:18    DEBUG: Going to apply changeset:
1396 Revision: 2007-12-18 02:37:16 by hoffman
1397 Date: 2007-12-18 02:37:16+00:00
1398 Author: hoffman
1399 Entries: Modules/FindPkgConfig.cmake(UPD to 1.6)
1400 Log: BUG: fix for 5722
1401 2007-12-25 03:33:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindPkgConfig.cmake
1402 2007-12-25 03:33:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindPkgConfig.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1403 2007-12-25 03:33:20     INFO: [Ok]
1404 2007-12-25 03:33:20    DEBUG: Modules/FindPkgConfig.cmake updated to 1.6
1405 2007-12-25 03:33:20     INFO: Committing u'2007-12-18 02:37:16 by hoffman'...
1406 2007-12-25 03:33:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1407 2007-12-25 03:33:20     INFO: Changeset #21
1408 2007-12-25 03:33:20     INFO: Changeset "2007-12-18 05:01:02 by king"
1409 2007-12-25 03:33:20     INFO: Log message: STYLE: Nightly Date Stamp
1410 2007-12-25 03:33:20    DEBUG: Going to apply changeset:
1411 Revision: 2007-12-18 05:01:02 by king
1412 Date: 2007-12-18 05:01:02+00:00
1413 Author: king
1414 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.38)
1415 Log: STYLE: Nightly Date Stamp
1416 2007-12-25 03:33:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/kwsys/kwsysDateStamp.cmake
1417 2007-12-25 03:33:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1418 2007-12-25 03:33:22     INFO: [Ok]
1419 2007-12-25 03:33:22    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.38
1420 2007-12-25 03:33:22     INFO: Committing u'2007-12-18 05:01:02 by king'...
1421 2007-12-25 03:33:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1422 2007-12-25 03:33:22     INFO: Changeset #22
1423 2007-12-25 03:33:22     INFO: Changeset "2007-12-18 13:53:10 by hoffman"
1424 2007-12-25 03:33:22     INFO: Log message: STYLE: fix line len
1425 2007-12-25 03:33:22    DEBUG: Going to apply changeset:
1426 Revision: 2007-12-18 13:53:10 by hoffman
1427 Date: 2007-12-18 13:53:10+00:00
1428 Author: hoffman
1429 Entries: Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.31)
1430 Log: STYLE: fix line len
1431 2007-12-25 03:33:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmGlobalVisualStudio8Generator.cxx
1432 2007-12-25 03:33:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1433 2007-12-25 03:33:24     INFO: [Ok]
1434 2007-12-25 03:33:24    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.31
1435 2007-12-25 03:33:24     INFO: Committing u'2007-12-18 13:53:10 by hoffman'...
1436 2007-12-25 03:33:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1437 2007-12-25 03:33:24     INFO: Changeset #23
1438 2007-12-25 03:33:24     INFO: Changeset "2007-12-18 14:50:08 by king"
1439 2007-12-25 03:33:24     INFO: Log message: ENH: Implemented generation of display for pre-build, pre-link, and post-build custom command comments during the build.  This addresses issue #5353.
1440 2007-12-25 03:33:24    DEBUG: Going to apply changeset:
1441 Revision: 2007-12-18 14:50:08 by king
1442 Date: 2007-12-18 14:50:08+00:00
1443 Author: king
1444 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.171), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.220), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.76), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.209), Tests/CustomCommand/CMakeLists.txt(UPD to 1.36)
1445 Log: ENH: Implemented generation of display for pre-build, pre-link, and post-build custom command comments during the build.  This addresses issue #5353.
1446 2007-12-25 03:33:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Tests/CustomCommand/CMakeLists.txt
1447 2007-12-25 03:33:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Tests/CustomCommand/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1448 2007-12-25 03:33:26     INFO: [Ok]
1449 2007-12-25 03:33:26    DEBUG: Tests/CustomCommand/CMakeLists.txt updated to 1.36
1450 2007-12-25 03:33:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmLocalUnixMakefileGenerator3.h
1451 2007-12-25 03:33:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1452 2007-12-25 03:33:27     INFO: [Ok]
1453 2007-12-25 03:33:27    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.36
1454 2007-12-25 03:33:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.171 Source/cmGlobalXCodeGenerator.cxx
1455 2007-12-25 03:33:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.171 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1456 2007-12-25 03:33:28     INFO: [Ok]
1457 2007-12-25 03:33:28    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.36
1458 2007-12-25 03:33:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.209 Source/cmLocalVisualStudio7Generator.cxx
1459 2007-12-25 03:33:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.209 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1460 2007-12-25 03:33:29     INFO: [Ok]
1461 2007-12-25 03:33:29    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.36
1462 2007-12-25 03:33:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmLocalUnixMakefileGenerator3.cxx
1463 2007-12-25 03:33:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1464 2007-12-25 03:33:30     INFO: [Ok]
1465 2007-12-25 03:33:30    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.36
1466 2007-12-25 03:33:30     INFO: Committing u'2007-12-18 14:50:08 by king'...
1467 2007-12-25 03:33:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1468 2007-12-25 03:33:30     INFO: Changeset #24
1469 2007-12-25 03:33:30     INFO: Changeset "2007-12-18 14:57:41 by hoffman"
1470 2007-12-25 03:33:30     INFO: Log message: BUG: fix for bug 6172 add get source file prop LANGUAGE
1471 2007-12-25 03:33:30    DEBUG: Going to apply changeset:
1472 Revision: 2007-12-18 14:57:41 by hoffman
1473 Date: 2007-12-18 14:57:41+00:00
1474 Author: hoffman
1475 Entries: Source/cmGetSourceFilePropertyCommand.cxx(UPD to 1.12), Tests/COnly/CMakeLists.txt(UPD to 1.13)
1476 Log: BUG: fix for bug 6172 add get source file prop LANGUAGE
1477 2007-12-25 03:33:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmGetSourceFilePropertyCommand.cxx
1478 2007-12-25 03:33:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmGetSourceFilePropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1479 2007-12-25 03:33:32     INFO: [Ok]
1480 2007-12-25 03:33:32    DEBUG: Source/cmGetSourceFilePropertyCommand.cxx updated to 1.13
1481 2007-12-25 03:33:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Tests/COnly/CMakeLists.txt
1482 2007-12-25 03:33:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Tests/COnly/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1483 2007-12-25 03:33:33     INFO: [Ok]
1484 2007-12-25 03:33:33    DEBUG: Tests/COnly/CMakeLists.txt updated to 1.13
1485 2007-12-25 03:33:33     INFO: Committing u'2007-12-18 14:57:41 by hoffman'...
1486 2007-12-25 03:33:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1487 2007-12-25 03:33:33     INFO: Changeset #25
1488 2007-12-25 03:33:33     INFO: Changeset "2007-12-18 15:02:52 by hoffman"
1489 2007-12-25 03:33:33     INFO: Log message: BUG: fix for bug 5464 better find boost for windows
1490 2007-12-25 03:33:33    DEBUG: Going to apply changeset:
1491 Revision: 2007-12-18 15:02:52 by hoffman
1492 Date: 2007-12-18 15:02:52+00:00
1493 Author: hoffman
1494 Entries: Modules/FindBoost.cmake(UPD to 1.3)
1495 Log: BUG: fix for bug 5464 better find boost for windows
1496 2007-12-25 03:33:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindBoost.cmake
1497 2007-12-25 03:33:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindBoost.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1498 2007-12-25 03:33:35     INFO: [Ok]
1499 2007-12-25 03:33:35    DEBUG: Modules/FindBoost.cmake updated to 1.3
1500 2007-12-25 03:33:35     INFO: Committing u'2007-12-18 15:02:52 by hoffman'...
1501 2007-12-25 03:33:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1502 2007-12-25 03:33:35     INFO: Changeset #26
1503 2007-12-25 03:33:35     INFO: Changeset "2007-12-18 18:05:43 by clinton"
1504 2007-12-25 03:33:35     INFO: Log message: ENH:  Improve documentation of new features.
1505 2007-12-25 03:33:35    DEBUG: Going to apply changeset:
1506 Revision: 2007-12-18 18:05:43 by clinton
1507 Date: 2007-12-18 18:05:43+00:00
1508 Author: clinton
1509 Entries: Modules/FindQt4.cmake(UPD to 1.82)
1510 Log: ENH:  Improve documentation of new features.
1511 2007-12-25 03:33:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Modules/FindQt4.cmake
1512 2007-12-25 03:33:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1513 2007-12-25 03:33:37     INFO: [Ok]
1514 2007-12-25 03:33:37    DEBUG: Modules/FindQt4.cmake updated to 1.82
1515 2007-12-25 03:33:37     INFO: Committing u'2007-12-18 18:05:43 by clinton'...
1516 2007-12-25 03:33:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1517 2007-12-25 03:33:37     INFO: Changeset #27
1518 2007-12-25 03:33:37     INFO: Changeset "2007-12-18 19:50:18 by clinton"
1519 2007-12-25 03:33:37     INFO: Log message: ENH: should define QT_DLL instead of QT_SHARED
1520 2007-12-25 03:33:37    DEBUG: Going to apply changeset:
1521 Revision: 2007-12-18 19:50:18 by clinton
1522 Date: 2007-12-18 19:50:18+00:00
1523 Author: clinton
1524 Entries: Modules/FindQt4.cmake(UPD to 1.83)
1525 Log: ENH: should define QT_DLL instead of QT_SHARED
1526 2007-12-25 03:33:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Modules/FindQt4.cmake
1527 2007-12-25 03:33:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1528 2007-12-25 03:33:39     INFO: [Ok]
1529 2007-12-25 03:33:39    DEBUG: Modules/FindQt4.cmake updated to 1.83
1530 2007-12-25 03:33:39     INFO: Committing u'2007-12-18 19:50:18 by clinton'...
1531 2007-12-25 03:33:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1532 2007-12-25 03:33:39     INFO: Changeset #28
1533 2007-12-25 03:33:39     INFO: Changeset "2007-12-18 22:50:27 by alex"
1534 2007-12-25 03:33:39     INFO: Log message: ENH: add support for chrpath, so the RPATH in ELF files can be changed when
1535 installing without having to link the target again -> can save a lot of time
1537 chrpath is handled very similar to install_name_tool on the mac. If the
1538 RPATH in the build tree file is to short, it is padded using the separator
1539 character.
1540 This is currently disabled by default, it can be enabled using the option
1541 CMAKE_USE_CHRPATH. There are additional checks whether it is safe to enable
1542 it. I will rework them and use FILE(READ) instead to detect whether the
1543 binaries are actually ELF files.
1545 chrpath is available here
1546 http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
1547 or kde svn (since a few days): http://websvn.kde.org/trunk/kdesupport/chrpath/
1549 Alex
1550 2007-12-25 03:33:39    DEBUG: Going to apply changeset:
1551 Revision: 2007-12-18 22:50:27 by alex
1552 Date: 2007-12-18 22:50:27+00:00
1553 Author: alex
1554 Entries: Modules/CMakeFindBinUtils.cmake(UPD to 1.9), Source/cmInstallTargetGenerator.cxx(UPD to 1.48), Source/cmInstallTargetGenerator.h(UPD to 1.19), Source/cmLocalGenerator.cxx(UPD to 1.242), Source/cmLocalGenerator.h(UPD to 1.87), Source/cmTarget.cxx(UPD to 1.169), Source/cmTarget.h(UPD to 1.93)
1555 Log: ENH: add support for chrpath, so the RPATH in ELF files can be changed when
1556 installing without having to link the target again -> can save a lot of time
1558 chrpath is handled very similar to install_name_tool on the mac. If the
1559 RPATH in the build tree file is to short, it is padded using the separator
1560 character.
1561 This is currently disabled by default, it can be enabled using the option
1562 CMAKE_USE_CHRPATH. There are additional checks whether it is safe to enable
1563 it. I will rework them and use FILE(READ) instead to detect whether the
1564 binaries are actually ELF files.
1566 chrpath is available here
1567 http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
1568 or kde svn (since a few days): http://websvn.kde.org/trunk/kdesupport/chrpath/
1570 Alex
1571 2007-12-25 03:33:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeFindBinUtils.cmake
1572 2007-12-25 03:33:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1573 2007-12-25 03:33:40     INFO: [Ok]
1574 2007-12-25 03:33:40    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.93
1575 2007-12-25 03:33:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmInstallTargetGenerator.h
1576 2007-12-25 03:33:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1577 2007-12-25 03:33:41     INFO: [Ok]
1578 2007-12-25 03:33:41    DEBUG: Source/cmInstallTargetGenerator.h updated to 1.93
1579 2007-12-25 03:33:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmInstallTargetGenerator.cxx
1580 2007-12-25 03:33:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1581 2007-12-25 03:33:42     INFO: [Ok]
1582 2007-12-25 03:33:42    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.93
1583 2007-12-25 03:33:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/cmLocalGenerator.h
1584 2007-12-25 03:33:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1585 2007-12-25 03:33:43     INFO: [Ok]
1586 2007-12-25 03:33:43    DEBUG: Source/cmLocalGenerator.h updated to 1.93
1587 2007-12-25 03:33:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmTarget.h
1588 2007-12-25 03:33:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1589 2007-12-25 03:33:44     INFO: [Ok]
1590 2007-12-25 03:33:44    DEBUG: Source/cmTarget.h updated to 1.93
1591 2007-12-25 03:33:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.169 Source/cmTarget.cxx
1592 2007-12-25 03:33:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.169 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1593 2007-12-25 03:33:45     INFO: [Ok]
1594 2007-12-25 03:33:45    DEBUG: Source/cmTarget.cxx updated to 1.93
1595 2007-12-25 03:33:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.242 Source/cmLocalGenerator.cxx
1596 2007-12-25 03:33:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.242 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1597 2007-12-25 03:33:46     INFO: [Ok]
1598 2007-12-25 03:33:46    DEBUG: Source/cmLocalGenerator.cxx updated to 1.93
1599 2007-12-25 03:33:46     INFO: Committing u'2007-12-18 22:50:27 by alex'...
1600 2007-12-25 03:33:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1601 2007-12-25 03:33:46     INFO: Changeset #29
1602 2007-12-25 03:33:46     INFO: Changeset "2007-12-19 05:01:03 by king"
1603 2007-12-25 03:33:46     INFO: Log message: STYLE: Nightly Date Stamp
1604 2007-12-25 03:33:46    DEBUG: Going to apply changeset:
1605 Revision: 2007-12-19 05:01:03 by king
1606 Date: 2007-12-19 05:01:03+00:00
1607 Author: king
1608 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.39)
1609 Log: STYLE: Nightly Date Stamp
1610 2007-12-25 03:33:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/kwsys/kwsysDateStamp.cmake
1611 2007-12-25 03:33:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1612 2007-12-25 03:33:48     INFO: [Ok]
1613 2007-12-25 03:33:48    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.39
1614 2007-12-25 03:33:48     INFO: Committing u'2007-12-19 05:01:03 by king'...
1615 2007-12-25 03:33:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1616 2007-12-25 03:33:48     INFO: Changeset #30
1617 2007-12-25 03:33:48     INFO: Changeset "2007-12-19 08:55:11 by alex"
1618 2007-12-25 03:33:48     INFO: Log message: 
1619 BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since an
1620 option is not scriptable and so breaks the toolchain test
1621 or maybe option() should be made scriptable ?
1623 Alex
1624 2007-12-25 03:33:48    DEBUG: Going to apply changeset:
1625 Revision: 2007-12-19 08:55:11 by alex
1626 Date: 2007-12-19 08:55:11+00:00
1627 Author: alex
1628 Entries: Modules/CMakeFindBinUtils.cmake(UPD to 1.10)
1629 Log: 
1630 BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since an
1631 option is not scriptable and so breaks the toolchain test
1632 or maybe option() should be made scriptable ?
1634 Alex
1635 2007-12-25 03:33:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CMakeFindBinUtils.cmake
1636 2007-12-25 03:33:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1637 2007-12-25 03:33:50     INFO: [Ok]
1638 2007-12-25 03:33:50    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.10
1639 2007-12-25 03:33:50     INFO: Committing u'2007-12-19 08:55:11 by alex'...
1640 2007-12-25 03:33:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1641 2007-12-25 03:33:50     INFO: Changeset #31
1642 2007-12-25 03:33:50     INFO: Changeset "2007-12-19 08:56:13 by alex"
1643 2007-12-25 03:33:50     INFO: Log message: 
1644 STYLE: fix warnings: comparison signed/unsigned, unused variable
1646 Alex
1647 2007-12-25 03:33:50    DEBUG: Going to apply changeset:
1648 Revision: 2007-12-19 08:56:13 by alex
1649 Date: 2007-12-19 08:56:13+00:00
1650 Author: alex
1651 Entries: Source/cmInstallTargetGenerator.cxx(UPD to 1.49), Source/cmInstallTargetGenerator.h(UPD to 1.20), Source/cmLocalGenerator.cxx(UPD to 1.243), Source/cmLocalGenerator.h(UPD to 1.88)
1652 Log: 
1653 STYLE: fix warnings: comparison signed/unsigned, unused variable
1655 Alex
1656 2007-12-25 03:33:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmInstallTargetGenerator.h
1657 2007-12-25 03:33:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1658 2007-12-25 03:33:52     INFO: [Ok]
1659 2007-12-25 03:33:52    DEBUG: Source/cmInstallTargetGenerator.h updated to 1.88
1660 2007-12-25 03:33:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmInstallTargetGenerator.cxx
1661 2007-12-25 03:33:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1662 2007-12-25 03:33:53     INFO: [Ok]
1663 2007-12-25 03:33:53    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.88
1664 2007-12-25 03:33:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/cmLocalGenerator.h
1665 2007-12-25 03:33:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1666 2007-12-25 03:33:54     INFO: [Ok]
1667 2007-12-25 03:33:54    DEBUG: Source/cmLocalGenerator.h updated to 1.88
1668 2007-12-25 03:33:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.243 Source/cmLocalGenerator.cxx
1669 2007-12-25 03:33:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.243 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1670 2007-12-25 03:33:55     INFO: [Ok]
1671 2007-12-25 03:33:55    DEBUG: Source/cmLocalGenerator.cxx updated to 1.88
1672 2007-12-25 03:33:55     INFO: Committing u'2007-12-19 08:56:13 by alex'...
1673 2007-12-25 03:33:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1674 2007-12-25 03:33:55     INFO: Changeset #32
1675 2007-12-25 03:33:55     INFO: Changeset "2007-12-19 15:34:43 by king"
1676 2007-12-25 03:33:55     INFO: Log message: ENH: Added CMAKE_SYSTEM_PREFIX_PATH variable.
1677 2007-12-25 03:33:55    DEBUG: Going to apply changeset:
1678 Revision: 2007-12-19 15:34:43 by king
1679 Date: 2007-12-19 15:34:43+00:00
1680 Author: king
1681 Entries: Source/cmFindBase.cxx(UPD to 1.27)
1682 Log: ENH: Added CMAKE_SYSTEM_PREFIX_PATH variable.
1683 2007-12-25 03:33:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindBase.cxx
1684 2007-12-25 03:33:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1685 2007-12-25 03:33:56     INFO: [Ok]
1686 2007-12-25 03:33:56    DEBUG: Source/cmFindBase.cxx updated to 1.27
1687 2007-12-25 03:33:56     INFO: Committing u'2007-12-19 15:34:43 by king'...
1688 2007-12-25 03:33:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1689 2007-12-25 03:33:56     INFO: Changeset #33
1690 2007-12-25 03:33:56     INFO: Changeset "2007-12-19 16:06:47 by king"
1691 2007-12-25 03:33:56     INFO: Log message: ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and consistency with other find path variable names.
1692 2007-12-25 03:33:56    DEBUG: Going to apply changeset:
1693 Revision: 2007-12-19 16:06:47 by king
1694 Date: 2007-12-19 16:06:47+00:00
1695 Author: king
1696 Entries: Source/cmFindBase.cxx(UPD to 1.28), Tests/FindPackageTest/CMakeLists.txt(UPD to 1.5)
1697 Log: ENH: Renamed CMAKE_FIND_PREFIX_PATH to CMAKE_PREFIX_PATH for brevity and consistency with other find path variable names.
1698 2007-12-25 03:33:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/FindPackageTest/CMakeLists.txt
1699 2007-12-25 03:33:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/FindPackageTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1700 2007-12-25 03:33:58     INFO: [Ok]
1701 2007-12-25 03:33:58    DEBUG: Tests/FindPackageTest/CMakeLists.txt updated to 1.5
1702 2007-12-25 03:33:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmFindBase.cxx
1703 2007-12-25 03:33:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1704 2007-12-25 03:33:59     INFO: [Ok]
1705 2007-12-25 03:33:59    DEBUG: Source/cmFindBase.cxx updated to 1.5
1706 2007-12-25 03:33:59     INFO: Committing u'2007-12-19 16:06:47 by king'...
1707 2007-12-25 03:33:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1708 2007-12-25 03:33:59     INFO: Changeset #34
1709 2007-12-25 03:33:59     INFO: Changeset "2007-12-19 16:51:30 by king"
1710 2007-12-25 03:33:59     INFO: Log message: ENH: Improved speed of cmake::CheckBuildSystem when checking build system outputs versus dependencies.  Instead of doing an O(m*n) comparison of every pair, just locate the oldest output and the newest input and compare them which is now O(m+n).
1711 2007-12-25 03:33:59    DEBUG: Going to apply changeset:
1712 Revision: 2007-12-19 16:51:30 by king
1713 Date: 2007-12-19 16:51:30+00:00
1714 Author: king
1715 Entries: Source/cmake.cxx(UPD to 1.343)
1716 Log: ENH: Improved speed of cmake::CheckBuildSystem when checking build system outputs versus dependencies.  Instead of doing an O(m*n) comparison of every pair, just locate the oldest output and the newest input and compare them which is now O(m+n).
1717 2007-12-25 03:33:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.343 Source/cmake.cxx
1718 2007-12-25 03:33:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.343 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1719 2007-12-25 03:34:01     INFO: [Ok]
1720 2007-12-25 03:34:01    DEBUG: Source/cmake.cxx updated to 1.343
1721 2007-12-25 03:34:01     INFO: Committing u'2007-12-19 16:51:30 by king'...
1722 2007-12-25 03:34:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1723 2007-12-25 03:34:01     INFO: Changeset #35
1724 2007-12-25 03:34:01     INFO: Changeset "2007-12-19 19:28:46 by king"
1725 2007-12-25 03:34:01     INFO: Log message: ENH: Pass target directory to cmDependsFortran scanning instances.
1726 2007-12-25 03:34:01    DEBUG: Going to apply changeset:
1727 Revision: 2007-12-19 19:28:46 by king
1728 Date: 2007-12-19 19:28:46+00:00
1729 Author: king
1730 Entries: Source/cmDependsFortran.cxx(UPD to 1.30), Source/cmDependsFortran.h(UPD to 1.8), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.221)
1731 Log: ENH: Pass target directory to cmDependsFortran scanning instances.
1732 2007-12-25 03:34:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDependsFortran.h
1733 2007-12-25 03:34:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1734 2007-12-25 03:34:03     INFO: [Ok]
1735 2007-12-25 03:34:03    DEBUG: Source/cmDependsFortran.h updated to 1.221
1736 2007-12-25 03:34:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmDependsFortran.cxx
1737 2007-12-25 03:34:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1738 2007-12-25 03:34:04     INFO: [Ok]
1739 2007-12-25 03:34:04    DEBUG: Source/cmDependsFortran.cxx updated to 1.221
1740 2007-12-25 03:34:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmLocalUnixMakefileGenerator3.cxx
1741 2007-12-25 03:34:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1742 2007-12-25 03:34:05     INFO: [Ok]
1743 2007-12-25 03:34:05    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.221
1744 2007-12-25 03:34:05     INFO: Committing u'2007-12-19 19:28:46 by king'...
1745 2007-12-25 03:34:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1746 2007-12-25 03:34:05     INFO: Changeset #36
1747 2007-12-25 03:34:05     INFO: Changeset "2007-12-19 21:35:09 by king"
1748 2007-12-25 03:34:05     INFO: Log message: BUG: cmDependsFortran should store the source file as a dependency of the object file when scanning for dependencies.
1749 2007-12-25 03:34:05    DEBUG: Going to apply changeset:
1750 Revision: 2007-12-19 21:35:09 by king
1751 Date: 2007-12-19 21:35:09+00:00
1752 Author: king
1753 Entries: Source/cmDependsFortran.cxx(UPD to 1.31)
1754 Log: BUG: cmDependsFortran should store the source file as a dependency of the object file when scanning for dependencies.
1755 2007-12-25 03:34:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmDependsFortran.cxx
1756 2007-12-25 03:34:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1757 2007-12-25 03:34:07     INFO: [Ok]
1758 2007-12-25 03:34:07    DEBUG: Source/cmDependsFortran.cxx updated to 1.31
1759 2007-12-25 03:34:07     INFO: Committing u'2007-12-19 21:35:09 by king'...
1760 2007-12-25 03:34:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1761 2007-12-25 03:34:07     INFO: Changeset #37
1762 2007-12-25 03:34:07     INFO: Changeset "2007-12-19 21:36:29 by king"
1763 2007-12-25 03:34:07     INFO: Log message: ENH: Moved dependency integrity check from CheckBuildSystem over to a per-target UpdateDependencies step.  This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check.
1764 2007-12-25 03:34:07    DEBUG: Going to apply changeset:
1765 Revision: 2007-12-19 21:36:29 by king
1766 Date: 2007-12-19 21:36:30+00:00
1767 Author: king
1768 Entries: Source/cmDepends.cxx(UPD to 1.15), Source/cmDepends.h(UPD to 1.12), Source/cmLocalGenerator.h(UPD to 1.89), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.222), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.77), Source/cmMakefileTargetGenerator.cxx(UPD to 1.75), Source/cmake.cxx(UPD to 1.344)
1769 Log: ENH: Moved dependency integrity check from CheckBuildSystem over to a per-target UpdateDependencies step.  This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check.
1770 2007-12-25 03:34:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDepends.h
1771 2007-12-25 03:34:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1772 2007-12-25 03:34:09     INFO: [Ok]
1773 2007-12-25 03:34:09    DEBUG: Source/cmDepends.h updated to 1.344
1774 2007-12-25 03:34:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDepends.cxx
1775 2007-12-25 03:34:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1776 2007-12-25 03:34:10     INFO: [Ok]
1777 2007-12-25 03:34:10    DEBUG: Source/cmDepends.cxx updated to 1.344
1778 2007-12-25 03:34:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmMakefileTargetGenerator.cxx
1779 2007-12-25 03:34:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1780 2007-12-25 03:34:11     INFO: [Ok]
1781 2007-12-25 03:34:11    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.344
1782 2007-12-25 03:34:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmLocalUnixMakefileGenerator3.h
1783 2007-12-25 03:34:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1784 2007-12-25 03:34:12     INFO: [Ok]
1785 2007-12-25 03:34:12    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.344
1786 2007-12-25 03:34:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/cmLocalGenerator.h
1787 2007-12-25 03:34:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1788 2007-12-25 03:34:13     INFO: [Ok]
1789 2007-12-25 03:34:13    DEBUG: Source/cmLocalGenerator.h updated to 1.344
1790 2007-12-25 03:34:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmLocalUnixMakefileGenerator3.cxx
1791 2007-12-25 03:34:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1792 2007-12-25 03:34:14     INFO: [Ok]
1793 2007-12-25 03:34:14    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.344
1794 2007-12-25 03:34:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.344 Source/cmake.cxx
1795 2007-12-25 03:34:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.344 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1796 2007-12-25 03:34:15     INFO: [Ok]
1797 2007-12-25 03:34:15    DEBUG: Source/cmake.cxx updated to 1.344
1798 2007-12-25 03:34:15     INFO: Committing u'2007-12-19 21:36:29 by king'...
1799 2007-12-25 03:34:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1800 2007-12-25 03:34:15     INFO: Changeset #38
1801 2007-12-25 03:34:15     INFO: Changeset "2007-12-19 21:46:15 by alex"
1802 2007-12-25 03:34:15     INFO: Log message: STYLE: nicer error message:
1803 "Command options() is not scriptable" is IMO better to understand than
1804 "Command options not scriptable" (with all uppercase commands it was easier to see)
1806 Alex
1807 2007-12-25 03:34:15    DEBUG: Going to apply changeset:
1808 Revision: 2007-12-19 21:46:15 by alex
1809 Date: 2007-12-19 21:46:15+00:00
1810 Author: alex
1811 Entries: Source/cmMakefile.cxx(UPD to 1.419)
1812 Log: STYLE: nicer error message:
1813 "Command options() is not scriptable" is IMO better to understand than
1814 "Command options not scriptable" (with all uppercase commands it was easier to see)
1816 Alex
1817 2007-12-25 03:34:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.419 Source/cmMakefile.cxx
1818 2007-12-25 03:34:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.419 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1819 2007-12-25 03:34:17     INFO: [Ok]
1820 2007-12-25 03:34:17    DEBUG: Source/cmMakefile.cxx updated to 1.419
1821 2007-12-25 03:34:17     INFO: Committing u'2007-12-19 21:46:15 by alex'...
1822 2007-12-25 03:34:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1823 2007-12-25 03:34:17     INFO: Changeset #39
1824 2007-12-25 03:34:17     INFO: Changeset "2007-12-19 21:48:04 by clinton"
1825 2007-12-25 03:34:17     INFO: Log message: ENH:  Better QT4_EXTRACT_OPTIONS macro.
1826 2007-12-25 03:34:17    DEBUG: Going to apply changeset:
1827 Revision: 2007-12-19 21:48:04 by clinton
1828 Date: 2007-12-19 21:48:04+00:00
1829 Author: clinton
1830 Entries: Modules/FindQt4.cmake(UPD to 1.84)
1831 Log: ENH:  Better QT4_EXTRACT_OPTIONS macro.
1832 2007-12-25 03:34:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Modules/FindQt4.cmake
1833 2007-12-25 03:34:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1834 2007-12-25 03:34:19     INFO: [Ok]
1835 2007-12-25 03:34:19    DEBUG: Modules/FindQt4.cmake updated to 1.84
1836 2007-12-25 03:34:19     INFO: Committing u'2007-12-19 21:48:04 by clinton'...
1837 2007-12-25 03:34:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1838 2007-12-25 03:34:19     INFO: Changeset #40
1839 2007-12-25 03:34:19     INFO: Changeset "2007-12-19 21:53:58 by alex"
1840 2007-12-25 03:34:19     INFO: Log message: ENH: options() is now scriptable, set() is scriptable too, I don't see a big
1841 difference
1843 Alex
1844 2007-12-25 03:34:19    DEBUG: Going to apply changeset:
1845 Revision: 2007-12-19 21:53:58 by alex
1846 Date: 2007-12-19 21:53:58+00:00
1847 Author: alex
1848 Entries: Source/cmOptionCommand.h(UPD to 1.14)
1849 Log: ENH: options() is now scriptable, set() is scriptable too, I don't see a big
1850 difference
1852 Alex
1853 2007-12-25 03:34:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmOptionCommand.h
1854 2007-12-25 03:34:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmOptionCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1855 2007-12-25 03:34:21     INFO: [Ok]
1856 2007-12-25 03:34:21    DEBUG: Source/cmOptionCommand.h updated to 1.14
1857 2007-12-25 03:34:21     INFO: Committing u'2007-12-19 21:53:58 by alex'...
1858 2007-12-25 03:34:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1859 2007-12-25 03:34:21     INFO: Changeset #41
1860 2007-12-25 03:34:21     INFO: Changeset "2007-12-19 22:15:41 by king"
1861 2007-12-25 03:34:21     INFO: Log message: ENH: Enabled color printing of "Scanning dependencies of target ..." message.
1862 2007-12-25 03:34:21    DEBUG: Going to apply changeset:
1863 Revision: 2007-12-19 22:15:41 by king
1864 Date: 2007-12-19 22:15:41+00:00
1865 Author: king
1866 Entries: Source/cmLocalGenerator.h(UPD to 1.90), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.223), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.78), Source/cmMakefileTargetGenerator.cxx(UPD to 1.76), Source/cmSystemTools.cxx(UPD to 1.357), Source/cmSystemTools.h(UPD to 1.144), Source/cmake.cxx(UPD to 1.345)
1867 Log: ENH: Enabled color printing of "Scanning dependencies of target ..." message.
1868 2007-12-25 03:34:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmMakefileTargetGenerator.cxx
1869 2007-12-25 03:34:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1870 2007-12-25 03:34:23     INFO: [Ok]
1871 2007-12-25 03:34:23    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.345
1872 2007-12-25 03:34:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmLocalUnixMakefileGenerator3.h
1873 2007-12-25 03:34:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1874 2007-12-25 03:34:24     INFO: [Ok]
1875 2007-12-25 03:34:24    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.345
1876 2007-12-25 03:34:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmLocalGenerator.h
1877 2007-12-25 03:34:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1878 2007-12-25 03:34:25     INFO: [Ok]
1879 2007-12-25 03:34:25    DEBUG: Source/cmLocalGenerator.h updated to 1.345
1880 2007-12-25 03:34:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.144 Source/cmSystemTools.h
1881 2007-12-25 03:34:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.144 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1882 2007-12-25 03:34:26     INFO: [Ok]
1883 2007-12-25 03:34:26    DEBUG: Source/cmSystemTools.h updated to 1.345
1884 2007-12-25 03:34:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmLocalUnixMakefileGenerator3.cxx
1885 2007-12-25 03:34:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1886 2007-12-25 03:34:27     INFO: [Ok]
1887 2007-12-25 03:34:27    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.345
1888 2007-12-25 03:34:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.345 Source/cmake.cxx
1889 2007-12-25 03:34:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.345 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1890 2007-12-25 03:34:28     INFO: [Ok]
1891 2007-12-25 03:34:28    DEBUG: Source/cmake.cxx updated to 1.345
1892 2007-12-25 03:34:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.357 Source/cmSystemTools.cxx
1893 2007-12-25 03:34:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.357 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1894 2007-12-25 03:34:29     INFO: [Ok]
1895 2007-12-25 03:34:29    DEBUG: Source/cmSystemTools.cxx updated to 1.345
1896 2007-12-25 03:34:29     INFO: Committing u'2007-12-19 22:15:41 by king'...
1897 2007-12-25 03:34:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1898 2007-12-25 03:34:29     INFO: Changeset #42
1899 2007-12-25 03:34:29     INFO: Changeset "2007-12-19 22:54:24 by king"
1900 2007-12-25 03:34:29     INFO: Log message: BUG: Fix make depend target in subdirectory Makefile interface.
1901 2007-12-25 03:34:29    DEBUG: Going to apply changeset:
1902 Revision: 2007-12-19 22:54:24 by king
1903 Date: 2007-12-19 22:54:24+00:00
1904 Author: king
1905 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.224)
1906 Log: BUG: Fix make depend target in subdirectory Makefile interface.
1907 2007-12-25 03:34:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmLocalUnixMakefileGenerator3.cxx
1908 2007-12-25 03:34:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1909 2007-12-25 03:34:31     INFO: [Ok]
1910 2007-12-25 03:34:31    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.224
1911 2007-12-25 03:34:31     INFO: Committing u'2007-12-19 22:54:24 by king'...
1912 2007-12-25 03:34:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1913 2007-12-25 03:34:31     INFO: Changeset #43
1914 2007-12-25 03:34:31     INFO: Changeset "2007-12-20 05:01:04 by king"
1915 2007-12-25 03:34:31     INFO: Log message: STYLE: Nightly Date Stamp
1916 2007-12-25 03:34:31    DEBUG: Going to apply changeset:
1917 Revision: 2007-12-20 05:01:04 by king
1918 Date: 2007-12-20 05:01:04+00:00
1919 Author: king
1920 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.40)
1921 Log: STYLE: Nightly Date Stamp
1922 2007-12-25 03:34:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/kwsys/kwsysDateStamp.cmake
1923 2007-12-25 03:34:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1924 2007-12-25 03:34:33     INFO: [Ok]
1925 2007-12-25 03:34:33    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.40
1926 2007-12-25 03:34:33     INFO: Committing u'2007-12-20 05:01:04 by king'...
1927 2007-12-25 03:34:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1928 2007-12-25 03:34:33     INFO: Changeset #44
1929 2007-12-25 03:34:33     INFO: Changeset "2007-12-20 14:27:59 by king"
1930 2007-12-25 03:34:33     INFO: Log message: COMP: Fixed data loss warning.
1931 2007-12-25 03:34:33    DEBUG: Going to apply changeset:
1932 Revision: 2007-12-20 14:27:59 by king
1933 Date: 2007-12-20 14:27:59+00:00
1934 Author: king
1935 Entries: Source/cmLocalGenerator.cxx(UPD to 1.244)
1936 Log: COMP: Fixed data loss warning.
1937 2007-12-25 03:34:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.244 Source/cmLocalGenerator.cxx
1938 2007-12-25 03:34:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.244 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1939 2007-12-25 03:34:35     INFO: [Ok]
1940 2007-12-25 03:34:35    DEBUG: Source/cmLocalGenerator.cxx updated to 1.244
1941 2007-12-25 03:34:35     INFO: Committing u'2007-12-20 14:27:59 by king'...
1942 2007-12-25 03:34:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1943 2007-12-25 03:34:35     INFO: Changeset #45
1944 2007-12-25 03:34:35     INFO: Changeset "2007-12-20 14:35:14 by king"
1945 2007-12-25 03:34:35     INFO: Log message: COMP: Fixed error on HP due to newline macro.
1946 2007-12-25 03:34:35    DEBUG: Going to apply changeset:
1947 Revision: 2007-12-20 14:35:14 by king
1948 Date: 2007-12-20 14:35:14+00:00
1949 Author: king
1950 Entries: Source/cmSystemTools.h(UPD to 1.145)
1951 Log: COMP: Fixed error on HP due to newline macro.
1952 2007-12-25 03:34:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.145 Source/cmSystemTools.h
1953 2007-12-25 03:34:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.145 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1954 2007-12-25 03:34:37     INFO: [Ok]
1955 2007-12-25 03:34:37    DEBUG: Source/cmSystemTools.h updated to 1.145
1956 2007-12-25 03:34:37     INFO: Committing u'2007-12-20 14:35:14 by king'...
1957 2007-12-25 03:34:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1958 2007-12-25 03:34:37     INFO: Changeset #46
1959 2007-12-25 03:34:37     INFO: Changeset "2007-12-20 15:05:08 by martink"
1960 2007-12-25 03:34:37     INFO: Log message: BUG: fix issue with CMAKE_CURENT_LIST_FILE reporting in funcitons
1961 2007-12-25 03:34:37    DEBUG: Going to apply changeset:
1962 Revision: 2007-12-20 15:05:08 by martink
1963 Date: 2007-12-20 15:05:08+00:00
1964 Author: martink
1965 Entries: Source/cmFunctionCommand.cxx(UPD to 1.3)
1966 Log: BUG: fix issue with CMAKE_CURENT_LIST_FILE reporting in funcitons
1967 2007-12-25 03:34:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmFunctionCommand.cxx
1968 2007-12-25 03:34:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmFunctionCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1969 2007-12-25 03:34:39     INFO: [Ok]
1970 2007-12-25 03:34:39    DEBUG: Source/cmFunctionCommand.cxx updated to 1.3
1971 2007-12-25 03:34:39     INFO: Committing u'2007-12-20 15:05:08 by martink'...
1972 2007-12-25 03:34:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1973 2007-12-25 03:34:39     INFO: Changeset #47
1974 2007-12-25 03:34:39     INFO: Changeset "2007-12-20 22:49:38 by alex"
1975 2007-12-25 03:34:39     INFO: Log message: STYLE: make formatting of help a bit more consistent
1977 Alex
1978 2007-12-25 03:34:39    DEBUG: Going to apply changeset:
1979 Revision: 2007-12-20 22:49:38 by alex
1980 Date: 2007-12-20 22:49:38+00:00
1981 Author: alex
1982 Entries: Source/cmAuxSourceDirectoryCommand.h(UPD to 1.15), Source/cmBuildCommand.h(UPD to 1.12), Source/cmCreateTestSourceList.h(UPD to 1.15), Source/cmExportCommand.h(UPD to 1.5), Source/cmExportLibraryDependencies.h(UPD to 1.8), Source/cmOptionCommand.h(UPD to 1.15), Source/cmSetCommand.h(UPD to 1.18)
1983 Log: STYLE: make formatting of help a bit more consistent
1985 Alex
1986 2007-12-25 03:34:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportCommand.h
1987 2007-12-25 03:34:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1988 2007-12-25 03:34:41     INFO: [Ok]
1989 2007-12-25 03:34:41    DEBUG: Source/cmExportCommand.h updated to 1.18
1990 2007-12-25 03:34:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportLibraryDependencies.h
1991 2007-12-25 03:34:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportLibraryDependencies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1992 2007-12-25 03:34:42     INFO: [Ok]
1993 2007-12-25 03:34:42    DEBUG: Source/cmExportLibraryDependencies.h updated to 1.18
1994 2007-12-25 03:34:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmBuildCommand.h
1995 2007-12-25 03:34:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmBuildCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
1996 2007-12-25 03:34:43     INFO: [Ok]
1997 2007-12-25 03:34:43    DEBUG: Source/cmBuildCommand.h updated to 1.18
1998 2007-12-25 03:34:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmAuxSourceDirectoryCommand.h Source/cmCreateTestSourceList.h Source/cmOptionCommand.h
1999 2007-12-25 03:34:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmAuxSourceDirectoryCommand.h Source/cmCreateTestSourceList.h Source/cmOptionCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2000 2007-12-25 03:34:44     INFO: [Ok]
2001 2007-12-25 03:34:44    DEBUG: Source/cmAuxSourceDirectoryCommand.h,Source/cmCreateTestSourceList.h,Source/cmOptionCommand.h updated to 1.18
2002 2007-12-25 03:34:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmSetCommand.h
2003 2007-12-25 03:34:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmSetCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2004 2007-12-25 03:34:45     INFO: [Ok]
2005 2007-12-25 03:34:45    DEBUG: Source/cmSetCommand.h updated to 1.18
2006 2007-12-25 03:34:45     INFO: Committing u'2007-12-20 22:49:38 by alex'...
2007 2007-12-25 03:34:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2008 2007-12-25 03:34:45     INFO: Changeset #48
2009 2007-12-25 03:34:45     INFO: Changeset "2007-12-21 01:59:44 by ewing"
2010 2007-12-25 03:34:45     INFO: Log message: BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.
2011 BUG: FindSDL now has flag it responds to so it will not find/link against SDLmain. This is required to build libraries instead of applications since they don't have main().
2012 ENH: All modules have a predictable search order, where environmental variables are searched before system paths. This is designed to make automation easier for those that need to automatically build projects without intervention but may be using alternative install locations for isolated testing.
2013 ENH: New modules for OpenSceneGraph, Freetype, GDAL, Lua, QuickTime, GIFLIB, Producer, OpenThreads.
2014 STYLE: Added documentation explaining peculuar SDL_LIBRARY_TEMP variable in SDL
2015   module when library find is incomplete.
2016 2007-12-25 03:34:45    DEBUG: Going to apply changeset:
2017 Revision: 2007-12-21 01:59:44 by ewing
2018 Date: 2007-12-21 01:59:44+00:00
2019 Author: ewing
2020 Entries: Modules/FindFreeType.cmake(ADD at 1.1), Modules/FindGDAL.cmake(ADD at 1.1), Modules/FindGIFLIB.cmake(ADD at 1.1), Modules/FindLua50.cmake(ADD at 1.1), Modules/FindLua51.cmake(ADD at 1.1), Modules/FindOpenAL.cmake(UPD to 1.7), Modules/FindOpenThreads.cmake(ADD at 1.1), Modules/FindPhysFS.cmake(UPD to 1.7), Modules/FindProducer.cmake(ADD at 1.1), Modules/FindQuickTime.cmake(ADD at 1.1), Modules/FindSDL.cmake(UPD to 1.13), Modules/FindSDL_image.cmake(UPD to 1.6), Modules/FindSDL_mixer.cmake(UPD to 1.6), Modules/FindSDL_net.cmake(UPD to 1.6), Modules/FindSDL_sound.cmake(UPD to 1.7), Modules/FindSDL_ttf.cmake(UPD to 1.6), Modules/Findosg.cmake(ADD at 1.1), Modules/FindosgDB.cmake(ADD at 1.1), Modules/FindosgFX.cmake(ADD at 1.1), Modules/FindosgGA.cmake(ADD at 1.1), Modules/FindosgIntrospection.cmake(ADD at 1.1), Modules/FindosgManipulator.cmake(ADD at 1.1), Modules/FindosgParticle.cmake(ADD at 1.1), Modules/FindosgProducer.cmake(ADD at 1.1), Modules/FindosgShadow.cmake(ADD at 1.1), Modules/FindosgSim.cmake(ADD at 1.1), Modules/FindosgTerrain.cmake(ADD at 1.1), Modules/FindosgText.cmake(ADD at 1.1), Modules/FindosgUtil.cmake(ADD at 1.1), Modules/FindosgViewer.cmake(ADD at 1.1)
2021 Log: BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found.
2022 BUG: FindSDL now has flag it responds to so it will not find/link against SDLmain. This is required to build libraries instead of applications since they don't have main().
2023 ENH: All modules have a predictable search order, where environmental variables are searched before system paths. This is designed to make automation easier for those that need to automatically build projects without intervention but may be using alternative install locations for isolated testing.
2024 ENH: New modules for OpenSceneGraph, Freetype, GDAL, Lua, QuickTime, GIFLIB, Producer, OpenThreads.
2025 STYLE: Added documentation explaining peculuar SDL_LIBRARY_TEMP variable in SDL
2026   module when library find is incomplete.
2027 2007-12-25 03:34:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreeType.cmake Modules/FindGDAL.cmake Modules/FindGIFLIB.cmake Modules/FindLua50.cmake Modules/FindLua51.cmake Modules/FindOpenThreads.cmake Modules/FindProducer.cmake Modules/FindQuickTime.cmake Modules/Findosg.cmake Modules/FindosgDB.cmake Modules/FindosgFX.cmake Modules/FindosgGA.cmake Modules/FindosgIntrospection.cmake Modules/FindosgManipulator.cmake Modules/FindosgParticle.cmake Modules/FindosgProducer.cmake Modules/FindosgShadow.cmake Modules/FindosgSim.cmake Modules/FindosgTerrain.cmake Modules/FindosgText.cmake Modules/FindosgUtil.cmake Modules/FindosgViewer.cmake
2028 2007-12-25 03:34:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreeType.cmake Modules/FindGDAL.cmake Modules/FindGIFLIB.cmake Modules/FindLua50.cmake Modules/FindLua51.cmake Modules/FindOpenThreads.cmake Modules/FindProducer.cmake Modules/FindQuickTime.cmake Modules/Findosg.cmake Modules/FindosgDB.cmake Modules/FindosgFX.cmake Modules/FindosgGA.cmake Modules/FindosgIntrospection.cmake Modules/FindosgManipulator.cmake Modules/FindosgParticle.cmake Modules/FindosgProducer.cmake Modules/FindosgShadow.cmake Modules/FindosgSim.cmake Modules/FindosgTerrain.cmake Modules/FindosgText.cmake Modules/FindosgUtil.cmake Modules/FindosgViewer.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2029 2007-12-25 03:34:47     INFO: [Ok]
2030 2007-12-25 03:34:47    DEBUG: Modules/FindFreeType.cmake,Modules/FindGDAL.cmake,Modules/FindGIFLIB.cmake,Modules/FindLua50.cmake,Modules/FindLua51.cmake,Modules/FindOpenThreads.cmake,Modules/FindProducer.cmake,Modules/FindQuickTime.cmake,Modules/Findosg.cmake,Modules/FindosgDB.cmake,Modules/FindosgFX.cmake,Modules/FindosgGA.cmake,Modules/FindosgIntrospection.cmake,Modules/FindosgManipulator.cmake,Modules/FindosgParticle.cmake,Modules/FindosgProducer.cmake,Modules/FindosgShadow.cmake,Modules/FindosgSim.cmake,Modules/FindosgTerrain.cmake,Modules/FindosgText.cmake,Modules/FindosgUtil.cmake,Modules/FindosgViewer.cmake updated to 1.1
2031 2007-12-25 03:34:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindSDL_image.cmake Modules/FindSDL_mixer.cmake Modules/FindSDL_net.cmake Modules/FindSDL_ttf.cmake
2032 2007-12-25 03:34:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindSDL_image.cmake Modules/FindSDL_mixer.cmake Modules/FindSDL_net.cmake Modules/FindSDL_ttf.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2033 2007-12-25 03:34:48     INFO: [Ok]
2034 2007-12-25 03:34:48    DEBUG: Modules/FindSDL_image.cmake,Modules/FindSDL_mixer.cmake,Modules/FindSDL_net.cmake,Modules/FindSDL_ttf.cmake updated to 1.1
2035 2007-12-25 03:34:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindOpenAL.cmake Modules/FindPhysFS.cmake Modules/FindSDL_sound.cmake
2036 2007-12-25 03:34:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindOpenAL.cmake Modules/FindPhysFS.cmake Modules/FindSDL_sound.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2037 2007-12-25 03:34:49     INFO: [Ok]
2038 2007-12-25 03:34:49    DEBUG: Modules/FindOpenAL.cmake,Modules/FindPhysFS.cmake,Modules/FindSDL_sound.cmake updated to 1.1
2039 2007-12-25 03:34:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindSDL.cmake
2040 2007-12-25 03:34:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindSDL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2041 2007-12-25 03:34:50     INFO: [Ok]
2042 2007-12-25 03:34:50    DEBUG: Modules/FindSDL.cmake updated to 1.1
2043 2007-12-25 03:34:50     INFO: Adding Modules/FindFreeType.cmake, Modules/FindGDAL.cmake, Modules/FindGIFLIB.cmake, Modules/FindLua50.cmake, Modules/FindLua51.cmake...
2044 2007-12-25 03:34:50     INFO: Adding Modules/FindOpenThreads.cmake...
2045 2007-12-25 03:34:50     INFO: Adding Modules/FindProducer.cmake, Modules/FindQuickTime.cmake...
2046 2007-12-25 03:34:50     INFO: Adding Modules/Findosg.cmake, Modules/FindosgDB.cmake, Modules/FindosgFX.cmake, Modules/FindosgGA.cmake, Modules/FindosgIntrospection.cmake, Modules/FindosgManipulator.cmake, Modules/FindosgParticle.cmake, Modules/FindosgProducer.cmake, Modules/FindosgShadow.cmake, Modules/FindosgSim.cmake, Modules/FindosgTerrain.cmake, Modules/FindosgText.cmake, Modules/FindosgUtil.cmake, Modules/FindosgViewer.cmake...
2047 2007-12-25 03:34:50     INFO: Committing u'2007-12-21 01:59:44 by ewing'...
2048 2007-12-25 03:34:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2049 2007-12-25 03:34:50     INFO: Changeset #49
2050 2007-12-25 03:34:50     INFO: Changeset "2007-12-21 05:01:02 by king"
2051 2007-12-25 03:34:50     INFO: Log message: STYLE: Nightly Date Stamp
2052 2007-12-25 03:34:50    DEBUG: Going to apply changeset:
2053 Revision: 2007-12-21 05:01:02 by king
2054 Date: 2007-12-21 05:01:02+00:00
2055 Author: king
2056 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.41)
2057 Log: STYLE: Nightly Date Stamp
2058 2007-12-25 03:34:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/kwsys/kwsysDateStamp.cmake
2059 2007-12-25 03:34:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2060 2007-12-25 03:34:52     INFO: [Ok]
2061 2007-12-25 03:34:52    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.41
2062 2007-12-25 03:34:52     INFO: Committing u'2007-12-21 05:01:02 by king'...
2063 2007-12-25 03:34:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2064 2007-12-25 03:34:52     INFO: Changeset #50
2065 2007-12-25 03:34:52     INFO: Changeset "2007-12-21 16:00:03 by king"
2066 2007-12-25 03:34:52     INFO: Log message: BUG: The dependency scanning target should be symbolic.
2067 2007-12-25 03:34:52    DEBUG: Going to apply changeset:
2068 Revision: 2007-12-21 16:00:03 by king
2069 Date: 2007-12-21 16:00:03+00:00
2070 Author: king
2071 Entries: Source/cmMakefileTargetGenerator.cxx(UPD to 1.77)
2072 Log: BUG: The dependency scanning target should be symbolic.
2073 2007-12-25 03:34:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmMakefileTargetGenerator.cxx
2074 2007-12-25 03:34:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2075 2007-12-25 03:34:54     INFO: [Ok]
2076 2007-12-25 03:34:54    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.77
2077 2007-12-25 03:34:54     INFO: Committing u'2007-12-21 16:00:03 by king'...
2078 2007-12-25 03:34:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2079 2007-12-25 03:34:54     INFO: Changeset #51
2080 2007-12-25 03:34:54     INFO: Changeset "2007-12-21 17:22:12 by king"
2081 2007-12-25 03:34:54     INFO: Log message: ENH: Add a depends check step to custom targets.  Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets.  Convert multiple-output pair checks to be per-target instead of global.
2082 2007-12-25 03:34:54    DEBUG: Going to apply changeset:
2083 Revision: 2007-12-21 17:22:12 by king
2084 Date: 2007-12-21 17:22:12+00:00
2085 Author: king
2086 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.214), Source/cmGlobalGenerator.h(UPD to 1.100), Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.118), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.50), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.225), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.79), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.38), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.49), Source/cmMakefileTargetGenerator.cxx(UPD to 1.78), Source/cmMakefileTargetGenerator.h(UPD to 1.17), Source/cmMakefileUtilityTargetGenerator.cxx(UPD to 1.7), Source/cmake.cxx(UPD to 1.346), Tests/BuildDepends/CMakeLists.txt(UPD to 1.9), Tests/BuildDepends/Project/CMakeLists.txt(UPD to 1.6), Tests/BuildDepends/Project/dep_custom.cxx(ADD at 1.1), Tests/BuildDepends/Project/zot.cxx(UPD to 1.2)
2087 Log: ENH: Add a depends check step to custom targets.  Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets.  Convert multiple-output pair checks to be per-target instead of global.
2088 2007-12-25 03:34:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/BuildDepends/Project/dep_custom.cxx
2089 2007-12-25 03:34:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/BuildDepends/Project/dep_custom.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2090 2007-12-25 03:34:56     INFO: [Ok]
2091 2007-12-25 03:34:56    DEBUG: Tests/BuildDepends/Project/dep_custom.cxx updated to 1.2
2092 2007-12-25 03:34:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/BuildDepends/Project/zot.cxx
2093 2007-12-25 03:34:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/BuildDepends/Project/zot.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2094 2007-12-25 03:34:57     INFO: [Ok]
2095 2007-12-25 03:34:57    DEBUG: Tests/BuildDepends/Project/zot.cxx updated to 1.2
2096 2007-12-25 03:34:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/BuildDepends/Project/CMakeLists.txt
2097 2007-12-25 03:34:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/BuildDepends/Project/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2098 2007-12-25 03:34:58     INFO: [Ok]
2099 2007-12-25 03:34:58    DEBUG: Tests/BuildDepends/Project/CMakeLists.txt updated to 1.2
2100 2007-12-25 03:34:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmMakefileUtilityTargetGenerator.cxx
2101 2007-12-25 03:34:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmMakefileUtilityTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2102 2007-12-25 03:34:59     INFO: [Ok]
2103 2007-12-25 03:34:59    DEBUG: Source/cmMakefileUtilityTargetGenerator.cxx updated to 1.2
2104 2007-12-25 03:34:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/BuildDepends/CMakeLists.txt
2105 2007-12-25 03:34:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/BuildDepends/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2106 2007-12-25 03:35:00     INFO: [Ok]
2107 2007-12-25 03:35:00    DEBUG: Tests/BuildDepends/CMakeLists.txt updated to 1.2
2108 2007-12-25 03:35:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmMakefileTargetGenerator.h
2109 2007-12-25 03:35:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2110 2007-12-25 03:35:01     INFO: [Ok]
2111 2007-12-25 03:35:01    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.2
2112 2007-12-25 03:35:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmMakefileExecutableTargetGenerator.cxx
2113 2007-12-25 03:35:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2114 2007-12-25 03:35:02     INFO: [Ok]
2115 2007-12-25 03:35:02    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.2
2116 2007-12-25 03:35:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmMakefileLibraryTargetGenerator.cxx
2117 2007-12-25 03:35:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2118 2007-12-25 03:35:03     INFO: [Ok]
2119 2007-12-25 03:35:03    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.2
2120 2007-12-25 03:35:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmGlobalUnixMakefileGenerator3.h
2121 2007-12-25 03:35:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2122 2007-12-25 03:35:04     INFO: [Ok]
2123 2007-12-25 03:35:04    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.2
2124 2007-12-25 03:35:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmMakefileTargetGenerator.cxx
2125 2007-12-25 03:35:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2126 2007-12-25 03:35:05     INFO: [Ok]
2127 2007-12-25 03:35:05    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.2
2128 2007-12-25 03:35:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmLocalUnixMakefileGenerator3.h
2129 2007-12-25 03:35:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2130 2007-12-25 03:35:06     INFO: [Ok]
2131 2007-12-25 03:35:06    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.2
2132 2007-12-25 03:35:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmGlobalGenerator.h
2133 2007-12-25 03:35:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2134 2007-12-25 03:35:07     INFO: [Ok]
2135 2007-12-25 03:35:07    DEBUG: Source/cmGlobalGenerator.h updated to 1.2
2136 2007-12-25 03:35:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.118 Source/cmGlobalUnixMakefileGenerator3.cxx
2137 2007-12-25 03:35:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.118 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2138 2007-12-25 03:35:08     INFO: [Ok]
2139 2007-12-25 03:35:08    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.2
2140 2007-12-25 03:35:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/cmGlobalGenerator.cxx
2141 2007-12-25 03:35:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2142 2007-12-25 03:35:09     INFO: [Ok]
2143 2007-12-25 03:35:09    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.2
2144 2007-12-25 03:35:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmLocalUnixMakefileGenerator3.cxx
2145 2007-12-25 03:35:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2146 2007-12-25 03:35:10     INFO: [Ok]
2147 2007-12-25 03:35:10    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.2
2148 2007-12-25 03:35:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.346 Source/cmake.cxx
2149 2007-12-25 03:35:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.346 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2150 2007-12-25 03:35:11     INFO: [Ok]
2151 2007-12-25 03:35:11    DEBUG: Source/cmake.cxx updated to 1.2
2152 2007-12-25 03:35:11     INFO: Adding Tests/BuildDepends/Project/dep_custom.cxx...
2153 2007-12-25 03:35:11     INFO: Committing u'2007-12-21 17:22:12 by king'...
2154 2007-12-25 03:35:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2155 2007-12-25 03:35:11     INFO: Changeset #52
2156 2007-12-25 03:35:11     INFO: Changeset "2007-12-21 18:10:33 by king"
2157 2007-12-25 03:35:11     INFO: Log message: BUG: Now that custom targets have dependencies their DependInfo files should be listed in Makefile.cmake.
2158 2007-12-25 03:35:11    DEBUG: Going to apply changeset:
2159 Revision: 2007-12-21 18:10:33 by king
2160 Date: 2007-12-21 18:10:33+00:00
2161 Author: king
2162 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.119)
2163 Log: BUG: Now that custom targets have dependencies their DependInfo files should be listed in Makefile.cmake.
2164 2007-12-25 03:35:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.119 Source/cmGlobalUnixMakefileGenerator3.cxx
2165 2007-12-25 03:35:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.119 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2166 2007-12-25 03:35:13     INFO: [Ok]
2167 2007-12-25 03:35:13    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.119
2168 2007-12-25 03:35:13     INFO: Committing u'2007-12-21 18:10:33 by king'...
2169 2007-12-25 03:35:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2170 2007-12-25 03:35:13     INFO: Changeset #53
2171 2007-12-25 03:35:13     INFO: Changeset "2007-12-21 20:04:06 by king"
2172 2007-12-25 03:35:13     INFO: Log message: ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering.  This makes the build order consistent for static and shared library builds.  It is also useful when custom command inputs of one library are generated as custom commands outputs of another.  It may be useful in the future for Fortran module dependencies.  Implemented for Makefiles, Xcode, and VS 8 and above.  Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why.  Likely it will never be needed on VS 7.1 or below anyway.
2173 2007-12-25 03:35:13    DEBUG: Going to apply changeset:
2174 Revision: 2007-12-21 20:04:06 by king
2175 Date: 2007-12-21 20:04:06+00:00
2176 Author: king
2177 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.120), Source/cmGlobalVisualStudio71Generator.cxx(UPD to 1.44), Source/cmGlobalVisualStudio8Generator.h(UPD to 1.12), Source/cmGlobalVisualStudioGenerator.cxx(UPD to 1.9), Source/cmGlobalVisualStudioGenerator.h(UPD to 1.6), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.172)
2178 Log: ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering.  This makes the build order consistent for static and shared library builds.  It is also useful when custom command inputs of one library are generated as custom commands outputs of another.  It may be useful in the future for Fortran module dependencies.  Implemented for Makefiles, Xcode, and VS 8 and above.  Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why.  Likely it will never be needed on VS 7.1 or below anyway.
2179 2007-12-25 03:35:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGlobalVisualStudioGenerator.h
2180 2007-12-25 03:35:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGlobalVisualStudioGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2181 2007-12-25 03:35:15     INFO: [Ok]
2182 2007-12-25 03:35:15    DEBUG: Source/cmGlobalVisualStudioGenerator.h updated to 1.172
2183 2007-12-25 03:35:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmGlobalVisualStudioGenerator.cxx
2184 2007-12-25 03:35:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmGlobalVisualStudioGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2185 2007-12-25 03:35:16     INFO: [Ok]
2186 2007-12-25 03:35:16    DEBUG: Source/cmGlobalVisualStudioGenerator.cxx updated to 1.172
2187 2007-12-25 03:35:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmGlobalVisualStudio8Generator.h
2188 2007-12-25 03:35:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmGlobalVisualStudio8Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2189 2007-12-25 03:35:17     INFO: [Ok]
2190 2007-12-25 03:35:17    DEBUG: Source/cmGlobalVisualStudio8Generator.h updated to 1.172
2191 2007-12-25 03:35:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmGlobalVisualStudio71Generator.cxx
2192 2007-12-25 03:35:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmGlobalVisualStudio71Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2193 2007-12-25 03:35:18     INFO: [Ok]
2194 2007-12-25 03:35:18    DEBUG: Source/cmGlobalVisualStudio71Generator.cxx updated to 1.172
2195 2007-12-25 03:35:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/cmGlobalUnixMakefileGenerator3.cxx
2196 2007-12-25 03:35:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2197 2007-12-25 03:35:19     INFO: [Ok]
2198 2007-12-25 03:35:19    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.172
2199 2007-12-25 03:35:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.172 Source/cmGlobalXCodeGenerator.cxx
2200 2007-12-25 03:35:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.172 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2201 2007-12-25 03:35:20     INFO: [Ok]
2202 2007-12-25 03:35:20    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.172
2203 2007-12-25 03:35:20     INFO: Committing u'2007-12-21 20:04:06 by king'...
2204 2007-12-25 03:35:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2205 2007-12-25 03:35:20     INFO: Changeset #54
2206 2007-12-25 03:35:20     INFO: Changeset "2007-12-21 23:32:22 by king"
2207 2007-12-25 03:35:20     INFO: Log message: COMP: Remove unused parameter of method.
2208 2007-12-25 03:35:20    DEBUG: Going to apply changeset:
2209 Revision: 2007-12-21 23:32:22 by king
2210 Date: 2007-12-21 23:32:22+00:00
2211 Author: king
2212 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.121), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.51)
2213 Log: COMP: Remove unused parameter of method.
2214 2007-12-25 03:35:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmGlobalUnixMakefileGenerator3.h
2215 2007-12-25 03:35:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2216 2007-12-25 03:35:22     INFO: [Ok]
2217 2007-12-25 03:35:22    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.51
2218 2007-12-25 03:35:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/cmGlobalUnixMakefileGenerator3.cxx
2219 2007-12-25 03:35:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2220 2007-12-25 03:35:23     INFO: [Ok]
2221 2007-12-25 03:35:23    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.51
2222 2007-12-25 03:35:23     INFO: Committing u'2007-12-21 23:32:22 by king'...
2223 2007-12-25 03:35:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2224 2007-12-25 03:35:23     INFO: Changeset #55
2225 2007-12-25 03:35:23     INFO: Changeset "2007-12-22 01:19:23 by king"
2226 2007-12-25 03:35:23     INFO: Log message: BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during the inital configuration.
2227 2007-12-25 03:35:23    DEBUG: Going to apply changeset:
2228 Revision: 2007-12-22 01:19:23 by king
2229 Date: 2007-12-22 01:19:23+00:00
2230 Author: king
2231 Entries: Tests/BuildDepends/CMakeLists.txt(UPD to 1.10)
2232 Log: BUG: Enable CMAKE_SUPPRESS_REGENERATION because the entire test runs during the inital configuration.
2233 2007-12-25 03:35:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/BuildDepends/CMakeLists.txt
2234 2007-12-25 03:35:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/BuildDepends/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2235 2007-12-25 03:35:25     INFO: [Ok]
2236 2007-12-25 03:35:25    DEBUG: Tests/BuildDepends/CMakeLists.txt updated to 1.10
2237 2007-12-25 03:35:25     INFO: Committing u'2007-12-22 01:19:23 by king'...
2238 2007-12-25 03:35:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2239 2007-12-25 03:35:25     INFO: Changeset #56
2240 2007-12-25 03:35:25     INFO: Changeset "2007-12-22 05:01:03 by king"
2241 2007-12-25 03:35:25     INFO: Log message: STYLE: Nightly Date Stamp
2242 2007-12-25 03:35:25    DEBUG: Going to apply changeset:
2243 Revision: 2007-12-22 05:01:03 by king
2244 Date: 2007-12-22 05:01:03+00:00
2245 Author: king
2246 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.42)
2247 Log: STYLE: Nightly Date Stamp
2248 2007-12-25 03:35:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/kwsys/kwsysDateStamp.cmake
2249 2007-12-25 03:35:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2250 2007-12-25 03:35:27     INFO: [Ok]
2251 2007-12-25 03:35:27    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.42
2252 2007-12-25 03:35:27     INFO: Committing u'2007-12-22 05:01:03 by king'...
2253 2007-12-25 03:35:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2254 2007-12-25 03:35:27     INFO: Changeset #57
2255 2007-12-25 03:35:27     INFO: Changeset "2007-12-22 15:15:04 by miguelf"
2256 2007-12-25 03:35:27     INFO: Log message: STYLE: Refactored common libs into a variable, modified comments, and cleaned use of monolithic build.
2257 2007-12-25 03:35:27    DEBUG: Going to apply changeset:
2258 Revision: 2007-12-22 15:15:04 by miguelf
2259 Date: 2007-12-22 15:15:04+00:00
2260 Author: miguelf
2261 Entries: Modules/FindwxWidgets.cmake(UPD to 1.15)
2262 Log: STYLE: Refactored common libs into a variable, modified comments, and cleaned use of monolithic build.
2263 2007-12-25 03:35:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindwxWidgets.cmake
2264 2007-12-25 03:35:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindwxWidgets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2265 2007-12-25 03:35:29     INFO: [Ok]
2266 2007-12-25 03:35:29    DEBUG: Modules/FindwxWidgets.cmake updated to 1.15
2267 2007-12-25 03:35:29     INFO: Committing u'2007-12-22 15:15:04 by miguelf'...
2268 2007-12-25 03:35:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2269 2007-12-25 03:35:29     INFO: Changeset #58
2270 2007-12-25 03:35:29     INFO: Changeset "2007-12-22 18:08:26 by king"
2271 2007-12-25 03:35:29     INFO: Log message: BUG: Support cyclic dependencies among STATIC libraries by removing one from the generated Makefile rules.
2272 2007-12-25 03:35:29    DEBUG: Going to apply changeset:
2273 Revision: 2007-12-22 18:08:26 by king
2274 Date: 2007-12-22 18:08:26+00:00
2275 Author: king
2276 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.122), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.52)
2277 Log: BUG: Support cyclic dependencies among STATIC libraries by removing one from the generated Makefile rules.
2278 2007-12-25 03:35:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmGlobalUnixMakefileGenerator3.h
2279 2007-12-25 03:35:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2280 2007-12-25 03:35:31     INFO: [Ok]
2281 2007-12-25 03:35:31    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.52
2282 2007-12-25 03:35:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/cmGlobalUnixMakefileGenerator3.cxx
2283 2007-12-25 03:35:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2284 2007-12-25 03:35:32     INFO: [Ok]
2285 2007-12-25 03:35:32    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.52
2286 2007-12-25 03:35:32     INFO: Committing u'2007-12-22 18:08:26 by king'...
2287 2007-12-25 03:35:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2288 2007-12-25 03:35:32     INFO: Changeset #59
2289 2007-12-25 03:35:32     INFO: Changeset "2007-12-22 19:17:07 by king"
2290 2007-12-25 03:35:32     INFO: Log message: ENH: Simplify target-level dependencies by depending only on directly linked targets instead of those chained.
2291 2007-12-25 03:35:32    DEBUG: Going to apply changeset:
2292 Revision: 2007-12-22 19:17:07 by king
2293 Date: 2007-12-22 19:17:07+00:00
2294 Author: king
2295 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.173)
2296 Log: ENH: Simplify target-level dependencies by depending only on directly linked targets instead of those chained.
2297 2007-12-25 03:35:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.173 Source/cmGlobalXCodeGenerator.cxx
2298 2007-12-25 03:35:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.173 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2299 2007-12-25 03:35:34     INFO: [Ok]
2300 2007-12-25 03:35:34    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.173
2301 2007-12-25 03:35:34     INFO: Committing u'2007-12-22 19:17:07 by king'...
2302 2007-12-25 03:35:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2303 2007-12-25 03:35:34     INFO: Changeset #60
2304 2007-12-25 03:35:34     INFO: Changeset "2007-12-23 03:41:42 by king"
2305 2007-12-25 03:35:34     INFO: Log message: ENH: Convert cmDepends object interface to scan an entire target at once.
2306 2007-12-25 03:35:34    DEBUG: Going to apply changeset:
2307 Revision: 2007-12-23 03:41:42 by king
2308 Date: 2007-12-23 03:41:42+00:00
2309 Author: king
2310 Entries: Source/cmDepends.cxx(UPD to 1.16), Source/cmDepends.h(UPD to 1.13), Source/cmDependsFortran.cxx(UPD to 1.32), Source/cmDependsFortran.h(UPD to 1.9), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.226)
2311 Log: ENH: Convert cmDepends object interface to scan an entire target at once.
2312 2007-12-25 03:35:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDependsFortran.h
2313 2007-12-25 03:35:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2314 2007-12-25 03:35:36     INFO: [Ok]
2315 2007-12-25 03:35:36    DEBUG: Source/cmDependsFortran.h updated to 1.226
2316 2007-12-25 03:35:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDepends.h
2317 2007-12-25 03:35:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2318 2007-12-25 03:35:37     INFO: [Ok]
2319 2007-12-25 03:35:37    DEBUG: Source/cmDepends.h updated to 1.226
2320 2007-12-25 03:35:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDepends.cxx
2321 2007-12-25 03:35:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2322 2007-12-25 03:35:38     INFO: [Ok]
2323 2007-12-25 03:35:38    DEBUG: Source/cmDepends.cxx updated to 1.226
2324 2007-12-25 03:35:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmDependsFortran.cxx
2325 2007-12-25 03:35:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2326 2007-12-25 03:35:39     INFO: [Ok]
2327 2007-12-25 03:35:39    DEBUG: Source/cmDependsFortran.cxx updated to 1.226
2328 2007-12-25 03:35:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmLocalUnixMakefileGenerator3.cxx
2329 2007-12-25 03:35:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2330 2007-12-25 03:35:40     INFO: [Ok]
2331 2007-12-25 03:35:40    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.226
2332 2007-12-25 03:35:40     INFO: Committing u'2007-12-23 03:41:42 by king'...
2333 2007-12-25 03:35:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2334 2007-12-25 03:35:40     INFO: Changeset #61
2335 2007-12-25 03:35:40     INFO: Changeset "2007-12-23 05:01:03 by king"
2336 2007-12-25 03:35:40     INFO: Log message: STYLE: Nightly Date Stamp
2337 2007-12-25 03:35:40    DEBUG: Going to apply changeset:
2338 Revision: 2007-12-23 05:01:03 by king
2339 Date: 2007-12-23 05:01:03+00:00
2340 Author: king
2341 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.43)
2342 Log: STYLE: Nightly Date Stamp
2343 2007-12-25 03:35:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/kwsys/kwsysDateStamp.cmake
2344 2007-12-25 03:35:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2345 2007-12-25 03:35:42     INFO: [Ok]
2346 2007-12-25 03:35:42    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.43
2347 2007-12-25 03:35:42     INFO: Committing u'2007-12-23 05:01:03 by king'...
2348 2007-12-25 03:35:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2349 2007-12-25 03:35:42     INFO: Changeset #62
2350 2007-12-25 03:35:42     INFO: Changeset "2007-12-23 18:13:44 by king"
2351 2007-12-25 03:35:42     INFO: Log message: BUG: Disable static lib deps until a global cycle removal can be done.
2352 2007-12-25 03:35:42    DEBUG: Going to apply changeset:
2353 Revision: 2007-12-23 18:13:44 by king
2354 Date: 2007-12-23 18:13:44+00:00
2355 Author: king
2356 Entries: Source/cmGlobalVisualStudio71Generator.cxx(UPD to 1.45)
2357 Log: BUG: Disable static lib deps until a global cycle removal can be done.
2358 2007-12-25 03:35:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmGlobalVisualStudio71Generator.cxx
2359 2007-12-25 03:35:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmGlobalVisualStudio71Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2360 2007-12-25 03:35:44     INFO: [Ok]
2361 2007-12-25 03:35:44    DEBUG: Source/cmGlobalVisualStudio71Generator.cxx updated to 1.45
2362 2007-12-25 03:35:44     INFO: Committing u'2007-12-23 18:13:44 by king'...
2363 2007-12-25 03:35:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2364 2007-12-25 03:35:44     INFO: Changeset #63
2365 2007-12-25 03:35:44     INFO: Changeset "2007-12-23 18:16:21 by king"
2366 2007-12-25 03:35:44     INFO: Log message: BUG: Revert previous change until it works on all OSX versions.
2367 2007-12-25 03:35:44    DEBUG: Going to apply changeset:
2368 Revision: 2007-12-23 18:16:21 by king
2369 Date: 2007-12-23 18:16:21+00:00
2370 Author: king
2371 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.174)
2372 Log: BUG: Revert previous change until it works on all OSX versions.
2373 2007-12-25 03:35:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.174 Source/cmGlobalXCodeGenerator.cxx
2374 2007-12-25 03:35:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.174 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2375 2007-12-25 03:35:46     INFO: [Ok]
2376 2007-12-25 03:35:46    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.174
2377 2007-12-25 03:35:46     INFO: Committing u'2007-12-23 18:16:21 by king'...
2378 2007-12-25 03:35:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2379 2007-12-25 03:35:46     INFO: Changeset #64
2380 2007-12-25 03:35:46     INFO: Changeset "2007-12-23 20:03:42 by king"
2381 2007-12-25 03:35:46     INFO: Log message: ENH: Moved global inter-target dependency analysis and cycle-prevention code up from cmGlobalUnixMakefileGenerator3 to cmGlobalGenerator.  Simplified cmGlobalUnixMakefileGenerator3 to use it.  Later other generators may be modified to use it also.
2382 2007-12-25 03:35:46    DEBUG: Going to apply changeset:
2383 Revision: 2007-12-23 20:03:42 by king
2384 Date: 2007-12-23 20:03:42+00:00
2385 Author: king
2386 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.215), Source/cmGlobalGenerator.h(UPD to 1.101), Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.123), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.53), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.227), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.80), Source/cmTarget.h(UPD to 1.94)
2387 Log: ENH: Moved global inter-target dependency analysis and cycle-prevention code up from cmGlobalUnixMakefileGenerator3 to cmGlobalGenerator.  Simplified cmGlobalUnixMakefileGenerator3 to use it.  Later other generators may be modified to use it also.
2388 2007-12-25 03:35:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmGlobalUnixMakefileGenerator3.h
2389 2007-12-25 03:35:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2390 2007-12-25 03:35:48     INFO: [Ok]
2391 2007-12-25 03:35:48    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.94
2392 2007-12-25 03:35:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmLocalUnixMakefileGenerator3.h
2393 2007-12-25 03:35:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2394 2007-12-25 03:35:49     INFO: [Ok]
2395 2007-12-25 03:35:49    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.94
2396 2007-12-25 03:35:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmTarget.h
2397 2007-12-25 03:35:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2398 2007-12-25 03:35:50     INFO: [Ok]
2399 2007-12-25 03:35:50    DEBUG: Source/cmTarget.h updated to 1.94
2400 2007-12-25 03:35:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmGlobalGenerator.h
2401 2007-12-25 03:35:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2402 2007-12-25 03:35:51     INFO: [Ok]
2403 2007-12-25 03:35:51    DEBUG: Source/cmGlobalGenerator.h updated to 1.94
2404 2007-12-25 03:35:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/cmGlobalUnixMakefileGenerator3.cxx
2405 2007-12-25 03:35:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2406 2007-12-25 03:35:52     INFO: [Ok]
2407 2007-12-25 03:35:52    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.94
2408 2007-12-25 03:35:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/cmGlobalGenerator.cxx
2409 2007-12-25 03:35:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2410 2007-12-25 03:35:53     INFO: [Ok]
2411 2007-12-25 03:35:53    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.94
2412 2007-12-25 03:35:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmLocalUnixMakefileGenerator3.cxx
2413 2007-12-25 03:35:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2414 2007-12-25 03:35:54     INFO: [Ok]
2415 2007-12-25 03:35:54    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.94
2416 2007-12-25 03:35:54     INFO: Committing u'2007-12-23 20:03:42 by king'...
2417 2007-12-25 03:35:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2418 2007-12-25 03:35:54     INFO: Changeset #65
2419 2007-12-25 03:35:54     INFO: Changeset "2007-12-24 00:03:22 by king"
2420 2007-12-25 03:35:54     INFO: Log message: ENH: Clarify documentation of link_directories command for bug#6199.
2421 2007-12-25 03:35:54    DEBUG: Going to apply changeset:
2422 Revision: 2007-12-24 00:03:22 by king
2423 Date: 2007-12-24 00:03:22+00:00
2424 Author: king
2425 Entries: Source/cmLinkDirectoriesCommand.h(UPD to 1.12)
2426 Log: ENH: Clarify documentation of link_directories command for bug#6199.
2427 2007-12-25 03:35:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmLinkDirectoriesCommand.h
2428 2007-12-25 03:35:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmLinkDirectoriesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2429 2007-12-25 03:35:56     INFO: [Ok]
2430 2007-12-25 03:35:56    DEBUG: Source/cmLinkDirectoriesCommand.h updated to 1.12
2431 2007-12-25 03:35:56     INFO: Committing u'2007-12-24 00:03:22 by king'...
2432 2007-12-25 03:35:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2433 2007-12-25 03:35:56     INFO: Changeset #66
2434 2007-12-25 03:35:56     INFO: Changeset "2007-12-24 05:01:03 by king"
2435 2007-12-25 03:35:56     INFO: Log message: STYLE: Nightly Date Stamp
2436 2007-12-25 03:35:56    DEBUG: Going to apply changeset:
2437 Revision: 2007-12-24 05:01:03 by king
2438 Date: 2007-12-24 05:01:03+00:00
2439 Author: king
2440 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.44)
2441 Log: STYLE: Nightly Date Stamp
2442 2007-12-25 03:35:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/kwsys/kwsysDateStamp.cmake
2443 2007-12-25 03:35:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2444 2007-12-25 03:35:58     INFO: [Ok]
2445 2007-12-25 03:35:58    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.44
2446 2007-12-25 03:35:58     INFO: Committing u'2007-12-24 05:01:03 by king'...
2447 2007-12-25 03:35:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2448 2007-12-25 03:35:58     INFO: Changeset #67
2449 2007-12-25 03:35:58     INFO: Changeset "2007-12-24 16:15:45 by king"
2450 2007-12-25 03:35:58     INFO: Log message: COMP: Fix build on VS6.
2451 2007-12-25 03:35:58    DEBUG: Going to apply changeset:
2452 Revision: 2007-12-24 16:15:45 by king
2453 Date: 2007-12-24 16:15:45+00:00
2454 Author: king
2455 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.216)
2456 Log: COMP: Fix build on VS6.
2457 2007-12-25 03:35:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmGlobalGenerator.cxx
2458 2007-12-25 03:35:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2459 2007-12-25 03:36:00     INFO: [Ok]
2460 2007-12-25 03:36:00    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.216
2461 2007-12-25 03:36:00     INFO: Committing u'2007-12-24 16:15:45 by king'...
2462 2007-12-25 03:36:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2463 2007-12-25 03:36:00     INFO: Changeset #68
2464 2007-12-25 03:36:00     INFO: Changeset "2007-12-25 05:01:03 by king"
2465 2007-12-25 03:36:00     INFO: Log message: STYLE: Nightly Date Stamp
2466 2007-12-25 03:36:00    DEBUG: Going to apply changeset:
2467 Revision: 2007-12-25 05:01:03 by king
2468 Date: 2007-12-25 05:01:03+00:00
2469 Author: king
2470 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.45)
2471 Log: STYLE: Nightly Date Stamp
2472 2007-12-25 03:36:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/kwsys/kwsysDateStamp.cmake
2473 2007-12-25 03:36:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2474 2007-12-25 03:36:02     INFO: [Ok]
2475 2007-12-25 03:36:02    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.45
2476 2007-12-25 03:36:02     INFO: Committing u'2007-12-25 05:01:03 by king'...
2477 2007-12-25 03:36:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2478 2007-12-25 03:36:02    DEBUG: Adjusting the state accordingly to journal
2479 2007-12-25 03:36:02     INFO: Update completed, now at revision "2007-12-25 05:01:03 by king"
2480 2007-12-31 00:22:47     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
2481 2007-12-31 00:22:47    DEBUG: cvs not found as new-style vcs, trying as monolithic
2482 2007-12-31 00:22:47    DEBUG: hg not found as new-style vcs, trying as monolithic
2483 2007-12-31 00:22:47     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-25 05:01:03 UTC<" -b CMake 2>&1
2484 2007-12-31 00:22:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-25 05:01:03 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
2485 2007-12-31 00:23:06     INFO: [Ok]
2486 2007-12-31 00:23:11     INFO: Cached information about 21 pending changesets
2487 2007-12-31 00:23:11     INFO: Applying pending upstream changesets
2488 2007-12-31 00:23:11     INFO: Changeset #1
2489 2007-12-31 00:23:11     INFO: Changeset "2007-12-26 05:01:05 by king"
2490 2007-12-31 00:23:11     INFO: Log message: STYLE: Nightly Date Stamp
2491 2007-12-31 00:23:11    DEBUG: Going to apply changeset:
2492 Revision: 2007-12-26 05:01:05 by king
2493 Date: 2007-12-26 05:01:05+00:00
2494 Author: king
2495 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.46)
2496 Log: STYLE: Nightly Date Stamp
2497 2007-12-31 00:23:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/kwsys/kwsysDateStamp.cmake
2498 2007-12-31 00:23:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2499 2007-12-31 00:23:14     INFO: [Ok]
2500 2007-12-31 00:23:14    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.46
2501 2007-12-31 00:23:14     INFO: Committing u'2007-12-26 05:01:05 by king'...
2502 2007-12-31 00:23:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2503 2007-12-31 00:23:14     INFO: Changeset #2
2504 2007-12-31 00:23:14     INFO: Changeset "2007-12-26 21:57:13 by david.cole"
2505 2007-12-31 00:23:14     INFO: Log message: ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE.
2506 2007-12-31 00:23:14    DEBUG: Going to apply changeset:
2507 Revision: 2007-12-26 21:57:13 by david.cole
2508 Date: 2007-12-26 21:57:13+00:00
2509 Author: david.cole
2510 Entries: CMakeCPackOptions.cmake.in(UPD to 1.3), Modules/CPack.Info.plist.in(UPD to 1.5), Modules/CPack.cmake(UPD to 1.35)
2511 Log: ENH: Give Mac installers package relocation capability. Default location is still the same for backwards compatibility, but packages will now be relocatable by default like they are on Windows via the NSIS installer. New CPack variables for controlling this functionality are CPACK_PACKAGE_DEFAULT_LOCATION and CPACK_PACKAGE_RELOCATABLE.
2512 2007-12-31 00:23:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 CMakeCPackOptions.cmake.in
2513 2007-12-31 00:23:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2514 2007-12-31 00:23:16     INFO: [Ok]
2515 2007-12-31 00:23:16    DEBUG: CMakeCPackOptions.cmake.in updated to 1.35
2516 2007-12-31 00:23:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/CPack.Info.plist.in
2517 2007-12-31 00:23:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/CPack.Info.plist.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2518 2007-12-31 00:23:17     INFO: [Ok]
2519 2007-12-31 00:23:17    DEBUG: Modules/CPack.Info.plist.in updated to 1.35
2520 2007-12-31 00:23:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Modules/CPack.cmake
2521 2007-12-31 00:23:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Modules/CPack.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2522 2007-12-31 00:23:18     INFO: [Ok]
2523 2007-12-31 00:23:18    DEBUG: Modules/CPack.cmake updated to 1.35
2524 2007-12-31 00:23:18     INFO: Committing u'2007-12-26 21:57:13 by david.cole'...
2525 2007-12-31 00:23:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2526 2007-12-31 00:23:18     INFO: Changeset #3
2527 2007-12-31 00:23:18     INFO: Changeset "2007-12-27 05:01:03 by king"
2528 2007-12-31 00:23:18     INFO: Log message: STYLE: Nightly Date Stamp
2529 2007-12-31 00:23:18    DEBUG: Going to apply changeset:
2530 Revision: 2007-12-27 05:01:03 by king
2531 Date: 2007-12-27 05:01:03+00:00
2532 Author: king
2533 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.47)
2534 Log: STYLE: Nightly Date Stamp
2535 2007-12-31 00:23:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/kwsys/kwsysDateStamp.cmake
2536 2007-12-31 00:23:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2537 2007-12-31 00:23:20     INFO: [Ok]
2538 2007-12-31 00:23:20    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.47
2539 2007-12-31 00:23:20     INFO: Committing u'2007-12-27 05:01:03 by king'...
2540 2007-12-31 00:23:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2541 2007-12-31 00:23:20     INFO: Changeset #4
2542 2007-12-31 00:23:20     INFO: Changeset "2007-12-28 05:01:05 by king"
2543 2007-12-31 00:23:20     INFO: Log message: STYLE: Nightly Date Stamp
2544 2007-12-31 00:23:20    DEBUG: Going to apply changeset:
2545 Revision: 2007-12-28 05:01:05 by king
2546 Date: 2007-12-28 05:01:05+00:00
2547 Author: king
2548 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.48)
2549 Log: STYLE: Nightly Date Stamp
2550 2007-12-31 00:23:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/kwsys/kwsysDateStamp.cmake
2551 2007-12-31 00:23:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2552 2007-12-31 00:23:22     INFO: [Ok]
2553 2007-12-31 00:23:22    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.48
2554 2007-12-31 00:23:22     INFO: Committing u'2007-12-28 05:01:05 by king'...
2555 2007-12-31 00:23:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2556 2007-12-31 00:23:22     INFO: Changeset #5
2557 2007-12-31 00:23:22     INFO: Changeset "2007-12-28 16:49:46 by king"
2558 2007-12-31 00:23:22     INFO: Log message: ENH: Store in DependInfo.cmake files a list of the corresponding files for the targets to which a target links.  This is useful for locating Fortran modules provided by linked targets.  See issue #5809.
2559 2007-12-31 00:23:22    DEBUG: Going to apply changeset:
2560 Revision: 2007-12-28 16:49:46 by king
2561 Date: 2007-12-28 16:49:46+00:00
2562 Author: king
2563 Entries: Source/cmMakefileTargetGenerator.cxx(UPD to 1.79)
2564 Log: ENH: Store in DependInfo.cmake files a list of the corresponding files for the targets to which a target links.  This is useful for locating Fortran modules provided by linked targets.  See issue #5809.
2565 2007-12-31 00:23:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmMakefileTargetGenerator.cxx
2566 2007-12-31 00:23:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2567 2007-12-31 00:23:24     INFO: [Ok]
2568 2007-12-31 00:23:24    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.79
2569 2007-12-31 00:23:24     INFO: Committing u'2007-12-28 16:49:46 by king'...
2570 2007-12-31 00:23:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2571 2007-12-31 00:23:24     INFO: Changeset #6
2572 2007-12-31 00:23:24     INFO: Changeset "2007-12-28 16:49:59 by king"
2573 2007-12-31 00:23:24     INFO: Log message: ENH: Implement Fortran module dependencies across targets and directories.
2574   - See issue #5809
2575   - Keep information about all sources in the target until deps are written
2576   - Create a fortran.internal file after scanning that lists modules provided
2577   - Load fortran.internal files from linked targets to find modules
2578   - Search the include path for external modules
2579   - Create file-level deps on in-project module timestamps or external mods
2580 2007-12-31 00:23:24    DEBUG: Going to apply changeset:
2581 Revision: 2007-12-28 16:49:59 by king
2582 Date: 2007-12-28 16:49:59+00:00
2583 Author: king
2584 Entries: Source/cmDepends.cxx(UPD to 1.17), Source/cmDepends.h(UPD to 1.14), Source/cmDependsFortran.cxx(UPD to 1.33), Source/cmDependsFortran.h(UPD to 1.10)
2585 Log: ENH: Implement Fortran module dependencies across targets and directories.
2586   - See issue #5809
2587   - Keep information about all sources in the target until deps are written
2588   - Create a fortran.internal file after scanning that lists modules provided
2589   - Load fortran.internal files from linked targets to find modules
2590   - Search the include path for external modules
2591   - Create file-level deps on in-project module timestamps or external mods
2592 2007-12-31 00:23:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDependsFortran.h
2593 2007-12-31 00:23:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2594 2007-12-31 00:23:26     INFO: [Ok]
2595 2007-12-31 00:23:26    DEBUG: Source/cmDependsFortran.h updated to 1.10
2596 2007-12-31 00:23:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDepends.h
2597 2007-12-31 00:23:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2598 2007-12-31 00:23:27     INFO: [Ok]
2599 2007-12-31 00:23:27    DEBUG: Source/cmDepends.h updated to 1.10
2600 2007-12-31 00:23:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDepends.cxx
2601 2007-12-31 00:23:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2602 2007-12-31 00:23:29     INFO: [Ok]
2603 2007-12-31 00:23:29    DEBUG: Source/cmDepends.cxx updated to 1.10
2604 2007-12-31 00:23:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDependsFortran.cxx
2605 2007-12-31 00:23:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2606 2007-12-31 00:23:30     INFO: [Ok]
2607 2007-12-31 00:23:30    DEBUG: Source/cmDependsFortran.cxx updated to 1.10
2608 2007-12-31 00:23:30     INFO: Committing u'2007-12-28 16:49:59 by king'...
2609 2007-12-31 00:23:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2610 2007-12-31 00:23:30     INFO: Changeset #7
2611 2007-12-31 00:23:30     INFO: Changeset "2007-12-28 16:50:14 by king"
2612 2007-12-31 00:23:30     INFO: Log message: ENH: Add per-language clean rule generation to cmake_clean.cmake files to include cmake_clean_<lang>.cmake files generated by dependency scanning.  Add Fortran module file and timestamp cleaning rules.
2613 2007-12-31 00:23:30    DEBUG: Going to apply changeset:
2614 Revision: 2007-12-28 16:50:14 by king
2615 Date: 2007-12-28 16:50:14+00:00
2616 Author: king
2617 Entries: Source/cmDependsFortran.cxx(UPD to 1.34), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.228)
2618 Log: ENH: Add per-language clean rule generation to cmake_clean.cmake files to include cmake_clean_<lang>.cmake files generated by dependency scanning.  Add Fortran module file and timestamp cleaning rules.
2619 2007-12-31 00:23:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmDependsFortran.cxx
2620 2007-12-31 00:23:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2621 2007-12-31 00:23:32     INFO: [Ok]
2622 2007-12-31 00:23:32    DEBUG: Source/cmDependsFortran.cxx updated to 1.228
2623 2007-12-31 00:23:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.228 Source/cmLocalUnixMakefileGenerator3.cxx
2624 2007-12-31 00:23:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.228 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2625 2007-12-31 00:23:33     INFO: [Ok]
2626 2007-12-31 00:23:33    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.228
2627 2007-12-31 00:23:33     INFO: Committing u'2007-12-28 16:50:14 by king'...
2628 2007-12-31 00:23:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2629 2007-12-31 00:23:33     INFO: Changeset #8
2630 2007-12-31 00:23:33     INFO: Changeset "2007-12-28 16:50:29 by king"
2631 2007-12-31 00:23:33     INFO: Log message: ENH: Add tests of Fortran module dependencies across directories and on external modules.  Tests based on cases provided by Maik in issue #5809.
2632 2007-12-31 00:23:33    DEBUG: Going to apply changeset:
2633 Revision: 2007-12-28 16:50:29 by king
2634 Date: 2007-12-28 16:50:29+00:00
2635 Author: king
2636 Entries: Tests/Fortran/CMakeLists.txt(UPD to 1.10), Tests/Fortran/Executable/CMakeLists.txt(ADD at 1.1), Tests/Fortran/Executable/main.f90(ADD at 1.1), Tests/Fortran/External/CMakeLists.txt(ADD at 1.1), Tests/Fortran/External/a.f90(ADD at 1.1)
2637 Log: ENH: Add tests of Fortran module dependencies across directories and on external modules.  Tests based on cases provided by Maik in issue #5809.
2638 2007-12-31 00:23:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/Executable/CMakeLists.txt Tests/Fortran/Executable/main.f90 Tests/Fortran/External/CMakeLists.txt Tests/Fortran/External/a.f90
2639 2007-12-31 00:23:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/Executable/CMakeLists.txt Tests/Fortran/Executable/main.f90 Tests/Fortran/External/CMakeLists.txt Tests/Fortran/External/a.f90 ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2640 2007-12-31 00:23:35     INFO: [Ok]
2641 2007-12-31 00:23:35    DEBUG: Tests/Fortran/Executable/CMakeLists.txt,Tests/Fortran/Executable/main.f90,Tests/Fortran/External/CMakeLists.txt,Tests/Fortran/External/a.f90 updated to 1.1
2642 2007-12-31 00:23:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/Fortran/CMakeLists.txt
2643 2007-12-31 00:23:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/Fortran/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2644 2007-12-31 00:23:36     INFO: [Ok]
2645 2007-12-31 00:23:36    DEBUG: Tests/Fortran/CMakeLists.txt updated to 1.1
2646 2007-12-31 00:23:36     INFO: registering new Tests/Fortran/Executable directory
2647 2007-12-31 00:23:36     INFO: registering new Tests/Fortran/External directory
2648 2007-12-31 00:23:36     INFO: Adding Tests/Fortran/Executable/CMakeLists.txt, Tests/Fortran/Executable/main.f90, Tests/Fortran/External/CMakeLists.txt, Tests/Fortran/External/a.f90...
2649 2007-12-31 00:23:36     INFO: Adding Tests/Fortran/Executable/CMakeLists.txt, Tests/Fortran/Executable/main.f90...
2650 2007-12-31 00:23:36     INFO: Adding Tests/Fortran/External/a.f90, Tests/Fortran/External/CMakeLists.txt...
2651 2007-12-31 00:23:36     INFO: Committing u'2007-12-28 16:50:29 by king'...
2652 2007-12-31 00:23:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2653 2007-12-31 00:23:36     INFO: Changeset #9
2654 2007-12-31 00:23:36     INFO: Changeset "2007-12-28 17:01:37 by king"
2655 2007-12-31 00:23:36     INFO: Log message: ENH: Make FIND_* commands look in the CMAKE_PREFIX_PATH directories directly after looking in each command's specific subdirectory (/include, /lib, or /bin).  This may be useful on Windows where projects could be installed in a single directory.  See issue #4947.
2656 2007-12-31 00:23:36    DEBUG: Going to apply changeset:
2657 Revision: 2007-12-28 17:01:37 by king
2658 Date: 2007-12-28 17:01:37+00:00
2659 Author: king
2660 Entries: Source/cmFindBase.cxx(UPD to 1.29)
2661 Log: ENH: Make FIND_* commands look in the CMAKE_PREFIX_PATH directories directly after looking in each command's specific subdirectory (/include, /lib, or /bin).  This may be useful on Windows where projects could be installed in a single directory.  See issue #4947.
2662 2007-12-31 00:23:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmFindBase.cxx
2663 2007-12-31 00:23:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2664 2007-12-31 00:23:38     INFO: [Ok]
2665 2007-12-31 00:23:38    DEBUG: Source/cmFindBase.cxx updated to 1.29
2666 2007-12-31 00:23:38     INFO: Committing u'2007-12-28 17:01:37 by king'...
2667 2007-12-31 00:23:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2668 2007-12-31 00:23:38     INFO: Changeset #10
2669 2007-12-31 00:23:38     INFO: Changeset "2007-12-28 19:59:06 by king"
2670 2007-12-31 00:23:38     INFO: Log message: ENH: Simplified and moved link script implementation up from cmMakefileLibraryTargetGenerator to cmMakefileTargetGenerator and use for cmMakefileExecutableTargetGenerator too.  This addresses bug #6192.
2671 2007-12-31 00:23:38    DEBUG: Going to apply changeset:
2672 Revision: 2007-12-28 19:59:06 by king
2673 Date: 2007-12-28 19:59:06+00:00
2674 Author: king
2675 Entries: Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.39), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.50), Source/cmMakefileTargetGenerator.cxx(UPD to 1.80), Source/cmMakefileTargetGenerator.h(UPD to 1.18)
2676 Log: ENH: Simplified and moved link script implementation up from cmMakefileLibraryTargetGenerator to cmMakefileTargetGenerator and use for cmMakefileExecutableTargetGenerator too.  This addresses bug #6192.
2677 2007-12-31 00:23:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmMakefileTargetGenerator.h
2678 2007-12-31 00:23:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2679 2007-12-31 00:23:40     INFO: [Ok]
2680 2007-12-31 00:23:40    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.18
2681 2007-12-31 00:23:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmMakefileExecutableTargetGenerator.cxx
2682 2007-12-31 00:23:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2683 2007-12-31 00:23:41     INFO: [Ok]
2684 2007-12-31 00:23:41    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.18
2685 2007-12-31 00:23:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmMakefileLibraryTargetGenerator.cxx
2686 2007-12-31 00:23:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2687 2007-12-31 00:23:42     INFO: [Ok]
2688 2007-12-31 00:23:42    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.18
2689 2007-12-31 00:23:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmMakefileTargetGenerator.cxx
2690 2007-12-31 00:23:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2691 2007-12-31 00:23:43     INFO: [Ok]
2692 2007-12-31 00:23:43    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.18
2693 2007-12-31 00:23:43     INFO: Committing u'2007-12-28 19:59:06 by king'...
2694 2007-12-31 00:23:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2695 2007-12-31 00:23:43     INFO: Changeset #11
2696 2007-12-31 00:23:43     INFO: Changeset "2007-12-29 03:29:19 by king"
2697 2007-12-31 00:23:43     INFO: Log message: COMP: Fix uninitialized variable and unused parameter warnings.
2698 2007-12-31 00:23:43    DEBUG: Going to apply changeset:
2699 Revision: 2007-12-29 03:29:19 by king
2700 Date: 2007-12-29 03:29:19+00:00
2701 Author: king
2702 Entries: Source/cmDependsFortran.cxx(UPD to 1.35)
2703 Log: COMP: Fix uninitialized variable and unused parameter warnings.
2704 2007-12-31 00:23:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmDependsFortran.cxx
2705 2007-12-31 00:23:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2706 2007-12-31 00:23:45     INFO: [Ok]
2707 2007-12-31 00:23:45    DEBUG: Source/cmDependsFortran.cxx updated to 1.35
2708 2007-12-31 00:23:45     INFO: Committing u'2007-12-29 03:29:19 by king'...
2709 2007-12-31 00:23:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2710 2007-12-31 00:23:45     INFO: Changeset #12
2711 2007-12-31 00:23:45     INFO: Changeset "2007-12-29 03:53:34 by king"
2712 2007-12-31 00:23:45     INFO: Log message: BUG: Disable test of fortran module dependencies except on GNU for now.  A module path feature is needed for Sun support because it uses -M instead of -I for the module search path.
2713 2007-12-31 00:23:45    DEBUG: Going to apply changeset:
2714 Revision: 2007-12-29 03:53:34 by king
2715 Date: 2007-12-29 03:53:34+00:00
2716 Author: king
2717 Entries: Tests/Fortran/CMakeLists.txt(UPD to 1.11)
2718 Log: BUG: Disable test of fortran module dependencies except on GNU for now.  A module path feature is needed for Sun support because it uses -M instead of -I for the module search path.
2719 2007-12-31 00:23:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Tests/Fortran/CMakeLists.txt
2720 2007-12-31 00:23:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Tests/Fortran/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2721 2007-12-31 00:23:46     INFO: [Ok]
2722 2007-12-31 00:23:46    DEBUG: Tests/Fortran/CMakeLists.txt updated to 1.11
2723 2007-12-31 00:23:46     INFO: Committing u'2007-12-29 03:53:34 by king'...
2724 2007-12-31 00:23:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2725 2007-12-31 00:23:46     INFO: Changeset #13
2726 2007-12-31 00:23:46     INFO: Changeset "2007-12-29 04:07:14 by king"
2727 2007-12-31 00:23:46     INFO: Log message: ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable.  Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements.
2728 2007-12-31 00:23:46    DEBUG: Going to apply changeset:
2729 Revision: 2007-12-29 04:07:14 by king
2730 Date: 2007-12-29 04:07:14+00:00
2731 Author: king
2732 Entries: Source/cmLocalGenerator.cxx(UPD to 1.245), Source/cmLocalGenerator.h(UPD to 1.91), Source/cmStandardIncludes.h(UPD to 1.71)
2733 Log: ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable.  Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements.
2734 2007-12-31 00:23:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/cmStandardIncludes.h
2735 2007-12-31 00:23:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/cmStandardIncludes.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2736 2007-12-31 00:23:48     INFO: [Ok]
2737 2007-12-31 00:23:48    DEBUG: Source/cmStandardIncludes.h updated to 1.71
2738 2007-12-31 00:23:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmLocalGenerator.h
2739 2007-12-31 00:23:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2740 2007-12-31 00:23:49     INFO: [Ok]
2741 2007-12-31 00:23:49    DEBUG: Source/cmLocalGenerator.h updated to 1.71
2742 2007-12-31 00:23:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.245 Source/cmLocalGenerator.cxx
2743 2007-12-31 00:23:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.245 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2744 2007-12-31 00:23:50     INFO: [Ok]
2745 2007-12-31 00:23:50    DEBUG: Source/cmLocalGenerator.cxx updated to 1.71
2746 2007-12-31 00:23:50     INFO: Committing u'2007-12-29 04:07:14 by king'...
2747 2007-12-31 00:23:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2748 2007-12-31 00:23:50     INFO: Changeset #14
2749 2007-12-31 00:23:50     INFO: Changeset "2007-12-29 04:07:26 by king"
2750 2007-12-31 00:23:50     INFO: Log message: BUG: Do not remove the source file extension when computing an object file name.  This addresses bug #6169.  If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
2751 2007-12-31 00:23:50    DEBUG: Going to apply changeset:
2752 Revision: 2007-12-29 04:07:26 by king
2753 Date: 2007-12-29 04:07:26+00:00
2754 Author: king
2755 Entries: Source/cmLocalGenerator.cxx(UPD to 1.246), Tests/ExternalOBJ/CMakeLists.txt(UPD to 1.7), Tests/MakeClean/ToClean/CMakeLists.txt(UPD to 1.6)
2756 Log: BUG: Do not remove the source file extension when computing an object file name.  This addresses bug #6169.  If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected.
2757 2007-12-31 00:23:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/MakeClean/ToClean/CMakeLists.txt
2758 2007-12-31 00:23:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/MakeClean/ToClean/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2759 2007-12-31 00:23:52     INFO: [Ok]
2760 2007-12-31 00:23:52    DEBUG: Tests/MakeClean/ToClean/CMakeLists.txt updated to 1.6
2761 2007-12-31 00:23:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/ExternalOBJ/CMakeLists.txt
2762 2007-12-31 00:23:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/ExternalOBJ/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2763 2007-12-31 00:23:53     INFO: [Ok]
2764 2007-12-31 00:23:53    DEBUG: Tests/ExternalOBJ/CMakeLists.txt updated to 1.6
2765 2007-12-31 00:23:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.246 Source/cmLocalGenerator.cxx
2766 2007-12-31 00:23:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.246 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2767 2007-12-31 00:23:54     INFO: [Ok]
2768 2007-12-31 00:23:54    DEBUG: Source/cmLocalGenerator.cxx updated to 1.6
2769 2007-12-31 00:23:54     INFO: Committing u'2007-12-29 04:07:26 by king'...
2770 2007-12-31 00:23:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2771 2007-12-31 00:23:54     INFO: Changeset #15
2772 2007-12-31 00:23:54     INFO: Changeset "2007-12-29 05:01:04 by king"
2773 2007-12-31 00:23:54     INFO: Log message: STYLE: Nightly Date Stamp
2774 2007-12-31 00:23:54    DEBUG: Going to apply changeset:
2775 Revision: 2007-12-29 05:01:04 by king
2776 Date: 2007-12-29 05:01:04+00:00
2777 Author: king
2778 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.49)
2779 Log: STYLE: Nightly Date Stamp
2780 2007-12-31 00:23:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/kwsys/kwsysDateStamp.cmake
2781 2007-12-31 00:23:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2782 2007-12-31 00:23:56     INFO: [Ok]
2783 2007-12-31 00:23:56    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.49
2784 2007-12-31 00:23:56     INFO: Committing u'2007-12-29 05:01:04 by king'...
2785 2007-12-31 00:23:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2786 2007-12-31 00:23:56     INFO: Changeset #16
2787 2007-12-31 00:23:56     INFO: Changeset "2007-12-29 16:53:36 by alex"
2788 2007-12-31 00:23:56     INFO: Log message: BUG: create modules documentation not only for the first documentation creation step
2789 in cmake (the set ModulesFound wasn't cleared at the beginning of each
2790 PrintDocumentation() function, so when documentation for modules was executed the second
2791 time, ModulesFound already contained all modules and so no module was
2792 documented)
2794 Alex
2795 2007-12-31 00:23:56    DEBUG: Going to apply changeset:
2796 Revision: 2007-12-29 16:53:36 by alex
2797 Date: 2007-12-29 16:53:36+00:00
2798 Author: alex
2799 Entries: Source/cmDocumentation.cxx(UPD to 1.62)
2800 Log: BUG: create modules documentation not only for the first documentation creation step
2801 in cmake (the set ModulesFound wasn't cleared at the beginning of each
2802 PrintDocumentation() function, so when documentation for modules was executed the second
2803 time, ModulesFound already contained all modules and so no module was
2804 documented)
2806 Alex
2807 2007-12-31 00:23:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/cmDocumentation.cxx
2808 2007-12-31 00:23:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2809 2007-12-31 00:23:58     INFO: [Ok]
2810 2007-12-31 00:23:58    DEBUG: Source/cmDocumentation.cxx updated to 1.62
2811 2007-12-31 00:23:58     INFO: Committing u'2007-12-29 16:53:36 by alex'...
2812 2007-12-31 00:23:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2813 2007-12-31 00:23:58     INFO: Changeset #17
2814 2007-12-31 00:23:58     INFO: Changeset "2007-12-30 05:01:04 by king"
2815 2007-12-31 00:23:58     INFO: Log message: STYLE: Nightly Date Stamp
2816 2007-12-31 00:23:58    DEBUG: Going to apply changeset:
2817 Revision: 2007-12-30 05:01:04 by king
2818 Date: 2007-12-30 05:01:04+00:00
2819 Author: king
2820 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.50)
2821 Log: STYLE: Nightly Date Stamp
2822 2007-12-31 00:23:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/kwsys/kwsysDateStamp.cmake
2823 2007-12-31 00:23:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2824 2007-12-31 00:24:00     INFO: [Ok]
2825 2007-12-31 00:24:00    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.50
2826 2007-12-31 00:24:00     INFO: Committing u'2007-12-30 05:01:04 by king'...
2827 2007-12-31 00:24:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2828 2007-12-31 00:24:00     INFO: Changeset #18
2829 2007-12-31 00:24:00     INFO: Changeset "2007-12-30 17:23:54 by king"
2830 2007-12-31 00:24:00     INFO: Log message: ENH: Simplify Fortran module proxy dependency implementation by removing unnecessary target.
2831 2007-12-31 00:24:00    DEBUG: Going to apply changeset:
2832 Revision: 2007-12-30 17:23:54 by king
2833 Date: 2007-12-30 17:23:54+00:00
2834 Author: king
2835 Entries: Source/cmDependsFortran.cxx(UPD to 1.36)
2836 Log: ENH: Simplify Fortran module proxy dependency implementation by removing unnecessary target.
2837 2007-12-31 00:24:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmDependsFortran.cxx
2838 2007-12-31 00:24:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2839 2007-12-31 00:24:02     INFO: [Ok]
2840 2007-12-31 00:24:02    DEBUG: Source/cmDependsFortran.cxx updated to 1.36
2841 2007-12-31 00:24:02     INFO: Committing u'2007-12-30 17:23:54 by king'...
2842 2007-12-31 00:24:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2843 2007-12-31 00:24:02     INFO: Changeset #19
2844 2007-12-31 00:24:02     INFO: Changeset "2007-12-30 21:11:37 by king"
2845 2007-12-31 00:24:02     INFO: Log message: ENH: Implemented Fortran module output directory and search path flags.
2846 2007-12-31 00:24:02    DEBUG: Going to apply changeset:
2847 Revision: 2007-12-30 21:11:37 by king
2848 Date: 2007-12-30 21:11:38+00:00
2849 Author: king
2850 Entries: Modules/Platform/Linux-GNU-Fortran.cmake(ADD at 1.1), Modules/Platform/Linux-SunPro-Fortran.cmake(UPD to 1.3), Modules/Platform/Linux-ifort.cmake(UPD to 1.4), Source/cmDependsFortran.cxx(UPD to 1.37), Source/cmDependsFortran.h(UPD to 1.11), Source/cmDocumentVariables.cxx(UPD to 1.8), Source/cmMakefileTargetGenerator.cxx(UPD to 1.81), Source/cmMakefileTargetGenerator.h(UPD to 1.19), Source/cmTarget.cxx(UPD to 1.170), Tests/Fortran/CMakeLists.txt(UPD to 1.12), Tests/Fortran/Executable/CMakeLists.txt(UPD to 1.2), Tests/Fortran/Library/CMakeLists.txt(UPD to 1.2)
2851 Log: ENH: Implemented Fortran module output directory and search path flags.
2852 2007-12-31 00:24:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/Linux-GNU-Fortran.cmake
2853 2007-12-31 00:24:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/Linux-GNU-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2854 2007-12-31 00:24:04     INFO: [Ok]
2855 2007-12-31 00:24:04    DEBUG: Modules/Platform/Linux-GNU-Fortran.cmake updated to 1.2
2856 2007-12-31 00:24:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Fortran/Executable/CMakeLists.txt Tests/Fortran/Library/CMakeLists.txt
2857 2007-12-31 00:24:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Fortran/Executable/CMakeLists.txt Tests/Fortran/Library/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2858 2007-12-31 00:24:05     INFO: [Ok]
2859 2007-12-31 00:24:05    DEBUG: Tests/Fortran/Executable/CMakeLists.txt,Tests/Fortran/Library/CMakeLists.txt updated to 1.2
2860 2007-12-31 00:24:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-SunPro-Fortran.cmake
2861 2007-12-31 00:24:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-SunPro-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2862 2007-12-31 00:24:06     INFO: [Ok]
2863 2007-12-31 00:24:06    DEBUG: Modules/Platform/Linux-SunPro-Fortran.cmake updated to 1.2
2864 2007-12-31 00:24:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Linux-ifort.cmake
2865 2007-12-31 00:24:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Linux-ifort.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2866 2007-12-31 00:24:07     INFO: [Ok]
2867 2007-12-31 00:24:07    DEBUG: Modules/Platform/Linux-ifort.cmake updated to 1.2
2868 2007-12-31 00:24:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentVariables.cxx
2869 2007-12-31 00:24:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2870 2007-12-31 00:24:08     INFO: [Ok]
2871 2007-12-31 00:24:08    DEBUG: Source/cmDocumentVariables.cxx updated to 1.2
2872 2007-12-31 00:24:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDependsFortran.h
2873 2007-12-31 00:24:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2874 2007-12-31 00:24:09     INFO: [Ok]
2875 2007-12-31 00:24:09    DEBUG: Source/cmDependsFortran.h updated to 1.2
2876 2007-12-31 00:24:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Tests/Fortran/CMakeLists.txt
2877 2007-12-31 00:24:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Tests/Fortran/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2878 2007-12-31 00:24:10     INFO: [Ok]
2879 2007-12-31 00:24:10    DEBUG: Tests/Fortran/CMakeLists.txt updated to 1.2
2880 2007-12-31 00:24:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmMakefileTargetGenerator.h
2881 2007-12-31 00:24:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2882 2007-12-31 00:24:11     INFO: [Ok]
2883 2007-12-31 00:24:11    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.2
2884 2007-12-31 00:24:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmDependsFortran.cxx
2885 2007-12-31 00:24:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2886 2007-12-31 00:24:12     INFO: [Ok]
2887 2007-12-31 00:24:12    DEBUG: Source/cmDependsFortran.cxx updated to 1.2
2888 2007-12-31 00:24:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/cmMakefileTargetGenerator.cxx
2889 2007-12-31 00:24:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2890 2007-12-31 00:24:14     INFO: [Ok]
2891 2007-12-31 00:24:14    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.2
2892 2007-12-31 00:24:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.170 Source/cmTarget.cxx
2893 2007-12-31 00:24:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.170 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2894 2007-12-31 00:24:15     INFO: [Ok]
2895 2007-12-31 00:24:15    DEBUG: Source/cmTarget.cxx updated to 1.2
2896 2007-12-31 00:24:15     INFO: Adding Modules/Platform/Linux-GNU-Fortran.cmake...
2897 2007-12-31 00:24:15     INFO: Committing u'2007-12-30 21:11:37 by king'...
2898 2007-12-31 00:24:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2899 2007-12-31 00:24:15     INFO: Changeset #20
2900 2007-12-31 00:24:15     INFO: Changeset "2007-12-30 21:34:49 by king"
2901 2007-12-31 00:24:15     INFO: Log message: ENH: Add SunPro fortran module flags on SunOS.
2902 2007-12-31 00:24:15    DEBUG: Going to apply changeset:
2903 Revision: 2007-12-30 21:34:49 by king
2904 Date: 2007-12-30 21:34:49+00:00
2905 Author: king
2906 Entries: Modules/Platform/SunOS-SunPro-Fortran.cmake(ADD at 1.1)
2907 Log: ENH: Add SunPro fortran module flags on SunOS.
2908 2007-12-31 00:24:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/SunOS-SunPro-Fortran.cmake
2909 2007-12-31 00:24:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/SunOS-SunPro-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2910 2007-12-31 00:24:17     INFO: [Ok]
2911 2007-12-31 00:24:17    DEBUG: Modules/Platform/SunOS-SunPro-Fortran.cmake updated to 1.1
2912 2007-12-31 00:24:17     INFO: Adding Modules/Platform/SunOS-SunPro-Fortran.cmake...
2913 2007-12-31 00:24:17     INFO: Committing u'2007-12-30 21:34:49 by king'...
2914 2007-12-31 00:24:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2915 2007-12-31 00:24:17     INFO: Changeset #21
2916 2007-12-31 00:24:17     INFO: Changeset "2007-12-31 05:01:03 by king"
2917 2007-12-31 00:24:17     INFO: Log message: STYLE: Nightly Date Stamp
2918 2007-12-31 00:24:17    DEBUG: Going to apply changeset:
2919 Revision: 2007-12-31 05:01:03 by king
2920 Date: 2007-12-31 05:01:03+00:00
2921 Author: king
2922 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.51)
2923 Log: STYLE: Nightly Date Stamp
2924 2007-12-31 00:24:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/kwsys/kwsysDateStamp.cmake
2925 2007-12-31 00:24:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2926 2007-12-31 00:24:19     INFO: [Ok]
2927 2007-12-31 00:24:19    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.51
2928 2007-12-31 00:24:19     INFO: Committing u'2007-12-31 05:01:03 by king'...
2929 2007-12-31 00:24:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2930 2007-12-31 00:24:19    DEBUG: Adjusting the state accordingly to journal
2931 2007-12-31 00:24:19     INFO: Update completed, now at revision "2007-12-31 05:01:03 by king"
2932 2008-02-01 08:14:00     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
2933 2008-02-01 08:14:00    DEBUG: cvs not found as new-style vcs, trying as monolithic
2934 2008-02-01 08:14:00    DEBUG: hg not found as new-style vcs, trying as monolithic
2935 2008-02-01 08:14:01     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-31 05:01:03 UTC<" -b CMake 2>&1
2936 2008-02-01 08:14:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2007-12-31 05:01:03 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
2937 2008-02-01 08:14:33     INFO: [Ok]
2938 2008-02-01 08:14:39     INFO: Cached information about 281 pending changesets
2939 2008-02-01 08:14:39     INFO: Applying pending upstream changesets
2940 2008-02-01 08:14:39     INFO: Changeset #1
2941 2008-02-01 08:14:39     INFO: Changeset "2007-12-31 16:25:17 by king"
2942 2008-02-01 08:14:39     INFO: Log message: ENH: Changes based on patch from Maik Beckmann to copy fortran modules to timestamps only if they have really changed.  This optimization should reduce extra rebuilds caused by dependencies on modules whose providers have recompiled but whose interfaces have not changed.
2943 2008-02-01 08:14:39    DEBUG: Going to apply changeset:
2944 Revision: 2007-12-31 16:25:17 by king
2945 Date: 2007-12-31 16:25:17+00:00
2946 Author: king
2947 Entries: Source/cmDependsFortran.cxx(UPD to 1.38), Source/cmDependsFortran.h(UPD to 1.12)
2948 Log: ENH: Changes based on patch from Maik Beckmann to copy fortran modules to timestamps only if they have really changed.  This optimization should reduce extra rebuilds caused by dependencies on modules whose providers have recompiled but whose interfaces have not changed.
2949 2008-02-01 08:14:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDependsFortran.h
2950 2008-02-01 08:14:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2951 2008-02-01 08:14:43     INFO: [Ok]
2952 2008-02-01 08:14:43    DEBUG: Source/cmDependsFortran.h updated to 1.12
2953 2008-02-01 08:14:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmDependsFortran.cxx
2954 2008-02-01 08:14:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2955 2008-02-01 08:14:44     INFO: [Ok]
2956 2008-02-01 08:14:44    DEBUG: Source/cmDependsFortran.cxx updated to 1.12
2957 2008-02-01 08:14:44     INFO: Committing u'2007-12-31 16:25:17 by king'...
2958 2008-02-01 08:14:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2959 2008-02-01 08:14:44     INFO: Changeset #2
2960 2008-02-01 08:14:44     INFO: Changeset "2007-12-31 22:29:20 by david.cole"
2961 2008-02-01 08:14:44     INFO: Log message: ENH: Add a dependency from the PACKAGE target to the ALL target so that "make package" will first (essentially) do a "make all"... A similar chunk of code already existed for the make install target. This change makes it easy to build an installer package as part of a dashboard run simply by setting CTEST_BUILD_TARGET to "package".
2962 2008-02-01 08:14:44    DEBUG: Going to apply changeset:
2963 Revision: 2007-12-31 22:29:20 by david.cole
2964 Date: 2007-12-31 22:29:20+00:00
2965 Author: david.cole
2966 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.217)
2967 Log: ENH: Add a dependency from the PACKAGE target to the ALL target so that "make package" will first (essentially) do a "make all"... A similar chunk of code already existed for the make install target. This change makes it easy to build an installer package as part of a dashboard run simply by setting CTEST_BUILD_TARGET to "package".
2968 2008-02-01 08:14:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmGlobalGenerator.cxx
2969 2008-02-01 08:14:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2970 2008-02-01 08:14:46     INFO: [Ok]
2971 2008-02-01 08:14:46    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.217
2972 2008-02-01 08:14:46     INFO: Committing u'2007-12-31 22:29:20 by david.cole'...
2973 2008-02-01 08:14:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2974 2008-02-01 08:14:46     INFO: Changeset #3
2975 2008-02-01 08:14:46     INFO: Changeset "2008-01-01 05:01:03 by king"
2976 2008-02-01 08:14:46     INFO: Log message: STYLE: Nightly Date Stamp
2977 2008-02-01 08:14:46    DEBUG: Going to apply changeset:
2978 Revision: 2008-01-01 05:01:03 by king
2979 Date: 2008-01-01 05:01:03+00:00
2980 Author: king
2981 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.52)
2982 Log: STYLE: Nightly Date Stamp
2983 2008-02-01 08:14:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/kwsys/kwsysDateStamp.cmake
2984 2008-02-01 08:14:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
2985 2008-02-01 08:14:48     INFO: [Ok]
2986 2008-02-01 08:14:48    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.52
2987 2008-02-01 08:14:48     INFO: Committing u'2008-01-01 05:01:03 by king'...
2988 2008-02-01 08:14:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
2989 2008-02-01 08:14:48     INFO: Changeset #4
2990 2008-02-01 08:14:48     INFO: Changeset "2008-01-01 15:54:49 by king"
2991 2008-02-01 08:14:48     INFO: Log message: BUG: Fix SimpleInstall test to work with new dependency of package on all.
2992 2008-02-01 08:14:48    DEBUG: Going to apply changeset:
2993 Revision: 2008-01-01 15:54:49 by king
2994 Date: 2008-01-01 15:54:49+00:00
2995 Author: king
2996 Entries: Tests/SimpleInstall/CMakeLists.txt(UPD to 1.93), Tests/SimpleInstallS2/CMakeLists.txt(UPD to 1.93)
2997 Log: BUG: Fix SimpleInstall test to work with new dependency of package on all.
2998 2008-02-01 08:14:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt
2999 2008-02-01 08:14:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3000 2008-02-01 08:14:50     INFO: [Ok]
3001 2008-02-01 08:14:50    DEBUG: Tests/SimpleInstall/CMakeLists.txt,Tests/SimpleInstallS2/CMakeLists.txt updated to 1.93
3002 2008-02-01 08:14:50     INFO: Committing u'2008-01-01 15:54:49 by king'...
3003 2008-02-01 08:14:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3004 2008-02-01 08:14:50     INFO: Changeset #5
3005 2008-02-01 08:14:50     INFO: Changeset "2008-01-01 20:13:41 by hoffman"
3006 2008-02-01 08:14:50     INFO: Log message: ENH: add ability to have manifest files and incremental linking with make and nmake
3007 2008-02-01 08:14:50    DEBUG: Going to apply changeset:
3008 Revision: 2008-01-01 20:13:41 by hoffman
3009 Date: 2008-01-01 20:13:41+00:00
3010 Author: hoffman
3011 Entries: Modules/CMakeVCManifest.cmake(DEL at 1.2), Modules/CMakeVCManifestExe.cmake(DEL at 1.2), Modules/Platform/Windows-cl.cmake(UPD to 1.82), Source/cmMakefile.cxx(UPD to 1.420), Source/cmSystemTools.cxx(UPD to 1.358), Source/cmSystemTools.h(UPD to 1.146), Source/cmake.cxx(UPD to 1.347), Source/cmake.h(UPD to 1.98)
3012 Log: ENH: add ability to have manifest files and incremental linking with make and nmake
3013 2008-02-01 08:14:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeVCManifest.cmake Modules/CMakeVCManifestExe.cmake
3014 2008-02-01 08:14:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeVCManifest.cmake Modules/CMakeVCManifestExe.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3015 2008-02-01 08:14:51     INFO: [Ok]
3016 2008-02-01 08:14:51    DEBUG: Modules/CMakeVCManifest.cmake,Modules/CMakeVCManifestExe.cmake updated to 1.98
3017 2008-02-01 08:14:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Modules/Platform/Windows-cl.cmake
3018 2008-02-01 08:14:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Modules/Platform/Windows-cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3019 2008-02-01 08:14:53     INFO: [Ok]
3020 2008-02-01 08:14:53    DEBUG: Modules/Platform/Windows-cl.cmake updated to 1.98
3021 2008-02-01 08:14:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmake.h
3022 2008-02-01 08:14:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3023 2008-02-01 08:14:54     INFO: [Ok]
3024 2008-02-01 08:14:54    DEBUG: Source/cmake.h updated to 1.98
3025 2008-02-01 08:14:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.146 Source/cmSystemTools.h
3026 2008-02-01 08:14:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.146 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3027 2008-02-01 08:14:55     INFO: [Ok]
3028 2008-02-01 08:14:55    DEBUG: Source/cmSystemTools.h updated to 1.98
3029 2008-02-01 08:14:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.347 Source/cmake.cxx
3030 2008-02-01 08:14:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.347 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3031 2008-02-01 08:14:57     INFO: [Ok]
3032 2008-02-01 08:14:57    DEBUG: Source/cmake.cxx updated to 1.98
3033 2008-02-01 08:14:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.358 Source/cmSystemTools.cxx
3034 2008-02-01 08:14:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.358 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3035 2008-02-01 08:14:58     INFO: [Ok]
3036 2008-02-01 08:14:58    DEBUG: Source/cmSystemTools.cxx updated to 1.98
3037 2008-02-01 08:14:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.420 Source/cmMakefile.cxx
3038 2008-02-01 08:14:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.420 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3039 2008-02-01 08:14:59     INFO: [Ok]
3040 2008-02-01 08:14:59    DEBUG: Source/cmMakefile.cxx updated to 1.98
3041 2008-02-01 08:14:59     INFO: Removing Modules/CMakeVCManifest.cmake, Modules/CMakeVCManifestExe.cmake...
3042 2008-02-01 08:14:59     INFO: Committing u'2008-01-01 20:13:41 by hoffman'...
3043 2008-02-01 08:14:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3044 2008-02-01 08:14:59     INFO: Changeset #6
3045 2008-02-01 08:14:59     INFO: Changeset "2008-01-01 22:19:11 by hoffman"
3046 2008-02-01 08:14:59     INFO: Log message: ENH: remove warning
3047 2008-02-01 08:14:59    DEBUG: Going to apply changeset:
3048 Revision: 2008-01-01 22:19:11 by hoffman
3049 Date: 2008-01-01 22:19:11+00:00
3050 Author: hoffman
3051 Entries: Source/cmake.cxx(UPD to 1.348)
3052 Log: ENH: remove warning
3053 2008-02-01 08:14:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.348 Source/cmake.cxx
3054 2008-02-01 08:14:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.348 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3055 2008-02-01 08:15:01     INFO: [Ok]
3056 2008-02-01 08:15:01    DEBUG: Source/cmake.cxx updated to 1.348
3057 2008-02-01 08:15:01     INFO: Committing u'2008-01-01 22:19:11 by hoffman'...
3058 2008-02-01 08:15:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3059 2008-02-01 08:15:01     INFO: Changeset #7
3060 2008-02-01 08:15:01     INFO: Changeset "2008-01-02 05:01:03 by king"
3061 2008-02-01 08:15:01     INFO: Log message: STYLE: Nightly Date Stamp
3062 2008-02-01 08:15:01    DEBUG: Going to apply changeset:
3063 Revision: 2008-01-02 05:01:03 by king
3064 Date: 2008-01-02 05:01:03+00:00
3065 Author: king
3066 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.53)
3067 Log: STYLE: Nightly Date Stamp
3068 2008-02-01 08:15:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/kwsys/kwsysDateStamp.cmake
3069 2008-02-01 08:15:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3070 2008-02-01 08:15:03     INFO: [Ok]
3071 2008-02-01 08:15:03    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.53
3072 2008-02-01 08:15:03     INFO: Committing u'2008-01-02 05:01:03 by king'...
3073 2008-02-01 08:15:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3074 2008-02-01 08:15:03     INFO: Changeset #8
3075 2008-02-01 08:15:03     INFO: Changeset "2008-01-02 14:32:29 by hoffman"
3076 2008-02-01 08:15:03     INFO: Log message: ENH: fix new incremental link stuff to work with nmake @ files
3077 2008-02-01 08:15:03    DEBUG: Going to apply changeset:
3078 Revision: 2008-01-02 14:32:29 by hoffman
3079 Date: 2008-01-02 14:32:29+00:00
3080 Author: hoffman
3081 Entries: Source/cmake.cxx(UPD to 1.349)
3082 Log: ENH: fix new incremental link stuff to work with nmake @ files
3083 2008-02-01 08:15:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.349 Source/cmake.cxx
3084 2008-02-01 08:15:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.349 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3085 2008-02-01 08:15:05     INFO: [Ok]
3086 2008-02-01 08:15:05    DEBUG: Source/cmake.cxx updated to 1.349
3087 2008-02-01 08:15:05     INFO: Committing u'2008-01-02 14:32:29 by hoffman'...
3088 2008-02-01 08:15:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3089 2008-02-01 08:15:05     INFO: Changeset #9
3090 2008-02-01 08:15:05     INFO: Changeset "2008-01-02 15:56:08 by hoffman"
3091 2008-02-01 08:15:05     INFO: Log message: BUG: fix for bug 6207 explain list index values better
3092 2008-02-01 08:15:05    DEBUG: Going to apply changeset:
3093 Revision: 2008-01-02 15:56:08 by hoffman
3094 Date: 2008-01-02 15:56:08+00:00
3095 Author: hoffman
3096 Entries: Source/cmListCommand.h(UPD to 1.13)
3097 Log: BUG: fix for bug 6207 explain list index values better
3098 2008-02-01 08:15:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmListCommand.h
3099 2008-02-01 08:15:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmListCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3100 2008-02-01 08:15:07     INFO: [Ok]
3101 2008-02-01 08:15:07    DEBUG: Source/cmListCommand.h updated to 1.13
3102 2008-02-01 08:15:07     INFO: Committing u'2008-01-02 15:56:08 by hoffman'...
3103 2008-02-01 08:15:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3104 2008-02-01 08:15:07     INFO: Changeset #10
3105 2008-02-01 08:15:07     INFO: Changeset "2008-01-02 16:04:52 by king"
3106 2008-02-01 08:15:07     INFO: Log message: ENH: Make the Fortran compiler id available to cmDependsFortran at scanning and module timestamp copy time.
3107 2008-02-01 08:15:07    DEBUG: Going to apply changeset:
3108 Revision: 2008-01-02 16:04:52 by king
3109 Date: 2008-01-02 16:04:52+00:00
3110 Author: king
3111 Entries: Source/cmDependsFortran.cxx(UPD to 1.39), Source/cmDependsFortran.h(UPD to 1.13), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.229)
3112 Log: ENH: Make the Fortran compiler id available to cmDependsFortran at scanning and module timestamp copy time.
3113 2008-02-01 08:15:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDependsFortran.h
3114 2008-02-01 08:15:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3115 2008-02-01 08:15:09     INFO: [Ok]
3116 2008-02-01 08:15:09    DEBUG: Source/cmDependsFortran.h updated to 1.229
3117 2008-02-01 08:15:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmDependsFortran.cxx
3118 2008-02-01 08:15:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3119 2008-02-01 08:15:10     INFO: [Ok]
3120 2008-02-01 08:15:10    DEBUG: Source/cmDependsFortran.cxx updated to 1.229
3121 2008-02-01 08:15:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.229 Source/cmLocalUnixMakefileGenerator3.cxx
3122 2008-02-01 08:15:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.229 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3123 2008-02-01 08:15:12     INFO: [Ok]
3124 2008-02-01 08:15:12    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.229
3125 2008-02-01 08:15:12     INFO: Committing u'2008-01-02 16:04:52 by king'...
3126 2008-02-01 08:15:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3127 2008-02-01 08:15:12     INFO: Changeset #11
3128 2008-02-01 08:15:12     INFO: Changeset "2008-01-02 16:08:02 by hoffman"
3129 2008-02-01 08:15:12     INFO: Log message: BUG: fix for bug 6197, absolute paths were not supported
3130 2008-02-01 08:15:12    DEBUG: Going to apply changeset:
3131 Revision: 2008-01-02 16:08:02 by hoffman
3132 Date: 2008-01-02 16:08:02+00:00
3133 Author: hoffman
3134 Entries: Source/cmAuxSourceDirectoryCommand.cxx(UPD to 1.25)
3135 Log: BUG: fix for bug 6197, absolute paths were not supported
3136 2008-02-01 08:15:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmAuxSourceDirectoryCommand.cxx
3137 2008-02-01 08:15:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmAuxSourceDirectoryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3138 2008-02-01 08:15:14     INFO: [Ok]
3139 2008-02-01 08:15:14    DEBUG: Source/cmAuxSourceDirectoryCommand.cxx updated to 1.25
3140 2008-02-01 08:15:14     INFO: Committing u'2008-01-02 16:08:02 by hoffman'...
3141 2008-02-01 08:15:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3142 2008-02-01 08:15:14     INFO: Changeset #12
3143 2008-02-01 08:15:14     INFO: Changeset "2008-01-02 16:43:28 by alex"
3144 2008-02-01 08:15:14     INFO: Log message: BUG: make FindRuby work with the libs for MSVC, which can have additional
3145 pre- and suffixes (#5642)
3147 Alex
3148 2008-02-01 08:15:14    DEBUG: Going to apply changeset:
3149 Revision: 2008-01-02 16:43:28 by alex
3150 Date: 2008-01-02 16:43:28+00:00
3151 Author: alex
3152 Entries: Modules/FindRuby.cmake(UPD to 1.8)
3153 Log: BUG: make FindRuby work with the libs for MSVC, which can have additional
3154 pre- and suffixes (#5642)
3156 Alex
3157 2008-02-01 08:15:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindRuby.cmake
3158 2008-02-01 08:15:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindRuby.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3159 2008-02-01 08:15:16     INFO: [Ok]
3160 2008-02-01 08:15:16    DEBUG: Modules/FindRuby.cmake updated to 1.8
3161 2008-02-01 08:15:16     INFO: Committing u'2008-01-02 16:43:28 by alex'...
3162 2008-02-01 08:15:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3163 2008-02-01 08:15:16     INFO: Changeset #13
3164 2008-02-01 08:15:16     INFO: Changeset "2008-01-02 17:32:17 by alex"
3165 2008-02-01 08:15:16     INFO: Log message: ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)
3166 -make these variables cached and ADVANCED
3167 -remove unused QUIETLY code
3168 -document RUBY_LIBRARY
3170 Alex
3171 2008-02-01 08:15:16    DEBUG: Going to apply changeset:
3172 Revision: 2008-01-02 17:32:17 by alex
3173 Date: 2008-01-02 17:32:17+00:00
3174 Author: alex
3175 Entries: Modules/FindRuby.cmake(UPD to 1.9)
3176 Log: ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531)
3177 -make these variables cached and ADVANCED
3178 -remove unused QUIETLY code
3179 -document RUBY_LIBRARY
3181 Alex
3182 2008-02-01 08:15:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindRuby.cmake
3183 2008-02-01 08:15:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindRuby.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3184 2008-02-01 08:15:18     INFO: [Ok]
3185 2008-02-01 08:15:18    DEBUG: Modules/FindRuby.cmake updated to 1.9
3186 2008-02-01 08:15:18     INFO: Committing u'2008-01-02 17:32:17 by alex'...
3187 2008-02-01 08:15:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3188 2008-02-01 08:15:18     INFO: Changeset #14
3189 2008-02-01 08:15:18     INFO: Changeset "2008-01-02 20:17:56 by king"
3190 2008-02-01 08:15:18     INFO: Log message: ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY).  This will help install a tree of header files while ignoring non-headers.
3191 2008-02-01 08:15:18    DEBUG: Going to apply changeset:
3192 Revision: 2008-01-02 20:17:56 by king
3193 Date: 2008-01-02 20:17:56+00:00
3194 Author: king
3195 Entries: Source/cmFileCommand.cxx(UPD to 1.90), Source/cmInstallCommand.cxx(UPD to 1.38), Source/cmInstallCommand.h(UPD to 1.23), Tests/SimpleInstall/CMakeLists.txt(UPD to 1.95), Tests/SimpleInstallS2/CMakeLists.txt(UPD to 1.95)
3196 Log: ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY).  This will help install a tree of header files while ignoring non-headers.
3197 2008-02-01 08:15:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmInstallCommand.h
3198 2008-02-01 08:15:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3199 2008-02-01 08:15:20     INFO: [Ok]
3200 2008-02-01 08:15:20    DEBUG: Source/cmInstallCommand.h updated to 1.95
3201 2008-02-01 08:15:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmInstallCommand.cxx
3202 2008-02-01 08:15:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3203 2008-02-01 08:15:21     INFO: [Ok]
3204 2008-02-01 08:15:21    DEBUG: Source/cmInstallCommand.cxx updated to 1.95
3205 2008-02-01 08:15:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmFileCommand.cxx
3206 2008-02-01 08:15:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3207 2008-02-01 08:15:22     INFO: [Ok]
3208 2008-02-01 08:15:22    DEBUG: Source/cmFileCommand.cxx updated to 1.95
3209 2008-02-01 08:15:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt
3210 2008-02-01 08:15:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3211 2008-02-01 08:15:24     INFO: [Ok]
3212 2008-02-01 08:15:24    DEBUG: Tests/SimpleInstall/CMakeLists.txt,Tests/SimpleInstallS2/CMakeLists.txt updated to 1.95
3213 2008-02-01 08:15:24     INFO: Committing u'2008-01-02 20:17:56 by king'...
3214 2008-02-01 08:15:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3215 2008-02-01 08:15:24     INFO: Changeset #15
3216 2008-02-01 08:15:24     INFO: Changeset "2008-01-02 20:53:28 by king"
3217 2008-02-01 08:15:24     INFO: Log message: BUG: Do not use VSMacros stuff for VS8sp0 because macros do not work in that version.
3218 2008-02-01 08:15:24    DEBUG: Going to apply changeset:
3219 Revision: 2008-01-02 20:53:28 by king
3220 Date: 2008-01-02 20:53:28+00:00
3221 Author: king
3222 Entries: Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.32)
3223 Log: BUG: Do not use VSMacros stuff for VS8sp0 because macros do not work in that version.
3224 2008-02-01 08:15:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmGlobalVisualStudio8Generator.cxx
3225 2008-02-01 08:15:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3226 2008-02-01 08:15:26     INFO: [Ok]
3227 2008-02-01 08:15:26    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.32
3228 2008-02-01 08:15:26     INFO: Committing u'2008-01-02 20:53:28 by king'...
3229 2008-02-01 08:15:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3230 2008-02-01 08:15:26     INFO: Changeset #16
3231 2008-02-01 08:15:26     INFO: Changeset "2008-01-02 20:55:18 by king"
3232 2008-02-01 08:15:26     INFO: Log message: STYLE: Fixed line-too-long.
3233 2008-02-01 08:15:26    DEBUG: Going to apply changeset:
3234 Revision: 2008-01-02 20:55:18 by king
3235 Date: 2008-01-02 20:55:18+00:00
3236 Author: king
3237 Entries: Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.33)
3238 Log: STYLE: Fixed line-too-long.
3239 2008-02-01 08:15:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmGlobalVisualStudio8Generator.cxx
3240 2008-02-01 08:15:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3241 2008-02-01 08:15:28     INFO: [Ok]
3242 2008-02-01 08:15:28    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.33
3243 2008-02-01 08:15:28     INFO: Committing u'2008-01-02 20:55:18 by king'...
3244 2008-02-01 08:15:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3245 2008-02-01 08:15:28     INFO: Changeset #17
3246 2008-02-01 08:15:28     INFO: Changeset "2008-01-02 21:46:38 by alex"
3247 2008-02-01 08:15:28     INFO: Log message: ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an
3248 offset can be specified where the reading starts, and using HEX the data can
3249 be converted into a hex string, so binary data can be compared with text
3250 functions
3251 -add docs for LIMIT, OFFSET and HEX
3253 Alex
3254 2008-02-01 08:15:28    DEBUG: Going to apply changeset:
3255 Revision: 2008-01-02 21:46:38 by alex
3256 Date: 2008-01-02 21:46:38+00:00
3257 Author: alex
3258 Entries: Source/cmFileCommand.cxx(UPD to 1.91), Source/cmFileCommand.h(UPD to 1.31)
3259 Log: ENH: add the keywords OFFSET and HEX to the FILE() command, using OFFSET an
3260 offset can be specified where the reading starts, and using HEX the data can
3261 be converted into a hex string, so binary data can be compared with text
3262 functions
3263 -add docs for LIMIT, OFFSET and HEX
3265 Alex
3266 2008-02-01 08:15:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFileCommand.h
3267 2008-02-01 08:15:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3268 2008-02-01 08:15:30     INFO: [Ok]
3269 2008-02-01 08:15:30    DEBUG: Source/cmFileCommand.h updated to 1.31
3270 2008-02-01 08:15:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmFileCommand.cxx
3271 2008-02-01 08:15:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3272 2008-02-01 08:15:31     INFO: [Ok]
3273 2008-02-01 08:15:31    DEBUG: Source/cmFileCommand.cxx updated to 1.31
3274 2008-02-01 08:15:31     INFO: Committing u'2008-01-02 21:46:38 by alex'...
3275 2008-02-01 08:15:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3276 2008-02-01 08:15:31     INFO: Changeset #18
3277 2008-02-01 08:15:31     INFO: Changeset "2008-01-02 21:52:12 by alex"
3278 2008-02-01 08:15:31     INFO: Log message: ENH: check the magic code of the executable file to determine the executable
3279 file format. Tested for ELF on x86 Linux, COFF and Mach-O prepared but
3280 commented out since I don't have such systems available. Please have a look
3281 a CMakeDetermineCompilerId.cmake and enable the test for them too.
3283 Only add the option for using chrpath if the executable format is ELF
3285 Alex
3286 2008-02-01 08:15:31    DEBUG: Going to apply changeset:
3287 Revision: 2008-01-02 21:52:12 by alex
3288 Date: 2008-01-02 21:52:12+00:00
3289 Author: alex
3290 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.14), Modules/CMakeFindBinUtils.cmake(UPD to 1.11)
3291 Log: ENH: check the magic code of the executable file to determine the executable
3292 file format. Tested for ELF on x86 Linux, COFF and Mach-O prepared but
3293 commented out since I don't have such systems available. Please have a look
3294 a CMakeDetermineCompilerId.cmake and enable the test for them too.
3296 Only add the option for using chrpath if the executable format is ELF
3298 Alex
3299 2008-02-01 08:15:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/CMakeFindBinUtils.cmake
3300 2008-02-01 08:15:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3301 2008-02-01 08:15:33     INFO: [Ok]
3302 2008-02-01 08:15:33    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.11
3303 2008-02-01 08:15:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/CMakeDetermineCompilerId.cmake
3304 2008-02-01 08:15:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3305 2008-02-01 08:15:34     INFO: [Ok]
3306 2008-02-01 08:15:34    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.11
3307 2008-02-01 08:15:34     INFO: Committing u'2008-01-02 21:52:12 by alex'...
3308 2008-02-01 08:15:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3309 2008-02-01 08:15:34     INFO: Changeset #19
3310 2008-02-01 08:15:34     INFO: Changeset "2008-01-02 21:53:10 by alex"
3311 2008-02-01 08:15:34     INFO: Log message: ENH: only allow usage of chrpath if the executable file format is ELF
3313 Alex
3314 2008-02-01 08:15:34    DEBUG: Going to apply changeset:
3315 Revision: 2008-01-02 21:53:10 by alex
3316 Date: 2008-01-02 21:53:10+00:00
3317 Author: alex
3318 Entries: Source/cmTarget.cxx(UPD to 1.171)
3319 Log: ENH: only allow usage of chrpath if the executable file format is ELF
3321 Alex
3322 2008-02-01 08:15:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.171 Source/cmTarget.cxx
3323 2008-02-01 08:15:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.171 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3324 2008-02-01 08:15:36     INFO: [Ok]
3325 2008-02-01 08:15:36    DEBUG: Source/cmTarget.cxx updated to 1.171
3326 2008-02-01 08:15:36     INFO: Committing u'2008-01-02 21:53:10 by alex'...
3327 2008-02-01 08:15:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3328 2008-02-01 08:15:36     INFO: Changeset #20
3329 2008-02-01 08:15:36     INFO: Changeset "2008-01-02 22:12:33 by hoffman"
3330 2008-02-01 08:15:36     INFO: Log message: BUG: fix for bug 6151
3331 2008-02-01 08:15:36    DEBUG: Going to apply changeset:
3332 Revision: 2008-01-02 22:12:33 by hoffman
3333 Date: 2008-01-02 22:12:33+00:00
3334 Author: hoffman
3335 Entries: Modules/UseSWIG.cmake(UPD to 1.17)
3336 Log: BUG: fix for bug 6151
3337 2008-02-01 08:15:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/UseSWIG.cmake
3338 2008-02-01 08:15:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/UseSWIG.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3339 2008-02-01 08:15:38     INFO: [Ok]
3340 2008-02-01 08:15:38    DEBUG: Modules/UseSWIG.cmake updated to 1.17
3341 2008-02-01 08:15:38     INFO: Committing u'2008-01-02 22:12:33 by hoffman'...
3342 2008-02-01 08:15:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3343 2008-02-01 08:15:38     INFO: Changeset #21
3344 2008-02-01 08:15:38     INFO: Changeset "2008-01-02 22:32:58 by king"
3345 2008-02-01 08:15:38     INFO: Log message: ENH: Enable indentation of FUNCTION/ENDFUNCTION blocks in emacs.
3346 2008-02-01 08:15:38    DEBUG: Going to apply changeset:
3347 Revision: 2008-01-02 22:32:58 by king
3348 Date: 2008-01-02 22:32:58+00:00
3349 Author: king
3350 Entries: Docs/cmake-mode.el(UPD to 1.32)
3351 Log: ENH: Enable indentation of FUNCTION/ENDFUNCTION blocks in emacs.
3352 2008-02-01 08:15:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Docs/cmake-mode.el
3353 2008-02-01 08:15:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Docs/cmake-mode.el ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3354 2008-02-01 08:15:40     INFO: [Ok]
3355 2008-02-01 08:15:40    DEBUG: Docs/cmake-mode.el updated to 1.32
3356 2008-02-01 08:15:40     INFO: Committing u'2008-01-02 22:32:58 by king'...
3357 2008-02-01 08:15:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3358 2008-02-01 08:15:40     INFO: Changeset #22
3359 2008-02-01 08:15:40     INFO: Changeset "2008-01-02 22:49:16 by king"
3360 2008-02-01 08:15:40     INFO: Log message: BUG: Make RAISE_SCOPE function work when variable is not defined.
3361 2008-02-01 08:15:40    DEBUG: Going to apply changeset:
3362 Revision: 2008-01-02 22:49:16 by king
3363 Date: 2008-01-02 22:49:16+00:00
3364 Author: king
3365 Entries: Source/cmMakefile.cxx(UPD to 1.421), Tests/FunctionTest/CMakeLists.txt(UPD to 1.2), Tests/FunctionTest/SubDirScope/CMakeLists.txt(ADD at 1.1)
3366 Log: BUG: Make RAISE_SCOPE function work when variable is not defined.
3367 2008-02-01 08:15:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FunctionTest/SubDirScope/CMakeLists.txt
3368 2008-02-01 08:15:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FunctionTest/SubDirScope/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3369 2008-02-01 08:15:42     INFO: [Ok]
3370 2008-02-01 08:15:42    DEBUG: Tests/FunctionTest/SubDirScope/CMakeLists.txt updated to 1.1
3371 2008-02-01 08:15:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/FunctionTest/CMakeLists.txt
3372 2008-02-01 08:15:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/FunctionTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3373 2008-02-01 08:15:43     INFO: [Ok]
3374 2008-02-01 08:15:43    DEBUG: Tests/FunctionTest/CMakeLists.txt updated to 1.1
3375 2008-02-01 08:15:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.421 Source/cmMakefile.cxx
3376 2008-02-01 08:15:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.421 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3377 2008-02-01 08:15:44     INFO: [Ok]
3378 2008-02-01 08:15:44    DEBUG: Source/cmMakefile.cxx updated to 1.1
3379 2008-02-01 08:15:44     INFO: registering new Tests/FunctionTest/SubDirScope directory
3380 2008-02-01 08:15:44     INFO: Adding Tests/FunctionTest/SubDirScope/CMakeLists.txt...
3381 2008-02-01 08:15:44     INFO: Adding Tests/FunctionTest/SubDirScope/CMakeLists.txt...
3382 2008-02-01 08:15:44     INFO: Committing u'2008-01-02 22:49:16 by king'...
3383 2008-02-01 08:15:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3384 2008-02-01 08:15:44     INFO: Changeset #23
3385 2008-02-01 08:15:44     INFO: Changeset "2008-01-02 23:00:19 by king"
3386 2008-02-01 08:15:44     INFO: Log message: ENH: Add test for FILE(READ ...HEX).
3387 2008-02-01 08:15:44    DEBUG: Going to apply changeset:
3388 Revision: 2008-01-02 23:00:19 by king
3389 Date: 2008-01-02 23:00:19+00:00
3390 Author: king
3391 Entries: Tests/StringFileTest/CMakeLists.txt(UPD to 1.24)
3392 Log: ENH: Add test for FILE(READ ...HEX).
3393 2008-02-01 08:15:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Tests/StringFileTest/CMakeLists.txt
3394 2008-02-01 08:15:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Tests/StringFileTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3395 2008-02-01 08:15:46     INFO: [Ok]
3396 2008-02-01 08:15:46    DEBUG: Tests/StringFileTest/CMakeLists.txt updated to 1.24
3397 2008-02-01 08:15:46     INFO: Committing u'2008-01-02 23:00:19 by king'...
3398 2008-02-01 08:15:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3399 2008-02-01 08:15:46     INFO: Changeset #24
3400 2008-02-01 08:15:46     INFO: Changeset "2008-01-02 23:30:48 by king"
3401 2008-02-01 08:15:46     INFO: Log message: ENH: Cleanup Fortran build directories by placing module stamp files in the target directory that builds them.  This is actually a simpler implementation anyway.
3402 2008-02-01 08:15:46    DEBUG: Going to apply changeset:
3403 Revision: 2008-01-02 23:30:48 by king
3404 Date: 2008-01-02 23:30:48+00:00
3405 Author: king
3406 Entries: Source/cmDependsFortran.cxx(UPD to 1.40)
3407 Log: ENH: Cleanup Fortran build directories by placing module stamp files in the target directory that builds them.  This is actually a simpler implementation anyway.
3408 2008-02-01 08:15:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmDependsFortran.cxx
3409 2008-02-01 08:15:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3410 2008-02-01 08:15:48     INFO: [Ok]
3411 2008-02-01 08:15:48    DEBUG: Source/cmDependsFortran.cxx updated to 1.40
3412 2008-02-01 08:15:48     INFO: Committing u'2008-01-02 23:30:48 by king'...
3413 2008-02-01 08:15:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3414 2008-02-01 08:15:48     INFO: Changeset #25
3415 2008-02-01 08:15:48     INFO: Changeset "2008-01-03 05:01:02 by king"
3416 2008-02-01 08:15:48     INFO: Log message: STYLE: Nightly Date Stamp
3417 2008-02-01 08:15:48    DEBUG: Going to apply changeset:
3418 Revision: 2008-01-03 05:01:02 by king
3419 Date: 2008-01-03 05:01:02+00:00
3420 Author: king
3421 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.54)
3422 Log: STYLE: Nightly Date Stamp
3423 2008-02-01 08:15:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/kwsys/kwsysDateStamp.cmake
3424 2008-02-01 08:15:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3425 2008-02-01 08:15:50     INFO: [Ok]
3426 2008-02-01 08:15:50    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.54
3427 2008-02-01 08:15:50     INFO: Committing u'2008-01-03 05:01:02 by king'...
3428 2008-02-01 08:15:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3429 2008-02-01 08:15:50     INFO: Changeset #26
3430 2008-02-01 08:15:50     INFO: Changeset "2008-01-03 05:01:38 by king"
3431 2008-02-01 08:15:50     INFO: Log message: ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
3432 2008-02-01 08:15:50    DEBUG: Going to apply changeset:
3433 Revision: 2008-01-03 05:01:38 by king
3434 Date: 2008-01-03 05:01:38+00:00
3435 Author: king
3436 Entries: Source/cmFileTimeComparison.cxx(UPD to 1.7), Source/cmFileTimeComparison.h(UPD to 1.3)
3437 Log: ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
3438 2008-02-01 08:15:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmFileTimeComparison.h
3439 2008-02-01 08:15:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmFileTimeComparison.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3440 2008-02-01 08:15:53     INFO: [Ok]
3441 2008-02-01 08:15:53    DEBUG: Source/cmFileTimeComparison.h updated to 1.3
3442 2008-02-01 08:15:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmFileTimeComparison.cxx
3443 2008-02-01 08:15:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmFileTimeComparison.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3444 2008-02-01 08:15:54     INFO: [Ok]
3445 2008-02-01 08:15:54    DEBUG: Source/cmFileTimeComparison.cxx updated to 1.3
3446 2008-02-01 08:15:54     INFO: Committing u'2008-01-03 05:01:38 by king'...
3447 2008-02-01 08:15:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3448 2008-02-01 08:15:54     INFO: Changeset #27
3449 2008-02-01 08:15:54     INFO: Changeset "2008-01-03 09:19:30 by alex"
3450 2008-02-01 08:15:54     INFO: Log message: COMP: fix build on Windows with gcc, patch from Maik Beckmann
3452 Alex
3453 2008-02-01 08:15:54    DEBUG: Going to apply changeset:
3454 Revision: 2008-01-03 09:19:30 by alex
3455 Date: 2008-01-03 09:19:30+00:00
3456 Author: alex
3457 Entries: Source/cmFileCommand.cxx(UPD to 1.92)
3458 Log: COMP: fix build on Windows with gcc, patch from Maik Beckmann
3460 Alex
3461 2008-02-01 08:15:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmFileCommand.cxx
3462 2008-02-01 08:15:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3463 2008-02-01 08:15:56     INFO: [Ok]
3464 2008-02-01 08:15:56    DEBUG: Source/cmFileCommand.cxx updated to 1.92
3465 2008-02-01 08:15:56     INFO: Committing u'2008-01-03 09:19:30 by alex'...
3466 2008-02-01 08:15:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3467 2008-02-01 08:15:56     INFO: Changeset #28
3468 2008-02-01 08:15:56     INFO: Changeset "2008-01-03 12:28:12 by hoffman"
3469 2008-02-01 08:15:56     INFO: Log message: BUG: fix resource file with a full path
3470 2008-02-01 08:15:56    DEBUG: Going to apply changeset:
3471 Revision: 2008-01-03 12:28:12 by hoffman
3472 Date: 2008-01-03 12:28:12+00:00
3473 Author: hoffman
3474 Entries: Source/cmake.cxx(UPD to 1.350)
3475 Log: BUG: fix resource file with a full path
3476 2008-02-01 08:15:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.350 Source/cmake.cxx
3477 2008-02-01 08:15:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.350 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3478 2008-02-01 08:15:58     INFO: [Ok]
3479 2008-02-01 08:15:58    DEBUG: Source/cmake.cxx updated to 1.350
3480 2008-02-01 08:15:58     INFO: Committing u'2008-01-03 12:28:12 by hoffman'...
3481 2008-02-01 08:15:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3482 2008-02-01 08:15:58     INFO: Changeset #29
3483 2008-02-01 08:15:58     INFO: Changeset "2008-01-03 14:40:38 by king"
3484 2008-02-01 08:15:58     INFO: Log message: STYLE: Fix line-too-long.
3485 2008-02-01 08:15:58    DEBUG: Going to apply changeset:
3486 Revision: 2008-01-03 14:40:38 by king
3487 Date: 2008-01-03 14:40:38+00:00
3488 Author: king
3489 Entries: Source/cmFileCommand.cxx(UPD to 1.93)
3490 Log: STYLE: Fix line-too-long.
3491 2008-02-01 08:15:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmFileCommand.cxx
3492 2008-02-01 08:15:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3493 2008-02-01 08:16:00     INFO: [Ok]
3494 2008-02-01 08:16:00    DEBUG: Source/cmFileCommand.cxx updated to 1.93
3495 2008-02-01 08:16:00     INFO: Committing u'2008-01-03 14:40:38 by king'...
3496 2008-02-01 08:16:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3497 2008-02-01 08:16:00     INFO: Changeset #30
3498 2008-02-01 08:16:00     INFO: Changeset "2008-01-03 16:21:39 by martink"
3499 2008-02-01 08:16:00     INFO: Log message: ENH: change raise_scope signature to be safer for returned varuables
3500 2008-02-01 08:16:00    DEBUG: Going to apply changeset:
3501 Revision: 2008-01-03 16:21:39 by martink
3502 Date: 2008-01-03 16:22:33+00:00
3503 Author: martink
3504 Entries: Source/cmMakefile.cxx(UPD to 1.422), Source/cmMakefile.h(UPD to 1.217), Source/cmRaiseScopeCommand.cxx(UPD to 1.2), Source/cmRaiseScopeCommand.h(UPD to 1.2), Tests/FunctionTest/CMakeLists.txt(UPD to 1.3), Tests/FunctionTest/SubDirScope/CMakeLists.txt(UPD to 1.2), Tests/FunctionTest/Util.cmake(ADD at 1.1)
3505 Log: ENH: change raise_scope signature to be safer for returned varuables
3506 2008-02-01 08:16:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FunctionTest/Util.cmake
3507 2008-02-01 08:16:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FunctionTest/Util.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3508 2008-02-01 08:16:02     INFO: [Ok]
3509 2008-02-01 08:16:02    DEBUG: Tests/FunctionTest/Util.cmake updated to 1.1
3510 2008-02-01 08:16:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/SubDirScope/CMakeLists.txt
3511 2008-02-01 08:16:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/SubDirScope/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3512 2008-02-01 08:16:04     INFO: [Ok]
3513 2008-02-01 08:16:04    DEBUG: Source/cmRaiseScopeCommand.cxx,Source/cmRaiseScopeCommand.h,Tests/FunctionTest/SubDirScope/CMakeLists.txt updated to 1.1
3514 2008-02-01 08:16:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/FunctionTest/CMakeLists.txt
3515 2008-02-01 08:16:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/FunctionTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3516 2008-02-01 08:16:05     INFO: [Ok]
3517 2008-02-01 08:16:05    DEBUG: Tests/FunctionTest/CMakeLists.txt updated to 1.1
3518 2008-02-01 08:16:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmMakefile.h
3519 2008-02-01 08:16:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3520 2008-02-01 08:16:06     INFO: [Ok]
3521 2008-02-01 08:16:06    DEBUG: Source/cmMakefile.h updated to 1.1
3522 2008-02-01 08:16:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.422 Source/cmMakefile.cxx
3523 2008-02-01 08:16:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.422 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3524 2008-02-01 08:16:08     INFO: [Ok]
3525 2008-02-01 08:16:08    DEBUG: Source/cmMakefile.cxx updated to 1.1
3526 2008-02-01 08:16:08     INFO: Adding Tests/FunctionTest/Util.cmake...
3527 2008-02-01 08:16:08     INFO: Committing u'2008-01-03 16:21:39 by martink'...
3528 2008-02-01 08:16:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3529 2008-02-01 08:16:08     INFO: Changeset #31
3530 2008-02-01 08:16:08     INFO: Changeset "2008-01-04 05:01:03 by king"
3531 2008-02-01 08:16:08     INFO: Log message: STYLE: Nightly Date Stamp
3532 2008-02-01 08:16:08    DEBUG: Going to apply changeset:
3533 Revision: 2008-01-04 05:01:03 by king
3534 Date: 2008-01-04 05:01:03+00:00
3535 Author: king
3536 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.55)
3537 Log: STYLE: Nightly Date Stamp
3538 2008-02-01 08:16:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/kwsys/kwsysDateStamp.cmake
3539 2008-02-01 08:16:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3540 2008-02-01 08:16:10     INFO: [Ok]
3541 2008-02-01 08:16:10    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.55
3542 2008-02-01 08:16:10     INFO: Committing u'2008-01-04 05:01:03 by king'...
3543 2008-02-01 08:16:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3544 2008-02-01 08:16:10     INFO: Changeset #32
3545 2008-02-01 08:16:10     INFO: Changeset "2008-01-04 12:25:27 by alex"
3546 2008-02-01 08:16:10     INFO: Log message: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3547 compatible with the one in KDE4
3549 Alex
3550 2008-02-01 08:16:10    DEBUG: Going to apply changeset:
3551 Revision: 2008-01-04 12:25:27 by alex
3552 Date: 2008-01-04 12:25:27+00:00
3553 Author: alex
3554 Entries: Modules/FindFreeType.cmake(DEL at 1.2), Modules/FindFreetype.cmake(ADD at 1.1)
3555 Log: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3556 compatible with the one in KDE4
3558 Alex
3559 2008-02-01 08:16:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3560 2008-02-01 08:16:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3561 2008-02-01 08:16:11  WARNING: [Status 1]
3562 2008-02-01 08:16:11  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 2 seconds...
3563 2008-02-01 08:16:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3564 2008-02-01 08:16:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3565 2008-02-01 08:16:13  WARNING: [Status 1]
3566 2008-02-01 08:16:13  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 4 seconds...
3567 2008-02-01 08:16:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3568 2008-02-01 08:16:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3569 2008-02-01 08:16:16  WARNING: [Status 1]
3570 2008-02-01 08:16:16  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 8 seconds...
3571 2008-02-01 08:16:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3572 2008-02-01 08:16:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3573 2008-02-01 08:16:20  WARNING: [Status 1]
3574 2008-02-01 08:16:20 CRITICAL: Couldn't apply changeset
3575 2008-02-01 08:16:20    DEBUG: Reason: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1
3576 2008-02-01 08:16:20    DEBUG: Changeset: Revision: 2008-01-04 12:25:27 by alex
3577 Date: 2008-01-04 12:25:27+00:00
3578 Author: alex
3579 Entries: Modules/FindFreeType.cmake(DEL at 1.2), Modules/FindFreetype.cmake(ADD at 1.1)
3580 Log: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3581 compatible with the one in KDE4
3583 Alex
3584 2008-02-01 08:16:20    DEBUG: Adjusting the state accordingly to journal
3585 2008-02-01 08:16:20 CRITICAL: Upstream change application failed
3586 2008-02-01 18:42:47     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
3587 2008-02-01 18:42:47    DEBUG: cvs not found as new-style vcs, trying as monolithic
3588 2008-02-01 18:42:47    DEBUG: hg not found as new-style vcs, trying as monolithic
3589 2008-02-01 18:42:47     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-01-04 05:01:03 UTC<" -b CMake 2>&1
3590 2008-02-01 18:42:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-01-04 05:01:03 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
3591 2008-02-01 18:43:19     INFO: [Ok]
3592 2008-02-01 18:43:25     INFO: Cached information about 261 pending changesets
3593 2008-02-01 18:43:25     INFO: Applying pending upstream changesets
3594 2008-02-01 18:43:25     INFO: Changeset #1
3595 2008-02-01 18:43:25     INFO: Changeset "2008-01-04 12:25:27 by alex"
3596 2008-02-01 18:43:25     INFO: Log message: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3597 compatible with the one in KDE4
3599 Alex
3600 2008-02-01 18:43:25    DEBUG: Going to apply changeset:
3601 Revision: 2008-01-04 12:25:27 by alex
3602 Date: 2008-01-04 12:25:27+00:00
3603 Author: alex
3604 Entries: Modules/FindFreeType.cmake(DEL at 1.2), Modules/FindFreetype.cmake(ADD at 1.1)
3605 Log: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3606 compatible with the one in KDE4
3608 Alex
3609 2008-02-01 18:43:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3610 2008-02-01 18:43:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3611 2008-02-01 18:43:27  WARNING: [Status 1]
3612 2008-02-01 18:43:27  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 2 seconds...
3613 2008-02-01 18:43:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3614 2008-02-01 18:43:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3615 2008-02-01 18:43:29  WARNING: [Status 1]
3616 2008-02-01 18:43:29  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 4 seconds...
3617 2008-02-01 18:43:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3618 2008-02-01 18:43:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3619 2008-02-01 18:43:32  WARNING: [Status 1]
3620 2008-02-01 18:43:32  WARNING: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1, retrying in 8 seconds...
3621 2008-02-01 18:43:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3622 2008-02-01 18:43:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3623 2008-02-01 18:43:38  WARNING: [Status 1]
3624 2008-02-01 18:43:38 CRITICAL: Couldn't apply changeset
3625 2008-02-01 18:43:38    DEBUG: Reason: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake returned status 1
3626 2008-02-01 18:43:38    DEBUG: Changeset: Revision: 2008-01-04 12:25:27 by alex
3627 Date: 2008-01-04 12:25:27+00:00
3628 Author: alex
3629 Entries: Modules/FindFreeType.cmake(DEL at 1.2), Modules/FindFreetype.cmake(ADD at 1.1)
3630 Log: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3631 compatible with the one in KDE4
3633 Alex
3634 2008-02-01 18:43:38 CRITICAL: Upstream change application failed
3635 2008-02-01 18:45:45     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
3636 2008-02-01 18:45:45    DEBUG: cvs not found as new-style vcs, trying as monolithic
3637 2008-02-01 18:45:45    DEBUG: hg not found as new-style vcs, trying as monolithic
3638 2008-02-01 18:45:45     INFO: Applying pending upstream changesets
3639 2008-02-01 18:45:45     INFO: Changeset #1
3640 2008-02-01 18:45:45     INFO: Changeset "2008-01-04 12:25:27 by alex"
3641 2008-02-01 18:45:45     INFO: Log message: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3642 compatible with the one in KDE4
3644 Alex
3645 2008-02-01 18:45:45    DEBUG: Going to apply changeset:
3646 Revision: 2008-01-04 12:25:27 by alex
3647 Date: 2008-01-04 12:25:27+00:00
3648 Author: alex
3649 Entries: Modules/FindFreeType.cmake(DEL at 1.2), Modules/FindFreetype.cmake(ADD at 1.1)
3650 Log: STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more
3651 compatible with the one in KDE4
3653 Alex
3654 2008-02-01 18:45:46    DEBUG: skipping "Modules/FindFreeType.cmake" since it is already deleted
3655 2008-02-01 18:45:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake
3656 2008-02-01 18:45:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3657 2008-02-01 18:45:47     INFO: [Ok]
3658 2008-02-01 18:45:47    DEBUG: Modules/FindFreetype.cmake updated to 1.1
3659 2008-02-01 18:45:47     INFO: Removing Modules/FindFreeType.cmake...
3660 2008-02-01 18:45:47     INFO: Adding Modules/FindFreetype.cmake...
3661 2008-02-01 18:45:47     INFO: Committing u'2008-01-04 12:25:27 by alex'...
3662 2008-02-01 18:45:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3663 2008-02-01 18:45:47     INFO: Changeset #2
3664 2008-02-01 18:45:47     INFO: Changeset "2008-01-04 12:29:40 by alex"
3665 2008-02-01 18:45:47     INFO: Log message: STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() to handle QUIET and REQUIRED
3666 -remove some unnecessary search paths (they are part of the default paths)
3667 -don't use PATH_SUFFIXES for include/ when searching for a header, that's very uncommon style
3668 -add FREETYPE_LIBRARIES as the variable which should be used by the user (as documented in readme.txt)
3670 Alex
3671 2008-02-01 18:45:47    DEBUG: Going to apply changeset:
3672 Revision: 2008-01-04 12:29:40 by alex
3673 Date: 2008-01-04 12:29:40+00:00
3674 Author: alex
3675 Entries: Modules/FindFreetype.cmake(UPD to 1.2)
3676 Log: STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() to handle QUIET and REQUIRED
3677 -remove some unnecessary search paths (they are part of the default paths)
3678 -don't use PATH_SUFFIXES for include/ when searching for a header, that's very uncommon style
3679 -add FREETYPE_LIBRARIES as the variable which should be used by the user (as documented in readme.txt)
3681 Alex
3682 2008-02-01 18:45:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindFreetype.cmake
3683 2008-02-01 18:45:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3684 2008-02-01 18:45:49     INFO: [Ok]
3685 2008-02-01 18:45:49    DEBUG: Modules/FindFreetype.cmake updated to 1.2
3686 2008-02-01 18:45:49     INFO: Committing u'2008-01-04 12:29:40 by alex'...
3687 2008-02-01 18:45:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3688 2008-02-01 18:45:49     INFO: Changeset #3
3689 2008-02-01 18:45:49     INFO: Changeset "2008-01-04 16:42:08 by ewing"
3690 2008-02-01 18:45:49     INFO: Log message: ENH: Added all lowercase 'openal' to library search names in hopes of addressing
3691  bug 6201 (won't detect on Gentoo).
3692 2008-02-01 18:45:49    DEBUG: Going to apply changeset:
3693 Revision: 2008-01-04 16:42:08 by ewing
3694 Date: 2008-01-04 16:42:08+00:00
3695 Author: ewing
3696 Entries: Modules/FindOpenAL.cmake(UPD to 1.8)
3697 Log: ENH: Added all lowercase 'openal' to library search names in hopes of addressing
3698  bug 6201 (won't detect on Gentoo).
3699 2008-02-01 18:45:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindOpenAL.cmake
3700 2008-02-01 18:45:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindOpenAL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3701 2008-02-01 18:45:51     INFO: [Ok]
3702 2008-02-01 18:45:51    DEBUG: Modules/FindOpenAL.cmake updated to 1.8
3703 2008-02-01 18:45:51     INFO: Committing u'2008-01-04 16:42:08 by ewing'...
3704 2008-02-01 18:45:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3705 2008-02-01 18:45:51     INFO: Changeset #4
3706 2008-02-01 18:45:51     INFO: Changeset "2008-01-04 16:56:18 by alex"
3707 2008-02-01 18:45:51     INFO: Log message: BUG: fix spelling of the xf86misc and xf86vmode variables
3709 Alex
3710 2008-02-01 18:45:51    DEBUG: Going to apply changeset:
3711 Revision: 2008-01-04 16:56:18 by alex
3712 Date: 2008-01-04 16:56:18+00:00
3713 Author: alex
3714 Entries: Modules/FindX11.cmake(UPD to 1.30)
3715 Log: BUG: fix spelling of the xf86misc and xf86vmode variables
3717 Alex
3718 2008-02-01 18:45:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Modules/FindX11.cmake
3719 2008-02-01 18:45:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Modules/FindX11.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3720 2008-02-01 18:45:53     INFO: [Ok]
3721 2008-02-01 18:45:53    DEBUG: Modules/FindX11.cmake updated to 1.30
3722 2008-02-01 18:45:53     INFO: Committing u'2008-01-04 16:56:18 by alex'...
3723 2008-02-01 18:45:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3724 2008-02-01 18:45:53     INFO: Changeset #5
3725 2008-02-01 18:45:53     INFO: Changeset "2008-01-04 17:29:29 by alex"
3726 2008-02-01 18:45:53     INFO: Log message: STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with Eric
3728 Alex
3729 2008-02-01 18:45:53    DEBUG: Going to apply changeset:
3730 Revision: 2008-01-04 17:29:29 by alex
3731 Date: 2008-01-04 17:29:29+00:00
3732 Author: alex
3733 Entries: Modules/FindGIF.cmake(ADD at 1.1), Modules/FindGIFLIB.cmake(DEL at 1.2)
3734 Log: STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with Eric
3736 Alex
3737 2008-02-01 18:45:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindGIF.cmake
3738 2008-02-01 18:45:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindGIF.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3739 2008-02-01 18:45:55     INFO: [Ok]
3740 2008-02-01 18:45:55    DEBUG: Modules/FindGIF.cmake updated to 1.2
3741 2008-02-01 18:45:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGIFLIB.cmake
3742 2008-02-01 18:45:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGIFLIB.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3743 2008-02-01 18:45:55     INFO: [Ok]
3744 2008-02-01 18:45:55    DEBUG: Modules/FindGIFLIB.cmake updated to 1.2
3745 2008-02-01 18:45:55     INFO: Adding Modules/FindGIF.cmake...
3746 2008-02-01 18:45:55     INFO: Removing Modules/FindGIFLIB.cmake...
3747 2008-02-01 18:45:55     INFO: Committing u'2008-01-04 17:29:29 by alex'...
3748 2008-02-01 18:45:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3749 2008-02-01 18:45:56     INFO: Changeset #6
3750 2008-02-01 18:45:56     INFO: Changeset "2008-01-04 17:38:34 by alex"
3751 2008-02-01 18:45:56     INFO: Log message: ENH: rename variables from GIFLIB_* to GIF_*
3752 -add standard QUIET and REQUIRED handling
3753 -add GIF_LIBRARIES variable as readme.txt says
3754 -add name giflib to the names for the gif library
3755 -remove some unnecessary search paths for the lib (they are already part of
3756 the standard search paths, see Modules/Platform/UnixPaths.cmake)
3757 -FindFreetype.cmake: use PATH_SUFFIXES include again for the headers with
3758 the CMAKE_PREFIX_PATH variable
3760 Alex
3761 2008-02-01 18:45:56    DEBUG: Going to apply changeset:
3762 Revision: 2008-01-04 17:38:34 by alex
3763 Date: 2008-01-04 17:38:34+00:00
3764 Author: alex
3765 Entries: Modules/FindFreetype.cmake(UPD to 1.3), Modules/FindGIF.cmake(UPD to 1.2)
3766 Log: ENH: rename variables from GIFLIB_* to GIF_*
3767 -add standard QUIET and REQUIRED handling
3768 -add GIF_LIBRARIES variable as readme.txt says
3769 -add name giflib to the names for the gif library
3770 -remove some unnecessary search paths for the lib (they are already part of
3771 the standard search paths, see Modules/Platform/UnixPaths.cmake)
3772 -FindFreetype.cmake: use PATH_SUFFIXES include again for the headers with
3773 the CMAKE_PREFIX_PATH variable
3775 Alex
3776 2008-02-01 18:45:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGIF.cmake
3777 2008-02-01 18:45:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGIF.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3778 2008-02-01 18:45:58     INFO: [Ok]
3779 2008-02-01 18:45:58    DEBUG: Modules/FindGIF.cmake updated to 1.2
3780 2008-02-01 18:45:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindFreetype.cmake
3781 2008-02-01 18:45:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3782 2008-02-01 18:45:59     INFO: [Ok]
3783 2008-02-01 18:45:59    DEBUG: Modules/FindFreetype.cmake updated to 1.2
3784 2008-02-01 18:45:59     INFO: Committing u'2008-01-04 17:38:34 by alex'...
3785 2008-02-01 18:45:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3786 2008-02-01 18:45:59     INFO: Changeset #7
3787 2008-02-01 18:45:59     INFO: Changeset "2008-01-04 19:22:57 by king"
3788 2008-02-01 18:45:59     INFO: Log message: BUG: File installation should overwrite the destination if the file times differ at all rather than only if the source file is newer.  Users expect installation to overwrite destination files.  This addresses the re-opening of bug#3349.
3789 2008-02-01 18:45:59    DEBUG: Going to apply changeset:
3790 Revision: 2008-01-04 19:22:57 by king
3791 Date: 2008-01-04 19:22:57+00:00
3792 Author: king
3793 Entries: Source/cmFileCommand.cxx(UPD to 1.94)
3794 Log: BUG: File installation should overwrite the destination if the file times differ at all rather than only if the source file is newer.  Users expect installation to overwrite destination files.  This addresses the re-opening of bug#3349.
3795 2008-02-01 18:45:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmFileCommand.cxx
3796 2008-02-01 18:45:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3797 2008-02-01 18:46:01     INFO: [Ok]
3798 2008-02-01 18:46:01    DEBUG: Source/cmFileCommand.cxx updated to 1.94
3799 2008-02-01 18:46:01     INFO: Committing u'2008-01-04 19:22:57 by king'...
3800 2008-02-01 18:46:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3801 2008-02-01 18:46:01     INFO: Changeset #8
3802 2008-02-01 18:46:01     INFO: Changeset "2008-01-05 05:01:03 by king"
3803 2008-02-01 18:46:01     INFO: Log message: STYLE: Nightly Date Stamp
3804 2008-02-01 18:46:01    DEBUG: Going to apply changeset:
3805 Revision: 2008-01-05 05:01:03 by king
3806 Date: 2008-01-05 05:01:03+00:00
3807 Author: king
3808 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.56)
3809 Log: STYLE: Nightly Date Stamp
3810 2008-02-01 18:46:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/kwsys/kwsysDateStamp.cmake
3811 2008-02-01 18:46:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3812 2008-02-01 18:46:03     INFO: [Ok]
3813 2008-02-01 18:46:03    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.56
3814 2008-02-01 18:46:03     INFO: Committing u'2008-01-05 05:01:03 by king'...
3815 2008-02-01 18:46:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3816 2008-02-01 18:46:03     INFO: Changeset #9
3817 2008-02-01 18:46:03     INFO: Changeset "2008-01-05 16:19:29 by miguelf"
3818 2008-02-01 18:46:03     INFO: Log message: ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xrs file generation, and other options (BUG: 6162).
3819 2008-02-01 18:46:03    DEBUG: Going to apply changeset:
3820 Revision: 2008-01-05 16:19:29 by miguelf
3821 Date: 2008-01-05 16:19:29+00:00
3822 Author: miguelf
3823 Entries: Modules/FindwxWidgets.cmake(UPD to 1.16)
3824 Log: ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xrs file generation, and other options (BUG: 6162).
3825 2008-02-01 18:46:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindwxWidgets.cmake
3826 2008-02-01 18:46:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindwxWidgets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3827 2008-02-01 18:46:05     INFO: [Ok]
3828 2008-02-01 18:46:05    DEBUG: Modules/FindwxWidgets.cmake updated to 1.16
3829 2008-02-01 18:46:05     INFO: Committing u'2008-01-05 16:19:29 by miguelf'...
3830 2008-02-01 18:46:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3831 2008-02-01 18:46:05     INFO: Changeset #10
3832 2008-02-01 18:46:05     INFO: Changeset "2008-01-06 01:37:51 by miguelf"
3833 2008-02-01 18:46:05     INFO: Log message: BUG: Support cross-compiling; wx-config should be searched for in target platform ONLY (bug 6187).
3834 2008-02-01 18:46:05    DEBUG: Going to apply changeset:
3835 Revision: 2008-01-06 01:37:51 by miguelf
3836 Date: 2008-01-06 01:37:51+00:00
3837 Author: miguelf
3838 Entries: Modules/FindwxWidgets.cmake(UPD to 1.17)
3839 Log: BUG: Support cross-compiling; wx-config should be searched for in target platform ONLY (bug 6187).
3840 2008-02-01 18:46:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/FindwxWidgets.cmake
3841 2008-02-01 18:46:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/FindwxWidgets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3842 2008-02-01 18:46:07     INFO: [Ok]
3843 2008-02-01 18:46:07    DEBUG: Modules/FindwxWidgets.cmake updated to 1.17
3844 2008-02-01 18:46:07     INFO: Committing u'2008-01-06 01:37:51 by miguelf'...
3845 2008-02-01 18:46:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3846 2008-02-01 18:46:07     INFO: Changeset #11
3847 2008-02-01 18:46:07     INFO: Changeset "2008-01-06 05:01:04 by king"
3848 2008-02-01 18:46:07     INFO: Log message: STYLE: Nightly Date Stamp
3849 2008-02-01 18:46:07    DEBUG: Going to apply changeset:
3850 Revision: 2008-01-06 05:01:04 by king
3851 Date: 2008-01-06 05:01:04+00:00
3852 Author: king
3853 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.57)
3854 Log: STYLE: Nightly Date Stamp
3855 2008-02-01 18:46:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/kwsys/kwsysDateStamp.cmake
3856 2008-02-01 18:46:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3857 2008-02-01 18:46:09     INFO: [Ok]
3858 2008-02-01 18:46:09    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.57
3859 2008-02-01 18:46:09     INFO: Committing u'2008-01-06 05:01:04 by king'...
3860 2008-02-01 18:46:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3861 2008-02-01 18:46:09     INFO: Changeset #12
3862 2008-02-01 18:46:09     INFO: Changeset "2008-01-06 22:18:15 by alex"
3863 2008-02-01 18:46:09     INFO: Log message: BUG: fix #6105, if a directory inside CMAKE_FIND_ROOT_PATH is given to a
3864 FIND_XXX() command, don't prepend the root to it (since it is already in
3865 this root)
3867 Alex
3868 2008-02-01 18:46:09    DEBUG: Going to apply changeset:
3869 Revision: 2008-01-06 22:18:15 by alex
3870 Date: 2008-01-06 22:18:15+00:00
3871 Author: alex
3872 Entries: Source/cmFindBase.cxx(UPD to 1.30)
3873 Log: BUG: fix #6105, if a directory inside CMAKE_FIND_ROOT_PATH is given to a
3874 FIND_XXX() command, don't prepend the root to it (since it is already in
3875 this root)
3877 Alex
3878 2008-02-01 18:46:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmFindBase.cxx
3879 2008-02-01 18:46:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3880 2008-02-01 18:46:11     INFO: [Ok]
3881 2008-02-01 18:46:11    DEBUG: Source/cmFindBase.cxx updated to 1.30
3882 2008-02-01 18:46:11     INFO: Committing u'2008-01-06 22:18:15 by alex'...
3883 2008-02-01 18:46:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3884 2008-02-01 18:46:11     INFO: Changeset #13
3885 2008-02-01 18:46:11     INFO: Changeset "2008-01-07 05:01:02 by king"
3886 2008-02-01 18:46:11     INFO: Log message: STYLE: Nightly Date Stamp
3887 2008-02-01 18:46:11    DEBUG: Going to apply changeset:
3888 Revision: 2008-01-07 05:01:02 by king
3889 Date: 2008-01-07 05:01:02+00:00
3890 Author: king
3891 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.58)
3892 Log: STYLE: Nightly Date Stamp
3893 2008-02-01 18:46:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/kwsys/kwsysDateStamp.cmake
3894 2008-02-01 18:46:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3895 2008-02-01 18:46:13     INFO: [Ok]
3896 2008-02-01 18:46:13    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.58
3897 2008-02-01 18:46:13     INFO: Committing u'2008-01-07 05:01:02 by king'...
3898 2008-02-01 18:46:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3899 2008-02-01 18:46:13     INFO: Changeset #14
3900 2008-02-01 18:46:13     INFO: Changeset "2008-01-07 15:27:28 by king"
3901 2008-02-01 18:46:13     INFO: Log message: ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id source more than once with different extra flags added to the compiler.  Use the support to correctly identify the Intel Fortran compiler on windows which does not preprocess by default without special flags.
3902 2008-02-01 18:46:13    DEBUG: Going to apply changeset:
3903 Revision: 2008-01-07 15:27:28 by king
3904 Date: 2008-01-07 15:27:28+00:00
3905 Author: king
3906 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.15), Modules/CMakeDetermineFortranCompiler.cmake(UPD to 1.19)
3907 Log: ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id source more than once with different extra flags added to the compiler.  Use the support to correctly identify the Intel Fortran compiler on windows which does not preprocess by default without special flags.
3908 2008-02-01 18:46:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeDetermineCompilerId.cmake
3909 2008-02-01 18:46:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3910 2008-02-01 18:46:15     INFO: [Ok]
3911 2008-02-01 18:46:15    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.19
3912 2008-02-01 18:46:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeDetermineFortranCompiler.cmake
3913 2008-02-01 18:46:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeDetermineFortranCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3914 2008-02-01 18:46:16     INFO: [Ok]
3915 2008-02-01 18:46:16    DEBUG: Modules/CMakeDetermineFortranCompiler.cmake updated to 1.19
3916 2008-02-01 18:46:16     INFO: Committing u'2008-01-07 15:27:28 by king'...
3917 2008-02-01 18:46:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3918 2008-02-01 18:46:16     INFO: Changeset #15
3919 2008-02-01 18:46:16     INFO: Changeset "2008-01-07 16:36:17 by king"
3920 2008-02-01 18:46:16     INFO: Log message: ENH: Changes based on patch from Maik for better cmDependsFortran::ModulesDiffer.
3921 2008-02-01 18:46:16    DEBUG: Going to apply changeset:
3922 Revision: 2008-01-07 16:36:17 by king
3923 Date: 2008-01-07 16:36:17+00:00
3924 Author: king
3925 Entries: Source/cmDependsFortran.cxx(UPD to 1.41)
3926 Log: ENH: Changes based on patch from Maik for better cmDependsFortran::ModulesDiffer.
3927 2008-02-01 18:46:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmDependsFortran.cxx
3928 2008-02-01 18:46:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3929 2008-02-01 18:46:18     INFO: [Ok]
3930 2008-02-01 18:46:18    DEBUG: Source/cmDependsFortran.cxx updated to 1.41
3931 2008-02-01 18:46:18     INFO: Committing u'2008-01-07 16:36:17 by king'...
3932 2008-02-01 18:46:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3933 2008-02-01 18:46:18     INFO: Changeset #16
3934 2008-02-01 18:46:18     INFO: Changeset "2008-01-07 19:52:45 by alex"
3935 2008-02-01 18:46:18     INFO: Log message: BUG: with cmake 2.4 INSTALL_FILES() with no files was accepted by cmake,
3936 with cmake cvs without this patch an invalid cmake_install.cmake script was
3937 generated in this case, it failed with an error if no files were given. So
3938 just do nothing if no files are listed to make it compatible.
3940 http://lists.kde.org/?l=kde-commits&m=119965185114478&w=2
3942 Alex
3943 2008-02-01 18:46:18    DEBUG: Going to apply changeset:
3944 Revision: 2008-01-07 19:52:45 by alex
3945 Date: 2008-01-07 19:52:45+00:00
3946 Author: alex
3947 Entries: Source/cmFileCommand.cxx(UPD to 1.95)
3948 Log: BUG: with cmake 2.4 INSTALL_FILES() with no files was accepted by cmake,
3949 with cmake cvs without this patch an invalid cmake_install.cmake script was
3950 generated in this case, it failed with an error if no files were given. So
3951 just do nothing if no files are listed to make it compatible.
3953 http://lists.kde.org/?l=kde-commits&m=119965185114478&w=2
3955 Alex
3956 2008-02-01 18:46:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmFileCommand.cxx
3957 2008-02-01 18:46:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3958 2008-02-01 18:46:20     INFO: [Ok]
3959 2008-02-01 18:46:20    DEBUG: Source/cmFileCommand.cxx updated to 1.95
3960 2008-02-01 18:46:20     INFO: Committing u'2008-01-07 19:52:45 by alex'...
3961 2008-02-01 18:46:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3962 2008-02-01 18:46:20     INFO: Changeset #17
3963 2008-02-01 18:46:20     INFO: Changeset "2008-01-07 21:12:36 by king"
3964 2008-02-01 18:46:20     INFO: Log message: BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions.  For Java we also need to always remove the source extension (.java -> .class).  This fixes the re-opening of bug #6169.
3965 2008-02-01 18:46:20    DEBUG: Going to apply changeset:
3966 Revision: 2008-01-07 21:12:36 by king
3967 Date: 2008-01-07 21:12:37+00:00
3968 Author: king
3969 Entries: Modules/CMakeJavaCompiler.cmake.in(UPD to 1.12), Source/cmLocalGenerator.cxx(UPD to 1.247), Source/cmLocalGenerator.h(UPD to 1.92), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.230), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.81), Source/cmMakefileTargetGenerator.cxx(UPD to 1.82)
3970 Log: BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions.  For Java we also need to always remove the source extension (.java -> .class).  This fixes the re-opening of bug #6169.
3971 2008-02-01 18:46:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeJavaCompiler.cmake.in
3972 2008-02-01 18:46:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeJavaCompiler.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3973 2008-02-01 18:46:22     INFO: [Ok]
3974 2008-02-01 18:46:22    DEBUG: Modules/CMakeJavaCompiler.cmake.in updated to 1.82
3975 2008-02-01 18:46:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/cmLocalUnixMakefileGenerator3.h
3976 2008-02-01 18:46:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3977 2008-02-01 18:46:23     INFO: [Ok]
3978 2008-02-01 18:46:23    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.82
3979 2008-02-01 18:46:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmMakefileTargetGenerator.cxx
3980 2008-02-01 18:46:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3981 2008-02-01 18:46:24     INFO: [Ok]
3982 2008-02-01 18:46:24    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.82
3983 2008-02-01 18:46:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmLocalGenerator.h
3984 2008-02-01 18:46:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3985 2008-02-01 18:46:26     INFO: [Ok]
3986 2008-02-01 18:46:26    DEBUG: Source/cmLocalGenerator.h updated to 1.82
3987 2008-02-01 18:46:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.230 Source/cmLocalUnixMakefileGenerator3.cxx
3988 2008-02-01 18:46:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.230 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3989 2008-02-01 18:46:27     INFO: [Ok]
3990 2008-02-01 18:46:27    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.82
3991 2008-02-01 18:46:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.247 Source/cmLocalGenerator.cxx
3992 2008-02-01 18:46:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.247 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
3993 2008-02-01 18:46:28     INFO: [Ok]
3994 2008-02-01 18:46:28    DEBUG: Source/cmLocalGenerator.cxx updated to 1.82
3995 2008-02-01 18:46:28     INFO: Committing u'2008-01-07 21:12:36 by king'...
3996 2008-02-01 18:46:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
3997 2008-02-01 18:46:28     INFO: Changeset #18
3998 2008-02-01 18:46:28     INFO: Changeset "2008-01-08 04:08:42 by king"
3999 2008-02-01 18:46:28     INFO: Log message: BUG: Fix parsing of fortran include directives during dependency scanning.  Previously only #include worked but not just include.
4000 2008-02-01 18:46:28    DEBUG: Going to apply changeset:
4001 Revision: 2008-01-08 04:08:42 by king
4002 Date: 2008-01-08 04:08:42+00:00
4003 Author: king
4004 Entries: Source/cmDependsFortranParser.cxx(UPD to 1.16), Source/cmDependsFortranParser.y(UPD to 1.18)
4005 Log: BUG: Fix parsing of fortran include directives during dependency scanning.  Previously only #include worked but not just include.
4006 2008-02-01 18:46:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDependsFortranParser.cxx
4007 2008-02-01 18:46:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDependsFortranParser.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4008 2008-02-01 18:46:30     INFO: [Ok]
4009 2008-02-01 18:46:30    DEBUG: Source/cmDependsFortranParser.cxx updated to 1.18
4010 2008-02-01 18:46:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmDependsFortranParser.y
4011 2008-02-01 18:46:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmDependsFortranParser.y ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4012 2008-02-01 18:46:31     INFO: [Ok]
4013 2008-02-01 18:46:31    DEBUG: Source/cmDependsFortranParser.y updated to 1.18
4014 2008-02-01 18:46:31     INFO: Committing u'2008-01-08 04:08:42 by king'...
4015 2008-02-01 18:46:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4016 2008-02-01 18:46:31     INFO: Changeset #19
4017 2008-02-01 18:46:31     INFO: Changeset "2008-01-08 05:01:03 by king"
4018 2008-02-01 18:46:31     INFO: Log message: STYLE: Nightly Date Stamp
4019 2008-02-01 18:46:31    DEBUG: Going to apply changeset:
4020 Revision: 2008-01-08 05:01:03 by king
4021 Date: 2008-01-08 05:01:03+00:00
4022 Author: king
4023 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.59)
4024 Log: STYLE: Nightly Date Stamp
4025 2008-02-01 18:46:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.59 Source/kwsys/kwsysDateStamp.cmake
4026 2008-02-01 18:46:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.59 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4027 2008-02-01 18:46:33     INFO: [Ok]
4028 2008-02-01 18:46:33    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.59
4029 2008-02-01 18:46:33     INFO: Committing u'2008-01-08 05:01:03 by king'...
4030 2008-02-01 18:46:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4031 2008-02-01 18:46:33     INFO: Changeset #20
4032 2008-02-01 18:46:33     INFO: Changeset "2008-01-08 13:25:07 by hoffman"
4033 2008-02-01 18:46:33     INFO: Log message: BUG: make it compile on vs 6
4034 2008-02-01 18:46:33    DEBUG: Going to apply changeset:
4035 Revision: 2008-01-08 13:25:07 by hoffman
4036 Date: 2008-01-08 13:25:07+00:00
4037 Author: hoffman
4038 Entries: Source/cmDependsFortran.cxx(UPD to 1.42)
4039 Log: BUG: make it compile on vs 6
4040 2008-02-01 18:46:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmDependsFortran.cxx
4041 2008-02-01 18:46:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4042 2008-02-01 18:46:35     INFO: [Ok]
4043 2008-02-01 18:46:35    DEBUG: Source/cmDependsFortran.cxx updated to 1.42
4044 2008-02-01 18:46:35     INFO: Committing u'2008-01-08 13:25:07 by hoffman'...
4045 2008-02-01 18:46:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4046 2008-02-01 18:46:35     INFO: Changeset #21
4047 2008-02-01 18:46:35     INFO: Changeset "2008-01-08 16:38:28 by hoffman"
4048 2008-02-01 18:46:35     INFO: Log message: ENH: add new system information class for use in ctest
4049 2008-02-01 18:46:35    DEBUG: Going to apply changeset:
4050 Revision: 2008-01-08 16:38:28 by hoffman
4051 Date: 2008-01-08 16:38:28+00:00
4052 Author: hoffman
4053 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.131), Source/kwsys/SystemInformation.cxx(ADD at 1.1), Source/kwsys/SystemInformation.hxx.in(ADD at 1.1)
4054 Log: ENH: add new system information class for use in ctest
4055 2008-02-01 18:46:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in
4056 2008-02-01 18:46:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4057 2008-02-01 18:46:38     INFO: [Ok]
4058 2008-02-01 18:46:38    DEBUG: Source/kwsys/SystemInformation.cxx,Source/kwsys/SystemInformation.hxx.in updated to 1.1
4059 2008-02-01 18:46:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.131 Source/kwsys/CMakeLists.txt
4060 2008-02-01 18:46:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.131 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4061 2008-02-01 18:46:39     INFO: [Ok]
4062 2008-02-01 18:46:39    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.1
4063 2008-02-01 18:46:39     INFO: Adding Source/kwsys/SystemInformation.cxx, Source/kwsys/SystemInformation.hxx.in...
4064 2008-02-01 18:46:39     INFO: Committing u'2008-01-08 16:38:28 by hoffman'...
4065 2008-02-01 18:46:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4066 2008-02-01 18:46:39     INFO: Changeset #22
4067 2008-02-01 18:46:39     INFO: Changeset "2008-01-08 16:43:07 by hoffman"
4068 2008-02-01 18:46:39     INFO: Log message: ENH: add missing file
4069 2008-02-01 18:46:39    DEBUG: Going to apply changeset:
4070 Revision: 2008-01-08 16:43:07 by hoffman
4071 Date: 2008-01-08 16:43:07+00:00
4072 Author: hoffman
4073 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.132), Source/kwsys/testSystemInformation.cxx(ADD at 1.1)
4074 Log: ENH: add missing file
4075 2008-02-01 18:46:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/testSystemInformation.cxx
4076 2008-02-01 18:46:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/testSystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4077 2008-02-01 18:46:41     INFO: [Ok]
4078 2008-02-01 18:46:41    DEBUG: Source/kwsys/testSystemInformation.cxx updated to 1.1
4079 2008-02-01 18:46:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.132 Source/kwsys/CMakeLists.txt
4080 2008-02-01 18:46:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.132 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4081 2008-02-01 18:46:42     INFO: [Ok]
4082 2008-02-01 18:46:42    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.1
4083 2008-02-01 18:46:42     INFO: Adding Source/kwsys/testSystemInformation.cxx...
4084 2008-02-01 18:46:42     INFO: Committing u'2008-01-08 16:43:07 by hoffman'...
4085 2008-02-01 18:46:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4086 2008-02-01 18:46:42     INFO: Changeset #23
4087 2008-02-01 18:46:42     INFO: Changeset "2008-01-08 19:59:57 by hoffman"
4088 2008-02-01 18:46:42     INFO: Log message: ENH: fix leaks and turn on by default
4089 2008-02-01 18:46:42    DEBUG: Going to apply changeset:
4090 Revision: 2008-01-08 19:59:57 by hoffman
4091 Date: 2008-01-08 19:59:57+00:00
4092 Author: hoffman
4093 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.133), Source/kwsys/SystemInformation.cxx(UPD to 1.2), Source/kwsys/SystemInformation.hxx.in(UPD to 1.2)
4094 Log: ENH: fix leaks and turn on by default
4095 2008-02-01 18:46:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in
4096 2008-02-01 18:46:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4097 2008-02-01 18:46:44     INFO: [Ok]
4098 2008-02-01 18:46:44    DEBUG: Source/kwsys/SystemInformation.cxx,Source/kwsys/SystemInformation.hxx.in updated to 1.2
4099 2008-02-01 18:46:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.133 Source/kwsys/CMakeLists.txt
4100 2008-02-01 18:46:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.133 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4101 2008-02-01 18:46:45     INFO: [Ok]
4102 2008-02-01 18:46:45    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.2
4103 2008-02-01 18:46:45     INFO: Committing u'2008-01-08 19:59:57 by hoffman'...
4104 2008-02-01 18:46:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4105 2008-02-01 18:46:45     INFO: Changeset #24
4106 2008-02-01 18:46:45     INFO: Changeset "2008-01-08 21:28:46 by hoffman"
4107 2008-02-01 18:46:45     INFO: Log message: ENH: turn off for now
4108 2008-02-01 18:46:45    DEBUG: Going to apply changeset:
4109 Revision: 2008-01-08 21:28:46 by hoffman
4110 Date: 2008-01-08 21:28:46+00:00
4111 Author: hoffman
4112 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.134)
4113 Log: ENH: turn off for now
4114 2008-02-01 18:46:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.134 Source/kwsys/CMakeLists.txt
4115 2008-02-01 18:46:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.134 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4116 2008-02-01 18:46:47     INFO: [Ok]
4117 2008-02-01 18:46:47    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.134
4118 2008-02-01 18:46:47     INFO: Committing u'2008-01-08 21:28:46 by hoffman'...
4119 2008-02-01 18:46:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4120 2008-02-01 18:46:47     INFO: Changeset #25
4121 2008-02-01 18:46:47     INFO: Changeset "2008-01-08 22:20:04 by hoffman"
4122 2008-02-01 18:46:47     INFO: Log message: ENH: fix lots of warnings
4123 2008-02-01 18:46:47    DEBUG: Going to apply changeset:
4124 Revision: 2008-01-08 22:20:04 by hoffman
4125 Date: 2008-01-08 22:20:04+00:00
4126 Author: hoffman
4127 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.3)
4128 Log: ENH: fix lots of warnings
4129 2008-02-01 18:46:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/SystemInformation.cxx
4130 2008-02-01 18:46:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4131 2008-02-01 18:46:49     INFO: [Ok]
4132 2008-02-01 18:46:49    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.3
4133 2008-02-01 18:46:49     INFO: Committing u'2008-01-08 22:20:04 by hoffman'...
4134 2008-02-01 18:46:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4135 2008-02-01 18:46:49     INFO: Changeset #26
4136 2008-02-01 18:46:49     INFO: Changeset "2008-01-08 22:51:05 by hoffman"
4137 2008-02-01 18:46:49     INFO: Log message: ENH: figure out long long value
4138 2008-02-01 18:46:49    DEBUG: Going to apply changeset:
4139 Revision: 2008-01-08 22:51:05 by hoffman
4140 Date: 2008-01-08 22:51:05+00:00
4141 Author: hoffman
4142 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.4), Source/kwsys/SystemInformation.hxx.in(UPD to 1.3)
4143 Log: ENH: figure out long long value
4144 2008-02-01 18:46:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/SystemInformation.hxx.in
4145 2008-02-01 18:46:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4146 2008-02-01 18:46:51     INFO: [Ok]
4147 2008-02-01 18:46:51    DEBUG: Source/kwsys/SystemInformation.hxx.in updated to 1.3
4148 2008-02-01 18:46:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/kwsys/SystemInformation.cxx
4149 2008-02-01 18:46:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4150 2008-02-01 18:46:52     INFO: [Ok]
4151 2008-02-01 18:46:52    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.3
4152 2008-02-01 18:46:52     INFO: Committing u'2008-01-08 22:51:05 by hoffman'...
4153 2008-02-01 18:46:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4154 2008-02-01 18:46:52     INFO: Changeset #27
4155 2008-02-01 18:46:52     INFO: Changeset "2008-01-09 05:01:03 by king"
4156 2008-02-01 18:46:52     INFO: Log message: STYLE: Nightly Date Stamp
4157 2008-02-01 18:46:52    DEBUG: Going to apply changeset:
4158 Revision: 2008-01-09 05:01:03 by king
4159 Date: 2008-01-09 05:01:03+00:00
4160 Author: king
4161 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.60)
4162 Log: STYLE: Nightly Date Stamp
4163 2008-02-01 18:46:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.60 Source/kwsys/kwsysDateStamp.cmake
4164 2008-02-01 18:46:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.60 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4165 2008-02-01 18:46:54     INFO: [Ok]
4166 2008-02-01 18:46:54    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.60
4167 2008-02-01 18:46:54     INFO: Committing u'2008-01-09 05:01:03 by king'...
4168 2008-02-01 18:46:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4169 2008-02-01 18:46:54     INFO: Changeset #28
4170 2008-02-01 18:46:54     INFO: Changeset "2008-01-09 15:30:10 by king"
4171 2008-02-01 18:46:54     INFO: Log message: ENH: Patch from Maik to add preprocessor directive handling to Fortran dependency scanning.  Also added -fpp flag to Intel Fortran compiler on Windows by default.
4172 2008-02-01 18:46:54    DEBUG: Going to apply changeset:
4173 Revision: 2008-01-09 15:30:10 by king
4174 Date: 2008-01-09 15:30:11+00:00
4175 Author: king
4176 Entries: Modules/Platform/Windows-ifort.cmake(UPD to 1.4), Source/cmDependsFortran.cxx(UPD to 1.43), Source/cmDependsFortran.h(UPD to 1.14), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.231), Tests/Fortran/CMakeLists.txt(UPD to 1.13), Tests/Fortran/test_preprocess.F90(ADD at 1.1)
4177 Log: ENH: Patch from Maik to add preprocessor directive handling to Fortran dependency scanning.  Also added -fpp flag to Intel Fortran compiler on Windows by default.
4178 2008-02-01 18:46:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/test_preprocess.F90
4179 2008-02-01 18:46:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Fortran/test_preprocess.F90 ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4180 2008-02-01 18:46:56     INFO: [Ok]
4181 2008-02-01 18:46:56    DEBUG: Tests/Fortran/test_preprocess.F90 updated to 1.1
4182 2008-02-01 18:46:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-ifort.cmake
4183 2008-02-01 18:46:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-ifort.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4184 2008-02-01 18:46:57     INFO: [Ok]
4185 2008-02-01 18:46:57    DEBUG: Modules/Platform/Windows-ifort.cmake updated to 1.1
4186 2008-02-01 18:46:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Tests/Fortran/CMakeLists.txt
4187 2008-02-01 18:46:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Tests/Fortran/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4188 2008-02-01 18:46:59     INFO: [Ok]
4189 2008-02-01 18:46:59    DEBUG: Tests/Fortran/CMakeLists.txt updated to 1.1
4190 2008-02-01 18:46:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDependsFortran.h
4191 2008-02-01 18:46:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDependsFortran.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4192 2008-02-01 18:47:00     INFO: [Ok]
4193 2008-02-01 18:47:00    DEBUG: Source/cmDependsFortran.h updated to 1.1
4194 2008-02-01 18:47:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmDependsFortran.cxx
4195 2008-02-01 18:47:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4196 2008-02-01 18:47:02     INFO: [Ok]
4197 2008-02-01 18:47:02    DEBUG: Source/cmDependsFortran.cxx updated to 1.1
4198 2008-02-01 18:47:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.231 Source/cmLocalUnixMakefileGenerator3.cxx
4199 2008-02-01 18:47:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.231 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4200 2008-02-01 18:47:03     INFO: [Ok]
4201 2008-02-01 18:47:03    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.1
4202 2008-02-01 18:47:03     INFO: Adding Tests/Fortran/test_preprocess.F90...
4203 2008-02-01 18:47:03     INFO: Committing u'2008-01-09 15:30:10 by king'...
4204 2008-02-01 18:47:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4205 2008-02-01 18:47:03     INFO: Changeset #29
4206 2008-02-01 18:47:03     INFO: Changeset "2008-01-09 21:59:01 by alex"
4207 2008-02-01 18:47:03     INFO: Log message: ENH: sort the module files alphabetically when generating the documentation
4208 of rht modules
4210 Alex
4211 2008-02-01 18:47:03    DEBUG: Going to apply changeset:
4212 Revision: 2008-01-09 21:59:01 by alex
4213 Date: 2008-01-09 21:59:01+00:00
4214 Author: alex
4215 Entries: Source/cmDocumentation.cxx(UPD to 1.63)
4216 Log: ENH: sort the module files alphabetically when generating the documentation
4217 of rht modules
4219 Alex
4220 2008-02-01 18:47:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/cmDocumentation.cxx
4221 2008-02-01 18:47:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4222 2008-02-01 18:47:05     INFO: [Ok]
4223 2008-02-01 18:47:05    DEBUG: Source/cmDocumentation.cxx updated to 1.63
4224 2008-02-01 18:47:05     INFO: Committing u'2008-01-09 21:59:01 by alex'...
4225 2008-02-01 18:47:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4226 2008-02-01 18:47:05     INFO: Changeset #30
4227 2008-02-01 18:47:05     INFO: Changeset "2008-01-10 03:09:19 by perera"
4228 2008-02-01 18:47:05     INFO: Log message: STYLE: Spelling fixes on documentation
4229 2008-02-01 18:47:05    DEBUG: Going to apply changeset:
4230 Revision: 2008-01-10 03:09:19 by perera
4231 Date: 2008-01-10 03:09:19+00:00
4232 Author: perera
4233 Entries: Source/cmAddExecutableCommand.h(UPD to 1.18), Source/cmConfigureFileCommand.h(UPD to 1.21), Source/cmDocumentation.cxx(UPD to 1.64), Source/cmEnableLanguageCommand.h(UPD to 1.7), Source/cmFindBase.cxx(UPD to 1.31), Source/cmMakefile.cxx(UPD to 1.423), Source/cmSourceFile.cxx(UPD to 1.40), Source/cmStringCommand.h(UPD to 1.27), Source/cmTarget.cxx(UPD to 1.172), Source/cmTest.cxx(UPD to 1.8), Source/cmTryCompileCommand.h(UPD to 1.26), Source/cmVariableWatchCommand.h(UPD to 1.3), Source/cmWhileCommand.h(UPD to 1.8)
4234 Log: STYLE: Spelling fixes on documentation
4235 2008-02-01 18:47:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmVariableWatchCommand.h
4236 2008-02-01 18:47:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmVariableWatchCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4237 2008-02-01 18:47:07     INFO: [Ok]
4238 2008-02-01 18:47:07    DEBUG: Source/cmVariableWatchCommand.h updated to 1.8
4239 2008-02-01 18:47:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmEnableLanguageCommand.h
4240 2008-02-01 18:47:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmEnableLanguageCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4241 2008-02-01 18:47:08     INFO: [Ok]
4242 2008-02-01 18:47:08    DEBUG: Source/cmEnableLanguageCommand.h updated to 1.8
4243 2008-02-01 18:47:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmTest.cxx Source/cmWhileCommand.h
4244 2008-02-01 18:47:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmTest.cxx Source/cmWhileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4245 2008-02-01 18:47:09     INFO: [Ok]
4246 2008-02-01 18:47:09    DEBUG: Source/cmTest.cxx,Source/cmWhileCommand.h updated to 1.8
4247 2008-02-01 18:47:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmAddExecutableCommand.h
4248 2008-02-01 18:47:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmAddExecutableCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4249 2008-02-01 18:47:11     INFO: [Ok]
4250 2008-02-01 18:47:11    DEBUG: Source/cmAddExecutableCommand.h updated to 1.8
4251 2008-02-01 18:47:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmConfigureFileCommand.h
4252 2008-02-01 18:47:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmConfigureFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4253 2008-02-01 18:47:13     INFO: [Ok]
4254 2008-02-01 18:47:13    DEBUG: Source/cmConfigureFileCommand.h updated to 1.8
4255 2008-02-01 18:47:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmTryCompileCommand.h
4256 2008-02-01 18:47:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmTryCompileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4257 2008-02-01 18:47:14     INFO: [Ok]
4258 2008-02-01 18:47:14    DEBUG: Source/cmTryCompileCommand.h updated to 1.8
4259 2008-02-01 18:47:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmStringCommand.h
4260 2008-02-01 18:47:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmStringCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4261 2008-02-01 18:47:15     INFO: [Ok]
4262 2008-02-01 18:47:15    DEBUG: Source/cmStringCommand.h updated to 1.8
4263 2008-02-01 18:47:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFindBase.cxx
4264 2008-02-01 18:47:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4265 2008-02-01 18:47:16     INFO: [Ok]
4266 2008-02-01 18:47:16    DEBUG: Source/cmFindBase.cxx updated to 1.8
4267 2008-02-01 18:47:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmSourceFile.cxx
4268 2008-02-01 18:47:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4269 2008-02-01 18:47:17     INFO: [Ok]
4270 2008-02-01 18:47:17    DEBUG: Source/cmSourceFile.cxx updated to 1.8
4271 2008-02-01 18:47:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/cmDocumentation.cxx
4272 2008-02-01 18:47:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4273 2008-02-01 18:47:18     INFO: [Ok]
4274 2008-02-01 18:47:18    DEBUG: Source/cmDocumentation.cxx updated to 1.8
4275 2008-02-01 18:47:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.172 Source/cmTarget.cxx
4276 2008-02-01 18:47:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.172 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4277 2008-02-01 18:47:19     INFO: [Ok]
4278 2008-02-01 18:47:19    DEBUG: Source/cmTarget.cxx updated to 1.8
4279 2008-02-01 18:47:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.423 Source/cmMakefile.cxx
4280 2008-02-01 18:47:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.423 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4281 2008-02-01 18:47:20     INFO: [Ok]
4282 2008-02-01 18:47:20    DEBUG: Source/cmMakefile.cxx updated to 1.8
4283 2008-02-01 18:47:20     INFO: Committing u'2008-01-10 03:09:19 by perera'...
4284 2008-02-01 18:47:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4285 2008-02-01 18:47:20     INFO: Changeset #31
4286 2008-02-01 18:47:20     INFO: Changeset "2008-01-10 05:01:05 by king"
4287 2008-02-01 18:47:20     INFO: Log message: STYLE: Nightly Date Stamp
4288 2008-02-01 18:47:20    DEBUG: Going to apply changeset:
4289 Revision: 2008-01-10 05:01:05 by king
4290 Date: 2008-01-10 05:01:05+00:00
4291 Author: king
4292 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.61)
4293 Log: STYLE: Nightly Date Stamp
4294 2008-02-01 18:47:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/kwsys/kwsysDateStamp.cmake
4295 2008-02-01 18:47:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4296 2008-02-01 18:47:22     INFO: [Ok]
4297 2008-02-01 18:47:22    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.61
4298 2008-02-01 18:47:22     INFO: Committing u'2008-01-10 05:01:05 by king'...
4299 2008-02-01 18:47:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4300 2008-02-01 18:47:22     INFO: Changeset #32
4301 2008-02-01 18:47:22     INFO: Changeset "2008-01-10 14:46:04 by king"
4302 2008-02-01 18:47:22     INFO: Log message: COMP: Fix build on VS6.
4303 2008-02-01 18:47:22    DEBUG: Going to apply changeset:
4304 Revision: 2008-01-10 14:46:04 by king
4305 Date: 2008-01-10 14:46:04+00:00
4306 Author: king
4307 Entries: Source/cmDependsFortran.cxx(UPD to 1.44)
4308 Log: COMP: Fix build on VS6.
4309 2008-02-01 18:47:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmDependsFortran.cxx
4310 2008-02-01 18:47:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4311 2008-02-01 18:47:24     INFO: [Ok]
4312 2008-02-01 18:47:24    DEBUG: Source/cmDependsFortran.cxx updated to 1.44
4313 2008-02-01 18:47:24     INFO: Committing u'2008-01-10 14:46:04 by king'...
4314 2008-02-01 18:47:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4315 2008-02-01 18:47:24     INFO: Changeset #33
4316 2008-02-01 18:47:24     INFO: Changeset "2008-01-10 15:50:46 by hoffman"
4317 2008-02-01 18:47:24     INFO: Log message: ENH: add support for visual age fortran on linux
4318 2008-02-01 18:47:24    DEBUG: Going to apply changeset:
4319 Revision: 2008-01-10 15:50:46 by hoffman
4320 Date: 2008-01-10 15:50:46+00:00
4321 Author: hoffman
4322 Entries: Modules/CMakeFortranCompilerId.F90(UPD to 1.3), Modules/Platform/Linux-VisualAge-C.cmake(ADD at 1.1), Modules/Platform/Linux-VisualAge-Fortran.cmake(ADD at 1.1)
4323 Log: ENH: add support for visual age fortran on linux
4324 2008-02-01 18:47:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/Linux-VisualAge-C.cmake Modules/Platform/Linux-VisualAge-Fortran.cmake
4325 2008-02-01 18:47:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/Linux-VisualAge-C.cmake Modules/Platform/Linux-VisualAge-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4326 2008-02-01 18:47:26     INFO: [Ok]
4327 2008-02-01 18:47:26    DEBUG: Modules/Platform/Linux-VisualAge-C.cmake,Modules/Platform/Linux-VisualAge-Fortran.cmake updated to 1.1
4328 2008-02-01 18:47:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeFortranCompilerId.F90
4329 2008-02-01 18:47:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeFortranCompilerId.F90 ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4330 2008-02-01 18:47:27     INFO: [Ok]
4331 2008-02-01 18:47:27    DEBUG: Modules/CMakeFortranCompilerId.F90 updated to 1.1
4332 2008-02-01 18:47:27     INFO: Adding Modules/Platform/Linux-VisualAge-C.cmake, Modules/Platform/Linux-VisualAge-Fortran.cmake...
4333 2008-02-01 18:47:27     INFO: Committing u'2008-01-10 15:50:46 by hoffman'...
4334 2008-02-01 18:47:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4335 2008-02-01 18:47:27     INFO: Changeset #34
4336 2008-02-01 18:47:27     INFO: Changeset "2008-01-10 16:58:07 by king"
4337 2008-02-01 18:47:27     INFO: Log message: STYLE: Move VisualAge id macro to correct block.
4338 2008-02-01 18:47:27    DEBUG: Going to apply changeset:
4339 Revision: 2008-01-10 16:58:07 by king
4340 Date: 2008-01-10 16:58:07+00:00
4341 Author: king
4342 Entries: Modules/CMakeFortranCompilerId.F90(UPD to 1.4)
4343 Log: STYLE: Move VisualAge id macro to correct block.
4344 2008-02-01 18:47:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/CMakeFortranCompilerId.F90
4345 2008-02-01 18:47:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/CMakeFortranCompilerId.F90 ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4346 2008-02-01 18:47:29     INFO: [Ok]
4347 2008-02-01 18:47:29    DEBUG: Modules/CMakeFortranCompilerId.F90 updated to 1.4
4348 2008-02-01 18:47:29     INFO: Committing u'2008-01-10 16:58:07 by king'...
4349 2008-02-01 18:47:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4350 2008-02-01 18:47:29     INFO: Changeset #35
4351 2008-02-01 18:47:29     INFO: Changeset "2008-01-10 19:47:00 by king"
4352 2008-02-01 18:47:29     INFO: Log message: BUG: Need to install fortran compiler id source.
4353 2008-02-01 18:47:29    DEBUG: Going to apply changeset:
4354 Revision: 2008-01-10 19:47:00 by king
4355 Date: 2008-01-10 19:47:00+00:00
4356 Author: king
4357 Entries: Modules/CMakeLists.txt(UPD to 1.17)
4358 Log: BUG: Need to install fortran compiler id source.
4359 2008-02-01 18:47:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeLists.txt
4360 2008-02-01 18:47:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4361 2008-02-01 18:47:31     INFO: [Ok]
4362 2008-02-01 18:47:31    DEBUG: Modules/CMakeLists.txt updated to 1.17
4363 2008-02-01 18:47:31     INFO: Committing u'2008-01-10 19:47:00 by king'...
4364 2008-02-01 18:47:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4365 2008-02-01 18:47:31     INFO: Changeset #36
4366 2008-02-01 18:47:31     INFO: Changeset "2008-01-10 19:47:19 by king"
4367 2008-02-01 18:47:31     INFO: Log message: BUG: Removed stray debugging message.
4368 2008-02-01 18:47:31    DEBUG: Going to apply changeset:
4369 Revision: 2008-01-10 19:47:19 by king
4370 Date: 2008-01-10 19:47:19+00:00
4371 Author: king
4372 Entries: Modules/Platform/Linux-VisualAge-C.cmake(UPD to 1.2)
4373 Log: BUG: Removed stray debugging message.
4374 2008-02-01 18:47:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-VisualAge-C.cmake
4375 2008-02-01 18:47:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-VisualAge-C.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4376 2008-02-01 18:47:33     INFO: [Ok]
4377 2008-02-01 18:47:33    DEBUG: Modules/Platform/Linux-VisualAge-C.cmake updated to 1.2
4378 2008-02-01 18:47:33     INFO: Committing u'2008-01-10 19:47:19 by king'...
4379 2008-02-01 18:47:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4380 2008-02-01 18:47:33     INFO: Changeset #37
4381 2008-02-01 18:47:33     INFO: Changeset "2008-01-10 20:17:23 by hoffman"
4382 2008-02-01 18:47:33     INFO: Log message: BUG: fix for bug 6193, fix xcode depend helper
4383 2008-02-01 18:47:33    DEBUG: Going to apply changeset:
4384 Revision: 2008-01-10 20:17:23 by hoffman
4385 Date: 2008-01-10 20:17:23+00:00
4386 Author: hoffman
4387 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.175), Source/cmInstallTargetGenerator.cxx(UPD to 1.50)
4388 Log: BUG: fix for bug 6193, fix xcode depend helper
4389 2008-02-01 18:47:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmInstallTargetGenerator.cxx
4390 2008-02-01 18:47:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4391 2008-02-01 18:47:35     INFO: [Ok]
4392 2008-02-01 18:47:35    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.50
4393 2008-02-01 18:47:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.175 Source/cmGlobalXCodeGenerator.cxx
4394 2008-02-01 18:47:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.175 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4395 2008-02-01 18:47:36     INFO: [Ok]
4396 2008-02-01 18:47:36    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.50
4397 2008-02-01 18:47:36     INFO: Committing u'2008-01-10 20:17:23 by hoffman'...
4398 2008-02-01 18:47:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4399 2008-02-01 18:47:36     INFO: Changeset #38
4400 2008-02-01 18:47:36     INFO: Changeset "2008-01-10 21:22:52 by hoffman"
4401 2008-02-01 18:47:36     INFO: Log message: BUG: fix for bug 4145 much better findSwig
4402 2008-02-01 18:47:36    DEBUG: Going to apply changeset:
4403 Revision: 2008-01-10 21:22:52 by hoffman
4404 Date: 2008-01-10 21:22:52+00:00
4405 Author: hoffman
4406 Entries: Modules/FindSWIG.cmake(UPD to 1.10)
4407 Log: BUG: fix for bug 4145 much better findSwig
4408 2008-02-01 18:47:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindSWIG.cmake
4409 2008-02-01 18:47:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindSWIG.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4410 2008-02-01 18:47:38     INFO: [Ok]
4411 2008-02-01 18:47:38    DEBUG: Modules/FindSWIG.cmake updated to 1.10
4412 2008-02-01 18:47:38     INFO: Committing u'2008-01-10 21:22:52 by hoffman'...
4413 2008-02-01 18:47:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4414 2008-02-01 18:47:38     INFO: Changeset #39
4415 2008-02-01 18:47:38     INFO: Changeset "2008-01-10 23:32:38 by king"
4416 2008-02-01 18:47:38     INFO: Log message: BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write.  Work around the problem by killing the children before closing the pipes.
4417 2008-02-01 18:47:38    DEBUG: Going to apply changeset:
4418 Revision: 2008-01-10 23:32:38 by king
4419 Date: 2008-01-10 23:32:38+00:00
4420 Author: king
4421 Entries: Source/kwsys/ProcessUNIX.c(UPD to 1.71)
4422 Log: BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write.  Work around the problem by killing the children before closing the pipes.
4423 2008-02-01 18:47:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/ProcessUNIX.c
4424 2008-02-01 18:47:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/ProcessUNIX.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4425 2008-02-01 18:47:40     INFO: [Ok]
4426 2008-02-01 18:47:40    DEBUG: Source/kwsys/ProcessUNIX.c updated to 1.71
4427 2008-02-01 18:47:40     INFO: Committing u'2008-01-10 23:32:38 by king'...
4428 2008-02-01 18:47:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4429 2008-02-01 18:47:40     INFO: Changeset #40
4430 2008-02-01 18:47:40     INFO: Changeset "2008-01-10 23:52:19 by alex"
4431 2008-02-01 18:47:40     INFO: Log message: BUG: it seems on some installations boost is installed under boost-1_34 ,
4432 see #5030
4434 FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ?
4436 Alex
4437 2008-02-01 18:47:40    DEBUG: Going to apply changeset:
4438 Revision: 2008-01-10 23:52:19 by alex
4439 Date: 2008-01-10 23:52:19+00:00
4440 Author: alex
4441 Entries: Modules/FindBoost.cmake(UPD to 1.4)
4442 Log: BUG: it seems on some installations boost is installed under boost-1_34 ,
4443 see #5030
4445 FindBoost.cmake recommends using LINK_DIRECTORIES(), is this really good ?
4447 Alex
4448 2008-02-01 18:47:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindBoost.cmake
4449 2008-02-01 18:47:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindBoost.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4450 2008-02-01 18:47:42     INFO: [Ok]
4451 2008-02-01 18:47:42    DEBUG: Modules/FindBoost.cmake updated to 1.4
4452 2008-02-01 18:47:42     INFO: Committing u'2008-01-10 23:52:19 by alex'...
4453 2008-02-01 18:47:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4454 2008-02-01 18:47:42     INFO: Changeset #41
4455 2008-02-01 18:47:42     INFO: Changeset "2008-01-11 05:01:04 by king"
4456 2008-02-01 18:47:42     INFO: Log message: STYLE: Nightly Date Stamp
4457 2008-02-01 18:47:42    DEBUG: Going to apply changeset:
4458 Revision: 2008-01-11 05:01:04 by king
4459 Date: 2008-01-11 05:01:04+00:00
4460 Author: king
4461 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.62)
4462 Log: STYLE: Nightly Date Stamp
4463 2008-02-01 18:47:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/kwsys/kwsysDateStamp.cmake
4464 2008-02-01 18:47:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4465 2008-02-01 18:47:44     INFO: [Ok]
4466 2008-02-01 18:47:44    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.62
4467 2008-02-01 18:47:44     INFO: Committing u'2008-01-11 05:01:04 by king'...
4468 2008-02-01 18:47:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4469 2008-02-01 18:47:44     INFO: Changeset #42
4470 2008-02-01 18:47:44     INFO: Changeset "2008-01-11 13:33:48 by king"
4471 2008-02-01 18:47:44     INFO: Log message: ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to use it.  Add better treatment of user home directory paths.
4472 2008-02-01 18:47:44    DEBUG: Going to apply changeset:
4473 Revision: 2008-01-11 13:33:48 by king
4474 Date: 2008-01-11 13:33:48+00:00
4475 Author: king
4476 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.218), Source/kwsys/SystemTools.hxx.in(UPD to 1.71)
4477 Log: ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to use it.  Add better treatment of user home directory paths.
4478 2008-02-01 18:47:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/SystemTools.hxx.in
4479 2008-02-01 18:47:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/SystemTools.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4480 2008-02-01 18:47:46     INFO: [Ok]
4481 2008-02-01 18:47:46    DEBUG: Source/kwsys/SystemTools.hxx.in updated to 1.71
4482 2008-02-01 18:47:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/kwsys/SystemTools.cxx
4483 2008-02-01 18:47:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4484 2008-02-01 18:47:47     INFO: [Ok]
4485 2008-02-01 18:47:47    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.71
4486 2008-02-01 18:47:47     INFO: Committing u'2008-01-11 13:33:48 by king'...
4487 2008-02-01 18:47:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4488 2008-02-01 18:47:47     INFO: Changeset #43
4489 2008-02-01 18:47:47     INFO: Changeset "2008-01-11 17:40:24 by clinton"
4490 2008-02-01 18:47:47     INFO: Log message: ENH:  For moc commands on Windows, use @param_file method to allow arguments
4491       longer than Windows' command length limitation.
4492       Fixes #6221.
4493 2008-02-01 18:47:47    DEBUG: Going to apply changeset:
4494 Revision: 2008-01-11 17:40:24 by clinton
4495 Date: 2008-01-11 17:40:24+00:00
4496 Author: clinton
4497 Entries: Modules/FindQt4.cmake(UPD to 1.85)
4498 Log: ENH:  For moc commands on Windows, use @param_file method to allow arguments
4499       longer than Windows' command length limitation.
4500       Fixes #6221.
4501 2008-02-01 18:47:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Modules/FindQt4.cmake
4502 2008-02-01 18:47:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4503 2008-02-01 18:47:49     INFO: [Ok]
4504 2008-02-01 18:47:49    DEBUG: Modules/FindQt4.cmake updated to 1.85
4505 2008-02-01 18:47:49     INFO: Committing u'2008-01-11 17:40:24 by clinton'...
4506 2008-02-01 18:47:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4507 2008-02-01 18:47:49     INFO: Changeset #44
4508 2008-02-01 18:47:49     INFO: Changeset "2008-01-11 18:00:29 by hoffman"
4509 2008-02-01 18:47:49     INFO: Log message: ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the compiler actually uses
4510 2008-02-01 18:47:49    DEBUG: Going to apply changeset:
4511 Revision: 2008-01-11 18:00:29 by hoffman
4512 Date: 2008-01-11 18:00:29+00:00
4513 Author: hoffman
4514 Entries: Source/cmLocalGenerator.cxx(UPD to 1.248), Source/cmLocalGenerator.h(UPD to 1.93)
4515 Log: ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the compiler actually uses
4516 2008-02-01 18:47:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmLocalGenerator.h
4517 2008-02-01 18:47:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4518 2008-02-01 18:47:51     INFO: [Ok]
4519 2008-02-01 18:47:51    DEBUG: Source/cmLocalGenerator.h updated to 1.93
4520 2008-02-01 18:47:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.248 Source/cmLocalGenerator.cxx
4521 2008-02-01 18:47:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.248 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4522 2008-02-01 18:47:52     INFO: [Ok]
4523 2008-02-01 18:47:52    DEBUG: Source/cmLocalGenerator.cxx updated to 1.93
4524 2008-02-01 18:47:52     INFO: Committing u'2008-01-11 18:00:29 by hoffman'...
4525 2008-02-01 18:47:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4526 2008-02-01 18:47:52     INFO: Changeset #45
4527 2008-02-01 18:47:52     INFO: Changeset "2008-01-11 22:37:38 by hoffman"
4528 2008-02-01 18:47:52     INFO: Log message: ENH: add support for xlf with -WF,-D for -D
4529 2008-02-01 18:47:52    DEBUG: Going to apply changeset:
4530 Revision: 2008-01-11 22:37:38 by hoffman
4531 Date: 2008-01-11 22:37:38+00:00
4532 Author: hoffman
4533 Entries: Modules/Platform/AIX-VisualAge-Fortran.cmake(ADD at 1.1), Modules/Platform/Linux-VisualAge-Fortran.cmake(UPD to 1.2), Modules/Platform/xlf.cmake(ADD at 1.1)
4534 Log: ENH: add support for xlf with -WF,-D for -D
4535 2008-02-01 18:47:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/AIX-VisualAge-Fortran.cmake Modules/Platform/xlf.cmake
4536 2008-02-01 18:47:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/Platform/AIX-VisualAge-Fortran.cmake Modules/Platform/xlf.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4537 2008-02-01 18:47:54     INFO: [Ok]
4538 2008-02-01 18:47:54    DEBUG: Modules/Platform/AIX-VisualAge-Fortran.cmake,Modules/Platform/xlf.cmake updated to 1.1
4539 2008-02-01 18:47:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-VisualAge-Fortran.cmake
4540 2008-02-01 18:47:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-VisualAge-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4541 2008-02-01 18:47:55     INFO: [Ok]
4542 2008-02-01 18:47:55    DEBUG: Modules/Platform/Linux-VisualAge-Fortran.cmake updated to 1.1
4543 2008-02-01 18:47:55     INFO: Adding Modules/Platform/AIX-VisualAge-Fortran.cmake...
4544 2008-02-01 18:47:55     INFO: Adding Modules/Platform/xlf.cmake...
4545 2008-02-01 18:47:55     INFO: Committing u'2008-01-11 22:37:38 by hoffman'...
4546 2008-02-01 18:47:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4547 2008-02-01 18:47:55     INFO: Changeset #46
4548 2008-02-01 18:47:55     INFO: Changeset "2008-01-11 22:38:41 by hoffman"
4549 2008-02-01 18:47:55     INFO: Log message: ENH: add support for xlf with -WF,-D for -D
4550 2008-02-01 18:47:55    DEBUG: Going to apply changeset:
4551 Revision: 2008-01-11 22:38:41 by hoffman
4552 Date: 2008-01-11 22:38:41+00:00
4553 Author: hoffman
4554 Entries: Modules/Platform/AIX-VisualAge-Fortran.cmake(UPD to 1.2), Modules/Platform/Linux-VisualAge-Fortran.cmake(UPD to 1.3)
4555 Log: ENH: add support for xlf with -WF,-D for -D
4556 2008-02-01 18:47:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/AIX-VisualAge-Fortran.cmake
4557 2008-02-01 18:47:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/AIX-VisualAge-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4558 2008-02-01 18:47:57     INFO: [Ok]
4559 2008-02-01 18:47:57    DEBUG: Modules/Platform/AIX-VisualAge-Fortran.cmake updated to 1.3
4560 2008-02-01 18:47:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-VisualAge-Fortran.cmake
4561 2008-02-01 18:47:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-VisualAge-Fortran.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4562 2008-02-01 18:47:59     INFO: [Ok]
4563 2008-02-01 18:47:59    DEBUG: Modules/Platform/Linux-VisualAge-Fortran.cmake updated to 1.3
4564 2008-02-01 18:47:59     INFO: Committing u'2008-01-11 22:38:41 by hoffman'...
4565 2008-02-01 18:47:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4566 2008-02-01 18:47:59     INFO: Changeset #47
4567 2008-02-01 18:47:59     INFO: Changeset "2008-01-12 05:01:05 by king"
4568 2008-02-01 18:47:59     INFO: Log message: STYLE: Nightly Date Stamp
4569 2008-02-01 18:47:59    DEBUG: Going to apply changeset:
4570 Revision: 2008-01-12 05:01:05 by king
4571 Date: 2008-01-12 05:01:05+00:00
4572 Author: king
4573 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.63)
4574 Log: STYLE: Nightly Date Stamp
4575 2008-02-01 18:47:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/kwsys/kwsysDateStamp.cmake
4576 2008-02-01 18:47:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4577 2008-02-01 18:48:01     INFO: [Ok]
4578 2008-02-01 18:48:01    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.63
4579 2008-02-01 18:48:01     INFO: Committing u'2008-01-12 05:01:05 by king'...
4580 2008-02-01 18:48:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4581 2008-02-01 18:48:01     INFO: Changeset #48
4582 2008-02-01 18:48:01     INFO: Changeset "2008-01-12 14:52:50 by king"
4583 2008-02-01 18:48:01     INFO: Log message: COMP: Fix build on borland.
4584 2008-02-01 18:48:01    DEBUG: Going to apply changeset:
4585 Revision: 2008-01-12 14:52:50 by king
4586 Date: 2008-01-12 14:52:50+00:00
4587 Author: king
4588 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.219)
4589 Log: COMP: Fix build on borland.
4590 2008-02-01 18:48:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/kwsys/SystemTools.cxx
4591 2008-02-01 18:48:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4592 2008-02-01 18:48:03     INFO: [Ok]
4593 2008-02-01 18:48:03    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.219
4594 2008-02-01 18:48:03     INFO: Committing u'2008-01-12 14:52:50 by king'...
4595 2008-02-01 18:48:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4596 2008-02-01 18:48:03     INFO: Changeset #49
4597 2008-02-01 18:48:03     INFO: Changeset "2008-01-13 05:01:04 by king"
4598 2008-02-01 18:48:03     INFO: Log message: STYLE: Nightly Date Stamp
4599 2008-02-01 18:48:03    DEBUG: Going to apply changeset:
4600 Revision: 2008-01-13 05:01:04 by king
4601 Date: 2008-01-13 05:01:04+00:00
4602 Author: king
4603 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.64)
4604 Log: STYLE: Nightly Date Stamp
4605 2008-02-01 18:48:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/kwsys/kwsysDateStamp.cmake
4606 2008-02-01 18:48:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4607 2008-02-01 18:48:05     INFO: [Ok]
4608 2008-02-01 18:48:05    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.64
4609 2008-02-01 18:48:05     INFO: Committing u'2008-01-13 05:01:04 by king'...
4610 2008-02-01 18:48:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4611 2008-02-01 18:48:05     INFO: Changeset #50
4612 2008-02-01 18:48:05     INFO: Changeset "2008-01-13 21:36:20 by king"
4613 2008-02-01 18:48:05     INFO: Log message: ENH: Improved escaping in kwsys/System.  Added escape of % for NMake.  Added escape of ; for the VS IDE.
4614 2008-02-01 18:48:05    DEBUG: Going to apply changeset:
4615 Revision: 2008-01-13 21:36:20 by king
4616 Date: 2008-01-13 21:36:20+00:00
4617 Author: king
4618 Entries: Source/cmGlobalNMakeMakefileGenerator.cxx(UPD to 1.26), Source/cmLocalGenerator.cxx(UPD to 1.249), Source/cmLocalGenerator.h(UPD to 1.94), Source/cmLocalUnixMakefileGenerator3.h(UPD to 1.82), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.210), Source/kwsys/System.c(UPD to 1.11), Source/kwsys/System.h.in(UPD to 1.7)
4619 Log: ENH: Improved escaping in kwsys/System.  Added escape of % for NMake.  Added escape of ; for the VS IDE.
4620 2008-02-01 18:48:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/System.h.in
4621 2008-02-01 18:48:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/System.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4622 2008-02-01 18:48:07     INFO: [Ok]
4623 2008-02-01 18:48:07    DEBUG: Source/kwsys/System.h.in updated to 1.7
4624 2008-02-01 18:48:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/kwsys/System.c
4625 2008-02-01 18:48:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/kwsys/System.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4626 2008-02-01 18:48:08     INFO: [Ok]
4627 2008-02-01 18:48:08    DEBUG: Source/kwsys/System.c updated to 1.7
4628 2008-02-01 18:48:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmGlobalNMakeMakefileGenerator.cxx
4629 2008-02-01 18:48:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmGlobalNMakeMakefileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4630 2008-02-01 18:48:09     INFO: [Ok]
4631 2008-02-01 18:48:09    DEBUG: Source/cmGlobalNMakeMakefileGenerator.cxx updated to 1.7
4632 2008-02-01 18:48:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmLocalUnixMakefileGenerator3.h
4633 2008-02-01 18:48:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmLocalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4634 2008-02-01 18:48:10     INFO: [Ok]
4635 2008-02-01 18:48:10    DEBUG: Source/cmLocalUnixMakefileGenerator3.h updated to 1.7
4636 2008-02-01 18:48:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmLocalGenerator.h
4637 2008-02-01 18:48:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4638 2008-02-01 18:48:11     INFO: [Ok]
4639 2008-02-01 18:48:11    DEBUG: Source/cmLocalGenerator.h updated to 1.7
4640 2008-02-01 18:48:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.210 Source/cmLocalVisualStudio7Generator.cxx
4641 2008-02-01 18:48:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.210 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4642 2008-02-01 18:48:12     INFO: [Ok]
4643 2008-02-01 18:48:12    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.7
4644 2008-02-01 18:48:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.249 Source/cmLocalGenerator.cxx
4645 2008-02-01 18:48:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.249 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4646 2008-02-01 18:48:14     INFO: [Ok]
4647 2008-02-01 18:48:14    DEBUG: Source/cmLocalGenerator.cxx updated to 1.7
4648 2008-02-01 18:48:14     INFO: Committing u'2008-01-13 21:36:20 by king'...
4649 2008-02-01 18:48:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4650 2008-02-01 18:48:14     INFO: Changeset #51
4651 2008-02-01 18:48:14     INFO: Changeset "2008-01-13 21:59:09 by king"
4652 2008-02-01 18:48:14     INFO: Log message: BUG: Removed stray debugging statement.
4653 2008-02-01 18:48:14    DEBUG: Going to apply changeset:
4654 Revision: 2008-01-13 21:59:09 by king
4655 Date: 2008-01-13 21:59:09+00:00
4656 Author: king
4657 Entries: Source/cmLocalGenerator.cxx(UPD to 1.250)
4658 Log: BUG: Removed stray debugging statement.
4659 2008-02-01 18:48:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.250 Source/cmLocalGenerator.cxx
4660 2008-02-01 18:48:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.250 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4661 2008-02-01 18:48:16     INFO: [Ok]
4662 2008-02-01 18:48:16    DEBUG: Source/cmLocalGenerator.cxx updated to 1.250
4663 2008-02-01 18:48:16     INFO: Committing u'2008-01-13 21:59:09 by king'...
4664 2008-02-01 18:48:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4665 2008-02-01 18:48:16     INFO: Changeset #52
4666 2008-02-01 18:48:16     INFO: Changeset "2008-01-14 05:01:04 by king"
4667 2008-02-01 18:48:16     INFO: Log message: STYLE: Nightly Date Stamp
4668 2008-02-01 18:48:16    DEBUG: Going to apply changeset:
4669 Revision: 2008-01-14 05:01:04 by king
4670 Date: 2008-01-14 05:01:04+00:00
4671 Author: king
4672 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.65)
4673 Log: STYLE: Nightly Date Stamp
4674 2008-02-01 18:48:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/kwsys/kwsysDateStamp.cmake
4675 2008-02-01 18:48:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4676 2008-02-01 18:48:18     INFO: [Ok]
4677 2008-02-01 18:48:18    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.65
4678 2008-02-01 18:48:18     INFO: Committing u'2008-01-14 05:01:04 by king'...
4679 2008-02-01 18:48:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4680 2008-02-01 18:48:18     INFO: Changeset #53
4681 2008-02-01 18:48:18     INFO: Changeset "2008-01-14 14:20:57 by king"
4682 2008-02-01 18:48:18     INFO: Log message: ENH: Create COMPILE_DEFINITIONS property for targets and source files.  Create <config>_COMPILE_DEFINITIONS property as per-configuration version.  Add Preprocess test to test the feature.  Document limitations on Xcode and VS6 generators.
4683 2008-02-01 18:48:18    DEBUG: Going to apply changeset:
4684 Revision: 2008-01-14 14:20:57 by king
4685 Date: 2008-01-14 14:20:58+00:00
4686 Author: king
4687 Entries: Modules/CMakeCInformation.cmake(UPD to 1.18), Modules/CMakeCXXInformation.cmake(UPD to 1.21), Modules/Platform/AIX.cmake(UPD to 1.19), Modules/Platform/Generic-SDCC-C.cmake(UPD to 1.5), Modules/Platform/QNX.cmake(UPD to 1.9), Modules/Platform/Windows-bcc32.cmake(UPD to 1.44), Modules/Platform/Windows-icl.cmake(UPD to 1.4), Modules/Platform/Windows-wcl386.cmake(UPD to 1.7), Modules/Platform/cl.cmake(UPD to 1.5), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.176), Source/cmGlobalXCodeGenerator.h(UPD to 1.52), Source/cmLocalGenerator.cxx(UPD to 1.251), Source/cmLocalGenerator.h(UPD to 1.95), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.232), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.134), Source/cmLocalVisualStudio6Generator.h(UPD to 1.22), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.211), Source/cmLocalVisualStudio7Generator.h(UPD to 1.47), Source/cmMakefileTargetGenerator.cxx(UPD to 1.83), Source/cmSourceFile.cxx(UPD to 1.41), Source/cmTarget.cxx(UPD to 1.173), Tests/CMakeLists.txt(UPD to 1.40), Tests/Preprocess/CMakeLists.txt(ADD at 1.1), Tests/Preprocess/file_def.h(ADD at 1.1), Tests/Preprocess/preprocess.c(ADD at 1.1), Tests/Preprocess/preprocess.cxx(ADD at 1.1), Tests/Preprocess/preprocess.h.in(ADD at 1.1), Tests/Preprocess/preprocess_vs6.cxx(ADD at 1.1), Tests/Preprocess/target_def.h(ADD at 1.1)
4688 Log: ENH: Create COMPILE_DEFINITIONS property for targets and source files.  Create <config>_COMPILE_DEFINITIONS property as per-configuration version.  Add Preprocess test to test the feature.  Document limitations on Xcode and VS6 generators.
4689 2008-02-01 18:48:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Preprocess/CMakeLists.txt Tests/Preprocess/file_def.h Tests/Preprocess/preprocess.c Tests/Preprocess/preprocess.cxx Tests/Preprocess/preprocess.h.in Tests/Preprocess/preprocess_vs6.cxx Tests/Preprocess/target_def.h
4690 2008-02-01 18:48:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Preprocess/CMakeLists.txt Tests/Preprocess/file_def.h Tests/Preprocess/preprocess.c Tests/Preprocess/preprocess.cxx Tests/Preprocess/preprocess.h.in Tests/Preprocess/preprocess_vs6.cxx Tests/Preprocess/target_def.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4691 2008-02-01 18:48:20     INFO: [Ok]
4692 2008-02-01 18:48:20    DEBUG: Tests/Preprocess/CMakeLists.txt,Tests/Preprocess/file_def.h,Tests/Preprocess/preprocess.c,Tests/Preprocess/preprocess.cxx,Tests/Preprocess/preprocess.h.in,Tests/Preprocess/preprocess_vs6.cxx,Tests/Preprocess/target_def.h updated to 1.1
4693 2008-02-01 18:48:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-icl.cmake
4694 2008-02-01 18:48:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-icl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4695 2008-02-01 18:48:21     INFO: [Ok]
4696 2008-02-01 18:48:21    DEBUG: Modules/Platform/Windows-icl.cmake updated to 1.1
4697 2008-02-01 18:48:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/Generic-SDCC-C.cmake Modules/Platform/cl.cmake
4698 2008-02-01 18:48:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/Generic-SDCC-C.cmake Modules/Platform/cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4699 2008-02-01 18:48:22     INFO: [Ok]
4700 2008-02-01 18:48:22    DEBUG: Modules/Platform/Generic-SDCC-C.cmake,Modules/Platform/cl.cmake updated to 1.1
4701 2008-02-01 18:48:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/Platform/Windows-wcl386.cmake
4702 2008-02-01 18:48:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/Platform/Windows-wcl386.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4703 2008-02-01 18:48:23     INFO: [Ok]
4704 2008-02-01 18:48:23    DEBUG: Modules/Platform/Windows-wcl386.cmake updated to 1.1
4705 2008-02-01 18:48:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/Platform/QNX.cmake
4706 2008-02-01 18:48:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/Platform/QNX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4707 2008-02-01 18:48:25     INFO: [Ok]
4708 2008-02-01 18:48:25    DEBUG: Modules/Platform/QNX.cmake updated to 1.1
4709 2008-02-01 18:48:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeCInformation.cmake
4710 2008-02-01 18:48:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeCInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4711 2008-02-01 18:48:26     INFO: [Ok]
4712 2008-02-01 18:48:26    DEBUG: Modules/CMakeCInformation.cmake updated to 1.1
4713 2008-02-01 18:48:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/Platform/AIX.cmake
4714 2008-02-01 18:48:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/Platform/AIX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4715 2008-02-01 18:48:27     INFO: [Ok]
4716 2008-02-01 18:48:27    DEBUG: Modules/Platform/AIX.cmake updated to 1.1
4717 2008-02-01 18:48:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/CMakeCXXInformation.cmake
4718 2008-02-01 18:48:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/CMakeCXXInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4719 2008-02-01 18:48:28     INFO: [Ok]
4720 2008-02-01 18:48:28    DEBUG: Modules/CMakeCXXInformation.cmake updated to 1.1
4721 2008-02-01 18:48:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmLocalVisualStudio6Generator.h
4722 2008-02-01 18:48:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmLocalVisualStudio6Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4723 2008-02-01 18:48:30     INFO: [Ok]
4724 2008-02-01 18:48:30    DEBUG: Source/cmLocalVisualStudio6Generator.h updated to 1.1
4725 2008-02-01 18:48:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Tests/CMakeLists.txt
4726 2008-02-01 18:48:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4727 2008-02-01 18:48:31     INFO: [Ok]
4728 2008-02-01 18:48:31    DEBUG: Tests/CMakeLists.txt updated to 1.1
4729 2008-02-01 18:48:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmSourceFile.cxx
4730 2008-02-01 18:48:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4731 2008-02-01 18:48:32     INFO: [Ok]
4732 2008-02-01 18:48:32    DEBUG: Source/cmSourceFile.cxx updated to 1.1
4733 2008-02-01 18:48:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/Platform/Windows-bcc32.cmake
4734 2008-02-01 18:48:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/Platform/Windows-bcc32.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4735 2008-02-01 18:48:33     INFO: [Ok]
4736 2008-02-01 18:48:33    DEBUG: Modules/Platform/Windows-bcc32.cmake updated to 1.1
4737 2008-02-01 18:48:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmLocalVisualStudio7Generator.h
4738 2008-02-01 18:48:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4739 2008-02-01 18:48:34     INFO: [Ok]
4740 2008-02-01 18:48:34    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.1
4741 2008-02-01 18:48:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmGlobalXCodeGenerator.h
4742 2008-02-01 18:48:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmGlobalXCodeGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4743 2008-02-01 18:48:35     INFO: [Ok]
4744 2008-02-01 18:48:35    DEBUG: Source/cmGlobalXCodeGenerator.h updated to 1.1
4745 2008-02-01 18:48:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/cmMakefileTargetGenerator.cxx
4746 2008-02-01 18:48:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4747 2008-02-01 18:48:36     INFO: [Ok]
4748 2008-02-01 18:48:36    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.1
4749 2008-02-01 18:48:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmLocalGenerator.h
4750 2008-02-01 18:48:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4751 2008-02-01 18:48:37     INFO: [Ok]
4752 2008-02-01 18:48:37    DEBUG: Source/cmLocalGenerator.h updated to 1.1
4753 2008-02-01 18:48:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.134 Source/cmLocalVisualStudio6Generator.cxx
4754 2008-02-01 18:48:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.134 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4755 2008-02-01 18:48:38     INFO: [Ok]
4756 2008-02-01 18:48:38    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.1
4757 2008-02-01 18:48:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.173 Source/cmTarget.cxx
4758 2008-02-01 18:48:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.173 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4759 2008-02-01 18:48:40     INFO: [Ok]
4760 2008-02-01 18:48:40    DEBUG: Source/cmTarget.cxx updated to 1.1
4761 2008-02-01 18:48:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.176 Source/cmGlobalXCodeGenerator.cxx
4762 2008-02-01 18:48:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.176 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4763 2008-02-01 18:48:41     INFO: [Ok]
4764 2008-02-01 18:48:41    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.1
4765 2008-02-01 18:48:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.211 Source/cmLocalVisualStudio7Generator.cxx
4766 2008-02-01 18:48:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.211 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4767 2008-02-01 18:48:43     INFO: [Ok]
4768 2008-02-01 18:48:43    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.1
4769 2008-02-01 18:48:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.232 Source/cmLocalUnixMakefileGenerator3.cxx
4770 2008-02-01 18:48:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.232 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4771 2008-02-01 18:48:44     INFO: [Ok]
4772 2008-02-01 18:48:44    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.1
4773 2008-02-01 18:48:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.251 Source/cmLocalGenerator.cxx
4774 2008-02-01 18:48:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.251 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4775 2008-02-01 18:48:45     INFO: [Ok]
4776 2008-02-01 18:48:45    DEBUG: Source/cmLocalGenerator.cxx updated to 1.1
4777 2008-02-01 18:48:45     INFO: registering new Tests/Preprocess directory
4778 2008-02-01 18:48:45     INFO: Adding Tests/Preprocess/CMakeLists.txt, Tests/Preprocess/file_def.h, Tests/Preprocess/preprocess.c, Tests/Preprocess/preprocess.cxx, Tests/Preprocess/preprocess.h.in, Tests/Preprocess/preprocess_vs6.cxx, Tests/Preprocess/target_def.h...
4779 2008-02-01 18:48:45     INFO: Adding Tests/Preprocess/CMakeLists.txt, Tests/Preprocess/file_def.h, Tests/Preprocess/preprocess.c, Tests/Preprocess/preprocess.cxx, Tests/Preprocess/preprocess.h.in, Tests/Preprocess/preprocess_vs6.cxx, Tests/Preprocess/target_def.h...
4780 2008-02-01 18:48:45     INFO: Committing u'2008-01-14 14:20:57 by king'...
4781 2008-02-01 18:48:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4782 2008-02-01 18:48:45     INFO: Changeset #54
4783 2008-02-01 18:48:45     INFO: Changeset "2008-01-14 16:07:05 by king"
4784 2008-02-01 18:48:45     INFO: Log message: COMP: Fix warning about backslash at end of c++ comment.
4785 2008-02-01 18:48:45    DEBUG: Going to apply changeset:
4786 Revision: 2008-01-14 16:07:05 by king
4787 Date: 2008-01-14 16:07:05+00:00
4788 Author: king
4789 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.177)
4790 Log: COMP: Fix warning about backslash at end of c++ comment.
4791 2008-02-01 18:48:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.177 Source/cmGlobalXCodeGenerator.cxx
4792 2008-02-01 18:48:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.177 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4793 2008-02-01 18:48:48     INFO: [Ok]
4794 2008-02-01 18:48:48    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.177
4795 2008-02-01 18:48:48     INFO: Committing u'2008-01-14 16:07:05 by king'...
4796 2008-02-01 18:48:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4797 2008-02-01 18:48:48     INFO: Changeset #55
4798 2008-02-01 18:48:48     INFO: Changeset "2008-01-14 16:21:06 by king"
4799 2008-02-01 18:48:48     INFO: Log message: BUG: Disable semicolon test on VS 7.0.
4800 2008-02-01 18:48:48    DEBUG: Going to apply changeset:
4801 Revision: 2008-01-14 16:21:06 by king
4802 Date: 2008-01-14 16:21:06+00:00
4803 Author: king
4804 Entries: Tests/Preprocess/CMakeLists.txt(UPD to 1.2)
4805 Log: BUG: Disable semicolon test on VS 7.0.
4806 2008-02-01 18:48:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Preprocess/CMakeLists.txt
4807 2008-02-01 18:48:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4808 2008-02-01 18:48:50     INFO: [Ok]
4809 2008-02-01 18:48:50    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.2
4810 2008-02-01 18:48:50     INFO: Committing u'2008-01-14 16:21:06 by king'...
4811 2008-02-01 18:48:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4812 2008-02-01 18:48:50     INFO: Changeset #56
4813 2008-02-01 18:48:50     INFO: Changeset "2008-01-14 22:05:09 by alex"
4814 2008-02-01 18:48:50     INFO: Log message: BUG: make -help-module-list work by filling the modules section first, also
4815 for custom modules
4817 Alex
4818 2008-02-01 18:48:50    DEBUG: Going to apply changeset:
4819 Revision: 2008-01-14 22:05:09 by alex
4820 Date: 2008-01-14 22:05:09+00:00
4821 Author: alex
4822 Entries: Source/cmDocumentation.cxx(UPD to 1.65)
4823 Log: BUG: make -help-module-list work by filling the modules section first, also
4824 for custom modules
4826 Alex
4827 2008-02-01 18:48:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/cmDocumentation.cxx
4828 2008-02-01 18:48:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4829 2008-02-01 18:48:52     INFO: [Ok]
4830 2008-02-01 18:48:52    DEBUG: Source/cmDocumentation.cxx updated to 1.65
4831 2008-02-01 18:48:52     INFO: Committing u'2008-01-14 22:05:09 by alex'...
4832 2008-02-01 18:48:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4833 2008-02-01 18:48:52     INFO: Changeset #57
4834 2008-02-01 18:48:52     INFO: Changeset "2008-01-14 22:19:20 by alex"
4835 2008-02-01 18:48:52     INFO: Log message: BUG: set LC_ALL to C, so message from svn are not translated, which can lead
4836 to problems (since the output is parsed, which fails then)
4838 Brad, Bill, can you think of any reasons this change might create problems ?
4840 Alex
4841 2008-02-01 18:48:52    DEBUG: Going to apply changeset:
4842 Revision: 2008-01-14 22:19:20 by alex
4843 Date: 2008-01-14 22:19:20+00:00
4844 Author: alex
4845 Entries: Modules/FindSubversion.cmake(UPD to 1.2)
4846 Log: BUG: set LC_ALL to C, so message from svn are not translated, which can lead
4847 to problems (since the output is parsed, which fails then)
4849 Brad, Bill, can you think of any reasons this change might create problems ?
4851 Alex
4852 2008-02-01 18:48:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindSubversion.cmake
4853 2008-02-01 18:48:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindSubversion.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4854 2008-02-01 18:48:54     INFO: [Ok]
4855 2008-02-01 18:48:54    DEBUG: Modules/FindSubversion.cmake updated to 1.2
4856 2008-02-01 18:48:54     INFO: Committing u'2008-01-14 22:19:20 by alex'...
4857 2008-02-01 18:48:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4858 2008-02-01 18:48:54     INFO: Changeset #58
4859 2008-02-01 18:48:54     INFO: Changeset "2008-01-15 00:02:30 by alex"
4860 2008-02-01 18:48:54     INFO: Log message: BUG: according to the binutils mailing list chrpath doesn't work when cross
4861 compiling
4863 Alex
4864 2008-02-01 18:48:54    DEBUG: Going to apply changeset:
4865 Revision: 2008-01-15 00:02:30 by alex
4866 Date: 2008-01-15 00:02:30+00:00
4867 Author: alex
4868 Entries: Modules/CMakeFindBinUtils.cmake(UPD to 1.12)
4869 Log: BUG: according to the binutils mailing list chrpath doesn't work when cross
4870 compiling
4872 Alex
4873 2008-02-01 18:48:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeFindBinUtils.cmake
4874 2008-02-01 18:48:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4875 2008-02-01 18:48:56     INFO: [Ok]
4876 2008-02-01 18:48:56    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.12
4877 2008-02-01 18:48:56     INFO: Committing u'2008-01-15 00:02:30 by alex'...
4878 2008-02-01 18:48:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4879 2008-02-01 18:48:56     INFO: Changeset #59
4880 2008-02-01 18:48:56     INFO: Changeset "2008-01-15 00:20:42 by alex"
4881 2008-02-01 18:48:56     INFO: Log message: BUG: fix vim highlighting, see #6238
4883 Alex
4884 2008-02-01 18:48:56    DEBUG: Going to apply changeset:
4885 Revision: 2008-01-15 00:20:42 by alex
4886 Date: 2008-01-15 00:20:42+00:00
4887 Author: alex
4888 Entries: Docs/cmake-indent.vim(UPD to 1.8), Docs/cmake-syntax.vim(UPD to 1.8)
4889 Log: BUG: fix vim highlighting, see #6238
4891 Alex
4892 2008-02-01 18:48:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Docs/cmake-indent.vim Docs/cmake-syntax.vim
4893 2008-02-01 18:48:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Docs/cmake-indent.vim Docs/cmake-syntax.vim ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4894 2008-02-01 18:48:58     INFO: [Ok]
4895 2008-02-01 18:48:58    DEBUG: Docs/cmake-indent.vim,Docs/cmake-syntax.vim updated to 1.8
4896 2008-02-01 18:48:58     INFO: Committing u'2008-01-15 00:20:42 by alex'...
4897 2008-02-01 18:48:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4898 2008-02-01 18:48:58     INFO: Changeset #60
4899 2008-02-01 18:48:58     INFO: Changeset "2008-01-15 05:01:06 by king"
4900 2008-02-01 18:48:58     INFO: Log message: STYLE: Nightly Date Stamp
4901 2008-02-01 18:48:58    DEBUG: Going to apply changeset:
4902 Revision: 2008-01-15 05:01:06 by king
4903 Date: 2008-01-15 05:01:06+00:00
4904 Author: king
4905 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.66)
4906 Log: STYLE: Nightly Date Stamp
4907 2008-02-01 18:48:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/kwsys/kwsysDateStamp.cmake
4908 2008-02-01 18:48:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4909 2008-02-01 18:49:00     INFO: [Ok]
4910 2008-02-01 18:49:00    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.66
4911 2008-02-01 18:49:00     INFO: Committing u'2008-01-15 05:01:06 by king'...
4912 2008-02-01 18:49:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4913 2008-02-01 18:49:00     INFO: Changeset #61
4914 2008-02-01 18:49:00     INFO: Changeset "2008-01-15 14:09:52 by king"
4915 2008-02-01 18:49:00     INFO: Log message: BUG: Test needs ansi C code support.
4916 2008-02-01 18:49:00    DEBUG: Going to apply changeset:
4917 Revision: 2008-01-15 14:09:52 by king
4918 Date: 2008-01-15 14:09:52+00:00
4919 Author: king
4920 Entries: Tests/Preprocess/CMakeLists.txt(UPD to 1.3)
4921 Log: BUG: Test needs ansi C code support.
4922 2008-02-01 18:49:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Preprocess/CMakeLists.txt
4923 2008-02-01 18:49:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4924 2008-02-01 18:49:02     INFO: [Ok]
4925 2008-02-01 18:49:02    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.3
4926 2008-02-01 18:49:02     INFO: Committing u'2008-01-15 14:09:52 by king'...
4927 2008-02-01 18:49:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4928 2008-02-01 18:49:02     INFO: Changeset #62
4929 2008-02-01 18:49:02     INFO: Changeset "2008-01-15 15:38:15 by king"
4930 2008-02-01 18:49:02     INFO: Log message: BUG: Add newline between properties.
4931 2008-02-01 18:49:02    DEBUG: Going to apply changeset:
4932 Revision: 2008-01-15 15:38:15 by king
4933 Date: 2008-01-15 15:38:15+00:00
4934 Author: king
4935 Entries: Tests/DocTest/DocTest.cxx(UPD to 1.2)
4936 Log: BUG: Add newline between properties.
4937 2008-02-01 18:49:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/DocTest/DocTest.cxx
4938 2008-02-01 18:49:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/DocTest/DocTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4939 2008-02-01 18:49:04     INFO: [Ok]
4940 2008-02-01 18:49:04    DEBUG: Tests/DocTest/DocTest.cxx updated to 1.2
4941 2008-02-01 18:49:04     INFO: Committing u'2008-01-15 15:38:15 by king'...
4942 2008-02-01 18:49:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4943 2008-02-01 18:49:04     INFO: Changeset #63
4944 2008-02-01 18:49:04     INFO: Changeset "2008-01-15 15:49:22 by king"
4945 2008-02-01 18:49:04     INFO: Log message: ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COMPILE_DEFINITIONS.
4946 2008-02-01 18:49:04    DEBUG: Going to apply changeset:
4947 Revision: 2008-01-15 15:49:22 by king
4948 Date: 2008-01-15 15:49:22+00:00
4949 Author: king
4950 Entries: Source/cmSourceFile.cxx(UPD to 1.42), Source/cmTarget.cxx(UPD to 1.174)
4951 Log: ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COMPILE_DEFINITIONS.
4952 2008-02-01 18:49:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmSourceFile.cxx
4953 2008-02-01 18:49:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4954 2008-02-01 18:49:06     INFO: [Ok]
4955 2008-02-01 18:49:06    DEBUG: Source/cmSourceFile.cxx updated to 1.174
4956 2008-02-01 18:49:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.174 Source/cmTarget.cxx
4957 2008-02-01 18:49:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.174 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4958 2008-02-01 18:49:07     INFO: [Ok]
4959 2008-02-01 18:49:07    DEBUG: Source/cmTarget.cxx updated to 1.174
4960 2008-02-01 18:49:07     INFO: Committing u'2008-01-15 15:49:22 by king'...
4961 2008-02-01 18:49:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4962 2008-02-01 18:49:07     INFO: Changeset #64
4963 2008-02-01 18:49:07     INFO: Changeset "2008-01-15 15:49:59 by king"
4964 2008-02-01 18:49:07     INFO: Log message: ENH: Added partial implementation of recognizing per-configration properties.
4965 2008-02-01 18:49:07    DEBUG: Going to apply changeset:
4966 Revision: 2008-01-15 15:49:59 by king
4967 Date: 2008-01-15 15:49:59+00:00
4968 Author: king
4969 Entries: Source/cmake.cxx(UPD to 1.351)
4970 Log: ENH: Added partial implementation of recognizing per-configration properties.
4971 2008-02-01 18:49:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.351 Source/cmake.cxx
4972 2008-02-01 18:49:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.351 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4973 2008-02-01 18:49:09     INFO: [Ok]
4974 2008-02-01 18:49:09    DEBUG: Source/cmake.cxx updated to 1.351
4975 2008-02-01 18:49:09     INFO: Committing u'2008-01-15 15:49:59 by king'...
4976 2008-02-01 18:49:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4977 2008-02-01 18:49:09     INFO: Changeset #65
4978 2008-02-01 18:49:09     INFO: Changeset "2008-01-15 16:56:41 by hoffman"
4979 2008-02-01 18:49:09     INFO: Log message: BUG: fix for bug 6234, use cd /d so that drives can be changed.
4980 2008-02-01 18:49:09    DEBUG: Going to apply changeset:
4981 Revision: 2008-01-15 16:56:41 by hoffman
4982 Date: 2008-01-15 16:56:41+00:00
4983 Author: hoffman
4984 Entries: Source/cmLocalVisualStudioGenerator.cxx(UPD to 1.15)
4985 Log: BUG: fix for bug 6234, use cd /d so that drives can be changed.
4986 2008-02-01 18:49:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmLocalVisualStudioGenerator.cxx
4987 2008-02-01 18:49:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmLocalVisualStudioGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
4988 2008-02-01 18:49:11     INFO: [Ok]
4989 2008-02-01 18:49:11    DEBUG: Source/cmLocalVisualStudioGenerator.cxx updated to 1.15
4990 2008-02-01 18:49:11     INFO: Committing u'2008-01-15 16:56:41 by hoffman'...
4991 2008-02-01 18:49:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
4992 2008-02-01 18:49:11     INFO: Changeset #66
4993 2008-02-01 18:49:11     INFO: Changeset "2008-01-15 19:00:52 by hoffman"
4994 2008-02-01 18:49:11     INFO: Log message: ENH: remove patch as directory change was already fixed
4995 2008-02-01 18:49:11    DEBUG: Going to apply changeset:
4996 Revision: 2008-01-15 19:00:52 by hoffman
4997 Date: 2008-01-15 19:00:52+00:00
4998 Author: hoffman
4999 Entries: Source/cmGlobalVisualStudio7Generator.cxx(UPD to 1.95), Source/cmLocalVisualStudioGenerator.cxx(UPD to 1.16), Source/QtDialog/README(UPD to 1.2)
5000 Log: ENH: remove patch as directory change was already fixed
5001 2008-02-01 18:49:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/README
5002 2008-02-01 18:49:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/README ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5003 2008-02-01 18:49:13     INFO: [Ok]
5004 2008-02-01 18:49:13    DEBUG: Source/QtDialog/README updated to 1.2
5005 2008-02-01 18:49:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmLocalVisualStudioGenerator.cxx
5006 2008-02-01 18:49:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmLocalVisualStudioGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5007 2008-02-01 18:49:14     INFO: [Ok]
5008 2008-02-01 18:49:14    DEBUG: Source/cmLocalVisualStudioGenerator.cxx updated to 1.2
5009 2008-02-01 18:49:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmGlobalVisualStudio7Generator.cxx
5010 2008-02-01 18:49:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmGlobalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5011 2008-02-01 18:49:15     INFO: [Ok]
5012 2008-02-01 18:49:15    DEBUG: Source/cmGlobalVisualStudio7Generator.cxx updated to 1.2
5013 2008-02-01 18:49:15     INFO: Committing u'2008-01-15 19:00:52 by hoffman'...
5014 2008-02-01 18:49:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5015 2008-02-01 18:49:15     INFO: Changeset #67
5016 2008-02-01 18:49:15     INFO: Changeset "2008-01-15 19:19:32 by hoffman"
5017 2008-02-01 18:49:15     INFO: Log message: BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to have it right
5018 2008-02-01 18:49:15    DEBUG: Going to apply changeset:
5019 Revision: 2008-01-15 19:19:32 by hoffman
5020 Date: 2008-01-15 19:19:32+00:00
5021 Author: hoffman
5022 Entries: Modules/Platform/SunOS.cmake(UPD to 1.21)
5023 Log: BUG: fix for bug 6231, bad regex for sunos, worked by chance, but better to have it right
5024 2008-02-01 18:49:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/Platform/SunOS.cmake
5025 2008-02-01 18:49:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/Platform/SunOS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5026 2008-02-01 18:49:17     INFO: [Ok]
5027 2008-02-01 18:49:17    DEBUG: Modules/Platform/SunOS.cmake updated to 1.21
5028 2008-02-01 18:49:17     INFO: Committing u'2008-01-15 19:19:32 by hoffman'...
5029 2008-02-01 18:49:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5030 2008-02-01 18:49:17     INFO: Changeset #68
5031 2008-02-01 18:49:17     INFO: Changeset "2008-01-15 22:02:44 by hoffman"
5032 2008-02-01 18:49:17     INFO: Log message: ENH: fix add/remove program name
5033 2008-02-01 18:49:17    DEBUG: Going to apply changeset:
5034 Revision: 2008-01-15 22:02:44 by hoffman
5035 Date: 2008-01-15 22:02:44+00:00
5036 Author: hoffman
5037 Entries: CMakeCPackOptions.cmake.in(UPD to 1.4)
5038 Log: ENH: fix add/remove program name
5039 2008-02-01 18:49:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 CMakeCPackOptions.cmake.in
5040 2008-02-01 18:49:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5041 2008-02-01 18:49:19     INFO: [Ok]
5042 2008-02-01 18:49:19    DEBUG: CMakeCPackOptions.cmake.in updated to 1.4
5043 2008-02-01 18:49:19     INFO: Committing u'2008-01-15 22:02:44 by hoffman'...
5044 2008-02-01 18:49:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5045 2008-02-01 18:49:19     INFO: Changeset #69
5046 2008-02-01 18:49:19     INFO: Changeset "2008-01-16 00:56:42 by alex"
5047 2008-02-01 18:49:19     INFO: Log message: STYLE: fix infinished comment
5049 Alex
5050 2008-02-01 18:49:19    DEBUG: Going to apply changeset:
5051 Revision: 2008-01-16 00:56:42 by alex
5052 Date: 2008-01-16 00:56:42+00:00
5053 Author: alex
5054 Entries: Modules/CMakeFindBinUtils.cmake(UPD to 1.13)
5055 Log: STYLE: fix infinished comment
5057 Alex
5058 2008-02-01 18:49:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/CMakeFindBinUtils.cmake
5059 2008-02-01 18:49:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5060 2008-02-01 18:49:21     INFO: [Ok]
5061 2008-02-01 18:49:21    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.13
5062 2008-02-01 18:49:21     INFO: Committing u'2008-01-16 00:56:42 by alex'...
5063 2008-02-01 18:49:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5064 2008-02-01 18:49:21     INFO: Changeset #70
5065 2008-02-01 18:49:21     INFO: Changeset "2008-01-16 02:02:00 by king"
5066 2008-02-01 18:49:21     INFO: Log message: ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
5067 2008-02-01 18:49:21    DEBUG: Going to apply changeset:
5068 Revision: 2008-01-16 02:02:00 by king
5069 Date: 2008-01-16 02:02:00+00:00
5070 Author: king
5071 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.178), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.135), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.212), Source/cmMakefileTargetGenerator.cxx(UPD to 1.84), Source/cmSourceFile.cxx(UPD to 1.43), Source/cmTarget.cxx(UPD to 1.175), Tests/Preprocess/CMakeLists.txt(UPD to 1.4)
5072 Log: ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
5073 2008-02-01 18:49:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/Preprocess/CMakeLists.txt
5074 2008-02-01 18:49:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5075 2008-02-01 18:49:23     INFO: [Ok]
5076 2008-02-01 18:49:23    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.4
5077 2008-02-01 18:49:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmSourceFile.cxx
5078 2008-02-01 18:49:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5079 2008-02-01 18:49:24     INFO: [Ok]
5080 2008-02-01 18:49:24    DEBUG: Source/cmSourceFile.cxx updated to 1.4
5081 2008-02-01 18:49:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/cmMakefileTargetGenerator.cxx
5082 2008-02-01 18:49:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5083 2008-02-01 18:49:25     INFO: [Ok]
5084 2008-02-01 18:49:25    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.4
5085 2008-02-01 18:49:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.135 Source/cmLocalVisualStudio6Generator.cxx
5086 2008-02-01 18:49:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.135 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5087 2008-02-01 18:49:26     INFO: [Ok]
5088 2008-02-01 18:49:26    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.4
5089 2008-02-01 18:49:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.175 Source/cmTarget.cxx
5090 2008-02-01 18:49:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.175 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5091 2008-02-01 18:49:27     INFO: [Ok]
5092 2008-02-01 18:49:27    DEBUG: Source/cmTarget.cxx updated to 1.4
5093 2008-02-01 18:49:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.178 Source/cmGlobalXCodeGenerator.cxx
5094 2008-02-01 18:49:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.178 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5095 2008-02-01 18:49:28     INFO: [Ok]
5096 2008-02-01 18:49:28    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.4
5097 2008-02-01 18:49:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.212 Source/cmLocalVisualStudio7Generator.cxx
5098 2008-02-01 18:49:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.212 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5099 2008-02-01 18:49:29     INFO: [Ok]
5100 2008-02-01 18:49:29    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.4
5101 2008-02-01 18:49:29     INFO: Committing u'2008-01-16 02:02:00 by king'...
5102 2008-02-01 18:49:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5103 2008-02-01 18:49:29     INFO: Changeset #71
5104 2008-02-01 18:49:29     INFO: Changeset "2008-01-16 02:20:11 by king"
5105 2008-02-01 18:49:29     INFO: Log message: BUG: Remove references to CMAKE_PREFIX_PATH variable.  It should not be referenced directly by FIND_* command calls.  The commands search it automatically.
5106 2008-02-01 18:49:29    DEBUG: Going to apply changeset:
5107 Revision: 2008-01-16 02:20:11 by king
5108 Date: 2008-01-16 02:20:11+00:00
5109 Author: king
5110 Entries: Modules/FindFreetype.cmake(UPD to 1.4), Modules/FindGDAL.cmake(UPD to 1.2), Modules/FindGIF.cmake(UPD to 1.3), Modules/FindLua50.cmake(UPD to 1.2), Modules/FindLua51.cmake(UPD to 1.2), Modules/FindOpenAL.cmake(UPD to 1.9), Modules/FindOpenThreads.cmake(UPD to 1.2), Modules/FindPhysFS.cmake(UPD to 1.8), Modules/FindProducer.cmake(UPD to 1.2), Modules/FindQuickTime.cmake(UPD to 1.2), Modules/FindSDL.cmake(UPD to 1.14), Modules/FindSDL_image.cmake(UPD to 1.7), Modules/FindSDL_mixer.cmake(UPD to 1.7), Modules/FindSDL_net.cmake(UPD to 1.7), Modules/FindSDL_ttf.cmake(UPD to 1.7), Modules/Findosg.cmake(UPD to 1.2), Modules/FindosgDB.cmake(UPD to 1.2), Modules/FindosgFX.cmake(UPD to 1.2), Modules/FindosgGA.cmake(UPD to 1.2), Modules/FindosgIntrospection.cmake(UPD to 1.2), Modules/FindosgManipulator.cmake(UPD to 1.2), Modules/FindosgParticle.cmake(UPD to 1.2), Modules/FindosgProducer.cmake(UPD to 1.2), Modules/FindosgShadow.cmake(UPD to 1.2), Modules/FindosgSim.cmake(UPD to 1.2), Modules/FindosgTerrain.cmake(UPD to 1.2), Modules/FindosgText.cmake(UPD to 1.2), Modules/FindosgUtil.cmake(UPD to 1.2), Modules/FindosgViewer.cmake(UPD to 1.2)
5111 Log: BUG: Remove references to CMAKE_PREFIX_PATH variable.  It should not be referenced directly by FIND_* command calls.  The commands search it automatically.
5112 2008-02-01 18:49:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGDAL.cmake Modules/FindLua50.cmake Modules/FindLua51.cmake Modules/FindOpenThreads.cmake Modules/FindProducer.cmake Modules/FindQuickTime.cmake Modules/Findosg.cmake Modules/FindosgDB.cmake Modules/FindosgFX.cmake Modules/FindosgGA.cmake Modules/FindosgIntrospection.cmake Modules/FindosgManipulator.cmake Modules/FindosgParticle.cmake Modules/FindosgProducer.cmake Modules/FindosgShadow.cmake Modules/FindosgSim.cmake Modules/FindosgTerrain.cmake Modules/FindosgText.cmake Modules/FindosgUtil.cmake Modules/FindosgViewer.cmake
5113 2008-02-01 18:49:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindGDAL.cmake Modules/FindLua50.cmake Modules/FindLua51.cmake Modules/FindOpenThreads.cmake Modules/FindProducer.cmake Modules/FindQuickTime.cmake Modules/Findosg.cmake Modules/FindosgDB.cmake Modules/FindosgFX.cmake Modules/FindosgGA.cmake Modules/FindosgIntrospection.cmake Modules/FindosgManipulator.cmake Modules/FindosgParticle.cmake Modules/FindosgProducer.cmake Modules/FindosgShadow.cmake Modules/FindosgSim.cmake Modules/FindosgTerrain.cmake Modules/FindosgText.cmake Modules/FindosgUtil.cmake Modules/FindosgViewer.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5114 2008-02-01 18:49:31     INFO: [Ok]
5115 2008-02-01 18:49:31    DEBUG: Modules/FindGDAL.cmake,Modules/FindLua50.cmake,Modules/FindLua51.cmake,Modules/FindOpenThreads.cmake,Modules/FindProducer.cmake,Modules/FindQuickTime.cmake,Modules/Findosg.cmake,Modules/FindosgDB.cmake,Modules/FindosgFX.cmake,Modules/FindosgGA.cmake,Modules/FindosgIntrospection.cmake,Modules/FindosgManipulator.cmake,Modules/FindosgParticle.cmake,Modules/FindosgProducer.cmake,Modules/FindosgShadow.cmake,Modules/FindosgSim.cmake,Modules/FindosgTerrain.cmake,Modules/FindosgText.cmake,Modules/FindosgUtil.cmake,Modules/FindosgViewer.cmake updated to 1.2
5116 2008-02-01 18:49:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindGIF.cmake
5117 2008-02-01 18:49:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindGIF.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5118 2008-02-01 18:49:32     INFO: [Ok]
5119 2008-02-01 18:49:32    DEBUG: Modules/FindGIF.cmake updated to 1.2
5120 2008-02-01 18:49:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindFreetype.cmake
5121 2008-02-01 18:49:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindFreetype.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5122 2008-02-01 18:49:33     INFO: [Ok]
5123 2008-02-01 18:49:33    DEBUG: Modules/FindFreetype.cmake updated to 1.2
5124 2008-02-01 18:49:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindSDL_image.cmake Modules/FindSDL_mixer.cmake Modules/FindSDL_net.cmake Modules/FindSDL_ttf.cmake
5125 2008-02-01 18:49:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindSDL_image.cmake Modules/FindSDL_mixer.cmake Modules/FindSDL_net.cmake Modules/FindSDL_ttf.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5126 2008-02-01 18:49:35     INFO: [Ok]
5127 2008-02-01 18:49:35    DEBUG: Modules/FindSDL_image.cmake,Modules/FindSDL_mixer.cmake,Modules/FindSDL_net.cmake,Modules/FindSDL_ttf.cmake updated to 1.2
5128 2008-02-01 18:49:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindPhysFS.cmake
5129 2008-02-01 18:49:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindPhysFS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5130 2008-02-01 18:49:36     INFO: [Ok]
5131 2008-02-01 18:49:36    DEBUG: Modules/FindPhysFS.cmake updated to 1.2
5132 2008-02-01 18:49:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindOpenAL.cmake
5133 2008-02-01 18:49:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindOpenAL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5134 2008-02-01 18:49:37     INFO: [Ok]
5135 2008-02-01 18:49:37    DEBUG: Modules/FindOpenAL.cmake updated to 1.2
5136 2008-02-01 18:49:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindSDL.cmake
5137 2008-02-01 18:49:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindSDL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5138 2008-02-01 18:49:38     INFO: [Ok]
5139 2008-02-01 18:49:38    DEBUG: Modules/FindSDL.cmake updated to 1.2
5140 2008-02-01 18:49:38     INFO: Committing u'2008-01-16 02:20:11 by king'...
5141 2008-02-01 18:49:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5142 2008-02-01 18:49:38     INFO: Changeset #72
5143 2008-02-01 18:49:38     INFO: Changeset "2008-01-16 05:01:04 by king"
5144 2008-02-01 18:49:38     INFO: Log message: STYLE: Nightly Date Stamp
5145 2008-02-01 18:49:38    DEBUG: Going to apply changeset:
5146 Revision: 2008-01-16 05:01:04 by king
5147 Date: 2008-01-16 05:01:04+00:00
5148 Author: king
5149 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.67)
5150 Log: STYLE: Nightly Date Stamp
5151 2008-02-01 18:49:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/kwsys/kwsysDateStamp.cmake
5152 2008-02-01 18:49:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5153 2008-02-01 18:49:40     INFO: [Ok]
5154 2008-02-01 18:49:40    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.67
5155 2008-02-01 18:49:40     INFO: Committing u'2008-01-16 05:01:04 by king'...
5156 2008-02-01 18:49:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5157 2008-02-01 18:49:40     INFO: Changeset #73
5158 2008-02-01 18:49:40     INFO: Changeset "2008-01-16 14:51:57 by king"
5159 2008-02-01 18:49:40     INFO: Log message: ENH: Convert Modules/Platform specification of system search paths to use CMAKE_SYSTEM_PREFIX_PATH when possible.
5160 2008-02-01 18:49:40    DEBUG: Going to apply changeset:
5161 Revision: 2008-01-16 14:51:57 by king
5162 Date: 2008-01-16 14:51:57+00:00
5163 Author: king
5164 Entries: Modules/Platform/Darwin.cmake(UPD to 1.42), Modules/Platform/UnixPaths.cmake(UPD to 1.12), Modules/Platform/WindowsPaths.cmake(UPD to 1.5), Modules/Platform/syllable.cmake(UPD to 1.2)
5165 Log: ENH: Convert Modules/Platform specification of system search paths to use CMAKE_SYSTEM_PREFIX_PATH when possible.
5166 2008-02-01 18:49:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/syllable.cmake
5167 2008-02-01 18:49:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/syllable.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5168 2008-02-01 18:49:42     INFO: [Ok]
5169 2008-02-01 18:49:42    DEBUG: Modules/Platform/syllable.cmake updated to 1.2
5170 2008-02-01 18:49:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/WindowsPaths.cmake
5171 2008-02-01 18:49:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/WindowsPaths.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5172 2008-02-01 18:49:43     INFO: [Ok]
5173 2008-02-01 18:49:43    DEBUG: Modules/Platform/WindowsPaths.cmake updated to 1.2
5174 2008-02-01 18:49:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/Platform/UnixPaths.cmake
5175 2008-02-01 18:49:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/Platform/UnixPaths.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5176 2008-02-01 18:49:44     INFO: [Ok]
5177 2008-02-01 18:49:44    DEBUG: Modules/Platform/UnixPaths.cmake updated to 1.2
5178 2008-02-01 18:49:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/Platform/Darwin.cmake
5179 2008-02-01 18:49:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/Platform/Darwin.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5180 2008-02-01 18:49:45     INFO: [Ok]
5181 2008-02-01 18:49:45    DEBUG: Modules/Platform/Darwin.cmake updated to 1.2
5182 2008-02-01 18:49:45     INFO: Committing u'2008-01-16 14:51:57 by king'...
5183 2008-02-01 18:49:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5184 2008-02-01 18:49:45     INFO: Changeset #74
5185 2008-02-01 18:49:45     INFO: Changeset "2008-01-16 15:04:36 by david.cole"
5186 2008-02-01 18:49:45     INFO: Log message: BUG: Eliminate message - it pops up an annoying dialog whenever you run CMakeSetup in a project with java wrapping turned on.
5187 2008-02-01 18:49:45    DEBUG: Going to apply changeset:
5188 Revision: 2008-01-16 15:04:36 by david.cole
5189 Date: 2008-01-16 15:04:36+00:00
5190 Author: david.cole
5191 Entries: Modules/FindJNI.cmake(UPD to 1.34)
5192 Log: BUG: Eliminate message - it pops up an annoying dialog whenever you run CMakeSetup in a project with java wrapping turned on.
5193 2008-02-01 18:49:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Modules/FindJNI.cmake
5194 2008-02-01 18:49:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Modules/FindJNI.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5195 2008-02-01 18:49:47     INFO: [Ok]
5196 2008-02-01 18:49:47    DEBUG: Modules/FindJNI.cmake updated to 1.34
5197 2008-02-01 18:49:47     INFO: Committing u'2008-01-16 15:04:36 by david.cole'...
5198 2008-02-01 18:49:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5199 2008-02-01 18:49:47     INFO: Changeset #75
5200 2008-02-01 18:49:47     INFO: Changeset "2008-01-16 16:24:41 by king"
5201 2008-02-01 18:49:47     INFO: Log message: ENH: Allow LIST(APPEND) command to append nothing.
5202 2008-02-01 18:49:47    DEBUG: Going to apply changeset:
5203 Revision: 2008-01-16 16:24:41 by king
5204 Date: 2008-01-16 16:24:41+00:00
5205 Author: king
5206 Entries: Source/cmListCommand.cxx(UPD to 1.16)
5207 Log: ENH: Allow LIST(APPEND) command to append nothing.
5208 2008-02-01 18:49:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmListCommand.cxx
5209 2008-02-01 18:49:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmListCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5210 2008-02-01 18:49:49     INFO: [Ok]
5211 2008-02-01 18:49:49    DEBUG: Source/cmListCommand.cxx updated to 1.16
5212 2008-02-01 18:49:49     INFO: Committing u'2008-01-16 16:24:41 by king'...
5213 2008-02-01 18:49:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5214 2008-02-01 18:49:49     INFO: Changeset #76
5215 2008-02-01 18:49:49     INFO: Changeset "2008-01-16 16:53:53 by karthik"
5216 2008-02-01 18:49:49     INFO: Log message: ENH:                                                                                                                                                                     ~/CMake/src/Docs
5217 * Additions for cmake-command highligting.
5218 * Additions for operator-highlighting
5219 2008-02-01 18:49:49    DEBUG: Going to apply changeset:
5220 Revision: 2008-01-16 16:53:53 by karthik
5221 Date: 2008-01-16 16:53:53+00:00
5222 Author: karthik
5223 Entries: Docs/cmake-indent.vim(UPD to 1.9), Docs/cmake-syntax.vim(UPD to 1.9)
5224 Log: ENH:                                                                                                                                                                     ~/CMake/src/Docs
5225 * Additions for cmake-command highligting.
5226 * Additions for operator-highlighting
5227 2008-02-01 18:49:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Docs/cmake-indent.vim Docs/cmake-syntax.vim
5228 2008-02-01 18:49:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Docs/cmake-indent.vim Docs/cmake-syntax.vim ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5229 2008-02-01 18:49:51     INFO: [Ok]
5230 2008-02-01 18:49:51    DEBUG: Docs/cmake-indent.vim,Docs/cmake-syntax.vim updated to 1.9
5231 2008-02-01 18:49:51     INFO: Committing u'2008-01-16 16:53:53 by karthik'...
5232 2008-02-01 18:49:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5233 2008-02-01 18:49:51     INFO: Changeset #77
5234 2008-02-01 18:49:51     INFO: Changeset "2008-01-17 05:01:02 by king"
5235 2008-02-01 18:49:51     INFO: Log message: STYLE: Nightly Date Stamp
5236 2008-02-01 18:49:51    DEBUG: Going to apply changeset:
5237 Revision: 2008-01-17 05:01:02 by king
5238 Date: 2008-01-17 05:01:02+00:00
5239 Author: king
5240 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.68)
5241 Log: STYLE: Nightly Date Stamp
5242 2008-02-01 18:49:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/kwsys/kwsysDateStamp.cmake
5243 2008-02-01 18:49:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5244 2008-02-01 18:49:53     INFO: [Ok]
5245 2008-02-01 18:49:53    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.68
5246 2008-02-01 18:49:53     INFO: Committing u'2008-01-17 05:01:02 by king'...
5247 2008-02-01 18:49:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5248 2008-02-01 18:49:53     INFO: Changeset #78
5249 2008-02-01 18:49:53     INFO: Changeset "2008-01-17 14:02:31 by king"
5250 2008-02-01 18:49:53     INFO: Log message: ENH: Major improvements to the FIND_PACKAGE command.  See bug #3659.
5252   - Use CMAKE_PREFIX_PATH and CMAKE_SYSTEM_PREFIX_PATH among other means
5253     to locate package configuration files.
5254   - Create cmFindCommon as base for cmFindBase and cmFindPackageCommand
5255   - Move common functionality up to cmFindCommon
5256   - Improve documentation of FIND_* commands.
5257   - Fix FIND_* commands to not add framework/app paths in wrong place.
5258 2008-02-01 18:49:53    DEBUG: Going to apply changeset:
5259 Revision: 2008-01-17 14:02:31 by king
5260 Date: 2008-01-17 14:02:31+00:00
5261 Author: king
5262 Entries: Source/cmBootstrapCommands.cxx(UPD to 1.20), Source/cmFindBase.cxx(UPD to 1.32), Source/cmFindBase.h(UPD to 1.13), Source/cmFindCommon.cxx(ADD at 1.1), Source/cmFindCommon.h(ADD at 1.1), Source/cmFindLibraryCommand.cxx(UPD to 1.46), Source/cmFindPackageCommand.cxx(UPD to 1.27), Source/cmFindPackageCommand.h(UPD to 1.16), Source/cmFindPathCommand.cxx(UPD to 1.38), Source/cmFindProgramCommand.cxx(UPD to 1.41)
5263 Log: ENH: Major improvements to the FIND_PACKAGE command.  See bug #3659.
5265   - Use CMAKE_PREFIX_PATH and CMAKE_SYSTEM_PREFIX_PATH among other means
5266     to locate package configuration files.
5267   - Create cmFindCommon as base for cmFindBase and cmFindPackageCommand
5268   - Move common functionality up to cmFindCommon
5269   - Improve documentation of FIND_* commands.
5270   - Fix FIND_* commands to not add framework/app paths in wrong place.
5271 2008-02-01 18:49:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmFindCommon.cxx Source/cmFindCommon.h
5272 2008-02-01 18:49:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmFindCommon.cxx Source/cmFindCommon.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5273 2008-02-01 18:49:55     INFO: [Ok]
5274 2008-02-01 18:49:55    DEBUG: Source/cmFindCommon.cxx,Source/cmFindCommon.h updated to 1.41
5275 2008-02-01 18:49:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmFindBase.h
5276 2008-02-01 18:49:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmFindBase.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5277 2008-02-01 18:49:56     INFO: [Ok]
5278 2008-02-01 18:49:56    DEBUG: Source/cmFindBase.h updated to 1.41
5279 2008-02-01 18:49:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmFindPackageCommand.h
5280 2008-02-01 18:49:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmFindPackageCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5281 2008-02-01 18:49:57     INFO: [Ok]
5282 2008-02-01 18:49:57    DEBUG: Source/cmFindPackageCommand.h updated to 1.41
5283 2008-02-01 18:49:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmBootstrapCommands.cxx
5284 2008-02-01 18:49:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5285 2008-02-01 18:49:58     INFO: [Ok]
5286 2008-02-01 18:49:58    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.41
5287 2008-02-01 18:49:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindPackageCommand.cxx
5288 2008-02-01 18:49:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5289 2008-02-01 18:50:00     INFO: [Ok]
5290 2008-02-01 18:50:00    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.41
5291 2008-02-01 18:50:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmFindBase.cxx
5292 2008-02-01 18:50:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5293 2008-02-01 18:50:01     INFO: [Ok]
5294 2008-02-01 18:50:01    DEBUG: Source/cmFindBase.cxx updated to 1.41
5295 2008-02-01 18:50:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmFindPathCommand.cxx
5296 2008-02-01 18:50:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmFindPathCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5297 2008-02-01 18:50:02     INFO: [Ok]
5298 2008-02-01 18:50:02    DEBUG: Source/cmFindPathCommand.cxx updated to 1.41
5299 2008-02-01 18:50:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmFindProgramCommand.cxx
5300 2008-02-01 18:50:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmFindProgramCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5301 2008-02-01 18:50:03     INFO: [Ok]
5302 2008-02-01 18:50:03    DEBUG: Source/cmFindProgramCommand.cxx updated to 1.41
5303 2008-02-01 18:50:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmFindLibraryCommand.cxx
5304 2008-02-01 18:50:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5305 2008-02-01 18:50:04     INFO: [Ok]
5306 2008-02-01 18:50:04    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.41
5307 2008-02-01 18:50:04     INFO: Adding Source/cmFindCommon.cxx, Source/cmFindCommon.h...
5308 2008-02-01 18:50:04     INFO: Committing u'2008-01-17 14:02:31 by king'...
5309 2008-02-01 18:50:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5310 2008-02-01 18:50:04     INFO: Changeset #79
5311 2008-02-01 18:50:04     INFO: Changeset "2008-01-17 14:06:35 by king"
5312 2008-02-01 18:50:04     INFO: Log message: ENH: Updated FindPackageTest to test new find_package command features.
5313 2008-02-01 18:50:04    DEBUG: Going to apply changeset:
5314 Revision: 2008-01-17 14:06:35 by king
5315 Date: 2008-01-17 14:06:36+00:00
5316 Author: king
5317 Entries: Tests/FindPackageTest/CMakeLists.txt(UPD to 1.6), Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake(ADD at 1.1), Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake(ADD at 1.1), Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake(ADD at 1.1), Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake(ADD at 1.1), Tests/FindPackageTest/lib/Bar/BarConfig.cmake(ADD at 1.1), Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake(ADD at 1.1), Tests/FindPackageTest/lib/TApp/TAppConfig.cmake(ADD at 1.1), Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake(ADD at 1.1), Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake(ADD at 1.1), Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake(ADD at 1.1)
5318 Log: ENH: Updated FindPackageTest to test new find_package command features.
5319 2008-02-01 18:50:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake Tests/FindPackageTest/lib/Bar/BarConfig.cmake Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake Tests/FindPackageTest/lib/TApp/TAppConfig.cmake Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake
5320 2008-02-01 18:50:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake Tests/FindPackageTest/lib/Bar/BarConfig.cmake Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake Tests/FindPackageTest/lib/TApp/TAppConfig.cmake Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5321 2008-02-01 18:50:06     INFO: [Ok]
5322 2008-02-01 18:50:06    DEBUG: Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake,Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake,Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake,Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake,Tests/FindPackageTest/lib/Bar/BarConfig.cmake,Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake,Tests/FindPackageTest/lib/TApp/TAppConfig.cmake,Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake,Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake,Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake updated to 1.1
5323 2008-02-01 18:50:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/FindPackageTest/CMakeLists.txt
5324 2008-02-01 18:50:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/FindPackageTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5325 2008-02-01 18:50:07     INFO: [Ok]
5326 2008-02-01 18:50:07    DEBUG: Tests/FindPackageTest/CMakeLists.txt updated to 1.1
5327 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TApp.app directory
5328 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TApp.app/Contents directory
5329 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TApp.app/Contents/Resources directory
5330 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TApp.app/Contents/Resources/cmake directory
5331 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TFramework.framework directory
5332 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TFramework.framework/Versions directory
5333 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TFramework.framework/Versions/A directory
5334 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TFramework.framework/Versions/A/Resources directory
5335 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake directory
5336 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib directory
5337 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/Bar directory
5338 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/Bar/cmake directory
5339 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/TApp directory
5340 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/foo-1.2 directory
5341 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/foo-1.2/CMake directory
5342 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/suffix directory
5343 2008-02-01 18:50:07     INFO: registering new Tests/FindPackageTest/lib/suffix/test directory
5344 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake, Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake, Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake, Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake, Tests/FindPackageTest/lib/Bar/BarConfig.cmake, Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake, Tests/FindPackageTest/lib/TApp/TAppConfig.cmake, Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake, Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake, Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake...
5345 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/TApp.app/Contents/Resources/TAppConfig.cmake...
5346 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/TApp.app/Contents/Resources/cmake/tapp-config.cmake...
5347 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/tframework-config.cmake...
5348 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/TFramework.framework/Versions/A/Resources/CMake/TFrameworkConfig.cmake...
5349 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/Bar/BarConfig.cmake...
5350 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/Bar/cmake/bar-config.cmake...
5351 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/foo-1.2/foo-config.cmake...
5352 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/foo-1.2/CMake/FooConfig.cmake...
5353 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/suffix/test/SuffixTestConfig.cmake...
5354 2008-02-01 18:50:07     INFO: Adding Tests/FindPackageTest/lib/TApp/TAppConfig.cmake...
5355 2008-02-01 18:50:07     INFO: Committing u'2008-01-17 14:06:35 by king'...
5356 2008-02-01 18:50:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5357 2008-02-01 18:50:07     INFO: Changeset #80
5358 2008-02-01 18:50:07     INFO: Changeset "2008-01-17 15:00:19 by king"
5359 2008-02-01 18:50:07     INFO: Log message: ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
5360 2008-02-01 18:50:07    DEBUG: Going to apply changeset:
5361 Revision: 2008-01-17 15:00:19 by king
5362 Date: 2008-01-17 15:00:19+00:00
5363 Author: king
5364 Entries: Modules/Platform/xlf.cmake(UPD to 1.2), Source/cmLocalGenerator.cxx(UPD to 1.252), Source/cmLocalGenerator.h(UPD to 1.96), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.136), Source/cmMakefileTargetGenerator.cxx(UPD to 1.85)
5365 Log: ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
5366 2008-02-01 18:50:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/xlf.cmake
5367 2008-02-01 18:50:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/xlf.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5368 2008-02-01 18:50:09     INFO: [Ok]
5369 2008-02-01 18:50:09    DEBUG: Modules/Platform/xlf.cmake updated to 1.85
5370 2008-02-01 18:50:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Source/cmMakefileTargetGenerator.cxx
5371 2008-02-01 18:50:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5372 2008-02-01 18:50:10     INFO: [Ok]
5373 2008-02-01 18:50:10    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.85
5374 2008-02-01 18:50:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmLocalGenerator.h
5375 2008-02-01 18:50:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5376 2008-02-01 18:50:11     INFO: [Ok]
5377 2008-02-01 18:50:11    DEBUG: Source/cmLocalGenerator.h updated to 1.85
5378 2008-02-01 18:50:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.136 Source/cmLocalVisualStudio6Generator.cxx
5379 2008-02-01 18:50:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.136 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5380 2008-02-01 18:50:12     INFO: [Ok]
5381 2008-02-01 18:50:12    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.85
5382 2008-02-01 18:50:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.252 Source/cmLocalGenerator.cxx
5383 2008-02-01 18:50:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.252 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5384 2008-02-01 18:50:13     INFO: [Ok]
5385 2008-02-01 18:50:13    DEBUG: Source/cmLocalGenerator.cxx updated to 1.85
5386 2008-02-01 18:50:13     INFO: Committing u'2008-01-17 15:00:19 by king'...
5387 2008-02-01 18:50:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5388 2008-02-01 18:50:13     INFO: Changeset #81
5389 2008-02-01 18:50:13     INFO: Changeset "2008-01-17 15:26:49 by martink"
5390 2008-02-01 18:50:13     INFO: Log message: STYLE: change case to match book
5391 2008-02-01 18:50:13    DEBUG: Going to apply changeset:
5392 Revision: 2008-01-17 15:26:49 by martink
5393 Date: 2008-01-17 15:26:49+00:00
5394 Author: martink
5395 Entries: Tests/Tutorial/Step7/CMakeLists.txt(UPD to 1.3), Tests/Tutorial/Step7/CTestConfig.cmake(UPD to 1.2)
5396 Log: STYLE: change case to match book
5397 2008-02-01 18:50:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Tutorial/Step7/CTestConfig.cmake
5398 2008-02-01 18:50:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Tutorial/Step7/CTestConfig.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5399 2008-02-01 18:50:15     INFO: [Ok]
5400 2008-02-01 18:50:15    DEBUG: Tests/Tutorial/Step7/CTestConfig.cmake updated to 1.2
5401 2008-02-01 18:50:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Tutorial/Step7/CMakeLists.txt
5402 2008-02-01 18:50:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/Tutorial/Step7/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5403 2008-02-01 18:50:16     INFO: [Ok]
5404 2008-02-01 18:50:16    DEBUG: Tests/Tutorial/Step7/CMakeLists.txt updated to 1.2
5405 2008-02-01 18:50:16     INFO: Committing u'2008-01-17 15:26:49 by martink'...
5406 2008-02-01 18:50:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5407 2008-02-01 18:50:16     INFO: Changeset #82
5408 2008-02-01 18:50:16     INFO: Changeset "2008-01-17 15:32:27 by king"
5409 2008-02-01 18:50:16     INFO: Log message: COMP: Fix warning about missing virtual destructor.
5410 2008-02-01 18:50:16    DEBUG: Going to apply changeset:
5411 Revision: 2008-01-17 15:32:27 by king
5412 Date: 2008-01-17 15:32:27+00:00
5413 Author: king
5414 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.28)
5415 Log: COMP: Fix warning about missing virtual destructor.
5416 2008-02-01 18:50:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmFindPackageCommand.cxx
5417 2008-02-01 18:50:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5418 2008-02-01 18:50:18     INFO: [Ok]
5419 2008-02-01 18:50:18    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.28
5420 2008-02-01 18:50:18     INFO: Committing u'2008-01-17 15:32:27 by king'...
5421 2008-02-01 18:50:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5422 2008-02-01 18:50:18     INFO: Changeset #83
5423 2008-02-01 18:50:18     INFO: Changeset "2008-01-17 15:35:32 by king"
5424 2008-02-01 18:50:18     INFO: Log message: COMP: The find_package command needs more of kwsys.  Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.
5425 2008-02-01 18:50:18    DEBUG: Going to apply changeset:
5426 Revision: 2008-01-17 15:35:32 by king
5427 Date: 2008-01-17 15:35:32+00:00
5428 Author: king
5429 Entries: bootstrap(UPD to 1.101)
5430 Log: COMP: The find_package command needs more of kwsys.  Added String.h, String.c, and auto_ptr.hxx to bootstrapping kwsys.
5431 2008-02-01 18:50:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 bootstrap
5432 2008-02-01 18:50:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5433 2008-02-01 18:50:20     INFO: [Ok]
5434 2008-02-01 18:50:20    DEBUG: bootstrap updated to 1.101
5435 2008-02-01 18:50:20     INFO: Committing u'2008-01-17 15:35:32 by king'...
5436 2008-02-01 18:50:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5437 2008-02-01 18:50:20     INFO: Changeset #84
5438 2008-02-01 18:50:20     INFO: Changeset "2008-01-17 17:35:07 by martink"
5439 2008-02-01 18:50:20     INFO: Log message: ENH: remove unused prototype
5440 2008-02-01 18:50:20    DEBUG: Going to apply changeset:
5441 Revision: 2008-01-17 17:35:07 by martink
5442 Date: 2008-01-17 17:35:07+00:00
5443 Author: martink
5444 Entries: Source/cmEnableTestingCommand.h(UPD to 1.14)
5445 Log: ENH: remove unused prototype
5446 2008-02-01 18:50:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmEnableTestingCommand.h
5447 2008-02-01 18:50:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmEnableTestingCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5448 2008-02-01 18:50:22     INFO: [Ok]
5449 2008-02-01 18:50:22    DEBUG: Source/cmEnableTestingCommand.h updated to 1.14
5450 2008-02-01 18:50:22     INFO: Committing u'2008-01-17 17:35:07 by martink'...
5451 2008-02-01 18:50:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5452 2008-02-01 18:50:22     INFO: Changeset #85
5453 2008-02-01 18:50:22     INFO: Changeset "2008-01-17 17:44:59 by martink"
5454 2008-02-01 18:50:22     INFO: Log message: ENH: use CTestTestfile.txt
5455 2008-02-01 18:50:22    DEBUG: Going to apply changeset:
5456 Revision: 2008-01-17 17:44:59 by martink
5457 Date: 2008-01-17 17:44:59+00:00
5458 Author: martink
5459 Entries: Source/cmLocalGenerator.cxx(UPD to 1.253), Source/ctest.cxx(UPD to 1.101), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.61)
5460 Log: ENH: use CTestTestfile.txt
5461 2008-02-01 18:50:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/CTest/cmCTestTestHandler.cxx
5462 2008-02-01 18:50:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5463 2008-02-01 18:50:24     INFO: [Ok]
5464 2008-02-01 18:50:24    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.61
5465 2008-02-01 18:50:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/ctest.cxx
5466 2008-02-01 18:50:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/ctest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5467 2008-02-01 18:50:25     INFO: [Ok]
5468 2008-02-01 18:50:25    DEBUG: Source/ctest.cxx updated to 1.61
5469 2008-02-01 18:50:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.253 Source/cmLocalGenerator.cxx
5470 2008-02-01 18:50:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.253 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5471 2008-02-01 18:50:27     INFO: [Ok]
5472 2008-02-01 18:50:27    DEBUG: Source/cmLocalGenerator.cxx updated to 1.61
5473 2008-02-01 18:50:27     INFO: Committing u'2008-01-17 17:44:59 by martink'...
5474 2008-02-01 18:50:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5475 2008-02-01 18:50:27     INFO: Changeset #86
5476 2008-02-01 18:50:27     INFO: Changeset "2008-01-17 20:54:49 by king"
5477 2008-02-01 18:50:27     INFO: Log message: ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
5478 2008-02-01 18:50:27    DEBUG: Going to apply changeset:
5479 Revision: 2008-01-17 20:54:49 by king
5480 Date: 2008-01-17 20:54:49+00:00
5481 Author: king
5482 Entries: Modules/CMakeGenericSystem.cmake(UPD to 1.19), Modules/FeatureSummary.cmake(UPD to 1.2), Modules/Platform/BlueGeneL.cmake(UPD to 1.7), Modules/Platform/Catamount.cmake(UPD to 1.2), Modules/Platform/Generic.cmake(UPD to 1.4), Modules/Platform/Linux.cmake(UPD to 1.16), Modules/Platform/UnixPaths.cmake(UPD to 1.13), Modules/Platform/eCos.cmake(UPD to 1.3), Source/cmBootstrapCommands.cxx(UPD to 1.21), Source/cmSetPropertiesCommand.cxx(DEL at 1.10), Source/cmSetPropertiesCommand.h(DEL at 1.7), Source/cmSetPropertyCommand.cxx(ADD at 1.1), Source/cmSetPropertyCommand.h(ADD at 1.1), Tests/DocTest/CMakeLists.txt(UPD to 1.2), Tests/Properties/CMakeLists.txt(UPD to 1.4)
5483 Log: ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerful signature.
5484 2008-02-01 18:50:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmSetPropertyCommand.cxx Source/cmSetPropertyCommand.h
5485 2008-02-01 18:50:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmSetPropertyCommand.cxx Source/cmSetPropertyCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5486 2008-02-01 18:50:30     INFO: [Ok]
5487 2008-02-01 18:50:30    DEBUG: Source/cmSetPropertyCommand.cxx,Source/cmSetPropertyCommand.h updated to 1.4
5488 2008-02-01 18:50:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FeatureSummary.cmake Modules/Platform/Catamount.cmake Tests/DocTest/CMakeLists.txt
5489 2008-02-01 18:50:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FeatureSummary.cmake Modules/Platform/Catamount.cmake Tests/DocTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5490 2008-02-01 18:50:31     INFO: [Ok]
5491 2008-02-01 18:50:31    DEBUG: Modules/FeatureSummary.cmake,Modules/Platform/Catamount.cmake,Tests/DocTest/CMakeLists.txt updated to 1.4
5492 2008-02-01 18:50:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/eCos.cmake
5493 2008-02-01 18:50:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/eCos.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5494 2008-02-01 18:50:32     INFO: [Ok]
5495 2008-02-01 18:50:32    DEBUG: Modules/Platform/eCos.cmake updated to 1.4
5496 2008-02-01 18:50:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Generic.cmake Tests/Properties/CMakeLists.txt
5497 2008-02-01 18:50:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Generic.cmake Tests/Properties/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5498 2008-02-01 18:50:33     INFO: [Ok]
5499 2008-02-01 18:50:33    DEBUG: Modules/Platform/Generic.cmake,Tests/Properties/CMakeLists.txt updated to 1.4
5500 2008-02-01 18:50:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/Platform/BlueGeneL.cmake Source/cmSetPropertiesCommand.h
5501 2008-02-01 18:50:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/Platform/BlueGeneL.cmake Source/cmSetPropertiesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5502 2008-02-01 18:50:34     INFO: [Ok]
5503 2008-02-01 18:50:34    DEBUG: Modules/Platform/BlueGeneL.cmake,Source/cmSetPropertiesCommand.h updated to 1.4
5504 2008-02-01 18:50:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmSetPropertiesCommand.cxx
5505 2008-02-01 18:50:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmSetPropertiesCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5506 2008-02-01 18:50:34     INFO: [Ok]
5507 2008-02-01 18:50:34    DEBUG: Source/cmSetPropertiesCommand.cxx updated to 1.4
5508 2008-02-01 18:50:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/Platform/UnixPaths.cmake
5509 2008-02-01 18:50:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/Platform/UnixPaths.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5510 2008-02-01 18:50:36     INFO: [Ok]
5511 2008-02-01 18:50:36    DEBUG: Modules/Platform/UnixPaths.cmake updated to 1.4
5512 2008-02-01 18:50:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/Platform/Linux.cmake
5513 2008-02-01 18:50:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/Platform/Linux.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5514 2008-02-01 18:50:37     INFO: [Ok]
5515 2008-02-01 18:50:37    DEBUG: Modules/Platform/Linux.cmake updated to 1.4
5516 2008-02-01 18:50:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeGenericSystem.cmake
5517 2008-02-01 18:50:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeGenericSystem.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5518 2008-02-01 18:50:39     INFO: [Ok]
5519 2008-02-01 18:50:39    DEBUG: Modules/CMakeGenericSystem.cmake updated to 1.4
5520 2008-02-01 18:50:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmBootstrapCommands.cxx
5521 2008-02-01 18:50:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5522 2008-02-01 18:50:40     INFO: [Ok]
5523 2008-02-01 18:50:40    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.4
5524 2008-02-01 18:50:40     INFO: Removing Source/cmSetPropertiesCommand.cxx, Source/cmSetPropertiesCommand.h...
5525 2008-02-01 18:50:40     INFO: Adding Source/cmSetPropertyCommand.cxx, Source/cmSetPropertyCommand.h...
5526 2008-02-01 18:50:40     INFO: Committing u'2008-01-17 20:54:49 by king'...
5527 2008-02-01 18:50:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5528 2008-02-01 18:50:40     INFO: Changeset #87
5529 2008-02-01 18:50:40     INFO: Changeset "2008-01-17 21:24:51 by king"
5530 2008-02-01 18:50:40     INFO: Log message: COMP: Fix VS build.
5531 2008-02-01 18:50:40    DEBUG: Going to apply changeset:
5532 Revision: 2008-01-17 21:24:51 by king
5533 Date: 2008-01-17 21:24:51+00:00
5534 Author: king
5535 Entries: Source/cmSetPropertyCommand.cxx(UPD to 1.2)
5536 Log: COMP: Fix VS build.
5537 2008-02-01 18:50:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmSetPropertyCommand.cxx
5538 2008-02-01 18:50:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmSetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5539 2008-02-01 18:50:42     INFO: [Ok]
5540 2008-02-01 18:50:42    DEBUG: Source/cmSetPropertyCommand.cxx updated to 1.2
5541 2008-02-01 18:50:42     INFO: Committing u'2008-01-17 21:24:51 by king'...
5542 2008-02-01 18:50:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5543 2008-02-01 18:50:42     INFO: Changeset #88
5544 2008-02-01 18:50:42     INFO: Changeset "2008-01-17 22:19:13 by king"
5545 2008-02-01 18:50:42     INFO: Log message: ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
5546 2008-02-01 18:50:42    DEBUG: Going to apply changeset:
5547 Revision: 2008-01-17 22:19:13 by king
5548 Date: 2008-01-17 22:19:13+00:00
5549 Author: king
5550 Entries: Modules/CPackDeb.cmake(UPD to 1.8), Modules/FeatureSummary.cmake(UPD to 1.3), Modules/FindPythonLibs.cmake(UPD to 1.41), Source/cmGetPropertyCommand.cxx(UPD to 1.4), Source/cmGetPropertyCommand.h(UPD to 1.5), Tests/Properties/CMakeLists.txt(UPD to 1.5)
5551 Log: ENH: Changed signature of GET_PROPERTY command to be more powerful and extendible.
5552 2008-02-01 18:50:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FeatureSummary.cmake
5553 2008-02-01 18:50:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FeatureSummary.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5554 2008-02-01 18:50:44     INFO: [Ok]
5555 2008-02-01 18:50:44    DEBUG: Modules/FeatureSummary.cmake updated to 1.5
5556 2008-02-01 18:50:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmGetPropertyCommand.cxx
5557 2008-02-01 18:50:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmGetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5558 2008-02-01 18:50:46     INFO: [Ok]
5559 2008-02-01 18:50:46    DEBUG: Source/cmGetPropertyCommand.cxx updated to 1.5
5560 2008-02-01 18:50:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmGetPropertyCommand.h Tests/Properties/CMakeLists.txt
5561 2008-02-01 18:50:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmGetPropertyCommand.h Tests/Properties/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5562 2008-02-01 18:50:47     INFO: [Ok]
5563 2008-02-01 18:50:47    DEBUG: Source/cmGetPropertyCommand.h,Tests/Properties/CMakeLists.txt updated to 1.5
5564 2008-02-01 18:50:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CPackDeb.cmake
5565 2008-02-01 18:50:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CPackDeb.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5566 2008-02-01 18:50:48     INFO: [Ok]
5567 2008-02-01 18:50:48    DEBUG: Modules/CPackDeb.cmake updated to 1.5
5568 2008-02-01 18:50:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Modules/FindPythonLibs.cmake
5569 2008-02-01 18:50:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Modules/FindPythonLibs.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5570 2008-02-01 18:50:49     INFO: [Ok]
5571 2008-02-01 18:50:49    DEBUG: Modules/FindPythonLibs.cmake updated to 1.5
5572 2008-02-01 18:50:49     INFO: Committing u'2008-01-17 22:19:13 by king'...
5573 2008-02-01 18:50:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5574 2008-02-01 18:50:49     INFO: Changeset #89
5575 2008-02-01 18:50:49     INFO: Changeset "2008-01-17 22:34:56 by king"
5576 2008-02-01 18:50:49     INFO: Log message: ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in Preprocess test.
5577 2008-02-01 18:50:49    DEBUG: Going to apply changeset:
5578 Revision: 2008-01-17 22:34:56 by king
5579 Date: 2008-01-17 22:34:56+00:00
5580 Author: king
5581 Entries: Tests/Preprocess/CMakeLists.txt(UPD to 1.5)
5582 Log: ENH: Use new set_property signature to set COMPILE_DEFINITIONS properties in Preprocess test.
5583 2008-02-01 18:50:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/Preprocess/CMakeLists.txt
5584 2008-02-01 18:50:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5585 2008-02-01 18:50:51     INFO: [Ok]
5586 2008-02-01 18:50:51    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.5
5587 2008-02-01 18:50:51     INFO: Committing u'2008-01-17 22:34:56 by king'...
5588 2008-02-01 18:50:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5589 2008-02-01 18:50:51     INFO: Changeset #90
5590 2008-02-01 18:50:51     INFO: Changeset "2008-01-17 22:43:04 by alex"
5591 2008-02-01 18:50:51     INFO: Log message: STYLE: fix typo (#6252)
5593 Alex
5594 2008-02-01 18:50:51    DEBUG: Going to apply changeset:
5595 Revision: 2008-01-17 22:43:04 by alex
5596 Date: 2008-01-17 22:43:04+00:00
5597 Author: alex
5598 Entries: Source/cmFindBase.cxx(UPD to 1.33)
5599 Log: STYLE: fix typo (#6252)
5601 Alex
5602 2008-02-01 18:50:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFindBase.cxx
5603 2008-02-01 18:50:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5604 2008-02-01 18:50:53     INFO: [Ok]
5605 2008-02-01 18:50:53    DEBUG: Source/cmFindBase.cxx updated to 1.33
5606 2008-02-01 18:50:53     INFO: Committing u'2008-01-17 22:43:04 by alex'...
5607 2008-02-01 18:50:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5608 2008-02-01 18:50:53     INFO: Changeset #91
5609 2008-02-01 18:50:53     INFO: Changeset "2008-01-17 22:49:30 by alex"
5610 2008-02-01 18:50:53     INFO: Log message: STYLE: PATHS is optional (#6253)
5612 Alex
5613 2008-02-01 18:50:53    DEBUG: Going to apply changeset:
5614 Revision: 2008-01-17 22:49:30 by alex
5615 Date: 2008-01-17 22:49:30+00:00
5616 Author: alex
5617 Entries: Source/cmFindBase.cxx(UPD to 1.34)
5618 Log: STYLE: PATHS is optional (#6253)
5620 Alex
5621 2008-02-01 18:50:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFindBase.cxx
5622 2008-02-01 18:50:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5623 2008-02-01 18:50:55     INFO: [Ok]
5624 2008-02-01 18:50:55    DEBUG: Source/cmFindBase.cxx updated to 1.34
5625 2008-02-01 18:50:55     INFO: Committing u'2008-01-17 22:49:30 by alex'...
5626 2008-02-01 18:50:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5627 2008-02-01 18:50:55     INFO: Changeset #92
5628 2008-02-01 18:50:55     INFO: Changeset "2008-01-17 23:13:55 by king"
5629 2008-02-01 18:50:55     INFO: Log message: ENH: Add AppendProperty methods for use by C++ code in CMake.  Simplify implementation of SET_PROPERTY command by using them.
5630 2008-02-01 18:50:55    DEBUG: Going to apply changeset:
5631 Revision: 2008-01-17 23:13:55 by king
5632 Date: 2008-01-17 23:13:55+00:00
5633 Author: king
5634 Entries: Source/cmMakefile.cxx(UPD to 1.424), Source/cmMakefile.h(UPD to 1.218), Source/cmProperty.cxx(UPD to 1.2), Source/cmProperty.h(UPD to 1.3), Source/cmPropertyMap.cxx(UPD to 1.11), Source/cmPropertyMap.h(UPD to 1.2), Source/cmSetPropertyCommand.cxx(UPD to 1.3), Source/cmSetPropertyCommand.h(UPD to 1.2), Source/cmSourceFile.cxx(UPD to 1.44), Source/cmSourceFile.h(UPD to 1.24), Source/cmTarget.cxx(UPD to 1.176), Source/cmTarget.h(UPD to 1.95), Source/cmTest.cxx(UPD to 1.9), Source/cmTest.h(UPD to 1.6), Source/cmake.cxx(UPD to 1.352), Source/cmake.h(UPD to 1.99)
5635 Log: ENH: Add AppendProperty methods for use by C++ code in CMake.  Simplify implementation of SET_PROPERTY command by using them.
5636 2008-02-01 18:50:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmProperty.cxx Source/cmPropertyMap.h Source/cmSetPropertyCommand.h
5637 2008-02-01 18:50:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmProperty.cxx Source/cmPropertyMap.h Source/cmSetPropertyCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5638 2008-02-01 18:50:57     INFO: [Ok]
5639 2008-02-01 18:50:57    DEBUG: Source/cmProperty.cxx,Source/cmPropertyMap.h,Source/cmSetPropertyCommand.h updated to 1.99
5640 2008-02-01 18:50:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmProperty.h Source/cmSetPropertyCommand.cxx
5641 2008-02-01 18:50:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmProperty.h Source/cmSetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5642 2008-02-01 18:50:58     INFO: [Ok]
5643 2008-02-01 18:50:58    DEBUG: Source/cmProperty.h,Source/cmSetPropertyCommand.cxx updated to 1.99
5644 2008-02-01 18:50:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmTest.h
5645 2008-02-01 18:50:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmTest.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5646 2008-02-01 18:50:59     INFO: [Ok]
5647 2008-02-01 18:50:59    DEBUG: Source/cmTest.h updated to 1.99
5648 2008-02-01 18:50:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmTest.cxx
5649 2008-02-01 18:50:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5650 2008-02-01 18:51:00     INFO: [Ok]
5651 2008-02-01 18:51:00    DEBUG: Source/cmTest.cxx updated to 1.99
5652 2008-02-01 18:51:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmPropertyMap.cxx
5653 2008-02-01 18:51:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmPropertyMap.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5654 2008-02-01 18:51:02     INFO: [Ok]
5655 2008-02-01 18:51:02    DEBUG: Source/cmPropertyMap.cxx updated to 1.99
5656 2008-02-01 18:51:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmSourceFile.h
5657 2008-02-01 18:51:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmSourceFile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5658 2008-02-01 18:51:03     INFO: [Ok]
5659 2008-02-01 18:51:03    DEBUG: Source/cmSourceFile.h updated to 1.99
5660 2008-02-01 18:51:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmSourceFile.cxx
5661 2008-02-01 18:51:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5662 2008-02-01 18:51:05     INFO: [Ok]
5663 2008-02-01 18:51:05    DEBUG: Source/cmSourceFile.cxx updated to 1.99
5664 2008-02-01 18:51:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmTarget.h
5665 2008-02-01 18:51:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5666 2008-02-01 18:51:06     INFO: [Ok]
5667 2008-02-01 18:51:06    DEBUG: Source/cmTarget.h updated to 1.99
5668 2008-02-01 18:51:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmake.h
5669 2008-02-01 18:51:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5670 2008-02-01 18:51:07     INFO: [Ok]
5671 2008-02-01 18:51:07    DEBUG: Source/cmake.h updated to 1.99
5672 2008-02-01 18:51:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.176 Source/cmTarget.cxx
5673 2008-02-01 18:51:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.176 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5674 2008-02-01 18:51:08     INFO: [Ok]
5675 2008-02-01 18:51:08    DEBUG: Source/cmTarget.cxx updated to 1.99
5676 2008-02-01 18:51:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/cmMakefile.h
5677 2008-02-01 18:51:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5678 2008-02-01 18:51:10     INFO: [Ok]
5679 2008-02-01 18:51:10    DEBUG: Source/cmMakefile.h updated to 1.99
5680 2008-02-01 18:51:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.352 Source/cmake.cxx
5681 2008-02-01 18:51:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.352 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5682 2008-02-01 18:51:11     INFO: [Ok]
5683 2008-02-01 18:51:11    DEBUG: Source/cmake.cxx updated to 1.99
5684 2008-02-01 18:51:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.424 Source/cmMakefile.cxx
5685 2008-02-01 18:51:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.424 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5686 2008-02-01 18:51:12     INFO: [Ok]
5687 2008-02-01 18:51:12    DEBUG: Source/cmMakefile.cxx updated to 1.99
5688 2008-02-01 18:51:12     INFO: Committing u'2008-01-17 23:13:55 by king'...
5689 2008-02-01 18:51:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5690 2008-02-01 18:51:12     INFO: Changeset #93
5691 2008-02-01 18:51:12     INFO: Changeset "2008-01-18 00:29:43 by king"
5692 2008-02-01 18:51:12     INFO: Log message: ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
5693 2008-02-01 18:51:12    DEBUG: Going to apply changeset:
5694 Revision: 2008-01-18 00:29:43 by king
5695 Date: 2008-01-18 00:29:43+00:00
5696 Author: king
5697 Entries: Source/cmAddDefinitionsCommand.h(UPD to 1.13), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.179), Source/cmLocalGenerator.cxx(UPD to 1.254), Source/cmLocalGenerator.h(UPD to 1.97), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.137), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.213), Source/cmMakefile.cxx(UPD to 1.425), Source/cmMakefile.h(UPD to 1.219), Source/cmMakefileTargetGenerator.cxx(UPD to 1.86), Source/cmRemoveDefinitionsCommand.h(UPD to 1.6), Tests/Preprocess/CMakeLists.txt(UPD to 1.6), Tests/Preprocess/preprocess.c(UPD to 1.2), Tests/Preprocess/preprocess.cxx(UPD to 1.2)
5698 Log: ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
5699 2008-02-01 18:51:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Preprocess/preprocess.c Tests/Preprocess/preprocess.cxx
5700 2008-02-01 18:51:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Preprocess/preprocess.c Tests/Preprocess/preprocess.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5701 2008-02-01 18:51:14     INFO: [Ok]
5702 2008-02-01 18:51:14    DEBUG: Tests/Preprocess/preprocess.c,Tests/Preprocess/preprocess.cxx updated to 1.2
5703 2008-02-01 18:51:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmRemoveDefinitionsCommand.h Tests/Preprocess/CMakeLists.txt
5704 2008-02-01 18:51:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmRemoveDefinitionsCommand.h Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5705 2008-02-01 18:51:15     INFO: [Ok]
5706 2008-02-01 18:51:15    DEBUG: Source/cmRemoveDefinitionsCommand.h,Tests/Preprocess/CMakeLists.txt updated to 1.2
5707 2008-02-01 18:51:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmAddDefinitionsCommand.h
5708 2008-02-01 18:51:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmAddDefinitionsCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5709 2008-02-01 18:51:16     INFO: [Ok]
5710 2008-02-01 18:51:16    DEBUG: Source/cmAddDefinitionsCommand.h updated to 1.2
5711 2008-02-01 18:51:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Source/cmMakefileTargetGenerator.cxx
5712 2008-02-01 18:51:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5713 2008-02-01 18:51:17     INFO: [Ok]
5714 2008-02-01 18:51:17    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.2
5715 2008-02-01 18:51:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmLocalGenerator.h
5716 2008-02-01 18:51:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5717 2008-02-01 18:51:18     INFO: [Ok]
5718 2008-02-01 18:51:18    DEBUG: Source/cmLocalGenerator.h updated to 1.2
5719 2008-02-01 18:51:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.137 Source/cmLocalVisualStudio6Generator.cxx
5720 2008-02-01 18:51:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.137 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5721 2008-02-01 18:51:19     INFO: [Ok]
5722 2008-02-01 18:51:19    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.2
5723 2008-02-01 18:51:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.179 Source/cmGlobalXCodeGenerator.cxx
5724 2008-02-01 18:51:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.179 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5725 2008-02-01 18:51:20     INFO: [Ok]
5726 2008-02-01 18:51:20    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.2
5727 2008-02-01 18:51:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.213 Source/cmLocalVisualStudio7Generator.cxx
5728 2008-02-01 18:51:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.213 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5729 2008-02-01 18:51:21     INFO: [Ok]
5730 2008-02-01 18:51:21    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.2
5731 2008-02-01 18:51:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmMakefile.h
5732 2008-02-01 18:51:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5733 2008-02-01 18:51:22     INFO: [Ok]
5734 2008-02-01 18:51:22    DEBUG: Source/cmMakefile.h updated to 1.2
5735 2008-02-01 18:51:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.254 Source/cmLocalGenerator.cxx
5736 2008-02-01 18:51:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.254 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5737 2008-02-01 18:51:23     INFO: [Ok]
5738 2008-02-01 18:51:23    DEBUG: Source/cmLocalGenerator.cxx updated to 1.2
5739 2008-02-01 18:51:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.425 Source/cmMakefile.cxx
5740 2008-02-01 18:51:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.425 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5741 2008-02-01 18:51:24     INFO: [Ok]
5742 2008-02-01 18:51:24    DEBUG: Source/cmMakefile.cxx updated to 1.2
5743 2008-02-01 18:51:24     INFO: Committing u'2008-01-18 00:29:43 by king'...
5744 2008-02-01 18:51:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5745 2008-02-01 18:51:24     INFO: Changeset #94
5746 2008-02-01 18:51:24     INFO: Changeset "2008-01-18 00:50:39 by king"
5747 2008-02-01 18:51:24     INFO: Log message: BUG: COMPILE_DEFINITIONS directory property needs to be inherited from parent when a directory is created.
5748 2008-02-01 18:51:24    DEBUG: Going to apply changeset:
5749 Revision: 2008-01-18 00:50:39 by king
5750 Date: 2008-01-18 00:50:39+00:00
5751 Author: king
5752 Entries: Source/cmMakefile.cxx(UPD to 1.426)
5753 Log: BUG: COMPILE_DEFINITIONS directory property needs to be inherited from parent when a directory is created.
5754 2008-02-01 18:51:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.426 Source/cmMakefile.cxx
5755 2008-02-01 18:51:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.426 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5756 2008-02-01 18:51:26     INFO: [Ok]
5757 2008-02-01 18:51:26    DEBUG: Source/cmMakefile.cxx updated to 1.426
5758 2008-02-01 18:51:26     INFO: Committing u'2008-01-18 00:50:39 by king'...
5759 2008-02-01 18:51:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5760 2008-02-01 18:51:26     INFO: Changeset #95
5761 2008-02-01 18:51:26     INFO: Changeset "2008-01-18 00:58:00 by king"
5762 2008-02-01 18:51:26     INFO: Log message: ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
5763 2008-02-01 18:51:26    DEBUG: Going to apply changeset:
5764 Revision: 2008-01-18 00:58:00 by king
5765 Date: 2008-01-18 00:58:01+00:00
5766 Author: king
5767 Entries: Modules/CMakeFortranInformation.cmake(UPD to 1.16), Modules/Platform/Windows-ifort.cmake(UPD to 1.5), Source/cmDependsFortran.cxx(UPD to 1.45), Source/cmLocalGenerator.cxx(UPD to 1.255), Source/cmLocalGenerator.h(UPD to 1.98), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.233)
5768 Log: ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
5769 2008-02-01 18:51:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/Windows-ifort.cmake
5770 2008-02-01 18:51:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/Platform/Windows-ifort.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5771 2008-02-01 18:51:28     INFO: [Ok]
5772 2008-02-01 18:51:28    DEBUG: Modules/Platform/Windows-ifort.cmake updated to 1.233
5773 2008-02-01 18:51:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeFortranInformation.cmake
5774 2008-02-01 18:51:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeFortranInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5775 2008-02-01 18:51:29     INFO: [Ok]
5776 2008-02-01 18:51:29    DEBUG: Modules/CMakeFortranInformation.cmake updated to 1.233
5777 2008-02-01 18:51:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmDependsFortran.cxx
5778 2008-02-01 18:51:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5779 2008-02-01 18:51:30     INFO: [Ok]
5780 2008-02-01 18:51:30    DEBUG: Source/cmDependsFortran.cxx updated to 1.233
5781 2008-02-01 18:51:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmLocalGenerator.h
5782 2008-02-01 18:51:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5783 2008-02-01 18:51:31     INFO: [Ok]
5784 2008-02-01 18:51:31    DEBUG: Source/cmLocalGenerator.h updated to 1.233
5785 2008-02-01 18:51:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.233 Source/cmLocalUnixMakefileGenerator3.cxx
5786 2008-02-01 18:51:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.233 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5787 2008-02-01 18:51:32     INFO: [Ok]
5788 2008-02-01 18:51:32    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.233
5789 2008-02-01 18:51:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.255 Source/cmLocalGenerator.cxx
5790 2008-02-01 18:51:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.255 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5791 2008-02-01 18:51:33     INFO: [Ok]
5792 2008-02-01 18:51:33    DEBUG: Source/cmLocalGenerator.cxx updated to 1.233
5793 2008-02-01 18:51:33     INFO: Committing u'2008-01-18 00:58:00 by king'...
5794 2008-02-01 18:51:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5795 2008-02-01 18:51:33     INFO: Changeset #96
5796 2008-02-01 18:51:33     INFO: Changeset "2008-01-18 01:34:10 by king"
5797 2008-02-01 18:51:33     INFO: Log message: ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property initialized from parent.
5798 2008-02-01 18:51:33    DEBUG: Going to apply changeset:
5799 Revision: 2008-01-18 01:34:10 by king
5800 Date: 2008-01-18 01:34:10+00:00
5801 Author: king
5802 Entries: Source/cmMakefile.cxx(UPD to 1.427), Tests/Complex/CMakeLists.txt(UPD to 1.69), Tests/Complex/Executable/complex.cxx(UPD to 1.95), Tests/ComplexOneConfig/CMakeLists.txt(UPD to 1.69), Tests/ComplexOneConfig/Executable/complex.cxx(UPD to 1.95), Tests/ComplexRelativePaths/CMakeLists.txt(UPD to 1.69), Tests/ComplexRelativePaths/Executable/complex.cxx(UPD to 1.95)
5803 Log: ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property initialized from parent.
5804 2008-02-01 18:51:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Tests/Complex/CMakeLists.txt Tests/ComplexOneConfig/CMakeLists.txt Tests/ComplexRelativePaths/CMakeLists.txt
5805 2008-02-01 18:51:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Tests/Complex/CMakeLists.txt Tests/ComplexOneConfig/CMakeLists.txt Tests/ComplexRelativePaths/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5806 2008-02-01 18:51:35     INFO: [Ok]
5807 2008-02-01 18:51:35    DEBUG: Tests/Complex/CMakeLists.txt,Tests/ComplexOneConfig/CMakeLists.txt,Tests/ComplexRelativePaths/CMakeLists.txt updated to 1.95
5808 2008-02-01 18:51:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx
5809 2008-02-01 18:51:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5810 2008-02-01 18:51:36     INFO: [Ok]
5811 2008-02-01 18:51:36    DEBUG: Tests/Complex/Executable/complex.cxx,Tests/ComplexOneConfig/Executable/complex.cxx,Tests/ComplexRelativePaths/Executable/complex.cxx updated to 1.95
5812 2008-02-01 18:51:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.427 Source/cmMakefile.cxx
5813 2008-02-01 18:51:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.427 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5814 2008-02-01 18:51:37     INFO: [Ok]
5815 2008-02-01 18:51:37    DEBUG: Source/cmMakefile.cxx updated to 1.95
5816 2008-02-01 18:51:37     INFO: Committing u'2008-01-18 01:34:10 by king'...
5817 2008-02-01 18:51:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5818 2008-02-01 18:51:37     INFO: Changeset #97
5819 2008-02-01 18:51:37     INFO: Changeset "2008-01-18 01:59:57 by king"
5820 2008-02-01 18:51:37     INFO: Log message: ENH: Clarify documentation of find_package command.
5821 2008-02-01 18:51:37    DEBUG: Going to apply changeset:
5822 Revision: 2008-01-18 01:59:57 by king
5823 Date: 2008-01-18 01:59:57+00:00
5824 Author: king
5825 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.29)
5826 Log: ENH: Clarify documentation of find_package command.
5827 2008-02-01 18:51:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmFindPackageCommand.cxx
5828 2008-02-01 18:51:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5829 2008-02-01 18:51:39     INFO: [Ok]
5830 2008-02-01 18:51:39    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.29
5831 2008-02-01 18:51:39     INFO: Committing u'2008-01-18 01:59:57 by king'...
5832 2008-02-01 18:51:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5833 2008-02-01 18:51:39     INFO: Changeset #98
5834 2008-02-01 18:51:39     INFO: Changeset "2008-01-18 05:01:02 by king"
5835 2008-02-01 18:51:39     INFO: Log message: STYLE: Nightly Date Stamp
5836 2008-02-01 18:51:39    DEBUG: Going to apply changeset:
5837 Revision: 2008-01-18 05:01:02 by king
5838 Date: 2008-01-18 05:01:02+00:00
5839 Author: king
5840 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.69)
5841 Log: STYLE: Nightly Date Stamp
5842 2008-02-01 18:51:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/kwsys/kwsysDateStamp.cmake
5843 2008-02-01 18:51:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5844 2008-02-01 18:51:41     INFO: [Ok]
5845 2008-02-01 18:51:41    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.69
5846 2008-02-01 18:51:41     INFO: Committing u'2008-01-18 05:01:02 by king'...
5847 2008-02-01 18:51:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5848 2008-02-01 18:51:41     INFO: Changeset #99
5849 2008-02-01 18:51:41     INFO: Changeset "2008-01-18 13:19:37 by king"
5850 2008-02-01 18:51:41     INFO: Log message: STYLE: Fix line-too-long.
5851 2008-02-01 18:51:41    DEBUG: Going to apply changeset:
5852 Revision: 2008-01-18 13:19:37 by king
5853 Date: 2008-01-18 13:19:37+00:00
5854 Author: king
5855 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.30)
5856 Log: STYLE: Fix line-too-long.
5857 2008-02-01 18:51:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmFindPackageCommand.cxx
5858 2008-02-01 18:51:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5859 2008-02-01 18:51:43     INFO: [Ok]
5860 2008-02-01 18:51:43    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.30
5861 2008-02-01 18:51:43     INFO: Committing u'2008-01-18 13:19:37 by king'...
5862 2008-02-01 18:51:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5863 2008-02-01 18:51:43     INFO: Changeset #100
5864 2008-02-01 18:51:43     INFO: Changeset "2008-01-18 13:35:37 by king"
5865 2008-02-01 18:51:43     INFO: Log message: BUG: Construction of COMPILE_DEFINITIONS_<CONFIG> property name must use upper-case config name.
5866 2008-02-01 18:51:43    DEBUG: Going to apply changeset:
5867 Revision: 2008-01-18 13:35:37 by king
5868 Date: 2008-01-18 13:35:37+00:00
5869 Author: king
5870 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.234)
5871 Log: BUG: Construction of COMPILE_DEFINITIONS_<CONFIG> property name must use upper-case config name.
5872 2008-02-01 18:51:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.234 Source/cmLocalUnixMakefileGenerator3.cxx
5873 2008-02-01 18:51:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.234 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5874 2008-02-01 18:51:45     INFO: [Ok]
5875 2008-02-01 18:51:45    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.234
5876 2008-02-01 18:51:45     INFO: Committing u'2008-01-18 13:35:37 by king'...
5877 2008-02-01 18:51:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5878 2008-02-01 18:51:45     INFO: Changeset #101
5879 2008-02-01 18:51:45     INFO: Changeset "2008-01-18 15:25:25 by martink"
5880 2008-02-01 18:51:45     INFO: Log message: BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and 5889 (tests are not found in some cases when using add_subdirectory to .. etc)
5881 2008-02-01 18:51:45    DEBUG: Going to apply changeset:
5882 Revision: 2008-01-18 15:25:25 by martink
5883 Date: 2008-01-18 15:25:25+00:00
5884 Author: martink
5885 Entries: Source/cmLocalGenerator.cxx(UPD to 1.256), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.235), Source/cmake.cxx(UPD to 1.353), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.62)
5886 Log: BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and 5889 (tests are not found in some cases when using add_subdirectory to .. etc)
5887 2008-02-01 18:51:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/CTest/cmCTestTestHandler.cxx
5888 2008-02-01 18:51:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5889 2008-02-01 18:51:47     INFO: [Ok]
5890 2008-02-01 18:51:47    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.62
5891 2008-02-01 18:51:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.235 Source/cmLocalUnixMakefileGenerator3.cxx
5892 2008-02-01 18:51:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.235 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5893 2008-02-01 18:51:48     INFO: [Ok]
5894 2008-02-01 18:51:48    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.62
5895 2008-02-01 18:51:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.256 Source/cmLocalGenerator.cxx
5896 2008-02-01 18:51:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.256 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5897 2008-02-01 18:51:49     INFO: [Ok]
5898 2008-02-01 18:51:49    DEBUG: Source/cmLocalGenerator.cxx updated to 1.62
5899 2008-02-01 18:51:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.353 Source/cmake.cxx
5900 2008-02-01 18:51:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.353 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5901 2008-02-01 18:51:50     INFO: [Ok]
5902 2008-02-01 18:51:50    DEBUG: Source/cmake.cxx updated to 1.62
5903 2008-02-01 18:51:50     INFO: Committing u'2008-01-18 15:25:25 by martink'...
5904 2008-02-01 18:51:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5905 2008-02-01 18:51:50     INFO: Changeset #102
5906 2008-02-01 18:51:50     INFO: Changeset "2008-01-18 17:26:45 by martink"
5907 2008-02-01 18:51:50     INFO: Log message: STYLE: fix bug 5682
5908 2008-02-01 18:51:50    DEBUG: Going to apply changeset:
5909 Revision: 2008-01-18 17:26:45 by martink
5910 Date: 2008-01-18 17:26:45+00:00
5911 Author: martink
5912 Entries: Source/cmMacroCommand.h(UPD to 1.15)
5913 Log: STYLE: fix bug 5682
5914 2008-02-01 18:51:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmMacroCommand.h
5915 2008-02-01 18:51:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmMacroCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5916 2008-02-01 18:51:52     INFO: [Ok]
5917 2008-02-01 18:51:52    DEBUG: Source/cmMacroCommand.h updated to 1.15
5918 2008-02-01 18:51:52     INFO: Committing u'2008-01-18 17:26:45 by martink'...
5919 2008-02-01 18:51:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5920 2008-02-01 18:51:52     INFO: Changeset #103
5921 2008-02-01 18:51:52     INFO: Changeset "2008-01-18 18:15:12 by barre"
5922 2008-02-01 18:51:52     INFO: Log message: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5923 2008-02-01 18:51:52    DEBUG: Going to apply changeset:
5924 Revision: 2008-01-18 18:15:12 by barre
5925 Date: 2008-01-18 18:15:12+00:00
5926 Author: barre
5927 Entries: Modules/FindPerl.cmake(UPD to 1.12), Modules/FindTCL.cmake(UPD to 1.45), Modules/FindTclsh.cmake(UPD to 1.14), Modules/FindWish.cmake(UPD to 1.8)
5928 Log: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5929 2008-02-01 18:51:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindWish.cmake
5930 2008-02-01 18:51:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5931 2008-02-01 18:51:54     INFO: [Ok]
5932 2008-02-01 18:51:54    DEBUG: Modules/FindWish.cmake updated to 1.8
5933 2008-02-01 18:51:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/FindPerl.cmake
5934 2008-02-01 18:51:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/FindPerl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5935 2008-02-01 18:51:55     INFO: [Ok]
5936 2008-02-01 18:51:55    DEBUG: Modules/FindPerl.cmake updated to 1.8
5937 2008-02-01 18:51:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindTclsh.cmake
5938 2008-02-01 18:51:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5939 2008-02-01 18:51:56     INFO: [Ok]
5940 2008-02-01 18:51:56    DEBUG: Modules/FindTclsh.cmake updated to 1.8
5941 2008-02-01 18:51:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/FindTCL.cmake
5942 2008-02-01 18:51:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5943 2008-02-01 18:51:58     INFO: [Ok]
5944 2008-02-01 18:51:58    DEBUG: Modules/FindTCL.cmake updated to 1.8
5945 2008-02-01 18:51:58     INFO: Committing u'2008-01-18 18:15:12 by barre'...
5946 2008-02-01 18:51:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5947 2008-02-01 18:51:58     INFO: Changeset #104
5948 2008-02-01 18:51:58     INFO: Changeset "2008-01-18 18:46:10 by barre"
5949 2008-02-01 18:51:58     INFO: Log message: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5950 2008-02-01 18:51:58    DEBUG: Going to apply changeset:
5951 Revision: 2008-01-18 18:46:10 by barre
5952 Date: 2008-01-18 18:46:10+00:00
5953 Author: barre
5954 Entries: Modules/FindTCL.cmake(UPD to 1.46), Modules/FindTclsh.cmake(UPD to 1.15), Modules/FindWish.cmake(UPD to 1.9)
5955 Log: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5956 2008-02-01 18:51:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindWish.cmake
5957 2008-02-01 18:51:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5958 2008-02-01 18:52:00     INFO: [Ok]
5959 2008-02-01 18:52:00    DEBUG: Modules/FindWish.cmake updated to 1.9
5960 2008-02-01 18:52:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindTclsh.cmake
5961 2008-02-01 18:52:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5962 2008-02-01 18:52:01     INFO: [Ok]
5963 2008-02-01 18:52:01    DEBUG: Modules/FindTclsh.cmake updated to 1.9
5964 2008-02-01 18:52:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Modules/FindTCL.cmake
5965 2008-02-01 18:52:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5966 2008-02-01 18:52:02     INFO: [Ok]
5967 2008-02-01 18:52:02    DEBUG: Modules/FindTCL.cmake updated to 1.9
5968 2008-02-01 18:52:02     INFO: Committing u'2008-01-18 18:46:10 by barre'...
5969 2008-02-01 18:52:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5970 2008-02-01 18:52:02     INFO: Changeset #105
5971 2008-02-01 18:52:02     INFO: Changeset "2008-01-18 18:51:25 by barre"
5972 2008-02-01 18:52:02     INFO: Log message: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5973 2008-02-01 18:52:02    DEBUG: Going to apply changeset:
5974 Revision: 2008-01-18 18:51:25 by barre
5975 Date: 2008-01-18 18:51:25+00:00
5976 Author: barre
5977 Entries: Modules/FindTclsh.cmake(UPD to 1.16), Modules/FindWish.cmake(UPD to 1.10)
5978 Log: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5979 2008-02-01 18:52:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindWish.cmake
5980 2008-02-01 18:52:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5981 2008-02-01 18:52:04     INFO: [Ok]
5982 2008-02-01 18:52:04    DEBUG: Modules/FindWish.cmake updated to 1.10
5983 2008-02-01 18:52:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindTclsh.cmake
5984 2008-02-01 18:52:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
5985 2008-02-01 18:52:05     INFO: [Ok]
5986 2008-02-01 18:52:05    DEBUG: Modules/FindTclsh.cmake updated to 1.10
5987 2008-02-01 18:52:05     INFO: Committing u'2008-01-18 18:51:25 by barre'...
5988 2008-02-01 18:52:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
5989 2008-02-01 18:52:05     INFO: Changeset #106
5990 2008-02-01 18:52:05     INFO: Changeset "2008-01-18 19:02:51 by barre"
5991 2008-02-01 18:52:05     INFO: Log message: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5992 2008-02-01 18:52:05    DEBUG: Going to apply changeset:
5993 Revision: 2008-01-18 19:02:51 by barre
5994 Date: 2008-01-18 19:02:51+00:00
5995 Author: barre
5996 Entries: Modules/FindTCL.cmake(UPD to 1.47), Modules/FindTclsh.cmake(UPD to 1.17), Modules/FindWish.cmake(UPD to 1.11)
5997 Log: ENH: cleanup FindPerl and FindTcl (use ActiveState CurrentVersion, and support Tcl/Tk 8.5)
5998 2008-02-01 18:52:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/FindWish.cmake
5999 2008-02-01 18:52:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6000 2008-02-01 18:52:07     INFO: [Ok]
6001 2008-02-01 18:52:07    DEBUG: Modules/FindWish.cmake updated to 1.11
6002 2008-02-01 18:52:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/FindTclsh.cmake
6003 2008-02-01 18:52:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6004 2008-02-01 18:52:08     INFO: [Ok]
6005 2008-02-01 18:52:08    DEBUG: Modules/FindTclsh.cmake updated to 1.11
6006 2008-02-01 18:52:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Modules/FindTCL.cmake
6007 2008-02-01 18:52:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6008 2008-02-01 18:52:09     INFO: [Ok]
6009 2008-02-01 18:52:09    DEBUG: Modules/FindTCL.cmake updated to 1.11
6010 2008-02-01 18:52:09     INFO: Committing u'2008-01-18 19:02:51 by barre'...
6011 2008-02-01 18:52:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6012 2008-02-01 18:52:09     INFO: Changeset #107
6013 2008-02-01 18:52:09     INFO: Changeset "2008-01-18 19:34:48 by hoffman"
6014 2008-02-01 18:52:09     INFO: Log message: ENH: add MSVC90 define to vs9 ide
6015 2008-02-01 18:52:09    DEBUG: Going to apply changeset:
6016 Revision: 2008-01-18 19:34:48 by hoffman
6017 Date: 2008-01-18 19:34:48+00:00
6018 Author: hoffman
6019 Entries: Source/cmGlobalVisualStudio9Generator.cxx(UPD to 1.5), Source/cmGlobalVisualStudio9Generator.h(UPD to 1.3)
6020 Log: ENH: add MSVC90 define to vs9 ide
6021 2008-02-01 18:52:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmGlobalVisualStudio9Generator.h
6022 2008-02-01 18:52:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmGlobalVisualStudio9Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6023 2008-02-01 18:52:11     INFO: [Ok]
6024 2008-02-01 18:52:11    DEBUG: Source/cmGlobalVisualStudio9Generator.h updated to 1.3
6025 2008-02-01 18:52:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmGlobalVisualStudio9Generator.cxx
6026 2008-02-01 18:52:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmGlobalVisualStudio9Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6027 2008-02-01 18:52:13     INFO: [Ok]
6028 2008-02-01 18:52:13    DEBUG: Source/cmGlobalVisualStudio9Generator.cxx updated to 1.3
6029 2008-02-01 18:52:13     INFO: Committing u'2008-01-18 19:34:48 by hoffman'...
6030 2008-02-01 18:52:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6031 2008-02-01 18:52:13     INFO: Changeset #108
6032 2008-02-01 18:52:13     INFO: Changeset "2008-01-18 20:19:19 by hoffman"
6033 2008-02-01 18:52:13     INFO: Log message: ENH: make sure MSVC90 is set
6034 2008-02-01 18:52:13    DEBUG: Going to apply changeset:
6035 Revision: 2008-01-18 20:19:19 by hoffman
6036 Date: 2008-01-18 20:19:19+00:00
6037 Author: hoffman
6038 Entries: Modules/Platform/Windows-cl.cmake(UPD to 1.83)
6039 Log: ENH: make sure MSVC90 is set
6040 2008-02-01 18:52:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Modules/Platform/Windows-cl.cmake
6041 2008-02-01 18:52:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Modules/Platform/Windows-cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6042 2008-02-01 18:52:15     INFO: [Ok]
6043 2008-02-01 18:52:15    DEBUG: Modules/Platform/Windows-cl.cmake updated to 1.83
6044 2008-02-01 18:52:15     INFO: Committing u'2008-01-18 20:19:19 by hoffman'...
6045 2008-02-01 18:52:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6046 2008-02-01 18:52:15     INFO: Changeset #109
6047 2008-02-01 18:52:15     INFO: Changeset "2008-01-18 20:52:53 by alex"
6048 2008-02-01 18:52:15     INFO: Log message: ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
6050 Alex
6051 2008-02-01 18:52:15    DEBUG: Going to apply changeset:
6052 Revision: 2008-01-18 20:52:53 by alex
6053 Date: 2008-01-18 20:52:54+00:00
6054 Author: alex
6055 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.16), Modules/FindwxWidgets.cmake(UPD to 1.18), Source/cmBootstrapCommands.cxx(UPD to 1.22), Source/cmRaiseScopeCommand.cxx(DEL at 1.3), Source/cmRaiseScopeCommand.h(DEL at 1.3), Source/cmSetCommand.cxx(UPD to 1.31), Source/cmSetCommand.h(UPD to 1.19), Tests/FunctionTest/CMakeLists.txt(UPD to 1.4), Tests/FunctionTest/Util.cmake(UPD to 1.2), Tests/FunctionTest/SubDirScope/CMakeLists.txt(UPD to 1.3)
6056 Log: ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
6058 Alex
6059 2008-02-01 18:52:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/FunctionTest/Util.cmake
6060 2008-02-01 18:52:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/FunctionTest/Util.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6061 2008-02-01 18:52:17     INFO: [Ok]
6062 2008-02-01 18:52:17    DEBUG: Tests/FunctionTest/Util.cmake updated to 1.3
6063 2008-02-01 18:52:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/SubDirScope/CMakeLists.txt
6064 2008-02-01 18:52:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmRaiseScopeCommand.cxx Source/cmRaiseScopeCommand.h Tests/FunctionTest/SubDirScope/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6065 2008-02-01 18:52:18     INFO: [Ok]
6066 2008-02-01 18:52:18    DEBUG: Source/cmRaiseScopeCommand.cxx,Source/cmRaiseScopeCommand.h,Tests/FunctionTest/SubDirScope/CMakeLists.txt updated to 1.3
6067 2008-02-01 18:52:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/FunctionTest/CMakeLists.txt
6068 2008-02-01 18:52:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/FunctionTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6069 2008-02-01 18:52:19     INFO: [Ok]
6070 2008-02-01 18:52:19    DEBUG: Tests/FunctionTest/CMakeLists.txt updated to 1.3
6071 2008-02-01 18:52:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeDetermineCompilerId.cmake
6072 2008-02-01 18:52:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6073 2008-02-01 18:52:20     INFO: [Ok]
6074 2008-02-01 18:52:20    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.3
6075 2008-02-01 18:52:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/FindwxWidgets.cmake
6076 2008-02-01 18:52:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/FindwxWidgets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6077 2008-02-01 18:52:21     INFO: [Ok]
6078 2008-02-01 18:52:21    DEBUG: Modules/FindwxWidgets.cmake updated to 1.3
6079 2008-02-01 18:52:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmSetCommand.h
6080 2008-02-01 18:52:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmSetCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6081 2008-02-01 18:52:22     INFO: [Ok]
6082 2008-02-01 18:52:22    DEBUG: Source/cmSetCommand.h updated to 1.3
6083 2008-02-01 18:52:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmBootstrapCommands.cxx
6084 2008-02-01 18:52:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6085 2008-02-01 18:52:23     INFO: [Ok]
6086 2008-02-01 18:52:23    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.3
6087 2008-02-01 18:52:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmSetCommand.cxx
6088 2008-02-01 18:52:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmSetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6089 2008-02-01 18:52:24     INFO: [Ok]
6090 2008-02-01 18:52:24    DEBUG: Source/cmSetCommand.cxx updated to 1.3
6091 2008-02-01 18:52:24     INFO: Removing Source/cmRaiseScopeCommand.cxx, Source/cmRaiseScopeCommand.h...
6092 2008-02-01 18:52:24     INFO: Committing u'2008-01-18 20:52:53 by alex'...
6093 2008-02-01 18:52:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6094 2008-02-01 18:52:24     INFO: Changeset #110
6095 2008-02-01 18:52:24     INFO: Changeset "2008-01-18 21:06:10 by hoffman"
6096 2008-02-01 18:52:24     INFO: Log message: ENH: make sure msvc90 gets set
6097 2008-02-01 18:52:24    DEBUG: Going to apply changeset:
6098 Revision: 2008-01-18 21:06:10 by hoffman
6099 Date: 2008-01-18 21:06:10+00:00
6100 Author: hoffman
6101 Entries: Modules/Platform/Windows-cl.cmake.in(UPD to 1.4)
6102 Log: ENH: make sure msvc90 gets set
6103 2008-02-01 18:52:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-cl.cmake.in
6104 2008-02-01 18:52:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/Windows-cl.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6105 2008-02-01 18:52:26     INFO: [Ok]
6106 2008-02-01 18:52:26    DEBUG: Modules/Platform/Windows-cl.cmake.in updated to 1.4
6107 2008-02-01 18:52:26     INFO: Committing u'2008-01-18 21:06:10 by hoffman'...
6108 2008-02-01 18:52:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6109 2008-02-01 18:52:26     INFO: Changeset #111
6110 2008-02-01 18:52:26     INFO: Changeset "2008-01-18 22:11:50 by alex"
6111 2008-02-01 18:52:26     INFO: Log message: BUG: don't crash if cmMakefile::RaiseScope() is called from a cmake file in
6112 the top level directory in normal code (i.e. not within a function)
6114 Alex
6115 2008-02-01 18:52:26    DEBUG: Going to apply changeset:
6116 Revision: 2008-01-18 22:11:50 by alex
6117 Date: 2008-01-18 22:11:50+00:00
6118 Author: alex
6119 Entries: Source/cmMakefile.cxx(UPD to 1.428)
6120 Log: BUG: don't crash if cmMakefile::RaiseScope() is called from a cmake file in
6121 the top level directory in normal code (i.e. not within a function)
6123 Alex
6124 2008-02-01 18:52:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.428 Source/cmMakefile.cxx
6125 2008-02-01 18:52:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.428 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6126 2008-02-01 18:52:28     INFO: [Ok]
6127 2008-02-01 18:52:28    DEBUG: Source/cmMakefile.cxx updated to 1.428
6128 2008-02-01 18:52:28     INFO: Committing u'2008-01-18 22:11:50 by alex'...
6129 2008-02-01 18:52:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6130 2008-02-01 18:52:28     INFO: Changeset #112
6131 2008-02-01 18:52:28     INFO: Changeset "2008-01-18 23:40:05 by king"
6132 2008-02-01 18:52:28     INFO: Log message: COMP: Fix build on Borland 5.5.
6133 2008-02-01 18:52:28    DEBUG: Going to apply changeset:
6134 Revision: 2008-01-18 23:40:05 by king
6135 Date: 2008-01-18 23:40:05+00:00
6136 Author: king
6137 Entries: Source/cmDependsFortran.cxx(UPD to 1.46)
6138 Log: COMP: Fix build on Borland 5.5.
6139 2008-02-01 18:52:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmDependsFortran.cxx
6140 2008-02-01 18:52:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmDependsFortran.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6141 2008-02-01 18:52:30     INFO: [Ok]
6142 2008-02-01 18:52:30    DEBUG: Source/cmDependsFortran.cxx updated to 1.46
6143 2008-02-01 18:52:30     INFO: Committing u'2008-01-18 23:40:05 by king'...
6144 2008-02-01 18:52:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6145 2008-02-01 18:52:30     INFO: Changeset #113
6146 2008-02-01 18:52:30     INFO: Changeset "2008-01-19 00:02:38 by barre"
6147 2008-02-01 18:52:30     INFO: Log message: ENH: Tcl/Tk 8.6 alpha schedule for May 2008.
6148 2008-02-01 18:52:30    DEBUG: Going to apply changeset:
6149 Revision: 2008-01-19 00:02:38 by barre
6150 Date: 2008-01-19 00:02:38+00:00
6151 Author: barre
6152 Entries: Modules/FindTCL.cmake(UPD to 1.48), Modules/FindTclsh.cmake(UPD to 1.18), Modules/FindWish.cmake(UPD to 1.12)
6153 Log: ENH: Tcl/Tk 8.6 alpha schedule for May 2008.
6154 2008-02-01 18:52:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/FindWish.cmake
6155 2008-02-01 18:52:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6156 2008-02-01 18:52:32     INFO: [Ok]
6157 2008-02-01 18:52:32    DEBUG: Modules/FindWish.cmake updated to 1.12
6158 2008-02-01 18:52:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/FindTclsh.cmake
6159 2008-02-01 18:52:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6160 2008-02-01 18:52:33     INFO: [Ok]
6161 2008-02-01 18:52:33    DEBUG: Modules/FindTclsh.cmake updated to 1.12
6162 2008-02-01 18:52:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Modules/FindTCL.cmake
6163 2008-02-01 18:52:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6164 2008-02-01 18:52:34     INFO: [Ok]
6165 2008-02-01 18:52:34    DEBUG: Modules/FindTCL.cmake updated to 1.12
6166 2008-02-01 18:52:34     INFO: Committing u'2008-01-19 00:02:38 by barre'...
6167 2008-02-01 18:52:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6168 2008-02-01 18:52:34     INFO: Changeset #114
6169 2008-02-01 18:52:34     INFO: Changeset "2008-01-19 05:01:03 by king"
6170 2008-02-01 18:52:34     INFO: Log message: STYLE: Nightly Date Stamp
6171 2008-02-01 18:52:34    DEBUG: Going to apply changeset:
6172 Revision: 2008-01-19 05:01:03 by king
6173 Date: 2008-01-19 05:01:03+00:00
6174 Author: king
6175 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.70)
6176 Log: STYLE: Nightly Date Stamp
6177 2008-02-01 18:52:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.70 Source/kwsys/kwsysDateStamp.cmake
6178 2008-02-01 18:52:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.70 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6179 2008-02-01 18:52:36     INFO: [Ok]
6180 2008-02-01 18:52:36    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.70
6181 2008-02-01 18:52:36     INFO: Committing u'2008-01-19 05:01:03 by king'...
6182 2008-02-01 18:52:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6183 2008-02-01 18:52:36     INFO: Changeset #115
6184 2008-02-01 18:52:36     INFO: Changeset "2008-01-19 20:09:36 by martink"
6185 2008-02-01 18:52:36     INFO: Log message: ENH: improve backwards compatibility
6186 2008-02-01 18:52:36    DEBUG: Going to apply changeset:
6187 Revision: 2008-01-19 20:09:36 by martink
6188 Date: 2008-01-19 20:09:36+00:00
6189 Author: martink
6190 Entries: Source/cmLocalGenerator.cxx(UPD to 1.257), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.63)
6191 Log: ENH: improve backwards compatibility
6192 2008-02-01 18:52:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/CTest/cmCTestTestHandler.cxx
6193 2008-02-01 18:52:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6194 2008-02-01 18:52:38     INFO: [Ok]
6195 2008-02-01 18:52:38    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.63
6196 2008-02-01 18:52:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.257 Source/cmLocalGenerator.cxx
6197 2008-02-01 18:52:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.257 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6198 2008-02-01 18:52:39     INFO: [Ok]
6199 2008-02-01 18:52:39    DEBUG: Source/cmLocalGenerator.cxx updated to 1.63
6200 2008-02-01 18:52:39     INFO: Committing u'2008-01-19 20:09:36 by martink'...
6201 2008-02-01 18:52:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6202 2008-02-01 18:52:39     INFO: Changeset #116
6203 2008-02-01 18:52:39     INFO: Changeset "2008-01-20 05:01:03 by king"
6204 2008-02-01 18:52:39     INFO: Log message: STYLE: Nightly Date Stamp
6205 2008-02-01 18:52:39    DEBUG: Going to apply changeset:
6206 Revision: 2008-01-20 05:01:03 by king
6207 Date: 2008-01-20 05:01:03+00:00
6208 Author: king
6209 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.71)
6210 Log: STYLE: Nightly Date Stamp
6211 2008-02-01 18:52:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/kwsysDateStamp.cmake
6212 2008-02-01 18:52:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.71 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6213 2008-02-01 18:52:41     INFO: [Ok]
6214 2008-02-01 18:52:41    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.71
6215 2008-02-01 18:52:41     INFO: Committing u'2008-01-20 05:01:03 by king'...
6216 2008-02-01 18:52:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6217 2008-02-01 18:52:41     INFO: Changeset #117
6218 2008-02-01 18:52:41     INFO: Changeset "2008-01-20 18:36:13 by king"
6219 2008-02-01 18:52:41     INFO: Log message: COMP: Fix build during bootstrap on MSys.
6220 2008-02-01 18:52:41    DEBUG: Going to apply changeset:
6221 Revision: 2008-01-20 18:36:13 by king
6222 Date: 2008-01-20 18:36:13+00:00
6223 Author: king
6224 Entries: Source/cmake.cxx(UPD to 1.354)
6225 Log: COMP: Fix build during bootstrap on MSys.
6226 2008-02-01 18:52:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.354 Source/cmake.cxx
6227 2008-02-01 18:52:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.354 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6228 2008-02-01 18:52:43     INFO: [Ok]
6229 2008-02-01 18:52:43    DEBUG: Source/cmake.cxx updated to 1.354
6230 2008-02-01 18:52:43     INFO: Committing u'2008-01-20 18:36:13 by king'...
6231 2008-02-01 18:52:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6232 2008-02-01 18:52:43     INFO: Changeset #118
6233 2008-02-01 18:52:43     INFO: Changeset "2008-01-20 21:02:38 by king"
6234 2008-02-01 18:52:43     INFO: Log message: BUG: FindX11 module should search for SM library instead of returning -lSM.
6235 2008-02-01 18:52:43    DEBUG: Going to apply changeset:
6236 Revision: 2008-01-20 21:02:38 by king
6237 Date: 2008-01-20 21:02:38+00:00
6238 Author: king
6239 Entries: Modules/FindX11.cmake(UPD to 1.31)
6240 Log: BUG: FindX11 module should search for SM library instead of returning -lSM.
6241 2008-02-01 18:52:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Modules/FindX11.cmake
6242 2008-02-01 18:52:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Modules/FindX11.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6243 2008-02-01 18:52:45     INFO: [Ok]
6244 2008-02-01 18:52:45    DEBUG: Modules/FindX11.cmake updated to 1.31
6245 2008-02-01 18:52:45     INFO: Committing u'2008-01-20 21:02:38 by king'...
6246 2008-02-01 18:52:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6247 2008-02-01 18:52:45     INFO: Changeset #119
6248 2008-02-01 18:52:45     INFO: Changeset "2008-01-20 22:24:46 by king"
6249 2008-02-01 18:52:45     INFO: Log message: BUG: Make sure search paths never have double-slashes.  Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
6250 2008-02-01 18:52:45    DEBUG: Going to apply changeset:
6251 Revision: 2008-01-20 22:24:46 by king
6252 Date: 2008-01-20 22:24:46+00:00
6253 Author: king
6254 Entries: Source/cmFindPathCommand.cxx(UPD to 1.39), Source/kwsys/SystemTools.cxx(UPD to 1.220)
6255 Log: BUG: Make sure search paths never have double-slashes.  Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
6256 2008-02-01 18:52:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmFindPathCommand.cxx
6257 2008-02-01 18:52:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmFindPathCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6258 2008-02-01 18:52:47     INFO: [Ok]
6259 2008-02-01 18:52:47    DEBUG: Source/cmFindPathCommand.cxx updated to 1.220
6260 2008-02-01 18:52:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/kwsys/SystemTools.cxx
6261 2008-02-01 18:52:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6262 2008-02-01 18:52:48     INFO: [Ok]
6263 2008-02-01 18:52:48    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.220
6264 2008-02-01 18:52:48     INFO: Committing u'2008-01-20 22:24:46 by king'...
6265 2008-02-01 18:52:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6266 2008-02-01 18:52:48     INFO: Changeset #120
6267 2008-02-01 18:52:48     INFO: Changeset "2008-01-20 22:41:14 by king"
6268 2008-02-01 18:52:48     INFO: Log message: BUG: Make sure search paths never have double-slashes.  Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.  This file was left out of the previous checkin for this problem.
6269 2008-02-01 18:52:48    DEBUG: Going to apply changeset:
6270 Revision: 2008-01-20 22:41:14 by king
6271 Date: 2008-01-20 22:41:14+00:00
6272 Author: king
6273 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.47)
6274 Log: BUG: Make sure search paths never have double-slashes.  Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.  This file was left out of the previous checkin for this problem.
6275 2008-02-01 18:52:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmFindLibraryCommand.cxx
6276 2008-02-01 18:52:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6277 2008-02-01 18:52:50     INFO: [Ok]
6278 2008-02-01 18:52:50    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.47
6279 2008-02-01 18:52:50     INFO: Committing u'2008-01-20 22:41:14 by king'...
6280 2008-02-01 18:52:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6281 2008-02-01 18:52:50     INFO: Changeset #121
6282 2008-02-01 18:52:50     INFO: Changeset "2008-01-21 00:29:12 by king"
6283 2008-02-01 18:52:50     INFO: Log message: BUG: Fix previous commit to not access empty strings out of bounds.
6284 2008-02-01 18:52:50    DEBUG: Going to apply changeset:
6285 Revision: 2008-01-21 00:29:12 by king
6286 Date: 2008-01-21 00:29:12+00:00
6287 Author: king
6288 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.48), Source/cmFindPathCommand.cxx(UPD to 1.40), Source/kwsys/SystemTools.cxx(UPD to 1.221)
6289 Log: BUG: Fix previous commit to not access empty strings out of bounds.
6290 2008-02-01 18:52:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmFindPathCommand.cxx
6291 2008-02-01 18:52:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmFindPathCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6292 2008-02-01 18:52:52     INFO: [Ok]
6293 2008-02-01 18:52:52    DEBUG: Source/cmFindPathCommand.cxx updated to 1.221
6294 2008-02-01 18:52:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmFindLibraryCommand.cxx
6295 2008-02-01 18:52:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6296 2008-02-01 18:52:53     INFO: [Ok]
6297 2008-02-01 18:52:53    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.221
6298 2008-02-01 18:52:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/kwsys/SystemTools.cxx
6299 2008-02-01 18:52:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6300 2008-02-01 18:52:54     INFO: [Ok]
6301 2008-02-01 18:52:54    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.221
6302 2008-02-01 18:52:54     INFO: Committing u'2008-01-21 00:29:12 by king'...
6303 2008-02-01 18:52:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6304 2008-02-01 18:52:54     INFO: Changeset #122
6305 2008-02-01 18:52:54     INFO: Changeset "2008-01-21 05:01:03 by king"
6306 2008-02-01 18:52:54     INFO: Log message: STYLE: Nightly Date Stamp
6307 2008-02-01 18:52:54    DEBUG: Going to apply changeset:
6308 Revision: 2008-01-21 05:01:03 by king
6309 Date: 2008-01-21 05:01:03+00:00
6310 Author: king
6311 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.72)
6312 Log: STYLE: Nightly Date Stamp
6313 2008-02-01 18:52:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/kwsys/kwsysDateStamp.cmake
6314 2008-02-01 18:52:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6315 2008-02-01 18:52:56     INFO: [Ok]
6316 2008-02-01 18:52:56    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.72
6317 2008-02-01 18:52:56     INFO: Committing u'2008-01-21 05:01:03 by king'...
6318 2008-02-01 18:52:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6319 2008-02-01 18:52:56     INFO: Changeset #123
6320 2008-02-01 18:52:56     INFO: Changeset "2008-01-21 13:01:04 by king"
6321 2008-02-01 18:52:56     INFO: Log message: COMP: Fix VS6 and old HP build.  This source does not have the #define for hack.
6322 2008-02-01 18:52:56    DEBUG: Going to apply changeset:
6323 Revision: 2008-01-21 13:01:04 by king
6324 Date: 2008-01-21 13:01:04+00:00
6325 Author: king
6326 Entries: Source/kwsys/SystemTools.cxx(UPD to 1.222)
6327 Log: COMP: Fix VS6 and old HP build.  This source does not have the #define for hack.
6328 2008-02-01 18:52:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/kwsys/SystemTools.cxx
6329 2008-02-01 18:52:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/kwsys/SystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6330 2008-02-01 18:52:58     INFO: [Ok]
6331 2008-02-01 18:52:58    DEBUG: Source/kwsys/SystemTools.cxx updated to 1.222
6332 2008-02-01 18:52:58     INFO: Committing u'2008-01-21 13:01:04 by king'...
6333 2008-02-01 18:52:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6334 2008-02-01 18:52:58     INFO: Changeset #124
6335 2008-02-01 18:52:58     INFO: Changeset "2008-01-21 13:48:33 by king"
6336 2008-02-01 18:52:58     INFO: Log message: ENH: Implement version support in the find_package command module mode.  Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested.  This addresses issue #1645.
6337 2008-02-01 18:52:58    DEBUG: Going to apply changeset:
6338 Revision: 2008-01-21 13:48:33 by king
6339 Date: 2008-01-21 13:48:33+00:00
6340 Author: king
6341 Entries: Modules/readme.txt(UPD to 1.13), Source/cmFindPackageCommand.cxx(UPD to 1.31), Source/cmFindPackageCommand.h(UPD to 1.17), Tests/FindPackageTest/CMakeLists.txt(UPD to 1.7), Tests/FindPackageTest/FindVersionTestA.cmake(ADD at 1.1), Tests/FindPackageTest/FindVersionTestB.cmake(ADD at 1.1), Tests/FindPackageTest/FindVersionTestC.cmake(ADD at 1.1)
6342 Log: ENH: Implement version support in the find_package command module mode.  Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested.  This addresses issue #1645.
6343 2008-02-01 18:52:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/FindVersionTestA.cmake Tests/FindPackageTest/FindVersionTestB.cmake Tests/FindPackageTest/FindVersionTestC.cmake
6344 2008-02-01 18:52:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/FindVersionTestA.cmake Tests/FindPackageTest/FindVersionTestB.cmake Tests/FindPackageTest/FindVersionTestC.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6345 2008-02-01 18:53:00     INFO: [Ok]
6346 2008-02-01 18:53:00    DEBUG: Tests/FindPackageTest/FindVersionTestA.cmake,Tests/FindPackageTest/FindVersionTestB.cmake,Tests/FindPackageTest/FindVersionTestC.cmake updated to 1.1
6347 2008-02-01 18:53:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/FindPackageTest/CMakeLists.txt
6348 2008-02-01 18:53:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/FindPackageTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6349 2008-02-01 18:53:01     INFO: [Ok]
6350 2008-02-01 18:53:01    DEBUG: Tests/FindPackageTest/CMakeLists.txt updated to 1.1
6351 2008-02-01 18:53:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/readme.txt
6352 2008-02-01 18:53:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/readme.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6353 2008-02-01 18:53:02     INFO: [Ok]
6354 2008-02-01 18:53:02    DEBUG: Modules/readme.txt updated to 1.1
6355 2008-02-01 18:53:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmFindPackageCommand.h
6356 2008-02-01 18:53:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmFindPackageCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6357 2008-02-01 18:53:03     INFO: [Ok]
6358 2008-02-01 18:53:03    DEBUG: Source/cmFindPackageCommand.h updated to 1.1
6359 2008-02-01 18:53:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFindPackageCommand.cxx
6360 2008-02-01 18:53:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6361 2008-02-01 18:53:04     INFO: [Ok]
6362 2008-02-01 18:53:04    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.1
6363 2008-02-01 18:53:04     INFO: Adding Tests/FindPackageTest/FindVersionTestA.cmake, Tests/FindPackageTest/FindVersionTestB.cmake, Tests/FindPackageTest/FindVersionTestC.cmake...
6364 2008-02-01 18:53:04     INFO: Committing u'2008-01-21 13:48:33 by king'...
6365 2008-02-01 18:53:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6366 2008-02-01 18:53:04     INFO: Changeset #125
6367 2008-02-01 18:53:04     INFO: Changeset "2008-01-21 18:04:08 by king"
6368 2008-02-01 18:53:04     INFO: Log message: COMP: snprintf is not portable.
6369 2008-02-01 18:53:04    DEBUG: Going to apply changeset:
6370 Revision: 2008-01-21 18:04:08 by king
6371 Date: 2008-01-21 18:04:08+00:00
6372 Author: king
6373 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.32)
6374 Log: COMP: snprintf is not portable.
6375 2008-02-01 18:53:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmFindPackageCommand.cxx
6376 2008-02-01 18:53:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6377 2008-02-01 18:53:06     INFO: [Ok]
6378 2008-02-01 18:53:06    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.32
6379 2008-02-01 18:53:06     INFO: Committing u'2008-01-21 18:04:08 by king'...
6380 2008-02-01 18:53:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6381 2008-02-01 18:53:06     INFO: Changeset #126
6382 2008-02-01 18:53:06     INFO: Changeset "2008-01-21 18:59:10 by king"
6383 2008-02-01 18:53:06     INFO: Log message: BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property.
6384 2008-02-01 18:53:06    DEBUG: Going to apply changeset:
6385 Revision: 2008-01-21 18:59:10 by king
6386 Date: 2008-01-21 18:59:10+00:00
6387 Author: king
6388 Entries: Source/cmTarget.cxx(UPD to 1.177)
6389 Log: BUG: Added missing documentation of LINK_FLAGS_<CONFIG> property.
6390 2008-02-01 18:53:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.177 Source/cmTarget.cxx
6391 2008-02-01 18:53:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.177 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6392 2008-02-01 18:53:08     INFO: [Ok]
6393 2008-02-01 18:53:08    DEBUG: Source/cmTarget.cxx updated to 1.177
6394 2008-02-01 18:53:08     INFO: Committing u'2008-01-21 18:59:10 by king'...
6395 2008-02-01 18:53:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6396 2008-02-01 18:53:08     INFO: Changeset #127
6397 2008-02-01 18:53:08     INFO: Changeset "2008-01-21 22:29:54 by king"
6398 2008-02-01 18:53:08     INFO: Log message: BUG: Do not get in infinite loop when checking make tool version in cmake build tree.
6399 2008-02-01 18:53:08    DEBUG: Going to apply changeset:
6400 Revision: 2008-01-21 22:29:54 by king
6401 Date: 2008-01-21 22:29:54+00:00
6402 Author: king
6403 Entries: Tests/CMakeLists.txt(UPD to 1.41)
6404 Log: BUG: Do not get in infinite loop when checking make tool version in cmake build tree.
6405 2008-02-01 18:53:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Tests/CMakeLists.txt
6406 2008-02-01 18:53:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6407 2008-02-01 18:53:10     INFO: [Ok]
6408 2008-02-01 18:53:10    DEBUG: Tests/CMakeLists.txt updated to 1.41
6409 2008-02-01 18:53:10     INFO: Committing u'2008-01-21 22:29:54 by king'...
6410 2008-02-01 18:53:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6411 2008-02-01 18:53:10     INFO: Changeset #128
6412 2008-02-01 18:53:10     INFO: Changeset "2008-01-21 23:30:17 by king"
6413 2008-02-01 18:53:10     INFO: Log message: ENH: Generalize the check for sizeof void* to detect more ABI information.
6414 2008-02-01 18:53:10    DEBUG: Going to apply changeset:
6415 Revision: 2008-01-21 23:30:17 by king
6416 Date: 2008-01-21 23:30:17+00:00
6417 Author: king
6418 Entries: Modules/CMakeCCompiler.cmake.in(UPD to 1.20), Modules/CMakeCCompilerABI.c(ADD at 1.1), Modules/CMakeCXXCompiler.cmake.in(UPD to 1.19), Modules/CMakeCXXCompilerABI.cpp(ADD at 1.1), Modules/CMakeCompilerABI.h(ADD at 1.1), Modules/CMakeDetermineCompilerABI.cmake(ADD at 1.1), Modules/CMakeTestCCompiler.cmake(UPD to 1.22), Modules/CMakeTestCXXCompiler.cmake(UPD to 1.16), Source/cmDocumentVariables.cxx(UPD to 1.9)
6419 Log: ENH: Generalize the check for sizeof void* to detect more ABI information.
6420 2008-02-01 18:53:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeCCompilerABI.c Modules/CMakeCXXCompilerABI.cpp Modules/CMakeCompilerABI.h Modules/CMakeDetermineCompilerABI.cmake
6421 2008-02-01 18:53:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeCCompilerABI.c Modules/CMakeCXXCompilerABI.cpp Modules/CMakeCompilerABI.h Modules/CMakeDetermineCompilerABI.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6422 2008-02-01 18:53:12     INFO: [Ok]
6423 2008-02-01 18:53:12    DEBUG: Modules/CMakeCCompilerABI.c,Modules/CMakeCXXCompilerABI.cpp,Modules/CMakeCompilerABI.h,Modules/CMakeDetermineCompilerABI.cmake updated to 1.9
6424 2008-02-01 18:53:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDocumentVariables.cxx
6425 2008-02-01 18:53:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6426 2008-02-01 18:53:13     INFO: [Ok]
6427 2008-02-01 18:53:13    DEBUG: Source/cmDocumentVariables.cxx updated to 1.9
6428 2008-02-01 18:53:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeTestCXXCompiler.cmake
6429 2008-02-01 18:53:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/CMakeTestCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6430 2008-02-01 18:53:14     INFO: [Ok]
6431 2008-02-01 18:53:14    DEBUG: Modules/CMakeTestCXXCompiler.cmake updated to 1.9
6432 2008-02-01 18:53:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeCXXCompiler.cmake.in
6433 2008-02-01 18:53:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeCXXCompiler.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6434 2008-02-01 18:53:15     INFO: [Ok]
6435 2008-02-01 18:53:15    DEBUG: Modules/CMakeCXXCompiler.cmake.in updated to 1.9
6436 2008-02-01 18:53:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCCompiler.cmake.in
6437 2008-02-01 18:53:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCCompiler.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6438 2008-02-01 18:53:16     INFO: [Ok]
6439 2008-02-01 18:53:16    DEBUG: Modules/CMakeCCompiler.cmake.in updated to 1.9
6440 2008-02-01 18:53:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeTestCCompiler.cmake
6441 2008-02-01 18:53:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeTestCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6442 2008-02-01 18:53:17     INFO: [Ok]
6443 2008-02-01 18:53:17    DEBUG: Modules/CMakeTestCCompiler.cmake updated to 1.9
6444 2008-02-01 18:53:17     INFO: Adding Modules/CMakeCCompilerABI.c...
6445 2008-02-01 18:53:17     INFO: Adding Modules/CMakeCXXCompilerABI.cpp, Modules/CMakeCompilerABI.h, Modules/CMakeDetermineCompilerABI.cmake...
6446 2008-02-01 18:53:17     INFO: Committing u'2008-01-21 23:30:17 by king'...
6447 2008-02-01 18:53:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6448 2008-02-01 18:53:17     INFO: Changeset #129
6449 2008-02-01 18:53:17     INFO: Changeset "2008-01-21 23:30:36 by king"
6450 2008-02-01 18:53:17     INFO: Log message: ENH: Add support to find_library to transform /lib to /lib32 on some architectures.
6451 2008-02-01 18:53:17    DEBUG: Going to apply changeset:
6452 Revision: 2008-01-21 23:30:36 by king
6453 Date: 2008-01-21 23:30:36+00:00
6454 Author: king
6455 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.49), Source/cmFindLibraryCommand.h(UPD to 1.23)
6456 Log: ENH: Add support to find_library to transform /lib to /lib32 on some architectures.
6457 2008-02-01 18:53:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmFindLibraryCommand.h
6458 2008-02-01 18:53:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmFindLibraryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6459 2008-02-01 18:53:19     INFO: [Ok]
6460 2008-02-01 18:53:19    DEBUG: Source/cmFindLibraryCommand.h updated to 1.23
6461 2008-02-01 18:53:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmFindLibraryCommand.cxx
6462 2008-02-01 18:53:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6463 2008-02-01 18:53:20     INFO: [Ok]
6464 2008-02-01 18:53:20    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.23
6465 2008-02-01 18:53:20     INFO: Committing u'2008-01-21 23:30:36 by king'...
6466 2008-02-01 18:53:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6467 2008-02-01 18:53:20     INFO: Changeset #130
6468 2008-02-01 18:53:20     INFO: Changeset "2008-01-22 01:57:23 by king"
6469 2008-02-01 18:53:20     INFO: Log message: ENH: Cleanup chrpath feature by not displaying exe format or placing non-advanced options in cache.
6470 2008-02-01 18:53:20    DEBUG: Going to apply changeset:
6471 Revision: 2008-01-22 01:57:23 by king
6472 Date: 2008-01-22 01:57:23+00:00
6473 Author: king
6474 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.17), Modules/CMakeFindBinUtils.cmake(UPD to 1.14)
6475 Log: ENH: Cleanup chrpath feature by not displaying exe format or placing non-advanced options in cache.
6476 2008-02-01 18:53:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/CMakeFindBinUtils.cmake
6477 2008-02-01 18:53:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/CMakeFindBinUtils.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6478 2008-02-01 18:53:22     INFO: [Ok]
6479 2008-02-01 18:53:22    DEBUG: Modules/CMakeFindBinUtils.cmake updated to 1.14
6480 2008-02-01 18:53:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeDetermineCompilerId.cmake
6481 2008-02-01 18:53:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6482 2008-02-01 18:53:23     INFO: [Ok]
6483 2008-02-01 18:53:23    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.14
6484 2008-02-01 18:53:23     INFO: Committing u'2008-01-22 01:57:23 by king'...
6485 2008-02-01 18:53:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6486 2008-02-01 18:53:23     INFO: Changeset #131
6487 2008-02-01 18:53:23     INFO: Changeset "2008-01-22 03:48:07 by king"
6488 2008-02-01 18:53:23     INFO: Log message: ENH: Updated find_package documentation to describe common usage first.
6489 2008-02-01 18:53:23    DEBUG: Going to apply changeset:
6490 Revision: 2008-01-22 03:48:07 by king
6491 Date: 2008-01-22 03:48:07+00:00
6492 Author: king
6493 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.33)
6494 Log: ENH: Updated find_package documentation to describe common usage first.
6495 2008-02-01 18:53:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFindPackageCommand.cxx
6496 2008-02-01 18:53:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6497 2008-02-01 18:53:25     INFO: [Ok]
6498 2008-02-01 18:53:25    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.33
6499 2008-02-01 18:53:25     INFO: Committing u'2008-01-22 03:48:07 by king'...
6500 2008-02-01 18:53:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6501 2008-02-01 18:53:25     INFO: Changeset #132
6502 2008-02-01 18:53:25     INFO: Changeset "2008-01-22 05:01:10 by king"
6503 2008-02-01 18:53:25     INFO: Log message: STYLE: Nightly Date Stamp
6504 2008-02-01 18:53:25    DEBUG: Going to apply changeset:
6505 Revision: 2008-01-22 05:01:10 by king
6506 Date: 2008-01-22 05:01:10+00:00
6507 Author: king
6508 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.73)
6509 Log: STYLE: Nightly Date Stamp
6510 2008-02-01 18:53:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.73 Source/kwsys/kwsysDateStamp.cmake
6511 2008-02-01 18:53:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.73 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6512 2008-02-01 18:53:27     INFO: [Ok]
6513 2008-02-01 18:53:27    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.73
6514 2008-02-01 18:53:27     INFO: Committing u'2008-01-22 05:01:10 by king'...
6515 2008-02-01 18:53:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6516 2008-02-01 18:53:27     INFO: Changeset #133
6517 2008-02-01 18:53:27     INFO: Changeset "2008-01-22 13:52:48 by king"
6518 2008-02-01 18:53:27     INFO: Log message: COMP: Remove inline keyword from forward declaration for VS9.
6519 2008-02-01 18:53:27    DEBUG: Going to apply changeset:
6520 Revision: 2008-01-22 13:52:48 by king
6521 Date: 2008-01-22 13:52:48+00:00
6522 Author: king
6523 Entries: Source/kwsys/hash_map.hxx.in(UPD to 1.6)
6524 Log: COMP: Remove inline keyword from forward declaration for VS9.
6525 2008-02-01 18:53:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/hash_map.hxx.in
6526 2008-02-01 18:53:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/hash_map.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6527 2008-02-01 18:53:29     INFO: [Ok]
6528 2008-02-01 18:53:29    DEBUG: Source/kwsys/hash_map.hxx.in updated to 1.6
6529 2008-02-01 18:53:29     INFO: Committing u'2008-01-22 13:52:48 by king'...
6530 2008-02-01 18:53:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6531 2008-02-01 18:53:29     INFO: Changeset #134
6532 2008-02-01 18:53:29     INFO: Changeset "2008-01-22 14:13:03 by king"
6533 2008-02-01 18:53:29     INFO: Log message: ENH: Implement linking with paths to library files instead of -L and -l separation.  See bug #3832
6535   - This is purely an implementation improvement.  No interface has changed.
6536   - Create cmComputeLinkInformation class
6537   - Move and re-implement logic from:
6538       cmLocalGenerator::ComputeLinkInformation
6539       cmOrderLinkDirectories
6540   - Link libraries to targets with their full path (if it is known)
6541   - Dirs specified with link_directories command still added with -L
6542   - Make link type specific to library names without paths
6543     (name libfoo.a without path becomes -Wl,-Bstatic -lfoo)
6544   - Make directory ordering specific to a runtime path computation feature
6545     (look for conflicting SONAMEs instead of library names)
6546   - Implement proper rpath support on HP-UX and AIX.
6547 2008-02-01 18:53:29    DEBUG: Going to apply changeset:
6548 Revision: 2008-01-22 14:13:03 by king
6549 Date: 2008-01-22 14:13:04+00:00
6550 Author: king
6551 Entries: bootstrap(UPD to 1.102), Modules/CMakeCInformation.cmake(UPD to 1.19), Modules/CMakeCXXInformation.cmake(UPD to 1.22), Modules/CMakeFortranInformation.cmake(UPD to 1.17), Modules/Platform/AIX.cmake(UPD to 1.20), Modules/Platform/HP-UX.cmake(UPD to 1.25), Source/CMakeLists.txt(UPD to 1.387), Source/cmComputeLinkInformation.cxx(ADD at 1.1), Source/cmComputeLinkInformation.h(ADD at 1.1), Source/cmDocumentVariables.cxx(UPD to 1.10), Source/cmGlobalGenerator.cxx(UPD to 1.218), Source/cmGlobalGenerator.h(UPD to 1.102), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.180), Source/cmLocalGenerator.cxx(UPD to 1.258), Source/cmLocalGenerator.h(UPD to 1.99), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.138), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.214), Source/cmLocalVisualStudio7Generator.h(UPD to 1.48), Source/cmOrderLinkDirectories.cxx(DEL at 1.39), Source/cmOrderLinkDirectories.h(DEL at 1.21), Source/cmTarget.cxx(UPD to 1.178), Source/cmTarget.h(UPD to 1.96), Tests/Complex/Executable/complex.cxx(UPD to 1.97), Tests/ComplexOneConfig/Executable/complex.cxx(UPD to 1.97), Tests/ComplexRelativePaths/Executable/complex.cxx(UPD to 1.97), Tests/Complex/Executable/complex.cxx(UPD to 1.98), Tests/ComplexOneConfig/Executable/complex.cxx(UPD to 1.98), Tests/ComplexRelativePaths/Executable/complex.cxx(UPD to 1.98)
6552 Log: ENH: Implement linking with paths to library files instead of -L and -l separation.  See bug #3832
6554   - This is purely an implementation improvement.  No interface has changed.
6555   - Create cmComputeLinkInformation class
6556   - Move and re-implement logic from:
6557       cmLocalGenerator::ComputeLinkInformation
6558       cmOrderLinkDirectories
6559   - Link libraries to targets with their full path (if it is known)
6560   - Dirs specified with link_directories command still added with -L
6561   - Make link type specific to library names without paths
6562     (name libfoo.a without path becomes -Wl,-Bstatic -lfoo)
6563   - Make directory ordering specific to a runtime path computation feature
6564     (look for conflicting SONAMEs instead of library names)
6565   - Implement proper rpath support on HP-UX and AIX.
6566 2008-02-01 18:53:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeLinkInformation.cxx Source/cmComputeLinkInformation.h
6567 2008-02-01 18:53:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeLinkInformation.cxx Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6568 2008-02-01 18:53:31     INFO: [Ok]
6569 2008-02-01 18:53:31    DEBUG: Source/cmComputeLinkInformation.cxx,Source/cmComputeLinkInformation.h updated to 1.98
6570 2008-02-01 18:53:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDocumentVariables.cxx
6571 2008-02-01 18:53:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6572 2008-02-01 18:53:32     INFO: [Ok]
6573 2008-02-01 18:53:32    DEBUG: Source/cmDocumentVariables.cxx updated to 1.98
6574 2008-02-01 18:53:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeFortranInformation.cmake
6575 2008-02-01 18:53:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeFortranInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6576 2008-02-01 18:53:33     INFO: [Ok]
6577 2008-02-01 18:53:33    DEBUG: Modules/CMakeFortranInformation.cmake updated to 1.98
6578 2008-02-01 18:53:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeCInformation.cmake
6579 2008-02-01 18:53:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeCInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6580 2008-02-01 18:53:34     INFO: [Ok]
6581 2008-02-01 18:53:34    DEBUG: Modules/CMakeCInformation.cmake updated to 1.98
6582 2008-02-01 18:53:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/AIX.cmake
6583 2008-02-01 18:53:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/AIX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6584 2008-02-01 18:53:35     INFO: [Ok]
6585 2008-02-01 18:53:35    DEBUG: Modules/Platform/AIX.cmake updated to 1.98
6586 2008-02-01 18:53:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmOrderLinkDirectories.h
6587 2008-02-01 18:53:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmOrderLinkDirectories.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6588 2008-02-01 18:53:35     INFO: [Ok]
6589 2008-02-01 18:53:35    DEBUG: Source/cmOrderLinkDirectories.h updated to 1.98
6590 2008-02-01 18:53:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeCXXInformation.cmake
6591 2008-02-01 18:53:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeCXXInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6592 2008-02-01 18:53:37     INFO: [Ok]
6593 2008-02-01 18:53:37    DEBUG: Modules/CMakeCXXInformation.cmake updated to 1.98
6594 2008-02-01 18:53:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Modules/Platform/HP-UX.cmake
6595 2008-02-01 18:53:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6596 2008-02-01 18:53:38     INFO: [Ok]
6597 2008-02-01 18:53:38    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.98
6598 2008-02-01 18:53:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmOrderLinkDirectories.cxx
6599 2008-02-01 18:53:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmOrderLinkDirectories.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6600 2008-02-01 18:53:38     INFO: [Ok]
6601 2008-02-01 18:53:38    DEBUG: Source/cmOrderLinkDirectories.cxx updated to 1.98
6602 2008-02-01 18:53:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmLocalVisualStudio7Generator.h
6603 2008-02-01 18:53:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6604 2008-02-01 18:53:41     INFO: [Ok]
6605 2008-02-01 18:53:41    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.98
6606 2008-02-01 18:53:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmTarget.h
6607 2008-02-01 18:53:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6608 2008-02-01 18:53:42     INFO: [Ok]
6609 2008-02-01 18:53:42    DEBUG: Source/cmTarget.h updated to 1.98
6610 2008-02-01 18:53:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx
6611 2008-02-01 18:53:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6612 2008-02-01 18:53:44     INFO: [Ok]
6613 2008-02-01 18:53:44    DEBUG: Tests/Complex/Executable/complex.cxx,Tests/ComplexOneConfig/Executable/complex.cxx,Tests/ComplexRelativePaths/Executable/complex.cxx updated to 1.98
6614 2008-02-01 18:53:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx
6615 2008-02-01 18:53:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Tests/Complex/Executable/complex.cxx Tests/ComplexOneConfig/Executable/complex.cxx Tests/ComplexRelativePaths/Executable/complex.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6616 2008-02-01 18:53:45     INFO: [Ok]
6617 2008-02-01 18:53:45    DEBUG: Tests/Complex/Executable/complex.cxx,Tests/ComplexOneConfig/Executable/complex.cxx,Tests/ComplexRelativePaths/Executable/complex.cxx updated to 1.98
6618 2008-02-01 18:53:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmLocalGenerator.h
6619 2008-02-01 18:53:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6620 2008-02-01 18:53:46     INFO: [Ok]
6621 2008-02-01 18:53:46    DEBUG: Source/cmLocalGenerator.h updated to 1.98
6622 2008-02-01 18:53:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 bootstrap Source/cmGlobalGenerator.h
6623 2008-02-01 18:53:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 bootstrap Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6624 2008-02-01 18:53:47     INFO: [Ok]
6625 2008-02-01 18:53:47    DEBUG: bootstrap,Source/cmGlobalGenerator.h updated to 1.98
6626 2008-02-01 18:53:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.138 Source/cmLocalVisualStudio6Generator.cxx
6627 2008-02-01 18:53:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.138 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6628 2008-02-01 18:53:48     INFO: [Ok]
6629 2008-02-01 18:53:48    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.98
6630 2008-02-01 18:53:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.178 Source/cmTarget.cxx
6631 2008-02-01 18:53:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.178 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6632 2008-02-01 18:53:49     INFO: [Ok]
6633 2008-02-01 18:53:49    DEBUG: Source/cmTarget.cxx updated to 1.98
6634 2008-02-01 18:53:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.180 Source/cmGlobalXCodeGenerator.cxx
6635 2008-02-01 18:53:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.180 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6636 2008-02-01 18:53:50     INFO: [Ok]
6637 2008-02-01 18:53:50    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.98
6638 2008-02-01 18:53:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/cmLocalVisualStudio7Generator.cxx
6639 2008-02-01 18:53:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.214 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6640 2008-02-01 18:53:51     INFO: [Ok]
6641 2008-02-01 18:53:51    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.98
6642 2008-02-01 18:53:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/cmGlobalGenerator.cxx
6643 2008-02-01 18:53:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.218 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6644 2008-02-01 18:53:52     INFO: [Ok]
6645 2008-02-01 18:53:52    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.98
6646 2008-02-01 18:53:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.258 Source/cmLocalGenerator.cxx
6647 2008-02-01 18:53:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.258 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6648 2008-02-01 18:53:54     INFO: [Ok]
6649 2008-02-01 18:53:54    DEBUG: Source/cmLocalGenerator.cxx updated to 1.98
6650 2008-02-01 18:53:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.387 Source/CMakeLists.txt
6651 2008-02-01 18:53:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.387 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6652 2008-02-01 18:53:55     INFO: [Ok]
6653 2008-02-01 18:53:55    DEBUG: Source/CMakeLists.txt updated to 1.98
6654 2008-02-01 18:53:55     INFO: Adding Source/cmComputeLinkInformation.cxx, Source/cmComputeLinkInformation.h...
6655 2008-02-01 18:53:55     INFO: Removing Source/cmOrderLinkDirectories.cxx, Source/cmOrderLinkDirectories.h...
6656 2008-02-01 18:53:55     INFO: Committing u'2008-01-22 14:13:03 by king'...
6657 2008-02-01 18:53:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6658 2008-02-01 18:53:55     INFO: Changeset #135
6659 2008-02-01 18:53:55     INFO: Changeset "2008-01-22 14:15:15 by king"
6660 2008-02-01 18:53:55     INFO: Log message: ENH: Added RuntimePath test to make sure rpath gets correct order.
6661 2008-02-01 18:53:55    DEBUG: Going to apply changeset:
6662 Revision: 2008-01-22 14:15:15 by king
6663 Date: 2008-01-22 14:15:16+00:00
6664 Author: king
6665 Entries: Tests/CMakeLists.txt(UPD to 1.42), Tests/RuntimePath/CMakeLists.txt(ADD at 1.1), Tests/RuntimePath/bar1.c(ADD at 1.1), Tests/RuntimePath/bar2.c(ADD at 1.1), Tests/RuntimePath/foo1.c(ADD at 1.1), Tests/RuntimePath/foo2.c(ADD at 1.1), Tests/RuntimePath/main.c(ADD at 1.1)
6666 Log: ENH: Added RuntimePath test to make sure rpath gets correct order.
6667 2008-02-01 18:53:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/RuntimePath/CMakeLists.txt Tests/RuntimePath/bar1.c Tests/RuntimePath/bar2.c Tests/RuntimePath/foo1.c Tests/RuntimePath/foo2.c Tests/RuntimePath/main.c
6668 2008-02-01 18:53:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/RuntimePath/CMakeLists.txt Tests/RuntimePath/bar1.c Tests/RuntimePath/bar2.c Tests/RuntimePath/foo1.c Tests/RuntimePath/foo2.c Tests/RuntimePath/main.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6669 2008-02-01 18:53:57     INFO: [Ok]
6670 2008-02-01 18:53:57    DEBUG: Tests/RuntimePath/CMakeLists.txt,Tests/RuntimePath/bar1.c,Tests/RuntimePath/bar2.c,Tests/RuntimePath/foo1.c,Tests/RuntimePath/foo2.c,Tests/RuntimePath/main.c updated to 1.1
6671 2008-02-01 18:53:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Tests/CMakeLists.txt
6672 2008-02-01 18:53:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6673 2008-02-01 18:53:58     INFO: [Ok]
6674 2008-02-01 18:53:58    DEBUG: Tests/CMakeLists.txt updated to 1.1
6675 2008-02-01 18:53:58     INFO: registering new Tests/RuntimePath directory
6676 2008-02-01 18:53:58     INFO: Adding Tests/RuntimePath/CMakeLists.txt, Tests/RuntimePath/bar1.c, Tests/RuntimePath/bar2.c, Tests/RuntimePath/foo1.c, Tests/RuntimePath/foo2.c, Tests/RuntimePath/main.c...
6677 2008-02-01 18:53:58     INFO: Adding Tests/RuntimePath/bar1.c, Tests/RuntimePath/bar2.c, Tests/RuntimePath/CMakeLists.txt, Tests/RuntimePath/foo1.c, Tests/RuntimePath/foo2.c, Tests/RuntimePath/main.c...
6678 2008-02-01 18:53:58     INFO: Committing u'2008-01-22 14:15:15 by king'...
6679 2008-02-01 18:53:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6680 2008-02-01 18:53:58     INFO: Changeset #136
6681 2008-02-01 18:53:58     INFO: Changeset "2008-01-22 15:05:27 by king"
6682 2008-02-01 18:53:58     INFO: Log message: BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
6683 2008-02-01 18:53:58    DEBUG: Going to apply changeset:
6684 Revision: 2008-01-22 15:05:27 by king
6685 Date: 2008-01-22 15:05:27+00:00
6686 Author: king
6687 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.2), Source/cmComputeLinkInformation.h(UPD to 1.2)
6688 Log: BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
6689 2008-02-01 18:53:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkInformation.cxx Source/cmComputeLinkInformation.h
6690 2008-02-01 18:53:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkInformation.cxx Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6691 2008-02-01 18:54:00     INFO: [Ok]
6692 2008-02-01 18:54:00    DEBUG: Source/cmComputeLinkInformation.cxx,Source/cmComputeLinkInformation.h updated to 1.2
6693 2008-02-01 18:54:00     INFO: Committing u'2008-01-22 15:05:27 by king'...
6694 2008-02-01 18:54:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6695 2008-02-01 18:54:00     INFO: Changeset #137
6696 2008-02-01 18:54:00     INFO: Changeset "2008-01-22 15:11:29 by clinton"
6697 2008-02-01 18:54:00     INFO: Log message: ENH:  Add macros to handle translations.  Fixes #6229.
6698 2008-02-01 18:54:00    DEBUG: Going to apply changeset:
6699 Revision: 2008-01-22 15:11:29 by clinton
6700 Date: 2008-01-22 15:11:29+00:00
6701 Author: clinton
6702 Entries: Modules/FindQt4.cmake(UPD to 1.86)
6703 Log: ENH:  Add macros to handle translations.  Fixes #6229.
6704 2008-02-01 18:54:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Modules/FindQt4.cmake
6705 2008-02-01 18:54:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6706 2008-02-01 18:54:02     INFO: [Ok]
6707 2008-02-01 18:54:02    DEBUG: Modules/FindQt4.cmake updated to 1.86
6708 2008-02-01 18:54:02     INFO: Committing u'2008-01-22 15:11:29 by clinton'...
6709 2008-02-01 18:54:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6710 2008-02-01 18:54:02     INFO: Changeset #138
6711 2008-02-01 18:54:02     INFO: Changeset "2008-01-23 05:01:03 by king"
6712 2008-02-01 18:54:02     INFO: Log message: STYLE: Nightly Date Stamp
6713 2008-02-01 18:54:02    DEBUG: Going to apply changeset:
6714 Revision: 2008-01-23 05:01:03 by king
6715 Date: 2008-01-23 05:01:03+00:00
6716 Author: king
6717 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.74)
6718 Log: STYLE: Nightly Date Stamp
6719 2008-02-01 18:54:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.74 Source/kwsys/kwsysDateStamp.cmake
6720 2008-02-01 18:54:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.74 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6721 2008-02-01 18:54:04     INFO: [Ok]
6722 2008-02-01 18:54:04    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.74
6723 2008-02-01 18:54:04     INFO: Committing u'2008-01-23 05:01:03 by king'...
6724 2008-02-01 18:54:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6725 2008-02-01 18:54:04     INFO: Changeset #139
6726 2008-02-01 18:54:04     INFO: Changeset "2008-01-23 14:53:33 by king"
6727 2008-02-01 18:54:04     INFO: Log message: ENH: Enable library search path suffix for sparcv9 architecture.  This should be generalized to a platform file later.
6728 2008-02-01 18:54:04    DEBUG: Going to apply changeset:
6729 Revision: 2008-01-23 14:53:33 by king
6730 Date: 2008-01-23 14:53:33+00:00
6731 Author: king
6732 Entries: Modules/CMakeCompilerABI.h(UPD to 1.2), Source/cmFindLibraryCommand.cxx(UPD to 1.50), Source/cmFindLibraryCommand.h(UPD to 1.24)
6733 Log: ENH: Enable library search path suffix for sparcv9 architecture.  This should be generalized to a platform file later.
6734 2008-02-01 18:54:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCompilerABI.h
6735 2008-02-01 18:54:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCompilerABI.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6736 2008-02-01 18:54:06     INFO: [Ok]
6737 2008-02-01 18:54:06    DEBUG: Modules/CMakeCompilerABI.h updated to 1.24
6738 2008-02-01 18:54:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmFindLibraryCommand.h
6739 2008-02-01 18:54:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmFindLibraryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6740 2008-02-01 18:54:07     INFO: [Ok]
6741 2008-02-01 18:54:07    DEBUG: Source/cmFindLibraryCommand.h updated to 1.24
6742 2008-02-01 18:54:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmFindLibraryCommand.cxx
6743 2008-02-01 18:54:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6744 2008-02-01 18:54:08     INFO: [Ok]
6745 2008-02-01 18:54:08    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.24
6746 2008-02-01 18:54:08     INFO: Committing u'2008-01-23 14:53:33 by king'...
6747 2008-02-01 18:54:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6748 2008-02-01 18:54:08     INFO: Changeset #140
6749 2008-02-01 18:54:08     INFO: Changeset "2008-01-23 15:21:08 by king"
6750 2008-02-01 18:54:08     INFO: Log message: BUG: Be less aggressive about finding conflicts in the runtime path when the real soname is not known.
6751 2008-02-01 18:54:08    DEBUG: Going to apply changeset:
6752 Revision: 2008-01-23 15:21:08 by king
6753 Date: 2008-01-23 15:21:08+00:00
6754 Author: king
6755 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.3)
6756 Log: BUG: Be less aggressive about finding conflicts in the runtime path when the real soname is not known.
6757 2008-02-01 18:54:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkInformation.cxx
6758 2008-02-01 18:54:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6759 2008-02-01 18:54:10     INFO: [Ok]
6760 2008-02-01 18:54:10    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.3
6761 2008-02-01 18:54:10     INFO: Committing u'2008-01-23 15:21:08 by king'...
6762 2008-02-01 18:54:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6763 2008-02-01 18:54:10     INFO: Changeset #141
6764 2008-02-01 18:54:10     INFO: Changeset "2008-01-23 15:27:59 by martink"
6765 2008-02-01 18:54:10     INFO: Log message: ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
6766 2008-02-01 18:54:10    DEBUG: Going to apply changeset:
6767 Revision: 2008-01-23 15:27:59 by martink
6768 Date: 2008-01-23 15:28:26+00:00
6769 Author: martink
6770 Entries: Source/cmAddCustomCommandCommand.cxx(UPD to 1.36), Source/cmAddCustomCommandCommand.h(UPD to 1.32), Source/cmAddCustomTargetCommand.cxx(UPD to 1.27), Source/cmAddCustomTargetCommand.h(UPD to 1.22), Source/cmAddDefinitionsCommand.cxx(UPD to 1.14), Source/cmAddDefinitionsCommand.h(UPD to 1.14), Source/cmAddDependenciesCommand.cxx(UPD to 1.16), Source/cmAddDependenciesCommand.h(UPD to 1.10), Source/cmAddExecutableCommand.cxx(UPD to 1.32), Source/cmAddExecutableCommand.h(UPD to 1.19), Source/cmAddLibraryCommand.cxx(UPD to 1.33), Source/cmAddLibraryCommand.h(UPD to 1.20), Source/cmAddSubDirectoryCommand.cxx(UPD to 1.11), Source/cmAddSubDirectoryCommand.h(UPD to 1.7), Source/cmAddTestCommand.cxx(UPD to 1.29), Source/cmAddTestCommand.h(UPD to 1.16), Source/cmAuxSourceDirectoryCommand.cxx(UPD to 1.26), Source/cmAuxSourceDirectoryCommand.h(UPD to 1.16), Source/cmBootstrapCommands.cxx(UPD to 1.23), Source/cmBuildCommand.cxx(UPD to 1.24), Source/cmBuildCommand.h(UPD to 1.13), Source/cmBuildNameCommand.cxx(UPD to 1.19), Source/cmBuildNameCommand.h(UPD to 1.16), Source/cmCMakeMinimumRequired.cxx(UPD to 1.13), Source/cmCMakeMinimumRequired.h(UPD to 1.10), Source/cmCPluginAPI.cxx(UPD to 1.42), Source/cmCommand.h(UPD to 1.26), Source/cmConfigureFileCommand.cxx(UPD to 1.30), Source/cmConfigureFileCommand.h(UPD to 1.22), Source/cmCreateTestSourceList.cxx(UPD to 1.44), Source/cmCreateTestSourceList.h(UPD to 1.16), Source/cmDefinePropertyCommand.cxx(UPD to 1.3), Source/cmDefinePropertyCommand.h(UPD to 1.5), Source/cmElseCommand.cxx(UPD to 1.26), Source/cmElseCommand.h(UPD to 1.14), Source/cmElseIfCommand.cxx(UPD to 1.2), Source/cmElseIfCommand.h(UPD to 1.3), Source/cmEnableLanguageCommand.cxx(UPD to 1.5), Source/cmEnableLanguageCommand.h(UPD to 1.8), Source/cmEnableTestingCommand.cxx(UPD to 1.19), Source/cmEnableTestingCommand.h(UPD to 1.15), Source/cmEndForEachCommand.cxx(UPD to 1.10), Source/cmEndForEachCommand.h(UPD to 1.13), Source/cmEndFunctionCommand.cxx(UPD to 1.2), Source/cmEndFunctionCommand.h(UPD to 1.2), Source/cmEndIfCommand.cxx(UPD to 1.15), Source/cmEndIfCommand.h(UPD to 1.13), Source/cmEndMacroCommand.cxx(UPD to 1.2), Source/cmEndMacroCommand.h(UPD to 1.3), Source/cmEndWhileCommand.cxx(UPD to 1.3), Source/cmEndWhileCommand.h(UPD to 1.6), Source/cmExecProgramCommand.cxx(UPD to 1.23), Source/cmExecProgramCommand.h(UPD to 1.23), Source/cmExecuteProcessCommand.cxx(UPD to 1.10), Source/cmExecuteProcessCommand.h(UPD to 1.6), Source/cmExportCommand.cxx(UPD to 1.7), Source/cmExportCommand.h(UPD to 1.6), Source/cmExportLibraryDependencies.cxx(UPD to 1.19), Source/cmExportLibraryDependencies.h(UPD to 1.9), Source/cmFLTKWrapUICommand.cxx(UPD to 1.38), Source/cmFLTKWrapUICommand.h(UPD to 1.16), Source/cmFileCommand.cxx(UPD to 1.96), Source/cmFileCommand.h(UPD to 1.32), Source/cmFindLibraryCommand.cxx(UPD to 1.51), Source/cmFindLibraryCommand.h(UPD to 1.25), Source/cmFindPackageCommand.cxx(UPD to 1.34), Source/cmFindPackageCommand.h(UPD to 1.18), Source/cmFindPathCommand.cxx(UPD to 1.41), Source/cmFindPathCommand.h(UPD to 1.18), Source/cmFindProgramCommand.cxx(UPD to 1.42), Source/cmFindProgramCommand.h(UPD to 1.21), Source/cmForEachCommand.cxx(UPD to 1.26), Source/cmForEachCommand.h(UPD to 1.19), Source/cmFunctionBlocker.h(UPD to 1.12), Source/cmFunctionCommand.cxx(UPD to 1.4), Source/cmFunctionCommand.h(UPD to 1.3), Source/cmGetCMakePropertyCommand.cxx(UPD to 1.8), Source/cmGetCMakePropertyCommand.h(UPD to 1.8), Source/cmGetDirectoryPropertyCommand.cxx(UPD to 1.11), Source/cmGetDirectoryPropertyCommand.h(UPD to 1.8), Source/cmGetFilenameComponentCommand.cxx(UPD to 1.17), Source/cmGetFilenameComponentCommand.h(UPD to 1.14), Source/cmGetPropertyCommand.cxx(UPD to 1.5), Source/cmGetPropertyCommand.h(UPD to 1.6), Source/cmGetSourceFilePropertyCommand.cxx(UPD to 1.13), Source/cmGetSourceFilePropertyCommand.h(UPD to 1.13), Source/cmGetTargetPropertyCommand.cxx(UPD to 1.10), Source/cmGetTargetPropertyCommand.h(UPD to 1.12), Source/cmGetTestPropertyCommand.cxx(UPD to 1.4), Source/cmGetTestPropertyCommand.h(UPD to 1.5), Source/cmIfCommand.cxx(UPD to 1.82), Source/cmIfCommand.h(UPD to 1.45), Source/cmIncludeCommand.cxx(UPD to 1.20), Source/cmIncludeCommand.h(UPD to 1.17), Source/cmIncludeDirectoryCommand.cxx(UPD to 1.27), Source/cmIncludeDirectoryCommand.h(UPD to 1.16), Source/cmIncludeExternalMSProjectCommand.cxx(UPD to 1.22), Source/cmIncludeExternalMSProjectCommand.h(UPD to 1.8), Source/cmIncludeRegularExpressionCommand.cxx(UPD to 1.10), Source/cmIncludeRegularExpressionCommand.h(UPD to 1.14), Source/cmInstallCommand.cxx(UPD to 1.39), Source/cmInstallCommand.h(UPD to 1.24), Source/cmInstallFilesCommand.cxx(UPD to 1.28), Source/cmInstallFilesCommand.h(UPD to 1.23), Source/cmInstallProgramsCommand.cxx(UPD to 1.20), Source/cmInstallProgramsCommand.h(UPD to 1.20), Source/cmInstallTargetsCommand.cxx(UPD to 1.15), Source/cmInstallTargetsCommand.h(UPD to 1.16), Source/cmLinkDirectoriesCommand.cxx(UPD to 1.13), Source/cmLinkDirectoriesCommand.h(UPD to 1.13), Source/cmLinkLibrariesCommand.cxx(UPD to 1.24), Source/cmLinkLibrariesCommand.h(UPD to 1.20), Source/cmListCommand.cxx(UPD to 1.17), Source/cmListCommand.h(UPD to 1.14), Source/cmLoadCacheCommand.cxx(UPD to 1.19), Source/cmLoadCacheCommand.h(UPD to 1.14), Source/cmLoadCommandCommand.cxx(UPD to 1.29), Source/cmLoadCommandCommand.h(UPD to 1.9), Source/cmMacroCommand.cxx(UPD to 1.34), Source/cmMacroCommand.h(UPD to 1.16), Source/cmMakeDirectoryCommand.cxx(UPD to 1.10), Source/cmMakeDirectoryCommand.h(UPD to 1.13), Source/cmMakefile.cxx(UPD to 1.429), Source/cmMakefile.h(UPD to 1.220), Source/cmMarkAsAdvancedCommand.cxx(UPD to 1.15), Source/cmMarkAsAdvancedCommand.h(UPD to 1.12), Source/cmMathCommand.cxx(UPD to 1.3), Source/cmMathCommand.h(UPD to 1.5), Source/cmMessageCommand.cxx(UPD to 1.22), Source/cmMessageCommand.h(UPD to 1.16), Source/cmOptionCommand.cxx(UPD to 1.23), Source/cmOptionCommand.h(UPD to 1.16), Source/cmOutputRequiredFilesCommand.cxx(UPD to 1.16), Source/cmOutputRequiredFilesCommand.h(UPD to 1.12), Source/cmProjectCommand.cxx(UPD to 1.25), Source/cmProjectCommand.h(UPD to 1.16), Source/cmQTWrapCPPCommand.cxx(UPD to 1.27), Source/cmQTWrapCPPCommand.h(UPD to 1.15), Source/cmQTWrapUICommand.cxx(UPD to 1.26), Source/cmQTWrapUICommand.h(UPD to 1.14), Source/cmRemoveCommand.cxx(UPD to 1.7), Source/cmRemoveCommand.h(UPD to 1.11), Source/cmRemoveDefinitionsCommand.cxx(UPD to 1.4), Source/cmRemoveDefinitionsCommand.h(UPD to 1.7), Source/cmSeparateArgumentsCommand.cxx(UPD to 1.6), Source/cmSeparateArgumentsCommand.h(UPD to 1.9), Source/cmSetCommand.cxx(UPD to 1.32), Source/cmSetCommand.h(UPD to 1.20), Source/cmSetDirectoryPropertiesCommand.cxx(UPD to 1.7), Source/cmSetDirectoryPropertiesCommand.h(UPD to 1.7), Source/cmSetPropertyCommand.cxx(UPD to 1.4), Source/cmSetPropertyCommand.h(UPD to 1.3), Source/cmSetSourceFilesPropertiesCommand.cxx(UPD to 1.18), Source/cmSetSourceFilesPropertiesCommand.h(UPD to 1.15), Source/cmSetTargetPropertiesCommand.cxx(UPD to 1.8), Source/cmSetTargetPropertiesCommand.h(UPD to 1.31), Source/cmSetTestsPropertiesCommand.cxx(UPD to 1.7), Source/cmSetTestsPropertiesCommand.h(UPD to 1.8), Source/cmSiteNameCommand.cxx(UPD to 1.24), Source/cmSiteNameCommand.h(UPD to 1.11), Source/cmSourceGroupCommand.cxx(UPD to 1.20), Source/cmSourceGroupCommand.h(UPD to 1.16), Source/cmStringCommand.cxx(UPD to 1.27), Source/cmStringCommand.h(UPD to 1.28), Source/cmSubdirCommand.cxx(UPD to 1.19), Source/cmSubdirCommand.h(UPD to 1.21), Source/cmSubdirDependsCommand.cxx(UPD to 1.7), Source/cmSubdirDependsCommand.h(UPD to 1.12), Source/cmTargetLinkLibrariesCommand.cxx(UPD to 1.25), Source/cmTargetLinkLibrariesCommand.h(UPD to 1.14), Source/cmTryCompileCommand.cxx(UPD to 1.63), Source/cmTryCompileCommand.h(UPD to 1.27), Source/cmTryRunCommand.cxx(UPD to 1.41), Source/cmTryRunCommand.h(UPD to 1.15), Source/cmUseMangledMesaCommand.cxx(UPD to 1.18), Source/cmUseMangledMesaCommand.h(UPD to 1.14), Source/cmUtilitySourceCommand.cxx(UPD to 1.25), Source/cmUtilitySourceCommand.h(UPD to 1.14), Source/cmVariableRequiresCommand.cxx(UPD to 1.15), Source/cmVariableRequiresCommand.h(UPD to 1.15), Source/cmVariableWatchCommand.cxx(UPD to 1.3), Source/cmVariableWatchCommand.h(UPD to 1.4), Source/cmWhileCommand.cxx(UPD to 1.10), Source/cmWhileCommand.h(UPD to 1.9), Source/cmWriteFileCommand.cxx(UPD to 1.16), Source/cmWriteFileCommand.h(UPD to 1.12), Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx(UPD to 1.4), Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h(UPD to 1.4), Source/CTest/cmCTestHandlerCommand.cxx(UPD to 1.11), Source/CTest/cmCTestHandlerCommand.h(UPD to 1.4), Source/CTest/cmCTestReadCustomFilesCommand.cxx(UPD to 1.4), Source/CTest/cmCTestReadCustomFilesCommand.h(UPD to 1.3), Source/CTest/cmCTestRunScriptCommand.cxx(UPD to 1.7), Source/CTest/cmCTestRunScriptCommand.h(UPD to 1.4), Source/CTest/cmCTestScriptHandler.cxx(UPD to 1.43), Source/CTest/cmCTestSleepCommand.cxx(UPD to 1.4), Source/CTest/cmCTestSleepCommand.h(UPD to 1.3), Source/CTest/cmCTestStartCommand.cxx(UPD to 1.16), Source/CTest/cmCTestStartCommand.h(UPD to 1.5), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.64), Source/cmBreakCommand.cxx(ADD at 1.1), Source/cmBreakCommand.h(ADD at 1.1), Source/cmExecutionStatus.h(ADD at 1.1), Source/cmReturnCommand.cxx(ADD at 1.1), Source/cmReturnCommand.h(ADD at 1.1)
6771 Log: ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
6772 2008-02-01 18:54:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmBreakCommand.cxx Source/cmBreakCommand.h Source/cmExecutionStatus.h Source/cmReturnCommand.cxx Source/cmReturnCommand.h
6773 2008-02-01 18:54:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmBreakCommand.cxx Source/cmBreakCommand.h Source/cmExecutionStatus.h Source/cmReturnCommand.cxx Source/cmReturnCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6774 2008-02-01 18:54:12     INFO: [Ok]
6775 2008-02-01 18:54:12    DEBUG: Source/cmBreakCommand.cxx,Source/cmBreakCommand.h,Source/cmExecutionStatus.h,Source/cmReturnCommand.cxx,Source/cmReturnCommand.h updated to 1.1
6776 2008-02-01 18:54:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmElseIfCommand.cxx Source/cmEndFunctionCommand.cxx Source/cmEndFunctionCommand.h Source/cmEndMacroCommand.cxx
6777 2008-02-01 18:54:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmElseIfCommand.cxx Source/cmEndFunctionCommand.cxx Source/cmEndFunctionCommand.h Source/cmEndMacroCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6778 2008-02-01 18:54:14     INFO: [Ok]
6779 2008-02-01 18:54:14    DEBUG: Source/cmElseIfCommand.cxx,Source/cmEndFunctionCommand.cxx,Source/cmEndFunctionCommand.h,Source/cmEndMacroCommand.cxx updated to 1.1
6780 2008-02-01 18:54:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmDefinePropertyCommand.cxx Source/cmElseIfCommand.h Source/cmEndMacroCommand.h Source/cmEndWhileCommand.cxx Source/cmFunctionCommand.h Source/cmMathCommand.cxx Source/cmSetPropertyCommand.h Source/cmVariableWatchCommand.cxx Source/CTest/cmCTestReadCustomFilesCommand.h Source/CTest/cmCTestSleepCommand.h
6781 2008-02-01 18:54:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmDefinePropertyCommand.cxx Source/cmElseIfCommand.h Source/cmEndMacroCommand.h Source/cmEndWhileCommand.cxx Source/cmFunctionCommand.h Source/cmMathCommand.cxx Source/cmSetPropertyCommand.h Source/cmVariableWatchCommand.cxx Source/CTest/cmCTestReadCustomFilesCommand.h Source/CTest/cmCTestSleepCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6782 2008-02-01 18:54:16     INFO: [Ok]
6783 2008-02-01 18:54:16    DEBUG: Source/cmDefinePropertyCommand.cxx,Source/cmElseIfCommand.h,Source/cmEndMacroCommand.h,Source/cmEndWhileCommand.cxx,Source/cmFunctionCommand.h,Source/cmMathCommand.cxx,Source/cmSetPropertyCommand.h,Source/cmVariableWatchCommand.cxx,Source/CTest/cmCTestReadCustomFilesCommand.h,Source/CTest/cmCTestSleepCommand.h updated to 1.1
6784 2008-02-01 18:54:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmFunctionCommand.cxx Source/cmGetTestPropertyCommand.cxx Source/cmRemoveDefinitionsCommand.cxx Source/cmSetPropertyCommand.cxx Source/cmVariableWatchCommand.h Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h Source/CTest/cmCTestHandlerCommand.h Source/CTest/cmCTestReadCustomFilesCommand.cxx Source/CTest/cmCTestRunScriptCommand.h Source/CTest/cmCTestSleepCommand.cxx
6785 2008-02-01 18:54:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmFunctionCommand.cxx Source/cmGetTestPropertyCommand.cxx Source/cmRemoveDefinitionsCommand.cxx Source/cmSetPropertyCommand.cxx Source/cmVariableWatchCommand.h Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h Source/CTest/cmCTestHandlerCommand.h Source/CTest/cmCTestReadCustomFilesCommand.cxx Source/CTest/cmCTestRunScriptCommand.h Source/CTest/cmCTestSleepCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6786 2008-02-01 18:54:17     INFO: [Ok]
6787 2008-02-01 18:54:17    DEBUG: Source/cmFunctionCommand.cxx,Source/cmGetTestPropertyCommand.cxx,Source/cmRemoveDefinitionsCommand.cxx,Source/cmSetPropertyCommand.cxx,Source/cmVariableWatchCommand.h,Source/CTest/cmCTestEmptyBinaryDirectoryCommand.cxx,Source/CTest/cmCTestEmptyBinaryDirectoryCommand.h,Source/CTest/cmCTestHandlerCommand.h,Source/CTest/cmCTestReadCustomFilesCommand.cxx,Source/CTest/cmCTestRunScriptCommand.h,Source/CTest/cmCTestSleepCommand.cxx updated to 1.1
6788 2008-02-01 18:54:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmDefinePropertyCommand.h Source/cmEnableLanguageCommand.cxx Source/cmGetPropertyCommand.cxx Source/cmGetTestPropertyCommand.h Source/cmMathCommand.h Source/CTest/cmCTestStartCommand.h
6789 2008-02-01 18:54:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmDefinePropertyCommand.h Source/cmEnableLanguageCommand.cxx Source/cmGetPropertyCommand.cxx Source/cmGetTestPropertyCommand.h Source/cmMathCommand.h Source/CTest/cmCTestStartCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6790 2008-02-01 18:54:18     INFO: [Ok]
6791 2008-02-01 18:54:18    DEBUG: Source/cmDefinePropertyCommand.h,Source/cmEnableLanguageCommand.cxx,Source/cmGetPropertyCommand.cxx,Source/cmGetTestPropertyCommand.h,Source/cmMathCommand.h,Source/CTest/cmCTestStartCommand.h updated to 1.1
6792 2008-02-01 18:54:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmEndWhileCommand.h Source/cmExecuteProcessCommand.h Source/cmExportCommand.h Source/cmGetPropertyCommand.h Source/cmSeparateArgumentsCommand.cxx
6793 2008-02-01 18:54:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmEndWhileCommand.h Source/cmExecuteProcessCommand.h Source/cmExportCommand.h Source/cmGetPropertyCommand.h Source/cmSeparateArgumentsCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6794 2008-02-01 18:54:19     INFO: [Ok]
6795 2008-02-01 18:54:19    DEBUG: Source/cmEndWhileCommand.h,Source/cmExecuteProcessCommand.h,Source/cmExportCommand.h,Source/cmGetPropertyCommand.h,Source/cmSeparateArgumentsCommand.cxx updated to 1.1
6796 2008-02-01 18:54:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmAddSubDirectoryCommand.h Source/cmExportCommand.cxx Source/cmRemoveCommand.cxx Source/cmRemoveDefinitionsCommand.h Source/cmSetDirectoryPropertiesCommand.cxx Source/cmSetDirectoryPropertiesCommand.h Source/cmSetTestsPropertiesCommand.cxx Source/cmSubdirDependsCommand.cxx Source/CTest/cmCTestRunScriptCommand.cxx
6797 2008-02-01 18:54:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmAddSubDirectoryCommand.h Source/cmExportCommand.cxx Source/cmRemoveCommand.cxx Source/cmRemoveDefinitionsCommand.h Source/cmSetDirectoryPropertiesCommand.cxx Source/cmSetDirectoryPropertiesCommand.h Source/cmSetTestsPropertiesCommand.cxx Source/cmSubdirDependsCommand.cxx Source/CTest/cmCTestRunScriptCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6798 2008-02-01 18:54:20     INFO: [Ok]
6799 2008-02-01 18:54:20    DEBUG: Source/cmAddSubDirectoryCommand.h,Source/cmExportCommand.cxx,Source/cmRemoveCommand.cxx,Source/cmRemoveDefinitionsCommand.h,Source/cmSetDirectoryPropertiesCommand.cxx,Source/cmSetDirectoryPropertiesCommand.h,Source/cmSetTestsPropertiesCommand.cxx,Source/cmSubdirDependsCommand.cxx,Source/CTest/cmCTestRunScriptCommand.cxx updated to 1.1
6800 2008-02-01 18:54:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmEnableLanguageCommand.h Source/cmGetCMakePropertyCommand.cxx Source/cmGetCMakePropertyCommand.h Source/cmGetDirectoryPropertyCommand.h Source/cmIncludeExternalMSProjectCommand.h Source/cmSetTargetPropertiesCommand.cxx Source/cmSetTestsPropertiesCommand.h
6801 2008-02-01 18:54:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmEnableLanguageCommand.h Source/cmGetCMakePropertyCommand.cxx Source/cmGetCMakePropertyCommand.h Source/cmGetDirectoryPropertyCommand.h Source/cmIncludeExternalMSProjectCommand.h Source/cmSetTargetPropertiesCommand.cxx Source/cmSetTestsPropertiesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6802 2008-02-01 18:54:22     INFO: [Ok]
6803 2008-02-01 18:54:22    DEBUG: Source/cmEnableLanguageCommand.h,Source/cmGetCMakePropertyCommand.cxx,Source/cmGetCMakePropertyCommand.h,Source/cmGetDirectoryPropertyCommand.h,Source/cmIncludeExternalMSProjectCommand.h,Source/cmSetTargetPropertiesCommand.cxx,Source/cmSetTestsPropertiesCommand.h updated to 1.1
6804 2008-02-01 18:54:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportLibraryDependencies.h Source/cmLoadCommandCommand.h Source/cmSeparateArgumentsCommand.h Source/cmWhileCommand.h
6805 2008-02-01 18:54:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportLibraryDependencies.h Source/cmLoadCommandCommand.h Source/cmSeparateArgumentsCommand.h Source/cmWhileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6806 2008-02-01 18:54:23     INFO: [Ok]
6807 2008-02-01 18:54:23    DEBUG: Source/cmExportLibraryDependencies.h,Source/cmLoadCommandCommand.h,Source/cmSeparateArgumentsCommand.h,Source/cmWhileCommand.h updated to 1.1
6808 2008-02-01 18:54:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmAddDependenciesCommand.h Source/cmCMakeMinimumRequired.h Source/cmEndForEachCommand.cxx Source/cmExecuteProcessCommand.cxx Source/cmGetTargetPropertyCommand.cxx Source/cmIncludeRegularExpressionCommand.cxx Source/cmMakeDirectoryCommand.cxx Source/cmWhileCommand.cxx
6809 2008-02-01 18:54:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmAddDependenciesCommand.h Source/cmCMakeMinimumRequired.h Source/cmEndForEachCommand.cxx Source/cmExecuteProcessCommand.cxx Source/cmGetTargetPropertyCommand.cxx Source/cmIncludeRegularExpressionCommand.cxx Source/cmMakeDirectoryCommand.cxx Source/cmWhileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6810 2008-02-01 18:54:25     INFO: [Ok]
6811 2008-02-01 18:54:25    DEBUG: Source/cmAddDependenciesCommand.h,Source/cmCMakeMinimumRequired.h,Source/cmEndForEachCommand.cxx,Source/cmExecuteProcessCommand.cxx,Source/cmGetTargetPropertyCommand.cxx,Source/cmIncludeRegularExpressionCommand.cxx,Source/cmMakeDirectoryCommand.cxx,Source/cmWhileCommand.cxx updated to 1.1
6812 2008-02-01 18:54:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmAddSubDirectoryCommand.cxx Source/cmGetDirectoryPropertyCommand.cxx Source/cmRemoveCommand.h Source/cmSiteNameCommand.h Source/CTest/cmCTestHandlerCommand.cxx
6813 2008-02-01 18:54:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmAddSubDirectoryCommand.cxx Source/cmGetDirectoryPropertyCommand.cxx Source/cmRemoveCommand.h Source/cmSiteNameCommand.h Source/CTest/cmCTestHandlerCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6814 2008-02-01 18:54:26     INFO: [Ok]
6815 2008-02-01 18:54:26    DEBUG: Source/cmAddSubDirectoryCommand.cxx,Source/cmGetDirectoryPropertyCommand.cxx,Source/cmRemoveCommand.h,Source/cmSiteNameCommand.h,Source/CTest/cmCTestHandlerCommand.cxx updated to 1.1
6816 2008-02-01 18:54:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmFunctionBlocker.h Source/cmGetTargetPropertyCommand.h Source/cmMarkAsAdvancedCommand.h Source/cmOutputRequiredFilesCommand.h Source/cmSubdirDependsCommand.h Source/cmWriteFileCommand.h
6817 2008-02-01 18:54:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmFunctionBlocker.h Source/cmGetTargetPropertyCommand.h Source/cmMarkAsAdvancedCommand.h Source/cmOutputRequiredFilesCommand.h Source/cmSubdirDependsCommand.h Source/cmWriteFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6818 2008-02-01 18:54:27     INFO: [Ok]
6819 2008-02-01 18:54:27    DEBUG: Source/cmFunctionBlocker.h,Source/cmGetTargetPropertyCommand.h,Source/cmMarkAsAdvancedCommand.h,Source/cmOutputRequiredFilesCommand.h,Source/cmSubdirDependsCommand.h,Source/cmWriteFileCommand.h updated to 1.1
6820 2008-02-01 18:54:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmBuildCommand.h Source/cmCMakeMinimumRequired.cxx Source/cmEndForEachCommand.h Source/cmEndIfCommand.h Source/cmGetSourceFilePropertyCommand.cxx Source/cmGetSourceFilePropertyCommand.h Source/cmLinkDirectoriesCommand.cxx Source/cmLinkDirectoriesCommand.h Source/cmMakeDirectoryCommand.h
6821 2008-02-01 18:54:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmBuildCommand.h Source/cmCMakeMinimumRequired.cxx Source/cmEndForEachCommand.h Source/cmEndIfCommand.h Source/cmGetSourceFilePropertyCommand.cxx Source/cmGetSourceFilePropertyCommand.h Source/cmLinkDirectoriesCommand.cxx Source/cmLinkDirectoriesCommand.h Source/cmMakeDirectoryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6822 2008-02-01 18:54:29     INFO: [Ok]
6823 2008-02-01 18:54:29    DEBUG: Source/cmBuildCommand.h,Source/cmCMakeMinimumRequired.cxx,Source/cmEndForEachCommand.h,Source/cmEndIfCommand.h,Source/cmGetSourceFilePropertyCommand.cxx,Source/cmGetSourceFilePropertyCommand.h,Source/cmLinkDirectoriesCommand.cxx,Source/cmLinkDirectoriesCommand.h,Source/cmMakeDirectoryCommand.h updated to 1.1
6824 2008-02-01 18:54:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmAddDefinitionsCommand.cxx Source/cmAddDefinitionsCommand.h Source/cmElseCommand.h Source/cmGetFilenameComponentCommand.h Source/cmIncludeRegularExpressionCommand.h Source/cmListCommand.h Source/cmLoadCacheCommand.h Source/cmQTWrapUICommand.h Source/cmTargetLinkLibrariesCommand.h Source/cmUseMangledMesaCommand.h Source/cmUtilitySourceCommand.h
6825 2008-02-01 18:54:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmAddDefinitionsCommand.cxx Source/cmAddDefinitionsCommand.h Source/cmElseCommand.h Source/cmGetFilenameComponentCommand.h Source/cmIncludeRegularExpressionCommand.h Source/cmListCommand.h Source/cmLoadCacheCommand.h Source/cmQTWrapUICommand.h Source/cmTargetLinkLibrariesCommand.h Source/cmUseMangledMesaCommand.h Source/cmUtilitySourceCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6826 2008-02-01 18:54:30     INFO: [Ok]
6827 2008-02-01 18:54:30    DEBUG: Source/cmAddDefinitionsCommand.cxx,Source/cmAddDefinitionsCommand.h,Source/cmElseCommand.h,Source/cmGetFilenameComponentCommand.h,Source/cmIncludeRegularExpressionCommand.h,Source/cmListCommand.h,Source/cmLoadCacheCommand.h,Source/cmQTWrapUICommand.h,Source/cmTargetLinkLibrariesCommand.h,Source/cmUseMangledMesaCommand.h,Source/cmUtilitySourceCommand.h updated to 1.1
6828 2008-02-01 18:54:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmEnableTestingCommand.h Source/cmEndIfCommand.cxx Source/cmInstallTargetsCommand.cxx Source/cmMarkAsAdvancedCommand.cxx Source/cmQTWrapCPPCommand.h Source/cmSetSourceFilesPropertiesCommand.h Source/cmTryRunCommand.h Source/cmVariableRequiresCommand.cxx Source/cmVariableRequiresCommand.h
6829 2008-02-01 18:54:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmEnableTestingCommand.h Source/cmEndIfCommand.cxx Source/cmInstallTargetsCommand.cxx Source/cmMarkAsAdvancedCommand.cxx Source/cmQTWrapCPPCommand.h Source/cmSetSourceFilesPropertiesCommand.h Source/cmTryRunCommand.h Source/cmVariableRequiresCommand.cxx Source/cmVariableRequiresCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6830 2008-02-01 18:54:31     INFO: [Ok]
6831 2008-02-01 18:54:31    DEBUG: Source/cmEnableTestingCommand.h,Source/cmEndIfCommand.cxx,Source/cmInstallTargetsCommand.cxx,Source/cmMarkAsAdvancedCommand.cxx,Source/cmQTWrapCPPCommand.h,Source/cmSetSourceFilesPropertiesCommand.h,Source/cmTryRunCommand.h,Source/cmVariableRequiresCommand.cxx,Source/cmVariableRequiresCommand.h updated to 1.1
6832 2008-02-01 18:54:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmAddDependenciesCommand.cxx Source/cmAddTestCommand.h Source/cmAuxSourceDirectoryCommand.h Source/cmBuildNameCommand.h Source/cmCreateTestSourceList.h Source/cmFLTKWrapUICommand.h Source/cmIncludeDirectoryCommand.h Source/cmInstallTargetsCommand.h Source/cmMacroCommand.h Source/cmMessageCommand.h Source/cmOptionCommand.h Source/cmOutputRequiredFilesCommand.cxx Source/cmProjectCommand.h Source/cmSourceGroupCommand.h Source/cmWriteFileCommand.cxx Source/CTest/cmCTestStartCommand.cxx
6833 2008-02-01 18:54:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmAddDependenciesCommand.cxx Source/cmAddTestCommand.h Source/cmAuxSourceDirectoryCommand.h Source/cmBuildNameCommand.h Source/cmCreateTestSourceList.h Source/cmFLTKWrapUICommand.h Source/cmIncludeDirectoryCommand.h Source/cmInstallTargetsCommand.h Source/cmMacroCommand.h Source/cmMessageCommand.h Source/cmOptionCommand.h Source/cmOutputRequiredFilesCommand.cxx Source/cmProjectCommand.h Source/cmSourceGroupCommand.h Source/cmWriteFileCommand.cxx Source/CTest/cmCTestStartCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6834 2008-02-01 18:54:32     INFO: [Ok]
6835 2008-02-01 18:54:32    DEBUG: Source/cmAddDependenciesCommand.cxx,Source/cmAddTestCommand.h,Source/cmAuxSourceDirectoryCommand.h,Source/cmBuildNameCommand.h,Source/cmCreateTestSourceList.h,Source/cmFLTKWrapUICommand.h,Source/cmIncludeDirectoryCommand.h,Source/cmInstallTargetsCommand.h,Source/cmMacroCommand.h,Source/cmMessageCommand.h,Source/cmOptionCommand.h,Source/cmOutputRequiredFilesCommand.cxx,Source/cmProjectCommand.h,Source/cmSourceGroupCommand.h,Source/cmWriteFileCommand.cxx,Source/CTest/cmCTestStartCommand.cxx updated to 1.1
6836 2008-02-01 18:54:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmGetFilenameComponentCommand.cxx Source/cmIncludeCommand.h Source/cmListCommand.cxx
6837 2008-02-01 18:54:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmGetFilenameComponentCommand.cxx Source/cmIncludeCommand.h Source/cmListCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6838 2008-02-01 18:54:33     INFO: [Ok]
6839 2008-02-01 18:54:33    DEBUG: Source/cmGetFilenameComponentCommand.cxx,Source/cmIncludeCommand.h,Source/cmListCommand.cxx updated to 1.1
6840 2008-02-01 18:54:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmFindPackageCommand.h Source/cmFindPathCommand.h Source/cmSetSourceFilesPropertiesCommand.cxx Source/cmUseMangledMesaCommand.cxx
6841 2008-02-01 18:54:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmFindPackageCommand.h Source/cmFindPathCommand.h Source/cmSetSourceFilesPropertiesCommand.cxx Source/cmUseMangledMesaCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6842 2008-02-01 18:54:34     INFO: [Ok]
6843 2008-02-01 18:54:34    DEBUG: Source/cmFindPackageCommand.h,Source/cmFindPathCommand.h,Source/cmSetSourceFilesPropertiesCommand.cxx,Source/cmUseMangledMesaCommand.cxx updated to 1.1
6844 2008-02-01 18:54:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmAddExecutableCommand.h Source/cmBuildNameCommand.cxx Source/cmEnableTestingCommand.cxx Source/cmExportLibraryDependencies.cxx Source/cmForEachCommand.h Source/cmLoadCacheCommand.cxx Source/cmSubdirCommand.cxx
6845 2008-02-01 18:54:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmAddExecutableCommand.h Source/cmBuildNameCommand.cxx Source/cmEnableTestingCommand.cxx Source/cmExportLibraryDependencies.cxx Source/cmForEachCommand.h Source/cmLoadCacheCommand.cxx Source/cmSubdirCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6846 2008-02-01 18:54:35     INFO: [Ok]
6847 2008-02-01 18:54:35    DEBUG: Source/cmAddExecutableCommand.h,Source/cmBuildNameCommand.cxx,Source/cmEnableTestingCommand.cxx,Source/cmExportLibraryDependencies.cxx,Source/cmForEachCommand.h,Source/cmLoadCacheCommand.cxx,Source/cmSubdirCommand.cxx updated to 1.1
6848 2008-02-01 18:54:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmAddLibraryCommand.h Source/cmIncludeCommand.cxx Source/cmInstallProgramsCommand.cxx Source/cmInstallProgramsCommand.h Source/cmLinkLibrariesCommand.h Source/cmSetCommand.h Source/cmSourceGroupCommand.cxx
6849 2008-02-01 18:54:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmAddLibraryCommand.h Source/cmIncludeCommand.cxx Source/cmInstallProgramsCommand.cxx Source/cmInstallProgramsCommand.h Source/cmLinkLibrariesCommand.h Source/cmSetCommand.h Source/cmSourceGroupCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6850 2008-02-01 18:54:36     INFO: [Ok]
6851 2008-02-01 18:54:36    DEBUG: Source/cmAddLibraryCommand.h,Source/cmIncludeCommand.cxx,Source/cmInstallProgramsCommand.cxx,Source/cmInstallProgramsCommand.h,Source/cmLinkLibrariesCommand.h,Source/cmSetCommand.h,Source/cmSourceGroupCommand.cxx updated to 1.1
6852 2008-02-01 18:54:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmFindProgramCommand.h Source/cmSubdirCommand.h
6853 2008-02-01 18:54:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmFindProgramCommand.h Source/cmSubdirCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6854 2008-02-01 18:54:37     INFO: [Ok]
6855 2008-02-01 18:54:37    DEBUG: Source/cmFindProgramCommand.h,Source/cmSubdirCommand.h updated to 1.1
6856 2008-02-01 18:54:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmAddCustomTargetCommand.h Source/cmConfigureFileCommand.h Source/cmIncludeExternalMSProjectCommand.cxx Source/cmMessageCommand.cxx
6857 2008-02-01 18:54:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmAddCustomTargetCommand.h Source/cmConfigureFileCommand.h Source/cmIncludeExternalMSProjectCommand.cxx Source/cmMessageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6858 2008-02-01 18:54:38     INFO: [Ok]
6859 2008-02-01 18:54:38    DEBUG: Source/cmAddCustomTargetCommand.h,Source/cmConfigureFileCommand.h,Source/cmIncludeExternalMSProjectCommand.cxx,Source/cmMessageCommand.cxx updated to 1.1
6860 2008-02-01 18:54:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmBootstrapCommands.cxx Source/cmExecProgramCommand.cxx Source/cmExecProgramCommand.h Source/cmInstallFilesCommand.h Source/cmOptionCommand.cxx
6861 2008-02-01 18:54:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmBootstrapCommands.cxx Source/cmExecProgramCommand.cxx Source/cmExecProgramCommand.h Source/cmInstallFilesCommand.h Source/cmOptionCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6862 2008-02-01 18:54:39     INFO: [Ok]
6863 2008-02-01 18:54:39    DEBUG: Source/cmBootstrapCommands.cxx,Source/cmExecProgramCommand.cxx,Source/cmExecProgramCommand.h,Source/cmInstallFilesCommand.h,Source/cmOptionCommand.cxx updated to 1.1
6864 2008-02-01 18:54:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmBuildCommand.cxx Source/cmInstallCommand.h Source/cmLinkLibrariesCommand.cxx Source/cmSiteNameCommand.cxx
6865 2008-02-01 18:54:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmBuildCommand.cxx Source/cmInstallCommand.h Source/cmLinkLibrariesCommand.cxx Source/cmSiteNameCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6866 2008-02-01 18:54:40     INFO: [Ok]
6867 2008-02-01 18:54:40    DEBUG: Source/cmBuildCommand.cxx,Source/cmInstallCommand.h,Source/cmLinkLibrariesCommand.cxx,Source/cmSiteNameCommand.cxx updated to 1.1
6868 2008-02-01 18:54:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmFindLibraryCommand.h Source/cmProjectCommand.cxx Source/cmTargetLinkLibrariesCommand.cxx Source/cmUtilitySourceCommand.cxx
6869 2008-02-01 18:54:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmFindLibraryCommand.h Source/cmProjectCommand.cxx Source/cmTargetLinkLibrariesCommand.cxx Source/cmUtilitySourceCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6870 2008-02-01 18:54:41     INFO: [Ok]
6871 2008-02-01 18:54:41    DEBUG: Source/cmFindLibraryCommand.h,Source/cmProjectCommand.cxx,Source/cmTargetLinkLibrariesCommand.cxx,Source/cmUtilitySourceCommand.cxx updated to 1.1
6872 2008-02-01 18:54:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmAuxSourceDirectoryCommand.cxx Source/cmCommand.h Source/cmElseCommand.cxx Source/cmForEachCommand.cxx Source/cmQTWrapUICommand.cxx
6873 2008-02-01 18:54:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmAuxSourceDirectoryCommand.cxx Source/cmCommand.h Source/cmElseCommand.cxx Source/cmForEachCommand.cxx Source/cmQTWrapUICommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6874 2008-02-01 18:54:43     INFO: [Ok]
6875 2008-02-01 18:54:43    DEBUG: Source/cmAuxSourceDirectoryCommand.cxx,Source/cmCommand.h,Source/cmElseCommand.cxx,Source/cmForEachCommand.cxx,Source/cmQTWrapUICommand.cxx updated to 1.1
6876 2008-02-01 18:54:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmAddCustomTargetCommand.cxx Source/cmIncludeDirectoryCommand.cxx Source/cmQTWrapCPPCommand.cxx Source/cmStringCommand.cxx Source/cmTryCompileCommand.h
6877 2008-02-01 18:54:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmAddCustomTargetCommand.cxx Source/cmIncludeDirectoryCommand.cxx Source/cmQTWrapCPPCommand.cxx Source/cmStringCommand.cxx Source/cmTryCompileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6878 2008-02-01 18:54:45     INFO: [Ok]
6879 2008-02-01 18:54:45    DEBUG: Source/cmAddCustomTargetCommand.cxx,Source/cmIncludeDirectoryCommand.cxx,Source/cmQTWrapCPPCommand.cxx,Source/cmStringCommand.cxx,Source/cmTryCompileCommand.h updated to 1.1
6880 2008-02-01 18:54:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmInstallFilesCommand.cxx Source/cmStringCommand.h
6881 2008-02-01 18:54:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmInstallFilesCommand.cxx Source/cmStringCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6882 2008-02-01 18:54:46     INFO: [Ok]
6883 2008-02-01 18:54:46    DEBUG: Source/cmInstallFilesCommand.cxx,Source/cmStringCommand.h updated to 1.1
6884 2008-02-01 18:54:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmAddTestCommand.cxx Source/cmLoadCommandCommand.cxx
6885 2008-02-01 18:54:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmAddTestCommand.cxx Source/cmLoadCommandCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6886 2008-02-01 18:54:47     INFO: [Ok]
6887 2008-02-01 18:54:47    DEBUG: Source/cmAddTestCommand.cxx,Source/cmLoadCommandCommand.cxx updated to 1.1
6888 2008-02-01 18:54:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmConfigureFileCommand.cxx
6889 2008-02-01 18:54:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmConfigureFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6890 2008-02-01 18:54:50     INFO: [Ok]
6891 2008-02-01 18:54:50    DEBUG: Source/cmConfigureFileCommand.cxx updated to 1.1
6892 2008-02-01 18:54:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmSetTargetPropertiesCommand.h
6893 2008-02-01 18:54:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmSetTargetPropertiesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6894 2008-02-01 18:54:52     INFO: [Ok]
6895 2008-02-01 18:54:52    DEBUG: Source/cmSetTargetPropertiesCommand.h updated to 1.1
6896 2008-02-01 18:54:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmAddCustomCommandCommand.h Source/cmAddExecutableCommand.cxx Source/cmFileCommand.h Source/cmSetCommand.cxx
6897 2008-02-01 18:54:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmAddCustomCommandCommand.h Source/cmAddExecutableCommand.cxx Source/cmFileCommand.h Source/cmSetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6898 2008-02-01 18:54:53     INFO: [Ok]
6899 2008-02-01 18:54:53    DEBUG: Source/cmAddCustomCommandCommand.h,Source/cmAddExecutableCommand.cxx,Source/cmFileCommand.h,Source/cmSetCommand.cxx updated to 1.1
6900 2008-02-01 18:54:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddLibraryCommand.cxx
6901 2008-02-01 18:54:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6902 2008-02-01 18:54:55     INFO: [Ok]
6903 2008-02-01 18:54:55    DEBUG: Source/cmAddLibraryCommand.cxx updated to 1.1
6904 2008-02-01 18:54:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFindPackageCommand.cxx Source/cmMacroCommand.cxx
6905 2008-02-01 18:54:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFindPackageCommand.cxx Source/cmMacroCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6906 2008-02-01 18:54:57     INFO: [Ok]
6907 2008-02-01 18:54:57    DEBUG: Source/cmFindPackageCommand.cxx,Source/cmMacroCommand.cxx updated to 1.1
6908 2008-02-01 18:54:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddCustomCommandCommand.cxx
6909 2008-02-01 18:54:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddCustomCommandCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6910 2008-02-01 18:54:58     INFO: [Ok]
6911 2008-02-01 18:54:58    DEBUG: Source/cmAddCustomCommandCommand.cxx updated to 1.1
6912 2008-02-01 18:54:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmFLTKWrapUICommand.cxx
6913 2008-02-01 18:54:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmFLTKWrapUICommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6914 2008-02-01 18:54:59     INFO: [Ok]
6915 2008-02-01 18:54:59    DEBUG: Source/cmFLTKWrapUICommand.cxx updated to 1.1
6916 2008-02-01 18:54:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmInstallCommand.cxx
6917 2008-02-01 18:54:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6918 2008-02-01 18:55:00     INFO: [Ok]
6919 2008-02-01 18:55:00    DEBUG: Source/cmInstallCommand.cxx updated to 1.1
6920 2008-02-01 18:55:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmFindPathCommand.cxx Source/cmTryRunCommand.cxx
6921 2008-02-01 18:55:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmFindPathCommand.cxx Source/cmTryRunCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6922 2008-02-01 18:55:01     INFO: [Ok]
6923 2008-02-01 18:55:01    DEBUG: Source/cmFindPathCommand.cxx,Source/cmTryRunCommand.cxx updated to 1.1
6924 2008-02-01 18:55:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmCPluginAPI.cxx Source/cmFindProgramCommand.cxx
6925 2008-02-01 18:55:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmCPluginAPI.cxx Source/cmFindProgramCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6926 2008-02-01 18:55:02     INFO: [Ok]
6927 2008-02-01 18:55:02    DEBUG: Source/cmCPluginAPI.cxx,Source/cmFindProgramCommand.cxx updated to 1.1
6928 2008-02-01 18:55:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/CTest/cmCTestScriptHandler.cxx
6929 2008-02-01 18:55:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/CTest/cmCTestScriptHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6930 2008-02-01 18:55:03     INFO: [Ok]
6931 2008-02-01 18:55:03    DEBUG: Source/CTest/cmCTestScriptHandler.cxx updated to 1.1
6932 2008-02-01 18:55:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmCreateTestSourceList.cxx
6933 2008-02-01 18:55:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmCreateTestSourceList.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6934 2008-02-01 18:55:05     INFO: [Ok]
6935 2008-02-01 18:55:05    DEBUG: Source/cmCreateTestSourceList.cxx updated to 1.1
6936 2008-02-01 18:55:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmIfCommand.h
6937 2008-02-01 18:55:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmIfCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6938 2008-02-01 18:55:06     INFO: [Ok]
6939 2008-02-01 18:55:06    DEBUG: Source/cmIfCommand.h updated to 1.1
6940 2008-02-01 18:55:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmFindLibraryCommand.cxx
6941 2008-02-01 18:55:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6942 2008-02-01 18:55:07     INFO: [Ok]
6943 2008-02-01 18:55:07    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.1
6944 2008-02-01 18:55:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/cmTryCompileCommand.cxx
6945 2008-02-01 18:55:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Source/cmTryCompileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6946 2008-02-01 18:55:08     INFO: [Ok]
6947 2008-02-01 18:55:08    DEBUG: Source/cmTryCompileCommand.cxx updated to 1.1
6948 2008-02-01 18:55:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/CTest/cmCTestTestHandler.cxx
6949 2008-02-01 18:55:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.64 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6950 2008-02-01 18:55:09     INFO: [Ok]
6951 2008-02-01 18:55:09    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.1
6952 2008-02-01 18:55:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmIfCommand.cxx
6953 2008-02-01 18:55:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/cmIfCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6954 2008-02-01 18:55:10     INFO: [Ok]
6955 2008-02-01 18:55:10    DEBUG: Source/cmIfCommand.cxx updated to 1.1
6956 2008-02-01 18:55:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmFileCommand.cxx
6957 2008-02-01 18:55:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6958 2008-02-01 18:55:11     INFO: [Ok]
6959 2008-02-01 18:55:11    DEBUG: Source/cmFileCommand.cxx updated to 1.1
6960 2008-02-01 18:55:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmMakefile.h
6961 2008-02-01 18:55:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6962 2008-02-01 18:55:12     INFO: [Ok]
6963 2008-02-01 18:55:12    DEBUG: Source/cmMakefile.h updated to 1.1
6964 2008-02-01 18:55:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.429 Source/cmMakefile.cxx
6965 2008-02-01 18:55:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.429 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6966 2008-02-01 18:55:13     INFO: [Ok]
6967 2008-02-01 18:55:13    DEBUG: Source/cmMakefile.cxx updated to 1.1
6968 2008-02-01 18:55:13     INFO: Adding Source/cmBreakCommand.cxx, Source/cmBreakCommand.h, Source/cmExecutionStatus.h, Source/cmReturnCommand.cxx, Source/cmReturnCommand.h...
6969 2008-02-01 18:55:13     INFO: Committing u'2008-01-23 15:27:59 by martink'...
6970 2008-02-01 18:55:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6971 2008-02-01 18:55:14     INFO: Changeset #142
6972 2008-02-01 18:55:14     INFO: Changeset "2008-01-23 15:29:20 by martink"
6973 2008-02-01 18:55:14     INFO: Log message: ENH: add testing for return and break commands
6974 2008-02-01 18:55:14    DEBUG: Going to apply changeset:
6975 Revision: 2008-01-23 15:29:20 by martink
6976 Date: 2008-01-23 15:29:21+00:00
6977 Author: martink
6978 Entries: Tests/CMakeLists.txt(UPD to 1.43), Tests/ReturnTest/CMakeLists.txt(ADD at 1.1), Tests/ReturnTest/returnTest.c(ADD at 1.1), Tests/ReturnTest/subdir/CMakeLists.txt(ADD at 1.1)
6979 Log: ENH: add testing for return and break commands
6980 2008-02-01 18:55:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ReturnTest/CMakeLists.txt Tests/ReturnTest/returnTest.c Tests/ReturnTest/subdir/CMakeLists.txt
6981 2008-02-01 18:55:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ReturnTest/CMakeLists.txt Tests/ReturnTest/returnTest.c Tests/ReturnTest/subdir/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6982 2008-02-01 18:55:17     INFO: [Ok]
6983 2008-02-01 18:55:17    DEBUG: Tests/ReturnTest/CMakeLists.txt,Tests/ReturnTest/returnTest.c,Tests/ReturnTest/subdir/CMakeLists.txt updated to 1.1
6984 2008-02-01 18:55:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Tests/CMakeLists.txt
6985 2008-02-01 18:55:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
6986 2008-02-01 18:55:18     INFO: [Ok]
6987 2008-02-01 18:55:18    DEBUG: Tests/CMakeLists.txt updated to 1.1
6988 2008-02-01 18:55:18     INFO: registering new Tests/ReturnTest directory
6989 2008-02-01 18:55:18     INFO: registering new Tests/ReturnTest/subdir directory
6990 2008-02-01 18:55:18     INFO: Adding Tests/ReturnTest/CMakeLists.txt, Tests/ReturnTest/returnTest.c, Tests/ReturnTest/subdir/CMakeLists.txt...
6991 2008-02-01 18:55:18     INFO: Adding Tests/ReturnTest/CMakeLists.txt, Tests/ReturnTest/returnTest.c...
6992 2008-02-01 18:55:18     INFO: Adding Tests/ReturnTest/subdir/CMakeLists.txt...
6993 2008-02-01 18:55:18     INFO: Committing u'2008-01-23 15:29:20 by martink'...
6994 2008-02-01 18:55:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
6995 2008-02-01 18:55:18     INFO: Changeset #143
6996 2008-02-01 18:55:18     INFO: Changeset "2008-01-23 17:51:24 by martink"
6997 2008-02-01 18:55:18     INFO: Log message: ENH: look for CTestConfiguration.ini first
6998 2008-02-01 18:55:18    DEBUG: Going to apply changeset:
6999 Revision: 2008-01-23 17:51:24 by martink
7000 Date: 2008-01-23 17:51:24+00:00
7001 Author: martink
7002 Entries: Source/cmCTest.cxx(UPD to 1.331)
7003 Log: ENH: look for CTestConfiguration.ini first
7004 2008-02-01 18:55:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.331 Source/cmCTest.cxx
7005 2008-02-01 18:55:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.331 Source/cmCTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7006 2008-02-01 18:55:20     INFO: [Ok]
7007 2008-02-01 18:55:20    DEBUG: Source/cmCTest.cxx updated to 1.331
7008 2008-02-01 18:55:20     INFO: Committing u'2008-01-23 17:51:24 by martink'...
7009 2008-02-01 18:55:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7010 2008-02-01 18:55:20     INFO: Changeset #144
7011 2008-02-01 18:55:20     INFO: Changeset "2008-01-23 18:03:03 by king"
7012 2008-02-01 18:55:20     INFO: Log message: BUG: Work-around bug in MSVC 6 command line parsing.
7013 2008-02-01 18:55:20    DEBUG: Going to apply changeset:
7014 Revision: 2008-01-23 18:03:03 by king
7015 Date: 2008-01-23 18:03:03+00:00
7016 Author: king
7017 Entries: Source/cmLocalGenerator.cxx(UPD to 1.259), Source/cmLocalGenerator.h(UPD to 1.100)
7018 Log: BUG: Work-around bug in MSVC 6 command line parsing.
7019 2008-02-01 18:55:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmLocalGenerator.h
7020 2008-02-01 18:55:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7021 2008-02-01 18:55:22     INFO: [Ok]
7022 2008-02-01 18:55:22    DEBUG: Source/cmLocalGenerator.h updated to 1.100
7023 2008-02-01 18:55:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.259 Source/cmLocalGenerator.cxx
7024 2008-02-01 18:55:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.259 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7025 2008-02-01 18:55:23     INFO: [Ok]
7026 2008-02-01 18:55:23    DEBUG: Source/cmLocalGenerator.cxx updated to 1.100
7027 2008-02-01 18:55:23     INFO: Committing u'2008-01-23 18:03:03 by king'...
7028 2008-02-01 18:55:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7029 2008-02-01 18:55:23     INFO: Changeset #145
7030 2008-02-01 18:55:23     INFO: Changeset "2008-01-23 18:30:55 by king"
7031 2008-02-01 18:55:23     INFO: Log message: BUG: Fix generation of Watcom link lines.
7033   - Work-around bug in Watcom command line parsing for spaces in paths.
7034   - Add 'library' option before libraries specified by file path.
7035 2008-02-01 18:55:23    DEBUG: Going to apply changeset:
7036 Revision: 2008-01-23 18:30:55 by king
7037 Date: 2008-01-23 18:30:55+00:00
7038 Author: king
7039 Entries: Modules/Platform/Windows-wcl386.cmake(UPD to 1.8), Source/cmComputeLinkInformation.cxx(UPD to 1.4), Source/cmComputeLinkInformation.h(UPD to 1.3), Source/cmDocumentVariables.cxx(UPD to 1.11), Source/cmLocalGenerator.cxx(UPD to 1.260)
7040 Log: BUG: Fix generation of Watcom link lines.
7042   - Work-around bug in Watcom command line parsing for spaces in paths.
7043   - Add 'library' option before libraries specified by file path.
7044 2008-02-01 18:55:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkInformation.h
7045 2008-02-01 18:55:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7046 2008-02-01 18:55:25     INFO: [Ok]
7047 2008-02-01 18:55:25    DEBUG: Source/cmComputeLinkInformation.h updated to 1.260
7048 2008-02-01 18:55:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkInformation.cxx
7049 2008-02-01 18:55:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7050 2008-02-01 18:55:26     INFO: [Ok]
7051 2008-02-01 18:55:26    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.260
7052 2008-02-01 18:55:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/Platform/Windows-wcl386.cmake
7053 2008-02-01 18:55:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/Platform/Windows-wcl386.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7054 2008-02-01 18:55:27     INFO: [Ok]
7055 2008-02-01 18:55:27    DEBUG: Modules/Platform/Windows-wcl386.cmake updated to 1.260
7056 2008-02-01 18:55:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDocumentVariables.cxx
7057 2008-02-01 18:55:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7058 2008-02-01 18:55:28     INFO: [Ok]
7059 2008-02-01 18:55:28    DEBUG: Source/cmDocumentVariables.cxx updated to 1.260
7060 2008-02-01 18:55:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.260 Source/cmLocalGenerator.cxx
7061 2008-02-01 18:55:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.260 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7062 2008-02-01 18:55:29     INFO: [Ok]
7063 2008-02-01 18:55:29    DEBUG: Source/cmLocalGenerator.cxx updated to 1.260
7064 2008-02-01 18:55:29     INFO: Committing u'2008-01-23 18:30:55 by king'...
7065 2008-02-01 18:55:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7066 2008-02-01 18:55:29     INFO: Changeset #146
7067 2008-02-01 18:55:29     INFO: Changeset "2008-01-23 18:37:28 by king"
7068 2008-02-01 18:55:29     INFO: Log message: COMP: Fix build on Borland 5.5.
7069 2008-02-01 18:55:29    DEBUG: Going to apply changeset:
7070 Revision: 2008-01-23 18:37:28 by king
7071 Date: 2008-01-23 18:37:28+00:00
7072 Author: king
7073 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.5)
7074 Log: COMP: Fix build on Borland 5.5.
7075 2008-02-01 18:55:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkInformation.cxx
7076 2008-02-01 18:55:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7077 2008-02-01 18:55:31     INFO: [Ok]
7078 2008-02-01 18:55:31    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.5
7079 2008-02-01 18:55:31     INFO: Committing u'2008-01-23 18:37:28 by king'...
7080 2008-02-01 18:55:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7081 2008-02-01 18:55:31     INFO: Changeset #147
7082 2008-02-01 18:55:31     INFO: Changeset "2008-01-23 19:07:09 by barre"
7083 2008-02-01 18:55:31     INFO: Log message: ENH: keep cleaning up Tcl/Tk modules
7084 2008-02-01 18:55:31    DEBUG: Going to apply changeset:
7085 Revision: 2008-01-23 19:07:09 by barre
7086 Date: 2008-01-23 19:07:09+00:00
7087 Author: barre
7088 Entries: Modules/FindTCL.cmake(UPD to 1.49), Modules/FindTclStub.cmake(ADD at 1.1)
7089 Log: ENH: keep cleaning up Tcl/Tk modules
7090 2008-02-01 18:55:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindTclStub.cmake
7091 2008-02-01 18:55:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindTclStub.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7092 2008-02-01 18:55:33     INFO: [Ok]
7093 2008-02-01 18:55:33    DEBUG: Modules/FindTclStub.cmake updated to 1.1
7094 2008-02-01 18:55:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Modules/FindTCL.cmake
7095 2008-02-01 18:55:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7096 2008-02-01 18:55:34     INFO: [Ok]
7097 2008-02-01 18:55:34    DEBUG: Modules/FindTCL.cmake updated to 1.1
7098 2008-02-01 18:55:34     INFO: Adding Modules/FindTclStub.cmake...
7099 2008-02-01 18:55:34     INFO: Committing u'2008-01-23 19:07:09 by barre'...
7100 2008-02-01 18:55:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7101 2008-02-01 18:55:34     INFO: Changeset #148
7102 2008-02-01 18:55:34     INFO: Changeset "2008-01-23 20:22:38 by king"
7103 2008-02-01 18:55:34     INFO: Log message: ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
7104 2008-02-01 18:55:34    DEBUG: Going to apply changeset:
7105 Revision: 2008-01-23 20:22:38 by king
7106 Date: 2008-01-23 20:22:38+00:00
7107 Author: king
7108 Entries: Modules/VTKCompatibility.cmake(UPD to 1.9), Source/cmComputeLinkInformation.cxx(UPD to 1.6), Source/cmComputeLinkInformation.h(UPD to 1.4), Source/cmDocumentVariables.cxx(UPD to 1.12)
7109 Log: ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
7110 2008-02-01 18:55:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkInformation.h
7111 2008-02-01 18:55:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7112 2008-02-01 18:55:36     INFO: [Ok]
7113 2008-02-01 18:55:36    DEBUG: Source/cmComputeLinkInformation.h updated to 1.12
7114 2008-02-01 18:55:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkInformation.cxx
7115 2008-02-01 18:55:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7116 2008-02-01 18:55:37     INFO: [Ok]
7117 2008-02-01 18:55:37    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.12
7118 2008-02-01 18:55:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/VTKCompatibility.cmake
7119 2008-02-01 18:55:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/VTKCompatibility.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7120 2008-02-01 18:55:38     INFO: [Ok]
7121 2008-02-01 18:55:38    DEBUG: Modules/VTKCompatibility.cmake updated to 1.12
7122 2008-02-01 18:55:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDocumentVariables.cxx
7123 2008-02-01 18:55:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7124 2008-02-01 18:55:39     INFO: [Ok]
7125 2008-02-01 18:55:39    DEBUG: Source/cmDocumentVariables.cxx updated to 1.12
7126 2008-02-01 18:55:39     INFO: Committing u'2008-01-23 20:22:38 by king'...
7127 2008-02-01 18:55:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7128 2008-02-01 18:55:39     INFO: Changeset #149
7129 2008-02-01 18:55:39     INFO: Changeset "2008-01-23 20:56:17 by king"
7130 2008-02-01 18:55:39     INFO: Log message: BUG: Fix cmComputeLinkInformation cycle detection.
7131 2008-02-01 18:55:39    DEBUG: Going to apply changeset:
7132 Revision: 2008-01-23 20:56:17 by king
7133 Date: 2008-01-23 20:56:17+00:00
7134 Author: king
7135 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.7), Source/cmComputeLinkInformation.h(UPD to 1.5)
7136 Log: BUG: Fix cmComputeLinkInformation cycle detection.
7137 2008-02-01 18:55:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkInformation.h
7138 2008-02-01 18:55:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7139 2008-02-01 18:55:41     INFO: [Ok]
7140 2008-02-01 18:55:41    DEBUG: Source/cmComputeLinkInformation.h updated to 1.5
7141 2008-02-01 18:55:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkInformation.cxx
7142 2008-02-01 18:55:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7143 2008-02-01 18:55:42     INFO: [Ok]
7144 2008-02-01 18:55:42    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.5
7145 2008-02-01 18:55:42     INFO: Committing u'2008-01-23 20:56:17 by king'...
7146 2008-02-01 18:55:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7147 2008-02-01 18:55:42     INFO: Changeset #150
7148 2008-02-01 18:55:42     INFO: Changeset "2008-01-23 21:21:49 by king"
7149 2008-02-01 18:55:42     INFO: Log message: ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker.
7150 2008-02-01 18:55:42    DEBUG: Going to apply changeset:
7151 Revision: 2008-01-23 21:21:49 by king
7152 Date: 2008-01-23 21:21:49+00:00
7153 Author: king
7154 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.52), Source/cmFindLibraryCommand.h(UPD to 1.26)
7155 Log: ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker.
7156 2008-02-01 18:55:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindLibraryCommand.h
7157 2008-02-01 18:55:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmFindLibraryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7158 2008-02-01 18:55:44     INFO: [Ok]
7159 2008-02-01 18:55:44    DEBUG: Source/cmFindLibraryCommand.h updated to 1.26
7160 2008-02-01 18:55:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmFindLibraryCommand.cxx
7161 2008-02-01 18:55:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7162 2008-02-01 18:55:45     INFO: [Ok]
7163 2008-02-01 18:55:45    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.26
7164 2008-02-01 18:55:45     INFO: Committing u'2008-01-23 21:21:49 by king'...
7165 2008-02-01 18:55:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7166 2008-02-01 18:55:45     INFO: Changeset #151
7167 2008-02-01 18:55:45     INFO: Changeset "2008-01-23 21:27:36 by barre"
7168 2008-02-01 18:55:45     INFO: Log message: ENH: update for Tcl/Tk 8.5
7169 2008-02-01 18:55:45    DEBUG: Going to apply changeset:
7170 Revision: 2008-01-23 21:27:36 by barre
7171 Date: 2008-01-23 21:27:36+00:00
7172 Author: barre
7173 Entries: Modules/FindTCL.cmake(UPD to 1.50), Modules/FindTclStub.cmake(UPD to 1.2), Modules/FindTclsh.cmake(UPD to 1.19), Modules/FindWish.cmake(UPD to 1.13)
7174 Log: ENH: update for Tcl/Tk 8.5
7175 2008-02-01 18:55:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindTclStub.cmake
7176 2008-02-01 18:55:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindTclStub.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7177 2008-02-01 18:55:47     INFO: [Ok]
7178 2008-02-01 18:55:47    DEBUG: Modules/FindTclStub.cmake updated to 1.13
7179 2008-02-01 18:55:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindWish.cmake
7180 2008-02-01 18:55:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7181 2008-02-01 18:55:49     INFO: [Ok]
7182 2008-02-01 18:55:49    DEBUG: Modules/FindWish.cmake updated to 1.13
7183 2008-02-01 18:55:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/FindTclsh.cmake
7184 2008-02-01 18:55:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7185 2008-02-01 18:55:50     INFO: [Ok]
7186 2008-02-01 18:55:50    DEBUG: Modules/FindTclsh.cmake updated to 1.13
7187 2008-02-01 18:55:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Modules/FindTCL.cmake
7188 2008-02-01 18:55:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7189 2008-02-01 18:55:51     INFO: [Ok]
7190 2008-02-01 18:55:51    DEBUG: Modules/FindTCL.cmake updated to 1.13
7191 2008-02-01 18:55:51     INFO: Committing u'2008-01-23 21:27:36 by barre'...
7192 2008-02-01 18:55:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7193 2008-02-01 18:55:51     INFO: Changeset #152
7194 2008-02-01 18:55:51     INFO: Changeset "2008-01-23 21:35:25 by king"
7195 2008-02-01 18:55:51     INFO: Log message: BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG, not CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG.
7196 2008-02-01 18:55:51    DEBUG: Going to apply changeset:
7197 Revision: 2008-01-23 21:35:25 by king
7198 Date: 2008-01-23 21:35:25+00:00
7199 Author: king
7200 Entries: Modules/CMakeCXXInformation.cmake(UPD to 1.23)
7201 Log: BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG, not CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG.
7202 2008-02-01 18:55:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeCXXInformation.cmake
7203 2008-02-01 18:55:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeCXXInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7204 2008-02-01 18:55:53     INFO: [Ok]
7205 2008-02-01 18:55:53    DEBUG: Modules/CMakeCXXInformation.cmake updated to 1.23
7206 2008-02-01 18:55:53     INFO: Committing u'2008-01-23 21:35:25 by king'...
7207 2008-02-01 18:55:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7208 2008-02-01 18:55:53     INFO: Changeset #153
7209 2008-02-01 18:55:53     INFO: Changeset "2008-01-23 21:53:33 by king"
7210 2008-02-01 18:55:53     INFO: Log message: ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.
7211 2008-02-01 18:55:53    DEBUG: Going to apply changeset:
7212 Revision: 2008-01-23 21:53:33 by king
7213 Date: 2008-01-23 21:53:33+00:00
7214 Author: king
7215 Entries: Source/CursesDialog/CMakeLists.txt(UPD to 1.15)
7216 Log: ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.
7217 2008-02-01 18:55:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/CursesDialog/CMakeLists.txt
7218 2008-02-01 18:55:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/CursesDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7219 2008-02-01 18:55:55     INFO: [Ok]
7220 2008-02-01 18:55:55    DEBUG: Source/CursesDialog/CMakeLists.txt updated to 1.15
7221 2008-02-01 18:55:55     INFO: Committing u'2008-01-23 21:53:33 by king'...
7222 2008-02-01 18:55:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7223 2008-02-01 18:55:55     INFO: Changeset #154
7224 2008-02-01 18:55:55     INFO: Changeset "2008-01-23 22:43:08 by king"
7225 2008-02-01 18:55:55     INFO: Log message: BUG: Do not have variable and function of the same name.  Old shells do not likeit.
7226 2008-02-01 18:55:55    DEBUG: Going to apply changeset:
7227 Revision: 2008-01-23 22:43:08 by king
7228 Date: 2008-01-23 22:43:08+00:00
7229 Author: king
7230 Entries: bootstrap(UPD to 1.103)
7231 Log: BUG: Do not have variable and function of the same name.  Old shells do not likeit.
7232 2008-02-01 18:55:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 bootstrap
7233 2008-02-01 18:55:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7234 2008-02-01 18:55:57     INFO: [Ok]
7235 2008-02-01 18:55:57    DEBUG: bootstrap updated to 1.103
7236 2008-02-01 18:55:57     INFO: Committing u'2008-01-23 22:43:08 by king'...
7237 2008-02-01 18:55:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7238 2008-02-01 18:55:57     INFO: Changeset #155
7239 2008-02-01 18:55:57     INFO: Changeset "2008-01-23 22:53:18 by king"
7240 2008-02-01 18:55:57     INFO: Log message: ENH: Remove sparcv9 architecture subdir added earlier.  The new implicit link directory policy takes care of the problem.
7241 2008-02-01 18:55:57    DEBUG: Going to apply changeset:
7242 Revision: 2008-01-23 22:53:18 by king
7243 Date: 2008-01-23 22:53:18+00:00
7244 Author: king
7245 Entries: Modules/CMakeCompilerABI.h(UPD to 1.3), Source/cmFindLibraryCommand.cxx(UPD to 1.53)
7246 Log: ENH: Remove sparcv9 architecture subdir added earlier.  The new implicit link directory policy takes care of the problem.
7247 2008-02-01 18:55:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeCompilerABI.h
7248 2008-02-01 18:55:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeCompilerABI.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7249 2008-02-01 18:55:58     INFO: [Ok]
7250 2008-02-01 18:55:58    DEBUG: Modules/CMakeCompilerABI.h updated to 1.53
7251 2008-02-01 18:55:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmFindLibraryCommand.cxx
7252 2008-02-01 18:55:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7253 2008-02-01 18:55:59     INFO: [Ok]
7254 2008-02-01 18:55:59    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.53
7255 2008-02-01 18:55:59     INFO: Committing u'2008-01-23 22:53:18 by king'...
7256 2008-02-01 18:55:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7257 2008-02-01 18:55:59     INFO: Changeset #156
7258 2008-02-01 18:55:59     INFO: Changeset "2008-01-23 23:34:19 by alex"
7259 2008-02-01 18:55:59     INFO: Log message: STYLE: fix typo
7261 Alex
7262 2008-02-01 18:55:59    DEBUG: Going to apply changeset:
7263 Revision: 2008-01-23 23:34:19 by alex
7264 Date: 2008-01-23 23:34:19+00:00
7265 Author: alex
7266 Entries: Source/cmReturnCommand.h(UPD to 1.2)
7267 Log: STYLE: fix typo
7269 Alex
7270 2008-02-01 18:55:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmReturnCommand.h
7271 2008-02-01 18:55:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmReturnCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7272 2008-02-01 18:56:01     INFO: [Ok]
7273 2008-02-01 18:56:01    DEBUG: Source/cmReturnCommand.h updated to 1.2
7274 2008-02-01 18:56:01     INFO: Committing u'2008-01-23 23:34:19 by alex'...
7275 2008-02-01 18:56:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7276 2008-02-01 18:56:01     INFO: Changeset #157
7277 2008-02-01 18:56:01     INFO: Changeset "2008-01-24 05:01:03 by king"
7278 2008-02-01 18:56:01     INFO: Log message: STYLE: Nightly Date Stamp
7279 2008-02-01 18:56:01    DEBUG: Going to apply changeset:
7280 Revision: 2008-01-24 05:01:03 by king
7281 Date: 2008-01-24 05:01:03+00:00
7282 Author: king
7283 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.75)
7284 Log: STYLE: Nightly Date Stamp
7285 2008-02-01 18:56:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/kwsys/kwsysDateStamp.cmake
7286 2008-02-01 18:56:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7287 2008-02-01 18:56:03     INFO: [Ok]
7288 2008-02-01 18:56:03    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.75
7289 2008-02-01 18:56:03     INFO: Committing u'2008-01-24 05:01:03 by king'...
7290 2008-02-01 18:56:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7291 2008-02-01 18:56:03     INFO: Changeset #158
7292 2008-02-01 18:56:03     INFO: Changeset "2008-01-24 12:31:59 by king"
7293 2008-02-01 18:56:03     INFO: Log message: COMP: Add include of <limits.h> to get USHRT_MAX constant.
7294 2008-02-01 18:56:03    DEBUG: Going to apply changeset:
7295 Revision: 2008-01-24 12:31:59 by king
7296 Date: 2008-01-24 12:31:59+00:00
7297 Author: king
7298 Entries: Source/CPack/cmCPackDebGenerator.cxx(UPD to 1.20)
7299 Log: COMP: Add include of <limits.h> to get USHRT_MAX constant.
7300 2008-02-01 18:56:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/CPack/cmCPackDebGenerator.cxx
7301 2008-02-01 18:56:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/CPack/cmCPackDebGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7302 2008-02-01 18:56:05     INFO: [Ok]
7303 2008-02-01 18:56:05    DEBUG: Source/CPack/cmCPackDebGenerator.cxx updated to 1.20
7304 2008-02-01 18:56:05     INFO: Committing u'2008-01-24 12:31:59 by king'...
7305 2008-02-01 18:56:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7306 2008-02-01 18:56:05     INFO: Changeset #159
7307 2008-02-01 18:56:05     INFO: Changeset "2008-01-24 12:37:08 by king"
7308 2008-02-01 18:56:05     INFO: Log message: ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cmCacheManager.  This will allow commands to modify their behavior when running with a cache loaded from an earlier CMake version.
7309 2008-02-01 18:56:05    DEBUG: Going to apply changeset:
7310 Revision: 2008-01-24 12:37:08 by king
7311 Date: 2008-01-24 12:37:08+00:00
7312 Author: king
7313 Entries: Source/cmCacheManager.cxx(UPD to 1.99), Source/cmCacheManager.h(UPD to 1.47), Source/cmMakefile.cxx(UPD to 1.430), Source/cmMakefile.h(UPD to 1.221)
7314 Log: ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cmCacheManager.  This will allow commands to modify their behavior when running with a cache loaded from an earlier CMake version.
7315 2008-02-01 18:56:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmCacheManager.h
7316 2008-02-01 18:56:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmCacheManager.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7317 2008-02-01 18:56:07     INFO: [Ok]
7318 2008-02-01 18:56:07    DEBUG: Source/cmCacheManager.h updated to 1.221
7319 2008-02-01 18:56:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmCacheManager.cxx
7320 2008-02-01 18:56:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmCacheManager.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7321 2008-02-01 18:56:08     INFO: [Ok]
7322 2008-02-01 18:56:08    DEBUG: Source/cmCacheManager.cxx updated to 1.221
7323 2008-02-01 18:56:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmMakefile.h
7324 2008-02-01 18:56:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7325 2008-02-01 18:56:10     INFO: [Ok]
7326 2008-02-01 18:56:10    DEBUG: Source/cmMakefile.h updated to 1.221
7327 2008-02-01 18:56:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.430 Source/cmMakefile.cxx
7328 2008-02-01 18:56:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.430 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7329 2008-02-01 18:56:12     INFO: [Ok]
7330 2008-02-01 18:56:12    DEBUG: Source/cmMakefile.cxx updated to 1.221
7331 2008-02-01 18:56:12     INFO: Committing u'2008-01-24 12:37:08 by king'...
7332 2008-02-01 18:56:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7333 2008-02-01 18:56:12     INFO: Changeset #160
7334 2008-02-01 18:56:12     INFO: Changeset "2008-01-24 12:37:15 by king"
7335 2008-02-01 18:56:12     INFO: Log message: ENH: Apply new implicit link directory find_library policy when loading a cache from an earlier CMake.
7336 2008-02-01 18:56:12    DEBUG: Going to apply changeset:
7337 Revision: 2008-01-24 12:37:15 by king
7338 Date: 2008-01-24 12:37:15+00:00
7339 Author: king
7340 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.54)
7341 Log: ENH: Apply new implicit link directory find_library policy when loading a cache from an earlier CMake.
7342 2008-02-01 18:56:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmFindLibraryCommand.cxx
7343 2008-02-01 18:56:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7344 2008-02-01 18:56:14     INFO: [Ok]
7345 2008-02-01 18:56:14    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.54
7346 2008-02-01 18:56:14     INFO: Committing u'2008-01-24 12:37:15 by king'...
7347 2008-02-01 18:56:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7348 2008-02-01 18:56:14     INFO: Changeset #161
7349 2008-02-01 18:56:14     INFO: Changeset "2008-01-24 19:37:48 by king"
7350 2008-02-01 18:56:14     INFO: Log message: BUG: Make cmake -E remove_directory work when directory is not present.
7351 2008-02-01 18:56:14    DEBUG: Going to apply changeset:
7352 Revision: 2008-01-24 19:37:48 by king
7353 Date: 2008-01-24 19:37:48+00:00
7354 Author: king
7355 Entries: Source/cmake.cxx(UPD to 1.355)
7356 Log: BUG: Make cmake -E remove_directory work when directory is not present.
7357 2008-02-01 18:56:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.355 Source/cmake.cxx
7358 2008-02-01 18:56:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.355 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7359 2008-02-01 18:56:16     INFO: [Ok]
7360 2008-02-01 18:56:16    DEBUG: Source/cmake.cxx updated to 1.355
7361 2008-02-01 18:56:16     INFO: Committing u'2008-01-24 19:37:48 by king'...
7362 2008-02-01 18:56:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7363 2008-02-01 18:56:16     INFO: Changeset #162
7364 2008-02-01 18:56:16     INFO: Changeset "2008-01-24 19:41:18 by king"
7365 2008-02-01 18:56:16     INFO: Log message: ENH: Add cmSystemTools::ComputeStringMD5 method.
7366 2008-02-01 18:56:16    DEBUG: Going to apply changeset:
7367 Revision: 2008-01-24 19:41:18 by king
7368 Date: 2008-01-24 19:41:18+00:00
7369 Author: king
7370 Entries: Source/cmSystemTools.cxx(UPD to 1.359), Source/cmSystemTools.h(UPD to 1.147)
7371 Log: ENH: Add cmSystemTools::ComputeStringMD5 method.
7372 2008-02-01 18:56:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.147 Source/cmSystemTools.h
7373 2008-02-01 18:56:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.147 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7374 2008-02-01 18:56:18     INFO: [Ok]
7375 2008-02-01 18:56:18    DEBUG: Source/cmSystemTools.h updated to 1.147
7376 2008-02-01 18:56:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.359 Source/cmSystemTools.cxx
7377 2008-02-01 18:56:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.359 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7378 2008-02-01 18:56:19     INFO: [Ok]
7379 2008-02-01 18:56:19    DEBUG: Source/cmSystemTools.cxx updated to 1.147
7380 2008-02-01 18:56:19     INFO: Committing u'2008-01-24 19:41:18 by king'...
7381 2008-02-01 18:56:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7382 2008-02-01 18:56:19     INFO: Changeset #163
7383 2008-02-01 18:56:19     INFO: Changeset "2008-01-24 21:11:06 by king"
7384 2008-02-01 18:56:19     INFO: Log message: COMP: Cannot do MD5 from KWSys during CMake bootstrap.
7385 2008-02-01 18:56:19    DEBUG: Going to apply changeset:
7386 Revision: 2008-01-24 21:11:06 by king
7387 Date: 2008-01-24 21:11:06+00:00
7388 Author: king
7389 Entries: Source/cmSystemTools.cxx(UPD to 1.360)
7390 Log: COMP: Cannot do MD5 from KWSys during CMake bootstrap.
7391 2008-02-01 18:56:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.360 Source/cmSystemTools.cxx
7392 2008-02-01 18:56:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.360 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7393 2008-02-01 18:56:21     INFO: [Ok]
7394 2008-02-01 18:56:21    DEBUG: Source/cmSystemTools.cxx updated to 1.360
7395 2008-02-01 18:56:21     INFO: Committing u'2008-01-24 21:11:06 by king'...
7396 2008-02-01 18:56:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7397 2008-02-01 18:56:21     INFO: Changeset #164
7398 2008-02-01 18:56:21     INFO: Changeset "2008-01-25 00:31:24 by barre"
7399 2008-02-01 18:56:21     INFO: Log message: ENH: update for Tcl/Tk 8.5
7400 2008-02-01 18:56:21    DEBUG: Going to apply changeset:
7401 Revision: 2008-01-25 00:31:24 by barre
7402 Date: 2008-01-25 00:31:24+00:00
7403 Author: barre
7404 Entries: Modules/FindTCL.cmake(UPD to 1.51), Modules/FindTclsh.cmake(UPD to 1.20), Modules/FindWish.cmake(UPD to 1.14)
7405 Log: ENH: update for Tcl/Tk 8.5
7406 2008-02-01 18:56:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindWish.cmake
7407 2008-02-01 18:56:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7408 2008-02-01 18:56:23     INFO: [Ok]
7409 2008-02-01 18:56:23    DEBUG: Modules/FindWish.cmake updated to 1.14
7410 2008-02-01 18:56:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/FindTclsh.cmake
7411 2008-02-01 18:56:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7412 2008-02-01 18:56:24     INFO: [Ok]
7413 2008-02-01 18:56:24    DEBUG: Modules/FindTclsh.cmake updated to 1.14
7414 2008-02-01 18:56:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Modules/FindTCL.cmake
7415 2008-02-01 18:56:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7416 2008-02-01 18:56:25     INFO: [Ok]
7417 2008-02-01 18:56:25    DEBUG: Modules/FindTCL.cmake updated to 1.14
7418 2008-02-01 18:56:25     INFO: Committing u'2008-01-25 00:31:24 by barre'...
7419 2008-02-01 18:56:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7420 2008-02-01 18:56:25     INFO: Changeset #165
7421 2008-02-01 18:56:25     INFO: Changeset "2008-01-25 00:42:14 by barre"
7422 2008-02-01 18:56:25     INFO: Log message: ENH: typo
7423 2008-02-01 18:56:25    DEBUG: Going to apply changeset:
7424 Revision: 2008-01-25 00:42:14 by barre
7425 Date: 2008-01-25 00:42:14+00:00
7426 Author: barre
7427 Entries: Modules/FindTclsh.cmake(UPD to 1.21)
7428 Log: ENH: typo
7429 2008-02-01 18:56:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/FindTclsh.cmake
7430 2008-02-01 18:56:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7431 2008-02-01 18:56:27     INFO: [Ok]
7432 2008-02-01 18:56:27    DEBUG: Modules/FindTclsh.cmake updated to 1.21
7433 2008-02-01 18:56:27     INFO: Committing u'2008-01-25 00:42:14 by barre'...
7434 2008-02-01 18:56:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7435 2008-02-01 18:56:27     INFO: Changeset #166
7436 2008-02-01 18:56:27     INFO: Changeset "2008-01-25 05:01:03 by king"
7437 2008-02-01 18:56:27     INFO: Log message: STYLE: Nightly Date Stamp
7438 2008-02-01 18:56:27    DEBUG: Going to apply changeset:
7439 Revision: 2008-01-25 05:01:03 by king
7440 Date: 2008-01-25 05:01:03+00:00
7441 Author: king
7442 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.76)
7443 Log: STYLE: Nightly Date Stamp
7444 2008-02-01 18:56:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/kwsys/kwsysDateStamp.cmake
7445 2008-02-01 18:56:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.76 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7446 2008-02-01 18:56:29     INFO: [Ok]
7447 2008-02-01 18:56:29    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.76
7448 2008-02-01 18:56:29     INFO: Committing u'2008-01-25 05:01:03 by king'...
7449 2008-02-01 18:56:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7450 2008-02-01 18:56:29     INFO: Changeset #167
7451 2008-02-01 18:56:29     INFO: Changeset "2008-01-25 13:11:04 by king"
7452 2008-02-01 18:56:29     INFO: Log message: COMP: Need to return a value from fake MD5 method under bootstrap.
7453 2008-02-01 18:56:29    DEBUG: Going to apply changeset:
7454 Revision: 2008-01-25 13:11:04 by king
7455 Date: 2008-01-25 13:11:04+00:00
7456 Author: king
7457 Entries: Source/cmSystemTools.cxx(UPD to 1.361)
7458 Log: COMP: Need to return a value from fake MD5 method under bootstrap.
7459 2008-02-01 18:56:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.361 Source/cmSystemTools.cxx
7460 2008-02-01 18:56:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.361 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7461 2008-02-01 18:56:31     INFO: [Ok]
7462 2008-02-01 18:56:31    DEBUG: Source/cmSystemTools.cxx updated to 1.361
7463 2008-02-01 18:56:31     INFO: Committing u'2008-01-25 13:11:04 by king'...
7464 2008-02-01 18:56:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7465 2008-02-01 18:56:31     INFO: Changeset #168
7466 2008-02-01 18:56:31     INFO: Changeset "2008-01-25 18:07:59 by barre"
7467 2008-02-01 18:56:31     INFO: Log message: ENH: update for Tcl/Tk 8.5
7468 2008-02-01 18:56:31    DEBUG: Going to apply changeset:
7469 Revision: 2008-01-25 18:07:59 by barre
7470 Date: 2008-01-25 18:07:59+00:00
7471 Author: barre
7472 Entries: Modules/FindPerl.cmake(UPD to 1.13), Modules/FindTCL.cmake(UPD to 1.52), Modules/FindTclStub.cmake(UPD to 1.3), Modules/FindTclsh.cmake(UPD to 1.22), Modules/FindWish.cmake(UPD to 1.15)
7473 Log: ENH: update for Tcl/Tk 8.5
7474 2008-02-01 18:56:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindTclStub.cmake
7475 2008-02-01 18:56:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindTclStub.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7476 2008-02-01 18:56:33     INFO: [Ok]
7477 2008-02-01 18:56:33    DEBUG: Modules/FindTclStub.cmake updated to 1.15
7478 2008-02-01 18:56:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindPerl.cmake
7479 2008-02-01 18:56:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/FindPerl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7480 2008-02-01 18:56:34     INFO: [Ok]
7481 2008-02-01 18:56:34    DEBUG: Modules/FindPerl.cmake updated to 1.15
7482 2008-02-01 18:56:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindWish.cmake
7483 2008-02-01 18:56:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7484 2008-02-01 18:56:36     INFO: [Ok]
7485 2008-02-01 18:56:36    DEBUG: Modules/FindWish.cmake updated to 1.15
7486 2008-02-01 18:56:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/FindTclsh.cmake
7487 2008-02-01 18:56:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7488 2008-02-01 18:56:37     INFO: [Ok]
7489 2008-02-01 18:56:37    DEBUG: Modules/FindTclsh.cmake updated to 1.15
7490 2008-02-01 18:56:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Modules/FindTCL.cmake
7491 2008-02-01 18:56:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7492 2008-02-01 18:56:38     INFO: [Ok]
7493 2008-02-01 18:56:38    DEBUG: Modules/FindTCL.cmake updated to 1.15
7494 2008-02-01 18:56:38     INFO: Committing u'2008-01-25 18:07:59 by barre'...
7495 2008-02-01 18:56:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7496 2008-02-01 18:56:38     INFO: Changeset #169
7497 2008-02-01 18:56:38     INFO: Changeset "2008-01-26 05:01:03 by king"
7498 2008-02-01 18:56:38     INFO: Log message: STYLE: Nightly Date Stamp
7499 2008-02-01 18:56:38    DEBUG: Going to apply changeset:
7500 Revision: 2008-01-26 05:01:03 by king
7501 Date: 2008-01-26 05:01:03+00:00
7502 Author: king
7503 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.77)
7504 Log: STYLE: Nightly Date Stamp
7505 2008-02-01 18:56:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/kwsys/kwsysDateStamp.cmake
7506 2008-02-01 18:56:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7507 2008-02-01 18:56:40     INFO: [Ok]
7508 2008-02-01 18:56:40    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.77
7509 2008-02-01 18:56:40     INFO: Committing u'2008-01-26 05:01:03 by king'...
7510 2008-02-01 18:56:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7511 2008-02-01 18:56:40     INFO: Changeset #170
7512 2008-02-01 18:56:40     INFO: Changeset "2008-01-26 06:11:03 by barre"
7513 2008-02-01 18:56:40     INFO: Log message: ENH: Update Tcl/Tk 8.5
7514 2008-02-01 18:56:40    DEBUG: Going to apply changeset:
7515 Revision: 2008-01-26 06:11:03 by barre
7516 Date: 2008-01-26 06:11:04+00:00
7517 Author: barre
7518 Entries: Modules/FindTCL.cmake(UPD to 1.53), Modules/FindTclStub.cmake(UPD to 1.4), Modules/FindTclsh.cmake(UPD to 1.23), Modules/FindWish.cmake(UPD to 1.16)
7519 Log: ENH: Update Tcl/Tk 8.5
7520 2008-02-01 18:56:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindTclStub.cmake
7521 2008-02-01 18:56:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindTclStub.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7522 2008-02-01 18:56:42     INFO: [Ok]
7523 2008-02-01 18:56:42    DEBUG: Modules/FindTclStub.cmake updated to 1.16
7524 2008-02-01 18:56:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindWish.cmake
7525 2008-02-01 18:56:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/FindWish.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7526 2008-02-01 18:56:43     INFO: [Ok]
7527 2008-02-01 18:56:43    DEBUG: Modules/FindWish.cmake updated to 1.16
7528 2008-02-01 18:56:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/FindTclsh.cmake
7529 2008-02-01 18:56:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/FindTclsh.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7530 2008-02-01 18:56:44     INFO: [Ok]
7531 2008-02-01 18:56:44    DEBUG: Modules/FindTclsh.cmake updated to 1.16
7532 2008-02-01 18:56:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Modules/FindTCL.cmake
7533 2008-02-01 18:56:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7534 2008-02-01 18:56:45     INFO: [Ok]
7535 2008-02-01 18:56:45    DEBUG: Modules/FindTCL.cmake updated to 1.16
7536 2008-02-01 18:56:45     INFO: Committing u'2008-01-26 06:11:03 by barre'...
7537 2008-02-01 18:56:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7538 2008-02-01 18:56:45     INFO: Changeset #171
7539 2008-02-01 18:56:45     INFO: Changeset "2008-01-27 05:01:07 by king"
7540 2008-02-01 18:56:45     INFO: Log message: STYLE: Nightly Date Stamp
7541 2008-02-01 18:56:45    DEBUG: Going to apply changeset:
7542 Revision: 2008-01-27 05:01:07 by king
7543 Date: 2008-01-27 05:01:07+00:00
7544 Author: king
7545 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.78)
7546 Log: STYLE: Nightly Date Stamp
7547 2008-02-01 18:56:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/kwsys/kwsysDateStamp.cmake
7548 2008-02-01 18:56:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7549 2008-02-01 18:56:47     INFO: [Ok]
7550 2008-02-01 18:56:47    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.78
7551 2008-02-01 18:56:47     INFO: Committing u'2008-01-27 05:01:07 by king'...
7552 2008-02-01 18:56:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7553 2008-02-01 18:56:47     INFO: Changeset #172
7554 2008-02-01 18:56:47     INFO: Changeset "2008-01-27 18:42:49 by king"
7555 2008-02-01 18:56:47     INFO: Log message: ENH: Created cmComputeLinkDepends to compute link dependencies.
7557   - This will be useful for imported library dependencies
7558   - Replaces old cmTarget analyze-lib-depends stuff for linking
7559   - Formalizes graph construction and dump
7560   - Explicitly represents dependency inferral sets
7561   - Use BFS of initial dependencies to preserve order
7562 2008-02-01 18:56:47    DEBUG: Going to apply changeset:
7563 Revision: 2008-01-27 18:42:49 by king
7564 Date: 2008-01-27 18:42:49+00:00
7565 Author: king
7566 Entries: bootstrap(UPD to 1.104), Source/CMakeLists.txt(UPD to 1.388), Source/cmComputeLinkDepends.cxx(ADD at 1.1), Source/cmComputeLinkDepends.h(ADD at 1.1), Source/cmComputeLinkInformation.cxx(UPD to 1.8), Source/cmComputeLinkInformation.h(UPD to 1.6), Source/cmTarget.cxx(UPD to 1.179)
7567 Log: ENH: Created cmComputeLinkDepends to compute link dependencies.
7569   - This will be useful for imported library dependencies
7570   - Replaces old cmTarget analyze-lib-depends stuff for linking
7571   - Formalizes graph construction and dump
7572   - Explicitly represents dependency inferral sets
7573   - Use BFS of initial dependencies to preserve order
7574 2008-02-01 18:56:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeLinkDepends.cxx Source/cmComputeLinkDepends.h
7575 2008-02-01 18:56:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeLinkDepends.cxx Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7576 2008-02-01 18:56:49     INFO: [Ok]
7577 2008-02-01 18:56:49    DEBUG: Source/cmComputeLinkDepends.cxx,Source/cmComputeLinkDepends.h updated to 1.179
7578 2008-02-01 18:56:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkInformation.h
7579 2008-02-01 18:56:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7580 2008-02-01 18:56:50     INFO: [Ok]
7581 2008-02-01 18:56:50    DEBUG: Source/cmComputeLinkInformation.h updated to 1.179
7582 2008-02-01 18:56:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkInformation.cxx
7583 2008-02-01 18:56:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7584 2008-02-01 18:56:51     INFO: [Ok]
7585 2008-02-01 18:56:51    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.179
7586 2008-02-01 18:56:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 bootstrap
7587 2008-02-01 18:56:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7588 2008-02-01 18:56:52     INFO: [Ok]
7589 2008-02-01 18:56:52    DEBUG: bootstrap updated to 1.179
7590 2008-02-01 18:56:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.179 Source/cmTarget.cxx
7591 2008-02-01 18:56:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.179 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7592 2008-02-01 18:56:53     INFO: [Ok]
7593 2008-02-01 18:56:53    DEBUG: Source/cmTarget.cxx updated to 1.179
7594 2008-02-01 18:56:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.388 Source/CMakeLists.txt
7595 2008-02-01 18:56:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.388 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7596 2008-02-01 18:56:54     INFO: [Ok]
7597 2008-02-01 18:56:54    DEBUG: Source/CMakeLists.txt updated to 1.179
7598 2008-02-01 18:56:54     INFO: Adding Source/cmComputeLinkDepends.cxx, Source/cmComputeLinkDepends.h...
7599 2008-02-01 18:56:54     INFO: Committing u'2008-01-27 18:42:49 by king'...
7600 2008-02-01 18:56:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7601 2008-02-01 18:56:54     INFO: Changeset #173
7602 2008-02-01 18:56:54     INFO: Changeset "2008-01-27 20:09:58 by king"
7603 2008-02-01 18:56:54     INFO: Log message: COMP: Use kwsys to get STL set_intersection algorithm.
7604 2008-02-01 18:56:54    DEBUG: Going to apply changeset:
7605 Revision: 2008-01-27 20:09:58 by king
7606 Date: 2008-01-27 20:09:58+00:00
7607 Author: king
7608 Entries: bootstrap(UPD to 1.105), Source/cmComputeLinkDepends.cxx(UPD to 1.2)
7609 Log: COMP: Use kwsys to get STL set_intersection algorithm.
7610 2008-02-01 18:56:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkDepends.cxx
7611 2008-02-01 18:56:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7612 2008-02-01 18:56:56     INFO: [Ok]
7613 2008-02-01 18:56:56    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.2
7614 2008-02-01 18:56:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 bootstrap
7615 2008-02-01 18:56:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7616 2008-02-01 18:56:57     INFO: [Ok]
7617 2008-02-01 18:56:57    DEBUG: bootstrap updated to 1.2
7618 2008-02-01 18:56:57     INFO: Committing u'2008-01-27 20:09:58 by king'...
7619 2008-02-01 18:56:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7620 2008-02-01 18:56:57     INFO: Changeset #174
7621 2008-02-01 18:56:57     INFO: Changeset "2008-01-28 05:01:02 by king"
7622 2008-02-01 18:56:57     INFO: Log message: STYLE: Nightly Date Stamp
7623 2008-02-01 18:56:57    DEBUG: Going to apply changeset:
7624 Revision: 2008-01-28 05:01:02 by king
7625 Date: 2008-01-28 05:01:02+00:00
7626 Author: king
7627 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.79)
7628 Log: STYLE: Nightly Date Stamp
7629 2008-02-01 18:56:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/kwsys/kwsysDateStamp.cmake
7630 2008-02-01 18:56:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7631 2008-02-01 18:56:59     INFO: [Ok]
7632 2008-02-01 18:56:59    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.79
7633 2008-02-01 18:56:59     INFO: Committing u'2008-01-28 05:01:02 by king'...
7634 2008-02-01 18:56:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7635 2008-02-01 18:56:59     INFO: Changeset #175
7636 2008-02-01 18:56:59     INFO: Changeset "2008-01-28 13:38:35 by king"
7637 2008-02-01 18:56:59     INFO: Log message: ENH: Updated exporting and importing of targets to support libraries and configurations.
7639   - Created cmExportFileGenerator hierarchy to implement export file generation
7640   - Installed exports use per-config import files loaded by a central one.
7641   - Include soname of shared libraries in import information
7642   - Renamed PREFIX to NAMESPACE in INSTALL(EXPORT) and EXPORT() commands
7643   - Move addition of CMAKE_INSTALL_PREFIX to destinations to install generators
7644   - Import files compute the installation prefix relative to their location when loaded
7645   - Add mapping of importer configurations to importee configurations
7646   - Rename IMPORT targets to IMPORTED targets to distinguish from windows import libraries
7647   - Scope IMPORTED targets within directories to isolate them
7648   - Place all properties created by import files in the IMPORTED namespace
7649   - Document INSTALL(EXPORT) and EXPORT() commands.
7650   - Document IMPORTED signature of add_executable and add_library
7651   - Enable finding of imported targets in cmComputeLinkDepends
7652 2008-02-01 18:56:59    DEBUG: Going to apply changeset:
7653 Revision: 2008-01-28 13:38:35 by king
7654 Date: 2008-01-28 13:38:36+00:00
7655 Author: king
7656 Entries: Source/CMakeLists.txt(UPD to 1.389), Source/cmAddDependenciesCommand.cxx(UPD to 1.17), Source/cmAddExecutableCommand.cxx(UPD to 1.33), Source/cmAddExecutableCommand.h(UPD to 1.20), Source/cmAddLibraryCommand.cxx(UPD to 1.34), Source/cmAddLibraryCommand.h(UPD to 1.21), Source/cmComputeLinkDepends.cxx(UPD to 1.3), Source/cmComputeLinkDepends.h(UPD to 1.2), Source/cmComputeLinkInformation.cxx(UPD to 1.9), Source/cmExportBuildFileGenerator.cxx(ADD at 1.1), Source/cmExportBuildFileGenerator.h(ADD at 1.1), Source/cmExportCommand.cxx(UPD to 1.8), Source/cmExportCommand.h(UPD to 1.7), Source/cmExportFileGenerator.cxx(ADD at 1.1), Source/cmExportFileGenerator.h(ADD at 1.1), Source/cmExportInstallFileGenerator.cxx(ADD at 1.1), Source/cmExportInstallFileGenerator.h(ADD at 1.1), Source/cmGetPropertyCommand.cxx(UPD to 1.6), Source/cmGetTargetPropertyCommand.cxx(UPD to 1.11), Source/cmGlobalGenerator.cxx(UPD to 1.219), Source/cmGlobalGenerator.h(UPD to 1.103), Source/cmGlobalVisualStudio6Generator.cxx(UPD to 1.75), Source/cmGlobalVisualStudio71Generator.cxx(UPD to 1.46), Source/cmGlobalVisualStudio7Generator.cxx(UPD to 1.96), Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.34), Source/cmGlobalVisualStudioGenerator.cxx(UPD to 1.10), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.181), Source/cmIncludeExternalMSProjectCommand.cxx(UPD to 1.23), Source/cmInstallCommand.cxx(UPD to 1.40), Source/cmInstallCommand.h(UPD to 1.25), Source/cmInstallCommandArguments.cxx(UPD to 1.3), Source/cmInstallCommandArguments.h(UPD to 1.4), Source/cmInstallDirectoryGenerator.cxx(UPD to 1.6), Source/cmInstallExportGenerator.cxx(UPD to 1.8), Source/cmInstallExportGenerator.h(UPD to 1.5), Source/cmInstallFilesCommand.cxx(UPD to 1.29), Source/cmInstallFilesGenerator.cxx(UPD to 1.10), Source/cmInstallGenerator.cxx(UPD to 1.15), Source/cmInstallGenerator.h(UPD to 1.13), Source/cmInstallProgramsCommand.cxx(UPD to 1.21), Source/cmInstallTargetGenerator.cxx(UPD to 1.51), Source/cmInstallTargetGenerator.h(UPD to 1.21), Source/cmLocalGenerator.cxx(UPD to 1.261), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.139), Source/cmMakefile.cxx(UPD to 1.431), Source/cmMakefile.h(UPD to 1.222), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.40), Source/cmMakefileTargetGenerator.cxx(UPD to 1.87), Source/cmSetPropertyCommand.cxx(UPD to 1.5), Source/cmSetTargetPropertiesCommand.cxx(UPD to 1.9), Source/cmTarget.cxx(UPD to 1.180), Source/cmTarget.h(UPD to 1.97)
7657 Log: ENH: Updated exporting and importing of targets to support libraries and configurations.
7659   - Created cmExportFileGenerator hierarchy to implement export file generation
7660   - Installed exports use per-config import files loaded by a central one.
7661   - Include soname of shared libraries in import information
7662   - Renamed PREFIX to NAMESPACE in INSTALL(EXPORT) and EXPORT() commands
7663   - Move addition of CMAKE_INSTALL_PREFIX to destinations to install generators
7664   - Import files compute the installation prefix relative to their location when loaded
7665   - Add mapping of importer configurations to importee configurations
7666   - Rename IMPORT targets to IMPORTED targets to distinguish from windows import libraries
7667   - Scope IMPORTED targets within directories to isolate them
7668   - Place all properties created by import files in the IMPORTED namespace
7669   - Document INSTALL(EXPORT) and EXPORT() commands.
7670   - Document IMPORTED signature of add_executable and add_library
7671   - Enable finding of imported targets in cmComputeLinkDepends
7672 2008-02-01 18:56:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmExportBuildFileGenerator.cxx Source/cmExportBuildFileGenerator.h Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Source/cmExportInstallFileGenerator.cxx Source/cmExportInstallFileGenerator.h
7673 2008-02-01 18:56:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmExportBuildFileGenerator.cxx Source/cmExportBuildFileGenerator.h Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Source/cmExportInstallFileGenerator.cxx Source/cmExportInstallFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7674 2008-02-01 18:57:01     INFO: [Ok]
7675 2008-02-01 18:57:01    DEBUG: Source/cmExportBuildFileGenerator.cxx,Source/cmExportBuildFileGenerator.h,Source/cmExportFileGenerator.cxx,Source/cmExportFileGenerator.h,Source/cmExportInstallFileGenerator.cxx,Source/cmExportInstallFileGenerator.h updated to 1.97
7676 2008-02-01 18:57:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkDepends.h
7677 2008-02-01 18:57:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7678 2008-02-01 18:57:02     INFO: [Ok]
7679 2008-02-01 18:57:02    DEBUG: Source/cmComputeLinkDepends.h updated to 1.97
7680 2008-02-01 18:57:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkDepends.cxx Source/cmInstallCommandArguments.cxx
7681 2008-02-01 18:57:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkDepends.cxx Source/cmInstallCommandArguments.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7682 2008-02-01 18:57:03     INFO: [Ok]
7683 2008-02-01 18:57:03    DEBUG: Source/cmComputeLinkDepends.cxx,Source/cmInstallCommandArguments.cxx updated to 1.97
7684 2008-02-01 18:57:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmInstallCommandArguments.h
7685 2008-02-01 18:57:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmInstallCommandArguments.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7686 2008-02-01 18:57:04     INFO: [Ok]
7687 2008-02-01 18:57:04    DEBUG: Source/cmInstallCommandArguments.h updated to 1.97
7688 2008-02-01 18:57:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmInstallExportGenerator.h Source/cmSetPropertyCommand.cxx
7689 2008-02-01 18:57:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmInstallExportGenerator.h Source/cmSetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7690 2008-02-01 18:57:05     INFO: [Ok]
7691 2008-02-01 18:57:05    DEBUG: Source/cmInstallExportGenerator.h,Source/cmSetPropertyCommand.cxx updated to 1.97
7692 2008-02-01 18:57:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGetPropertyCommand.cxx Source/cmInstallDirectoryGenerator.cxx
7693 2008-02-01 18:57:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGetPropertyCommand.cxx Source/cmInstallDirectoryGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7694 2008-02-01 18:57:06     INFO: [Ok]
7695 2008-02-01 18:57:06    DEBUG: Source/cmGetPropertyCommand.cxx,Source/cmInstallDirectoryGenerator.cxx updated to 1.97
7696 2008-02-01 18:57:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportCommand.h
7697 2008-02-01 18:57:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7698 2008-02-01 18:57:07     INFO: [Ok]
7699 2008-02-01 18:57:07    DEBUG: Source/cmExportCommand.h updated to 1.97
7700 2008-02-01 18:57:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportCommand.cxx Source/cmInstallExportGenerator.cxx
7701 2008-02-01 18:57:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportCommand.cxx Source/cmInstallExportGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7702 2008-02-01 18:57:08     INFO: [Ok]
7703 2008-02-01 18:57:08    DEBUG: Source/cmExportCommand.cxx,Source/cmInstallExportGenerator.cxx updated to 1.97
7704 2008-02-01 18:57:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkInformation.cxx Source/cmSetTargetPropertiesCommand.cxx
7705 2008-02-01 18:57:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkInformation.cxx Source/cmSetTargetPropertiesCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7706 2008-02-01 18:57:09     INFO: [Ok]
7707 2008-02-01 18:57:09    DEBUG: Source/cmComputeLinkInformation.cxx,Source/cmSetTargetPropertiesCommand.cxx updated to 1.97
7708 2008-02-01 18:57:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmGlobalVisualStudioGenerator.cxx Source/cmInstallFilesGenerator.cxx
7709 2008-02-01 18:57:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmGlobalVisualStudioGenerator.cxx Source/cmInstallFilesGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7710 2008-02-01 18:57:11     INFO: [Ok]
7711 2008-02-01 18:57:11    DEBUG: Source/cmGlobalVisualStudioGenerator.cxx,Source/cmInstallFilesGenerator.cxx updated to 1.97
7712 2008-02-01 18:57:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmGetTargetPropertyCommand.cxx
7713 2008-02-01 18:57:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmGetTargetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7714 2008-02-01 18:57:12     INFO: [Ok]
7715 2008-02-01 18:57:12    DEBUG: Source/cmGetTargetPropertyCommand.cxx updated to 1.97
7716 2008-02-01 18:57:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmInstallGenerator.h
7717 2008-02-01 18:57:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmInstallGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7718 2008-02-01 18:57:13     INFO: [Ok]
7719 2008-02-01 18:57:13    DEBUG: Source/cmInstallGenerator.h updated to 1.97
7720 2008-02-01 18:57:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmInstallGenerator.cxx
7721 2008-02-01 18:57:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmInstallGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7722 2008-02-01 18:57:14     INFO: [Ok]
7723 2008-02-01 18:57:14    DEBUG: Source/cmInstallGenerator.cxx updated to 1.97
7724 2008-02-01 18:57:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmAddDependenciesCommand.cxx
7725 2008-02-01 18:57:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmAddDependenciesCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7726 2008-02-01 18:57:15     INFO: [Ok]
7727 2008-02-01 18:57:15    DEBUG: Source/cmAddDependenciesCommand.cxx updated to 1.97
7728 2008-02-01 18:57:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmAddExecutableCommand.h
7729 2008-02-01 18:57:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmAddExecutableCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7730 2008-02-01 18:57:16     INFO: [Ok]
7731 2008-02-01 18:57:16    DEBUG: Source/cmAddExecutableCommand.h updated to 1.97
7732 2008-02-01 18:57:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmAddLibraryCommand.h Source/cmInstallProgramsCommand.cxx Source/cmInstallTargetGenerator.h
7733 2008-02-01 18:57:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmAddLibraryCommand.h Source/cmInstallProgramsCommand.cxx Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7734 2008-02-01 18:57:17     INFO: [Ok]
7735 2008-02-01 18:57:17    DEBUG: Source/cmAddLibraryCommand.h,Source/cmInstallProgramsCommand.cxx,Source/cmInstallTargetGenerator.h updated to 1.97
7736 2008-02-01 18:57:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmIncludeExternalMSProjectCommand.cxx
7737 2008-02-01 18:57:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmIncludeExternalMSProjectCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7738 2008-02-01 18:57:18     INFO: [Ok]
7739 2008-02-01 18:57:18    DEBUG: Source/cmIncludeExternalMSProjectCommand.cxx updated to 1.97
7740 2008-02-01 18:57:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmInstallCommand.h
7741 2008-02-01 18:57:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7742 2008-02-01 18:57:19     INFO: [Ok]
7743 2008-02-01 18:57:19    DEBUG: Source/cmInstallCommand.h updated to 1.97
7744 2008-02-01 18:57:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmInstallFilesCommand.cxx
7745 2008-02-01 18:57:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmInstallFilesCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7746 2008-02-01 18:57:20     INFO: [Ok]
7747 2008-02-01 18:57:20    DEBUG: Source/cmInstallFilesCommand.cxx updated to 1.97
7748 2008-02-01 18:57:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddExecutableCommand.cxx
7749 2008-02-01 18:57:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddExecutableCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7750 2008-02-01 18:57:21     INFO: [Ok]
7751 2008-02-01 18:57:21    DEBUG: Source/cmAddExecutableCommand.cxx updated to 1.97
7752 2008-02-01 18:57:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddLibraryCommand.cxx Source/cmGlobalVisualStudio8Generator.cxx
7753 2008-02-01 18:57:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddLibraryCommand.cxx Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7754 2008-02-01 18:57:22     INFO: [Ok]
7755 2008-02-01 18:57:22    DEBUG: Source/cmAddLibraryCommand.cxx,Source/cmGlobalVisualStudio8Generator.cxx updated to 1.97
7756 2008-02-01 18:57:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmInstallCommand.cxx Source/cmMakefileExecutableTargetGenerator.cxx
7757 2008-02-01 18:57:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmInstallCommand.cxx Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7758 2008-02-01 18:57:23     INFO: [Ok]
7759 2008-02-01 18:57:23    DEBUG: Source/cmInstallCommand.cxx,Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.97
7760 2008-02-01 18:57:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmGlobalVisualStudio71Generator.cxx
7761 2008-02-01 18:57:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmGlobalVisualStudio71Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7762 2008-02-01 18:57:24     INFO: [Ok]
7763 2008-02-01 18:57:24    DEBUG: Source/cmGlobalVisualStudio71Generator.cxx updated to 1.97
7764 2008-02-01 18:57:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmInstallTargetGenerator.cxx
7765 2008-02-01 18:57:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7766 2008-02-01 18:57:25     INFO: [Ok]
7767 2008-02-01 18:57:25    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.97
7768 2008-02-01 18:57:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmGlobalVisualStudio6Generator.cxx
7769 2008-02-01 18:57:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.75 Source/cmGlobalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7770 2008-02-01 18:57:27     INFO: [Ok]
7771 2008-02-01 18:57:27    DEBUG: Source/cmGlobalVisualStudio6Generator.cxx updated to 1.97
7772 2008-02-01 18:57:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/cmMakefileTargetGenerator.cxx
7773 2008-02-01 18:57:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7774 2008-02-01 18:57:28     INFO: [Ok]
7775 2008-02-01 18:57:28    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.97
7776 2008-02-01 18:57:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmGlobalVisualStudio7Generator.cxx
7777 2008-02-01 18:57:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/cmGlobalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7778 2008-02-01 18:57:29     INFO: [Ok]
7779 2008-02-01 18:57:29    DEBUG: Source/cmGlobalVisualStudio7Generator.cxx updated to 1.97
7780 2008-02-01 18:57:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmTarget.h
7781 2008-02-01 18:57:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7782 2008-02-01 18:57:30     INFO: [Ok]
7783 2008-02-01 18:57:30    DEBUG: Source/cmTarget.h updated to 1.97
7784 2008-02-01 18:57:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmGlobalGenerator.h
7785 2008-02-01 18:57:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7786 2008-02-01 18:57:31     INFO: [Ok]
7787 2008-02-01 18:57:31    DEBUG: Source/cmGlobalGenerator.h updated to 1.97
7788 2008-02-01 18:57:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.139 Source/cmLocalVisualStudio6Generator.cxx
7789 2008-02-01 18:57:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.139 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7790 2008-02-01 18:57:32     INFO: [Ok]
7791 2008-02-01 18:57:32    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.97
7792 2008-02-01 18:57:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.180 Source/cmTarget.cxx
7793 2008-02-01 18:57:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.180 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7794 2008-02-01 18:57:34     INFO: [Ok]
7795 2008-02-01 18:57:34    DEBUG: Source/cmTarget.cxx updated to 1.97
7796 2008-02-01 18:57:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.181 Source/cmGlobalXCodeGenerator.cxx
7797 2008-02-01 18:57:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.181 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7798 2008-02-01 18:57:35     INFO: [Ok]
7799 2008-02-01 18:57:35    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.97
7800 2008-02-01 18:57:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmGlobalGenerator.cxx
7801 2008-02-01 18:57:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.219 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7802 2008-02-01 18:57:36     INFO: [Ok]
7803 2008-02-01 18:57:36    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.97
7804 2008-02-01 18:57:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmMakefile.h
7805 2008-02-01 18:57:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7806 2008-02-01 18:57:37     INFO: [Ok]
7807 2008-02-01 18:57:37    DEBUG: Source/cmMakefile.h updated to 1.97
7808 2008-02-01 18:57:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.261 Source/cmLocalGenerator.cxx
7809 2008-02-01 18:57:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.261 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7810 2008-02-01 18:57:39     INFO: [Ok]
7811 2008-02-01 18:57:39    DEBUG: Source/cmLocalGenerator.cxx updated to 1.97
7812 2008-02-01 18:57:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.389 Source/CMakeLists.txt
7813 2008-02-01 18:57:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.389 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7814 2008-02-01 18:57:40     INFO: [Ok]
7815 2008-02-01 18:57:40    DEBUG: Source/CMakeLists.txt updated to 1.97
7816 2008-02-01 18:57:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.431 Source/cmMakefile.cxx
7817 2008-02-01 18:57:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.431 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7818 2008-02-01 18:57:42     INFO: [Ok]
7819 2008-02-01 18:57:42    DEBUG: Source/cmMakefile.cxx updated to 1.97
7820 2008-02-01 18:57:42     INFO: Adding Source/cmExportBuildFileGenerator.cxx, Source/cmExportBuildFileGenerator.h...
7821 2008-02-01 18:57:42     INFO: Adding Source/cmExportFileGenerator.cxx, Source/cmExportFileGenerator.h, Source/cmExportInstallFileGenerator.cxx, Source/cmExportInstallFileGenerator.h...
7822 2008-02-01 18:57:42     INFO: Committing u'2008-01-28 13:38:35 by king'...
7823 2008-02-01 18:57:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7824 2008-02-01 18:57:42     INFO: Changeset #176
7825 2008-02-01 18:57:42     INFO: Changeset "2008-01-28 13:39:25 by king"
7826 2008-02-01 18:57:42     INFO: Log message: BUG: Updated SimpleInstall tests for new export/import interface.
7827 2008-02-01 18:57:42    DEBUG: Going to apply changeset:
7828 Revision: 2008-01-28 13:39:25 by king
7829 Date: 2008-01-28 13:39:25+00:00
7830 Author: king
7831 Entries: Tests/SimpleInstall/CMakeLists.txt(UPD to 1.96), Tests/SimpleInstallS2/CMakeLists.txt(UPD to 1.96)
7832 Log: BUG: Updated SimpleInstall tests for new export/import interface.
7833 2008-02-01 18:57:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt
7834 2008-02-01 18:57:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Tests/SimpleInstall/CMakeLists.txt Tests/SimpleInstallS2/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7835 2008-02-01 18:57:44     INFO: [Ok]
7836 2008-02-01 18:57:44    DEBUG: Tests/SimpleInstall/CMakeLists.txt,Tests/SimpleInstallS2/CMakeLists.txt updated to 1.96
7837 2008-02-01 18:57:44     INFO: Committing u'2008-01-28 13:39:25 by king'...
7838 2008-02-01 18:57:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7839 2008-02-01 18:57:44     INFO: Changeset #177
7840 2008-02-01 18:57:44     INFO: Changeset "2008-01-28 13:40:20 by king"
7841 2008-02-01 18:57:44     INFO: Log message: ENH: Added ExportImport test to test new export/import features.
7842 2008-02-01 18:57:44    DEBUG: Going to apply changeset:
7843 Revision: 2008-01-28 13:40:20 by king
7844 Date: 2008-01-28 13:40:21+00:00
7845 Author: king
7846 Entries: Tests/CMakeLists.txt(UPD to 1.44), Tests/ExportImport/CMakeLists.txt(ADD at 1.1), Tests/ExportImport/main.c(ADD at 1.1), Tests/ExportImport/Export/CMakeLists.txt(ADD at 1.1), Tests/ExportImport/Export/testExe1.c(ADD at 1.1), Tests/ExportImport/Export/testExe2.c(ADD at 1.1), Tests/ExportImport/Export/testLib1.c(ADD at 1.1), Tests/ExportImport/Export/testLib2.c(ADD at 1.1), Tests/ExportImport/Export/testLib3.c(ADD at 1.1), Tests/ExportImport/Import/CMakeLists.txt(ADD at 1.1), Tests/ExportImport/Import/imp_mod1.c(ADD at 1.1), Tests/ExportImport/Import/imp_testExe1.c(ADD at 1.1)
7847 Log: ENH: Added ExportImport test to test new export/import features.
7848 2008-02-01 18:57:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/CMakeLists.txt Tests/ExportImport/main.c Tests/ExportImport/Export/CMakeLists.txt Tests/ExportImport/Export/testExe1.c Tests/ExportImport/Export/testExe2.c Tests/ExportImport/Export/testLib1.c Tests/ExportImport/Export/testLib2.c Tests/ExportImport/Export/testLib3.c Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_mod1.c Tests/ExportImport/Import/imp_testExe1.c
7849 2008-02-01 18:57:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/CMakeLists.txt Tests/ExportImport/main.c Tests/ExportImport/Export/CMakeLists.txt Tests/ExportImport/Export/testExe1.c Tests/ExportImport/Export/testExe2.c Tests/ExportImport/Export/testLib1.c Tests/ExportImport/Export/testLib2.c Tests/ExportImport/Export/testLib3.c Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_mod1.c Tests/ExportImport/Import/imp_testExe1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7850 2008-02-01 18:57:46     INFO: [Ok]
7851 2008-02-01 18:57:46    DEBUG: Tests/ExportImport/CMakeLists.txt,Tests/ExportImport/main.c,Tests/ExportImport/Export/CMakeLists.txt,Tests/ExportImport/Export/testExe1.c,Tests/ExportImport/Export/testExe2.c,Tests/ExportImport/Export/testLib1.c,Tests/ExportImport/Export/testLib2.c,Tests/ExportImport/Export/testLib3.c,Tests/ExportImport/Import/CMakeLists.txt,Tests/ExportImport/Import/imp_mod1.c,Tests/ExportImport/Import/imp_testExe1.c updated to 1.1
7852 2008-02-01 18:57:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Tests/CMakeLists.txt
7853 2008-02-01 18:57:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7854 2008-02-01 18:57:47     INFO: [Ok]
7855 2008-02-01 18:57:47    DEBUG: Tests/CMakeLists.txt updated to 1.1
7856 2008-02-01 18:57:47     INFO: registering new Tests/ExportImport directory
7857 2008-02-01 18:57:47     INFO: registering new Tests/ExportImport/Export directory
7858 2008-02-01 18:57:47     INFO: registering new Tests/ExportImport/Import directory
7859 2008-02-01 18:57:47     INFO: Adding Tests/ExportImport/CMakeLists.txt, Tests/ExportImport/main.c, Tests/ExportImport/Export/CMakeLists.txt, Tests/ExportImport/Export/testExe1.c, Tests/ExportImport/Export/testExe2.c, Tests/ExportImport/Export/testLib1.c, Tests/ExportImport/Export/testLib2.c, Tests/ExportImport/Export/testLib3.c, Tests/ExportImport/Import/CMakeLists.txt, Tests/ExportImport/Import/imp_mod1.c, Tests/ExportImport/Import/imp_testExe1.c...
7860 2008-02-01 18:57:47     INFO: Adding Tests/ExportImport/CMakeLists.txt, Tests/ExportImport/main.c...
7861 2008-02-01 18:57:47     INFO: Adding Tests/ExportImport/Export/CMakeLists.txt, Tests/ExportImport/Export/testExe1.c, Tests/ExportImport/Export/testExe2.c, Tests/ExportImport/Export/testLib1.c, Tests/ExportImport/Export/testLib2.c, Tests/ExportImport/Export/testLib3.c...
7862 2008-02-01 18:57:47     INFO: Adding Tests/ExportImport/Import/CMakeLists.txt, Tests/ExportImport/Import/imp_mod1.c, Tests/ExportImport/Import/imp_testExe1.c...
7863 2008-02-01 18:57:47     INFO: Committing u'2008-01-28 13:40:20 by king'...
7864 2008-02-01 18:57:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7865 2008-02-01 18:57:47     INFO: Changeset #178
7866 2008-02-01 18:57:47     INFO: Changeset "2008-01-28 14:53:21 by king"
7867 2008-02-01 18:57:47     INFO: Log message: COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about other virtual functions.
7868 2008-02-01 18:57:47    DEBUG: Going to apply changeset:
7869 Revision: 2008-01-28 14:53:21 by king
7870 Date: 2008-01-28 14:53:21+00:00
7871 Author: king
7872 Entries: Source/cmExportFileGenerator.h(UPD to 1.2)
7873 Log: COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about other virtual functions.
7874 2008-02-01 18:57:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportFileGenerator.h
7875 2008-02-01 18:57:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7876 2008-02-01 18:57:49     INFO: [Ok]
7877 2008-02-01 18:57:49    DEBUG: Source/cmExportFileGenerator.h updated to 1.2
7878 2008-02-01 18:57:49     INFO: Committing u'2008-01-28 14:53:21 by king'...
7879 2008-02-01 18:57:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7880 2008-02-01 18:57:49     INFO: Changeset #179
7881 2008-02-01 18:57:49     INFO: Changeset "2008-01-28 18:05:58 by king"
7882 2008-02-01 18:57:49     INFO: Log message: ENH: Support exporting/importing of Framework targets.
7884   - Imported frameworks have the FRAMEWORK property set
7885   - Added cmTarget::IsFrameworkOnApple method to simplify checks
7886   - Also remove separate IMPORTED_ENABLE_EXPORTS property and just use ENABLE_EXPORTS since, like FRAMEWORK, it just represents the target type.
7887   - Document FRAMEWORK keyword in INSTALL command.
7888   - Updated IMPORTED_LOCATION property documentation for Frameworks
7889 2008-02-01 18:57:49    DEBUG: Going to apply changeset:
7890 Revision: 2008-01-28 18:05:58 by king
7891 Date: 2008-01-28 18:05:58+00:00
7892 Author: king
7893 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.10), Source/cmExportFileGenerator.cxx(UPD to 1.2), Source/cmExportInstallFileGenerator.cxx(UPD to 1.2), Source/cmGlobalGenerator.cxx(UPD to 1.220), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.182), Source/cmInstallCommand.cxx(UPD to 1.41), Source/cmInstallCommand.h(UPD to 1.26), Source/cmInstallTargetGenerator.cxx(UPD to 1.52), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.51), Source/cmTarget.cxx(UPD to 1.181), Source/cmTarget.h(UPD to 1.98)
7894 Log: ENH: Support exporting/importing of Framework targets.
7896   - Imported frameworks have the FRAMEWORK property set
7897   - Added cmTarget::IsFrameworkOnApple method to simplify checks
7898   - Also remove separate IMPORTED_ENABLE_EXPORTS property and just use ENABLE_EXPORTS since, like FRAMEWORK, it just represents the target type.
7899   - Document FRAMEWORK keyword in INSTALL command.
7900   - Updated IMPORTED_LOCATION property documentation for Frameworks
7901 2008-02-01 18:57:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportFileGenerator.cxx Source/cmExportInstallFileGenerator.cxx
7902 2008-02-01 18:57:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportFileGenerator.cxx Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7903 2008-02-01 18:57:51     INFO: [Ok]
7904 2008-02-01 18:57:51    DEBUG: Source/cmExportFileGenerator.cxx,Source/cmExportInstallFileGenerator.cxx updated to 1.98
7905 2008-02-01 18:57:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkInformation.cxx
7906 2008-02-01 18:57:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7907 2008-02-01 18:57:52     INFO: [Ok]
7908 2008-02-01 18:57:52    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.98
7909 2008-02-01 18:57:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmInstallCommand.h
7910 2008-02-01 18:57:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7911 2008-02-01 18:57:53     INFO: [Ok]
7912 2008-02-01 18:57:53    DEBUG: Source/cmInstallCommand.h updated to 1.98
7913 2008-02-01 18:57:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmInstallCommand.cxx
7914 2008-02-01 18:57:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7915 2008-02-01 18:57:54     INFO: [Ok]
7916 2008-02-01 18:57:54    DEBUG: Source/cmInstallCommand.cxx updated to 1.98
7917 2008-02-01 18:57:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmMakefileLibraryTargetGenerator.cxx
7918 2008-02-01 18:57:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7919 2008-02-01 18:57:55     INFO: [Ok]
7920 2008-02-01 18:57:55    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.98
7921 2008-02-01 18:57:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmInstallTargetGenerator.cxx
7922 2008-02-01 18:57:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7923 2008-02-01 18:57:57     INFO: [Ok]
7924 2008-02-01 18:57:57    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.98
7925 2008-02-01 18:57:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmTarget.h
7926 2008-02-01 18:57:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7927 2008-02-01 18:57:58     INFO: [Ok]
7928 2008-02-01 18:57:58    DEBUG: Source/cmTarget.h updated to 1.98
7929 2008-02-01 18:57:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.181 Source/cmTarget.cxx
7930 2008-02-01 18:57:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.181 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7931 2008-02-01 18:57:59     INFO: [Ok]
7932 2008-02-01 18:57:59    DEBUG: Source/cmTarget.cxx updated to 1.98
7933 2008-02-01 18:57:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.182 Source/cmGlobalXCodeGenerator.cxx
7934 2008-02-01 18:57:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.182 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7935 2008-02-01 18:58:00     INFO: [Ok]
7936 2008-02-01 18:58:00    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.98
7937 2008-02-01 18:58:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmGlobalGenerator.cxx
7938 2008-02-01 18:58:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.220 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7939 2008-02-01 18:58:01     INFO: [Ok]
7940 2008-02-01 18:58:01    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.98
7941 2008-02-01 18:58:01     INFO: Committing u'2008-01-28 18:05:58 by king'...
7942 2008-02-01 18:58:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7943 2008-02-01 18:58:01     INFO: Changeset #180
7944 2008-02-01 18:58:01     INFO: Changeset "2008-01-28 18:06:17 by king"
7945 2008-02-01 18:58:01     INFO: Log message: ENH: Added framework to ExportImport test.
7946 2008-02-01 18:58:01    DEBUG: Going to apply changeset:
7947 Revision: 2008-01-28 18:06:17 by king
7948 Date: 2008-01-28 18:06:17+00:00
7949 Author: king
7950 Entries: Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.2), Tests/ExportImport/Export/testLib4.c(ADD at 1.1), Tests/ExportImport/Import/CMakeLists.txt(UPD to 1.2), Tests/ExportImport/Import/imp_testExe1.c(UPD to 1.2)
7951 Log: ENH: Added framework to ExportImport test.
7952 2008-02-01 18:58:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testLib4.c
7953 2008-02-01 18:58:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testLib4.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7954 2008-02-01 18:58:03     INFO: [Ok]
7955 2008-02-01 18:58:03    DEBUG: Tests/ExportImport/Export/testLib4.c updated to 1.2
7956 2008-02-01 18:58:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/CMakeLists.txt Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_testExe1.c
7957 2008-02-01 18:58:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/CMakeLists.txt Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_testExe1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7958 2008-02-01 18:58:04     INFO: [Ok]
7959 2008-02-01 18:58:04    DEBUG: Tests/ExportImport/Export/CMakeLists.txt,Tests/ExportImport/Import/CMakeLists.txt,Tests/ExportImport/Import/imp_testExe1.c updated to 1.2
7960 2008-02-01 18:58:04     INFO: Adding Tests/ExportImport/Export/testLib4.c...
7961 2008-02-01 18:58:04     INFO: Committing u'2008-01-28 18:06:17 by king'...
7962 2008-02-01 18:58:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7963 2008-02-01 18:58:04     INFO: Changeset #181
7964 2008-02-01 18:58:04     INFO: Changeset "2008-01-28 18:21:42 by king"
7965 2008-02-01 18:58:04     INFO: Log message: ENH: Restored APPEND option to EXPORT() command in new implementation.
7966 2008-02-01 18:58:04    DEBUG: Going to apply changeset:
7967 Revision: 2008-01-28 18:21:42 by king
7968 Date: 2008-01-28 18:21:42+00:00
7969 Author: king
7970 Entries: Source/cmExportBuildFileGenerator.h(UPD to 1.2), Source/cmExportCommand.cxx(UPD to 1.9), Source/cmExportCommand.h(UPD to 1.8), Source/cmExportFileGenerator.cxx(UPD to 1.3), Source/cmExportFileGenerator.h(UPD to 1.3), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.3)
7971 Log: ENH: Restored APPEND option to EXPORT() command in new implementation.
7972 2008-02-01 18:58:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportBuildFileGenerator.h
7973 2008-02-01 18:58:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportBuildFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7974 2008-02-01 18:58:06     INFO: [Ok]
7975 2008-02-01 18:58:06    DEBUG: Source/cmExportBuildFileGenerator.h updated to 1.3
7976 2008-02-01 18:58:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt
7977 2008-02-01 18:58:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7978 2008-02-01 18:58:07     INFO: [Ok]
7979 2008-02-01 18:58:07    DEBUG: Source/cmExportFileGenerator.cxx,Source/cmExportFileGenerator.h,Tests/ExportImport/Export/CMakeLists.txt updated to 1.3
7980 2008-02-01 18:58:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportCommand.h
7981 2008-02-01 18:58:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7982 2008-02-01 18:58:08     INFO: [Ok]
7983 2008-02-01 18:58:08    DEBUG: Source/cmExportCommand.h updated to 1.3
7984 2008-02-01 18:58:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportCommand.cxx
7985 2008-02-01 18:58:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
7986 2008-02-01 18:58:09     INFO: [Ok]
7987 2008-02-01 18:58:09    DEBUG: Source/cmExportCommand.cxx updated to 1.3
7988 2008-02-01 18:58:09     INFO: Committing u'2008-01-28 18:21:42 by king'...
7989 2008-02-01 18:58:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
7990 2008-02-01 18:58:09     INFO: Changeset #182
7991 2008-02-01 18:58:09     INFO: Changeset "2008-01-28 18:37:59 by king"
7992 2008-02-01 18:58:09     INFO: Log message: BUG: Fix export/import file generation to not store link dependencies of executables or modules.
7993 2008-02-01 18:58:09    DEBUG: Going to apply changeset:
7994 Revision: 2008-01-28 18:37:59 by king
7995 Date: 2008-01-28 18:37:59+00:00
7996 Author: king
7997 Entries: Source/cmExportFileGenerator.cxx(UPD to 1.4), Source/cmExportFileGenerator.h(UPD to 1.4), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.4), Tests/ExportImport/Export/testExe1.c(UPD to 1.2), Tests/ExportImport/Export/testExe1lib.c(ADD at 1.1)
7998 Log: BUG: Fix export/import file generation to not store link dependencies of executables or modules.
7999 2008-02-01 18:58:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe1lib.c
8000 2008-02-01 18:58:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe1lib.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8001 2008-02-01 18:58:11     INFO: [Ok]
8002 2008-02-01 18:58:11    DEBUG: Tests/ExportImport/Export/testExe1lib.c updated to 1.1
8003 2008-02-01 18:58:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testExe1.c
8004 2008-02-01 18:58:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testExe1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8005 2008-02-01 18:58:12     INFO: [Ok]
8006 2008-02-01 18:58:12    DEBUG: Tests/ExportImport/Export/testExe1.c updated to 1.1
8007 2008-02-01 18:58:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt
8008 2008-02-01 18:58:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportFileGenerator.cxx Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8009 2008-02-01 18:58:13     INFO: [Ok]
8010 2008-02-01 18:58:13    DEBUG: Source/cmExportFileGenerator.cxx,Source/cmExportFileGenerator.h,Tests/ExportImport/Export/CMakeLists.txt updated to 1.1
8011 2008-02-01 18:58:13     INFO: Adding Tests/ExportImport/Export/testExe1lib.c...
8012 2008-02-01 18:58:13     INFO: Committing u'2008-01-28 18:37:59 by king'...
8013 2008-02-01 18:58:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8014 2008-02-01 18:58:13     INFO: Changeset #183
8015 2008-02-01 18:58:13     INFO: Changeset "2008-01-28 19:46:16 by king"
8016 2008-02-01 18:58:13     INFO: Log message: ENH: Support exporting/importing of AppBundle targets.
8018   - Imported bundles have the MACOSX_BUNDLE property set
8019   - Added cmTarget::IsAppBundleOnApple method to simplify checks
8020   - Document BUNDLE keyword in INSTALL command
8021   - Updated IMPORTED_LOCATION property documentation for bundles
8022   - Updated ExportImport test to test bundles
8023 2008-02-01 18:58:13    DEBUG: Going to apply changeset:
8024 Revision: 2008-01-28 19:46:16 by king
8025 Date: 2008-01-28 19:46:16+00:00
8026 Author: king
8027 Entries: Source/cmExportBuildFileGenerator.cxx(UPD to 1.2), Source/cmExportFileGenerator.cxx(UPD to 1.5), Source/cmExportInstallFileGenerator.cxx(UPD to 1.3), Source/cmInstallCommand.cxx(UPD to 1.42), Source/cmInstallCommand.h(UPD to 1.27), Source/cmInstallTargetGenerator.cxx(UPD to 1.53), Source/cmTarget.cxx(UPD to 1.182), Source/cmTarget.h(UPD to 1.99), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.5), Tests/ExportImport/Export/testExe3.c(ADD at 1.1), Tests/ExportImport/Import/CMakeLists.txt(UPD to 1.3), Tests/ExportImport/Import/imp_testExe1.c(UPD to 1.3)
8028 Log: ENH: Support exporting/importing of AppBundle targets.
8030   - Imported bundles have the MACOSX_BUNDLE property set
8031   - Added cmTarget::IsAppBundleOnApple method to simplify checks
8032   - Document BUNDLE keyword in INSTALL command
8033   - Updated IMPORTED_LOCATION property documentation for bundles
8034   - Updated ExportImport test to test bundles
8035 2008-02-01 18:58:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe3.c
8036 2008-02-01 18:58:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe3.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8037 2008-02-01 18:58:15     INFO: [Ok]
8038 2008-02-01 18:58:15    DEBUG: Tests/ExportImport/Export/testExe3.c updated to 1.3
8039 2008-02-01 18:58:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportBuildFileGenerator.cxx
8040 2008-02-01 18:58:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportBuildFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8041 2008-02-01 18:58:16     INFO: [Ok]
8042 2008-02-01 18:58:16    DEBUG: Source/cmExportBuildFileGenerator.cxx updated to 1.3
8043 2008-02-01 18:58:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportInstallFileGenerator.cxx Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_testExe1.c
8044 2008-02-01 18:58:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportInstallFileGenerator.cxx Tests/ExportImport/Import/CMakeLists.txt Tests/ExportImport/Import/imp_testExe1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8045 2008-02-01 18:58:18     INFO: [Ok]
8046 2008-02-01 18:58:18    DEBUG: Source/cmExportInstallFileGenerator.cxx,Tests/ExportImport/Import/CMakeLists.txt,Tests/ExportImport/Import/imp_testExe1.c updated to 1.3
8047 2008-02-01 18:58:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportFileGenerator.cxx Tests/ExportImport/Export/CMakeLists.txt
8048 2008-02-01 18:58:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportFileGenerator.cxx Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8049 2008-02-01 18:58:19     INFO: [Ok]
8050 2008-02-01 18:58:19    DEBUG: Source/cmExportFileGenerator.cxx,Tests/ExportImport/Export/CMakeLists.txt updated to 1.3
8051 2008-02-01 18:58:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmInstallCommand.h
8052 2008-02-01 18:58:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8053 2008-02-01 18:58:20     INFO: [Ok]
8054 2008-02-01 18:58:20    DEBUG: Source/cmInstallCommand.h updated to 1.3
8055 2008-02-01 18:58:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmInstallCommand.cxx
8056 2008-02-01 18:58:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8057 2008-02-01 18:58:21     INFO: [Ok]
8058 2008-02-01 18:58:21    DEBUG: Source/cmInstallCommand.cxx updated to 1.3
8059 2008-02-01 18:58:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmInstallTargetGenerator.cxx
8060 2008-02-01 18:58:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8061 2008-02-01 18:58:22     INFO: [Ok]
8062 2008-02-01 18:58:22    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.3
8063 2008-02-01 18:58:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmTarget.h
8064 2008-02-01 18:58:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8065 2008-02-01 18:58:23     INFO: [Ok]
8066 2008-02-01 18:58:23    DEBUG: Source/cmTarget.h updated to 1.3
8067 2008-02-01 18:58:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.182 Source/cmTarget.cxx
8068 2008-02-01 18:58:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.182 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8069 2008-02-01 18:58:24     INFO: [Ok]
8070 2008-02-01 18:58:24    DEBUG: Source/cmTarget.cxx updated to 1.3
8071 2008-02-01 18:58:24     INFO: Adding Tests/ExportImport/Export/testExe3.c...
8072 2008-02-01 18:58:24     INFO: Committing u'2008-01-28 19:46:16 by king'...
8073 2008-02-01 18:58:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8074 2008-02-01 18:58:24     INFO: Changeset #184
8075 2008-02-01 18:58:24     INFO: Changeset "2008-01-28 19:46:58 by king"
8076 2008-02-01 18:58:24     INFO: Log message: BUG: Fix Framework test after fixing FRAMEWORK targets to not install like frameworks on non-Apple systems.
8077 2008-02-01 18:58:24    DEBUG: Going to apply changeset:
8078 Revision: 2008-01-28 19:46:58 by king
8079 Date: 2008-01-28 19:46:58+00:00
8080 Author: king
8081 Entries: Tests/Framework/CMakeLists.txt(UPD to 1.8)
8082 Log: BUG: Fix Framework test after fixing FRAMEWORK targets to not install like frameworks on non-Apple systems.
8083 2008-02-01 18:58:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Framework/CMakeLists.txt
8084 2008-02-01 18:58:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Framework/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8085 2008-02-01 18:58:26     INFO: [Ok]
8086 2008-02-01 18:58:26    DEBUG: Tests/Framework/CMakeLists.txt updated to 1.8
8087 2008-02-01 18:58:26     INFO: Committing u'2008-01-28 19:46:58 by king'...
8088 2008-02-01 18:58:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8089 2008-02-01 18:58:26     INFO: Changeset #185
8090 2008-02-01 18:58:26     INFO: Changeset "2008-01-28 20:12:12 by king"
8091 2008-02-01 18:58:26     INFO: Log message: ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties and corresponding arguments to INSTALL(TARGETS).
8092 2008-02-01 18:58:26    DEBUG: Going to apply changeset:
8093 Revision: 2008-01-28 20:12:12 by king
8094 Date: 2008-01-28 20:12:12+00:00
8095 Author: king
8096 Entries: Source/cmInstallCommand.h(UPD to 1.28), Source/cmTarget.cxx(UPD to 1.183)
8097 Log: ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties and corresponding arguments to INSTALL(TARGETS).
8098 2008-02-01 18:58:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmInstallCommand.h
8099 2008-02-01 18:58:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8100 2008-02-01 18:58:28     INFO: [Ok]
8101 2008-02-01 18:58:28    DEBUG: Source/cmInstallCommand.h updated to 1.183
8102 2008-02-01 18:58:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.183 Source/cmTarget.cxx
8103 2008-02-01 18:58:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.183 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8104 2008-02-01 18:58:29     INFO: [Ok]
8105 2008-02-01 18:58:29    DEBUG: Source/cmTarget.cxx updated to 1.183
8106 2008-02-01 18:58:29     INFO: Committing u'2008-01-28 20:12:12 by king'...
8107 2008-02-01 18:58:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8108 2008-02-01 18:58:29     INFO: Changeset #186
8109 2008-02-01 18:58:29     INFO: Changeset "2008-01-28 20:22:07 by king"
8110 2008-02-01 18:58:29     INFO: Log message: STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.
8111 2008-02-01 18:58:29    DEBUG: Going to apply changeset:
8112 Revision: 2008-01-28 20:22:07 by king
8113 Date: 2008-01-28 20:22:07+00:00
8114 Author: king
8115 Entries: Source/cmExportBuildFileGenerator.cxx(UPD to 1.3), Source/cmExportInstallFileGenerator.cxx(UPD to 1.4)
8116 Log: STYLE: Updated TODO comment for PUBLIC_HEADER_LOCATION export.
8117 2008-02-01 18:58:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportBuildFileGenerator.cxx
8118 2008-02-01 18:58:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportBuildFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8119 2008-02-01 18:58:31     INFO: [Ok]
8120 2008-02-01 18:58:31    DEBUG: Source/cmExportBuildFileGenerator.cxx updated to 1.4
8121 2008-02-01 18:58:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportInstallFileGenerator.cxx
8122 2008-02-01 18:58:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8123 2008-02-01 18:58:32     INFO: [Ok]
8124 2008-02-01 18:58:32    DEBUG: Source/cmExportInstallFileGenerator.cxx updated to 1.4
8125 2008-02-01 18:58:32     INFO: Committing u'2008-01-28 20:22:07 by king'...
8126 2008-02-01 18:58:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8127 2008-02-01 18:58:32     INFO: Changeset #187
8128 2008-02-01 18:58:32     INFO: Changeset "2008-01-29 00:20:00 by clinton"
8129 2008-02-01 18:58:32     INFO: Log message: 
8130 ENH:  Improve find for glib/gthread when Qt is configured to use it.
8131       Fixes #6220.
8132 2008-02-01 18:58:32    DEBUG: Going to apply changeset:
8133 Revision: 2008-01-29 00:20:00 by clinton
8134 Date: 2008-01-29 00:20:00+00:00
8135 Author: clinton
8136 Entries: Modules/FindQt4.cmake(UPD to 1.87)
8137 Log: 
8138 ENH:  Improve find for glib/gthread when Qt is configured to use it.
8139       Fixes #6220.
8140 2008-02-01 18:58:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Modules/FindQt4.cmake
8141 2008-02-01 18:58:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8142 2008-02-01 18:58:34     INFO: [Ok]
8143 2008-02-01 18:58:34    DEBUG: Modules/FindQt4.cmake updated to 1.87
8144 2008-02-01 18:58:34     INFO: Committing u'2008-01-29 00:20:00 by clinton'...
8145 2008-02-01 18:58:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8146 2008-02-01 18:58:34     INFO: Changeset #188
8147 2008-02-01 18:58:34     INFO: Changeset "2008-01-29 01:38:47 by king"
8148 2008-02-01 18:58:34     INFO: Log message: ENH: Added version support to Config mode of find_package command.
8150   - Added EXACT option to request an exact version.
8151   - Enforce version using check provided by package.
8152   - Updated FindPackageTest to test versioning in config mode.
8153 2008-02-01 18:58:34    DEBUG: Going to apply changeset:
8154 Revision: 2008-01-29 01:38:47 by king
8155 Date: 2008-01-29 01:38:48+00:00
8156 Author: king
8157 Entries: Modules/readme.txt(UPD to 1.14), Source/cmFindPackageCommand.cxx(UPD to 1.35), Source/cmFindPackageCommand.h(UPD to 1.19), Tests/FindPackageTest/CMakeLists.txt(UPD to 1.8), Tests/FindPackageTest/lib/suffix/test/SuffixTestConfigVersion.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake(ADD at 1.1), Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake(ADD at 1.1)
8158 Log: ENH: Added version support to Config mode of find_package command.
8160   - Added EXACT option to request an exact version.
8161   - Enforce version using check provided by package.
8162   - Updated FindPackageTest to test versioning in config mode.
8163 2008-02-01 18:58:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/lib/suffix/test/SuffixTestConfigVersion.cmake Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake
8164 2008-02-01 18:58:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/FindPackageTest/lib/suffix/test/SuffixTestConfigVersion.cmake Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8165 2008-02-01 18:58:36     INFO: [Ok]
8166 2008-02-01 18:58:36    DEBUG: Tests/FindPackageTest/lib/suffix/test/SuffixTestConfigVersion.cmake,Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake,Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake,Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake,Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake,Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake,Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake,Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake updated to 1.1
8167 2008-02-01 18:58:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/FindPackageTest/CMakeLists.txt
8168 2008-02-01 18:58:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/FindPackageTest/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8169 2008-02-01 18:58:37     INFO: [Ok]
8170 2008-02-01 18:58:37    DEBUG: Tests/FindPackageTest/CMakeLists.txt updated to 1.1
8171 2008-02-01 18:58:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/readme.txt
8172 2008-02-01 18:58:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/readme.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8173 2008-02-01 18:58:38     INFO: [Ok]
8174 2008-02-01 18:58:38    DEBUG: Modules/readme.txt updated to 1.1
8175 2008-02-01 18:58:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmFindPackageCommand.h
8176 2008-02-01 18:58:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmFindPackageCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8177 2008-02-01 18:58:39     INFO: [Ok]
8178 2008-02-01 18:58:39    DEBUG: Source/cmFindPackageCommand.h updated to 1.1
8179 2008-02-01 18:58:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFindPackageCommand.cxx
8180 2008-02-01 18:58:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8181 2008-02-01 18:58:41     INFO: [Ok]
8182 2008-02-01 18:58:41    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.1
8183 2008-02-01 18:58:41     INFO: registering new Tests/FindPackageTest/lib/zot-1.0 directory
8184 2008-02-01 18:58:41     INFO: registering new Tests/FindPackageTest/lib/zot-2.0 directory
8185 2008-02-01 18:58:41     INFO: registering new Tests/FindPackageTest/lib/zot-3.0 directory
8186 2008-02-01 18:58:41     INFO: registering new Tests/FindPackageTest/lib/zot-3.1 directory
8187 2008-02-01 18:58:41     INFO: Adding Tests/FindPackageTest/lib/suffix/test/SuffixTestConfigVersion.cmake, Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake, Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake, Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake, Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake...
8188 2008-02-01 18:58:41     INFO: Adding Tests/FindPackageTest/lib/zot-1.0/zot-config.cmake...
8189 2008-02-01 18:58:41     INFO: Adding Tests/FindPackageTest/lib/zot-2.0/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-2.0/zot-config.cmake...
8190 2008-02-01 18:58:41     INFO: Adding Tests/FindPackageTest/lib/zot-3.0/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-3.0/zot-config.cmake...
8191 2008-02-01 18:58:41     INFO: Adding Tests/FindPackageTest/lib/zot-3.1/zot-config-version.cmake, Tests/FindPackageTest/lib/zot-3.1/zot-config.cmake...
8192 2008-02-01 18:58:41     INFO: Committing u'2008-01-29 01:38:47 by king'...
8193 2008-02-01 18:58:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8194 2008-02-01 18:58:41     INFO: Changeset #189
8195 2008-02-01 18:58:41     INFO: Changeset "2008-01-29 05:01:03 by king"
8196 2008-02-01 18:58:41     INFO: Log message: STYLE: Nightly Date Stamp
8197 2008-02-01 18:58:41    DEBUG: Going to apply changeset:
8198 Revision: 2008-01-29 05:01:03 by king
8199 Date: 2008-01-29 05:01:03+00:00
8200 Author: king
8201 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.80)
8202 Log: STYLE: Nightly Date Stamp
8203 2008-02-01 18:58:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/kwsys/kwsysDateStamp.cmake
8204 2008-02-01 18:58:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8205 2008-02-01 18:58:43     INFO: [Ok]
8206 2008-02-01 18:58:43    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.80
8207 2008-02-01 18:58:43     INFO: Committing u'2008-01-29 05:01:03 by king'...
8208 2008-02-01 18:58:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8209 2008-02-01 18:58:43     INFO: Changeset #190
8210 2008-02-01 18:58:43     INFO: Changeset "2008-01-29 12:48:22 by king"
8211 2008-02-01 18:58:43     INFO: Log message: BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.
8212 2008-02-01 18:58:43    DEBUG: Going to apply changeset:
8213 Revision: 2008-01-29 12:48:22 by king
8214 Date: 2008-01-29 12:48:22+00:00
8215 Author: king
8216 Entries: Modules/Platform/Linux-SunPro-C.cmake(UPD to 1.3)
8217 Log: BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.
8218 2008-02-01 18:58:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-SunPro-C.cmake
8219 2008-02-01 18:58:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/Platform/Linux-SunPro-C.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8220 2008-02-01 18:58:45     INFO: [Ok]
8221 2008-02-01 18:58:45    DEBUG: Modules/Platform/Linux-SunPro-C.cmake updated to 1.3
8222 2008-02-01 18:58:45     INFO: Committing u'2008-01-29 12:48:22 by king'...
8223 2008-02-01 18:58:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8224 2008-02-01 18:58:45     INFO: Changeset #191
8225 2008-02-01 18:58:45     INFO: Changeset "2008-01-29 12:57:24 by king"
8226 2008-02-01 18:58:45     INFO: Log message: BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches.
8227 2008-02-01 18:58:45    DEBUG: Going to apply changeset:
8228 Revision: 2008-01-29 12:57:24 by king
8229 Date: 2008-01-29 12:57:24+00:00
8230 Author: king
8231 Entries: Tests/ExportImport/CMakeLists.txt(UPD to 1.2)
8232 Log: BUG: Make sure CMAKE_INSTALL_PREFIX stays in subproject caches.
8233 2008-02-01 18:58:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/CMakeLists.txt
8234 2008-02-01 18:58:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8235 2008-02-01 18:58:47     INFO: [Ok]
8236 2008-02-01 18:58:47    DEBUG: Tests/ExportImport/CMakeLists.txt updated to 1.2
8237 2008-02-01 18:58:47     INFO: Committing u'2008-01-29 12:57:24 by king'...
8238 2008-02-01 18:58:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8239 2008-02-01 18:58:47     INFO: Changeset #192
8240 2008-02-01 18:58:47     INFO: Changeset "2008-01-29 13:03:43 by king"
8241 2008-02-01 18:58:47     INFO: Log message: BUG: Custom command driver outputs must be SYMBOLIC since no corresponding file is created.
8242 2008-02-01 18:58:47    DEBUG: Going to apply changeset:
8243 Revision: 2008-01-29 13:03:43 by king
8244 Date: 2008-01-29 13:03:43+00:00
8245 Author: king
8246 Entries: Tests/ExportImport/CMakeLists.txt(UPD to 1.3)
8247 Log: BUG: Custom command driver outputs must be SYMBOLIC since no corresponding file is created.
8248 2008-02-01 18:58:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/ExportImport/CMakeLists.txt
8249 2008-02-01 18:58:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/ExportImport/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8250 2008-02-01 18:58:49     INFO: [Ok]
8251 2008-02-01 18:58:49    DEBUG: Tests/ExportImport/CMakeLists.txt updated to 1.3
8252 2008-02-01 18:58:49     INFO: Committing u'2008-01-29 13:03:43 by king'...
8253 2008-02-01 18:58:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8254 2008-02-01 18:58:49     INFO: Changeset #193
8255 2008-02-01 18:58:49     INFO: Changeset "2008-01-29 14:57:39 by king"
8256 2008-02-01 18:58:49     INFO: Log message: ENH: Added not to find_package documentation about unspecified choice among multiple versions.
8257 2008-02-01 18:58:49    DEBUG: Going to apply changeset:
8258 Revision: 2008-01-29 14:57:39 by king
8259 Date: 2008-01-29 14:57:39+00:00
8260 Author: king
8261 Entries: Source/cmFindPackageCommand.cxx(UPD to 1.36)
8262 Log: ENH: Added not to find_package documentation about unspecified choice among multiple versions.
8263 2008-02-01 18:58:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmFindPackageCommand.cxx
8264 2008-02-01 18:58:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmFindPackageCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8265 2008-02-01 18:58:51     INFO: [Ok]
8266 2008-02-01 18:58:51    DEBUG: Source/cmFindPackageCommand.cxx updated to 1.36
8267 2008-02-01 18:58:51     INFO: Committing u'2008-01-29 14:57:39 by king'...
8268 2008-02-01 18:58:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8269 2008-02-01 18:58:51     INFO: Changeset #194
8270 2008-02-01 18:58:51     INFO: Changeset "2008-01-29 18:07:52 by clinton"
8271 2008-02-01 18:58:51     INFO: Log message: 
8272 ENH:  Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h
8273       Fixes #5067.
8274 2008-02-01 18:58:51    DEBUG: Going to apply changeset:
8275 Revision: 2008-01-29 18:07:52 by clinton
8276 Date: 2008-01-29 18:07:52+00:00
8277 Author: clinton
8278 Entries: Modules/FindQt4.cmake(UPD to 1.88)
8279 Log: 
8280 ENH:  Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h
8281       Fixes #5067.
8282 2008-02-01 18:58:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Modules/FindQt4.cmake
8283 2008-02-01 18:58:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8284 2008-02-01 18:58:53     INFO: [Ok]
8285 2008-02-01 18:58:53    DEBUG: Modules/FindQt4.cmake updated to 1.88
8286 2008-02-01 18:58:53     INFO: Committing u'2008-01-29 18:07:52 by clinton'...
8287 2008-02-01 18:58:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8288 2008-02-01 18:58:53     INFO: Changeset #195
8289 2008-02-01 18:58:53     INFO: Changeset "2008-01-29 20:07:33 by king"
8290 2008-02-01 18:58:53     INFO: Log message: ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target.  Use it to simplify the chrpath feature.
8291 2008-02-01 18:58:53    DEBUG: Going to apply changeset:
8292 Revision: 2008-01-29 20:07:33 by king
8293 Date: 2008-01-29 20:07:33+00:00
8294 Author: king
8295 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.11), Source/cmComputeLinkInformation.h(UPD to 1.7), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.183), Source/cmInstallTargetGenerator.cxx(UPD to 1.54), Source/cmInstallTargetGenerator.h(UPD to 1.22), Source/cmLocalGenerator.cxx(UPD to 1.262), Source/cmLocalGenerator.h(UPD to 1.101), Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.140), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.215), Source/cmTarget.cxx(UPD to 1.184), Source/cmTarget.h(UPD to 1.100)
8296 Log: ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target.  Use it to simplify the chrpath feature.
8297 2008-02-01 18:58:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkInformation.h
8298 2008-02-01 18:58:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8299 2008-02-01 18:58:55     INFO: [Ok]
8300 2008-02-01 18:58:55    DEBUG: Source/cmComputeLinkInformation.h updated to 1.100
8301 2008-02-01 18:58:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkInformation.cxx
8302 2008-02-01 18:58:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8303 2008-02-01 18:58:56     INFO: [Ok]
8304 2008-02-01 18:58:56    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.100
8305 2008-02-01 18:58:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmInstallTargetGenerator.h
8306 2008-02-01 18:58:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8307 2008-02-01 18:58:57     INFO: [Ok]
8308 2008-02-01 18:58:57    DEBUG: Source/cmInstallTargetGenerator.h updated to 1.100
8309 2008-02-01 18:58:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmInstallTargetGenerator.cxx
8310 2008-02-01 18:58:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8311 2008-02-01 18:58:58     INFO: [Ok]
8312 2008-02-01 18:58:58    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.100
8313 2008-02-01 18:58:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmTarget.h
8314 2008-02-01 18:58:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8315 2008-02-01 18:58:59     INFO: [Ok]
8316 2008-02-01 18:58:59    DEBUG: Source/cmTarget.h updated to 1.100
8317 2008-02-01 18:58:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmLocalGenerator.h
8318 2008-02-01 18:58:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8319 2008-02-01 18:59:00     INFO: [Ok]
8320 2008-02-01 18:59:00    DEBUG: Source/cmLocalGenerator.h updated to 1.100
8321 2008-02-01 18:59:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.140 Source/cmLocalVisualStudio6Generator.cxx
8322 2008-02-01 18:59:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.140 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8323 2008-02-01 18:59:01     INFO: [Ok]
8324 2008-02-01 18:59:01    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.100
8325 2008-02-01 18:59:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.183 Source/cmGlobalXCodeGenerator.cxx
8326 2008-02-01 18:59:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.183 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8327 2008-02-01 18:59:02     INFO: [Ok]
8328 2008-02-01 18:59:02    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.100
8329 2008-02-01 18:59:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.184 Source/cmTarget.cxx
8330 2008-02-01 18:59:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.184 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8331 2008-02-01 18:59:03     INFO: [Ok]
8332 2008-02-01 18:59:03    DEBUG: Source/cmTarget.cxx updated to 1.100
8333 2008-02-01 18:59:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/cmLocalVisualStudio7Generator.cxx
8334 2008-02-01 18:59:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.215 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8335 2008-02-01 18:59:04     INFO: [Ok]
8336 2008-02-01 18:59:04    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.100
8337 2008-02-01 18:59:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.262 Source/cmLocalGenerator.cxx
8338 2008-02-01 18:59:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.262 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8339 2008-02-01 18:59:05     INFO: [Ok]
8340 2008-02-01 18:59:05    DEBUG: Source/cmLocalGenerator.cxx updated to 1.100
8341 2008-02-01 18:59:05     INFO: Committing u'2008-01-29 20:07:33 by king'...
8342 2008-02-01 18:59:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8343 2008-02-01 18:59:05     INFO: Changeset #196
8344 2008-02-01 18:59:05     INFO: Changeset "2008-01-29 20:10:37 by barre"
8345 2008-02-01 18:59:05     INFO: Log message: ENH: need quotes
8346 2008-02-01 18:59:05    DEBUG: Going to apply changeset:
8347 Revision: 2008-01-29 20:10:37 by barre
8348 Date: 2008-01-29 20:10:37+00:00
8349 Author: barre
8350 Entries: Modules/FindHTMLHelp.cmake(UPD to 1.6)
8351 Log: ENH: need quotes
8352 2008-02-01 18:59:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindHTMLHelp.cmake
8353 2008-02-01 18:59:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/FindHTMLHelp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8354 2008-02-01 18:59:07     INFO: [Ok]
8355 2008-02-01 18:59:07    DEBUG: Modules/FindHTMLHelp.cmake updated to 1.6
8356 2008-02-01 18:59:07     INFO: Committing u'2008-01-29 20:10:37 by barre'...
8357 2008-02-01 18:59:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8358 2008-02-01 18:59:07     INFO: Changeset #197
8359 2008-02-01 18:59:07     INFO: Changeset "2008-01-29 20:47:18 by king"
8360 2008-02-01 18:59:07     INFO: Log message: ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation.
8361 2008-02-01 18:59:07    DEBUG: Going to apply changeset:
8362 Revision: 2008-01-29 20:47:18 by king
8363 Date: 2008-01-29 20:47:18+00:00
8364 Author: king
8365 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.12), Source/cmComputeLinkInformation.h(UPD to 1.8), Source/cmInstallTargetGenerator.cxx(UPD to 1.55)
8366 Log: ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation.
8367 2008-02-01 18:59:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkInformation.h
8368 2008-02-01 18:59:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8369 2008-02-01 18:59:09     INFO: [Ok]
8370 2008-02-01 18:59:09    DEBUG: Source/cmComputeLinkInformation.h updated to 1.55
8371 2008-02-01 18:59:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkInformation.cxx
8372 2008-02-01 18:59:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8373 2008-02-01 18:59:10     INFO: [Ok]
8374 2008-02-01 18:59:10    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.55
8375 2008-02-01 18:59:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmInstallTargetGenerator.cxx
8376 2008-02-01 18:59:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8377 2008-02-01 18:59:11     INFO: [Ok]
8378 2008-02-01 18:59:11    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.55
8379 2008-02-01 18:59:11     INFO: Committing u'2008-01-29 20:47:18 by king'...
8380 2008-02-01 18:59:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8381 2008-02-01 18:59:11     INFO: Changeset #198
8382 2008-02-01 18:59:11     INFO: Changeset "2008-01-29 20:54:49 by clinton"
8383 2008-02-01 18:59:11     INFO: Log message: ENH: Correctly format multi-line error messages.
8384 2008-02-01 18:59:11    DEBUG: Going to apply changeset:
8385 Revision: 2008-01-29 20:54:49 by clinton
8386 Date: 2008-01-29 20:54:49+00:00
8387 Author: clinton
8388 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.28)
8389 Log: ENH: Correctly format multi-line error messages.
8390 2008-02-01 18:59:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/QtDialog/CMakeSetupDialog.cxx
8391 2008-02-01 18:59:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8392 2008-02-01 18:59:13     INFO: [Ok]
8393 2008-02-01 18:59:13    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.28
8394 2008-02-01 18:59:13     INFO: Committing u'2008-01-29 20:54:49 by clinton'...
8395 2008-02-01 18:59:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8396 2008-02-01 18:59:13     INFO: Changeset #199
8397 2008-02-01 18:59:13     INFO: Changeset "2008-01-29 22:01:00 by clinton"
8398 2008-02-01 18:59:13     INFO: Log message: ENH:  Make lupdate and lrelease executables advanced variables.
8399 2008-02-01 18:59:13    DEBUG: Going to apply changeset:
8400 Revision: 2008-01-29 22:01:00 by clinton
8401 Date: 2008-01-29 22:01:00+00:00
8402 Author: clinton
8403 Entries: Modules/FindQt4.cmake(UPD to 1.89)
8404 Log: ENH:  Make lupdate and lrelease executables advanced variables.
8405 2008-02-01 18:59:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Modules/FindQt4.cmake
8406 2008-02-01 18:59:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8407 2008-02-01 18:59:15     INFO: [Ok]
8408 2008-02-01 18:59:15    DEBUG: Modules/FindQt4.cmake updated to 1.89
8409 2008-02-01 18:59:15     INFO: Committing u'2008-01-29 22:01:00 by clinton'...
8410 2008-02-01 18:59:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8411 2008-02-01 18:59:15     INFO: Changeset #200
8412 2008-02-01 18:59:15     INFO: Changeset "2008-01-29 22:30:34 by king"
8413 2008-02-01 18:59:15     INFO: Log message: BUG: cmTarget instances should not be copied.  Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup.  Updated cmTarget to make this easier to find.
8414 2008-02-01 18:59:15    DEBUG: Going to apply changeset:
8415 Revision: 2008-01-29 22:30:34 by king
8416 Date: 2008-01-29 22:30:34+00:00
8417 Author: king
8418 Entries: Source/cmLocalVisualStudio6Generator.cxx(UPD to 1.141), Source/cmLocalVisualStudio6Generator.h(UPD to 1.23), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.216), Source/cmLocalVisualStudio7Generator.h(UPD to 1.49), Source/cmTarget.cxx(UPD to 1.185), Source/cmTarget.h(UPD to 1.101)
8419 Log: BUG: cmTarget instances should not be copied.  Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup.  Updated cmTarget to make this easier to find.
8420 2008-02-01 18:59:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmLocalVisualStudio6Generator.h
8421 2008-02-01 18:59:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmLocalVisualStudio6Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8422 2008-02-01 18:59:17     INFO: [Ok]
8423 2008-02-01 18:59:17    DEBUG: Source/cmLocalVisualStudio6Generator.h updated to 1.101
8424 2008-02-01 18:59:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmLocalVisualStudio7Generator.h
8425 2008-02-01 18:59:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8426 2008-02-01 18:59:18     INFO: [Ok]
8427 2008-02-01 18:59:18    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.101
8428 2008-02-01 18:59:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmTarget.h
8429 2008-02-01 18:59:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8430 2008-02-01 18:59:19     INFO: [Ok]
8431 2008-02-01 18:59:19    DEBUG: Source/cmTarget.h updated to 1.101
8432 2008-02-01 18:59:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.141 Source/cmLocalVisualStudio6Generator.cxx
8433 2008-02-01 18:59:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.141 Source/cmLocalVisualStudio6Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8434 2008-02-01 18:59:20     INFO: [Ok]
8435 2008-02-01 18:59:20    DEBUG: Source/cmLocalVisualStudio6Generator.cxx updated to 1.101
8436 2008-02-01 18:59:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.185 Source/cmTarget.cxx
8437 2008-02-01 18:59:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.185 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8438 2008-02-01 18:59:21     INFO: [Ok]
8439 2008-02-01 18:59:21    DEBUG: Source/cmTarget.cxx updated to 1.101
8440 2008-02-01 18:59:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmLocalVisualStudio7Generator.cxx
8441 2008-02-01 18:59:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.216 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8442 2008-02-01 18:59:22     INFO: [Ok]
8443 2008-02-01 18:59:22    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.101
8444 2008-02-01 18:59:22     INFO: Committing u'2008-01-29 22:30:34 by king'...
8445 2008-02-01 18:59:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8446 2008-02-01 18:59:22     INFO: Changeset #201
8447 2008-02-01 18:59:22     INFO: Changeset "2008-01-29 22:30:48 by king"
8448 2008-02-01 18:59:22     INFO: Log message: BUG: Fix uninitialzed members of cmCacheManager.
8449 2008-02-01 18:59:22    DEBUG: Going to apply changeset:
8450 Revision: 2008-01-29 22:30:48 by king
8451 Date: 2008-01-29 22:30:48+00:00
8452 Author: king
8453 Entries: Source/cmCacheManager.cxx(UPD to 1.100), Source/cmCacheManager.h(UPD to 1.48)
8454 Log: BUG: Fix uninitialzed members of cmCacheManager.
8455 2008-02-01 18:59:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmCacheManager.h
8456 2008-02-01 18:59:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmCacheManager.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8457 2008-02-01 18:59:24     INFO: [Ok]
8458 2008-02-01 18:59:24    DEBUG: Source/cmCacheManager.h updated to 1.48
8459 2008-02-01 18:59:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmCacheManager.cxx
8460 2008-02-01 18:59:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmCacheManager.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8461 2008-02-01 18:59:25     INFO: [Ok]
8462 2008-02-01 18:59:25    DEBUG: Source/cmCacheManager.cxx updated to 1.48
8463 2008-02-01 18:59:25     INFO: Committing u'2008-01-29 22:30:48 by king'...
8464 2008-02-01 18:59:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8465 2008-02-01 18:59:25     INFO: Changeset #202
8466 2008-02-01 18:59:25     INFO: Changeset "2008-01-30 01:46:25 by king"
8467 2008-02-01 18:59:25     INFO: Log message: ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects.  See bug #6284.
8468 2008-02-01 18:59:25    DEBUG: Going to apply changeset:
8469 Revision: 2008-01-30 01:46:25 by king
8470 Date: 2008-01-30 01:46:25+00:00
8471 Author: king
8472 Entries: Modules/Platform/Windows-gcc.cmake(UPD to 1.20), Source/cmDocumentVariables.cxx(UPD to 1.13), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.52), Source/cmMakefileTargetGenerator.cxx(UPD to 1.88), Source/cmMakefileTargetGenerator.h(UPD to 1.20)
8473 Log: ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects.  See bug #6284.
8474 2008-02-01 18:59:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDocumentVariables.cxx
8475 2008-02-01 18:59:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8476 2008-02-01 18:59:27     INFO: [Ok]
8477 2008-02-01 18:59:27    DEBUG: Source/cmDocumentVariables.cxx updated to 1.20
8478 2008-02-01 18:59:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/Windows-gcc.cmake Source/cmMakefileTargetGenerator.h
8479 2008-02-01 18:59:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/Windows-gcc.cmake Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8480 2008-02-01 18:59:28     INFO: [Ok]
8481 2008-02-01 18:59:28    DEBUG: Modules/Platform/Windows-gcc.cmake,Source/cmMakefileTargetGenerator.h updated to 1.20
8482 2008-02-01 18:59:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmMakefileLibraryTargetGenerator.cxx
8483 2008-02-01 18:59:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8484 2008-02-01 18:59:30     INFO: [Ok]
8485 2008-02-01 18:59:30    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.20
8486 2008-02-01 18:59:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/cmMakefileTargetGenerator.cxx
8487 2008-02-01 18:59:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8488 2008-02-01 18:59:31     INFO: [Ok]
8489 2008-02-01 18:59:31    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.20
8490 2008-02-01 18:59:31     INFO: Committing u'2008-01-30 01:46:25 by king'...
8491 2008-02-01 18:59:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8492 2008-02-01 18:59:31     INFO: Changeset #203
8493 2008-02-01 18:59:31     INFO: Changeset "2008-01-30 02:16:49 by king"
8494 2008-02-01 18:59:31     INFO: Log message: ENH: Enable use of link script whenever incremental archive construction rules are available.  Enable use of archive construction rules on MSYS.
8495 2008-02-01 18:59:31    DEBUG: Going to apply changeset:
8496 Revision: 2008-01-30 02:16:49 by king
8497 Date: 2008-01-30 02:16:49+00:00
8498 Author: king
8499 Entries: Source/cmLocalGenerator.cxx(UPD to 1.263), Source/cmLocalGenerator.h(UPD to 1.102), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.41), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.53)
8500 Log: ENH: Enable use of link script whenever incremental archive construction rules are available.  Enable use of archive construction rules on MSYS.
8501 2008-02-01 18:59:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmMakefileExecutableTargetGenerator.cxx
8502 2008-02-01 18:59:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8503 2008-02-01 18:59:33     INFO: [Ok]
8504 2008-02-01 18:59:33    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.53
8505 2008-02-01 18:59:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmMakefileLibraryTargetGenerator.cxx
8506 2008-02-01 18:59:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.53 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8507 2008-02-01 18:59:34     INFO: [Ok]
8508 2008-02-01 18:59:34    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.53
8509 2008-02-01 18:59:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmLocalGenerator.h
8510 2008-02-01 18:59:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8511 2008-02-01 18:59:35     INFO: [Ok]
8512 2008-02-01 18:59:35    DEBUG: Source/cmLocalGenerator.h updated to 1.53
8513 2008-02-01 18:59:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.263 Source/cmLocalGenerator.cxx
8514 2008-02-01 18:59:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.263 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8515 2008-02-01 18:59:36     INFO: [Ok]
8516 2008-02-01 18:59:36    DEBUG: Source/cmLocalGenerator.cxx updated to 1.53
8517 2008-02-01 18:59:36     INFO: Committing u'2008-01-30 02:16:49 by king'...
8518 2008-02-01 18:59:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8519 2008-02-01 18:59:36     INFO: Changeset #204
8520 2008-02-01 18:59:36     INFO: Changeset "2008-01-30 05:01:04 by king"
8521 2008-02-01 18:59:36     INFO: Log message: STYLE: Nightly Date Stamp
8522 2008-02-01 18:59:36    DEBUG: Going to apply changeset:
8523 Revision: 2008-01-30 05:01:04 by king
8524 Date: 2008-01-30 05:01:04+00:00
8525 Author: king
8526 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.81)
8527 Log: STYLE: Nightly Date Stamp
8528 2008-02-01 18:59:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/kwsys/kwsysDateStamp.cmake
8529 2008-02-01 18:59:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.81 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8530 2008-02-01 18:59:38     INFO: [Ok]
8531 2008-02-01 18:59:38    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.81
8532 2008-02-01 18:59:38     INFO: Committing u'2008-01-30 05:01:04 by king'...
8533 2008-02-01 18:59:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8534 2008-02-01 18:59:38     INFO: Changeset #205
8535 2008-02-01 18:59:38     INFO: Changeset "2008-01-30 12:17:36 by king"
8536 2008-02-01 18:59:38     INFO: Log message: COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.
8537 2008-02-01 18:59:38    DEBUG: Going to apply changeset:
8538 Revision: 2008-01-30 12:17:36 by king
8539 Date: 2008-01-30 12:17:36+00:00
8540 Author: king
8541 Entries: Utilities/cmtar/CMakeLists.txt(UPD to 1.27)
8542 Log: COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.
8543 2008-02-01 18:59:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Utilities/cmtar/CMakeLists.txt
8544 2008-02-01 18:59:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Utilities/cmtar/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8545 2008-02-01 18:59:40     INFO: [Ok]
8546 2008-02-01 18:59:40    DEBUG: Utilities/cmtar/CMakeLists.txt updated to 1.27
8547 2008-02-01 18:59:40     INFO: Committing u'2008-01-30 12:17:36 by king'...
8548 2008-02-01 18:59:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8549 2008-02-01 18:59:40     INFO: Changeset #206
8550 2008-02-01 18:59:40     INFO: Changeset "2008-01-30 12:44:23 by king"
8551 2008-02-01 18:59:40     INFO: Log message: COMP: Fix warnings on VS9.
8552 2008-02-01 18:59:40    DEBUG: Going to apply changeset:
8553 Revision: 2008-01-30 12:44:23 by king
8554 Date: 2008-01-30 12:44:24+00:00
8555 Author: king
8556 Entries: CompileFlags.cmake(UPD to 1.2), Source/kwsys/hash_map.hxx.in(UPD to 1.7)
8557 Log: COMP: Fix warnings on VS9.
8558 2008-02-01 18:59:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 CompileFlags.cmake
8559 2008-02-01 18:59:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 CompileFlags.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8560 2008-02-01 18:59:42     INFO: [Ok]
8561 2008-02-01 18:59:42    DEBUG: CompileFlags.cmake updated to 1.7
8562 2008-02-01 18:59:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/hash_map.hxx.in
8563 2008-02-01 18:59:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/hash_map.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8564 2008-02-01 18:59:43     INFO: [Ok]
8565 2008-02-01 18:59:43    DEBUG: Source/kwsys/hash_map.hxx.in updated to 1.7
8566 2008-02-01 18:59:43     INFO: Committing u'2008-01-30 12:44:23 by king'...
8567 2008-02-01 18:59:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8568 2008-02-01 18:59:43     INFO: Changeset #207
8569 2008-02-01 18:59:43     INFO: Changeset "2008-01-30 13:37:38 by king"
8570 2008-02-01 18:59:43     INFO: Log message: BUG: Fix misuse of stl vector that caused definitions to be dropped by cmMakefile::PushScope.
8571 2008-02-01 18:59:43    DEBUG: Going to apply changeset:
8572 Revision: 2008-01-30 13:37:38 by king
8573 Date: 2008-01-30 13:37:38+00:00
8574 Author: king
8575 Entries: Source/cmMakefile.cxx(UPD to 1.432)
8576 Log: BUG: Fix misuse of stl vector that caused definitions to be dropped by cmMakefile::PushScope.
8577 2008-02-01 18:59:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.432 Source/cmMakefile.cxx
8578 2008-02-01 18:59:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.432 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8579 2008-02-01 18:59:45     INFO: [Ok]
8580 2008-02-01 18:59:45    DEBUG: Source/cmMakefile.cxx updated to 1.432
8581 2008-02-01 18:59:45     INFO: Committing u'2008-01-30 13:37:38 by king'...
8582 2008-02-01 18:59:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8583 2008-02-01 18:59:45     INFO: Changeset #208
8584 2008-02-01 18:59:45     INFO: Changeset "2008-01-30 16:17:36 by hoffman"
8585 2008-02-01 18:59:45     INFO: Log message: ENH: enhancements for cdash, include system information and better time entries
8586 2008-02-01 18:59:45    DEBUG: Going to apply changeset:
8587 Revision: 2008-01-30 16:17:36 by hoffman
8588 Date: 2008-01-30 16:17:36+00:00
8589 Author: hoffman
8590 Entries: Source/cmCTest.cxx(UPD to 1.332), Source/CTest/cmCTestBuildHandler.cxx(UPD to 1.61), Source/CTest/cmCTestBuildHandler.h(UPD to 1.13), Source/CTest/cmCTestConfigureHandler.cxx(UPD to 1.14), Source/CTest/cmCTestCoverageHandler.cxx(UPD to 1.51), Source/CTest/cmCTestMemCheckHandler.cxx(UPD to 1.19), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.65), Source/CTest/cmCTestTestHandler.h(UPD to 1.27), Source/CTest/cmCTestUpdateHandler.cxx(UPD to 1.39), Source/kwsys/CMakeLists.txt(UPD to 1.135), Source/kwsys/SystemInformation.hxx.in(UPD to 1.4)
8591 Log: ENH: enhancements for cdash, include system information and better time entries
8592 2008-02-01 18:59:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/kwsys/SystemInformation.hxx.in
8593 2008-02-01 18:59:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8594 2008-02-01 18:59:47     INFO: [Ok]
8595 2008-02-01 18:59:47    DEBUG: Source/kwsys/SystemInformation.hxx.in updated to 1.4
8596 2008-02-01 18:59:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/CTest/cmCTestBuildHandler.h
8597 2008-02-01 18:59:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/CTest/cmCTestBuildHandler.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8598 2008-02-01 18:59:48     INFO: [Ok]
8599 2008-02-01 18:59:48    DEBUG: Source/CTest/cmCTestBuildHandler.h updated to 1.4
8600 2008-02-01 18:59:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/CTest/cmCTestConfigureHandler.cxx
8601 2008-02-01 18:59:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/CTest/cmCTestConfigureHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8602 2008-02-01 18:59:49     INFO: [Ok]
8603 2008-02-01 18:59:49    DEBUG: Source/CTest/cmCTestConfigureHandler.cxx updated to 1.4
8604 2008-02-01 18:59:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/CTest/cmCTestMemCheckHandler.cxx
8605 2008-02-01 18:59:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/CTest/cmCTestMemCheckHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8606 2008-02-01 18:59:50     INFO: [Ok]
8607 2008-02-01 18:59:50    DEBUG: Source/CTest/cmCTestMemCheckHandler.cxx updated to 1.4
8608 2008-02-01 18:59:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/CTest/cmCTestTestHandler.h
8609 2008-02-01 18:59:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/CTest/cmCTestTestHandler.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8610 2008-02-01 18:59:51     INFO: [Ok]
8611 2008-02-01 18:59:51    DEBUG: Source/CTest/cmCTestTestHandler.h updated to 1.4
8612 2008-02-01 18:59:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/CTest/cmCTestUpdateHandler.cxx
8613 2008-02-01 18:59:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/CTest/cmCTestUpdateHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8614 2008-02-01 18:59:52     INFO: [Ok]
8615 2008-02-01 18:59:52    DEBUG: Source/CTest/cmCTestUpdateHandler.cxx updated to 1.4
8616 2008-02-01 18:59:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/CTest/cmCTestCoverageHandler.cxx
8617 2008-02-01 18:59:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Source/CTest/cmCTestCoverageHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8618 2008-02-01 18:59:53     INFO: [Ok]
8619 2008-02-01 18:59:53    DEBUG: Source/CTest/cmCTestCoverageHandler.cxx updated to 1.4
8620 2008-02-01 18:59:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/CTest/cmCTestBuildHandler.cxx
8621 2008-02-01 18:59:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/CTest/cmCTestBuildHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8622 2008-02-01 18:59:54     INFO: [Ok]
8623 2008-02-01 18:59:54    DEBUG: Source/CTest/cmCTestBuildHandler.cxx updated to 1.4
8624 2008-02-01 18:59:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/CTest/cmCTestTestHandler.cxx
8625 2008-02-01 18:59:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.65 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8626 2008-02-01 18:59:56     INFO: [Ok]
8627 2008-02-01 18:59:56    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.4
8628 2008-02-01 18:59:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.135 Source/kwsys/CMakeLists.txt
8629 2008-02-01 18:59:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.135 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8630 2008-02-01 18:59:57     INFO: [Ok]
8631 2008-02-01 18:59:57    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.4
8632 2008-02-01 18:59:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.332 Source/cmCTest.cxx
8633 2008-02-01 18:59:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.332 Source/cmCTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8634 2008-02-01 18:59:58     INFO: [Ok]
8635 2008-02-01 18:59:58    DEBUG: Source/cmCTest.cxx updated to 1.4
8636 2008-02-01 18:59:58     INFO: Committing u'2008-01-30 16:17:36 by hoffman'...
8637 2008-02-01 18:59:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8638 2008-02-01 18:59:58     INFO: Changeset #209
8639 2008-02-01 18:59:58     INFO: Changeset "2008-01-30 16:21:54 by king"
8640 2008-02-01 18:59:58     INFO: Log message: BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack.  This fixes the LOCATION property when retrieved via the get_property command.
8641 2008-02-01 18:59:58    DEBUG: Going to apply changeset:
8642 Revision: 2008-01-30 16:21:54 by king
8643 Date: 2008-01-30 16:21:54+00:00
8644 Author: king
8645 Entries: Source/cmGetPropertyCommand.cxx(UPD to 1.7), Source/cmGetSourceFilePropertyCommand.cxx(UPD to 1.14), Source/cmSourceFile.cxx(UPD to 1.45), Source/cmSourceFile.h(UPD to 1.25)
8646 Log: BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack.  This fixes the LOCATION property when retrieved via the get_property command.
8647 2008-02-01 18:59:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmGetPropertyCommand.cxx
8648 2008-02-01 18:59:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmGetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8649 2008-02-01 19:00:00     INFO: [Ok]
8650 2008-02-01 19:00:00    DEBUG: Source/cmGetPropertyCommand.cxx updated to 1.25
8651 2008-02-01 19:00:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmGetSourceFilePropertyCommand.cxx
8652 2008-02-01 19:00:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmGetSourceFilePropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8653 2008-02-01 19:00:01     INFO: [Ok]
8654 2008-02-01 19:00:01    DEBUG: Source/cmGetSourceFilePropertyCommand.cxx updated to 1.25
8655 2008-02-01 19:00:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmSourceFile.h
8656 2008-02-01 19:00:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmSourceFile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8657 2008-02-01 19:00:02     INFO: [Ok]
8658 2008-02-01 19:00:02    DEBUG: Source/cmSourceFile.h updated to 1.25
8659 2008-02-01 19:00:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmSourceFile.cxx
8660 2008-02-01 19:00:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8661 2008-02-01 19:00:03     INFO: [Ok]
8662 2008-02-01 19:00:03    DEBUG: Source/cmSourceFile.cxx updated to 1.25
8663 2008-02-01 19:00:03     INFO: Committing u'2008-01-30 16:21:54 by king'...
8664 2008-02-01 19:00:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8665 2008-02-01 19:00:03     INFO: Changeset #210
8666 2008-02-01 19:00:03     INFO: Changeset "2008-01-30 16:22:10 by king"
8667 2008-02-01 19:00:03     INFO: Log message: ENH: Make add_custom_command interpret relative OUTPUT locations with respect to the build tre instead of the source tree.  This can greatly simplify user code since generating a file will not need to reference CMAKE_CURRENT_BINARY_DIR.  The new behavior is what users expect 99% of the time.
8668 2008-02-01 19:00:03    DEBUG: Going to apply changeset:
8669 Revision: 2008-01-30 16:22:10 by king
8670 Date: 2008-01-30 16:22:10+00:00
8671 Author: king
8672 Entries: Source/cmAddCustomCommandCommand.cxx(UPD to 1.37), Source/cmAddCustomCommandCommand.h(UPD to 1.33)
8673 Log: ENH: Make add_custom_command interpret relative OUTPUT locations with respect to the build tre instead of the source tree.  This can greatly simplify user code since generating a file will not need to reference CMAKE_CURRENT_BINARY_DIR.  The new behavior is what users expect 99% of the time.
8674 2008-02-01 19:00:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddCustomCommandCommand.h
8675 2008-02-01 19:00:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddCustomCommandCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8676 2008-02-01 19:00:06     INFO: [Ok]
8677 2008-02-01 19:00:06    DEBUG: Source/cmAddCustomCommandCommand.h updated to 1.33
8678 2008-02-01 19:00:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmAddCustomCommandCommand.cxx
8679 2008-02-01 19:00:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmAddCustomCommandCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8680 2008-02-01 19:00:07     INFO: [Ok]
8681 2008-02-01 19:00:07    DEBUG: Source/cmAddCustomCommandCommand.cxx updated to 1.33
8682 2008-02-01 19:00:07     INFO: Committing u'2008-01-30 16:22:10 by king'...
8683 2008-02-01 19:00:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8684 2008-02-01 19:00:07     INFO: Changeset #211
8685 2008-02-01 19:00:07     INFO: Changeset "2008-01-30 16:54:55 by hoffman"
8686 2008-02-01 19:00:07     INFO: Log message: ENH: remove warnings
8687 2008-02-01 19:00:07    DEBUG: Going to apply changeset:
8688 Revision: 2008-01-30 16:54:55 by hoffman
8689 Date: 2008-01-30 16:54:55+00:00
8690 Author: hoffman
8691 Entries: Source/CTest/cmCTestTestHandler.cxx(UPD to 1.66), Source/CTest/cmCTestUpdateHandler.cxx(UPD to 1.40)
8692 Log: ENH: remove warnings
8693 2008-02-01 19:00:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/CTest/cmCTestUpdateHandler.cxx
8694 2008-02-01 19:00:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/CTest/cmCTestUpdateHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8695 2008-02-01 19:00:09     INFO: [Ok]
8696 2008-02-01 19:00:09    DEBUG: Source/CTest/cmCTestUpdateHandler.cxx updated to 1.40
8697 2008-02-01 19:00:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/CTest/cmCTestTestHandler.cxx
8698 2008-02-01 19:00:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8699 2008-02-01 19:00:10     INFO: [Ok]
8700 2008-02-01 19:00:10    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.40
8701 2008-02-01 19:00:10     INFO: Committing u'2008-01-30 16:54:55 by hoffman'...
8702 2008-02-01 19:00:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8703 2008-02-01 19:00:10     INFO: Changeset #212
8704 2008-02-01 19:00:10     INFO: Changeset "2008-01-30 17:04:37 by hoffman"
8705 2008-02-01 19:00:10     INFO: Log message: ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project.  Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
8706 2008-02-01 19:00:10    DEBUG: Going to apply changeset:
8707 Revision: 2008-01-30 17:04:37 by hoffman
8708 Date: 2008-01-30 17:04:38+00:00
8709 Author: hoffman
8710 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.221), Source/cmGlobalGenerator.h(UPD to 1.104), Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.124), Source/cmGlobalVisualStudio71Generator.cxx(UPD to 1.47), Source/cmGlobalVisualStudio71Generator.h(UPD to 1.17), Source/cmGlobalVisualStudio7Generator.cxx(UPD to 1.97), Source/cmGlobalVisualStudio7Generator.h(UPD to 1.44), Source/cmLocalVisualStudio7Generator.cxx(UPD to 1.217), Source/cmLocalVisualStudio7Generator.h(UPD to 1.50), Tests/CMakeLists.txt(UPD to 1.45), Tests/SubProject/CMakeLists.txt(ADD at 1.1), Tests/SubProject/bar.cxx(ADD at 1.1), Tests/SubProject/car.cxx(ADD at 1.1)
8711 Log: ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project.  Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator
8712 2008-02-01 19:00:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/SubProject/CMakeLists.txt Tests/SubProject/bar.cxx Tests/SubProject/car.cxx
8713 2008-02-01 19:00:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/SubProject/CMakeLists.txt Tests/SubProject/bar.cxx Tests/SubProject/car.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8714 2008-02-01 19:00:12     INFO: [Ok]
8715 2008-02-01 19:00:12    DEBUG: Tests/SubProject/CMakeLists.txt,Tests/SubProject/bar.cxx,Tests/SubProject/car.cxx updated to 1.1
8716 2008-02-01 19:00:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmGlobalVisualStudio71Generator.h
8717 2008-02-01 19:00:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmGlobalVisualStudio71Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8718 2008-02-01 19:00:13     INFO: [Ok]
8719 2008-02-01 19:00:13    DEBUG: Source/cmGlobalVisualStudio71Generator.h updated to 1.1
8720 2008-02-01 19:00:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmGlobalVisualStudio7Generator.h
8721 2008-02-01 19:00:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmGlobalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8722 2008-02-01 19:00:14     INFO: [Ok]
8723 2008-02-01 19:00:14    DEBUG: Source/cmGlobalVisualStudio7Generator.h updated to 1.1
8724 2008-02-01 19:00:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Tests/CMakeLists.txt
8725 2008-02-01 19:00:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8726 2008-02-01 19:00:16     INFO: [Ok]
8727 2008-02-01 19:00:16    DEBUG: Tests/CMakeLists.txt updated to 1.1
8728 2008-02-01 19:00:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmGlobalVisualStudio71Generator.cxx
8729 2008-02-01 19:00:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmGlobalVisualStudio71Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8730 2008-02-01 19:00:17     INFO: [Ok]
8731 2008-02-01 19:00:17    DEBUG: Source/cmGlobalVisualStudio71Generator.cxx updated to 1.1
8732 2008-02-01 19:00:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmLocalVisualStudio7Generator.h
8733 2008-02-01 19:00:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Source/cmLocalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8734 2008-02-01 19:00:18     INFO: [Ok]
8735 2008-02-01 19:00:18    DEBUG: Source/cmLocalVisualStudio7Generator.h updated to 1.1
8736 2008-02-01 19:00:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmGlobalVisualStudio7Generator.cxx
8737 2008-02-01 19:00:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmGlobalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8738 2008-02-01 19:00:20     INFO: [Ok]
8739 2008-02-01 19:00:20    DEBUG: Source/cmGlobalVisualStudio7Generator.cxx updated to 1.1
8740 2008-02-01 19:00:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmGlobalGenerator.h
8741 2008-02-01 19:00:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8742 2008-02-01 19:00:21     INFO: [Ok]
8743 2008-02-01 19:00:21    DEBUG: Source/cmGlobalGenerator.h updated to 1.1
8744 2008-02-01 19:00:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/cmGlobalUnixMakefileGenerator3.cxx
8745 2008-02-01 19:00:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8746 2008-02-01 19:00:22     INFO: [Ok]
8747 2008-02-01 19:00:22    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.1
8748 2008-02-01 19:00:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmLocalVisualStudio7Generator.cxx
8749 2008-02-01 19:00:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.217 Source/cmLocalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8750 2008-02-01 19:00:23     INFO: [Ok]
8751 2008-02-01 19:00:23    DEBUG: Source/cmLocalVisualStudio7Generator.cxx updated to 1.1
8752 2008-02-01 19:00:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmGlobalGenerator.cxx
8753 2008-02-01 19:00:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.221 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8754 2008-02-01 19:00:24     INFO: [Ok]
8755 2008-02-01 19:00:24    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.1
8756 2008-02-01 19:00:24     INFO: registering new Tests/SubProject directory
8757 2008-02-01 19:00:24     INFO: Adding Tests/SubProject/CMakeLists.txt, Tests/SubProject/bar.cxx, Tests/SubProject/car.cxx...
8758 2008-02-01 19:00:24     INFO: Adding Tests/SubProject/bar.cxx, Tests/SubProject/car.cxx, Tests/SubProject/CMakeLists.txt...
8759 2008-02-01 19:00:24     INFO: Committing u'2008-01-30 17:04:37 by hoffman'...
8760 2008-02-01 19:00:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8761 2008-02-01 19:00:24     INFO: Changeset #213
8762 2008-02-01 19:00:24     INFO: Changeset "2008-01-30 17:15:17 by king"
8763 2008-02-01 19:00:24     INFO: Log message: BUG: cmComputeLinkDepends should not follow the dependencies of executables.
8764 2008-02-01 19:00:24    DEBUG: Going to apply changeset:
8765 Revision: 2008-01-30 17:15:17 by king
8766 Date: 2008-01-30 17:15:17+00:00
8767 Author: king
8768 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.4)
8769 Log: BUG: cmComputeLinkDepends should not follow the dependencies of executables.
8770 2008-02-01 19:00:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkDepends.cxx
8771 2008-02-01 19:00:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8772 2008-02-01 19:00:26     INFO: [Ok]
8773 2008-02-01 19:00:26    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.4
8774 2008-02-01 19:00:26     INFO: Committing u'2008-01-30 17:15:17 by king'...
8775 2008-02-01 19:00:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8776 2008-02-01 19:00:26     INFO: Changeset #214
8777 2008-02-01 19:00:26     INFO: Changeset "2008-01-30 17:55:59 by hoffman"
8778 2008-02-01 19:00:26     INFO: Log message: ENH: fix for vs 70
8779 2008-02-01 19:00:26    DEBUG: Going to apply changeset:
8780 Revision: 2008-01-30 17:55:59 by hoffman
8781 Date: 2008-01-30 17:55:59+00:00
8782 Author: hoffman
8783 Entries: Source/kwsys/SystemInformation.hxx.in(UPD to 1.5)
8784 Log: ENH: fix for vs 70
8785 2008-02-01 19:00:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/SystemInformation.hxx.in
8786 2008-02-01 19:00:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8787 2008-02-01 19:00:28     INFO: [Ok]
8788 2008-02-01 19:00:28    DEBUG: Source/kwsys/SystemInformation.hxx.in updated to 1.5
8789 2008-02-01 19:00:28     INFO: Committing u'2008-01-30 17:55:59 by hoffman'...
8790 2008-02-01 19:00:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8791 2008-02-01 19:00:28     INFO: Changeset #215
8792 2008-02-01 19:00:28     INFO: Changeset "2008-01-30 18:02:32 by hoffman"
8793 2008-02-01 19:00:28     INFO: Log message: ENH: add missing files
8794 2008-02-01 19:00:28    DEBUG: Going to apply changeset:
8795 Revision: 2008-01-30 18:02:32 by hoffman
8796 Date: 2008-01-30 18:02:32+00:00
8797 Author: hoffman
8798 Entries: Tests/SubProject/foo/CMakeLists.txt(ADD at 1.1), Tests/SubProject/foo/foo.cxx(ADD at 1.1)
8799 Log: ENH: add missing files
8800 2008-02-01 19:00:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/SubProject/foo/CMakeLists.txt Tests/SubProject/foo/foo.cxx
8801 2008-02-01 19:00:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/SubProject/foo/CMakeLists.txt Tests/SubProject/foo/foo.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8802 2008-02-01 19:00:30     INFO: [Ok]
8803 2008-02-01 19:00:30    DEBUG: Tests/SubProject/foo/CMakeLists.txt,Tests/SubProject/foo/foo.cxx updated to 1.1
8804 2008-02-01 19:00:30     INFO: registering new Tests/SubProject/foo directory
8805 2008-02-01 19:00:30     INFO: Adding Tests/SubProject/foo/CMakeLists.txt, Tests/SubProject/foo/foo.cxx...
8806 2008-02-01 19:00:30     INFO: Adding Tests/SubProject/foo/CMakeLists.txt, Tests/SubProject/foo/foo.cxx...
8807 2008-02-01 19:00:30     INFO: Committing u'2008-01-30 18:02:32 by hoffman'...
8808 2008-02-01 19:00:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8809 2008-02-01 19:00:30     INFO: Changeset #216
8810 2008-02-01 19:00:30     INFO: Changeset "2008-01-30 21:22:51 by hoffman"
8811 2008-02-01 19:00:30     INFO: Log message: ENH: make sure global targets are in the right projects
8812 2008-02-01 19:00:30    DEBUG: Going to apply changeset:
8813 Revision: 2008-01-30 21:22:51 by hoffman
8814 Date: 2008-01-30 21:22:51+00:00
8815 Author: hoffman
8816 Entries: Source/cmGlobalVisualStudio7Generator.cxx(UPD to 1.98)
8817 Log: ENH: make sure global targets are in the right projects
8818 2008-02-01 19:00:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmGlobalVisualStudio7Generator.cxx
8819 2008-02-01 19:00:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmGlobalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8820 2008-02-01 19:00:32     INFO: [Ok]
8821 2008-02-01 19:00:32    DEBUG: Source/cmGlobalVisualStudio7Generator.cxx updated to 1.98
8822 2008-02-01 19:00:32     INFO: Committing u'2008-01-30 21:22:51 by hoffman'...
8823 2008-02-01 19:00:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8824 2008-02-01 19:00:32     INFO: Changeset #217
8825 2008-02-01 19:00:32     INFO: Changeset "2008-01-30 22:25:52 by king"
8826 2008-02-01 19:00:32     INFO: Log message: ENH: Implemented link-interface specification feature.
8828   - Shared libs and executables with exports may now have
8829     explicit transitive link dependencies specified
8830   - Created LINK_INTERFACE_LIBRARIES and related properties
8831   - Exported targets get the interface libraries as their
8832     IMPORTED_LINK_LIBRARIES property.
8833   - The export() and install(EXPORT) commands now give
8834     an error when a linked target is not included since
8835     the user can change the interface libraries instead
8836     of adding the target.
8837 2008-02-01 19:00:32    DEBUG: Going to apply changeset:
8838 Revision: 2008-01-30 22:25:52 by king
8839 Date: 2008-01-30 22:25:52+00:00
8840 Author: king
8841 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.5), Source/cmExportBuildFileGenerator.cxx(UPD to 1.4), Source/cmExportBuildFileGenerator.h(UPD to 1.3), Source/cmExportCommand.cxx(UPD to 1.10), Source/cmExportCommand.h(UPD to 1.9), Source/cmExportFileGenerator.cxx(UPD to 1.6), Source/cmExportFileGenerator.h(UPD to 1.5), Source/cmExportInstallFileGenerator.cxx(UPD to 1.5), Source/cmTarget.cxx(UPD to 1.186), Source/cmTarget.h(UPD to 1.102)
8842 Log: ENH: Implemented link-interface specification feature.
8844   - Shared libs and executables with exports may now have
8845     explicit transitive link dependencies specified
8846   - Created LINK_INTERFACE_LIBRARIES and related properties
8847   - Exported targets get the interface libraries as their
8848     IMPORTED_LINK_LIBRARIES property.
8849   - The export() and install(EXPORT) commands now give
8850     an error when a linked target is not included since
8851     the user can change the interface libraries instead
8852     of adding the target.
8853 2008-02-01 19:00:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportBuildFileGenerator.h
8854 2008-02-01 19:00:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExportBuildFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8855 2008-02-01 19:00:34     INFO: [Ok]
8856 2008-02-01 19:00:34    DEBUG: Source/cmExportBuildFileGenerator.h updated to 1.102
8857 2008-02-01 19:00:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportBuildFileGenerator.cxx
8858 2008-02-01 19:00:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportBuildFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8859 2008-02-01 19:00:35     INFO: [Ok]
8860 2008-02-01 19:00:35    DEBUG: Source/cmExportBuildFileGenerator.cxx updated to 1.102
8861 2008-02-01 19:00:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkDepends.cxx Source/cmExportFileGenerator.h Source/cmExportInstallFileGenerator.cxx
8862 2008-02-01 19:00:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkDepends.cxx Source/cmExportFileGenerator.h Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8863 2008-02-01 19:00:36     INFO: [Ok]
8864 2008-02-01 19:00:36    DEBUG: Source/cmComputeLinkDepends.cxx,Source/cmExportFileGenerator.h,Source/cmExportInstallFileGenerator.cxx updated to 1.102
8865 2008-02-01 19:00:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportFileGenerator.cxx
8866 2008-02-01 19:00:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8867 2008-02-01 19:00:38     INFO: [Ok]
8868 2008-02-01 19:00:38    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.102
8869 2008-02-01 19:00:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportCommand.h
8870 2008-02-01 19:00:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8871 2008-02-01 19:00:40     INFO: [Ok]
8872 2008-02-01 19:00:40    DEBUG: Source/cmExportCommand.h updated to 1.102
8873 2008-02-01 19:00:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExportCommand.cxx
8874 2008-02-01 19:00:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExportCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8875 2008-02-01 19:00:41     INFO: [Ok]
8876 2008-02-01 19:00:41    DEBUG: Source/cmExportCommand.cxx updated to 1.102
8877 2008-02-01 19:00:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmTarget.h
8878 2008-02-01 19:00:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8879 2008-02-01 19:00:43     INFO: [Ok]
8880 2008-02-01 19:00:43    DEBUG: Source/cmTarget.h updated to 1.102
8881 2008-02-01 19:00:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.186 Source/cmTarget.cxx
8882 2008-02-01 19:00:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.186 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8883 2008-02-01 19:00:45     INFO: [Ok]
8884 2008-02-01 19:00:45    DEBUG: Source/cmTarget.cxx updated to 1.102
8885 2008-02-01 19:00:45     INFO: Committing u'2008-01-30 22:25:52 by king'...
8886 2008-02-01 19:00:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8887 2008-02-01 19:00:45     INFO: Changeset #218
8888 2008-02-01 19:00:45     INFO: Changeset "2008-01-30 22:26:09 by king"
8889 2008-02-01 19:00:45     INFO: Log message: ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.
8890 2008-02-01 19:00:45    DEBUG: Going to apply changeset:
8891 Revision: 2008-01-30 22:26:09 by king
8892 Date: 2008-01-30 22:26:09+00:00
8893 Author: king
8894 Entries: Tests/ExportImport/CMakeLists.txt(UPD to 1.4), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.6), Tests/ExportImport/Export/testExe2lib.c(ADD at 1.1), Tests/ExportImport/Export/testExe2libImp.c(ADD at 1.1), Tests/ExportImport/Export/testLib3.c(UPD to 1.2), Tests/ExportImport/Export/testLib3Imp.c(ADD at 1.1), Tests/ExportImport/Import/imp_mod1.c(UPD to 1.2)
8895 Log: ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES.
8896 2008-02-01 19:00:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe2lib.c Tests/ExportImport/Export/testExe2libImp.c Tests/ExportImport/Export/testLib3Imp.c
8897 2008-02-01 19:00:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/ExportImport/Export/testExe2lib.c Tests/ExportImport/Export/testExe2libImp.c Tests/ExportImport/Export/testLib3Imp.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8898 2008-02-01 19:00:47     INFO: [Ok]
8899 2008-02-01 19:00:47    DEBUG: Tests/ExportImport/Export/testExe2lib.c,Tests/ExportImport/Export/testExe2libImp.c,Tests/ExportImport/Export/testLib3Imp.c updated to 1.2
8900 2008-02-01 19:00:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testLib3.c Tests/ExportImport/Import/imp_mod1.c
8901 2008-02-01 19:00:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testLib3.c Tests/ExportImport/Import/imp_mod1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8902 2008-02-01 19:00:48     INFO: [Ok]
8903 2008-02-01 19:00:48    DEBUG: Tests/ExportImport/Export/testLib3.c,Tests/ExportImport/Import/imp_mod1.c updated to 1.2
8904 2008-02-01 19:00:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/ExportImport/CMakeLists.txt
8905 2008-02-01 19:00:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/ExportImport/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8906 2008-02-01 19:00:49     INFO: [Ok]
8907 2008-02-01 19:00:49    DEBUG: Tests/ExportImport/CMakeLists.txt updated to 1.2
8908 2008-02-01 19:00:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/ExportImport/Export/CMakeLists.txt
8909 2008-02-01 19:00:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8910 2008-02-01 19:00:50     INFO: [Ok]
8911 2008-02-01 19:00:50    DEBUG: Tests/ExportImport/Export/CMakeLists.txt updated to 1.2
8912 2008-02-01 19:00:50     INFO: Adding Tests/ExportImport/Export/testExe2lib.c, Tests/ExportImport/Export/testExe2libImp.c...
8913 2008-02-01 19:00:50     INFO: Adding Tests/ExportImport/Export/testLib3Imp.c...
8914 2008-02-01 19:00:50     INFO: Committing u'2008-01-30 22:26:09 by king'...
8915 2008-02-01 19:00:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8916 2008-02-01 19:00:50     INFO: Changeset #219
8917 2008-02-01 19:00:50     INFO: Changeset "2008-01-30 22:57:54 by king"
8918 2008-02-01 19:00:50     INFO: Log message: BUG: Fixed previous commit in cmExportFileGenerator to separate libraries correctly in the import link list.
8919 2008-02-01 19:00:50    DEBUG: Going to apply changeset:
8920 Revision: 2008-01-30 22:57:54 by king
8921 Date: 2008-01-30 22:57:54+00:00
8922 Author: king
8923 Entries: Source/cmExportFileGenerator.cxx(UPD to 1.7)
8924 Log: BUG: Fixed previous commit in cmExportFileGenerator to separate libraries correctly in the import link list.
8925 2008-02-01 19:00:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportFileGenerator.cxx
8926 2008-02-01 19:00:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8927 2008-02-01 19:00:52     INFO: [Ok]
8928 2008-02-01 19:00:52    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.7
8929 2008-02-01 19:00:52     INFO: Committing u'2008-01-30 22:57:54 by king'...
8930 2008-02-01 19:00:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8931 2008-02-01 19:00:52     INFO: Changeset #220
8932 2008-02-01 19:00:52     INFO: Changeset "2008-01-31 02:40:43 by hoffman"
8933 2008-02-01 19:00:52     INFO: Log message: COMP: use kwsys_stl and not std::
8934 2008-02-01 19:00:52    DEBUG: Going to apply changeset:
8935 Revision: 2008-01-31 02:40:43 by hoffman
8936 Date: 2008-01-31 02:40:43+00:00
8937 Author: hoffman
8938 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.5), Source/kwsys/SystemInformation.hxx.in(UPD to 1.6)
8939 Log: COMP: use kwsys_stl and not std::
8940 2008-02-01 19:00:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/SystemInformation.cxx
8941 2008-02-01 19:00:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8942 2008-02-01 19:00:54     INFO: [Ok]
8943 2008-02-01 19:00:54    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.6
8944 2008-02-01 19:00:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/SystemInformation.hxx.in
8945 2008-02-01 19:00:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8946 2008-02-01 19:00:55     INFO: [Ok]
8947 2008-02-01 19:00:55    DEBUG: Source/kwsys/SystemInformation.hxx.in updated to 1.6
8948 2008-02-01 19:00:55     INFO: Committing u'2008-01-31 02:40:43 by hoffman'...
8949 2008-02-01 19:00:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8950 2008-02-01 19:00:55     INFO: Changeset #221
8951 2008-02-01 19:00:55     INFO: Changeset "2008-01-31 03:56:34 by hoffman"
8952 2008-02-01 19:00:55     INFO: Log message: ENH: remove const
8953 2008-02-01 19:00:55    DEBUG: Going to apply changeset:
8954 Revision: 2008-01-31 03:56:34 by hoffman
8955 Date: 2008-01-31 03:56:34+00:00
8956 Author: hoffman
8957 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.222), Source/cmGlobalGenerator.h(UPD to 1.105), Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.125), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.54)
8958 Log: ENH: remove const
8959 2008-02-01 19:00:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmGlobalUnixMakefileGenerator3.h
8960 2008-02-01 19:00:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8961 2008-02-01 19:00:57     INFO: [Ok]
8962 2008-02-01 19:00:57    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.54
8963 2008-02-01 19:00:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmGlobalGenerator.h
8964 2008-02-01 19:00:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8965 2008-02-01 19:00:58     INFO: [Ok]
8966 2008-02-01 19:00:58    DEBUG: Source/cmGlobalGenerator.h updated to 1.54
8967 2008-02-01 19:00:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/cmGlobalUnixMakefileGenerator3.cxx
8968 2008-02-01 19:00:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8969 2008-02-01 19:00:59     INFO: [Ok]
8970 2008-02-01 19:00:59    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.54
8971 2008-02-01 19:00:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmGlobalGenerator.cxx
8972 2008-02-01 19:00:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.222 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8973 2008-02-01 19:01:00     INFO: [Ok]
8974 2008-02-01 19:01:00    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.54
8975 2008-02-01 19:01:00     INFO: Committing u'2008-01-31 03:56:34 by hoffman'...
8976 2008-02-01 19:01:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8977 2008-02-01 19:01:00     INFO: Changeset #222
8978 2008-02-01 19:01:00     INFO: Changeset "2008-01-31 05:01:05 by king"
8979 2008-02-01 19:01:00     INFO: Log message: STYLE: Nightly Date Stamp
8980 2008-02-01 19:01:00    DEBUG: Going to apply changeset:
8981 Revision: 2008-01-31 05:01:05 by king
8982 Date: 2008-01-31 05:01:05+00:00
8983 Author: king
8984 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.82)
8985 Log: STYLE: Nightly Date Stamp
8986 2008-02-01 19:01:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/kwsys/kwsysDateStamp.cmake
8987 2008-02-01 19:01:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.82 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
8988 2008-02-01 19:01:02     INFO: [Ok]
8989 2008-02-01 19:01:02    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.82
8990 2008-02-01 19:01:02     INFO: Committing u'2008-01-31 05:01:05 by king'...
8991 2008-02-01 19:01:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
8992 2008-02-01 19:01:02     INFO: Changeset #223
8993 2008-02-01 19:01:02     INFO: Changeset "2008-01-31 11:51:43 by king"
8994 2008-02-01 19:01:02     INFO: Log message: COMP: Remove unused parameter.
8995 2008-02-01 19:01:02    DEBUG: Going to apply changeset:
8996 Revision: 2008-01-31 11:51:43 by king
8997 Date: 2008-01-31 11:51:43+00:00
8998 Author: king
8999 Entries: Source/cmExportFileGenerator.cxx(UPD to 1.8), Source/cmExportFileGenerator.h(UPD to 1.6)
9000 Log: COMP: Remove unused parameter.
9001 2008-02-01 19:01:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportFileGenerator.h
9002 2008-02-01 19:01:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9003 2008-02-01 19:01:04     INFO: [Ok]
9004 2008-02-01 19:01:04    DEBUG: Source/cmExportFileGenerator.h updated to 1.6
9005 2008-02-01 19:01:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportFileGenerator.cxx
9006 2008-02-01 19:01:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9007 2008-02-01 19:01:05     INFO: [Ok]
9008 2008-02-01 19:01:05    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.6
9009 2008-02-01 19:01:05     INFO: Committing u'2008-01-31 11:51:43 by king'...
9010 2008-02-01 19:01:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9011 2008-02-01 19:01:05     INFO: Changeset #224
9012 2008-02-01 19:01:05     INFO: Changeset "2008-01-31 12:50:40 by king"
9013 2008-02-01 19:01:05     INFO: Log message: BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation.  Existing projects may depend on find_library returning a full path.  This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
9014 2008-02-01 19:01:05    DEBUG: Going to apply changeset:
9015 Revision: 2008-01-31 12:50:40 by king
9016 Date: 2008-01-31 12:50:40+00:00
9017 Author: king
9018 Entries: Modules/Platform/IRIX.cmake(UPD to 1.13), Modules/Platform/IRIX64.cmake(UPD to 1.18), Source/cmComputeLinkInformation.cxx(UPD to 1.13), Source/cmComputeLinkInformation.h(UPD to 1.9), Source/cmFindLibraryCommand.cxx(UPD to 1.55), Source/cmFindLibraryCommand.h(UPD to 1.27)
9019 Log: BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation.  Existing projects may depend on find_library returning a full path.  This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
9020 2008-02-01 19:01:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkInformation.h
9021 2008-02-01 19:01:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9022 2008-02-01 19:01:07     INFO: [Ok]
9023 2008-02-01 19:01:07    DEBUG: Source/cmComputeLinkInformation.h updated to 1.27
9024 2008-02-01 19:01:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/Platform/IRIX.cmake Source/cmComputeLinkInformation.cxx
9025 2008-02-01 19:01:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/Platform/IRIX.cmake Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9026 2008-02-01 19:01:08     INFO: [Ok]
9027 2008-02-01 19:01:08    DEBUG: Modules/Platform/IRIX.cmake,Source/cmComputeLinkInformation.cxx updated to 1.27
9028 2008-02-01 19:01:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/Platform/IRIX64.cmake
9029 2008-02-01 19:01:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/Platform/IRIX64.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9030 2008-02-01 19:01:09     INFO: [Ok]
9031 2008-02-01 19:01:09    DEBUG: Modules/Platform/IRIX64.cmake updated to 1.27
9032 2008-02-01 19:01:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindLibraryCommand.h
9033 2008-02-01 19:01:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmFindLibraryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9034 2008-02-01 19:01:10     INFO: [Ok]
9035 2008-02-01 19:01:10    DEBUG: Source/cmFindLibraryCommand.h updated to 1.27
9036 2008-02-01 19:01:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmFindLibraryCommand.cxx
9037 2008-02-01 19:01:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9038 2008-02-01 19:01:11     INFO: [Ok]
9039 2008-02-01 19:01:11    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.27
9040 2008-02-01 19:01:11     INFO: Committing u'2008-01-31 12:50:40 by king'...
9041 2008-02-01 19:01:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9042 2008-02-01 19:01:11     INFO: Changeset #225
9043 2008-02-01 19:01:11     INFO: Changeset "2008-01-31 13:05:34 by king"
9044 2008-02-01 19:01:11     INFO: Log message: ENH: Add target property LINK_SEARCH_END_STATIC to help people building static binaries on some platforms.
9045 2008-02-01 19:01:11    DEBUG: Going to apply changeset:
9046 Revision: 2008-01-31 13:05:34 by king
9047 Date: 2008-01-31 13:05:34+00:00
9048 Author: king
9049 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.14), Source/cmTarget.cxx(UPD to 1.187)
9050 Log: ENH: Add target property LINK_SEARCH_END_STATIC to help people building static binaries on some platforms.
9051 2008-02-01 19:01:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmComputeLinkInformation.cxx
9052 2008-02-01 19:01:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9053 2008-02-01 19:01:13     INFO: [Ok]
9054 2008-02-01 19:01:13    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.187
9055 2008-02-01 19:01:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.187 Source/cmTarget.cxx
9056 2008-02-01 19:01:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.187 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9057 2008-02-01 19:01:14     INFO: [Ok]
9058 2008-02-01 19:01:14    DEBUG: Source/cmTarget.cxx updated to 1.187
9059 2008-02-01 19:01:14     INFO: Committing u'2008-01-31 13:05:34 by king'...
9060 2008-02-01 19:01:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9061 2008-02-01 19:01:14     INFO: Changeset #226
9062 2008-02-01 19:01:14     INFO: Changeset "2008-01-31 13:21:27 by king"
9063 2008-02-01 19:01:14     INFO: Log message: COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access.
9064 2008-02-01 19:01:14    DEBUG: Going to apply changeset:
9065 Revision: 2008-01-31 13:21:27 by king
9066 Date: 2008-01-31 13:21:27+00:00
9067 Author: king
9068 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.6)
9069 Log: COMP: Replace kwsys_stl:: with kwsys_ios:: for streams access.
9070 2008-02-01 19:01:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/SystemInformation.cxx
9071 2008-02-01 19:01:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9072 2008-02-01 19:01:16     INFO: [Ok]
9073 2008-02-01 19:01:16    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.6
9074 2008-02-01 19:01:16     INFO: Committing u'2008-01-31 13:21:27 by king'...
9075 2008-02-01 19:01:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9076 2008-02-01 19:01:16     INFO: Changeset #227
9077 2008-02-01 19:01:16     INFO: Changeset "2008-01-31 13:21:35 by king"
9078 2008-02-01 19:01:16     INFO: Log message: STYLE: Remove references to std:: inside KWSys, even in comments.  This will allow a commit check to be added.
9079 2008-02-01 19:01:16    DEBUG: Going to apply changeset:
9080 Revision: 2008-01-31 13:21:35 by king
9081 Date: 2008-01-31 13:21:35+00:00
9082 Author: king
9083 Entries: Source/kwsys/String.hxx.in(UPD to 1.3), Source/kwsys/SystemTools.hxx.in(UPD to 1.72), Source/kwsys/kwsys_ios_sstream.h.in(UPD to 1.16)
9084 Log: STYLE: Remove references to std:: inside KWSys, even in comments.  This will allow a commit check to be added.
9085 2008-02-01 19:01:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/String.hxx.in
9086 2008-02-01 19:01:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/String.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9087 2008-02-01 19:01:18     INFO: [Ok]
9088 2008-02-01 19:01:18    DEBUG: Source/kwsys/String.hxx.in updated to 1.16
9089 2008-02-01 19:01:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/kwsys/kwsys_ios_sstream.h.in
9090 2008-02-01 19:01:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/kwsys/kwsys_ios_sstream.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9091 2008-02-01 19:01:19     INFO: [Ok]
9092 2008-02-01 19:01:19    DEBUG: Source/kwsys/kwsys_ios_sstream.h.in updated to 1.16
9093 2008-02-01 19:01:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/kwsys/SystemTools.hxx.in
9094 2008-02-01 19:01:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/kwsys/SystemTools.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9095 2008-02-01 19:01:21     INFO: [Ok]
9096 2008-02-01 19:01:21    DEBUG: Source/kwsys/SystemTools.hxx.in updated to 1.16
9097 2008-02-01 19:01:21     INFO: Committing u'2008-01-31 13:21:35 by king'...
9098 2008-02-01 19:01:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9099 2008-02-01 19:01:21     INFO: Changeset #228
9100 2008-02-01 19:01:21     INFO: Changeset "2008-01-31 13:32:08 by king"
9101 2008-02-01 19:01:21     INFO: Log message: STYLE: Work-around std:: check since this is a platform test.
9102 2008-02-01 19:01:21    DEBUG: Going to apply changeset:
9103 Revision: 2008-01-31 13:32:08 by king
9104 Date: 2008-01-31 13:32:08+00:00
9105 Author: king
9106 Entries: Source/kwsys/kwsysPlatformTestsCXX.cxx(UPD to 1.3)
9107 Log: STYLE: Work-around std:: check since this is a platform test.
9108 2008-02-01 19:01:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/kwsysPlatformTestsCXX.cxx
9109 2008-02-01 19:01:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/kwsys/kwsysPlatformTestsCXX.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9110 2008-02-01 19:01:23     INFO: [Ok]
9111 2008-02-01 19:01:23    DEBUG: Source/kwsys/kwsysPlatformTestsCXX.cxx updated to 1.3
9112 2008-02-01 19:01:23     INFO: Committing u'2008-01-31 13:32:08 by king'...
9113 2008-02-01 19:01:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9114 2008-02-01 19:01:23     INFO: Changeset #229
9115 2008-02-01 19:01:23     INFO: Changeset "2008-01-31 16:43:44 by martink"
9116 2008-02-01 19:01:23     INFO: Log message: ENH: read in old file formats Dart as well
9117 2008-02-01 19:01:23    DEBUG: Going to apply changeset:
9118 Revision: 2008-01-31 16:43:44 by martink
9119 Date: 2008-01-31 16:43:44+00:00
9120 Author: martink
9121 Entries: Source/ctest.cxx(UPD to 1.102), Source/CTest/cmCTestTestHandler.cxx(UPD to 1.67)
9122 Log: ENH: read in old file formats Dart as well
9123 2008-02-01 19:01:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/CTest/cmCTestTestHandler.cxx
9124 2008-02-01 19:01:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9125 2008-02-01 19:01:25     INFO: [Ok]
9126 2008-02-01 19:01:25    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.67
9127 2008-02-01 19:01:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/ctest.cxx
9128 2008-02-01 19:01:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/ctest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9129 2008-02-01 19:01:26     INFO: [Ok]
9130 2008-02-01 19:01:26    DEBUG: Source/ctest.cxx updated to 1.67
9131 2008-02-01 19:01:26     INFO: Committing u'2008-01-31 16:43:44 by martink'...
9132 2008-02-01 19:01:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9133 2008-02-01 19:01:26     INFO: Changeset #230
9134 2008-02-01 19:01:26     INFO: Changeset "2008-01-31 17:19:00 by hoffman"
9135 2008-02-01 19:01:26     INFO: Log message: ENH: remove a const cast
9136 2008-02-01 19:01:26    DEBUG: Going to apply changeset:
9137 Revision: 2008-01-31 17:19:00 by hoffman
9138 Date: 2008-01-31 17:19:00+00:00
9139 Author: hoffman
9140 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.223)
9141 Log: ENH: remove a const cast
9142 2008-02-01 19:01:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmGlobalGenerator.cxx
9143 2008-02-01 19:01:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9144 2008-02-01 19:01:28     INFO: [Ok]
9145 2008-02-01 19:01:28    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.223
9146 2008-02-01 19:01:28     INFO: Committing u'2008-01-31 17:19:00 by hoffman'...
9147 2008-02-01 19:01:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9148 2008-02-01 19:01:28     INFO: Changeset #231
9149 2008-02-01 19:01:28     INFO: Changeset "2008-01-31 17:56:18 by king"
9150 2008-02-01 19:01:28     INFO: Log message: BUG: Need to install cstddef header.
9151 2008-02-01 19:01:28    DEBUG: Going to apply changeset:
9152 Revision: 2008-01-31 17:56:18 by king
9153 Date: 2008-01-31 17:56:18+00:00
9154 Author: king
9155 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.136)
9156 Log: BUG: Need to install cstddef header.
9157 2008-02-01 19:01:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.136 Source/kwsys/CMakeLists.txt
9158 2008-02-01 19:01:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.136 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9159 2008-02-01 19:01:30     INFO: [Ok]
9160 2008-02-01 19:01:30    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.136
9161 2008-02-01 19:01:30     INFO: Committing u'2008-01-31 17:56:18 by king'...
9162 2008-02-01 19:01:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9163 2008-02-01 19:01:30     INFO: Changeset #232
9164 2008-02-01 19:01:30     INFO: Changeset "2008-01-31 18:23:04 by martink"
9165 2008-02-01 19:01:30     INFO: Log message: ENH: use ctest to drive dashboards for make targets as opposed to tclsh
9166 2008-02-01 19:01:30    DEBUG: Going to apply changeset:
9167 Revision: 2008-01-31 18:23:04 by martink
9168 Date: 2008-01-31 18:23:04+00:00
9169 Author: martink
9170 Entries: Modules/Dart.cmake(UPD to 1.72)
9171 Log: ENH: use ctest to drive dashboards for make targets as opposed to tclsh
9172 2008-02-01 19:01:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Modules/Dart.cmake
9173 2008-02-01 19:01:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Modules/Dart.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9174 2008-02-01 19:01:32     INFO: [Ok]
9175 2008-02-01 19:01:32    DEBUG: Modules/Dart.cmake updated to 1.72
9176 2008-02-01 19:01:32     INFO: Committing u'2008-01-31 18:23:04 by martink'...
9177 2008-02-01 19:01:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9178 2008-02-01 19:01:32     INFO: Changeset #233
9179 2008-02-01 19:01:32     INFO: Changeset "2008-01-31 19:34:11 by hoffman"
9180 2008-02-01 19:01:32     INFO: Log message: ENH: split into implementation and interface class to clean up namespace issues with #define stuff
9181 2008-02-01 19:01:32    DEBUG: Going to apply changeset:
9182 Revision: 2008-01-31 19:34:11 by hoffman
9183 Date: 2008-01-31 19:34:11+00:00
9184 Author: hoffman
9185 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.7), Source/kwsys/SystemInformation.hxx.in(UPD to 1.7)
9186 Log: ENH: split into implementation and interface class to clean up namespace issues with #define stuff
9187 2008-02-01 19:01:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in
9188 2008-02-01 19:01:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/kwsys/SystemInformation.cxx Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9189 2008-02-01 19:01:34     INFO: [Ok]
9190 2008-02-01 19:01:34    DEBUG: Source/kwsys/SystemInformation.cxx,Source/kwsys/SystemInformation.hxx.in updated to 1.7
9191 2008-02-01 19:01:34     INFO: Committing u'2008-01-31 19:34:11 by hoffman'...
9192 2008-02-01 19:01:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9193 2008-02-01 19:01:34     INFO: Changeset #234
9194 2008-02-01 19:01:34     INFO: Changeset "2008-01-31 19:50:08 by hoffman"
9195 2008-02-01 19:01:34     INFO: Log message: ENH: fix build for mingw
9196 2008-02-01 19:01:34    DEBUG: Going to apply changeset:
9197 Revision: 2008-01-31 19:50:08 by hoffman
9198 Date: 2008-01-31 19:50:08+00:00
9199 Author: hoffman
9200 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.8)
9201 Log: ENH: fix build for mingw
9202 2008-02-01 19:01:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/kwsys/SystemInformation.cxx
9203 2008-02-01 19:01:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9204 2008-02-01 19:01:36     INFO: [Ok]
9205 2008-02-01 19:01:36    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.8
9206 2008-02-01 19:01:36     INFO: Committing u'2008-01-31 19:50:08 by hoffman'...
9207 2008-02-01 19:01:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9208 2008-02-01 19:01:36     INFO: Changeset #235
9209 2008-02-01 19:01:36     INFO: Changeset "2008-01-31 20:10:19 by hoffman"
9210 2008-02-01 19:01:36     INFO: Log message: ENH: fix build errors with asm stuff on mingw and hopefully win64
9211 2008-02-01 19:01:36    DEBUG: Going to apply changeset:
9212 Revision: 2008-01-31 20:10:19 by hoffman
9213 Date: 2008-01-31 20:10:19+00:00
9214 Author: hoffman
9215 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.9)
9216 Log: ENH: fix build errors with asm stuff on mingw and hopefully win64
9217 2008-02-01 19:01:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/kwsys/SystemInformation.cxx
9218 2008-02-01 19:01:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9219 2008-02-01 19:01:38     INFO: [Ok]
9220 2008-02-01 19:01:38    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.9
9221 2008-02-01 19:01:38     INFO: Committing u'2008-01-31 20:10:19 by hoffman'...
9222 2008-02-01 19:01:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9223 2008-02-01 19:01:38     INFO: Changeset #236
9224 2008-02-01 19:01:38     INFO: Changeset "2008-01-31 20:34:09 by hoffman"
9225 2008-02-01 19:01:38     INFO: Log message: ENH: fix for qnx, I hope, and fix indent stuff
9226 2008-02-01 19:01:38    DEBUG: Going to apply changeset:
9227 Revision: 2008-01-31 20:34:09 by hoffman
9228 Date: 2008-01-31 20:34:09+00:00
9229 Author: hoffman
9230 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.10)
9231 Log: ENH: fix for qnx, I hope, and fix indent stuff
9232 2008-02-01 19:01:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/kwsys/SystemInformation.cxx
9233 2008-02-01 19:01:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9234 2008-02-01 19:01:40     INFO: [Ok]
9235 2008-02-01 19:01:40    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.10
9236 2008-02-01 19:01:40     INFO: Committing u'2008-01-31 20:34:09 by hoffman'...
9237 2008-02-01 19:01:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9238 2008-02-01 19:01:40     INFO: Changeset #237
9239 2008-02-01 19:01:40     INFO: Changeset "2008-01-31 20:45:30 by king"
9240 2008-02-01 19:01:40     INFO: Log message: ENH: Support linking to shared libs with dependent libs
9242   - Split IMPORTED_LINK_LIBRARIES into two parts:
9243       IMPORTED_LINK_INTERFACE_LIBRARIES
9244       IMPORTED_LINK_DEPENDENT_LIBRARIES
9245   - Add CMAKE_DEPENDENT_SHARED_LIBRARY_MODE to select behavior
9246   - Set mode to LINK for Darwin (fixes universal binary problem)
9247   - Update ExportImport test to account for changes
9248 2008-02-01 19:01:40    DEBUG: Going to apply changeset:
9249 Revision: 2008-01-31 20:45:30 by king
9250 Date: 2008-01-31 20:45:31+00:00
9251 Author: king
9252 Entries: Modules/Platform/Darwin.cmake(UPD to 1.43), Source/cmComputeLinkDepends.cxx(UPD to 1.6), Source/cmComputeLinkDepends.h(UPD to 1.3), Source/cmComputeLinkInformation.cxx(UPD to 1.15), Source/cmComputeLinkInformation.h(UPD to 1.10), Source/cmDocumentVariables.cxx(UPD to 1.14), Source/cmExportFileGenerator.cxx(UPD to 1.9), Source/cmExportFileGenerator.h(UPD to 1.7), Source/cmTarget.cxx(UPD to 1.188), Source/cmTarget.h(UPD to 1.103), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.7)
9253 Log: ENH: Support linking to shared libs with dependent libs
9255   - Split IMPORTED_LINK_LIBRARIES into two parts:
9256       IMPORTED_LINK_INTERFACE_LIBRARIES
9257       IMPORTED_LINK_DEPENDENT_LIBRARIES
9258   - Add CMAKE_DEPENDENT_SHARED_LIBRARY_MODE to select behavior
9259   - Set mode to LINK for Darwin (fixes universal binary problem)
9260   - Update ExportImport test to account for changes
9261 2008-02-01 19:01:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkDepends.h
9262 2008-02-01 19:01:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9263 2008-02-01 19:01:42     INFO: [Ok]
9264 2008-02-01 19:01:42    DEBUG: Source/cmComputeLinkDepends.h updated to 1.7
9265 2008-02-01 19:01:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkDepends.cxx
9266 2008-02-01 19:01:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9267 2008-02-01 19:01:43     INFO: [Ok]
9268 2008-02-01 19:01:43    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.7
9269 2008-02-01 19:01:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt
9270 2008-02-01 19:01:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportFileGenerator.h Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9271 2008-02-01 19:01:45     INFO: [Ok]
9272 2008-02-01 19:01:45    DEBUG: Source/cmExportFileGenerator.h,Tests/ExportImport/Export/CMakeLists.txt updated to 1.7
9273 2008-02-01 19:01:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportFileGenerator.cxx
9274 2008-02-01 19:01:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9275 2008-02-01 19:01:46     INFO: [Ok]
9276 2008-02-01 19:01:46    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.7
9277 2008-02-01 19:01:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkInformation.h
9278 2008-02-01 19:01:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9279 2008-02-01 19:01:49     INFO: [Ok]
9280 2008-02-01 19:01:49    DEBUG: Source/cmComputeLinkInformation.h updated to 1.7
9281 2008-02-01 19:01:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDocumentVariables.cxx
9282 2008-02-01 19:01:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9283 2008-02-01 19:01:51     INFO: [Ok]
9284 2008-02-01 19:01:51    DEBUG: Source/cmDocumentVariables.cxx updated to 1.7
9285 2008-02-01 19:01:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmComputeLinkInformation.cxx
9286 2008-02-01 19:01:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9287 2008-02-01 19:01:53     INFO: [Ok]
9288 2008-02-01 19:01:53    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.7
9289 2008-02-01 19:01:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Modules/Platform/Darwin.cmake
9290 2008-02-01 19:01:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Modules/Platform/Darwin.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9291 2008-02-01 19:01:54     INFO: [Ok]
9292 2008-02-01 19:01:54    DEBUG: Modules/Platform/Darwin.cmake updated to 1.7
9293 2008-02-01 19:01:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmTarget.h
9294 2008-02-01 19:01:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9295 2008-02-01 19:01:55     INFO: [Ok]
9296 2008-02-01 19:01:55    DEBUG: Source/cmTarget.h updated to 1.7
9297 2008-02-01 19:01:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.188 Source/cmTarget.cxx
9298 2008-02-01 19:01:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.188 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9299 2008-02-01 19:01:57     INFO: [Ok]
9300 2008-02-01 19:01:57    DEBUG: Source/cmTarget.cxx updated to 1.7
9301 2008-02-01 19:01:57     INFO: Committing u'2008-01-31 20:45:30 by king'...
9302 2008-02-01 19:01:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9303 2008-02-01 19:01:57     INFO: Changeset #238
9304 2008-02-01 19:01:57     INFO: Changeset "2008-01-31 21:10:32 by hoffman"
9305 2008-02-01 19:01:57     INFO: Log message: ENH: remove extra junk
9306 2008-02-01 19:01:57    DEBUG: Going to apply changeset:
9307 Revision: 2008-01-31 21:10:32 by hoffman
9308 Date: 2008-01-31 21:10:32+00:00
9309 Author: hoffman
9310 Entries: Source/cmCTest.cxx(UPD to 1.333)
9311 Log: ENH: remove extra junk
9312 2008-02-01 19:01:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.333 Source/cmCTest.cxx
9313 2008-02-01 19:01:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.333 Source/cmCTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9314 2008-02-01 19:01:59     INFO: [Ok]
9315 2008-02-01 19:01:59    DEBUG: Source/cmCTest.cxx updated to 1.333
9316 2008-02-01 19:01:59     INFO: Committing u'2008-01-31 21:10:32 by hoffman'...
9317 2008-02-01 19:01:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9318 2008-02-01 19:01:59     INFO: Changeset #239
9319 2008-02-01 19:01:59     INFO: Changeset "2008-01-31 21:33:07 by martink"
9320 2008-02-01 19:01:59     INFO: Log message: BUG: minor fix for ctest
9321 2008-02-01 19:01:59    DEBUG: Going to apply changeset:
9322 Revision: 2008-01-31 21:33:07 by martink
9323 Date: 2008-01-31 21:33:07+00:00
9324 Author: martink
9325 Entries: Source/CTest/cmCTestTestHandler.cxx(UPD to 1.68)
9326 Log: BUG: minor fix for ctest
9327 2008-02-01 19:01:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/CTest/cmCTestTestHandler.cxx
9328 2008-02-01 19:01:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/CTest/cmCTestTestHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9329 2008-02-01 19:02:01     INFO: [Ok]
9330 2008-02-01 19:02:01    DEBUG: Source/CTest/cmCTestTestHandler.cxx updated to 1.68
9331 2008-02-01 19:02:01     INFO: Committing u'2008-01-31 21:33:07 by martink'...
9332 2008-02-01 19:02:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9333 2008-02-01 19:02:01     INFO: Changeset #240
9334 2008-02-01 19:02:01     INFO: Changeset "2008-01-31 21:37:52 by hoffman"
9335 2008-02-01 19:02:01     INFO: Log message: ENH: fixes for borland
9336 2008-02-01 19:02:01    DEBUG: Going to apply changeset:
9337 Revision: 2008-01-31 21:37:52 by hoffman
9338 Date: 2008-01-31 21:37:52+00:00
9339 Author: hoffman
9340 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.11)
9341 Log: ENH: fixes for borland
9342 2008-02-01 19:02:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/kwsys/SystemInformation.cxx
9343 2008-02-01 19:02:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9344 2008-02-01 19:02:03     INFO: [Ok]
9345 2008-02-01 19:02:03    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.11
9346 2008-02-01 19:02:03     INFO: Committing u'2008-01-31 21:37:52 by hoffman'...
9347 2008-02-01 19:02:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9348 2008-02-01 19:02:03     INFO: Changeset #241
9349 2008-02-01 19:02:03     INFO: Changeset "2008-01-31 21:38:14 by hoffman"
9350 2008-02-01 19:02:03     INFO: Log message: STYLE: line length
9351 2008-02-01 19:02:03    DEBUG: Going to apply changeset:
9352 Revision: 2008-01-31 21:38:14 by hoffman
9353 Date: 2008-01-31 21:38:45+00:00
9354 Author: hoffman
9355 Entries: Source/CTest/cmCTestUpdateHandler.cxx(UPD to 1.41), Source/cmGlobalVisualStudio7Generator.h(UPD to 1.45)
9356 Log: STYLE: line length
9357 2008-02-01 19:02:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/CTest/cmCTestUpdateHandler.cxx
9358 2008-02-01 19:02:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/CTest/cmCTestUpdateHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9359 2008-02-01 19:02:05     INFO: [Ok]
9360 2008-02-01 19:02:05    DEBUG: Source/CTest/cmCTestUpdateHandler.cxx updated to 1.45
9361 2008-02-01 19:02:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmGlobalVisualStudio7Generator.h
9362 2008-02-01 19:02:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmGlobalVisualStudio7Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9363 2008-02-01 19:02:06     INFO: [Ok]
9364 2008-02-01 19:02:06    DEBUG: Source/cmGlobalVisualStudio7Generator.h updated to 1.45
9365 2008-02-01 19:02:06     INFO: Committing u'2008-01-31 21:38:14 by hoffman'...
9366 2008-02-01 19:02:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9367 2008-02-01 19:02:06     INFO: Changeset #242
9368 2008-02-01 19:02:06     INFO: Changeset "2008-02-01 02:33:32 by hoffman"
9369 2008-02-01 19:02:06     INFO: Log message: ENH: try to fix hp and vs 6, again...
9370 2008-02-01 19:02:06    DEBUG: Going to apply changeset:
9371 Revision: 2008-02-01 02:33:32 by hoffman
9372 Date: 2008-02-01 02:33:32+00:00
9373 Author: hoffman
9374 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.12)
9375 Log: ENH: try to fix hp and vs 6, again...
9376 2008-02-01 19:02:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/kwsys/SystemInformation.cxx
9377 2008-02-01 19:02:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9378 2008-02-01 19:02:08     INFO: [Ok]
9379 2008-02-01 19:02:08    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.12
9380 2008-02-01 19:02:08     INFO: Committing u'2008-02-01 02:33:32 by hoffman'...
9381 2008-02-01 19:02:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9382 2008-02-01 19:02:08     INFO: Changeset #243
9383 2008-02-01 19:02:08     INFO: Changeset "2008-02-01 05:01:03 by king"
9384 2008-02-01 19:02:08     INFO: Log message: STYLE: Nightly Date Stamp
9385 2008-02-01 19:02:08    DEBUG: Going to apply changeset:
9386 Revision: 2008-02-01 05:01:03 by king
9387 Date: 2008-02-01 05:01:03+00:00
9388 Author: king
9389 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.83)
9390 Log: STYLE: Nightly Date Stamp
9391 2008-02-01 19:02:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/kwsys/kwsysDateStamp.cmake
9392 2008-02-01 19:02:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9393 2008-02-01 19:02:10     INFO: [Ok]
9394 2008-02-01 19:02:10    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.83
9395 2008-02-01 19:02:10     INFO: Committing u'2008-02-01 05:01:03 by king'...
9396 2008-02-01 19:02:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9397 2008-02-01 19:02:10     INFO: Changeset #244
9398 2008-02-01 19:02:10     INFO: Changeset "2008-02-01 13:55:41 by king"
9399 2008-02-01 19:02:10     INFO: Log message: COMP: Fix shadowed local warning.
9400 2008-02-01 19:02:10    DEBUG: Going to apply changeset:
9401 Revision: 2008-02-01 13:55:41 by king
9402 Date: 2008-02-01 13:55:41+00:00
9403 Author: king
9404 Entries: Source/cmTarget.cxx(UPD to 1.189)
9405 Log: COMP: Fix shadowed local warning.
9406 2008-02-01 19:02:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.189 Source/cmTarget.cxx
9407 2008-02-01 19:02:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.189 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9408 2008-02-01 19:02:12     INFO: [Ok]
9409 2008-02-01 19:02:12    DEBUG: Source/cmTarget.cxx updated to 1.189
9410 2008-02-01 19:02:12     INFO: Committing u'2008-02-01 13:55:41 by king'...
9411 2008-02-01 19:02:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9412 2008-02-01 19:02:12     INFO: Changeset #245
9413 2008-02-01 19:02:12     INFO: Changeset "2008-02-01 13:56:00 by king"
9414 2008-02-01 19:02:12     INFO: Log message: ENH: Pass dependent library search path to linker on some platforms.
9416   - Move runtime path ordering out of cmComputeLinkInformation
9417     into its own class cmOrderRuntimeDirectories.
9418   - Create an instance of cmOrderRuntimeDirectories for runtime
9419     path ordering and another instance for dependent library
9420     path ordering.
9421   - Replace CMAKE_DEPENDENT_SHARED_LIBRARY_MODE with explicit
9422     CMAKE_LINK_DEPENDENT_LIBRARY_FILES boolean.
9423   - Create CMAKE_LINK_DEPENDENT_LIBRARY_DIRS boolean.
9424   - Create variables to specify -rpath-link flags:
9425       CMAKE_SHARED_LIBRARY_RPATH_LINK_<LANG>_FLAG
9426       CMAKE_EXECUTABLE_RPATH_LINK_<LANG>_FLAG
9427   - Enable -rpath-link flag on Linux and QNX.
9428   - Documentation and error message updates
9429 2008-02-01 19:02:12    DEBUG: Going to apply changeset:
9430 Revision: 2008-02-01 13:56:00 by king
9431 Date: 2008-02-01 13:56:00+00:00
9432 Author: king
9433 Entries: bootstrap(UPD to 1.106), Modules/CMakeCInformation.cmake(UPD to 1.20), Modules/CMakeCXXInformation.cmake(UPD to 1.24), Modules/CMakeFortranInformation.cmake(UPD to 1.18), Modules/Platform/Darwin.cmake(UPD to 1.44), Modules/Platform/Linux.cmake(UPD to 1.17), Modules/Platform/QNX.cmake(UPD to 1.10), Source/CMakeLists.txt(UPD to 1.390), Source/cmComputeLinkDepends.cxx(UPD to 1.7), Source/cmComputeLinkInformation.cxx(UPD to 1.16), Source/cmComputeLinkInformation.h(UPD to 1.11), Source/cmDocumentVariables.cxx(UPD to 1.15), Source/cmExportBuildFileGenerator.cxx(UPD to 1.5), Source/cmExportBuildFileGenerator.h(UPD to 1.4), Source/cmExportFileGenerator.cxx(UPD to 1.10), Source/cmExportFileGenerator.h(UPD to 1.8), Source/cmExportInstallFileGenerator.cxx(UPD to 1.6), Source/cmExportInstallFileGenerator.h(UPD to 1.2), Source/cmLocalGenerator.cxx(UPD to 1.264), Source/cmOrderRuntimeDirectories.cxx(ADD at 1.1), Source/cmOrderRuntimeDirectories.h(ADD at 1.1), Source/cmTarget.cxx(UPD to 1.190)
9434 Log: ENH: Pass dependent library search path to linker on some platforms.
9436   - Move runtime path ordering out of cmComputeLinkInformation
9437     into its own class cmOrderRuntimeDirectories.
9438   - Create an instance of cmOrderRuntimeDirectories for runtime
9439     path ordering and another instance for dependent library
9440     path ordering.
9441   - Replace CMAKE_DEPENDENT_SHARED_LIBRARY_MODE with explicit
9442     CMAKE_LINK_DEPENDENT_LIBRARY_FILES boolean.
9443   - Create CMAKE_LINK_DEPENDENT_LIBRARY_DIRS boolean.
9444   - Create variables to specify -rpath-link flags:
9445       CMAKE_SHARED_LIBRARY_RPATH_LINK_<LANG>_FLAG
9446       CMAKE_EXECUTABLE_RPATH_LINK_<LANG>_FLAG
9447   - Enable -rpath-link flag on Linux and QNX.
9448   - Documentation and error message updates
9449 2008-02-01 19:02:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmOrderRuntimeDirectories.cxx Source/cmOrderRuntimeDirectories.h
9450 2008-02-01 19:02:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmOrderRuntimeDirectories.cxx Source/cmOrderRuntimeDirectories.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9451 2008-02-01 19:02:14     INFO: [Ok]
9452 2008-02-01 19:02:14    DEBUG: Source/cmOrderRuntimeDirectories.cxx,Source/cmOrderRuntimeDirectories.h updated to 1.190
9453 2008-02-01 19:02:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportInstallFileGenerator.h
9454 2008-02-01 19:02:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExportInstallFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9455 2008-02-01 19:02:15     INFO: [Ok]
9456 2008-02-01 19:02:15    DEBUG: Source/cmExportInstallFileGenerator.h updated to 1.190
9457 2008-02-01 19:02:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportBuildFileGenerator.h
9458 2008-02-01 19:02:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExportBuildFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9459 2008-02-01 19:02:16     INFO: [Ok]
9460 2008-02-01 19:02:16    DEBUG: Source/cmExportBuildFileGenerator.h updated to 1.190
9461 2008-02-01 19:02:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportBuildFileGenerator.cxx
9462 2008-02-01 19:02:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmExportBuildFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9463 2008-02-01 19:02:18     INFO: [Ok]
9464 2008-02-01 19:02:18    DEBUG: Source/cmExportBuildFileGenerator.cxx updated to 1.190
9465 2008-02-01 19:02:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportInstallFileGenerator.cxx
9466 2008-02-01 19:02:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9467 2008-02-01 19:02:19     INFO: [Ok]
9468 2008-02-01 19:02:19    DEBUG: Source/cmExportInstallFileGenerator.cxx updated to 1.190
9469 2008-02-01 19:02:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkDepends.cxx
9470 2008-02-01 19:02:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9471 2008-02-01 19:02:20     INFO: [Ok]
9472 2008-02-01 19:02:20    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.190
9473 2008-02-01 19:02:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportFileGenerator.h
9474 2008-02-01 19:02:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportFileGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9475 2008-02-01 19:02:21     INFO: [Ok]
9476 2008-02-01 19:02:21    DEBUG: Source/cmExportFileGenerator.h updated to 1.190
9477 2008-02-01 19:02:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/Platform/QNX.cmake Source/cmExportFileGenerator.cxx
9478 2008-02-01 19:02:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/Platform/QNX.cmake Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9479 2008-02-01 19:02:22     INFO: [Ok]
9480 2008-02-01 19:02:22    DEBUG: Modules/Platform/QNX.cmake,Source/cmExportFileGenerator.cxx updated to 1.190
9481 2008-02-01 19:02:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkInformation.h
9482 2008-02-01 19:02:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9483 2008-02-01 19:02:24     INFO: [Ok]
9484 2008-02-01 19:02:24    DEBUG: Source/cmComputeLinkInformation.h updated to 1.190
9485 2008-02-01 19:02:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDocumentVariables.cxx
9486 2008-02-01 19:02:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9487 2008-02-01 19:02:25     INFO: [Ok]
9488 2008-02-01 19:02:25    DEBUG: Source/cmDocumentVariables.cxx updated to 1.190
9489 2008-02-01 19:02:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmComputeLinkInformation.cxx
9490 2008-02-01 19:02:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9491 2008-02-01 19:02:26     INFO: [Ok]
9492 2008-02-01 19:02:26    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.190
9493 2008-02-01 19:02:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/Platform/Linux.cmake
9494 2008-02-01 19:02:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/Platform/Linux.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9495 2008-02-01 19:02:27     INFO: [Ok]
9496 2008-02-01 19:02:27    DEBUG: Modules/Platform/Linux.cmake updated to 1.190
9497 2008-02-01 19:02:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeFortranInformation.cmake
9498 2008-02-01 19:02:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeFortranInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9499 2008-02-01 19:02:28     INFO: [Ok]
9500 2008-02-01 19:02:28    DEBUG: Modules/CMakeFortranInformation.cmake updated to 1.190
9501 2008-02-01 19:02:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCInformation.cmake
9502 2008-02-01 19:02:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeCInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9503 2008-02-01 19:02:30     INFO: [Ok]
9504 2008-02-01 19:02:30    DEBUG: Modules/CMakeCInformation.cmake updated to 1.190
9505 2008-02-01 19:02:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/CMakeCXXInformation.cmake
9506 2008-02-01 19:02:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/CMakeCXXInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9507 2008-02-01 19:02:32     INFO: [Ok]
9508 2008-02-01 19:02:32    DEBUG: Modules/CMakeCXXInformation.cmake updated to 1.190
9509 2008-02-01 19:02:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/Platform/Darwin.cmake
9510 2008-02-01 19:02:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/Platform/Darwin.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9511 2008-02-01 19:02:34     INFO: [Ok]
9512 2008-02-01 19:02:34    DEBUG: Modules/Platform/Darwin.cmake updated to 1.190
9513 2008-02-01 19:02:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 bootstrap
9514 2008-02-01 19:02:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9515 2008-02-01 19:02:35     INFO: [Ok]
9516 2008-02-01 19:02:35    DEBUG: bootstrap updated to 1.190
9517 2008-02-01 19:02:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.190 Source/cmTarget.cxx
9518 2008-02-01 19:02:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.190 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9519 2008-02-01 19:02:36     INFO: [Ok]
9520 2008-02-01 19:02:36    DEBUG: Source/cmTarget.cxx updated to 1.190
9521 2008-02-01 19:02:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.264 Source/cmLocalGenerator.cxx
9522 2008-02-01 19:02:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.264 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9523 2008-02-01 19:02:39     INFO: [Ok]
9524 2008-02-01 19:02:39    DEBUG: Source/cmLocalGenerator.cxx updated to 1.190
9525 2008-02-01 19:02:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.390 Source/CMakeLists.txt
9526 2008-02-01 19:02:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.390 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9527 2008-02-01 19:02:40     INFO: [Ok]
9528 2008-02-01 19:02:40    DEBUG: Source/CMakeLists.txt updated to 1.190
9529 2008-02-01 19:02:40     INFO: Adding Source/cmOrderRuntimeDirectories.cxx, Source/cmOrderRuntimeDirectories.h...
9530 2008-02-01 19:02:40     INFO: Committing u'2008-02-01 13:56:00 by king'...
9531 2008-02-01 19:02:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9532 2008-02-01 19:02:40     INFO: Changeset #246
9533 2008-02-01 19:02:40     INFO: Changeset "2008-02-01 14:36:54 by king"
9534 2008-02-01 19:02:40     INFO: Log message: BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --version flag instead of after.
9535 2008-02-01 19:02:40    DEBUG: Going to apply changeset:
9536 Revision: 2008-02-01 14:36:54 by king
9537 Date: 2008-02-01 14:36:54+00:00
9538 Author: king
9539 Entries: Tests/CMakeLists.txt(UPD to 1.46)
9540 Log: BUG: Fix commit 1.41 of Tests/CMakeLists.txt to place fake target before --version flag instead of after.
9541 2008-02-01 19:02:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Tests/CMakeLists.txt
9542 2008-02-01 19:02:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9543 2008-02-01 19:02:42     INFO: [Ok]
9544 2008-02-01 19:02:42    DEBUG: Tests/CMakeLists.txt updated to 1.46
9545 2008-02-01 19:02:42     INFO: Committing u'2008-02-01 14:36:54 by king'...
9546 2008-02-01 19:02:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9547 2008-02-01 19:02:42     INFO: Changeset #247
9548 2008-02-01 19:02:42     INFO: Changeset "2008-02-01 14:57:41 by king"
9549 2008-02-01 19:02:42     INFO: Log message: ENH: Enable dependent library search paths on more platforms
9551   - HP-UX needs dependent library paths as -L options.
9552   - IRIX needs dependent library paths as -L options.
9553   - Sun needs dependent library paths as -L options.
9554   - FreeBSD needs dependent library paths in -rpath-link option.
9555 2008-02-01 19:02:42    DEBUG: Going to apply changeset:
9556 Revision: 2008-02-01 14:57:41 by king
9557 Date: 2008-02-01 14:57:41+00:00
9558 Author: king
9559 Entries: Modules/Platform/FreeBSD.cmake(UPD to 1.11), Modules/Platform/HP-UX.cmake(UPD to 1.26), Modules/Platform/IRIX.cmake(UPD to 1.14), Modules/Platform/IRIX64.cmake(UPD to 1.19), Modules/Platform/SunOS.cmake(UPD to 1.22)
9560 Log: ENH: Enable dependent library search paths on more platforms
9562   - HP-UX needs dependent library paths as -L options.
9563   - IRIX needs dependent library paths as -L options.
9564   - Sun needs dependent library paths as -L options.
9565   - FreeBSD needs dependent library paths in -rpath-link option.
9566 2008-02-01 19:02:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/Platform/FreeBSD.cmake
9567 2008-02-01 19:02:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/Platform/FreeBSD.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9568 2008-02-01 19:02:43     INFO: [Ok]
9569 2008-02-01 19:02:43    DEBUG: Modules/Platform/FreeBSD.cmake updated to 1.22
9570 2008-02-01 19:02:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/Platform/IRIX.cmake
9571 2008-02-01 19:02:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/Platform/IRIX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9572 2008-02-01 19:02:45     INFO: [Ok]
9573 2008-02-01 19:02:45    DEBUG: Modules/Platform/IRIX.cmake updated to 1.22
9574 2008-02-01 19:02:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/Platform/IRIX64.cmake
9575 2008-02-01 19:02:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/Platform/IRIX64.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9576 2008-02-01 19:02:46     INFO: [Ok]
9577 2008-02-01 19:02:46    DEBUG: Modules/Platform/IRIX64.cmake updated to 1.22
9578 2008-02-01 19:02:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/Platform/SunOS.cmake
9579 2008-02-01 19:02:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/Platform/SunOS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9580 2008-02-01 19:02:47     INFO: [Ok]
9581 2008-02-01 19:02:47    DEBUG: Modules/Platform/SunOS.cmake updated to 1.22
9582 2008-02-01 19:02:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Modules/Platform/HP-UX.cmake
9583 2008-02-01 19:02:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9584 2008-02-01 19:02:48     INFO: [Ok]
9585 2008-02-01 19:02:48    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.22
9586 2008-02-01 19:02:48     INFO: Committing u'2008-02-01 14:57:41 by king'...
9587 2008-02-01 19:02:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9588 2008-02-01 19:02:48     INFO: Changeset #248
9589 2008-02-01 19:02:48     INFO: Changeset "2008-02-01 14:57:47 by king"
9590 2008-02-01 19:02:48     INFO: Log message: ENH: Update ExportImport test to enforce dependent library paths
9592   - Build without rpaths
9593   - Place implementation libs in separate directories
9594 2008-02-01 19:02:48    DEBUG: Going to apply changeset:
9595 Revision: 2008-02-01 14:57:47 by king
9596 Date: 2008-02-01 14:57:47+00:00
9597 Author: king
9598 Entries: Tests/ExportImport/CMakeLists.txt(UPD to 1.5), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.8)
9599 Log: ENH: Update ExportImport test to enforce dependent library paths
9601   - Build without rpaths
9602   - Place implementation libs in separate directories
9603 2008-02-01 19:02:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/ExportImport/CMakeLists.txt
9604 2008-02-01 19:02:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Tests/ExportImport/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9605 2008-02-01 19:02:50     INFO: [Ok]
9606 2008-02-01 19:02:50    DEBUG: Tests/ExportImport/CMakeLists.txt updated to 1.8
9607 2008-02-01 19:02:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/ExportImport/Export/CMakeLists.txt
9608 2008-02-01 19:02:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9609 2008-02-01 19:02:51     INFO: [Ok]
9610 2008-02-01 19:02:51    DEBUG: Tests/ExportImport/Export/CMakeLists.txt updated to 1.8
9611 2008-02-01 19:02:51     INFO: Committing u'2008-02-01 14:57:47 by king'...
9612 2008-02-01 19:02:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9613 2008-02-01 19:02:51     INFO: Changeset #249
9614 2008-02-01 19:02:51     INFO: Changeset "2008-02-01 15:41:29 by clinton"
9615 2008-02-01 19:02:51     INFO: Log message: ENH:  Use translation file if it exists for the locale.
9616       Consolidate some strings.
9618       More responsive interrupting.  Prompt user if they try to close during
9619       configure, and allow them to close.
9620 2008-02-01 19:02:51    DEBUG: Going to apply changeset:
9621 Revision: 2008-02-01 15:41:29 by clinton
9622 Date: 2008-02-01 15:41:29+00:00
9623 Author: clinton
9624 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.10), Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.29), Source/QtDialog/CMakeSetupDialog.h(UPD to 1.18), Source/QtDialog/QCMake.cxx(UPD to 1.13)
9625 Log: ENH:  Use translation file if it exists for the locale.
9626       Consolidate some strings.
9628       More responsive interrupting.  Prompt user if they try to close during
9629       configure, and allow them to close.
9630 2008-02-01 19:02:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/QtDialog/CMakeSetup.cxx
9631 2008-02-01 19:02:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9632 2008-02-01 19:02:53     INFO: [Ok]
9633 2008-02-01 19:02:53    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.13
9634 2008-02-01 19:02:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/QCMake.cxx
9635 2008-02-01 19:02:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9636 2008-02-01 19:02:54     INFO: [Ok]
9637 2008-02-01 19:02:54    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.13
9638 2008-02-01 19:02:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/CMakeSetupDialog.h
9639 2008-02-01 19:02:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/CMakeSetupDialog.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9640 2008-02-01 19:02:55     INFO: [Ok]
9641 2008-02-01 19:02:55    DEBUG: Source/QtDialog/CMakeSetupDialog.h updated to 1.13
9642 2008-02-01 19:02:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/QtDialog/CMakeSetupDialog.cxx
9643 2008-02-01 19:02:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9644 2008-02-01 19:02:56     INFO: [Ok]
9645 2008-02-01 19:02:56    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.13
9646 2008-02-01 19:02:56     INFO: Committing u'2008-02-01 15:41:29 by clinton'...
9647 2008-02-01 19:02:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9648 2008-02-01 19:02:56     INFO: Changeset #250
9649 2008-02-01 19:02:56     INFO: Changeset "2008-02-01 16:09:39 by hoffman"
9650 2008-02-01 19:02:56     INFO: Log message: ENH: fix win64 build and a warning
9651 2008-02-01 19:02:56    DEBUG: Going to apply changeset:
9652 Revision: 2008-02-01 16:09:39 by hoffman
9653 Date: 2008-02-01 16:09:39+00:00
9654 Author: hoffman
9655 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.13)
9656 Log: ENH: fix win64 build and a warning
9657 2008-02-01 19:02:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/kwsys/SystemInformation.cxx
9658 2008-02-01 19:02:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9659 2008-02-01 19:02:58     INFO: [Ok]
9660 2008-02-01 19:02:58    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.13
9661 2008-02-01 19:02:58     INFO: Committing u'2008-02-01 16:09:39 by hoffman'...
9662 2008-02-01 19:02:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9663 2008-02-01 19:02:58     INFO: Changeset #251
9664 2008-02-01 19:02:58     INFO: Changeset "2008-02-01 16:30:08 by hoffman"
9665 2008-02-01 19:02:58     INFO: Log message: ENH: fix some warnings and 64 bit build windows
9666 2008-02-01 19:02:58    DEBUG: Going to apply changeset:
9667 Revision: 2008-02-01 16:30:08 by hoffman
9668 Date: 2008-02-01 16:30:08+00:00
9669 Author: hoffman
9670 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.14)
9671 Log: ENH: fix some warnings and 64 bit build windows
9672 2008-02-01 19:02:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/kwsys/SystemInformation.cxx
9673 2008-02-01 19:02:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9674 2008-02-01 19:03:00     INFO: [Ok]
9675 2008-02-01 19:03:00    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.14
9676 2008-02-01 19:03:00     INFO: Committing u'2008-02-01 16:30:08 by hoffman'...
9677 2008-02-01 19:03:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9678 2008-02-01 19:03:00     INFO: Changeset #252
9679 2008-02-01 19:03:00     INFO: Changeset "2008-02-01 16:33:14 by hoffman"
9680 2008-02-01 19:03:00     INFO: Log message: ENH: fix more warnings
9681 2008-02-01 19:03:00    DEBUG: Going to apply changeset:
9682 Revision: 2008-02-01 16:33:14 by hoffman
9683 Date: 2008-02-01 16:36:06+00:00
9684 Author: hoffman
9685 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.15), Source/kwsys/SystemInformation.cxx(UPD to 1.16), Source/kwsys/SystemInformation.cxx(UPD to 1.17)
9686 Log: ENH: fix more warnings
9687 2008-02-01 19:03:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/kwsys/SystemInformation.cxx
9688 2008-02-01 19:03:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9689 2008-02-01 19:03:02     INFO: [Ok]
9690 2008-02-01 19:03:02    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.17
9691 2008-02-01 19:03:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/kwsys/SystemInformation.cxx
9692 2008-02-01 19:03:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9693 2008-02-01 19:03:03     INFO: [Ok]
9694 2008-02-01 19:03:03    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.17
9695 2008-02-01 19:03:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/kwsys/SystemInformation.cxx
9696 2008-02-01 19:03:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9697 2008-02-01 19:03:04     INFO: [Ok]
9698 2008-02-01 19:03:04    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.17
9699 2008-02-01 19:03:04     INFO: Committing u'2008-02-01 16:33:14 by hoffman'...
9700 2008-02-01 19:03:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9701 2008-02-01 19:03:04     INFO: Changeset #253
9702 2008-02-01 19:03:04     INFO: Changeset "2008-02-01 16:40:55 by hoffman"
9703 2008-02-01 19:03:04     INFO: Log message: ENH: fix more warnings
9704 2008-02-01 19:03:04    DEBUG: Going to apply changeset:
9705 Revision: 2008-02-01 16:40:55 by hoffman
9706 Date: 2008-02-01 16:40:55+00:00
9707 Author: hoffman
9708 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.18)
9709 Log: ENH: fix more warnings
9710 2008-02-01 19:03:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/kwsys/SystemInformation.cxx
9711 2008-02-01 19:03:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9712 2008-02-01 19:03:07     INFO: [Ok]
9713 2008-02-01 19:03:07    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.18
9714 2008-02-01 19:03:07     INFO: Committing u'2008-02-01 16:40:55 by hoffman'...
9715 2008-02-01 19:03:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9716 2008-02-01 19:03:07     INFO: Changeset #254
9717 2008-02-01 19:03:07     INFO: Changeset "2008-02-01 16:48:00 by clinton"
9718 2008-02-01 19:03:07     INFO: Log message: ENH:  Show version number in window title.
9719 2008-02-01 19:03:07    DEBUG: Going to apply changeset:
9720 Revision: 2008-02-01 16:48:00 by clinton
9721 Date: 2008-02-01 16:48:00+00:00
9722 Author: clinton
9723 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.11), Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.30)
9724 Log: ENH:  Show version number in window title.
9725 2008-02-01 19:03:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/QtDialog/CMakeSetup.cxx
9726 2008-02-01 19:03:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9727 2008-02-01 19:03:09     INFO: [Ok]
9728 2008-02-01 19:03:09    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.30
9729 2008-02-01 19:03:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/QtDialog/CMakeSetupDialog.cxx
9730 2008-02-01 19:03:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9731 2008-02-01 19:03:10     INFO: [Ok]
9732 2008-02-01 19:03:10    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.30
9733 2008-02-01 19:03:10     INFO: Committing u'2008-02-01 16:48:00 by clinton'...
9734 2008-02-01 19:03:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9735 2008-02-01 19:03:10     INFO: Changeset #255
9736 2008-02-01 19:03:10     INFO: Changeset "2008-02-01 17:02:19 by clinton"
9737 2008-02-01 19:03:10     INFO: Log message: ENH:  Use new COMPILE_DEFINITIONS_* with set_property to
9738       add Qt release/debug defines.
9739 2008-02-01 19:03:10    DEBUG: Going to apply changeset:
9740 Revision: 2008-02-01 17:02:19 by clinton
9741 Date: 2008-02-01 17:02:19+00:00
9742 Author: clinton
9743 Entries: Modules/UseQt4.cmake(UPD to 1.13)
9744 Log: ENH:  Use new COMPILE_DEFINITIONS_* with set_property to
9745       add Qt release/debug defines.
9746 2008-02-01 19:03:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/UseQt4.cmake
9747 2008-02-01 19:03:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Modules/UseQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9748 2008-02-01 19:03:12     INFO: [Ok]
9749 2008-02-01 19:03:12    DEBUG: Modules/UseQt4.cmake updated to 1.13
9750 2008-02-01 19:03:12     INFO: Committing u'2008-02-01 17:02:19 by clinton'...
9751 2008-02-01 19:03:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9752 2008-02-01 19:03:12     INFO: Changeset #256
9753 2008-02-01 19:03:12     INFO: Changeset "2008-02-01 17:35:50 by hoffman"
9754 2008-02-01 19:03:12     INFO: Log message: ENH: fix warnings
9755 2008-02-01 19:03:12    DEBUG: Going to apply changeset:
9756 Revision: 2008-02-01 17:35:50 by hoffman
9757 Date: 2008-02-01 17:35:50+00:00
9758 Author: hoffman
9759 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.19)
9760 Log: ENH: fix warnings
9761 2008-02-01 19:03:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/kwsys/SystemInformation.cxx
9762 2008-02-01 19:03:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9763 2008-02-01 19:03:14     INFO: [Ok]
9764 2008-02-01 19:03:14    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.19
9765 2008-02-01 19:03:14     INFO: Committing u'2008-02-01 17:35:50 by hoffman'...
9766 2008-02-01 19:03:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9767 2008-02-01 19:03:14     INFO: Changeset #257
9768 2008-02-01 19:03:14     INFO: Changeset "2008-02-01 18:08:12 by king"
9769 2008-02-01 19:03:14     INFO: Log message: BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.
9771   - Motivation:
9772     - It depended on the order of installation
9773     - It supported only a single destination for each target
9774     - It created directory portions of an install name without user request
9775   - Updated ExportImport test to install targets in an order that expoed
9776     this bug
9777 2008-02-01 19:03:14    DEBUG: Going to apply changeset:
9778 Revision: 2008-02-01 18:08:12 by king
9779 Date: 2008-02-01 18:08:12+00:00
9780 Author: king
9781 Entries: Source/cmInstallTargetGenerator.cxx(UPD to 1.56), Source/cmTarget.h(UPD to 1.104), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.9)
9782 Log: BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.
9784   - Motivation:
9785     - It depended on the order of installation
9786     - It supported only a single destination for each target
9787     - It created directory portions of an install name without user request
9788   - Updated ExportImport test to install targets in an order that expoed
9789     this bug
9790 2008-02-01 19:03:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/ExportImport/Export/CMakeLists.txt
9791 2008-02-01 19:03:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9792 2008-02-01 19:03:16     INFO: [Ok]
9793 2008-02-01 19:03:16    DEBUG: Tests/ExportImport/Export/CMakeLists.txt updated to 1.9
9794 2008-02-01 19:03:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmInstallTargetGenerator.cxx
9795 2008-02-01 19:03:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9796 2008-02-01 19:03:17     INFO: [Ok]
9797 2008-02-01 19:03:17    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.9
9798 2008-02-01 19:03:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmTarget.h
9799 2008-02-01 19:03:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9800 2008-02-01 19:03:18     INFO: [Ok]
9801 2008-02-01 19:03:18    DEBUG: Source/cmTarget.h updated to 1.9
9802 2008-02-01 19:03:18     INFO: Committing u'2008-02-01 18:08:12 by king'...
9803 2008-02-01 19:03:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9804 2008-02-01 19:03:18     INFO: Changeset #258
9805 2008-02-01 19:03:18     INFO: Changeset "2008-02-01 18:52:04 by clinton"
9806 2008-02-01 19:03:18     INFO: Log message: 
9807 BUG:  When preserving relative paths for moc generated files,
9808       also consider paths to headers in the build directory.
9809 2008-02-01 19:03:18    DEBUG: Going to apply changeset:
9810 Revision: 2008-02-01 18:52:04 by clinton
9811 Date: 2008-02-01 18:52:04+00:00
9812 Author: clinton
9813 Entries: Modules/FindQt4.cmake(UPD to 1.90)
9814 Log: 
9815 BUG:  When preserving relative paths for moc generated files,
9816       also consider paths to headers in the build directory.
9817 2008-02-01 19:03:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Modules/FindQt4.cmake
9818 2008-02-01 19:03:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9819 2008-02-01 19:03:20     INFO: [Ok]
9820 2008-02-01 19:03:20    DEBUG: Modules/FindQt4.cmake updated to 1.90
9821 2008-02-01 19:03:20     INFO: Committing u'2008-02-01 18:52:04 by clinton'...
9822 2008-02-01 19:03:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9823 2008-02-01 19:03:20     INFO: Changeset #259
9824 2008-02-01 19:03:20     INFO: Changeset "2008-02-01 19:35:14 by king"
9825 2008-02-01 19:03:20     INFO: Log message: BUG: Fixed typo resulting in confusing error message from cmExportInstallFileGenerator.
9826 2008-02-01 19:03:20    DEBUG: Going to apply changeset:
9827 Revision: 2008-02-01 19:35:14 by king
9828 Date: 2008-02-01 19:35:14+00:00
9829 Author: king
9830 Entries: Source/cmExportInstallFileGenerator.cxx(UPD to 1.7)
9831 Log: BUG: Fixed typo resulting in confusing error message from cmExportInstallFileGenerator.
9832 2008-02-01 19:03:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportInstallFileGenerator.cxx
9833 2008-02-01 19:03:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9834 2008-02-01 19:03:22     INFO: [Ok]
9835 2008-02-01 19:03:22    DEBUG: Source/cmExportInstallFileGenerator.cxx updated to 1.7
9836 2008-02-01 19:03:22     INFO: Committing u'2008-02-01 19:35:14 by king'...
9837 2008-02-01 19:03:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9838 2008-02-01 19:03:22     INFO: Changeset #260
9839 2008-02-01 19:03:22     INFO: Changeset "2008-02-01 21:05:40 by martink"
9840 2008-02-01 19:03:22     INFO: Log message: ENH: really Bill, using Ken's checkout, fix output in ctest so clean output in build and test is not lost, also display the command lines used
9841 2008-02-01 19:03:22    DEBUG: Going to apply changeset:
9842 Revision: 2008-02-01 21:05:40 by martink
9843 Date: 2008-02-01 21:05:40+00:00
9844 Author: martink
9845 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.224)
9846 Log: ENH: really Bill, using Ken's checkout, fix output in ctest so clean output in build and test is not lost, also display the command lines used
9847 2008-02-01 19:03:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmGlobalGenerator.cxx
9848 2008-02-01 19:03:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9849 2008-02-01 19:03:24     INFO: [Ok]
9850 2008-02-01 19:03:24    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.224
9851 2008-02-01 19:03:24     INFO: Committing u'2008-02-01 21:05:40 by martink'...
9852 2008-02-01 19:03:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9853 2008-02-01 19:03:24     INFO: Changeset #261
9854 2008-02-01 19:03:24     INFO: Changeset "2008-02-01 21:17:06 by martink"
9855 2008-02-01 19:03:24     INFO: Log message: ENH: disable test for vs 70 as devenv randomly segfaults when building the sub-project
9856 2008-02-01 19:03:24    DEBUG: Going to apply changeset:
9857 Revision: 2008-02-01 21:17:06 by martink
9858 Date: 2008-02-01 21:17:06+00:00
9859 Author: martink
9860 Entries: Tests/CMakeLists.txt(UPD to 1.47)
9861 Log: ENH: disable test for vs 70 as devenv randomly segfaults when building the sub-project
9862 2008-02-01 19:03:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Tests/CMakeLists.txt
9863 2008-02-01 19:03:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9864 2008-02-01 19:03:26     INFO: [Ok]
9865 2008-02-01 19:03:26    DEBUG: Tests/CMakeLists.txt updated to 1.47
9866 2008-02-01 19:03:26     INFO: Committing u'2008-02-01 21:17:06 by martink'...
9867 2008-02-01 19:03:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9868 2008-02-01 19:03:26    DEBUG: Adjusting the state accordingly to journal
9869 2008-02-01 19:03:26     INFO: Update completed, now at revision "2008-02-01 21:17:06 by martink"
9870 2008-02-03 01:01:08     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
9871 2008-02-03 01:01:08    DEBUG: cvs not found as new-style vcs, trying as monolithic
9872 2008-02-03 01:01:08    DEBUG: hg not found as new-style vcs, trying as monolithic
9873 2008-02-03 01:01:08     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-01 21:17:06 UTC<" -b CMake 2>&1
9874 2008-02-03 01:01:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-01 21:17:06 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILORgit')
9875 2008-02-03 01:01:28     INFO: [Ok]
9876 2008-02-03 01:01:33     INFO: Cached information about 4 pending changesets
9877 2008-02-03 01:01:33     INFO: Applying pending upstream changesets
9878 2008-02-03 01:01:33     INFO: Changeset #1
9879 2008-02-03 01:01:33     INFO: Changeset "2008-02-02 05:01:05 by king"
9880 2008-02-03 01:01:33     INFO: Log message: STYLE: Nightly Date Stamp
9881 2008-02-03 01:01:33    DEBUG: Going to apply changeset:
9882 Revision: 2008-02-02 05:01:05 by king
9883 Date: 2008-02-02 05:01:05+00:00
9884 Author: king
9885 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.84)
9886 Log: STYLE: Nightly Date Stamp
9887 2008-02-03 01:01:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/kwsys/kwsysDateStamp.cmake
9888 2008-02-03 01:01:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9889 2008-02-03 01:01:36     INFO: [Ok]
9890 2008-02-03 01:01:36    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.84
9891 2008-02-03 01:01:36     INFO: Committing u'2008-02-02 05:01:05 by king'...
9892 2008-02-03 01:01:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9893 2008-02-03 01:01:36     INFO: Changeset #2
9894 2008-02-03 01:01:36     INFO: Changeset "2008-02-02 13:58:53 by king"
9895 2008-02-03 01:01:36     INFO: Log message: ENH: Enable dependent library search paths on more platforms
9897   - NetBSD needs dependent library paths in -rpath-link option.
9898   - kFreeBSD needs dependent library paths in -rpath-link option.
9899 2008-02-03 01:01:36    DEBUG: Going to apply changeset:
9900 Revision: 2008-02-02 13:58:53 by king
9901 Date: 2008-02-02 13:58:53+00:00
9902 Author: king
9903 Entries: Modules/Platform/NetBSD.cmake(UPD to 1.9), Modules/Platform/kFreeBSD.cmake(UPD to 1.4)
9904 Log: ENH: Enable dependent library search paths on more platforms
9906   - NetBSD needs dependent library paths in -rpath-link option.
9907   - kFreeBSD needs dependent library paths in -rpath-link option.
9908 2008-02-03 01:01:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/kFreeBSD.cmake
9909 2008-02-03 01:01:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/kFreeBSD.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9910 2008-02-03 01:01:38     INFO: [Ok]
9911 2008-02-03 01:01:38    DEBUG: Modules/Platform/kFreeBSD.cmake updated to 1.4
9912 2008-02-03 01:01:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/Platform/NetBSD.cmake
9913 2008-02-03 01:01:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/Platform/NetBSD.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9914 2008-02-03 01:01:39     INFO: [Ok]
9915 2008-02-03 01:01:39    DEBUG: Modules/Platform/NetBSD.cmake updated to 1.4
9916 2008-02-03 01:01:39     INFO: Committing u'2008-02-02 13:58:53 by king'...
9917 2008-02-03 01:01:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9918 2008-02-03 01:01:39     INFO: Changeset #3
9919 2008-02-03 01:01:39     INFO: Changeset "2008-02-02 21:18:35 by hoffman"
9920 2008-02-03 01:01:39     INFO: Log message: ENH: fix infinite loop from size_t change
9921 2008-02-03 01:01:39    DEBUG: Going to apply changeset:
9922 Revision: 2008-02-02 21:18:35 by hoffman
9923 Date: 2008-02-02 21:18:35+00:00
9924 Author: hoffman
9925 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.20)
9926 Log: ENH: fix infinite loop from size_t change
9927 2008-02-03 01:01:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/kwsys/SystemInformation.cxx
9928 2008-02-03 01:01:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9929 2008-02-03 01:01:41     INFO: [Ok]
9930 2008-02-03 01:01:41    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.20
9931 2008-02-03 01:01:41     INFO: Committing u'2008-02-02 21:18:35 by hoffman'...
9932 2008-02-03 01:01:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9933 2008-02-03 01:01:41     INFO: Changeset #4
9934 2008-02-03 01:01:41     INFO: Changeset "2008-02-03 05:01:02 by king"
9935 2008-02-03 01:01:41     INFO: Log message: STYLE: Nightly Date Stamp
9936 2008-02-03 01:01:41    DEBUG: Going to apply changeset:
9937 Revision: 2008-02-03 05:01:02 by king
9938 Date: 2008-02-03 05:01:02+00:00
9939 Author: king
9940 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.85)
9941 Log: STYLE: Nightly Date Stamp
9942 2008-02-03 01:01:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Source/kwsys/kwsysDateStamp.cmake
9943 2008-02-03 01:01:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9944 2008-02-03 01:01:43     INFO: [Ok]
9945 2008-02-03 01:01:43    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.85
9946 2008-02-03 01:01:43     INFO: Committing u'2008-02-03 05:01:02 by king'...
9947 2008-02-03 01:01:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9948 2008-02-03 01:01:43    DEBUG: Adjusting the state accordingly to journal
9949 2008-02-03 01:01:43     INFO: Update completed, now at revision "2008-02-03 05:01:02 by king"
9950 2008-02-03 01:05:05     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
9951 2008-02-03 01:05:05    DEBUG: cvs not found as new-style vcs, trying as monolithic
9952 2008-02-03 01:05:05    DEBUG: hg not found as new-style vcs, trying as monolithic
9953 2008-02-03 01:05:05     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 05:01:02 UTC<" -b CMake 2>&1
9954 2008-02-03 01:05:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 05:01:02 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
9955 2008-02-03 01:05:54     INFO: [Ok]
9956 2008-02-03 01:05:59     INFO: Cached information about 0 pending changesets
9957 2008-02-03 01:05:59     INFO: Update completed with no upstream changes
9958 2008-02-03 14:16:09     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
9959 2008-02-03 14:16:09    DEBUG: cvs not found as new-style vcs, trying as monolithic
9960 2008-02-03 14:16:09    DEBUG: hg not found as new-style vcs, trying as monolithic
9961 2008-02-03 14:16:09     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 05:01:02 UTC<" -b CMake 2>&1
9962 2008-02-03 14:16:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 05:01:02 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
9963 2008-02-03 14:16:40     INFO: [Ok]
9964 2008-02-03 14:16:45     INFO: Cached information about 6 pending changesets
9965 2008-02-03 14:16:45     INFO: Applying pending upstream changesets
9966 2008-02-03 14:16:45     INFO: Changeset #1
9967 2008-02-03 14:16:45     INFO: Changeset "2008-02-03 13:07:17 by king"
9968 2008-02-03 14:16:45     INFO: Log message: COMP: Remove inline keyword from forward declaration for VS9.
9969 2008-02-03 14:16:45    DEBUG: Going to apply changeset:
9970 Revision: 2008-02-03 13:07:17 by king
9971 Date: 2008-02-03 13:07:17+00:00
9972 Author: king
9973 Entries: Source/kwsys/hash_set.hxx.in(UPD to 1.5)
9974 Log: COMP: Remove inline keyword from forward declaration for VS9.
9975 2008-02-03 14:16:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/hash_set.hxx.in
9976 2008-02-03 14:16:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/kwsys/hash_set.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9977 2008-02-03 14:17:02     INFO: [Ok]
9978 2008-02-03 14:17:02    DEBUG: Source/kwsys/hash_set.hxx.in updated to 1.5
9979 2008-02-03 14:17:02     INFO: Committing u'2008-02-03 13:07:17 by king'...
9980 2008-02-03 14:17:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9981 2008-02-03 14:17:02     INFO: Changeset #2
9982 2008-02-03 14:17:02     INFO: Changeset "2008-02-03 13:14:38 by king"
9983 2008-02-03 14:17:02     INFO: Log message: COMP: Fix unreachable code warning.  Remove runtime test of constant information.
9984 2008-02-03 14:17:02    DEBUG: Going to apply changeset:
9985 Revision: 2008-02-03 13:14:38 by king
9986 Date: 2008-02-03 13:14:38+00:00
9987 Author: king
9988 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.21)
9989 Log: COMP: Fix unreachable code warning.  Remove runtime test of constant information.
9990 2008-02-03 14:17:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/kwsys/SystemInformation.cxx
9991 2008-02-03 14:17:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
9992 2008-02-03 14:17:04     INFO: [Ok]
9993 2008-02-03 14:17:04    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.21
9994 2008-02-03 14:17:04     INFO: Committing u'2008-02-03 13:14:38 by king'...
9995 2008-02-03 14:17:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
9996 2008-02-03 14:17:04     INFO: Changeset #3
9997 2008-02-03 14:17:04     INFO: Changeset "2008-02-03 13:20:11 by king"
9998 2008-02-03 14:17:04     INFO: Log message: COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignment in if condition.
9999 2008-02-03 14:17:04    DEBUG: Going to apply changeset:
10000 Revision: 2008-02-03 13:20:11 by king
10001 Date: 2008-02-03 13:20:11+00:00
10002 Author: king
10003 Entries: Source/kwsys/SystemInformation.cxx(UPD to 1.22)
10004 Log: COMP: Fix warning in SystemInformation.cxx about possibly incorrect assignment in if condition.
10005 2008-02-03 14:17:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/kwsys/SystemInformation.cxx
10006 2008-02-03 14:17:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/kwsys/SystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10007 2008-02-03 14:17:06     INFO: [Ok]
10008 2008-02-03 14:17:06    DEBUG: Source/kwsys/SystemInformation.cxx updated to 1.22
10009 2008-02-03 14:17:06     INFO: Committing u'2008-02-03 13:20:11 by king'...
10010 2008-02-03 14:17:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10011 2008-02-03 14:17:06     INFO: Changeset #4
10012 2008-02-03 14:17:06     INFO: Changeset "2008-02-03 13:57:41 by king"
10013 2008-02-03 14:17:06     INFO: Log message: BUG: cmCTest::GetConfigType should return the string by reference-to-const so that callers may use .c_str() safely.
10014 2008-02-03 14:17:06    DEBUG: Going to apply changeset:
10015 Revision: 2008-02-03 13:57:41 by king
10016 Date: 2008-02-03 13:57:41+00:00
10017 Author: king
10018 Entries: Source/cmCTest.cxx(UPD to 1.334), Source/cmCTest.h(UPD to 1.100)
10019 Log: BUG: cmCTest::GetConfigType should return the string by reference-to-const so that callers may use .c_str() safely.
10020 2008-02-03 14:17:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmCTest.h
10021 2008-02-03 14:17:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmCTest.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10022 2008-02-03 14:17:08     INFO: [Ok]
10023 2008-02-03 14:17:08    DEBUG: Source/cmCTest.h updated to 1.100
10024 2008-02-03 14:17:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.334 Source/cmCTest.cxx
10025 2008-02-03 14:17:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.334 Source/cmCTest.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10026 2008-02-03 14:17:09     INFO: [Ok]
10027 2008-02-03 14:17:09    DEBUG: Source/cmCTest.cxx updated to 1.100
10028 2008-02-03 14:17:09     INFO: Committing u'2008-02-03 13:57:41 by king'...
10029 2008-02-03 14:17:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10030 2008-02-03 14:17:09     INFO: Changeset #5
10031 2008-02-03 14:17:09     INFO: Changeset "2008-02-03 13:57:58 by king"
10032 2008-02-03 14:17:09     INFO: Log message: COMP: Convert C function prototypes to use (void) instead of ().
10033 2008-02-03 14:17:09    DEBUG: Going to apply changeset:
10034 Revision: 2008-02-03 13:57:58 by king
10035 Date: 2008-02-03 13:57:58+00:00
10036 Author: king
10037 Entries: Tests/ExportImport/Export/testExe1.c(UPD to 1.3), Tests/ExportImport/Export/testExe1lib.c(UPD to 1.2), Tests/ExportImport/Export/testLib1.c(UPD to 1.2), Tests/ExportImport/Export/testLib2.c(UPD to 1.2)
10038 Log: COMP: Convert C function prototypes to use (void) instead of ().
10039 2008-02-03 14:17:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testExe1lib.c Tests/ExportImport/Export/testLib1.c Tests/ExportImport/Export/testLib2.c
10040 2008-02-03 14:17:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/ExportImport/Export/testExe1lib.c Tests/ExportImport/Export/testLib1.c Tests/ExportImport/Export/testLib2.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10041 2008-02-03 14:17:11     INFO: [Ok]
10042 2008-02-03 14:17:11    DEBUG: Tests/ExportImport/Export/testExe1lib.c,Tests/ExportImport/Export/testLib1.c,Tests/ExportImport/Export/testLib2.c updated to 1.2
10043 2008-02-03 14:17:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/ExportImport/Export/testExe1.c
10044 2008-02-03 14:17:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Tests/ExportImport/Export/testExe1.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10045 2008-02-03 14:17:12     INFO: [Ok]
10046 2008-02-03 14:17:12    DEBUG: Tests/ExportImport/Export/testExe1.c updated to 1.2
10047 2008-02-03 14:17:12     INFO: Committing u'2008-02-03 13:57:58 by king'...
10048 2008-02-03 14:17:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10049 2008-02-03 14:17:12     INFO: Changeset #6
10050 2008-02-03 14:17:12     INFO: Changeset "2008-02-03 13:58:10 by king"
10051 2008-02-03 14:17:12     INFO: Log message: COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed.  Define one public symbol to avoid complaints from archivers about empty object files.
10052 2008-02-03 14:17:12    DEBUG: Going to apply changeset:
10053 Revision: 2008-02-03 13:58:10 by king
10054 Date: 2008-02-03 13:58:10+00:00
10055 Author: king
10056 Entries: Source/kwsys/IOStream.cxx(UPD to 1.2)
10057 Log: COMP: Avoid warning in kwsys IOStream.cxx when the helper functions are not needed.  Define one public symbol to avoid complaints from archivers about empty object files.
10058 2008-02-03 14:17:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/IOStream.cxx
10059 2008-02-03 14:17:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/IOStream.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10060 2008-02-03 14:17:14     INFO: [Ok]
10061 2008-02-03 14:17:14    DEBUG: Source/kwsys/IOStream.cxx updated to 1.2
10062 2008-02-03 14:17:14     INFO: Committing u'2008-02-03 13:58:10 by king'...
10063 2008-02-03 14:17:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10064 2008-02-03 14:17:14    DEBUG: Adjusting the state accordingly to journal
10065 2008-02-03 14:17:14     INFO: Update completed, now at revision "2008-02-03 13:58:10 by king"
10066 2008-02-09 15:05:58     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
10067 2008-02-09 15:05:58    DEBUG: cvs not found as new-style vcs, trying as monolithic
10068 2008-02-09 15:05:58    DEBUG: hg not found as new-style vcs, trying as monolithic
10069 2008-02-09 15:05:59     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 13:58:10 UTC<" -b CMake 2>&1
10070 2008-02-09 15:05:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-03 13:58:10 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
10071 2008-02-09 15:06:39     INFO: [Ok]
10072 2008-02-09 15:06:44     INFO: Cached information about 47 pending changesets
10073 2008-02-09 15:06:44     INFO: Applying pending upstream changesets
10074 2008-02-09 15:06:44     INFO: Changeset #1
10075 2008-02-09 15:06:44     INFO: Changeset "2008-02-03 22:24:50 by king"
10076 2008-02-09 15:06:44     INFO: Log message: BUG: When forcing the C and CXX compilers do not try to detect the ABI information.  Cleanup configured language compiler info files by always using @ONLY.  This addresses bug#6297.
10077 2008-02-09 15:06:45    DEBUG: Going to apply changeset:
10078 Revision: 2008-02-03 22:24:50 by king
10079 Date: 2008-02-03 22:24:50+00:00
10080 Author: king
10081 Entries: Modules/CMakeDetermineCCompiler.cmake(UPD to 1.49), Modules/CMakeDetermineCXXCompiler.cmake(UPD to 1.42), Modules/CMakeDetermineFortranCompiler.cmake(UPD to 1.20), Modules/CMakeForceCompiler.cmake(UPD to 1.6), Modules/CMakeTestCCompiler.cmake(UPD to 1.23), Modules/CMakeTestCXXCompiler.cmake(UPD to 1.17)
10082 Log: BUG: When forcing the C and CXX compilers do not try to detect the ABI information.  Cleanup configured language compiler info files by always using @ONLY.  This addresses bug#6297.
10083 2008-02-09 15:06:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/CMakeForceCompiler.cmake
10084 2008-02-09 15:06:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/CMakeForceCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10085 2008-02-09 15:06:52     INFO: [Ok]
10086 2008-02-09 15:06:52    DEBUG: Modules/CMakeForceCompiler.cmake updated to 1.17
10087 2008-02-09 15:06:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeTestCXXCompiler.cmake
10088 2008-02-09 15:06:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Modules/CMakeTestCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10089 2008-02-09 15:06:53     INFO: [Ok]
10090 2008-02-09 15:06:53    DEBUG: Modules/CMakeTestCXXCompiler.cmake updated to 1.17
10091 2008-02-09 15:06:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeDetermineFortranCompiler.cmake
10092 2008-02-09 15:06:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/CMakeDetermineFortranCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10093 2008-02-09 15:06:54     INFO: [Ok]
10094 2008-02-09 15:06:54    DEBUG: Modules/CMakeDetermineFortranCompiler.cmake updated to 1.17
10095 2008-02-09 15:06:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeTestCCompiler.cmake
10096 2008-02-09 15:06:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeTestCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10097 2008-02-09 15:06:55     INFO: [Ok]
10098 2008-02-09 15:06:55    DEBUG: Modules/CMakeTestCCompiler.cmake updated to 1.17
10099 2008-02-09 15:06:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/CMakeDetermineCXXCompiler.cmake
10100 2008-02-09 15:06:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/CMakeDetermineCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10101 2008-02-09 15:06:56     INFO: [Ok]
10102 2008-02-09 15:06:56    DEBUG: Modules/CMakeDetermineCXXCompiler.cmake updated to 1.17
10103 2008-02-09 15:06:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Modules/CMakeDetermineCCompiler.cmake
10104 2008-02-09 15:06:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Modules/CMakeDetermineCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10105 2008-02-09 15:06:57     INFO: [Ok]
10106 2008-02-09 15:06:57    DEBUG: Modules/CMakeDetermineCCompiler.cmake updated to 1.17
10107 2008-02-09 15:06:57     INFO: Committing u'2008-02-03 22:24:50 by king'...
10108 2008-02-09 15:06:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10109 2008-02-09 15:06:57     INFO: Changeset #2
10110 2008-02-09 15:06:57     INFO: Changeset "2008-02-04 05:01:03 by king"
10111 2008-02-09 15:06:57     INFO: Log message: STYLE: Nightly Date Stamp
10112 2008-02-09 15:06:57    DEBUG: Going to apply changeset:
10113 Revision: 2008-02-04 05:01:03 by king
10114 Date: 2008-02-04 05:01:03+00:00
10115 Author: king
10116 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.86)
10117 Log: STYLE: Nightly Date Stamp
10118 2008-02-09 15:06:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Source/kwsys/kwsysDateStamp.cmake
10119 2008-02-09 15:06:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.86 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10120 2008-02-09 15:07:00     INFO: [Ok]
10121 2008-02-09 15:07:00    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.86
10122 2008-02-09 15:07:00     INFO: Committing u'2008-02-04 05:01:03 by king'...
10123 2008-02-09 15:07:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10124 2008-02-09 15:07:00     INFO: Changeset #3
10125 2008-02-09 15:07:00     INFO: Changeset "2008-02-04 15:04:23 by king"
10126 2008-02-09 15:07:00     INFO: Log message: BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly.  It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower.
10127 2008-02-09 15:07:00    DEBUG: Going to apply changeset:
10128 Revision: 2008-02-04 15:04:23 by king
10129 Date: 2008-02-04 15:04:23+00:00
10130 Author: king
10131 Entries: Modules/CMakeDetermineCCompiler.cmake(UPD to 1.50), Modules/CMakeDetermineCXXCompiler.cmake(UPD to 1.43), Modules/CMakeDetermineFortranCompiler.cmake(UPD to 1.21), Modules/CMakeTestCCompiler.cmake(UPD to 1.24), Modules/CMakeTestCXXCompiler.cmake(UPD to 1.18)
10132 Log: BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly.  It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower.
10133 2008-02-09 15:07:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeTestCXXCompiler.cmake
10134 2008-02-09 15:07:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeTestCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10135 2008-02-09 15:07:02     INFO: [Ok]
10136 2008-02-09 15:07:02    DEBUG: Modules/CMakeTestCXXCompiler.cmake updated to 1.18
10137 2008-02-09 15:07:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/CMakeDetermineFortranCompiler.cmake
10138 2008-02-09 15:07:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/CMakeDetermineFortranCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10139 2008-02-09 15:07:04     INFO: [Ok]
10140 2008-02-09 15:07:04    DEBUG: Modules/CMakeDetermineFortranCompiler.cmake updated to 1.18
10141 2008-02-09 15:07:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/CMakeTestCCompiler.cmake
10142 2008-02-09 15:07:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/CMakeTestCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10143 2008-02-09 15:07:05     INFO: [Ok]
10144 2008-02-09 15:07:05    DEBUG: Modules/CMakeTestCCompiler.cmake updated to 1.18
10145 2008-02-09 15:07:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Modules/CMakeDetermineCXXCompiler.cmake
10146 2008-02-09 15:07:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Modules/CMakeDetermineCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10147 2008-02-09 15:07:06     INFO: [Ok]
10148 2008-02-09 15:07:06    DEBUG: Modules/CMakeDetermineCXXCompiler.cmake updated to 1.18
10149 2008-02-09 15:07:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Modules/CMakeDetermineCCompiler.cmake
10150 2008-02-09 15:07:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.50 Modules/CMakeDetermineCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10151 2008-02-09 15:07:08     INFO: [Ok]
10152 2008-02-09 15:07:08    DEBUG: Modules/CMakeDetermineCCompiler.cmake updated to 1.18
10153 2008-02-09 15:07:08     INFO: Committing u'2008-02-04 15:04:23 by king'...
10154 2008-02-09 15:07:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10155 2008-02-09 15:07:08     INFO: Changeset #4
10156 2008-02-09 15:07:08     INFO: Changeset "2008-02-04 20:22:09 by king"
10157 2008-02-09 15:07:08     INFO: Log message: BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute proper rpath information on AIX when shared libraries have names like "libfoo.a".
10158 2008-02-09 15:07:08    DEBUG: Going to apply changeset:
10159 Revision: 2008-02-04 20:22:09 by king
10160 Date: 2008-02-04 20:22:10+00:00
10161 Author: king
10162 Entries: Modules/Platform/AIX.cmake(UPD to 1.21), Source/cmComputeLinkInformation.cxx(UPD to 1.17), Source/cmComputeLinkInformation.h(UPD to 1.12), Source/cmake.cxx(UPD to 1.356)
10163 Log: BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute proper rpath information on AIX when shared libraries have names like "libfoo.a".
10164 2008-02-09 15:07:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkInformation.h
10165 2008-02-09 15:07:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10166 2008-02-09 15:07:10     INFO: [Ok]
10167 2008-02-09 15:07:10    DEBUG: Source/cmComputeLinkInformation.h updated to 1.356
10168 2008-02-09 15:07:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmComputeLinkInformation.cxx
10169 2008-02-09 15:07:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10170 2008-02-09 15:07:11     INFO: [Ok]
10171 2008-02-09 15:07:11    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.356
10172 2008-02-09 15:07:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/Platform/AIX.cmake
10173 2008-02-09 15:07:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Modules/Platform/AIX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10174 2008-02-09 15:07:12     INFO: [Ok]
10175 2008-02-09 15:07:12    DEBUG: Modules/Platform/AIX.cmake updated to 1.356
10176 2008-02-09 15:07:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.356 Source/cmake.cxx
10177 2008-02-09 15:07:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.356 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10178 2008-02-09 15:07:14     INFO: [Ok]
10179 2008-02-09 15:07:14    DEBUG: Source/cmake.cxx updated to 1.356
10180 2008-02-09 15:07:14     INFO: Committing u'2008-02-04 20:22:09 by king'...
10181 2008-02-09 15:07:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10182 2008-02-09 15:07:14     INFO: Changeset #5
10183 2008-02-09 15:07:14     INFO: Changeset "2008-02-04 21:05:00 by hoffman"
10184 2008-02-09 15:07:14     INFO: Log message: ENH: make sure ALL_BUILD only shows up once
10185 2008-02-09 15:07:14    DEBUG: Going to apply changeset:
10186 Revision: 2008-02-04 21:05:00 by hoffman
10187 Date: 2008-02-04 21:05:00+00:00
10188 Author: hoffman
10189 Entries: Source/cmGlobalVisualStudio7Generator.cxx(UPD to 1.99)
10190 Log: ENH: make sure ALL_BUILD only shows up once
10191 2008-02-09 15:07:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmGlobalVisualStudio7Generator.cxx
10192 2008-02-09 15:07:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmGlobalVisualStudio7Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10193 2008-02-09 15:07:17     INFO: [Ok]
10194 2008-02-09 15:07:17    DEBUG: Source/cmGlobalVisualStudio7Generator.cxx updated to 1.99
10195 2008-02-09 15:07:17     INFO: Committing u'2008-02-04 21:05:00 by hoffman'...
10196 2008-02-09 15:07:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10197 2008-02-09 15:07:17     INFO: Changeset #6
10198 2008-02-09 15:07:17     INFO: Changeset "2008-02-04 22:03:48 by king"
10199 2008-02-09 15:07:17     INFO: Log message: ENH: Allow separate installation of shared libs and their links.
10201   - Add NAMELINK_ONLY and NAMELINK_SKIP to INSTALL command
10202   - Options select a \"namelink\" mode
10203   - cmInstallTargetGenerator selects files/link based on mode
10204   - See bug #4419
10205 2008-02-09 15:07:17    DEBUG: Going to apply changeset:
10206 Revision: 2008-02-04 22:03:48 by king
10207 Date: 2008-02-04 22:03:48+00:00
10208 Author: king
10209 Entries: Source/cmInstallCommand.cxx(UPD to 1.43), Source/cmInstallCommand.h(UPD to 1.29), Source/cmInstallCommandArguments.cxx(UPD to 1.4), Source/cmInstallCommandArguments.h(UPD to 1.5), Source/cmInstallTargetGenerator.cxx(UPD to 1.57), Source/cmInstallTargetGenerator.h(UPD to 1.23)
10210 Log: ENH: Allow separate installation of shared libs and their links.
10212   - Add NAMELINK_ONLY and NAMELINK_SKIP to INSTALL command
10213   - Options select a \"namelink\" mode
10214   - cmInstallTargetGenerator selects files/link based on mode
10215   - See bug #4419
10216 2008-02-09 15:07:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmInstallCommandArguments.cxx
10217 2008-02-09 15:07:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmInstallCommandArguments.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10218 2008-02-09 15:07:20     INFO: [Ok]
10219 2008-02-09 15:07:20    DEBUG: Source/cmInstallCommandArguments.cxx updated to 1.23
10220 2008-02-09 15:07:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmInstallCommandArguments.h
10221 2008-02-09 15:07:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmInstallCommandArguments.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10222 2008-02-09 15:07:22     INFO: [Ok]
10223 2008-02-09 15:07:22    DEBUG: Source/cmInstallCommandArguments.h updated to 1.23
10224 2008-02-09 15:07:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmInstallTargetGenerator.h
10225 2008-02-09 15:07:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10226 2008-02-09 15:07:23     INFO: [Ok]
10227 2008-02-09 15:07:23    DEBUG: Source/cmInstallTargetGenerator.h updated to 1.23
10228 2008-02-09 15:07:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmInstallCommand.h
10229 2008-02-09 15:07:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmInstallCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10230 2008-02-09 15:07:24     INFO: [Ok]
10231 2008-02-09 15:07:24    DEBUG: Source/cmInstallCommand.h updated to 1.23
10232 2008-02-09 15:07:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmInstallCommand.cxx
10233 2008-02-09 15:07:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10234 2008-02-09 15:07:26     INFO: [Ok]
10235 2008-02-09 15:07:26    DEBUG: Source/cmInstallCommand.cxx updated to 1.23
10236 2008-02-09 15:07:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmInstallTargetGenerator.cxx
10237 2008-02-09 15:07:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10238 2008-02-09 15:07:27     INFO: [Ok]
10239 2008-02-09 15:07:27    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.23
10240 2008-02-09 15:07:27     INFO: Committing u'2008-02-04 22:03:48 by king'...
10241 2008-02-09 15:07:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10242 2008-02-09 15:07:27     INFO: Changeset #7
10243 2008-02-09 15:07:27     INFO: Changeset "2008-02-05 00:00:33 by king"
10244 2008-02-09 15:07:27     INFO: Log message: COMP: Add missing include for assert.
10245 2008-02-09 15:07:27    DEBUG: Going to apply changeset:
10246 Revision: 2008-02-05 00:00:33 by king
10247 Date: 2008-02-05 00:00:33+00:00
10248 Author: king
10249 Entries: Source/cmInstallTargetGenerator.cxx(UPD to 1.58)
10250 Log: COMP: Add missing include for assert.
10251 2008-02-09 15:07:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmInstallTargetGenerator.cxx
10252 2008-02-09 15:07:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10253 2008-02-09 15:07:29     INFO: [Ok]
10254 2008-02-09 15:07:29    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.58
10255 2008-02-09 15:07:29     INFO: Committing u'2008-02-05 00:00:33 by king'...
10256 2008-02-09 15:07:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10257 2008-02-09 15:07:29     INFO: Changeset #8
10258 2008-02-09 15:07:29     INFO: Changeset "2008-02-05 05:01:02 by king"
10259 2008-02-09 15:07:29     INFO: Log message: STYLE: Nightly Date Stamp
10260 2008-02-09 15:07:29    DEBUG: Going to apply changeset:
10261 Revision: 2008-02-05 05:01:02 by king
10262 Date: 2008-02-05 05:01:02+00:00
10263 Author: king
10264 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.87)
10265 Log: STYLE: Nightly Date Stamp
10266 2008-02-09 15:07:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/kwsys/kwsysDateStamp.cmake
10267 2008-02-09 15:07:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.87 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10268 2008-02-09 15:07:31     INFO: [Ok]
10269 2008-02-09 15:07:31    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.87
10270 2008-02-09 15:07:31     INFO: Committing u'2008-02-05 05:01:02 by king'...
10271 2008-02-09 15:07:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10272 2008-02-09 15:07:31     INFO: Changeset #9
10273 2008-02-09 15:07:31     INFO: Changeset "2008-02-06 04:10:41 by king"
10274 2008-02-09 15:07:31     INFO: Log message: ENH: Analyze inter-target dependencies to safely fix cycles
10276   - Cycles may be formed among static libraries
10277   - Native build system should not have cycles in target deps
10278   - Create cmComputeTargetDepends to analyze dependencies
10279   - Identify conneced components and use them to fix deps
10280   - Diagnose cycles containing non-STATIC targets
10281   - Add debug mode property GLOBAL_DEPENDS_DEBUG_MODE
10282   - Use results in cmGlobalGenerator as target direct depends
10283 2008-02-09 15:07:31    DEBUG: Going to apply changeset:
10284 Revision: 2008-02-06 04:10:41 by king
10285 Date: 2008-02-06 04:10:41+00:00
10286 Author: king
10287 Entries: bootstrap(UPD to 1.107), Source/CMakeLists.txt(UPD to 1.391), Source/cmComputeTargetDepends.cxx(ADD at 1.1), Source/cmComputeTargetDepends.h(ADD at 1.1), Source/cmGlobalGenerator.cxx(UPD to 1.225), Source/cmGlobalGenerator.h(UPD to 1.106), Source/cmake.cxx(UPD to 1.357)
10288 Log: ENH: Analyze inter-target dependencies to safely fix cycles
10290   - Cycles may be formed among static libraries
10291   - Native build system should not have cycles in target deps
10292   - Create cmComputeTargetDepends to analyze dependencies
10293   - Identify conneced components and use them to fix deps
10294   - Diagnose cycles containing non-STATIC targets
10295   - Add debug mode property GLOBAL_DEPENDS_DEBUG_MODE
10296   - Use results in cmGlobalGenerator as target direct depends
10297 2008-02-09 15:07:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeTargetDepends.cxx Source/cmComputeTargetDepends.h
10298 2008-02-09 15:07:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeTargetDepends.cxx Source/cmComputeTargetDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10299 2008-02-09 15:07:33     INFO: [Ok]
10300 2008-02-09 15:07:33    DEBUG: Source/cmComputeTargetDepends.cxx,Source/cmComputeTargetDepends.h updated to 1.357
10301 2008-02-09 15:07:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmGlobalGenerator.h
10302 2008-02-09 15:07:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10303 2008-02-09 15:07:34     INFO: [Ok]
10304 2008-02-09 15:07:34    DEBUG: Source/cmGlobalGenerator.h updated to 1.357
10305 2008-02-09 15:07:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 bootstrap
10306 2008-02-09 15:07:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10307 2008-02-09 15:07:36     INFO: [Ok]
10308 2008-02-09 15:07:36    DEBUG: bootstrap updated to 1.357
10309 2008-02-09 15:07:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmGlobalGenerator.cxx
10310 2008-02-09 15:07:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10311 2008-02-09 15:07:37     INFO: [Ok]
10312 2008-02-09 15:07:37    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.357
10313 2008-02-09 15:07:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.357 Source/cmake.cxx
10314 2008-02-09 15:07:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.357 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10315 2008-02-09 15:07:38     INFO: [Ok]
10316 2008-02-09 15:07:38    DEBUG: Source/cmake.cxx updated to 1.357
10317 2008-02-09 15:07:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.391 Source/CMakeLists.txt
10318 2008-02-09 15:07:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.391 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10319 2008-02-09 15:07:39     INFO: [Ok]
10320 2008-02-09 15:07:39    DEBUG: Source/CMakeLists.txt updated to 1.357
10321 2008-02-09 15:07:39     INFO: Adding Source/cmComputeTargetDepends.cxx, Source/cmComputeTargetDepends.h...
10322 2008-02-09 15:07:39     INFO: Committing u'2008-02-06 04:10:41 by king'...
10323 2008-02-09 15:07:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10324 2008-02-09 15:07:39     INFO: Changeset #10
10325 2008-02-09 15:07:39     INFO: Changeset "2008-02-06 05:01:04 by king"
10326 2008-02-09 15:07:39     INFO: Log message: STYLE: Nightly Date Stamp
10327 2008-02-09 15:07:39    DEBUG: Going to apply changeset:
10328 Revision: 2008-02-06 05:01:04 by king
10329 Date: 2008-02-06 05:01:04+00:00
10330 Author: king
10331 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.88)
10332 Log: STYLE: Nightly Date Stamp
10333 2008-02-09 15:07:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/kwsys/kwsysDateStamp.cmake
10334 2008-02-09 15:07:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.88 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10335 2008-02-09 15:07:41     INFO: [Ok]
10336 2008-02-09 15:07:41    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.88
10337 2008-02-09 15:07:41     INFO: Committing u'2008-02-06 05:01:04 by king'...
10338 2008-02-09 15:07:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10339 2008-02-09 15:07:41     INFO: Changeset #11
10340 2008-02-09 15:07:41     INFO: Changeset "2008-02-06 14:17:03 by hoffman"
10341 2008-02-09 15:07:41     INFO: Log message: ENH: change name of qt-dialog
10342 2008-02-09 15:07:41    DEBUG: Going to apply changeset:
10343 Revision: 2008-02-06 14:17:03 by hoffman
10344 Date: 2008-02-06 14:17:03+00:00
10345 Author: hoffman
10346 Entries: Source/QtDialog/CMakeLists.txt(UPD to 1.8)
10347 Log: ENH: change name of qt-dialog
10348 2008-02-09 15:07:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/QtDialog/CMakeLists.txt
10349 2008-02-09 15:07:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10350 2008-02-09 15:07:43     INFO: [Ok]
10351 2008-02-09 15:07:43    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.8
10352 2008-02-09 15:07:43     INFO: Committing u'2008-02-06 14:17:03 by hoffman'...
10353 2008-02-09 15:07:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10354 2008-02-09 15:07:43     INFO: Changeset #12
10355 2008-02-09 15:07:43     INFO: Changeset "2008-02-06 14:35:02 by hoffman"
10356 2008-02-09 15:07:43     INFO: Log message: ENH: add DOWNLOAD option to FILE command
10357 2008-02-09 15:07:43    DEBUG: Going to apply changeset:
10358 Revision: 2008-02-06 14:35:02 by hoffman
10359 Date: 2008-02-06 14:35:02+00:00
10360 Author: hoffman
10361 Entries: Source/CMakeLists.txt(UPD to 1.392), Source/cmFileCommand.cxx(UPD to 1.97), Source/cmFileCommand.h(UPD to 1.33)
10362 Log: ENH: add DOWNLOAD option to FILE command
10363 2008-02-09 15:07:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFileCommand.h
10364 2008-02-09 15:07:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10365 2008-02-09 15:07:45     INFO: [Ok]
10366 2008-02-09 15:07:45    DEBUG: Source/cmFileCommand.h updated to 1.33
10367 2008-02-09 15:07:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmFileCommand.cxx
10368 2008-02-09 15:07:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10369 2008-02-09 15:07:46     INFO: [Ok]
10370 2008-02-09 15:07:46    DEBUG: Source/cmFileCommand.cxx updated to 1.33
10371 2008-02-09 15:07:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.392 Source/CMakeLists.txt
10372 2008-02-09 15:07:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.392 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10373 2008-02-09 15:07:47     INFO: [Ok]
10374 2008-02-09 15:07:47    DEBUG: Source/CMakeLists.txt updated to 1.33
10375 2008-02-09 15:07:47     INFO: Committing u'2008-02-06 14:35:02 by hoffman'...
10376 2008-02-09 15:07:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10377 2008-02-09 15:07:47     INFO: Changeset #13
10378 2008-02-09 15:07:47     INFO: Changeset "2008-02-06 14:46:58 by hoffman"
10379 2008-02-09 15:07:47     INFO: Log message: ENH: remove debug print stuff
10380 2008-02-09 15:07:47    DEBUG: Going to apply changeset:
10381 Revision: 2008-02-06 14:46:58 by hoffman
10382 Date: 2008-02-06 14:46:58+00:00
10383 Author: hoffman
10384 Entries: Source/cmFileCommand.cxx(UPD to 1.98)
10385 Log: ENH: remove debug print stuff
10386 2008-02-09 15:07:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmFileCommand.cxx
10387 2008-02-09 15:07:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10388 2008-02-09 15:07:49     INFO: [Ok]
10389 2008-02-09 15:07:49    DEBUG: Source/cmFileCommand.cxx updated to 1.98
10390 2008-02-09 15:07:49     INFO: Committing u'2008-02-06 14:46:58 by hoffman'...
10391 2008-02-09 15:07:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10392 2008-02-09 15:07:49     INFO: Changeset #14
10393 2008-02-09 15:07:49     INFO: Changeset "2008-02-06 18:34:21 by king"
10394 2008-02-09 15:07:49     INFO: Log message: ENH: When linking to versioned targets whose real file name is known pass the real name to the linker instead of the symlink name.
10395 2008-02-09 15:07:49    DEBUG: Going to apply changeset:
10396 Revision: 2008-02-06 18:34:21 by king
10397 Date: 2008-02-06 18:34:44+00:00
10398 Author: king
10399 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.18), Source/cmComputeLinkInformation.h(UPD to 1.13), Source/cmTarget.cxx(UPD to 1.191), Source/cmTarget.h(UPD to 1.105)
10400 Log: ENH: When linking to versioned targets whose real file name is known pass the real name to the linker instead of the symlink name.
10401 2008-02-09 15:07:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmComputeLinkInformation.h
10402 2008-02-09 15:07:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10403 2008-02-09 15:07:51     INFO: [Ok]
10404 2008-02-09 15:07:51    DEBUG: Source/cmComputeLinkInformation.h updated to 1.105
10405 2008-02-09 15:07:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmComputeLinkInformation.cxx
10406 2008-02-09 15:07:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10407 2008-02-09 15:07:52     INFO: [Ok]
10408 2008-02-09 15:07:52    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.105
10409 2008-02-09 15:07:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmTarget.h
10410 2008-02-09 15:07:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10411 2008-02-09 15:07:53     INFO: [Ok]
10412 2008-02-09 15:07:53    DEBUG: Source/cmTarget.h updated to 1.105
10413 2008-02-09 15:07:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.191 Source/cmTarget.cxx
10414 2008-02-09 15:07:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.191 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10415 2008-02-09 15:07:54     INFO: [Ok]
10416 2008-02-09 15:07:54    DEBUG: Source/cmTarget.cxx updated to 1.105
10417 2008-02-09 15:07:54     INFO: Committing u'2008-02-06 18:34:21 by king'...
10418 2008-02-09 15:07:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10419 2008-02-09 15:07:54     INFO: Changeset #15
10420 2008-02-09 15:07:54     INFO: Changeset "2008-02-06 19:06:50 by king"
10421 2008-02-09 15:07:54     INFO: Log message: BUG: Do not create versioned executable names on Xcode where they are not supported.
10422 2008-02-09 15:07:54    DEBUG: Going to apply changeset:
10423 Revision: 2008-02-06 19:06:50 by king
10424 Date: 2008-02-06 19:06:50+00:00
10425 Author: king
10426 Entries: Source/cmTarget.cxx(UPD to 1.192)
10427 Log: BUG: Do not create versioned executable names on Xcode where they are not supported.
10428 2008-02-09 15:07:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.192 Source/cmTarget.cxx
10429 2008-02-09 15:07:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.192 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10430 2008-02-09 15:07:56     INFO: [Ok]
10431 2008-02-09 15:07:56    DEBUG: Source/cmTarget.cxx updated to 1.192
10432 2008-02-09 15:07:56     INFO: Committing u'2008-02-06 19:06:50 by king'...
10433 2008-02-09 15:07:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10434 2008-02-09 15:07:56     INFO: Changeset #16
10435 2008-02-09 15:07:56     INFO: Changeset "2008-02-06 19:19:03 by king"
10436 2008-02-09 15:07:56     INFO: Log message: BUG: Make sure linking to a shared lib on windows uses import library and not the new realname.
10437 2008-02-09 15:07:56    DEBUG: Going to apply changeset:
10438 Revision: 2008-02-06 19:19:03 by king
10439 Date: 2008-02-06 19:19:03+00:00
10440 Author: king
10441 Entries: Source/cmTarget.cxx(UPD to 1.193)
10442 Log: BUG: Make sure linking to a shared lib on windows uses import library and not the new realname.
10443 2008-02-09 15:07:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.193 Source/cmTarget.cxx
10444 2008-02-09 15:07:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.193 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10445 2008-02-09 15:07:58     INFO: [Ok]
10446 2008-02-09 15:07:58    DEBUG: Source/cmTarget.cxx updated to 1.193
10447 2008-02-09 15:07:58     INFO: Committing u'2008-02-06 19:19:03 by king'...
10448 2008-02-09 15:07:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10449 2008-02-09 15:07:58     INFO: Changeset #17
10450 2008-02-09 15:07:58     INFO: Changeset "2008-02-06 19:20:35 by king"
10451 2008-02-09 15:07:58     INFO: Log message: ENH: Improve exporting/importing of targets
10453   - Use real name instead of link for location of versioned targets
10454   - Error when a target is exported multiple times
10455 2008-02-09 15:07:58    DEBUG: Going to apply changeset:
10456 Revision: 2008-02-06 19:20:35 by king
10457 Date: 2008-02-06 19:20:36+00:00
10458 Author: king
10459 Entries: Source/cmExportBuildFileGenerator.cxx(UPD to 1.6), Source/cmExportCommand.cxx(UPD to 1.11), Source/cmExportInstallFileGenerator.cxx(UPD to 1.8), Source/cmInstallCommand.cxx(UPD to 1.44), Source/cmInstallTargetGenerator.cxx(UPD to 1.59), Source/cmInstallTargetGenerator.h(UPD to 1.24), Tests/ExportImport/Export/CMakeLists.txt(UPD to 1.10)
10460 Log: ENH: Improve exporting/importing of targets
10462   - Use real name instead of link for location of versioned targets
10463   - Error when a target is exported multiple times
10464 2008-02-09 15:07:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportBuildFileGenerator.cxx
10465 2008-02-09 15:07:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmExportBuildFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10466 2008-02-09 15:08:01     INFO: [Ok]
10467 2008-02-09 15:08:01    DEBUG: Source/cmExportBuildFileGenerator.cxx updated to 1.10
10468 2008-02-09 15:08:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportInstallFileGenerator.cxx
10469 2008-02-09 15:08:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExportInstallFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10470 2008-02-09 15:08:04     INFO: [Ok]
10471 2008-02-09 15:08:04    DEBUG: Source/cmExportInstallFileGenerator.cxx updated to 1.10
10472 2008-02-09 15:08:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/ExportImport/Export/CMakeLists.txt
10473 2008-02-09 15:08:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Tests/ExportImport/Export/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10474 2008-02-09 15:08:06     INFO: [Ok]
10475 2008-02-09 15:08:06    DEBUG: Tests/ExportImport/Export/CMakeLists.txt updated to 1.10
10476 2008-02-09 15:08:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExportCommand.cxx
10477 2008-02-09 15:08:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExportCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10478 2008-02-09 15:08:08     INFO: [Ok]
10479 2008-02-09 15:08:08    DEBUG: Source/cmExportCommand.cxx updated to 1.10
10480 2008-02-09 15:08:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmInstallTargetGenerator.h
10481 2008-02-09 15:08:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmInstallTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10482 2008-02-09 15:08:10     INFO: [Ok]
10483 2008-02-09 15:08:10    DEBUG: Source/cmInstallTargetGenerator.h updated to 1.10
10484 2008-02-09 15:08:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmInstallCommand.cxx
10485 2008-02-09 15:08:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10486 2008-02-09 15:08:12     INFO: [Ok]
10487 2008-02-09 15:08:12    DEBUG: Source/cmInstallCommand.cxx updated to 1.10
10488 2008-02-09 15:08:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.59 Source/cmInstallTargetGenerator.cxx
10489 2008-02-09 15:08:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.59 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10490 2008-02-09 15:08:13     INFO: [Ok]
10491 2008-02-09 15:08:13    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.10
10492 2008-02-09 15:08:13     INFO: Committing u'2008-02-06 19:20:35 by king'...
10493 2008-02-09 15:08:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10494 2008-02-09 15:08:14     INFO: Changeset #18
10495 2008-02-09 15:08:14     INFO: Changeset "2008-02-06 19:45:32 by clinton"
10496 2008-02-09 15:08:14     INFO: Log message: BUG:  On Mac OS X, give the CMake library the correct path to the cmake
10497       exectuables.  Fixes #6286.
10498 2008-02-09 15:08:14    DEBUG: Going to apply changeset:
10499 Revision: 2008-02-06 19:45:32 by clinton
10500 Date: 2008-02-06 19:45:32+00:00
10501 Author: clinton
10502 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.12)
10503 Log: BUG:  On Mac OS X, give the CMake library the correct path to the cmake
10504       exectuables.  Fixes #6286.
10505 2008-02-09 15:08:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/QtDialog/CMakeSetup.cxx
10506 2008-02-09 15:08:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10507 2008-02-09 15:08:16     INFO: [Ok]
10508 2008-02-09 15:08:16    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.12
10509 2008-02-09 15:08:16     INFO: Committing u'2008-02-06 19:45:32 by clinton'...
10510 2008-02-09 15:08:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10511 2008-02-09 15:08:16     INFO: Changeset #19
10512 2008-02-09 15:08:16     INFO: Changeset "2008-02-06 19:52:12 by king"
10513 2008-02-09 15:08:16     INFO: Log message: ENH: Combine all dependency* tests into one Dependency test.  Add more difficult test cases.
10514 2008-02-09 15:08:16    DEBUG: Going to apply changeset:
10515 Revision: 2008-02-06 19:52:12 by king
10516 Date: 2008-02-06 19:52:12+00:00
10517 Author: king
10518 Entries: Tests/CMakeLists.txt(UPD to 1.48), Tests/Dependency/CMakeLists.txt(UPD to 1.8), Tests/Dependency/Case1/CMakeLists.txt(ADD at 1.1), Tests/Dependency/Case1/a.c(ADD at 1.1), Tests/Dependency/Case1/b.c(ADD at 1.1), Tests/Dependency/Case1/b2.c(ADD at 1.1), Tests/Dependency/Case1/c.c(ADD at 1.1), Tests/Dependency/Case1/c2.c(ADD at 1.1), Tests/Dependency/Case1/d.c(ADD at 1.1), Tests/Dependency/Case1/main.c(ADD at 1.1), Tests/Dependency/Case2/CMakeLists.txt(ADD at 1.1), Tests/Dependency/Case2/bar1.c(ADD at 1.1), Tests/Dependency/Case2/bar2.c(ADD at 1.1), Tests/Dependency/Case2/bar3.c(ADD at 1.1), Tests/Dependency/Case2/foo1.c(ADD at 1.1), Tests/Dependency/Case2/foo2.c(ADD at 1.1), Tests/Dependency/Case2/foo3.c(ADD at 1.1), Tests/Dependency/Case2/zot.c(ADD at 1.1)
10519 Log: ENH: Combine all dependency* tests into one Dependency test.  Add more difficult test cases.
10520 2008-02-09 15:08:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Dependency/Case1/CMakeLists.txt Tests/Dependency/Case1/a.c Tests/Dependency/Case1/b.c Tests/Dependency/Case1/b2.c Tests/Dependency/Case1/c.c Tests/Dependency/Case1/c2.c Tests/Dependency/Case1/d.c Tests/Dependency/Case1/main.c Tests/Dependency/Case2/CMakeLists.txt Tests/Dependency/Case2/bar1.c Tests/Dependency/Case2/bar2.c Tests/Dependency/Case2/bar3.c Tests/Dependency/Case2/foo1.c Tests/Dependency/Case2/foo2.c Tests/Dependency/Case2/foo3.c Tests/Dependency/Case2/zot.c
10521 2008-02-09 15:08:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Dependency/Case1/CMakeLists.txt Tests/Dependency/Case1/a.c Tests/Dependency/Case1/b.c Tests/Dependency/Case1/b2.c Tests/Dependency/Case1/c.c Tests/Dependency/Case1/c2.c Tests/Dependency/Case1/d.c Tests/Dependency/Case1/main.c Tests/Dependency/Case2/CMakeLists.txt Tests/Dependency/Case2/bar1.c Tests/Dependency/Case2/bar2.c Tests/Dependency/Case2/bar3.c Tests/Dependency/Case2/foo1.c Tests/Dependency/Case2/foo2.c Tests/Dependency/Case2/foo3.c Tests/Dependency/Case2/zot.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10522 2008-02-09 15:08:20     INFO: [Ok]
10523 2008-02-09 15:08:20    DEBUG: Tests/Dependency/Case1/CMakeLists.txt,Tests/Dependency/Case1/a.c,Tests/Dependency/Case1/b.c,Tests/Dependency/Case1/b2.c,Tests/Dependency/Case1/c.c,Tests/Dependency/Case1/c2.c,Tests/Dependency/Case1/d.c,Tests/Dependency/Case1/main.c,Tests/Dependency/Case2/CMakeLists.txt,Tests/Dependency/Case2/bar1.c,Tests/Dependency/Case2/bar2.c,Tests/Dependency/Case2/bar3.c,Tests/Dependency/Case2/foo1.c,Tests/Dependency/Case2/foo2.c,Tests/Dependency/Case2/foo3.c,Tests/Dependency/Case2/zot.c updated to 1.1
10524 2008-02-09 15:08:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Dependency/CMakeLists.txt
10525 2008-02-09 15:08:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Dependency/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10526 2008-02-09 15:08:22     INFO: [Ok]
10527 2008-02-09 15:08:22    DEBUG: Tests/Dependency/CMakeLists.txt updated to 1.1
10528 2008-02-09 15:08:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Tests/CMakeLists.txt
10529 2008-02-09 15:08:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Tests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10530 2008-02-09 15:08:23     INFO: [Ok]
10531 2008-02-09 15:08:23    DEBUG: Tests/CMakeLists.txt updated to 1.1
10532 2008-02-09 15:08:23     INFO: registering new Tests/Dependency/Case1 directory
10533 2008-02-09 15:08:23     INFO: registering new Tests/Dependency/Case2 directory
10534 2008-02-09 15:08:23     INFO: Adding Tests/Dependency/Case1/CMakeLists.txt, Tests/Dependency/Case1/a.c, Tests/Dependency/Case1/b.c, Tests/Dependency/Case1/b2.c, Tests/Dependency/Case1/c.c, Tests/Dependency/Case1/c2.c, Tests/Dependency/Case1/d.c, Tests/Dependency/Case1/main.c, Tests/Dependency/Case2/CMakeLists.txt, Tests/Dependency/Case2/bar1.c, Tests/Dependency/Case2/bar2.c, Tests/Dependency/Case2/bar3.c, Tests/Dependency/Case2/foo1.c, Tests/Dependency/Case2/foo2.c, Tests/Dependency/Case2/foo3.c, Tests/Dependency/Case2/zot.c...
10535 2008-02-09 15:08:23     INFO: Adding Tests/Dependency/Case1/a.c, Tests/Dependency/Case1/b.c, Tests/Dependency/Case1/b2.c, Tests/Dependency/Case1/c.c, Tests/Dependency/Case1/c2.c, Tests/Dependency/Case1/CMakeLists.txt, Tests/Dependency/Case1/d.c, Tests/Dependency/Case1/main.c...
10536 2008-02-09 15:08:23     INFO: Adding Tests/Dependency/Case2/bar1.c, Tests/Dependency/Case2/bar2.c, Tests/Dependency/Case2/bar3.c, Tests/Dependency/Case2/CMakeLists.txt, Tests/Dependency/Case2/foo1.c, Tests/Dependency/Case2/foo2.c, Tests/Dependency/Case2/foo3.c, Tests/Dependency/Case2/zot.c...
10537 2008-02-09 15:08:23     INFO: Committing u'2008-02-06 19:52:12 by king'...
10538 2008-02-09 15:08:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10539 2008-02-09 15:08:23     INFO: Changeset #20
10540 2008-02-09 15:08:23     INFO: Changeset "2008-02-06 20:10:32 by clinton"
10541 2008-02-09 15:08:23     INFO: Log message: ENH:  Update some strings to match program name.
10542 2008-02-09 15:08:23    DEBUG: Going to apply changeset:
10543 Revision: 2008-02-06 20:10:32 by clinton
10544 Date: 2008-02-06 20:10:32+00:00
10545 Author: clinton
10546 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.13)
10547 Log: ENH:  Update some strings to match program name.
10548 2008-02-09 15:08:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/CMakeSetup.cxx
10549 2008-02-09 15:08:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10550 2008-02-09 15:08:25     INFO: [Ok]
10551 2008-02-09 15:08:25    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.13
10552 2008-02-09 15:08:25     INFO: Committing u'2008-02-06 20:10:32 by clinton'...
10553 2008-02-09 15:08:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10554 2008-02-09 15:08:25     INFO: Changeset #21
10555 2008-02-09 15:08:25     INFO: Changeset "2008-02-06 20:23:36 by king"
10556 2008-02-09 15:08:25     INFO: Log message: STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit.  See bug #6043.
10557 2008-02-09 15:08:25    DEBUG: Going to apply changeset:
10558 Revision: 2008-02-06 20:23:36 by king
10559 Date: 2008-02-06 20:23:36+00:00
10560 Author: king
10561 Entries: Source/cmTargetLinkLibrariesCommand.h(UPD to 1.15)
10562 Log: STYLE: Improve documentation of target_link_libraries command to make target-level dependency explicit.  See bug #6043.
10563 2008-02-09 15:08:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmTargetLinkLibrariesCommand.h
10564 2008-02-09 15:08:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmTargetLinkLibrariesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10565 2008-02-09 15:08:27     INFO: [Ok]
10566 2008-02-09 15:08:27    DEBUG: Source/cmTargetLinkLibrariesCommand.h updated to 1.15
10567 2008-02-09 15:08:27     INFO: Committing u'2008-02-06 20:23:36 by king'...
10568 2008-02-09 15:08:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10569 2008-02-09 15:08:27     INFO: Changeset #22
10570 2008-02-09 15:08:27     INFO: Changeset "2008-02-06 20:26:22 by king"
10571 2008-02-09 15:08:27     INFO: Log message: ENH: Make find_library test for the library file as named before trying prefixes and suffixes.  This will allow users to explicitly search for static libraries on unix.  See bug #1643.
10572 2008-02-09 15:08:27    DEBUG: Going to apply changeset:
10573 Revision: 2008-02-06 20:26:22 by king
10574 Date: 2008-02-06 20:26:22+00:00
10575 Author: king
10576 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.56)
10577 Log: ENH: Make find_library test for the library file as named before trying prefixes and suffixes.  This will allow users to explicitly search for static libraries on unix.  See bug #1643.
10578 2008-02-09 15:08:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmFindLibraryCommand.cxx
10579 2008-02-09 15:08:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10580 2008-02-09 15:08:29     INFO: [Ok]
10581 2008-02-09 15:08:29    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.56
10582 2008-02-09 15:08:29     INFO: Committing u'2008-02-06 20:26:22 by king'...
10583 2008-02-09 15:08:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10584 2008-02-09 15:08:29     INFO: Changeset #23
10585 2008-02-09 15:08:29     INFO: Changeset "2008-02-06 22:02:53 by alex"
10586 2008-02-09 15:08:29     INFO: Log message: STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local
10587 patch from Miguel
10589 Alex
10590 2008-02-09 15:08:29    DEBUG: Going to apply changeset:
10591 Revision: 2008-02-06 22:02:53 by alex
10592 Date: 2008-02-06 22:02:53+00:00
10593 Author: alex
10594 Entries: Modules/FindPackageHandleStandardArgs.cmake(UPD to 1.4)
10595 Log: STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local
10596 patch from Miguel
10598 Alex
10599 2008-02-09 15:08:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindPackageHandleStandardArgs.cmake
10600 2008-02-09 15:08:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/FindPackageHandleStandardArgs.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10601 2008-02-09 15:08:31     INFO: [Ok]
10602 2008-02-09 15:08:31    DEBUG: Modules/FindPackageHandleStandardArgs.cmake updated to 1.4
10603 2008-02-09 15:08:31     INFO: Committing u'2008-02-06 22:02:53 by alex'...
10604 2008-02-09 15:08:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10605 2008-02-09 15:08:31     INFO: Changeset #24
10606 2008-02-09 15:08:31     INFO: Changeset "2008-02-07 01:14:55 by king"
10607 2008-02-09 15:08:31     INFO: Log message: BUG: Fix cmComputeLinkInformation to include the target's user link directories in the runtime path computation.  This bug was introduced when cmOrderRuntimeDirectories was introduced.
10608 2008-02-09 15:08:31    DEBUG: Going to apply changeset:
10609 Revision: 2008-02-07 01:14:55 by king
10610 Date: 2008-02-07 01:14:55+00:00
10611 Author: king
10612 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.19)
10613 Log: BUG: Fix cmComputeLinkInformation to include the target's user link directories in the runtime path computation.  This bug was introduced when cmOrderRuntimeDirectories was introduced.
10614 2008-02-09 15:08:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmComputeLinkInformation.cxx
10615 2008-02-09 15:08:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10616 2008-02-09 15:08:33     INFO: [Ok]
10617 2008-02-09 15:08:33    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.19
10618 2008-02-09 15:08:33     INFO: Committing u'2008-02-07 01:14:55 by king'...
10619 2008-02-09 15:08:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10620 2008-02-09 15:08:33     INFO: Changeset #25
10621 2008-02-09 15:08:33     INFO: Changeset "2008-02-07 05:01:02 by king"
10622 2008-02-09 15:08:33     INFO: Log message: STYLE: Nightly Date Stamp
10623 2008-02-09 15:08:33    DEBUG: Going to apply changeset:
10624 Revision: 2008-02-07 05:01:02 by king
10625 Date: 2008-02-07 05:01:02+00:00
10626 Author: king
10627 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.89)
10628 Log: STYLE: Nightly Date Stamp
10629 2008-02-09 15:08:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/kwsys/kwsysDateStamp.cmake
10630 2008-02-09 15:08:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10631 2008-02-09 15:08:35     INFO: [Ok]
10632 2008-02-09 15:08:35    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.89
10633 2008-02-09 15:08:35     INFO: Committing u'2008-02-07 05:01:02 by king'...
10634 2008-02-09 15:08:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10635 2008-02-09 15:08:35     INFO: Changeset #26
10636 2008-02-09 15:08:35     INFO: Changeset "2008-02-07 13:55:56 by hoffman"
10637 2008-02-09 15:08:35     INFO: Log message: ENH: complex must link to curl now
10638 2008-02-09 15:08:35    DEBUG: Going to apply changeset:
10639 Revision: 2008-02-07 13:55:56 by hoffman
10640 Date: 2008-02-07 13:55:56+00:00
10641 Author: hoffman
10642 Entries: Tests/Complex/Executable/CMakeLists.txt(UPD to 1.63), Tests/ComplexOneConfig/Executable/CMakeLists.txt(UPD to 1.63), Tests/ComplexRelativePaths/Executable/CMakeLists.txt(UPD to 1.63)
10643 Log: ENH: complex must link to curl now
10644 2008-02-09 15:08:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Tests/Complex/Executable/CMakeLists.txt Tests/ComplexOneConfig/Executable/CMakeLists.txt Tests/ComplexRelativePaths/Executable/CMakeLists.txt
10645 2008-02-09 15:08:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.63 Tests/Complex/Executable/CMakeLists.txt Tests/ComplexOneConfig/Executable/CMakeLists.txt Tests/ComplexRelativePaths/Executable/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10646 2008-02-09 15:08:37     INFO: [Ok]
10647 2008-02-09 15:08:37    DEBUG: Tests/Complex/Executable/CMakeLists.txt,Tests/ComplexOneConfig/Executable/CMakeLists.txt,Tests/ComplexRelativePaths/Executable/CMakeLists.txt updated to 1.63
10648 2008-02-09 15:08:37     INFO: Committing u'2008-02-07 13:55:56 by hoffman'...
10649 2008-02-09 15:08:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10650 2008-02-09 15:08:37     INFO: Changeset #27
10651 2008-02-09 15:08:37     INFO: Changeset "2008-02-07 16:43:20 by hoffman"
10652 2008-02-09 15:08:37     INFO: Log message: ENH: for windows only allow a static qt for install and NSIS of cmake-gui
10653 2008-02-09 15:08:37    DEBUG: Going to apply changeset:
10654 Revision: 2008-02-07 16:43:20 by hoffman
10655 Date: 2008-02-07 16:43:20+00:00
10656 Author: hoffman
10657 Entries: CMakeCPackOptions.cmake.in(UPD to 1.5), Source/QtDialog/CMakeLists.txt(UPD to 1.9)
10658 Log: ENH: for windows only allow a static qt for install and NSIS of cmake-gui
10659 2008-02-09 15:08:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 CMakeCPackOptions.cmake.in
10660 2008-02-09 15:08:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10661 2008-02-09 15:08:39     INFO: [Ok]
10662 2008-02-09 15:08:39    DEBUG: CMakeCPackOptions.cmake.in updated to 1.9
10663 2008-02-09 15:08:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/CMakeLists.txt
10664 2008-02-09 15:08:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10665 2008-02-09 15:08:40     INFO: [Ok]
10666 2008-02-09 15:08:40    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.9
10667 2008-02-09 15:08:40     INFO: Committing u'2008-02-07 16:43:20 by hoffman'...
10668 2008-02-09 15:08:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10669 2008-02-09 15:08:40     INFO: Changeset #28
10670 2008-02-09 15:08:40     INFO: Changeset "2008-02-07 18:19:38 by hoffman"
10671 2008-02-09 15:08:40     INFO: Log message: BUG: fix for bug 6117 pkgconfig
10672 2008-02-09 15:08:40    DEBUG: Going to apply changeset:
10673 Revision: 2008-02-07 18:19:38 by hoffman
10674 Date: 2008-02-07 18:19:38+00:00
10675 Author: hoffman
10676 Entries: Modules/FindPkgConfig.cmake(UPD to 1.7)
10677 Log: BUG: fix for bug 6117 pkgconfig
10678 2008-02-09 15:08:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindPkgConfig.cmake
10679 2008-02-09 15:08:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/FindPkgConfig.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10680 2008-02-09 15:08:42     INFO: [Ok]
10681 2008-02-09 15:08:42    DEBUG: Modules/FindPkgConfig.cmake updated to 1.7
10682 2008-02-09 15:08:42     INFO: Committing u'2008-02-07 18:19:38 by hoffman'...
10683 2008-02-09 15:08:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10684 2008-02-09 15:08:42     INFO: Changeset #29
10685 2008-02-09 15:08:42     INFO: Changeset "2008-02-07 18:26:16 by hoffman"
10686 2008-02-09 15:08:42     INFO: Log message: ENH: make sure files are binary for download and make status a pair of value string
10687 2008-02-09 15:08:42    DEBUG: Going to apply changeset:
10688 Revision: 2008-02-07 18:26:16 by hoffman
10689 Date: 2008-02-07 18:26:16+00:00
10690 Author: hoffman
10691 Entries: Source/cmFileCommand.cxx(UPD to 1.99), Source/cmFileCommand.h(UPD to 1.34)
10692 Log: ENH: make sure files are binary for download and make status a pair of value string
10693 2008-02-09 15:08:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFileCommand.h
10694 2008-02-09 15:08:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10695 2008-02-09 15:08:44     INFO: [Ok]
10696 2008-02-09 15:08:44    DEBUG: Source/cmFileCommand.h updated to 1.34
10697 2008-02-09 15:08:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmFileCommand.cxx
10698 2008-02-09 15:08:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10699 2008-02-09 15:08:45     INFO: [Ok]
10700 2008-02-09 15:08:45    DEBUG: Source/cmFileCommand.cxx updated to 1.34
10701 2008-02-09 15:08:45     INFO: Committing u'2008-02-07 18:26:16 by hoffman'...
10702 2008-02-09 15:08:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10703 2008-02-09 15:08:45     INFO: Changeset #30
10704 2008-02-09 15:08:45     INFO: Changeset "2008-02-07 21:14:05 by king"
10705 2008-02-09 15:08:45     INFO: Log message: ENH: Improve link line generation for static library cycles.
10707   - Move Tarjan algorithm from cmComputeTargetDepends
10708     into its own class cmComputeComponentGraph
10709   - Use cmComputeComponentGraph to identify the component DAG
10710     of link dependencies in cmComputeLinkDepends
10711   - Emit non-trivial component members more than once but always
10712     in a contiguous group on the link line
10713 2008-02-09 15:08:45    DEBUG: Going to apply changeset:
10714 Revision: 2008-02-07 21:14:05 by king
10715 Date: 2008-02-07 21:14:05+00:00
10716 Author: king
10717 Entries: bootstrap(UPD to 1.108), Source/CMakeLists.txt(UPD to 1.393), Source/cmComputeComponentGraph.cxx(ADD at 1.1), Source/cmComputeComponentGraph.h(ADD at 1.1), Source/cmComputeLinkDepends.cxx(UPD to 1.8), Source/cmComputeLinkDepends.h(UPD to 1.4), Source/cmComputeTargetDepends.cxx(UPD to 1.2), Source/cmComputeTargetDepends.h(UPD to 1.2), Source/cmGraphAdjacencyList.h(ADD at 1.1)
10718 Log: ENH: Improve link line generation for static library cycles.
10720   - Move Tarjan algorithm from cmComputeTargetDepends
10721     into its own class cmComputeComponentGraph
10722   - Use cmComputeComponentGraph to identify the component DAG
10723     of link dependencies in cmComputeLinkDepends
10724   - Emit non-trivial component members more than once but always
10725     in a contiguous group on the link line
10726 2008-02-09 15:08:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeComponentGraph.cxx Source/cmComputeComponentGraph.h Source/cmGraphAdjacencyList.h
10727 2008-02-09 15:08:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmComputeComponentGraph.cxx Source/cmComputeComponentGraph.h Source/cmGraphAdjacencyList.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10728 2008-02-09 15:08:47     INFO: [Ok]
10729 2008-02-09 15:08:47    DEBUG: Source/cmComputeComponentGraph.cxx,Source/cmComputeComponentGraph.h,Source/cmGraphAdjacencyList.h updated to 1.1
10730 2008-02-09 15:08:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeTargetDepends.cxx Source/cmComputeTargetDepends.h
10731 2008-02-09 15:08:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmComputeTargetDepends.cxx Source/cmComputeTargetDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10732 2008-02-09 15:08:48     INFO: [Ok]
10733 2008-02-09 15:08:48    DEBUG: Source/cmComputeTargetDepends.cxx,Source/cmComputeTargetDepends.h updated to 1.1
10734 2008-02-09 15:08:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkDepends.h
10735 2008-02-09 15:08:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10736 2008-02-09 15:08:49     INFO: [Ok]
10737 2008-02-09 15:08:49    DEBUG: Source/cmComputeLinkDepends.h updated to 1.1
10738 2008-02-09 15:08:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkDepends.cxx
10739 2008-02-09 15:08:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10740 2008-02-09 15:08:51     INFO: [Ok]
10741 2008-02-09 15:08:51    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.1
10742 2008-02-09 15:08:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 bootstrap
10743 2008-02-09 15:08:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10744 2008-02-09 15:08:53     INFO: [Ok]
10745 2008-02-09 15:08:53    DEBUG: bootstrap updated to 1.1
10746 2008-02-09 15:08:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.393 Source/CMakeLists.txt
10747 2008-02-09 15:08:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.393 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10748 2008-02-09 15:08:54     INFO: [Ok]
10749 2008-02-09 15:08:54    DEBUG: Source/CMakeLists.txt updated to 1.1
10750 2008-02-09 15:08:54     INFO: Adding Source/cmComputeComponentGraph.cxx, Source/cmComputeComponentGraph.h...
10751 2008-02-09 15:08:54     INFO: Adding Source/cmGraphAdjacencyList.h...
10752 2008-02-09 15:08:54     INFO: Committing u'2008-02-07 21:14:05 by king'...
10753 2008-02-09 15:08:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10754 2008-02-09 15:08:54     INFO: Changeset #31
10755 2008-02-09 15:08:54     INFO: Changeset "2008-02-07 21:14:17 by king"
10756 2008-02-09 15:08:54     INFO: Log message: ENH: Make Dependency test Case2 require two traversals of a static library loop.
10757 2008-02-09 15:08:54    DEBUG: Going to apply changeset:
10758 Revision: 2008-02-07 21:14:17 by king
10759 Date: 2008-02-07 21:14:17+00:00
10760 Author: king
10761 Entries: Tests/Dependency/Case2/CMakeLists.txt(UPD to 1.2), Tests/Dependency/Case2/foo1.c(UPD to 1.2), Tests/Dependency/Case2/foo1b.c(ADD at 1.1), Tests/Dependency/Case2/foo2b.c(ADD at 1.1), Tests/Dependency/Case2/foo3.c(UPD to 1.2), Tests/Dependency/Case2/foo3b.c(ADD at 1.1)
10762 Log: ENH: Make Dependency test Case2 require two traversals of a static library loop.
10763 2008-02-09 15:08:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Dependency/Case2/foo1b.c Tests/Dependency/Case2/foo2b.c Tests/Dependency/Case2/foo3b.c
10764 2008-02-09 15:08:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/Dependency/Case2/foo1b.c Tests/Dependency/Case2/foo2b.c Tests/Dependency/Case2/foo3b.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10765 2008-02-09 15:08:56     INFO: [Ok]
10766 2008-02-09 15:08:56    DEBUG: Tests/Dependency/Case2/foo1b.c,Tests/Dependency/Case2/foo2b.c,Tests/Dependency/Case2/foo3b.c updated to 1.1
10767 2008-02-09 15:08:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Dependency/Case2/CMakeLists.txt Tests/Dependency/Case2/foo1.c Tests/Dependency/Case2/foo3.c
10768 2008-02-09 15:08:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Tests/Dependency/Case2/CMakeLists.txt Tests/Dependency/Case2/foo1.c Tests/Dependency/Case2/foo3.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10769 2008-02-09 15:08:57     INFO: [Ok]
10770 2008-02-09 15:08:57    DEBUG: Tests/Dependency/Case2/CMakeLists.txt,Tests/Dependency/Case2/foo1.c,Tests/Dependency/Case2/foo3.c updated to 1.1
10771 2008-02-09 15:08:57     INFO: Adding Tests/Dependency/Case2/foo1b.c, Tests/Dependency/Case2/foo2b.c...
10772 2008-02-09 15:08:57     INFO: Adding Tests/Dependency/Case2/foo3b.c...
10773 2008-02-09 15:08:57     INFO: Committing u'2008-02-07 21:14:17 by king'...
10774 2008-02-09 15:08:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10775 2008-02-09 15:08:57     INFO: Changeset #32
10776 2008-02-09 15:08:57     INFO: Changeset "2008-02-07 21:22:00 by alex"
10777 2008-02-09 15:08:57     INFO: Log message: STYLE: add some comments
10779 Alex
10780 2008-02-09 15:08:57    DEBUG: Going to apply changeset:
10781 Revision: 2008-02-07 21:22:00 by alex
10782 Date: 2008-02-07 21:22:00+00:00
10783 Author: alex
10784 Entries: Source/cmInstallCommand.cxx(UPD to 1.45)
10785 Log: STYLE: add some comments
10787 Alex
10788 2008-02-09 15:08:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmInstallCommand.cxx
10789 2008-02-09 15:08:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmInstallCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10790 2008-02-09 15:08:59     INFO: [Ok]
10791 2008-02-09 15:08:59    DEBUG: Source/cmInstallCommand.cxx updated to 1.45
10792 2008-02-09 15:08:59     INFO: Committing u'2008-02-07 21:22:00 by alex'...
10793 2008-02-09 15:08:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10794 2008-02-09 15:08:59     INFO: Changeset #33
10795 2008-02-09 15:08:59     INFO: Changeset "2008-02-07 21:24:54 by king"
10796 2008-02-09 15:08:59     INFO: Log message: COMP: Add missing assert include.
10797 2008-02-09 15:08:59    DEBUG: Going to apply changeset:
10798 Revision: 2008-02-07 21:24:54 by king
10799 Date: 2008-02-07 21:24:54+00:00
10800 Author: king
10801 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.9)
10802 Log: COMP: Add missing assert include.
10803 2008-02-09 15:08:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkDepends.cxx
10804 2008-02-09 15:08:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10805 2008-02-09 15:09:01     INFO: [Ok]
10806 2008-02-09 15:09:01    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.9
10807 2008-02-09 15:09:01     INFO: Committing u'2008-02-07 21:24:54 by king'...
10808 2008-02-09 15:09:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10809 2008-02-09 15:09:01     INFO: Changeset #34
10810 2008-02-09 15:09:01     INFO: Changeset "2008-02-07 21:26:00 by alex"
10811 2008-02-09 15:09:01     INFO: Log message: two patches from Miguel:
10812 BUG: fix #5819: put compile definitions into the eclipse project files so
10813 eclipse handles ifdef blcoks correctly
10814 STYLE: make the code for filtering some global targets out nicer
10816 Alex
10817 2008-02-09 15:09:01    DEBUG: Going to apply changeset:
10818 Revision: 2008-02-07 21:26:00 by alex
10819 Date: 2008-02-07 21:26:00+00:00
10820 Author: alex
10821 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.8)
10822 Log: two patches from Miguel:
10823 BUG: fix #5819: put compile definitions into the eclipse project files so
10824 eclipse handles ifdef blcoks correctly
10825 STYLE: make the code for filtering some global targets out nicer
10827 Alex
10828 2008-02-09 15:09:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExtraEclipseCDT4Generator.cxx
10829 2008-02-09 15:09:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10830 2008-02-09 15:09:03     INFO: [Ok]
10831 2008-02-09 15:09:03    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.8
10832 2008-02-09 15:09:03     INFO: Committing u'2008-02-07 21:26:00 by alex'...
10833 2008-02-09 15:09:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10834 2008-02-09 15:09:03     INFO: Changeset #35
10835 2008-02-09 15:09:03     INFO: Changeset "2008-02-07 21:49:11 by king"
10836 2008-02-09 15:09:03     INFO: Log message: ENH: Avoid computing link information for static library targets.  They do not link.
10837 2008-02-09 15:09:03    DEBUG: Going to apply changeset:
10838 Revision: 2008-02-07 21:49:11 by king
10839 Date: 2008-02-07 21:49:11+00:00
10840 Author: king
10841 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.184), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.54), Source/cmTarget.cxx(UPD to 1.194)
10842 Log: ENH: Avoid computing link information for static library targets.  They do not link.
10843 2008-02-09 15:09:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmMakefileLibraryTargetGenerator.cxx
10844 2008-02-09 15:09:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10845 2008-02-09 15:09:05     INFO: [Ok]
10846 2008-02-09 15:09:05    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.194
10847 2008-02-09 15:09:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.184 Source/cmGlobalXCodeGenerator.cxx
10848 2008-02-09 15:09:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.184 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10849 2008-02-09 15:09:06     INFO: [Ok]
10850 2008-02-09 15:09:06    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.194
10851 2008-02-09 15:09:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.194 Source/cmTarget.cxx
10852 2008-02-09 15:09:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.194 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10853 2008-02-09 15:09:07     INFO: [Ok]
10854 2008-02-09 15:09:07    DEBUG: Source/cmTarget.cxx updated to 1.194
10855 2008-02-09 15:09:07     INFO: Committing u'2008-02-07 21:49:11 by king'...
10856 2008-02-09 15:09:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10857 2008-02-09 15:09:07     INFO: Changeset #36
10858 2008-02-09 15:09:07     INFO: Changeset "2008-02-07 22:58:57 by clinton"
10859 2008-02-09 15:09:07     INFO: Log message: 
10860 ENH:  Show cache variable name in title of file dialogs.
10861 2008-02-09 15:09:07    DEBUG: Going to apply changeset:
10862 Revision: 2008-02-07 22:58:57 by clinton
10863 Date: 2008-02-07 22:58:57+00:00
10864 Author: clinton
10865 Entries: Source/QtDialog/QCMakeCacheView.cxx(UPD to 1.22), Source/QtDialog/QCMakeCacheView.h(UPD to 1.16)
10866 Log: 
10867 ENH:  Show cache variable name in title of file dialogs.
10868 2008-02-09 15:09:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/QCMakeCacheView.h
10869 2008-02-09 15:09:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/QCMakeCacheView.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10870 2008-02-09 15:09:09     INFO: [Ok]
10871 2008-02-09 15:09:09    DEBUG: Source/QtDialog/QCMakeCacheView.h updated to 1.16
10872 2008-02-09 15:09:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/QtDialog/QCMakeCacheView.cxx
10873 2008-02-09 15:09:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/QtDialog/QCMakeCacheView.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10874 2008-02-09 15:09:11     INFO: [Ok]
10875 2008-02-09 15:09:11    DEBUG: Source/QtDialog/QCMakeCacheView.cxx updated to 1.16
10876 2008-02-09 15:09:11     INFO: Committing u'2008-02-07 22:58:57 by clinton'...
10877 2008-02-09 15:09:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10878 2008-02-09 15:09:11     INFO: Changeset #37
10879 2008-02-09 15:09:11     INFO: Changeset "2008-02-07 23:24:55 by alex"
10880 2008-02-09 15:09:11     INFO: Log message: patch from Miguel
10881 BUG: fix #5496: eclipse can't load projects where the build dir is a subdir
10882 of the src dir
10884 Alex
10885 2008-02-09 15:09:11    DEBUG: Going to apply changeset:
10886 Revision: 2008-02-07 23:24:55 by alex
10887 Date: 2008-02-07 23:24:55+00:00
10888 Author: alex
10889 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.9)
10890 Log: patch from Miguel
10891 BUG: fix #5496: eclipse can't load projects where the build dir is a subdir
10892 of the src dir
10894 Alex
10895 2008-02-09 15:09:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExtraEclipseCDT4Generator.cxx
10896 2008-02-09 15:09:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10897 2008-02-09 15:09:13     INFO: [Ok]
10898 2008-02-09 15:09:13    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.9
10899 2008-02-09 15:09:13     INFO: Committing u'2008-02-07 23:24:55 by alex'...
10900 2008-02-09 15:09:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10901 2008-02-09 15:09:13     INFO: Changeset #38
10902 2008-02-09 15:09:13     INFO: Changeset "2008-02-08 04:26:42 by clinton"
10903 2008-02-09 15:09:13     INFO: Log message: 
10904 BUG:  Fix arg for moc parameter file so it works with unix makefiles, when the
10905       build dir has a space in it.
10906 2008-02-09 15:09:13    DEBUG: Going to apply changeset:
10907 Revision: 2008-02-08 04:26:42 by clinton
10908 Date: 2008-02-08 04:26:42+00:00
10909 Author: clinton
10910 Entries: Modules/FindQt4.cmake(UPD to 1.91)
10911 Log: 
10912 BUG:  Fix arg for moc parameter file so it works with unix makefiles, when the
10913       build dir has a space in it.
10914 2008-02-09 15:09:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Modules/FindQt4.cmake
10915 2008-02-09 15:09:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10916 2008-02-09 15:09:15     INFO: [Ok]
10917 2008-02-09 15:09:15    DEBUG: Modules/FindQt4.cmake updated to 1.91
10918 2008-02-09 15:09:15     INFO: Committing u'2008-02-08 04:26:42 by clinton'...
10919 2008-02-09 15:09:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10920 2008-02-09 15:09:15     INFO: Changeset #39
10921 2008-02-09 15:09:15     INFO: Changeset "2008-02-08 05:01:05 by king"
10922 2008-02-09 15:09:15     INFO: Log message: STYLE: Nightly Date Stamp
10923 2008-02-09 15:09:15    DEBUG: Going to apply changeset:
10924 Revision: 2008-02-08 05:01:05 by king
10925 Date: 2008-02-08 05:01:05+00:00
10926 Author: king
10927 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.90)
10928 Log: STYLE: Nightly Date Stamp
10929 2008-02-09 15:09:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/kwsys/kwsysDateStamp.cmake
10930 2008-02-09 15:09:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10931 2008-02-09 15:09:17     INFO: [Ok]
10932 2008-02-09 15:09:17    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.90
10933 2008-02-09 15:09:17     INFO: Committing u'2008-02-08 05:01:05 by king'...
10934 2008-02-09 15:09:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10935 2008-02-09 15:09:17     INFO: Changeset #40
10936 2008-02-09 15:09:17     INFO: Changeset "2008-02-08 14:24:29 by king"
10937 2008-02-09 15:09:17     INFO: Log message: BUG: Need ANSI C.
10938 2008-02-09 15:09:17    DEBUG: Going to apply changeset:
10939 Revision: 2008-02-08 14:24:29 by king
10940 Date: 2008-02-08 14:24:29+00:00
10941 Author: king
10942 Entries: Tests/Dependency/CMakeLists.txt(UPD to 1.9)
10943 Log: BUG: Need ANSI C.
10944 2008-02-09 15:09:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Dependency/CMakeLists.txt
10945 2008-02-09 15:09:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Dependency/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10946 2008-02-09 15:09:19     INFO: [Ok]
10947 2008-02-09 15:09:19    DEBUG: Tests/Dependency/CMakeLists.txt updated to 1.9
10948 2008-02-09 15:09:19     INFO: Committing u'2008-02-08 14:24:29 by king'...
10949 2008-02-09 15:09:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10950 2008-02-09 15:09:19     INFO: Changeset #41
10951 2008-02-09 15:09:19     INFO: Changeset "2008-02-08 15:42:14 by clinton"
10952 2008-02-09 15:09:19     INFO: Log message: COMP: Fix build with Qt 4.2.
10953 BUG:  Fix new editors stealing focus while typing search text.
10954 ENH:  Look for translation in data dir, not bin dir.
10955 2008-02-09 15:09:19    DEBUG: Going to apply changeset:
10956 Revision: 2008-02-08 15:42:14 by clinton
10957 Date: 2008-02-08 15:42:14+00:00
10958 Author: clinton
10959 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.14), Source/QtDialog/QCMakeCacheView.cxx(UPD to 1.23)
10960 Log: COMP: Fix build with Qt 4.2.
10961 BUG:  Fix new editors stealing focus while typing search text.
10962 ENH:  Look for translation in data dir, not bin dir.
10963 2008-02-09 15:09:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/CMakeSetup.cxx
10964 2008-02-09 15:09:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10965 2008-02-09 15:09:21     INFO: [Ok]
10966 2008-02-09 15:09:21    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.23
10967 2008-02-09 15:09:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/QtDialog/QCMakeCacheView.cxx
10968 2008-02-09 15:09:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/QtDialog/QCMakeCacheView.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10969 2008-02-09 15:09:23     INFO: [Ok]
10970 2008-02-09 15:09:23    DEBUG: Source/QtDialog/QCMakeCacheView.cxx updated to 1.23
10971 2008-02-09 15:09:23     INFO: Committing u'2008-02-08 15:42:14 by clinton'...
10972 2008-02-09 15:09:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10973 2008-02-09 15:09:23     INFO: Changeset #42
10974 2008-02-09 15:09:23     INFO: Changeset "2008-02-08 16:26:08 by clinton"
10975 2008-02-09 15:09:23     INFO: Log message: ENH:  Need to pick up the PreLoad.cmake files.
10976 2008-02-09 15:09:23    DEBUG: Going to apply changeset:
10977 Revision: 2008-02-08 16:26:08 by clinton
10978 Date: 2008-02-08 16:26:08+00:00
10979 Author: clinton
10980 Entries: Source/QtDialog/QCMake.cxx(UPD to 1.14)
10981 Log: ENH:  Need to pick up the PreLoad.cmake files.
10982 2008-02-09 15:09:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/QCMake.cxx
10983 2008-02-09 15:09:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10984 2008-02-09 15:09:26     INFO: [Ok]
10985 2008-02-09 15:09:26    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.14
10986 2008-02-09 15:09:26     INFO: Committing u'2008-02-08 16:26:08 by clinton'...
10987 2008-02-09 15:09:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
10988 2008-02-09 15:09:26     INFO: Changeset #43
10989 2008-02-09 15:09:26     INFO: Changeset "2008-02-08 17:01:54 by clinton"
10990 2008-02-09 15:09:26     INFO: Log message: ENH:  Better way to have escaping done correctly for all generators.
10991 2008-02-09 15:09:26    DEBUG: Going to apply changeset:
10992 Revision: 2008-02-08 17:01:54 by clinton
10993 Date: 2008-02-08 17:01:54+00:00
10994 Author: clinton
10995 Entries: Modules/FindQt4.cmake(UPD to 1.92)
10996 Log: ENH:  Better way to have escaping done correctly for all generators.
10997 2008-02-09 15:09:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Modules/FindQt4.cmake
10998 2008-02-09 15:09:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
10999 2008-02-09 15:09:28     INFO: [Ok]
11000 2008-02-09 15:09:28    DEBUG: Modules/FindQt4.cmake updated to 1.92
11001 2008-02-09 15:09:28     INFO: Committing u'2008-02-08 17:01:54 by clinton'...
11002 2008-02-09 15:09:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11003 2008-02-09 15:09:28     INFO: Changeset #44
11004 2008-02-09 15:09:28     INFO: Changeset "2008-02-08 18:47:08 by clinton"
11005 2008-02-09 15:09:28     INFO: Log message: BUG:  Make sure editor closes when deleting cache entries.
11006 2008-02-09 15:09:28    DEBUG: Going to apply changeset:
11007 Revision: 2008-02-08 18:47:08 by clinton
11008 Date: 2008-02-08 18:47:08+00:00
11009 Author: clinton
11010 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.31)
11011 Log: BUG:  Make sure editor closes when deleting cache entries.
11012 2008-02-09 15:09:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/QtDialog/CMakeSetupDialog.cxx
11013 2008-02-09 15:09:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11014 2008-02-09 15:09:30     INFO: [Ok]
11015 2008-02-09 15:09:30    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.31
11016 2008-02-09 15:09:30     INFO: Committing u'2008-02-08 18:47:08 by clinton'...
11017 2008-02-09 15:09:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11018 2008-02-09 15:09:30     INFO: Changeset #45
11019 2008-02-09 15:09:30     INFO: Changeset "2008-02-09 05:01:03 by king"
11020 2008-02-09 15:09:30     INFO: Log message: STYLE: Nightly Date Stamp
11021 2008-02-09 15:09:30    DEBUG: Going to apply changeset:
11022 Revision: 2008-02-09 05:01:03 by king
11023 Date: 2008-02-09 05:01:03+00:00
11024 Author: king
11025 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.91)
11026 Log: STYLE: Nightly Date Stamp
11027 2008-02-09 15:09:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/kwsys/kwsysDateStamp.cmake
11028 2008-02-09 15:09:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11029 2008-02-09 15:09:32     INFO: [Ok]
11030 2008-02-09 15:09:32    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.91
11031 2008-02-09 15:09:32     INFO: Committing u'2008-02-09 05:01:03 by king'...
11032 2008-02-09 15:09:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11033 2008-02-09 15:09:32     INFO: Changeset #46
11034 2008-02-09 15:09:32     INFO: Changeset "2008-02-09 14:53:52 by hoffman"
11035 2008-02-09 15:09:32     INFO: Log message: ENH: make it so cmake-gui only installs if qt is static on windows
11036 2008-02-09 15:09:32    DEBUG: Going to apply changeset:
11037 Revision: 2008-02-09 14:53:52 by hoffman
11038 Date: 2008-02-09 14:53:52+00:00
11039 Author: hoffman
11040 Entries: CMakeCPack.cmake(UPD to 1.11), CMakeCPackOptions.cmake.in(UPD to 1.6), Source/QtDialog/CMakeLists.txt(UPD to 1.10), Source/QtDialog/QtDialogCPack.cmake.in(ADD at 1.1)
11041 Log: ENH: make it so cmake-gui only installs if qt is static on windows
11042 2008-02-09 15:09:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/QtDialogCPack.cmake.in
11043 2008-02-09 15:09:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/QtDialogCPack.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11044 2008-02-09 15:09:34     INFO: [Ok]
11045 2008-02-09 15:09:34    DEBUG: Source/QtDialog/QtDialogCPack.cmake.in updated to 1.1
11046 2008-02-09 15:09:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 CMakeCPackOptions.cmake.in
11047 2008-02-09 15:09:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11048 2008-02-09 15:09:36     INFO: [Ok]
11049 2008-02-09 15:09:36    DEBUG: CMakeCPackOptions.cmake.in updated to 1.1
11050 2008-02-09 15:09:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/QtDialog/CMakeLists.txt
11051 2008-02-09 15:09:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11052 2008-02-09 15:09:37     INFO: [Ok]
11053 2008-02-09 15:09:37    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.1
11054 2008-02-09 15:09:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 CMakeCPack.cmake
11055 2008-02-09 15:09:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 CMakeCPack.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11056 2008-02-09 15:09:39     INFO: [Ok]
11057 2008-02-09 15:09:39    DEBUG: CMakeCPack.cmake updated to 1.1
11058 2008-02-09 15:09:39     INFO: Adding Source/QtDialog/QtDialogCPack.cmake.in...
11059 2008-02-09 15:09:39     INFO: Committing u'2008-02-09 14:53:52 by hoffman'...
11060 2008-02-09 15:09:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11061 2008-02-09 15:09:39     INFO: Changeset #47
11062 2008-02-09 15:09:39     INFO: Changeset "2008-02-09 15:05:54 by hoffman"
11063 2008-02-09 15:09:39     INFO: Log message: ENH: build the qt gui
11064 2008-02-09 15:09:39    DEBUG: Going to apply changeset:
11065 Revision: 2008-02-09 15:05:54 by hoffman
11066 Date: 2008-02-09 15:05:54+00:00
11067 Author: hoffman
11068 Entries: Utilities/Release/vogon_release.cmake(UPD to 1.5)
11069 Log: ENH: build the qt gui
11070 2008-02-09 15:09:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Utilities/Release/vogon_release.cmake
11071 2008-02-09 15:09:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Utilities/Release/vogon_release.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11072 2008-02-09 15:09:41     INFO: [Ok]
11073 2008-02-09 15:09:41    DEBUG: Utilities/Release/vogon_release.cmake updated to 1.5
11074 2008-02-09 15:09:41     INFO: Committing u'2008-02-09 15:05:54 by hoffman'...
11075 2008-02-09 15:09:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11076 2008-02-09 15:09:41    DEBUG: Adjusting the state accordingly to journal
11077 2008-02-09 15:09:41     INFO: Update completed, now at revision "2008-02-09 15:05:54 by hoffman"
11078 2008-02-15 03:17:15     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
11079 2008-02-15 03:17:15    DEBUG: cvs not found as new-style vcs, trying as monolithic
11080 2008-02-15 03:17:15    DEBUG: hg not found as new-style vcs, trying as monolithic
11081 2008-02-15 03:17:15     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-09 15:05:54 UTC<" -b CMake 2>&1
11082 2008-02-15 03:17:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-09 15:05:54 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
11083 2008-02-15 03:17:44     INFO: [Ok]
11084 2008-02-15 03:17:50     INFO: Cached information about 40 pending changesets
11085 2008-02-15 03:17:50     INFO: Applying pending upstream changesets
11086 2008-02-15 03:17:50     INFO: Changeset #1
11087 2008-02-15 03:17:50     INFO: Changeset "2008-02-10 05:01:03 by king"
11088 2008-02-15 03:17:50     INFO: Log message: STYLE: Nightly Date Stamp
11089 2008-02-15 03:17:50    DEBUG: Going to apply changeset:
11090 Revision: 2008-02-10 05:01:03 by king
11091 Date: 2008-02-10 05:01:03+00:00
11092 Author: king
11093 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.92)
11094 Log: STYLE: Nightly Date Stamp
11095 2008-02-15 03:17:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/kwsys/kwsysDateStamp.cmake
11096 2008-02-15 03:17:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11097 2008-02-15 03:17:56     INFO: [Ok]
11098 2008-02-15 03:17:56    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.92
11099 2008-02-15 03:17:56     INFO: Committing u'2008-02-10 05:01:03 by king'...
11100 2008-02-15 03:17:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11101 2008-02-15 03:17:56     INFO: Changeset #2
11102 2008-02-15 03:17:56     INFO: Changeset "2008-02-10 16:37:06 by king"
11103 2008-02-15 03:17:56     INFO: Log message: BUG: Fix recent find_library change to look for user-specified name first to do so only if the name matches a valid library extension.
11104 2008-02-15 03:17:56    DEBUG: Going to apply changeset:
11105 Revision: 2008-02-10 16:37:06 by king
11106 Date: 2008-02-10 16:37:06+00:00
11107 Author: king
11108 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.57)
11109 Log: BUG: Fix recent find_library change to look for user-specified name first to do so only if the name matches a valid library extension.
11110 2008-02-15 03:17:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmFindLibraryCommand.cxx
11111 2008-02-15 03:17:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11112 2008-02-15 03:17:58     INFO: [Ok]
11113 2008-02-15 03:17:58    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.57
11114 2008-02-15 03:17:58     INFO: Committing u'2008-02-10 16:37:06 by king'...
11115 2008-02-15 03:17:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11116 2008-02-15 03:17:58     INFO: Changeset #3
11117 2008-02-15 03:17:58     INFO: Changeset "2008-02-10 22:19:10 by alex"
11118 2008-02-15 03:17:58     INFO: Log message: STYLE: document that if(COMMAND) works also for macros and functions
11120 Alex
11121 2008-02-15 03:17:58    DEBUG: Going to apply changeset:
11122 Revision: 2008-02-10 22:19:10 by alex
11123 Date: 2008-02-10 22:19:10+00:00
11124 Author: alex
11125 Entries: Source/cmIfCommand.h(UPD to 1.46)
11126 Log: STYLE: document that if(COMMAND) works also for macros and functions
11128 Alex
11129 2008-02-15 03:17:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmIfCommand.h
11130 2008-02-15 03:17:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmIfCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11131 2008-02-15 03:18:00     INFO: [Ok]
11132 2008-02-15 03:18:00    DEBUG: Source/cmIfCommand.h updated to 1.46
11133 2008-02-15 03:18:00     INFO: Committing u'2008-02-10 22:19:10 by alex'...
11134 2008-02-15 03:18:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11135 2008-02-15 03:18:00     INFO: Changeset #4
11136 2008-02-15 03:18:00     INFO: Changeset "2008-02-11 05:01:02 by king"
11137 2008-02-15 03:18:00     INFO: Log message: STYLE: Nightly Date Stamp
11138 2008-02-15 03:18:00    DEBUG: Going to apply changeset:
11139 Revision: 2008-02-11 05:01:02 by king
11140 Date: 2008-02-11 05:01:02+00:00
11141 Author: king
11142 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.93)
11143 Log: STYLE: Nightly Date Stamp
11144 2008-02-15 03:18:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/kwsys/kwsysDateStamp.cmake
11145 2008-02-15 03:18:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11146 2008-02-15 03:18:02     INFO: [Ok]
11147 2008-02-15 03:18:02    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.93
11148 2008-02-15 03:18:02     INFO: Committing u'2008-02-11 05:01:02 by king'...
11149 2008-02-15 03:18:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11150 2008-02-15 03:18:02     INFO: Changeset #5
11151 2008-02-15 03:18:02     INFO: Changeset "2008-02-11 15:31:38 by king"
11152 2008-02-15 03:18:02     INFO: Log message: BUG: Fix cmComputeLinkDepends::AddVarLinkEntries
11154   - Track link type correctly
11155   - Use _LINK_TYPE variables exported by CMake 2.4
11156 2008-02-15 03:18:02    DEBUG: Going to apply changeset:
11157 Revision: 2008-02-11 15:31:38 by king
11158 Date: 2008-02-11 15:31:38+00:00
11159 Author: king
11160 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.10)
11161 Log: BUG: Fix cmComputeLinkDepends::AddVarLinkEntries
11163   - Track link type correctly
11164   - Use _LINK_TYPE variables exported by CMake 2.4
11165 2008-02-15 03:18:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkDepends.cxx
11166 2008-02-15 03:18:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11167 2008-02-15 03:18:04     INFO: [Ok]
11168 2008-02-15 03:18:04    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.10
11169 2008-02-15 03:18:04     INFO: Committing u'2008-02-11 15:31:38 by king'...
11170 2008-02-15 03:18:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11171 2008-02-15 03:18:04     INFO: Changeset #6
11172 2008-02-15 03:18:04     INFO: Changeset "2008-02-11 15:31:44 by king"
11173 2008-02-15 03:18:04     INFO: Log message: BUG: Fix export_library_dependencies command to produce a file that is compatible with CMake 2.4.
11174 2008-02-15 03:18:04    DEBUG: Going to apply changeset:
11175 Revision: 2008-02-11 15:31:44 by king
11176 Date: 2008-02-11 15:31:44+00:00
11177 Author: king
11178 Entries: Source/cmExportLibraryDependencies.cxx(UPD to 1.20)
11179 Log: BUG: Fix export_library_dependencies command to produce a file that is compatible with CMake 2.4.
11180 2008-02-15 03:18:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmExportLibraryDependencies.cxx
11181 2008-02-15 03:18:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmExportLibraryDependencies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11182 2008-02-15 03:18:06     INFO: [Ok]
11183 2008-02-15 03:18:06    DEBUG: Source/cmExportLibraryDependencies.cxx updated to 1.20
11184 2008-02-15 03:18:06     INFO: Committing u'2008-02-11 15:31:44 by king'...
11185 2008-02-15 03:18:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11186 2008-02-15 03:18:06     INFO: Changeset #7
11187 2008-02-15 03:18:06     INFO: Changeset "2008-02-11 18:35:30 by king"
11188 2008-02-15 03:18:06     INFO: Log message: ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmLocalGenerator::NeedBackwardsCompatibility for convenience.
11189 2008-02-15 03:18:06    DEBUG: Going to apply changeset:
11190 Revision: 2008-02-11 18:35:30 by king
11191 Date: 2008-02-11 18:35:30+00:00
11192 Author: king
11193 Entries: Source/cmMakefile.cxx(UPD to 1.433), Source/cmMakefile.h(UPD to 1.223)
11194 Log: ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmLocalGenerator::NeedBackwardsCompatibility for convenience.
11195 2008-02-15 03:18:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmMakefile.h
11196 2008-02-15 03:18:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.223 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11197 2008-02-15 03:18:08     INFO: [Ok]
11198 2008-02-15 03:18:08    DEBUG: Source/cmMakefile.h updated to 1.223
11199 2008-02-15 03:18:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.433 Source/cmMakefile.cxx
11200 2008-02-15 03:18:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.433 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11201 2008-02-15 03:18:10     INFO: [Ok]
11202 2008-02-15 03:18:10    DEBUG: Source/cmMakefile.cxx updated to 1.223
11203 2008-02-15 03:18:10     INFO: Committing u'2008-02-11 18:35:30 by king'...
11204 2008-02-15 03:18:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11205 2008-02-15 03:18:10     INFO: Changeset #8
11206 2008-02-15 03:18:10     INFO: Changeset "2008-02-11 18:35:39 by king"
11207 2008-02-15 03:18:10     INFO: Log message: ENH: Enforce global target name uniqueness.
11209   - Error if imported target is involved in conflict
11210   - Error for non-imported target conflict unless
11211     CMAKE_BACKWARDS_COMPATIBILITY <= 2.4
11212   - Include OUTPUT_NAME property in error message
11213   - Update add_executable and add_library command documentation
11214 2008-02-15 03:18:10    DEBUG: Going to apply changeset:
11215 Revision: 2008-02-11 18:35:39 by king
11216 Date: 2008-02-11 18:35:39+00:00
11217 Author: king
11218 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.28), Source/cmAddExecutableCommand.cxx(UPD to 1.34), Source/cmAddExecutableCommand.h(UPD to 1.21), Source/cmAddLibraryCommand.cxx(UPD to 1.35), Source/cmAddLibraryCommand.h(UPD to 1.22), Source/cmMakefile.cxx(UPD to 1.434), Source/cmMakefile.h(UPD to 1.224), Source/cmTarget.cxx(UPD to 1.195)
11219 Log: ENH: Enforce global target name uniqueness.
11221   - Error if imported target is involved in conflict
11222   - Error for non-imported target conflict unless
11223     CMAKE_BACKWARDS_COMPATIBILITY <= 2.4
11224   - Include OUTPUT_NAME property in error message
11225   - Update add_executable and add_library command documentation
11226 2008-02-15 03:18:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmAddExecutableCommand.h
11227 2008-02-15 03:18:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmAddExecutableCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11228 2008-02-15 03:18:12     INFO: [Ok]
11229 2008-02-15 03:18:12    DEBUG: Source/cmAddExecutableCommand.h updated to 1.195
11230 2008-02-15 03:18:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmAddLibraryCommand.h
11231 2008-02-15 03:18:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmAddLibraryCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11232 2008-02-15 03:18:13     INFO: [Ok]
11233 2008-02-15 03:18:13    DEBUG: Source/cmAddLibraryCommand.h updated to 1.195
11234 2008-02-15 03:18:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmAddCustomTargetCommand.cxx
11235 2008-02-15 03:18:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11236 2008-02-15 03:18:14     INFO: [Ok]
11237 2008-02-15 03:18:14    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.195
11238 2008-02-15 03:18:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddExecutableCommand.cxx
11239 2008-02-15 03:18:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddExecutableCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11240 2008-02-15 03:18:15     INFO: [Ok]
11241 2008-02-15 03:18:15    DEBUG: Source/cmAddExecutableCommand.cxx updated to 1.195
11242 2008-02-15 03:18:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddLibraryCommand.cxx
11243 2008-02-15 03:18:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11244 2008-02-15 03:18:16     INFO: [Ok]
11245 2008-02-15 03:18:16    DEBUG: Source/cmAddLibraryCommand.cxx updated to 1.195
11246 2008-02-15 03:18:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.195 Source/cmTarget.cxx
11247 2008-02-15 03:18:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.195 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11248 2008-02-15 03:18:17     INFO: [Ok]
11249 2008-02-15 03:18:17    DEBUG: Source/cmTarget.cxx updated to 1.195
11250 2008-02-15 03:18:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmMakefile.h
11251 2008-02-15 03:18:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.224 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11252 2008-02-15 03:18:18     INFO: [Ok]
11253 2008-02-15 03:18:18    DEBUG: Source/cmMakefile.h updated to 1.195
11254 2008-02-15 03:18:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.434 Source/cmMakefile.cxx
11255 2008-02-15 03:18:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.434 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11256 2008-02-15 03:18:19     INFO: [Ok]
11257 2008-02-15 03:18:19    DEBUG: Source/cmMakefile.cxx updated to 1.195
11258 2008-02-15 03:18:19     INFO: Committing u'2008-02-11 18:35:39 by king'...
11259 2008-02-15 03:18:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11260 2008-02-15 03:18:19     INFO: Changeset #9
11261 2008-02-15 03:18:19     INFO: Changeset "2008-02-11 20:31:32 by king"
11262 2008-02-15 03:18:19     INFO: Log message: ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to CMAKE_C_COMPILE_OBJECT.  We should not require every project to reference CMAKE_ANSI_CFLAGS.
11263 2008-02-15 03:18:19    DEBUG: Going to apply changeset:
11264 Revision: 2008-02-11 20:31:32 by king
11265 Date: 2008-02-11 20:31:32+00:00
11266 Author: king
11267 Entries: Modules/Platform/HP-UX.cmake(UPD to 1.27)
11268 Log: ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to CMAKE_C_COMPILE_OBJECT.  We should not require every project to reference CMAKE_ANSI_CFLAGS.
11269 2008-02-15 03:18:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Modules/Platform/HP-UX.cmake
11270 2008-02-15 03:18:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11271 2008-02-15 03:18:21     INFO: [Ok]
11272 2008-02-15 03:18:21    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.27
11273 2008-02-15 03:18:21     INFO: Committing u'2008-02-11 20:31:32 by king'...
11274 2008-02-15 03:18:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11275 2008-02-15 03:18:21     INFO: Changeset #10
11276 2008-02-15 03:18:21     INFO: Changeset "2008-02-11 22:00:36 by king"
11277 2008-02-15 03:18:21     INFO: Log message: ENH: Add global computed property IN_TRY_COMPILE.
11278 2008-02-15 03:18:21    DEBUG: Going to apply changeset:
11279 Revision: 2008-02-11 22:00:36 by king
11280 Date: 2008-02-11 22:00:36+00:00
11281 Author: king
11282 Entries: Source/cmake.cxx(UPD to 1.358)
11283 Log: ENH: Add global computed property IN_TRY_COMPILE.
11284 2008-02-15 03:18:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.358 Source/cmake.cxx
11285 2008-02-15 03:18:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.358 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11286 2008-02-15 03:18:23     INFO: [Ok]
11287 2008-02-15 03:18:23    DEBUG: Source/cmake.cxx updated to 1.358
11288 2008-02-15 03:18:23     INFO: Committing u'2008-02-11 22:00:36 by king'...
11289 2008-02-15 03:18:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11290 2008-02-15 03:18:23     INFO: Changeset #11
11291 2008-02-15 03:18:23     INFO: Changeset "2008-02-11 22:00:45 by king"
11292 2008-02-15 03:18:23     INFO: Log message: BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set.
11293 2008-02-15 03:18:23    DEBUG: Going to apply changeset:
11294 Revision: 2008-02-11 22:00:45 by king
11295 Date: 2008-02-11 22:00:45+00:00
11296 Author: king
11297 Entries: Source/cmFindLibraryCommand.cxx(UPD to 1.58)
11298 Log: BUG: FIND_LIBRARY should not require CMAKE_SIZEOF_VOID_P to be set.
11299 2008-02-15 03:18:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmFindLibraryCommand.cxx
11300 2008-02-15 03:18:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmFindLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11301 2008-02-15 03:18:25     INFO: [Ok]
11302 2008-02-15 03:18:25    DEBUG: Source/cmFindLibraryCommand.cxx updated to 1.58
11303 2008-02-15 03:18:25     INFO: Committing u'2008-02-11 22:00:45 by king'...
11304 2008-02-15 03:18:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11305 2008-02-15 03:18:25     INFO: Changeset #12
11306 2008-02-15 03:18:25     INFO: Changeset "2008-02-11 22:00:54 by king"
11307 2008-02-15 03:18:25     INFO: Log message: ENH: When detecting the compiler id try compiling only to an object file.
11308 2008-02-15 03:18:25    DEBUG: Going to apply changeset:
11309 Revision: 2008-02-11 22:00:54 by king
11310 Date: 2008-02-11 22:00:54+00:00
11311 Author: king
11312 Entries: Modules/CMakeDetermineCCompiler.cmake(UPD to 1.51), Modules/CMakeDetermineCXXCompiler.cmake(UPD to 1.44), Modules/CMakeDetermineFortranCompiler.cmake(UPD to 1.22)
11313 Log: ENH: When detecting the compiler id try compiling only to an object file.
11314 2008-02-15 03:18:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeDetermineFortranCompiler.cmake
11315 2008-02-15 03:18:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Modules/CMakeDetermineFortranCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11316 2008-02-15 03:18:27     INFO: [Ok]
11317 2008-02-15 03:18:27    DEBUG: Modules/CMakeDetermineFortranCompiler.cmake updated to 1.22
11318 2008-02-15 03:18:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/CMakeDetermineCXXCompiler.cmake
11319 2008-02-15 03:18:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Modules/CMakeDetermineCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11320 2008-02-15 03:18:29     INFO: [Ok]
11321 2008-02-15 03:18:29    DEBUG: Modules/CMakeDetermineCXXCompiler.cmake updated to 1.22
11322 2008-02-15 03:18:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Modules/CMakeDetermineCCompiler.cmake
11323 2008-02-15 03:18:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.51 Modules/CMakeDetermineCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11324 2008-02-15 03:18:30     INFO: [Ok]
11325 2008-02-15 03:18:30    DEBUG: Modules/CMakeDetermineCCompiler.cmake updated to 1.22
11326 2008-02-15 03:18:30     INFO: Committing u'2008-02-11 22:00:54 by king'...
11327 2008-02-15 03:18:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11328 2008-02-15 03:18:30     INFO: Changeset #13
11329 2008-02-15 03:18:30     INFO: Changeset "2008-02-11 22:01:02 by king"
11330 2008-02-15 03:18:30     INFO: Log message: ENH: Fix eCos.cmake to not require a forced compiler
11332   - Search for libtarget.a explicitly
11333   - Do not complain about compiler id during try-compile
11334 2008-02-15 03:18:30    DEBUG: Going to apply changeset:
11335 Revision: 2008-02-11 22:01:02 by king
11336 Date: 2008-02-11 22:01:02+00:00
11337 Author: king
11338 Entries: Modules/Platform/eCos.cmake(UPD to 1.4)
11339 Log: ENH: Fix eCos.cmake to not require a forced compiler
11341   - Search for libtarget.a explicitly
11342   - Do not complain about compiler id during try-compile
11343 2008-02-15 03:18:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/eCos.cmake
11344 2008-02-15 03:18:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/Platform/eCos.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11345 2008-02-15 03:18:32     INFO: [Ok]
11346 2008-02-15 03:18:32    DEBUG: Modules/Platform/eCos.cmake updated to 1.4
11347 2008-02-15 03:18:32     INFO: Committing u'2008-02-11 22:01:02 by king'...
11348 2008-02-15 03:18:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11349 2008-02-15 03:18:32     INFO: Changeset #14
11350 2008-02-15 03:18:32     INFO: Changeset "2008-02-11 22:33:46 by king"
11351 2008-02-15 03:18:32     INFO: Log message: COMP: Fix shadowed local variable warning.
11352 2008-02-15 03:18:32    DEBUG: Going to apply changeset:
11353 Revision: 2008-02-11 22:33:46 by king
11354 Date: 2008-02-11 22:33:46+00:00
11355 Author: king
11356 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.29), Source/cmAddExecutableCommand.cxx(UPD to 1.35), Source/cmAddLibraryCommand.cxx(UPD to 1.36)
11357 Log: COMP: Fix shadowed local variable warning.
11358 2008-02-15 03:18:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmAddCustomTargetCommand.cxx
11359 2008-02-15 03:18:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11360 2008-02-15 03:18:34     INFO: [Ok]
11361 2008-02-15 03:18:34    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.36
11362 2008-02-15 03:18:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddExecutableCommand.cxx
11363 2008-02-15 03:18:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddExecutableCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11364 2008-02-15 03:18:35     INFO: [Ok]
11365 2008-02-15 03:18:35    DEBUG: Source/cmAddExecutableCommand.cxx updated to 1.36
11366 2008-02-15 03:18:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddLibraryCommand.cxx
11367 2008-02-15 03:18:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddLibraryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11368 2008-02-15 03:18:36     INFO: [Ok]
11369 2008-02-15 03:18:36    DEBUG: Source/cmAddLibraryCommand.cxx updated to 1.36
11370 2008-02-15 03:18:36     INFO: Committing u'2008-02-11 22:33:46 by king'...
11371 2008-02-15 03:18:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11372 2008-02-15 03:18:36     INFO: Changeset #15
11373 2008-02-15 03:18:36     INFO: Changeset "2008-02-12 01:13:21 by king"
11374 2008-02-15 03:18:36     INFO: Log message: ENH: Update documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to reference their replacements.
11375 2008-02-15 03:18:36    DEBUG: Going to apply changeset:
11376 Revision: 2008-02-12 01:13:21 by king
11377 Date: 2008-02-12 01:13:21+00:00
11378 Author: king
11379 Entries: Source/cmDocumentVariables.cxx(UPD to 1.16)
11380 Log: ENH: Update documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to reference their replacements.
11381 2008-02-15 03:18:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDocumentVariables.cxx
11382 2008-02-15 03:18:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11383 2008-02-15 03:18:38     INFO: [Ok]
11384 2008-02-15 03:18:38    DEBUG: Source/cmDocumentVariables.cxx updated to 1.16
11385 2008-02-15 03:18:38     INFO: Committing u'2008-02-12 01:13:21 by king'...
11386 2008-02-15 03:18:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11387 2008-02-15 03:18:38     INFO: Changeset #16
11388 2008-02-15 03:18:38     INFO: Changeset "2008-02-12 05:01:03 by king"
11389 2008-02-15 03:18:38     INFO: Log message: STYLE: Nightly Date Stamp
11390 2008-02-15 03:18:38    DEBUG: Going to apply changeset:
11391 Revision: 2008-02-12 05:01:03 by king
11392 Date: 2008-02-12 05:01:03+00:00
11393 Author: king
11394 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.94)
11395 Log: STYLE: Nightly Date Stamp
11396 2008-02-15 03:18:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/kwsys/kwsysDateStamp.cmake
11397 2008-02-15 03:18:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11398 2008-02-15 03:18:40     INFO: [Ok]
11399 2008-02-15 03:18:40    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.94
11400 2008-02-15 03:18:40     INFO: Committing u'2008-02-12 05:01:03 by king'...
11401 2008-02-15 03:18:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11402 2008-02-15 03:18:40     INFO: Changeset #17
11403 2008-02-15 03:18:40     INFO: Changeset "2008-02-12 14:18:50 by king"
11404 2008-02-15 03:18:40     INFO: Log message: STYLE: Fix line-too-long in cmExportLibraryDependencies.
11405 2008-02-15 03:18:40    DEBUG: Going to apply changeset:
11406 Revision: 2008-02-12 14:18:50 by king
11407 Date: 2008-02-12 14:18:50+00:00
11408 Author: king
11409 Entries: Source/cmExportLibraryDependencies.cxx(UPD to 1.21)
11410 Log: STYLE: Fix line-too-long in cmExportLibraryDependencies.
11411 2008-02-15 03:18:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmExportLibraryDependencies.cxx
11412 2008-02-15 03:18:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmExportLibraryDependencies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11413 2008-02-15 03:18:42     INFO: [Ok]
11414 2008-02-15 03:18:42    DEBUG: Source/cmExportLibraryDependencies.cxx updated to 1.21
11415 2008-02-15 03:18:42     INFO: Committing u'2008-02-12 14:18:50 by king'...
11416 2008-02-15 03:18:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11417 2008-02-15 03:18:42     INFO: Changeset #18
11418 2008-02-15 03:18:42     INFO: Changeset "2008-02-12 14:49:42 by hoffman"
11419 2008-02-15 03:18:42     INFO: Log message: ENH: fix make edit_cache for cmake-gui
11420 2008-02-15 03:18:42    DEBUG: Going to apply changeset:
11421 Revision: 2008-02-12 14:49:42 by hoffman
11422 Date: 2008-02-12 14:49:42+00:00
11423 Author: hoffman
11424 Entries: Source/cmake.cxx(UPD to 1.359), Source/cmake.h(UPD to 1.100), Source/CursesDialog/cmCursesMainForm.cxx(UPD to 1.72), Source/MFCDialog/CMakeSetupDialog.cpp(UPD to 1.124), Source/QtDialog/CMakeSetup.cxx(UPD to 1.15), Source/QtDialog/QCMake.cxx(UPD to 1.15)
11425 Log: ENH: fix make edit_cache for cmake-gui
11426 2008-02-15 03:18:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/QtDialog/CMakeSetup.cxx Source/QtDialog/QCMake.cxx
11427 2008-02-15 03:18:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/QtDialog/CMakeSetup.cxx Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11428 2008-02-15 03:18:44     INFO: [Ok]
11429 2008-02-15 03:18:44    DEBUG: Source/QtDialog/CMakeSetup.cxx,Source/QtDialog/QCMake.cxx updated to 1.15
11430 2008-02-15 03:18:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/CursesDialog/cmCursesMainForm.cxx
11431 2008-02-15 03:18:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/CursesDialog/cmCursesMainForm.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11432 2008-02-15 03:18:45     INFO: [Ok]
11433 2008-02-15 03:18:45    DEBUG: Source/CursesDialog/cmCursesMainForm.cxx updated to 1.15
11434 2008-02-15 03:18:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmake.h
11435 2008-02-15 03:18:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11436 2008-02-15 03:18:46     INFO: [Ok]
11437 2008-02-15 03:18:46    DEBUG: Source/cmake.h updated to 1.15
11438 2008-02-15 03:18:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/MFCDialog/CMakeSetupDialog.cpp
11439 2008-02-15 03:18:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/MFCDialog/CMakeSetupDialog.cpp ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11440 2008-02-15 03:18:48     INFO: [Ok]
11441 2008-02-15 03:18:48    DEBUG: Source/MFCDialog/CMakeSetupDialog.cpp updated to 1.15
11442 2008-02-15 03:18:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.359 Source/cmake.cxx
11443 2008-02-15 03:18:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.359 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11444 2008-02-15 03:18:49     INFO: [Ok]
11445 2008-02-15 03:18:49    DEBUG: Source/cmake.cxx updated to 1.15
11446 2008-02-15 03:18:49     INFO: Committing u'2008-02-12 14:49:42 by hoffman'...
11447 2008-02-15 03:18:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11448 2008-02-15 03:18:49     INFO: Changeset #19
11449 2008-02-15 03:18:49     INFO: Changeset "2008-02-12 15:19:38 by king"
11450 2008-02-15 03:18:49     INFO: Log message: BUG: Disable enforcement of unique target names until CTestTargets can be fixed.
11451 2008-02-15 03:18:49    DEBUG: Going to apply changeset:
11452 Revision: 2008-02-12 15:19:38 by king
11453 Date: 2008-02-12 15:19:38+00:00
11454 Author: king
11455 Entries: Source/cmMakefile.cxx(UPD to 1.435)
11456 Log: BUG: Disable enforcement of unique target names until CTestTargets can be fixed.
11457 2008-02-15 03:18:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.435 Source/cmMakefile.cxx
11458 2008-02-15 03:18:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.435 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11459 2008-02-15 03:18:51     INFO: [Ok]
11460 2008-02-15 03:18:51    DEBUG: Source/cmMakefile.cxx updated to 1.435
11461 2008-02-15 03:18:51     INFO: Committing u'2008-02-12 15:19:38 by king'...
11462 2008-02-15 03:18:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11463 2008-02-15 03:18:51     INFO: Changeset #20
11464 2008-02-15 03:18:51     INFO: Changeset "2008-02-12 22:22:55 by hoffman"
11465 2008-02-15 03:18:51     INFO: Log message: ENH: do not expand regular vars here
11466 2008-02-15 03:18:51    DEBUG: Going to apply changeset:
11467 Revision: 2008-02-12 22:22:55 by hoffman
11468 Date: 2008-02-12 22:22:55+00:00
11469 Author: hoffman
11470 Entries: Source/QtDialog/CMakeLists.txt(UPD to 1.11)
11471 Log: ENH: do not expand regular vars here
11472 2008-02-15 03:18:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/QtDialog/CMakeLists.txt
11473 2008-02-15 03:18:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11474 2008-02-15 03:18:53     INFO: [Ok]
11475 2008-02-15 03:18:53    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.11
11476 2008-02-15 03:18:53     INFO: Committing u'2008-02-12 22:22:55 by hoffman'...
11477 2008-02-15 03:18:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11478 2008-02-15 03:18:53     INFO: Changeset #21
11479 2008-02-15 03:18:53     INFO: Changeset "2008-02-13 05:01:12 by king"
11480 2008-02-15 03:18:53     INFO: Log message: STYLE: Nightly Date Stamp
11481 2008-02-15 03:18:53    DEBUG: Going to apply changeset:
11482 Revision: 2008-02-13 05:01:12 by king
11483 Date: 2008-02-13 05:01:12+00:00
11484 Author: king
11485 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.95)
11486 Log: STYLE: Nightly Date Stamp
11487 2008-02-15 03:18:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/kwsys/kwsysDateStamp.cmake
11488 2008-02-15 03:18:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11489 2008-02-15 03:18:55     INFO: [Ok]
11490 2008-02-15 03:18:55    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.95
11491 2008-02-15 03:18:55     INFO: Committing u'2008-02-13 05:01:12 by king'...
11492 2008-02-15 03:18:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11493 2008-02-15 03:18:55     INFO: Changeset #22
11494 2008-02-15 03:18:55     INFO: Changeset "2008-02-13 18:58:35 by clinton"
11495 2008-02-15 03:18:55     INFO: Log message: 
11496 ENH: Remove CurrentChanged from the table view's edit triggers.
11497      It results in editor issues when modifying the view.
11498      Remove workarounds for some of those issues.
11499 2008-02-15 03:18:55    DEBUG: Going to apply changeset:
11500 Revision: 2008-02-13 18:58:35 by clinton
11501 Date: 2008-02-13 18:58:35+00:00
11502 Author: clinton
11503 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.32), Source/QtDialog/QCMakeCacheView.cxx(UPD to 1.24)
11504 Log: 
11505 ENH: Remove CurrentChanged from the table view's edit triggers.
11506      It results in editor issues when modifying the view.
11507      Remove workarounds for some of those issues.
11508 2008-02-15 03:18:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/QtDialog/QCMakeCacheView.cxx
11509 2008-02-15 03:18:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/QtDialog/QCMakeCacheView.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11510 2008-02-15 03:18:57     INFO: [Ok]
11511 2008-02-15 03:18:57    DEBUG: Source/QtDialog/QCMakeCacheView.cxx updated to 1.24
11512 2008-02-15 03:18:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/QtDialog/CMakeSetupDialog.cxx
11513 2008-02-15 03:18:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11514 2008-02-15 03:18:58     INFO: [Ok]
11515 2008-02-15 03:18:58    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.24
11516 2008-02-15 03:18:58     INFO: Committing u'2008-02-13 18:58:35 by clinton'...
11517 2008-02-15 03:18:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11518 2008-02-15 03:18:58     INFO: Changeset #23
11519 2008-02-15 03:18:58     INFO: Changeset "2008-02-13 19:35:10 by king"
11520 2008-02-15 03:18:58     INFO: Log message: BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in the path while using the @ syntax on MSYS builds.
11521 2008-02-15 03:18:58    DEBUG: Going to apply changeset:
11522 Revision: 2008-02-13 19:35:10 by king
11523 Date: 2008-02-13 19:35:10+00:00
11524 Author: king
11525 Entries: Modules/FindQt4.cmake(UPD to 1.93)
11526 Log: BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in the path while using the @ syntax on MSYS builds.
11527 2008-02-15 03:18:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Modules/FindQt4.cmake
11528 2008-02-15 03:18:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11529 2008-02-15 03:19:00     INFO: [Ok]
11530 2008-02-15 03:19:00    DEBUG: Modules/FindQt4.cmake updated to 1.93
11531 2008-02-15 03:19:00     INFO: Committing u'2008-02-13 19:35:10 by king'...
11532 2008-02-15 03:19:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11533 2008-02-15 03:19:00     INFO: Changeset #24
11534 2008-02-15 03:19:00     INFO: Changeset "2008-02-13 19:47:03 by king"
11535 2008-02-15 03:19:00     INFO: Log message: ENH: Add option to bootstrap script to enable Qt dialog.
11537   - Add --qt-gui and --no-qt-gui options
11538   - Add --qt-qmake=<qmake> option to help locate Qt
11539   - Build more commands during bootstrap to help FindQt4.cmake:
11540     MATH, GET_DIRECTORY_PROPERTY, EXECUTE_PROCESS,
11541     SEPARATE_ARGUMENTS
11542   - Bootstrapping with the cmake-gui is now possible in MSys
11543 2008-02-15 03:19:00    DEBUG: Going to apply changeset:
11544 Revision: 2008-02-13 19:47:03 by king
11545 Date: 2008-02-13 19:47:03+00:00
11546 Author: king
11547 Entries: bootstrap(UPD to 1.109), Source/cmBootstrapCommands.cxx(UPD to 1.24), Source/cmCommands.cxx(UPD to 1.121)
11548 Log: ENH: Add option to bootstrap script to enable Qt dialog.
11550   - Add --qt-gui and --no-qt-gui options
11551   - Add --qt-qmake=<qmake> option to help locate Qt
11552   - Build more commands during bootstrap to help FindQt4.cmake:
11553     MATH, GET_DIRECTORY_PROPERTY, EXECUTE_PROCESS,
11554     SEPARATE_ARGUMENTS
11555   - Bootstrapping with the cmake-gui is now possible in MSys
11556 2008-02-15 03:19:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmBootstrapCommands.cxx
11557 2008-02-15 03:19:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11558 2008-02-15 03:19:02     INFO: [Ok]
11559 2008-02-15 03:19:02    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.121
11560 2008-02-15 03:19:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 bootstrap
11561 2008-02-15 03:19:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11562 2008-02-15 03:19:03     INFO: [Ok]
11563 2008-02-15 03:19:03    DEBUG: bootstrap updated to 1.121
11564 2008-02-15 03:19:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/cmCommands.cxx
11565 2008-02-15 03:19:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/cmCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11566 2008-02-15 03:19:04     INFO: [Ok]
11567 2008-02-15 03:19:04    DEBUG: Source/cmCommands.cxx updated to 1.121
11568 2008-02-15 03:19:04     INFO: Committing u'2008-02-13 19:47:03 by king'...
11569 2008-02-15 03:19:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11570 2008-02-15 03:19:04     INFO: Changeset #25
11571 2008-02-15 03:19:04     INFO: Changeset "2008-02-13 20:29:55 by king"
11572 2008-02-15 03:19:04     INFO: Log message: BUG: Update cmComputeLinkDepends to support leading/trailing whitespace stripping off link items for compatibility.
11573 2008-02-15 03:19:04    DEBUG: Going to apply changeset:
11574 Revision: 2008-02-13 20:29:55 by king
11575 Date: 2008-02-13 20:29:55+00:00
11576 Author: king
11577 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.11), Source/cmComputeLinkDepends.h(UPD to 1.5)
11578 Log: BUG: Update cmComputeLinkDepends to support leading/trailing whitespace stripping off link items for compatibility.
11579 2008-02-15 03:19:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkDepends.h
11580 2008-02-15 03:19:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11581 2008-02-15 03:19:06     INFO: [Ok]
11582 2008-02-15 03:19:06    DEBUG: Source/cmComputeLinkDepends.h updated to 1.5
11583 2008-02-15 03:19:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkDepends.cxx
11584 2008-02-15 03:19:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11585 2008-02-15 03:19:07     INFO: [Ok]
11586 2008-02-15 03:19:07    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.5
11587 2008-02-15 03:19:07     INFO: Committing u'2008-02-13 20:29:55 by king'...
11588 2008-02-15 03:19:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11589 2008-02-15 03:19:07     INFO: Changeset #26
11590 2008-02-15 03:19:07     INFO: Changeset "2008-02-13 22:00:20 by barre"
11591 2008-02-15 03:19:07     INFO: Log message: ENH: fix advanced bug
11592 2008-02-15 03:19:07    DEBUG: Going to apply changeset:
11593 Revision: 2008-02-13 22:00:20 by barre
11594 Date: 2008-02-13 22:00:20+00:00
11595 Author: barre
11596 Entries: Modules/FindTCL.cmake(UPD to 1.54)
11597 Log: ENH: fix advanced bug
11598 2008-02-15 03:19:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Modules/FindTCL.cmake
11599 2008-02-15 03:19:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.54 Modules/FindTCL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11600 2008-02-15 03:19:09     INFO: [Ok]
11601 2008-02-15 03:19:09    DEBUG: Modules/FindTCL.cmake updated to 1.54
11602 2008-02-15 03:19:09     INFO: Committing u'2008-02-13 22:00:20 by barre'...
11603 2008-02-15 03:19:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11604 2008-02-15 03:19:09     INFO: Changeset #27
11605 2008-02-15 03:19:09     INFO: Changeset "2008-02-14 05:01:02 by king"
11606 2008-02-15 03:19:09     INFO: Log message: STYLE: Nightly Date Stamp
11607 2008-02-15 03:19:09    DEBUG: Going to apply changeset:
11608 Revision: 2008-02-14 05:01:02 by king
11609 Date: 2008-02-14 05:01:02+00:00
11610 Author: king
11611 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.96)
11612 Log: STYLE: Nightly Date Stamp
11613 2008-02-15 03:19:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/kwsys/kwsysDateStamp.cmake
11614 2008-02-15 03:19:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11615 2008-02-15 03:19:11     INFO: [Ok]
11616 2008-02-15 03:19:11    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.96
11617 2008-02-15 03:19:11     INFO: Committing u'2008-02-14 05:01:02 by king'...
11618 2008-02-15 03:19:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11619 2008-02-15 03:19:11     INFO: Changeset #28
11620 2008-02-15 03:19:11     INFO: Changeset "2008-02-14 06:11:20 by clinton"
11621 2008-02-15 03:19:11     INFO: Log message: 
11622 BUG:  Fix error when paths have + in them. (special regex characters)
11623 2008-02-15 03:19:11    DEBUG: Going to apply changeset:
11624 Revision: 2008-02-14 06:11:20 by clinton
11625 Date: 2008-02-14 06:11:20+00:00
11626 Author: clinton
11627 Entries: Modules/FindQt4.cmake(UPD to 1.94)
11628 Log: 
11629 BUG:  Fix error when paths have + in them. (special regex characters)
11630 2008-02-15 03:19:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Modules/FindQt4.cmake
11631 2008-02-15 03:19:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.94 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11632 2008-02-15 03:19:13     INFO: [Ok]
11633 2008-02-15 03:19:13    DEBUG: Modules/FindQt4.cmake updated to 1.94
11634 2008-02-15 03:19:13     INFO: Committing u'2008-02-14 06:11:20 by clinton'...
11635 2008-02-15 03:19:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11636 2008-02-15 03:19:13     INFO: Changeset #29
11637 2008-02-15 03:19:13     INFO: Changeset "2008-02-14 13:55:29 by hoffman"
11638 2008-02-15 03:19:13     INFO: Log message: ENH: do not show unititialized entries
11639 2008-02-15 03:19:13    DEBUG: Going to apply changeset:
11640 Revision: 2008-02-14 13:55:29 by hoffman
11641 Date: 2008-02-14 13:55:29+00:00
11642 Author: hoffman
11643 Entries: Source/QtDialog/QCMake.cxx(UPD to 1.16)
11644 Log: ENH: do not show unititialized entries
11645 2008-02-15 03:19:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/QCMake.cxx
11646 2008-02-15 03:19:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11647 2008-02-15 03:19:15     INFO: [Ok]
11648 2008-02-15 03:19:15    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.16
11649 2008-02-15 03:19:15     INFO: Committing u'2008-02-14 13:55:29 by hoffman'...
11650 2008-02-15 03:19:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11651 2008-02-15 03:19:15     INFO: Changeset #30
11652 2008-02-15 03:19:15     INFO: Changeset "2008-02-14 14:14:04 by hoffman"
11653 2008-02-15 03:19:15     INFO: Log message: ENH: add a check before delete cache
11654 2008-02-15 03:19:15    DEBUG: Going to apply changeset:
11655 Revision: 2008-02-14 14:14:04 by hoffman
11656 Date: 2008-02-14 14:14:04+00:00
11657 Author: hoffman
11658 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.33)
11659 Log: ENH: add a check before delete cache
11660 2008-02-15 03:19:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/QtDialog/CMakeSetupDialog.cxx
11661 2008-02-15 03:19:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11662 2008-02-15 03:19:17     INFO: [Ok]
11663 2008-02-15 03:19:17    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.33
11664 2008-02-15 03:19:17     INFO: Committing u'2008-02-14 14:14:04 by hoffman'...
11665 2008-02-15 03:19:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11666 2008-02-15 03:19:17     INFO: Changeset #31
11667 2008-02-15 03:19:17     INFO: Changeset "2008-02-14 15:50:43 by king"
11668 2008-02-15 03:19:17     INFO: Log message: ENH: Remove unnecessary compiler force macros.  The compiler ID can now be detected without linking an executable.
11669 2008-02-15 03:19:17    DEBUG: Going to apply changeset:
11670 Revision: 2008-02-14 15:50:43 by king
11671 Date: 2008-02-14 15:50:43+00:00
11672 Author: king
11673 Entries: Modules/CMakeForceCompiler.cmake(UPD to 1.7), Modules/CMakeTestCCompiler.cmake(UPD to 1.25), Modules/CMakeTestCXXCompiler.cmake(UPD to 1.19)
11674 Log: ENH: Remove unnecessary compiler force macros.  The compiler ID can now be detected without linking an executable.
11675 2008-02-15 03:19:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/CMakeForceCompiler.cmake
11676 2008-02-15 03:19:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/CMakeForceCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11677 2008-02-15 03:19:19     INFO: [Ok]
11678 2008-02-15 03:19:19    DEBUG: Modules/CMakeForceCompiler.cmake updated to 1.19
11679 2008-02-15 03:19:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeTestCXXCompiler.cmake
11680 2008-02-15 03:19:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeTestCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11681 2008-02-15 03:19:20     INFO: [Ok]
11682 2008-02-15 03:19:20    DEBUG: Modules/CMakeTestCXXCompiler.cmake updated to 1.19
11683 2008-02-15 03:19:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Modules/CMakeTestCCompiler.cmake
11684 2008-02-15 03:19:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Modules/CMakeTestCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11685 2008-02-15 03:19:21     INFO: [Ok]
11686 2008-02-15 03:19:21    DEBUG: Modules/CMakeTestCCompiler.cmake updated to 1.19
11687 2008-02-15 03:19:21     INFO: Committing u'2008-02-14 15:50:43 by king'...
11688 2008-02-15 03:19:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11689 2008-02-15 03:19:21     INFO: Changeset #32
11690 2008-02-15 03:19:21     INFO: Changeset "2008-02-14 16:58:32 by king"
11691 2008-02-15 03:19:21     INFO: Log message: ENH: Re-enable diagnosis of non-unique target names.
11693   - Re-enable enforcement in cmMakefile::EnforceUniqueName
11694   - Improve error message to help user resolve the problem
11695   - Fix Modules/CTestTargets.cmake to not duplicate testing targets
11696   - Move commands used by the changes to Modules/CTestTargets.cmake
11697     to build during bootstrap: DEFINE_PROPERTY, GET_PROPERTY
11698 2008-02-15 03:19:21    DEBUG: Going to apply changeset:
11699 Revision: 2008-02-14 16:58:32 by king
11700 Date: 2008-02-14 16:58:32+00:00
11701 Author: king
11702 Entries: Modules/CTestTargets.cmake(UPD to 1.3), Source/cmBootstrapCommands.cxx(UPD to 1.25), Source/cmCommands.cxx(UPD to 1.122), Source/cmMakefile.cxx(UPD to 1.436)
11703 Log: ENH: Re-enable diagnosis of non-unique target names.
11705   - Re-enable enforcement in cmMakefile::EnforceUniqueName
11706   - Improve error message to help user resolve the problem
11707   - Fix Modules/CTestTargets.cmake to not duplicate testing targets
11708   - Move commands used by the changes to Modules/CTestTargets.cmake
11709     to build during bootstrap: DEFINE_PROPERTY, GET_PROPERTY
11710 2008-02-15 03:19:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CTestTargets.cmake
11711 2008-02-15 03:19:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CTestTargets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11712 2008-02-15 03:19:23     INFO: [Ok]
11713 2008-02-15 03:19:23    DEBUG: Modules/CTestTargets.cmake updated to 1.436
11714 2008-02-15 03:19:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmBootstrapCommands.cxx
11715 2008-02-15 03:19:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11716 2008-02-15 03:19:24     INFO: [Ok]
11717 2008-02-15 03:19:24    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.436
11718 2008-02-15 03:19:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/cmCommands.cxx
11719 2008-02-15 03:19:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/cmCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11720 2008-02-15 03:19:25     INFO: [Ok]
11721 2008-02-15 03:19:25    DEBUG: Source/cmCommands.cxx updated to 1.436
11722 2008-02-15 03:19:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.436 Source/cmMakefile.cxx
11723 2008-02-15 03:19:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.436 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11724 2008-02-15 03:19:26     INFO: [Ok]
11725 2008-02-15 03:19:26    DEBUG: Source/cmMakefile.cxx updated to 1.436
11726 2008-02-15 03:19:26     INFO: Committing u'2008-02-14 16:58:32 by king'...
11727 2008-02-15 03:19:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11728 2008-02-15 03:19:26     INFO: Changeset #33
11729 2008-02-15 03:19:26     INFO: Changeset "2008-02-14 18:36:22 by king"
11730 2008-02-15 03:19:26     INFO: Log message: ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
11731 2008-02-15 03:19:26    DEBUG: Going to apply changeset:
11732 Revision: 2008-02-14 18:36:22 by king
11733 Date: 2008-02-14 18:36:23+00:00
11734 Author: king
11735 Entries: Modules/CTestTargets.cmake(UPD to 1.4), Source/cmDefinePropertyCommand.cxx(UPD to 1.4), Source/cmDefinePropertyCommand.h(UPD to 1.6), Tests/Complex/Library/CMakeLists.txt(UPD to 1.42), Tests/ComplexOneConfig/Library/CMakeLists.txt(UPD to 1.42), Tests/ComplexRelativePaths/Library/CMakeLists.txt(UPD to 1.42), Tests/Properties/CMakeLists.txt(UPD to 1.6)
11736 Log: ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
11737 2008-02-15 03:19:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/CTestTargets.cmake Source/cmDefinePropertyCommand.cxx
11738 2008-02-15 03:19:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Modules/CTestTargets.cmake Source/cmDefinePropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11739 2008-02-15 03:19:29     INFO: [Ok]
11740 2008-02-15 03:19:29    DEBUG: Modules/CTestTargets.cmake,Source/cmDefinePropertyCommand.cxx updated to 1.6
11741 2008-02-15 03:19:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmDefinePropertyCommand.h Tests/Properties/CMakeLists.txt
11742 2008-02-15 03:19:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmDefinePropertyCommand.h Tests/Properties/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11743 2008-02-15 03:19:30     INFO: [Ok]
11744 2008-02-15 03:19:30    DEBUG: Source/cmDefinePropertyCommand.h,Tests/Properties/CMakeLists.txt updated to 1.6
11745 2008-02-15 03:19:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Tests/Complex/Library/CMakeLists.txt Tests/ComplexOneConfig/Library/CMakeLists.txt Tests/ComplexRelativePaths/Library/CMakeLists.txt
11746 2008-02-15 03:19:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Tests/Complex/Library/CMakeLists.txt Tests/ComplexOneConfig/Library/CMakeLists.txt Tests/ComplexRelativePaths/Library/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11747 2008-02-15 03:19:31     INFO: [Ok]
11748 2008-02-15 03:19:31    DEBUG: Tests/Complex/Library/CMakeLists.txt,Tests/ComplexOneConfig/Library/CMakeLists.txt,Tests/ComplexRelativePaths/Library/CMakeLists.txt updated to 1.6
11749 2008-02-15 03:19:31     INFO: Committing u'2008-02-14 18:36:22 by king'...
11750 2008-02-15 03:19:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11751 2008-02-15 03:19:31     INFO: Changeset #34
11752 2008-02-15 03:19:31     INFO: Changeset "2008-02-14 20:06:05 by hoffman"
11753 2008-02-15 03:19:31     INFO: Log message: ENH: make sure html < > & stuff is escaped for the output window
11754 2008-02-15 03:19:31    DEBUG: Going to apply changeset:
11755 Revision: 2008-02-14 20:06:05 by hoffman
11756 Date: 2008-02-14 20:06:05+00:00
11757 Author: hoffman
11758 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.34), Source/QtDialog/CMakeSetupDialog.h(UPD to 1.19)
11759 Log: ENH: make sure html < > & stuff is escaped for the output window
11760 2008-02-15 03:19:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/QtDialog/CMakeSetupDialog.h
11761 2008-02-15 03:19:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/QtDialog/CMakeSetupDialog.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11762 2008-02-15 03:19:33     INFO: [Ok]
11763 2008-02-15 03:19:33    DEBUG: Source/QtDialog/CMakeSetupDialog.h updated to 1.19
11764 2008-02-15 03:19:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/QtDialog/CMakeSetupDialog.cxx
11765 2008-02-15 03:19:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11766 2008-02-15 03:19:34     INFO: [Ok]
11767 2008-02-15 03:19:34    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.19
11768 2008-02-15 03:19:34     INFO: Committing u'2008-02-14 20:06:05 by hoffman'...
11769 2008-02-15 03:19:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11770 2008-02-15 03:19:34     INFO: Changeset #35
11771 2008-02-15 03:19:34     INFO: Changeset "2008-02-14 20:31:08 by king"
11772 2008-02-15 03:19:34     INFO: Log message: ENH: Allow multiple OS X applications bundles to be created in a single build directory.  Converted Info.plist files to be generated directly instead of configured with make variables.  The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
11773 2008-02-15 03:19:34    DEBUG: Going to apply changeset:
11774 Revision: 2008-02-14 20:31:08 by king
11775 Date: 2008-02-14 20:31:08+00:00
11776 Author: king
11777 Entries: Modules/MacOSXBundleInfo.plist.in(DEL at 1.3), Modules/MacOSXFrameworkInfo.plist.in(DEL at 1.2), Source/cmGlobalXCodeGenerator.cxx(UPD to 1.185), Source/cmLocalGenerator.cxx(UPD to 1.265), Source/cmLocalGenerator.h(UPD to 1.103), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.42), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.55), Source/cmTarget.cxx(UPD to 1.196)
11778 Log: ENH: Allow multiple OS X applications bundles to be created in a single build directory.  Converted Info.plist files to be generated directly instead of configured with make variables.  The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
11779 2008-02-15 03:19:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/MacOSXFrameworkInfo.plist.in
11780 2008-02-15 03:19:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/MacOSXFrameworkInfo.plist.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11781 2008-02-15 03:19:35     INFO: [Ok]
11782 2008-02-15 03:19:35    DEBUG: Modules/MacOSXFrameworkInfo.plist.in updated to 1.196
11783 2008-02-15 03:19:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/MacOSXBundleInfo.plist.in
11784 2008-02-15 03:19:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/MacOSXBundleInfo.plist.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11785 2008-02-15 03:19:36     INFO: [Ok]
11786 2008-02-15 03:19:36    DEBUG: Modules/MacOSXBundleInfo.plist.in updated to 1.196
11787 2008-02-15 03:19:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmMakefileExecutableTargetGenerator.cxx
11788 2008-02-15 03:19:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11789 2008-02-15 03:19:37     INFO: [Ok]
11790 2008-02-15 03:19:37    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.196
11791 2008-02-15 03:19:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmMakefileLibraryTargetGenerator.cxx
11792 2008-02-15 03:19:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11793 2008-02-15 03:19:38     INFO: [Ok]
11794 2008-02-15 03:19:38    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.196
11795 2008-02-15 03:19:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmLocalGenerator.h
11796 2008-02-15 03:19:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmLocalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11797 2008-02-15 03:19:39     INFO: [Ok]
11798 2008-02-15 03:19:39    DEBUG: Source/cmLocalGenerator.h updated to 1.196
11799 2008-02-15 03:19:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.185 Source/cmGlobalXCodeGenerator.cxx
11800 2008-02-15 03:19:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.185 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11801 2008-02-15 03:19:40     INFO: [Ok]
11802 2008-02-15 03:19:40    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.196
11803 2008-02-15 03:19:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.196 Source/cmTarget.cxx
11804 2008-02-15 03:19:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.196 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11805 2008-02-15 03:19:41     INFO: [Ok]
11806 2008-02-15 03:19:41    DEBUG: Source/cmTarget.cxx updated to 1.196
11807 2008-02-15 03:19:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.265 Source/cmLocalGenerator.cxx
11808 2008-02-15 03:19:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.265 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11809 2008-02-15 03:19:42     INFO: [Ok]
11810 2008-02-15 03:19:42    DEBUG: Source/cmLocalGenerator.cxx updated to 1.196
11811 2008-02-15 03:19:42     INFO: Removing Modules/MacOSXBundleInfo.plist.in, Modules/MacOSXFrameworkInfo.plist.in...
11812 2008-02-15 03:19:42     INFO: Committing u'2008-02-14 20:31:08 by king'...
11813 2008-02-15 03:19:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11814 2008-02-15 03:19:42     INFO: Changeset #36
11815 2008-02-15 03:19:42     INFO: Changeset "2008-02-14 21:42:29 by king"
11816 2008-02-15 03:19:42     INFO: Log message: ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets.  It is allowed only for Makefile generators.  See bug#6348.
11817 2008-02-15 03:19:42    DEBUG: Going to apply changeset:
11818 Revision: 2008-02-14 21:42:29 by king
11819 Date: 2008-02-14 21:42:29+00:00
11820 Author: king
11821 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.30), Source/cmGlobalGenerator.cxx(UPD to 1.226), Source/cmGlobalGenerator.h(UPD to 1.107), Source/cmGlobalUnixMakefileGenerator3.h(UPD to 1.55), Source/cmMakefile.cxx(UPD to 1.437), Source/cmMakefile.h(UPD to 1.225), Source/cmake.cxx(UPD to 1.360)
11822 Log: ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets.  It is allowed only for Makefile generators.  See bug#6348.
11823 2008-02-15 03:19:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmAddCustomTargetCommand.cxx
11824 2008-02-15 03:19:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11825 2008-02-15 03:19:44     INFO: [Ok]
11826 2008-02-15 03:19:44    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.360
11827 2008-02-15 03:19:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmGlobalUnixMakefileGenerator3.h
11828 2008-02-15 03:19:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.55 Source/cmGlobalUnixMakefileGenerator3.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11829 2008-02-15 03:19:45     INFO: [Ok]
11830 2008-02-15 03:19:45    DEBUG: Source/cmGlobalUnixMakefileGenerator3.h updated to 1.360
11831 2008-02-15 03:19:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmGlobalGenerator.h
11832 2008-02-15 03:19:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmGlobalGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11833 2008-02-15 03:19:46     INFO: [Ok]
11834 2008-02-15 03:19:46    DEBUG: Source/cmGlobalGenerator.h updated to 1.360
11835 2008-02-15 03:19:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmMakefile.h
11836 2008-02-15 03:19:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.225 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11837 2008-02-15 03:19:47     INFO: [Ok]
11838 2008-02-15 03:19:47    DEBUG: Source/cmMakefile.h updated to 1.360
11839 2008-02-15 03:19:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmGlobalGenerator.cxx
11840 2008-02-15 03:19:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11841 2008-02-15 03:19:48     INFO: [Ok]
11842 2008-02-15 03:19:48    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.360
11843 2008-02-15 03:19:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.360 Source/cmake.cxx
11844 2008-02-15 03:19:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.360 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11845 2008-02-15 03:19:49     INFO: [Ok]
11846 2008-02-15 03:19:49    DEBUG: Source/cmake.cxx updated to 1.360
11847 2008-02-15 03:19:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.437 Source/cmMakefile.cxx
11848 2008-02-15 03:19:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.437 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11849 2008-02-15 03:19:50     INFO: [Ok]
11850 2008-02-15 03:19:50    DEBUG: Source/cmMakefile.cxx updated to 1.360
11851 2008-02-15 03:19:50     INFO: Committing u'2008-02-14 21:42:29 by king'...
11852 2008-02-15 03:19:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11853 2008-02-15 03:19:50     INFO: Changeset #37
11854 2008-02-15 03:19:50     INFO: Changeset "2008-02-14 23:18:10 by clinton"
11855 2008-02-15 03:19:50     INFO: Log message: 
11856 ENH:  Add shortcut to start search/filter.
11857       A bit of cleanup.
11858       Disable tab navigation in cache variable list.
11859       Enable home/end keys.
11861 BUG:  Ensure currently edited values are saved before doing configure.
11862 2008-02-15 03:19:50    DEBUG: Going to apply changeset:
11863 Revision: 2008-02-14 23:18:10 by clinton
11864 Date: 2008-02-14 23:18:10+00:00
11865 Author: clinton
11866 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.16), Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.35), Source/QtDialog/CMakeSetupDialog.h(UPD to 1.20), Source/QtDialog/QCMake.cxx(UPD to 1.17), Source/QtDialog/QCMakeCacheView.cxx(UPD to 1.25)
11867 Log: 
11868 ENH:  Add shortcut to start search/filter.
11869       A bit of cleanup.
11870       Disable tab navigation in cache variable list.
11871       Enable home/end keys.
11873 BUG:  Ensure currently edited values are saved before doing configure.
11874 2008-02-15 03:19:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/CMakeSetup.cxx
11875 2008-02-15 03:19:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11876 2008-02-15 03:19:52     INFO: [Ok]
11877 2008-02-15 03:19:52    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.25
11878 2008-02-15 03:19:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/QCMake.cxx
11879 2008-02-15 03:19:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11880 2008-02-15 03:19:53     INFO: [Ok]
11881 2008-02-15 03:19:53    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.25
11882 2008-02-15 03:19:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/QtDialog/CMakeSetupDialog.h
11883 2008-02-15 03:19:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/QtDialog/CMakeSetupDialog.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11884 2008-02-15 03:19:55     INFO: [Ok]
11885 2008-02-15 03:19:55    DEBUG: Source/QtDialog/CMakeSetupDialog.h updated to 1.25
11886 2008-02-15 03:19:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/QtDialog/QCMakeCacheView.cxx
11887 2008-02-15 03:19:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/QtDialog/QCMakeCacheView.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11888 2008-02-15 03:19:56     INFO: [Ok]
11889 2008-02-15 03:19:56    DEBUG: Source/QtDialog/QCMakeCacheView.cxx updated to 1.25
11890 2008-02-15 03:19:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/QtDialog/CMakeSetupDialog.cxx
11891 2008-02-15 03:19:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11892 2008-02-15 03:19:57     INFO: [Ok]
11893 2008-02-15 03:19:57    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.25
11894 2008-02-15 03:19:57     INFO: Committing u'2008-02-14 23:18:10 by clinton'...
11895 2008-02-15 03:19:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11896 2008-02-15 03:19:57     INFO: Changeset #38
11897 2008-02-15 03:19:57     INFO: Changeset "2008-02-15 00:58:31 by clinton"
11898 2008-02-15 03:19:57     INFO: Log message: 
11899 ENH:  Convert native paths from QFileDialog and QDirModel/QCompleter.
11900 BUG:  Block possible completion loop.
11901 2008-02-15 03:19:57    DEBUG: Going to apply changeset:
11902 Revision: 2008-02-15 00:58:31 by clinton
11903 Date: 2008-02-15 00:58:31+00:00
11904 Author: clinton
11905 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.36), Source/QtDialog/QCMakeCacheView.cxx(UPD to 1.26), Source/QtDialog/QCMakeCacheView.h(UPD to 1.17)
11906 Log: 
11907 ENH:  Convert native paths from QFileDialog and QDirModel/QCompleter.
11908 BUG:  Block possible completion loop.
11909 2008-02-15 03:19:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/QCMakeCacheView.h
11910 2008-02-15 03:19:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/QCMakeCacheView.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11911 2008-02-15 03:19:59     INFO: [Ok]
11912 2008-02-15 03:19:59    DEBUG: Source/QtDialog/QCMakeCacheView.h updated to 1.17
11913 2008-02-15 03:19:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/QtDialog/QCMakeCacheView.cxx
11914 2008-02-15 03:19:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/QtDialog/QCMakeCacheView.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11915 2008-02-15 03:20:00     INFO: [Ok]
11916 2008-02-15 03:20:00    DEBUG: Source/QtDialog/QCMakeCacheView.cxx updated to 1.17
11917 2008-02-15 03:20:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/QtDialog/CMakeSetupDialog.cxx
11918 2008-02-15 03:20:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11919 2008-02-15 03:20:01     INFO: [Ok]
11920 2008-02-15 03:20:01    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.17
11921 2008-02-15 03:20:01     INFO: Committing u'2008-02-15 00:58:31 by clinton'...
11922 2008-02-15 03:20:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11923 2008-02-15 03:20:01     INFO: Changeset #39
11924 2008-02-15 03:20:01     INFO: Changeset "2008-02-15 01:18:49 by alex"
11925 2008-02-15 03:20:01     INFO: Log message: ENH: enable color in the eclipse generator, there doesn't seem to be problems
11927 Alex
11928 2008-02-15 03:20:01    DEBUG: Going to apply changeset:
11929 Revision: 2008-02-15 01:18:49 by alex
11930 Date: 2008-02-15 01:18:49+00:00
11931 Author: alex
11932 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.10)
11933 Log: ENH: enable color in the eclipse generator, there doesn't seem to be problems
11935 Alex
11936 2008-02-15 03:20:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExtraEclipseCDT4Generator.cxx
11937 2008-02-15 03:20:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11938 2008-02-15 03:20:03     INFO: [Ok]
11939 2008-02-15 03:20:03    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.10
11940 2008-02-15 03:20:03     INFO: Committing u'2008-02-15 01:18:49 by alex'...
11941 2008-02-15 03:20:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11942 2008-02-15 03:20:03     INFO: Changeset #40
11943 2008-02-15 03:20:03     INFO: Changeset "2008-02-15 05:01:04 by king"
11944 2008-02-15 03:20:03     INFO: Log message: STYLE: Nightly Date Stamp
11945 2008-02-15 03:20:03    DEBUG: Going to apply changeset:
11946 Revision: 2008-02-15 05:01:04 by king
11947 Date: 2008-02-15 05:01:04+00:00
11948 Author: king
11949 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.97)
11950 Log: STYLE: Nightly Date Stamp
11951 2008-02-15 03:20:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/kwsys/kwsysDateStamp.cmake
11952 2008-02-15 03:20:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11953 2008-02-15 03:20:05     INFO: [Ok]
11954 2008-02-15 03:20:05    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.97
11955 2008-02-15 03:20:05     INFO: Committing u'2008-02-15 05:01:04 by king'...
11956 2008-02-15 03:20:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11957 2008-02-15 03:20:05    DEBUG: Adjusting the state accordingly to journal
11958 2008-02-15 03:20:05     INFO: Update completed, now at revision "2008-02-15 05:01:04 by king"
11959 2008-02-24 07:18:36     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
11960 2008-02-24 07:18:36    DEBUG: cvs not found as new-style vcs, trying as monolithic
11961 2008-02-24 07:18:36    DEBUG: hg not found as new-style vcs, trying as monolithic
11962 2008-02-24 07:18:36     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-15 05:01:04 UTC<" -b CMake 2>&1
11963 2008-02-24 07:18:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-15 05:01:04 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
11964 2008-02-24 07:18:56     INFO: [Ok]
11965 2008-02-24 07:19:01     INFO: Cached information about 46 pending changesets
11966 2008-02-24 07:19:01     INFO: Applying pending upstream changesets
11967 2008-02-24 07:19:01     INFO: Changeset #1
11968 2008-02-24 07:19:01     INFO: Changeset "2008-02-15 15:40:55 by hoffman"
11969 2008-02-24 07:19:01     INFO: Log message: BUG: fix for bug 6294, correct url for nsis
11970 2008-02-24 07:19:01    DEBUG: Going to apply changeset:
11971 Revision: 2008-02-15 15:40:55 by hoffman
11972 Date: 2008-02-15 15:40:55+00:00
11973 Author: hoffman
11974 Entries: Source/CPack/cmCPackNSISGenerator.cxx(UPD to 1.31)
11975 Log: BUG: fix for bug 6294, correct url for nsis
11976 2008-02-24 07:19:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/CPack/cmCPackNSISGenerator.cxx
11977 2008-02-24 07:19:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/CPack/cmCPackNSISGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
11978 2008-02-24 07:19:05     INFO: [Ok]
11979 2008-02-24 07:19:05    DEBUG: Source/CPack/cmCPackNSISGenerator.cxx updated to 1.31
11980 2008-02-24 07:19:05     INFO: Committing u'2008-02-15 15:40:55 by hoffman'...
11981 2008-02-24 07:19:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
11982 2008-02-24 07:19:05     INFO: Changeset #2
11983 2008-02-24 07:19:05     INFO: Changeset "2008-02-15 16:22:23 by king"
11984 2008-02-24 07:19:05     INFO: Log message: ENH: Cleanup building of OS X bundle content
11986  - Fixes repeated rebuild of bundles by Makefile generators
11987  - Add special rules to copy sources to their
11988    MACOSX_PACKAGE_LOCATION bundle directory
11989  - Remove MacOSX_Content language hack
11990    - Remove EXTRA_CONTENT property
11991    - Remove MACOSX_CONTENT
11992    - Remove corresponding special cases in object names
11993 2008-02-24 07:19:05    DEBUG: Going to apply changeset:
11994 Revision: 2008-02-15 16:22:23 by king
11995 Date: 2008-02-15 16:22:23+00:00
11996 Author: king
11997 Entries: Modules/Platform/Darwin.cmake(UPD to 1.45), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.236), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.43), Source/cmMakefileTargetGenerator.cxx(UPD to 1.89), Source/cmMakefileTargetGenerator.h(UPD to 1.21), Source/cmSetPropertyCommand.cxx(UPD to 1.6), Source/cmSetSourceFilesPropertiesCommand.cxx(UPD to 1.19), Source/cmSourceFile.cxx(UPD to 1.46)
11998 Log: ENH: Cleanup building of OS X bundle content
12000  - Fixes repeated rebuild of bundles by Makefile generators
12001  - Add special rules to copy sources to their
12002    MACOSX_PACKAGE_LOCATION bundle directory
12003  - Remove MacOSX_Content language hack
12004    - Remove EXTRA_CONTENT property
12005    - Remove MACOSX_CONTENT
12006    - Remove corresponding special cases in object names
12007 2008-02-24 07:19:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmSetPropertyCommand.cxx
12008 2008-02-24 07:19:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmSetPropertyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12009 2008-02-24 07:19:07     INFO: [Ok]
12010 2008-02-24 07:19:07    DEBUG: Source/cmSetPropertyCommand.cxx updated to 1.46
12011 2008-02-24 07:19:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmSetSourceFilesPropertiesCommand.cxx
12012 2008-02-24 07:19:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmSetSourceFilesPropertiesCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12013 2008-02-24 07:19:08     INFO: [Ok]
12014 2008-02-24 07:19:08    DEBUG: Source/cmSetSourceFilesPropertiesCommand.cxx updated to 1.46
12015 2008-02-24 07:19:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmMakefileTargetGenerator.h
12016 2008-02-24 07:19:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12017 2008-02-24 07:19:09     INFO: [Ok]
12018 2008-02-24 07:19:09    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.46
12019 2008-02-24 07:19:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmMakefileExecutableTargetGenerator.cxx
12020 2008-02-24 07:19:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.43 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12021 2008-02-24 07:19:10     INFO: [Ok]
12022 2008-02-24 07:19:10    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.46
12023 2008-02-24 07:19:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/Platform/Darwin.cmake
12024 2008-02-24 07:19:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/Platform/Darwin.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12025 2008-02-24 07:19:11     INFO: [Ok]
12026 2008-02-24 07:19:11    DEBUG: Modules/Platform/Darwin.cmake updated to 1.46
12027 2008-02-24 07:19:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmSourceFile.cxx
12028 2008-02-24 07:19:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12029 2008-02-24 07:19:12     INFO: [Ok]
12030 2008-02-24 07:19:12    DEBUG: Source/cmSourceFile.cxx updated to 1.46
12031 2008-02-24 07:19:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/cmMakefileTargetGenerator.cxx
12032 2008-02-24 07:19:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.89 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12033 2008-02-24 07:19:13     INFO: [Ok]
12034 2008-02-24 07:19:13    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.46
12035 2008-02-24 07:19:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.236 Source/cmLocalUnixMakefileGenerator3.cxx
12036 2008-02-24 07:19:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.236 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12037 2008-02-24 07:19:14     INFO: [Ok]
12038 2008-02-24 07:19:14    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.46
12039 2008-02-24 07:19:14     INFO: Committing u'2008-02-15 16:22:23 by king'...
12040 2008-02-24 07:19:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12041 2008-02-24 07:19:14     INFO: Changeset #3
12042 2008-02-24 07:19:14     INFO: Changeset "2008-02-15 16:49:58 by david.cole"
12043 2008-02-24 07:19:14     INFO: Log message: ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
12044 2008-02-24 07:19:14    DEBUG: Going to apply changeset:
12045 Revision: 2008-02-15 16:49:58 by david.cole
12046 Date: 2008-02-15 16:49:58+00:00
12047 Author: david.cole
12048 Entries: Source/cmCallVisualStudioMacro.cxx(UPD to 1.3), Source/cmGlobalVisualStudio71Generator.cxx(UPD to 1.48), Source/cmGlobalVisualStudio71Generator.h(UPD to 1.18), Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.35), Source/cmGlobalVisualStudio8Generator.h(UPD to 1.13), Source/cmGlobalVisualStudio9Generator.cxx(UPD to 1.6), Source/cmGlobalVisualStudio9Generator.h(UPD to 1.4), Source/cmGlobalVisualStudioGenerator.cxx(UPD to 1.11), Source/cmGlobalVisualStudioGenerator.h(UPD to 1.7), Templates/CMakeVSMacros2.vsmacros(ADD at 1.1)
12049 Log: ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
12050 2008-02-24 07:19:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Templates/CMakeVSMacros2.vsmacros
12051 2008-02-24 07:19:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Templates/CMakeVSMacros2.vsmacros ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12052 2008-02-24 07:19:17     INFO: [Ok]
12053 2008-02-24 07:19:17    DEBUG: Templates/CMakeVSMacros2.vsmacros updated to 1.1
12054 2008-02-24 07:19:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmCallVisualStudioMacro.cxx
12055 2008-02-24 07:19:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmCallVisualStudioMacro.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12056 2008-02-24 07:19:18     INFO: [Ok]
12057 2008-02-24 07:19:18    DEBUG: Source/cmCallVisualStudioMacro.cxx updated to 1.1
12058 2008-02-24 07:19:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmGlobalVisualStudio9Generator.h
12059 2008-02-24 07:19:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmGlobalVisualStudio9Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12060 2008-02-24 07:19:19     INFO: [Ok]
12061 2008-02-24 07:19:19    DEBUG: Source/cmGlobalVisualStudio9Generator.h updated to 1.1
12062 2008-02-24 07:19:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGlobalVisualStudio9Generator.cxx
12063 2008-02-24 07:19:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmGlobalVisualStudio9Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12064 2008-02-24 07:19:20     INFO: [Ok]
12065 2008-02-24 07:19:20    DEBUG: Source/cmGlobalVisualStudio9Generator.cxx updated to 1.1
12066 2008-02-24 07:19:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmGlobalVisualStudioGenerator.h
12067 2008-02-24 07:19:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmGlobalVisualStudioGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12068 2008-02-24 07:19:21     INFO: [Ok]
12069 2008-02-24 07:19:21    DEBUG: Source/cmGlobalVisualStudioGenerator.h updated to 1.1
12070 2008-02-24 07:19:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmGlobalVisualStudioGenerator.cxx
12071 2008-02-24 07:19:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmGlobalVisualStudioGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12072 2008-02-24 07:19:22     INFO: [Ok]
12073 2008-02-24 07:19:22    DEBUG: Source/cmGlobalVisualStudioGenerator.cxx updated to 1.1
12074 2008-02-24 07:19:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmGlobalVisualStudio8Generator.h
12075 2008-02-24 07:19:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmGlobalVisualStudio8Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12076 2008-02-24 07:19:23     INFO: [Ok]
12077 2008-02-24 07:19:23    DEBUG: Source/cmGlobalVisualStudio8Generator.h updated to 1.1
12078 2008-02-24 07:19:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmGlobalVisualStudio71Generator.h
12079 2008-02-24 07:19:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmGlobalVisualStudio71Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12080 2008-02-24 07:19:24     INFO: [Ok]
12081 2008-02-24 07:19:24    DEBUG: Source/cmGlobalVisualStudio71Generator.h updated to 1.1
12082 2008-02-24 07:19:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmGlobalVisualStudio8Generator.cxx
12083 2008-02-24 07:19:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12084 2008-02-24 07:19:25     INFO: [Ok]
12085 2008-02-24 07:19:25    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.1
12086 2008-02-24 07:19:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmGlobalVisualStudio71Generator.cxx
12087 2008-02-24 07:19:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.48 Source/cmGlobalVisualStudio71Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12088 2008-02-24 07:19:26     INFO: [Ok]
12089 2008-02-24 07:19:26    DEBUG: Source/cmGlobalVisualStudio71Generator.cxx updated to 1.1
12090 2008-02-24 07:19:26     INFO: Adding Templates/CMakeVSMacros2.vsmacros...
12091 2008-02-24 07:19:26     INFO: Committing u'2008-02-15 16:49:58 by david.cole'...
12092 2008-02-24 07:19:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12093 2008-02-24 07:19:26     INFO: Changeset #4
12094 2008-02-24 07:19:26     INFO: Changeset "2008-02-15 16:56:13 by king"
12095 2008-02-24 07:19:26     INFO: Log message: BUG: Apply patch from bug #6180 to make CMAKE_ADDITIONAL_MAKE_CLEAN_FILES work for directories.
12096 2008-02-24 07:19:26    DEBUG: Going to apply changeset:
12097 Revision: 2008-02-15 16:56:13 by king
12098 Date: 2008-02-15 16:56:13+00:00
12099 Author: king
12100 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.237)
12101 Log: BUG: Apply patch from bug #6180 to make CMAKE_ADDITIONAL_MAKE_CLEAN_FILES work for directories.
12102 2008-02-24 07:19:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.237 Source/cmLocalUnixMakefileGenerator3.cxx
12103 2008-02-24 07:19:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.237 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12104 2008-02-24 07:19:28     INFO: [Ok]
12105 2008-02-24 07:19:28    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.237
12106 2008-02-24 07:19:28     INFO: Committing u'2008-02-15 16:56:13 by king'...
12107 2008-02-24 07:19:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12108 2008-02-24 07:19:28     INFO: Changeset #5
12109 2008-02-24 07:19:28     INFO: Changeset "2008-02-15 17:12:48 by hoffman"
12110 2008-02-24 07:19:28     INFO: Log message: ENH: use package name on mac for edit cache
12111 2008-02-24 07:19:28    DEBUG: Going to apply changeset:
12112 Revision: 2008-02-15 17:12:48 by hoffman
12113 Date: 2008-02-15 17:12:48+00:00
12114 Author: hoffman
12115 Entries: Source/QtDialog/QCMake.cxx(UPD to 1.18)
12116 Log: ENH: use package name on mac for edit cache
12117 2008-02-24 07:19:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/QCMake.cxx
12118 2008-02-24 07:19:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12119 2008-02-24 07:19:30     INFO: [Ok]
12120 2008-02-24 07:19:30    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.18
12121 2008-02-24 07:19:30     INFO: Committing u'2008-02-15 17:12:48 by hoffman'...
12122 2008-02-24 07:19:30     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12123 2008-02-24 07:19:30     INFO: Changeset #6
12124 2008-02-24 07:19:30     INFO: Changeset "2008-02-15 20:36:16 by clinton"
12125 2008-02-24 07:19:30     INFO: Log message: ENH:  remove unused code.
12126 2008-02-24 07:19:30    DEBUG: Going to apply changeset:
12127 Revision: 2008-02-15 20:36:16 by clinton
12128 Date: 2008-02-15 20:36:16+00:00
12129 Author: clinton
12130 Entries: Source/QtDialog/QCMake.cxx(UPD to 1.19)
12131 Log: ENH:  remove unused code.
12132 2008-02-24 07:19:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/QtDialog/QCMake.cxx
12133 2008-02-24 07:19:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12134 2008-02-24 07:19:32     INFO: [Ok]
12135 2008-02-24 07:19:32    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.19
12136 2008-02-24 07:19:32     INFO: Committing u'2008-02-15 20:36:16 by clinton'...
12137 2008-02-24 07:19:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12138 2008-02-24 07:19:32     INFO: Changeset #7
12139 2008-02-24 07:19:32     INFO: Changeset "2008-02-15 23:26:37 by alex"
12140 2008-02-24 07:19:32     INFO: Log message: STYLE: use global property instead of helper target to collect all python
12141 modules from a source tree
12143 Alex
12144 2008-02-24 07:19:32    DEBUG: Going to apply changeset:
12145 Revision: 2008-02-15 23:26:37 by alex
12146 Date: 2008-02-15 23:26:37+00:00
12147 Author: alex
12148 Entries: Modules/FindPythonLibs.cmake(UPD to 1.42)
12149 Log: STYLE: use global property instead of helper target to collect all python
12150 modules from a source tree
12152 Alex
12153 2008-02-24 07:19:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/FindPythonLibs.cmake
12154 2008-02-24 07:19:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Modules/FindPythonLibs.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12155 2008-02-24 07:19:34     INFO: [Ok]
12156 2008-02-24 07:19:34    DEBUG: Modules/FindPythonLibs.cmake updated to 1.42
12157 2008-02-24 07:19:34     INFO: Committing u'2008-02-15 23:26:37 by alex'...
12158 2008-02-24 07:19:34     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12159 2008-02-24 07:19:34     INFO: Changeset #8
12160 2008-02-24 07:19:34     INFO: Changeset "2008-02-16 05:01:04 by king"
12161 2008-02-24 07:19:34     INFO: Log message: STYLE: Nightly Date Stamp
12162 2008-02-24 07:19:34    DEBUG: Going to apply changeset:
12163 Revision: 2008-02-16 05:01:04 by king
12164 Date: 2008-02-16 05:01:04+00:00
12165 Author: king
12166 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.98)
12167 Log: STYLE: Nightly Date Stamp
12168 2008-02-24 07:19:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/kwsys/kwsysDateStamp.cmake
12169 2008-02-24 07:19:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12170 2008-02-24 07:19:36     INFO: [Ok]
12171 2008-02-24 07:19:36    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.98
12172 2008-02-24 07:19:36     INFO: Committing u'2008-02-16 05:01:04 by king'...
12173 2008-02-24 07:19:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12174 2008-02-24 07:19:36     INFO: Changeset #9
12175 2008-02-24 07:19:36     INFO: Changeset "2008-02-16 18:02:57 by hoffman"
12176 2008-02-24 07:19:36     INFO: Log message: ENH: fix DESTDIR install
12177 2008-02-24 07:19:36    DEBUG: Going to apply changeset:
12178 Revision: 2008-02-16 18:02:57 by hoffman
12179 Date: 2008-02-16 18:02:57+00:00
12180 Author: hoffman
12181 Entries: Source/CPack/cmCPackGenerator.cxx(UPD to 1.3)
12182 Log: ENH: fix DESTDIR install
12183 2008-02-24 07:19:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/CPack/cmCPackGenerator.cxx
12184 2008-02-24 07:19:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/CPack/cmCPackGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12185 2008-02-24 07:19:38     INFO: [Ok]
12186 2008-02-24 07:19:38    DEBUG: Source/CPack/cmCPackGenerator.cxx updated to 1.3
12187 2008-02-24 07:19:38     INFO: Committing u'2008-02-16 18:02:57 by hoffman'...
12188 2008-02-24 07:19:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12189 2008-02-24 07:19:38     INFO: Changeset #10
12190 2008-02-24 07:19:38     INFO: Changeset "2008-02-16 18:05:03 by hoffman"
12191 2008-02-24 07:19:38     INFO: Log message: ENH: support for cpack and install of cmake-gui as mac app bundle
12192 2008-02-24 07:19:38    DEBUG: Going to apply changeset:
12193 Revision: 2008-02-16 18:05:03 by hoffman
12194 Date: 2008-02-16 18:05:03+00:00
12195 Author: hoffman
12196 Entries: CMakeLists.txt(UPD to 1.139), bootstrap(UPD to 1.110), Source/cmBootstrapCommands.cxx(UPD to 1.26), Source/cmCommands.cxx(UPD to 1.123), Source/cmInstallProgramsCommand.cxx(UPD to 1.22), Source/QtDialog/CMakeLists.txt(UPD to 1.12), Source/QtDialog/QCMake.cxx(UPD to 1.20), Source/QtDialog/QtDialogCPack.cmake.in(UPD to 1.2)
12197 Log: ENH: support for cpack and install of cmake-gui as mac app bundle
12198 2008-02-24 07:19:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/QtDialogCPack.cmake.in
12199 2008-02-24 07:19:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/QtDialogCPack.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12200 2008-02-24 07:19:40     INFO: [Ok]
12201 2008-02-24 07:19:40    DEBUG: Source/QtDialog/QtDialogCPack.cmake.in updated to 1.2
12202 2008-02-24 07:19:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/QtDialog/CMakeLists.txt
12203 2008-02-24 07:19:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12204 2008-02-24 07:19:42     INFO: [Ok]
12205 2008-02-24 07:19:42    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.2
12206 2008-02-24 07:19:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/QtDialog/QCMake.cxx
12207 2008-02-24 07:19:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12208 2008-02-24 07:19:43     INFO: [Ok]
12209 2008-02-24 07:19:43    DEBUG: Source/QtDialog/QCMake.cxx updated to 1.2
12210 2008-02-24 07:19:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmInstallProgramsCommand.cxx
12211 2008-02-24 07:19:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmInstallProgramsCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12212 2008-02-24 07:19:44     INFO: [Ok]
12213 2008-02-24 07:19:44    DEBUG: Source/cmInstallProgramsCommand.cxx updated to 1.2
12214 2008-02-24 07:19:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmBootstrapCommands.cxx
12215 2008-02-24 07:19:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmBootstrapCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12216 2008-02-24 07:19:45     INFO: [Ok]
12217 2008-02-24 07:19:45    DEBUG: Source/cmBootstrapCommands.cxx updated to 1.2
12218 2008-02-24 07:19:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 bootstrap
12219 2008-02-24 07:19:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12220 2008-02-24 07:19:46     INFO: [Ok]
12221 2008-02-24 07:19:46    DEBUG: bootstrap updated to 1.2
12222 2008-02-24 07:19:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/cmCommands.cxx
12223 2008-02-24 07:19:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/cmCommands.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12224 2008-02-24 07:19:47     INFO: [Ok]
12225 2008-02-24 07:19:47    DEBUG: Source/cmCommands.cxx updated to 1.2
12226 2008-02-24 07:19:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.139 CMakeLists.txt
12227 2008-02-24 07:19:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.139 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12228 2008-02-24 07:19:48     INFO: [Ok]
12229 2008-02-24 07:19:48    DEBUG: CMakeLists.txt updated to 1.2
12230 2008-02-24 07:19:48     INFO: Committing u'2008-02-16 18:05:03 by hoffman'...
12231 2008-02-24 07:19:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12232 2008-02-24 07:19:48     INFO: Changeset #11
12233 2008-02-24 07:19:48     INFO: Changeset "2008-02-16 21:33:08 by hoffman"
12234 2008-02-24 07:19:48     INFO: Log message: ENH: add script to ingest library depends into a bundle
12235 2008-02-24 07:19:48    DEBUG: Going to apply changeset:
12236 Revision: 2008-02-16 21:33:08 by hoffman
12237 Date: 2008-02-16 21:33:08+00:00
12238 Author: hoffman
12239 Entries: Modules/CMakeIngestOSXBundleLibraries.cmake(ADD at 1.1)
12240 Log: ENH: add script to ingest library depends into a bundle
12241 2008-02-24 07:19:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeIngestOSXBundleLibraries.cmake
12242 2008-02-24 07:19:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeIngestOSXBundleLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12243 2008-02-24 07:19:50     INFO: [Ok]
12244 2008-02-24 07:19:50    DEBUG: Modules/CMakeIngestOSXBundleLibraries.cmake updated to 1.1
12245 2008-02-24 07:19:50     INFO: Adding Modules/CMakeIngestOSXBundleLibraries.cmake...
12246 2008-02-24 07:19:50     INFO: Committing u'2008-02-16 21:33:08 by hoffman'...
12247 2008-02-24 07:19:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12248 2008-02-24 07:19:50     INFO: Changeset #12
12249 2008-02-24 07:19:50     INFO: Changeset "2008-02-17 05:01:02 by king"
12250 2008-02-24 07:19:50     INFO: Log message: STYLE: Nightly Date Stamp
12251 2008-02-24 07:19:50    DEBUG: Going to apply changeset:
12252 Revision: 2008-02-17 05:01:02 by king
12253 Date: 2008-02-17 05:01:02+00:00
12254 Author: king
12255 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.99)
12256 Log: STYLE: Nightly Date Stamp
12257 2008-02-24 07:19:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/kwsys/kwsysDateStamp.cmake
12258 2008-02-24 07:19:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12259 2008-02-24 07:19:52     INFO: [Ok]
12260 2008-02-24 07:19:52    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.99
12261 2008-02-24 07:19:52     INFO: Committing u'2008-02-17 05:01:02 by king'...
12262 2008-02-24 07:19:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12263 2008-02-24 07:19:52     INFO: Changeset #13
12264 2008-02-24 07:19:52     INFO: Changeset "2008-02-17 17:31:29 by alex"
12265 2008-02-24 07:19:52     INFO: Log message: PERF: reduce time for full docs as HTML from 1.4 s to 0.2 s, the map is now
12266 created and filled only once instead for every character
12267 I guess a simple case-switch would be still faster.
12269 Alex
12270 2008-02-24 07:19:52    DEBUG: Going to apply changeset:
12271 Revision: 2008-02-17 17:31:29 by alex
12272 Date: 2008-02-17 17:31:29+00:00
12273 Author: alex
12274 Entries: Source/cmDocumentationFormatterHTML.cxx(UPD to 1.8)
12275 Log: PERF: reduce time for full docs as HTML from 1.4 s to 0.2 s, the map is now
12276 created and filled only once instead for every character
12277 I guess a simple case-switch would be still faster.
12279 Alex
12280 2008-02-24 07:19:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentationFormatterHTML.cxx
12281 2008-02-24 07:19:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentationFormatterHTML.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12282 2008-02-24 07:19:54     INFO: [Ok]
12283 2008-02-24 07:19:54    DEBUG: Source/cmDocumentationFormatterHTML.cxx updated to 1.8
12284 2008-02-24 07:19:54     INFO: Committing u'2008-02-17 17:31:29 by alex'...
12285 2008-02-24 07:19:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12286 2008-02-24 07:19:54     INFO: Changeset #14
12287 2008-02-24 07:19:54     INFO: Changeset "2008-02-17 19:04:01 by alex"
12288 2008-02-24 07:19:54     INFO: Log message: BUG: actually print the docs for custom modules if this was requested
12290 Alex
12291 2008-02-24 07:19:54    DEBUG: Going to apply changeset:
12292 Revision: 2008-02-17 19:04:01 by alex
12293 Date: 2008-02-17 19:04:01+00:00
12294 Author: alex
12295 Entries: Source/cmDocumentation.cxx(UPD to 1.66)
12296 Log: BUG: actually print the docs for custom modules if this was requested
12298 Alex
12299 2008-02-24 07:19:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/cmDocumentation.cxx
12300 2008-02-24 07:19:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.66 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12301 2008-02-24 07:19:56     INFO: [Ok]
12302 2008-02-24 07:19:56    DEBUG: Source/cmDocumentation.cxx updated to 1.66
12303 2008-02-24 07:19:56     INFO: Committing u'2008-02-17 19:04:01 by alex'...
12304 2008-02-24 07:19:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12305 2008-02-24 07:19:56     INFO: Changeset #15
12306 2008-02-24 07:19:56     INFO: Changeset "2008-02-17 22:40:01 by hoffman"
12307 2008-02-24 07:19:56     INFO: Log message: BUG: fix double cmakefiles directory
12308 2008-02-24 07:19:56    DEBUG: Going to apply changeset:
12309 Revision: 2008-02-17 22:40:01 by hoffman
12310 Date: 2008-02-17 22:40:01+00:00
12311 Author: hoffman
12312 Entries: Modules/CheckIncludeFiles.cmake(UPD to 1.19)
12313 Log: BUG: fix double cmakefiles directory
12314 2008-02-24 07:19:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CheckIncludeFiles.cmake
12315 2008-02-24 07:19:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CheckIncludeFiles.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12316 2008-02-24 07:19:58     INFO: [Ok]
12317 2008-02-24 07:19:58    DEBUG: Modules/CheckIncludeFiles.cmake updated to 1.19
12318 2008-02-24 07:19:58     INFO: Committing u'2008-02-17 22:40:01 by hoffman'...
12319 2008-02-24 07:19:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12320 2008-02-24 07:19:58     INFO: Changeset #16
12321 2008-02-24 07:19:58     INFO: Changeset "2008-02-18 05:01:02 by king"
12322 2008-02-24 07:19:58     INFO: Log message: STYLE: Nightly Date Stamp
12323 2008-02-24 07:19:58    DEBUG: Going to apply changeset:
12324 Revision: 2008-02-18 05:01:02 by king
12325 Date: 2008-02-18 05:01:02+00:00
12326 Author: king
12327 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.100)
12328 Log: STYLE: Nightly Date Stamp
12329 2008-02-24 07:19:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/kwsys/kwsysDateStamp.cmake
12330 2008-02-24 07:19:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12331 2008-02-24 07:20:00     INFO: [Ok]
12332 2008-02-24 07:20:00    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.100
12333 2008-02-24 07:20:00     INFO: Committing u'2008-02-18 05:01:02 by king'...
12334 2008-02-24 07:20:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12335 2008-02-24 07:20:00     INFO: Changeset #17
12336 2008-02-24 07:20:00     INFO: Changeset "2008-02-18 15:26:28 by hoffman"
12337 2008-02-24 07:20:00     INFO: Log message: ENH: have cpack work with DESTDIR install and ingest qt framework libs into cmake-gui
12338 2008-02-24 07:20:00    DEBUG: Going to apply changeset:
12339 Revision: 2008-02-18 15:26:28 by hoffman
12340 Date: 2008-02-18 15:26:28+00:00
12341 Author: hoffman
12342 Entries: Modules/CMakeIngestOSXBundleLibraries.cmake(DEL at 1.2), Source/CPack/cmCPackGenerator.cxx(UPD to 1.4), Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake(ADD at 1.1), Source/QtDialog/CMakeLists.txt(UPD to 1.13)
12343 Log: ENH: have cpack work with DESTDIR install and ingest qt framework libs into cmake-gui
12344 2008-02-24 07:20:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake
12345 2008-02-24 07:20:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12346 2008-02-24 07:20:02     INFO: [Ok]
12347 2008-02-24 07:20:02    DEBUG: Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake updated to 1.13
12348 2008-02-24 07:20:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeIngestOSXBundleLibraries.cmake
12349 2008-02-24 07:20:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeIngestOSXBundleLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12350 2008-02-24 07:20:02     INFO: [Ok]
12351 2008-02-24 07:20:02    DEBUG: Modules/CMakeIngestOSXBundleLibraries.cmake updated to 1.13
12352 2008-02-24 07:20:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/CPack/cmCPackGenerator.cxx
12353 2008-02-24 07:20:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/CPack/cmCPackGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12354 2008-02-24 07:20:04     INFO: [Ok]
12355 2008-02-24 07:20:04    DEBUG: Source/CPack/cmCPackGenerator.cxx updated to 1.13
12356 2008-02-24 07:20:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/CMakeLists.txt
12357 2008-02-24 07:20:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12358 2008-02-24 07:20:05     INFO: [Ok]
12359 2008-02-24 07:20:05    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.13
12360 2008-02-24 07:20:05     INFO: Removing Modules/CMakeIngestOSXBundleLibraries.cmake...
12361 2008-02-24 07:20:05     INFO: Adding Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake...
12362 2008-02-24 07:20:05     INFO: Committing u'2008-02-18 15:26:28 by hoffman'...
12363 2008-02-24 07:20:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12364 2008-02-24 07:20:05     INFO: Changeset #18
12365 2008-02-24 07:20:05     INFO: Changeset "2008-02-18 16:10:39 by hoffman"
12366 2008-02-24 07:20:05     INFO: Log message: ENH: require 2.4 to build cmake
12367 2008-02-24 07:20:05    DEBUG: Going to apply changeset:
12368 Revision: 2008-02-18 16:10:39 by hoffman
12369 Date: 2008-02-18 16:10:39+00:00
12370 Author: hoffman
12371 Entries: CMakeLists.txt(UPD to 1.140)
12372 Log: ENH: require 2.4 to build cmake
12373 2008-02-24 07:20:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.140 CMakeLists.txt
12374 2008-02-24 07:20:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.140 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12375 2008-02-24 07:20:07     INFO: [Ok]
12376 2008-02-24 07:20:07    DEBUG: CMakeLists.txt updated to 1.140
12377 2008-02-24 07:20:07     INFO: Committing u'2008-02-18 16:10:39 by hoffman'...
12378 2008-02-24 07:20:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12379 2008-02-24 07:20:07     INFO: Changeset #19
12380 2008-02-24 07:20:07     INFO: Changeset "2008-02-18 17:01:41 by king"
12381 2008-02-24 07:20:07     INFO: Log message: BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler.
12382 2008-02-24 07:20:07    DEBUG: Going to apply changeset:
12383 Revision: 2008-02-18 17:01:41 by king
12384 Date: 2008-02-18 17:01:41+00:00
12385 Author: king
12386 Entries: Modules/Platform/HP-UX.cmake(UPD to 1.28)
12387 Log: BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler.
12388 2008-02-24 07:20:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Modules/Platform/HP-UX.cmake
12389 2008-02-24 07:20:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12390 2008-02-24 07:20:09     INFO: [Ok]
12391 2008-02-24 07:20:09    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.28
12392 2008-02-24 07:20:09     INFO: Committing u'2008-02-18 17:01:41 by king'...
12393 2008-02-24 07:20:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12394 2008-02-24 07:20:09     INFO: Changeset #20
12395 2008-02-24 07:20:09     INFO: Changeset "2008-02-18 18:03:40 by hoffman"
12396 2008-02-24 07:20:09     INFO: Log message: ENH: remove CMAKE_PREFIX so changing it does not rebuild all
12397 2008-02-24 07:20:09    DEBUG: Going to apply changeset:
12398 Revision: 2008-02-18 18:03:40 by hoffman
12399 Date: 2008-02-18 18:03:40+00:00
12400 Author: hoffman
12401 Entries: Source/cmConfigure.cmake.h.in(UPD to 1.13), Source/cmake.cxx(UPD to 1.361)
12402 Log: ENH: remove CMAKE_PREFIX so changing it does not rebuild all
12403 2008-02-24 07:20:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmConfigure.cmake.h.in
12404 2008-02-24 07:20:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmConfigure.cmake.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12405 2008-02-24 07:20:11     INFO: [Ok]
12406 2008-02-24 07:20:11    DEBUG: Source/cmConfigure.cmake.h.in updated to 1.361
12407 2008-02-24 07:20:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.361 Source/cmake.cxx
12408 2008-02-24 07:20:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.361 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12409 2008-02-24 07:20:12     INFO: [Ok]
12410 2008-02-24 07:20:12    DEBUG: Source/cmake.cxx updated to 1.361
12411 2008-02-24 07:20:12     INFO: Committing u'2008-02-18 18:03:40 by hoffman'...
12412 2008-02-24 07:20:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12413 2008-02-24 07:20:12     INFO: Changeset #21
12414 2008-02-24 07:20:12     INFO: Changeset "2008-02-18 18:11:34 by hoffman"
12415 2008-02-24 07:20:12     INFO: Log message: STYLE: use lowercase
12416 2008-02-24 07:20:12    DEBUG: Going to apply changeset:
12417 Revision: 2008-02-18 18:11:34 by hoffman
12418 Date: 2008-02-18 18:11:34+00:00
12419 Author: hoffman
12420 Entries: Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake(UPD to 1.2)
12421 Log: STYLE: use lowercase
12422 2008-02-24 07:20:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake
12423 2008-02-24 07:20:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12424 2008-02-24 07:20:14     INFO: [Ok]
12425 2008-02-24 07:20:14    DEBUG: Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake updated to 1.2
12426 2008-02-24 07:20:14     INFO: Committing u'2008-02-18 18:11:34 by hoffman'...
12427 2008-02-24 07:20:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12428 2008-02-24 07:20:14     INFO: Changeset #22
12429 2008-02-24 07:20:14     INFO: Changeset "2008-02-18 19:51:43 by hoffman"
12430 2008-02-24 07:20:14     INFO: Log message: ENH: make sure fixup has right paths
12431 2008-02-24 07:20:14    DEBUG: Going to apply changeset:
12432 Revision: 2008-02-18 19:51:43 by hoffman
12433 Date: 2008-02-18 19:51:43+00:00
12434 Author: hoffman
12435 Entries: Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake(UPD to 1.3)
12436 Log: ENH: make sure fixup has right paths
12437 2008-02-24 07:20:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake
12438 2008-02-24 07:20:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12439 2008-02-24 07:20:16     INFO: [Ok]
12440 2008-02-24 07:20:16    DEBUG: Source/QtDialog/CMakeIngestOSXBundleLibraries.cmake updated to 1.3
12441 2008-02-24 07:20:16     INFO: Committing u'2008-02-18 19:51:43 by hoffman'...
12442 2008-02-24 07:20:16     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12443 2008-02-24 07:20:16     INFO: Changeset #23
12444 2008-02-24 07:20:16     INFO: Changeset "2008-02-18 20:42:55 by hoffman"
12445 2008-02-24 07:20:16     INFO: Log message: ENH: add more information to message
12446 2008-02-24 07:20:16    DEBUG: Going to apply changeset:
12447 Revision: 2008-02-18 20:42:55 by hoffman
12448 Date: 2008-02-18 20:42:55+00:00
12449 Author: hoffman
12450 Entries: Source/cmFileCommand.cxx(UPD to 1.100)
12451 Log: ENH: add more information to message
12452 2008-02-24 07:20:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmFileCommand.cxx
12453 2008-02-24 07:20:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12454 2008-02-24 07:20:18     INFO: [Ok]
12455 2008-02-24 07:20:18    DEBUG: Source/cmFileCommand.cxx updated to 1.100
12456 2008-02-24 07:20:18     INFO: Committing u'2008-02-18 20:42:55 by hoffman'...
12457 2008-02-24 07:20:18     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12458 2008-02-24 07:20:18     INFO: Changeset #24
12459 2008-02-24 07:20:18     INFO: Changeset "2008-02-18 20:50:37 by hoffman"
12460 2008-02-24 07:20:18     INFO: Log message: ENH: install seems to be working for cmake-gui
12461 2008-02-24 07:20:18    DEBUG: Going to apply changeset:
12462 Revision: 2008-02-18 20:50:37 by hoffman
12463 Date: 2008-02-18 20:50:37+00:00
12464 Author: hoffman
12465 Entries: CMakeCPackOptions.cmake.in(UPD to 1.7), CMakeLists.txt(UPD to 1.141)
12466 Log: ENH: install seems to be working for cmake-gui
12467 2008-02-24 07:20:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 CMakeCPackOptions.cmake.in
12468 2008-02-24 07:20:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12469 2008-02-24 07:20:20     INFO: [Ok]
12470 2008-02-24 07:20:20    DEBUG: CMakeCPackOptions.cmake.in updated to 1.141
12471 2008-02-24 07:20:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.141 CMakeLists.txt
12472 2008-02-24 07:20:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.141 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12473 2008-02-24 07:20:21     INFO: [Ok]
12474 2008-02-24 07:20:21    DEBUG: CMakeLists.txt updated to 1.141
12475 2008-02-24 07:20:21     INFO: Committing u'2008-02-18 20:50:37 by hoffman'...
12476 2008-02-24 07:20:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12477 2008-02-24 07:20:21     INFO: Changeset #25
12478 2008-02-24 07:20:21     INFO: Changeset "2008-02-18 21:38:34 by king"
12479 2008-02-24 07:20:21     INFO: Log message: ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
12480 2008-02-24 07:20:21    DEBUG: Going to apply changeset:
12481 Revision: 2008-02-18 21:38:34 by king
12482 Date: 2008-02-18 21:38:34+00:00
12483 Author: king
12484 Entries: Source/cmGlobalXCodeGenerator.cxx(UPD to 1.186), Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.238), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.44), Source/cmMakefileExecutableTargetGenerator.h(UPD to 1.4), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.56), Source/cmMakefileLibraryTargetGenerator.h(UPD to 1.6), Source/cmMakefileTargetGenerator.cxx(UPD to 1.90), Source/cmMakefileTargetGenerator.h(UPD to 1.22), Source/cmMakefileUtilityTargetGenerator.cxx(UPD to 1.8), Source/cmMakefileUtilityTargetGenerator.h(UPD to 1.3), Source/cmSourceFile.cxx(UPD to 1.47), Source/cmTarget.cxx(UPD to 1.197), Source/cmTarget.h(UPD to 1.106)
12485 Log: ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
12486 2008-02-24 07:20:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmMakefileUtilityTargetGenerator.h
12487 2008-02-24 07:20:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmMakefileUtilityTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12488 2008-02-24 07:20:23     INFO: [Ok]
12489 2008-02-24 07:20:23    DEBUG: Source/cmMakefileUtilityTargetGenerator.h updated to 1.106
12490 2008-02-24 07:20:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmMakefileExecutableTargetGenerator.h
12491 2008-02-24 07:20:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmMakefileExecutableTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12492 2008-02-24 07:20:24     INFO: [Ok]
12493 2008-02-24 07:20:24    DEBUG: Source/cmMakefileExecutableTargetGenerator.h updated to 1.106
12494 2008-02-24 07:20:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmMakefileLibraryTargetGenerator.h
12495 2008-02-24 07:20:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmMakefileLibraryTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12496 2008-02-24 07:20:25     INFO: [Ok]
12497 2008-02-24 07:20:25    DEBUG: Source/cmMakefileLibraryTargetGenerator.h updated to 1.106
12498 2008-02-24 07:20:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmMakefileUtilityTargetGenerator.cxx
12499 2008-02-24 07:20:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmMakefileUtilityTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12500 2008-02-24 07:20:26     INFO: [Ok]
12501 2008-02-24 07:20:26    DEBUG: Source/cmMakefileUtilityTargetGenerator.cxx updated to 1.106
12502 2008-02-24 07:20:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmMakefileTargetGenerator.h
12503 2008-02-24 07:20:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12504 2008-02-24 07:20:27     INFO: [Ok]
12505 2008-02-24 07:20:27    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.106
12506 2008-02-24 07:20:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmMakefileExecutableTargetGenerator.cxx
12507 2008-02-24 07:20:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.44 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12508 2008-02-24 07:20:28     INFO: [Ok]
12509 2008-02-24 07:20:28    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.106
12510 2008-02-24 07:20:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmSourceFile.cxx
12511 2008-02-24 07:20:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.47 Source/cmSourceFile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12512 2008-02-24 07:20:30     INFO: [Ok]
12513 2008-02-24 07:20:30    DEBUG: Source/cmSourceFile.cxx updated to 1.106
12514 2008-02-24 07:20:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmMakefileLibraryTargetGenerator.cxx
12515 2008-02-24 07:20:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.56 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12516 2008-02-24 07:20:32     INFO: [Ok]
12517 2008-02-24 07:20:32    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.106
12518 2008-02-24 07:20:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmMakefileTargetGenerator.cxx
12519 2008-02-24 07:20:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.90 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12520 2008-02-24 07:20:33     INFO: [Ok]
12521 2008-02-24 07:20:33    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.106
12522 2008-02-24 07:20:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmTarget.h
12523 2008-02-24 07:20:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12524 2008-02-24 07:20:34     INFO: [Ok]
12525 2008-02-24 07:20:34    DEBUG: Source/cmTarget.h updated to 1.106
12526 2008-02-24 07:20:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.186 Source/cmGlobalXCodeGenerator.cxx
12527 2008-02-24 07:20:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.186 Source/cmGlobalXCodeGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12528 2008-02-24 07:20:35     INFO: [Ok]
12529 2008-02-24 07:20:35    DEBUG: Source/cmGlobalXCodeGenerator.cxx updated to 1.106
12530 2008-02-24 07:20:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.197 Source/cmTarget.cxx
12531 2008-02-24 07:20:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.197 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12532 2008-02-24 07:20:37     INFO: [Ok]
12533 2008-02-24 07:20:37    DEBUG: Source/cmTarget.cxx updated to 1.106
12534 2008-02-24 07:20:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.238 Source/cmLocalUnixMakefileGenerator3.cxx
12535 2008-02-24 07:20:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.238 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12536 2008-02-24 07:20:38     INFO: [Ok]
12537 2008-02-24 07:20:38    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.106
12538 2008-02-24 07:20:38     INFO: Committing u'2008-02-18 21:38:34 by king'...
12539 2008-02-24 07:20:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12540 2008-02-24 07:20:38     INFO: Changeset #26
12541 2008-02-24 07:20:38     INFO: Changeset "2008-02-19 05:01:04 by king"
12542 2008-02-24 07:20:38     INFO: Log message: STYLE: Nightly Date Stamp
12543 2008-02-24 07:20:38    DEBUG: Going to apply changeset:
12544 Revision: 2008-02-19 05:01:04 by king
12545 Date: 2008-02-19 05:01:04+00:00
12546 Author: king
12547 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.101)
12548 Log: STYLE: Nightly Date Stamp
12549 2008-02-24 07:20:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/kwsys/kwsysDateStamp.cmake
12550 2008-02-24 07:20:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12551 2008-02-24 07:20:40     INFO: [Ok]
12552 2008-02-24 07:20:40    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.101
12553 2008-02-24 07:20:40     INFO: Committing u'2008-02-19 05:01:04 by king'...
12554 2008-02-24 07:20:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12555 2008-02-24 07:20:40     INFO: Changeset #27
12556 2008-02-24 07:20:40     INFO: Changeset "2008-02-19 14:09:46 by king"
12557 2008-02-24 07:20:40     INFO: Log message: COMP: Fix HP warning about cmTargetInternalPointer::operator= checking for self-assignment.
12558 2008-02-24 07:20:40    DEBUG: Going to apply changeset:
12559 Revision: 2008-02-19 14:09:46 by king
12560 Date: 2008-02-19 14:09:46+00:00
12561 Author: king
12562 Entries: Source/cmTarget.cxx(UPD to 1.198)
12563 Log: COMP: Fix HP warning about cmTargetInternalPointer::operator= checking for self-assignment.
12564 2008-02-24 07:20:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.198 Source/cmTarget.cxx
12565 2008-02-24 07:20:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.198 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12566 2008-02-24 07:20:42     INFO: [Ok]
12567 2008-02-24 07:20:42    DEBUG: Source/cmTarget.cxx updated to 1.198
12568 2008-02-24 07:20:42     INFO: Committing u'2008-02-19 14:09:46 by king'...
12569 2008-02-24 07:20:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12570 2008-02-24 07:20:42     INFO: Changeset #28
12571 2008-02-24 07:20:42     INFO: Changeset "2008-02-19 19:06:10 by hoffman"
12572 2008-02-24 07:20:42     INFO: Log message: ENH: add mac install symlink option to dialog
12573 2008-02-24 07:20:42    DEBUG: Going to apply changeset:
12574 Revision: 2008-02-19 19:06:10 by hoffman
12575 Date: 2008-02-19 19:06:10+00:00
12576 Author: hoffman
12577 Entries: Source/QtDialog/CMakeLists.txt(UPD to 1.14), Source/QtDialog/CMakeSetup.cxx(UPD to 1.17), Source/QtDialog/MacInstallDialog.ui(ADD at 1.1), Source/QtDialog/QMacInstallDialog.cxx(ADD at 1.1), Source/QtDialog/QMacInstallDialog.h(ADD at 1.1)
12578 Log: ENH: add mac install symlink option to dialog
12579 2008-02-24 07:20:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/MacInstallDialog.ui Source/QtDialog/QMacInstallDialog.cxx Source/QtDialog/QMacInstallDialog.h
12580 2008-02-24 07:20:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/MacInstallDialog.ui Source/QtDialog/QMacInstallDialog.cxx Source/QtDialog/QMacInstallDialog.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12581 2008-02-24 07:20:44     INFO: [Ok]
12582 2008-02-24 07:20:44    DEBUG: Source/QtDialog/MacInstallDialog.ui,Source/QtDialog/QMacInstallDialog.cxx,Source/QtDialog/QMacInstallDialog.h updated to 1.1
12583 2008-02-24 07:20:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/CMakeLists.txt
12584 2008-02-24 07:20:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12585 2008-02-24 07:20:45     INFO: [Ok]
12586 2008-02-24 07:20:45    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.1
12587 2008-02-24 07:20:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/CMakeSetup.cxx
12588 2008-02-24 07:20:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12589 2008-02-24 07:20:46     INFO: [Ok]
12590 2008-02-24 07:20:46    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.1
12591 2008-02-24 07:20:46     INFO: Adding Source/QtDialog/MacInstallDialog.ui, Source/QtDialog/QMacInstallDialog.cxx, Source/QtDialog/QMacInstallDialog.h...
12592 2008-02-24 07:20:46     INFO: Committing u'2008-02-19 19:06:10 by hoffman'...
12593 2008-02-24 07:20:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12594 2008-02-24 07:20:46     INFO: Changeset #29
12595 2008-02-24 07:20:46     INFO: Changeset "2008-02-19 19:26:19 by hoffman"
12596 2008-02-24 07:20:46     INFO: Log message: ENH: install working with symlink qt tool
12597 2008-02-24 07:20:46    DEBUG: Going to apply changeset:
12598 Revision: 2008-02-19 19:26:19 by hoffman
12599 Date: 2008-02-19 19:26:20+00:00
12600 Author: hoffman
12601 Entries: Source/CPack/cmCPackPackageMakerGenerator.cxx(UPD to 1.23), Source/CPack/cmCPackPackageMakerGenerator.h(UPD to 1.12), Source/QtDialog/CMakeLists.txt(UPD to 1.15), Source/QtDialog/QtDialogCPack.cmake.in(UPD to 1.3), Source/QtDialog/postflight.sh.in(ADD at 1.1), Source/QtDialog/postupgrade.sh.in(ADD at 1.1)
12602 Log: ENH: install working with symlink qt tool
12603 2008-02-24 07:20:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/postflight.sh.in Source/QtDialog/postupgrade.sh.in
12604 2008-02-24 07:20:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/postflight.sh.in Source/QtDialog/postupgrade.sh.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12605 2008-02-24 07:20:48     INFO: [Ok]
12606 2008-02-24 07:20:48    DEBUG: Source/QtDialog/postflight.sh.in,Source/QtDialog/postupgrade.sh.in updated to 1.1
12607 2008-02-24 07:20:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/QtDialog/QtDialogCPack.cmake.in
12608 2008-02-24 07:20:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/QtDialog/QtDialogCPack.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12609 2008-02-24 07:20:49     INFO: [Ok]
12610 2008-02-24 07:20:49    DEBUG: Source/QtDialog/QtDialogCPack.cmake.in updated to 1.1
12611 2008-02-24 07:20:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/CPack/cmCPackPackageMakerGenerator.h
12612 2008-02-24 07:20:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/CPack/cmCPackPackageMakerGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12613 2008-02-24 07:20:50     INFO: [Ok]
12614 2008-02-24 07:20:50    DEBUG: Source/CPack/cmCPackPackageMakerGenerator.h updated to 1.1
12615 2008-02-24 07:20:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/QtDialog/CMakeLists.txt
12616 2008-02-24 07:20:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12617 2008-02-24 07:20:51     INFO: [Ok]
12618 2008-02-24 07:20:51    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.1
12619 2008-02-24 07:20:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/CPack/cmCPackPackageMakerGenerator.cxx
12620 2008-02-24 07:20:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/CPack/cmCPackPackageMakerGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12621 2008-02-24 07:20:52     INFO: [Ok]
12622 2008-02-24 07:20:52    DEBUG: Source/CPack/cmCPackPackageMakerGenerator.cxx updated to 1.1
12623 2008-02-24 07:20:52     INFO: Adding Source/QtDialog/postflight.sh.in, Source/QtDialog/postupgrade.sh.in...
12624 2008-02-24 07:20:52     INFO: Committing u'2008-02-19 19:26:19 by hoffman'...
12625 2008-02-24 07:20:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12626 2008-02-24 07:20:52     INFO: Changeset #30
12627 2008-02-24 07:20:52     INFO: Changeset "2008-02-19 19:33:43 by alex"
12628 2008-02-24 07:20:52     INFO: Log message: ENH: add support for creating the documentation in docbook format
12629 (http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert
12630 to other formats.
12631 Tested with meinproc from KDE, which generates HTML pages which look good.
12633 Alex
12634 2008-02-24 07:20:52    DEBUG: Going to apply changeset:
12635 Revision: 2008-02-19 19:33:43 by alex
12636 Date: 2008-02-19 19:33:43+00:00
12637 Author: alex
12638 Entries: Source/CMakeLists.txt(UPD to 1.394), Source/cmDocumentation.cxx(UPD to 1.67), Source/cmDocumentation.h(UPD to 1.32), Source/cmDocumentationFormatter.h(UPD to 1.6), Source/cmDocumentationFormatterDocbook.cxx(ADD at 1.1), Source/cmDocumentationFormatterDocbook.h(ADD at 1.1), Source/cmDocumentationFormatterHTML.cxx(UPD to 1.9), Source/cmakemain.cxx(UPD to 1.77)
12639 Log: ENH: add support for creating the documentation in docbook format
12640 (http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert
12641 to other formats.
12642 Tested with meinproc from KDE, which generates HTML pages which look good.
12644 Alex
12645 2008-02-24 07:20:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmDocumentationFormatterDocbook.cxx Source/cmDocumentationFormatterDocbook.h
12646 2008-02-24 07:20:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmDocumentationFormatterDocbook.cxx Source/cmDocumentationFormatterDocbook.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12647 2008-02-24 07:20:54     INFO: [Ok]
12648 2008-02-24 07:20:54    DEBUG: Source/cmDocumentationFormatterDocbook.cxx,Source/cmDocumentationFormatterDocbook.h updated to 1.77
12649 2008-02-24 07:20:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmDocumentationFormatter.h
12650 2008-02-24 07:20:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmDocumentationFormatter.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12651 2008-02-24 07:20:55     INFO: [Ok]
12652 2008-02-24 07:20:55    DEBUG: Source/cmDocumentationFormatter.h updated to 1.77
12653 2008-02-24 07:20:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDocumentationFormatterHTML.cxx
12654 2008-02-24 07:20:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmDocumentationFormatterHTML.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12655 2008-02-24 07:20:56     INFO: [Ok]
12656 2008-02-24 07:20:56    DEBUG: Source/cmDocumentationFormatterHTML.cxx updated to 1.77
12657 2008-02-24 07:20:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmDocumentation.h
12658 2008-02-24 07:20:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmDocumentation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12659 2008-02-24 07:20:57     INFO: [Ok]
12660 2008-02-24 07:20:57    DEBUG: Source/cmDocumentation.h updated to 1.77
12661 2008-02-24 07:20:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/cmDocumentation.cxx
12662 2008-02-24 07:20:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.67 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12663 2008-02-24 07:20:58     INFO: [Ok]
12664 2008-02-24 07:20:58    DEBUG: Source/cmDocumentation.cxx updated to 1.77
12665 2008-02-24 07:20:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmakemain.cxx
12666 2008-02-24 07:20:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.77 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12667 2008-02-24 07:20:59     INFO: [Ok]
12668 2008-02-24 07:20:59    DEBUG: Source/cmakemain.cxx updated to 1.77
12669 2008-02-24 07:20:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.394 Source/CMakeLists.txt
12670 2008-02-24 07:20:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.394 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12671 2008-02-24 07:21:00     INFO: [Ok]
12672 2008-02-24 07:21:00    DEBUG: Source/CMakeLists.txt updated to 1.77
12673 2008-02-24 07:21:00     INFO: Adding Source/cmDocumentationFormatterDocbook.cxx, Source/cmDocumentationFormatterDocbook.h...
12674 2008-02-24 07:21:00     INFO: Committing u'2008-02-19 19:33:43 by alex'...
12675 2008-02-24 07:21:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12676 2008-02-24 07:21:00     INFO: Changeset #31
12677 2008-02-24 07:21:00     INFO: Changeset "2008-02-19 19:47:32 by hoffman"
12678 2008-02-24 07:21:00     INFO: Log message: ENH: better ui
12679 2008-02-24 07:21:00    DEBUG: Going to apply changeset:
12680 Revision: 2008-02-19 19:47:32 by hoffman
12681 Date: 2008-02-19 19:47:32+00:00
12682 Author: hoffman
12683 Entries: Source/QtDialog/MacInstallDialog.ui(UPD to 1.2)
12684 Log: ENH: better ui
12685 2008-02-24 07:21:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/MacInstallDialog.ui
12686 2008-02-24 07:21:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/QtDialog/MacInstallDialog.ui ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12687 2008-02-24 07:21:02     INFO: [Ok]
12688 2008-02-24 07:21:02    DEBUG: Source/QtDialog/MacInstallDialog.ui updated to 1.2
12689 2008-02-24 07:21:02     INFO: Committing u'2008-02-19 19:47:32 by hoffman'...
12690 2008-02-24 07:21:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12691 2008-02-24 07:21:02     INFO: Changeset #32
12692 2008-02-24 07:21:02     INFO: Changeset "2008-02-19 20:07:28 by alex"
12693 2008-02-24 07:21:02     INFO: Log message: ENH: patch part 1 from Miguel: use the cmake project name for the eclipse
12694 project name
12696 Alex
12697 2008-02-24 07:21:02    DEBUG: Going to apply changeset:
12698 Revision: 2008-02-19 20:07:28 by alex
12699 Date: 2008-02-19 20:07:28+00:00
12700 Author: alex
12701 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.11), Source/cmExtraEclipseCDT4Generator.h(UPD to 1.3)
12702 Log: ENH: patch part 1 from Miguel: use the cmake project name for the eclipse
12703 project name
12705 Alex
12706 2008-02-24 07:21:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExtraEclipseCDT4Generator.h
12707 2008-02-24 07:21:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmExtraEclipseCDT4Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12708 2008-02-24 07:21:04     INFO: [Ok]
12709 2008-02-24 07:21:04    DEBUG: Source/cmExtraEclipseCDT4Generator.h updated to 1.3
12710 2008-02-24 07:21:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExtraEclipseCDT4Generator.cxx
12711 2008-02-24 07:21:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12712 2008-02-24 07:21:05     INFO: [Ok]
12713 2008-02-24 07:21:05    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.3
12714 2008-02-24 07:21:05     INFO: Committing u'2008-02-19 20:07:28 by alex'...
12715 2008-02-24 07:21:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12716 2008-02-24 07:21:05     INFO: Changeset #33
12717 2008-02-24 07:21:05     INFO: Changeset "2008-02-19 21:27:03 by alex"
12718 2008-02-24 07:21:05     INFO: Log message: ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is
12719 true, then the generator additionally generates eclipse project files in the
12720 source dir, since this is the only way to get cvs/svn working with eclipse
12722 This is off by default and the user has to enable it explicitely. If cmake
12723 can't write there it still continues.
12725 Alex
12726 2008-02-24 07:21:05    DEBUG: Going to apply changeset:
12727 Revision: 2008-02-19 21:27:03 by alex
12728 Date: 2008-02-19 21:27:03+00:00
12729 Author: alex
12730 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.12), Source/cmExtraEclipseCDT4Generator.h(UPD to 1.4)
12731 Log: ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is
12732 true, then the generator additionally generates eclipse project files in the
12733 source dir, since this is the only way to get cvs/svn working with eclipse
12735 This is off by default and the user has to enable it explicitely. If cmake
12736 can't write there it still continues.
12738 Alex
12739 2008-02-24 07:21:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExtraEclipseCDT4Generator.h
12740 2008-02-24 07:21:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmExtraEclipseCDT4Generator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12741 2008-02-24 07:21:07     INFO: [Ok]
12742 2008-02-24 07:21:07    DEBUG: Source/cmExtraEclipseCDT4Generator.h updated to 1.4
12743 2008-02-24 07:21:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmExtraEclipseCDT4Generator.cxx
12744 2008-02-24 07:21:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12745 2008-02-24 07:21:08     INFO: [Ok]
12746 2008-02-24 07:21:08    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.4
12747 2008-02-24 07:21:08     INFO: Committing u'2008-02-19 21:27:03 by alex'...
12748 2008-02-24 07:21:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12749 2008-02-24 07:21:08     INFO: Changeset #34
12750 2008-02-24 07:21:08     INFO: Changeset "2008-02-19 21:34:49 by alex"
12751 2008-02-24 07:21:08     INFO: Log message: STYLE: patch part 3 from Miguel: follow naming style for variables
12753 Alex
12754 2008-02-24 07:21:08    DEBUG: Going to apply changeset:
12755 Revision: 2008-02-19 21:34:49 by alex
12756 Date: 2008-02-19 21:34:49+00:00
12757 Author: alex
12758 Entries: Source/cmExtraEclipseCDT4Generator.cxx(UPD to 1.13)
12759 Log: STYLE: patch part 3 from Miguel: follow naming style for variables
12761 Alex
12762 2008-02-24 07:21:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmExtraEclipseCDT4Generator.cxx
12763 2008-02-24 07:21:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmExtraEclipseCDT4Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12764 2008-02-24 07:21:10     INFO: [Ok]
12765 2008-02-24 07:21:10    DEBUG: Source/cmExtraEclipseCDT4Generator.cxx updated to 1.13
12766 2008-02-24 07:21:10     INFO: Committing u'2008-02-19 21:34:49 by alex'...
12767 2008-02-24 07:21:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12768 2008-02-24 07:21:10     INFO: Changeset #35
12769 2008-02-24 07:21:10     INFO: Changeset "2008-02-19 23:50:52 by ibanez"
12770 2008-02-24 07:21:10     INFO: Log message: ENH: Missing copyright header.
12771 2008-02-24 07:21:10    DEBUG: Going to apply changeset:
12772 Revision: 2008-02-19 23:50:52 by ibanez
12773 Date: 2008-02-19 23:50:52+00:00
12774 Author: ibanez
12775 Entries: Source/kwsys/testSystemInformation.cxx(UPD to 1.2)
12776 Log: ENH: Missing copyright header.
12777 2008-02-24 07:21:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/testSystemInformation.cxx
12778 2008-02-24 07:21:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/testSystemInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12779 2008-02-24 07:21:12     INFO: [Ok]
12780 2008-02-24 07:21:12    DEBUG: Source/kwsys/testSystemInformation.cxx updated to 1.2
12781 2008-02-24 07:21:12     INFO: Committing u'2008-02-19 23:50:52 by ibanez'...
12782 2008-02-24 07:21:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12783 2008-02-24 07:21:12     INFO: Changeset #36
12784 2008-02-24 07:21:12     INFO: Changeset "2008-02-20 05:01:05 by king"
12785 2008-02-24 07:21:12     INFO: Log message: STYLE: Nightly Date Stamp
12786 2008-02-24 07:21:12    DEBUG: Going to apply changeset:
12787 Revision: 2008-02-20 05:01:05 by king
12788 Date: 2008-02-20 05:01:05+00:00
12789 Author: king
12790 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.102)
12791 Log: STYLE: Nightly Date Stamp
12792 2008-02-24 07:21:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/kwsys/kwsysDateStamp.cmake
12793 2008-02-24 07:21:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12794 2008-02-24 07:21:14     INFO: [Ok]
12795 2008-02-24 07:21:14    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.102
12796 2008-02-24 07:21:14     INFO: Committing u'2008-02-20 05:01:05 by king'...
12797 2008-02-24 07:21:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12798 2008-02-24 07:21:14     INFO: Changeset #37
12799 2008-02-24 07:21:14     INFO: Changeset "2008-02-20 18:36:38 by king"
12800 2008-02-24 07:21:14     INFO: Log message: ENH: Deprecate export_library_dependencies
12802   - Reference export() and install(EXPORT)
12803   - Fix to support OUTPUT_NAME in simple cases
12804 2008-02-24 07:21:14    DEBUG: Going to apply changeset:
12805 Revision: 2008-02-20 18:36:38 by king
12806 Date: 2008-02-20 18:36:38+00:00
12807 Author: king
12808 Entries: Source/cmExportLibraryDependencies.cxx(UPD to 1.22), Source/cmExportLibraryDependencies.h(UPD to 1.10)
12809 Log: ENH: Deprecate export_library_dependencies
12811   - Reference export() and install(EXPORT)
12812   - Fix to support OUTPUT_NAME in simple cases
12813 2008-02-24 07:21:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExportLibraryDependencies.h
12814 2008-02-24 07:21:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmExportLibraryDependencies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12815 2008-02-24 07:21:16     INFO: [Ok]
12816 2008-02-24 07:21:16    DEBUG: Source/cmExportLibraryDependencies.h updated to 1.10
12817 2008-02-24 07:21:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmExportLibraryDependencies.cxx
12818 2008-02-24 07:21:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmExportLibraryDependencies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12819 2008-02-24 07:21:17     INFO: [Ok]
12820 2008-02-24 07:21:17    DEBUG: Source/cmExportLibraryDependencies.cxx updated to 1.10
12821 2008-02-24 07:21:17     INFO: Committing u'2008-02-20 18:36:38 by king'...
12822 2008-02-24 07:21:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12823 2008-02-24 07:21:17     INFO: Changeset #38
12824 2008-02-24 07:21:17     INFO: Changeset "2008-02-20 19:56:29 by king"
12825 2008-02-24 07:21:17     INFO: Log message: BUG: Link scripts should be generated with copy-if-different and included as a dependency of the link rule.
12826 2008-02-24 07:21:17    DEBUG: Going to apply changeset:
12827 Revision: 2008-02-20 19:56:29 by king
12828 Date: 2008-02-20 19:56:29+00:00
12829 Author: king
12830 Entries: Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.45), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.57), Source/cmMakefileTargetGenerator.cxx(UPD to 1.91), Source/cmMakefileTargetGenerator.h(UPD to 1.23)
12831 Log: BUG: Link scripts should be generated with copy-if-different and included as a dependency of the link rule.
12832 2008-02-24 07:21:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmMakefileTargetGenerator.h
12833 2008-02-24 07:21:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12834 2008-02-24 07:21:19     INFO: [Ok]
12835 2008-02-24 07:21:19    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.23
12836 2008-02-24 07:21:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmMakefileExecutableTargetGenerator.cxx
12837 2008-02-24 07:21:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12838 2008-02-24 07:21:20     INFO: [Ok]
12839 2008-02-24 07:21:20    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.23
12840 2008-02-24 07:21:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmMakefileLibraryTargetGenerator.cxx
12841 2008-02-24 07:21:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.57 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12842 2008-02-24 07:21:21     INFO: [Ok]
12843 2008-02-24 07:21:21    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.23
12844 2008-02-24 07:21:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmMakefileTargetGenerator.cxx
12845 2008-02-24 07:21:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.91 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12846 2008-02-24 07:21:22     INFO: [Ok]
12847 2008-02-24 07:21:22    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.23
12848 2008-02-24 07:21:22     INFO: Committing u'2008-02-20 19:56:29 by king'...
12849 2008-02-24 07:21:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12850 2008-02-24 07:21:22     INFO: Changeset #39
12851 2008-02-24 07:21:22     INFO: Changeset "2008-02-21 05:01:05 by king"
12852 2008-02-24 07:21:22     INFO: Log message: STYLE: Nightly Date Stamp
12853 2008-02-24 07:21:22    DEBUG: Going to apply changeset:
12854 Revision: 2008-02-21 05:01:05 by king
12855 Date: 2008-02-21 05:01:05+00:00
12856 Author: king
12857 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.103)
12858 Log: STYLE: Nightly Date Stamp
12859 2008-02-24 07:21:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/kwsys/kwsysDateStamp.cmake
12860 2008-02-24 07:21:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12861 2008-02-24 07:21:24     INFO: [Ok]
12862 2008-02-24 07:21:24    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.103
12863 2008-02-24 07:21:24     INFO: Committing u'2008-02-21 05:01:05 by king'...
12864 2008-02-24 07:21:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12865 2008-02-24 07:21:24     INFO: Changeset #40
12866 2008-02-24 07:21:24     INFO: Changeset "2008-02-21 16:41:10 by king"
12867 2008-02-24 07:21:24     INFO: Log message: ENH: Better linker search path computation.
12869   - Use linker search path -L.. -lfoo for lib w/out soname
12870     when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME
12871   - Rename cmOrderRuntimeDirectories to cmOrderDirectories
12872     and generalize it for both soname constraints and link
12873     library constraints
12874   - Use cmOrderDirectories to order -L directories based
12875     on all needed constraints
12876   - Avoid processing implicit link directories
12877   - For CMAKE_OLD_LINK_PATHS add constraints from libs
12878     producing them to produce old ordering
12879 2008-02-24 07:21:24    DEBUG: Going to apply changeset:
12880 Revision: 2008-02-21 16:41:10 by king
12881 Date: 2008-02-21 16:41:11+00:00
12882 Author: king
12883 Entries: bootstrap(UPD to 1.111), Modules/Platform/FreeBSD.cmake(UPD to 1.12), Modules/Platform/HP-UX.cmake(UPD to 1.29), Modules/Platform/Linux.cmake(UPD to 1.18), Modules/Platform/QNX.cmake(UPD to 1.11), Modules/Platform/SunOS.cmake(UPD to 1.23), Source/CMakeLists.txt(UPD to 1.395), Source/cmComputeLinkInformation.cxx(UPD to 1.20), Source/cmComputeLinkInformation.h(UPD to 1.14), Source/cmOrderDirectories.cxx(ADD at 1.1), Source/cmOrderDirectories.h(ADD at 1.1), Source/cmOrderRuntimeDirectories.cxx(DEL at 1.2), Source/cmOrderRuntimeDirectories.h(DEL at 1.2), Source/cmTarget.cxx(UPD to 1.199), Source/cmTarget.h(UPD to 1.107)
12884 Log: ENH: Better linker search path computation.
12886   - Use linker search path -L.. -lfoo for lib w/out soname
12887     when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME
12888   - Rename cmOrderRuntimeDirectories to cmOrderDirectories
12889     and generalize it for both soname constraints and link
12890     library constraints
12891   - Use cmOrderDirectories to order -L directories based
12892     on all needed constraints
12893   - Avoid processing implicit link directories
12894   - For CMAKE_OLD_LINK_PATHS add constraints from libs
12895     producing them to produce old ordering
12896 2008-02-24 07:21:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmOrderDirectories.cxx Source/cmOrderDirectories.h
12897 2008-02-24 07:21:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmOrderDirectories.cxx Source/cmOrderDirectories.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12898 2008-02-24 07:21:26     INFO: [Ok]
12899 2008-02-24 07:21:26    DEBUG: Source/cmOrderDirectories.cxx,Source/cmOrderDirectories.h updated to 1.107
12900 2008-02-24 07:21:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmOrderRuntimeDirectories.cxx Source/cmOrderRuntimeDirectories.h
12901 2008-02-24 07:21:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmOrderRuntimeDirectories.cxx Source/cmOrderRuntimeDirectories.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12902 2008-02-24 07:21:26     INFO: [Ok]
12903 2008-02-24 07:21:26    DEBUG: Source/cmOrderRuntimeDirectories.cxx,Source/cmOrderRuntimeDirectories.h updated to 1.107
12904 2008-02-24 07:21:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/Platform/QNX.cmake
12905 2008-02-24 07:21:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/Platform/QNX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12906 2008-02-24 07:21:28     INFO: [Ok]
12907 2008-02-24 07:21:28    DEBUG: Modules/Platform/QNX.cmake updated to 1.107
12908 2008-02-24 07:21:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/Platform/FreeBSD.cmake
12909 2008-02-24 07:21:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/Platform/FreeBSD.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12910 2008-02-24 07:21:29     INFO: [Ok]
12911 2008-02-24 07:21:29    DEBUG: Modules/Platform/FreeBSD.cmake updated to 1.107
12912 2008-02-24 07:21:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmComputeLinkInformation.h
12913 2008-02-24 07:21:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12914 2008-02-24 07:21:30     INFO: [Ok]
12915 2008-02-24 07:21:30    DEBUG: Source/cmComputeLinkInformation.h updated to 1.107
12916 2008-02-24 07:21:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/Platform/Linux.cmake
12917 2008-02-24 07:21:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/Platform/Linux.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12918 2008-02-24 07:21:31     INFO: [Ok]
12919 2008-02-24 07:21:31    DEBUG: Modules/Platform/Linux.cmake updated to 1.107
12920 2008-02-24 07:21:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmComputeLinkInformation.cxx
12921 2008-02-24 07:21:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12922 2008-02-24 07:21:32     INFO: [Ok]
12923 2008-02-24 07:21:32    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.107
12924 2008-02-24 07:21:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/Platform/SunOS.cmake
12925 2008-02-24 07:21:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/Platform/SunOS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12926 2008-02-24 07:21:33     INFO: [Ok]
12927 2008-02-24 07:21:33    DEBUG: Modules/Platform/SunOS.cmake updated to 1.107
12928 2008-02-24 07:21:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Modules/Platform/HP-UX.cmake
12929 2008-02-24 07:21:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12930 2008-02-24 07:21:34     INFO: [Ok]
12931 2008-02-24 07:21:34    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.107
12932 2008-02-24 07:21:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmTarget.h
12933 2008-02-24 07:21:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12934 2008-02-24 07:21:35     INFO: [Ok]
12935 2008-02-24 07:21:35    DEBUG: Source/cmTarget.h updated to 1.107
12936 2008-02-24 07:21:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 bootstrap
12937 2008-02-24 07:21:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12938 2008-02-24 07:21:38     INFO: [Ok]
12939 2008-02-24 07:21:38    DEBUG: bootstrap updated to 1.107
12940 2008-02-24 07:21:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.199 Source/cmTarget.cxx
12941 2008-02-24 07:21:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.199 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12942 2008-02-24 07:21:41     INFO: [Ok]
12943 2008-02-24 07:21:41    DEBUG: Source/cmTarget.cxx updated to 1.107
12944 2008-02-24 07:21:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.395 Source/CMakeLists.txt
12945 2008-02-24 07:21:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.395 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12946 2008-02-24 07:21:42     INFO: [Ok]
12947 2008-02-24 07:21:42    DEBUG: Source/CMakeLists.txt updated to 1.107
12948 2008-02-24 07:21:42     INFO: Adding Source/cmOrderDirectories.cxx, Source/cmOrderDirectories.h...
12949 2008-02-24 07:21:42     INFO: Removing Source/cmOrderRuntimeDirectories.cxx, Source/cmOrderRuntimeDirectories.h...
12950 2008-02-24 07:21:42     INFO: Committing u'2008-02-21 16:41:10 by king'...
12951 2008-02-24 07:21:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
12952 2008-02-24 07:21:42     INFO: Changeset #41
12953 2008-02-24 07:21:42     INFO: Changeset "2008-02-21 18:58:40 by king"
12954 2008-02-24 07:21:42     INFO: Log message: ENH: Improve linking to third-party shared libraries on soname platforms
12956   - Reduce false positives in cases of unknown soname
12957   - Make library extension regular expressions match only at end of string
12958   - When linking to libraries in implicit dirs convert to the -l option
12959     only if the file name is one that can be found by the linker
12960     (ex. /usr/lib/libfoo.so.1 should be linked by full path)
12961   - Add cmSystemTools::GuessLibrarySOName to guess the soname of a
12962     library based on presence of a symlink
12963   - In cmComputeLinkInformation try to guess an soname before assuming
12964     that a third-party library is built without an soname
12965   - In cmOrderDirectories guess the soname of shared libraries in cases
12966     it is otherwise unknown
12967 2008-02-24 07:21:42    DEBUG: Going to apply changeset:
12968 Revision: 2008-02-21 18:58:40 by king
12969 Date: 2008-02-21 18:58:41+00:00
12970 Author: king
12971 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.21), Source/cmOrderDirectories.cxx(UPD to 1.2), Source/cmSystemTools.cxx(UPD to 1.362), Source/cmSystemTools.h(UPD to 1.148)
12972 Log: ENH: Improve linking to third-party shared libraries on soname platforms
12974   - Reduce false positives in cases of unknown soname
12975   - Make library extension regular expressions match only at end of string
12976   - When linking to libraries in implicit dirs convert to the -l option
12977     only if the file name is one that can be found by the linker
12978     (ex. /usr/lib/libfoo.so.1 should be linked by full path)
12979   - Add cmSystemTools::GuessLibrarySOName to guess the soname of a
12980     library based on presence of a symlink
12981   - In cmComputeLinkInformation try to guess an soname before assuming
12982     that a third-party library is built without an soname
12983   - In cmOrderDirectories guess the soname of shared libraries in cases
12984     it is otherwise unknown
12985 2008-02-24 07:21:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmOrderDirectories.cxx
12986 2008-02-24 07:21:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmOrderDirectories.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12987 2008-02-24 07:21:44     INFO: [Ok]
12988 2008-02-24 07:21:44    DEBUG: Source/cmOrderDirectories.cxx updated to 1.148
12989 2008-02-24 07:21:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmComputeLinkInformation.cxx
12990 2008-02-24 07:21:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12991 2008-02-24 07:21:45     INFO: [Ok]
12992 2008-02-24 07:21:45    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.148
12993 2008-02-24 07:21:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.148 Source/cmSystemTools.h
12994 2008-02-24 07:21:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.148 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12995 2008-02-24 07:21:46     INFO: [Ok]
12996 2008-02-24 07:21:46    DEBUG: Source/cmSystemTools.h updated to 1.148
12997 2008-02-24 07:21:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.362 Source/cmSystemTools.cxx
12998 2008-02-24 07:21:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.362 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
12999 2008-02-24 07:21:47     INFO: [Ok]
13000 2008-02-24 07:21:47    DEBUG: Source/cmSystemTools.cxx updated to 1.148
13001 2008-02-24 07:21:47     INFO: Committing u'2008-02-21 18:58:40 by king'...
13002 2008-02-24 07:21:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13003 2008-02-24 07:21:47     INFO: Changeset #42
13004 2008-02-24 07:21:47     INFO: Changeset "2008-02-21 18:59:34 by king"
13005 2008-02-24 07:21:47     INFO: Log message: COMP: Remove unused local variable from cmOrderDirectories.
13006 2008-02-24 07:21:47    DEBUG: Going to apply changeset:
13007 Revision: 2008-02-21 18:59:34 by king
13008 Date: 2008-02-21 18:59:34+00:00
13009 Author: king
13010 Entries: Source/cmOrderDirectories.cxx(UPD to 1.3)
13011 Log: COMP: Remove unused local variable from cmOrderDirectories.
13012 2008-02-24 07:21:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmOrderDirectories.cxx
13013 2008-02-24 07:21:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmOrderDirectories.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13014 2008-02-24 07:21:49     INFO: [Ok]
13015 2008-02-24 07:21:49    DEBUG: Source/cmOrderDirectories.cxx updated to 1.3
13016 2008-02-24 07:21:49     INFO: Committing u'2008-02-21 18:59:34 by king'...
13017 2008-02-24 07:21:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13018 2008-02-24 07:21:49     INFO: Changeset #43
13019 2008-02-24 07:21:49     INFO: Changeset "2008-02-22 05:01:03 by king"
13020 2008-02-24 07:21:49     INFO: Log message: STYLE: Nightly Date Stamp
13021 2008-02-24 07:21:49    DEBUG: Going to apply changeset:
13022 Revision: 2008-02-22 05:01:03 by king
13023 Date: 2008-02-22 05:01:03+00:00
13024 Author: king
13025 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.104)
13026 Log: STYLE: Nightly Date Stamp
13027 2008-02-24 07:21:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/kwsys/kwsysDateStamp.cmake
13028 2008-02-24 07:21:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13029 2008-02-24 07:21:51     INFO: [Ok]
13030 2008-02-24 07:21:51    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.104
13031 2008-02-24 07:21:51     INFO: Committing u'2008-02-22 05:01:03 by king'...
13032 2008-02-24 07:21:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13033 2008-02-24 07:21:51     INFO: Changeset #44
13034 2008-02-24 07:21:51     INFO: Changeset "2008-02-22 14:44:11 by king"
13035 2008-02-24 07:21:51     INFO: Log message: COMP: Fix unreachable code warning in cmOrderDirectories.
13036 2008-02-24 07:21:51    DEBUG: Going to apply changeset:
13037 Revision: 2008-02-22 14:44:11 by king
13038 Date: 2008-02-22 14:44:11+00:00
13039 Author: king
13040 Entries: Source/cmOrderDirectories.cxx(UPD to 1.4)
13041 Log: COMP: Fix unreachable code warning in cmOrderDirectories.
13042 2008-02-24 07:21:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmOrderDirectories.cxx
13043 2008-02-24 07:21:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmOrderDirectories.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13044 2008-02-24 07:21:53     INFO: [Ok]
13045 2008-02-24 07:21:53    DEBUG: Source/cmOrderDirectories.cxx updated to 1.4
13046 2008-02-24 07:21:53     INFO: Committing u'2008-02-22 14:44:11 by king'...
13047 2008-02-24 07:21:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13048 2008-02-24 07:21:53     INFO: Changeset #45
13049 2008-02-24 07:21:53     INFO: Changeset "2008-02-23 05:01:05 by king"
13050 2008-02-24 07:21:53     INFO: Log message: STYLE: Nightly Date Stamp
13051 2008-02-24 07:21:53    DEBUG: Going to apply changeset:
13052 Revision: 2008-02-23 05:01:05 by king
13053 Date: 2008-02-23 05:01:05+00:00
13054 Author: king
13055 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.105)
13056 Log: STYLE: Nightly Date Stamp
13057 2008-02-24 07:21:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/kwsys/kwsysDateStamp.cmake
13058 2008-02-24 07:21:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13059 2008-02-24 07:21:55     INFO: [Ok]
13060 2008-02-24 07:21:55    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.105
13061 2008-02-24 07:21:55     INFO: Committing u'2008-02-23 05:01:05 by king'...
13062 2008-02-24 07:21:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13063 2008-02-24 07:21:55     INFO: Changeset #46
13064 2008-02-24 07:21:55     INFO: Changeset "2008-02-24 05:01:02 by king"
13065 2008-02-24 07:21:55     INFO: Log message: STYLE: Nightly Date Stamp
13066 2008-02-24 07:21:55    DEBUG: Going to apply changeset:
13067 Revision: 2008-02-24 05:01:02 by king
13068 Date: 2008-02-24 05:01:02+00:00
13069 Author: king
13070 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.106)
13071 Log: STYLE: Nightly Date Stamp
13072 2008-02-24 07:21:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/kwsys/kwsysDateStamp.cmake
13073 2008-02-24 07:21:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13074 2008-02-24 07:21:57     INFO: [Ok]
13075 2008-02-24 07:21:57    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.106
13076 2008-02-24 07:21:57     INFO: Committing u'2008-02-24 05:01:02 by king'...
13077 2008-02-24 07:21:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13078 2008-02-24 07:21:57    DEBUG: Adjusting the state accordingly to journal
13079 2008-02-24 07:21:57     INFO: Update completed, now at revision "2008-02-24 05:01:02 by king"
13080 2008-03-02 02:23:00     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
13081 2008-03-02 02:23:00    DEBUG: cvs not found as new-style vcs, trying as monolithic
13082 2008-03-02 02:23:00    DEBUG: hg not found as new-style vcs, trying as monolithic
13083 2008-03-02 02:23:01     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-24 05:01:02 UTC<" -b CMake 2>&1
13084 2008-03-02 02:23:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-02-24 05:01:02 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
13085 2008-03-02 02:23:20     INFO: [Ok]
13086 2008-03-02 02:23:26     INFO: Cached information about 43 pending changesets
13087 2008-03-02 02:23:26     INFO: Applying pending upstream changesets
13088 2008-03-02 02:23:26     INFO: Changeset #1
13089 2008-03-02 02:23:26     INFO: Changeset "2008-02-24 19:05:11 by king"
13090 2008-03-02 02:23:26     INFO: Log message: COMP: Fix Borland 5.5 build
13092   - Its <iosfwd> header includes windows.h which
13093     defines GetCurrentDirectory
13094   - It defines 'interface' so we cannot use it as
13095     a variable name.
13096 2008-03-02 02:23:26    DEBUG: Going to apply changeset:
13097 Revision: 2008-02-24 19:05:11 by king
13098 Date: 2008-02-24 19:05:11+00:00
13099 Author: king
13100 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.12), Source/cmExportFileGenerator.cxx(UPD to 1.11), Source/cmStandardIncludes.h(UPD to 1.72), Source/cmTarget.cxx(UPD to 1.200)
13101 Log: COMP: Fix Borland 5.5 build
13103   - Its <iosfwd> header includes windows.h which
13104     defines GetCurrentDirectory
13105   - It defines 'interface' so we cannot use it as
13106     a variable name.
13107 2008-03-02 02:23:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExportFileGenerator.cxx
13108 2008-03-02 02:23:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13109 2008-03-02 02:23:29     INFO: [Ok]
13110 2008-03-02 02:23:29    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.200
13111 2008-03-02 02:23:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkDepends.cxx
13112 2008-03-02 02:23:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13113 2008-03-02 02:23:30     INFO: [Ok]
13114 2008-03-02 02:23:30    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.200
13115 2008-03-02 02:23:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/cmStandardIncludes.h
13116 2008-03-02 02:23:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.72 Source/cmStandardIncludes.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13117 2008-03-02 02:23:31     INFO: [Ok]
13118 2008-03-02 02:23:31    DEBUG: Source/cmStandardIncludes.h updated to 1.200
13119 2008-03-02 02:23:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.200 Source/cmTarget.cxx
13120 2008-03-02 02:23:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.200 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13121 2008-03-02 02:23:32     INFO: [Ok]
13122 2008-03-02 02:23:32    DEBUG: Source/cmTarget.cxx updated to 1.200
13123 2008-03-02 02:23:32     INFO: Committing u'2008-02-24 19:05:11 by king'...
13124 2008-03-02 02:23:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13125 2008-03-02 02:23:32     INFO: Changeset #2
13126 2008-03-02 02:23:32     INFO: Changeset "2008-02-24 19:05:21 by king"
13127 2008-03-02 02:23:32     INFO: Log message: ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method.
13128 2008-03-02 02:23:32    DEBUG: Going to apply changeset:
13129 Revision: 2008-02-24 19:05:21 by king
13130 Date: 2008-02-24 19:05:21+00:00
13131 Author: king
13132 Entries: Modules/Platform/Windows-bcc32.cmake(UPD to 1.45), Source/cmMakefileTargetGenerator.cxx(UPD to 1.92)
13133 Log: ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method.
13134 2008-03-02 02:23:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/Platform/Windows-bcc32.cmake
13135 2008-03-02 02:23:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/Platform/Windows-bcc32.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13136 2008-03-02 02:23:34     INFO: [Ok]
13137 2008-03-02 02:23:34    DEBUG: Modules/Platform/Windows-bcc32.cmake updated to 1.92
13138 2008-03-02 02:23:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmMakefileTargetGenerator.cxx
13139 2008-03-02 02:23:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.92 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13140 2008-03-02 02:23:35     INFO: [Ok]
13141 2008-03-02 02:23:35    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.92
13142 2008-03-02 02:23:35     INFO: Committing u'2008-02-24 19:05:21 by king'...
13143 2008-03-02 02:23:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13144 2008-03-02 02:23:35     INFO: Changeset #3
13145 2008-03-02 02:23:35     INFO: Changeset "2008-02-25 05:01:03 by king"
13146 2008-03-02 02:23:35     INFO: Log message: STYLE: Nightly Date Stamp
13147 2008-03-02 02:23:35    DEBUG: Going to apply changeset:
13148 Revision: 2008-02-25 05:01:03 by king
13149 Date: 2008-02-25 05:01:03+00:00
13150 Author: king
13151 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.107)
13152 Log: STYLE: Nightly Date Stamp
13153 2008-03-02 02:23:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/kwsys/kwsysDateStamp.cmake
13154 2008-03-02 02:23:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13155 2008-03-02 02:23:37     INFO: [Ok]
13156 2008-03-02 02:23:37    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.107
13157 2008-03-02 02:23:37     INFO: Committing u'2008-02-25 05:01:03 by king'...
13158 2008-03-02 02:23:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13159 2008-03-02 02:23:37     INFO: Changeset #4
13160 2008-03-02 02:23:37     INFO: Changeset "2008-02-25 14:23:14 by king"
13161 2008-03-02 02:23:37     INFO: Log message: ENH: Improvied compiler identification robustness
13163   - Write a single source file into the compiler id directory
13164   - This avoid requiring the compiler to behave correctly with
13165     respect to include rules and the current working directory
13166   - Helps to identify cross-compiling toolchains with unusual
13167     default behavior
13168 2008-03-02 02:23:37    DEBUG: Going to apply changeset:
13169 Revision: 2008-02-25 14:23:14 by king
13170 Date: 2008-02-25 14:23:14+00:00
13171 Author: king
13172 Entries: Modules/CMakeCCompilerId.c(DEL at 1.15), Modules/CMakeCCompilerId.c.in(ADD at 1.1), Modules/CMakeCXXCompilerId.cpp(DEL at 1.10), Modules/CMakeCXXCompilerId.cpp.in(ADD at 1.1), Modules/CMakeDetermineCCompiler.cmake(UPD to 1.52), Modules/CMakeDetermineCXXCompiler.cmake(UPD to 1.45), Modules/CMakeDetermineCompilerId.cmake(UPD to 1.18), Modules/CMakeDetermineFortranCompiler.cmake(UPD to 1.23), Modules/CMakeFortranCompilerId.F90(DEL at 1.5), Modules/CMakeFortranCompilerId.F90.in(ADD at 1.1), Modules/CMakePlatformId.h(DEL at 1.5), Modules/CMakePlatformId.h.in(ADD at 1.1)
13173 Log: ENH: Improvied compiler identification robustness
13175   - Write a single source file into the compiler id directory
13176   - This avoid requiring the compiler to behave correctly with
13177     respect to include rules and the current working directory
13178   - Helps to identify cross-compiling toolchains with unusual
13179     default behavior
13180 2008-03-02 02:23:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeCCompilerId.c.in Modules/CMakeCXXCompilerId.cpp.in Modules/CMakeFortranCompilerId.F90.in Modules/CMakePlatformId.h.in
13181 2008-03-02 02:23:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/CMakeCCompilerId.c.in Modules/CMakeCXXCompilerId.cpp.in Modules/CMakeFortranCompilerId.F90.in Modules/CMakePlatformId.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13182 2008-03-02 02:23:39     INFO: [Ok]
13183 2008-03-02 02:23:39    DEBUG: Modules/CMakeCCompilerId.c.in,Modules/CMakeCXXCompilerId.cpp.in,Modules/CMakeFortranCompilerId.F90.in,Modules/CMakePlatformId.h.in updated to 1.1
13184 2008-03-02 02:23:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/CMakeFortranCompilerId.F90 Modules/CMakePlatformId.h
13185 2008-03-02 02:23:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Modules/CMakeFortranCompilerId.F90 Modules/CMakePlatformId.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13186 2008-03-02 02:23:39     INFO: [Ok]
13187 2008-03-02 02:23:39    DEBUG: Modules/CMakeFortranCompilerId.F90,Modules/CMakePlatformId.h updated to 1.1
13188 2008-03-02 02:23:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CMakeCXXCompilerId.cpp
13189 2008-03-02 02:23:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/CMakeCXXCompilerId.cpp ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13190 2008-03-02 02:23:40     INFO: [Ok]
13191 2008-03-02 02:23:40    DEBUG: Modules/CMakeCXXCompilerId.cpp updated to 1.1
13192 2008-03-02 02:23:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeCCompilerId.c
13193 2008-03-02 02:23:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeCCompilerId.c ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13194 2008-03-02 02:23:41     INFO: [Ok]
13195 2008-03-02 02:23:41    DEBUG: Modules/CMakeCCompilerId.c updated to 1.1
13196 2008-03-02 02:23:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeDetermineCompilerId.cmake
13197 2008-03-02 02:23:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13198 2008-03-02 02:23:43     INFO: [Ok]
13199 2008-03-02 02:23:43    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.1
13200 2008-03-02 02:23:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeDetermineFortranCompiler.cmake
13201 2008-03-02 02:23:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Modules/CMakeDetermineFortranCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13202 2008-03-02 02:23:44     INFO: [Ok]
13203 2008-03-02 02:23:44    DEBUG: Modules/CMakeDetermineFortranCompiler.cmake updated to 1.1
13204 2008-03-02 02:23:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/CMakeDetermineCXXCompiler.cmake
13205 2008-03-02 02:23:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.45 Modules/CMakeDetermineCXXCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13206 2008-03-02 02:23:45     INFO: [Ok]
13207 2008-03-02 02:23:45    DEBUG: Modules/CMakeDetermineCXXCompiler.cmake updated to 1.1
13208 2008-03-02 02:23:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Modules/CMakeDetermineCCompiler.cmake
13209 2008-03-02 02:23:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.52 Modules/CMakeDetermineCCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13210 2008-03-02 02:23:46     INFO: [Ok]
13211 2008-03-02 02:23:46    DEBUG: Modules/CMakeDetermineCCompiler.cmake updated to 1.1
13212 2008-03-02 02:23:46     INFO: Removing Modules/CMakeCCompilerId.c...
13213 2008-03-02 02:23:46     INFO: Adding Modules/CMakeCCompilerId.c.in...
13214 2008-03-02 02:23:46     INFO: Removing Modules/CMakeCXXCompilerId.cpp...
13215 2008-03-02 02:23:46     INFO: Adding Modules/CMakeCXXCompilerId.cpp.in...
13216 2008-03-02 02:23:46     INFO: Removing Modules/CMakeFortranCompilerId.F90...
13217 2008-03-02 02:23:46     INFO: Adding Modules/CMakeFortranCompilerId.F90.in...
13218 2008-03-02 02:23:46     INFO: Removing Modules/CMakePlatformId.h...
13219 2008-03-02 02:23:46     INFO: Adding Modules/CMakePlatformId.h.in...
13220 2008-03-02 02:23:46     INFO: Committing u'2008-02-25 14:23:14 by king'...
13221 2008-03-02 02:23:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13222 2008-03-02 02:23:46     INFO: Changeset #5
13223 2008-03-02 02:23:46     INFO: Changeset "2008-02-25 15:17:17 by david.cole"
13224 2008-03-02 02:23:46     INFO: Log message: BUG: Exclude try_compile sources and kwsys files from CMake coverage results.
13225 2008-03-02 02:23:46    DEBUG: Going to apply changeset:
13226 Revision: 2008-02-25 15:17:17 by david.cole
13227 Date: 2008-02-25 15:17:17+00:00
13228 Author: david.cole
13229 Entries: CTestCustom.cmake.in(UPD to 1.4)
13230 Log: BUG: Exclude try_compile sources and kwsys files from CMake coverage results.
13231 2008-03-02 02:23:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 CTestCustom.cmake.in
13232 2008-03-02 02:23:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 CTestCustom.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13233 2008-03-02 02:23:48     INFO: [Ok]
13234 2008-03-02 02:23:48    DEBUG: CTestCustom.cmake.in updated to 1.4
13235 2008-03-02 02:23:48     INFO: Committing u'2008-02-25 15:17:17 by david.cole'...
13236 2008-03-02 02:23:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13237 2008-03-02 02:23:48     INFO: Changeset #6
13238 2008-03-02 02:23:48     INFO: Changeset "2008-02-25 19:23:24 by alex"
13239 2008-03-02 02:23:48     INFO: Log message: BUG: fix rpmbuild bug, which expands variables in comments :-/
13240 apparently rpmbuild can't handle paths with spaces and can't handle
13241 variables in comments...
13243 Alex
13244 2008-03-02 02:23:48    DEBUG: Going to apply changeset:
13245 Revision: 2008-02-25 19:23:24 by alex
13246 Date: 2008-02-25 19:23:24+00:00
13247 Author: alex
13248 Entries: Modules/CPackRPM.cmake(UPD to 1.7)
13249 Log: BUG: fix rpmbuild bug, which expands variables in comments :-/
13250 apparently rpmbuild can't handle paths with spaces and can't handle
13251 variables in comments...
13253 Alex
13254 2008-03-02 02:23:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/CPackRPM.cmake
13255 2008-03-02 02:23:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/CPackRPM.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13256 2008-03-02 02:23:50     INFO: [Ok]
13257 2008-03-02 02:23:50    DEBUG: Modules/CPackRPM.cmake updated to 1.7
13258 2008-03-02 02:23:50     INFO: Committing u'2008-02-25 19:23:24 by alex'...
13259 2008-03-02 02:23:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13260 2008-03-02 02:23:50     INFO: Changeset #7
13261 2008-03-02 02:23:50     INFO: Changeset "2008-02-25 20:07:38 by clinton"
13262 2008-03-02 02:23:50     INFO: Log message: 
13263 ENH:  Adjust when log is cleared.  Its kept doing generate,
13264       and cleared when changing the source directory.
13265       #6358.
13266 2008-03-02 02:23:50    DEBUG: Going to apply changeset:
13267 Revision: 2008-02-25 20:07:38 by clinton
13268 Date: 2008-02-25 20:07:38+00:00
13269 Author: clinton
13270 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.37)
13271 Log: 
13272 ENH:  Adjust when log is cleared.  Its kept doing generate,
13273       and cleared when changing the source directory.
13274       #6358.
13275 2008-03-02 02:23:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/QtDialog/CMakeSetupDialog.cxx
13276 2008-03-02 02:23:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13277 2008-03-02 02:23:52     INFO: [Ok]
13278 2008-03-02 02:23:52    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.37
13279 2008-03-02 02:23:52     INFO: Committing u'2008-02-25 20:07:38 by clinton'...
13280 2008-03-02 02:23:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13281 2008-03-02 02:23:52     INFO: Changeset #8
13282 2008-03-02 02:23:52     INFO: Changeset "2008-02-25 23:47:19 by king"
13283 2008-03-02 02:23:52     INFO: Log message: ENH: Add support to C compiler identification for void return type from main.  Cross-compilers for embedded platforms may require it.
13284 2008-03-02 02:23:52    DEBUG: Going to apply changeset:
13285 Revision: 2008-02-25 23:47:19 by king
13286 Date: 2008-02-25 23:47:19+00:00
13287 Author: king
13288 Entries: Modules/CMakeCCompilerId.c.in(UPD to 1.2)
13289 Log: ENH: Add support to C compiler identification for void return type from main.  Cross-compilers for embedded platforms may require it.
13290 2008-03-02 02:23:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCCompilerId.c.in
13291 2008-03-02 02:23:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCCompilerId.c.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13292 2008-03-02 02:23:54     INFO: [Ok]
13293 2008-03-02 02:23:54    DEBUG: Modules/CMakeCCompilerId.c.in updated to 1.2
13294 2008-03-02 02:23:54     INFO: Committing u'2008-02-25 23:47:19 by king'...
13295 2008-03-02 02:23:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13296 2008-03-02 02:23:54     INFO: Changeset #9
13297 2008-03-02 02:23:54     INFO: Changeset "2008-02-26 05:01:09 by king"
13298 2008-03-02 02:23:54     INFO: Log message: STYLE: Nightly Date Stamp
13299 2008-03-02 02:23:54    DEBUG: Going to apply changeset:
13300 Revision: 2008-02-26 05:01:09 by king
13301 Date: 2008-02-26 05:01:09+00:00
13302 Author: king
13303 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.108)
13304 Log: STYLE: Nightly Date Stamp
13305 2008-03-02 02:23:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/kwsys/kwsysDateStamp.cmake
13306 2008-03-02 02:23:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13307 2008-03-02 02:23:56     INFO: [Ok]
13308 2008-03-02 02:23:56    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.108
13309 2008-03-02 02:23:56     INFO: Committing u'2008-02-26 05:01:09 by king'...
13310 2008-03-02 02:23:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13311 2008-03-02 02:23:56     INFO: Changeset #10
13312 2008-03-02 02:23:56     INFO: Changeset "2008-02-27 05:01:05 by king"
13313 2008-03-02 02:23:56     INFO: Log message: STYLE: Nightly Date Stamp
13314 2008-03-02 02:23:56    DEBUG: Going to apply changeset:
13315 Revision: 2008-02-27 05:01:05 by king
13316 Date: 2008-02-27 05:01:05+00:00
13317 Author: king
13318 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.109)
13319 Log: STYLE: Nightly Date Stamp
13320 2008-03-02 02:23:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 Source/kwsys/kwsysDateStamp.cmake
13321 2008-03-02 02:23:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13322 2008-03-02 02:23:58     INFO: [Ok]
13323 2008-03-02 02:23:58    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.109
13324 2008-03-02 02:23:58     INFO: Committing u'2008-02-27 05:01:05 by king'...
13325 2008-03-02 02:23:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13326 2008-03-02 02:23:58     INFO: Changeset #11
13327 2008-03-02 02:23:58     INFO: Changeset "2008-02-27 19:31:09 by king"
13328 2008-03-02 02:23:58     INFO: Log message: BUG: Apply patch from bug#6445.  Add preprocessor definitions to assembly and preprocessing build rules.
13329 2008-03-02 02:23:58    DEBUG: Going to apply changeset:
13330 Revision: 2008-02-27 19:31:09 by king
13331 Date: 2008-02-27 19:31:09+00:00
13332 Author: king
13333 Entries: Modules/Platform/HP-UX.cmake(UPD to 1.30), Modules/Platform/IRIX64.cmake(UPD to 1.20), Modules/Platform/Linux-PGI-C.cmake(UPD to 1.2), Modules/Platform/Linux-PGI-CXX.cmake(UPD to 1.2), Modules/Platform/SunOS.cmake(UPD to 1.24), Modules/Platform/Windows-bcc32.cmake(UPD to 1.46), Modules/Platform/gcc.cmake(UPD to 1.16)
13334 Log: BUG: Apply patch from bug#6445.  Add preprocessor definitions to assembly and preprocessing build rules.
13335 2008-03-02 02:23:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-PGI-C.cmake Modules/Platform/Linux-PGI-CXX.cmake
13336 2008-03-02 02:23:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/Platform/Linux-PGI-C.cmake Modules/Platform/Linux-PGI-CXX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13337 2008-03-02 02:24:00     INFO: [Ok]
13338 2008-03-02 02:24:00    DEBUG: Modules/Platform/Linux-PGI-C.cmake,Modules/Platform/Linux-PGI-CXX.cmake updated to 1.16
13339 2008-03-02 02:24:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/Platform/gcc.cmake
13340 2008-03-02 02:24:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Modules/Platform/gcc.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13341 2008-03-02 02:24:01     INFO: [Ok]
13342 2008-03-02 02:24:01    DEBUG: Modules/Platform/gcc.cmake updated to 1.16
13343 2008-03-02 02:24:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/IRIX64.cmake
13344 2008-03-02 02:24:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/Platform/IRIX64.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13345 2008-03-02 02:24:02     INFO: [Ok]
13346 2008-03-02 02:24:02    DEBUG: Modules/Platform/IRIX64.cmake updated to 1.16
13347 2008-03-02 02:24:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/Platform/SunOS.cmake
13348 2008-03-02 02:24:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Modules/Platform/SunOS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13349 2008-03-02 02:24:03     INFO: [Ok]
13350 2008-03-02 02:24:03    DEBUG: Modules/Platform/SunOS.cmake updated to 1.16
13351 2008-03-02 02:24:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Modules/Platform/HP-UX.cmake
13352 2008-03-02 02:24:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Modules/Platform/HP-UX.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13353 2008-03-02 02:24:04     INFO: [Ok]
13354 2008-03-02 02:24:04    DEBUG: Modules/Platform/HP-UX.cmake updated to 1.16
13355 2008-03-02 02:24:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Modules/Platform/Windows-bcc32.cmake
13356 2008-03-02 02:24:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Modules/Platform/Windows-bcc32.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13357 2008-03-02 02:24:05     INFO: [Ok]
13358 2008-03-02 02:24:05    DEBUG: Modules/Platform/Windows-bcc32.cmake updated to 1.16
13359 2008-03-02 02:24:05     INFO: Committing u'2008-02-27 19:31:09 by king'...
13360 2008-03-02 02:24:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13361 2008-03-02 02:24:05     INFO: Changeset #12
13362 2008-03-02 02:24:05     INFO: Changeset "2008-02-27 21:07:14 by king"
13363 2008-03-02 02:24:05     INFO: Log message: ENH: Added CPU.h to KWSys to identify the target CPU and its byte order.
13364 2008-03-02 02:24:05    DEBUG: Going to apply changeset:
13365 Revision: 2008-02-27 21:07:14 by king
13366 Date: 2008-02-27 21:07:14+00:00
13367 Author: king
13368 Entries: Source/kwsys/CMakeLists.txt(UPD to 1.137), Source/kwsys/CPU.h.in(ADD at 1.1)
13369 Log: ENH: Added CPU.h to KWSys to identify the target CPU and its byte order.
13370 2008-03-02 02:24:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/CPU.h.in
13371 2008-03-02 02:24:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/kwsys/CPU.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13372 2008-03-02 02:24:07     INFO: [Ok]
13373 2008-03-02 02:24:07    DEBUG: Source/kwsys/CPU.h.in updated to 1.1
13374 2008-03-02 02:24:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.137 Source/kwsys/CMakeLists.txt
13375 2008-03-02 02:24:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.137 Source/kwsys/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13376 2008-03-02 02:24:08     INFO: [Ok]
13377 2008-03-02 02:24:08    DEBUG: Source/kwsys/CMakeLists.txt updated to 1.1
13378 2008-03-02 02:24:08     INFO: Adding Source/kwsys/CPU.h.in...
13379 2008-03-02 02:24:08     INFO: Committing u'2008-02-27 21:07:14 by king'...
13380 2008-03-02 02:24:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13381 2008-03-02 02:24:08     INFO: Changeset #13
13382 2008-03-02 02:24:08     INFO: Changeset "2008-02-27 21:11:20 by king"
13383 2008-03-02 02:24:08     INFO: Log message: BUG: Fixed typo in previous commit of kwsys/CPU.h.in
13384 2008-03-02 02:24:08    DEBUG: Going to apply changeset:
13385 Revision: 2008-02-27 21:11:20 by king
13386 Date: 2008-02-27 21:11:20+00:00
13387 Author: king
13388 Entries: Source/kwsys/CPU.h.in(UPD to 1.2)
13389 Log: BUG: Fixed typo in previous commit of kwsys/CPU.h.in
13390 2008-03-02 02:24:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/CPU.h.in
13391 2008-03-02 02:24:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/kwsys/CPU.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13392 2008-03-02 02:24:10     INFO: [Ok]
13393 2008-03-02 02:24:10    DEBUG: Source/kwsys/CPU.h.in updated to 1.2
13394 2008-03-02 02:24:10     INFO: Committing u'2008-02-27 21:11:20 by king'...
13395 2008-03-02 02:24:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13396 2008-03-02 02:24:10     INFO: Changeset #14
13397 2008-03-02 02:24:10     INFO: Changeset "2008-02-27 21:26:35 by king"
13398 2008-03-02 02:24:10     INFO: Log message: ENH: Add ELF file parsing
13400   - Enabled when system provides elf.h
13401   - Introduce cmELF class to parse ELF files
13402   - Use in cmSystemTools::GuessLibrarySOName to really get soname
13403 2008-03-02 02:24:10    DEBUG: Going to apply changeset:
13404 Revision: 2008-02-27 21:26:35 by king
13405 Date: 2008-02-27 21:26:35+00:00
13406 Author: king
13407 Entries: Source/CMakeLists.txt(UPD to 1.396), Source/cmConfigure.cmake.h.in(UPD to 1.14), Source/cmELF.cxx(ADD at 1.1), Source/cmELF.h(ADD at 1.1), Source/cmSystemTools.cxx(UPD to 1.363)
13408 Log: ENH: Add ELF file parsing
13410   - Enabled when system provides elf.h
13411   - Introduce cmELF class to parse ELF files
13412   - Use in cmSystemTools::GuessLibrarySOName to really get soname
13413 2008-03-02 02:24:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmELF.cxx Source/cmELF.h
13414 2008-03-02 02:24:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmELF.cxx Source/cmELF.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13415 2008-03-02 02:24:12     INFO: [Ok]
13416 2008-03-02 02:24:12    DEBUG: Source/cmELF.cxx,Source/cmELF.h updated to 1.363
13417 2008-03-02 02:24:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmConfigure.cmake.h.in
13418 2008-03-02 02:24:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmConfigure.cmake.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13419 2008-03-02 02:24:13     INFO: [Ok]
13420 2008-03-02 02:24:13    DEBUG: Source/cmConfigure.cmake.h.in updated to 1.363
13421 2008-03-02 02:24:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.363 Source/cmSystemTools.cxx
13422 2008-03-02 02:24:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.363 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13423 2008-03-02 02:24:14     INFO: [Ok]
13424 2008-03-02 02:24:14    DEBUG: Source/cmSystemTools.cxx updated to 1.363
13425 2008-03-02 02:24:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.396 Source/CMakeLists.txt
13426 2008-03-02 02:24:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.396 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13427 2008-03-02 02:24:15     INFO: [Ok]
13428 2008-03-02 02:24:15    DEBUG: Source/CMakeLists.txt updated to 1.363
13429 2008-03-02 02:24:15     INFO: Adding Source/cmELF.cxx, Source/cmELF.h...
13430 2008-03-02 02:24:15     INFO: Committing u'2008-02-27 21:26:35 by king'...
13431 2008-03-02 02:24:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13432 2008-03-02 02:24:15     INFO: Changeset #15
13433 2008-03-02 02:24:15     INFO: Changeset "2008-02-27 22:10:44 by king"
13434 2008-03-02 02:24:15     INFO: Log message: ENH: Handle large object file lists on some platforms
13436   - Use a response file when enabled by
13437     CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS
13438   - Enable for C and CXX with cl (MSVC)
13439   - Enable for Fortran with ifort (Intel Fortran)
13440 2008-03-02 02:24:15    DEBUG: Going to apply changeset:
13441 Revision: 2008-02-27 22:10:44 by king
13442 Date: 2008-02-27 22:10:45+00:00
13443 Author: king
13444 Entries: Modules/Platform/Windows-ifort.cmake(UPD to 1.6), Modules/Platform/cl.cmake(UPD to 1.6), Source/cmDocumentVariables.cxx(UPD to 1.17), Source/cmMakefileExecutableTargetGenerator.cxx(UPD to 1.46), Source/cmMakefileLibraryTargetGenerator.cxx(UPD to 1.58), Source/cmMakefileTargetGenerator.cxx(UPD to 1.93), Source/cmMakefileTargetGenerator.h(UPD to 1.24)
13445 Log: ENH: Handle large object file lists on some platforms
13447   - Use a response file when enabled by
13448     CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS
13449   - Enable for C and CXX with cl (MSVC)
13450   - Enable for Fortran with ifort (Intel Fortran)
13451 2008-03-02 02:24:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/Platform/Windows-ifort.cmake Modules/Platform/cl.cmake
13452 2008-03-02 02:24:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/Platform/Windows-ifort.cmake Modules/Platform/cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13453 2008-03-02 02:24:17     INFO: [Ok]
13454 2008-03-02 02:24:17    DEBUG: Modules/Platform/Windows-ifort.cmake,Modules/Platform/cl.cmake updated to 1.24
13455 2008-03-02 02:24:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDocumentVariables.cxx
13456 2008-03-02 02:24:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13457 2008-03-02 02:24:18     INFO: [Ok]
13458 2008-03-02 02:24:18    DEBUG: Source/cmDocumentVariables.cxx updated to 1.24
13459 2008-03-02 02:24:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmMakefileTargetGenerator.h
13460 2008-03-02 02:24:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmMakefileTargetGenerator.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13461 2008-03-02 02:24:19     INFO: [Ok]
13462 2008-03-02 02:24:19    DEBUG: Source/cmMakefileTargetGenerator.h updated to 1.24
13463 2008-03-02 02:24:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmMakefileExecutableTargetGenerator.cxx
13464 2008-03-02 02:24:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.46 Source/cmMakefileExecutableTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13465 2008-03-02 02:24:20     INFO: [Ok]
13466 2008-03-02 02:24:20    DEBUG: Source/cmMakefileExecutableTargetGenerator.cxx updated to 1.24
13467 2008-03-02 02:24:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmMakefileLibraryTargetGenerator.cxx
13468 2008-03-02 02:24:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.58 Source/cmMakefileLibraryTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13469 2008-03-02 02:24:22     INFO: [Ok]
13470 2008-03-02 02:24:22    DEBUG: Source/cmMakefileLibraryTargetGenerator.cxx updated to 1.24
13471 2008-03-02 02:24:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmMakefileTargetGenerator.cxx
13472 2008-03-02 02:24:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.93 Source/cmMakefileTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13473 2008-03-02 02:24:23     INFO: [Ok]
13474 2008-03-02 02:24:23    DEBUG: Source/cmMakefileTargetGenerator.cxx updated to 1.24
13475 2008-03-02 02:24:23     INFO: Committing u'2008-02-27 22:10:44 by king'...
13476 2008-03-02 02:24:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13477 2008-03-02 02:24:23     INFO: Changeset #16
13478 2008-03-02 02:24:23     INFO: Changeset "2008-02-28 05:01:11 by king"
13479 2008-03-02 02:24:23     INFO: Log message: STYLE: Nightly Date Stamp
13480 2008-03-02 02:24:23    DEBUG: Going to apply changeset:
13481 Revision: 2008-02-28 05:01:11 by king
13482 Date: 2008-02-28 05:01:11+00:00
13483 Author: king
13484 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.110)
13485 Log: STYLE: Nightly Date Stamp
13486 2008-03-02 02:24:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 Source/kwsys/kwsysDateStamp.cmake
13487 2008-03-02 02:24:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13488 2008-03-02 02:24:25     INFO: [Ok]
13489 2008-03-02 02:24:25    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.110
13490 2008-03-02 02:24:25     INFO: Committing u'2008-02-28 05:01:11 by king'...
13491 2008-03-02 02:24:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13492 2008-03-02 02:24:25     INFO: Changeset #17
13493 2008-03-02 02:24:25     INFO: Changeset "2008-02-28 13:32:05 by king"
13494 2008-03-02 02:24:25     INFO: Log message: COMP: Fix warnings in cmELF.
13495 2008-03-02 02:24:25    DEBUG: Going to apply changeset:
13496 Revision: 2008-02-28 13:32:05 by king
13497 Date: 2008-02-28 13:32:05+00:00
13498 Author: king
13499 Entries: Source/cmELF.cxx(UPD to 1.2)
13500 Log: COMP: Fix warnings in cmELF.
13501 2008-03-02 02:24:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmELF.cxx
13502 2008-03-02 02:24:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13503 2008-03-02 02:24:27     INFO: [Ok]
13504 2008-03-02 02:24:27    DEBUG: Source/cmELF.cxx updated to 1.2
13505 2008-03-02 02:24:27     INFO: Committing u'2008-02-28 13:32:05 by king'...
13506 2008-03-02 02:24:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13507 2008-03-02 02:24:27     INFO: Changeset #18
13508 2008-03-02 02:24:27     INFO: Changeset "2008-02-28 13:43:10 by king"
13509 2008-03-02 02:24:27     INFO: Log message: COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun.
13510 2008-03-02 02:24:27    DEBUG: Going to apply changeset:
13511 Revision: 2008-02-28 13:43:10 by king
13512 Date: 2008-02-28 13:43:10+00:00
13513 Author: king
13514 Entries: Source/cmELF.cxx(UPD to 1.3)
13515 Log: COMP: cmELF needs to include sys/link.h to get dynamic section structures on the Sun.
13516 2008-03-02 02:24:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmELF.cxx
13517 2008-03-02 02:24:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13518 2008-03-02 02:24:29     INFO: [Ok]
13519 2008-03-02 02:24:29    DEBUG: Source/cmELF.cxx updated to 1.3
13520 2008-03-02 02:24:29     INFO: Committing u'2008-02-28 13:43:10 by king'...
13521 2008-03-02 02:24:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13522 2008-03-02 02:24:29     INFO: Changeset #19
13523 2008-03-02 02:24:29     INFO: Changeset "2008-02-29 05:01:04 by king"
13524 2008-03-02 02:24:29     INFO: Log message: STYLE: Nightly Date Stamp
13525 2008-03-02 02:24:29    DEBUG: Going to apply changeset:
13526 Revision: 2008-02-29 05:01:04 by king
13527 Date: 2008-02-29 05:01:04+00:00
13528 Author: king
13529 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.111)
13530 Log: STYLE: Nightly Date Stamp
13531 2008-03-02 02:24:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 Source/kwsys/kwsysDateStamp.cmake
13532 2008-03-02 02:24:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13533 2008-03-02 02:24:31     INFO: [Ok]
13534 2008-03-02 02:24:31    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.111
13535 2008-03-02 02:24:31     INFO: Committing u'2008-02-29 05:01:04 by king'...
13536 2008-03-02 02:24:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13537 2008-03-02 02:24:31     INFO: Changeset #20
13538 2008-03-02 02:24:31     INFO: Changeset "2008-02-29 14:15:32 by king"
13539 2008-03-02 02:24:31     INFO: Log message: BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the filename portion of the link item to test against the library regex.
13540 2008-03-02 02:24:31    DEBUG: Going to apply changeset:
13541 Revision: 2008-02-29 14:15:32 by king
13542 Date: 2008-02-29 14:15:32+00:00
13543 Author: king
13544 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.22)
13545 Log: BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the filename portion of the link item to test against the library regex.
13546 2008-03-02 02:24:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmComputeLinkInformation.cxx
13547 2008-03-02 02:24:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13548 2008-03-02 02:24:33     INFO: [Ok]
13549 2008-03-02 02:24:33    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.22
13550 2008-03-02 02:24:33     INFO: Committing u'2008-02-29 14:15:32 by king'...
13551 2008-03-02 02:24:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13552 2008-03-02 02:24:33     INFO: Changeset #21
13553 2008-03-02 02:24:33     INFO: Changeset "2008-02-29 16:12:59 by king"
13554 2008-03-02 02:24:33     INFO: Log message: ENH: Make cmELF parser more general and powerful
13556   - Add support to get RPATH and RUNPATH entries.
13557   - Add support to get file offsets to strings.
13558   - Add more DT_* tags to byte swapping.
13559 2008-03-02 02:24:33    DEBUG: Going to apply changeset:
13560 Revision: 2008-02-29 16:12:59 by king
13561 Date: 2008-02-29 16:12:59+00:00
13562 Author: king
13563 Entries: Source/cmELF.cxx(UPD to 1.4), Source/cmELF.h(UPD to 1.2)
13564 Log: ENH: Make cmELF parser more general and powerful
13566   - Add support to get RPATH and RUNPATH entries.
13567   - Add support to get file offsets to strings.
13568   - Add more DT_* tags to byte swapping.
13569 2008-03-02 02:24:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmELF.h
13570 2008-03-02 02:24:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmELF.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13571 2008-03-02 02:24:35     INFO: [Ok]
13572 2008-03-02 02:24:35    DEBUG: Source/cmELF.h updated to 1.2
13573 2008-03-02 02:24:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmELF.cxx
13574 2008-03-02 02:24:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13575 2008-03-02 02:24:36     INFO: [Ok]
13576 2008-03-02 02:24:36    DEBUG: Source/cmELF.cxx updated to 1.2
13577 2008-03-02 02:24:36     INFO: Committing u'2008-02-29 16:12:59 by king'...
13578 2008-03-02 02:24:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13579 2008-03-02 02:24:36     INFO: Changeset #22
13580 2008-03-02 02:24:36     INFO: Changeset "2008-02-29 17:18:11 by hoffman"
13581 2008-03-02 02:24:36     INFO: Log message: ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property.  If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string.  If no values are given then it is no longer an error.
13582 2008-03-02 02:24:36    DEBUG: Going to apply changeset:
13583 Revision: 2008-02-29 17:18:11 by hoffman
13584 Date: 2008-02-29 17:18:11+00:00
13585 Author: hoffman
13586 Entries: Source/cmForEachCommand.cxx(UPD to 1.27), Source/cmFunctionCommand.cxx(UPD to 1.5), Source/cmIfCommand.cxx(UPD to 1.83), Source/cmMacroCommand.cxx(UPD to 1.35), Source/cmMakefile.cxx(UPD to 1.438), Source/cmWhileCommand.cxx(UPD to 1.11)
13587 Log: ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property.  If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string.  If no values are given then it is no longer an error.
13588 2008-03-02 02:24:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmFunctionCommand.cxx
13589 2008-03-02 02:24:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmFunctionCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13590 2008-03-02 02:24:38     INFO: [Ok]
13591 2008-03-02 02:24:38    DEBUG: Source/cmFunctionCommand.cxx updated to 1.11
13592 2008-03-02 02:24:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmWhileCommand.cxx
13593 2008-03-02 02:24:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmWhileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13594 2008-03-02 02:24:39     INFO: [Ok]
13595 2008-03-02 02:24:39    DEBUG: Source/cmWhileCommand.cxx updated to 1.11
13596 2008-03-02 02:24:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmForEachCommand.cxx
13597 2008-03-02 02:24:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmForEachCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13598 2008-03-02 02:24:40     INFO: [Ok]
13599 2008-03-02 02:24:40    DEBUG: Source/cmForEachCommand.cxx updated to 1.11
13600 2008-03-02 02:24:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmMacroCommand.cxx
13601 2008-03-02 02:24:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmMacroCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13602 2008-03-02 02:24:41     INFO: [Ok]
13603 2008-03-02 02:24:41    DEBUG: Source/cmMacroCommand.cxx updated to 1.11
13604 2008-03-02 02:24:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/cmIfCommand.cxx
13605 2008-03-02 02:24:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.83 Source/cmIfCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13606 2008-03-02 02:24:42     INFO: [Ok]
13607 2008-03-02 02:24:42    DEBUG: Source/cmIfCommand.cxx updated to 1.11
13608 2008-03-02 02:24:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.438 Source/cmMakefile.cxx
13609 2008-03-02 02:24:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.438 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13610 2008-03-02 02:24:43     INFO: [Ok]
13611 2008-03-02 02:24:43    DEBUG: Source/cmMakefile.cxx updated to 1.11
13612 2008-03-02 02:24:43     INFO: Committing u'2008-02-29 17:18:11 by hoffman'...
13613 2008-03-02 02:24:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13614 2008-03-02 02:24:43     INFO: Changeset #23
13615 2008-03-02 02:24:43     INFO: Changeset "2008-02-29 19:36:33 by hoffman"
13616 2008-03-02 02:24:43     INFO: Log message: ENH: add vs9 stuff, still need msvc9 mfc
13617 2008-03-02 02:24:43    DEBUG: Going to apply changeset:
13618 Revision: 2008-02-29 19:36:33 by hoffman
13619 Date: 2008-02-29 19:36:33+00:00
13620 Author: hoffman
13621 Entries: Modules/InstallRequiredSystemLibraries.cmake(UPD to 1.11)
13622 Log: ENH: add vs9 stuff, still need msvc9 mfc
13623 2008-03-02 02:24:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/InstallRequiredSystemLibraries.cmake
13624 2008-03-02 02:24:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/InstallRequiredSystemLibraries.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13625 2008-03-02 02:24:45     INFO: [Ok]
13626 2008-03-02 02:24:45    DEBUG: Modules/InstallRequiredSystemLibraries.cmake updated to 1.11
13627 2008-03-02 02:24:45     INFO: Committing u'2008-02-29 19:36:33 by hoffman'...
13628 2008-03-02 02:24:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13629 2008-03-02 02:24:45     INFO: Changeset #24
13630 2008-03-02 02:24:45     INFO: Changeset "2008-02-29 19:58:33 by hoffman"
13631 2008-03-02 02:24:45     INFO: Log message: ENH: allow cdash not to trigger
13632 2008-03-02 02:24:45    DEBUG: Going to apply changeset:
13633 Revision: 2008-02-29 19:58:33 by hoffman
13634 Date: 2008-02-29 19:58:33+00:00
13635 Author: hoffman
13636 Entries: Modules/DartConfiguration.tcl.in(UPD to 1.7), Source/CTest/cmCTestSubmitHandler.cxx(UPD to 1.30), Source/CTest/cmCTestSubmitHandler.h(UPD to 1.5)
13637 Log: ENH: allow cdash not to trigger
13638 2008-03-02 02:24:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CTest/cmCTestSubmitHandler.h
13639 2008-03-02 02:24:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CTest/cmCTestSubmitHandler.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13640 2008-03-02 02:24:47     INFO: [Ok]
13641 2008-03-02 02:24:47    DEBUG: Source/CTest/cmCTestSubmitHandler.h updated to 1.5
13642 2008-03-02 02:24:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/DartConfiguration.tcl.in
13643 2008-03-02 02:24:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Modules/DartConfiguration.tcl.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13644 2008-03-02 02:24:48     INFO: [Ok]
13645 2008-03-02 02:24:48    DEBUG: Modules/DartConfiguration.tcl.in updated to 1.5
13646 2008-03-02 02:24:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/CTest/cmCTestSubmitHandler.cxx
13647 2008-03-02 02:24:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/CTest/cmCTestSubmitHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13648 2008-03-02 02:24:49     INFO: [Ok]
13649 2008-03-02 02:24:49    DEBUG: Source/CTest/cmCTestSubmitHandler.cxx updated to 1.5
13650 2008-03-02 02:24:49     INFO: Committing u'2008-02-29 19:58:33 by hoffman'...
13651 2008-03-02 02:24:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13652 2008-03-02 02:24:49     INFO: Changeset #25
13653 2008-03-02 02:24:49     INFO: Changeset "2008-02-29 20:28:46 by martink"
13654 2008-03-02 02:24:49     INFO: Log message: ENH: just getting somethng checked in, still work to do
13655 2008-03-02 02:24:49    DEBUG: Going to apply changeset:
13656 Revision: 2008-02-29 20:28:46 by martink
13657 Date: 2008-02-29 20:28:46+00:00
13658 Author: martink
13659 Entries: Source/cmCMakePolicyCommand.h(ADD at 1.1), Source/cmCmakePolicyCOmmand.cxx(ADD at 1.1), Source/cmPolicies.cxx(ADD at 1.1), Source/cmPolicies.h(ADD at 1.1)
13660 Log: ENH: just getting somethng checked in, still work to do
13661 2008-03-02 02:24:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmCMakePolicyCommand.h Source/cmCmakePolicyCOmmand.cxx Source/cmPolicies.cxx Source/cmPolicies.h
13662 2008-03-02 02:24:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmCMakePolicyCommand.h Source/cmCmakePolicyCOmmand.cxx Source/cmPolicies.cxx Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13663 2008-03-02 02:24:52     INFO: [Ok]
13664 2008-03-02 02:24:52    DEBUG: Source/cmCMakePolicyCommand.h,Source/cmCmakePolicyCOmmand.cxx,Source/cmPolicies.cxx,Source/cmPolicies.h updated to 1.1
13665 2008-03-02 02:24:52     INFO: Adding Source/cmCMakePolicyCommand.h, Source/cmCmakePolicyCOmmand.cxx, Source/cmPolicies.cxx, Source/cmPolicies.h...
13666 2008-03-02 02:24:52     INFO: Committing u'2008-02-29 20:28:46 by martink'...
13667 2008-03-02 02:24:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13668 2008-03-02 02:24:52     INFO: Changeset #26
13669 2008-03-02 02:24:52     INFO: Changeset "2008-02-29 20:41:35 by martink"
13670 2008-03-02 02:24:52     INFO: Log message: ENH: case
13671 2008-03-02 02:24:52    DEBUG: Going to apply changeset:
13672 Revision: 2008-02-29 20:41:35 by martink
13673 Date: 2008-02-29 20:41:35+00:00
13674 Author: martink
13675 Entries: Source/cmCmakePolicyCOmmand.cxx(DEL at 1.2)
13676 Log: ENH: case
13677 2008-03-02 02:24:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmCmakePolicyCOmmand.cxx
13678 2008-03-02 02:24:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmCmakePolicyCOmmand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13679 2008-03-02 02:24:53     INFO: [Ok]
13680 2008-03-02 02:24:53    DEBUG: Source/cmCmakePolicyCOmmand.cxx updated to 1.2
13681 2008-03-02 02:24:53     INFO: Removing Source/cmCmakePolicyCOmmand.cxx...
13682 2008-03-02 02:24:53     INFO: Committing u'2008-02-29 20:41:35 by martink'...
13683 2008-03-02 02:24:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13684 2008-03-02 02:24:53     INFO: Changeset #27
13685 2008-03-02 02:24:53     INFO: Changeset "2008-02-29 20:42:14 by martink"
13686 2008-03-02 02:24:53     INFO: Log message: ENH: just getting somethng checked in, still work to do
13687 2008-03-02 02:24:53    DEBUG: Going to apply changeset:
13688 Revision: 2008-02-29 20:42:14 by martink
13689 Date: 2008-02-29 20:42:14+00:00
13690 Author: martink
13691 Entries: Source/cmCMakePolicyCommand.cxx(ADD at 1.1)
13692 Log: ENH: just getting somethng checked in, still work to do
13693 2008-03-02 02:24:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmCMakePolicyCommand.cxx
13694 2008-03-02 02:24:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/cmCMakePolicyCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13695 2008-03-02 02:24:55     INFO: [Ok]
13696 2008-03-02 02:24:55    DEBUG: Source/cmCMakePolicyCommand.cxx updated to 1.1
13697 2008-03-02 02:24:55     INFO: Adding Source/cmCMakePolicyCommand.cxx...
13698 2008-03-02 02:24:55     INFO: Committing u'2008-02-29 20:42:14 by martink'...
13699 2008-03-02 02:24:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13700 2008-03-02 02:24:55     INFO: Changeset #28
13701 2008-03-02 02:24:55     INFO: Changeset "2008-03-01 02:33:04 by hoffman"
13702 2008-03-02 02:24:55     INFO: Log message: ENH: fix docs
13703 2008-03-02 02:24:55    DEBUG: Going to apply changeset:
13704 Revision: 2008-03-01 02:33:04 by hoffman
13705 Date: 2008-03-01 02:33:04+00:00
13706 Author: hoffman
13707 Entries: Source/cmSetSourceFilesPropertiesCommand.h(UPD to 1.16)
13708 Log: ENH: fix docs
13709 2008-03-02 02:24:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmSetSourceFilesPropertiesCommand.h
13710 2008-03-02 02:24:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmSetSourceFilesPropertiesCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13711 2008-03-02 02:24:57     INFO: [Ok]
13712 2008-03-02 02:24:57    DEBUG: Source/cmSetSourceFilesPropertiesCommand.h updated to 1.16
13713 2008-03-02 02:24:57     INFO: Committing u'2008-03-01 02:33:04 by hoffman'...
13714 2008-03-02 02:24:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13715 2008-03-02 02:24:57     INFO: Changeset #29
13716 2008-03-02 02:24:57     INFO: Changeset "2008-03-01 02:33:33 by hoffman"
13717 2008-03-02 02:24:57     INFO: Log message: ENH: fix warnings
13718 2008-03-02 02:24:57    DEBUG: Going to apply changeset:
13719 Revision: 2008-03-01 02:33:33 by hoffman
13720 Date: 2008-03-01 02:33:33+00:00
13721 Author: hoffman
13722 Entries: Source/cmIfCommand.cxx(UPD to 1.84), Source/cmWhileCommand.cxx(UPD to 1.12)
13723 Log: ENH: fix warnings
13724 2008-03-02 02:24:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmWhileCommand.cxx
13725 2008-03-02 02:24:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmWhileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13726 2008-03-02 02:24:59     INFO: [Ok]
13727 2008-03-02 02:24:59    DEBUG: Source/cmWhileCommand.cxx updated to 1.12
13728 2008-03-02 02:24:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/cmIfCommand.cxx
13729 2008-03-02 02:24:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Source/cmIfCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13730 2008-03-02 02:25:00     INFO: [Ok]
13731 2008-03-02 02:25:00    DEBUG: Source/cmIfCommand.cxx updated to 1.12
13732 2008-03-02 02:25:00     INFO: Committing u'2008-03-01 02:33:33 by hoffman'...
13733 2008-03-02 02:25:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13734 2008-03-02 02:25:00     INFO: Changeset #30
13735 2008-03-02 02:25:00     INFO: Changeset "2008-03-01 05:01:04 by king"
13736 2008-03-02 02:25:00     INFO: Log message: STYLE: Nightly Date Stamp
13737 2008-03-02 02:25:00    DEBUG: Going to apply changeset:
13738 Revision: 2008-03-01 05:01:04 by king
13739 Date: 2008-03-01 05:01:04+00:00
13740 Author: king
13741 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.112)
13742 Log: STYLE: Nightly Date Stamp
13743 2008-03-02 02:25:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.112 Source/kwsys/kwsysDateStamp.cmake
13744 2008-03-02 02:25:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.112 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13745 2008-03-02 02:25:02     INFO: [Ok]
13746 2008-03-02 02:25:02    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.112
13747 2008-03-02 02:25:02     INFO: Committing u'2008-03-01 05:01:04 by king'...
13748 2008-03-02 02:25:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13749 2008-03-02 02:25:02     INFO: Changeset #31
13750 2008-03-02 02:25:02     INFO: Changeset "2008-03-01 14:08:34 by king"
13751 2008-03-02 02:25:02     INFO: Log message: BUG: Do not place $(CMAKE_COMMAND) in link scripts.
13752 2008-03-02 02:25:02    DEBUG: Going to apply changeset:
13753 Revision: 2008-03-01 14:08:34 by king
13754 Date: 2008-03-01 14:08:34+00:00
13755 Author: king
13756 Entries: Modules/Platform/Windows-cl.cmake(UPD to 1.84), Source/cmLocalGenerator.cxx(UPD to 1.266)
13757 Log: BUG: Do not place $(CMAKE_COMMAND) in link scripts.
13758 2008-03-02 02:25:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Modules/Platform/Windows-cl.cmake
13759 2008-03-02 02:25:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.84 Modules/Platform/Windows-cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13760 2008-03-02 02:25:04     INFO: [Ok]
13761 2008-03-02 02:25:04    DEBUG: Modules/Platform/Windows-cl.cmake updated to 1.266
13762 2008-03-02 02:25:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.266 Source/cmLocalGenerator.cxx
13763 2008-03-02 02:25:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.266 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13764 2008-03-02 02:25:05     INFO: [Ok]
13765 2008-03-02 02:25:05    DEBUG: Source/cmLocalGenerator.cxx updated to 1.266
13766 2008-03-02 02:25:05     INFO: Committing u'2008-03-01 14:08:34 by king'...
13767 2008-03-02 02:25:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13768 2008-03-02 02:25:05     INFO: Changeset #32
13769 2008-03-02 02:25:05     INFO: Changeset "2008-03-01 14:08:59 by king"
13770 2008-03-02 02:25:05     INFO: Log message: ENH: Update Preprocess test to distinguish between the make tool or compiler tool that is at fault for not supporting a particular character in definitions.  Make it skip the % character when the compiler is MSVC and it is a non-nmake tool.
13771 2008-03-02 02:25:05    DEBUG: Going to apply changeset:
13772 Revision: 2008-03-01 14:08:59 by king
13773 Date: 2008-03-01 14:08:59+00:00
13774 Author: king
13775 Entries: Tests/Preprocess/CMakeLists.txt(UPD to 1.7)
13776 Log: ENH: Update Preprocess test to distinguish between the make tool or compiler tool that is at fault for not supporting a particular character in definitions.  Make it skip the % character when the compiler is MSVC and it is a non-nmake tool.
13777 2008-03-02 02:25:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/Preprocess/CMakeLists.txt
13778 2008-03-02 02:25:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13779 2008-03-02 02:25:07     INFO: [Ok]
13780 2008-03-02 02:25:07    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.7
13781 2008-03-02 02:25:07     INFO: Committing u'2008-03-01 14:08:59 by king'...
13782 2008-03-02 02:25:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13783 2008-03-02 02:25:07     INFO: Changeset #33
13784 2008-03-02 02:25:07     INFO: Changeset "2008-03-01 15:56:03 by king"
13785 2008-03-02 02:25:07     INFO: Log message: BUG: Fix typo XCode -> Xcode in Preprocess test.
13786 2008-03-02 02:25:07    DEBUG: Going to apply changeset:
13787 Revision: 2008-03-01 15:56:03 by king
13788 Date: 2008-03-01 15:56:03+00:00
13789 Author: king
13790 Entries: Tests/Preprocess/CMakeLists.txt(UPD to 1.8)
13791 Log: BUG: Fix typo XCode -> Xcode in Preprocess test.
13792 2008-03-02 02:25:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Preprocess/CMakeLists.txt
13793 2008-03-02 02:25:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13794 2008-03-02 02:25:09     INFO: [Ok]
13795 2008-03-02 02:25:09    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.8
13796 2008-03-02 02:25:09     INFO: Committing u'2008-03-01 15:56:03 by king'...
13797 2008-03-02 02:25:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13798 2008-03-02 02:25:09     INFO: Changeset #34
13799 2008-03-02 02:25:09     INFO: Changeset "2008-03-01 17:50:42 by king"
13800 2008-03-02 02:25:09     INFO: Log message: ENH: Add Size member to cmELF::StringEntry to return the amount of space in the string entry.
13801 2008-03-02 02:25:09    DEBUG: Going to apply changeset:
13802 Revision: 2008-03-01 17:50:42 by king
13803 Date: 2008-03-01 17:50:42+00:00
13804 Author: king
13805 Entries: Source/cmELF.cxx(UPD to 1.5), Source/cmELF.h(UPD to 1.3)
13806 Log: ENH: Add Size member to cmELF::StringEntry to return the amount of space in the string entry.
13807 2008-03-02 02:25:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmELF.h
13808 2008-03-02 02:25:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmELF.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13809 2008-03-02 02:25:11     INFO: [Ok]
13810 2008-03-02 02:25:11    DEBUG: Source/cmELF.h updated to 1.3
13811 2008-03-02 02:25:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmELF.cxx
13812 2008-03-02 02:25:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13813 2008-03-02 02:25:12     INFO: [Ok]
13814 2008-03-02 02:25:12    DEBUG: Source/cmELF.cxx updated to 1.3
13815 2008-03-02 02:25:12     INFO: Committing u'2008-03-01 17:50:42 by king'...
13816 2008-03-02 02:25:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13817 2008-03-02 02:25:12     INFO: Changeset #35
13818 2008-03-02 02:25:12     INFO: Changeset "2008-03-01 17:51:07 by king"
13819 2008-03-02 02:25:12     INFO: Log message: ENH: Use builtin chrpath instead of relinking ELF targets
13821   - Add cmSystemTools::ChangeRPath method
13822   - Add undocumented file(CHRPATH) command
13823   - When installing use file(CHRPATH) to change the rpath
13824     instead of relinking
13825   - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils
13826   - Remove CMAKE_USE_CHRPATH option since this should
13827     always work
13828 2008-03-02 02:25:12    DEBUG: Going to apply changeset:
13829 Revision: 2008-03-01 17:51:07 by king
13830 Date: 2008-03-01 17:51:07+00:00
13831 Author: king
13832 Entries: Modules/CMakeFindBinUtils.cmake(UPD to 1.15), Source/cmComputeLinkInformation.cxx(UPD to 1.23), Source/cmComputeLinkInformation.h(UPD to 1.15), Source/cmFileCommand.cxx(UPD to 1.101), Source/cmFileCommand.h(UPD to 1.35), Source/cmInstallTargetGenerator.cxx(UPD to 1.60), Source/cmSystemTools.cxx(UPD to 1.364), Source/cmSystemTools.h(UPD to 1.149), Source/cmTarget.cxx(UPD to 1.201), Source/cmTarget.h(UPD to 1.108)
13833 Log: ENH: Use builtin chrpath instead of relinking ELF targets
13835   - Add cmSystemTools::ChangeRPath method
13836   - Add undocumented file(CHRPATH) command
13837   - When installing use file(CHRPATH) to change the rpath
13838     instead of relinking
13839   - Remove CMAKE_CHRPATH lookup from CMakeFindBinUtils
13840   - Remove CMAKE_USE_CHRPATH option since this should
13841     always work
13842 2008-03-02 02:25:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeFindBinUtils.cmake Source/cmComputeLinkInformation.h
13843 2008-03-02 02:25:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/CMakeFindBinUtils.cmake Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13844 2008-03-02 02:25:14     INFO: [Ok]
13845 2008-03-02 02:25:14    DEBUG: Modules/CMakeFindBinUtils.cmake,Source/cmComputeLinkInformation.h updated to 1.108
13846 2008-03-02 02:25:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmComputeLinkInformation.cxx
13847 2008-03-02 02:25:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13848 2008-03-02 02:25:15     INFO: [Ok]
13849 2008-03-02 02:25:15    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.108
13850 2008-03-02 02:25:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFileCommand.h
13851 2008-03-02 02:25:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFileCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13852 2008-03-02 02:25:16     INFO: [Ok]
13853 2008-03-02 02:25:16    DEBUG: Source/cmFileCommand.h updated to 1.108
13854 2008-03-02 02:25:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.60 Source/cmInstallTargetGenerator.cxx
13855 2008-03-02 02:25:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.60 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13856 2008-03-02 02:25:17     INFO: [Ok]
13857 2008-03-02 02:25:17    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.108
13858 2008-03-02 02:25:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmFileCommand.cxx
13859 2008-03-02 02:25:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13860 2008-03-02 02:25:18     INFO: [Ok]
13861 2008-03-02 02:25:18    DEBUG: Source/cmFileCommand.cxx updated to 1.108
13862 2008-03-02 02:25:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/cmTarget.h
13863 2008-03-02 02:25:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13864 2008-03-02 02:25:19     INFO: [Ok]
13865 2008-03-02 02:25:19    DEBUG: Source/cmTarget.h updated to 1.108
13866 2008-03-02 02:25:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.149 Source/cmSystemTools.h
13867 2008-03-02 02:25:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.149 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13868 2008-03-02 02:25:20     INFO: [Ok]
13869 2008-03-02 02:25:20    DEBUG: Source/cmSystemTools.h updated to 1.108
13870 2008-03-02 02:25:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.201 Source/cmTarget.cxx
13871 2008-03-02 02:25:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.201 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13872 2008-03-02 02:25:21     INFO: [Ok]
13873 2008-03-02 02:25:21    DEBUG: Source/cmTarget.cxx updated to 1.108
13874 2008-03-02 02:25:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.364 Source/cmSystemTools.cxx
13875 2008-03-02 02:25:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.364 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13876 2008-03-02 02:25:22     INFO: [Ok]
13877 2008-03-02 02:25:22    DEBUG: Source/cmSystemTools.cxx updated to 1.108
13878 2008-03-02 02:25:22     INFO: Committing u'2008-03-01 17:51:07 by king'...
13879 2008-03-02 02:25:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13880 2008-03-02 02:25:22     INFO: Changeset #36
13881 2008-03-02 02:25:22     INFO: Changeset "2008-03-01 18:02:08 by king"
13882 2008-03-02 02:25:22     INFO: Log message: BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RPATH is on or the path does not need to be changed.
13883 2008-03-02 02:25:22    DEBUG: Going to apply changeset:
13884 Revision: 2008-03-01 18:02:08 by king
13885 Date: 2008-03-01 18:02:08+00:00
13886 Author: king
13887 Entries: Source/cmTarget.cxx(UPD to 1.202)
13888 Log: BUG: Do not try to change the RPATH when installing a target if CMAKE_SKIP_RPATH is on or the path does not need to be changed.
13889 2008-03-02 02:25:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.202 Source/cmTarget.cxx
13890 2008-03-02 02:25:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.202 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13891 2008-03-02 02:25:24     INFO: [Ok]
13892 2008-03-02 02:25:24    DEBUG: Source/cmTarget.cxx updated to 1.202
13893 2008-03-02 02:25:24     INFO: Committing u'2008-03-01 18:02:08 by king'...
13894 2008-03-02 02:25:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13895 2008-03-02 02:25:24     INFO: Changeset #37
13896 2008-03-02 02:25:24     INFO: Changeset "2008-03-01 18:17:01 by king"
13897 2008-03-02 02:25:24     INFO: Log message: BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entry in the file but the requested new rpath is empty.
13898 2008-03-02 02:25:24    DEBUG: Going to apply changeset:
13899 Revision: 2008-03-01 18:17:01 by king
13900 Date: 2008-03-01 18:17:01+00:00
13901 Author: king
13902 Entries: Source/cmSystemTools.cxx(UPD to 1.365)
13903 Log: BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entry in the file but the requested new rpath is empty.
13904 2008-03-02 02:25:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.365 Source/cmSystemTools.cxx
13905 2008-03-02 02:25:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.365 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13906 2008-03-02 02:25:26     INFO: [Ok]
13907 2008-03-02 02:25:26    DEBUG: Source/cmSystemTools.cxx updated to 1.365
13908 2008-03-02 02:25:26     INFO: Committing u'2008-03-01 18:17:01 by king'...
13909 2008-03-02 02:25:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13910 2008-03-02 02:25:26     INFO: Changeset #38
13911 2008-03-02 02:25:26     INFO: Changeset "2008-03-01 20:16:49 by king"
13912 2008-03-02 02:25:26     INFO: Log message: COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
13913 2008-03-02 02:25:26    DEBUG: Going to apply changeset:
13914 Revision: 2008-03-01 20:16:49 by king
13915 Date: 2008-03-01 20:16:49+00:00
13916 Author: king
13917 Entries: Source/cmSystemTools.cxx(UPD to 1.366)
13918 Log: COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
13919 2008-03-02 02:25:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.366 Source/cmSystemTools.cxx
13920 2008-03-02 02:25:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.366 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13921 2008-03-02 02:25:28     INFO: [Ok]
13922 2008-03-02 02:25:28    DEBUG: Source/cmSystemTools.cxx updated to 1.366
13923 2008-03-02 02:25:28     INFO: Committing u'2008-03-01 20:16:49 by king'...
13924 2008-03-02 02:25:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13925 2008-03-02 02:25:28     INFO: Changeset #39
13926 2008-03-02 02:25:28     INFO: Changeset "2008-03-01 20:20:34 by martink"
13927 2008-03-02 02:25:28     INFO: Log message: ENH: add first cut and policies still need to add the doc support
13928 2008-03-02 02:25:28    DEBUG: Going to apply changeset:
13929 Revision: 2008-03-01 20:20:34 by martink
13930 Date: 2008-03-01 20:20:35+00:00
13931 Author: martink
13932 Entries: CMakeLists.txt(UPD to 1.142), bootstrap(UPD to 1.112), Source/CMakeLists.txt(UPD to 1.397), Source/cmAddCustomTargetCommand.cxx(UPD to 1.31), Source/cmBootstrapCommands.cxx(UPD to 1.27), Source/cmCommand.h(UPD to 1.27), Source/cmIncludeDirectoryCommand.cxx(UPD to 1.28), Source/cmMakefile.cxx(UPD to 1.439), Source/cmMakefile.h(UPD to 1.226), Source/cmake.cxx(UPD to 1.362), Source/cmake.h(UPD to 1.101)
13933 Log: ENH: add first cut and policies still need to add the doc support
13934 2008-03-02 02:25:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmBootstrapCommands.cxx Source/cmCommand.h
13935 2008-03-02 02:25:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.27 Source/cmBootstrapCommands.cxx Source/cmCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13936 2008-03-02 02:25:30     INFO: [Ok]
13937 2008-03-02 02:25:30    DEBUG: Source/cmBootstrapCommands.cxx,Source/cmCommand.h updated to 1.101
13938 2008-03-02 02:25:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmIncludeDirectoryCommand.cxx
13939 2008-03-02 02:25:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.28 Source/cmIncludeDirectoryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13940 2008-03-02 02:25:31     INFO: [Ok]
13941 2008-03-02 02:25:31    DEBUG: Source/cmIncludeDirectoryCommand.cxx updated to 1.101
13942 2008-03-02 02:25:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmAddCustomTargetCommand.cxx
13943 2008-03-02 02:25:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13944 2008-03-02 02:25:32     INFO: [Ok]
13945 2008-03-02 02:25:32    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.101
13946 2008-03-02 02:25:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmake.h
13947 2008-03-02 02:25:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13948 2008-03-02 02:25:33     INFO: [Ok]
13949 2008-03-02 02:25:33    DEBUG: Source/cmake.h updated to 1.101
13950 2008-03-02 02:25:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.112 bootstrap
13951 2008-03-02 02:25:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.112 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13952 2008-03-02 02:25:34     INFO: [Ok]
13953 2008-03-02 02:25:34    DEBUG: bootstrap updated to 1.101
13954 2008-03-02 02:25:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.142 CMakeLists.txt
13955 2008-03-02 02:25:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.142 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13956 2008-03-02 02:25:35     INFO: [Ok]
13957 2008-03-02 02:25:35    DEBUG: CMakeLists.txt updated to 1.101
13958 2008-03-02 02:25:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmMakefile.h
13959 2008-03-02 02:25:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.226 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13960 2008-03-02 02:25:36     INFO: [Ok]
13961 2008-03-02 02:25:36    DEBUG: Source/cmMakefile.h updated to 1.101
13962 2008-03-02 02:25:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.362 Source/cmake.cxx
13963 2008-03-02 02:25:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.362 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13964 2008-03-02 02:25:37     INFO: [Ok]
13965 2008-03-02 02:25:37    DEBUG: Source/cmake.cxx updated to 1.101
13966 2008-03-02 02:25:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.397 Source/CMakeLists.txt
13967 2008-03-02 02:25:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.397 Source/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13968 2008-03-02 02:25:38     INFO: [Ok]
13969 2008-03-02 02:25:38    DEBUG: Source/CMakeLists.txt updated to 1.101
13970 2008-03-02 02:25:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.439 Source/cmMakefile.cxx
13971 2008-03-02 02:25:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.439 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13972 2008-03-02 02:25:39     INFO: [Ok]
13973 2008-03-02 02:25:39    DEBUG: Source/cmMakefile.cxx updated to 1.101
13974 2008-03-02 02:25:39     INFO: Committing u'2008-03-01 20:20:34 by martink'...
13975 2008-03-02 02:25:39     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13976 2008-03-02 02:25:39     INFO: Changeset #40
13977 2008-03-02 02:25:39     INFO: Changeset "2008-03-01 20:26:15 by martink"
13978 2008-03-02 02:25:39     INFO: Log message: STYLE: fix some line lengths
13979 2008-03-02 02:25:39    DEBUG: Going to apply changeset:
13980 Revision: 2008-03-01 20:26:15 by martink
13981 Date: 2008-03-01 20:26:15+00:00
13982 Author: martink
13983 Entries: Source/cmPolicies.cxx(UPD to 1.2), Source/cmPolicies.h(UPD to 1.2)
13984 Log: STYLE: fix some line lengths
13985 2008-03-02 02:25:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmPolicies.cxx Source/cmPolicies.h
13986 2008-03-02 02:25:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmPolicies.cxx Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
13987 2008-03-02 02:25:41     INFO: [Ok]
13988 2008-03-02 02:25:41    DEBUG: Source/cmPolicies.cxx,Source/cmPolicies.h updated to 1.2
13989 2008-03-02 02:25:41     INFO: Committing u'2008-03-01 20:26:15 by martink'...
13990 2008-03-02 02:25:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
13991 2008-03-02 02:25:41     INFO: Changeset #41
13992 2008-03-02 02:25:41     INFO: Changeset "2008-03-01 20:44:17 by martink"
13993 2008-03-02 02:25:41     INFO: Log message: COMP: fix some warnings
13994 2008-03-02 02:25:41    DEBUG: Going to apply changeset:
13995 Revision: 2008-03-01 20:44:17 by martink
13996 Date: 2008-03-01 20:44:17+00:00
13997 Author: martink
13998 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.32), Source/cmMakefile.cxx(UPD to 1.440)
13999 Log: COMP: fix some warnings
14000 2008-03-02 02:25:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmAddCustomTargetCommand.cxx
14001 2008-03-02 02:25:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14002 2008-03-02 02:25:43     INFO: [Ok]
14003 2008-03-02 02:25:43    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.440
14004 2008-03-02 02:25:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.440 Source/cmMakefile.cxx
14005 2008-03-02 02:25:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.440 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14006 2008-03-02 02:25:44     INFO: [Ok]
14007 2008-03-02 02:25:44    DEBUG: Source/cmMakefile.cxx updated to 1.440
14008 2008-03-02 02:25:44     INFO: Committing u'2008-03-01 20:44:17 by martink'...
14009 2008-03-02 02:25:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14010 2008-03-02 02:25:44     INFO: Changeset #42
14011 2008-03-02 02:25:44     INFO: Changeset "2008-03-01 21:21:41 by martink"
14012 2008-03-02 02:25:44     INFO: Log message: BUG: bad loop index unsigned compared to zero
14013 2008-03-02 02:25:44    DEBUG: Going to apply changeset:
14014 Revision: 2008-03-01 21:21:41 by martink
14015 Date: 2008-03-01 21:21:41+00:00
14016 Author: martink
14017 Entries: Source/cmMakefile.cxx(UPD to 1.441)
14018 Log: BUG: bad loop index unsigned compared to zero
14019 2008-03-02 02:25:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.441 Source/cmMakefile.cxx
14020 2008-03-02 02:25:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.441 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14021 2008-03-02 02:25:46     INFO: [Ok]
14022 2008-03-02 02:25:46    DEBUG: Source/cmMakefile.cxx updated to 1.441
14023 2008-03-02 02:25:46     INFO: Committing u'2008-03-01 21:21:41 by martink'...
14024 2008-03-02 02:25:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14025 2008-03-02 02:25:46     INFO: Changeset #43
14026 2008-03-02 02:25:46     INFO: Changeset "2008-03-02 05:01:03 by king"
14027 2008-03-02 02:25:46     INFO: Log message: STYLE: Nightly Date Stamp
14028 2008-03-02 02:25:46    DEBUG: Going to apply changeset:
14029 Revision: 2008-03-02 05:01:03 by king
14030 Date: 2008-03-02 05:01:03+00:00
14031 Author: king
14032 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.113)
14033 Log: STYLE: Nightly Date Stamp
14034 2008-03-02 02:25:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.113 Source/kwsys/kwsysDateStamp.cmake
14035 2008-03-02 02:25:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.113 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14036 2008-03-02 02:25:48     INFO: [Ok]
14037 2008-03-02 02:25:48    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.113
14038 2008-03-02 02:25:48     INFO: Committing u'2008-03-02 05:01:03 by king'...
14039 2008-03-02 02:25:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14040 2008-03-02 02:25:48    DEBUG: Adjusting the state accordingly to journal
14041 2008-03-02 02:25:48     INFO: Update completed, now at revision "2008-03-02 05:01:03 by king"
14042 2008-03-09 18:52:00     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
14043 2008-03-09 18:52:00    DEBUG: cvs not found as new-style vcs, trying as monolithic
14044 2008-03-09 18:52:00    DEBUG: hg not found as new-style vcs, trying as monolithic
14045 2008-03-09 18:52:00     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-02 05:01:03 UTC<" -b CMake 2>&1
14046 2008-03-09 18:52:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-02 05:01:03 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
14047 2008-03-09 18:52:27     INFO: [Ok]
14048 2008-03-09 18:52:32     INFO: Cached information about 71 pending changesets
14049 2008-03-09 18:52:32     INFO: Applying pending upstream changesets
14050 2008-03-09 18:52:32     INFO: Changeset #1
14051 2008-03-09 18:52:32     INFO: Changeset "2008-03-02 13:36:18 by martink"
14052 2008-03-09 18:52:32     INFO: Log message: COMP: fix compile errors on vs6 and a warning
14053 2008-03-09 18:52:32    DEBUG: Going to apply changeset:
14054 Revision: 2008-03-02 13:36:18 by martink
14055 Date: 2008-03-02 13:36:18+00:00
14056 Author: martink
14057 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.33), Source/cmPolicies.cxx(UPD to 1.3), Source/cmPolicies.h(UPD to 1.3)
14058 Log: COMP: fix compile errors on vs6 and a warning
14059 2008-03-09 18:52:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmPolicies.cxx Source/cmPolicies.h
14060 2008-03-09 18:52:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmPolicies.cxx Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14061 2008-03-09 18:52:45     INFO: [Ok]
14062 2008-03-09 18:52:45    DEBUG: Source/cmPolicies.cxx,Source/cmPolicies.h updated to 1.3
14063 2008-03-09 18:52:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddCustomTargetCommand.cxx
14064 2008-03-09 18:52:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14065 2008-03-09 18:52:46     INFO: [Ok]
14066 2008-03-09 18:52:46    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.3
14067 2008-03-09 18:52:46     INFO: Committing u'2008-03-02 13:36:18 by martink'...
14068 2008-03-09 18:52:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14069 2008-03-09 18:52:46     INFO: Changeset #2
14070 2008-03-09 18:52:46     INFO: Changeset "2008-03-02 14:03:33 by martink"
14071 2008-03-09 18:52:46     INFO: Log message: ENH: revert dumb change
14072 2008-03-09 18:52:46    DEBUG: Going to apply changeset:
14073 Revision: 2008-03-02 14:03:33 by martink
14074 Date: 2008-03-02 14:03:33+00:00
14075 Author: martink
14076 Entries: Source/cmPolicies.cxx(UPD to 1.4), Source/cmPolicies.h(UPD to 1.4)
14077 Log: ENH: revert dumb change
14078 2008-03-09 18:52:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmPolicies.cxx Source/cmPolicies.h
14079 2008-03-09 18:52:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmPolicies.cxx Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14080 2008-03-09 18:52:49     INFO: [Ok]
14081 2008-03-09 18:52:49    DEBUG: Source/cmPolicies.cxx,Source/cmPolicies.h updated to 1.4
14082 2008-03-09 18:52:49     INFO: Committing u'2008-03-02 14:03:33 by martink'...
14083 2008-03-09 18:52:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14084 2008-03-09 18:52:49     INFO: Changeset #3
14085 2008-03-09 18:52:49     INFO: Changeset "2008-03-02 14:11:26 by martink"
14086 2008-03-09 18:52:49     INFO: Log message: COMP: fix warning
14087 2008-03-09 18:52:49    DEBUG: Going to apply changeset:
14088 Revision: 2008-03-02 14:11:26 by martink
14089 Date: 2008-03-02 14:11:26+00:00
14090 Author: martink
14091 Entries: Source/cmMakefile.cxx(UPD to 1.442)
14092 Log: COMP: fix warning
14093 2008-03-09 18:52:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.442 Source/cmMakefile.cxx
14094 2008-03-09 18:52:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.442 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14095 2008-03-09 18:52:51     INFO: [Ok]
14096 2008-03-09 18:52:51    DEBUG: Source/cmMakefile.cxx updated to 1.442
14097 2008-03-09 18:52:51     INFO: Committing u'2008-03-02 14:11:26 by martink'...
14098 2008-03-09 18:52:51     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14099 2008-03-09 18:52:51     INFO: Changeset #4
14100 2008-03-09 18:52:51     INFO: Changeset "2008-03-02 14:12:27 by martink"
14101 2008-03-09 18:52:51     INFO: Log message: COMP: possible fix for VS6, but probably not, probably need tomake it internal
14102 2008-03-09 18:52:51    DEBUG: Going to apply changeset:
14103 Revision: 2008-03-02 14:12:27 by martink
14104 Date: 2008-03-02 14:12:27+00:00
14105 Author: martink
14106 Entries: Source/cmPolicies.h(UPD to 1.5)
14107 Log: COMP: possible fix for VS6, but probably not, probably need tomake it internal
14108 2008-03-09 18:52:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmPolicies.h
14109 2008-03-09 18:52:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14110 2008-03-09 18:52:53     INFO: [Ok]
14111 2008-03-09 18:52:53    DEBUG: Source/cmPolicies.h updated to 1.5
14112 2008-03-09 18:52:53     INFO: Committing u'2008-03-02 14:12:27 by martink'...
14113 2008-03-09 18:52:53     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14114 2008-03-09 18:52:53     INFO: Changeset #5
14115 2008-03-09 18:52:53     INFO: Changeset "2008-03-02 19:35:13 by king"
14116 2008-03-09 18:52:53     INFO: Log message: ENH: Simplify tests for building CMake itself with rpath support now that 2.4 is required to build.
14117 2008-03-09 18:52:53    DEBUG: Going to apply changeset:
14118 Revision: 2008-03-02 19:35:13 by king
14119 Date: 2008-03-02 19:35:13+00:00
14120 Author: king
14121 Entries: CMakeLists.txt(UPD to 1.143)
14122 Log: ENH: Simplify tests for building CMake itself with rpath support now that 2.4 is required to build.
14123 2008-03-09 18:52:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.143 CMakeLists.txt
14124 2008-03-09 18:52:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.143 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14125 2008-03-09 18:52:55     INFO: [Ok]
14126 2008-03-09 18:52:55    DEBUG: CMakeLists.txt updated to 1.143
14127 2008-03-09 18:52:55     INFO: Committing u'2008-03-02 19:35:13 by king'...
14128 2008-03-09 18:52:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14129 2008-03-09 18:52:55     INFO: Changeset #6
14130 2008-03-09 18:52:55     INFO: Changeset "2008-03-02 19:35:23 by king"
14131 2008-03-09 18:52:55     INFO: Log message: ENH: Cleanup builtin chrpath support
14133   - Move computation of extended build-tree rpath
14134     to cmComputeLinkInformation
14135   - Only enable the extended build-tree rpath if
14136     the target will be installed
14137   - Generalize the interface of file(CHRPATH)
14138   - When changing the rpath on installation only
14139     replace the part generated by CMake because
14140     the native tools (ex SunCC on Linux) might have
14141     added their own part to the rpath
14142 2008-03-09 18:52:55    DEBUG: Going to apply changeset:
14143 Revision: 2008-03-02 19:35:23 by king
14144 Date: 2008-03-02 19:35:23+00:00
14145 Author: king
14146 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.24), Source/cmFileCommand.cxx(UPD to 1.102), Source/cmInstallTargetGenerator.cxx(UPD to 1.61), Source/cmLocalGenerator.cxx(UPD to 1.267), Source/cmSystemTools.cxx(UPD to 1.367), Source/cmSystemTools.h(UPD to 1.150), Source/cmTarget.cxx(UPD to 1.203)
14147 Log: ENH: Cleanup builtin chrpath support
14149   - Move computation of extended build-tree rpath
14150     to cmComputeLinkInformation
14151   - Only enable the extended build-tree rpath if
14152     the target will be installed
14153   - Generalize the interface of file(CHRPATH)
14154   - When changing the rpath on installation only
14155     replace the part generated by CMake because
14156     the native tools (ex SunCC on Linux) might have
14157     added their own part to the rpath
14158 2008-03-09 18:52:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmComputeLinkInformation.cxx
14159 2008-03-09 18:52:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14160 2008-03-09 18:52:57     INFO: [Ok]
14161 2008-03-09 18:52:57    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.203
14162 2008-03-09 18:52:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/cmInstallTargetGenerator.cxx
14163 2008-03-09 18:52:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.61 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14164 2008-03-09 18:52:58     INFO: [Ok]
14165 2008-03-09 18:52:58    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.203
14166 2008-03-09 18:52:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmFileCommand.cxx
14167 2008-03-09 18:52:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14168 2008-03-09 18:52:59     INFO: [Ok]
14169 2008-03-09 18:52:59    DEBUG: Source/cmFileCommand.cxx updated to 1.203
14170 2008-03-09 18:52:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.150 Source/cmSystemTools.h
14171 2008-03-09 18:52:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.150 Source/cmSystemTools.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14172 2008-03-09 18:53:00     INFO: [Ok]
14173 2008-03-09 18:53:00    DEBUG: Source/cmSystemTools.h updated to 1.203
14174 2008-03-09 18:53:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.203 Source/cmTarget.cxx
14175 2008-03-09 18:53:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.203 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14176 2008-03-09 18:53:01     INFO: [Ok]
14177 2008-03-09 18:53:01    DEBUG: Source/cmTarget.cxx updated to 1.203
14178 2008-03-09 18:53:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.267 Source/cmLocalGenerator.cxx
14179 2008-03-09 18:53:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.267 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14180 2008-03-09 18:53:02     INFO: [Ok]
14181 2008-03-09 18:53:02    DEBUG: Source/cmLocalGenerator.cxx updated to 1.203
14182 2008-03-09 18:53:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.367 Source/cmSystemTools.cxx
14183 2008-03-09 18:53:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.367 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14184 2008-03-09 18:53:04     INFO: [Ok]
14185 2008-03-09 18:53:04    DEBUG: Source/cmSystemTools.cxx updated to 1.203
14186 2008-03-09 18:53:04     INFO: Committing u'2008-03-02 19:35:23 by king'...
14187 2008-03-09 18:53:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14188 2008-03-09 18:53:04     INFO: Changeset #7
14189 2008-03-09 18:53:04     INFO: Changeset "2008-03-02 21:19:26 by king"
14190 2008-03-09 18:53:04     INFO: Log message: ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not exist.
14191 2008-03-09 18:53:04    DEBUG: Going to apply changeset:
14192 Revision: 2008-03-02 21:19:26 by king
14193 Date: 2008-03-02 21:19:26+00:00
14194 Author: king
14195 Entries: Source/cmSystemTools.cxx(UPD to 1.368)
14196 Log: ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not exist.
14197 2008-03-09 18:53:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.368 Source/cmSystemTools.cxx
14198 2008-03-09 18:53:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.368 Source/cmSystemTools.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14199 2008-03-09 18:53:07     INFO: [Ok]
14200 2008-03-09 18:53:07    DEBUG: Source/cmSystemTools.cxx updated to 1.368
14201 2008-03-09 18:53:07     INFO: Committing u'2008-03-02 21:19:26 by king'...
14202 2008-03-09 18:53:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14203 2008-03-09 18:53:07     INFO: Changeset #8
14204 2008-03-09 18:53:07     INFO: Changeset "2008-03-02 21:19:40 by king"
14205 2008-03-09 18:53:07     INFO: Log message: BUG: A few more corrections for cmELF
14207   - Add os-specific and processor-specific file types
14208   - Add more error strings for invalid files.
14209   - Byte order of header fields does not always match encoding
14210 2008-03-09 18:53:07    DEBUG: Going to apply changeset:
14211 Revision: 2008-03-02 21:19:40 by king
14212 Date: 2008-03-02 21:19:40+00:00
14213 Author: king
14214 Entries: Source/cmELF.cxx(UPD to 1.6), Source/cmELF.h(UPD to 1.4)
14215 Log: BUG: A few more corrections for cmELF
14217   - Add os-specific and processor-specific file types
14218   - Add more error strings for invalid files.
14219   - Byte order of header fields does not always match encoding
14220 2008-03-09 18:53:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmELF.h
14221 2008-03-09 18:53:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmELF.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14222 2008-03-09 18:53:09     INFO: [Ok]
14223 2008-03-09 18:53:09    DEBUG: Source/cmELF.h updated to 1.4
14224 2008-03-09 18:53:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmELF.cxx
14225 2008-03-09 18:53:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14226 2008-03-09 18:53:11     INFO: [Ok]
14227 2008-03-09 18:53:11    DEBUG: Source/cmELF.cxx updated to 1.4
14228 2008-03-09 18:53:11     INFO: Committing u'2008-03-02 21:19:40 by king'...
14229 2008-03-09 18:53:11     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14230 2008-03-09 18:53:11     INFO: Changeset #9
14231 2008-03-09 18:53:11     INFO: Changeset "2008-03-02 21:31:06 by king"
14232 2008-03-09 18:53:11     INFO: Log message: BUG: Fix bug introduced by workaround to warning.
14233 2008-03-09 18:53:11    DEBUG: Going to apply changeset:
14234 Revision: 2008-03-02 21:31:06 by king
14235 Date: 2008-03-02 21:31:06+00:00
14236 Author: king
14237 Entries: Source/cmELF.cxx(UPD to 1.7)
14238 Log: BUG: Fix bug introduced by workaround to warning.
14239 2008-03-09 18:53:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmELF.cxx
14240 2008-03-09 18:53:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14241 2008-03-09 18:53:13     INFO: [Ok]
14242 2008-03-09 18:53:13    DEBUG: Source/cmELF.cxx updated to 1.7
14243 2008-03-09 18:53:13     INFO: Committing u'2008-03-02 21:31:06 by king'...
14244 2008-03-09 18:53:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14245 2008-03-09 18:53:13     INFO: Changeset #10
14246 2008-03-09 18:53:13     INFO: Changeset "2008-03-02 21:37:34 by king"
14247 2008-03-09 18:53:13     INFO: Log message: ENH: Allow users to work around problems with the builtin chrpath by setting CMAKE_NO_BUILTIN_CHRPATH.
14248 2008-03-09 18:53:13    DEBUG: Going to apply changeset:
14249 Revision: 2008-03-02 21:37:34 by king
14250 Date: 2008-03-02 21:37:34+00:00
14251 Author: king
14252 Entries: Source/cmTarget.cxx(UPD to 1.204)
14253 Log: ENH: Allow users to work around problems with the builtin chrpath by setting CMAKE_NO_BUILTIN_CHRPATH.
14254 2008-03-09 18:53:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.204 Source/cmTarget.cxx
14255 2008-03-09 18:53:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.204 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14256 2008-03-09 18:53:15     INFO: [Ok]
14257 2008-03-09 18:53:15    DEBUG: Source/cmTarget.cxx updated to 1.204
14258 2008-03-09 18:53:15     INFO: Committing u'2008-03-02 21:37:34 by king'...
14259 2008-03-09 18:53:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14260 2008-03-09 18:53:15     INFO: Changeset #11
14261 2008-03-09 18:53:15     INFO: Changeset "2008-03-02 21:48:50 by king"
14262 2008-03-09 18:53:15     INFO: Log message: ENH: During installation do not use builtin chrpath if the rpath will not change.
14263 2008-03-09 18:53:15    DEBUG: Going to apply changeset:
14264 Revision: 2008-03-02 21:48:50 by king
14265 Date: 2008-03-02 21:48:50+00:00
14266 Author: king
14267 Entries: Source/cmInstallTargetGenerator.cxx(UPD to 1.62)
14268 Log: ENH: During installation do not use builtin chrpath if the rpath will not change.
14269 2008-03-09 18:53:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/cmInstallTargetGenerator.cxx
14270 2008-03-09 18:53:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.62 Source/cmInstallTargetGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14271 2008-03-09 18:53:17     INFO: [Ok]
14272 2008-03-09 18:53:17    DEBUG: Source/cmInstallTargetGenerator.cxx updated to 1.62
14273 2008-03-09 18:53:17     INFO: Committing u'2008-03-02 21:48:50 by king'...
14274 2008-03-09 18:53:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14275 2008-03-09 18:53:17     INFO: Changeset #12
14276 2008-03-09 18:53:17     INFO: Changeset "2008-03-03 05:01:05 by king"
14277 2008-03-09 18:53:17     INFO: Log message: STYLE: Nightly Date Stamp
14278 2008-03-09 18:53:17    DEBUG: Going to apply changeset:
14279 Revision: 2008-03-03 05:01:05 by king
14280 Date: 2008-03-03 05:01:05+00:00
14281 Author: king
14282 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.114)
14283 Log: STYLE: Nightly Date Stamp
14284 2008-03-09 18:53:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.114 Source/kwsys/kwsysDateStamp.cmake
14285 2008-03-09 18:53:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.114 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14286 2008-03-09 18:53:19     INFO: [Ok]
14287 2008-03-09 18:53:19    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.114
14288 2008-03-09 18:53:19     INFO: Committing u'2008-03-03 05:01:05 by king'...
14289 2008-03-09 18:53:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14290 2008-03-09 18:53:19     INFO: Changeset #13
14291 2008-03-09 18:53:19     INFO: Changeset "2008-03-03 13:48:37 by king"
14292 2008-03-09 18:53:19     INFO: Log message: COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not be defined.
14293 2008-03-09 18:53:19    DEBUG: Going to apply changeset:
14294 Revision: 2008-03-03 13:48:37 by king
14295 Date: 2008-03-03 13:48:37+00:00
14296 Author: king
14297 Entries: Source/cmELF.cxx(UPD to 1.8)
14298 Log: COMP: Fix cmELF to build when ET_LOOS, ET_HIOS, ET_LOPROC, ET_HIPROC may not be defined.
14299 2008-03-09 18:53:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmELF.cxx
14300 2008-03-09 18:53:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmELF.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14301 2008-03-09 18:53:21     INFO: [Ok]
14302 2008-03-09 18:53:21    DEBUG: Source/cmELF.cxx updated to 1.8
14303 2008-03-09 18:53:21     INFO: Committing u'2008-03-03 13:48:37 by king'...
14304 2008-03-09 18:53:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14305 2008-03-09 18:53:21     INFO: Changeset #14
14306 2008-03-09 18:53:21     INFO: Changeset "2008-03-03 16:16:32 by king"
14307 2008-03-09 18:53:21     INFO: Log message: ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in CMakeForceCompiler module.
14308 2008-03-09 18:53:21    DEBUG: Going to apply changeset:
14309 Revision: 2008-03-03 16:16:32 by king
14310 Date: 2008-03-03 16:16:32+00:00
14311 Author: king
14312 Entries: Modules/CMakeForceCompiler.cmake(UPD to 1.8)
14313 Log: ENH: Restore CMAKE_FORCE_C_COMPILER and CMAKE_FORCE_CXX_COMPILER macros in CMakeForceCompiler module.
14314 2008-03-09 18:53:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CMakeForceCompiler.cmake
14315 2008-03-09 18:53:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CMakeForceCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14316 2008-03-09 18:53:23     INFO: [Ok]
14317 2008-03-09 18:53:23    DEBUG: Modules/CMakeForceCompiler.cmake updated to 1.8
14318 2008-03-09 18:53:23     INFO: Committing u'2008-03-03 16:16:32 by king'...
14319 2008-03-09 18:53:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14320 2008-03-09 18:53:23     INFO: Changeset #15
14321 2008-03-09 18:53:23     INFO: Changeset "2008-03-03 16:18:49 by king"
14322 2008-03-09 18:53:23     INFO: Log message: STYLE: Fixed docs of new CMakeForceCompiler
14323 2008-03-09 18:53:23    DEBUG: Going to apply changeset:
14324 Revision: 2008-03-03 16:18:49 by king
14325 Date: 2008-03-03 16:18:49+00:00
14326 Author: king
14327 Entries: Modules/CMakeForceCompiler.cmake(UPD to 1.9)
14328 Log: STYLE: Fixed docs of new CMakeForceCompiler
14329 2008-03-09 18:53:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeForceCompiler.cmake
14330 2008-03-09 18:53:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeForceCompiler.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14331 2008-03-09 18:53:25     INFO: [Ok]
14332 2008-03-09 18:53:25    DEBUG: Modules/CMakeForceCompiler.cmake updated to 1.9
14333 2008-03-09 18:53:25     INFO: Committing u'2008-03-03 16:18:49 by king'...
14334 2008-03-09 18:53:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14335 2008-03-09 18:53:25     INFO: Changeset #16
14336 2008-03-09 18:53:25     INFO: Changeset "2008-03-03 16:28:16 by hoffman"
14337 2008-03-09 18:53:25     INFO: Log message: ENH: fix ICE with gcc in dash8
14338 2008-03-09 18:53:25    DEBUG: Going to apply changeset:
14339 Revision: 2008-03-03 16:28:16 by hoffman
14340 Date: 2008-03-03 16:28:16+00:00
14341 Author: hoffman
14342 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.34)
14343 Log: ENH: fix ICE with gcc in dash8
14344 2008-03-09 18:53:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddCustomTargetCommand.cxx
14345 2008-03-09 18:53:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14346 2008-03-09 18:53:27     INFO: [Ok]
14347 2008-03-09 18:53:27    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.34
14348 2008-03-09 18:53:27     INFO: Committing u'2008-03-03 16:28:16 by hoffman'...
14349 2008-03-09 18:53:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14350 2008-03-09 18:53:27     INFO: Changeset #17
14351 2008-03-09 18:53:27     INFO: Changeset "2008-03-03 16:57:02 by king"
14352 2008-03-09 18:53:27     INFO: Log message: STYLE: Remove trailing whitespace.
14353 2008-03-09 18:53:27    DEBUG: Going to apply changeset:
14354 Revision: 2008-03-03 16:57:02 by king
14355 Date: 2008-03-03 16:57:02+00:00
14356 Author: king
14357 Entries: Modules/VTKCompatibility.cmake(UPD to 1.10)
14358 Log: STYLE: Remove trailing whitespace.
14359 2008-03-09 18:53:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/VTKCompatibility.cmake
14360 2008-03-09 18:53:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/VTKCompatibility.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14361 2008-03-09 18:53:29     INFO: [Ok]
14362 2008-03-09 18:53:29    DEBUG: Modules/VTKCompatibility.cmake updated to 1.10
14363 2008-03-09 18:53:29     INFO: Committing u'2008-03-03 16:57:02 by king'...
14364 2008-03-09 18:53:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14365 2008-03-09 18:53:29     INFO: Changeset #18
14366 2008-03-09 18:53:29     INFO: Changeset "2008-03-03 20:56:04 by king"
14367 2008-03-09 18:53:29     INFO: Log message: STYLE: Remove trailing whitespace.
14368 2008-03-09 18:53:29    DEBUG: Going to apply changeset:
14369 Revision: 2008-03-03 20:56:04 by king
14370 Date: 2008-03-03 20:56:04+00:00
14371 Author: king
14372 Entries: Modules/Use_wxWindows.cmake(UPD to 1.6)
14373 Log: STYLE: Remove trailing whitespace.
14374 2008-03-09 18:53:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/Use_wxWindows.cmake
14375 2008-03-09 18:53:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/Use_wxWindows.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14376 2008-03-09 18:53:31     INFO: [Ok]
14377 2008-03-09 18:53:31    DEBUG: Modules/Use_wxWindows.cmake updated to 1.6
14378 2008-03-09 18:53:31     INFO: Committing u'2008-03-03 20:56:04 by king'...
14379 2008-03-09 18:53:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14380 2008-03-09 18:53:31     INFO: Changeset #19
14381 2008-03-09 18:53:31     INFO: Changeset "2008-03-04 01:24:18 by king"
14382 2008-03-09 18:53:31     INFO: Log message: STYLE: Remove trailing whitespace.
14383 2008-03-09 18:53:31    DEBUG: Going to apply changeset:
14384 Revision: 2008-03-04 01:24:18 by king
14385 Date: 2008-03-04 01:24:18+00:00
14386 Author: king
14387 Entries: Modules/CMakeASMInformation.cmake(UPD to 1.3)
14388 Log: STYLE: Remove trailing whitespace.
14389 2008-03-09 18:53:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeASMInformation.cmake
14390 2008-03-09 18:53:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeASMInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14391 2008-03-09 18:53:33     INFO: [Ok]
14392 2008-03-09 18:53:33    DEBUG: Modules/CMakeASMInformation.cmake updated to 1.3
14393 2008-03-09 18:53:33     INFO: Committing u'2008-03-04 01:24:18 by king'...
14394 2008-03-09 18:53:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14395 2008-03-09 18:53:33     INFO: Changeset #20
14396 2008-03-09 18:53:33     INFO: Changeset "2008-03-04 01:31:51 by king"
14397 2008-03-09 18:53:33     INFO: Log message: STYLE: Remove trailing whitespace.
14398 2008-03-09 18:53:33    DEBUG: Going to apply changeset:
14399 Revision: 2008-03-04 01:31:51 by king
14400 Date: 2008-03-04 01:31:51+00:00
14401 Author: king
14402 Entries: Modules/UsewxWidgets.cmake(UPD to 1.6)
14403 Log: STYLE: Remove trailing whitespace.
14404 2008-03-09 18:53:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/UsewxWidgets.cmake
14405 2008-03-09 18:53:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Modules/UsewxWidgets.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14406 2008-03-09 18:53:35     INFO: [Ok]
14407 2008-03-09 18:53:35    DEBUG: Modules/UsewxWidgets.cmake updated to 1.6
14408 2008-03-09 18:53:35     INFO: Committing u'2008-03-04 01:31:51 by king'...
14409 2008-03-09 18:53:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14410 2008-03-09 18:53:35     INFO: Changeset #21
14411 2008-03-09 18:53:35     INFO: Changeset "2008-03-04 05:01:06 by king"
14412 2008-03-09 18:53:35     INFO: Log message: STYLE: Nightly Date Stamp
14413 2008-03-09 18:53:35    DEBUG: Going to apply changeset:
14414 Revision: 2008-03-04 05:01:06 by king
14415 Date: 2008-03-04 05:01:06+00:00
14416 Author: king
14417 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.115)
14418 Log: STYLE: Nightly Date Stamp
14419 2008-03-09 18:53:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.115 Source/kwsys/kwsysDateStamp.cmake
14420 2008-03-09 18:53:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.115 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14421 2008-03-09 18:53:37     INFO: [Ok]
14422 2008-03-09 18:53:37    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.115
14423 2008-03-09 18:53:37     INFO: Committing u'2008-03-04 05:01:06 by king'...
14424 2008-03-09 18:53:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14425 2008-03-09 18:53:37     INFO: Changeset #22
14426 2008-03-09 18:53:37     INFO: Changeset "2008-03-04 13:18:34 by david.cole"
14427 2008-03-09 18:53:37     INFO: Log message: ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results.
14428 2008-03-09 18:53:37    DEBUG: Going to apply changeset:
14429 Revision: 2008-03-04 13:18:34 by david.cole
14430 Date: 2008-03-04 13:18:40+00:00
14431 Author: david.cole
14432 Entries: Tests/CMakeTests/CMakeLists.txt(UPD to 1.4), Tests/CMakeTests/GetPrerequisitesTest.cmake.in(ADD at 1.1), Modules/GetPrerequisites.cmake(ADD at 1.1)
14433 Log: ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries executable files depend on. Primary uses are to determine what shared libraries should be copied into Mac OSX bundle applications to create standalone bundles apps and to determine what shared library files need to be installed for an executable to run on any platform. Requires native platform tools dumpbin, otool and ldd to generate results.
14434 2008-03-09 18:53:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/CMakeTests/GetPrerequisitesTest.cmake.in Modules/GetPrerequisites.cmake
14435 2008-03-09 18:53:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Tests/CMakeTests/GetPrerequisitesTest.cmake.in Modules/GetPrerequisites.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14436 2008-03-09 18:53:40     INFO: [Ok]
14437 2008-03-09 18:53:40    DEBUG: Tests/CMakeTests/GetPrerequisitesTest.cmake.in,Modules/GetPrerequisites.cmake updated to 1.1
14438 2008-03-09 18:53:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/CMakeTests/CMakeLists.txt
14439 2008-03-09 18:53:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Tests/CMakeTests/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14440 2008-03-09 18:53:41     INFO: [Ok]
14441 2008-03-09 18:53:41    DEBUG: Tests/CMakeTests/CMakeLists.txt updated to 1.1
14442 2008-03-09 18:53:41     INFO: Adding Tests/CMakeTests/GetPrerequisitesTest.cmake.in, Modules/GetPrerequisites.cmake...
14443 2008-03-09 18:53:41     INFO: Committing u'2008-03-04 13:18:34 by david.cole'...
14444 2008-03-09 18:53:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14445 2008-03-09 18:53:41     INFO: Changeset #23
14446 2008-03-09 18:53:41     INFO: Changeset "2008-03-04 14:10:05 by martink"
14447 2008-03-09 18:53:41     INFO: Log message: BUG: undo accidental commit
14448 2008-03-09 18:53:41    DEBUG: Going to apply changeset:
14449 Revision: 2008-03-04 14:10:05 by martink
14450 Date: 2008-03-04 14:10:05+00:00
14451 Author: martink
14452 Entries: CMakeLists.txt(UPD to 1.144)
14453 Log: BUG: undo accidental commit
14454 2008-03-09 18:53:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.144 CMakeLists.txt
14455 2008-03-09 18:53:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.144 CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14456 2008-03-09 18:53:43     INFO: [Ok]
14457 2008-03-09 18:53:43    DEBUG: CMakeLists.txt updated to 1.144
14458 2008-03-09 18:53:43     INFO: Committing u'2008-03-04 14:10:05 by martink'...
14459 2008-03-09 18:53:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14460 2008-03-09 18:53:43     INFO: Changeset #24
14461 2008-03-09 18:53:43     INFO: Changeset "2008-03-04 14:16:33 by martink"
14462 2008-03-09 18:53:43     INFO: Log message: ENH: add --help-policies and --help-policy command line options
14463 2008-03-09 18:53:43    DEBUG: Going to apply changeset:
14464 Revision: 2008-03-04 14:16:33 by martink
14465 Date: 2008-03-04 14:16:33+00:00
14466 Author: martink
14467 Entries: Source/cmDocumentation.cxx(UPD to 1.68), Source/cmDocumentation.h(UPD to 1.33), Source/cmDocumentationFormatter.h(UPD to 1.7), Source/cmPolicies.cxx(UPD to 1.5), Source/cmPolicies.h(UPD to 1.6), Source/cmake.cxx(UPD to 1.363), Source/cmake.h(UPD to 1.102), Source/cmakemain.cxx(UPD to 1.78)
14468 Log: ENH: add --help-policies and --help-policy command line options
14469 2008-03-09 18:53:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmPolicies.cxx
14470 2008-03-09 18:53:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14471 2008-03-09 18:53:45     INFO: [Ok]
14472 2008-03-09 18:53:45    DEBUG: Source/cmPolicies.cxx updated to 1.78
14473 2008-03-09 18:53:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmPolicies.h
14474 2008-03-09 18:53:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14475 2008-03-09 18:53:47     INFO: [Ok]
14476 2008-03-09 18:53:47    DEBUG: Source/cmPolicies.h updated to 1.78
14477 2008-03-09 18:53:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmDocumentationFormatter.h
14478 2008-03-09 18:53:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmDocumentationFormatter.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14479 2008-03-09 18:53:48     INFO: [Ok]
14480 2008-03-09 18:53:48    DEBUG: Source/cmDocumentationFormatter.h updated to 1.78
14481 2008-03-09 18:53:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDocumentation.h
14482 2008-03-09 18:53:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmDocumentation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14483 2008-03-09 18:53:50     INFO: [Ok]
14484 2008-03-09 18:53:50    DEBUG: Source/cmDocumentation.h updated to 1.78
14485 2008-03-09 18:53:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/cmDocumentation.cxx
14486 2008-03-09 18:53:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.68 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14487 2008-03-09 18:53:51     INFO: [Ok]
14488 2008-03-09 18:53:51    DEBUG: Source/cmDocumentation.cxx updated to 1.78
14489 2008-03-09 18:53:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmakemain.cxx
14490 2008-03-09 18:53:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.78 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14491 2008-03-09 18:53:52     INFO: [Ok]
14492 2008-03-09 18:53:52    DEBUG: Source/cmakemain.cxx updated to 1.78
14493 2008-03-09 18:53:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmake.h
14494 2008-03-09 18:53:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.102 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14495 2008-03-09 18:53:53     INFO: [Ok]
14496 2008-03-09 18:53:53    DEBUG: Source/cmake.h updated to 1.78
14497 2008-03-09 18:53:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.363 Source/cmake.cxx
14498 2008-03-09 18:53:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.363 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14499 2008-03-09 18:53:54     INFO: [Ok]
14500 2008-03-09 18:53:54    DEBUG: Source/cmake.cxx updated to 1.78
14501 2008-03-09 18:53:54     INFO: Committing u'2008-03-04 14:16:33 by martink'...
14502 2008-03-09 18:53:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14503 2008-03-09 18:53:54     INFO: Changeset #25
14504 2008-03-09 18:53:54     INFO: Changeset "2008-03-04 14:40:38 by king"
14505 2008-03-09 18:53:54     INFO: Log message: BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH.
14506 2008-03-09 18:53:54    DEBUG: Going to apply changeset:
14507 Revision: 2008-03-04 14:40:38 by king
14508 Date: 2008-03-04 14:40:38+00:00
14509 Author: king
14510 Entries: Source/cmDocumentVariables.cxx(UPD to 1.18)
14511 Log: BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH.
14512 2008-03-09 18:53:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmDocumentVariables.cxx
14513 2008-03-09 18:53:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14514 2008-03-09 18:53:57     INFO: [Ok]
14515 2008-03-09 18:53:57    DEBUG: Source/cmDocumentVariables.cxx updated to 1.18
14516 2008-03-09 18:53:57     INFO: Committing u'2008-03-04 14:40:38 by king'...
14517 2008-03-09 18:53:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14518 2008-03-09 18:53:57     INFO: Changeset #26
14519 2008-03-09 18:53:57     INFO: Changeset "2008-03-04 18:34:21 by hoffman"
14520 2008-03-09 18:53:57     INFO: Log message: STYLE: fix line len
14521 2008-03-09 18:53:57    DEBUG: Going to apply changeset:
14522 Revision: 2008-03-04 18:34:21 by hoffman
14523 Date: 2008-03-04 18:34:21+00:00
14524 Author: hoffman
14525 Entries: Source/CTest/cmCTestSubmitHandler.cxx(UPD to 1.31)
14526 Log: STYLE: fix line len
14527 2008-03-09 18:53:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/CTest/cmCTestSubmitHandler.cxx
14528 2008-03-09 18:53:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/CTest/cmCTestSubmitHandler.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14529 2008-03-09 18:53:59     INFO: [Ok]
14530 2008-03-09 18:53:59    DEBUG: Source/CTest/cmCTestSubmitHandler.cxx updated to 1.31
14531 2008-03-09 18:53:59     INFO: Committing u'2008-03-04 18:34:21 by hoffman'...
14532 2008-03-09 18:53:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14533 2008-03-09 18:53:59     INFO: Changeset #27
14534 2008-03-09 18:53:59     INFO: Changeset "2008-03-04 18:51:27 by king"
14535 2008-03-09 18:53:59     INFO: Log message: BUG: Fix memory leak when cmTarget instances are assigned.  We really need to get rid of global targets and their associated assignments.
14536 2008-03-09 18:53:59    DEBUG: Going to apply changeset:
14537 Revision: 2008-03-04 18:51:27 by king
14538 Date: 2008-03-04 18:51:27+00:00
14539 Author: king
14540 Entries: Source/cmTarget.cxx(UPD to 1.205)
14541 Log: BUG: Fix memory leak when cmTarget instances are assigned.  We really need to get rid of global targets and their associated assignments.
14542 2008-03-09 18:53:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.205 Source/cmTarget.cxx
14543 2008-03-09 18:53:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.205 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14544 2008-03-09 18:54:01     INFO: [Ok]
14545 2008-03-09 18:54:01    DEBUG: Source/cmTarget.cxx updated to 1.205
14546 2008-03-09 18:54:01     INFO: Committing u'2008-03-04 18:51:27 by king'...
14547 2008-03-09 18:54:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14548 2008-03-09 18:54:01     INFO: Changeset #28
14549 2008-03-09 18:54:01     INFO: Changeset "2008-03-04 19:51:25 by martink"
14550 2008-03-09 18:54:01     INFO: Log message: ENH: more policy changes
14551 2008-03-09 18:54:01    DEBUG: Going to apply changeset:
14552 Revision: 2008-03-04 19:51:25 by martink
14553 Date: 2008-03-04 19:51:25+00:00
14554 Author: martink
14555 Entries: Source/cmCMakeMinimumRequired.cxx(UPD to 1.14), Source/cmPolicies.cxx(UPD to 1.6), Source/cmake.cxx(UPD to 1.364)
14556 Log: ENH: more policy changes
14557 2008-03-09 18:54:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmPolicies.cxx
14558 2008-03-09 18:54:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14559 2008-03-09 18:54:03     INFO: [Ok]
14560 2008-03-09 18:54:03    DEBUG: Source/cmPolicies.cxx updated to 1.364
14561 2008-03-09 18:54:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmCMakeMinimumRequired.cxx
14562 2008-03-09 18:54:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmCMakeMinimumRequired.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14563 2008-03-09 18:54:05     INFO: [Ok]
14564 2008-03-09 18:54:05    DEBUG: Source/cmCMakeMinimumRequired.cxx updated to 1.364
14565 2008-03-09 18:54:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.364 Source/cmake.cxx
14566 2008-03-09 18:54:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.364 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14567 2008-03-09 18:54:07     INFO: [Ok]
14568 2008-03-09 18:54:07    DEBUG: Source/cmake.cxx updated to 1.364
14569 2008-03-09 18:54:07     INFO: Committing u'2008-03-04 19:51:25 by martink'...
14570 2008-03-09 18:54:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14571 2008-03-09 18:54:07     INFO: Changeset #29
14572 2008-03-09 18:54:07     INFO: Changeset "2008-03-04 23:41:52 by king"
14573 2008-03-09 18:54:07     INFO: Log message: BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set.
14574 2008-03-09 18:54:07    DEBUG: Going to apply changeset:
14575 Revision: 2008-03-04 23:41:52 by king
14576 Date: 2008-03-04 23:41:52+00:00
14577 Author: king
14578 Entries: Source/cmGlobalGenerator.cxx(UPD to 1.227), Source/cmIncludeDirectoryCommand.cxx(UPD to 1.29)
14579 Log: BUG: Fix crash when CMAKE_BACKWARDS_COMPATIBILITY is not set.
14580 2008-03-09 18:54:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmIncludeDirectoryCommand.cxx
14581 2008-03-09 18:54:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.29 Source/cmIncludeDirectoryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14582 2008-03-09 18:54:09     INFO: [Ok]
14583 2008-03-09 18:54:09    DEBUG: Source/cmIncludeDirectoryCommand.cxx updated to 1.29
14584 2008-03-09 18:54:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmGlobalGenerator.cxx
14585 2008-03-09 18:54:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmGlobalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14586 2008-03-09 18:54:10     INFO: [Ok]
14587 2008-03-09 18:54:10    DEBUG: Source/cmGlobalGenerator.cxx updated to 1.29
14588 2008-03-09 18:54:10     INFO: Committing u'2008-03-04 23:41:52 by king'...
14589 2008-03-09 18:54:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14590 2008-03-09 18:54:10     INFO: Changeset #30
14591 2008-03-09 18:54:10     INFO: Changeset "2008-03-04 23:42:06 by king"
14592 2008-03-09 18:54:10     INFO: Log message: ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always on).  Accept but ignore the existing option.
14593 2008-03-09 18:54:10    DEBUG: Going to apply changeset:
14594 Revision: 2008-03-04 23:42:06 by king
14595 Date: 2008-03-04 23:42:06+00:00
14596 Author: king
14597 Entries: Source/cmCMakeMinimumRequired.cxx(UPD to 1.15), Source/cmCMakeMinimumRequired.h(UPD to 1.11)
14598 Log: ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always on).  Accept but ignore the existing option.
14599 2008-03-09 18:54:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmCMakeMinimumRequired.h
14600 2008-03-09 18:54:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmCMakeMinimumRequired.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14601 2008-03-09 18:54:12     INFO: [Ok]
14602 2008-03-09 18:54:12    DEBUG: Source/cmCMakeMinimumRequired.h updated to 1.11
14603 2008-03-09 18:54:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmCMakeMinimumRequired.cxx
14604 2008-03-09 18:54:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmCMakeMinimumRequired.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14605 2008-03-09 18:54:13     INFO: [Ok]
14606 2008-03-09 18:54:13    DEBUG: Source/cmCMakeMinimumRequired.cxx updated to 1.11
14607 2008-03-09 18:54:13     INFO: Committing u'2008-03-04 23:42:06 by king'...
14608 2008-03-09 18:54:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14609 2008-03-09 18:54:13     INFO: Changeset #31
14610 2008-03-09 18:54:13     INFO: Changeset "2008-03-04 23:57:14 by king"
14611 2008-03-09 18:54:13     INFO: Log message: BUG: Make sure at least one policy stack entry is created for every cmMakefile instance.
14612 2008-03-09 18:54:13    DEBUG: Going to apply changeset:
14613 Revision: 2008-03-04 23:57:14 by king
14614 Date: 2008-03-04 23:57:14+00:00
14615 Author: king
14616 Entries: Source/cmMakefile.cxx(UPD to 1.443)
14617 Log: BUG: Make sure at least one policy stack entry is created for every cmMakefile instance.
14618 2008-03-09 18:54:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.443 Source/cmMakefile.cxx
14619 2008-03-09 18:54:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.443 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14620 2008-03-09 18:54:15     INFO: [Ok]
14621 2008-03-09 18:54:15    DEBUG: Source/cmMakefile.cxx updated to 1.443
14622 2008-03-09 18:54:15     INFO: Committing u'2008-03-04 23:57:14 by king'...
14623 2008-03-09 18:54:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14624 2008-03-09 18:54:15     INFO: Changeset #32
14625 2008-03-09 18:54:15     INFO: Changeset "2008-03-05 05:00:55 by king"
14626 2008-03-09 18:54:15     INFO: Log message: STYLE: Nightly Date Stamp
14627 2008-03-09 18:54:15    DEBUG: Going to apply changeset:
14628 Revision: 2008-03-05 05:00:55 by king
14629 Date: 2008-03-05 05:00:55+00:00
14630 Author: king
14631 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.116)
14632 Log: STYLE: Nightly Date Stamp
14633 2008-03-09 18:54:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.116 Source/kwsys/kwsysDateStamp.cmake
14634 2008-03-09 18:54:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.116 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14635 2008-03-09 18:54:17     INFO: [Ok]
14636 2008-03-09 18:54:17    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.116
14637 2008-03-09 18:54:17     INFO: Committing u'2008-03-05 05:00:55 by king'...
14638 2008-03-09 18:54:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14639 2008-03-09 18:54:17     INFO: Changeset #33
14640 2008-03-09 18:54:17     INFO: Changeset "2008-03-05 08:11:15 by ewing"
14641 2008-03-09 18:54:17     INFO: Log message: BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201)
14642 2008-03-09 18:54:17    DEBUG: Going to apply changeset:
14643 Revision: 2008-03-05 08:11:15 by ewing
14644 Date: 2008-03-05 08:11:15+00:00
14645 Author: ewing
14646 Entries: Modules/FindOpenAL.cmake(UPD to 1.10)
14647 Log: BUG: Fixed PATH_SUFFIXES copy/paste bug (0006201)
14648 2008-03-09 18:54:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindOpenAL.cmake
14649 2008-03-09 18:54:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Modules/FindOpenAL.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14650 2008-03-09 18:54:19     INFO: [Ok]
14651 2008-03-09 18:54:19    DEBUG: Modules/FindOpenAL.cmake updated to 1.10
14652 2008-03-09 18:54:19     INFO: Committing u'2008-03-05 08:11:15 by ewing'...
14653 2008-03-09 18:54:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14654 2008-03-09 18:54:19     INFO: Changeset #34
14655 2008-03-09 18:54:19     INFO: Changeset "2008-03-05 16:05:20 by hoffman"
14656 2008-03-09 18:54:19     INFO: Log message: ENH: add master index into html full help
14657 2008-03-09 18:54:19    DEBUG: Going to apply changeset:
14658 Revision: 2008-03-05 16:05:20 by hoffman
14659 Date: 2008-03-05 16:05:22+00:00
14660 Author: hoffman
14661 Entries: Source/cmDocumentation.cxx(UPD to 1.69), Source/cmDocumentationFormatter.h(UPD to 1.8), Source/cmDocumentationFormatterHTML.cxx(UPD to 1.10), Source/cmDocumentationFormatterHTML.h(UPD to 1.3)
14662 Log: ENH: add master index into html full help
14663 2008-03-09 18:54:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmDocumentationFormatterHTML.h
14664 2008-03-09 18:54:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmDocumentationFormatterHTML.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14665 2008-03-09 18:54:21     INFO: [Ok]
14666 2008-03-09 18:54:21    DEBUG: Source/cmDocumentationFormatterHTML.h updated to 1.3
14667 2008-03-09 18:54:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentationFormatter.h
14668 2008-03-09 18:54:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmDocumentationFormatter.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14669 2008-03-09 18:54:22     INFO: [Ok]
14670 2008-03-09 18:54:22    DEBUG: Source/cmDocumentationFormatter.h updated to 1.3
14671 2008-03-09 18:54:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDocumentationFormatterHTML.cxx
14672 2008-03-09 18:54:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmDocumentationFormatterHTML.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14673 2008-03-09 18:54:23     INFO: [Ok]
14674 2008-03-09 18:54:23    DEBUG: Source/cmDocumentationFormatterHTML.cxx updated to 1.3
14675 2008-03-09 18:54:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/cmDocumentation.cxx
14676 2008-03-09 18:54:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.69 Source/cmDocumentation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14677 2008-03-09 18:54:25     INFO: [Ok]
14678 2008-03-09 18:54:25    DEBUG: Source/cmDocumentation.cxx updated to 1.3
14679 2008-03-09 18:54:25     INFO: Committing u'2008-03-05 16:05:20 by hoffman'...
14680 2008-03-09 18:54:25     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14681 2008-03-09 18:54:25     INFO: Changeset #35
14682 2008-03-09 18:54:25     INFO: Changeset "2008-03-05 16:41:18 by martink"
14683 2008-03-09 18:54:25     INFO: Log message: BUG: some fixes, still a few to go
14684 2008-03-09 18:54:25    DEBUG: Going to apply changeset:
14685 Revision: 2008-03-05 16:41:18 by martink
14686 Date: 2008-03-05 16:41:25+00:00
14687 Author: martink
14688 Entries: Source/cmConfigureFileCommand.cxx(UPD to 1.31), Source/cmMakefile.cxx(UPD to 1.444), Source/cmPolicies.cxx(UPD to 1.7), Source/cmPolicies.h(UPD to 1.7)
14689 Log: BUG: some fixes, still a few to go
14690 2008-03-09 18:54:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmPolicies.cxx Source/cmPolicies.h
14691 2008-03-09 18:54:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmPolicies.cxx Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14692 2008-03-09 18:54:27     INFO: [Ok]
14693 2008-03-09 18:54:27    DEBUG: Source/cmPolicies.cxx,Source/cmPolicies.h updated to 1.7
14694 2008-03-09 18:54:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmConfigureFileCommand.cxx
14695 2008-03-09 18:54:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmConfigureFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14696 2008-03-09 18:54:28     INFO: [Ok]
14697 2008-03-09 18:54:28    DEBUG: Source/cmConfigureFileCommand.cxx updated to 1.7
14698 2008-03-09 18:54:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.444 Source/cmMakefile.cxx
14699 2008-03-09 18:54:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.444 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14700 2008-03-09 18:54:29     INFO: [Ok]
14701 2008-03-09 18:54:29    DEBUG: Source/cmMakefile.cxx updated to 1.7
14702 2008-03-09 18:54:29     INFO: Committing u'2008-03-05 16:41:18 by martink'...
14703 2008-03-09 18:54:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14704 2008-03-09 18:54:29     INFO: Changeset #36
14705 2008-03-09 18:54:29     INFO: Changeset "2008-03-05 17:53:44 by clinton"
14706 2008-03-09 18:54:29     INFO: Log message: 
14707 ENH:  Allow users to recover from trying to use an improperly installed Qt
14708       without removing their cache, fixing their environment and trying again.
14709 2008-03-09 18:54:29    DEBUG: Going to apply changeset:
14710 Revision: 2008-03-05 17:53:44 by clinton
14711 Date: 2008-03-05 17:53:44+00:00
14712 Author: clinton
14713 Entries: Modules/FindQt4.cmake(UPD to 1.95)
14714 Log: 
14715 ENH:  Allow users to recover from trying to use an improperly installed Qt
14716       without removing their cache, fixing their environment and trying again.
14717 2008-03-09 18:54:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Modules/FindQt4.cmake
14718 2008-03-09 18:54:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.95 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14719 2008-03-09 18:54:31     INFO: [Ok]
14720 2008-03-09 18:54:31    DEBUG: Modules/FindQt4.cmake updated to 1.95
14721 2008-03-09 18:54:31     INFO: Committing u'2008-03-05 17:53:44 by clinton'...
14722 2008-03-09 18:54:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14723 2008-03-09 18:54:31     INFO: Changeset #37
14724 2008-03-09 18:54:31     INFO: Changeset "2008-03-05 20:55:21 by king"
14725 2008-03-09 18:54:31     INFO: Log message: ENH: Patch from Maik to add more fortran extensions.
14726 2008-03-09 18:54:31    DEBUG: Going to apply changeset:
14727 Revision: 2008-03-05 20:55:21 by king
14728 Date: 2008-03-05 20:55:21+00:00
14729 Author: king
14730 Entries: Modules/CMakeFortranCompiler.cmake.in(UPD to 1.12)
14731 Log: ENH: Patch from Maik to add more fortran extensions.
14732 2008-03-09 18:54:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeFortranCompiler.cmake.in
14733 2008-03-09 18:54:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Modules/CMakeFortranCompiler.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14734 2008-03-09 18:54:33     INFO: [Ok]
14735 2008-03-09 18:54:33    DEBUG: Modules/CMakeFortranCompiler.cmake.in updated to 1.12
14736 2008-03-09 18:54:33     INFO: Committing u'2008-03-05 20:55:21 by king'...
14737 2008-03-09 18:54:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14738 2008-03-09 18:54:33     INFO: Changeset #38
14739 2008-03-09 18:54:33     INFO: Changeset "2008-03-05 22:26:32 by king"
14740 2008-03-09 18:54:33     INFO: Log message: BUG: Fix parsing of policy version number in cmPolicies.
14741 2008-03-09 18:54:33    DEBUG: Going to apply changeset:
14742 Revision: 2008-03-05 22:26:32 by king
14743 Date: 2008-03-05 22:26:32+00:00
14744 Author: king
14745 Entries: Source/cmPolicies.cxx(UPD to 1.8)
14746 Log: BUG: Fix parsing of policy version number in cmPolicies.
14747 2008-03-09 18:54:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmPolicies.cxx
14748 2008-03-09 18:54:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14749 2008-03-09 18:54:35     INFO: [Ok]
14750 2008-03-09 18:54:35    DEBUG: Source/cmPolicies.cxx updated to 1.8
14751 2008-03-09 18:54:35     INFO: Committing u'2008-03-05 22:26:32 by king'...
14752 2008-03-09 18:54:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14753 2008-03-09 18:54:35     INFO: Changeset #39
14754 2008-03-09 18:54:35     INFO: Changeset "2008-03-05 23:20:20 by king"
14755 2008-03-09 18:54:35     INFO: Log message: BUG: Require policy version to specify at least major.minor.  Do not store CMAKE_BACKWARDS_COMPATIBILITY with an invalid version value.
14756 2008-03-09 18:54:35    DEBUG: Going to apply changeset:
14757 Revision: 2008-03-05 23:20:20 by king
14758 Date: 2008-03-05 23:20:20+00:00
14759 Author: king
14760 Entries: Source/cmPolicies.cxx(UPD to 1.9)
14761 Log: BUG: Require policy version to specify at least major.minor.  Do not store CMAKE_BACKWARDS_COMPATIBILITY with an invalid version value.
14762 2008-03-09 18:54:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmPolicies.cxx
14763 2008-03-09 18:54:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14764 2008-03-09 18:54:37     INFO: [Ok]
14765 2008-03-09 18:54:37    DEBUG: Source/cmPolicies.cxx updated to 1.9
14766 2008-03-09 18:54:37     INFO: Committing u'2008-03-05 23:20:20 by king'...
14767 2008-03-09 18:54:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14768 2008-03-09 18:54:37     INFO: Changeset #40
14769 2008-03-09 18:54:37     INFO: Changeset "2008-03-05 23:21:09 by king"
14770 2008-03-09 18:54:37     INFO: Log message: ENH: Improve cmake_policy command signature
14772   - Replace NEW and OLD modes with a SET mode for clarity
14773   - Enforce VERSION argument validity (major.minor[.patch])
14774 2008-03-09 18:54:37    DEBUG: Going to apply changeset:
14775 Revision: 2008-03-05 23:21:09 by king
14776 Date: 2008-03-05 23:21:10+00:00
14777 Author: king
14778 Entries: Source/cmCMakePolicyCommand.cxx(UPD to 1.2), Source/cmCMakePolicyCommand.h(UPD to 1.2), Source/cmMakefile.cxx(UPD to 1.445), Source/cmMakefile.h(UPD to 1.227)
14779 Log: ENH: Improve cmake_policy command signature
14781   - Replace NEW and OLD modes with a SET mode for clarity
14782   - Enforce VERSION argument validity (major.minor[.patch])
14783 2008-03-09 18:54:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmCMakePolicyCommand.cxx Source/cmCMakePolicyCommand.h
14784 2008-03-09 18:54:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmCMakePolicyCommand.cxx Source/cmCMakePolicyCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14785 2008-03-09 18:54:39     INFO: [Ok]
14786 2008-03-09 18:54:39    DEBUG: Source/cmCMakePolicyCommand.cxx,Source/cmCMakePolicyCommand.h updated to 1.227
14787 2008-03-09 18:54:39     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmMakefile.h
14788 2008-03-09 18:54:39    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.227 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14789 2008-03-09 18:54:40     INFO: [Ok]
14790 2008-03-09 18:54:40    DEBUG: Source/cmMakefile.h updated to 1.227
14791 2008-03-09 18:54:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.445 Source/cmMakefile.cxx
14792 2008-03-09 18:54:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.445 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14793 2008-03-09 18:54:41     INFO: [Ok]
14794 2008-03-09 18:54:41    DEBUG: Source/cmMakefile.cxx updated to 1.227
14795 2008-03-09 18:54:41     INFO: Committing u'2008-03-05 23:21:09 by king'...
14796 2008-03-09 18:54:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14797 2008-03-09 18:54:41     INFO: Changeset #41
14798 2008-03-09 18:54:41     INFO: Changeset "2008-03-05 23:42:46 by king"
14799 2008-03-09 18:54:41     INFO: Log message: ENH: Fix policy warning message to not give wrong code as example.
14800 2008-03-09 18:54:41    DEBUG: Going to apply changeset:
14801 Revision: 2008-03-05 23:42:46 by king
14802 Date: 2008-03-05 23:42:46+00:00
14803 Author: king
14804 Entries: Source/cmPolicies.cxx(UPD to 1.10)
14805 Log: ENH: Fix policy warning message to not give wrong code as example.
14806 2008-03-09 18:54:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmPolicies.cxx
14807 2008-03-09 18:54:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14808 2008-03-09 18:54:43     INFO: [Ok]
14809 2008-03-09 18:54:43    DEBUG: Source/cmPolicies.cxx updated to 1.10
14810 2008-03-09 18:54:43     INFO: Committing u'2008-03-05 23:42:46 by king'...
14811 2008-03-09 18:54:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14812 2008-03-09 18:54:43     INFO: Changeset #42
14813 2008-03-09 18:54:43     INFO: Changeset "2008-03-06 05:00:54 by king"
14814 2008-03-09 18:54:43     INFO: Log message: STYLE: Nightly Date Stamp
14815 2008-03-09 18:54:43    DEBUG: Going to apply changeset:
14816 Revision: 2008-03-06 05:00:54 by king
14817 Date: 2008-03-06 05:00:54+00:00
14818 Author: king
14819 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.117)
14820 Log: STYLE: Nightly Date Stamp
14821 2008-03-09 18:54:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.117 Source/kwsys/kwsysDateStamp.cmake
14822 2008-03-09 18:54:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.117 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14823 2008-03-09 18:54:45     INFO: [Ok]
14824 2008-03-09 18:54:45    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.117
14825 2008-03-09 18:54:45     INFO: Committing u'2008-03-06 05:00:54 by king'...
14826 2008-03-09 18:54:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14827 2008-03-09 18:54:45     INFO: Changeset #43
14828 2008-03-09 18:54:45     INFO: Changeset "2008-03-06 15:57:03 by martink"
14829 2008-03-09 18:54:45     INFO: Log message: BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit
14830 2008-03-09 18:54:45    DEBUG: Going to apply changeset:
14831 Revision: 2008-03-06 15:57:03 by martink
14832 Date: 2008-03-06 15:57:59+00:00
14833 Author: martink
14834 Entries: Source/cmCMakeMinimumRequired.cxx(UPD to 1.16), Source/cmConfigureFileCommand.cxx(UPD to 1.32), Source/cmListFileCache.cxx(UPD to 1.31), Source/cmListFileCache.h(UPD to 1.19), Source/cmMakefile.cxx(UPD to 1.446), Source/cmPolicies.cxx(UPD to 1.11)
14835 Log: BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit
14836 2008-03-09 18:54:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmPolicies.cxx
14837 2008-03-09 18:54:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14838 2008-03-09 18:54:47     INFO: [Ok]
14839 2008-03-09 18:54:47    DEBUG: Source/cmPolicies.cxx updated to 1.11
14840 2008-03-09 18:54:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmCMakeMinimumRequired.cxx
14841 2008-03-09 18:54:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmCMakeMinimumRequired.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14842 2008-03-09 18:54:48     INFO: [Ok]
14843 2008-03-09 18:54:48    DEBUG: Source/cmCMakeMinimumRequired.cxx updated to 1.11
14844 2008-03-09 18:54:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmListFileCache.h
14845 2008-03-09 18:54:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmListFileCache.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14846 2008-03-09 18:54:49     INFO: [Ok]
14847 2008-03-09 18:54:49    DEBUG: Source/cmListFileCache.h updated to 1.11
14848 2008-03-09 18:54:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmListFileCache.cxx
14849 2008-03-09 18:54:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14850 2008-03-09 18:54:50     INFO: [Ok]
14851 2008-03-09 18:54:50    DEBUG: Source/cmListFileCache.cxx updated to 1.11
14852 2008-03-09 18:54:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmConfigureFileCommand.cxx
14853 2008-03-09 18:54:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmConfigureFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14854 2008-03-09 18:54:51     INFO: [Ok]
14855 2008-03-09 18:54:51    DEBUG: Source/cmConfigureFileCommand.cxx updated to 1.11
14856 2008-03-09 18:54:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.446 Source/cmMakefile.cxx
14857 2008-03-09 18:54:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.446 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14858 2008-03-09 18:54:52     INFO: [Ok]
14859 2008-03-09 18:54:52    DEBUG: Source/cmMakefile.cxx updated to 1.11
14860 2008-03-09 18:54:52     INFO: Committing u'2008-03-06 15:57:03 by martink'...
14861 2008-03-09 18:54:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14862 2008-03-09 18:54:52     INFO: Changeset #44
14863 2008-03-09 18:54:52     INFO: Changeset "2008-03-06 16:34:23 by hoffman"
14864 2008-03-09 18:54:52     INFO: Log message: STYLE: fix line length
14865 2008-03-09 18:54:52    DEBUG: Going to apply changeset:
14866 Revision: 2008-03-06 16:34:23 by hoffman
14867 Date: 2008-03-06 16:34:23+00:00
14868 Author: hoffman
14869 Entries: Source/cmDocumentationFormatterHTML.cxx(UPD to 1.11)
14870 Log: STYLE: fix line length
14871 2008-03-09 18:54:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDocumentationFormatterHTML.cxx
14872 2008-03-09 18:54:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Source/cmDocumentationFormatterHTML.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14873 2008-03-09 18:54:54     INFO: [Ok]
14874 2008-03-09 18:54:54    DEBUG: Source/cmDocumentationFormatterHTML.cxx updated to 1.11
14875 2008-03-09 18:54:54     INFO: Committing u'2008-03-06 16:34:23 by hoffman'...
14876 2008-03-09 18:54:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14877 2008-03-09 18:54:54     INFO: Changeset #45
14878 2008-03-09 18:54:54     INFO: Changeset "2008-03-06 20:08:03 by martink"
14879 2008-03-09 18:54:54     INFO: Log message: BUG: change in handling of cmake_minimum_required
14880 2008-03-09 18:54:54    DEBUG: Going to apply changeset:
14881 Revision: 2008-03-06 20:08:03 by martink
14882 Date: 2008-03-06 20:08:03+00:00
14883 Author: martink
14884 Entries: Source/cmConfigureFileCommand.cxx(UPD to 1.33), Source/cmListFileCache.cxx(UPD to 1.32), Source/cmPolicies.cxx(UPD to 1.12)
14885 Log: BUG: change in handling of cmake_minimum_required
14886 2008-03-09 18:54:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmPolicies.cxx
14887 2008-03-09 18:54:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14888 2008-03-09 18:54:56     INFO: [Ok]
14889 2008-03-09 18:54:56    DEBUG: Source/cmPolicies.cxx updated to 1.12
14890 2008-03-09 18:54:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmListFileCache.cxx
14891 2008-03-09 18:54:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.32 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14892 2008-03-09 18:54:57     INFO: [Ok]
14893 2008-03-09 18:54:57    DEBUG: Source/cmListFileCache.cxx updated to 1.12
14894 2008-03-09 18:54:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmConfigureFileCommand.cxx
14895 2008-03-09 18:54:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmConfigureFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14896 2008-03-09 18:54:58     INFO: [Ok]
14897 2008-03-09 18:54:58    DEBUG: Source/cmConfigureFileCommand.cxx updated to 1.12
14898 2008-03-09 18:54:58     INFO: Committing u'2008-03-06 20:08:03 by martink'...
14899 2008-03-09 18:54:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14900 2008-03-09 18:54:58     INFO: Changeset #46
14901 2008-03-09 18:54:58     INFO: Changeset "2008-03-06 20:20:39 by hoffman"
14902 2008-03-09 18:54:58     INFO: Log message: ENH: make sure policy is set in generated cmakelist files
14903 2008-03-09 18:54:58    DEBUG: Going to apply changeset:
14904 Revision: 2008-03-06 20:20:39 by hoffman
14905 Date: 2008-03-06 20:20:39+00:00
14906 Author: hoffman
14907 Entries: Source/cmCoreTryCompile.cxx(UPD to 1.6)
14908 Log: ENH: make sure policy is set in generated cmakelist files
14909 2008-03-09 18:54:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmCoreTryCompile.cxx
14910 2008-03-09 18:54:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmCoreTryCompile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14911 2008-03-09 18:55:00     INFO: [Ok]
14912 2008-03-09 18:55:00    DEBUG: Source/cmCoreTryCompile.cxx updated to 1.6
14913 2008-03-09 18:55:00     INFO: Committing u'2008-03-06 20:20:39 by hoffman'...
14914 2008-03-09 18:55:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14915 2008-03-09 18:55:00     INFO: Changeset #47
14916 2008-03-09 18:55:00     INFO: Changeset "2008-03-06 20:51:51 by martink"
14917 2008-03-09 18:55:00     INFO: Log message: BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
14918 2008-03-09 18:55:00    DEBUG: Going to apply changeset:
14919 Revision: 2008-03-06 20:51:51 by martink
14920 Date: 2008-03-06 20:51:51+00:00
14921 Author: martink
14922 Entries: Source/cmListFileCache.cxx(UPD to 1.33)
14923 Log: BUG: make default CMAKE_BACKWARDS_COMPATIBILITY 2.5
14924 2008-03-09 18:55:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmListFileCache.cxx
14925 2008-03-09 18:55:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14926 2008-03-09 18:55:02     INFO: [Ok]
14927 2008-03-09 18:55:02    DEBUG: Source/cmListFileCache.cxx updated to 1.33
14928 2008-03-09 18:55:02     INFO: Committing u'2008-03-06 20:51:51 by martink'...
14929 2008-03-09 18:55:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14930 2008-03-09 18:55:02     INFO: Changeset #48
14931 2008-03-09 18:55:02     INFO: Changeset "2008-03-06 21:03:48 by martink"
14932 2008-03-09 18:55:02     INFO: Log message: BUG: keep CMAKE_BACKWARDS_COMP as internal
14933 2008-03-09 18:55:02    DEBUG: Going to apply changeset:
14934 Revision: 2008-03-06 21:03:48 by martink
14935 Date: 2008-03-06 21:03:48+00:00
14936 Author: martink
14937 Entries: Source/cmListFileCache.cxx(UPD to 1.34)
14938 Log: BUG: keep CMAKE_BACKWARDS_COMP as internal
14939 2008-03-09 18:55:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmListFileCache.cxx
14940 2008-03-09 18:55:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14941 2008-03-09 18:55:04     INFO: [Ok]
14942 2008-03-09 18:55:04    DEBUG: Source/cmListFileCache.cxx updated to 1.34
14943 2008-03-09 18:55:04     INFO: Committing u'2008-03-06 21:03:48 by martink'...
14944 2008-03-09 18:55:04     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14945 2008-03-09 18:55:04     INFO: Changeset #49
14946 2008-03-09 18:55:04     INFO: Changeset "2008-03-07 05:00:41 by king"
14947 2008-03-09 18:55:04     INFO: Log message: STYLE: Nightly Date Stamp
14948 2008-03-09 18:55:04    DEBUG: Going to apply changeset:
14949 Revision: 2008-03-07 05:00:41 by king
14950 Date: 2008-03-07 05:00:41+00:00
14951 Author: king
14952 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.118)
14953 Log: STYLE: Nightly Date Stamp
14954 2008-03-09 18:55:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.118 Source/kwsys/kwsysDateStamp.cmake
14955 2008-03-09 18:55:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.118 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14956 2008-03-09 18:55:06     INFO: [Ok]
14957 2008-03-09 18:55:06    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.118
14958 2008-03-09 18:55:06     INFO: Committing u'2008-03-07 05:00:41 by king'...
14959 2008-03-09 18:55:06     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
14960 2008-03-09 18:55:06     INFO: Changeset #50
14961 2008-03-09 18:55:06     INFO: Changeset "2008-03-07 13:40:36 by king"
14962 2008-03-09 18:55:06     INFO: Log message: ENH: New format for warning and error messages
14964   - Add cmMakefile methods IssueError and IssueWarning
14965   - Maintain an explicit call stack in cmMakefile
14966   - Include context/call-stack info in messages
14967   - Nested errors now unwind the call stack
14968   - Use new mechanism for policy warnings and errors
14969   - Improve policy error message
14970   - Include cmExecutionStatus pointer in call stack
14971     so that errors deeper in the C++ stack under
14972     a command invocation will become errors for the
14973     command
14974 2008-03-09 18:55:06    DEBUG: Going to apply changeset:
14975 Revision: 2008-03-07 13:40:36 by king
14976 Date: 2008-03-07 13:40:36+00:00
14977 Author: king
14978 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.35), Source/cmExecutionStatus.h(UPD to 1.2), Source/cmFunctionCommand.cxx(UPD to 1.6), Source/cmListFileCache.cxx(UPD to 1.35), Source/cmListFileCache.h(UPD to 1.20), Source/cmMacroCommand.cxx(UPD to 1.36), Source/cmMakefile.cxx(UPD to 1.447), Source/cmMakefile.h(UPD to 1.228), Source/cmPolicies.cxx(UPD to 1.13)
14979 Log: ENH: New format for warning and error messages
14981   - Add cmMakefile methods IssueError and IssueWarning
14982   - Maintain an explicit call stack in cmMakefile
14983   - Include context/call-stack info in messages
14984   - Nested errors now unwind the call stack
14985   - Use new mechanism for policy warnings and errors
14986   - Improve policy error message
14987   - Include cmExecutionStatus pointer in call stack
14988     so that errors deeper in the C++ stack under
14989     a command invocation will become errors for the
14990     command
14991 2008-03-09 18:55:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExecutionStatus.h
14992 2008-03-09 18:55:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Source/cmExecutionStatus.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14993 2008-03-09 18:55:08     INFO: [Ok]
14994 2008-03-09 18:55:08    DEBUG: Source/cmExecutionStatus.h updated to 1.13
14995 2008-03-09 18:55:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmFunctionCommand.cxx
14996 2008-03-09 18:55:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmFunctionCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
14997 2008-03-09 18:55:10     INFO: [Ok]
14998 2008-03-09 18:55:10    DEBUG: Source/cmFunctionCommand.cxx updated to 1.13
14999 2008-03-09 18:55:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmPolicies.cxx
15000 2008-03-09 18:55:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15001 2008-03-09 18:55:12     INFO: [Ok]
15002 2008-03-09 18:55:12    DEBUG: Source/cmPolicies.cxx updated to 1.13
15003 2008-03-09 18:55:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmListFileCache.h
15004 2008-03-09 18:55:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmListFileCache.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15005 2008-03-09 18:55:13     INFO: [Ok]
15006 2008-03-09 18:55:13    DEBUG: Source/cmListFileCache.h updated to 1.13
15007 2008-03-09 18:55:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddCustomTargetCommand.cxx Source/cmListFileCache.cxx
15008 2008-03-09 18:55:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmAddCustomTargetCommand.cxx Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15009 2008-03-09 18:55:15     INFO: [Ok]
15010 2008-03-09 18:55:15    DEBUG: Source/cmAddCustomTargetCommand.cxx,Source/cmListFileCache.cxx updated to 1.13
15011 2008-03-09 18:55:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmMacroCommand.cxx
15012 2008-03-09 18:55:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmMacroCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15013 2008-03-09 18:55:16     INFO: [Ok]
15014 2008-03-09 18:55:16    DEBUG: Source/cmMacroCommand.cxx updated to 1.13
15015 2008-03-09 18:55:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.228 Source/cmMakefile.h
15016 2008-03-09 18:55:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.228 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15017 2008-03-09 18:55:18     INFO: [Ok]
15018 2008-03-09 18:55:18    DEBUG: Source/cmMakefile.h updated to 1.13
15019 2008-03-09 18:55:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.447 Source/cmMakefile.cxx
15020 2008-03-09 18:55:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.447 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15021 2008-03-09 18:55:20     INFO: [Ok]
15022 2008-03-09 18:55:20    DEBUG: Source/cmMakefile.cxx updated to 1.13
15023 2008-03-09 18:55:20     INFO: Committing u'2008-03-07 13:40:36 by king'...
15024 2008-03-09 18:55:20     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15025 2008-03-09 18:55:20     INFO: Changeset #51
15026 2008-03-09 18:55:20     INFO: Changeset "2008-03-07 13:53:22 by king"
15027 2008-03-09 18:55:20     INFO: Log message: BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with the current version of CMake, not just 2.6.
15028 2008-03-09 18:55:20    DEBUG: Going to apply changeset:
15029 Revision: 2008-03-07 13:53:22 by king
15030 Date: 2008-03-07 13:53:22+00:00
15031 Author: king
15032 Entries: Source/cmCoreTryCompile.cxx(UPD to 1.7)
15033 Log: BUG: Generated try-compile CMakeLists.txt file should call cmake_policy with the current version of CMake, not just 2.6.
15034 2008-03-09 18:55:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmCoreTryCompile.cxx
15035 2008-03-09 18:55:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Source/cmCoreTryCompile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15036 2008-03-09 18:55:23     INFO: [Ok]
15037 2008-03-09 18:55:23    DEBUG: Source/cmCoreTryCompile.cxx updated to 1.7
15038 2008-03-09 18:55:23     INFO: Committing u'2008-03-07 13:53:22 by king'...
15039 2008-03-09 18:55:23     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15040 2008-03-09 18:55:23     INFO: Changeset #52
15041 2008-03-09 18:55:23     INFO: Changeset "2008-03-07 14:09:21 by king"
15042 2008-03-09 18:55:23     INFO: Log message: BUG: Do not produce whitespace-only lines when indenting messages in new error/warning format.
15043 2008-03-09 18:55:23    DEBUG: Going to apply changeset:
15044 Revision: 2008-03-07 14:09:21 by king
15045 Date: 2008-03-07 14:09:21+00:00
15046 Author: king
15047 Entries: Source/cmMakefile.cxx(UPD to 1.448)
15048 Log: BUG: Do not produce whitespace-only lines when indenting messages in new error/warning format.
15049 2008-03-09 18:55:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.448 Source/cmMakefile.cxx
15050 2008-03-09 18:55:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.448 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15051 2008-03-09 18:55:26     INFO: [Ok]
15052 2008-03-09 18:55:26    DEBUG: Source/cmMakefile.cxx updated to 1.448
15053 2008-03-09 18:55:26     INFO: Committing u'2008-03-07 14:09:21 by king'...
15054 2008-03-09 18:55:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15055 2008-03-09 18:55:26     INFO: Changeset #53
15056 2008-03-09 18:55:26     INFO: Changeset "2008-03-07 14:41:14 by martink"
15057 2008-03-09 18:55:26     INFO: Log message: STYLE: fix line length issue
15058 2008-03-09 18:55:26    DEBUG: Going to apply changeset:
15059 Revision: 2008-03-07 14:41:14 by martink
15060 Date: 2008-03-07 14:41:14+00:00
15061 Author: martink
15062 Entries: Source/cmListFileCache.cxx(UPD to 1.36)
15063 Log: STYLE: fix line length issue
15064 2008-03-09 18:55:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmListFileCache.cxx
15065 2008-03-09 18:55:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15066 2008-03-09 18:55:28     INFO: [Ok]
15067 2008-03-09 18:55:28    DEBUG: Source/cmListFileCache.cxx updated to 1.36
15068 2008-03-09 18:55:28     INFO: Committing u'2008-03-07 14:41:14 by martink'...
15069 2008-03-09 18:55:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15070 2008-03-09 18:55:28     INFO: Changeset #54
15071 2008-03-09 18:55:28     INFO: Changeset "2008-03-07 16:06:44 by hoffman"
15072 2008-03-09 18:55:28     INFO: Log message: ENH: fix crash in cygwin package stuff
15073 2008-03-09 18:55:28    DEBUG: Going to apply changeset:
15074 Revision: 2008-03-07 16:06:44 by hoffman
15075 Date: 2008-03-07 16:06:44+00:00
15076 Author: hoffman
15077 Entries: Source/CPack/cmCPackCygwinBinaryGenerator.cxx(UPD to 1.4), Source/CPack/cmCPackGenerator.cxx(UPD to 1.5)
15078 Log: ENH: fix crash in cygwin package stuff
15079 2008-03-09 18:55:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/CPack/cmCPackCygwinBinaryGenerator.cxx
15080 2008-03-09 18:55:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/CPack/cmCPackCygwinBinaryGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15081 2008-03-09 18:55:30     INFO: [Ok]
15082 2008-03-09 18:55:30    DEBUG: Source/CPack/cmCPackCygwinBinaryGenerator.cxx updated to 1.5
15083 2008-03-09 18:55:30     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CPack/cmCPackGenerator.cxx
15084 2008-03-09 18:55:30    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CPack/cmCPackGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15085 2008-03-09 18:55:32     INFO: [Ok]
15086 2008-03-09 18:55:32    DEBUG: Source/CPack/cmCPackGenerator.cxx updated to 1.5
15087 2008-03-09 18:55:32     INFO: Committing u'2008-03-07 16:06:44 by hoffman'...
15088 2008-03-09 18:55:32     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15089 2008-03-09 18:55:32     INFO: Changeset #55
15090 2008-03-09 18:55:32     INFO: Changeset "2008-03-07 16:43:47 by martink"
15091 2008-03-09 18:55:32     INFO: Log message: ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
15092 2008-03-09 18:55:32    DEBUG: Going to apply changeset:
15093 Revision: 2008-03-07 16:43:47 by martink
15094 Date: 2008-03-07 16:43:47+00:00
15095 Author: martink
15096 Entries: Source/cmCMakeMinimumRequired.cxx(UPD to 1.17), Source/cmCacheManager.h(UPD to 1.49), Source/cmListFileCache.cxx(UPD to 1.37), Source/cmPolicies.cxx(UPD to 1.14), Source/cmake.cxx(UPD to 1.365)
15097 Log: ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED
15098 2008-03-09 18:55:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmPolicies.cxx
15099 2008-03-09 18:55:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15100 2008-03-09 18:55:34     INFO: [Ok]
15101 2008-03-09 18:55:34    DEBUG: Source/cmPolicies.cxx updated to 1.365
15102 2008-03-09 18:55:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmCMakeMinimumRequired.cxx
15103 2008-03-09 18:55:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmCMakeMinimumRequired.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15104 2008-03-09 18:55:36     INFO: [Ok]
15105 2008-03-09 18:55:36    DEBUG: Source/cmCMakeMinimumRequired.cxx updated to 1.365
15106 2008-03-09 18:55:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmListFileCache.cxx
15107 2008-03-09 18:55:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15108 2008-03-09 18:55:37     INFO: [Ok]
15109 2008-03-09 18:55:37    DEBUG: Source/cmListFileCache.cxx updated to 1.365
15110 2008-03-09 18:55:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmCacheManager.h
15111 2008-03-09 18:55:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.49 Source/cmCacheManager.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15112 2008-03-09 18:55:38     INFO: [Ok]
15113 2008-03-09 18:55:38    DEBUG: Source/cmCacheManager.h updated to 1.365
15114 2008-03-09 18:55:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.365 Source/cmake.cxx
15115 2008-03-09 18:55:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.365 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15116 2008-03-09 18:55:40     INFO: [Ok]
15117 2008-03-09 18:55:40    DEBUG: Source/cmake.cxx updated to 1.365
15118 2008-03-09 18:55:40     INFO: Committing u'2008-03-07 16:43:47 by martink'...
15119 2008-03-09 18:55:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15120 2008-03-09 18:55:40     INFO: Changeset #56
15121 2008-03-09 18:55:40     INFO: Changeset "2008-03-07 16:50:11 by clinton"
15122 2008-03-09 18:55:40     INFO: Log message: ENH:  Use fixed pitch font in output window.
15123 2008-03-09 18:55:40    DEBUG: Going to apply changeset:
15124 Revision: 2008-03-07 16:50:11 by clinton
15125 Date: 2008-03-07 16:50:11+00:00
15126 Author: clinton
15127 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.38)
15128 Log: ENH:  Use fixed pitch font in output window.
15129 2008-03-09 18:55:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/QtDialog/CMakeSetupDialog.cxx
15130 2008-03-09 18:55:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15131 2008-03-09 18:55:42     INFO: [Ok]
15132 2008-03-09 18:55:42    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.38
15133 2008-03-09 18:55:42     INFO: Committing u'2008-03-07 16:50:11 by clinton'...
15134 2008-03-09 18:55:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15135 2008-03-09 18:55:42     INFO: Changeset #57
15136 2008-03-09 18:55:42     INFO: Changeset "2008-03-07 19:03:31 by hoffman"
15137 2008-03-09 18:55:42     INFO: Log message: ENH: qtgui stuff
15138 2008-03-09 18:55:42    DEBUG: Going to apply changeset:
15139 Revision: 2008-03-07 19:03:31 by hoffman
15140 Date: 2008-03-07 19:03:31+00:00
15141 Author: hoffman
15142 Entries: Utilities/Release/create-cmake-release.cmake(UPD to 1.12), Utilities/Release/dashmacmini2_release.cmake(UPD to 1.7), Utilities/Release/magrathea_release.cmake(UPD to 1.2), Utilities/Release/release_cmake.sh.in(UPD to 1.17)
15143 Log: ENH: qtgui stuff
15144 2008-03-09 18:55:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Utilities/Release/magrathea_release.cmake
15145 2008-03-09 18:55:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Utilities/Release/magrathea_release.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15146 2008-03-09 18:55:44     INFO: [Ok]
15147 2008-03-09 18:55:44    DEBUG: Utilities/Release/magrathea_release.cmake updated to 1.17
15148 2008-03-09 18:55:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Utilities/Release/dashmacmini2_release.cmake
15149 2008-03-09 18:55:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Utilities/Release/dashmacmini2_release.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15150 2008-03-09 18:55:45     INFO: [Ok]
15151 2008-03-09 18:55:45    DEBUG: Utilities/Release/dashmacmini2_release.cmake updated to 1.17
15152 2008-03-09 18:55:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Utilities/Release/create-cmake-release.cmake
15153 2008-03-09 18:55:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Utilities/Release/create-cmake-release.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15154 2008-03-09 18:55:46     INFO: [Ok]
15155 2008-03-09 18:55:46    DEBUG: Utilities/Release/create-cmake-release.cmake updated to 1.17
15156 2008-03-09 18:55:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Utilities/Release/release_cmake.sh.in
15157 2008-03-09 18:55:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Utilities/Release/release_cmake.sh.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15158 2008-03-09 18:55:47     INFO: [Ok]
15159 2008-03-09 18:55:47    DEBUG: Utilities/Release/release_cmake.sh.in updated to 1.17
15160 2008-03-09 18:55:47     INFO: Committing u'2008-03-07 19:03:31 by hoffman'...
15161 2008-03-09 18:55:47     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15162 2008-03-09 18:55:47     INFO: Changeset #58
15163 2008-03-09 18:55:47     INFO: Changeset "2008-03-07 20:30:32 by king"
15164 2008-03-09 18:55:47     INFO: Log message: ENH: Improve handling of old-style compatibility.
15166   - Remove CMP_0001 (no slash in target name) and restore
15167     old CMAKE_BACKWARDS_COMPATIBILITY check for it
15168   - Replace all checks of CMAKE_BACKWARDS_COMPATIBILITY
15169     with cmLocalGenerator::NeedBackwardsCompatibility calls
15170   - Create new CMP_0001 to determine whether or not
15171     CMAKE_BACKWARDS_COMPATIBILITY is used.
15172     (old = use, new = ignore)
15173   - Show CMAKE_BACKWARDS_COMPATIBILITY in cache only when
15174     CMP_0001 is set to OLD or WARN
15175   - Update documentation of cmake_policy and cmake_minimum_required
15176     to indicate their relationship and the 2.4 version boundary
15177   - When no cmake policy version is set in top level makefile
15178     implicitly call cmake_policy(VERSION 2.4) which restores
15179     CMAKE_BACKWARDS_COMPATIBILITY and other 2.4 compatibility
15180   - Fix tests MakeClean and Preprocess to call
15181     cmake_policy(VERSION 2.6) because they depend on new policies
15182 2008-03-09 18:55:47    DEBUG: Going to apply changeset:
15183 Revision: 2008-03-07 20:30:32 by king
15184 Date: 2008-03-07 20:30:35+00:00
15185 Author: king
15186 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.36), Source/cmCMakeMinimumRequired.h(UPD to 1.12), Source/cmCMakePolicyCommand.h(UPD to 1.3), Source/cmConfigureFileCommand.cxx(UPD to 1.34), Source/cmFindBase.cxx(UPD to 1.35), Source/cmListFileCache.cxx(UPD to 1.38), Source/cmLocalGenerator.cxx(UPD to 1.268), Source/cmMakefile.cxx(UPD to 1.449), Source/cmPolicies.cxx(UPD to 1.15), Source/cmPolicies.h(UPD to 1.8), Source/cmake.cxx(UPD to 1.366), Tests/MakeClean/ToClean/CMakeLists.txt(UPD to 1.7), Tests/Preprocess/CMakeLists.txt(UPD to 1.9)
15187 Log: ENH: Improve handling of old-style compatibility.
15189   - Remove CMP_0001 (no slash in target name) and restore
15190     old CMAKE_BACKWARDS_COMPATIBILITY check for it
15191   - Replace all checks of CMAKE_BACKWARDS_COMPATIBILITY
15192     with cmLocalGenerator::NeedBackwardsCompatibility calls
15193   - Create new CMP_0001 to determine whether or not
15194     CMAKE_BACKWARDS_COMPATIBILITY is used.
15195     (old = use, new = ignore)
15196   - Show CMAKE_BACKWARDS_COMPATIBILITY in cache only when
15197     CMP_0001 is set to OLD or WARN
15198   - Update documentation of cmake_policy and cmake_minimum_required
15199     to indicate their relationship and the 2.4 version boundary
15200   - When no cmake policy version is set in top level makefile
15201     implicitly call cmake_policy(VERSION 2.4) which restores
15202     CMAKE_BACKWARDS_COMPATIBILITY and other 2.4 compatibility
15203   - Fix tests MakeClean and Preprocess to call
15204     cmake_policy(VERSION 2.6) because they depend on new policies
15205 2008-03-09 18:55:47     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmCMakePolicyCommand.h
15206 2008-03-09 18:55:47    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmCMakePolicyCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15207 2008-03-09 18:55:49     INFO: [Ok]
15208 2008-03-09 18:55:49    DEBUG: Source/cmCMakePolicyCommand.h updated to 1.9
15209 2008-03-09 18:55:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/MakeClean/ToClean/CMakeLists.txt
15210 2008-03-09 18:55:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/MakeClean/ToClean/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15211 2008-03-09 18:55:50     INFO: [Ok]
15212 2008-03-09 18:55:50    DEBUG: Tests/MakeClean/ToClean/CMakeLists.txt updated to 1.9
15213 2008-03-09 18:55:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmPolicies.h
15214 2008-03-09 18:55:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15215 2008-03-09 18:55:51     INFO: [Ok]
15216 2008-03-09 18:55:51    DEBUG: Source/cmPolicies.h updated to 1.9
15217 2008-03-09 18:55:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Preprocess/CMakeLists.txt
15218 2008-03-09 18:55:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Tests/Preprocess/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15219 2008-03-09 18:55:52     INFO: [Ok]
15220 2008-03-09 18:55:52    DEBUG: Tests/Preprocess/CMakeLists.txt updated to 1.9
15221 2008-03-09 18:55:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmCMakeMinimumRequired.h
15222 2008-03-09 18:55:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmCMakeMinimumRequired.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15223 2008-03-09 18:55:53     INFO: [Ok]
15224 2008-03-09 18:55:53    DEBUG: Source/cmCMakeMinimumRequired.h updated to 1.9
15225 2008-03-09 18:55:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmPolicies.cxx
15226 2008-03-09 18:55:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15227 2008-03-09 18:55:55     INFO: [Ok]
15228 2008-03-09 18:55:55    DEBUG: Source/cmPolicies.cxx updated to 1.9
15229 2008-03-09 18:55:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmConfigureFileCommand.cxx
15230 2008-03-09 18:55:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.34 Source/cmConfigureFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15231 2008-03-09 18:55:56     INFO: [Ok]
15232 2008-03-09 18:55:56    DEBUG: Source/cmConfigureFileCommand.cxx updated to 1.9
15233 2008-03-09 18:55:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFindBase.cxx
15234 2008-03-09 18:55:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.35 Source/cmFindBase.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15235 2008-03-09 18:55:57     INFO: [Ok]
15236 2008-03-09 18:55:57    DEBUG: Source/cmFindBase.cxx updated to 1.9
15237 2008-03-09 18:55:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddCustomTargetCommand.cxx
15238 2008-03-09 18:55:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15239 2008-03-09 18:55:58     INFO: [Ok]
15240 2008-03-09 18:55:58    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.9
15241 2008-03-09 18:55:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmListFileCache.cxx
15242 2008-03-09 18:55:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15243 2008-03-09 18:55:59     INFO: [Ok]
15244 2008-03-09 18:55:59    DEBUG: Source/cmListFileCache.cxx updated to 1.9
15245 2008-03-09 18:55:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.268 Source/cmLocalGenerator.cxx
15246 2008-03-09 18:55:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.268 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15247 2008-03-09 18:56:00     INFO: [Ok]
15248 2008-03-09 18:56:00    DEBUG: Source/cmLocalGenerator.cxx updated to 1.9
15249 2008-03-09 18:56:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.366 Source/cmake.cxx
15250 2008-03-09 18:56:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.366 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15251 2008-03-09 18:56:01     INFO: [Ok]
15252 2008-03-09 18:56:01    DEBUG: Source/cmake.cxx updated to 1.9
15253 2008-03-09 18:56:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.449 Source/cmMakefile.cxx
15254 2008-03-09 18:56:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.449 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15255 2008-03-09 18:56:02     INFO: [Ok]
15256 2008-03-09 18:56:02    DEBUG: Source/cmMakefile.cxx updated to 1.9
15257 2008-03-09 18:56:02     INFO: Committing u'2008-03-07 20:30:32 by king'...
15258 2008-03-09 18:56:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15259 2008-03-09 18:56:02     INFO: Changeset #59
15260 2008-03-09 18:56:02     INFO: Changeset "2008-03-07 21:01:22 by king"
15261 2008-03-09 18:56:02     INFO: Log message: ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format the message nicely.
15262 2008-03-09 18:56:02    DEBUG: Going to apply changeset:
15263 Revision: 2008-03-07 21:01:22 by king
15264 Date: 2008-03-07 21:01:22+00:00
15265 Author: king
15266 Entries: Source/cmDocumentationFormatterText.cxx(UPD to 1.5), Source/cmMakefile.cxx(UPD to 1.450)
15267 Log: ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format the message nicely.
15268 2008-03-09 18:56:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmDocumentationFormatterText.cxx
15269 2008-03-09 18:56:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/cmDocumentationFormatterText.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15270 2008-03-09 18:56:05     INFO: [Ok]
15271 2008-03-09 18:56:05    DEBUG: Source/cmDocumentationFormatterText.cxx updated to 1.450
15272 2008-03-09 18:56:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.450 Source/cmMakefile.cxx
15273 2008-03-09 18:56:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.450 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15274 2008-03-09 18:56:07     INFO: [Ok]
15275 2008-03-09 18:56:07    DEBUG: Source/cmMakefile.cxx updated to 1.450
15276 2008-03-09 18:56:07     INFO: Committing u'2008-03-07 21:01:22 by king'...
15277 2008-03-09 18:56:07     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15278 2008-03-09 18:56:07     INFO: Changeset #60
15279 2008-03-09 18:56:07     INFO: Changeset "2008-03-07 21:26:29 by king"
15280 2008-03-09 18:56:07     INFO: Log message: COMP: Fix bootstrap build after using cmDocumentationFormatterText in cmMakefile.
15281 2008-03-09 18:56:07    DEBUG: Going to apply changeset:
15282 Revision: 2008-03-07 21:26:29 by king
15283 Date: 2008-03-07 21:26:29+00:00
15284 Author: king
15285 Entries: bootstrap(UPD to 1.113)
15286 Log: COMP: Fix bootstrap build after using cmDocumentationFormatterText in cmMakefile.
15287 2008-03-09 18:56:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.113 bootstrap
15288 2008-03-09 18:56:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.113 bootstrap ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15289 2008-03-09 18:56:09     INFO: [Ok]
15290 2008-03-09 18:56:09    DEBUG: bootstrap updated to 1.113
15291 2008-03-09 18:56:09     INFO: Committing u'2008-03-07 21:26:29 by king'...
15292 2008-03-09 18:56:09     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15293 2008-03-09 18:56:09     INFO: Changeset #61
15294 2008-03-09 18:56:09     INFO: Changeset "2008-03-07 21:32:09 by hoffman"
15295 2008-03-09 18:56:09     INFO: Log message: ENH: fix it for working with an empty cache
15296 2008-03-09 18:56:09    DEBUG: Going to apply changeset:
15297 Revision: 2008-03-07 21:32:09 by hoffman
15298 Date: 2008-03-07 21:32:09+00:00
15299 Author: hoffman
15300 Entries: Source/CursesDialog/cmCursesCacheEntryComposite.cxx(UPD to 1.9), Source/CursesDialog/cmCursesMainForm.cxx(UPD to 1.73)
15301 Log: ENH: fix it for working with an empty cache
15302 2008-03-09 18:56:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/CursesDialog/cmCursesCacheEntryComposite.cxx
15303 2008-03-09 18:56:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/CursesDialog/cmCursesCacheEntryComposite.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15304 2008-03-09 18:56:11     INFO: [Ok]
15305 2008-03-09 18:56:11    DEBUG: Source/CursesDialog/cmCursesCacheEntryComposite.cxx updated to 1.73
15306 2008-03-09 18:56:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.73 Source/CursesDialog/cmCursesMainForm.cxx
15307 2008-03-09 18:56:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.73 Source/CursesDialog/cmCursesMainForm.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15308 2008-03-09 18:56:12     INFO: [Ok]
15309 2008-03-09 18:56:12    DEBUG: Source/CursesDialog/cmCursesMainForm.cxx updated to 1.73
15310 2008-03-09 18:56:12     INFO: Committing u'2008-03-07 21:32:09 by hoffman'...
15311 2008-03-09 18:56:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15312 2008-03-09 18:56:12     INFO: Changeset #62
15313 2008-03-09 18:56:12     INFO: Changeset "2008-03-07 21:36:57 by king"
15314 2008-03-09 18:56:12     INFO: Log message: ENH: Finish creating, documenting, and enforcing policy CMP_0002.
15315 2008-03-09 18:56:12    DEBUG: Going to apply changeset:
15316 Revision: 2008-03-07 21:36:57 by king
15317 Date: 2008-03-07 21:36:57+00:00
15318 Author: king
15319 Entries: Source/cmMakefile.cxx(UPD to 1.451), Source/cmPolicies.cxx(UPD to 1.16), Source/cmPolicies.h(UPD to 1.9), Source/cmake.cxx(UPD to 1.367)
15320 Log: ENH: Finish creating, documenting, and enforcing policy CMP_0002.
15321 2008-03-09 18:56:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmPolicies.h
15322 2008-03-09 18:56:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15323 2008-03-09 18:56:14     INFO: [Ok]
15324 2008-03-09 18:56:14    DEBUG: Source/cmPolicies.h updated to 1.367
15325 2008-03-09 18:56:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmPolicies.cxx
15326 2008-03-09 18:56:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15327 2008-03-09 18:56:15     INFO: [Ok]
15328 2008-03-09 18:56:15    DEBUG: Source/cmPolicies.cxx updated to 1.367
15329 2008-03-09 18:56:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.367 Source/cmake.cxx
15330 2008-03-09 18:56:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.367 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15331 2008-03-09 18:56:16     INFO: [Ok]
15332 2008-03-09 18:56:16    DEBUG: Source/cmake.cxx updated to 1.367
15333 2008-03-09 18:56:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.451 Source/cmMakefile.cxx
15334 2008-03-09 18:56:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.451 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15335 2008-03-09 18:56:17     INFO: [Ok]
15336 2008-03-09 18:56:17    DEBUG: Source/cmMakefile.cxx updated to 1.367
15337 2008-03-09 18:56:17     INFO: Committing u'2008-03-07 21:36:57 by king'...
15338 2008-03-09 18:56:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15339 2008-03-09 18:56:17     INFO: Changeset #63
15340 2008-03-09 18:56:17     INFO: Changeset "2008-03-07 22:05:06 by king"
15341 2008-03-09 18:56:17     INFO: Log message: COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
15342 2008-03-09 18:56:17    DEBUG: Going to apply changeset:
15343 Revision: 2008-03-07 22:05:06 by king
15344 Date: 2008-03-07 22:05:06+00:00
15345 Author: king
15346 Entries: Source/cmAddCustomTargetCommand.cxx(UPD to 1.37)
15347 Log: COMP: Fix unused parameter warning in cmAddCustomTargetCommand.
15348 2008-03-09 18:56:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmAddCustomTargetCommand.cxx
15349 2008-03-09 18:56:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.37 Source/cmAddCustomTargetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15350 2008-03-09 18:56:19     INFO: [Ok]
15351 2008-03-09 18:56:19    DEBUG: Source/cmAddCustomTargetCommand.cxx updated to 1.37
15352 2008-03-09 18:56:19     INFO: Committing u'2008-03-07 22:05:06 by king'...
15353 2008-03-09 18:56:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15354 2008-03-09 18:56:19     INFO: Changeset #64
15355 2008-03-09 18:56:19     INFO: Changeset "2008-03-08 00:58:29 by hoffman"
15356 2008-03-09 18:56:19     INFO: Log message: ENH: add new version of FindMPI, fix it to work with MPICH2 on windows
15357 2008-03-09 18:56:19    DEBUG: Going to apply changeset:
15358 Revision: 2008-03-08 00:58:29 by hoffman
15359 Date: 2008-03-08 00:58:29+00:00
15360 Author: hoffman
15361 Entries: Modules/FindMPI.cmake(UPD to 1.15)
15362 Log: ENH: add new version of FindMPI, fix it to work with MPICH2 on windows
15363 2008-03-09 18:56:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindMPI.cmake
15364 2008-03-09 18:56:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/FindMPI.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15365 2008-03-09 18:56:22     INFO: [Ok]
15366 2008-03-09 18:56:22    DEBUG: Modules/FindMPI.cmake updated to 1.15
15367 2008-03-09 18:56:22     INFO: Committing u'2008-03-08 00:58:29 by hoffman'...
15368 2008-03-09 18:56:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15369 2008-03-09 18:56:22     INFO: Changeset #65
15370 2008-03-09 18:56:22     INFO: Changeset "2008-03-08 05:00:34 by king"
15371 2008-03-09 18:56:22     INFO: Log message: STYLE: Nightly Date Stamp
15372 2008-03-09 18:56:22    DEBUG: Going to apply changeset:
15373 Revision: 2008-03-08 05:00:34 by king
15374 Date: 2008-03-08 05:00:34+00:00
15375 Author: king
15376 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.119)
15377 Log: STYLE: Nightly Date Stamp
15378 2008-03-09 18:56:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.119 Source/kwsys/kwsysDateStamp.cmake
15379 2008-03-09 18:56:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.119 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15380 2008-03-09 18:56:24     INFO: [Ok]
15381 2008-03-09 18:56:24    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.119
15382 2008-03-09 18:56:24     INFO: Committing u'2008-03-08 05:00:34 by king'...
15383 2008-03-09 18:56:24     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15384 2008-03-09 18:56:24     INFO: Changeset #66
15385 2008-03-09 18:56:24     INFO: Changeset "2008-03-08 14:13:13 by king"
15386 2008-03-09 18:56:24     INFO: Log message: ENH: Cleanup policy generic documentation.  Cleanup some policy error/warning messages.
15387 2008-03-09 18:56:24    DEBUG: Going to apply changeset:
15388 Revision: 2008-03-08 14:13:13 by king
15389 Date: 2008-03-08 14:13:13+00:00
15390 Author: king
15391 Entries: Source/cmMakefile.cxx(UPD to 1.452), Source/cmPolicies.cxx(UPD to 1.17)
15392 Log: ENH: Cleanup policy generic documentation.  Cleanup some policy error/warning messages.
15393 2008-03-09 18:56:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmPolicies.cxx
15394 2008-03-09 18:56:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.17 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15395 2008-03-09 18:56:26     INFO: [Ok]
15396 2008-03-09 18:56:26    DEBUG: Source/cmPolicies.cxx updated to 1.17
15397 2008-03-09 18:56:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.452 Source/cmMakefile.cxx
15398 2008-03-09 18:56:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.452 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15399 2008-03-09 18:56:27     INFO: [Ok]
15400 2008-03-09 18:56:27    DEBUG: Source/cmMakefile.cxx updated to 1.17
15401 2008-03-09 18:56:27     INFO: Committing u'2008-03-08 14:13:13 by king'...
15402 2008-03-09 18:56:27     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15403 2008-03-09 18:56:27     INFO: Changeset #67
15404 2008-03-09 18:56:27     INFO: Changeset "2008-03-08 14:21:30 by king"
15405 2008-03-09 18:56:27     INFO: Log message: COMP: Avoid using operator-> on const_reverse_iterator to help old compilers.
15406 2008-03-09 18:56:27    DEBUG: Going to apply changeset:
15407 Revision: 2008-03-08 14:21:30 by king
15408 Date: 2008-03-08 14:21:30+00:00
15409 Author: king
15410 Entries: Source/cmMakefile.cxx(UPD to 1.453)
15411 Log: COMP: Avoid using operator-> on const_reverse_iterator to help old compilers.
15412 2008-03-09 18:56:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.453 Source/cmMakefile.cxx
15413 2008-03-09 18:56:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.453 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15414 2008-03-09 18:56:29     INFO: [Ok]
15415 2008-03-09 18:56:29    DEBUG: Source/cmMakefile.cxx updated to 1.453
15416 2008-03-09 18:56:29     INFO: Committing u'2008-03-08 14:21:30 by king'...
15417 2008-03-09 18:56:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15418 2008-03-09 18:56:29     INFO: Changeset #68
15419 2008-03-09 18:56:29     INFO: Changeset "2008-03-08 14:27:44 by king"
15420 2008-03-09 18:56:29     INFO: Log message: ENH: Improve formatting of include command error message.
15421 2008-03-09 18:56:29    DEBUG: Going to apply changeset:
15422 Revision: 2008-03-08 14:27:44 by king
15423 Date: 2008-03-08 14:27:44+00:00
15424 Author: king
15425 Entries: Source/cmIncludeCommand.cxx(UPD to 1.21)
15426 Log: ENH: Improve formatting of include command error message.
15427 2008-03-09 18:56:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmIncludeCommand.cxx
15428 2008-03-09 18:56:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmIncludeCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15429 2008-03-09 18:56:31     INFO: [Ok]
15430 2008-03-09 18:56:31    DEBUG: Source/cmIncludeCommand.cxx updated to 1.21
15431 2008-03-09 18:56:31     INFO: Committing u'2008-03-08 14:27:44 by king'...
15432 2008-03-09 18:56:31     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15433 2008-03-09 18:56:31     INFO: Changeset #69
15434 2008-03-09 18:56:31     INFO: Changeset "2008-03-08 14:50:56 by king"
15435 2008-03-09 18:56:31     INFO: Log message: BUG: Fix include_directories command to produce an immediately whether or not 2.4 compatibility is enabled.  CMake 2.4 already produced an error, just not immediately.
15436 2008-03-09 18:56:31    DEBUG: Going to apply changeset:
15437 Revision: 2008-03-08 14:50:56 by king
15438 Date: 2008-03-08 14:50:56+00:00
15439 Author: king
15440 Entries: Source/cmIncludeDirectoryCommand.cxx(UPD to 1.30)
15441 Log: BUG: Fix include_directories command to produce an immediately whether or not 2.4 compatibility is enabled.  CMake 2.4 already produced an error, just not immediately.
15442 2008-03-09 18:56:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmIncludeDirectoryCommand.cxx
15443 2008-03-09 18:56:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.30 Source/cmIncludeDirectoryCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15444 2008-03-09 18:56:33     INFO: [Ok]
15445 2008-03-09 18:56:33    DEBUG: Source/cmIncludeDirectoryCommand.cxx updated to 1.30
15446 2008-03-09 18:56:33     INFO: Committing u'2008-03-08 14:50:56 by king'...
15447 2008-03-09 18:56:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15448 2008-03-09 18:56:33     INFO: Changeset #70
15449 2008-03-09 18:56:33     INFO: Changeset "2008-03-09 05:00:25 by king"
15450 2008-03-09 18:56:33     INFO: Log message: STYLE: Nightly Date Stamp
15451 2008-03-09 18:56:33    DEBUG: Going to apply changeset:
15452 Revision: 2008-03-09 05:00:25 by king
15453 Date: 2008-03-09 05:00:25+00:00
15454 Author: king
15455 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.120)
15456 Log: STYLE: Nightly Date Stamp
15457 2008-03-09 18:56:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/kwsys/kwsysDateStamp.cmake
15458 2008-03-09 18:56:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.120 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15459 2008-03-09 18:56:35     INFO: [Ok]
15460 2008-03-09 18:56:35    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.120
15461 2008-03-09 18:56:35     INFO: Committing u'2008-03-09 05:00:25 by king'...
15462 2008-03-09 18:56:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15463 2008-03-09 18:56:35     INFO: Changeset #71
15464 2008-03-09 18:56:35     INFO: Changeset "2008-03-09 23:20:43 by alex"
15465 2008-03-09 18:56:35     INFO: Log message: BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1,
15466 mail sent to Brad for the remaining issue
15467 don't match
15468 INFO:compiler[" COMPILER_ID "]
15469 which appears in the assembler file generated from the C file by sdcc, but
15470 make sure the first character after the [ is no double quote
15472 Alex
15473 2008-03-09 18:56:35    DEBUG: Going to apply changeset:
15474 Revision: 2008-03-09 23:20:43 by alex
15475 Date: 2008-03-09 23:20:43+00:00
15476 Author: alex
15477 Entries: Modules/CMakeDetermineCompilerId.cmake(UPD to 1.19)
15478 Log: BUG: make compiler id detection (almost) work again with sdcc 2.8.0 RC1,
15479 mail sent to Brad for the remaining issue
15480 don't match
15481 INFO:compiler[" COMPILER_ID "]
15482 which appears in the assembler file generated from the C file by sdcc, but
15483 make sure the first character after the [ is no double quote
15485 Alex
15486 2008-03-09 18:56:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeDetermineCompilerId.cmake
15487 2008-03-09 18:56:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Modules/CMakeDetermineCompilerId.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15488 2008-03-09 18:56:37     INFO: [Ok]
15489 2008-03-09 18:56:37    DEBUG: Modules/CMakeDetermineCompilerId.cmake updated to 1.19
15490 2008-03-09 18:56:37     INFO: Committing u'2008-03-09 23:20:43 by alex'...
15491 2008-03-09 18:56:37     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15492 2008-03-09 18:56:37    DEBUG: Adjusting the state accordingly to journal
15493 2008-03-09 18:56:37     INFO: Update completed, now at revision "2008-03-09 23:20:43 by alex"
15494 2008-03-10 13:02:48     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
15495 2008-03-10 13:02:48    DEBUG: cvs not found as new-style vcs, trying as monolithic
15496 2008-03-10 13:02:48    DEBUG: hg not found as new-style vcs, trying as monolithic
15497 2008-03-10 13:02:48     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-09 23:20:43 UTC<" -b CMake 2>&1
15498 2008-03-10 13:02:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-09 23:20:43 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
15499 2008-03-10 13:03:25     INFO: [Ok]
15500 2008-03-10 13:03:31     INFO: Cached information about 5 pending changesets
15501 2008-03-10 13:03:31     INFO: Applying pending upstream changesets
15502 2008-03-10 13:03:31     INFO: Changeset #1
15503 2008-03-10 13:03:31     INFO: Changeset "2008-03-10 04:00:23 by king"
15504 2008-03-10 13:03:31     INFO: Log message: STYLE: Nightly Date Stamp
15505 2008-03-10 13:03:31    DEBUG: Going to apply changeset:
15506 Revision: 2008-03-10 04:00:23 by king
15507 Date: 2008-03-10 04:00:23+00:00
15508 Author: king
15509 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.121)
15510 Log: STYLE: Nightly Date Stamp
15511 2008-03-10 13:03:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/kwsys/kwsysDateStamp.cmake
15512 2008-03-10 13:03:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.121 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15513 2008-03-10 13:03:35     INFO: [Ok]
15514 2008-03-10 13:03:35    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.121
15515 2008-03-10 13:03:35     INFO: Committing u'2008-03-10 04:00:23 by king'...
15516 2008-03-10 13:03:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15517 2008-03-10 13:03:35     INFO: Changeset #2
15518 2008-03-10 13:03:35     INFO: Changeset "2008-03-10 13:32:25 by king"
15519 2008-03-10 13:03:35     INFO: Log message: ENH: Make compiler id detection more robust
15521   - Split INFO strings in source into multiple pieces
15522     to make sure assembly or other listings produced
15523     by the compiler are never matched by the regex
15524   - Store INFO strings via pointer instead of array
15525     to convince some compilers to store the string
15526     literally in the binary
15527   - This should help make it work for sdcc 2.8.0 RC1
15528 2008-03-10 13:03:35    DEBUG: Going to apply changeset:
15529 Revision: 2008-03-10 13:32:25 by king
15530 Date: 2008-03-10 13:32:25+00:00
15531 Author: king
15532 Entries: Modules/CMakeCCompilerId.c.in(UPD to 1.3), Modules/CMakeCXXCompilerId.cpp.in(UPD to 1.2), Modules/CMakePlatformId.h.in(UPD to 1.2)
15533 Log: ENH: Make compiler id detection more robust
15535   - Split INFO strings in source into multiple pieces
15536     to make sure assembly or other listings produced
15537     by the compiler are never matched by the regex
15538   - Store INFO strings via pointer instead of array
15539     to convince some compilers to store the string
15540     literally in the binary
15541   - This should help make it work for sdcc 2.8.0 RC1
15542 2008-03-10 13:03:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCXXCompilerId.cpp.in Modules/CMakePlatformId.h.in
15543 2008-03-10 13:03:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/CMakeCXXCompilerId.cpp.in Modules/CMakePlatformId.h.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15544 2008-03-10 13:03:37     INFO: [Ok]
15545 2008-03-10 13:03:37    DEBUG: Modules/CMakeCXXCompilerId.cpp.in,Modules/CMakePlatformId.h.in updated to 1.2
15546 2008-03-10 13:03:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeCCompilerId.c.in
15547 2008-03-10 13:03:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/CMakeCCompilerId.c.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15548 2008-03-10 13:03:38     INFO: [Ok]
15549 2008-03-10 13:03:38    DEBUG: Modules/CMakeCCompilerId.c.in updated to 1.2
15550 2008-03-10 13:03:38     INFO: Committing u'2008-03-10 13:32:25 by king'...
15551 2008-03-10 13:03:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15552 2008-03-10 13:03:38     INFO: Changeset #3
15553 2008-03-10 13:03:38     INFO: Changeset "2008-03-10 17:26:11 by alex"
15554 2008-03-10 13:03:38     INFO: Log message: ENH: use the standard find_package_handle_standard_args() for lua 5.0 and
15557 Alex
15558 2008-03-10 13:03:38    DEBUG: Going to apply changeset:
15559 Revision: 2008-03-10 17:26:11 by alex
15560 Date: 2008-03-10 17:26:11+00:00
15561 Author: alex
15562 Entries: Modules/FindLua50.cmake(UPD to 1.3), Modules/FindLua51.cmake(UPD to 1.3)
15563 Log: ENH: use the standard find_package_handle_standard_args() for lua 5.0 and
15566 Alex
15567 2008-03-10 13:03:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindLua50.cmake Modules/FindLua51.cmake
15568 2008-03-10 13:03:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Modules/FindLua50.cmake Modules/FindLua51.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15569 2008-03-10 13:03:40     INFO: [Ok]
15570 2008-03-10 13:03:40    DEBUG: Modules/FindLua50.cmake,Modules/FindLua51.cmake updated to 1.3
15571 2008-03-10 13:03:40     INFO: Committing u'2008-03-10 17:26:11 by alex'...
15572 2008-03-10 13:03:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15573 2008-03-10 13:03:40     INFO: Changeset #4
15574 2008-03-10 13:03:40     INFO: Changeset "2008-03-10 19:40:57 by king"
15575 2008-03-10 13:03:40     INFO: Log message: ENH: Add directory-level context information to error/warning messages when no call stack is present.
15576 2008-03-10 13:03:40    DEBUG: Going to apply changeset:
15577 Revision: 2008-03-10 19:40:57 by king
15578 Date: 2008-03-10 19:40:57+00:00
15579 Author: king
15580 Entries: Source/cmMakefile.cxx(UPD to 1.454)
15581 Log: ENH: Add directory-level context information to error/warning messages when no call stack is present.
15582 2008-03-10 13:03:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.454 Source/cmMakefile.cxx
15583 2008-03-10 13:03:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.454 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15584 2008-03-10 13:03:42     INFO: [Ok]
15585 2008-03-10 13:03:42    DEBUG: Source/cmMakefile.cxx updated to 1.454
15586 2008-03-10 13:03:42     INFO: Committing u'2008-03-10 19:40:57 by king'...
15587 2008-03-10 13:03:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15588 2008-03-10 13:03:42     INFO: Changeset #5
15589 2008-03-10 13:03:42     INFO: Changeset "2008-03-10 19:41:07 by king"
15590 2008-03-10 13:03:42     INFO: Log message: ENH: Enforce matching PUSH/POP calls for cmake_policy.
15591 2008-03-10 13:03:42    DEBUG: Going to apply changeset:
15592 Revision: 2008-03-10 19:41:07 by king
15593 Date: 2008-03-10 19:41:07+00:00
15594 Author: king
15595 Entries: Source/cmMakefile.cxx(UPD to 1.455)
15596 Log: ENH: Enforce matching PUSH/POP calls for cmake_policy.
15597 2008-03-10 13:03:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.455 Source/cmMakefile.cxx
15598 2008-03-10 13:03:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.455 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15599 2008-03-10 13:03:44     INFO: [Ok]
15600 2008-03-10 13:03:44    DEBUG: Source/cmMakefile.cxx updated to 1.455
15601 2008-03-10 13:03:44     INFO: Committing u'2008-03-10 19:41:07 by king'...
15602 2008-03-10 13:03:44     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15603 2008-03-10 13:03:44    DEBUG: Adjusting the state accordingly to journal
15604 2008-03-10 13:03:44     INFO: Update completed, now at revision "2008-03-10 19:41:07 by king"
15605 2008-03-12 17:26:19     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
15606 2008-03-12 17:26:19    DEBUG: cvs not found as new-style vcs, trying as monolithic
15607 2008-03-12 17:26:19    DEBUG: hg not found as new-style vcs, trying as monolithic
15608 2008-03-12 17:26:20     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-10 19:41:07 UTC<" -b CMake 2>&1
15609 2008-03-12 17:26:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-10 19:41:07 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
15610 2008-03-12 17:26:59     INFO: [Ok]
15611 2008-03-12 17:27:04     INFO: Cached information about 20 pending changesets
15612 2008-03-12 17:27:04     INFO: Applying pending upstream changesets
15613 2008-03-12 17:27:04     INFO: Changeset #1
15614 2008-03-12 17:27:04     INFO: Changeset "2008-03-10 22:48:41 by barre"
15615 2008-03-12 17:27:04     INFO: Log message: ENH: for some reasons there was never a FindCVS module?
15616 2008-03-12 17:27:04    DEBUG: Going to apply changeset:
15617 Revision: 2008-03-10 22:48:41 by barre
15618 Date: 2008-03-10 22:48:41+00:00
15619 Author: barre
15620 Entries: Modules/FindCVS.cmake(ADD at 1.1)
15621 Log: ENH: for some reasons there was never a FindCVS module?
15622 2008-03-12 17:27:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindCVS.cmake
15623 2008-03-12 17:27:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Modules/FindCVS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15624 2008-03-12 17:27:08     INFO: [Ok]
15625 2008-03-12 17:27:08    DEBUG: Modules/FindCVS.cmake updated to 1.1
15626 2008-03-12 17:27:08     INFO: Adding Modules/FindCVS.cmake...
15627 2008-03-12 17:27:08     INFO: Committing u'2008-03-10 22:48:41 by barre'...
15628 2008-03-12 17:27:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15629 2008-03-12 17:27:08     INFO: Changeset #2
15630 2008-03-12 17:27:08     INFO: Changeset "2008-03-10 22:51:08 by barre"
15631 2008-03-12 17:27:08     INFO: Log message: ENH: for some reasons there was never a FindCVS module?
15632 2008-03-12 17:27:08    DEBUG: Going to apply changeset:
15633 Revision: 2008-03-10 22:51:08 by barre
15634 Date: 2008-03-10 22:51:08+00:00
15635 Author: barre
15636 Entries: Modules/FindCVS.cmake(UPD to 1.2)
15637 Log: ENH: for some reasons there was never a FindCVS module?
15638 2008-03-12 17:27:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindCVS.cmake
15639 2008-03-12 17:27:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.2 Modules/FindCVS.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15640 2008-03-12 17:27:10     INFO: [Ok]
15641 2008-03-12 17:27:10    DEBUG: Modules/FindCVS.cmake updated to 1.2
15642 2008-03-12 17:27:10     INFO: Committing u'2008-03-10 22:51:08 by barre'...
15643 2008-03-12 17:27:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15644 2008-03-12 17:27:10     INFO: Changeset #3
15645 2008-03-12 17:27:10     INFO: Changeset "2008-03-11 04:00:21 by king"
15646 2008-03-12 17:27:10     INFO: Log message: STYLE: Nightly Date Stamp
15647 2008-03-12 17:27:10    DEBUG: Going to apply changeset:
15648 Revision: 2008-03-11 04:00:21 by king
15649 Date: 2008-03-11 04:00:21+00:00
15650 Author: king
15651 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.122)
15652 Log: STYLE: Nightly Date Stamp
15653 2008-03-12 17:27:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/kwsys/kwsysDateStamp.cmake
15654 2008-03-12 17:27:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.122 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15655 2008-03-12 17:27:12     INFO: [Ok]
15656 2008-03-12 17:27:12    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.122
15657 2008-03-12 17:27:12     INFO: Committing u'2008-03-11 04:00:21 by king'...
15658 2008-03-12 17:27:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15659 2008-03-12 17:27:12     INFO: Changeset #4
15660 2008-03-12 17:27:12     INFO: Changeset "2008-03-11 14:29:53 by hoffman"
15661 2008-03-12 17:27:12     INFO: Log message: ENH: add enum to IssueMessage
15662 2008-03-12 17:27:12    DEBUG: Going to apply changeset:
15663 Revision: 2008-03-11 14:29:53 by hoffman
15664 Date: 2008-03-11 14:29:56+00:00
15665 Author: hoffman
15666 Entries: Source/cmListFileCache.cxx(UPD to 1.39), Source/cmMakefile.cxx(UPD to 1.456), Source/cmMakefile.h(UPD to 1.229), Source/cmPolicies.cxx(UPD to 1.18), Source/cmake.h(UPD to 1.103)
15667 Log: ENH: add enum to IssueMessage
15668 2008-03-12 17:27:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmPolicies.cxx
15669 2008-03-12 17:27:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15670 2008-03-12 17:27:14     INFO: [Ok]
15671 2008-03-12 17:27:14    DEBUG: Source/cmPolicies.cxx updated to 1.103
15672 2008-03-12 17:27:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmListFileCache.cxx
15673 2008-03-12 17:27:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15674 2008-03-12 17:27:15     INFO: [Ok]
15675 2008-03-12 17:27:15    DEBUG: Source/cmListFileCache.cxx updated to 1.103
15676 2008-03-12 17:27:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmake.h
15677 2008-03-12 17:27:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15678 2008-03-12 17:27:16     INFO: [Ok]
15679 2008-03-12 17:27:16    DEBUG: Source/cmake.h updated to 1.103
15680 2008-03-12 17:27:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.229 Source/cmMakefile.h
15681 2008-03-12 17:27:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.229 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15682 2008-03-12 17:27:17     INFO: [Ok]
15683 2008-03-12 17:27:17    DEBUG: Source/cmMakefile.h updated to 1.103
15684 2008-03-12 17:27:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.456 Source/cmMakefile.cxx
15685 2008-03-12 17:27:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.456 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15686 2008-03-12 17:27:19     INFO: [Ok]
15687 2008-03-12 17:27:19    DEBUG: Source/cmMakefile.cxx updated to 1.103
15688 2008-03-12 17:27:19     INFO: Committing u'2008-03-11 14:29:53 by hoffman'...
15689 2008-03-12 17:27:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15690 2008-03-12 17:27:19     INFO: Changeset #5
15691 2008-03-12 17:27:19     INFO: Changeset "2008-03-11 14:54:40 by barre"
15692 2008-03-12 17:27:19     INFO: Log message: ENH: add simple function to convert all CMake commands to lowercase
15693 2008-03-12 17:27:19    DEBUG: Going to apply changeset:
15694 Revision: 2008-03-11 14:54:40 by barre
15695 Date: 2008-03-11 14:54:40+00:00
15696 Author: barre
15697 Entries: Docs/cmake-mode.el(UPD to 1.33)
15698 Log: ENH: add simple function to convert all CMake commands to lowercase
15699 2008-03-12 17:27:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Docs/cmake-mode.el
15700 2008-03-12 17:27:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Docs/cmake-mode.el ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15701 2008-03-12 17:27:21     INFO: [Ok]
15702 2008-03-12 17:27:21    DEBUG: Docs/cmake-mode.el updated to 1.33
15703 2008-03-12 17:27:21     INFO: Committing u'2008-03-11 14:54:40 by barre'...
15704 2008-03-12 17:27:21     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15705 2008-03-12 17:27:21     INFO: Changeset #6
15706 2008-03-12 17:27:21     INFO: Changeset "2008-03-11 19:17:58 by hoffman"
15707 2008-03-12 17:27:21     INFO: Log message: ENH: add a way to suppress the new policy warnings, still need ccmake and gui's
15708 2008-03-12 17:27:21    DEBUG: Going to apply changeset:
15709 Revision: 2008-03-11 19:17:58 by hoffman
15710 Date: 2008-03-11 19:17:58+00:00
15711 Author: hoffman
15712 Entries: Source/cmMakefile.cxx(UPD to 1.457), Source/cmake.cxx(UPD to 1.368), Source/cmakemain.cxx(UPD to 1.79)
15713 Log: ENH: add a way to suppress the new policy warnings, still need ccmake and gui's
15714 2008-03-12 17:27:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmakemain.cxx
15715 2008-03-12 17:27:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.79 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15716 2008-03-12 17:27:23     INFO: [Ok]
15717 2008-03-12 17:27:23    DEBUG: Source/cmakemain.cxx updated to 1.79
15718 2008-03-12 17:27:23     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.368 Source/cmake.cxx
15719 2008-03-12 17:27:23    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.368 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15720 2008-03-12 17:27:25     INFO: [Ok]
15721 2008-03-12 17:27:25    DEBUG: Source/cmake.cxx updated to 1.79
15722 2008-03-12 17:27:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.457 Source/cmMakefile.cxx
15723 2008-03-12 17:27:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.457 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15724 2008-03-12 17:27:26     INFO: [Ok]
15725 2008-03-12 17:27:26    DEBUG: Source/cmMakefile.cxx updated to 1.79
15726 2008-03-12 17:27:26     INFO: Committing u'2008-03-11 19:17:58 by hoffman'...
15727 2008-03-12 17:27:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15728 2008-03-12 17:27:26     INFO: Changeset #7
15729 2008-03-12 17:27:26     INFO: Changeset "2008-03-11 20:02:10 by hoffman"
15730 2008-03-12 17:27:26     INFO: Log message: ENH: fix -Wno-dev for ccmake
15731 2008-03-12 17:27:26    DEBUG: Going to apply changeset:
15732 Revision: 2008-03-11 20:02:10 by hoffman
15733 Date: 2008-03-11 20:02:10+00:00
15734 Author: hoffman
15735 Entries: Source/cmake.h(UPD to 1.104), Source/cmakemain.cxx(UPD to 1.80)
15736 Log: ENH: fix -Wno-dev for ccmake
15737 2008-03-12 17:27:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmakemain.cxx
15738 2008-03-12 17:27:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.80 Source/cmakemain.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15739 2008-03-12 17:27:28     INFO: [Ok]
15740 2008-03-12 17:27:28    DEBUG: Source/cmakemain.cxx updated to 1.80
15741 2008-03-12 17:27:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmake.h
15742 2008-03-12 17:27:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.104 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15743 2008-03-12 17:27:29     INFO: [Ok]
15744 2008-03-12 17:27:29    DEBUG: Source/cmake.h updated to 1.80
15745 2008-03-12 17:27:29     INFO: Committing u'2008-03-11 20:02:10 by hoffman'...
15746 2008-03-12 17:27:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15747 2008-03-12 17:27:29     INFO: Changeset #8
15748 2008-03-12 17:27:29     INFO: Changeset "2008-03-11 21:25:48 by king"
15749 2008-03-12 17:27:29     INFO: Log message: BUG: Fixes to VS8/VS9 project regeneration rules
15751   - ZERO_CHECK should check all stamps in case
15752     of parallel build (fixes complex test failure)
15753   - ZERO_CHECK should not appear when
15754     CMAKE_SUPPRESS_REGENERATION is on (fixes bug 6490)
15755 2008-03-12 17:27:29    DEBUG: Going to apply changeset:
15756 Revision: 2008-03-11 21:25:48 by king
15757 Date: 2008-03-11 21:25:49+00:00
15758 Author: king
15759 Entries: Source/cmGlobalVisualStudio8Generator.cxx(UPD to 1.36), Source/cmake.cxx(UPD to 1.369), Source/cmake.h(UPD to 1.105)
15760 Log: BUG: Fixes to VS8/VS9 project regeneration rules
15762   - ZERO_CHECK should check all stamps in case
15763     of parallel build (fixes complex test failure)
15764   - ZERO_CHECK should not appear when
15765     CMAKE_SUPPRESS_REGENERATION is on (fixes bug 6490)
15766 2008-03-12 17:27:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmGlobalVisualStudio8Generator.cxx
15767 2008-03-12 17:27:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.36 Source/cmGlobalVisualStudio8Generator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15768 2008-03-12 17:27:31     INFO: [Ok]
15769 2008-03-12 17:27:31    DEBUG: Source/cmGlobalVisualStudio8Generator.cxx updated to 1.105
15770 2008-03-12 17:27:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmake.h
15771 2008-03-12 17:27:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.105 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15772 2008-03-12 17:27:32     INFO: [Ok]
15773 2008-03-12 17:27:32    DEBUG: Source/cmake.h updated to 1.105
15774 2008-03-12 17:27:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.369 Source/cmake.cxx
15775 2008-03-12 17:27:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.369 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15776 2008-03-12 17:27:33     INFO: [Ok]
15777 2008-03-12 17:27:33    DEBUG: Source/cmake.cxx updated to 1.105
15778 2008-03-12 17:27:33     INFO: Committing u'2008-03-11 21:25:48 by king'...
15779 2008-03-12 17:27:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15780 2008-03-12 17:27:33     INFO: Changeset #9
15781 2008-03-12 17:27:33     INFO: Changeset "2008-03-11 21:27:24 by hoffman"
15782 2008-03-12 17:27:33     INFO: Log message: ENH: fix warning message a bit
15783 2008-03-12 17:27:33    DEBUG: Going to apply changeset:
15784 Revision: 2008-03-11 21:27:24 by hoffman
15785 Date: 2008-03-11 21:27:24+00:00
15786 Author: hoffman
15787 Entries: Source/cmMakefile.cxx(UPD to 1.458)
15788 Log: ENH: fix warning message a bit
15789 2008-03-12 17:27:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.458 Source/cmMakefile.cxx
15790 2008-03-12 17:27:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.458 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15791 2008-03-12 17:27:35     INFO: [Ok]
15792 2008-03-12 17:27:35    DEBUG: Source/cmMakefile.cxx updated to 1.458
15793 2008-03-12 17:27:35     INFO: Committing u'2008-03-11 21:27:24 by hoffman'...
15794 2008-03-12 17:27:35     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15795 2008-03-12 17:27:35     INFO: Changeset #10
15796 2008-03-12 17:27:35     INFO: Changeset "2008-03-11 21:27:41 by hoffman"
15797 2008-03-12 17:27:35     INFO: Log message: ENH: add KDE desktop stuff
15798 2008-03-12 17:27:35    DEBUG: Going to apply changeset:
15799 Revision: 2008-03-11 21:27:41 by hoffman
15800 Date: 2008-03-11 21:27:41+00:00
15801 Author: hoffman
15802 Entries: Source/QtDialog/CMake.desktop(ADD at 1.1), Source/QtDialog/CMakeLists.txt(UPD to 1.16), Source/QtDialog/cmakecache.xml(ADD at 1.1)
15803 Log: ENH: add KDE desktop stuff
15804 2008-03-12 17:27:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/CMake.desktop Source/QtDialog/cmakecache.xml
15805 2008-03-12 17:27:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.1 Source/QtDialog/CMake.desktop Source/QtDialog/cmakecache.xml ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15806 2008-03-12 17:27:37     INFO: [Ok]
15807 2008-03-12 17:27:37    DEBUG: Source/QtDialog/CMake.desktop,Source/QtDialog/cmakecache.xml updated to 1.1
15808 2008-03-12 17:27:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/CMakeLists.txt
15809 2008-03-12 17:27:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/QtDialog/CMakeLists.txt ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15810 2008-03-12 17:27:38     INFO: [Ok]
15811 2008-03-12 17:27:38    DEBUG: Source/QtDialog/CMakeLists.txt updated to 1.1
15812 2008-03-12 17:27:38     INFO: Adding Source/QtDialog/CMake.desktop...
15813 2008-03-12 17:27:38     INFO: Adding Source/QtDialog/cmakecache.xml...
15814 2008-03-12 17:27:38     INFO: Committing u'2008-03-11 21:27:41 by hoffman'...
15815 2008-03-12 17:27:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15816 2008-03-12 17:27:38     INFO: Changeset #11
15817 2008-03-12 17:27:38     INFO: Changeset "2008-03-11 21:37:17 by king"
15818 2008-03-12 17:27:38     INFO: Log message: COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
15819 2008-03-12 17:27:38    DEBUG: Going to apply changeset:
15820 Revision: 2008-03-11 21:37:17 by king
15821 Date: 2008-03-11 21:37:17+00:00
15822 Author: king
15823 Entries: Source/kwsys/SystemInformation.hxx.in(UPD to 1.8)
15824 Log: COMP: Fix shared lib build on windows for KWSys's SystemInformation by adding export macro.
15825 2008-03-12 17:27:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/kwsys/SystemInformation.hxx.in
15826 2008-03-12 17:27:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Source/kwsys/SystemInformation.hxx.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15827 2008-03-12 17:27:40     INFO: [Ok]
15828 2008-03-12 17:27:40    DEBUG: Source/kwsys/SystemInformation.hxx.in updated to 1.8
15829 2008-03-12 17:27:40     INFO: Committing u'2008-03-11 21:37:17 by king'...
15830 2008-03-12 17:27:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15831 2008-03-12 17:27:40     INFO: Changeset #12
15832 2008-03-12 17:27:40     INFO: Changeset "2008-03-11 21:53:54 by king"
15833 2008-03-12 17:27:40     INFO: Log message: BUG: Fix subtle bug that prevented Makefile generators from rescanning dependencies when a new source file is added but no other sources are touched.
15834 2008-03-12 17:27:40    DEBUG: Going to apply changeset:
15835 Revision: 2008-03-11 21:53:54 by king
15836 Date: 2008-03-11 21:53:54+00:00
15837 Author: king
15838 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.239)
15839 Log: BUG: Fix subtle bug that prevented Makefile generators from rescanning dependencies when a new source file is added but no other sources are touched.
15840 2008-03-12 17:27:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.239 Source/cmLocalUnixMakefileGenerator3.cxx
15841 2008-03-12 17:27:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.239 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15842 2008-03-12 17:27:42     INFO: [Ok]
15843 2008-03-12 17:27:42    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.239
15844 2008-03-12 17:27:42     INFO: Committing u'2008-03-11 21:53:54 by king'...
15845 2008-03-12 17:27:42     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15846 2008-03-12 17:27:42     INFO: Changeset #13
15847 2008-03-12 17:27:42     INFO: Changeset "2008-03-12 02:50:35 by hoffman"
15848 2008-03-12 17:27:42     INFO: Log message: ENH: add ability to suppress dev warnings to gui code
15849 2008-03-12 17:27:42    DEBUG: Going to apply changeset:
15850 Revision: 2008-03-12 02:50:35 by hoffman
15851 Date: 2008-03-12 02:51:56+00:00
15852 Author: hoffman
15853 Entries: Source/cmake.cxx(UPD to 1.370), Source/cmake.h(UPD to 1.106), Source/MFCDialog/CMakeSetup.rc(UPD to 1.38), Source/MFCDialog/CMakeSetupDialog.cpp(UPD to 1.125), Source/MFCDialog/CMakeSetupDialog.h(UPD to 1.31), Source/MFCDialog/resource.h(UPD to 1.22), Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.39), Source/QtDialog/CMakeSetupDialog.h(UPD to 1.21), Source/QtDialog/QCMake.cxx(UPD to 1.21), Source/QtDialog/QCMake.h(UPD to 1.9)
15854 Log: ENH: add ability to suppress dev warnings to gui code
15855 2008-03-12 17:27:42     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/QCMake.h
15856 2008-03-12 17:27:42    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Source/QtDialog/QCMake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15857 2008-03-12 17:27:44     INFO: [Ok]
15858 2008-03-12 17:27:44    DEBUG: Source/QtDialog/QCMake.h updated to 1.9
15859 2008-03-12 17:27:44     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/QtDialog/CMakeSetupDialog.h Source/QtDialog/QCMake.cxx
15860 2008-03-12 17:27:44    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/QtDialog/CMakeSetupDialog.h Source/QtDialog/QCMake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15861 2008-03-12 17:27:46     INFO: [Ok]
15862 2008-03-12 17:27:46    DEBUG: Source/QtDialog/CMakeSetupDialog.h,Source/QtDialog/QCMake.cxx updated to 1.9
15863 2008-03-12 17:27:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/MFCDialog/resource.h
15864 2008-03-12 17:27:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/MFCDialog/resource.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15865 2008-03-12 17:27:48     INFO: [Ok]
15866 2008-03-12 17:27:48    DEBUG: Source/MFCDialog/resource.h updated to 1.9
15867 2008-03-12 17:27:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/MFCDialog/CMakeSetupDialog.h
15868 2008-03-12 17:27:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.31 Source/MFCDialog/CMakeSetupDialog.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15869 2008-03-12 17:27:49     INFO: [Ok]
15870 2008-03-12 17:27:49    DEBUG: Source/MFCDialog/CMakeSetupDialog.h updated to 1.9
15871 2008-03-12 17:27:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/MFCDialog/CMakeSetup.rc
15872 2008-03-12 17:27:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.38 Source/MFCDialog/CMakeSetup.rc ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15873 2008-03-12 17:27:50     INFO: [Ok]
15874 2008-03-12 17:27:50    DEBUG: Source/MFCDialog/CMakeSetup.rc updated to 1.9
15875 2008-03-12 17:27:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/QtDialog/CMakeSetupDialog.cxx
15876 2008-03-12 17:27:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.39 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15877 2008-03-12 17:27:51     INFO: [Ok]
15878 2008-03-12 17:27:51    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.9
15879 2008-03-12 17:27:51     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmake.h
15880 2008-03-12 17:27:51    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.106 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15881 2008-03-12 17:27:52     INFO: [Ok]
15882 2008-03-12 17:27:52    DEBUG: Source/cmake.h updated to 1.9
15883 2008-03-12 17:27:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/MFCDialog/CMakeSetupDialog.cpp
15884 2008-03-12 17:27:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/MFCDialog/CMakeSetupDialog.cpp ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15885 2008-03-12 17:27:53     INFO: [Ok]
15886 2008-03-12 17:27:53    DEBUG: Source/MFCDialog/CMakeSetupDialog.cpp updated to 1.9
15887 2008-03-12 17:27:53     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.370 Source/cmake.cxx
15888 2008-03-12 17:27:53    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.370 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15889 2008-03-12 17:27:55     INFO: [Ok]
15890 2008-03-12 17:27:55    DEBUG: Source/cmake.cxx updated to 1.9
15891 2008-03-12 17:27:55     INFO: Committing u'2008-03-12 02:50:35 by hoffman'...
15892 2008-03-12 17:27:55     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15893 2008-03-12 17:27:55     INFO: Changeset #14
15894 2008-03-12 17:27:55     INFO: Changeset "2008-03-12 02:52:53 by hoffman"
15895 2008-03-12 17:27:55     INFO: Log message: ENH: remove iostream, not used
15896 2008-03-12 17:27:55    DEBUG: Going to apply changeset:
15897 Revision: 2008-03-12 02:52:53 by hoffman
15898 Date: 2008-03-12 02:52:53+00:00
15899 Author: hoffman
15900 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.40)
15901 Log: ENH: remove iostream, not used
15902 2008-03-12 17:27:55     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/QtDialog/CMakeSetupDialog.cxx
15903 2008-03-12 17:27:55    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15904 2008-03-12 17:27:57     INFO: [Ok]
15905 2008-03-12 17:27:57    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.40
15906 2008-03-12 17:27:57     INFO: Committing u'2008-03-12 02:52:53 by hoffman'...
15907 2008-03-12 17:27:57     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15908 2008-03-12 17:27:57     INFO: Changeset #15
15909 2008-03-12 17:27:57     INFO: Changeset "2008-03-12 03:01:41 by hoffman"
15910 2008-03-12 17:27:57     INFO: Log message: ENH: fix dumb MS warning about BOOL and performance with more code
15911 2008-03-12 17:27:57    DEBUG: Going to apply changeset:
15912 Revision: 2008-03-12 03:01:41 by hoffman
15913 Date: 2008-03-12 03:01:41+00:00
15914 Author: hoffman
15915 Entries: Source/MFCDialog/CMakeSetupDialog.cpp(UPD to 1.126)
15916 Log: ENH: fix dumb MS warning about BOOL and performance with more code
15917 2008-03-12 17:27:57     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.126 Source/MFCDialog/CMakeSetupDialog.cpp
15918 2008-03-12 17:27:57    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.126 Source/MFCDialog/CMakeSetupDialog.cpp ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15919 2008-03-12 17:27:59     INFO: [Ok]
15920 2008-03-12 17:27:59    DEBUG: Source/MFCDialog/CMakeSetupDialog.cpp updated to 1.126
15921 2008-03-12 17:27:59     INFO: Committing u'2008-03-12 03:01:41 by hoffman'...
15922 2008-03-12 17:27:59     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15923 2008-03-12 17:27:59     INFO: Changeset #16
15924 2008-03-12 17:27:59     INFO: Changeset "2008-03-12 04:00:13 by king"
15925 2008-03-12 17:27:59     INFO: Log message: STYLE: Nightly Date Stamp
15926 2008-03-12 17:27:59    DEBUG: Going to apply changeset:
15927 Revision: 2008-03-12 04:00:13 by king
15928 Date: 2008-03-12 04:00:13+00:00
15929 Author: king
15930 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.123)
15931 Log: STYLE: Nightly Date Stamp
15932 2008-03-12 17:27:59     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/kwsys/kwsysDateStamp.cmake
15933 2008-03-12 17:27:59    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.123 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15934 2008-03-12 17:28:01     INFO: [Ok]
15935 2008-03-12 17:28:01    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.123
15936 2008-03-12 17:28:01     INFO: Committing u'2008-03-12 04:00:13 by king'...
15937 2008-03-12 17:28:01     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15938 2008-03-12 17:28:01     INFO: Changeset #17
15939 2008-03-12 17:28:01     INFO: Changeset "2008-03-12 13:25:14 by hoffman"
15940 2008-03-12 17:28:01     INFO: Log message: STYLE: fix line len
15941 2008-03-12 17:28:01    DEBUG: Going to apply changeset:
15942 Revision: 2008-03-12 13:25:14 by hoffman
15943 Date: 2008-03-12 13:25:14+00:00
15944 Author: hoffman
15945 Entries: Source/cmMakefile.cxx(UPD to 1.459)
15946 Log: STYLE: fix line len
15947 2008-03-12 17:28:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.459 Source/cmMakefile.cxx
15948 2008-03-12 17:28:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.459 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15949 2008-03-12 17:28:03     INFO: [Ok]
15950 2008-03-12 17:28:03    DEBUG: Source/cmMakefile.cxx updated to 1.459
15951 2008-03-12 17:28:03     INFO: Committing u'2008-03-12 13:25:14 by hoffman'...
15952 2008-03-12 17:28:03     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15953 2008-03-12 17:28:03     INFO: Changeset #18
15954 2008-03-12 17:28:03     INFO: Changeset "2008-03-12 18:37:46 by martink"
15955 2008-03-12 17:28:03     INFO: Log message: BUG: fix some bad changes in progress calc
15956 2008-03-12 17:28:03    DEBUG: Going to apply changeset:
15957 Revision: 2008-03-12 18:37:46 by martink
15958 Date: 2008-03-12 18:37:46+00:00
15959 Author: martink
15960 Entries: Source/cmGlobalUnixMakefileGenerator3.cxx(UPD to 1.126)
15961 Log: BUG: fix some bad changes in progress calc
15962 2008-03-12 17:28:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.126 Source/cmGlobalUnixMakefileGenerator3.cxx
15963 2008-03-12 17:28:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.126 Source/cmGlobalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15964 2008-03-12 17:28:05     INFO: [Ok]
15965 2008-03-12 17:28:05    DEBUG: Source/cmGlobalUnixMakefileGenerator3.cxx updated to 1.126
15966 2008-03-12 17:28:05     INFO: Committing u'2008-03-12 18:37:46 by martink'...
15967 2008-03-12 17:28:05     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15968 2008-03-12 17:28:05     INFO: Changeset #19
15969 2008-03-12 17:28:05     INFO: Changeset "2008-03-12 21:02:10 by barre"
15970 2008-03-12 17:28:05     INFO: Log message: ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove duplicates from a list (keep the ordering)
15971 2008-03-12 17:28:05    DEBUG: Going to apply changeset:
15972 Revision: 2008-03-12 21:02:10 by barre
15973 Date: 2008-03-12 21:02:10+00:00
15974 Author: barre
15975 Entries: Source/cmListCommand.cxx(UPD to 1.18), Source/cmListCommand.h(UPD to 1.15), Tests/CMakeTests/ListTest.cmake.in(UPD to 1.7)
15976 Log: ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove duplicates from a list (keep the ordering)
15977 2008-03-12 17:28:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/CMakeTests/ListTest.cmake.in
15978 2008-03-12 17:28:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.7 Tests/CMakeTests/ListTest.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15979 2008-03-12 17:28:07     INFO: [Ok]
15980 2008-03-12 17:28:07    DEBUG: Tests/CMakeTests/ListTest.cmake.in updated to 1.7
15981 2008-03-12 17:28:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmListCommand.h
15982 2008-03-12 17:28:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Source/cmListCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15983 2008-03-12 17:28:08     INFO: [Ok]
15984 2008-03-12 17:28:08    DEBUG: Source/cmListCommand.h updated to 1.7
15985 2008-03-12 17:28:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmListCommand.cxx
15986 2008-03-12 17:28:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/cmListCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
15987 2008-03-12 17:28:10     INFO: [Ok]
15988 2008-03-12 17:28:10    DEBUG: Source/cmListCommand.cxx updated to 1.7
15989 2008-03-12 17:28:10     INFO: Committing u'2008-03-12 21:02:10 by barre'...
15990 2008-03-12 17:28:10     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
15991 2008-03-12 17:28:10     INFO: Changeset #20
15992 2008-03-12 17:28:10     INFO: Changeset "2008-03-12 21:02:30 by hoffman"
15993 2008-03-12 17:28:10     INFO: Log message: ENH: make sure properties are re-set on each configure
15994 2008-03-12 17:28:10    DEBUG: Going to apply changeset:
15995 Revision: 2008-03-12 21:02:30 by hoffman
15996 Date: 2008-03-12 21:02:30+00:00
15997 Author: hoffman
15998 Entries: Source/cmake.cxx(UPD to 1.371), Source/cmake.h(UPD to 1.107)
15999 Log: ENH: make sure properties are re-set on each configure
16000 2008-03-12 17:28:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmake.h
16001 2008-03-12 17:28:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.107 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16002 2008-03-12 17:28:12     INFO: [Ok]
16003 2008-03-12 17:28:12    DEBUG: Source/cmake.h updated to 1.107
16004 2008-03-12 17:28:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.371 Source/cmake.cxx
16005 2008-03-12 17:28:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.371 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16006 2008-03-12 17:28:14     INFO: [Ok]
16007 2008-03-12 17:28:14    DEBUG: Source/cmake.cxx updated to 1.107
16008 2008-03-12 17:28:14     INFO: Committing u'2008-03-12 21:02:30 by hoffman'...
16009 2008-03-12 17:28:14     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16010 2008-03-12 17:28:14    DEBUG: Adjusting the state accordingly to journal
16011 2008-03-12 17:28:14     INFO: Update completed, now at revision "2008-03-12 21:02:30 by hoffman"
16012 2008-03-14 23:19:31     INFO: Updating "project" in "/Users/ewing/Source/CMAKELUA/TAILOR"
16013 2008-03-14 23:19:31    DEBUG: cvs not found as new-style vcs, trying as monolithic
16014 2008-03-14 23:19:31    DEBUG: hg not found as new-style vcs, trying as monolithic
16015 2008-03-14 23:19:31     INFO: $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-12 21:02:30 UTC<" -b CMake 2>&1
16016 2008-03-14 23:19:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake rlog -d "2008-03-12 21:02:30 UTC<" -b CMake ('/Users/ewing/Source/CMAKELUA/TAILOR')
16017 2008-03-14 23:19:54     INFO: [Ok]
16018 2008-03-14 23:19:59     INFO: Cached information about 34 pending changesets
16019 2008-03-14 23:19:59     INFO: Applying pending upstream changesets
16020 2008-03-14 23:19:59     INFO: Changeset #1
16021 2008-03-14 23:19:59     INFO: Changeset "2008-03-13 01:06:32 by hoffman"
16022 2008-03-14 23:19:59     INFO: Log message: ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, better to not crash on the end user.
16023 2008-03-14 23:19:59    DEBUG: Going to apply changeset:
16024 Revision: 2008-03-13 01:06:32 by hoffman
16025 Date: 2008-03-13 01:06:32+00:00
16026 Author: hoffman
16027 Entries: Source/cmLocalUnixMakefileGenerator3.cxx(UPD to 1.240), Source/cmMakefile.cxx(UPD to 1.460), Source/cmSourceFileLocation.cxx(UPD to 1.3), Source/cmTarget.cxx(UPD to 1.206), Source/cmake.h(UPD to 1.108)
16028 Log: ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, better to not crash on the end user.
16029 2008-03-14 23:20:01     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmSourceFileLocation.cxx
16030 2008-03-14 23:20:01    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.3 Source/cmSourceFileLocation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16031 2008-03-14 23:20:03     INFO: [Ok]
16032 2008-03-14 23:20:03    DEBUG: Source/cmSourceFileLocation.cxx updated to 1.108
16033 2008-03-14 23:20:03     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/cmake.h
16034 2008-03-14 23:20:03    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.108 Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16035 2008-03-14 23:20:04     INFO: [Ok]
16036 2008-03-14 23:20:04    DEBUG: Source/cmake.h updated to 1.108
16037 2008-03-14 23:20:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.206 Source/cmTarget.cxx
16038 2008-03-14 23:20:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.206 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16039 2008-03-14 23:20:06     INFO: [Ok]
16040 2008-03-14 23:20:06    DEBUG: Source/cmTarget.cxx updated to 1.108
16041 2008-03-14 23:20:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.240 Source/cmLocalUnixMakefileGenerator3.cxx
16042 2008-03-14 23:20:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.240 Source/cmLocalUnixMakefileGenerator3.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16043 2008-03-14 23:20:07     INFO: [Ok]
16044 2008-03-14 23:20:07    DEBUG: Source/cmLocalUnixMakefileGenerator3.cxx updated to 1.108
16045 2008-03-14 23:20:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.460 Source/cmMakefile.cxx
16046 2008-03-14 23:20:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.460 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16047 2008-03-14 23:20:08     INFO: [Ok]
16048 2008-03-14 23:20:08    DEBUG: Source/cmMakefile.cxx updated to 1.108
16049 2008-03-14 23:20:08     INFO: Committing u'2008-03-13 01:06:32 by hoffman'...
16050 2008-03-14 23:20:08     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16051 2008-03-14 23:20:08     INFO: Changeset #2
16052 2008-03-14 23:20:08     INFO: Changeset "2008-03-13 01:54:27 by hoffman"
16053 2008-03-14 23:20:08     INFO: Log message: ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified
16054 2008-03-14 23:20:08    DEBUG: Going to apply changeset:
16055 Revision: 2008-03-13 01:54:27 by hoffman
16056 Date: 2008-03-13 01:54:27+00:00
16057 Author: hoffman
16058 Entries: CMakeCPackOptions.cmake.in(UPD to 1.8), Source/CPack/cmCPackCygwinBinaryGenerator.cxx(UPD to 1.5), Source/CPack/cmCPackCygwinSourceGenerator.cxx(UPD to 1.5), Source/CPack/cmCPackGenerator.cxx(UPD to 1.6)
16059 Log: ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified
16060 2008-03-14 23:20:08     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CPack/cmCPackCygwinBinaryGenerator.cxx Source/CPack/cmCPackCygwinSourceGenerator.cxx
16061 2008-03-14 23:20:08    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.5 Source/CPack/cmCPackCygwinBinaryGenerator.cxx Source/CPack/cmCPackCygwinSourceGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16062 2008-03-14 23:20:11     INFO: [Ok]
16063 2008-03-14 23:20:11    DEBUG: Source/CPack/cmCPackCygwinBinaryGenerator.cxx,Source/CPack/cmCPackCygwinSourceGenerator.cxx updated to 1.6
16064 2008-03-14 23:20:11     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/CPack/cmCPackGenerator.cxx
16065 2008-03-14 23:20:11    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/CPack/cmCPackGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16066 2008-03-14 23:20:12     INFO: [Ok]
16067 2008-03-14 23:20:12    DEBUG: Source/CPack/cmCPackGenerator.cxx updated to 1.6
16068 2008-03-14 23:20:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 CMakeCPackOptions.cmake.in
16069 2008-03-14 23:20:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 CMakeCPackOptions.cmake.in ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16070 2008-03-14 23:20:13     INFO: [Ok]
16071 2008-03-14 23:20:13    DEBUG: CMakeCPackOptions.cmake.in updated to 1.6
16072 2008-03-14 23:20:13     INFO: Committing u'2008-03-13 01:54:27 by hoffman'...
16073 2008-03-14 23:20:13     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16074 2008-03-14 23:20:13     INFO: Changeset #3
16075 2008-03-14 23:20:13     INFO: Changeset "2008-03-13 03:59:59 by king"
16076 2008-03-14 23:20:13     INFO: Log message: STYLE: Nightly Date Stamp
16077 2008-03-14 23:20:13    DEBUG: Going to apply changeset:
16078 Revision: 2008-03-13 03:59:59 by king
16079 Date: 2008-03-13 03:59:59+00:00
16080 Author: king
16081 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.124)
16082 Log: STYLE: Nightly Date Stamp
16083 2008-03-14 23:20:13     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/kwsys/kwsysDateStamp.cmake
16084 2008-03-14 23:20:13    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.124 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16085 2008-03-14 23:20:15     INFO: [Ok]
16086 2008-03-14 23:20:15    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.124
16087 2008-03-14 23:20:15     INFO: Committing u'2008-03-13 03:59:59 by king'...
16088 2008-03-14 23:20:15     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16089 2008-03-14 23:20:15     INFO: Changeset #4
16090 2008-03-14 23:20:15     INFO: Changeset "2008-03-13 13:28:26 by barre"
16091 2008-03-14 23:20:15     INFO: Log message: BUG: the directory the FILE DOWNLOAD command is writing to might not exist.
16092 2008-03-14 23:20:15    DEBUG: Going to apply changeset:
16093 Revision: 2008-03-13 13:28:26 by barre
16094 Date: 2008-03-13 13:28:26+00:00
16095 Author: barre
16096 Entries: Source/cmFileCommand.cxx(UPD to 1.103)
16097 Log: BUG: the directory the FILE DOWNLOAD command is writing to might not exist.
16098 2008-03-14 23:20:15     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmFileCommand.cxx
16099 2008-03-14 23:20:15    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.103 Source/cmFileCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16100 2008-03-14 23:20:17     INFO: [Ok]
16101 2008-03-14 23:20:17    DEBUG: Source/cmFileCommand.cxx updated to 1.103
16102 2008-03-14 23:20:17     INFO: Committing u'2008-03-13 13:28:26 by barre'...
16103 2008-03-14 23:20:17     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16104 2008-03-14 23:20:17     INFO: Changeset #5
16105 2008-03-14 23:20:17     INFO: Changeset "2008-03-13 14:56:40 by hoffman"
16106 2008-03-14 23:20:17     INFO: Log message: BUG: fix bug 6594 look for glut in more places on windows
16107 2008-03-14 23:20:17    DEBUG: Going to apply changeset:
16108 Revision: 2008-03-13 14:56:40 by hoffman
16109 Date: 2008-03-13 14:56:40+00:00
16110 Author: hoffman
16111 Entries: Modules/FindGLUT.cmake(UPD to 1.20)
16112 Log: BUG: fix bug 6594 look for glut in more places on windows
16113 2008-03-14 23:20:17     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/FindGLUT.cmake
16114 2008-03-14 23:20:17    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Modules/FindGLUT.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16115 2008-03-14 23:20:19     INFO: [Ok]
16116 2008-03-14 23:20:19    DEBUG: Modules/FindGLUT.cmake updated to 1.20
16117 2008-03-14 23:20:19     INFO: Committing u'2008-03-13 14:56:40 by hoffman'...
16118 2008-03-14 23:20:19     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16119 2008-03-14 23:20:19     INFO: Changeset #6
16120 2008-03-14 23:20:19     INFO: Changeset "2008-03-13 15:38:46 by martink"
16121 2008-03-14 23:20:19     INFO: Log message: ENH: change CMP_ to CMP
16122 2008-03-14 23:20:19    DEBUG: Going to apply changeset:
16123 Revision: 2008-03-13 15:38:46 by martink
16124 Date: 2008-03-13 15:38:46+00:00
16125 Author: martink
16126 Entries: Source/cmCMakePolicyCommand.h(UPD to 1.4), Source/cmListFileCache.cxx(UPD to 1.40), Source/cmLocalGenerator.cxx(UPD to 1.269), Source/cmMakefile.cxx(UPD to 1.461), Source/cmPolicies.cxx(UPD to 1.19), Source/cmPolicies.h(UPD to 1.10), Source/cmake.cxx(UPD to 1.372)
16127 Log: ENH: change CMP_ to CMP
16128 2008-03-14 23:20:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmCMakePolicyCommand.h
16129 2008-03-14 23:20:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.4 Source/cmCMakePolicyCommand.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16130 2008-03-14 23:20:21     INFO: [Ok]
16131 2008-03-14 23:20:21    DEBUG: Source/cmCMakePolicyCommand.h updated to 1.372
16132 2008-03-14 23:20:21     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmPolicies.h
16133 2008-03-14 23:20:21    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.10 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16134 2008-03-14 23:20:22     INFO: [Ok]
16135 2008-03-14 23:20:22    DEBUG: Source/cmPolicies.h updated to 1.372
16136 2008-03-14 23:20:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmPolicies.cxx
16137 2008-03-14 23:20:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16138 2008-03-14 23:20:24     INFO: [Ok]
16139 2008-03-14 23:20:24    DEBUG: Source/cmPolicies.cxx updated to 1.372
16140 2008-03-14 23:20:24     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmListFileCache.cxx
16141 2008-03-14 23:20:24    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.40 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16142 2008-03-14 23:20:25     INFO: [Ok]
16143 2008-03-14 23:20:25    DEBUG: Source/cmListFileCache.cxx updated to 1.372
16144 2008-03-14 23:20:25     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.269 Source/cmLocalGenerator.cxx
16145 2008-03-14 23:20:25    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.269 Source/cmLocalGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16146 2008-03-14 23:20:27     INFO: [Ok]
16147 2008-03-14 23:20:27    DEBUG: Source/cmLocalGenerator.cxx updated to 1.372
16148 2008-03-14 23:20:27     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.372 Source/cmake.cxx
16149 2008-03-14 23:20:27    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.372 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16150 2008-03-14 23:20:28     INFO: [Ok]
16151 2008-03-14 23:20:28    DEBUG: Source/cmake.cxx updated to 1.372
16152 2008-03-14 23:20:28     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.461 Source/cmMakefile.cxx
16153 2008-03-14 23:20:28    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.461 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16154 2008-03-14 23:20:29     INFO: [Ok]
16155 2008-03-14 23:20:29    DEBUG: Source/cmMakefile.cxx updated to 1.372
16156 2008-03-14 23:20:29     INFO: Committing u'2008-03-13 15:38:46 by martink'...
16157 2008-03-14 23:20:29     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16158 2008-03-14 23:20:29     INFO: Changeset #7
16159 2008-03-14 23:20:29     INFO: Changeset "2008-03-13 17:48:57 by king"
16160 2008-03-14 23:20:29     INFO: Log message: ENH: Improve new error/warning message generation
16162   - Add cmListFileBacktrace to record stack traces
16163   - Move main IssueMessage method to the cmake class instance
16164     (make the backtrace an explicit argument)
16165   - Change cmMakefile::IssueMessage to construct a backtrace
16166     and call the cmake instance version
16167   - Record a backtrace at the point a target is created
16168     (useful later for messages issued by generators)
16169 2008-03-14 23:20:29    DEBUG: Going to apply changeset:
16170 Revision: 2008-03-13 17:48:57 by king
16171 Date: 2008-03-13 17:48:57+00:00
16172 Author: king
16173 Entries: Source/cmListFileCache.cxx(UPD to 1.41), Source/cmListFileCache.h(UPD to 1.21), Source/cmMakefile.cxx(UPD to 1.462), Source/cmMakefile.h(UPD to 1.230), Source/cmTarget.cxx(UPD to 1.207), Source/cmTarget.h(UPD to 1.109), Source/cmake.cxx(UPD to 1.373), Source/cmake.h(UPD to 1.109)
16174 Log: ENH: Improve new error/warning message generation
16176   - Add cmListFileBacktrace to record stack traces
16177   - Move main IssueMessage method to the cmake class instance
16178     (make the backtrace an explicit argument)
16179   - Change cmMakefile::IssueMessage to construct a backtrace
16180     and call the cmake instance version
16181   - Record a backtrace at the point a target is created
16182     (useful later for messages issued by generators)
16183 2008-03-14 23:20:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmListFileCache.h
16184 2008-03-14 23:20:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmListFileCache.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16185 2008-03-14 23:20:31     INFO: [Ok]
16186 2008-03-14 23:20:31    DEBUG: Source/cmListFileCache.h updated to 1.109
16187 2008-03-14 23:20:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmListFileCache.cxx
16188 2008-03-14 23:20:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/cmListFileCache.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16189 2008-03-14 23:20:32     INFO: [Ok]
16190 2008-03-14 23:20:32    DEBUG: Source/cmListFileCache.cxx updated to 1.109
16191 2008-03-14 23:20:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 Source/cmTarget.h Source/cmake.h
16192 2008-03-14 23:20:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.109 Source/cmTarget.h Source/cmake.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16193 2008-03-14 23:20:34     INFO: [Ok]
16194 2008-03-14 23:20:34    DEBUG: Source/cmTarget.h,Source/cmake.h updated to 1.109
16195 2008-03-14 23:20:34     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.207 Source/cmTarget.cxx
16196 2008-03-14 23:20:34    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.207 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16197 2008-03-14 23:20:35     INFO: [Ok]
16198 2008-03-14 23:20:35    DEBUG: Source/cmTarget.cxx updated to 1.109
16199 2008-03-14 23:20:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.230 Source/cmMakefile.h
16200 2008-03-14 23:20:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.230 Source/cmMakefile.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16201 2008-03-14 23:20:37     INFO: [Ok]
16202 2008-03-14 23:20:37    DEBUG: Source/cmMakefile.h updated to 1.109
16203 2008-03-14 23:20:37     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.373 Source/cmake.cxx
16204 2008-03-14 23:20:37    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.373 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16205 2008-03-14 23:20:38     INFO: [Ok]
16206 2008-03-14 23:20:38    DEBUG: Source/cmake.cxx updated to 1.109
16207 2008-03-14 23:20:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.462 Source/cmMakefile.cxx
16208 2008-03-14 23:20:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.462 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16209 2008-03-14 23:20:40     INFO: [Ok]
16210 2008-03-14 23:20:40    DEBUG: Source/cmMakefile.cxx updated to 1.109
16211 2008-03-14 23:20:40     INFO: Committing u'2008-03-13 17:48:57 by king'...
16212 2008-03-14 23:20:40     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16213 2008-03-14 23:20:40     INFO: Changeset #8
16214 2008-03-14 23:20:40     INFO: Changeset "2008-03-13 17:52:49 by king"
16215 2008-03-14 23:20:40     INFO: Log message: ENH: Simplify error message for invalid set(... CACHE) calls to make it look nicer with new message format.
16216 2008-03-14 23:20:40    DEBUG: Going to apply changeset:
16217 Revision: 2008-03-13 17:52:49 by king
16218 Date: 2008-03-13 17:52:49+00:00
16219 Author: king
16220 Entries: Source/cmSetCommand.cxx(UPD to 1.33)
16221 Log: ENH: Simplify error message for invalid set(... CACHE) calls to make it look nicer with new message format.
16222 2008-03-14 23:20:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmSetCommand.cxx
16223 2008-03-14 23:20:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.33 Source/cmSetCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16224 2008-03-14 23:20:43     INFO: [Ok]
16225 2008-03-14 23:20:43    DEBUG: Source/cmSetCommand.cxx updated to 1.33
16226 2008-03-14 23:20:43     INFO: Committing u'2008-03-13 17:52:49 by king'...
16227 2008-03-14 23:20:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16228 2008-03-14 23:20:43     INFO: Changeset #9
16229 2008-03-14 23:20:43     INFO: Changeset "2008-03-13 18:13:44 by king"
16230 2008-03-14 23:20:43     INFO: Log message: ENH: Improve error message when invalid policy is given.
16231 2008-03-14 23:20:43    DEBUG: Going to apply changeset:
16232 Revision: 2008-03-13 18:13:44 by king
16233 Date: 2008-03-13 18:13:44+00:00
16234 Author: king
16235 Entries: Source/cmMakefile.cxx(UPD to 1.463)
16236 Log: ENH: Improve error message when invalid policy is given.
16237 2008-03-14 23:20:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.463 Source/cmMakefile.cxx
16238 2008-03-14 23:20:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.463 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16239 2008-03-14 23:20:45     INFO: [Ok]
16240 2008-03-14 23:20:45    DEBUG: Source/cmMakefile.cxx updated to 1.463
16241 2008-03-14 23:20:45     INFO: Committing u'2008-03-13 18:13:44 by king'...
16242 2008-03-14 23:20:45     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16243 2008-03-14 23:20:45     INFO: Changeset #10
16244 2008-03-14 23:20:45     INFO: Changeset "2008-03-13 18:29:26 by david.cole"
16245 2008-03-14 23:20:45     INFO: Log message: BUG: Fix the Java test for Visual Studio builds. Before this, it had been trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness.
16246 2008-03-14 23:20:45    DEBUG: Going to apply changeset:
16247 Revision: 2008-03-13 18:29:26 by david.cole
16248 Date: 2008-03-13 18:29:26+00:00
16249 Author: david.cole
16250 Entries: Modules/CMakeJavaInformation.cmake(UPD to 1.8)
16251 Log: BUG: Fix the Java test for Visual Studio builds. Before this, it had been trying to include "BuildLog.htm" in the .jar file because it was using "." as the list of files to include in the .jar file. Use "*.class" instead of "." to prevent this silliness.
16252 2008-03-14 23:20:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CMakeJavaInformation.cmake
16253 2008-03-14 23:20:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.8 Modules/CMakeJavaInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16254 2008-03-14 23:20:48     INFO: [Ok]
16255 2008-03-14 23:20:48    DEBUG: Modules/CMakeJavaInformation.cmake updated to 1.8
16256 2008-03-14 23:20:48     INFO: Committing u'2008-03-13 18:29:26 by david.cole'...
16257 2008-03-14 23:20:48     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16258 2008-03-14 23:20:48     INFO: Changeset #11
16259 2008-03-14 23:20:48     INFO: Changeset "2008-03-13 19:01:58 by king"
16260 2008-03-14 23:20:48     INFO: Log message: ENH: Reduce whitespace in policy warning/error messages.
16261 2008-03-14 23:20:48    DEBUG: Going to apply changeset:
16262 Revision: 2008-03-13 19:01:58 by king
16263 Date: 2008-03-13 19:01:58+00:00
16264 Author: king
16265 Entries: Source/cmPolicies.cxx(UPD to 1.20)
16266 Log: ENH: Reduce whitespace in policy warning/error messages.
16267 2008-03-14 23:20:48     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmPolicies.cxx
16268 2008-03-14 23:20:48    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.20 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16269 2008-03-14 23:20:50     INFO: [Ok]
16270 2008-03-14 23:20:50    DEBUG: Source/cmPolicies.cxx updated to 1.20
16271 2008-03-14 23:20:50     INFO: Committing u'2008-03-13 19:01:58 by king'...
16272 2008-03-14 23:20:50     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16273 2008-03-14 23:20:50     INFO: Changeset #12
16274 2008-03-14 23:20:50     INFO: Changeset "2008-03-13 19:03:20 by david.cole"
16275 2008-03-14 23:20:50     INFO: Log message: COMP: Conditionalize the last change so that the fix only applies to WIN32. Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard...
16276 2008-03-14 23:20:50    DEBUG: Going to apply changeset:
16277 Revision: 2008-03-13 19:03:20 by david.cole
16278 Date: 2008-03-13 19:03:20+00:00
16279 Author: david.cole
16280 Entries: Modules/CMakeJavaInformation.cmake(UPD to 1.9)
16281 Log: COMP: Conditionalize the last change so that the fix only applies to WIN32. Leave it the way it was elsewhere, the new way does not work on the Mac continuous dashboard...
16282 2008-03-14 23:20:50     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeJavaInformation.cmake
16283 2008-03-14 23:20:50    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.9 Modules/CMakeJavaInformation.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16284 2008-03-14 23:20:52     INFO: [Ok]
16285 2008-03-14 23:20:52    DEBUG: Modules/CMakeJavaInformation.cmake updated to 1.9
16286 2008-03-14 23:20:52     INFO: Committing u'2008-03-13 19:03:20 by david.cole'...
16287 2008-03-14 23:20:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16288 2008-03-14 23:20:52     INFO: Changeset #13
16289 2008-03-14 23:20:52     INFO: Changeset "2008-03-13 19:06:35 by king"
16290 2008-03-14 23:20:52     INFO: Log message: ENH: Make (dev) warnings show note about -Wno-dev option.  Fix -Wdev and -Wno-dev options to not be mistaken for the source directory specification.
16291 2008-03-14 23:20:52    DEBUG: Going to apply changeset:
16292 Revision: 2008-03-13 19:06:35 by king
16293 Date: 2008-03-13 19:06:35+00:00
16294 Author: king
16295 Entries: Source/cmake.cxx(UPD to 1.374)
16296 Log: ENH: Make (dev) warnings show note about -Wno-dev option.  Fix -Wdev and -Wno-dev options to not be mistaken for the source directory specification.
16297 2008-03-14 23:20:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.374 Source/cmake.cxx
16298 2008-03-14 23:20:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.374 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16299 2008-03-14 23:20:54     INFO: [Ok]
16300 2008-03-14 23:20:54    DEBUG: Source/cmake.cxx updated to 1.374
16301 2008-03-14 23:20:54     INFO: Committing u'2008-03-13 19:06:35 by king'...
16302 2008-03-14 23:20:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16303 2008-03-14 23:20:54     INFO: Changeset #14
16304 2008-03-14 23:20:54     INFO: Changeset "2008-03-13 19:29:28 by clinton"
16305 2008-03-14 23:20:54     INFO: Log message: 
16306 ENH:  Add support for new modules in Qt 4.4.  Fixes #6316.
16307       Simplify and clarify some documentation.
16309 BUG:  Fix order of include paths (from KDE's FindQt4)
16310       Fix find of Designer components debug library on Windows.
16311 2008-03-14 23:20:54    DEBUG: Going to apply changeset:
16312 Revision: 2008-03-13 19:29:28 by clinton
16313 Date: 2008-03-13 19:29:28+00:00
16314 Author: clinton
16315 Entries: Modules/FindQt4.cmake(UPD to 1.96)
16316 Log: 
16317 ENH:  Add support for new modules in Qt 4.4.  Fixes #6316.
16318       Simplify and clarify some documentation.
16320 BUG:  Fix order of include paths (from KDE's FindQt4)
16321       Fix find of Designer components debug library on Windows.
16322 2008-03-14 23:20:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Modules/FindQt4.cmake
16323 2008-03-14 23:20:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.96 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16324 2008-03-14 23:20:56     INFO: [Ok]
16325 2008-03-14 23:20:56    DEBUG: Modules/FindQt4.cmake updated to 1.96
16326 2008-03-14 23:20:56     INFO: Committing u'2008-03-13 19:29:28 by clinton'...
16327 2008-03-14 23:20:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16328 2008-03-14 23:20:56     INFO: Changeset #15
16329 2008-03-14 23:20:56     INFO: Changeset "2008-03-13 19:34:17 by hoffman"
16330 2008-03-14 23:20:56     INFO: Log message: ENH: move the clear to before things are added to the maps
16331 2008-03-14 23:20:56    DEBUG: Going to apply changeset:
16332 Revision: 2008-03-13 19:34:17 by hoffman
16333 Date: 2008-03-13 19:34:17+00:00
16334 Author: hoffman
16335 Entries: Source/cmake.cxx(UPD to 1.375)
16336 Log: ENH: move the clear to before things are added to the maps
16337 2008-03-14 23:20:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.375 Source/cmake.cxx
16338 2008-03-14 23:20:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.375 Source/cmake.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16339 2008-03-14 23:20:58     INFO: [Ok]
16340 2008-03-14 23:20:58    DEBUG: Source/cmake.cxx updated to 1.375
16341 2008-03-14 23:20:58     INFO: Committing u'2008-03-13 19:34:17 by hoffman'...
16342 2008-03-14 23:20:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16343 2008-03-14 23:20:58     INFO: Changeset #16
16344 2008-03-14 23:20:58     INFO: Changeset "2008-03-13 20:13:40 by clinton"
16345 2008-03-14 23:20:58     INFO: Log message: ENH:  Preserve white spaces when printing messages.
16346 2008-03-14 23:20:58    DEBUG: Going to apply changeset:
16347 Revision: 2008-03-13 20:13:40 by clinton
16348 Date: 2008-03-13 20:13:40+00:00
16349 Author: clinton
16350 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.41)
16351 Log: ENH:  Preserve white spaces when printing messages.
16352 2008-03-14 23:20:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/QtDialog/CMakeSetupDialog.cxx
16353 2008-03-14 23:20:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.41 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16354 2008-03-14 23:21:00     INFO: [Ok]
16355 2008-03-14 23:21:00    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.41
16356 2008-03-14 23:21:00     INFO: Committing u'2008-03-13 20:13:40 by clinton'...
16357 2008-03-14 23:21:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16358 2008-03-14 23:21:00     INFO: Changeset #17
16359 2008-03-14 23:21:00     INFO: Changeset "2008-03-13 20:21:44 by hoffman"
16360 2008-03-14 23:21:00     INFO: Log message: ENH: make menu item match -Wno-dev command line
16361 2008-03-14 23:21:00    DEBUG: Going to apply changeset:
16362 Revision: 2008-03-13 20:21:44 by hoffman
16363 Date: 2008-03-13 20:21:44+00:00
16364 Author: hoffman
16365 Entries: Source/QtDialog/CMakeSetupDialog.cxx(UPD to 1.42)
16366 Log: ENH: make menu item match -Wno-dev command line
16367 2008-03-14 23:21:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/QtDialog/CMakeSetupDialog.cxx
16368 2008-03-14 23:21:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.42 Source/QtDialog/CMakeSetupDialog.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16369 2008-03-14 23:21:02     INFO: [Ok]
16370 2008-03-14 23:21:02    DEBUG: Source/QtDialog/CMakeSetupDialog.cxx updated to 1.42
16371 2008-03-14 23:21:02     INFO: Committing u'2008-03-13 20:21:44 by hoffman'...
16372 2008-03-14 23:21:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16373 2008-03-14 23:21:02     INFO: Changeset #18
16374 2008-03-14 23:21:02     INFO: Changeset "2008-03-13 20:23:18 by king"
16375 2008-03-14 23:21:02     INFO: Log message: ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
16377   - Policy is WARN by default so projects will build
16378     as they did in 2.4 without user intervention
16379   - Remove CMAKE_LINK_OLD_PATHS variable since it was
16380     never in a release and the policy supercedes it
16381   - Report target creation backtrace in warning message
16382     since policy should be set by that point
16383 2008-03-14 23:21:02    DEBUG: Going to apply changeset:
16384 Revision: 2008-03-13 20:23:18 by king
16385 Date: 2008-03-13 20:23:18+00:00
16386 Author: king
16387 Entries: Modules/VTKCompatibility.cmake(UPD to 1.11), Source/cmComputeLinkInformation.cxx(UPD to 1.25), Source/cmComputeLinkInformation.h(UPD to 1.16), Source/cmDocumentVariables.cxx(UPD to 1.19), Source/cmPolicies.cxx(UPD to 1.21), Source/cmPolicies.h(UPD to 1.11), Source/cmTarget.cxx(UPD to 1.208), Source/cmTarget.h(UPD to 1.110)
16388 Log: ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.
16390   - Policy is WARN by default so projects will build
16391     as they did in 2.4 without user intervention
16392   - Remove CMAKE_LINK_OLD_PATHS variable since it was
16393     never in a release and the policy supercedes it
16394   - Report target creation backtrace in warning message
16395     since policy should be set by that point
16396 2008-03-14 23:21:02     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/VTKCompatibility.cmake Source/cmPolicies.h
16397 2008-03-14 23:21:02    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/VTKCompatibility.cmake Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16398 2008-03-14 23:21:04     INFO: [Ok]
16399 2008-03-14 23:21:04    DEBUG: Modules/VTKCompatibility.cmake,Source/cmPolicies.h updated to 1.110
16400 2008-03-14 23:21:04     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmComputeLinkInformation.h
16401 2008-03-14 23:21:04    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.16 Source/cmComputeLinkInformation.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16402 2008-03-14 23:21:05     INFO: [Ok]
16403 2008-03-14 23:21:05    DEBUG: Source/cmComputeLinkInformation.h updated to 1.110
16404 2008-03-14 23:21:05     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmDocumentVariables.cxx
16405 2008-03-14 23:21:05    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmDocumentVariables.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16406 2008-03-14 23:21:06     INFO: [Ok]
16407 2008-03-14 23:21:06    DEBUG: Source/cmDocumentVariables.cxx updated to 1.110
16408 2008-03-14 23:21:06     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmPolicies.cxx
16409 2008-03-14 23:21:06    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.21 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16410 2008-03-14 23:21:07     INFO: [Ok]
16411 2008-03-14 23:21:07    DEBUG: Source/cmPolicies.cxx updated to 1.110
16412 2008-03-14 23:21:07     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmComputeLinkInformation.cxx
16413 2008-03-14 23:21:07    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.25 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16414 2008-03-14 23:21:09     INFO: [Ok]
16415 2008-03-14 23:21:09    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.110
16416 2008-03-14 23:21:09     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 Source/cmTarget.h
16417 2008-03-14 23:21:09    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.110 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16418 2008-03-14 23:21:10     INFO: [Ok]
16419 2008-03-14 23:21:10    DEBUG: Source/cmTarget.h updated to 1.110
16420 2008-03-14 23:21:10     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.208 Source/cmTarget.cxx
16421 2008-03-14 23:21:10    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.208 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16422 2008-03-14 23:21:12     INFO: [Ok]
16423 2008-03-14 23:21:12    DEBUG: Source/cmTarget.cxx updated to 1.110
16424 2008-03-14 23:21:12     INFO: Committing u'2008-03-13 20:23:18 by king'...
16425 2008-03-14 23:21:12     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16426 2008-03-14 23:21:12     INFO: Changeset #19
16427 2008-03-14 23:21:12     INFO: Changeset "2008-03-13 20:35:39 by king"
16428 2008-03-14 23:21:12     INFO: Log message: ENH: Add policy CMP_0004 to require library names to have no leading or trailing whitespace.  Replace previous check of CMAKE_BACKWARDS_COMPATIBILITY against version 2.4 with the policy.
16429 2008-03-14 23:21:12    DEBUG: Going to apply changeset:
16430 Revision: 2008-03-13 20:35:39 by king
16431 Date: 2008-03-13 20:35:39+00:00
16432 Author: king
16433 Entries: Source/cmComputeLinkDepends.cxx(UPD to 1.13), Source/cmComputeLinkDepends.h(UPD to 1.6), Source/cmPolicies.cxx(UPD to 1.22), Source/cmPolicies.h(UPD to 1.12), Source/cmTarget.cxx(UPD to 1.209), Source/cmTarget.h(UPD to 1.111)
16434 Log: ENH: Add policy CMP_0004 to require library names to have no leading or trailing whitespace.  Replace previous check of CMAKE_BACKWARDS_COMPATIBILITY against version 2.4 with the policy.
16435 2008-03-14 23:21:12     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkDepends.h
16436 2008-03-14 23:21:12    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.6 Source/cmComputeLinkDepends.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16437 2008-03-14 23:21:14     INFO: [Ok]
16438 2008-03-14 23:21:14    DEBUG: Source/cmComputeLinkDepends.h updated to 1.111
16439 2008-03-14 23:21:14     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmPolicies.h
16440 2008-03-14 23:21:14    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16441 2008-03-14 23:21:16     INFO: [Ok]
16442 2008-03-14 23:21:16    DEBUG: Source/cmPolicies.h updated to 1.111
16443 2008-03-14 23:21:16     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmComputeLinkDepends.cxx
16444 2008-03-14 23:21:16    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmComputeLinkDepends.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16445 2008-03-14 23:21:18     INFO: [Ok]
16446 2008-03-14 23:21:18    DEBUG: Source/cmComputeLinkDepends.cxx updated to 1.111
16447 2008-03-14 23:21:18     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmPolicies.cxx
16448 2008-03-14 23:21:18    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.22 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16449 2008-03-14 23:21:19     INFO: [Ok]
16450 2008-03-14 23:21:19    DEBUG: Source/cmPolicies.cxx updated to 1.111
16451 2008-03-14 23:21:19     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 Source/cmTarget.h
16452 2008-03-14 23:21:19    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.111 Source/cmTarget.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16453 2008-03-14 23:21:20     INFO: [Ok]
16454 2008-03-14 23:21:20    DEBUG: Source/cmTarget.h updated to 1.111
16455 2008-03-14 23:21:20     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.209 Source/cmTarget.cxx
16456 2008-03-14 23:21:20    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.209 Source/cmTarget.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16457 2008-03-14 23:21:22     INFO: [Ok]
16458 2008-03-14 23:21:22    DEBUG: Source/cmTarget.cxx updated to 1.111
16459 2008-03-14 23:21:22     INFO: Committing u'2008-03-13 20:35:39 by king'...
16460 2008-03-14 23:21:22     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16461 2008-03-14 23:21:22     INFO: Changeset #20
16462 2008-03-14 23:21:22     INFO: Changeset "2008-03-13 20:42:31 by hoffman"
16463 2008-03-14 23:21:22     INFO: Log message: ENH: fix c flags for 2003 free command line tools
16464 2008-03-14 23:21:22    DEBUG: Going to apply changeset:
16465 Revision: 2008-03-13 20:42:31 by hoffman
16466 Date: 2008-03-13 20:42:31+00:00
16467 Author: hoffman
16468 Entries: Modules/Platform/Windows-cl.cmake(UPD to 1.85)
16469 Log: ENH: fix c flags for 2003 free command line tools
16470 2008-03-14 23:21:22     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Modules/Platform/Windows-cl.cmake
16471 2008-03-14 23:21:22    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.85 Modules/Platform/Windows-cl.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16472 2008-03-14 23:21:26     INFO: [Ok]
16473 2008-03-14 23:21:26    DEBUG: Modules/Platform/Windows-cl.cmake updated to 1.85
16474 2008-03-14 23:21:26     INFO: Committing u'2008-03-13 20:42:31 by hoffman'...
16475 2008-03-14 23:21:26     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16476 2008-03-14 23:21:26     INFO: Changeset #21
16477 2008-03-14 23:21:26     INFO: Changeset "2008-03-13 21:04:32 by king"
16478 2008-03-14 23:21:26     INFO: Log message: ENH: Add cmake_policy push/version/pop to import/export files.
16479 2008-03-14 23:21:26    DEBUG: Going to apply changeset:
16480 Revision: 2008-03-13 21:04:32 by king
16481 Date: 2008-03-13 21:04:32+00:00
16482 Author: king
16483 Entries: Source/cmExportFileGenerator.cxx(UPD to 1.12)
16484 Log: ENH: Add cmake_policy push/version/pop to import/export files.
16485 2008-03-14 23:21:26     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmExportFileGenerator.cxx
16486 2008-03-14 23:21:26    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.12 Source/cmExportFileGenerator.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16487 2008-03-14 23:21:28     INFO: [Ok]
16488 2008-03-14 23:21:28    DEBUG: Source/cmExportFileGenerator.cxx updated to 1.12
16489 2008-03-14 23:21:28     INFO: Committing u'2008-03-13 21:04:32 by king'...
16490 2008-03-14 23:21:28     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16491 2008-03-14 23:21:28     INFO: Changeset #22
16492 2008-03-14 23:21:28     INFO: Changeset "2008-03-13 21:11:57 by king"
16493 2008-03-14 23:21:28     INFO: Log message: ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.
16494 2008-03-14 23:21:28    DEBUG: Going to apply changeset:
16495 Revision: 2008-03-13 21:11:57 by king
16496 Date: 2008-03-13 21:11:57+00:00
16497 Author: king
16498 Entries: Source/cmMakefile.cxx(UPD to 1.464), Source/cmPolicies.cxx(UPD to 1.23), Source/cmPolicies.h(UPD to 1.13)
16499 Log: ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.
16500 2008-03-14 23:21:29     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmPolicies.h
16501 2008-03-14 23:21:29    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmPolicies.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16502 2008-03-14 23:21:31     INFO: [Ok]
16503 2008-03-14 23:21:31    DEBUG: Source/cmPolicies.h updated to 1.13
16504 2008-03-14 23:21:31     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmPolicies.cxx
16505 2008-03-14 23:21:31    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.23 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16506 2008-03-14 23:21:32     INFO: [Ok]
16507 2008-03-14 23:21:32    DEBUG: Source/cmPolicies.cxx updated to 1.13
16508 2008-03-14 23:21:32     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.464 Source/cmMakefile.cxx
16509 2008-03-14 23:21:32    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.464 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16510 2008-03-14 23:21:33     INFO: [Ok]
16511 2008-03-14 23:21:33    DEBUG: Source/cmMakefile.cxx updated to 1.13
16512 2008-03-14 23:21:33     INFO: Committing u'2008-03-13 21:11:57 by king'...
16513 2008-03-14 23:21:33     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16514 2008-03-14 23:21:33     INFO: Changeset #23
16515 2008-03-14 23:21:33     INFO: Changeset "2008-03-13 21:32:13 by king"
16516 2008-03-14 23:21:33     INFO: Log message: ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_minimum_required.
16517 2008-03-14 23:21:33    DEBUG: Going to apply changeset:
16518 Revision: 2008-03-13 21:32:13 by king
16519 Date: 2008-03-13 21:32:13+00:00
16520 Author: king
16521 Entries: Source/cmCMakeMinimumRequired.h(UPD to 1.13), Source/cmPolicies.cxx(UPD to 1.24)
16522 Log: ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_minimum_required.
16523 2008-03-14 23:21:33     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmCMakeMinimumRequired.h
16524 2008-03-14 23:21:33    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.13 Source/cmCMakeMinimumRequired.h ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16525 2008-03-14 23:21:35     INFO: [Ok]
16526 2008-03-14 23:21:35    DEBUG: Source/cmCMakeMinimumRequired.h updated to 1.24
16527 2008-03-14 23:21:35     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmPolicies.cxx
16528 2008-03-14 23:21:35    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.24 Source/cmPolicies.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16529 2008-03-14 23:21:36     INFO: [Ok]
16530 2008-03-14 23:21:36    DEBUG: Source/cmPolicies.cxx updated to 1.24
16531 2008-03-14 23:21:36     INFO: Committing u'2008-03-13 21:32:13 by king'...
16532 2008-03-14 23:21:36     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16533 2008-03-14 23:21:36     INFO: Changeset #24
16534 2008-03-14 23:21:36     INFO: Changeset "2008-03-13 21:38:51 by king"
16535 2008-03-14 23:21:36     INFO: Log message: BUG: Fix impl of CMP0005 regex to match value-less definitions.
16536 2008-03-14 23:21:36    DEBUG: Going to apply changeset:
16537 Revision: 2008-03-13 21:38:51 by king
16538 Date: 2008-03-13 21:38:51+00:00
16539 Author: king
16540 Entries: Source/cmMakefile.cxx(UPD to 1.465)
16541 Log: BUG: Fix impl of CMP0005 regex to match value-less definitions.
16542 2008-03-14 23:21:36     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.465 Source/cmMakefile.cxx
16543 2008-03-14 23:21:36    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.465 Source/cmMakefile.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16544 2008-03-14 23:21:38     INFO: [Ok]
16545 2008-03-14 23:21:38    DEBUG: Source/cmMakefile.cxx updated to 1.465
16546 2008-03-14 23:21:38     INFO: Committing u'2008-03-13 21:38:51 by king'...
16547 2008-03-14 23:21:38     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16548 2008-03-14 23:21:38     INFO: Changeset #25
16549 2008-03-14 23:21:38     INFO: Changeset "2008-03-13 23:12:46 by clinton"
16550 2008-03-14 23:21:38     INFO: Log message: 
16551 ENH:  Add support for Qt 4.4's phonon module.
16552       Add new Qt 4.4 modules in UseQt4.cmake
16553 2008-03-14 23:21:38    DEBUG: Going to apply changeset:
16554 Revision: 2008-03-13 23:12:46 by clinton
16555 Date: 2008-03-13 23:12:46+00:00
16556 Author: clinton
16557 Entries: Modules/FindQt4.cmake(UPD to 1.97), Modules/UseQt4.cmake(UPD to 1.14)
16558 Log: 
16559 ENH:  Add support for Qt 4.4's phonon module.
16560       Add new Qt 4.4 modules in UseQt4.cmake
16561 2008-03-14 23:21:38     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/UseQt4.cmake
16562 2008-03-14 23:21:38    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.14 Modules/UseQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16563 2008-03-14 23:21:40     INFO: [Ok]
16564 2008-03-14 23:21:40    DEBUG: Modules/UseQt4.cmake updated to 1.14
16565 2008-03-14 23:21:40     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Modules/FindQt4.cmake
16566 2008-03-14 23:21:40    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.97 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16567 2008-03-14 23:21:41     INFO: [Ok]
16568 2008-03-14 23:21:41    DEBUG: Modules/FindQt4.cmake updated to 1.14
16569 2008-03-14 23:21:41     INFO: Committing u'2008-03-13 23:12:46 by clinton'...
16570 2008-03-14 23:21:41     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16571 2008-03-14 23:21:41     INFO: Changeset #26
16572 2008-03-14 23:21:41     INFO: Changeset "2008-03-14 16:11:01 by clinton"
16573 2008-03-14 23:21:41     INFO: Log message: 
16574 ENH:  Support static Qt 4.4 builds using QtHelp module.
16575 2008-03-14 23:21:41    DEBUG: Going to apply changeset:
16576 Revision: 2008-03-14 16:11:01 by clinton
16577 Date: 2008-03-14 16:11:01+00:00
16578 Author: clinton
16579 Entries: Modules/FindQt4.cmake(UPD to 1.98)
16580 Log: 
16581 ENH:  Support static Qt 4.4 builds using QtHelp module.
16582 2008-03-14 23:21:41     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Modules/FindQt4.cmake
16583 2008-03-14 23:21:41    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.98 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16584 2008-03-14 23:21:43     INFO: [Ok]
16585 2008-03-14 23:21:43    DEBUG: Modules/FindQt4.cmake updated to 1.98
16586 2008-03-14 23:21:43     INFO: Committing u'2008-03-14 16:11:01 by clinton'...
16587 2008-03-14 23:21:43     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16588 2008-03-14 23:21:43     INFO: Changeset #27
16589 2008-03-14 23:21:43     INFO: Changeset "2008-03-14 17:16:58 by clinton"
16590 2008-03-14 23:21:43     INFO: Log message: 
16591 ENH:  Automatically add dependent modules.
16592       For example, if QT_USE_QTXMLPATTERNS is on, QT_USE_QTNETWORK is turned on.
16593       The equivalent happens in a qmake .pro file when QT += xmlpatterns is specified.
16594 2008-03-14 23:21:43    DEBUG: Going to apply changeset:
16595 Revision: 2008-03-14 17:16:58 by clinton
16596 Date: 2008-03-14 17:16:58+00:00
16597 Author: clinton
16598 Entries: Modules/FindQt4.cmake(UPD to 1.99), Modules/UseQt4.cmake(UPD to 1.15)
16599 Log: 
16600 ENH:  Automatically add dependent modules.
16601       For example, if QT_USE_QTXMLPATTERNS is on, QT_USE_QTNETWORK is turned on.
16602       The equivalent happens in a qmake .pro file when QT += xmlpatterns is specified.
16603 2008-03-14 23:21:43     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/UseQt4.cmake
16604 2008-03-14 23:21:43    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.15 Modules/UseQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16605 2008-03-14 23:21:45     INFO: [Ok]
16606 2008-03-14 23:21:45    DEBUG: Modules/UseQt4.cmake updated to 1.15
16607 2008-03-14 23:21:45     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Modules/FindQt4.cmake
16608 2008-03-14 23:21:45    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.99 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16609 2008-03-14 23:21:46     INFO: [Ok]
16610 2008-03-14 23:21:46    DEBUG: Modules/FindQt4.cmake updated to 1.15
16611 2008-03-14 23:21:46     INFO: Committing u'2008-03-14 17:16:58 by clinton'...
16612 2008-03-14 23:21:46     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16613 2008-03-14 23:21:46     INFO: Changeset #28
16614 2008-03-14 23:21:46     INFO: Changeset "2008-03-14 17:29:16 by clinton"
16615 2008-03-14 23:21:46     INFO: Log message: 
16616 ENH:  Satisfy QtNetwork and QtOpenGL dependencies for builds with static Qt.
16617       Partial fix for #6607.
16618 2008-03-14 23:21:46    DEBUG: Going to apply changeset:
16619 Revision: 2008-03-14 17:29:16 by clinton
16620 Date: 2008-03-14 17:29:16+00:00
16621 Author: clinton
16622 Entries: Modules/FindQt4.cmake(UPD to 1.100)
16623 Log: 
16624 ENH:  Satisfy QtNetwork and QtOpenGL dependencies for builds with static Qt.
16625       Partial fix for #6607.
16626 2008-03-14 23:21:46     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Modules/FindQt4.cmake
16627 2008-03-14 23:21:46    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.100 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16628 2008-03-14 23:21:49     INFO: [Ok]
16629 2008-03-14 23:21:49    DEBUG: Modules/FindQt4.cmake updated to 1.100
16630 2008-03-14 23:21:49     INFO: Committing u'2008-03-14 17:29:16 by clinton'...
16631 2008-03-14 23:21:49     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16632 2008-03-14 23:21:49     INFO: Changeset #29
16633 2008-03-14 23:21:49     INFO: Changeset "2008-03-14 18:21:57 by king"
16634 2008-03-14 23:21:49     INFO: Log message: ENH: Improve CMP0003 to provide more compatibility
16636   - Targets built in the tree now add compatibility paths too
16637   - The warning message's first list includes at most one item
16638     for each unique compatibility path
16639   - Clarified error message further
16640 2008-03-14 23:21:49    DEBUG: Going to apply changeset:
16641 Revision: 2008-03-14 18:21:57 by king
16642 Date: 2008-03-14 18:21:57+00:00
16643 Author: king
16644 Entries: Source/cmComputeLinkInformation.cxx(UPD to 1.26)
16645 Log: ENH: Improve CMP0003 to provide more compatibility
16647   - Targets built in the tree now add compatibility paths too
16648   - The warning message's first list includes at most one item
16649     for each unique compatibility path
16650   - Clarified error message further
16651 2008-03-14 23:21:49     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmComputeLinkInformation.cxx
16652 2008-03-14 23:21:49    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.26 Source/cmComputeLinkInformation.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16653 2008-03-14 23:21:52     INFO: [Ok]
16654 2008-03-14 23:21:52    DEBUG: Source/cmComputeLinkInformation.cxx updated to 1.26
16655 2008-03-14 23:21:52     INFO: Committing u'2008-03-14 18:21:57 by king'...
16656 2008-03-14 23:21:52     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16657 2008-03-14 23:21:52     INFO: Changeset #30
16658 2008-03-14 23:21:52     INFO: Changeset "2008-03-14 18:28:29 by clinton"
16659 2008-03-14 23:21:52     INFO: Log message: BUG:  Fix typo to find QAssistantClient header.
16660 2008-03-14 23:21:52    DEBUG: Going to apply changeset:
16661 Revision: 2008-03-14 18:28:29 by clinton
16662 Date: 2008-03-14 18:28:29+00:00
16663 Author: clinton
16664 Entries: Modules/FindQt4.cmake(UPD to 1.101)
16665 Log: BUG:  Fix typo to find QAssistantClient header.
16666 2008-03-14 23:21:52     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Modules/FindQt4.cmake
16667 2008-03-14 23:21:52    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.101 Modules/FindQt4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16668 2008-03-14 23:21:54     INFO: [Ok]
16669 2008-03-14 23:21:54    DEBUG: Modules/FindQt4.cmake updated to 1.101
16670 2008-03-14 23:21:54     INFO: Committing u'2008-03-14 18:28:29 by clinton'...
16671 2008-03-14 23:21:54     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16672 2008-03-14 23:21:54     INFO: Changeset #31
16673 2008-03-14 23:21:54     INFO: Changeset "2008-03-14 19:18:04 by clinton"
16674 2008-03-14 23:21:54     INFO: Log message: 
16675 ENH:  Prevent loading standard qt plugins at runtime (which we dont' care about).
16676       This can cause problems if a Mac bundle doesn't contain the plugins.
16677 2008-03-14 23:21:54    DEBUG: Going to apply changeset:
16678 Revision: 2008-03-14 19:18:04 by clinton
16679 Date: 2008-03-14 19:18:04+00:00
16680 Author: clinton
16681 Entries: Source/QtDialog/CMakeSetup.cxx(UPD to 1.18)
16682 Log: 
16683 ENH:  Prevent loading standard qt plugins at runtime (which we dont' care about).
16684       This can cause problems if a Mac bundle doesn't contain the plugins.
16685 2008-03-14 23:21:54     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/CMakeSetup.cxx
16686 2008-03-14 23:21:54    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.18 Source/QtDialog/CMakeSetup.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16687 2008-03-14 23:21:56     INFO: [Ok]
16688 2008-03-14 23:21:56    DEBUG: Source/QtDialog/CMakeSetup.cxx updated to 1.18
16689 2008-03-14 23:21:56     INFO: Committing u'2008-03-14 19:18:04 by clinton'...
16690 2008-03-14 23:21:56     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16691 2008-03-14 23:21:56     INFO: Changeset #32
16692 2008-03-14 23:21:56     INFO: Changeset "2008-03-14 20:39:20 by barre"
16693 2008-03-14 23:21:56     INFO: Log message: STYLE: yeah yeah.
16694 2008-03-14 23:21:56    DEBUG: Going to apply changeset:
16695 Revision: 2008-03-14 20:39:20 by barre
16696 Date: 2008-03-14 20:39:20+00:00
16697 Author: barre
16698 Entries: Source/cmListCommand.cxx(UPD to 1.19)
16699 Log: STYLE: yeah yeah.
16700 2008-03-14 23:21:56     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmListCommand.cxx
16701 2008-03-14 23:21:56    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.19 Source/cmListCommand.cxx ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16702 2008-03-14 23:21:58     INFO: [Ok]
16703 2008-03-14 23:21:58    DEBUG: Source/cmListCommand.cxx updated to 1.19
16704 2008-03-14 23:21:58     INFO: Committing u'2008-03-14 20:39:20 by barre'...
16705 2008-03-14 23:21:58     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16706 2008-03-14 23:21:58     INFO: Changeset #33
16707 2008-03-14 23:21:58     INFO: Changeset "2008-03-14 22:16:06 by alex"
16708 2008-03-14 23:21:58     INFO: Log message: ENH: preparations for cross compiling KDE4
16710 Alex
16711 2008-03-14 23:21:58    DEBUG: Going to apply changeset:
16712 Revision: 2008-03-14 22:16:06 by alex
16713 Date: 2008-03-14 22:16:06+00:00
16714 Author: alex
16715 Entries: Modules/FindKDE4.cmake(UPD to 1.11)
16716 Log: ENH: preparations for cross compiling KDE4
16718 Alex
16719 2008-03-14 23:21:58     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/FindKDE4.cmake
16720 2008-03-14 23:21:58    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.11 Modules/FindKDE4.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16721 2008-03-14 23:22:00     INFO: [Ok]
16722 2008-03-14 23:22:00    DEBUG: Modules/FindKDE4.cmake updated to 1.11
16723 2008-03-14 23:22:00     INFO: Committing u'2008-03-14 22:16:06 by alex'...
16724 2008-03-14 23:22:00     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16725 2008-03-14 23:22:00     INFO: Changeset #34
16726 2008-03-14 23:22:00     INFO: Changeset "2008-03-15 03:59:45 by king"
16727 2008-03-14 23:22:00     INFO: Log message: STYLE: Nightly Date Stamp
16728 2008-03-14 23:22:00    DEBUG: Going to apply changeset:
16729 Revision: 2008-03-15 03:59:45 by king
16730 Date: 2008-03-15 03:59:45+00:00
16731 Author: king
16732 Entries: Source/kwsys/kwsysDateStamp.cmake(UPD to 1.125)
16733 Log: STYLE: Nightly Date Stamp
16734 2008-03-14 23:22:00     INFO: /Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua $ cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/kwsys/kwsysDateStamp.cmake
16735 2008-03-14 23:22:00    DEBUG: Executing  cvs -f -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake -q update -d -r 1.125 Source/kwsys/kwsysDateStamp.cmake ('/Users/ewing/Source/CMAKELUA/TAILOR/CMakeLua')
16736 2008-03-14 23:22:02     INFO: [Ok]
16737 2008-03-14 23:22:02    DEBUG: Source/kwsys/kwsysDateStamp.cmake updated to 1.125
16738 2008-03-14 23:22:02     INFO: Committing u'2008-03-15 03:59:45 by king'...
16739 2008-03-14 23:22:02     INFO: -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
16740 2008-03-14 23:22:02    DEBUG: Adjusting the state accordingly to journal
16741 2008-03-14 23:22:02     INFO: Update completed, now at revision "2008-03-15 03:59:45 by king"