-
Notifications
You must be signed in to change notification settings - Fork 40
/
ChangeLog
556 lines (392 loc) · 19 KB
/
ChangeLog
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
Thu Oct 03 09:47:23 CEST 2013 Johnny Willemsen <[email protected]>
* ACE version 6.2.2 released.
Mon Sep 30 18:45:25 UTC 2013 Johnny Willemsen <[email protected]>
* bin/ace-install:
Use -perm /xxx instead of -perm -xxx, the last variant is
deprecated
Fri Sep 27 21:33:58 UTC 2013 Steve Huston <[email protected]>
* ace/ACE.cpp: Same fix as Thu Sep 26 20:22:53 made to recvv_n_i(),
sendv_n_i(), readv_n(), writev_n().
* ace/FILE_IO.cpp (recvv): Resolve 64-bit compile warnings and ensure
that no more is read than can be accurately reported.
* ace/INET_Addr.cpp (set):
* ace/Ping_Socket.cpp:
Resolve 64-bit compile warning on Windows.
Thu Sep 26 20:22:53 UTC 2013 Steve Huston <[email protected]>
* ace/ACE.cpp (recvv_n_i): Resolve 64-bit compile warning on Windows.
Sun Sep 22 21:14:38 UTC 2013 Abdul Sowayan <[email protected]>
* include/makeinclude/platform_macosx_mavericks.GNU:
Adding support for OSX 10.9 Mavericks
Sun Sep 22 21:07:34 UTC 2013 Abdul Sowayan <[email protected]>
* ace/config-macosx-mavericks.h:
Adding support for OSX 10.9 Mavericks
Sat Sep 21 14:12:18 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_23_Test.cpp:
Extended test case
Sat Sep 21 14:05:54 UTC 2013 johnny <[email protected]>
* bin/ACE+TAO+CIAO+DAnCE.json:
Ignore all throw
Tue Sep 17 13:10:05 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_27_Test.cpp:
* tests/run_test.lst:
* tests/tests.mpc:
Added C++11 test which tests operator <<= together with
std::move
Tue Sep 17 12:12:16 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_24_Test.cpp:
Corrected friend
* tests/OS_Test.cpp:
Zapped empty lines
Mon Sep 16 14:34:32 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_24_Test.cpp:
Removed g++ specific code, that is really a GCC bug, see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50370
Mon Sep 16 10:48:29 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_24_Test.cpp:
Using a default on the redeclaration only works with G++
Mon Sep 16 09:56:17 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_24_Test.cpp:
Further extend this unit test with more code
Mon Sep 16 09:37:33 UTC 2013 Johnny Willemsen <[email protected]>
* ACE-INSTALL.html:
Extended Embarcadero C++ Builder instructions
* tests/Compiler_Features_24_Test.cpp:
Further extend this unit test with more code
Mon Sep 16 06:53:47 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_26_Test.cpp:
Fixed test macro in case of no C++11 features
Fri Sep 13 10:16:32 UTC 2013 Johnny Willemsen <[email protected]>
* ACE-INSTALL.html:
Added recommendation for windows users to use active state
perl
Fri Sep 13 09:16:44 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_26_Test.cpp:
* tests/run_test.lst:
* tests/tests.mpc:
Added new C++11 test which tests shared_ptr comparison
with nullptr
Thu Sep 12 17:57:24 UTC 2013 Johnny Willemsen <[email protected]>
* ACE-INSTALL.html:
With bmake we have some optional environment variables
Thu Sep 12 14:12:37 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_25_Test.cpp:
* tests/run_test.lst:
* tests/tests.mpc:
New C++11 is_true/is_false test
Wed Sep 11 18:19:15 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_23_Test.cpp:
Use std namespace
Wed Sep 11 07:50:50 UTC 2013 Johnny Willemsen <[email protected]>
* ace/MEM_Addr.h:
* ace/MEM_Connector.cpp:
* ace/OS_NS_Thread.cpp:
* ace/README:
* ace/Service_Config.cpp:
* ace/config-android.h:
* ace/config-hpux-11.00.h:
* ace/config-kfreebsd.h:
* ace/config-linux.h:
* ace/config-macosx.h:
* ace/config-netbsd.h:
* ace/config-qnx.h:
* ace/config-vxworks6.4.h:
* bin/PerlACE/ProcessAndroid.pm:
* bin/PerlACE/TestTarget_Android.pm:
* tests/Bug_3912_Regression_Test.cpp:
* tests/Compiler_Features_21_Test.cpp:
* tests/MEM_Stream_Test.cpp:
* tests/Malloc_Test.cpp:
* tests/Process_Mutex_Test.cpp:
* tests/Process_Test.cpp:
* tests/Service_Config_Test.cpp:
* tests/test_config.h:
Improvements for the Android port
commit 496976474caeddb893be839386f204f46e5965d7
Author: Johnny Willemsen <[email protected]>
Date: Tue Sep 10 10:02:38 2013 +0200
Comment out ACE_HAS_POSIX_SEM, have to test this further
* ACE/ace/config-android.h:
commit 5a8318253f6f8647b4db2842a3503481e043e2fb
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 20:55:12 2013 +0200
Layout changes
* ACE/ace/README:
commit cb35f2c6d6e59614ecfaf60ccd996c68d90d0d56
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 15:17:44 2013 +0200
Use quotes around filenames in order to support spaces
as part of filename
* ACE/bin/PerlACE/ProcessAndroid.pm:
* ACE/bin/PerlACE/TestTarget_Android.pm:
commit 29efbb9f20501f2ba553b9b2d73cebe03776e470
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 15:17:23 2013 +0200
Fixed compile error
* ACE/tests/Malloc_Test.cpp:
commit 9a4e55c673fd2b5dfa023f1ca0979e052f646783
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 14:48:37 2013 +0200
Doxygen changes and improved logging
* ACE/ace/MEM_Addr.h:
* ACE/ace/MEM_Connector.cpp:
* ACE/tests/MEM_Stream_Test.cpp:
commit bfb51ada525d6aedd1c992a353ce875804417a09
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 14:39:41 2013 +0200
layout change
* ACE/tests/Process_Test.cpp:
commit 4ac9f871f71bf40dc589d30868c66598a8cded43
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 14:39:23 2013 +0200
Add more logging
* ACE/tests/Bug_3912_Regression_Test.cpp:
commit b6becedd263028b68853fba7de8a232c8f9a3c62
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:47:24 2013 +0200
Android also can't hnadle mmap from the signal handler
* ACE/tests/Malloc_Test.cpp:
commit bd11f9f77184f9cd988aea0b214dd67b98a4245f
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:47:08 2013 +0200
Added ACE_ANDROID
* ACE/ace/config-android.h:
commit 8bb25df4c6ae1969c90297a7a36a549701c7295a
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:39:56 2013 +0200
Layout change
* ACE/tests/Process_Mutex_Test.cpp:
commit 4cd46bb07480c0c2038360ef7c76da21672d481f
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:39:36 2013 +0200
Use full paths, added more logging
* ACE/tests/Service_Config_Test.cpp:
commit fef201da28f786ec93110ed03b66e4996d5cdde9
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:39:07 2013 +0200
Fixed typo in message
* ACE/tests/test_config.h:
commit 705787197e4b934ae6a2fe57ae0533d68f4b2e56
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 13:38:45 2013 +0200
Check return of daemonize
* ACE/ace/Service_Config.cpp:
commit 71c63afb20484344f7c3559c3c0bfb3c0b92eab3
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 12:46:39 2013 +0200
Further cleanup of the config files
* ACE/ace/config-android.h:
* ACE/ace/config-kfreebsd.h:
* ACE/ace/config-macosx.h:
* ACE/ace/config-netbsd.h:
commit c471940cd808a7240f1661940aad83bb82dd6dc9
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 9 11:39:51 2013 +0200
Introduced ACE_LACKSP_THREAD_SCOPE_PROCESS and
simplified OS_NS_Thread.cpp by using this new
define. Set it also for android from now
* ACE/ace/OS_NS_Thread.cpp:
* ACE/ace/README:
* ACE/ace/config-android.h:
* ACE/ace/config-hpux-11.00.h:
* ACE/ace/config-linux.h:
* ACE/ace/config-qnx.h:
* ACE/ace/config-vxworks6.4.h:
Fri Sep 6 12:35:04 UTC 2013 Johnny Willemsen <[email protected]>
* tests/Compiler_Features_23_Test.cpp:
* tests/Compiler_Features_24_Test.cpp:
* tests/run_test.lst:
* tests/tests.mpc:
Two new C++11 compiler features tests
Fri Sep 6 10:23:31 UTC 2013 Johnny Willemsen <[email protected]>
* tests/tests.mpc:
Added ACE_AS_STATIC_LIBS to static_flags for 2980
Thu Sep 5 07:53:19 UTC 2013 Johnny Willemsen <[email protected]>
* ace/OS_NS_netdb.cpp:
* ace/UUID.cpp:
* ace/config-android.h:
* bin/PerlACE/ProcessAndroid.pm:
* include/makeinclude/platform_android.GNU:
* tests/run_test.pl:
* tests/tests.mpc:
Improvements for the Android port, in detail:
commit 171a851ebe98b58ed4654956833ee1bfd17961a4
Author: Johnny Willemsen <[email protected]>
Date: Wed Sep 4 19:30:40 2013 +0200
Run all ACE tests within one emulator
* ACE/tests/run_test.pl:
commit f634cead8e84de9320f7626d1fda1fec4fc579ac
Author: Johnny Willemsen <[email protected]>
Date: Wed Sep 4 14:22:00 2013 +0200
Added a check for gcc 4.4 && shared libraries, issue
an error when someone wants to use this
* ACE/ace/config-android.h:
commit f1c393872e241d5bc9737b34e1ed10f9288fed17
Author: Johnny Willemsen <[email protected]>
Date: Tue Sep 3 19:47:59 2013 +0200
Removed incorrect define
* ACE/ace/config-android.h:
commit 9f7d4fffee0e527bfdf87378e89c703df1cf124d
Author: Johnny Willemsen <[email protected]>
Date: Tue Sep 3 15:03:40 2013 +0200
Set ACE_DEFAULT_TEST_DIR and TEST_DIR to /data on Android
* ACE/ace/config-android.h:
commit 856266b58ef37236e8e79caa9472a93251c9a8d7
Author: Johnny Willemsen <[email protected]>
Date: Tue Sep 3 12:14:42 2013 +0200
3912 also needs a conf file
* ACE/tests/run_test.pl:
commit 4cea1a7df2840a4409d0e1212667741d27b25125
Author: Johnny Willemsen <[email protected]>
Date: Tue Sep 3 11:40:48 2013 +0200
2980 also needs ACE
* ACE/tests/tests.mpc:
commit 889f04d3e100f92e723222a3c662927d8cf4960f
Author: Johnny Willemsen <[email protected]>
Date: Mon Sep 2 18:54:07 2013 +0200
Added Bug_3334_Regression_Test.conf
* ACE/tests/run_test.pl:
commit 6a8c9eb8a069b7bb01acb3352ad4ef91c9081ae9
Author: Johnny Willemsen <[email protected]>
Date: Thu Aug 29 14:24:41 2013 +0200
Fixed compile warnings
* ACE/ace/UUID.cpp:
commit 3d8bb9c4086ba30528332a8a8c0baf08d7bd464b
Author: Johnny Willemsen <[email protected]>
Date: Thu Aug 29 12:41:46 2013 +0200
2980 test needs a shared library
* ACE/tests/tests.mpc:
commit 9d09334a50106de26cd4909b33b95edbd458d6c4
Author: Johnny Willemsen <[email protected]>
Date: Thu Aug 29 11:07:59 2013 +0200
Run all ACE tests in a separate emulator
* ACE/tests/run_test.pl:
commit 7fc163cf996f1449992a01c5a60ad1f7e3e33cc2
Author: Martin Corino <[email protected]>
Date: Mon Aug 26 13:05:13 2013 +0200
Add support for ABI specific build flags.
refs #3151
* ACE/include/makeinclude/platform_android.GNU:
commit d31596f1e27781c22494a8cca7f822eab7ccfd7a
Author: Martin Corino <[email protected]>
Date: Thu Aug 22 12:50:52 2013 +0200
Fix incorrect crosscompile setup conflicting with latest buildtools changes.
refs #3116
* ACE/include/makeinclude/platform_android.GNU:
commit d96a43f0b91110fdf9adca9d59c0fbd3f36b984e
Author: Martin Corino <[email protected]>
Date: Fri Aug 16 17:05:09 2013 +0200
Fix last copy/paste error.
refs #3158
* ACE/ace/OS_NS_netdb.cpp:
commit 6c389f06f67b617fcce4bf89283f5eb322db79c2
Author: Martin Corino <[email protected]>
Date: Fri Aug 16 16:19:56 2013 +0200
Remove logging and fix typo breaking functionality.
refs #3158
* ACE/ace/OS_NS_netdb.cpp:
commit c02af6da3d34e875ee51ea46c682e4562ae442e8
Author: Martin Corino <[email protected]>
Date: Fri Aug 16 15:33:30 2013 +0200
Added some debug prints to track what is going on in ACE_OS::getmacaddress.
refs #3158
* ACE/ace/OS_NS_netdb.cpp:
commit dd9a9826ba4989ddf44167d3aa4a619fcce7f4ec
Author: Martin Corino <[email protected]>
Date: Fri Aug 16 14:29:09 2013 +0200
Fixed two typos in ACE_OS::getmacaddres (refs #3158).
* ACE/ace/OS_NS_netdb.cpp:
commit 981edf7f34445adae658bfb7cdf9f159060cdfde
Author: Martin Corino <[email protected]>
Date: Fri Aug 16 13:55:46 2013 +0200
Added Android implementation for ACE_OS::getmacaddress (refs #3158).
* ACE/ace/OS_NS_netdb.cpp:
* ACE/ace/config-android.h:
commit 03cbeb0e4a1954ba667ec8c2df14b8a8ef9dca78
Author: Martin Corino <[email protected]>
Date: Wed Aug 14 14:00:02 2013 +0200
Fix local expansion of env var intended to be expanded on Android only.
Issue #3155.
* ACE/bin/PerlACE/ProcessAndroid.pm:
Tue Sep 3 13:12:23 UTC 2013 Johnny Willemsen <[email protected]>
* ace/SV_Semaphore_Complex.h:
* ace/SV_Semaphore_Simple.h:
Doxygen fixes
Mon Sep 2 13:45:34 UTC 2013 Phil Mesnier <[email protected]>
* examples/NT_Service/main.cpp:
explicit include.
Sun Sep 1 14:01:57 UTC 2013 Phil Mesnier <[email protected]>
* ace/OS_NS_string.cpp:
One more include change.
Sun Sep 1 13:08:59 UTC 2013 Phil Mesnier <[email protected]>
* ASNMP/agent/main.cpp:
* ace/Dev_Poll_Reactor.cpp:
* ace/ICMP_Socket.cpp:
* ace/OS_NS_string.cpp:
* ace/WIN32_Asynch_IO.cpp:
* examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.cpp:
* examples/Shared_Malloc/test_persistence.cpp:
* netsvcs/lib/TS_Clerk_Handler.cpp:
* tests/ACE_Init_Test.cpp:
* tests/MM_Shared_Memory_Test.cpp:
* tests/Mem_Map_Test.cpp:
* tests/Naming_Test.cpp:
* tests/Object_Manager_Flipping_Test.cpp:
* tests/Object_Manager_Test.cpp:
* tests/Process_Strategy_Test.cpp:
* tests/Process_Test.cpp:
* tests/Time_Service_Test.cpp:
* websvcs/lib/URL_Addr.cpp:
Add in the required explicit header includes.
Sun Sep 1 00:43:55 UTC 2013 Phil Mesnier <[email protected]>
* NEWS:
* ace/ACE.h:
* ace/ACE.cpp:
* ace/MEM_Acceptor.cpp:
* ace/MMAP_Memory_Pool.cpp:
* ace/Naming_Context.cpp:
* ace/SPIPE_Connector.cpp:
* ace/System_Time.cpp:
Remove unneeded includes from ACE.h. ACE.h is included a lot,
and bringing in any extra includes increases the risk of
namespace collisions.
All the cpp files above were implicitly dependent on ACE.h to
include, which are now explicit.
Fri Aug 30 12:10:23 UTC 2013 Steve Huston <[email protected]>
* ace/Process.cpp (spawn): Supply correct type to command_line_buf()
call, per change below.
Thu Aug 29 22:06:55 UTC 2013 Steve Huston <[email protected]>
* ace/OS_NS_unistd.inl (swab): Added support for ACE_HAS_INT_SWAB for
platforms where the 'length' arg to swab() is an int instead of
the standard ssize_t.
* ace/config-win32-common.h: Added ACE_HAS_INT_SWAB
* tests/OS_Test.cpp: Added a ACE_OS::swab() test.
* ace/Process.h:
* ace/Process.inl: Changed ACE_Process::command_line_buf(int*) to
command_line_buf(size_t*) to align with the member whose value is
returned.
* ace/README: Added ACE_HAS_INT_SWAB description.
* NEWS: Added the ACE_Process::command_line_buf() API change note.
* THANKS: Updated John Lilley's email address. Thanks to John for
noticing the busted 64-bit Windows builds that flagged the above
issues with compile warnings.
Mon Aug 26 11:26:02 UTC 2013 Johnny Willemsen <[email protected]>
* docs/bczar/bczar.html:
Added package
Fri Aug 16 08:36:20 UTC 2013 Johnny Willemsen <[email protected]>
* ChangeLog:
* ChangeLogs/ChangeLog-2013a:
* NEWS:
* bin/diff-builds-and-group-fixed-tests-only.sh:
* debian/debian.changelog:
* debian/debian.control:
* docs/Download.html:
* docs/bczar/bczar.html:
* etc/index.html:
Prepared for next release
Fri Aug 16 08:56:17 CEST 2013 Johnny Willemsen <[email protected]>
* ACE version 6.2.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: