summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ChangeLog
blob: da574e187b3d46817d5e9cd80a2e614866ae65de (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
Tue Feb 08 10:04:21 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/NEWS

          Updated the NEWS file for the coming 0.4.4 release.

Mon Feb  7 09:49:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * Release:
          Added CIAO-INSTALL to the release files

Fri Feb  4 09:35:00 2005 Emre Turkay <turkaye@dre.vanderbilt.edu>

        * DAnCE/examples/Hello/descriptors/basicNodeDaemon.pl:
          The perl script to create node daemons created.

        * DAnCE/examples/Hello/step-by-step.html:
          Step by step tutorial for the DAnCE.

Fri Feb  4 12:11:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/RTComponentServer/RTConfig_Manager.h:
          Include SString.h instead of SStringfwd.h to fix compile errors with
          CBuilderX

Thu Feb  3 20:01:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Segment_Timer/Segment_Timer.mpc:
          Removed TAO_ROOT again, the gnu template has been changed so that
          when CIAO is detected, also TAO_ROOT is set

Thu Feb  3 12:32:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/ciao/NodeApplication_Impl.h:
          Added include of ace/SString.h to fix compile errors with CBuilderX

Thu Feb  3 10:11:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Segment_Timer/Segment_Timer.mpc:
          Added $(TAO_ROOT) so that MPC creates a correct GNU makefile

Wed Feb  2 19:48:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.ciao.GNU:
          Fixed error in this file

Wed Feb  2 09:39:25 2005  Chad Elliott  <elliott_c@ociweb.com>

        * CCF/CCF/CIDL/CIDL.mpc:
        * CCF/CCF/CodeGenerationKit/CodeGenerationKit.mpc:
        * CCF/CCF/CompilerElements/CompilerElements.mpc:
        * CCF/CCF/IDL2/IDL2.mpc:
        * CCF/CCF/IDL3/IDL3.mpc:
        * CIDLC/CIDLC.mpc:

          Converted includes to incorporate $(CIAO_ROOT).  This allows the
          GNUACEProjectCreator to recognize these projects as CIAO projects.

        * DAnCE/ciao/CCM_Core.mpc:
        * ciao/CCM_Core.mpc:
        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
        * tools/Segment_Timer/Segment_Timer.mpc:

          Added a bogus include of $(CIAO_ROOT).  This allows the
          GNUACEProjectCreator to recognize these projects as CIAO projects.

Wed Feb  2 14:33:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rules.ciao.GNU:
          New rules file to set the correct SOVERSION and SONAME values

Wed Feb  2 10:51:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Port_Activator_T.cpp:
          Added include of OS_NS_string.h to get ACE_OS::strcmp

Tue Feb  1 18:09:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Removed some ciaoversion based projects I missed during my checkin
          below

Tue Feb  1 13:41:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Removed ciaoversion as base project. This will be removed because it
          results in the fact that each generated GNU makefile will get the
          version number generated. We want that the GNU make rules get the
          version number from Version.h

Mon Jan 31 21:00:12 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * CIDLC/ServantSourceGenerator.cpp (pre):

          Generate '#include "ace/OS_NS_string.h"' directive.  CIAO CIDL
          servant sources call ACE_OS::strcmp(), the prototype of which is
          found in that header.  Necessitated by inter-header dependency
          reductions in ACE.

Mon Jan 31 11:59:04 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/CPK_Handler.cpp:
        * DAnCE/Config_Handlers/DT_Handler.cpp:
        * DAnCE/Config_Handlers/Property_Handler.cpp:
        * DAnCE/Config_Handlers/RS_Handler.cpp:
        * DAnCE/Config_Handlers/Requirement_Handler.cpp:
        * DAnCE/Config_Handlers/SP_Handler.cpp:
        * DAnCE/ciao/Port_Activator_T.cpp:
        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * ciao/Container_Impl.cpp:
        * performance-tests/Protocols/Controller/Controller.cpp:
        * tools/RTComponentServer/RTConfig_Manager.cpp:
        * tools/RTComponentServer/RTConfig_Manager.h:
        * tools/RTComponentServer/RTServer_Impl.cpp:

          Added missing header include directives that are necessary due
          to inter-header dependency reductions in ACE.

Sun Jan 30 20:30:46 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.h:
        * DAnCE/DomainApplicationManager/DomainApplicationManager_Impl.cpp:
        * DAnCE/ExecutionManager/ExecutionManager_Impl.h:
        * DAnCE/NodeApplicationManager/ImplementationInfo.cpp:
        * DAnCE/NodeApplicationManager/NodeApplicationManager_Impl.h:
        * DAnCE/ciao/Container_Base.cpp:
        * DAnCE/ciao/NodeApplication_Impl.cpp:
        * ciao/Container_Base.cpp:
        * ciao/ServerActivator_Impl.h:
        * docs/tutorial/Hello/hello_exec.cpp:
        * examples/OEP/BasicSP/BMClosedED/BMClosedED_exec.cpp:
        * tests/RTCCM/Priority_Test/Controllers/client.cpp:
        * tests/RTCCM/Priority_Test/Workers/CB_Worker_exec.cpp:
        * tools/Assembly_Deployer/Deployment_Configuration.h:
        * tools/RTComponentServer/RTServer_Impl.cpp:

          Added missing header include directives that are necessary due
          to inter-header dependency reductions in ACE.

Sun Jan 23 01:49:51 2005  Marek Brudka  <mbrudka@aster.pl>

        * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
        Changes related with separation of GUI reactors.
        The additional information is avalaible in ChangeLog at REACTOR_SEPARATION branch (below).

        Mon Dec  6 00:39:19 2004  Marek Brudka  <mbrudka@aster.pl>

        * examples/OEP/Display/NavDisplayGUI_exec/README (Module):
        Remove reference to ACE_HAS_QT.

        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI.mpc (Module):
        Removed deprecated qt_moc base project.

>>>>>>> 1.1095
Fri Jan 21 17:27:12 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/tests/NodeApplicationTest/NodeAppTest.mpc

          Fixed dependency relationship by making
          NodeAppTest_RoundTrip_stub depending on CIAO_DnC_Container.

        * examples/OEP/Display/NavDisplayGUI_exec/NavDisplayGUI_exec.cpp

          Fixed warning on Debian_Full_Reactor build. The warning is
          caused because of assigning "const char*" to a "char *" type.

          Thanks Johnny Willemsen <jwillemsen@remedy.nl> for pointing
          these.

Thu Jan 20 18:29:47 2005  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * DAnCE/Config_Handlers/Any_Handler.cpp:
        * DAnCE/Config_Handlers/Utils.cpp:
        * performance-tests/Protocols/Sender/Sender_exec.cpp:
        * tools/Daemon/Daemon_Impl.cpp:

          Converted all ACE_{static,dynamic,reinterpret,const}_cast macros
          calls to their standard C++ counterparts using new
          bin/ACE-casts-convert script.  The ACE cast macros were
          deprecated back in ACE 5.4.2.

Thu Jan 20 09:54:04 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * examples/OEP/Display/descriptors/NOTE.txt:
        * examples/OEP/Display/descriptors/NOTE-win.txt:

          Fixed the discrepancy on using Assembly_Deployer. Thanks to
          Martina Yen <martina_h_yen@raytheon.com> for reporting this.

Wed Jan 19 09:39:14 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BasicSP/BasicSP.mpc
        * DAnCE/examples/BasicSP/BMClosedED/BMClosedED.mpc
        * DAnCE/examples/BasicSP/BMDevice/BMDevice.mpc
        * DAnCE/examples/BasicSP/BMDisplay/BMDisplay.mpc
        * DAnCE/examples/BasicSP/EC/EC.mpc

          Changed the shared component library name from
          <what_ever_component>_DnC_<stub> to <What_ever_component>_<stub>,
          since it doesn't make sense to let the modelers to put _DnC
          trailing a component name.

          The same change applied to _svnt and _exec libraries.

        * DAnCE/examples/BasicSP/descriptors/basicNodeDaemon.pl

          Fixed this script since Some earlier cosmetic change make
          this perl script broken.

          Thanks Steven Baker <Steven_D_Baker@raytheon.com> and
          Sam Abbe <sam_abbe@raytheon.com> to pointing errors to
          run this example.

Sat Jan 15 15:16:14 2005  Gan Deng  <gan.deng@vanderbilt.edu>

        * DAnCE/examples/BasicSP/README.html

          Updated this README file for instructions on running the BasicSP
          example by using DAnCE. Thanks Sam Abbe <sam_abbe@raytheon.com>
          for pointing errors on this document page.  This fixes bugid
          2031.

Mon Jan 10 09:45:14 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/RTServer_Impl.h:
        * DAnCE/RTNodeApplication/RTServer_Impl.cpp: Removed init method
          altogether.  VC6 can't handle the syntax and we'll deal with
          later.

Fri Jan  7 10:02:02 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/RTServer_Impl.cpp (init): Changed to
          call the virtual function defined by the parent explicitly with
          this pointer to work around a VC6 bug.

Wed Jan  5 15:20:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/DomainApplicationManager/Deployment_Configuration.inl:
        * DAnCE/tests/Config_Handlers/Handler_Test.i:
          Removed inl/i file, updated h,cpp

Wed Jan  5 14:57:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/Assembly_Deployer/Deployment_Configuration.{h,cpp,inl}:
        * tools/XML_Helpers/XML_Utils.{h,cpp,inl}:
          Removed inl file, updated h,cpp

Wed Jan  5 10:45:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/RTNodeApplication/RTServer_Impl.h:
          Fixed compile problem in emulated exception builds due to
          incorrect environment macro

Mon Jan  3 10:01:09 2005  Nanbor Wang  <nanbor@cs.wustl.edu>

        * DAnCE/RTNodeApplication/README:
        * DAnCE/RTNodeApplication/NodeApplication_Task.cpp:
        * DAnCE/RTNodeApplication/NodeApplication_Task.h:
        * DAnCE/RTNodeApplication/NodeApplication_Task.inl:
        * DAnCE/RTNodeApplication/RTNodeApplication.cpp:
        * DAnCE/RTNodeApplication/RTNodeApplication.mpc:
        * DAnCE/RTNodeApplication/RTServer_Impl.cpp:
        * DAnCE/RTNodeApplication/RTServer_Impl.h:
        * DAnCE/RTNodeApplication/RTServer_Impl.inl:
        * DAnCE/RTNodeApplication/senv.sh: Added a minimal
          real-time-enabled NodeApplication server.

Mon Jan  3 12:20:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Core.mpc:
        * DAnCE/ciao/CCM_Core.mpc:
          Added ciaoversion as base project to all projects so that SOVERSION
          is set to the correct version number in the GNU makefiles

Thu Dec 30 13:24:16 2004  Chris Cleeland  <cleeland@ociweb.com>

        * CIAO version 0.4.3 released.

Local Variables:
add-log-time-format: current-time-string
End: