summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: 0459c3fc324a6dc6c4f87fee561c958132dd3ab7 (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
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
Fri Mar 14 19:09:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/INET_Addr.cpp:
          Fixe warning with GCC 4.2 on AIX

Fri Mar 14 19:07:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_aix_g++.GNU:
          Disable visibility by default. With GCC 4.2 on AIX we get warnings
          that visibility is not supported in that configuration

Fri Mar 14 15:02:33 UTC 2008  Ciju John  <johnc at ociweb dot com>

        * bin/tao_other_tests.lst:
          Turn on the Notify Persistent_POA test.

Fri Mar 14 09:30:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_aix_g++.GNU:
          Don't use -mcpu=common, that is an ancient default of AIX 5.1

Thu Mar 13 12:41:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_aix_g++.GNU:
          Fixed support for buildbits=32/64

Wed Mar 12 19:49:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        Reverted the gperf change below, breaks all autoconf builds

        Wed Mar 12 06:55:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>
        * m4/ace.m4:
          Added enable-aio, enable-ipo and fixed gperf handling.
          This to Thomas Girard <thomas dot g dot girard at free dot fr>
          for reporting this

Wed Mar 12 15:08:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/PerlACE/ProcessVX.pm:
          Fix retry mechanism for the iBoot bar

Wed Mar 12 12:59:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * m4/ace.m4:
          Added support for fox, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this.
          This fixes bugzilla 3147

Wed Mar 12 11:59:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/FoxReactor/FoxReactor.{h,cpp}:
          Removed check for ACE_HAS_FOX

        * include/makeinclude/wrapper_macros.GNU:
          Changed fox handling, matches the other reactors. Thanks to
          Thomas Girard <thomas dot g dot girard at free dot fr> for
          reporting this. This resolves bugzilla 3248

        * include/makeinclude/platform_aix_ibm.GNU:
          Added support for Visual Age 9

Wed Mar 12 11:53:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/FoxReactor/FoxReactor.h:
          Added missing include, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Wed Mar 12 07:07:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/FoxReactor/FoxReactor.cpp:
          Fixed compile errors, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Wed Mar 12 06:59:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/ace.mwc:
        * bin/MakeProjectCreator/config/global.features:
          Added fox reactor, thanks to Thomas Girard
          <thomas dot g dot girard at free dot fr> for reporting this

Wed Mar 12 06:55:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * m4/ace.m4:
          Added enable-aio, enable-ipo and fixed gperf handling.
          This to Thomas Girard <thomas dot g dot girard at free dot fr>
          for reporting this

Tue Mar 11 12:24:43 UTC 2008  Steve Huston  <shuston@riverace.com>

        * ace/Svc_Conf.h: Add #include "ace/config.h" so a setting for
          ACE_LACKS_PRAGMA_ONCE can be seen. Fixes compile warnings.

Tue Mar 11 12:20:02 UTC 2008  Steve Huston  <shuston@riverace.com>

        * ace/Log_Msg.cpp (log): Fixed compile error. No need to use
          ACE_TEXT_ALWAYS_CHAR for a char* literal.

Mon Mar 10 22:27:09 UTC 2008  Nanbor Wang  <nanbor@wakefield.txcorp.com>

        * ace/Svc_Conf.h: Removed redundant inclusion of Obstack.h.  It is
          included later in Svc_Conf_Param.h.  Removing this extra
          inclusion allows us to build on MacOS Leopard with optimization
          enabled.

Mon Mar 10 15:35:02 UTC 2008  Steve Huston  <shuston@riverace.com>

        * ace/Log_Msg.{h cpp} (log): For %C, clearly note that it always prints
          a narrow-char string, and adjust the va_arg to match. Thanks to
          Russell Morra for reporting this issue.

Mon Mar 10 13:20:57 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Multicast_Test.cpp:
          When sending fails, print the ip address we are using in the error
          message.

Sat Mar  8 16:23:57 UTC 2008  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/WIN32_Asynch_IO.cpp (send): Enhanced the code to allow sends
          of 0-sized datagrams.  Thanks to Andi Heusser <aheusser at gmail
          dot com> for this fix.

Thu Mar  6 16:49:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/rules.lib.GNU:
          Rearranged some rules to make sure c/C files are compiled with the
          C compiler on OpenVMS

Thu Mar  6 13:10:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Improved this file

Thu Mar  6 10:33:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Removed restriction that only a shared or static build can be done

Wed Mar  5 07:54:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/tao_orb_tests.lst:
          Don't run the parallel connect strategy test on VxWorks 5.5, the
          command length of the shell is not long enough.

Tue Mar  4 09:27:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ProcessVX.pm:
          Added a retry to the iPass protocol code, in a full test run
          we sometimes see that the reboot has failed. With this retry
          we hopefully get rid of those false test failures

Tue Mar  4 05:54:22 UTC 2008  William Otte  <wotte@dre.vanderbilt.edu>

        * bin/svn_props.py:
          Automatically set default properties when svn complains.

Mon Mar  3 11:22:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/MakeProjectCreator/templates/bor.mpd:
          Just single line comments

        * bin/MakeProjectCreator/templates/gnu.mpd:
          Check VXWORKSLINK for 1

Mon Mar  3 11:10:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_vxworks5.5.x.GNU:
        * include/makeinclude/platform_vxworks6.2.GNU:
        * include/makeinclude/platform_vxworks6.3.GNU:
        * include/makeinclude/rules.bin.GNU:
        * include/makeinclude/rules.lib.GNU:
          Use 1 for VXWORKSLINK instead of true. Added footprint=1
          as flag to specify that you are doing a footprint build

Mon Mar  3 10:49:28 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * apps/JAWS/clients/WebSTONE/src/cgi-send.c:
        * apps/JAWS/clients/WebSTONE/src/genrand.c:
        * apps/JAWS/clients/WebSTONE/src/webmaster.c:
        * contrib/utility/Example/CommandLine/Foo/command.cpp:
        * contrib/utility/Example/ExH/BadCast/bad_cast.cpp:
        * contrib/utility/Example/ExH/Compound/compound.cpp:
        * contrib/utility/Example/ExH/HelloWorld/hello_world.cpp:
        * contrib/utility/Example/ExH/LogicToSystem/logic_to_system.cpp:
        * contrib/utility/Example/Hetero/Container/container.cpp:
        * contrib/utility/Example/Introspection/InheritanceTree/inheritance_tree.cpp:
        * contrib/utility/Example/Introspection/Traversal/driver.cpp:
        * contrib/utility/Test/ExH/Converter/converter.cpp:
        * contrib/utility/Test/ExH/Inline/inline.cpp:
        * contrib/utility/Test/ExH/Logic/DescriptiveException/descriptive_exception.cpp:
        * contrib/utility/Test/ExH/System/DescriptiveException/descriptive_exception.cpp:
        * contrib/utility/Test/Introspection/Inline/inline.cpp:
        * contrib/utility/Test/Synch/Inline/inline.cpp:
        * etc/xlc_dummy.cpp:
        * examples/Reactor/Proactor/test_aiocb.cpp:
        * examples/Reactor/Proactor/test_aiosig.cpp:

          Disable fuzz's check_for_improper_main_declaration check on these files.
          These files don't use ACE.

        * examples/Reactor/WFMO_Reactor/Multithreading.cpp:
        * examples/Reactor/WFMO_Reactor/Registration.cpp:
        * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp:
        * examples/Threads/task_three.cpp:

          Use the proper form of ACE_TMAIN. Namely, the argv parameter
          should be "ACE_TCHAR *argv[]" instead of "ACE_TCHAR **argv"
          or "ACE_TCHAR *[]" instead of "ACE_TCHAR **"

        * apps/JAWS3/bench/average.cpp:
        * netsvcs/clients/Tokens/invariant/invariant.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

Mon Mar  3 08:58:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Improved this file

Mon Mar  3 07:30:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Don't set INSLIB

Mon Mar  3 07:00:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/rules.local.GNU:
          Rearranged some rules so that C files are compiled with the
          C compiler on OpenVMS

Mon Mar  3 06:57:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ProcessVX.pm:
          Added support to specify a custom password for the iBoot

Sun Mar  2 20:04:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/ProcessVX.pm:
          Integrated some OCI changes for the iBoot

Sun Mar  2 19:32:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/auto_run_tests.pl:
          Use ACE_ROOT as defailt root test directory instead of the current
          directory

Sun Mar  2 18:53:12 UTC 2008  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * ASNMP/agent/main.cpp:
        * ace/Svc_Conf_y.cpp:
        * apps/JAWS3/jaws3/main.cpp:
        * examples/Mem_Map/IO-tests/test_io.cpp:
        * examples/Reactor/Multicast/client.cpp:
        * examples/Reactor/Multicast/server.cpp:
        * examples/Reactor/Proactor/test_aiocb_ace.cpp:
        * examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp:
        * netsvcs/clients/Naming/Dump_Restore/createfile.cpp:
        * netsvcs/clients/Tokens/collection/collection.cpp:
        * netsvcs/clients/Tokens/collection/rw_locks.cpp:
        * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp:
        * netsvcs/clients/Tokens/invariant/invariant.cpp:
        * netsvcs/clients/Tokens/manual/manual.cpp:
        * netsvcs/clients/Tokens/mutex/test_mutex.cpp:
        * netsvcs/clients/Tokens/rw_lock/rw_locks.cpp:
        * performance-tests/Misc/context_switch_time.cpp:
        * performance-tests/Misc/test_guard.cpp:
        * performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.cpp:
        * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.cpp:
        * performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp:

          Use ACE_TMAIN instead of main as the program entry point to comply
          with ACE/TAO/CIAO coding standards.

        * examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc:

          MPC doesn't recognize ACE_TMAIN as an entry point, as such, we need
          to explicitly set exename in the MPC file.

        * apps/JAWS/clients/WebSTONE/src/webclient.c:
        * contrib/utility/Example/CommandLine/Foo/foo.cpp:
        * performance-tests/Synch-Benchmarks/context.c:
        * performance-tests/TTCP/C/new-ttcp.cpp:
        * tests/Unload_libACE.cpp:

          Disable fuzz's check_for_improper_main_declaration check on these files.
          These files don't use ACE.

Sat Mar  1 19:09:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/auto_run_tests.pl:
          Added -r as option to specify an alternate root test directory
          instead of the current directory. Combined this with -l we can
          then run perl scripts for testing project code.

Thu Feb 28 16:08:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/generate_compile_stats.sh:
          Added --compiler as option so that we can specify a different
          compiler then gcc

Thu Feb 28 08:32:18 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/ACE-bug-process.html:
          Removed cvs

Wed Feb 27 19:28:18 UTC 2008  William Otte  <wotte@william-ottes-macbook-pro.local>

        * bin/MakeProjectCreator/config/global.features:
          disable mcpp by default.

Tue Feb 26 15:52:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Added support for buildbits=64

Tue Feb 26 09:18:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          Added some compiler flags to reduce the number of warnings/errors
          in the OpenVMS builds

Mon Feb 25 19:44:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/PerlACE/Process_Unix.pm:
        * bin/PerlACE/Process_Win32.pm:
          Added IgnoreHostRoot which can be set from a test script. That way
          when doing cross host testing we can make sure we don't get the
          executable from the host root directory. This is for example usefull
          when we want to spawn perl or another system utility

        * bin/PerlACE/Run_Test.pm:
          Removed commented out line

Mon Feb 25 14:30:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_vxwork6.2.GNU:
        * include/makeinclude/platform_vxwork6.3.GNU:
          Added LD_PARTIALFLAGS which can be set for footprint builds

Mon Feb 25 08:13:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-macros.h:
          Set ACE_HAS_INTEGRAL_TYPE_THR_FUNC_RETURN when
          ACE_THR_FUNC_RETURN is an integral type

        * ace/Task.cpp:
          Use ACE_HAS_INTEGRAL_TYPE_THR_FUNC_RETURN to determine whether
          we can do a reinterpret_cast or static_cast. This is much easier
          then checking all compilers

Sun Feb 24 19:37:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Configuration.cpp:
        * ace/Configuration.h:
        * ace/Configuration.inl:
          Added new inline file

        * ace/Get_Opt.cpp:
          Prefix increment

        * ace/Event_Handler.h:
          Removed commented out code

Sat Feb 23 06:56:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_openvms.GNU:
          OpenVMS doesn't have rwho

Fri Feb 22 18:55:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Message_Queue_NT.h:
          Fixed wrong include

Fri Feb 22 14:20:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Message_Queue.{h,cpp,inl}:
        * ace/Message_Queue_NT.{h,cpp,inl}:
        * tests/Message_Queue_Test.cpp:
        * ace/ace.mpc:
        * ace/Makefile.am:
          Moved ACE_Message_Queue_NT to its own file

Fri Feb 22 08:54:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/global.features:
          Default optimize_collocated_invocations to 1

Fri Feb 22 00:34:17 UTC 2008  Steve Huston  <shuston@riverace.com>

        * bin/tao_orb_tests.lst: Added !LabVIEW_RT to all tests that haven't
          been adapted to the non-local filesystem mechanism I invented to run
          tests for LabVIEW RT targets (and can also be used for other target
          types). Now I can enable TAO tests for the LabVIEW RT scoreboard
          build.

Thu Feb 21 15:25:37 UTC 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/Download.html:
          Updated download links to point to x.6.3

        * etc/index.html:
          Updated for x.6.3

Thu Feb 21 02:34:37 CST 2008  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ACE version 5.6.3 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: