forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-wchar
640 lines (548 loc) · 30 KB
/
ChangeLog-wchar
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
Thu Jun 25 20:37:02 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/RakeResults_T.cpp:
Removed unreachable code that caused warnings on some compilers.
* dds/DCPS/transport/framework/TransportSendStrategy.cpp:
Release the ACE Message Block if there is still data in the dtor.
* dds/DCPS/transport/framework/TransportSendControlElement.cpp:
* dds/DCPS/transport/framework/TransportSendElement.cpp:
Use ACE_DES_FREE to call destructors on objects allocated by
custom allocators and placement new-ed. Thanks to Mike for the fix.
* dds/DCPS/transport/simpleTCP/SimpleTcpConnection.cpp:
Move the close() of the socket to after it's been removed from
the reactor.
Tue Jun 23 19:17:40 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/transport/framework/TransportDefs.h:
The allocator's template argument should be a char
array, not ACE_TCHAR -- it's just a chunk of bytes.
Tue Jun 23 16:23:36 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/transport/framework/DataLinkSetMap.cpp:
Demoted an ERROR to a warning after checking with Mike Martinez.
This is an expected case where datalink establishment / teardown
is happening quickly, and the code is there to handle it.
* tests/DCPS/FooTest3_1/PubDriver.cpp:
* tests/DCPS/FooTest3_2/PubDriver.cpp:
Fix some more stray %s's that should be %C's.
Tue Jun 23 15:20:56 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/transport/framework/NetworkAddress.cpp:
If DDS discovers the local system's hostname as "localhost"
then fall back on using the dotted-decimal address.
Mon Jun 22 22:21:44 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/Service_Participant.h:
* dds/DCPS/Service_Participant.cpp:
Added a constant for the ORB name used by OpenDDS.
* tests/DCPS/FooTest3_0/SubDriver.cpp:
* tests/DCPS/FooTest3_1/SubDriver.cpp:
* tests/DCPS/FooTest3_2/SubDriver.cpp:
* tests/DCPS/unit/Main.cpp:
* tests/transport/mcast_simple/PubDriver.cpp:
* tests/transport/mcast_simple/SubDriver.cpp:
* tests/transport/mcast_simple_n/PubDriver.cpp:
* tests/transport/mcast_simple_n/SubDriver.cpp:
* tests/transport/simple/PubDriver.cpp:
* tests/transport/simple/SubDriver.cpp:
* tests/transport/simple_bp/PubDriver.cpp:
* tests/transport/simple_bp/SubDriver.cpp:
* tests/transport/simple_bp_rm/PubDriver.cpp:
* tests/transport/simple_bp_rm/SubDriver.cpp:
* tests/transport/simple_n/PubDriver.cpp:
* tests/transport/simple_n/SubDriver.cpp:
* tests/transport/udp_simple/PubDriver.cpp:
* tests/transport/udp_simple/SubDriver.cpp:
* tests/transport/udp_simple_n/PubDriver.cpp:
* tests/transport/udp_simple_n/SubDriver.cpp:
Use the above constant.
Mon Jun 22 18:45:04 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/DataWriterImpl.cpp:
Only acquire lock once in remove_associations instead of releasing
and re-acquiring. A race condition was observed where the state was
inconsistent afer re-acquiring.
* dds/DCPS/transport/framework/DataLink.cpp:
Added a check for a Win32-specific errno value.
Fri Jun 19 22:14:25 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/DataReaderImpl.cpp:
* dds/DCPS/DataWriterImpl.cpp:
* dds/DCPS/DomainParticipantFactoryImpl.cpp:
* dds/DCPS/GuidConverter.h:
* dds/DCPS/GuidConverter.cpp:
* dds/DCPS/WriteDataContainer.cpp:
* dds/DCPS/transport/framework/NetworkAddress.cpp:
* dds/DCPS/transport/framework/ThreadPerConnectionSendTask.cpp:
* dds/DCPS/transport/framework/ThreadSynchResource.inl:
* dds/DCPS/transport/framework/TransportImpl.inl:
* dds/DCPS/transport/framework/TransportReceiveStrategy.cpp:
* dds/DCPS/transport/framework/TransportSendStrategy.cpp:
* dds/DCPS/transport/simpleTCP/SimpleTcpConnection.cpp:
* dds/DCPS/transport/simpleTCP/SimpleTcpReceiveStrategy.cpp:
* dds/DCPS/transport/simpleTCP/SimpleTcpTransport.cpp:
* dds/DCPS/transport/simpleUnreliableDgram/SimpleMcastTransport.cpp:
* dds/DCPS/transport/simpleUnreliableDgram/SimpleUdpTransport.cpp:
* dds/InfoRepo/InfoRepoMulticastResponder.cpp:
* performance-tests/Bench/src/Process.cpp:
* performance-tests/DCPS/InfoRepo_population/publisher.cpp:
* performance-tests/DCPS/McastListenerTest/Writer.cpp:
* performance-tests/DCPS/SimpleE2ETest/Reader.cpp:
* performance-tests/DCPS/SimpleE2ETest/Writer.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/subscriber/TestDriver.cpp:
* performance-tests/DCPS/SimpleLatency/sample_sub.cpp:
* performance-tests/DCPS/TCPListenerTest/Writer.cpp:
* performance-tests/DCPS/TCPProfilingTest/Writer.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/subscriber/TestDriver.cpp:
* performance-tests/DCPS/UDPListenerTest/Writer.cpp:
* performance-tests/DCPS/UDPNoKeyTest/Reader.cpp:
* performance-tests/DCPS/UDPNoKeyTest/Writer.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpConnection.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpTransport.cpp:
* tests/DCPS/FooTest3/Writer.cpp:
* tests/DCPS/FooTest3NoKey/Writer.cpp:
* tests/DCPS/FooTest3_1/Writer.cpp:
* tests/DCPS/FooTest3_2/Writer.cpp:
* tests/DCPS/FooTest5/Writer.cpp:
* tests/DCPS/LivelinessTest/publisher.cpp:
* tests/DCPS/MultiDPTest/Writer.cpp:
* tests/DCPS/MultiTopicTest/Writer.cpp:
%p in an ACE log message format string requires an ACE_TCHAR*
argument, not char*.
Wed Jun 17 20:44:46 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/transport/framework/DataLinkSet.cpp:
* dds/tools/opendds_ir_ctl/opendds_ir_ctl.cpp:
* examples/DCPS/DistributedContent/ApplicationLevel.cpp:
* performance-tests/DCPS/Priority/DataReaderListener.cpp:
* performance-tests/DCPS/Priority/Publisher.cpp:
* performance-tests/DCPS/Priority/Subscriber.cpp:
* performance-tests/DCPS/Priority/Writer.cpp:
* performance-tests/DCPS/Priority/publisher_main.cpp:
* performance-tests/DCPS/Priority/subscriber_main.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/publisher/TestDriver.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/subscriber/TestDriver.cpp:
* performance-tests/DCPS/Sync/SyncServer_i.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/publisher/TestDriver.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/subscriber/TcpSubscriber.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpConnection.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpTransport.cpp:
* performance-tests/DCPS/dummyTCP/PerformanceTest.cpp:
* tests/DCPS/BuiltInTopicTest/monitor.cpp:
* tests/DCPS/CompatibilityTest/publisher.cpp:
* tests/DCPS/CompatibilityTest/subscriber.cpp:
* tests/DCPS/Compiler/idl_test1_main/main.cpp:
* tests/DCPS/Compiler/idl_test3_main/main.cpp:
* tests/DCPS/Federation/Publisher.cpp:
* tests/DCPS/Federation/Subscriber.cpp:
* tests/DCPS/Federation/publisher_main.cpp:
* tests/DCPS/Federation/subscriber_main.cpp:
* tests/DCPS/FooTest3_1/PubDriver.cpp:
* tests/DCPS/FooTest3_1/SubDriver.cpp:
* tests/DCPS/FooTest3_2/PubDriver.cpp:
* tests/DCPS/FooTest3_2/SubDriver.cpp:
* tests/DCPS/FooTest5/DataReaderListener.cpp:
* tests/DCPS/FooTest5_0/main.cpp:
* tests/DCPS/LivelinessTest/DataReaderListener.cpp:
* tests/DCPS/MultiRepoTest/TestConfig.cpp:
* tests/DCPS/MultiRepoTest/TestMonitor.cpp:
* tests/DCPS/MultiRepoTest/TestSystem.cpp:
* tests/DCPS/MultiRepoTest/monitor.cpp:
* tests/DCPS/MultiRepoTest/system.cpp:
* tests/DCPS/MultiTopicTest/Writer.cpp:
* tests/DCPS/Partition/DataReaderListener.cpp:
* tests/DCPS/Partition/DataWriterListener.cpp:
* tests/DCPS/Priority/DataReaderListener.cpp:
* tests/DCPS/Priority/publisher_main.cpp:
* tests/DCPS/Priority/subscriber_main.cpp:
* tests/DCPS/SimpleFooTest/main.cpp:
* tests/DCPS/ViewState/main.cpp:
* tests/DCPS/ZeroCopyRead/main.cpp:
* tests/DCPS/sub_init_loop/Writer.cpp:
* tests/DCPS/sub_init_loop/subscriber.cpp:
Fixed some instances of %s that should be %C (in ACE_DEBUG, etc.).
Wed Jun 17 18:19:28 UTC 2009 Adam Mitz <[email protected]>
* tests/transport/dds_comparative/Pub.cpp:
* tests/transport/dds_comparative/Sub.cpp:
* tests/transport/mcast_simple/PubDriver.cpp:
* tests/transport/mcast_simple/SimpleDataReader.cpp:
* tests/transport/mcast_simple/SubDriver.cpp:
* tests/transport/mcast_simple_n/PubDriver.cpp:
* tests/transport/mcast_simple_n/SimpleDataReader.cpp:
* tests/transport/mcast_simple_n/SubDriver.cpp:
* tests/transport/simple/SimpleDataReader.cpp:
* tests/transport/simple/pub_main.cpp:
* tests/transport/simple/sub_main.cpp:
* tests/transport/simple_bp/SimpleDataReader.cpp:
* tests/transport/simple_bp/pub_main.cpp:
* tests/transport/simple_bp/sub_main.cpp:
* tests/transport/simple_bp_rm/SimpleDataReader.cpp:
* tests/transport/simple_bp_rm/pub_main.cpp:
* tests/transport/simple_bp_rm/sub_main.cpp:
* tests/transport/simple_n/SimpleDataReader.cpp:
* tests/transport/simple_n/pub_main.cpp:
* tests/transport/simple_n/sub_main.cpp:
* tests/transport/udp_simple/PubDriver.cpp:
* tests/transport/udp_simple/SimpleDataReader.cpp:
* tests/transport/udp_simple/SubDriver.cpp:
* tests/transport/udp_simple_n/PubDriver.cpp:
* tests/transport/udp_simple_n/SimpleDataReader.cpp:
* tests/transport/udp_simple_n/SubDriver.cpp:
Removed ACE_Argv_Type_Converter because ORB_init now accepts either
narrow or wide characters in argv. Fixed some %s that should be %C.
Tue Jun 16 19:31:24 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/Service_Participant.h:
* dds/DCPS/Service_Participant.cpp:
Added a char*[] version of TheParticipantFactoryWithArgs for wchar
builds. The ORB can now be initialized with wchar_t*[], no need to
convert (this is an extension to the OMG CORBA spec).
* dds/DCPS/transport/ReliableMulticast/ReliableMulticastTransportConfiguration.cpp:
* dds/DCPS/transport/framework/TransportConfiguration.h:
* dds/DCPS/transport/framework/TransportConfiguration.cpp:
* dds/DCPS/transport/simpleTCP/SimpleTcpConfiguration.cpp:
* dds/DCPS/transport/simpleUnreliableDgram/SimpleMcastConfiguration.cpp:
* dds/DCPS/transport/simpleUnreliableDgram/SimpleUdpConfiguration.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpConfiguration.cpp:
Removed duplicated and fragile code that used sprintf to form
configuration section names. Replaced one helper method that uses
C++ iostreams to avoid the %ls (Linux wchar_t) vs. %s (Win32 wchar_t)
problem.
* java/dds/OpenDDS_jni_helpers.h:
* java/idl2jni/codegen/be_extern.h:
* java/idl2jni/codegen/be_global.cpp:
* java/idl2jni/codegen/be_init.cpp:
* java/idl2jni/runtime/idl2jni_runtime.h:
Made the Java support code compatible with ACE_USES_WCHAR.
Mon Jun 15 21:15:00 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/Service_Participant.cpp:
Pass the optional "key" parameter of set_repo_ior through from the
wchar_t wrapper to the char implementation.
Mon Jun 15 21:11:35 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/WriteDataContainer.cpp:
(From Steve Stallion:)
released_data_ is no longer checked for pending samples. This fixes
an issue preventing a wait_pending from unblocking for Subscribers
with pathological lifetimes.
* dds/DCPS/transport/framework/TransportSendStrategy.cpp:
Fixed typo in log message.
Mon Jun 15 19:01:53 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/FileSystemStorage.h:
* dds/DCPS/FileSystemStorage.cpp:
Added support for ACE_USES_WCHAR on non-Win32 systems. These
systems are strange because even though ACE_USES_WCHAR,
ACE_DIR::d_name is still of type char*.
Mon Jun 15 16:02:15 UTC 2009 Adam Mitz <[email protected]>
* DevGuideExamples/DCPS/Messenger/publisher.cpp:
* DevGuideExamples/DCPS/Messenger_ZeroCopy/publisher.cpp:
* examples/DCPS/Messenger_IOGR_Imr/publisher.cpp:
* examples/DCPS/Messenger_Imr/publisher.cpp:
* performance-tests/Bench/src/Publication.cpp:
* performance-tests/DCPS/SimpleE2ETest/Reader.cpp:
* performance-tests/DCPS/SimpleLatency/PubListener.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/publisher/TcpPublisher.cpp:
* performance-tests/DCPS/SimpleLatency/sample_pub.cpp:
* performance-tests/DCPS/SimpleLatency/sample_sub.cpp:
* performance-tests/DCPS/Sync/SyncClient_i.cpp:
* performance-tests/DCPS/Sync/SyncServer_i.cpp:
* performance-tests/DCPS/TransportLatency/publisher.cpp:
* performance-tests/DCPS/UDPNoKeyTest/Reader.cpp:
* performance-tests/DCPS/dummyTCP/PerformanceTest.cpp:
* tests/DCPS/BuiltInTopic/main.cpp:
* tests/DCPS/BuiltInTopicTest/publisher.cpp:
* tests/DCPS/CorbaSeq/publisher.cpp:
* tests/DCPS/Deadline/publisher.cpp:
* tests/DCPS/FooTest3_0/PubDriver.cpp:
* tests/DCPS/FooTest3_1/PubDriver.cpp:
* tests/DCPS/FooTest3_2/PubDriver.cpp:
* tests/DCPS/FooTest4_0/Reader.cpp:
* tests/DCPS/FooTest5/publisher.cpp:
* tests/DCPS/FooTest5/subscriber.cpp:
* tests/DCPS/FooTest5_0/main.cpp:
* tests/DCPS/LatencyBudget/publisher.cpp:
* tests/DCPS/Lifespan/publisher.cpp:
* tests/DCPS/LivelinessTest/publisher.cpp:
* tests/DCPS/LivelinessTest/subscriber.cpp:
* tests/DCPS/MultiDPTest/publisher.cpp:
* tests/DCPS/MultiDPTest/subscriber.cpp:
* tests/DCPS/MultiTopicTest/publisher.cpp:
* tests/DCPS/MultiTopicTest/subscriber.cpp:
* tests/DCPS/NotifyTest/publisher.cpp:
* tests/DCPS/Prst_delayed_subscriber/publisher.cpp:
* tests/DCPS/Reconnect/publisher.cpp:
* tests/DCPS/Reconnect/subscriber.cpp:
* tests/DCPS/StringKey/publisher.cpp:
* tests/DCPS/TransientLocalTest/publisher.cpp:
* tests/DCPS/ViewState/main.cpp:
* tests/DCPS/ZeroCopyRead/main.cpp:
* tests/DCPS/sub_init_loop/Writer.cpp:
* tests/DCPS/sub_init_loop/publisher.cpp:
* tests/DCPS/sub_init_loop/subscriber.cpp:
Ported to Windows Mobile 6.
Fri Jun 12 22:16:03 UTC 2009 Steven Stallion <[email protected]>
* dds/DCPS/WriteDataContainer.cpp
Added missing pending_data checks for wait_pending.
Fri Jun 12 22:04:44 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/transport/framework/NetworkAddress.h:
Added #include for ACE_TString.
* DevGuideExamples/DCPS/Messenger_ZeroCopy/publisher.cpp:
* examples/DCPS/Messenger_IOGR_Imr/Aggregator.cpp:
* performance-tests/DCPS/SimpleLatency/sample_pub.cpp:
* performance-tests/DCPS/SimpleLatency/sample_sub.cpp:
* tests/DCPS/DcpsIntegration/infrastructure.cpp:
* tests/DCPS/DcpsIntegration/topic.cpp:
* tests/DCPS/FooTest3_0/PubDriver.cpp:
* tests/DCPS/FooTest3_0/SubDriver.cpp:
* tests/DCPS/FooTest5/subscriber.cpp:
* tests/DCPS/FooTest5_0/main.cpp:
* tests/DCPS/LivelinessTest/publisher.cpp:
* tests/DCPS/LivelinessTest/subscriber.cpp:
* tests/DCPS/MultiDPTest/publisher.cpp:
* tests/DCPS/MultiDPTest/subscriber.cpp:
* tests/DCPS/MultiTopicTest/publisher.cpp:
* tests/DCPS/Partition/Publisher.cpp:
* tests/DCPS/Partition/Subscriber.cpp:
* tests/DCPS/Priority/publisher_main.cpp:
* tests/DCPS/UnitTests/LivelinessCompatibility.cpp:
The name of the main() function is ACE_TMAIN.
ACE_LIB_TEXT is deprecated in favor of ACE_TEXT.
Fixed a %s -> %C in ACE logging.
Fri Jun 12 21:59:57 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/FileSystemStorage.cpp:
Ported to WinCE. It compiles but there will almost certainly
be runtime problems due to the limited file system on this
platform. This has implications for PERSISTENT_DURABILITY_QOS.
Fri Jun 12 21:36:18 UTC 2009 Adam Mitz <[email protected]>
* dds/DCPS/WriteDataContainer.cpp:
Translate the PendingTimeout values to what ACE expects for
the timed-wait on the condition variable.
Fri Jun 12 18:55:57 UTC 2009 Adam Mitz <[email protected]>
* many files
Merged in changes from the trunk between r2013 and r2213. Fixed
compile problems with uses_wchar=1 and started addressing the runtime
issues, this involved some general cleanup of bad code in DDS core
and tests.
Tue Jun 9 20:48:07 UTC 2009 Adam Mitz <[email protected]>
* many files
Merged in changes from trunk between the branching-off point and
r2013. Fixed compile problems with uses_wchar=1 and a few runtime
issues. There are still runtime failures in a number of tests, but
those are being deferred until the next round of merges.
Thu Jan 29 00:09:21 UTC 2009 Adam Mitz <[email protected]>
* examples/DCPS/DistributedContent/DistributedContent.mpc:
* tests/DCPS/FooType/FooType.mpc:
* tests/DCPS/ViewState/ViewState.mpc:
* tests/DCPS/ZeroCopyRead/ZeroCopyRead.mpc:
Added the *TypeSupportImpl.cpp to Source_Files.
Wed Dec 12 22:25:38 UTC 2007 Adam Mitz <[email protected]>
* examples/DCPS/IntroductionToOpenDDS/StockQuoter.mpc:
* examples/DCPS/Messenger_IOGR_Imr/Messenger_IOGR_Imr.mpc:
* rules.dds.GNU:
Added an MPC feature "tao_orbsvcs" which can be turned off to skip
building examples that require TAO's ORB services.
Fri Oct 26 20:23:39 UTC 2007 Adam Mitz <[email protected]>
* examples/DCPS/DistributedContent/ApplicationLevel.cpp:
Wchar fix, convert to narrow before passing to std::ofstream ctor.
Wed Oct 10 14:27:11 UTC 2007 Adam Mitz <[email protected]>
* bin/DCPS/CPPTemplate.pm:
* dds/DCPS/DomainParticipantImpl.cpp:
* dds/DCPS/Service_Participant.cpp:
* dds/DCPS/WriteDataContainer.cpp:
* dds/DCPS/transport/framework/TransportFactory.cpp:
* dds/InfoRepo/DCPSInfo_i.cpp:
* dds/InfoRepo/DCPS_IR_Domain.cpp:
* dds/InfoRepo/PersistenceUpdater.cpp:
* examples/DCPS/DistributedContent/AbstractionLayer.h:
* examples/DCPS/DistributedContent/AbstractionLayer.cpp:
* examples/DCPS/DistributedContent/ApplicationLevel.h:
* examples/DCPS/DistributedContent/ApplicationLevel.cpp:
* examples/DCPS/DistributedContent/main.cpp:
* examples/DCPS/IntroductionToOpenDDS/publisher.cpp:
* examples/DCPS/IntroductionToOpenDDS/subscriber.cpp:
* examples/DCPS/Messenger_IOGR_Imr/Aggregator.cpp:
* examples/DCPS/Messenger_IOGR_Imr/publisher.cpp:
* examples/DCPS/Messenger_IOGR_Imr/subscriber.cpp:
* examples/DCPS/Messenger_Imr/publisher.cpp:
* examples/DCPS/Messenger_Imr/subscriber.cpp:
* performance-tests/DCPS/InfoRepo_population/SyncServer.cpp:
* performance-tests/DCPS/InfoRepo_population/publisher.cpp:
* performance-tests/DCPS/InfoRepo_population/subscriber.cpp:
* performance-tests/DCPS/McastListenerTest/DataReaderListener.cpp:
* performance-tests/DCPS/McastListenerTest/common.h:
* performance-tests/DCPS/McastListenerTest/publisher.cpp:
* performance-tests/DCPS/McastListenerTest/subscriber.cpp:
* performance-tests/DCPS/SimpleE2ETest/common.h:
* performance-tests/DCPS/SimpleE2ETest/publisher.cpp:
* performance-tests/DCPS/SimpleE2ETest/subscriber.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/publisher/TestDriver.h:
* performance-tests/DCPS/SimpleLatency/raw_tcp/publisher/TestDriver.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/publisher/main.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/subscriber/TestDriver.h:
* performance-tests/DCPS/SimpleLatency/raw_tcp/subscriber/TestDriver.cpp:
* performance-tests/DCPS/SimpleLatency/raw_tcp/subscriber/main.cpp:
* performance-tests/DCPS/SimpleLatency/sample_pub.cpp:
* performance-tests/DCPS/SimpleLatency/sample_sub.cpp:
* performance-tests/DCPS/Sync/SyncClient_i.cpp:
* performance-tests/DCPS/Sync/SyncServer.cpp:
* performance-tests/DCPS/Sync/SyncServer_i.cpp:
* performance-tests/DCPS/TCPListenerTest/common.h:
* performance-tests/DCPS/TCPListenerTest/publisher.cpp:
* performance-tests/DCPS/TCPListenerTest/subscriber.cpp:
* performance-tests/DCPS/TCPProfilingTest/common.h:
* performance-tests/DCPS/TCPProfilingTest/publisher.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/publisher/TestDriver.h:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/publisher/TestDriver.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/publisher/main.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/subscriber/TestDriver.h:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/subscriber/TestDriver.cpp:
* performance-tests/DCPS/TCPProfilingTest/raw_tcp/subscriber/main.cpp:
* performance-tests/DCPS/TCPProfilingTest/subscriber.cpp:
* performance-tests/DCPS/TransportLatency/publisher.cpp:
* performance-tests/DCPS/TransportLatency/subscriber.cpp:
* performance-tests/DCPS/UDPListenerTest/DataReaderListener.cpp:
* performance-tests/DCPS/UDPListenerTest/common.h:
* performance-tests/DCPS/UDPListenerTest/publisher.cpp:
* performance-tests/DCPS/UDPListenerTest/subscriber.cpp:
* performance-tests/DCPS/UDPNoKeyTest/common.h:
* performance-tests/DCPS/UDPNoKeyTest/publisher.cpp:
* performance-tests/DCPS/UDPNoKeyTest/subscriber.cpp:
* performance-tests/DCPS/dummyTCP/DummyTcpConfiguration.inl:
* performance-tests/DCPS/dummyTCP/DummyTcpConfiguration.cpp:
* tests/DCPS/BuiltInTopic/common.cpp:
* tests/DCPS/BuiltInTopic/main.cpp:
* tests/DCPS/BuiltInTopicTest/monitor.cpp:
* tests/DCPS/BuiltInTopicTest/publisher.cpp:
* tests/DCPS/BuiltInTopicTest/subscriber.cpp:
* tests/DCPS/Compiler/idl_test1_main/main.cpp:
* tests/DCPS/Compiler/idl_test3_main/main.cpp:
* tests/DCPS/CorbaSeq/publisher.cpp:
* tests/DCPS/CorbaSeq/subscriber.cpp:
* tests/DCPS/DCPSInfoRepo/publisher.cpp:
* tests/DCPS/DCPSInfoRepo/subscriber.cpp:
* tests/DCPS/DcpsIntegration/infrastructure.cpp:
* tests/DCPS/DcpsIntegration/topic.cpp:
* tests/DCPS/FooTest3/main.cpp:
* tests/DCPS/FooTest3NoKey/main.cpp:
* tests/DCPS/FooTest3_0/PubDriver.h:
* tests/DCPS/FooTest3_0/PubDriver.cpp:
* tests/DCPS/FooTest3_0/SimpleSubscriber.cpp:
* tests/DCPS/FooTest3_0/SubDriver.h:
* tests/DCPS/FooTest3_0/SubDriver.cpp:
* tests/DCPS/FooTest3_0/pub_main.cpp:
* tests/DCPS/FooTest3_0/sub_main.cpp:
* tests/DCPS/FooTest3_1/PubDriver.h:
* tests/DCPS/FooTest3_1/PubDriver.cpp:
* tests/DCPS/FooTest3_1/SimpleSubscriber.cpp:
* tests/DCPS/FooTest3_1/SubDriver.h:
* tests/DCPS/FooTest3_1/SubDriver.cpp:
* tests/DCPS/FooTest3_1/pub_main.cpp:
* tests/DCPS/FooTest3_1/sub_main.cpp:
* tests/DCPS/FooTest3_2/PubDriver.h:
* tests/DCPS/FooTest3_2/PubDriver.cpp:
* tests/DCPS/FooTest3_2/SimpleSubscriber.cpp:
* tests/DCPS/FooTest3_2/SubDriver.h:
* tests/DCPS/FooTest3_2/SubDriver.cpp:
* tests/DCPS/FooTest3_2/pub_main.cpp:
* tests/DCPS/FooTest3_2/sub_main.cpp:
* tests/DCPS/FooTest4/main.cpp:
* tests/DCPS/FooTest4_0/Reader.cpp:
* tests/DCPS/FooTest4_0/Writer.cpp:
* tests/DCPS/FooTest4_0/main.cpp:
* tests/DCPS/FooTest5/common.h:
* tests/DCPS/FooTest5/common.cpp:
* tests/DCPS/FooTest5/publisher.cpp:
* tests/DCPS/FooTest5/subscriber.cpp:
* tests/DCPS/FooTest5_0/main.cpp:
* tests/DCPS/LivelinessTest/DataReaderListener.cpp:
* tests/DCPS/LivelinessTest/publisher.cpp:
* tests/DCPS/LivelinessTest/subscriber.cpp:
* tests/DCPS/MultiDPTest/publisher.cpp:
* tests/DCPS/MultiDPTest/subscriber.cpp:
* tests/DCPS/MultiTopicTest/publisher.cpp:
* tests/DCPS/MultiTopicTest/subscriber.cpp:
* tests/DCPS/Prst_delayed_subscriber/publisher.cpp:
* tests/DCPS/Prst_delayed_subscriber/subscriber.cpp:
* tests/DCPS/Reconnect/publisher.cpp:
* tests/DCPS/Reconnect/subscriber.cpp:
* tests/DCPS/Serializer/SerializerTest.cpp:
* tests/DCPS/SimpleFooTest/main.cpp:
* tests/DCPS/TransientLocalTest/publisher.cpp:
* tests/DCPS/TransientLocalTest/subscriber.cpp:
* tests/DCPS/ViewState/main.cpp:
* tests/DCPS/ZeroCopyRead/main.cpp:
* tests/DCPS/sub_init_loop/publisher.cpp:
* tests/DCPS/sub_init_loop/subscriber.cpp:
* tests/DCPS/unit/Main.cpp:
* tests/transport/dds_comparative/PubDriver.h:
* tests/transport/dds_comparative/PubDriver.cpp:
* tests/transport/dds_comparative/SubDriver.h:
* tests/transport/dds_comparative/SubDriver.cpp:
* tests/transport/dds_comparative/pub_main.cpp:
* tests/transport/dds_comparative/sub_main.cpp:
* tests/transport/mcast_simple/PubDriver.h:
* tests/transport/mcast_simple/PubDriver.cpp:
* tests/transport/mcast_simple/SimpleDataWriter.cpp:
* tests/transport/mcast_simple/SimplePublisher.cpp:
* tests/transport/mcast_simple/SimpleSubscriber.cpp:
* tests/transport/mcast_simple/SubDriver.h:
* tests/transport/mcast_simple/SubDriver.cpp:
* tests/transport/mcast_simple/pub_main.cpp:
* tests/transport/mcast_simple/sub_main.cpp:
* tests/transport/mcast_simple_n/PubDriver.h:
* tests/transport/mcast_simple_n/PubDriver.cpp:
* tests/transport/mcast_simple_n/SimplePublisher.cpp:
* tests/transport/mcast_simple_n/SimpleSubscriber.cpp:
* tests/transport/mcast_simple_n/SubDriver.h:
* tests/transport/mcast_simple_n/SubDriver.cpp:
* tests/transport/mcast_simple_n/pub_main.cpp:
* tests/transport/mcast_simple_n/sub_main.cpp:
* tests/transport/reliable_multicast/unittest.cpp:
* tests/transport/simple/PubDriver.h:
* tests/transport/simple/PubDriver.cpp:
* tests/transport/simple/SimpleDataWriter.cpp:
* tests/transport/simple/SimplePublisher.cpp:
* tests/transport/simple/SimpleSubscriber.cpp:
* tests/transport/simple/SubDriver.h:
* tests/transport/simple/SubDriver.cpp:
* tests/transport/simple/pub_main.cpp:
* tests/transport/simple/sub_main.cpp:
* tests/transport/simple_bp/PubDriver.h:
* tests/transport/simple_bp/PubDriver.cpp:
* tests/transport/simple_bp/SimplePublisher.cpp:
* tests/transport/simple_bp/SimpleSubscriber.cpp:
* tests/transport/simple_bp/SubDriver.h:
* tests/transport/simple_bp/SubDriver.cpp:
* tests/transport/simple_bp/pub_main.cpp:
* tests/transport/simple_bp/sub_main.cpp:
* tests/transport/simple_bp_rm/PubDriver.h:
* tests/transport/simple_bp_rm/PubDriver.cpp:
* tests/transport/simple_bp_rm/SimplePublisher.cpp:
* tests/transport/simple_bp_rm/SimpleSubscriber.cpp:
* tests/transport/simple_bp_rm/SubDriver.h:
* tests/transport/simple_bp_rm/SubDriver.cpp:
* tests/transport/simple_bp_rm/pub_main.cpp:
* tests/transport/simple_bp_rm/sub_main.cpp:
* tests/transport/simple_n/PubDriver.h:
* tests/transport/simple_n/PubDriver.cpp:
* tests/transport/simple_n/SimplePublisher.cpp:
* tests/transport/simple_n/SimpleSubscriber.cpp:
* tests/transport/simple_n/SubDriver.h:
* tests/transport/simple_n/SubDriver.cpp:
* tests/transport/simple_n/pub_main.cpp:
* tests/transport/simple_n/sub_main.cpp:
* tests/transport/udp_simple/PubDriver.h:
* tests/transport/udp_simple/PubDriver.cpp:
* tests/transport/udp_simple/SimpleDataWriter.cpp:
* tests/transport/udp_simple/SimplePublisher.cpp:
* tests/transport/udp_simple/SimpleSubscriber.cpp:
* tests/transport/udp_simple/SubDriver.h:
* tests/transport/udp_simple/SubDriver.cpp:
* tests/transport/udp_simple/pub_main.cpp:
* tests/transport/udp_simple/sub_main.cpp:
* tests/transport/udp_simple_n/PubDriver.h:
* tests/transport/udp_simple_n/PubDriver.cpp:
* tests/transport/udp_simple_n/SimplePublisher.cpp:
* tests/transport/udp_simple_n/SimpleSubscriber.cpp:
* tests/transport/udp_simple_n/SubDriver.h:
* tests/transport/udp_simple_n/SubDriver.cpp:
* tests/transport/udp_simple_n/pub_main.cpp:
* tests/transport/udp_simple_n/sub_main.cpp:
Changes for ACE_USES_WCHAR=1 builds. All interaction with ACE and
the OS is done in terms of TCHAR, including argv parsing. Conversion
back to char is done when going to CORBA, including ORB_init().
Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: