summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: b9e8f1970c37ef2ee42626dd4d429c9d9203f2ed (plain)
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
Mon Dec 12 07:33:25 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged changes from our work branch. Facet servants are now generated
        as C++ template at the moment the interface is declared, this reduces
        the amount of code generated heavily. Component/Connector context is
        now also generated as C++ template

        === start changelog ===

        Fri Dec  9 16:07:48 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl:
                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                  Fixed compile errors.

        Fri Dec  9 15:41:59 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl:
                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc:
                  Also generate a Single_Service_Common lem.

        Fri Dec  9 14:28:24 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed afters and linker errors on windows.

        Fri Dec  9 14:15:16 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed link issues on windows.

        Fri Dec  9 13:42:40 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * tests/Bug_3834_Regression/CompA.idl:
                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/Moo.idl:
                * tests/Bug_3834_Regression/Moo.mpc:
                  Fixed compile issues on Linux.

        Fri Dec  9 13:24:31 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                * tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.mpc:
                * tests/Bug_3834_Regression/CompA.mpc:
                * tests/Bug_3834_Regression/CompB.mpc:
                  Removed the -Glfa option since it is obsolete.

        Fri Dec  9 11:48:53 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/tests/AMIDDS/Base/AmiDds_Base.mpc:
                * tests/DAnCE/Components/SimpleCommon.mpc:
                * tests/IDL_Test/Reused_Facet_Interface/Basic.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 10:41:34 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc:
                  Generate svnt code as well.

                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.h:
                * connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service_exec.cpp:
                  Removed these files since they can be generated.

        Fri Dec  9 10:17:37 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * bin/ciao_tests.lst:
                * examples/Null_Component_Glfa:
                * examples/Null_Component_Glfa/Null_Component.idl:
                * examples/Null_Component_Glfa/Null_Component.mpc:
                * examples/Null_Component_Glfa/Null_Interface.idl:
                * examples/Null_Component_Glfa/Null_Interface.mpc:
                * examples/Null_Component_Glfa/descriptors:
                * examples/Null_Component_Glfa/descriptors/NodeMap.dat:
                * examples/Null_Component_Glfa/descriptors/Null_Homed.cdp:
                * examples/Null_Component_Glfa/descriptors/Null_Unhomed.cdp:
                * examples/Null_Component_Glfa/descriptors/run_test.pl:
                  Removed this test. No need to test this anymore.

        Fri Dec  9 10:15:44 UTC 2011  Marcel Smit  <msmit@remedy.nl>


                * tests/IDL_Test/Glfa:
                * tests/IDL_Test/Glfa/A.idl:
                * tests/IDL_Test/Glfa/A.mpc:
                * tests/IDL_Test/Glfa/B.idl:
                * tests/IDL_Test/Glfa/B.mpc:
                  Removed these files. No need to test this anymore.

        Fri Dec  9 08:34:00 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/ami4ccm/tutorials/Hello/Hello_asm/ports/Hello_MyFoo_obj.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 08:31:15 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Fri Dec  9 07:57:33 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/ami4ccm/examples/Quoter/Base/Quoter.mpc:
                * connectors/ami4ccm/tests/AsynchT/Base/AsynchT.mpc:
                * connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.mpc:
                * connectors/ami4ccm/tests/Exceptions/Base/ExceptionT.mpc:
                * connectors/ami4ccm/tests/GetComp/Base/GetComp.mpc:
                * connectors/ami4ccm/tests/IDL_Test/AMI4CCM_IDLTest.mpc:
                * connectors/ami4ccm/tests/InterInArgs/Base/InterInArgsT.mpc:
                * connectors/ami4ccm/tests/InterInOutArgs/Base/InterInOutT.mpc:
                * connectors/ami4ccm/tests/InterMulti/Base/InterMulti.mpc:
                * connectors/ami4ccm/tests/InterOutArgs/Base/InterOutArgsT.mpc:
                * connectors/ami4ccm/tests/InterReturn/Base/InterReturnT.mpc:
                * connectors/ami4ccm/tests/NoConnection/Base/HelloT.mpc:
                * connectors/ami4ccm/tests/NoReplyH/Base/NoReplyH.mpc:
                * connectors/ami4ccm/tests/OneProcess/Base/OneProcess.mpc:
                * connectors/ami4ccm/tests/OneReplyH/Base/OneReplyH.mpc:
                * connectors/ami4ccm/tests/SimplexMulti/Base/UsesSM.mpc:
                * connectors/ami4ccm/tests/ThreeComp/Base/ThreeComp.mpc:
                * connectors/ami4ccm/tests/UsesMulti/Base/UsesMulti.mpc:
                  Fixed compile errors related to the movement of the facet
                  servants.

        Thu Dec  8 14:38:45 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Servants/Extension/Servant_Impl_T.h:
                  Added missing include.

                * connectors/ami4ccm/examples/Hello/Base/Hello.mpc:
                  Removed -Gsv IDL compiler flag.

        Wed Dec  7 07:34:23 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Servants/Facet_Servant_Base_T.h:
                * ciao/Servants/Session/Servant_Impl_T.h:
                  Added some necessary includes.

        Mon Dec  5 19:10:07 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Removed -Glem for generation of dds4ccm_entity.idl
                  and ccm_dds.idl since it was not necessary to create
                  the local executor mapping (at least, the generated
                  files were not compiled)

        Mon Dec  5 18:41:32 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Removed -Glem since it was added a second time. At that point
                  dds4ccm_QueryFilter was generated with -Glem
                  (which is not necessary).

        Fri Dec  2 07:58:40 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Contexts/Extension/Extension_Context_T.h:
                * ciao/Contexts/Extension/Extension_Context_T.cpp:
                * ciao/Servants/Extension/Servant_Impl_T.h:
                * ciao/Servants/Extension/Servant_Impl_T.cpp:
                * ciao/Servants/Session/Servant_Impl_T.h:
                * ciao/Servants/Session/Servant_Impl_T.cpp:
                  Added _T to templated classes. This fixes compile error
                  since the IDL compiler was already prepared for this.

                * tests/IDL_Test/Inherited_Component/Extended/Base.idl:
                  Let derived_interface derive from the base_interface.

        Thu Dec  1 09:05:31 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
                  Prevent compilation after invoking make for a second time

        Thu Dec  1 08:36:22 UTC 2011  Marcel Smit  <msmit@remedy.nl>

                * ciao/Contexts/Session/Session_Context_T.h:
                * ciao/Contexts/Session/Session_Context_T.cpp:
                  Renamed class, using _T postfix.

                * tests/IDL_Test/Inherited_Component/Extended/Base.idl:
                * tests/IDL_Test/Inherited_Component/Extended/Derived.idl:
                  Expanded.

        === end changelog ===
Wed Dec  7 19:00:59 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.mpc:
          Fix problem in this mpc file

Wed Dec  7 10:47:15 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged in the changes to update AMI4CCM to match the initial revision
        with the synchronous port and the new pragma's added

        === start changelog ===

        Thu Dec  1 09:50:06 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/examples/Hello/descriptors/Plan.cdp:
                * connectors/ami4ccm/examples/Hello/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/examples/Hello/descriptors/run_test.pl:
                * connectors/ami4ccm/tests/InterMulti/descriptors/run_test.pl:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/run_test.pl:
                Changes for using now sync port ami connector beside Sender-Receiver connection

        Thu Dec  1 09:15:53 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/tests/InterMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/InterMulti/descriptors/run_test.pl:

                * connectors/ami4ccm/tests/UsesMulti/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/UsesMulti/descriptors/run_test.pl:
                Changes for using now sync port ami connector beside Sender-Receiver connection

        Wed Nov 30 16:11:09 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * connectors/ami4ccm/tests/InterReturn/Sender/InterReturnT_Sender_exec.cpp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/PlanSyncPort.cdp:
                * connectors/ami4ccm/tests/InterReturn/descriptors/run_test.pl:
                Run test also with sync port on AMI connector.

        Mon Nov 21 15:10:06 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * bin/ciao_tests.lst:
                * connectors/ami4ccm/tests/SyncPortConn:
                * connectors/ami4ccm/tests/SyncPortConn/Base:
                * connectors/ami4ccm/tests/SyncPortConn/Base/Hello.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Base/SyncPortConn.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver_exec.h:
                * connectors/ami4ccm/tests/SyncPortConn/Receiver/Hello_Receiver_exec.cpp:
                * connectors/ami4ccm/tests/SyncPortConn/Sender:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender.idl:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender.mpc:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.h:
                * connectors/ami4ccm/tests/SyncPortConn/Sender/Hello_Sender_exec.cpp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/.dance_artifacts:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/Plan_no_sync_amiconn.cdp:
                * connectors/ami4ccm/tests/SyncPortConn/descriptors/run_test.pl:
                Test using sync port on AMI connector.

        Mon Nov 21 13:30:15 UTC 2011  Marijke Hengstmengel  <hengstmengel_m@remedy.nl>

                * connectors/ami4ccm/ami4ccm/ami4ccm.idl:
                Add sync port to connector

        Tue Nov  8 08:53:04 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.mpc:
                Missing file.

        Mon Nov  7 13:29:04 UTC 2011  Marijke Hengstmengel  <mhengstmengel@remedy.nl>

                * bin/ciao_tests.lst:
                * connectors/ami4ccm/tests/PragmaT:
                * connectors/ami4ccm/tests/PragmaT/Base:
                * connectors/ami4ccm/tests/PragmaT/Base/PragmaT.idl:
                * connectors/ami4ccm/tests/PragmaT/Base/PragmaT.mpc:
                * connectors/ami4ccm/tests/PragmaT/README:
                * connectors/ami4ccm/tests/PragmaT/Receiver:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver.idl:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver_exec.h:
                * connectors/ami4ccm/tests/PragmaT/Receiver/PragmaT_Receiver_exec.cpp:
                * connectors/ami4ccm/tests/PragmaT/Sender:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender.idl:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender.mpc:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.h:
                * connectors/ami4ccm/tests/PragmaT/Sender/PragmaT_Sender_exec.cpp:
                * connectors/ami4ccm/tests/PragmaT/descriptors:
                * connectors/ami4ccm/tests/PragmaT/descriptors/Plan.cdp:
                * connectors/ami4ccm/tests/PragmaT/descriptors/run_test.pl:
                Test use of new pragma's 'ami4ccm interface', 'ami4ccm receptacle' and 'ami4ccm idl'.
                New pragma's work besides old ones 'ciao ami4ccm ...' .

        === end changelog ===

Mon Dec  5 12:32:50 UTC 2011  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Containers/Container_Base_T.cpp:
          Removed some commented out code and use a switch instead of an if

        * ciao/Deployment/Handlers/CIAO_Handler_Common.cpp:
          Removed return statement which we never could reach

        * ciao/Servants/Session/Servant_Impl_T.cpp:
          Some code restructuring

        * ciao/Valuetype_Factories/ConfigValue.cpp:
          Small performance increase

        * examples/DevGuideExamples/Messenger/Messenger_exec_i.cpp:
          Fixed memory leak

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: