forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-3.4.1
264 lines (185 loc) · 9.17 KB
/
ChangeLog-3.4.1
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
Wed Feb 27 16:29:08 UTC 2013 Adam Mitz <[email protected]>
* OpenDDS version 3.4.1 released.
Tue Feb 26 19:42:48 UTC 2013 Adam Mitz <[email protected]>
* tests/DCPS/ManyTopicTest/DataReaderListener1.cpp:
* tests/DCPS/ManyTopicTest/DataReaderListener2.cpp:
* tests/DCPS/ManyTopicTest/DataReaderListener3.cpp:
Check valid_data before reading sample data.
Mon Feb 25 21:59:32 UTC 2013 Adam Mitz <[email protected]>
* NEWS:
* README:
Updated docs for upcoming release.
Mon Feb 25 16:08:32 UTC 2013 Adam Mitz <[email protected]>
* tests/DCPS/ManyTopicTest/ManyTopicTest.mpc:
* tests/DCPS/ManyTopicTest/publisher.cpp:
* tests/DCPS/ManyTopicTest/subscriber.cpp:
Enable this test on static builds.
Mon Feb 25 15:53:26 UTC 2013 Adam Mitz <[email protected]>
* tests/DCPS/ManyTopicTest/DataReaderListener.h:
* tests/DCPS/ManyTopicTest/DataReaderListener.cpp:
* tests/DCPS/ManyTopicTest/DataReaderListener1.h:
* tests/DCPS/ManyTopicTest/DataReaderListener1.cpp:
* tests/DCPS/ManyTopicTest/DataReaderListener2.h:
* tests/DCPS/ManyTopicTest/DataReaderListener2.cpp:
* tests/DCPS/ManyTopicTest/DataReaderListener3.h:
* tests/DCPS/ManyTopicTest/DataReaderListener3.cpp:
* tests/DCPS/ManyTopicTest/common.h:
* tests/DCPS/ManyTopicTest/publisher.cpp:
* tests/DCPS/ManyTopicTest/subscriber.cpp:
Fixed warnings.
Sun Feb 24 20:16:21 UTC 2013 Johnny Willemsen <[email protected]>
* dds/idl/IDLTemplate.txt:
Also when compiling the type support with something other
than tao_idl, use the sequence definition
Fri Feb 22 20:16:37 UTC 2013 Adam Mitz <[email protected]>
* bin/dcps_tests.lst:
* tests/DCPS/ManyTopicTest/ManyTopicTest.mpc:
* tests/DCPS/ManyTopicTest/Writer.cpp:
* tests/DCPS/ManyTopicTest/common.h:
* tests/DCPS/ManyTopicTest/publisher.cpp:
* tests/DCPS/ManyTopicTest/rtps_disc.ini:
* tests/DCPS/ManyTopicTest/run_test.pl:
* tests/DCPS/ManyTopicTest/run_test1.pl:
* tests/DCPS/ManyTopicTest/run_test2.pl:
* tests/DCPS/ManyTopicTest/run_test3.pl:
* tests/DCPS/ManyTopicTest/subscriber.cpp:
Re-enable this test, add a fourth topic, and allow RTPS.
This can be used as a regression for the bug fixed yesterday.
Fri Feb 22 00:01:59 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/AssociationData.h:
* dds/DCPS/DataReaderImpl.cpp:
* dds/DCPS/DataWriterImpl.cpp:
* dds/DCPS/RTPS/Sedp.cpp:
* dds/DCPS/RecorderImpl.cpp:
* dds/DCPS/ReplayerImpl.cpp:
* dds/DCPS/transport/framework/TransportClient.cpp:
* dds/DCPS/transport/framework/TransportImpl.h:
* dds/DCPS/transport/framework/TransportImpl.cpp:
* dds/DCPS/transport/rtps_udp/RtpsUdpDataLink.h:
* dds/DCPS/transport/rtps_udp/RtpsUdpDataLink.cpp:
* dds/DCPS/transport/rtps_udp/RtpsUdpTransport.h:
* dds/DCPS/transport/rtps_udp/RtpsUdpTransport.cpp:
Corrected the logic for determining when GAP submessages
can be sent to durable readers. This required sending
more info about durability down to the transport.
Thanks to Mike dot Kohler at saabsensis dot com
for reporting the bug.
* dds/DCPS/transport/multicast/MulticastTransport.h:
* dds/DCPS/transport/multicast/MulticastTransport.cpp:
* dds/DCPS/transport/shmem/ShmemTransport.h:
* dds/DCPS/transport/shmem/ShmemTransport.cpp:
* dds/DCPS/transport/tcp/TcpTransport.h:
* dds/DCPS/transport/tcp/TcpTransport.cpp:
* dds/DCPS/transport/udp/UdpTransport.h:
* dds/DCPS/transport/udp/UdpTransport.cpp:
* tests/transport/rtps_reliability/rtps_reliability.cpp:
Updated to match the modified framework APIs.
* examples/DCPS/ishapes/main.cpp:
Removed some setup code that isn't needed.
Tue Feb 19 21:55:04 UTC 2013 Adam Mitz <[email protected]>
* examples/DCPS/ishapes/BouncingShapeDynamics.cpp:
* examples/DCPS/ishapes/BouncingShapeDynamics.hpp:
* examples/DCPS/ishapes/DDSShapeDynamics.cpp:
* examples/DCPS/ishapes/DDSShapeDynamics.hpp:
* examples/DCPS/ishapes/ShapeType.idl:
* examples/DCPS/ishapes/ShapesDialog.cpp:
Updated to use the common IDL for the March 2013 OMG demo.
* PROBLEM-REPORT-FORM:
Removed ASCII-art "cut here" line that nobody seems to use anyway.
* README:
Added Clang 3.2 as a supported compiler.
Thu Feb 14 17:20:05 UTC 2013 Adam Mitz <[email protected]>
* MPC/config/dcps_v8.mpb:
New mpb file, use to enable opendds_idl's V8 JavaScript codegen.
See "Mon Jan 21 22:44:03 UTC 2013" for details.
* tools/modeling/codegen/model/Entities.cpp:
register_type()'s second parameter is a string. The null pointer is
not a valid IDL string, but it's currently allowed as an extension.
The empty string is simply "".
Fri Feb 8 21:52:00 UTC 2013 Phil Mesnier <[email protected]>
* dds/DCPS/Serializer.inl:
Silence a compiler warning on the Mac.
Fri Feb 8 21:03:40 UTC 2013 Phil Mesnier <[email protected]>
* dds/DCPS/Qos_Helper.inl:
Fix math error.
* tests/DCPS/UnitTests/TimeTSubtraction.cpp:
* tests/DCPS/UnitTests/UnitTests.mpc:
Add test to demonstrate fix is correct.
Tue Feb 5 15:26:27 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/Serializer.cpp:
Restored earlier implementation of swapcpy().
ACE_CDR swapping helper functions can not be used here because
they assume alignment and some combinations of CPU and compiler
switches enforce strict alignment (SPARC/SunCC).
Tue Jan 29 14:34:12 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/transport/rtps_udp/RtpsUdpReceiveStrategy.cpp:
Fixed a warning that was introduced while fixing Coverity warnings.
Mon Jan 28 17:31:01 UTC 2013 Adam Mitz <[email protected]>
* dds/idl/v8_generator.cpp:
Added range checking for enums.
Tue Jan 22 22:34:30 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/GuidBuilder.cpp:
* dds/DCPS/transport/framework/PriorityKey.inl:
* dds/DCPS/transport/framework/ThreadPerConnectionSendTask.cpp:
* dds/DCPS/transport/framework/TransportClient.cpp:
* dds/DCPS/transport/rtps_udp/RtpsTransportHeader.inl:
* dds/DCPS/transport/rtps_udp/RtpsUdpReceiveStrategy.cpp:
* dds/InfoRepo/DCPS_IR_Publication.h:
* dds/InfoRepo/DCPS_IR_Publication.cpp:
* dds/InfoRepo/DCPS_IR_Subscription.h:
* dds/InfoRepo/DCPS_IR_Subscription.cpp:
* dds/InfoRepo/DCPS_IR_Topic.h:
* dds/InfoRepo/DCPS_IR_Topic.cpp:
* dds/InfoRepo/FederatorManagerImpl.cpp:
Coverity warnings:
- pass large structures by const&
- initialize all scalar fields
* dds/DCPS/Service_Participant.h:
Removed unused members.
* tools/modeling/codegen/model/Delegate.h:
* tools/modeling/codegen/model/Delegate.cpp:
Pass large structures by const&.
Updated logic for copy-from-topic QoS.
* tests/DCPS/unit/MyTypeSupportImpl.h:
Added take_generic() for unit test.
Tue Jan 22 19:56:33 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/DataReaderImpl.h:
* dds/idl/CPPTemplate.txt:
* dds/idl/HTemplate.txt:
Added a take_generic() method, which allows samples that
may have previously been accessed with read_generic() to
be removed from the DataReader.
Mon Jan 21 22:44:03 UTC 2013 Adam Mitz <[email protected]>
* dds/DCPS/V8TypeConverter.h:
* dds/idl/be_global.h:
* dds/idl/be_global.cpp:
* dds/idl/be_util.cpp:
* dds/idl/dds_generator.h:
* dds/idl/dds_visitor.cpp:
* dds/idl/metaclass_generator.cpp:
* dds/idl/ts_generator.cpp:
* dds/idl/v8_generator.h:
* dds/idl/v8_generator.cpp:
Initial version of type support for copying data samples
to JavaScript data types for the V8 JavaScript engine.
Enable with -Wb,v8. Generated code links with libv8.
Mon Jan 21 16:19:32 UTC 2013 Johnny Willemsen <[email protected]>
* dds/DCPS/Watchdog.h:
* dds/DCPS/WriteDataContainer.h:
Doxygen fixes
Mon Jan 21 15:53:58 UTC 2013 Johnny Willemsen <[email protected]>
* dds/idl/HTemplate.txt:
Doxygen and layout changes
Fri Jan 18 19:09:25 UTC 2013 Adam Mitz <[email protected]>
* ChangeLog:
* NEWS:
* README:
* docs/history/ChangeLog-3.4:
Setup for next version.
Fri Jan 18 16:55:39 UTC 2013 Adam Mitz <[email protected]>
* OpenDDS version 3.4 released.
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: