blob: 637fa136597b8dc3f3d69aa33ed5fdb3209044e0 (
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
|
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:
|