summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 9c210d62fb2cc61acb304134056d8227bf689ef0 (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
Mon Apr 24 17:39:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/run_test.lst:
          Added Signal_Test. Thanks to Martin Corino for notificing that
          we don't run this test on any platform.

Mon Apr 24 10:17:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/tao_orb_tests.lst:
          Added TAO/tests/Bug_1676_Regression

Mon Apr 24 09:57:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_vxworks5.5.x.GNU:
          Increase template depth to resolve compile errors when building
          TAO with the new sequence implementation

Mon Apr 24 09:17:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/os_include/sys/os_types.h:
          Added ACE_LOFF_T for LynxOS. Thanks to Simon Massey for delivering
          the patch

Fri Apr 21 16:28:26 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

         Merge from ARMS Escher repository.

        * ace/OS_NS_Thread.cpp

          Updated sched_params() to not ignore the process id passed in.
          Also enhanced the Windows implementation to get a handle to the
          process specified before applying the priority class changes.

        * ace/Process_Manager.cpp
        * ace/Process_Manager.h

           Added methods set_scheduler and set_scheduler_all
           to set scheduling parameters for process(es) managed by this
           class.

        * bin/MakeProjectCreator/config/ciao_config_handlers.mpb

          Fixed build ordering problem in CIAO.

Fri Apr 21 07:41:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Caching_Utility_T.cpp:
          Removed invalid added const

Thu Apr 20 19:27:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/os_include/sys/os_types.h:
          Added ACE_LOFF_T for the BSD variants, thanks to J.T. Conklin
          for delivering the patch

Thu Apr 20 18:16:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-macros.h:
          Removed setting of ACE_ANY_OPS_USE_NAMESPACE again. This causes
          problems when building CIAO. Thanks to Jeff Parsons for finding
          this.

Thu Apr 20 11:46:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/ACE_Init_Test.rc:
          Removed another msvc specific part

Thu Apr 20 11:06:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/fuzz.pl:
          Added a check for deprecated macros, first one to check is
          ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION

        * tests/*.cpp:
        * protocols/*.cpp:
        * ACEXML/*.cpp:
        * performance-tests/*.cpp
        * netsvcs/*.cpp
          Removed all explicit template instantiations

        * ace/os_include/sys/os_types.h:
          Added ACE_LOFF_T typedef for VxWorks 6.2 and newer

Thu Apr 20 07:23:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/os_include/sys/os_types.h:
          Always define ACE_LOFF_T so that we can use it in the sendfile
          wrapper

Thu Apr 20 07:17:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/svcconf.mpb:
          Removed Service_Templates.cpp

Wed Apr 19 19:18:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/*:
          Removed explicit template support

Wed Apr 19 15:09:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2368_Regression_Test.cpp:
          Fixed compile error and compile warning

Wed Apr 19 14:35:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_sys_sendfile.h:
          Updated include to get size_t and ACE_LOFF_T to fix compile
          errors on Solaris

Wed Apr 19 13:31:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * examples/APG/Logging/Use_Multiple_Sinks.cpp:
        * examples/APG/Logging/Use_Ostream.cpp:
        * examples/APG/Logging/LogManager.h:
          Removed vc6 workarounds

Wed Apr 19 13:13:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_2368_Regression_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Added regression for bug 2368, this will fail because this bug
          isn't addressed yet

Wed Apr 19 13:08:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_sunos5_g++.GNU:
          Use -shared instead of -G when building shared libraries. Thanks to
          Alan L Batongbacal <alanlb at vt dot edu> for reporting this. This
          fixes bugzilla bug 1848.

Wed Apr 19 12:11:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/ACE_Init_Test.rc:
          Removed msvc specific lines

        * tests/tests.mpc:
          The ACE_Init_Test should use its resource file. Fixes bugzilla
          2495

        * ace/Capabilities.{h,cpp}:
          Prefix increment instead of postfix

        * ace/Hash_Map_Manager_T.{h,cpp}:
          Removed workaround for suncc 4.2

        * ace/Object_Manager.h:
        * ace/Parse_Node.h:
        * ace/POSIX_Proactor.h:
        * ace/Thread_Mutex.h:
          Doxygen improvements

        * ace/Parse_Node.cpp:
          Use prefix increment, initialise pointers with 0 and don't print
          an error message when we can't a dll, this gives false messages
          when using TAO. This fixes bugzilla 2383. Thanks to Ming Xiong
          for making a patch.

        * ace/Proactor.h:
          Removed all virtual keywords, not needed for this class. Fixes
          bugzilla 2178.

        * ace/Thread_Manager.h:
          Removed virtual keywords, not needed and safes footprint. Fixes
          bugzilla 2179.

        * bin/fuzz.pl:
          Added more msvc checks to detect code constructors for vc6 or
          vc7.0

Wed Apr 19 11:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged ACE changes from sendfile branch. Also made a lot of const
        improvements throughout ACE.

        Tue Apr  4 10:20:36 2006  Ossama Othman  <ossama@dre.vanderbilt.edu>

        * ace/Mem_Map.cpp (open):

        Only copy the filename to the ACE_Mem_Map::filename_ member
        if the call to open() succeeds.

        * ace/PI_Malloc.h (ACE_Malloc_Header):

        Added missing private and undefined copy constructor.  The
        corresponding assignment operator was already there.

        Wed Mar 29 14:51:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-sunos5.8.h:
        Solaris 8 and newer also support sendfile. It seems HPUX also
        supports it but with a different signature and semantics, so just
        don't try it there yet.

        Wed Mar 29 13:06:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/MMAP_Memory_Pool.{h,cpp,inl}:
        Added new .inl file to implement the new mmap accessors, include
        this new file in the header and implementation file

        Wed Mar 29 08:00:12 2006  Ossama Othman <ossama@dre.vanderbilt.edu>

        * ace/OS_NS_sys_sendfile.cpp
        * ace/OS_NS_sys_sendfile.h
        * ace/OS_NS_sys_sendfile.inl
        New sendfile wrapper

        * ace/MMAP_Memory_Pool.h:
        Added accessors for mmap

        * ace/ace.mpc
        Added OS_NS_sys_sendfile

        * ace/config-linux-common.h
        Added ACE_HAS_SENDFILE

Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        Merged ACE changes from sequpdate3 branch

        * ace/config-osf1-3.2.h:
          Removed, very old

        * ace/config-tru64.h:
          Removed include of config-osf1-3.2.h

        * ace/OS_Dirent.cpp:
        * ace/OS_Memory.{cpp,inl}:
        * ace/OS_String.{cpp,inl}:
        * ace/Sync.cpp:
          Removed these files, where not build for a long time already

        * ace/ace.mpc:
          Removed files above

        * ace/OS_Memory.h:
        * ace/OS_String.h:
          Removed include of inline files

        * ace/config-win32-msvc6.h:
        * ace/config-kcc-common.h:
          Removed these files, vc6 and kcc are deprecated

        * ace/config-irix6.x-kcc.h:
        * ace/config-osf1-4.0.h:
        * ace/config-sunos5.5.h:
          Removed support for KCC

        * ace/Asynch_IO_Impl.h:
          Removed workarounds for KCC

        * ace/config-win32-msvc.h:
          Removed support for vc6 and vc7.0

        * ace/Array_Base.cpp:
        * ace/Array_Map.{h,cpp}:
        * ace/Base_Thread_Adapter.h:
        * ace/Cleanup.h:
        * ace/Log_Msg.h:
        * ace/Versioned_Namespace.h:
        * ace/Get_Opt.cpp:
        * ace/WIN32_Proactor.cpp:
        * ace/Message_Queue.cpp:
        * ace/CDR_Base.h:
          Removed work arounds for vc6

        * ace/README
        * ace/config-win32-msvc6.h:
        * ace/Global_Macros.h:
          Deprecated ACE_HAS_BROKEN_NAMESPACES, we drop msvc6 and I am
          removing the workarounds for this compiler one by one as part of the
          new sequence implementation. Because we deprecate this also
          ACE_NESTED_CLASS is deprecated

        * ace/config-win32-msvc6.h:
        * ace/config-win32-msvc7.h:
        * ace/config-win32-msvc8.h:
          Removed ACE_HAS_BROKEN_IMPLICIT_CONST_CAST, not used in ACE

        * ace/config-win32-msvc6.h:
        * ace/config-win32-visualage.h:
        * ace/Registry.h
          Removed ACE_HAS_BROKEN_NESTED_TEMPLATES, only used for msvc6 and
          visual age, both are being dropped

Wed Apr 19 07:48:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/tao_orb_tests.lst:
          Added Bug_2503_Regression

Tue Apr 18 20:49:16 2006  Wallace Zhang  <zhangw@ociweb.com>

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