1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
|
Thu Jul 11 08:34:22 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/USAGE:
* bin/MakeProjectCreator/modules/Driver.pm:
Added new options and documentation dealing with generation of
relative paths in projects.
Wed Jul 10 11:46:02 2002 Mayur Deshpande <mayur@ics.uci.edu>
* bin/auto_run_tests.lst:
Added tests/AMH_Exception and examples/AMH/Sink_Server as tests
for AMH
Wed Jul 10 13:31:49 2002 Steve Huston <shuston@riverace.com>
* examples/C++NPv2/CLD.dsp:
* examples/C++NPv2/examples.dsw: Added CLD project.
* examples/Client_Logging_Daemon.cpp: Disable the info, suspend, and
resume methods - these are left as an exercise for the reader.
Wed Jul 10 11:24:39 2002 Steve Huston <shuston@riverace.com>
* examples/C++NPv2/AIO_CLD.dsp:
* examples/C++NPv2/examples.dsw: Added AIO_CLD project.
* examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: Fix Win32 compile
problems.
Wed Jul 10 07:22:24 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
If the project creator needs the slashes converted, then
do so when generating relative paths.
Tue Jul 9 23:24:44 2002 Krishnakumar B <kitty@cs.wustl.edu>
* include/makeinclude/rules.local.GNU:
Print out more explanative messages.
* include/makeinclude/platform_osf1_4.x_cxx.GNU:
* include/makeinclude/platform_sunos5_sunc++.GNU:
Turn on symbol versioning for these platforms with the
proprietary compilers that ships with these systems viz, Sun CC
and cxx.
Tue Jul 9 16:24:46 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Containers_T.cpp: Fixed inconsistent initializer order for
ACE_Fixed_Stack and ACE_Bounded_Stack. Thanks to Michael
Searles <msearles@base16.com> for reporting this.
Tue Jul 9 11:10:38 2002 Steve Huston <shuston@riverace.com>
* apps/Gateway/Peer/Peer.{h cpp}: Renamed Peer_Acceptor::open()
to Peer_Acceptor::start() to avoid clashes with virtual
ACE_Acceptor::open.
Tue Jul 9 09:01:14 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/taolib_with_idl.mpb:
Change the default tao_idl option from -Gs to -Sc.
Tue Jul 9 08:07:20 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
When using Cygwin Perl, we need to convert the cwd to a windows
path to match up with environment variables that are usable
outside of Cygwin.
Tue Jul 9 07:46:57 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
Fix up the relative value matching code to work correctly
on Windows.
Tue Jul 9 07:31:48 2002 Chad Elliott <elliott_c@ociweb.com>
* ace/ace.mpc:
* ace/QoS/qos.mpc:
* ace/RMCast/rmcast.mpc:
* ace/SSL/ssl.mpc:
* apps/gperf/src/gperf.mpc:
* tests/tests.mpc:
* tests/RMCast/tests.mpc:
* tests/SSL/tests.mpc:
Input files for the Make Project Creator for just the basic
libraries, exe's and tests.
Tue Jul 9 07:24:06 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/mpc.pl:
* bin/mwc.pl:
The starting point for creating workspaces and projects.
* bin/MakeProjectCreator/README:
* bin/MakeProjectCreator/USAGE:
A bit of lite documentation on the Make Project Creator.
* bin/MakeProjectCreator/config/aceexe.mpb:
* bin/MakeProjectCreator/config/acelib.mpb:
* bin/MakeProjectCreator/config/aceversion.mpb:
* bin/MakeProjectCreator/config/avstreamsexe.mpb:
* bin/MakeProjectCreator/config/client.mpb:
* bin/MakeProjectCreator/config/global.mpb:
* bin/MakeProjectCreator/config/messaging.mpb:
* bin/MakeProjectCreator/config/namingexe.mpb:
* bin/MakeProjectCreator/config/notify.mpb:
* bin/MakeProjectCreator/config/notifytest.mpb:
* bin/MakeProjectCreator/config/orbsvcsexe.mpb:
* bin/MakeProjectCreator/config/orbsvcslib.mpb:
* bin/MakeProjectCreator/config/rt_client.mpb:
* bin/MakeProjectCreator/config/rt_server.mpb:
* bin/MakeProjectCreator/config/rteventexe.mpb:
* bin/MakeProjectCreator/config/server.mpb:
* bin/MakeProjectCreator/config/strategies.mpb:
* bin/MakeProjectCreator/config/taoexe.mpb:
* bin/MakeProjectCreator/config/taolib.mpb:
* bin/MakeProjectCreator/config/taolib_with_idl.mpb:
* bin/MakeProjectCreator/config/taoversion.mpb:
Base projects for most of ACE and TAO.
* bin/MakeProjectCreator/modules/Driver.pm:
* bin/MakeProjectCreator/modules/Creator.pm:
* bin/MakeProjectCreator/modules/WorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/GUID.pm:
* bin/MakeProjectCreator/modules/Parser.pm:
* bin/MakeProjectCreator/modules/ProjectCreator.pm:
* bin/MakeProjectCreator/modules/TemplateInputReader.pm:
* bin/MakeProjectCreator/modules/TemplateParser.pm:
The main modules of the Make Project Creator which provide most of
the functionalty.
* bin/MakeProjectCreator/modules/BorlandProjectCreator.pm:
* bin/MakeProjectCreator/modules/BorlandWorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/EM3ProjectCreator.pm:
* bin/MakeProjectCreator/modules/EM3WorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/GHSProjectCreator.pm:
* bin/MakeProjectCreator/modules/GHSWorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/GNUProjectCreator.pm:
* bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/NMakeProjectCreator.pm:
* bin/MakeProjectCreator/modules/NMakeWorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/VA4ProjectCreator.pm:
* bin/MakeProjectCreator/modules/VA4WorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/VC6ProjectCreator.pm:
* bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm:
* bin/MakeProjectCreator/modules/VC7ProjectCreator.pm:
* bin/MakeProjectCreator/modules/VC7WorkspaceCreator.pm:
Subclassed workspace and project creators.
* bin/MakeProjectCreator/templates/bor.mpd:
* bin/MakeProjectCreator/templates/bordll.mpt:
* bin/MakeProjectCreator/templates/borexe.mpt:
* bin/MakeProjectCreator/templates/em3vcp.mpd:
* bin/MakeProjectCreator/templates/em3vcpdll.mpt:
* bin/MakeProjectCreator/templates/em3vcpdllexe.mpt:
* bin/MakeProjectCreator/templates/em3vcplib.mpt:
* bin/MakeProjectCreator/templates/em3vcplibexe.mpt:
* bin/MakeProjectCreator/templates/ghs.mpd:
* bin/MakeProjectCreator/templates/gnu.mpd:
* bin/MakeProjectCreator/templates/gnudll.mpt:
* bin/MakeProjectCreator/templates/gnuexe.mpt:
* bin/MakeProjectCreator/templates/nmake.mpd:
* bin/MakeProjectCreator/templates/nmakedll.mpt:
* bin/MakeProjectCreator/templates/nmakeexe.mpt:
* bin/MakeProjectCreator/templates/va4icc.mpd:
* bin/MakeProjectCreator/templates/va4iccdll.mpt:
* bin/MakeProjectCreator/templates/va4iccdllexe.mpt:
* bin/MakeProjectCreator/templates/va4icclib.mpt:
* bin/MakeProjectCreator/templates/va4icclibexe.mpt:
* bin/MakeProjectCreator/templates/vc6dsp.mpd:
* bin/MakeProjectCreator/templates/vc6dspdll.mpt:
* bin/MakeProjectCreator/templates/vc6dspdllexe.mpt:
* bin/MakeProjectCreator/templates/vc6dsplib.mpt:
* bin/MakeProjectCreator/templates/vc6dsplibexe.mpt:
* bin/MakeProjectCreator/templates/vc7.mpd:
* bin/MakeProjectCreator/templates/vc7dll.mpt:
* bin/MakeProjectCreator/templates/vc7exe.mpt:
Template and template input files for all of the different project
creators.
Tue Jul 9 07:21:29 2002 Chad Elliott <elliott_c@ociweb.com>
* ace/Map_T.h:
* ace/Map.cpp:
* ace/Pair_T.h:
* ace/Pair.cpp:
Remove the use of Map.h and Pair.h.
* ace/gethrtime.cpp:
Only compile the contents of this file if using GHS and are
building for the x86.
Mon Jul 8 17:26:51 2002 Steve Huston <shuston@riverace.com>
* ace/Task.cpp (svc_run): Borland complains about reinterpret_cast from
int to unsigned long, so change the cast to ACE_THR_FUNC_RETURN to
a static_cast for that compiler. Thanks to Johnny Willemsen
<jwillemsen@remedy.nl> for this fix.
Fri Jul 5 10:30:44 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* ace/Array_Base.cpp: Swapped the order of includes so that
Array_Base.h comes after Malloc_Base.h. Thanks to Al Pariante
<Albert.Pariante@axcelis.com> for reporting this.
Thu Jul 4 11:27:05 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* Happy 226th Birthday USA!
Sat Jul 06 19:32:40 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/Time_Value.h (ACE_Time_Value): Fix for [BUGID 1240]. Some of
the operators were missing explicit declarations in the header
file (they were anyway defined in the inlined files) which
created problems in builds where inlining was diabled. Please
see
http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=1240 for
more details. Thanks to Marina Spivak <marina@atdesk.com> for
reporting this.
Fri Jul 5 18:44:39 2002 Steve Huston <shuston@riverace.com>
* ace/ACE.cpp: Corrected undeclared 'select_width' errors and
signed/unsigned mismatch warnings.
Fri Jul 5 16:14:51 2002 Steve Huston <shuston@riverace.com>
* ace/OS.{h i} (send, sendto, recv, recvfrom): Change 'len' argument
from int to size_t.
Removed conditional typedef of ssize_t; it's done in Basic_Types.h.
* ace/ACE.h (recv): Filled in documentation for varargs variant.
* ace/ACE.cpp (send, recv): Properly convert size_t 'count' arg to int
iovec count for call to ACE_OS::sendv/recvv().
(handle_timed_accept, handle_timed_complete, handle_ready): Use
an int select_width for ACE_OS::select() calls to get the types
correct. This arg is ignored on Windows anyway.
* ace/Basic_Types.h: If ACE_HAS_SSIZE_T not defined, and Win64,
typedef SSIZE_T ssize_t; else use the existing int typedef.
Wed Jul 3 11:09:31 2002 Steve Huston <shuston@riverace.com>
* tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
Change thread function to return ACE_THR_FUNC_RETURN, not void *.
Tue Jul 02 21:43:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ACEXML/common/XMLFilterImpl.h: One more pre/post mismatch.
Tue Jul 2 16:58:55 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/XML_Types.h:
Removed unnecessary includes and fixed a typo.
Tue Jul 02 16:35:19 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* ACEXML/common/Attributes.h:
* ACEXML/common/Locator.h: Fixed mismatched pre/post inclusions.
* ACEXML/parser/parser/Parser.cpp: Fixed compilation errors.
Tue Jul 2 11:53:29 2002 Steve Huston <shuston@riverace.com>
* ace/config-all.h: Changed definition of ACE_THR_FUNC to incorporate
the platform's thread function return type (DWORD on Windows,
void * on most others). Uses a new typedef ACE_THR_FUNC_RETURN
to specify the platform's thread function return type.
* ace/OS.{h i cpp} (thr_exit, thr_join): The status arg is now
a ACE_THR_FUNC_RETURN *.
Also moved remaining thread function definition type things to
config-all.h with the rest of them.
* ace/Base_Thread_Adapter.{h cpp} (invoke(), ace_thread_adapter()):
* ace/OS_Thread_Adapter.{h cpp}
* ace/Thread_Adapter.{h cpp} (invoke(), invoke_i()):
Return type changed from void * to ACE_THR_FUNC_RETURN.
* ace/Event_Handler.{cpp h} (read_adapter): Change return value from
void* to ACE_THR_FUNC_RETURN.
* ace/Thread_Hook.{h cpp}: ACE_Thread_Hook::start () returns
ACE_THR_FUNC_RETURN, not void *.
* ace/Thread.{h i} (exit, join): 'status' arg is now
ACE_THR_FUNC_RETURN *, not void *.
* ace/Thread_Control.{h inl cpp} (status, exit):
* ace/Thread_Manager.{h cpp} (exit, join): Thread exit status
type changed from void * to ACE_THR_FUNC_RETURN.
* ace/Task.{h cpp} (ACE_Task_Base): Return type from svc_run now
ACE_THR_FUNC_RETURN.
* examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp:
* examples/C++NPv1/Thread_Per_Connection_Logging_Server.{cpp, h}:
* examples/C++NPv2/Select_Reactor_Logging_Server.cpp:
* examples/C++NPv2/Server_Shutdown.cpp:
* examples/C++NPv2/TP_Reactor_Logging_Server.cpp:
* examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp:
* examples/C++NPv2/Client_Logging_Daemon.cpp:
* examples/Connection/blocking/SPIPE-acceptor.cpp:
* examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp:
* examples/IPC_SAP/SSL_SAP/SSL-server.cpp:
* examples/Reactor/WFMO_Reactor/Abandoned.cpp:
* performance-tests/TCP/tcp_test.cpp:
* tests/ACE_Init_Test.cpp:
* tests/MEM_Stream_Test.cpp:
* tests/Service_Config_DLL.cpp:
* tests/Task_Test.cpp:
* tests/Thread_Pool_Reactor_Resume_Test.cpp:
* tests/Thread_Pool_Reactor_Test.cpp:
Change thread function to return ACE_THR_FUNC_RETURN, not void *.
* examples/C++NPv2/TP_Logging_Server.cpp (handle_input, svc):
* examples/C++NPv2/AC_Client_Logging_Daemon.cpp (open):
* examples/C++NPv2/display_logfile.cpp (svc): Change
ACE_reinterpret_cast to ACE_static_cast. Thanks to Doug Schmidt
for finding this.
* examples/C++NPv2/TP_Logging_Server.h:
* examples/C++NPv2/Reactor_Logging_Server_Adapter.cpp: Corrected use
of ACE_NEW_RETURN.
Mon Jul 1 23:16:47 2002 Jeff Parsons <parsons@cs.wustl.edu>
* */Makefile:
Updated dependencies.
Mon Jul 1 21:59:44 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/Attributes.h:
* ACEXML/common/AttributesImpl.h:
* ACEXML/common/Attributes_Def_Builder.h:
* ACEXML/common/CharStream.h:
* ACEXML/common/ContentHandler.h:
* ACEXML/common/DTDHandler.h:
* ACEXML/common/DTD_Manager.h:
* ACEXML/common/DefaultHandler.h:
* ACEXML/common/Element_Def_Builder.h:
* ACEXML/common/EntityResolver.h:
* ACEXML/common/Env.h:
* ACEXML/common/ErrorHandler.h:
* ACEXML/common/Exception.h:
* ACEXML/common/FileCharStream.h:
* ACEXML/common/HttpCharStream.h:
* ACEXML/common/InputSource.h:
* ACEXML/common/Locator.h:
* ACEXML/common/LocatorImpl.h:
* ACEXML/common/Mem_Map_Stream.h:
* ACEXML/common/NamespaceSupport.h:
* ACEXML/common/SAXExceptions.h:
* ACEXML/common/StrCharStream.h:
* ACEXML/common/Transcode.h:
* ACEXML/common/URL_Addr.h:
* ACEXML/common/Validator.h:
* ACEXML/common/XMLFilter.h:
* ACEXML/common/XMLFilterImpl.h:
* ACEXML/common/XMLReader.h:
* ACEXML/common/XML_Codecs.h:
* ACEXML/common/XML_Types.h:
* ACEXML/parser/debug_validator/Debug_Attributes_Builder.cpp:
* ACEXML/parser/debug_validator/Debug_Attributes_Builder.h:
* ACEXML/parser/debug_validator/Debug_DTD_Manager.h:
* ACEXML/parser/debug_validator/Debug_Element_Builder.h:
* ACEXML/parser/debug_validator/Element_Tree.h:
* ACEXML/parser/parser/Entity_Manager.h:
* ACEXML/parser/parser/Parser.cpp:
* ACEXML/parser/parser/Parser.h:
ACE_LACKS_PRAGMA_ONCE fixes.
Mon Jul 1 06:21:00 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/Sock_Connect.cpp (count_interfaces): Added a MacOSX-specific
value for OSIOCGIFCONF. Thanks to John Zorko <j.zorko@att.net>
for this fix.
|